@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
|
@@ -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_DeleteEnvironmentTemplateCommand, se_DeleteEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteEnvironmentTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteEnvironmentTemplateCommand 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", "DeleteEnvironmentTemplate", {})
|
|
18
13
|
.n("ProtonClient", "DeleteEnvironmentTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteEnvironmentTemplateCommand)
|
|
21
|
-
.de(de_DeleteEnvironmentTemplateCommand)
|
|
14
|
+
.sc(DeleteEnvironmentTemplate)
|
|
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_DeleteEnvironmentTemplateVersionCommand, se_DeleteEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteEnvironmentTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteEnvironmentTemplateVersionCommand 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", "DeleteEnvironmentTemplateVersion", {})
|
|
18
13
|
.n("ProtonClient", "DeleteEnvironmentTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteEnvironmentTemplateVersionCommand)
|
|
21
|
-
.de(de_DeleteEnvironmentTemplateVersionCommand)
|
|
14
|
+
.sc(DeleteEnvironmentTemplateVersion)
|
|
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 { DeleteRepository } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRepositoryCommand 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", "DeleteRepository", {})
|
|
17
13
|
.n("ProtonClient", "DeleteRepositoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRepositoryCommand)
|
|
20
|
-
.de(de_DeleteRepositoryCommand)
|
|
14
|
+
.sc(DeleteRepository)
|
|
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_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteService } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteServiceCommand 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", "DeleteService", {})
|
|
18
13
|
.n("ProtonClient", "DeleteServiceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteServiceCommand)
|
|
21
|
-
.de(de_DeleteServiceCommand)
|
|
14
|
+
.sc(DeleteService)
|
|
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 { DeleteServiceSyncConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteServiceSyncConfigCommand 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", "DeleteServiceSyncConfig", {})
|
|
17
13
|
.n("ProtonClient", "DeleteServiceSyncConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteServiceSyncConfigCommand)
|
|
20
|
-
.de(de_DeleteServiceSyncConfigCommand)
|
|
14
|
+
.sc(DeleteServiceSyncConfig)
|
|
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_DeleteServiceTemplateCommand, se_DeleteServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteServiceTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteServiceTemplateCommand 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", "DeleteServiceTemplate", {})
|
|
18
13
|
.n("ProtonClient", "DeleteServiceTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteServiceTemplateCommand)
|
|
21
|
-
.de(de_DeleteServiceTemplateCommand)
|
|
14
|
+
.sc(DeleteServiceTemplate)
|
|
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_DeleteServiceTemplateVersionCommand, se_DeleteServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { DeleteServiceTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DeleteServiceTemplateVersionCommand 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", "DeleteServiceTemplateVersion", {})
|
|
18
13
|
.n("ProtonClient", "DeleteServiceTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DeleteServiceTemplateVersionCommand)
|
|
21
|
-
.de(de_DeleteServiceTemplateVersionCommand)
|
|
14
|
+
.sc(DeleteServiceTemplateVersion)
|
|
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 { DeleteTemplateSyncConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteTemplateSyncConfigCommand 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", "DeleteTemplateSyncConfig", {})
|
|
17
13
|
.n("ProtonClient", "DeleteTemplateSyncConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteTemplateSyncConfigCommand)
|
|
20
|
-
.de(de_DeleteTemplateSyncConfigCommand)
|
|
14
|
+
.sc(DeleteTemplateSyncConfig)
|
|
21
15
|
.build() {
|
|
22
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 { GetAccountSettings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAccountSettingsCommand 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", "GetAccountSettings", {})
|
|
17
13
|
.n("ProtonClient", "GetAccountSettingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAccountSettingsCommand)
|
|
20
|
-
.de(de_GetAccountSettingsCommand)
|
|
14
|
+
.sc(GetAccountSettings)
|
|
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_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetComponent } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetComponentCommand 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", "GetComponent", {})
|
|
18
13
|
.n("ProtonClient", "GetComponentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetComponentCommand)
|
|
21
|
-
.de(de_GetComponentCommand)
|
|
14
|
+
.sc(GetComponent)
|
|
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_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetDeployment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetDeploymentCommand 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", "GetDeployment", {})
|
|
18
13
|
.n("ProtonClient", "GetDeploymentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetDeploymentCommand)
|
|
21
|
-
.de(de_GetDeploymentCommand)
|
|
14
|
+
.sc(GetDeployment)
|
|
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 { GetEnvironmentAccountConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEnvironmentAccountConnectionCommand 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", "GetEnvironmentAccountConnection", {})
|
|
17
13
|
.n("ProtonClient", "GetEnvironmentAccountConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEnvironmentAccountConnectionCommand)
|
|
20
|
-
.de(de_GetEnvironmentAccountConnectionCommand)
|
|
14
|
+
.sc(GetEnvironmentAccountConnection)
|
|
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_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetEnvironment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetEnvironmentCommand 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", "GetEnvironment", {})
|
|
18
13
|
.n("ProtonClient", "GetEnvironmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetEnvironmentCommand)
|
|
21
|
-
.de(de_GetEnvironmentCommand)
|
|
14
|
+
.sc(GetEnvironment)
|
|
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_GetEnvironmentTemplateCommand, se_GetEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetEnvironmentTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetEnvironmentTemplateCommand 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", "GetEnvironmentTemplate", {})
|
|
18
13
|
.n("ProtonClient", "GetEnvironmentTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetEnvironmentTemplateCommand)
|
|
21
|
-
.de(de_GetEnvironmentTemplateCommand)
|
|
14
|
+
.sc(GetEnvironmentTemplate)
|
|
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_GetEnvironmentTemplateVersionCommand, se_GetEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetEnvironmentTemplateVersion } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetEnvironmentTemplateVersionCommand 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", "GetEnvironmentTemplateVersion", {})
|
|
18
13
|
.n("ProtonClient", "GetEnvironmentTemplateVersionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetEnvironmentTemplateVersionCommand)
|
|
21
|
-
.de(de_GetEnvironmentTemplateVersionCommand)
|
|
14
|
+
.sc(GetEnvironmentTemplateVersion)
|
|
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 { GetRepository } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRepositoryCommand 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", "GetRepository", {})
|
|
17
13
|
.n("ProtonClient", "GetRepositoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRepositoryCommand)
|
|
20
|
-
.de(de_GetRepositoryCommand)
|
|
14
|
+
.sc(GetRepository)
|
|
21
15
|
.build() {
|
|
22
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 { GetRepositorySyncStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRepositorySyncStatusCommand 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", "GetRepositorySyncStatus", {})
|
|
17
13
|
.n("ProtonClient", "GetRepositorySyncStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRepositorySyncStatusCommand)
|
|
20
|
-
.de(de_GetRepositorySyncStatusCommand)
|
|
14
|
+
.sc(GetRepositorySyncStatus)
|
|
21
15
|
.build() {
|
|
22
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 { GetResourcesSummary } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourcesSummaryCommand 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", "GetResourcesSummary", {})
|
|
17
13
|
.n("ProtonClient", "GetResourcesSummaryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourcesSummaryCommand)
|
|
20
|
-
.de(de_GetResourcesSummaryCommand)
|
|
14
|
+
.sc(GetResourcesSummary)
|
|
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_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetService } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetServiceCommand 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", "GetService", {})
|
|
18
13
|
.n("ProtonClient", "GetServiceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetServiceCommand)
|
|
21
|
-
.de(de_GetServiceCommand)
|
|
14
|
+
.sc(GetService)
|
|
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_GetServiceInstanceCommand, se_GetServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
4
|
+
import { GetServiceInstance } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetServiceInstanceCommand 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", "GetServiceInstance", {})
|
|
18
13
|
.n("ProtonClient", "GetServiceInstanceCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetServiceInstanceCommand)
|
|
21
|
-
.de(de_GetServiceInstanceCommand)
|
|
14
|
+
.sc(GetServiceInstance)
|
|
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 { GetServiceInstanceSyncStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetServiceInstanceSyncStatusCommand 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", "GetServiceInstanceSyncStatus", {})
|
|
17
13
|
.n("ProtonClient", "GetServiceInstanceSyncStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetServiceInstanceSyncStatusCommand)
|
|
20
|
-
.de(de_GetServiceInstanceSyncStatusCommand)
|
|
14
|
+
.sc(GetServiceInstanceSyncStatus)
|
|
21
15
|
.build() {
|
|
22
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 { GetServiceSyncBlockerSummary } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetServiceSyncBlockerSummaryCommand 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", "GetServiceSyncBlockerSummary", {})
|
|
17
13
|
.n("ProtonClient", "GetServiceSyncBlockerSummaryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetServiceSyncBlockerSummaryCommand)
|
|
20
|
-
.de(de_GetServiceSyncBlockerSummaryCommand)
|
|
14
|
+
.sc(GetServiceSyncBlockerSummary)
|
|
21
15
|
.build() {
|
|
22
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 { GetServiceSyncConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetServiceSyncConfigCommand 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", "GetServiceSyncConfig", {})
|
|
17
13
|
.n("ProtonClient", "GetServiceSyncConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetServiceSyncConfigCommand)
|
|
20
|
-
.de(de_GetServiceSyncConfigCommand)
|
|
14
|
+
.sc(GetServiceSyncConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|