Skip to content

Commit 0a513d6

Browse files
committed
docs(clients): apply increased structural hint doc truncation
1 parent 7039533 commit 0a513d6

File tree

319 files changed

+13472
-114110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+13472
-114110
lines changed

clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __M
5656
* neq: [
5757
* "STRING_VALUE",
5858
* ],
59-
* contains: [
60-
* "STRING_VALUE",
61-
* ],
59+
* contains: "<ValueList>",
6260
* exists: true || false,
6361
* },
6462
* },

clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
5555
* neq: [
5656
* "STRING_VALUE",
5757
* ],
58-
* contains: [
59-
* "STRING_VALUE",
60-
* ],
58+
* contains: "<ValueList>",
6159
* exists: true || false,
6260
* },
6361
* },

clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPrevie
5454
* neq: [
5555
* "STRING_VALUE",
5656
* ],
57-
* contains: [
58-
* "STRING_VALUE",
59-
* ],
57+
* contains: "<ValueList>",
6058
* exists: true || false,
6159
* },
6260
* },

clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
5353
* neq: [
5454
* "STRING_VALUE",
5555
* ],
56-
* contains: [
57-
* "STRING_VALUE",
58-
* ],
56+
* contains: "<ValueList>",
5957
* exists: true || false,
6058
* },
6159
* },

clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {}
5353
* neq: [
5454
* "STRING_VALUE",
5555
* ],
56-
* contains: [
57-
* "STRING_VALUE",
58-
* ],
56+
* contains: "<ValueList>",
5957
* exists: true || false,
6058
* },
6159
* },

clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
9393
* ClientId: "STRING_VALUE",
9494
* ClientSecret: "STRING_VALUE",
9595
* },
96-
* LoginWithAmazon: {
97-
* ClientId: "STRING_VALUE",
98-
* ClientSecret: "STRING_VALUE",
99-
* },
96+
* LoginWithAmazon: "<BackendAuthSocialProviderConfig>",
10097
* SignInWithApple: {
10198
* ClientId: "STRING_VALUE",
10299
* KeyId: "STRING_VALUE",

clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
9292
* ClientId: "STRING_VALUE",
9393
* ClientSecret: "STRING_VALUE",
9494
* },
95-
* LoginWithAmazon: {
96-
* ClientId: "STRING_VALUE",
97-
* ClientSecret: "STRING_VALUE",
98-
* },
95+
* LoginWithAmazon: "<BackendAuthSocialProviderConfig>",
9996
* SignInWithApple: {
10097
* ClientId: "STRING_VALUE",
10198
* KeyId: "STRING_VALUE",

clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts

Lines changed: 56 additions & 404 deletions
Large diffs are not rendered by default.

clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
113113
* tokenReference: "STRING_VALUE",
114114
* value: "STRING_VALUE",
115115
* },
116-
* outerPadding: { // Union: only one key present
117-
* tokenReference: "STRING_VALUE",
118-
* value: "STRING_VALUE",
119-
* },
116+
* outerPadding: "<FormStyleConfig>",
120117
* },
121118
* sectionalElements: { // required
122119
* "<keys>": {
@@ -137,30 +134,14 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
137134
* clear: {
138135
* excluded: true || false,
139136
* children: "STRING_VALUE",
140-
* position: { // Union: only one key present
141-
* fixed: "STRING_VALUE",
142-
* rightOf: "STRING_VALUE",
143-
* below: "STRING_VALUE",
144-
* },
137+
* position: "<FieldPosition>",
145138
* },
146139
* cancel: {
147140
* excluded: true || false,
148141
* children: "STRING_VALUE",
149-
* position: { // Union: only one key present
150-
* fixed: "STRING_VALUE",
151-
* rightOf: "STRING_VALUE",
152-
* below: "STRING_VALUE",
153-
* },
154-
* },
155-
* submit: {
156-
* excluded: true || false,
157-
* children: "STRING_VALUE",
158-
* position: { // Union: only one key present
159-
* fixed: "STRING_VALUE",
160-
* rightOf: "STRING_VALUE",
161-
* below: "STRING_VALUE",
162-
* },
142+
* position: "<FieldPosition>",
163143
* },
144+
* submit: "<FormButton>",
164145
* },
165146
* tags: {
166147
* "<keys>": "STRING_VALUE",

clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,14 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
5858
* key: "STRING_VALUE",
5959
* value: {
6060
* value: "STRING_VALUE",
61-
* children: [
62-
* "<ThemeValuesList>",
63-
* ],
61+
* children: "<ThemeValuesList>",
6462
* },
6563
* },
6664
* ],
6765
* },
6866
* },
6967
* ],
70-
* overrides: [
71-
* "<ThemeValuesList>",
72-
* ],
68+
* overrides: "<ThemeValuesList>",
7369
* tags: {
7470
* "<keys>": "STRING_VALUE",
7571
* },

0 commit comments

Comments
 (0)