@aws-sdk/client-amplifyuibuilder 3.1087.0 → 3.1088.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 (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/AmplifyUIBuilder.d.ts +105 -155
  3. package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +18 -67
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
  11. package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +2 -2
  12. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetFormCommand.d.ts +7 -5
  20. package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +7 -5
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  37. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  38. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  39. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  40. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  41. package/dist-types/ts3.4/pagination/ExportFormsPaginator.d.ts +1 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  43. package/dist-types/ts3.4/pagination/ListFormsPaginator.d.ts +1 -4
  44. package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +1 -4
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  49. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  50. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -40,26 +37,14 @@ import {
40
37
  CreateComponentCommandInput,
41
38
  CreateComponentCommandOutput,
42
39
  } from "./commands/CreateComponentCommand";
43
- import {
44
- CreateFormCommandInput,
45
- CreateFormCommandOutput,
46
- } from "./commands/CreateFormCommand";
47
- import {
48
- CreateThemeCommandInput,
49
- CreateThemeCommandOutput,
50
- } from "./commands/CreateThemeCommand";
40
+ import { CreateFormCommandInput, CreateFormCommandOutput } from "./commands/CreateFormCommand";
41
+ import { CreateThemeCommandInput, CreateThemeCommandOutput } from "./commands/CreateThemeCommand";
51
42
  import {
52
43
  DeleteComponentCommandInput,
53
44
  DeleteComponentCommandOutput,
54
45
  } from "./commands/DeleteComponentCommand";
55
- import {
56
- DeleteFormCommandInput,
57
- DeleteFormCommandOutput,
58
- } from "./commands/DeleteFormCommand";
59
- import {
60
- DeleteThemeCommandInput,
61
- DeleteThemeCommandOutput,
62
- } from "./commands/DeleteThemeCommand";
46
+ import { DeleteFormCommandInput, DeleteFormCommandOutput } from "./commands/DeleteFormCommand";
47
+ import { DeleteThemeCommandInput, DeleteThemeCommandOutput } from "./commands/DeleteThemeCommand";
63
48
  import {
64
49
  ExchangeCodeForTokenCommandInput,
65
50
  ExchangeCodeForTokenCommandOutput,
@@ -68,10 +53,7 @@ import {
68
53
  ExportComponentsCommandInput,
69
54
  ExportComponentsCommandOutput,
70
55
  } from "./commands/ExportComponentsCommand";
71
- import {
72
- ExportFormsCommandInput,
73
- ExportFormsCommandOutput,
74
- } from "./commands/ExportFormsCommand";
56
+ import { ExportFormsCommandInput, ExportFormsCommandOutput } from "./commands/ExportFormsCommand";
75
57
  import {
76
58
  ExportThemesCommandInput,
77
59
  ExportThemesCommandOutput,
@@ -84,18 +66,9 @@ import {
84
66
  GetComponentCommandInput,
85
67
  GetComponentCommandOutput,
86
68
  } from "./commands/GetComponentCommand";
87
- import {
88
- GetFormCommandInput,
89
- GetFormCommandOutput,
90
- } from "./commands/GetFormCommand";
91
- import {
92
- GetMetadataCommandInput,
93
- GetMetadataCommandOutput,
94
- } from "./commands/GetMetadataCommand";
95
- import {
96
- GetThemeCommandInput,
97
- GetThemeCommandOutput,
98
- } from "./commands/GetThemeCommand";
69
+ import { GetFormCommandInput, GetFormCommandOutput } from "./commands/GetFormCommand";
70
+ import { GetMetadataCommandInput, GetMetadataCommandOutput } from "./commands/GetMetadataCommand";
71
+ import { GetThemeCommandInput, GetThemeCommandOutput } from "./commands/GetThemeCommand";
99
72
  import {
100
73
  ListCodegenJobsCommandInput,
101
74
  ListCodegenJobsCommandOutput,
@@ -104,18 +77,12 @@ import {
104
77
  ListComponentsCommandInput,
105
78
  ListComponentsCommandOutput,
106
79
  } from "./commands/ListComponentsCommand";
107
- import {
108
- ListFormsCommandInput,
109
- ListFormsCommandOutput,
110
- } from "./commands/ListFormsCommand";
80
+ import { ListFormsCommandInput, ListFormsCommandOutput } from "./commands/ListFormsCommand";
111
81
  import {
112
82
  ListTagsForResourceCommandInput,
113
83
  ListTagsForResourceCommandOutput,
114
84
  } from "./commands/ListTagsForResourceCommand";
115
- import {
116
- ListThemesCommandInput,
117
- ListThemesCommandOutput,
118
- } from "./commands/ListThemesCommand";
85
+ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/ListThemesCommand";
119
86
  import {
120
87
  PutMetadataFlagCommandInput,
121
88
  PutMetadataFlagCommandOutput,
@@ -128,10 +95,7 @@ import {
128
95
  StartCodegenJobCommandInput,
129
96
  StartCodegenJobCommandOutput,
130
97
  } from "./commands/StartCodegenJobCommand";
131
- import {
132
- TagResourceCommandInput,
133
- TagResourceCommandOutput,
134
- } from "./commands/TagResourceCommand";
98
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
135
99
  import {
136
100
  UntagResourceCommandInput,
137
101
  UntagResourceCommandOutput,
@@ -140,14 +104,8 @@ import {
140
104
  UpdateComponentCommandInput,
141
105
  UpdateComponentCommandOutput,
142
106
  } from "./commands/UpdateComponentCommand";
143
- import {
144
- UpdateFormCommandInput,
145
- UpdateFormCommandOutput,
146
- } from "./commands/UpdateFormCommand";
147
- import {
148
- UpdateThemeCommandInput,
149
- UpdateThemeCommandOutput,
150
- } from "./commands/UpdateThemeCommand";
107
+ import { UpdateFormCommandInput, UpdateFormCommandOutput } from "./commands/UpdateFormCommand";
108
+ import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
151
109
  import {
152
110
  ClientInputEndpointParameters,
153
111
  ClientResolvedEndpointParameters,
@@ -213,8 +171,7 @@ export type ServiceOutputTypes =
213
171
  | UpdateComponentCommandOutput
214
172
  | UpdateFormCommandOutput
215
173
  | UpdateThemeCommandOutput;
216
- export interface ClientDefaults
217
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
174
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
218
175
  requestHandler?: __HttpHandlerUserInput;
219
176
  sha256?: __ChecksumConstructor | __HashConstructor;
220
177
  urlParser?: __UrlParser;
@@ -250,8 +207,7 @@ export type AmplifyUIBuilderClientConfigType = Partial<
250
207
  EndpointInputConfig<EndpointParameters> &
251
208
  HttpAuthSchemeInputConfig &
252
209
  ClientInputEndpointParameters;
253
- export interface AmplifyUIBuilderClientConfig
254
- extends AmplifyUIBuilderClientConfigType {}
210
+ export interface AmplifyUIBuilderClientConfig extends AmplifyUIBuilderClientConfigType {}
255
211
  export type AmplifyUIBuilderClientResolvedConfigType =
256
212
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
257
213
  Required<ClientDefaults> &
@@ -263,8 +219,7 @@ export type AmplifyUIBuilderClientResolvedConfigType =
263
219
  EndpointResolvedConfig<EndpointParameters> &
264
220
  HttpAuthSchemeResolvedConfig &
265
221
  ClientResolvedEndpointParameters;
266
- export interface AmplifyUIBuilderClientResolvedConfig
267
- extends AmplifyUIBuilderClientResolvedConfigType {}
222
+ export interface AmplifyUIBuilderClientResolvedConfig extends AmplifyUIBuilderClientResolvedConfigType {}
268
223
  export declare class AmplifyUIBuilderClient extends __Client<
269
224
  __HttpHandlerOptions,
270
225
  ServiceInputTypes,
@@ -272,10 +227,6 @@ export declare class AmplifyUIBuilderClient extends __Client<
272
227
  AmplifyUIBuilderClientResolvedConfig
273
228
  > {
274
229
  readonly config: AmplifyUIBuilderClientResolvedConfig;
275
- constructor(
276
- ...[
277
- configuration,
278
- ]: __CheckOptionalClientConfig<AmplifyUIBuilderClientConfig>
279
- );
230
+ constructor(...[configuration]: __CheckOptionalClientConfig<AmplifyUIBuilderClientConfig>);
280
231
  destroy(): void;
281
232
  }
@@ -7,17 +7,10 @@ import { AmplifyUIBuilderHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: AmplifyUIBuilderHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: AmplifyUIBuilderHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): AmplifyUIBuilderHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { AmplifyUIBuilderClientResolvedConfig } from "../AmplifyUIBuilderClient";
15
- export interface AmplifyUIBuilderHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface AmplifyUIBuilderHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface AmplifyUIBuilderHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- AmplifyUIBuilderClientResolvedConfig,
22
- HandlerExecutionContext,
23
- AmplifyUIBuilderHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface AmplifyUIBuilderHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ AmplifyUIBuilderClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ AmplifyUIBuilderHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultAmplifyUIBuilderHttpAuthSchemeParametersProvider: (
27
25
  config: AmplifyUIBuilderClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<AmplifyUIBuilderHttpAuthSchemeParameters>;
31
- export interface AmplifyUIBuilderHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<AmplifyUIBuilderHttpAuthSchemeParameters> {}
29
+ export interface AmplifyUIBuilderHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AmplifyUIBuilderHttpAuthSchemeParameters> {}
33
30
  export declare const defaultAmplifyUIBuilderHttpAuthSchemeProvider: AmplifyUIBuilderHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: AmplifyUIBuilderHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: AmplifyUIBuilderHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./AmplifyUIBuilderClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  AmplifyUIBuilderClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateComponentRequest,
4
- CreateComponentResponse,
5
- } from "../models/models_0";
2
+ import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateComponentCommandInput extends CreateComponentRequest {}
8
- export interface CreateComponentCommandOutput
9
- extends CreateComponentResponse,
10
- __MetadataBearer {}
5
+ export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {}
11
6
  declare const CreateComponentCommand_base: {
12
7
  new (
13
- input: CreateComponentCommandInput
8
+ input: CreateComponentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateComponentCommandInput,
16
11
  CreateComponentCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateComponentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateComponentCommandInput
17
+ input: CreateComponentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateComponentCommandInput,
25
20
  CreateComponentCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateFormRequest, CreateFormResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateFormCommandInput extends CreateFormRequest {}
5
- export interface CreateFormCommandOutput
6
- extends CreateFormResponse,
7
- __MetadataBearer {}
5
+ export interface CreateFormCommandOutput extends CreateFormResponse, __MetadataBearer {}
8
6
  declare const CreateFormCommand_base: {
9
7
  new (
10
- input: CreateFormCommandInput
8
+ input: CreateFormCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateFormCommandInput,
13
11
  CreateFormCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateFormCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateFormCommandInput
17
+ input: CreateFormCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateFormCommandInput,
22
20
  CreateFormCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateThemeCommandInput extends CreateThemeRequest {}
5
- export interface CreateThemeCommandOutput
6
- extends CreateThemeResponse,
7
- __MetadataBearer {}
5
+ export interface CreateThemeCommandOutput extends CreateThemeResponse, __MetadataBearer {}
8
6
  declare const CreateThemeCommand_base: {
9
7
  new (
10
- input: CreateThemeCommandInput
8
+ input: CreateThemeCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateThemeCommandInput,
13
11
  CreateThemeCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateThemeCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateThemeCommandInput
17
+ input: CreateThemeCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateThemeCommandInput,
22
20
  CreateThemeCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {}
5
5
  export interface DeleteComponentCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteComponentCommand_base: {
7
7
  new (
8
- input: DeleteComponentCommandInput
8
+ input: DeleteComponentCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteComponentCommandInput,
11
11
  DeleteComponentCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteComponentCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteComponentCommandInput
17
+ input: DeleteComponentCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteComponentCommandInput,
20
20
  DeleteComponentCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteFormCommandInput extends DeleteFormRequest {}
5
5
  export interface DeleteFormCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteFormCommand_base: {
7
7
  new (
8
- input: DeleteFormCommandInput
8
+ input: DeleteFormCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteFormCommandInput,
11
11
  DeleteFormCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteFormCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteFormCommandInput
17
+ input: DeleteFormCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteFormCommandInput,
20
20
  DeleteFormCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteThemeCommandInput extends DeleteThemeRequest {}
5
5
  export interface DeleteThemeCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteThemeCommand_base: {
7
7
  new (
8
- input: DeleteThemeCommandInput
8
+ input: DeleteThemeCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteThemeCommandInput,
11
11
  DeleteThemeCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteThemeCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteThemeCommandInput
17
+ input: DeleteThemeCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteThemeCommandInput,
20
20
  DeleteThemeCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ExchangeCodeForTokenRequest,
4
- ExchangeCodeForTokenResponse,
5
- } from "../models/models_0";
2
+ import { ExchangeCodeForTokenRequest, ExchangeCodeForTokenResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ExchangeCodeForTokenCommandInput
8
- extends ExchangeCodeForTokenRequest {}
4
+ export interface ExchangeCodeForTokenCommandInput extends ExchangeCodeForTokenRequest {}
9
5
  export interface ExchangeCodeForTokenCommandOutput
10
- extends ExchangeCodeForTokenResponse,
11
- __MetadataBearer {}
6
+ extends ExchangeCodeForTokenResponse, __MetadataBearer {}
12
7
  declare const ExchangeCodeForTokenCommand_base: {
13
8
  new (
14
- input: ExchangeCodeForTokenCommandInput
9
+ input: ExchangeCodeForTokenCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ExchangeCodeForTokenCommandInput,
17
12
  ExchangeCodeForTokenCommandOutput,
@@ -20,7 +15,7 @@ declare const ExchangeCodeForTokenCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ExchangeCodeForTokenCommandInput
18
+ input: ExchangeCodeForTokenCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ExchangeCodeForTokenCommandInput,
26
21
  ExchangeCodeForTokenCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ExportComponentsRequest,
4
- ExportComponentsResponse,
5
- } from "../models/models_0";
2
+ import { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ExportComponentsCommandInput extends ExportComponentsRequest {}
8
- export interface ExportComponentsCommandOutput
9
- extends ExportComponentsResponse,
10
- __MetadataBearer {}
5
+ export interface ExportComponentsCommandOutput extends ExportComponentsResponse, __MetadataBearer {}
11
6
  declare const ExportComponentsCommand_base: {
12
7
  new (
13
- input: ExportComponentsCommandInput
8
+ input: ExportComponentsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ExportComponentsCommandInput,
16
11
  ExportComponentsCommandOutput,
@@ -19,7 +14,7 @@ declare const ExportComponentsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ExportComponentsCommandInput
17
+ input: ExportComponentsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ExportComponentsCommandInput,
25
20
  ExportComponentsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ExportFormsCommandInput extends ExportFormsRequest {}
5
- export interface ExportFormsCommandOutput
6
- extends ExportFormsResponse,
7
- __MetadataBearer {}
5
+ export interface ExportFormsCommandOutput extends ExportFormsResponse, __MetadataBearer {}
8
6
  declare const ExportFormsCommand_base: {
9
7
  new (
10
- input: ExportFormsCommandInput
8
+ input: ExportFormsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ExportFormsCommandInput,
13
11
  ExportFormsCommandOutput,
@@ -16,7 +14,7 @@ declare const ExportFormsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ExportFormsCommandInput
17
+ input: ExportFormsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ExportFormsCommandInput,
22
20
  ExportFormsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ExportThemesCommandInput extends ExportThemesRequest {}
5
- export interface ExportThemesCommandOutput
6
- extends ExportThemesResponse,
7
- __MetadataBearer {}
5
+ export interface ExportThemesCommandOutput extends ExportThemesResponse, __MetadataBearer {}
8
6
  declare const ExportThemesCommand_base: {
9
7
  new (
10
- input: ExportThemesCommandInput
8
+ input: ExportThemesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ExportThemesCommandInput,
13
11
  ExportThemesCommandOutput,
@@ -16,7 +14,7 @@ declare const ExportThemesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ExportThemesCommandInput
17
+ input: ExportThemesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ExportThemesCommandInput,
22
20
  ExportThemesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCodegenJobRequest,
4
- GetCodegenJobResponse,
5
- } from "../models/models_0";
2
+ import { GetCodegenJobRequest, GetCodegenJobResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetCodegenJobCommandInput extends GetCodegenJobRequest {}
8
- export interface GetCodegenJobCommandOutput
9
- extends GetCodegenJobResponse,
10
- __MetadataBearer {}
5
+ export interface GetCodegenJobCommandOutput extends GetCodegenJobResponse, __MetadataBearer {}
11
6
  declare const GetCodegenJobCommand_base: {
12
7
  new (
13
- input: GetCodegenJobCommandInput
8
+ input: GetCodegenJobCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetCodegenJobCommandInput,
16
11
  GetCodegenJobCommandOutput,
@@ -19,7 +14,7 @@ declare const GetCodegenJobCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetCodegenJobCommandInput
17
+ input: GetCodegenJobCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetCodegenJobCommandInput,
25
20
  GetCodegenJobCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetComponentCommandInput extends GetComponentRequest {}
5
- export interface GetComponentCommandOutput
6
- extends GetComponentResponse,
7
- __MetadataBearer {}
5
+ export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {}
8
6
  declare const GetComponentCommand_base: {
9
7
  new (
10
- input: GetComponentCommandInput
8
+ input: GetComponentCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetComponentCommandInput,
13
11
  GetComponentCommandOutput,
@@ -16,7 +14,7 @@ declare const GetComponentCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetComponentCommandInput
17
+ input: GetComponentCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetComponentCommandInput,
22
20
  GetComponentCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetFormRequest, GetFormResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFormCommandInput extends GetFormRequest {}
5
- export interface GetFormCommandOutput
6
- extends GetFormResponse,
7
- __MetadataBearer {}
5
+ export interface GetFormCommandOutput extends GetFormResponse, __MetadataBearer {}
8
6
  declare const GetFormCommand_base: {
9
- new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetFormCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetFormCommandInput,
11
11
  GetFormCommandOutput,
12
12
  import("..").AmplifyUIBuilderClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetFormCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetFormCommandInput,
18
20
  GetFormCommandOutput,
19
21
  import("..").AmplifyUIBuilderClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMetadataCommandInput extends GetMetadataRequest {}
5
- export interface GetMetadataCommandOutput
6
- extends GetMetadataResponse,
7
- __MetadataBearer {}
5
+ export interface GetMetadataCommandOutput extends GetMetadataResponse, __MetadataBearer {}
8
6
  declare const GetMetadataCommand_base: {
9
7
  new (
10
- input: GetMetadataCommandInput
8
+ input: GetMetadataCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetMetadataCommandInput,
13
11
  GetMetadataCommandOutput,
@@ -16,7 +14,7 @@ declare const GetMetadataCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetMetadataCommandInput
17
+ input: GetMetadataCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetMetadataCommandInput,
22
20
  GetMetadataCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetThemeRequest, GetThemeResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetThemeCommandInput extends GetThemeRequest {}
5
- export interface GetThemeCommandOutput
6
- extends GetThemeResponse,
7
- __MetadataBearer {}
5
+ export interface GetThemeCommandOutput extends GetThemeResponse, __MetadataBearer {}
8
6
  declare const GetThemeCommand_base: {
9
- new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetThemeCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetThemeCommandInput,
11
11
  GetThemeCommandOutput,
12
12
  import("..").AmplifyUIBuilderClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetThemeCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetThemeCommandInput,
18
20
  GetThemeCommandOutput,
19
21
  import("..").AmplifyUIBuilderClientResolvedConfig,