@aws-sdk/client-amplify 3.1077.0 → 3.1079.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 +45 -373
- 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-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/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/package.json +8 -8
|
@@ -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 { ListArtifactsRequest, ListArtifactsResult } 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 ListArtifactsCommandInput extends ListArtifactsRequest {
|
|
|
22
19
|
export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListArtifactsCommand_base: {
|
|
25
|
-
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of end-to-end testing artifacts for a specified app, branch, and
|
|
@@ -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 { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } 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 ListBackendEnvironmentsCommandInput extends ListBackendEnvironm
|
|
|
22
19
|
export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnvironmentsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBackendEnvironmentsCommand_base: {
|
|
25
|
-
new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBackendEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the backend environments 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 { ListBranchesRequest, ListBranchesResult } 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 ListBranchesCommandInput extends ListBranchesRequest {
|
|
|
22
19
|
export interface ListBranchesCommandOutput extends ListBranchesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBranchesCommand_base: {
|
|
25
|
-
new (input: ListBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the branches 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 { ListDomainAssociationsRequest, ListDomainAssociationsResult } 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 ListDomainAssociationsCommandInput extends ListDomainAssociatio
|
|
|
22
19
|
export interface ListDomainAssociationsCommandOutput extends ListDomainAssociationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDomainAssociationsCommand_base: {
|
|
25
|
-
new (input: ListDomainAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDomainAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDomainAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDomainAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the domain associations 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 { ListJobsRequest, ListJobsResult } 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 ListJobsCommandInput extends ListJobsRequest {
|
|
|
22
19
|
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the jobs 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</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 { ListWebhooksRequest, ListWebhooksResult } 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 ListWebhooksCommandInput extends ListWebhooksRequest {
|
|
|
22
19
|
export interface ListWebhooksCommandOutput extends ListWebhooksResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWebhooksCommand_base: {
|
|
25
|
-
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of webhooks 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 { StartDeploymentRequest, StartDeploymentResult } 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 StartDeploymentCommandInput extends StartDeploymentRequest {
|
|
|
22
19
|
export interface StartDeploymentCommandOutput extends StartDeploymentResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDeploymentCommand_base: {
|
|
25
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a deployment for a manually deployed app. Manually deployed apps are not
|
|
@@ -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 { StartJobRequest, StartJobResult } 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 StartJobCommandInput extends StartJobRequest {
|
|
|
22
19
|
export interface StartJobCommandOutput extends StartJobResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartJobCommand_base: {
|
|
25
|
-
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Starts a new 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 { StopJobRequest, StopJobResult } 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 StopJobCommandInput extends StopJobRequest {
|
|
|
22
19
|
export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopJobCommand_base: {
|
|
25
|
-
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Stops a job that is in progress 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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tags the resource with a tag key and value.</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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Untags a resource with a specified Amazon Resource Name (ARN).</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 { UpdateAppRequest, UpdateAppResult } 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 UpdateAppCommandInput extends UpdateAppRequest {
|
|
|
22
19
|
export interface UpdateAppCommandOutput extends UpdateAppResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAppCommand_base: {
|
|
25
|
-
new (input: UpdateAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAppCommandInput): import("@smithy/core/client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing 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 { UpdateBranchRequest, UpdateBranchResult } 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 UpdateBranchCommandInput extends UpdateBranchRequest {
|
|
|
22
19
|
export interface UpdateBranchCommandOutput extends UpdateBranchResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBranchCommand_base: {
|
|
25
|
-
new (input: UpdateBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBranchCommandInput): import("@smithy/core/client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates 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 { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } 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 UpdateDomainAssociationCommandInput extends UpdateDomainAssocia
|
|
|
22
19
|
export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssociationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDomainAssociationCommand_base: {
|
|
25
|
-
new (input: UpdateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, 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.</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 { UpdateWebhookRequest, UpdateWebhookResult } 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 UpdateWebhookCommandInput extends UpdateWebhookRequest {
|
|
|
22
19
|
export interface UpdateWebhookCommandOutput extends UpdateWebhookResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWebhookCommand_base: {
|
|
25
|
-
new (input: UpdateWebhookCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWebhookCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWebhookCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWebhookCommandInput): import("@smithy/core/client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, import("..").AmplifyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a webhook. </p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
14
14
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
15
|
export type { AmplifyExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
17
18
|
export * from "./schemas/schemas_0";
|
|
18
19
|
export * from "./pagination";
|
|
19
20
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AmplifyClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./AmplifyClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
AmplifyClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
AmplifyClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyClient";
|
|
8
2
|
import { CreateAppRequest, CreateAppResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
12
5
|
export interface CreateAppCommandOutput
|
|
13
6
|
extends CreateAppResult,
|
|
@@ -16,20 +9,18 @@ declare const CreateAppCommand_base: {
|
|
|
16
9
|
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
CreateAppCommandInput,
|
|
18
11
|
CreateAppCommandOutput,
|
|
19
|
-
AmplifyClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AmplifyClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
CreateAppCommandInput,
|
|
25
18
|
CreateAppCommandOutput,
|
|
26
|
-
AmplifyClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").AmplifyClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class CreateAppCommand extends CreateAppCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AmplifyClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AmplifyClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBackendEnvironmentRequest,
|
|
10
4
|
CreateBackendEnvironmentResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBackendEnvironmentCommandInput
|
|
15
8
|
extends CreateBackendEnvironmentRequest {}
|
|
16
9
|
export interface CreateBackendEnvironmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBackendEnvironmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBackendEnvironmentCommandInput,
|
|
24
17
|
CreateBackendEnvironmentCommandOutput,
|
|
25
|
-
AmplifyClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AmplifyClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBackendEnvironmentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBackendEnvironmentCommandInput,
|
|
33
26
|
CreateBackendEnvironmentCommandOutput,
|
|
34
|
-
AmplifyClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AmplifyClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
|
|
43
34
|
protected static __types: {
|