@aws-sdk/client-amplifyuibuilder 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +72 -73
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AmplifyUIBuilder.js +1 -1
- package/dist-es/AmplifyUIBuilderClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateComponentCommand.js +2 -2
- package/dist-es/commands/CreateFormCommand.js +2 -2
- package/dist-es/commands/CreateThemeCommand.js +2 -2
- package/dist-es/commands/DeleteComponentCommand.js +2 -2
- package/dist-es/commands/DeleteFormCommand.js +2 -2
- package/dist-es/commands/DeleteThemeCommand.js +2 -2
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +2 -2
- package/dist-es/commands/ExportComponentsCommand.js +2 -2
- package/dist-es/commands/ExportFormsCommand.js +2 -2
- package/dist-es/commands/ExportThemesCommand.js +2 -2
- package/dist-es/commands/GetCodegenJobCommand.js +2 -2
- package/dist-es/commands/GetComponentCommand.js +2 -2
- package/dist-es/commands/GetFormCommand.js +2 -2
- package/dist-es/commands/GetMetadataCommand.js +2 -2
- package/dist-es/commands/GetThemeCommand.js +2 -2
- package/dist-es/commands/ListCodegenJobsCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListFormsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListThemesCommand.js +2 -2
- package/dist-es/commands/PutMetadataFlagCommand.js +2 -2
- package/dist-es/commands/RefreshTokenCommand.js +2 -2
- package/dist-es/commands/StartCodegenJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateComponentCommand.js +2 -2
- package/dist-es/commands/UpdateFormCommand.js +2 -2
- package/dist-es/commands/UpdateThemeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AmplifyUIBuilderServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AmplifyUIBuilderClient.d.ts +5 -5
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/commands/CreateFormCommand.d.ts +6 -4
- package/dist-types/commands/CreateThemeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFormCommand.d.ts +6 -4
- package/dist-types/commands/DeleteThemeCommand.d.ts +6 -4
- package/dist-types/commands/ExchangeCodeForTokenCommand.d.ts +6 -4
- package/dist-types/commands/ExportComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ExportFormsCommand.d.ts +6 -4
- package/dist-types/commands/ExportThemesCommand.d.ts +6 -4
- package/dist-types/commands/GetCodegenJobCommand.d.ts +6 -4
- package/dist-types/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/commands/GetFormCommand.d.ts +6 -4
- package/dist-types/commands/GetMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetThemeCommand.d.ts +6 -4
- package/dist-types/commands/ListCodegenJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListFormsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListThemesCommand.d.ts +6 -4
- package/dist-types/commands/PutMetadataFlagCommand.d.ts +6 -4
- package/dist-types/commands/RefreshTokenCommand.d.ts +6 -4
- package/dist-types/commands/StartCodegenJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFormCommand.d.ts +6 -4
- package/dist-types/commands/UpdateThemeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AmplifyUIBuilderServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AmplifyUIBuilderClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFormCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFormCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExchangeCodeForTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportFormsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportThemesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodegenJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFormCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetThemeCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListCodegenJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFormsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMetadataFlagCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RefreshTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCodegenJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFormCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyUIBuilderServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -5,13 +5,13 @@ import type { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { AmplifyUIBuilderClientConfig } from "./AmplifyUIBuilderClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateComponentCommandOutput
|
|
|
18
18
|
declare const CreateComponentCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateComponentCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateComponentCommandInput,
|
|
23
23
|
CreateComponentCommandOutput,
|
|
24
24
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateComponentCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateComponentCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateComponentCommandInput,
|
|
32
32
|
CreateComponentCommandOutput,
|
|
33
33
|
AmplifyUIBuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateFormCommandOutput
|
|
|
15
15
|
declare const CreateFormCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateFormCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateFormCommandInput,
|
|
20
20
|
CreateFormCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateFormCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateFormCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateFormCommandInput,
|
|
29
29
|
CreateFormCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateFormCommand extends CreateFormCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateThemeCommandOutput
|
|
|
15
15
|
declare const CreateThemeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateThemeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateThemeCommandInput,
|
|
20
20
|
CreateThemeCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateThemeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateThemeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateThemeCommandInput,
|
|
29
29
|
CreateThemeCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateThemeCommand extends CreateThemeCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteComponentCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteComponentCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteComponentCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteComponentCommandInput,
|
|
18
18
|
DeleteComponentCommandOutput,
|
|
19
19
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteComponentCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteComponentCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteComponentCommandInput,
|
|
27
27
|
DeleteComponentCommandOutput,
|
|
28
28
|
AmplifyUIBuilderClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteFormCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteFormCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteFormCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteFormCommandInput,
|
|
18
18
|
DeleteFormCommandOutput,
|
|
19
19
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteFormCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteFormCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteFormCommandInput,
|
|
27
27
|
DeleteFormCommandOutput,
|
|
28
28
|
AmplifyUIBuilderClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteFormCommand extends DeleteFormCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeleteThemeCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteThemeCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteThemeCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteThemeCommandInput,
|
|
18
18
|
DeleteThemeCommandOutput,
|
|
19
19
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteThemeCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteThemeCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteThemeCommandInput,
|
|
27
27
|
DeleteThemeCommandOutput,
|
|
28
28
|
AmplifyUIBuilderClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ExchangeCodeForTokenCommandOutput
|
|
|
19
19
|
declare const ExchangeCodeForTokenCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ExchangeCodeForTokenCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ExchangeCodeForTokenCommandInput,
|
|
24
24
|
ExchangeCodeForTokenCommandOutput,
|
|
25
25
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ExchangeCodeForTokenCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ExchangeCodeForTokenCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ExchangeCodeForTokenCommandInput,
|
|
33
33
|
ExchangeCodeForTokenCommandOutput,
|
|
34
34
|
AmplifyUIBuilderClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ExchangeCodeForTokenCommand extends ExchangeCodeForTokenCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ExportComponentsCommandOutput
|
|
|
18
18
|
declare const ExportComponentsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ExportComponentsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ExportComponentsCommandInput,
|
|
23
23
|
ExportComponentsCommandOutput,
|
|
24
24
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ExportComponentsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ExportComponentsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ExportComponentsCommandInput,
|
|
32
32
|
ExportComponentsCommandOutput,
|
|
33
33
|
AmplifyUIBuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ExportComponentsCommand extends ExportComponentsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ExportFormsCommandOutput
|
|
|
15
15
|
declare const ExportFormsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ExportFormsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ExportFormsCommandInput,
|
|
20
20
|
ExportFormsCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ExportFormsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ExportFormsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ExportFormsCommandInput,
|
|
29
29
|
ExportFormsCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ExportFormsCommand extends ExportFormsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ExportThemesCommandOutput
|
|
|
15
15
|
declare const ExportThemesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ExportThemesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ExportThemesCommandInput,
|
|
20
20
|
ExportThemesCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ExportThemesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ExportThemesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ExportThemesCommandInput,
|
|
29
29
|
ExportThemesCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ExportThemesCommand extends ExportThemesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetCodegenJobCommandOutput
|
|
|
18
18
|
declare const GetCodegenJobCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetCodegenJobCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetCodegenJobCommandInput,
|
|
23
23
|
GetCodegenJobCommandOutput,
|
|
24
24
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetCodegenJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetCodegenJobCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetCodegenJobCommandInput,
|
|
32
32
|
GetCodegenJobCommandOutput,
|
|
33
33
|
AmplifyUIBuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetCodegenJobCommand extends GetCodegenJobCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetComponentCommandOutput
|
|
|
15
15
|
declare const GetComponentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetComponentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetComponentCommandInput,
|
|
20
20
|
GetComponentCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetComponentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetComponentCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetComponentCommandInput,
|
|
29
29
|
GetComponentCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetComponentCommand extends GetComponentCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -13,21 +13,23 @@ export interface GetFormCommandOutput
|
|
|
13
13
|
extends GetFormResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetFormCommand_base: {
|
|
16
|
-
new (input: GetFormCommandInput): import("@smithy/
|
|
16
|
+
new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetFormCommandInput,
|
|
18
18
|
GetFormCommandOutput,
|
|
19
19
|
AmplifyUIBuilderClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: GetFormCommandInput): import("@smithy/
|
|
23
|
+
new (input: GetFormCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetFormCommandInput,
|
|
25
25
|
GetFormCommandOutput,
|
|
26
26
|
AmplifyUIBuilderClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class GetFormCommand extends GetFormCommand_base {
|
|
33
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetMetadataCommandOutput
|
|
|
15
15
|
declare const GetMetadataCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetMetadataCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetMetadataCommandInput,
|
|
20
20
|
GetMetadataCommandOutput,
|
|
21
21
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetMetadataCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetMetadataCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetMetadataCommandInput,
|
|
29
29
|
GetMetadataCommandOutput,
|
|
30
30
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetMetadataCommand extends GetMetadataCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetThemeCommandOutput
|
|
|
13
13
|
extends GetThemeResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetThemeCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetThemeCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetThemeCommandInput,
|
|
20
18
|
GetThemeCommandOutput,
|
|
21
19
|
AmplifyUIBuilderClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetThemeCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetThemeCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetThemeCommandInput,
|
|
29
25
|
GetThemeCommandOutput,
|
|
30
26
|
AmplifyUIBuilderClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetThemeCommand extends GetThemeCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListCodegenJobsCommandOutput
|
|
|
18
18
|
declare const ListCodegenJobsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListCodegenJobsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListCodegenJobsCommandInput,
|
|
23
23
|
ListCodegenJobsCommandOutput,
|
|
24
24
|
AmplifyUIBuilderClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListCodegenJobsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListCodegenJobsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListCodegenJobsCommandInput,
|
|
32
32
|
ListCodegenJobsCommandOutput,
|
|
33
33
|
AmplifyUIBuilderClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListCodegenJobsCommand extends ListCodegenJobsCommand_base {
|
|
40
42
|
protected static __types: {
|