@aws-sdk/client-amplify 3.337.0 → 3.338.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/AmplifyClient.js +2 -1
- package/dist-cjs/commands/CreateAppCommand.js +2 -1
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/CreateBranchCommand.js +2 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -1
- package/dist-cjs/commands/DeleteAppCommand.js +2 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/DeleteBranchCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -1
- package/dist-cjs/commands/GetAppCommand.js +2 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -1
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/GetBranchCommand.js +2 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetWebhookCommand.js +2 -1
- package/dist-cjs/commands/ListAppsCommand.js +2 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -1
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -1
- package/dist-cjs/commands/ListBranchesCommand.js +2 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -1
- package/dist-cjs/commands/StartJobCommand.js +2 -1
- package/dist-cjs/commands/StopJobCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAppCommand.js +2 -1
- package/dist-cjs/commands/UpdateBranchCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/AmplifyServiceException.js +2 -1
- package/dist-es/AmplifyClient.js +1 -0
- package/dist-es/commands/CreateAppCommand.js +1 -0
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/CreateBranchCommand.js +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +1 -0
- package/dist-es/commands/CreateDomainAssociationCommand.js +1 -0
- package/dist-es/commands/CreateWebhookCommand.js +1 -0
- package/dist-es/commands/DeleteAppCommand.js +1 -0
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/DeleteBranchCommand.js +1 -0
- package/dist-es/commands/DeleteDomainAssociationCommand.js +1 -0
- package/dist-es/commands/DeleteJobCommand.js +1 -0
- package/dist-es/commands/DeleteWebhookCommand.js +1 -0
- package/dist-es/commands/GenerateAccessLogsCommand.js +1 -0
- package/dist-es/commands/GetAppCommand.js +1 -0
- package/dist-es/commands/GetArtifactUrlCommand.js +1 -0
- package/dist-es/commands/GetBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/GetBranchCommand.js +1 -0
- package/dist-es/commands/GetDomainAssociationCommand.js +1 -0
- package/dist-es/commands/GetJobCommand.js +1 -0
- package/dist-es/commands/GetWebhookCommand.js +1 -0
- package/dist-es/commands/ListAppsCommand.js +1 -0
- package/dist-es/commands/ListArtifactsCommand.js +1 -0
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +1 -0
- package/dist-es/commands/ListBranchesCommand.js +1 -0
- package/dist-es/commands/ListDomainAssociationsCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWebhooksCommand.js +1 -0
- package/dist-es/commands/StartDeploymentCommand.js +1 -0
- package/dist-es/commands/StartJobCommand.js +1 -0
- package/dist-es/commands/StopJobCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAppCommand.js +1 -0
- package/dist-es/commands/UpdateBranchCommand.js +1 -0
- package/dist-es/commands/UpdateDomainAssociationCommand.js +1 -0
- package/dist-es/commands/UpdateWebhookCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/AmplifyServiceException.js +1 -0
- package/dist-types/AmplifyClient.d.ts +3 -3
- package/dist-types/commands/CreateAppCommand.d.ts +4 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +4 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +4 -0
- package/dist-types/commands/GetAppCommand.d.ts +4 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +4 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/GetBranchCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +4 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +4 -0
- package/dist-types/commands/ListAppsCommand.d.ts +4 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +4 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +4 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +4 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/StartJobCommand.d.ts +4 -0
- package/dist-types/commands/StopJobCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -1
- package/dist-types/models/AmplifyServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AmplifyClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { StartJobRequest, StartJobResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { StopJobRequest, StopJobResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { UpdateAppRequest, UpdateAppResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { UpdateBranchRequest, UpdateBranchResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
5
5
|
import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
|
3
|
+
* The Amplify Console provides a continuous delivery and hosting service for web
|
|
4
|
+
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
|
|
5
|
+
* Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
|
|
6
|
+
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
|
|
7
|
+
* </p>
|
|
8
|
+
*
|
|
9
|
+
* @packageDocumentation
|
|
10
|
+
*/
|
|
2
11
|
export * from "./AmplifyClient";
|
|
12
|
+
export * from "./Amplify";
|
|
3
13
|
export * from "./commands";
|
|
4
14
|
export * from "./models";
|
|
5
15
|
export { AmplifyServiceException } from "./models/AmplifyServiceException";
|
|
@@ -199,6 +199,7 @@ import {
|
|
|
199
199
|
ClientResolvedEndpointParameters,
|
|
200
200
|
EndpointParameters,
|
|
201
201
|
} from "./endpoint/EndpointParameters";
|
|
202
|
+
export { __Client };
|
|
202
203
|
export type ServiceInputTypes =
|
|
203
204
|
| CreateAppCommandInput
|
|
204
205
|
| CreateBackendEnvironmentCommandInput
|
|
@@ -299,7 +300,7 @@ export interface ClientDefaults
|
|
|
299
300
|
logger?: __Logger;
|
|
300
301
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
301
302
|
}
|
|
302
|
-
type AmplifyClientConfigType = Partial<
|
|
303
|
+
export type AmplifyClientConfigType = Partial<
|
|
303
304
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
304
305
|
> &
|
|
305
306
|
ClientDefaults &
|
|
@@ -311,7 +312,7 @@ type AmplifyClientConfigType = Partial<
|
|
|
311
312
|
UserAgentInputConfig &
|
|
312
313
|
ClientInputEndpointParameters;
|
|
313
314
|
export interface AmplifyClientConfig extends AmplifyClientConfigType {}
|
|
314
|
-
type AmplifyClientResolvedConfigType =
|
|
315
|
+
export type AmplifyClientResolvedConfigType =
|
|
315
316
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
316
317
|
Required<ClientDefaults> &
|
|
317
318
|
RegionResolvedConfig &
|
|
@@ -333,4 +334,3 @@ export declare class AmplifyClient extends __Client<
|
|
|
333
334
|
constructor(configuration: AmplifyClientConfig);
|
|
334
335
|
destroy(): void;
|
|
335
336
|
}
|
|
336
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { CreateAppRequest, CreateAppResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
16
17
|
export interface CreateAppCommandOutput
|
|
17
18
|
extends CreateAppResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateBackendEnvironmentRequest,
|
|
16
16
|
CreateBackendEnvironmentResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateBackendEnvironmentCommandInput
|
|
19
20
|
extends CreateBackendEnvironmentRequest {}
|
|
20
21
|
export interface CreateBackendEnvironmentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateBranchCommandInput extends CreateBranchRequest {}
|
|
16
17
|
export interface CreateBranchCommandOutput
|
|
17
18
|
extends CreateBranchResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDeploymentRequest,
|
|
16
16
|
CreateDeploymentResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
19
20
|
export interface CreateDeploymentCommandOutput
|
|
20
21
|
extends CreateDeploymentResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDomainAssociationRequest,
|
|
16
16
|
CreateDomainAssociationResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDomainAssociationCommandInput
|
|
19
20
|
extends CreateDomainAssociationRequest {}
|
|
20
21
|
export interface CreateDomainAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateWebhookCommandInput extends CreateWebhookRequest {}
|
|
16
17
|
export interface CreateWebhookCommandOutput
|
|
17
18
|
extends CreateWebhookResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAppCommandInput extends DeleteAppRequest {}
|
|
16
17
|
export interface DeleteAppCommandOutput
|
|
17
18
|
extends DeleteAppResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteBackendEnvironmentRequest,
|
|
16
16
|
DeleteBackendEnvironmentResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteBackendEnvironmentCommandInput
|
|
19
20
|
extends DeleteBackendEnvironmentRequest {}
|
|
20
21
|
export interface DeleteBackendEnvironmentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteBranchCommandInput extends DeleteBranchRequest {}
|
|
16
17
|
export interface DeleteBranchCommandOutput
|
|
17
18
|
extends DeleteBranchResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDomainAssociationRequest,
|
|
16
16
|
DeleteDomainAssociationResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDomainAssociationCommandInput
|
|
19
20
|
extends DeleteDomainAssociationRequest {}
|
|
20
21
|
export interface DeleteDomainAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteJobCommandInput extends DeleteJobRequest {}
|
|
16
17
|
export interface DeleteJobCommandOutput
|
|
17
18
|
extends DeleteJobResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {}
|
|
16
17
|
export interface DeleteWebhookCommandOutput
|
|
17
18
|
extends DeleteWebhookResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GenerateAccessLogsRequest,
|
|
16
16
|
GenerateAccessLogsResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GenerateAccessLogsCommandInput
|
|
19
20
|
extends GenerateAccessLogsRequest {}
|
|
20
21
|
export interface GenerateAccessLogsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { GetAppRequest, GetAppResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetAppCommandInput extends GetAppRequest {}
|
|
16
17
|
export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {}
|
|
17
18
|
export declare class GetAppCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetArtifactUrlRequest,
|
|
16
16
|
GetArtifactUrlResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {}
|
|
19
20
|
export interface GetArtifactUrlCommandOutput
|
|
20
21
|
extends GetArtifactUrlResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetBackendEnvironmentRequest,
|
|
16
16
|
GetBackendEnvironmentResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetBackendEnvironmentCommandInput
|
|
19
20
|
extends GetBackendEnvironmentRequest {}
|
|
20
21
|
export interface GetBackendEnvironmentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { GetBranchRequest, GetBranchResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetBranchCommandInput extends GetBranchRequest {}
|
|
16
17
|
export interface GetBranchCommandOutput
|
|
17
18
|
extends GetBranchResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDomainAssociationRequest,
|
|
16
16
|
GetDomainAssociationResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDomainAssociationCommandInput
|
|
19
20
|
extends GetDomainAssociationRequest {}
|
|
20
21
|
export interface GetDomainAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { GetJobRequest, GetJobResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
16
17
|
export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {}
|
|
17
18
|
export declare class GetJobCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { GetWebhookRequest, GetWebhookResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWebhookCommandInput extends GetWebhookRequest {}
|
|
16
17
|
export interface GetWebhookCommandOutput
|
|
17
18
|
extends GetWebhookResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { ListAppsRequest, ListAppsResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListAppsCommandInput extends ListAppsRequest {}
|
|
16
17
|
export interface ListAppsCommandOutput
|
|
17
18
|
extends ListAppsResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListArtifactsCommandInput extends ListArtifactsRequest {}
|
|
16
17
|
export interface ListArtifactsCommandOutput
|
|
17
18
|
extends ListArtifactsResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListBackendEnvironmentsRequest,
|
|
16
16
|
ListBackendEnvironmentsResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListBackendEnvironmentsCommandInput
|
|
19
20
|
extends ListBackendEnvironmentsRequest {}
|
|
20
21
|
export interface ListBackendEnvironmentsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { ListBranchesRequest, ListBranchesResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListBranchesCommandInput extends ListBranchesRequest {}
|
|
16
17
|
export interface ListBranchesCommandOutput
|
|
17
18
|
extends ListBranchesResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDomainAssociationsRequest,
|
|
16
16
|
ListDomainAssociationsResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDomainAssociationsCommandInput
|
|
19
20
|
extends ListDomainAssociationsRequest {}
|
|
20
21
|
export interface ListDomainAssociationsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
16
17
|
export interface ListJobsCommandOutput
|
|
17
18
|
extends ListJobsResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListWebhooksCommandInput extends ListWebhooksRequest {}
|
|
16
17
|
export interface ListWebhooksCommandOutput
|
|
17
18
|
extends ListWebhooksResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDeploymentRequest,
|
|
16
16
|
StartDeploymentResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
19
20
|
export interface StartDeploymentCommandOutput
|
|
20
21
|
extends StartDeploymentResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { StartJobRequest, StartJobResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartJobCommandInput extends StartJobRequest {}
|
|
16
17
|
export interface StartJobCommandOutput
|
|
17
18
|
extends StartJobResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { StopJobRequest, StopJobResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopJobCommandInput extends StopJobRequest {}
|
|
16
17
|
export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {}
|
|
17
18
|
export declare class StopJobCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { UpdateAppRequest, UpdateAppResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateAppCommandInput extends UpdateAppRequest {}
|
|
16
17
|
export interface UpdateAppCommandOutput
|
|
17
18
|
extends UpdateAppResult,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { UpdateBranchRequest, UpdateBranchResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateBranchCommandInput extends UpdateBranchRequest {}
|
|
16
17
|
export interface UpdateBranchCommandOutput
|
|
17
18
|
extends UpdateBranchResult,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDomainAssociationRequest,
|
|
16
16
|
UpdateDomainAssociationResult,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDomainAssociationCommandInput
|
|
19
20
|
extends UpdateDomainAssociationRequest {}
|
|
20
21
|
export interface UpdateDomainAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AmplifyClient";
|
|
14
14
|
import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateWebhookCommandInput extends UpdateWebhookRequest {}
|
|
16
17
|
export interface UpdateWebhookCommandOutput
|
|
17
18
|
extends UpdateWebhookResult,
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class AmplifyServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|