@aws-sdk/client-proton 3.926.0 → 3.928.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.
Files changed (111) hide show
  1. package/dist-cjs/index.js +2765 -3968
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ProtonClient.js +2 -0
  4. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -9
  5. package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -10
  6. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -10
  7. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -10
  8. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -10
  9. package/dist-es/commands/CreateComponentCommand.js +3 -10
  10. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -9
  11. package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
  12. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -10
  13. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -10
  14. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  15. package/dist-es/commands/CreateServiceCommand.js +3 -10
  16. package/dist-es/commands/CreateServiceInstanceCommand.js +3 -10
  17. package/dist-es/commands/CreateServiceSyncConfigCommand.js +3 -9
  18. package/dist-es/commands/CreateServiceTemplateCommand.js +3 -10
  19. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -10
  20. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -9
  21. package/dist-es/commands/DeleteComponentCommand.js +3 -10
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -10
  23. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -9
  24. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -10
  25. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -10
  26. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -10
  27. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceCommand.js +3 -10
  29. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +3 -9
  30. package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -10
  31. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -10
  32. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -9
  33. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  34. package/dist-es/commands/GetComponentCommand.js +3 -10
  35. package/dist-es/commands/GetDeploymentCommand.js +3 -10
  36. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -9
  37. package/dist-es/commands/GetEnvironmentCommand.js +3 -10
  38. package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -10
  39. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -10
  40. package/dist-es/commands/GetRepositoryCommand.js +3 -9
  41. package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
  42. package/dist-es/commands/GetResourcesSummaryCommand.js +3 -9
  43. package/dist-es/commands/GetServiceCommand.js +3 -10
  44. package/dist-es/commands/GetServiceInstanceCommand.js +3 -10
  45. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +3 -9
  46. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +3 -9
  47. package/dist-es/commands/GetServiceSyncConfigCommand.js +3 -9
  48. package/dist-es/commands/GetServiceTemplateCommand.js +3 -10
  49. package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -10
  50. package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -9
  51. package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -9
  52. package/dist-es/commands/ListComponentOutputsCommand.js +3 -10
  53. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -9
  54. package/dist-es/commands/ListComponentsCommand.js +3 -10
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  56. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -9
  57. package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -10
  58. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -9
  59. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -10
  60. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -10
  61. package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
  62. package/dist-es/commands/ListRepositoriesCommand.js +3 -9
  63. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
  64. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -10
  65. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -9
  66. package/dist-es/commands/ListServiceInstancesCommand.js +3 -10
  67. package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -10
  68. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -9
  69. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -10
  70. package/dist-es/commands/ListServiceTemplatesCommand.js +3 -10
  71. package/dist-es/commands/ListServicesCommand.js +3 -10
  72. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  73. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -10
  74. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -9
  75. package/dist-es/commands/TagResourceCommand.js +3 -9
  76. package/dist-es/commands/UntagResourceCommand.js +3 -9
  77. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  78. package/dist-es/commands/UpdateComponentCommand.js +3 -10
  79. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -9
  80. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
  81. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -10
  82. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -10
  83. package/dist-es/commands/UpdateServiceCommand.js +3 -10
  84. package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -10
  85. package/dist-es/commands/UpdateServicePipelineCommand.js +3 -10
  86. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +3 -9
  87. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +3 -9
  88. package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -10
  89. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -10
  90. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -9
  91. package/dist-es/models/models_0.js +0 -446
  92. package/dist-es/runtimeConfig.shared.js +7 -0
  93. package/dist-es/schemas/schemas_0.js +2572 -0
  94. package/dist-types/ProtonClient.d.ts +10 -1
  95. package/dist-types/models/models_0.d.ts +0 -368
  96. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  97. package/dist-types/runtimeConfig.d.ts +1 -0
  98. package/dist-types/runtimeConfig.native.d.ts +1 -0
  99. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  100. package/dist-types/schemas/schemas_0.d.ts +358 -0
  101. package/dist-types/ts3.4/ProtonClient.d.ts +4 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +0 -266
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
  108. package/package.json +5 -6
  109. package/dist-es/protocols/Aws_json1_0.js +0 -2805
  110. package/dist-types/protocols/Aws_json1_0.d.ts +0 -785
  111. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1049
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetServiceTemplateCommand, se_GetServiceTemplateCommand } from "../protocols/Aws_json1_0";
4
+ import { GetServiceTemplate } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetServiceTemplateCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "GetServiceTemplate", {})
18
13
  .n("ProtonClient", "GetServiceTemplateCommand")
19
- .f(void 0, GetServiceTemplateOutputFilterSensitiveLog)
20
- .ser(se_GetServiceTemplateCommand)
21
- .de(de_GetServiceTemplateCommand)
14
+ .sc(GetServiceTemplate)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetServiceTemplateVersionCommand, se_GetServiceTemplateVersionCommand } from "../protocols/Aws_json1_0";
4
+ import { GetServiceTemplateVersion } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetServiceTemplateVersionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "GetServiceTemplateVersion", {})
18
13
  .n("ProtonClient", "GetServiceTemplateVersionCommand")
