@aws-sdk/client-amplifyuibuilder 3.477.0 → 3.481.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 (133) hide show
  1. package/dist-cjs/commands/CreateComponentCommand.js +18 -41
  2. package/dist-cjs/commands/CreateFormCommand.js +18 -41
  3. package/dist-cjs/commands/CreateThemeCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteFormCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteThemeCommand.js +18 -41
  7. package/dist-cjs/commands/ExchangeCodeForTokenCommand.js +18 -41
  8. package/dist-cjs/commands/ExportComponentsCommand.js +18 -41
  9. package/dist-cjs/commands/ExportFormsCommand.js +18 -41
  10. package/dist-cjs/commands/ExportThemesCommand.js +18 -41
  11. package/dist-cjs/commands/GetCodegenJobCommand.js +18 -41
  12. package/dist-cjs/commands/GetComponentCommand.js +18 -41
  13. package/dist-cjs/commands/GetFormCommand.js +18 -41
  14. package/dist-cjs/commands/GetMetadataCommand.js +18 -41
  15. package/dist-cjs/commands/GetThemeCommand.js +18 -41
  16. package/dist-cjs/commands/ListCodegenJobsCommand.js +18 -41
  17. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  18. package/dist-cjs/commands/ListFormsCommand.js +18 -41
  19. package/dist-cjs/commands/ListThemesCommand.js +18 -41
  20. package/dist-cjs/commands/PutMetadataFlagCommand.js +18 -41
  21. package/dist-cjs/commands/RefreshTokenCommand.js +18 -41
  22. package/dist-cjs/commands/StartCodegenJobCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateComponentCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateFormCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateThemeCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-cjs/pagination/ExportComponentsPaginator.js +2 -23
  28. package/dist-cjs/pagination/ExportFormsPaginator.js +2 -23
  29. package/dist-cjs/pagination/ExportThemesPaginator.js +2 -23
  30. package/dist-cjs/pagination/ListCodegenJobsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListFormsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListThemesPaginator.js +2 -24
  34. package/dist-es/commands/CreateComponentCommand.js +18 -41
  35. package/dist-es/commands/CreateFormCommand.js +18 -41
  36. package/dist-es/commands/CreateThemeCommand.js +18 -41
  37. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  38. package/dist-es/commands/DeleteFormCommand.js +18 -41
  39. package/dist-es/commands/DeleteThemeCommand.js +18 -41
  40. package/dist-es/commands/ExchangeCodeForTokenCommand.js +18 -41
  41. package/dist-es/commands/ExportComponentsCommand.js +18 -41
  42. package/dist-es/commands/ExportFormsCommand.js +18 -41
  43. package/dist-es/commands/ExportThemesCommand.js +18 -41
  44. package/dist-es/commands/GetCodegenJobCommand.js +18 -41
  45. package/dist-es/commands/GetComponentCommand.js +18 -41
  46. package/dist-es/commands/GetFormCommand.js +18 -41
  47. package/dist-es/commands/GetMetadataCommand.js +18 -41
  48. package/dist-es/commands/GetThemeCommand.js +18 -41
  49. package/dist-es/commands/ListCodegenJobsCommand.js +18 -41
  50. package/dist-es/commands/ListComponentsCommand.js +18 -41
  51. package/dist-es/commands/ListFormsCommand.js +18 -41
  52. package/dist-es/commands/ListThemesCommand.js +18 -41
  53. package/dist-es/commands/PutMetadataFlagCommand.js +18 -41
  54. package/dist-es/commands/RefreshTokenCommand.js +18 -41
  55. package/dist-es/commands/StartCodegenJobCommand.js +18 -41
  56. package/dist-es/commands/UpdateComponentCommand.js +18 -41
  57. package/dist-es/commands/UpdateFormCommand.js +18 -41
  58. package/dist-es/commands/UpdateThemeCommand.js +18 -41
  59. package/dist-es/endpoint/EndpointParameters.js +6 -0
  60. package/dist-es/pagination/ExportComponentsPaginator.js +2 -22
  61. package/dist-es/pagination/ExportFormsPaginator.js +2 -22
  62. package/dist-es/pagination/ExportThemesPaginator.js +2 -22
  63. package/dist-es/pagination/ListCodegenJobsPaginator.js +2 -23
  64. package/dist-es/pagination/ListComponentsPaginator.js +2 -23
  65. package/dist-es/pagination/ListFormsPaginator.js +2 -23
  66. package/dist-es/pagination/ListThemesPaginator.js +2 -23
  67. package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateFormCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateThemeCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteFormCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteThemeCommand.d.ts +6 -21
  73. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -21
  74. package/dist-types/commands/ExportComponentsCommand.d.ts +6 -21
  75. package/dist-types/commands/ExportFormsCommand.d.ts +6 -21
  76. package/dist-types/commands/ExportThemesCommand.d.ts +6 -21
  77. package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -21
  78. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  79. package/dist-types/commands/GetFormCommand.d.ts +6 -21
  80. package/dist-types/commands/GetMetadataCommand.d.ts +6 -21
  81. package/dist-types/commands/GetThemeCommand.d.ts +6 -21
  82. package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListFormsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListThemesCommand.d.ts +6 -21
  86. package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -21
  87. package/dist-types/commands/RefreshTokenCommand.d.ts +6 -21
  88. package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateFormCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateThemeCommand.d.ts +6 -21
  92. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  93. package/dist-types/pagination/ExportComponentsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ExportFormsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ExportThemesPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListCodegenJobsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListFormsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +12 -23
  113. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  126. package/dist-types/ts3.4/pagination/ExportComponentsPaginator.d.ts +3 -3
  127. package/dist-types/ts3.4/pagination/ExportFormsPaginator.d.ts +3 -3
  128. package/dist-types/ts3.4/pagination/ExportThemesPaginator.d.ts +3 -3
  129. package/dist-types/ts3.4/pagination/ListCodegenJobsPaginator.d.ts +3 -3
  130. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
  131. package/dist-types/ts3.4/pagination/ListFormsPaginator.d.ts +3 -3
  132. package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +3 -3
  133. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { GetFormRequest, GetFormResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetFormCommandInput extends GetFormRequest {
21
20
  */
22
21
  export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetFormCommand_base: {
24
+ new (input: GetFormCommandInput): import("@smithy/smithy-client").CommandImpl<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an existing form for an Amplify app.</p>
@@ -218,23 +221,5 @@ export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer
218
221
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
219
222
  *
220
223
  */
221
- export declare class GetFormCommand extends $Command<GetFormCommandInput, GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
222
- readonly input: GetFormCommandInput;
223
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
224
- /**
225
- * @public
226
- */
227
- constructor(input: GetFormCommandInput);
228
- /**
229
- * @internal
230
- */
231
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFormCommandInput, GetFormCommandOutput>;
232
- /**
233
- * @internal
234
- */
235
- private serialize;
236
- /**
237
- * @internal
238
- */
239
- private deserialize;
224
+ export declare class GetFormCommand extends GetFormCommand_base {
240
225
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetadataCommandInput extends GetMetadataRequest {
21
20
  */
22
21
  export interface GetMetadataCommandOutput extends GetMetadataResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMetadataCommand_base: {
24
+ new (input: GetMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns existing metadata for an Amplify app.</p>
@@ -60,23 +63,5 @@ export interface GetMetadataCommandOutput extends GetMetadataResponse, __Metadat
60
63
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
61
64
  *
62
65
  */
63
- export declare class GetMetadataCommand extends $Command<GetMetadataCommandInput, GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
64
- readonly input: GetMetadataCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: GetMetadataCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetadataCommandInput, GetMetadataCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class GetMetadataCommand extends GetMetadataCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetThemeCommandInput extends GetThemeRequest {
21
20
  */
22
21
  export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetThemeCommand_base: {
24
+ new (input: GetThemeCommandInput): import("@smithy/smithy-client").CommandImpl<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an existing theme for an Amplify app.</p>
@@ -90,23 +93,5 @@ export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBeare
90
93
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
91
94
  *
92
95
  */
93
- export declare class GetThemeCommand extends $Command<GetThemeCommandInput, GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
94
- readonly input: GetThemeCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: GetThemeCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThemeCommandInput, GetThemeCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class GetThemeCommand extends GetThemeCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { ListCodegenJobsRequest, ListCodegenJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCodegenJobsCommandInput extends ListCodegenJobsRequest {
21
20
  */
22
21
  export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCodegenJobsCommand_base: {
24
+ new (input: ListCodegenJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of code generation jobs for a specified Amplify app and backend environment.</p>
@@ -72,23 +75,5 @@ export interface ListCodegenJobsCommandOutput extends ListCodegenJobsResponse, _
72
75
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
73
76
  *
74
77
  */
75
- export declare class ListCodegenJobsCommand extends $Command<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
76
- readonly input: ListCodegenJobsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListCodegenJobsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCodegenJobsCommandInput, ListCodegenJobsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListComponentsCommandInput extends ListComponentsRequest {
21
20
  */
22
21
  export interface ListComponentsCommandOutput extends ListComponentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListComponentsCommand_base: {
24
+ new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of components for a specified Amplify app and backend
@@ -70,23 +73,5 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
70
73
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
71
74
  *
72
75
  */
73
- export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
74
- readonly input: ListComponentsCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListComponentsCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListComponentsCommand extends ListComponentsCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { ListFormsRequest, ListFormsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFormsCommandInput extends ListFormsRequest {
21
20
  */
22
21
  export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFormsCommand_base: {
24
+ new (input: ListFormsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of forms for a specified Amplify app and backend environment.</p>
@@ -73,23 +76,5 @@ export interface ListFormsCommandOutput extends ListFormsResponse, __MetadataBea
73
76
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
74
77
  *
75
78
  */
76
- export declare class ListFormsCommand extends $Command<ListFormsCommandInput, ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
77
- readonly input: ListFormsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListFormsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFormsCommandInput, ListFormsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListFormsCommand extends ListFormsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { ListThemesRequest, ListThemesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListThemesCommandInput extends ListThemesRequest {
21
20
  */
22
21
  export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListThemesCommand_base: {
24
+ new (input: ListThemesCommandInput): import("@smithy/smithy-client").CommandImpl<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of themes for a specified Amplify app and backend
@@ -69,23 +72,5 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
69
72
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
70
73
  *
71
74
  */
72
- export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
73
- readonly input: ListThemesCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListThemesCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThemesCommandInput, ListThemesCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListThemesCommand extends ListThemesCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { PutMetadataFlagRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetadataFlagCommandInput extends PutMetadataFlagRequest {
21
20
  */
22
21
  export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutMetadataFlagCommand_base: {
24
+ new (input: PutMetadataFlagCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stores the metadata information about a feature on a form.</p>
@@ -60,23 +63,5 @@ export interface PutMetadataFlagCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
61
64
  *
62
65
  */
63
- export declare class PutMetadataFlagCommand extends $Command<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
64
- readonly input: PutMetadataFlagCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: PutMetadataFlagCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetadataFlagCommandInput, PutMetadataFlagCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class PutMetadataFlagCommand extends PutMetadataFlagCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { RefreshTokenRequest, RefreshTokenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RefreshTokenCommandInput extends RefreshTokenRequest {
21
20
  */
22
21
  export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __MetadataBearer {
23
22
  }
23
+ declare const RefreshTokenCommand_base: {
24
+ new (input: RefreshTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <note>
@@ -62,23 +65,5 @@ export interface RefreshTokenCommandOutput extends RefreshTokenResponse, __Metad
62
65
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
63
66
  *
64
67
  */
65
- export declare class RefreshTokenCommand extends $Command<RefreshTokenCommandInput, RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
66
- readonly input: RefreshTokenCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: RefreshTokenCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RefreshTokenCommandInput, RefreshTokenCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class RefreshTokenCommand extends RefreshTokenCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { StartCodegenJobRequest, StartCodegenJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartCodegenJobCommandInput extends StartCodegenJobRequest {
21
20
  */
22
21
  export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartCodegenJobCommand_base: {
24
+ new (input: StartCodegenJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a code generation job for a specified Amplify app and backend environment.</p>
@@ -285,23 +288,5 @@ export interface StartCodegenJobCommandOutput extends StartCodegenJobResponse, _
285
288
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
286
289
  *
287
290
  */
288
- export declare class StartCodegenJobCommand extends $Command<StartCodegenJobCommandInput, StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
289
- readonly input: StartCodegenJobCommandInput;
290
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
291
- /**
292
- * @public
293
- */
294
- constructor(input: StartCodegenJobCommandInput);
295
- /**
296
- * @internal
297
- */
298
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCodegenJobCommandInput, StartCodegenJobCommandOutput>;
299
- /**
300
- * @internal
301
- */
302
- private serialize;
303
- /**
304
- * @internal
305
- */
306
- private deserialize;
291
+ export declare class StartCodegenJobCommand extends StartCodegenJobCommand_base {
307
292
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateComponentCommandInput extends UpdateComponentRequest {
21
20
  */
22
21
  export interface UpdateComponentCommandOutput extends UpdateComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateComponentCommand_base: {
24
+ new (input: UpdateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing component.</p>
@@ -493,23 +496,5 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
493
496
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
494
497
  *
495
498
  */
496
- export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
497
- readonly input: UpdateComponentCommandInput;
498
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
499
- /**
500
- * @public
501
- */
502
- constructor(input: UpdateComponentCommandInput);
503
- /**
504
- * @internal
505
- */
506
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentCommandInput, UpdateComponentCommandOutput>;
507
- /**
508
- * @internal
509
- */
510
- private serialize;
511
- /**
512
- * @internal
513
- */
514
- private deserialize;
499
+ export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
515
500
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFormCommandInput extends UpdateFormRequest {
21
20
  */
22
21
  export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFormCommand_base: {
24
+ new (input: UpdateFormCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing form.</p>
@@ -370,23 +373,5 @@ export interface UpdateFormCommandOutput extends UpdateFormResponse, __MetadataB
370
373
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
371
374
  *
372
375
  */
373
- export declare class UpdateFormCommand extends $Command<UpdateFormCommandInput, UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
374
- readonly input: UpdateFormCommandInput;
375
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
376
- /**
377
- * @public
378
- */
379
- constructor(input: UpdateFormCommandInput);
380
- /**
381
- * @internal
382
- */
383
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFormCommandInput, UpdateFormCommandOutput>;
384
- /**
385
- * @internal
386
- */
387
- private serialize;
388
- /**
389
- * @internal
390
- */
391
- private deserialize;
376
+ export declare class UpdateFormCommand extends UpdateFormCommand_base {
392
377
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyUIBuilderClient";
5
4
  import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateThemeCommandInput extends UpdateThemeRequest {
21
20
  */
22
21
  export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateThemeCommand_base: {
24
+ new (input: UpdateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing theme.</p>
@@ -113,23 +116,5 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
113
116
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
114
117
  *
115
118
  */
116
- export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
117
- readonly input: UpdateThemeCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: UpdateThemeCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThemeCommandInput, UpdateThemeCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
135
120
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateExportComponents(config: AmplifyUIBuilderPaginationConfiguration, input: ExportComponentsCommandInput, ...additionalArguments: any): Paginator<ExportComponentsCommandOutput>;
7
+ export declare const paginateExportComponents: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportComponentsCommandInput, ...rest: any[]) => Paginator<ExportComponentsCommandOutput>;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateExportForms(config: AmplifyUIBuilderPaginationConfiguration, input: ExportFormsCommandInput, ...additionalArguments: any): Paginator<ExportFormsCommandOutput>;
7
+ export declare const paginateExportForms: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportFormsCommandInput, ...rest: any[]) => Paginator<ExportFormsCommandOutput>;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateExportThemes(config: AmplifyUIBuilderPaginationConfiguration, input: ExportThemesCommandInput, ...additionalArguments: any): Paginator<ExportThemesCommandOutput>;
7
+ export declare const paginateExportThemes: (config: AmplifyUIBuilderPaginationConfiguration, input: ExportThemesCommandInput, ...rest: any[]) => Paginator<ExportThemesCommandOutput>;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCodegenJobs(config: AmplifyUIBuilderPaginationConfiguration, input: ListCodegenJobsCommandInput, ...additionalArguments: any): Paginator<ListCodegenJobsCommandOutput>;
7
+ export declare const paginateListCodegenJobs: (config: AmplifyUIBuilderPaginationConfiguration, input: ListCodegenJobsCommandInput, ...rest: any[]) => Paginator<ListCodegenJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListComponents(config: AmplifyUIBuilderPaginationConfiguration, input: ListComponentsCommandInput, ...additionalArguments: any): Paginator<ListComponentsCommandOutput>;
7
+ export declare const paginateListComponents: (config: AmplifyUIBuilderPaginationConfiguration, input: ListComponentsCommandInput, ...rest: any[]) => Paginator<ListComponentsCommandOutput>;
@@ -4,4 +4,4 @@ import { AmplifyUIBuilderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListForms(config: AmplifyUIBuilderPaginationConfiguration, input: ListFormsCommandInput, ...additionalArguments: any): Paginator<ListFormsCommandOutput>;
7
+ export declare const paginateListForms: (config: AmplifyUIBuilderPaginationConfiguration, input: ListFormsCommandInput, ...rest: any[]) => Paginator<ListFormsCommandOutput>;