@aws-sdk/client-amplify 3.1076.0 → 3.1078.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/index.js +48 -375
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAppCommand.js +2 -14
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateBranchCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateDomainAssociationCommand.js +2 -14
- package/dist-es/commands/CreateWebhookCommand.js +2 -14
- package/dist-es/commands/DeleteAppCommand.js +2 -14
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteBranchCommand.js +2 -14
- package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteJobCommand.js +2 -14
- package/dist-es/commands/DeleteWebhookCommand.js +2 -14
- package/dist-es/commands/GenerateAccessLogsCommand.js +2 -14
- package/dist-es/commands/GetAppCommand.js +2 -14
- package/dist-es/commands/GetArtifactUrlCommand.js +2 -14
- package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetBranchCommand.js +2 -14
- package/dist-es/commands/GetDomainAssociationCommand.js +2 -14
- package/dist-es/commands/GetJobCommand.js +2 -14
- package/dist-es/commands/GetWebhookCommand.js +2 -14
- package/dist-es/commands/ListAppsCommand.js +2 -14
- package/dist-es/commands/ListArtifactsCommand.js +2 -14
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListBranchesCommand.js +2 -14
- package/dist-es/commands/ListDomainAssociationsCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebhooksCommand.js +2 -14
- package/dist-es/commands/StartDeploymentCommand.js +2 -14
- package/dist-es/commands/StartJobCommand.js +2 -14
- package/dist-es/commands/StopJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAppCommand.js +2 -14
- package/dist-es/commands/UpdateBranchCommand.js +2 -14
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateWebhookCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAppCommand.d.ts +3 -8
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateBranchCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBranchCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +3 -8
- package/dist-types/commands/GetAppCommand.d.ts +3 -8
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetBranchCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetJobCommand.d.ts +3 -8
- package/dist-types/commands/GetWebhookCommand.d.ts +3 -8
- package/dist-types/commands/ListAppsCommand.d.ts +3 -8
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -8
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListBranchesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StartJobCommand.d.ts +3 -8
- package/dist-types/commands/StopJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAppCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBranchCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
serviceTarget: "Amplify",
|
|
33
34
|
},
|
|
34
35
|
serviceId: config?.serviceId ?? "Amplify",
|
|
36
|
+
sha256: config?.sha256 ?? Sha256,
|
|
35
37
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
38
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
39
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AmplifyClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateAppRequest, CreateAppResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppCommandInput extends CreateAppRequest {
|
|
|
22
19
|
export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppCommand_base: {
|
|
25
|
-
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvir
|
|
|
22
19
|
export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBackendEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new backend environment for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBranchCommandInput extends CreateBranchRequest {
|
|
|
22
19
|
export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBranchCommand_base: {
|
|
25
|
-
new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBranchCommandInput): import("@smithy/core/client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a new branch for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
|
|
|
22
19
|
export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDeploymentCommand_base: {
|
|
25
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDomainAssociationCommandInput extends CreateDomainAssocia
|
|
|
22
19
|
export interface CreateDomainAssociationCommandOutput extends CreateDomainAssociationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDomainAssociationCommand_base: {
|
|
25
|
-
new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new domain association for an Amplify app. This action associates a custom
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWebhookCommandInput extends CreateWebhookRequest {
|
|
|
22
19
|
export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWebhookCommand_base: {
|
|
25
|
-
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWebhookCommandInput): import("@smithy/core/client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new webhook on an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
|
22
19
|
export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAppCommand_base: {
|
|
25
|
-
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an existing Amplify app specified by an app ID. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvir
|
|
|
22
19
|
export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBackendEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a backend environment for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBranchCommandInput extends DeleteBranchRequest {
|
|
|
22
19
|
export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBranchCommand_base: {
|
|
25
|
-
new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBranchCommandInput): import("@smithy/core/client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a branch for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssocia
|
|
|
22
19
|
export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDomainAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a domain association for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
|
|
|
22
19
|
export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteJobCommand_base: {
|
|
25
|
-
new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a job for a branch of an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
|
|
|
22
19
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteWebhookCommand_base: {
|
|
25
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a webhook. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsReques
|
|
|
22
19
|
export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GenerateAccessLogsCommand_base: {
|
|
25
|
-
new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GenerateAccessLogsCommandInput): import("@smithy/core/client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the website access logs for a specific time range using a presigned URL.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GetAppRequest, GetAppResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAppCommandInput extends GetAppRequest {
|
|
|
22
19
|
export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAppCommand_base: {
|
|
25
|
-
new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAppCommandInput): import("@smithy/core/client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns an existing Amplify app specified by an app ID.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
|
|
|
22
19
|
export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetArtifactUrlCommand_base: {
|
|
25
|
-
new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetArtifactUrlCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the artifact info that corresponds to an artifact id. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironment
|
|
|
22
19
|
export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBackendEnvironmentCommand_base: {
|
|
25
|
-
new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBackendEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a backend environment for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GetBranchRequest, GetBranchResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBranchCommandInput extends GetBranchRequest {
|
|
|
22
19
|
export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBranchCommand_base: {
|
|
25
|
-
new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a branch for an Amplify app. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
4
2
|
import type { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDomainAssociationCommandInput extends GetDomainAssociationRe
|
|
|
22
19
|
export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDomainAssociationCommand_base: {
|
|
25
|
-
new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the domain information for an Amplify app. </p>
|