Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Jan 1, 2024
1 parent 4cec697 commit 288995c
Show file tree
Hide file tree
Showing 80 changed files with 1,251 additions and 13,571 deletions.
7 changes: 4 additions & 3 deletions docs/constructs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/constructs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/constructs/assets/search.js

Large diffs are not rendered by default.

21 changes: 18 additions & 3 deletions docs/constructs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -910,8 +916,9 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
Expand All @@ -924,7 +931,10 @@ a.tsd-index-link {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -980,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down Expand Up @@ -1134,7 +1149,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
181 changes: 13 additions & 168 deletions docs/constructs/classes/AssetCdn.html

Large diffs are not rendered by default.

188 changes: 13 additions & 175 deletions docs/constructs/classes/BaseApi.html

Large diffs are not rendered by default.

198 changes: 14 additions & 184 deletions docs/constructs/classes/CognitoAuthentication.html

Large diffs are not rendered by default.

481 changes: 14 additions & 467 deletions docs/constructs/classes/GraphQlApi.html

Large diffs are not rendered by default.

1,104 changes: 81 additions & 1,023 deletions docs/constructs/classes/LambdaFunction.html

Large diffs are not rendered by default.

372 changes: 20 additions & 352 deletions docs/constructs/classes/RestApi.html

Large diffs are not rendered by default.

173 changes: 13 additions & 160 deletions docs/constructs/classes/SingleTableDatastore.html

Large diffs are not rendered by default.

186 changes: 13 additions & 173 deletions docs/constructs/classes/Workflow.html

Large diffs are not rendered by default.

85 changes: 2 additions & 83 deletions docs/constructs/index.html

Large diffs are not rendered by default.

98 changes: 4 additions & 94 deletions docs/constructs/interfaces/AssetCdnProps.html

Large diffs are not rendered by default.

204 changes: 20 additions & 184 deletions docs/constructs/interfaces/BaseApiProps.html

Large diffs are not rendered by default.

195 changes: 18 additions & 177 deletions docs/constructs/interfaces/CognitoAuthenticationProps.html

Large diffs are not rendered by default.

219 changes: 20 additions & 199 deletions docs/constructs/interfaces/GraphQlApiProps.html

Large diffs are not rendered by default.

94 changes: 3 additions & 91 deletions docs/constructs/interfaces/ICognitoAuthentication.html

Large diffs are not rendered by default.

106 changes: 5 additions & 101 deletions docs/constructs/interfaces/IJwtAuthentication.html

Large diffs are not rendered by default.

109 changes: 6 additions & 103 deletions docs/constructs/interfaces/JsResolverOptions.html

Large diffs are not rendered by default.

205 changes: 18 additions & 187 deletions docs/constructs/interfaces/LambdaFunctionProps.html

Large diffs are not rendered by default.

93 changes: 4 additions & 89 deletions docs/constructs/interfaces/LambdaTracingOptions.html

Large diffs are not rendered by default.

261 changes: 26 additions & 235 deletions docs/constructs/interfaces/RestApiProps.html

Large diffs are not rendered by default.

114 changes: 7 additions & 107 deletions docs/constructs/interfaces/SingleTableDatastoreProps.html

Large diffs are not rendered by default.

124 changes: 7 additions & 117 deletions docs/constructs/interfaces/SingleTableDesign.html

Large diffs are not rendered by default.

106 changes: 5 additions & 101 deletions docs/constructs/interfaces/VtlResolverOptions.html

Large diffs are not rendered by default.

107 changes: 2 additions & 105 deletions docs/constructs/interfaces/WorkflowProps.html

Large diffs are not rendered by default.

77 changes: 4 additions & 73 deletions docs/constructs/modules.html

Large diffs are not rendered by default.

63 changes: 1 addition & 62 deletions docs/constructs/types/LambdaOptions.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/lambda/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/lambda/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/lambda/assets/search.js

Large diffs are not rendered by default.

21 changes: 18 additions & 3 deletions docs/lambda/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -910,8 +916,9 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
Expand All @@ -924,7 +931,10 @@ a.tsd-index-link {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -980,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down Expand Up @@ -1134,7 +1149,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
Loading

0 comments on commit 288995c

Please sign in to comment.