@aws-sdk/client-proton 3.927.0 → 3.929.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 +2765 -3968
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ProtonClient.js +2 -0
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -10
- package/dist-es/commands/CreateComponentCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateRepositoryCommand.js +3 -9
- package/dist-es/commands/CreateServiceCommand.js +3 -10
- package/dist-es/commands/CreateServiceInstanceCommand.js +3 -10
- package/dist-es/commands/CreateServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/CreateServiceTemplateCommand.js +3 -10
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/DeleteComponentCommand.js +3 -10
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -10
- package/dist-es/commands/DeleteServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -10
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -10
- package/dist-es/commands/GetDeploymentCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/GetEnvironmentCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/GetRepositoryCommand.js +3 -9
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
- package/dist-es/commands/GetResourcesSummaryCommand.js +3 -9
- package/dist-es/commands/GetServiceCommand.js +3 -10
- package/dist-es/commands/GetServiceInstanceCommand.js +3 -10
- package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +3 -9
- package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +3 -9
- package/dist-es/commands/GetServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetServiceTemplateCommand.js +3 -10
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -9
- package/dist-es/commands/ListComponentOutputsCommand.js +3 -10
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -10
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
- package/dist-es/commands/ListRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -10
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListServiceInstancesCommand.js +3 -10
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -10
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -10
- package/dist-es/commands/ListServiceTemplatesCommand.js +3 -10
- package/dist-es/commands/ListServicesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -10
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateComponentCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/UpdateServiceCommand.js +3 -10
- package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -10
- package/dist-es/commands/UpdateServicePipelineCommand.js +3 -10
- package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +3 -9
- package/dist-es/commands/UpdateServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -446
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2572 -0
- package/dist-types/ProtonClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -368
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +358 -0
- package/dist-types/ts3.4/ProtonClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -266
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -2805
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -785
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1049
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsJson1_0Protocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.proton",
|
|
32
|
+
serviceTarget: "AwsProton20200720",
|
|
33
|
+
awsQueryCompatible: false,
|
|
34
|
+
}),
|
|
28
35
|
serviceId: config?.serviceId ?? "Proton",
|
|
29
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
package/dist-es/ProtonClient.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class ProtonClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AcceptEnvironmentAccountConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AcceptEnvironmentAccountConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "AcceptEnvironmentAccountConnection", {})
|
|
17
13
|
.n("ProtonClient", "AcceptEnvironmentAccountConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AcceptEnvironmentAccountConnectionCommand)
|
|
20
|
-
.de(de_AcceptEnvironmentAccountConnectionCommand)
|
|
14
|
+
.sc(AcceptEnvironmentAccountConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CancelComponentDeploymentCommand, se_CancelComponentDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CancelComponentDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CancelComponentDeploymentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CancelComponentDeployment", {})
|
|
18
13
|
.n("ProtonClient", "CancelComponentDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CancelComponentDeploymentCommand)
|
|
21
|
-
.de(de_CancelComponentDeploymentCommand)
|
|
14
|
+
.sc(CancelComponentDeployment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CancelEnvironmentDeploymentCommand, se_CancelEnvironmentDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CancelEnvironmentDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CancelEnvironmentDeploymentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CancelEnvironmentDeployment", {})
|
|
18
13
|
.n("ProtonClient", "CancelEnvironmentDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CancelEnvironmentDeploymentCommand)
|
|
21
|
-
.de(de_CancelEnvironmentDeploymentCommand)
|
|
14
|
+
.sc(CancelEnvironmentDeployment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CancelServiceInstanceDeploymentCommand, se_CancelServiceInstanceDeploymentCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CancelServiceInstanceDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CancelServiceInstanceDeploymentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CancelServiceInstanceDeployment", {})
|
|
18
13
|
.n("ProtonClient", "CancelServiceInstanceDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CancelServiceInstanceDeploymentCommand)
|
|
21
|
-
.de(de_CancelServiceInstanceDeploymentCommand)
|
|
14
|
+
.sc(CancelServiceInstanceDeployment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CancelServicePipelineDeploymentCommand, se_CancelServicePipelineDeploymentCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CancelServicePipelineDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CancelServicePipelineDeploymentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CancelServicePipelineDeployment", {})
|
|
18
13
|
.n("ProtonClient", "CancelServicePipelineDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CancelServicePipelineDeploymentCommand)
|
|
21
|
-
.de(de_CancelServicePipelineDeploymentCommand)
|
|
14
|
+
.sc(CancelServicePipelineDeployment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateComponent } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateComponentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateComponent", {})
|
|
18
13
|
.n("ProtonClient", "CreateComponentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateComponentCommand)
|
|
21
|
-
.de(de_CreateComponentCommand)
|
|
14
|
+
.sc(CreateComponent)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateEnvironmentAccountConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateEnvironmentAccountConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "CreateEnvironmentAccountConnection", {})
|
|
17
13
|
.n("ProtonClient", "CreateEnvironmentAccountConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateEnvironmentAccountConnectionCommand)
|
|
20
|
-
.de(de_CreateEnvironmentAccountConnectionCommand)
|
|
14
|
+
.sc(CreateEnvironmentAccountConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateEnvironment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateEnvironmentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateEnvironment", {})
|
|
18
13
|
.n("ProtonClient", "CreateEnvironmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateEnvironmentCommand)
|
|
21
|
-
.de(de_CreateEnvironmentCommand)
|
|
14
|
+
.sc(CreateEnvironment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateEnvironmentTemplateCommand, se_CreateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateEnvironmentTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateEnvironmentTemplateCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateEnvironmentTemplate", {})
|
|
18
13
|
.n("ProtonClient", "CreateEnvironmentTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateEnvironmentTemplateCommand)
|
|
21
|
-
.de(de_CreateEnvironmentTemplateCommand)
|
|
14
|
+
.sc(CreateEnvironmentTemplate)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateEnvironmentTemplateVersionCommand, se_CreateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateEnvironmentTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateEnvironmentTemplateVersionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateEnvironmentTemplateVersion", {})
|
|
18
13
|
.n("ProtonClient", "CreateEnvironmentTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateEnvironmentTemplateVersionCommand)
|
|
21
|
-
.de(de_CreateEnvironmentTemplateVersionCommand)
|
|
14
|
+
.sc(CreateEnvironmentTemplateVersion)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateRepository } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateRepositoryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "CreateRepository", {})
|
|
17
13
|
.n("ProtonClient", "CreateRepositoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateRepositoryCommand)
|
|
20
|
-
.de(de_CreateRepositoryCommand)
|
|
14
|
+
.sc(CreateRepository)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateService } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateServiceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateService", {})
|
|
18
13
|
.n("ProtonClient", "CreateServiceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateServiceCommand)
|
|
21
|
-
.de(de_CreateServiceCommand)
|
|
14
|
+
.sc(CreateService)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateServiceInstanceCommand, se_CreateServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateServiceInstance } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateServiceInstanceCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateServiceInstance", {})
|
|
18
13
|
.n("ProtonClient", "CreateServiceInstanceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateServiceInstanceCommand)
|
|
21
|
-
.de(de_CreateServiceInstanceCommand)
|
|
14
|
+
.sc(CreateServiceInstance)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateServiceSyncConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateServiceSyncConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "CreateServiceSyncConfig", {})
|
|
17
13
|
.n("ProtonClient", "CreateServiceSyncConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateServiceSyncConfigCommand)
|
|
20
|
-
.de(de_CreateServiceSyncConfigCommand)
|
|
14
|
+
.sc(CreateServiceSyncConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateServiceTemplateCommand, se_CreateServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateServiceTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateServiceTemplateCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateServiceTemplate", {})
|
|
18
13
|
.n("ProtonClient", "CreateServiceTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateServiceTemplateCommand)
|
|
21
|
-
.de(de_CreateServiceTemplateCommand)
|
|
14
|
+
.sc(CreateServiceTemplate)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateServiceTemplateVersionCommand, se_CreateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { CreateServiceTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateServiceTemplateVersionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "CreateServiceTemplateVersion", {})
|
|
18
13
|
.n("ProtonClient", "CreateServiceTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateServiceTemplateVersionCommand)
|
|
21
|
-
.de(de_CreateServiceTemplateVersionCommand)
|
|
14
|
+
.sc(CreateServiceTemplateVersion)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateTemplateSyncConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateTemplateSyncConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "CreateTemplateSyncConfig", {})
|
|
17
13
|
.n("ProtonClient", "CreateTemplateSyncConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateTemplateSyncConfigCommand)
|
|
20
|
-
.de(de_CreateTemplateSyncConfigCommand)
|
|
14
|
+
.sc(CreateTemplateSyncConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteComponent } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteComponentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "DeleteComponent", {})
|
|
18
13
|
.n("ProtonClient", "DeleteComponentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteComponentCommand)
|
|
21
|
-
.de(de_DeleteComponentCommand)
|
|
14
|
+
.sc(DeleteComponent)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteDeploymentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "DeleteDeployment", {})
|
|
18
13
|
.n("ProtonClient", "DeleteDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteDeploymentCommand)
|
|
21
|
-
.de(de_DeleteDeploymentCommand)
|
|
14
|
+
.sc(DeleteDeployment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteEnvironmentAccountConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteEnvironmentAccountConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AwsProton20200720", "DeleteEnvironmentAccountConnection", {})
|
|
17
13
|
.n("ProtonClient", "DeleteEnvironmentAccountConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteEnvironmentAccountConnectionCommand)
|
|
20
|
-
.de(de_DeleteEnvironmentAccountConnectionCommand)
|
|
14
|
+
.sc(DeleteEnvironmentAccountConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteEnvironment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteEnvironmentCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AwsProton20200720", "DeleteEnvironment", {})
|
|
18
13
|
.n("ProtonClient", "DeleteEnvironmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteEnvironmentCommand)
|
|
21
|
-
.de(de_DeleteEnvironmentCommand)
|
|
14
|
+
.sc(DeleteEnvironment)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|