19
- .f(void 0, GetServiceTemplateVersionOutputFilterSensitiveLog)
20
- .ser(se_GetServiceTemplateVersionCommand)
21
- .de(de_GetServiceTemplateVersionCommand)
14
+ .sc(GetServiceTemplateVersion)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTemplateSyncConfigCommand, se_GetTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
4
+ import { GetTemplateSyncConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateSyncConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "GetTemplateSyncConfig", {})
17
13
  .n("ProtonClient", "GetTemplateSyncConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateSyncConfigCommand)
20
- .de(de_GetTemplateSyncConfigCommand)
14
+ .sc(GetTemplateSyncConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTemplateSyncStatusCommand, se_GetTemplateSyncStatusCommand } from "../protocols/Aws_json1_0";
4
+ import { GetTemplateSyncStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTemplateSyncStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "GetTemplateSyncStatus", {})
17
13
  .n("ProtonClient", "GetTemplateSyncStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTemplateSyncStatusCommand)
20
- .de(de_GetTemplateSyncStatusCommand)
14
+ .sc(GetTemplateSyncStatus)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListComponentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListComponentOutputsCommand, se_ListComponentOutputsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListComponentOutputs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListComponentOutputsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListComponentOutputs", {})
18
13
  .n("ProtonClient", "ListComponentOutputsCommand")
19
- .f(void 0, ListComponentOutputsOutputFilterSensitiveLog)
20
- .ser(se_ListComponentOutputsCommand)
21
- .de(de_ListComponentOutputsCommand)
14
+ .sc(ListComponentOutputs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListComponentProvisionedResourcesCommand, se_ListComponentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListComponentProvisionedResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListComponentProvisionedResourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListComponentProvisionedResources", {})
17
13
  .n("ProtonClient", "ListComponentProvisionedResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListComponentProvisionedResourcesCommand)
20
- .de(de_ListComponentProvisionedResourcesCommand)
14
+ .sc(ListComponentProvisionedResources)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListComponentsOutputFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListComponents } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListComponentsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListComponents", {})
18
13
  .n("ProtonClient", "ListComponentsCommand")
19
- .f(void 0, ListComponentsOutputFilterSensitiveLog)
20
- .ser(se_ListComponentsCommand)
21
- .de(de_ListComponentsCommand)
14
+ .sc(ListComponents)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListDeployments", {})
17
13
  .n("ProtonClient", "ListDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDeploymentsCommand)
20
- .de(de_ListDeploymentsCommand)
14
+ .sc(ListDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEnvironmentAccountConnectionsCommand, se_ListEnvironmentAccountConnectionsCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironmentAccountConnections } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEnvironmentAccountConnectionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListEnvironmentAccountConnections", {})
17
13
  .n("ProtonClient", "ListEnvironmentAccountConnectionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEnvironmentAccountConnectionsCommand)
20
- .de(de_ListEnvironmentAccountConnectionsCommand)
14
+ .sc(ListEnvironmentAccountConnections)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEnvironmentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEnvironmentOutputsCommand, se_ListEnvironmentOutputsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironmentOutputs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEnvironmentOutputsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListEnvironmentOutputs", {})
18
13
  .n("ProtonClient", "ListEnvironmentOutputsCommand")
19
- .f(void 0, ListEnvironmentOutputsOutputFilterSensitiveLog)
20
- .ser(se_ListEnvironmentOutputsCommand)
21
- .de(de_ListEnvironmentOutputsCommand)
14
+ .sc(ListEnvironmentOutputs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEnvironmentProvisionedResourcesCommand, se_ListEnvironmentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironmentProvisionedResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEnvironmentProvisionedResourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListEnvironmentProvisionedResources", {})
17
13
  .n("ProtonClient", "ListEnvironmentProvisionedResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEnvironmentProvisionedResourcesCommand)
20
- .de(de_ListEnvironmentProvisionedResourcesCommand)
14
+ .sc(ListEnvironmentProvisionedResources)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEnvironmentTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEnvironmentTemplateVersionsCommand, se_ListEnvironmentTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironmentTemplateVersions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEnvironmentTemplateVersionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListEnvironmentTemplateVersions", {})
18
13
  .n("ProtonClient", "ListEnvironmentTemplateVersionsCommand")
19
- .f(void 0, ListEnvironmentTemplateVersionsOutputFilterSensitiveLog)
20
- .ser(se_ListEnvironmentTemplateVersionsCommand)
21
- .de(de_ListEnvironmentTemplateVersionsCommand)
14
+ .sc(ListEnvironmentTemplateVersions)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEnvironmentTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEnvironmentTemplatesCommand, se_ListEnvironmentTemplatesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironmentTemplates } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEnvironmentTemplatesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListEnvironmentTemplates", {})
18
13
  .n("ProtonClient", "ListEnvironmentTemplatesCommand")
19
- .f(void 0, ListEnvironmentTemplatesOutputFilterSensitiveLog)
20
- .ser(se_ListEnvironmentTemplatesCommand)
21
- .de(de_ListEnvironmentTemplatesCommand)
14
+ .sc(ListEnvironmentTemplates)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEnvironmentsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListEnvironments } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListEnvironmentsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListEnvironments", {})
18
13
  .n("ProtonClient", "ListEnvironmentsCommand")
19
- .f(void 0, ListEnvironmentsOutputFilterSensitiveLog)
20
- .ser(se_ListEnvironmentsCommand)
21
- .de(de_ListEnvironmentsCommand)
14
+ .sc(ListEnvironments)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListRepositories } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRepositoriesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListRepositories", {})
17
13
  .n("ProtonClient", "ListRepositoriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRepositoriesCommand)
20
- .de(de_ListRepositoriesCommand)
14
+ .sc(ListRepositories)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRepositorySyncDefinitionsCommand, se_ListRepositorySyncDefinitionsCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListRepositorySyncDefinitions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRepositorySyncDefinitionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListRepositorySyncDefinitions", {})
17
13
  .n("ProtonClient", "ListRepositorySyncDefinitionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRepositorySyncDefinitionsCommand)
20
- .de(de_ListRepositorySyncDefinitionsCommand)
14
+ .sc(ListRepositorySyncDefinitions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListServiceInstanceOutputsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListServiceInstanceOutputsCommand, se_ListServiceInstanceOutputsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListServiceInstanceOutputs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListServiceInstanceOutputsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListServiceInstanceOutputs", {})
18
13
  .n("ProtonClient", "ListServiceInstanceOutputsCommand")
19
- .f(void 0, ListServiceInstanceOutputsOutputFilterSensitiveLog)
20
- .ser(se_ListServiceInstanceOutputsCommand)
21
- .de(de_ListServiceInstanceOutputsCommand)
14
+ .sc(ListServiceInstanceOutputs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServiceInstanceProvisionedResourcesCommand, se_ListServiceInstanceProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListServiceInstanceProvisionedResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServiceInstanceProvisionedResourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListServiceInstanceProvisionedResources", {})
17
13
  .n("ProtonClient", "ListServiceInstanceProvisionedResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServiceInstanceProvisionedResourcesCommand)
20
- .de(de_ListServiceInstanceProvisionedResourcesCommand)
14
+ .sc(ListServiceInstanceProvisionedResources)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListServiceInstancesOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListServiceInstancesCommand, se_ListServiceInstancesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListServiceInstances } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListServiceInstancesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListServiceInstances", {})
18
13
  .n("ProtonClient", "ListServiceInstancesCommand")
19
- .f(void 0, ListServiceInstancesOutputFilterSensitiveLog)
20
- .ser(se_ListServiceInstancesCommand)
21
- .de(de_ListServiceInstancesCommand)
14
+ .sc(ListServiceInstances)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListServicePipelineOutputsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListServicePipelineOutputsCommand, se_ListServicePipelineOutputsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListServicePipelineOutputs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListServicePipelineOutputsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListServicePipelineOutputs", {})
18
13
  .n("ProtonClient", "ListServicePipelineOutputsCommand")
19
- .f(void 0, ListServicePipelineOutputsOutputFilterSensitiveLog)
20
- .ser(se_ListServicePipelineOutputsCommand)
21
- .de(de_ListServicePipelineOutputsCommand)
14
+ .sc(ListServicePipelineOutputs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListServicePipelineProvisionedResourcesCommand, se_ListServicePipelineProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListServicePipelineProvisionedResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListServicePipelineProvisionedResourcesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AwsProton20200720", "ListServicePipelineProvisionedResources", {})
17
13
  .n("ProtonClient", "ListServicePipelineProvisionedResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListServicePipelineProvisionedResourcesCommand)
20
- .de(de_ListServicePipelineProvisionedResourcesCommand)
14
+ .sc(ListServicePipelineProvisionedResources)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListServiceTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListServiceTemplateVersionsCommand, se_ListServiceTemplateVersionsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListServiceTemplateVersions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListServiceTemplateVersionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListServiceTemplateVersions", {})
18
13
  .n("ProtonClient", "ListServiceTemplateVersionsCommand")
19
- .f(void 0, ListServiceTemplateVersionsOutputFilterSensitiveLog)
20
- .ser(se_ListServiceTemplateVersionsCommand)
21
- .de(de_ListServiceTemplateVersionsCommand)
14
+ .sc(ListServiceTemplateVersions)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListServiceTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListServiceTemplatesCommand, se_ListServiceTemplatesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListServiceTemplates } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListServiceTemplatesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsProton20200720", "ListServiceTemplates", {})
18
13
  .n("ProtonClient", "ListServiceTemplatesCommand")
19
- .f(void 0, ListServiceTemplatesOutputFilterSensitiveLog)
20
- .ser(se_ListServiceTemplatesCommand)
21
- .de(de_ListServiceTemplatesCommand)
14
+ .sc(ListServiceTemplates)
22
15
  .build() {
23
16
  }