@aws-sdk/client-amplify 3.477.0 → 3.481.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/commands/CreateAppCommand.js +18 -41
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/CreateBranchCommand.js +18 -41
- package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +18 -41
- package/dist-cjs/commands/CreateWebhookCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppCommand.js +18 -41
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteBranchCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +18 -41
- package/dist-cjs/commands/DeleteJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +18 -41
- package/dist-cjs/commands/GetAppCommand.js +18 -41
- package/dist-cjs/commands/GetArtifactUrlCommand.js +18 -41
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +18 -41
- package/dist-cjs/commands/GetBranchCommand.js +18 -41
- package/dist-cjs/commands/GetDomainAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetJobCommand.js +18 -41
- package/dist-cjs/commands/GetWebhookCommand.js +18 -41
- package/dist-cjs/commands/ListAppsCommand.js +18 -41
- package/dist-cjs/commands/ListArtifactsCommand.js +18 -41
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +18 -41
- package/dist-cjs/commands/ListBranchesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListJobsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWebhooksCommand.js +18 -41
- package/dist-cjs/commands/StartDeploymentCommand.js +18 -41
- package/dist-cjs/commands/StartJobCommand.js +18 -41
- package/dist-cjs/commands/StopJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppCommand.js +18 -41
- package/dist-cjs/commands/UpdateBranchCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateWebhookCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAppsPaginator.js +2 -24
- package/dist-cjs/pagination/ListBranchesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
- package/dist-es/commands/CreateAppCommand.js +18 -41
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +18 -41
- package/dist-es/commands/CreateBranchCommand.js +18 -41
- package/dist-es/commands/CreateDeploymentCommand.js +18 -41
- package/dist-es/commands/CreateDomainAssociationCommand.js +18 -41
- package/dist-es/commands/CreateWebhookCommand.js +18 -41
- package/dist-es/commands/DeleteAppCommand.js +18 -41
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +18 -41
- package/dist-es/commands/DeleteBranchCommand.js +18 -41
- package/dist-es/commands/DeleteDomainAssociationCommand.js +18 -41
- package/dist-es/commands/DeleteJobCommand.js +18 -41
- package/dist-es/commands/DeleteWebhookCommand.js +18 -41
- package/dist-es/commands/GenerateAccessLogsCommand.js +18 -41
- package/dist-es/commands/GetAppCommand.js +18 -41
- package/dist-es/commands/GetArtifactUrlCommand.js +18 -41
- package/dist-es/commands/GetBackendEnvironmentCommand.js +18 -41
- package/dist-es/commands/GetBranchCommand.js +18 -41
- package/dist-es/commands/GetDomainAssociationCommand.js +18 -41
- package/dist-es/commands/GetJobCommand.js +18 -41
- package/dist-es/commands/GetWebhookCommand.js +18 -41
- package/dist-es/commands/ListAppsCommand.js +18 -41
- package/dist-es/commands/ListArtifactsCommand.js +18 -41
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +18 -41
- package/dist-es/commands/ListBranchesCommand.js +18 -41
- package/dist-es/commands/ListDomainAssociationsCommand.js +18 -41
- package/dist-es/commands/ListJobsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWebhooksCommand.js +18 -41
- package/dist-es/commands/StartDeploymentCommand.js +18 -41
- package/dist-es/commands/StartJobCommand.js +18 -41
- package/dist-es/commands/StopJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAppCommand.js +18 -41
- package/dist-es/commands/UpdateBranchCommand.js +18 -41
- package/dist-es/commands/UpdateDomainAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateWebhookCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAppsPaginator.js +2 -23
- package/dist-es/pagination/ListBranchesPaginator.js +2 -23
- package/dist-es/pagination/ListDomainAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListJobsPaginator.js +2 -23
- package/dist-types/commands/CreateAppCommand.d.ts +6 -21
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateBranchCommand.d.ts +6 -21
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +6 -21
- package/dist-types/commands/CreateWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBranchCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +6 -21
- package/dist-types/commands/GetAppCommand.d.ts +6 -21
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +6 -21
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/GetBranchCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetJobCommand.d.ts +6 -21
- package/dist-types/commands/GetWebhookCommand.d.ts +6 -21
- package/dist-types/commands/ListAppsCommand.d.ts +6 -21
- package/dist-types/commands/ListArtifactsCommand.d.ts +6 -21
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListBranchesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -21
- package/dist-types/commands/StartDeploymentCommand.d.ts +6 -21
- package/dist-types/commands/StartJobCommand.d.ts +6 -21
- package/dist-types/commands/StopJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBranchCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDomainAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "DeleteDomainAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "DeleteDomainAssociation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteDomainAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteDomainAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteDomainAssociationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "DeleteDomainAssociation", {})
|
|
22
|
+
.n("AmplifyClient", "DeleteDomainAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteDomainAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteDomainAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteDomainAssociationCommand = DeleteDomainAssociationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteJobCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "DeleteJobCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "DeleteJob",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteJobCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteJobCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteJobCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "DeleteJob", {})
|
|
22
|
+
.n("AmplifyClient", "DeleteJobCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteJobCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteJobCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteJobCommand = DeleteJobCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteWebhookCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "DeleteWebhookCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "DeleteWebhook",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteWebhookCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteWebhookCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteWebhookCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "DeleteWebhook", {})
|
|
22
|
+
.n("AmplifyClient", "DeleteWebhookCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteWebhookCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteWebhookCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GenerateAccessLogsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "GenerateAccessLogsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "GenerateAccessLogs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GenerateAccessLogsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GenerateAccessLogsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GenerateAccessLogsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "GenerateAccessLogs", {})
|
|
22
|
+
.n("AmplifyClient", "GenerateAccessLogsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GenerateAccessLogsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GenerateAccessLogsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GenerateAccessLogsCommand = GenerateAccessLogsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetAppCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "AmplifyClient";
|
|
30
|
-
const commandName = "GetAppCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetAppResultFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "Amplify",
|
|
39
|
-
operation: "GetApp",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetAppCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetAppCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class GetAppCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("Amplify", "GetApp", {})
|
|
23
|
+
.n("AmplifyClient", "GetAppCommand")
|
|
24
|
+
.f(void 0, models_0_1.GetAppResultFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_GetAppCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_GetAppCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetAppCommand = GetAppCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetArtifactUrlCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "GetArtifactUrlCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "GetArtifactUrl",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetArtifactUrlCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetArtifactUrlCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetArtifactUrlCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "GetArtifactUrl", {})
|
|
22
|
+
.n("AmplifyClient", "GetArtifactUrlCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetArtifactUrlCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetArtifactUrlCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetArtifactUrlCommand = GetArtifactUrlCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetBackendEnvironmentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "GetBackendEnvironmentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "GetBackendEnvironment",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetBackendEnvironmentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetBackendEnvironmentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetBackendEnvironmentCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "GetBackendEnvironment", {})
|
|
22
|
+
.n("AmplifyClient", "GetBackendEnvironmentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetBackendEnvironmentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetBackendEnvironmentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetBackendEnvironmentCommand = GetBackendEnvironmentCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetBranchCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "AmplifyClient";
|
|
30
|
-
const commandName = "GetBranchCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetBranchResultFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "Amplify",
|
|
39
|
-
operation: "GetBranch",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetBranchCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetBranchCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class GetBranchCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("Amplify", "GetBranch", {})
|
|
23
|
+
.n("AmplifyClient", "GetBranchCommand")
|
|
24
|
+
.f(void 0, models_0_1.GetBranchResultFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_GetBranchCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_GetBranchCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetBranchCommand = GetBranchCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetDomainAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AmplifyClient";
|
|
29
|
-
const commandName = "GetDomainAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "Amplify",
|
|
38
|
-
operation: "GetDomainAssociation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetDomainAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetDomainAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetDomainAssociationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("Amplify", "GetDomainAssociation", {})
|
|
22
|
+
.n("AmplifyClient", "GetDomainAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetDomainAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetDomainAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetDomainAssociationCommand = GetDomainAssociationCommand;
|