@aws-sdk/client-tnb 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 (71) hide show
  1. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +4 -4
  2. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +4 -4
  3. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +4 -4
  4. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +4 -4
  5. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +4 -4
  6. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +4 -4
  7. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +4 -4
  8. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +4 -4
  9. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +4 -4
  10. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +4 -4
  11. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +4 -4
  12. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +4 -4
  13. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +4 -4
  14. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +4 -4
  15. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +4 -4
  16. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +4 -4
  17. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +4 -4
  18. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +4 -4
  19. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +4 -4
  20. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +4 -4
  21. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +4 -4
  22. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +4 -4
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  24. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +4 -4
  25. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +4 -4
  26. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  27. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +4 -4
  28. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  29. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +4 -4
  30. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +4 -4
  31. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +4 -4
  32. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +4 -4
  33. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +4 -4
  34. package/dist-es/commands/CancelSolNetworkOperationCommand.js +4 -4
  35. package/dist-es/commands/CreateSolFunctionPackageCommand.js +4 -4
  36. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +4 -4
  37. package/dist-es/commands/CreateSolNetworkPackageCommand.js +4 -4
  38. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +4 -4
  39. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +4 -4
  40. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +4 -4
  41. package/dist-es/commands/GetSolFunctionInstanceCommand.js +4 -4
  42. package/dist-es/commands/GetSolFunctionPackageCommand.js +4 -4
  43. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +4 -4
  44. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +4 -4
  45. package/dist-es/commands/GetSolNetworkInstanceCommand.js +4 -4
  46. package/dist-es/commands/GetSolNetworkOperationCommand.js +4 -4
  47. package/dist-es/commands/GetSolNetworkPackageCommand.js +4 -4
  48. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +4 -4
  49. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +4 -4
  50. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +4 -4
  51. package/dist-es/commands/ListSolFunctionInstancesCommand.js +4 -4
  52. package/dist-es/commands/ListSolFunctionPackagesCommand.js +4 -4
  53. package/dist-es/commands/ListSolNetworkInstancesCommand.js +4 -4
  54. package/dist-es/commands/ListSolNetworkOperationsCommand.js +4 -4
  55. package/dist-es/commands/ListSolNetworkPackagesCommand.js +4 -4
  56. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  57. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +4 -4
  58. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +4 -4
  59. package/dist-es/commands/TagResourceCommand.js +4 -4
  60. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +4 -4
  61. package/dist-es/commands/UntagResourceCommand.js +4 -4
  62. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +4 -4
  63. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +4 -4
  64. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +4 -4
  65. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +4 -4
  66. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +4 -4
  67. package/dist-types/TnbClient.d.ts +4 -4
  68. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  69. package/dist-types/ts3.4/TnbClient.d.ts +4 -4
  70. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  71. package/package.json +36 -36
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSolFunctionPackageCommand 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 UpdateSolFunctionPackageCommand 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, UpdateSolFunctionPackageCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSolNetworkInstanceCommand 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 UpdateSolNetworkInstanceCommand 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, UpdateSolNetworkInstanceCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateSolNetworkPackageCommand 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 UpdateSolNetworkPackageCommand 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, UpdateSolNetworkPackageCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ValidateSolFunctionPackageContentCommand 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 ValidateSolFunctionPackageContentCommand 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, ValidateSolFunctionPackageContentCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class ValidateSolNetworkPackageContentCommand 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 ValidateSolNetworkPackageContentCommand 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, ValidateSolNetworkPackageContentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelSolNetworkOperationInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CancelSolNetworkOperationCommand, serializeAws_restJson1CancelSolNetworkOperationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CancelSolNetworkOperationCommand 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 CancelSolNetworkOperationCommand 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, CancelSolNetworkOperationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSolFunctionPackageInputFilterSensitiveLog, CreateSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSolFunctionPackageCommand, serializeAws_restJson1CreateSolFunctionPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSolFunctionPackageCommand 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 CreateSolFunctionPackageCommand 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, CreateSolFunctionPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSolNetworkInstanceInputFilterSensitiveLog, CreateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSolNetworkInstanceCommand, serializeAws_restJson1CreateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSolNetworkInstanceCommand 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 CreateSolNetworkInstanceCommand 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, CreateSolNetworkInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSolNetworkPackageInputFilterSensitiveLog, CreateSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateSolNetworkPackageCommand, serializeAws_restJson1CreateSolNetworkPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateSolNetworkPackageCommand 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 CreateSolNetworkPackageCommand 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, CreateSolNetworkPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSolFunctionPackageInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSolFunctionPackageCommand, serializeAws_restJson1DeleteSolFunctionPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSolFunctionPackageCommand 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 DeleteSolFunctionPackageCommand 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, DeleteSolFunctionPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSolNetworkInstanceInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSolNetworkInstanceCommand, serializeAws_restJson1DeleteSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSolNetworkInstanceCommand 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 DeleteSolNetworkInstanceCommand 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, DeleteSolNetworkInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSolNetworkPackageInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteSolNetworkPackageCommand, serializeAws_restJson1DeleteSolNetworkPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteSolNetworkPackageCommand 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 DeleteSolNetworkPackageCommand 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, DeleteSolNetworkPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolFunctionInstanceInputFilterSensitiveLog, GetSolFunctionInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolFunctionInstanceCommand, serializeAws_restJson1GetSolFunctionInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolFunctionInstanceCommand 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 GetSolFunctionInstanceCommand 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, GetSolFunctionInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolFunctionPackageInputFilterSensitiveLog, GetSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolFunctionPackageCommand, serializeAws_restJson1GetSolFunctionPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolFunctionPackageCommand 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 GetSolFunctionPackageCommand 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, GetSolFunctionPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolFunctionPackageContentInputFilterSensitiveLog, GetSolFunctionPackageContentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolFunctionPackageContentCommand, serializeAws_restJson1GetSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolFunctionPackageContentCommand 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 GetSolFunctionPackageContentCommand 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, GetSolFunctionPackageContentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolFunctionPackageDescriptorInputFilterSensitiveLog, GetSolFunctionPackageDescriptorOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolFunctionPackageDescriptorCommand, serializeAws_restJson1GetSolFunctionPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolFunctionPackageDescriptorCommand 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 GetSolFunctionPackageDescriptorCommand 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, GetSolFunctionPackageDescriptorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkInstanceInputFilterSensitiveLog, GetSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolNetworkInstanceCommand, serializeAws_restJson1GetSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolNetworkInstanceCommand 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 GetSolNetworkInstanceCommand 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, GetSolNetworkInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkOperationInputFilterSensitiveLog, GetSolNetworkOperationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolNetworkOperationCommand, serializeAws_restJson1GetSolNetworkOperationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolNetworkOperationCommand 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 GetSolNetworkOperationCommand 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, GetSolNetworkOperationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkPackageInputFilterSensitiveLog, GetSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolNetworkPackageCommand, serializeAws_restJson1GetSolNetworkPackageCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolNetworkPackageCommand 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 GetSolNetworkPackageCommand 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, GetSolNetworkPackageCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkPackageContentInputFilterSensitiveLog, GetSolNetworkPackageContentOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolNetworkPackageContentCommand, serializeAws_restJson1GetSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolNetworkPackageContentCommand 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 GetSolNetworkPackageContentCommand 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, GetSolNetworkPackageContentCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSolNetworkPackageDescriptorInputFilterSensitiveLog, GetSolNetworkPackageDescriptorOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSolNetworkPackageDescriptorCommand, serializeAws_restJson1GetSolNetworkPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSolNetworkPackageDescriptorCommand 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 GetSolNetworkPackageDescriptorCommand 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, GetSolNetworkPackageDescriptorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InstantiateSolNetworkInstanceInputFilterSensitiveLog, InstantiateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1InstantiateSolNetworkInstanceCommand, serializeAws_restJson1InstantiateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class InstantiateSolNetworkInstanceCommand 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 InstantiateSolNetworkInstanceCommand 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, InstantiateSolNetworkInstanceCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSolFunctionInstancesInputFilterSensitiveLog, ListSolFunctionInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSolFunctionInstancesCommand, serializeAws_restJson1ListSolFunctionInstancesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSolFunctionInstancesCommand 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 ListSolFunctionInstancesCommand 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, ListSolFunctionInstancesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSolFunctionPackagesInputFilterSensitiveLog, ListSolFunctionPackagesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSolFunctionPackagesCommand, serializeAws_restJson1ListSolFunctionPackagesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSolFunctionPackagesCommand 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 ListSolFunctionPackagesCommand 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, ListSolFunctionPackagesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSolNetworkInstancesInputFilterSensitiveLog, ListSolNetworkInstancesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSolNetworkInstancesCommand, serializeAws_restJson1ListSolNetworkInstancesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSolNetworkInstancesCommand 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 ListSolNetworkInstancesCommand 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, ListSolNetworkInstancesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSolNetworkOperationsInputFilterSensitiveLog, ListSolNetworkOperationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSolNetworkOperationsCommand, serializeAws_restJson1ListSolNetworkOperationsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSolNetworkOperationsCommand 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 ListSolNetworkOperationsCommand 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, ListSolNetworkOperationsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListSolNetworkPackagesInputFilterSensitiveLog, ListSolNetworkPackagesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListSolNetworkPackagesCommand, serializeAws_restJson1ListSolNetworkPackagesCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListSolNetworkPackagesCommand 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 ListSolNetworkPackagesCommand 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, ListSolNetworkPackagesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListTagsForResourceCommand 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 ListTagsForResourceCommand 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, ListTagsForResourceCommand.getEndpointParameterInstructions()));