@aws-sdk/client-amplify 3.489.0 → 3.495.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/Amplify.js +1 -85
- package/dist-cjs/AmplifyClient.js +1 -43
- package/dist-cjs/commands/CreateAppCommand.js +1 -29
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/CreateBranchCommand.js +1 -29
- package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
- package/dist-cjs/commands/DeleteAppCommand.js +1 -29
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -29
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +1 -28
- package/dist-cjs/commands/GetAppCommand.js +1 -29
- package/dist-cjs/commands/GetArtifactUrlCommand.js +1 -28
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/GetBranchCommand.js +1 -29
- package/dist-cjs/commands/GetDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetJobCommand.js +1 -28
- package/dist-cjs/commands/GetWebhookCommand.js +1 -28
- package/dist-cjs/commands/ListAppsCommand.js +1 -29
- package/dist-cjs/commands/ListArtifactsCommand.js +1 -28
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/ListBranchesCommand.js +1 -29
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWebhooksCommand.js +1 -28
- package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
- package/dist-cjs/commands/StartJobCommand.js +1 -28
- package/dist-cjs/commands/StopJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAppCommand.js +1 -29
- package/dist-cjs/commands/UpdateBranchCommand.js +1 -29
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3711 -11
- package/dist-cjs/models/AmplifyServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -244
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAppsPaginator.js +1 -7
- package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDomainAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2548
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateAppCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateBackendEnvironmentCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateBranchCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateDeploymentCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateDomainAssociationCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateWebhookCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteAppCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteBackendEnvironmentCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteBranchCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteDomainAssociationCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteJobCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteWebhookCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./GenerateAccessLogsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./GetAppCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./GetArtifactUrlCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./GetBackendEnvironmentCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetBranchCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetDomainAssociationCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetJobCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetWebhookCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./ListAppsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListArtifactsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListBackendEnvironmentsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListBranchesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListDomainAssociationsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListJobsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListWebhooksCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./StartDeploymentCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./StartJobCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./StopJobCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./UpdateAppCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./UpdateBranchCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UpdateDomainAssociationCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateWebhookCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "amplify",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|