@aws-sdk/client-proton 3.294.0 → 3.296.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 (159) hide show
  1. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +4 -4
  2. package/dist-cjs/commands/CancelComponentDeploymentCommand.js +4 -4
  3. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +4 -4
  4. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +4 -4
  5. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +4 -4
  6. package/dist-cjs/commands/CreateComponentCommand.js +4 -4
  7. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +4 -4
  8. package/dist-cjs/commands/CreateEnvironmentCommand.js +4 -4
  9. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +4 -4
  10. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +4 -4
  11. package/dist-cjs/commands/CreateRepositoryCommand.js +4 -4
  12. package/dist-cjs/commands/CreateServiceCommand.js +4 -4
  13. package/dist-cjs/commands/CreateServiceTemplateCommand.js +4 -4
  14. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +4 -4
  15. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteComponentCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteEnvironmentCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +4 -4
  20. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +4 -4
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +4 -4
  22. package/dist-cjs/commands/DeleteServiceCommand.js +4 -4
  23. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +4 -4
  24. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +4 -4
  25. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +4 -4
  26. package/dist-cjs/commands/GetAccountSettingsCommand.js +4 -4
  27. package/dist-cjs/commands/GetComponentCommand.js +4 -4
  28. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +4 -4
  29. package/dist-cjs/commands/GetEnvironmentCommand.js +4 -4
  30. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +4 -4
  31. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +4 -4
  32. package/dist-cjs/commands/GetRepositoryCommand.js +4 -4
  33. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +4 -4
  34. package/dist-cjs/commands/GetResourcesSummaryCommand.js +4 -4
  35. package/dist-cjs/commands/GetServiceCommand.js +4 -4
  36. package/dist-cjs/commands/GetServiceInstanceCommand.js +4 -4
  37. package/dist-cjs/commands/GetServiceTemplateCommand.js +4 -4
  38. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +4 -4
  39. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +4 -4
  40. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +4 -4
  41. package/dist-cjs/commands/ListComponentOutputsCommand.js +4 -4
  42. package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +4 -4
  43. package/dist-cjs/commands/ListComponentsCommand.js +4 -4
  44. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +4 -4
  45. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +4 -4
  46. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +4 -4
  47. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +4 -4
  48. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +4 -4
  49. package/dist-cjs/commands/ListEnvironmentsCommand.js +4 -4
  50. package/dist-cjs/commands/ListRepositoriesCommand.js +4 -4
  51. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +4 -4
  52. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +4 -4
  53. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +4 -4
  54. package/dist-cjs/commands/ListServiceInstancesCommand.js +4 -4
  55. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +4 -4
  56. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +4 -4
  57. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +4 -4
  58. package/dist-cjs/commands/ListServiceTemplatesCommand.js +4 -4
  59. package/dist-cjs/commands/ListServicesCommand.js +4 -4
  60. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  61. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +4 -4
  62. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +4 -4
  63. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  64. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  65. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +4 -4
  66. package/dist-cjs/commands/UpdateComponentCommand.js +4 -4
  67. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +4 -4
  68. package/dist-cjs/commands/UpdateEnvironmentCommand.js +4 -4
  69. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +4 -4
  70. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +4 -4
  71. package/dist-cjs/commands/UpdateServiceCommand.js +4 -4
  72. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +4 -4
  73. package/dist-cjs/commands/UpdateServicePipelineCommand.js +4 -4
  74. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +4 -4
  75. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +4 -4
  76. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +4 -4
  77. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +4 -4
  78. package/dist-es/commands/CancelComponentDeploymentCommand.js +4 -4
  79. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +4 -4
  80. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +4 -4
  81. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +4 -4
  82. package/dist-es/commands/CreateComponentCommand.js +4 -4
  83. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +4 -4
  84. package/dist-es/commands/CreateEnvironmentCommand.js +4 -4
  85. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +4 -4
  86. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +4 -4
  87. package/dist-es/commands/CreateRepositoryCommand.js +4 -4
  88. package/dist-es/commands/CreateServiceCommand.js +4 -4
  89. package/dist-es/commands/CreateServiceTemplateCommand.js +4 -4
  90. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +4 -4
  91. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +4 -4
  92. package/dist-es/commands/DeleteComponentCommand.js +4 -4
  93. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +4 -4
  94. package/dist-es/commands/DeleteEnvironmentCommand.js +4 -4
  95. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +4 -4
  96. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +4 -4
  97. package/dist-es/commands/DeleteRepositoryCommand.js +4 -4
  98. package/dist-es/commands/DeleteServiceCommand.js +4 -4
  99. package/dist-es/commands/DeleteServiceTemplateCommand.js +4 -4
  100. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +4 -4
  101. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +4 -4
  102. package/dist-es/commands/GetAccountSettingsCommand.js +4 -4
  103. package/dist-es/commands/GetComponentCommand.js +4 -4
  104. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +4 -4
  105. package/dist-es/commands/GetEnvironmentCommand.js +4 -4
  106. package/dist-es/commands/GetEnvironmentTemplateCommand.js +4 -4
  107. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +4 -4
  108. package/dist-es/commands/GetRepositoryCommand.js +4 -4
  109. package/dist-es/commands/GetRepositorySyncStatusCommand.js +4 -4
  110. package/dist-es/commands/GetResourcesSummaryCommand.js +4 -4
  111. package/dist-es/commands/GetServiceCommand.js +4 -4
  112. package/dist-es/commands/GetServiceInstanceCommand.js +4 -4
  113. package/dist-es/commands/GetServiceTemplateCommand.js +4 -4
  114. package/dist-es/commands/GetServiceTemplateVersionCommand.js +4 -4
  115. package/dist-es/commands/GetTemplateSyncConfigCommand.js +4 -4
  116. package/dist-es/commands/GetTemplateSyncStatusCommand.js +4 -4
  117. package/dist-es/commands/ListComponentOutputsCommand.js +4 -4
  118. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +4 -4
  119. package/dist-es/commands/ListComponentsCommand.js +4 -4
  120. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +4 -4
  121. package/dist-es/commands/ListEnvironmentOutputsCommand.js +4 -4
  122. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +4 -4
  123. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +4 -4
  124. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +4 -4
  125. package/dist-es/commands/ListEnvironmentsCommand.js +4 -4
  126. package/dist-es/commands/ListRepositoriesCommand.js +4 -4
  127. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +4 -4
  128. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +4 -4
  129. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +4 -4
  130. package/dist-es/commands/ListServiceInstancesCommand.js +4 -4
  131. package/dist-es/commands/ListServicePipelineOutputsCommand.js +4 -4
  132. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +4 -4
  133. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +4 -4
  134. package/dist-es/commands/ListServiceTemplatesCommand.js +4 -4
  135. package/dist-es/commands/ListServicesCommand.js +4 -4
  136. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  137. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +4 -4
  138. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +4 -4
  139. package/dist-es/commands/TagResourceCommand.js +4 -4
  140. package/dist-es/commands/UntagResourceCommand.js +4 -4
  141. package/dist-es/commands/UpdateAccountSettingsCommand.js +4 -4
  142. package/dist-es/commands/UpdateComponentCommand.js +4 -4
  143. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +4 -4
  144. package/dist-es/commands/UpdateEnvironmentCommand.js +4 -4
  145. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +4 -4
  146. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +4 -4
  147. package/dist-es/commands/UpdateServiceCommand.js +4 -4
  148. package/dist-es/commands/UpdateServiceInstanceCommand.js +4 -4
  149. package/dist-es/commands/UpdateServicePipelineCommand.js +4 -4
  150. package/dist-es/commands/UpdateServiceTemplateCommand.js +4 -4
  151. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +4 -4
  152. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +4 -4
  153. package/dist-types/ProtonClient.d.ts +4 -4
  154. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  155. package/dist-types/models/models_0.d.ts +1 -1
  156. package/dist-types/ts3.4/ProtonClient.d.ts +4 -4
  157. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  158. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  159. package/package.json +37 -37
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class AcceptEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class AcceptEnvironmentAccountConnectionCommand extends smithy_client_1.Command
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CancelComponentDeploymentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CancelComponentDeploymentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelComponentDeploymentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CancelEnvironmentDeploymentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CancelEnvironmentDeploymentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelEnvironmentDeploymentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CancelServiceInstanceDeploymentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CancelServiceInstanceDeploymentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelServiceInstanceDeploymentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CancelServicePipelineDeploymentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CancelServicePipelineDeploymentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelServicePipelineDeploymentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateComponentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateComponentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateComponentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateEnvironmentAccountConnectionCommand extends smithy_client_1.Command
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateEnvironmentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateEnvironmentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEnvironmentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateEnvironmentTemplateCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateEnvironmentTemplateCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEnvironmentTemplateCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEnvironmentTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateRepositoryCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateRepositoryCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRepositoryCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateServiceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateServiceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateServiceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateServiceTemplateCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateServiceTemplateCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateServiceTemplateCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateServiceTemplateVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateServiceTemplateVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateServiceTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class CreateTemplateSyncConfigCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class CreateTemplateSyncConfigCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTemplateSyncConfigCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteComponentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteComponentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteComponentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteEnvironmentAccountConnectionCommand extends smithy_client_1.Command
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteEnvironmentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteEnvironmentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteEnvironmentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteEnvironmentTemplateCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteEnvironmentTemplateCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteEnvironmentTemplateCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteEnvironmentTemplateVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteEnvironmentTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteRepositoryCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteRepositoryCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRepositoryCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteServiceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteServiceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteServiceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteServiceTemplateCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteServiceTemplateCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteServiceTemplateCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteServiceTemplateVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteServiceTemplateVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteServiceTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class DeleteTemplateSyncConfigCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class DeleteTemplateSyncConfigCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteTemplateSyncConfigCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class GetAccountSettingsCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetAccountSettingsCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetAccountSettingsCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class GetComponentCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetComponentCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetComponentCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
9
  class GetEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetEnvironmentAccountConnectionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));