@aws-sdk/client-proton 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/ProtonClient.js +13 -13
- package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +3 -3
- package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
- package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/CreateRepositoryCommand.js +3 -3
- package/dist-cjs/commands/CreateServiceCommand.js +3 -3
- package/dist-cjs/commands/CreateServiceTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
- package/dist-cjs/commands/DeleteServiceTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +3 -3
- package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/GetRepositoryCommand.js +3 -3
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +3 -3
- package/dist-cjs/commands/GetServiceCommand.js +3 -3
- package/dist-cjs/commands/GetServiceInstanceCommand.js +3 -3
- package/dist-cjs/commands/GetServiceTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +3 -3
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-cjs/commands/ListRepositoriesCommand.js +3 -3
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +3 -3
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListServiceInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +3 -3
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
- package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListServiceTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListServicesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
- package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateServiceCommand.js +3 -3
- package/dist-cjs/commands/UpdateServiceInstanceCommand.js +3 -3
- package/dist-cjs/commands/UpdateServicePipelineCommand.js +3 -3
- package/dist-cjs/commands/UpdateServiceTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_0.js +331 -331
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForEnvironmentDeployed.js +3 -3
- package/dist-cjs/waiters/waitForEnvironmentTemplateVersionRegistered.js +3 -3
- package/dist-cjs/waiters/waitForServiceCreated.js +3 -3
- package/dist-cjs/waiters/waitForServiceDeleted.js +3 -3
- package/dist-cjs/waiters/waitForServiceInstanceDeployed.js +3 -3
- package/dist-cjs/waiters/waitForServicePipelineDeployed.js +3 -3
- package/dist-cjs/waiters/waitForServiceTemplateVersionRegistered.js +3 -3
- package/dist-cjs/waiters/waitForServiceUpdated.js +3 -3
- package/dist-es/Proton.js +67 -67
- package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListEnvironmentsPaginator.js +4 -4
- package/dist-es/pagination/ListRepositoriesPaginator.js +4 -4
- package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +4 -4
- package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +4 -4
- package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +4 -4
- package/dist-es/pagination/ListServiceInstancesPaginator.js +4 -4
- package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +4 -4
- package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +4 -4
- package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListServiceTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListServicesPaginator.js +4 -4
- package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
- package/dist-types/ProtonClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ProtonClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0ListTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0ListTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0ListTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0ListTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class NotifyResourceDeploymentStatusChangeCommand extends smithy_client_1.Comman
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class NotifyResourceDeploymentStatusChangeCommand extends smithy_client_1.Comman
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.NotifyResourceDeploymentStatusChangeCommand = NotifyResourceDeploymentStatusChangeCommand;
|
|
@@ -11,7 +11,7 @@ class RejectEnvironmentAccountConnectionCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class RejectEnvironmentAccountConnectionCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0RejectEnvironmentAccountConnectionCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0RejectEnvironmentAccountConnectionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RejectEnvironmentAccountConnectionCommand = RejectEnvironmentAccountConnectionCommand;
|
|
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0TagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0TagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0TagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0TagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UntagResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UntagResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UntagResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UntagResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateAccountSettingsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateAccountSettingsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateAccountSettingsCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateAccountSettingsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateAccountSettingsCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateAccountSettingsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEnvironmentAccountConnectionCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateEnvironmentAccountConnectionCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEnvironmentAccountConnectionCommand = UpdateEnvironmentAccountConnectionCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEnvironmentTemplateCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateEnvironmentTemplateCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentTemplateCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentTemplateCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentTemplateCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentTemplateCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEnvironmentTemplateCommand = UpdateEnvironmentTemplateCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEnvironmentTemplateVersionCommand = UpdateEnvironmentTemplateVersionCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServiceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServiceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateServiceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateServiceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateServiceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateServiceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServiceCommand = UpdateServiceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServiceInstanceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServiceInstanceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateServiceInstanceCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateServiceInstanceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateServiceInstanceCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateServiceInstanceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServiceInstanceCommand = UpdateServiceInstanceCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServicePipelineCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServicePipelineCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateServicePipelineCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateServicePipelineCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateServicePipelineCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateServicePipelineCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServicePipelineCommand = UpdateServicePipelineCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServiceTemplateCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServiceTemplateCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateServiceTemplateCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateServiceTemplateCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateServiceTemplateCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateServiceTemplateCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServiceTemplateCommand = UpdateServiceTemplateCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateServiceTemplateVersionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateServiceTemplateVersionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateServiceTemplateVersionCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateServiceTemplateVersionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateServiceTemplateVersionCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateServiceTemplateVersionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateServiceTemplateVersionCommand = UpdateServiceTemplateVersionCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateTemplateSyncConfigCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ProtonClient";
|
|
@@ -27,10 +27,10 @@ class UpdateTemplateSyncConfigCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_json1_0_1.serializeAws_json1_0UpdateTemplateSyncConfigCommand(input, context);
|
|
30
|
+
return (0, Aws_json1_0_1.serializeAws_json1_0UpdateTemplateSyncConfigCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_json1_0_1.deserializeAws_json1_0UpdateTemplateSyncConfigCommand(output, context);
|
|
33
|
+
return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateTemplateSyncConfigCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateTemplateSyncConfigCommand = UpdateTemplateSyncConfigCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -122,7 +122,7 @@ const partitionHash = {
|
|
|
122
122
|
],
|
|
123
123
|
},
|
|
124
124
|
};
|
|
125
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
125
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
126
126
|
...options,
|
|
127
127
|
signingService: "proton",
|
|
128
128
|
regionHash,
|