@aws-sdk/client-amplifyuibuilder 3.521.0 → 3.525.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +141 -0
- package/dist-es/AmplifyUIBuilder.js +6 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +73 -0
- package/dist-types/AmplifyUIBuilder.d.ts +22 -1
- package/dist-types/AmplifyUIBuilderClient.d.ts +6 -3
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -2
- package/dist-types/commands/CreateFormCommand.d.ts +16 -16
- package/dist-types/commands/ExportComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ExportFormsCommand.d.ts +8 -8
- package/dist-types/commands/GetComponentCommand.d.ts +1 -1
- package/dist-types/commands/GetFormCommand.d.ts +8 -8
- package/dist-types/commands/ListFormsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +75 -0
- package/dist-types/commands/TagResourceCommand.d.ts +74 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +74 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFormCommand.d.ts +16 -16
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +69 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/AmplifyUIBuilder.d.ts +51 -0
- package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +34 -34
- package/dist-cjs/AmplifyUIBuilder.js +0 -1
- package/dist-cjs/AmplifyUIBuilderClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateComponentCommand.js +0 -1
- package/dist-cjs/commands/CreateFormCommand.js +0 -1
- package/dist-cjs/commands/CreateThemeCommand.js +0 -1
- package/dist-cjs/commands/DeleteComponentCommand.js +0 -1
- package/dist-cjs/commands/DeleteFormCommand.js +0 -1
- package/dist-cjs/commands/DeleteThemeCommand.js +0 -1
- package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +0 -1
- package/dist-cjs/commands/ExportComponentsCommand.js +0 -1
- package/dist-cjs/commands/ExportFormsCommand.js +0 -1
- package/dist-cjs/commands/ExportThemesCommand.js +0 -1
- package/dist-cjs/commands/GetCodegenJobCommand.js +0 -1
- package/dist-cjs/commands/GetComponentCommand.js +0 -1
- package/dist-cjs/commands/GetFormCommand.js +0 -1
- package/dist-cjs/commands/GetMetadataCommand.js +0 -1
- package/dist-cjs/commands/GetThemeCommand.js +0 -1
- package/dist-cjs/commands/ListCodegenJobsCommand.js +0 -1
- package/dist-cjs/commands/ListComponentsCommand.js +0 -1
- package/dist-cjs/commands/ListFormsCommand.js +0 -1
- package/dist-cjs/commands/ListThemesCommand.js +0 -1
- package/dist-cjs/commands/PutMetadataFlagCommand.js +0 -1
- package/dist-cjs/commands/RefreshTokenCommand.js +0 -1
- package/dist-cjs/commands/StartCodegenJobCommand.js +0 -1
- package/dist-cjs/commands/UpdateComponentCommand.js +0 -1
- package/dist-cjs/commands/UpdateFormCommand.js +0 -1
- package/dist-cjs/commands/UpdateThemeCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/ExportComponentsPaginator.js +0 -1
- package/dist-cjs/pagination/ExportFormsPaginator.js +0 -1
- package/dist-cjs/pagination/ExportThemesPaginator.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListCodegenJobsPaginator.js +0 -1
- package/dist-cjs/pagination/ListComponentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListFormsPaginator.js +0 -1
- package/dist-cjs/pagination/ListThemesPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
|
@@ -43,12 +43,12 @@ declare const CreateFormCommand_base: {
|
|
|
43
43
|
* dataSourceType: "STRING_VALUE", // required
|
|
44
44
|
* dataTypeName: "STRING_VALUE", // required
|
|
45
45
|
* },
|
|
46
|
-
* formActionType: "
|
|
46
|
+
* formActionType: "create" || "update", // required
|
|
47
47
|
* fields: { // FieldsMap // required
|
|
48
48
|
* "<keys>": { // FieldConfig
|
|
49
49
|
* label: "STRING_VALUE",
|
|
50
50
|
* position: { // FieldPosition Union: only one key present
|
|
51
|
-
* fixed: "
|
|
51
|
+
* fixed: "first",
|
|
52
52
|
* rightOf: "STRING_VALUE",
|
|
53
53
|
* below: "STRING_VALUE",
|
|
54
54
|
* },
|
|
@@ -103,7 +103,7 @@ declare const CreateFormCommand_base: {
|
|
|
103
103
|
* value: "STRING_VALUE",
|
|
104
104
|
* isArray: true || false,
|
|
105
105
|
* fileUploaderConfig: { // FileUploaderFieldConfig
|
|
106
|
-
* accessLevel: "
|
|
106
|
+
* accessLevel: "public" || "protected" || "private", // required
|
|
107
107
|
* acceptedFileTypes: [ // StrValues // required
|
|
108
108
|
* "STRING_VALUE",
|
|
109
109
|
* ],
|
|
@@ -145,7 +145,7 @@ declare const CreateFormCommand_base: {
|
|
|
145
145
|
* "<keys>": { // SectionalElement
|
|
146
146
|
* type: "STRING_VALUE", // required
|
|
147
147
|
* position: {// Union: only one key present
|
|
148
|
-
* fixed: "
|
|
148
|
+
* fixed: "first",
|
|
149
149
|
* rightOf: "STRING_VALUE",
|
|
150
150
|
* below: "STRING_VALUE",
|
|
151
151
|
* },
|
|
@@ -157,12 +157,12 @@ declare const CreateFormCommand_base: {
|
|
|
157
157
|
* },
|
|
158
158
|
* schemaVersion: "STRING_VALUE", // required
|
|
159
159
|
* cta: { // FormCTA
|
|
160
|
-
* position: "
|
|
160
|
+
* position: "top" || "bottom" || "top_and_bottom",
|
|
161
161
|
* clear: { // FormButton
|
|
162
162
|
* excluded: true || false,
|
|
163
163
|
* children: "STRING_VALUE",
|
|
164
164
|
* position: {// Union: only one key present
|
|
165
|
-
* fixed: "
|
|
165
|
+
* fixed: "first",
|
|
166
166
|
* rightOf: "STRING_VALUE",
|
|
167
167
|
* below: "STRING_VALUE",
|
|
168
168
|
* },
|
|
@@ -171,7 +171,7 @@ declare const CreateFormCommand_base: {
|
|
|
171
171
|
* excluded: true || false,
|
|
172
172
|
* children: "STRING_VALUE",
|
|
173
173
|
* position: {// Union: only one key present
|
|
174
|
-
* fixed: "
|
|
174
|
+
* fixed: "first",
|
|
175
175
|
* rightOf: "STRING_VALUE",
|
|
176
176
|
* below: "STRING_VALUE",
|
|
177
177
|
* },
|
|
@@ -180,7 +180,7 @@ declare const CreateFormCommand_base: {
|
|
|
180
180
|
* excluded: true || false,
|
|
181
181
|
* children: "STRING_VALUE",
|
|
182
182
|
* position: {// Union: only one key present
|
|
183
|
-
* fixed: "
|
|
183
|
+
* fixed: "first",
|
|
184
184
|
* rightOf: "STRING_VALUE",
|
|
185
185
|
* below: "STRING_VALUE",
|
|
186
186
|
* },
|
|
@@ -200,7 +200,7 @@ declare const CreateFormCommand_base: {
|
|
|
200
200
|
* // environmentName: "STRING_VALUE", // required
|
|
201
201
|
* // id: "STRING_VALUE", // required
|
|
202
202
|
* // name: "STRING_VALUE", // required
|
|
203
|
-
* // formActionType: "
|
|
203
|
+
* // formActionType: "create" || "update", // required
|
|
204
204
|
* // style: { // FormStyle
|
|
205
205
|
* // horizontalGap: { // FormStyleConfig Union: only one key present
|
|
206
206
|
* // tokenReference: "STRING_VALUE",
|
|
@@ -223,7 +223,7 @@ declare const CreateFormCommand_base: {
|
|
|
223
223
|
* // "<keys>": { // FieldConfig
|
|
224
224
|
* // label: "STRING_VALUE",
|
|
225
225
|
* // position: { // FieldPosition Union: only one key present
|
|
226
|
-
* // fixed: "
|
|
226
|
+
* // fixed: "first",
|
|
227
227
|
* // rightOf: "STRING_VALUE",
|
|
228
228
|
* // below: "STRING_VALUE",
|
|
229
229
|
* // },
|
|
@@ -278,7 +278,7 @@ declare const CreateFormCommand_base: {
|
|
|
278
278
|
* // value: "STRING_VALUE",
|
|
279
279
|
* // isArray: true || false,
|
|
280
280
|
* // fileUploaderConfig: { // FileUploaderFieldConfig
|
|
281
|
-
* // accessLevel: "
|
|
281
|
+
* // accessLevel: "public" || "protected" || "private", // required
|
|
282
282
|
* // acceptedFileTypes: [ // StrValues // required
|
|
283
283
|
* // "STRING_VALUE",
|
|
284
284
|
* // ],
|
|
@@ -306,7 +306,7 @@ declare const CreateFormCommand_base: {
|
|
|
306
306
|
* // "<keys>": { // SectionalElement
|
|
307
307
|
* // type: "STRING_VALUE", // required
|
|
308
308
|
* // position: {// Union: only one key present
|
|
309
|
-
* // fixed: "
|
|
309
|
+
* // fixed: "first",
|
|
310
310
|
* // rightOf: "STRING_VALUE",
|
|
311
311
|
* // below: "STRING_VALUE",
|
|
312
312
|
* // },
|
|
@@ -321,12 +321,12 @@ declare const CreateFormCommand_base: {
|
|
|
321
321
|
* // "<keys>": "STRING_VALUE",
|
|
322
322
|
* // },
|
|
323
323
|
* // cta: { // FormCTA
|
|
324
|
-
* // position: "
|
|
324
|
+
* // position: "top" || "bottom" || "top_and_bottom",
|
|
325
325
|
* // clear: { // FormButton
|
|
326
326
|
* // excluded: true || false,
|
|
327
327
|
* // children: "STRING_VALUE",
|
|
328
328
|
* // position: {// Union: only one key present
|
|
329
|
-
* // fixed: "
|
|
329
|
+
* // fixed: "first",
|
|
330
330
|
* // rightOf: "STRING_VALUE",
|
|
331
331
|
* // below: "STRING_VALUE",
|
|
332
332
|
* // },
|
|
@@ -335,7 +335,7 @@ declare const CreateFormCommand_base: {
|
|
|
335
335
|
* // excluded: true || false,
|
|
336
336
|
* // children: "STRING_VALUE",
|
|
337
337
|
* // position: {// Union: only one key present
|
|
338
|
-
* // fixed: "
|
|
338
|
+
* // fixed: "first",
|
|
339
339
|
* // rightOf: "STRING_VALUE",
|
|
340
340
|
* // below: "STRING_VALUE",
|
|
341
341
|
* // },
|
|
@@ -344,7 +344,7 @@ declare const CreateFormCommand_base: {
|
|
|
344
344
|
* // excluded: true || false,
|
|
345
345
|
* // children: "STRING_VALUE",
|
|
346
346
|
* // position: {// Union: only one key present
|
|
347
|
-
* // fixed: "
|
|
347
|
+
* // fixed: "first",
|
|
348
348
|
* // rightOf: "STRING_VALUE",
|
|
349
349
|
* // below: "STRING_VALUE",
|
|
350
350
|
* // },
|
|
@@ -244,7 +244,7 @@ declare const ExportComponentsCommand_base: {
|
|
|
244
244
|
* // sort: [ // SortPropertyList
|
|
245
245
|
* // { // SortProperty
|
|
246
246
|
* // field: "STRING_VALUE", // required
|
|
247
|
-
* // direction: "
|
|
247
|
+
* // direction: "ASC" || "DESC", // required
|
|
248
248
|
* // },
|
|
249
249
|
* // ],
|
|
250
250
|
* // predicate: "<Predicate>",
|
|
@@ -47,7 +47,7 @@ declare const ExportFormsCommand_base: {
|
|
|
47
47
|
* // environmentName: "STRING_VALUE", // required
|
|
48
48
|
* // id: "STRING_VALUE", // required
|
|
49
49
|
* // name: "STRING_VALUE", // required
|
|
50
|
-
* // formActionType: "
|
|
50
|
+
* // formActionType: "create" || "update", // required
|
|
51
51
|
* // style: { // FormStyle
|
|
52
52
|
* // horizontalGap: { // FormStyleConfig Union: only one key present
|
|
53
53
|
* // tokenReference: "STRING_VALUE",
|
|
@@ -70,7 +70,7 @@ declare const ExportFormsCommand_base: {
|
|
|
70
70
|
* // "<keys>": { // FieldConfig
|
|
71
71
|
* // label: "STRING_VALUE",
|
|
72
72
|
* // position: { // FieldPosition Union: only one key present
|
|
73
|
-
* // fixed: "
|
|
73
|
+
* // fixed: "first",
|
|
74
74
|
* // rightOf: "STRING_VALUE",
|
|
75
75
|
* // below: "STRING_VALUE",
|
|
76
76
|
* // },
|
|
@@ -125,7 +125,7 @@ declare const ExportFormsCommand_base: {
|
|
|
125
125
|
* // value: "STRING_VALUE",
|
|
126
126
|
* // isArray: true || false,
|
|
127
127
|
* // fileUploaderConfig: { // FileUploaderFieldConfig
|
|
128
|
-
* // accessLevel: "
|
|
128
|
+
* // accessLevel: "public" || "protected" || "private", // required
|
|
129
129
|
* // acceptedFileTypes: [ // StrValues // required
|
|
130
130
|
* // "STRING_VALUE",
|
|
131
131
|
* // ],
|
|
@@ -153,7 +153,7 @@ declare const ExportFormsCommand_base: {
|
|
|
153
153
|
* // "<keys>": { // SectionalElement
|
|
154
154
|
* // type: "STRING_VALUE", // required
|
|
155
155
|
* // position: {// Union: only one key present
|
|
156
|
-
* // fixed: "
|
|
156
|
+
* // fixed: "first",
|
|
157
157
|
* // rightOf: "STRING_VALUE",
|
|
158
158
|
* // below: "STRING_VALUE",
|
|
159
159
|
* // },
|
|
@@ -168,12 +168,12 @@ declare const ExportFormsCommand_base: {
|
|
|
168
168
|
* // "<keys>": "STRING_VALUE",
|
|
169
169
|
* // },
|
|
170
170
|
* // cta: { // FormCTA
|
|
171
|
-
* // position: "
|
|
171
|
+
* // position: "top" || "bottom" || "top_and_bottom",
|
|
172
172
|
* // clear: { // FormButton
|
|
173
173
|
* // excluded: true || false,
|
|
174
174
|
* // children: "STRING_VALUE",
|
|
175
175
|
* // position: {// Union: only one key present
|
|
176
|
-
* // fixed: "
|
|
176
|
+
* // fixed: "first",
|
|
177
177
|
* // rightOf: "STRING_VALUE",
|
|
178
178
|
* // below: "STRING_VALUE",
|
|
179
179
|
* // },
|
|
@@ -182,7 +182,7 @@ declare const ExportFormsCommand_base: {
|
|
|
182
182
|
* // excluded: true || false,
|
|
183
183
|
* // children: "STRING_VALUE",
|
|
184
184
|
* // position: {// Union: only one key present
|
|
185
|
-
* // fixed: "
|
|
185
|
+
* // fixed: "first",
|
|
186
186
|
* // rightOf: "STRING_VALUE",
|
|
187
187
|
* // below: "STRING_VALUE",
|
|
188
188
|
* // },
|
|
@@ -191,7 +191,7 @@ declare const ExportFormsCommand_base: {
|
|
|
191
191
|
* // excluded: true || false,
|
|
192
192
|
* // children: "STRING_VALUE",
|
|
193
193
|
* // position: {// Union: only one key present
|
|
194
|
-
* // fixed: "
|
|
194
|
+
* // fixed: "first",
|
|
195
195
|
* // rightOf: "STRING_VALUE",
|
|
196
196
|
* // below: "STRING_VALUE",
|
|
197
197
|
* // },
|
|
@@ -243,7 +243,7 @@ declare const GetComponentCommand_base: {
|
|
|
243
243
|
* // sort: [ // SortPropertyList
|
|
244
244
|
* // { // SortProperty
|
|
245
245
|
* // field: "STRING_VALUE", // required
|
|
246
|
-
* // direction: "
|
|
246
|
+
* // direction: "ASC" || "DESC", // required
|
|
247
247
|
* // },
|
|
248
248
|
* // ],
|
|
249
249
|
* // predicate: "<Predicate>",
|
|
@@ -46,7 +46,7 @@ declare const GetFormCommand_base: {
|
|
|
46
46
|
* // environmentName: "STRING_VALUE", // required
|
|
47
47
|
* // id: "STRING_VALUE", // required
|
|
48
48
|
* // name: "STRING_VALUE", // required
|
|
49
|
-
* // formActionType: "
|
|
49
|
+
* // formActionType: "create" || "update", // required
|
|
50
50
|
* // style: { // FormStyle
|
|
51
51
|
* // horizontalGap: { // FormStyleConfig Union: only one key present
|
|
52
52
|
* // tokenReference: "STRING_VALUE",
|
|
@@ -69,7 +69,7 @@ declare const GetFormCommand_base: {
|
|
|
69
69
|
* // "<keys>": { // FieldConfig
|
|
70
70
|
* // label: "STRING_VALUE",
|
|
71
71
|
* // position: { // FieldPosition Union: only one key present
|
|
72
|
-
* // fixed: "
|
|
72
|
+
* // fixed: "first",
|
|
73
73
|
* // rightOf: "STRING_VALUE",
|
|
74
74
|
* // below: "STRING_VALUE",
|
|
75
75
|
* // },
|
|
@@ -124,7 +124,7 @@ declare const GetFormCommand_base: {
|
|
|
124
124
|
* // value: "STRING_VALUE",
|
|
125
125
|
* // isArray: true || false,
|
|
126
126
|
* // fileUploaderConfig: { // FileUploaderFieldConfig
|
|
127
|
-
* // accessLevel: "
|
|
127
|
+
* // accessLevel: "public" || "protected" || "private", // required
|
|
128
128
|
* // acceptedFileTypes: [ // StrValues // required
|
|
129
129
|
* // "STRING_VALUE",
|
|
130
130
|
* // ],
|
|
@@ -152,7 +152,7 @@ declare const GetFormCommand_base: {
|
|
|
152
152
|
* // "<keys>": { // SectionalElement
|
|
153
153
|
* // type: "STRING_VALUE", // required
|
|
154
154
|
* // position: {// Union: only one key present
|
|
155
|
-
* // fixed: "
|
|
155
|
+
* // fixed: "first",
|
|
156
156
|
* // rightOf: "STRING_VALUE",
|
|
157
157
|
* // below: "STRING_VALUE",
|
|
158
158
|
* // },
|
|
@@ -167,12 +167,12 @@ declare const GetFormCommand_base: {
|
|
|
167
167
|
* // "<keys>": "STRING_VALUE",
|
|
168
168
|
* // },
|
|
169
169
|
* // cta: { // FormCTA
|
|
170
|
-
* // position: "
|
|
170
|
+
* // position: "top" || "bottom" || "top_and_bottom",
|
|
171
171
|
* // clear: { // FormButton
|
|
172
172
|
* // excluded: true || false,
|
|
173
173
|
* // children: "STRING_VALUE",
|
|
174
174
|
* // position: {// Union: only one key present
|
|
175
|
-
* // fixed: "
|
|
175
|
+
* // fixed: "first",
|
|
176
176
|
* // rightOf: "STRING_VALUE",
|
|
177
177
|
* // below: "STRING_VALUE",
|
|
178
178
|
* // },
|
|
@@ -181,7 +181,7 @@ declare const GetFormCommand_base: {
|
|
|
181
181
|
* // excluded: true || false,
|
|
182
182
|
* // children: "STRING_VALUE",
|
|
183
183
|
* // position: {// Union: only one key present
|
|
184
|
-
* // fixed: "
|
|
184
|
+
* // fixed: "first",
|
|
185
185
|
* // rightOf: "STRING_VALUE",
|
|
186
186
|
* // below: "STRING_VALUE",
|
|
187
187
|
* // },
|
|
@@ -190,7 +190,7 @@ declare const GetFormCommand_base: {
|
|
|
190
190
|
* // excluded: true || false,
|
|
191
191
|
* // children: "STRING_VALUE",
|
|
192
192
|
* // position: {// Union: only one key present
|
|
193
|
-
* // fixed: "
|
|
193
|
+
* // fixed: "first",
|
|
194
194
|
* // rightOf: "STRING_VALUE",
|
|
195
195
|
* // below: "STRING_VALUE",
|
|
196
196
|
* // },
|
|
@@ -50,7 +50,7 @@ declare const ListFormsCommand_base: {
|
|
|
50
50
|
* // dataTypeName: "STRING_VALUE", // required
|
|
51
51
|
* // },
|
|
52
52
|
* // environmentName: "STRING_VALUE", // required
|
|
53
|
-
* // formActionType: "
|
|
53
|
+
* // formActionType: "create" || "update", // required
|
|
54
54
|
* // id: "STRING_VALUE", // required
|
|
55
55
|
* // name: "STRING_VALUE", // required
|
|
56
56
|
* // },
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { AmplifyUIBuilderClient, ListTagsForResourceCommand } from "@aws-sdk/client-amplifyuibuilder"; // ES Modules import
|
|
34
|
+
* // const { AmplifyUIBuilderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-amplifyuibuilder"); // CommonJS import
|
|
35
|
+
* const client = new AmplifyUIBuilderClient(config);
|
|
36
|
+
* const input = { // ListTagsForResourceRequest
|
|
37
|
+
* resourceArn: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // ListTagsForResourceResponse
|
|
42
|
+
* // tags: { // Tags // required
|
|
43
|
+
* // "<keys>": "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
50
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
51
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InternalServerException} (server fault)
|
|
56
|
+
* <p>An internal error has occurred. Please retry your request.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
59
|
+
* <p>An invalid or out-of-range value was supplied for the input parameter.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>The request was denied due to request throttling.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
68
|
+
* <p>You don't have permission to perform this operation.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link AmplifyUIBuilderServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link TagResourceCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Tags the resource with a tag key and value.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { AmplifyUIBuilderClient, TagResourceCommand } from "@aws-sdk/client-amplifyuibuilder"; // ES Modules import
|
|
34
|
+
* // const { AmplifyUIBuilderClient, TagResourceCommand } = require("@aws-sdk/client-amplifyuibuilder"); // CommonJS import
|
|
35
|
+
* const client = new AmplifyUIBuilderClient(config);
|
|
36
|
+
* const input = { // TagResourceRequest
|
|
37
|
+
* resourceArn: "STRING_VALUE", // required
|
|
38
|
+
* tags: { // Tags // required
|
|
39
|
+
* "<keys>": "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* };
|
|
42
|
+
* const command = new TagResourceCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
49
|
+
* @returns {@link TagResourceCommandOutput}
|
|
50
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InternalServerException} (server fault)
|
|
55
|
+
* <p>An internal error has occurred. Please retry your request.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
58
|
+
* <p>An invalid or out-of-range value was supplied for the input parameter.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* <p>The request was denied due to request throttling.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
67
|
+
* <p>You don't have permission to perform this operation.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link AmplifyUIBuilderServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link UntagResourceCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>Untags a resource with a specified Amazon Resource Name (ARN).</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { AmplifyUIBuilderClient, UntagResourceCommand } from "@aws-sdk/client-amplifyuibuilder"; // ES Modules import
|
|
34
|
+
* // const { AmplifyUIBuilderClient, UntagResourceCommand } = require("@aws-sdk/client-amplifyuibuilder"); // CommonJS import
|
|
35
|
+
* const client = new AmplifyUIBuilderClient(config);
|
|
36
|
+
* const input = { // UntagResourceRequest
|
|
37
|
+
* resourceArn: "STRING_VALUE", // required
|
|
38
|
+
* tagKeys: [ // TagKeyList // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
42
|
+
* const command = new UntagResourceCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
49
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
50
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link AmplifyUIBuilderClientResolvedConfig | config} for AmplifyUIBuilderClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InternalServerException} (server fault)
|
|
55
|
+
* <p>An internal error has occurred. Please retry your request.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
58
|
+
* <p>An invalid or out-of-range value was supplied for the input parameter.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>The requested resource does not exist, or access was denied.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
+
* <p>The request was denied due to request throttling.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
67
|
+
* <p>You don't have permission to perform this operation.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link AmplifyUIBuilderServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
|
+
}
|
|
@@ -238,7 +238,7 @@ declare const UpdateComponentCommand_base: {
|
|
|
238
238
|
* sort: [ // SortPropertyList
|
|
239
239
|
* { // SortProperty
|
|
240
240
|
* field: "STRING_VALUE", // required
|
|
241
|
-
* direction: "
|
|
241
|
+
* direction: "ASC" || "DESC", // required
|
|
242
242
|
* },
|
|
243
243
|
* ],
|
|
244
244
|
* predicate: "<Predicate>",
|
|
@@ -456,7 +456,7 @@ declare const UpdateComponentCommand_base: {
|
|
|
456
456
|
* // sort: [ // SortPropertyList
|
|
457
457
|
* // { // SortProperty
|
|
458
458
|
* // field: "STRING_VALUE", // required
|
|
459
|
-
* // direction: "
|
|
459
|
+
* // direction: "ASC" || "DESC", // required
|
|
460
460
|
* // },
|
|
461
461
|
* // ],
|
|
462
462
|
* // predicate: "<Predicate>",
|