@aws-sdk/client-amplifyuibuilder 3.478.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 (105) 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-es/commands/CreateComponentCommand.js +18 -41
  28. package/dist-es/commands/CreateFormCommand.js +18 -41
  29. package/dist-es/commands/CreateThemeCommand.js +18 -41
  30. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  31. package/dist-es/commands/DeleteFormCommand.js +18 -41
  32. package/dist-es/commands/DeleteThemeCommand.js +18 -41
  33. package/dist-es/commands/ExchangeCodeForTokenCommand.js +18 -41
  34. package/dist-es/commands/ExportComponentsCommand.js +18 -41
  35. package/dist-es/commands/ExportFormsCommand.js +18 -41
  36. package/dist-es/commands/ExportThemesCommand.js +18 -41
  37. package/dist-es/commands/GetCodegenJobCommand.js +18 -41
  38. package/dist-es/commands/GetComponentCommand.js +18 -41
  39. package/dist-es/commands/GetFormCommand.js +18 -41
  40. package/dist-es/commands/GetMetadataCommand.js +18 -41
  41. package/dist-es/commands/GetThemeCommand.js +18 -41
  42. package/dist-es/commands/ListCodegenJobsCommand.js +18 -41
  43. package/dist-es/commands/ListComponentsCommand.js +18 -41
  44. package/dist-es/commands/ListFormsCommand.js +18 -41
  45. package/dist-es/commands/ListThemesCommand.js +18 -41
  46. package/dist-es/commands/PutMetadataFlagCommand.js +18 -41
  47. package/dist-es/commands/RefreshTokenCommand.js +18 -41
  48. package/dist-es/commands/StartCodegenJobCommand.js +18 -41
  49. package/dist-es/commands/UpdateComponentCommand.js +18 -41
  50. package/dist-es/commands/UpdateFormCommand.js +18 -41
  51. package/dist-es/commands/UpdateThemeCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateFormCommand.d.ts +6 -21
  55. package/dist-types/commands/CreateThemeCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteFormCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteThemeCommand.d.ts +6 -21
  59. package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -21
  60. package/dist-types/commands/ExportComponentsCommand.d.ts +6 -21
  61. package/dist-types/commands/ExportFormsCommand.d.ts +6 -21
  62. package/dist-types/commands/ExportThemesCommand.d.ts +6 -21
  63. package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -21
  64. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  65. package/dist-types/commands/GetFormCommand.d.ts +6 -21
  66. package/dist-types/commands/GetMetadataCommand.d.ts +6 -21
  67. package/dist-types/commands/GetThemeCommand.d.ts +6 -21
  68. package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListFormsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListThemesCommand.d.ts +6 -21
  72. package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -21
  73. package/dist-types/commands/RefreshTokenCommand.d.ts +6 -21
  74. package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -21
  75. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -21
  76. package/dist-types/commands/UpdateFormCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateThemeCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +12 -23
  92. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +9 -9
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class RefreshTokenCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, RefreshTokenCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "AmplifyUIBuilderClient";
27
- const commandName = "RefreshTokenCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: RefreshTokenRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: RefreshTokenResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AmplifyUIBuilder",
36
- operation: "RefreshToken",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_RefreshTokenCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_RefreshTokenCommand(output, context);
47
- }
8
+ export class RefreshTokenCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AmplifyUIBuilder", "RefreshToken", {})
20
+ .n("AmplifyUIBuilderClient", "RefreshTokenCommand")
21
+ .f(RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog)
22
+ .ser(se_RefreshTokenCommand)
23
+ .de(de_RefreshTokenCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartCodegenJobCommand, se_StartCodegenJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartCodegenJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartCodegenJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyUIBuilderClient";
26
- const commandName = "StartCodegenJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmplifyUIBuilder",
35
- operation: "StartCodegenJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartCodegenJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartCodegenJobCommand(output, context);
46
- }
7
+ export class StartCodegenJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmplifyUIBuilder", "StartCodegenJob", {})
19
+ .n("AmplifyUIBuilderClient", "StartCodegenJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartCodegenJobCommand)
22
+ .de(de_StartCodegenJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateComponentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateComponentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyUIBuilderClient";
26
- const commandName = "UpdateComponentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmplifyUIBuilder",
35
- operation: "UpdateComponent",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateComponentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateComponentCommand(output, context);
46
- }
7
+ export class UpdateComponentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmplifyUIBuilder", "UpdateComponent", {})
19
+ .n("AmplifyUIBuilderClient", "UpdateComponentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateComponentCommand)
22
+ .de(de_UpdateComponentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateFormCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateFormCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyUIBuilderClient";
26
- const commandName = "UpdateFormCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmplifyUIBuilder",
35
- operation: "UpdateForm",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateFormCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateFormCommand(output, context);
46
- }
7
+ export class UpdateFormCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmplifyUIBuilder", "UpdateForm", {})
19
+ .n("AmplifyUIBuilderClient", "UpdateFormCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateFormCommand)
22
+ .de(de_UpdateFormCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateThemeCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateThemeCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyUIBuilderClient";
26
- const commandName = "UpdateThemeCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmplifyUIBuilder",
35
- operation: "UpdateTheme",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateThemeCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateThemeCommand(output, context);
46
- }
7
+ export class UpdateThemeCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmplifyUIBuilder", "UpdateTheme", {})
19
+ .n("AmplifyUIBuilderClient", "UpdateThemeCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateThemeCommand)
22
+ .de(de_UpdateThemeCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "amplifyuibuilder",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateComponentCommandInput extends CreateComponentRequest {
21
20
  */
22
21
  export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateComponentCommand_base: {
24
+ new (input: CreateComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new component for an Amplify app.</p>
@@ -498,23 +501,5 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
498
501
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
499
502
  *
500
503
  */
501
- export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
502
- readonly input: CreateComponentCommandInput;
503
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
504
- /**
505
- * @public
506
- */
507
- constructor(input: CreateComponentCommandInput);
508
- /**
509
- * @internal
510
- */
511
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
512
- /**
513
- * @internal
514
- */
515
- private serialize;
516
- /**
517
- * @internal
518
- */
519
- private deserialize;
504
+ export declare class CreateComponentCommand extends CreateComponentCommand_base {
520
505
  }
@@ -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 { CreateFormRequest, CreateFormResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateFormCommandInput extends CreateFormRequest {
21
20
  */
22
21
  export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateFormCommand_base: {
24
+ new (input: CreateFormCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new form for an Amplify app.</p>
@@ -376,23 +379,5 @@ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataB
376
379
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
377
380
  *
378
381
  */
379
- export declare class CreateFormCommand extends $Command<CreateFormCommandInput, CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
380
- readonly input: CreateFormCommandInput;
381
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
382
- /**
383
- * @public
384
- */
385
- constructor(input: CreateFormCommandInput);
386
- /**
387
- * @internal
388
- */
389
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFormCommandInput, CreateFormCommandOutput>;
390
- /**
391
- * @internal
392
- */
393
- private serialize;
394
- /**
395
- * @internal
396
- */
397
- private deserialize;
382
+ export declare class CreateFormCommand extends CreateFormCommand_base {
398
383
  }
@@ -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 { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateThemeCommandInput extends CreateThemeRequest {
21
20
  */
22
21
  export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateThemeCommand_base: {
24
+ new (input: CreateThemeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a theme to apply to the components in an Amplify app.</p>
@@ -118,23 +121,5 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
118
121
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
119
122
  *
120
123
  */
121
- export declare class CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
122
- readonly input: CreateThemeCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: CreateThemeCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThemeCommandInput, CreateThemeCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class CreateThemeCommand extends CreateThemeCommand_base {
140
125
  }
@@ -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 { DeleteComponentRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
21
20
  */
22
21
  export interface DeleteComponentCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteComponentCommand_base: {
24
+ new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a component from an Amplify app.</p>
@@ -60,23 +63,5 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
64
- readonly input: DeleteComponentCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteComponentCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteComponentCommand extends DeleteComponentCommand_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 { DeleteFormRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFormCommandInput extends DeleteFormRequest {
21
20
  */
22
21
  export interface DeleteFormCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteFormCommand_base: {
24
+ new (input: DeleteFormCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a form from an Amplify app.</p>
@@ -60,23 +63,5 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteFormCommand extends $Command<DeleteFormCommandInput, DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
64
- readonly input: DeleteFormCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteFormCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFormCommandInput, DeleteFormCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteFormCommand extends DeleteFormCommand_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 { DeleteThemeRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteThemeCommandInput extends DeleteThemeRequest {
21
20
  */
22
21
  export interface DeleteThemeCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteThemeCommand_base: {
24
+ new (input: DeleteThemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a theme from an Amplify app.</p>
@@ -60,23 +63,5 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from AmplifyUIBuilder service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig> {
64
- readonly input: DeleteThemeCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteThemeCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyUIBuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThemeCommandInput, DeleteThemeCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
82
67
  }