@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 { CreateComponentInputFilterSensitiveLog, CreateComponentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateComponentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateComponentInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateComponentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateComponent",
|
|
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_CreateEnvironmentAccountConnectionCommand, se_CreateEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateEnvironmentAccountConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "CreateEnvironmentAccountConnection",
|
|
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 { CreateEnvironmentInputFilterSensitiveLog, CreateEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateEnvironmentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateEnvironmentInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateEnvironmentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateEnvironment",
|
|
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 { CreateEnvironmentTemplateInputFilterSensitiveLog, CreateEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateEnvironmentTemplateCommand, se_CreateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateEnvironmentTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateEnvironmentTemplateInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateEnvironmentTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateEnvironmentTemplate",
|
|
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 { CreateEnvironmentTemplateVersionInputFilterSensitiveLog, CreateEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateEnvironmentTemplateVersionCommand, se_CreateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateEnvironmentTemplateVersionInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateEnvironmentTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateEnvironmentTemplateVersion",
|
|
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_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateRepositoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "CreateRepository",
|
|
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 { CreateServiceInputFilterSensitiveLog, CreateServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateServiceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateServiceInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateServiceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateService",
|
|
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 { CreateServiceInstanceInputFilterSensitiveLog, CreateServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateServiceInstanceCommand, se_CreateServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateServiceInstanceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateServiceInstanceInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateServiceInstanceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateServiceInstance",
|
|
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_CreateServiceSyncConfigCommand, se_CreateServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateServiceSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateServiceSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "CreateServiceSyncConfig",
|
|
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 { CreateServiceTemplateInputFilterSensitiveLog, CreateServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateServiceTemplateCommand, se_CreateServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateServiceTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateServiceTemplateInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateServiceTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateServiceTemplate",
|
|
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 { CreateServiceTemplateVersionInputFilterSensitiveLog, CreateServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateServiceTemplateVersionCommand, se_CreateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateServiceTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateServiceTemplateVersionInputFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: CreateServiceTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "CreateServiceTemplateVersion",
|
|
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_CreateTemplateSyncConfigCommand, se_CreateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateTemplateSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateTemplateSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "CreateTemplateSyncConfig",
|
|
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 { DeleteComponentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteComponentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteComponentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteComponent",
|
|
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 { DeleteDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteDeploymentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteDeploymentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteDeployment",
|
|
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_DeleteEnvironmentAccountConnectionCommand, se_DeleteEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEnvironmentAccountConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "DeleteEnvironmentAccountConnection",
|
|
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 { DeleteEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteEnvironmentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteEnvironmentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteEnvironment",
|
|
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 { DeleteEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteEnvironmentTemplateCommand, se_DeleteEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteEnvironmentTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteEnvironmentTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteEnvironmentTemplate",
|
|
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 { DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteEnvironmentTemplateVersionCommand, se_DeleteEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteEnvironmentTemplateVersion",
|
|
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_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteRepositoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "DeleteRepository",
|
|
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 { DeleteServiceOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteServiceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteServiceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteService",
|
|
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_DeleteServiceSyncConfigCommand, se_DeleteServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteServiceSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteServiceSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "DeleteServiceSyncConfig",
|
|
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 { DeleteServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteServiceTemplateCommand, se_DeleteServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteServiceTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteServiceTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteServiceTemplate",
|
|
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 { DeleteServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteServiceTemplateVersionCommand, se_DeleteServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class DeleteServiceTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: DeleteServiceTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "DeleteServiceTemplateVersion",
|
|
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_DeleteTemplateSyncConfigCommand, se_DeleteTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteTemplateSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteTemplateSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "DeleteTemplateSyncConfig",
|
|
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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetAccountSettingsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetAccountSettingsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetAccountSettings",
|
|
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 { GetComponentOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetComponentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetComponentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetComponent",
|
|
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 { GetDeploymentOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetDeploymentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetDeploymentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetDeployment",
|
|
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_GetEnvironmentAccountConnectionCommand, se_GetEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetEnvironmentAccountConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetEnvironmentAccountConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetEnvironmentAccountConnection",
|
|
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 { GetEnvironmentOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetEnvironmentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetEnvironmentOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetEnvironment",
|
|
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 { GetEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetEnvironmentTemplateCommand, se_GetEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetEnvironmentTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetEnvironmentTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetEnvironmentTemplate",
|
|
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 { GetEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetEnvironmentTemplateVersionCommand, se_GetEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetEnvironmentTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetEnvironmentTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetEnvironmentTemplateVersion",
|
|
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_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRepositoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetRepository",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|