@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 { de_GetRepositorySyncStatusCommand, se_GetRepositorySyncStatusCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRepositorySyncStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRepositorySyncStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetRepositorySyncStatus",
|
|
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_GetResourcesSummaryCommand, se_GetResourcesSummaryCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetResourcesSummaryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetResourcesSummaryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetResourcesSummary",
|
|
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 { GetServiceOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetServiceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetServiceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetService",
|
|
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 { GetServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetServiceInstanceCommand, se_GetServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetServiceInstanceCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetServiceInstanceOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetServiceInstance",
|
|
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_GetServiceInstanceSyncStatusCommand, se_GetServiceInstanceSyncStatusCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceInstanceSyncStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceInstanceSyncStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetServiceInstanceSyncStatus",
|
|
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_GetServiceSyncBlockerSummaryCommand, se_GetServiceSyncBlockerSummaryCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceSyncBlockerSummaryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceSyncBlockerSummaryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetServiceSyncBlockerSummary",
|
|
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_GetServiceSyncConfigCommand, se_GetServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServiceSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServiceSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetServiceSyncConfig",
|
|
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 { GetServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetServiceTemplateCommand, se_GetServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetServiceTemplateCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetServiceTemplateOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetServiceTemplate",
|
|
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 { GetServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_GetServiceTemplateVersionCommand, se_GetServiceTemplateVersionCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetServiceTemplateVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetServiceTemplateVersionOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "GetServiceTemplateVersion",
|
|
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_GetTemplateSyncConfigCommand, se_GetTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetTemplateSyncConfigCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetTemplateSyncConfigCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetTemplateSyncConfig",
|
|
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_GetTemplateSyncStatusCommand, se_GetTemplateSyncStatusCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetTemplateSyncStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetTemplateSyncStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "GetTemplateSyncStatus",
|
|
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 { ListComponentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListComponentOutputsCommand, se_ListComponentOutputsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListComponentOutputsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListComponentOutputsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListComponentOutputs",
|
|
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_ListComponentProvisionedResourcesCommand, se_ListComponentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListComponentProvisionedResourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListComponentProvisionedResourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListComponentProvisionedResources",
|
|
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 { ListComponentsOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListComponentsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListComponentsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListComponents",
|
|
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_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListDeploymentsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListDeploymentsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListDeployments",
|
|
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_ListEnvironmentAccountConnectionsCommand, se_ListEnvironmentAccountConnectionsCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListEnvironmentAccountConnectionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListEnvironmentAccountConnections",
|
|
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 { ListEnvironmentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListEnvironmentOutputsCommand, se_ListEnvironmentOutputsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListEnvironmentOutputsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListEnvironmentOutputsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListEnvironmentOutputs",
|
|
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_ListEnvironmentProvisionedResourcesCommand, se_ListEnvironmentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListEnvironmentProvisionedResourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListEnvironmentProvisionedResources",
|
|
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 { ListEnvironmentTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListEnvironmentTemplateVersionsCommand, se_ListEnvironmentTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListEnvironmentTemplateVersionsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListEnvironmentTemplateVersions",
|
|
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 { ListEnvironmentTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListEnvironmentTemplatesCommand, se_ListEnvironmentTemplatesCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListEnvironmentTemplatesCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListEnvironmentTemplatesOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListEnvironmentTemplates",
|
|
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 { ListEnvironmentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListEnvironmentsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListEnvironmentsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListEnvironments",
|
|
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_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListRepositoriesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListRepositoriesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListRepositories",
|
|
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_ListRepositorySyncDefinitionsCommand, se_ListRepositorySyncDefinitionsCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListRepositorySyncDefinitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListRepositorySyncDefinitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListRepositorySyncDefinitions",
|
|
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 { ListServiceInstanceOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListServiceInstanceOutputsCommand, se_ListServiceInstanceOutputsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServiceInstanceOutputsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServiceInstanceOutputsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServiceInstanceOutputs",
|
|
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_ListServiceInstanceProvisionedResourcesCommand, se_ListServiceInstanceProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListServiceInstanceProvisionedResourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListServiceInstanceProvisionedResources",
|
|
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 { ListServiceInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListServiceInstancesCommand, se_ListServiceInstancesCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServiceInstancesCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServiceInstancesOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServiceInstances",
|
|
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 { ListServicePipelineOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListServicePipelineOutputsCommand, se_ListServicePipelineOutputsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServicePipelineOutputsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServicePipelineOutputsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServicePipelineOutputs",
|
|
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_ListServicePipelineProvisionedResourcesCommand, se_ListServicePipelineProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListServicePipelineProvisionedResourcesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListServicePipelineProvisionedResources",
|
|
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 { ListServiceTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListServiceTemplateVersionsCommand, se_ListServiceTemplateVersionsCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServiceTemplateVersionsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServiceTemplateVersionsOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServiceTemplateVersions",
|
|
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 { ListServiceTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListServiceTemplatesCommand, se_ListServiceTemplatesCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServiceTemplatesCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServiceTemplatesOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServiceTemplates",
|
|
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 { ListServicesOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListServicesCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListServicesOutputFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AwsProton20200720",
|
|
36
|
+
operation: "ListServices",
|
|
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AwsProton20200720",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|