@aws-sdk/client-amplifyuibuilder 3.775.0 → 3.782.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.
Files changed (29) hide show
  1. package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateFormCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateThemeCommand.d.ts +1 -0
  4. package/dist-types/commands/DeleteComponentCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteFormCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -0
  7. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +1 -0
  8. package/dist-types/commands/ExportComponentsCommand.d.ts +1 -0
  9. package/dist-types/commands/ExportFormsCommand.d.ts +1 -0
  10. package/dist-types/commands/ExportThemesCommand.d.ts +1 -0
  11. package/dist-types/commands/GetCodegenJobCommand.d.ts +1 -0
  12. package/dist-types/commands/GetComponentCommand.d.ts +1 -0
  13. package/dist-types/commands/GetFormCommand.d.ts +1 -0
  14. package/dist-types/commands/GetMetadataCommand.d.ts +1 -0
  15. package/dist-types/commands/GetThemeCommand.d.ts +1 -0
  16. package/dist-types/commands/ListCodegenJobsCommand.d.ts +1 -0
  17. package/dist-types/commands/ListComponentsCommand.d.ts +1 -0
  18. package/dist-types/commands/ListFormsCommand.d.ts +1 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  20. package/dist-types/commands/ListThemesCommand.d.ts +1 -0
  21. package/dist-types/commands/PutMetadataFlagCommand.d.ts +1 -0
  22. package/dist-types/commands/RefreshTokenCommand.d.ts +1 -0
  23. package/dist-types/commands/StartCodegenJobCommand.d.ts +1 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  26. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
  27. package/dist-types/commands/UpdateFormCommand.d.ts +1 -0
  28. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -0
  29. package/package.json +5 -5
