@aws-sdk/client-proton 3.413.0 → 3.418.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/CancelComponentDeploymentCommand.js +5 -0
- package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +5 -0
- package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +5 -0
- package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +5 -0
- package/dist-cjs/commands/CreateComponentCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceInstanceCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceTemplateCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteComponentCommand.js +5 -0
- package/dist-cjs/commands/DeleteDeploymentCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceTemplateCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
- package/dist-cjs/commands/GetComponentCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/GetRepositoryCommand.js +5 -0
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +5 -0
- package/dist-cjs/commands/GetResourcesSummaryCommand.js +5 -0
- package/dist-cjs/commands/GetServiceCommand.js +5 -0
- package/dist-cjs/commands/GetServiceInstanceCommand.js +5 -0
- package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +5 -0
- package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +5 -0
- package/dist-cjs/commands/GetServiceSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/GetServiceTemplateCommand.js +5 -0
- package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +5 -0
- package/dist-cjs/commands/ListComponentOutputsCommand.js +5 -0
- package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +5 -0
- package/dist-cjs/commands/ListComponentsCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +5 -0
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +5 -0
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +5 -0
- package/dist-cjs/commands/ListServiceInstancesCommand.js +5 -0
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +5 -0
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +5 -0
- package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListServiceTemplatesCommand.js +5 -0
- package/dist-cjs/commands/ListServicesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +5 -0
- package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +5 -0
- package/dist-cjs/commands/UpdateComponentCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceInstanceCommand.js +5 -0
- package/dist-cjs/commands/UpdateServicePipelineCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceTemplateCommand.js +5 -0
- package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +5 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/CancelComponentDeploymentCommand.js +5 -0
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +5 -0
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +5 -0
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +5 -0
- package/dist-es/commands/CreateComponentCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-es/commands/CreateRepositoryCommand.js +5 -0
- package/dist-es/commands/CreateServiceCommand.js +5 -0
- package/dist-es/commands/CreateServiceInstanceCommand.js +5 -0
- package/dist-es/commands/CreateServiceSyncConfigCommand.js +5 -0
- package/dist-es/commands/CreateServiceTemplateCommand.js +5 -0
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +5 -0
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +5 -0
- package/dist-es/commands/DeleteComponentCommand.js +5 -0
- package/dist-es/commands/DeleteDeploymentCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +5 -0
- package/dist-es/commands/DeleteServiceCommand.js +5 -0
- package/dist-es/commands/DeleteServiceSyncConfigCommand.js +5 -0
- package/dist-es/commands/DeleteServiceTemplateCommand.js +5 -0
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +5 -0
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +5 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +5 -0
- package/dist-es/commands/GetComponentCommand.js +5 -0
- package/dist-es/commands/GetDeploymentCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-es/commands/GetRepositoryCommand.js +5 -0
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +5 -0
- package/dist-es/commands/GetResourcesSummaryCommand.js +5 -0
- package/dist-es/commands/GetServiceCommand.js +5 -0
- package/dist-es/commands/GetServiceInstanceCommand.js +5 -0
- package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +5 -0
- package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +5 -0
- package/dist-es/commands/GetServiceSyncConfigCommand.js +5 -0
- package/dist-es/commands/GetServiceTemplateCommand.js +5 -0
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +5 -0
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +5 -0
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +5 -0
- package/dist-es/commands/ListComponentOutputsCommand.js +5 -0
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +5 -0
- package/dist-es/commands/ListComponentsCommand.js +5 -0
- package/dist-es/commands/ListDeploymentsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-es/commands/ListRepositoriesCommand.js +5 -0
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +5 -0
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +5 -0
- package/dist-es/commands/ListServiceInstancesCommand.js +5 -0
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +5 -0
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +5 -0
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +5 -0
- package/dist-es/commands/ListServiceTemplatesCommand.js +5 -0
- package/dist-es/commands/ListServicesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +5 -0
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js +5 -0
- package/dist-es/commands/UpdateComponentCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +5 -0
- package/dist-es/commands/UpdateServiceCommand.js +5 -0
- package/dist-es/commands/UpdateServiceInstanceCommand.js +5 -0
- package/dist-es/commands/UpdateServicePipelineCommand.js +5 -0
- package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +5 -0
- package/dist-es/commands/UpdateServiceSyncConfigCommand.js +5 -0
- package/dist-es/commands/UpdateServiceTemplateCommand.js +5 -0
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +5 -0
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +5 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/package.json +32 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_NotifyResourceDeploymentStatusChangeCommand, se_NotifyResourceDeploymentStatusChangeCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "NotifyResourceDeploymentStatusChange",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RejectEnvironmentAccountConnectionCommand, se_RejectEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RejectEnvironmentAccountConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "RejectEnvironmentAccountConnection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateAccountSettingsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateAccountSettingsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UpdateAccountSettings",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateComponentInputFilterSensitiveLog, UpdateComponentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateComponentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateComponentInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateComponentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateComponent",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateEnvironmentAccountConnectionCommand, se_UpdateEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateEnvironmentAccountConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateEnvironmentAccountConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UpdateEnvironmentAccountConnection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateEnvironmentInputFilterSensitiveLog, UpdateEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateEnvironmentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateEnvironmentInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateEnvironmentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateEnvironment",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateEnvironmentTemplateInputFilterSensitiveLog, UpdateEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateEnvironmentTemplateCommand, se_UpdateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateEnvironmentTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateEnvironmentTemplateInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateEnvironmentTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateEnvironmentTemplate",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateEnvironmentTemplateVersionInputFilterSensitiveLog, UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateEnvironmentTemplateVersionCommand, se_UpdateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateEnvironmentTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateEnvironmentTemplateVersionInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateEnvironmentTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateEnvironmentTemplateVersion",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateServiceInputFilterSensitiveLog, UpdateServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateServiceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateServiceInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateServiceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateService",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateServiceInstanceInputFilterSensitiveLog, UpdateServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateServiceInstanceCommand, se_UpdateServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateServiceInstanceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateServiceInstanceInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateServiceInstanceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateServiceInstance",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateServicePipelineInputFilterSensitiveLog, UpdateServicePipelineOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateServicePipelineCommand, se_UpdateServicePipelineCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateServicePipelineCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateServicePipelineInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateServicePipelineOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateServicePipeline",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateServiceSyncBlockerCommand, se_UpdateServiceSyncBlockerCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateServiceSyncBlockerCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateServiceSyncBlockerCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UpdateServiceSyncBlocker",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateServiceSyncConfigCommand, se_UpdateServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateServiceSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateServiceSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UpdateServiceSyncConfig",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateServiceTemplateInputFilterSensitiveLog, UpdateServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateServiceTemplateCommand, se_UpdateServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateServiceTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateServiceTemplateInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateServiceTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateServiceTemplate",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateServiceTemplateVersionInputFilterSensitiveLog, UpdateServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateServiceTemplateVersionCommand, se_UpdateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateServiceTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateServiceTemplateVersionInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateServiceTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "UpdateServiceTemplateVersion",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateTemplateSyncConfigCommand, se_UpdateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateTemplateSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateTemplateSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "UpdateTemplateSyncConfig",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
1
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
2
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
3
4
|
const asPartial = (t) => t;
|
|
4
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
5
6
|
const extensionConfiguration = {
|
|
7
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
9
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
8
10
|
};
|
|
9
11
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
10
12
|
return {
|
|
11
13
|
...runtimeConfig,
|
|
14
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
12
15
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
16
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
14
17
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface ProtonExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface ProtonExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface ProtonExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.418.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,40 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/middleware-
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/node-
|
|
46
|
-
"@smithy/
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
|
-
"@smithy/util-waiter": "^2.0.
|
|
58
|
+
"@smithy/util-waiter": "^2.0.9",
|
|
58
59
|
"tslib": "^2.5.0",
|
|
59
60
|
"uuid": "^8.3.2"
|
|
60
61
|
},
|