@aws-sdk/client-proton 3.294.0 → 3.295.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
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateEnvironmentTemplateInputFilterSensitiveLog, CreateEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateEnvironmentTemplateCommand, serializeAws_json1_0CreateEnvironmentTemplateCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateEnvironmentTemplateCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateEnvironmentTemplateCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateEnvironmentTemplateCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateEnvironmentTemplateVersionInputFilterSensitiveLog, CreateEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand, serializeAws_json1_0CreateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateEnvironmentTemplateVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateEnvironmentTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateRepositoryInputFilterSensitiveLog, CreateRepositoryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateRepositoryCommand, serializeAws_json1_0CreateRepositoryCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateRepositoryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateRepositoryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateRepositoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateServiceInputFilterSensitiveLog, CreateServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateServiceCommand, serializeAws_json1_0CreateServiceCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateServiceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateServiceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateServiceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateServiceTemplateInputFilterSensitiveLog, CreateServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateServiceTemplateCommand, serializeAws_json1_0CreateServiceTemplateCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateServiceTemplateCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateServiceTemplateCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateServiceTemplateCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateServiceTemplateVersionInputFilterSensitiveLog, CreateServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateServiceTemplateVersionCommand, serializeAws_json1_0CreateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateServiceTemplateVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateServiceTemplateVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateServiceTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateTemplateSyncConfigInputFilterSensitiveLog, CreateTemplateSyncConfigOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0CreateTemplateSyncConfigCommand, serializeAws_json1_0CreateTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
6
6
  export class CreateTemplateSyncConfigCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateTemplateSyncConfigCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateTemplateSyncConfigCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteComponentInputFilterSensitiveLog, DeleteComponentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteComponentCommand, serializeAws_json1_0DeleteComponentCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteComponentCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteComponentCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteComponentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEnvironmentAccountConnectionInputFilterSensitiveLog, DeleteEnvironmentAccountConnectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand, serializeAws_json1_0DeleteEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteEnvironmentAccountConnectionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEnvironmentInputFilterSensitiveLog, DeleteEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteEnvironmentCommand, serializeAws_json1_0DeleteEnvironmentCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteEnvironmentCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEnvironmentCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEnvironmentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEnvironmentTemplateInputFilterSensitiveLog, DeleteEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteEnvironmentTemplateCommand, serializeAws_json1_0DeleteEnvironmentTemplateCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteEnvironmentTemplateCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEnvironmentTemplateCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEnvironmentTemplateCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEnvironmentTemplateVersionInputFilterSensitiveLog, DeleteEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand, serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteEnvironmentTemplateVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEnvironmentTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteRepositoryInputFilterSensitiveLog, DeleteRepositoryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteRepositoryCommand, serializeAws_json1_0DeleteRepositoryCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteRepositoryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteRepositoryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRepositoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteServiceInputFilterSensitiveLog, DeleteServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteServiceCommand, serializeAws_json1_0DeleteServiceCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteServiceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteServiceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteServiceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteServiceTemplateInputFilterSensitiveLog, DeleteServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteServiceTemplateCommand, serializeAws_json1_0DeleteServiceTemplateCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteServiceTemplateCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteServiceTemplateCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteServiceTemplateCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteServiceTemplateVersionInputFilterSensitiveLog, DeleteServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteServiceTemplateVersionCommand, serializeAws_json1_0DeleteServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteServiceTemplateVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteServiceTemplateVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteServiceTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteTemplateSyncConfigInputFilterSensitiveLog, DeleteTemplateSyncConfigOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0DeleteTemplateSyncConfigCommand, serializeAws_json1_0DeleteTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
6
6
  export class DeleteTemplateSyncConfigCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteTemplateSyncConfigCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTemplateSyncConfigCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetAccountSettingsInputFilterSensitiveLog, GetAccountSettingsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetAccountSettingsCommand, serializeAws_json1_0GetAccountSettingsCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetAccountSettingsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetAccountSettingsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetAccountSettingsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetComponentInputFilterSensitiveLog, GetComponentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetComponentCommand, serializeAws_json1_0GetComponentCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetComponentCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetComponentCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetComponentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEnvironmentAccountConnectionInputFilterSensitiveLog, GetEnvironmentAccountConnectionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetEnvironmentAccountConnectionCommand, serializeAws_json1_0GetEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetEnvironmentAccountConnectionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEnvironmentAccountConnectionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEnvironmentAccountConnectionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEnvironmentInputFilterSensitiveLog, GetEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetEnvironmentCommand, serializeAws_json1_0GetEnvironmentCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetEnvironmentCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEnvironmentCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEnvironmentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEnvironmentTemplateInputFilterSensitiveLog, GetEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetEnvironmentTemplateCommand, serializeAws_json1_0GetEnvironmentTemplateCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetEnvironmentTemplateCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEnvironmentTemplateCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEnvironmentTemplateCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEnvironmentTemplateVersionInputFilterSensitiveLog, GetEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetEnvironmentTemplateVersionCommand, serializeAws_json1_0GetEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetEnvironmentTemplateVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEnvironmentTemplateVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEnvironmentTemplateVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetRepositoryInputFilterSensitiveLog, GetRepositoryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetRepositoryCommand, serializeAws_json1_0GetRepositoryCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetRepositoryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetRepositoryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetRepositoryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetRepositorySyncStatusInputFilterSensitiveLog, GetRepositorySyncStatusOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetRepositorySyncStatusCommand, serializeAws_json1_0GetRepositorySyncStatusCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetRepositorySyncStatusCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetRepositorySyncStatusCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetRepositorySyncStatusCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetResourcesSummaryInputFilterSensitiveLog, GetResourcesSummaryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetResourcesSummaryCommand, serializeAws_json1_0GetResourcesSummaryCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetResourcesSummaryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetResourcesSummaryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetResourcesSummaryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetServiceInputFilterSensitiveLog, GetServiceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetServiceCommand, serializeAws_json1_0GetServiceCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetServiceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetServiceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetServiceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetServiceInstanceInputFilterSensitiveLog, GetServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_0GetServiceInstanceCommand, serializeAws_json1_0GetServiceInstanceCommand, } from "../protocols/Aws_json1_0";
6
6
  export class GetServiceInstanceCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetServiceInstanceCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetServiceInstanceCommand.getEndpointParameterInstructions()));