@@ -501,6 +501,7 @@ declare const CreateComponentCommand_base: {
501
501
  * @throws {@link AmplifyUIBuilderServiceException}
502
502
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
503
503
  *
504
+ *
504
505
  * @public
505
506
  */
506
507
  export declare class CreateComponentCommand extends CreateComponentCommand_base {
@@ -379,6 +379,7 @@ declare const CreateFormCommand_base: {
379
379
  * @throws {@link AmplifyUIBuilderServiceException}
380
380
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
381
381
  *
382
+ *
382
383
  * @public
383
384
  */
384
385
  export declare class CreateFormCommand extends CreateFormCommand_base {
@@ -121,6 +121,7 @@ declare const CreateThemeCommand_base: {
121
121
  * @throws {@link AmplifyUIBuilderServiceException}
122
122
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
123
123
  *
124
+ *
124
125
  * @public
125
126
  */
126
127
  export declare class CreateThemeCommand extends CreateThemeCommand_base {
@@ -63,6 +63,7 @@ declare const DeleteComponentCommand_base: {
63
63
  * @throws {@link AmplifyUIBuilderServiceException}
64
64
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
@@ -63,6 +63,7 @@ declare const DeleteFormCommand_base: {
63
63
  * @throws {@link AmplifyUIBuilderServiceException}
64
64
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class DeleteFormCommand extends DeleteFormCommand_base {
@@ -63,6 +63,7 @@ declare const DeleteThemeCommand_base: {
63
63
  * @throws {@link AmplifyUIBuilderServiceException}
64
64
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
@@ -67,6 +67,7 @@ declare const ExchangeCodeForTokenCommand_base: {
67
67
  * @throws {@link AmplifyUIBuilderServiceException}
68
68
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base {
@@ -283,6 +283,7 @@ declare const ExportComponentsCommand_base: {
283
283
  * @throws {@link AmplifyUIBuilderServiceException}
284
284
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
285
285
  *
286
+ *
286
287
  * @public
287
288
  */
288
289
  export declare class ExportComponentsCommand extends ExportComponentsCommand_base {
@@ -221,6 +221,7 @@ declare const ExportFormsCommand_base: {
221
221
  * @throws {@link AmplifyUIBuilderServiceException}
222
222
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
223
223
  *
224
+ *
224
225
  * @public
225
226
  */
226
227
  export declare class ExportFormsCommand extends ExportFormsCommand_base {
@@ -93,6 +93,7 @@ declare const ExportThemesCommand_base: {
93
93
  * @throws {@link AmplifyUIBuilderServiceException}
94
94
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class ExportThemesCommand extends ExportThemesCommand_base {
@@ -188,6 +188,7 @@ declare const GetCodegenJobCommand_base: {
188
188
  * @throws {@link AmplifyUIBuilderServiceException}
189
189
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
190
190
  *
191
+ *
191
192
  * @public
192
193
  */
193
194
  export declare class GetCodegenJobCommand extends GetCodegenJobCommand_base {
@@ -283,6 +283,7 @@ declare const GetComponentCommand_base: {
283
283
  * @throws {@link AmplifyUIBuilderServiceException}
284
284
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
285
285
  *
286
+ *
286
287
  * @public
287
288
  */
288
289
  export declare class GetComponentCommand extends GetComponentCommand_base {
@@ -221,6 +221,7 @@ declare const GetFormCommand_base: {
221
221
  * @throws {@link AmplifyUIBuilderServiceException}
222
222
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
223
223
  *
224
+ *
224
225
  * @public
225
226
  */
226
227
  export declare class GetFormCommand extends GetFormCommand_base {
@@ -63,6 +63,7 @@ declare const GetMetadataCommand_base: {
63
63
  * @throws {@link AmplifyUIBuilderServiceException}
64
64
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class GetMetadataCommand extends GetMetadataCommand_base {
@@ -93,6 +93,7 @@ declare const GetThemeCommand_base: {
93
93
  * @throws {@link AmplifyUIBuilderServiceException}
94
94
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetThemeCommand extends GetThemeCommand_base {
@@ -75,6 +75,7 @@ declare const ListCodegenJobsCommand_base: {
75
75
  * @throws {@link AmplifyUIBuilderServiceException}
76
76
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
@@ -73,6 +73,7 @@ declare const ListComponentsCommand_base: {
73
73
  * @throws {@link AmplifyUIBuilderServiceException}
74
74
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
@@ -76,6 +76,7 @@ declare const ListFormsCommand_base: {
76
76
  * @throws {@link AmplifyUIBuilderServiceException}
77
77
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class ListFormsCommand extends ListFormsCommand_base {
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
71
71
  * @throws {@link AmplifyUIBuilderServiceException}
72
72
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -72,6 +72,7 @@ declare const ListThemesCommand_base: {
72
72
  * @throws {@link AmplifyUIBuilderServiceException}
73
73
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class ListThemesCommand extends ListThemesCommand_base {
@@ -63,6 +63,7 @@ declare const PutMetadataFlagCommand_base: {
63
63
  * @throws {@link AmplifyUIBuilderServiceException}
64
64
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class PutMetadataFlagCommand extends PutMetadataFlagCommand_base {
@@ -65,6 +65,7 @@ declare const RefreshTokenCommand_base: {
65
65
  * @throws {@link AmplifyUIBuilderServiceException}
66
66
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class RefreshTokenCommand extends RefreshTokenCommand_base {
@@ -288,6 +288,7 @@ declare const StartCodegenJobCommand_base: {
288
288
  * @throws {@link AmplifyUIBuilderServiceException}
289
289
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
290
290
  *
291
+ *
291
292
  * @public
292
293
  */
293
294
  export declare class StartCodegenJobCommand extends StartCodegenJobCommand_base {
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
70
70
  * @throws {@link AmplifyUIBuilderServiceException}
71
71
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
70
70
  * @throws {@link AmplifyUIBuilderServiceException}
71
71
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -496,6 +496,7 @@ declare const UpdateComponentCommand_base: {
496
496
  * @throws {@link AmplifyUIBuilderServiceException}
497
497
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
498
498
  *
499
+ *
499
500
  * @public
500
501
  */
501
502
  export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
@@ -373,6 +373,7 @@ declare const UpdateFormCommand_base: {
373
373
  * @throws {@link AmplifyUIBuilderServiceException}
374
374
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
375
375
  *
376
+ *
376
377
  * @public
377
378
  */
378
379
  export declare class UpdateFormCommand extends UpdateFormCommand_base {
@@ -116,6 +116,7 @@ declare const UpdateThemeCommand_base: {
116
116
  * @throws {@link AmplifyUIBuilderServiceException}
117
117
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplifyuibuilder",
3
3
  "description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",