@aws-sdk/client-tnb 3.413.0 → 3.418.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +5 -0
  2. package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +5 -0
  3. package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +5 -0
  4. package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +5 -0
  5. package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +5 -0
  8. package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +5 -0
  9. package/dist-cjs/commands/GetSolFunctionPackageCommand.js +5 -0
  10. package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +5 -0
  11. package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +5 -0
  12. package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +5 -0
  13. package/dist-cjs/commands/GetSolNetworkOperationCommand.js +5 -0
  14. package/dist-cjs/commands/GetSolNetworkPackageCommand.js +5 -0
  15. package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +5 -0
  16. package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +5 -0
  17. package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +5 -0
  18. package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +5 -0
  19. package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +5 -0
  20. package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +5 -0
  21. package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +5 -0
  22. package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +5 -0
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  24. package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +5 -0
  25. package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +5 -0
  26. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  27. package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +5 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  29. package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +5 -0
  32. package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +5 -0
  33. package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +5 -0
  34. package/dist-cjs/runtimeExtensions.js +3 -0
  35. package/dist-es/commands/CancelSolNetworkOperationCommand.js +5 -0
  36. package/dist-es/commands/CreateSolFunctionPackageCommand.js +5 -0
  37. package/dist-es/commands/CreateSolNetworkInstanceCommand.js +5 -0
  38. package/dist-es/commands/CreateSolNetworkPackageCommand.js +5 -0
  39. package/dist-es/commands/DeleteSolFunctionPackageCommand.js +5 -0
  40. package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +5 -0
  41. package/dist-es/commands/DeleteSolNetworkPackageCommand.js +5 -0
  42. package/dist-es/commands/GetSolFunctionInstanceCommand.js +5 -0
  43. package/dist-es/commands/GetSolFunctionPackageCommand.js +5 -0
  44. package/dist-es/commands/GetSolFunctionPackageContentCommand.js +5 -0
  45. package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +5 -0
  46. package/dist-es/commands/GetSolNetworkInstanceCommand.js +5 -0
  47. package/dist-es/commands/GetSolNetworkOperationCommand.js +5 -0
  48. package/dist-es/commands/GetSolNetworkPackageCommand.js +5 -0
  49. package/dist-es/commands/GetSolNetworkPackageContentCommand.js +5 -0
  50. package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +5 -0
  51. package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +5 -0
  52. package/dist-es/commands/ListSolFunctionInstancesCommand.js +5 -0
  53. package/dist-es/commands/ListSolFunctionPackagesCommand.js +5 -0
  54. package/dist-es/commands/ListSolNetworkInstancesCommand.js +5 -0
  55. package/dist-es/commands/ListSolNetworkOperationsCommand.js +5 -0
  56. package/dist-es/commands/ListSolNetworkPackagesCommand.js +5 -0
  57. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  58. package/dist-es/commands/PutSolFunctionPackageContentCommand.js +5 -0
  59. package/dist-es/commands/PutSolNetworkPackageContentCommand.js +5 -0
  60. package/dist-es/commands/TagResourceCommand.js +5 -0
  61. package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +5 -0
  62. package/dist-es/commands/UntagResourceCommand.js +5 -0
  63. package/dist-es/commands/UpdateSolFunctionPackageCommand.js +5 -0
  64. package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +5 -0
  65. package/dist-es/commands/UpdateSolNetworkPackageCommand.js +5 -0
  66. package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +5 -0
  67. package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +5 -0
  68. package/dist-es/runtimeExtensions.js +3 -0
  69. package/dist-types/extensionConfiguration.d.ts +2 -1
  70. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  71. package/package.json +32 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ValidateSolFunctionPackageContentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ValidateSolFunctionPackageContentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "TNB",
38
+ operation: "ValidateSolFunctionPackageContent",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ValidateSolNetworkPackageContentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ValidateSolNetworkPackageContentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "TNB",
38
+ operation: "ValidateSolNetworkPackageContent",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CancelSolNetworkOperationCommand, se_CancelSolNetworkOperationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CancelSolNetworkOperationCommand extends $Command {
@@ -29,6 +30,10 @@ export class CancelSolNetworkOperationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "CancelSolNetworkOperation",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateSolFunctionPackageInputFilterSensitiveLog, CreateSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateSolFunctionPackageCommand, se_CreateSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateSolFunctionPackageCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateSolFunctionPackageInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateSolFunctionPackageOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "CreateSolFunctionPackage",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateSolNetworkInstanceInputFilterSensitiveLog, CreateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateSolNetworkInstanceCommand, se_CreateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateSolNetworkInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateSolNetworkInstanceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateSolNetworkInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "CreateSolNetworkInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateSolNetworkPackageInputFilterSensitiveLog, CreateSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateSolNetworkPackageCommand, se_CreateSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateSolNetworkPackageCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateSolNetworkPackageInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: CreateSolNetworkPackageOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "CreateSolNetworkPackage",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSolFunctionPackageCommand, se_DeleteSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSolFunctionPackageCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSolFunctionPackageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "DeleteSolFunctionPackage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSolNetworkInstanceCommand, se_DeleteSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSolNetworkInstanceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSolNetworkInstanceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "DeleteSolNetworkInstance",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSolNetworkPackageCommand, se_DeleteSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSolNetworkPackageCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSolNetworkPackageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "DeleteSolNetworkPackage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetSolFunctionInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetSolFunctionInstanceCommand, se_GetSolFunctionInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetSolFunctionInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetSolFunctionInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "GetSolFunctionInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetSolFunctionPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetSolFunctionPackageCommand, se_GetSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetSolFunctionPackageCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetSolFunctionPackageOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "GetSolFunctionPackage",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSolFunctionPackageContentCommand, se_GetSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSolFunctionPackageContentCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSolFunctionPackageContentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "GetSolFunctionPackageContent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSolFunctionPackageDescriptorCommand, se_GetSolFunctionPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSolFunctionPackageDescriptorCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSolFunctionPackageDescriptorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "GetSolFunctionPackageDescriptor",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetSolNetworkInstanceCommand, se_GetSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetSolNetworkInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetSolNetworkInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "GetSolNetworkInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetSolNetworkOperationOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetSolNetworkOperationCommand, se_GetSolNetworkOperationCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetSolNetworkOperationCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetSolNetworkOperationOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "GetSolNetworkOperation",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetSolNetworkPackageOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetSolNetworkPackageCommand, se_GetSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetSolNetworkPackageCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetSolNetworkPackageOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "GetSolNetworkPackage",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSolNetworkPackageContentCommand, se_GetSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSolNetworkPackageContentCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSolNetworkPackageContentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "GetSolNetworkPackageContent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSolNetworkPackageDescriptorCommand, se_GetSolNetworkPackageDescriptorCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSolNetworkPackageDescriptorCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSolNetworkPackageDescriptorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "GetSolNetworkPackageDescriptor",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { InstantiateSolNetworkInstanceInputFilterSensitiveLog, InstantiateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_InstantiateSolNetworkInstanceCommand, se_InstantiateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class InstantiateSolNetworkInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: InstantiateSolNetworkInstanceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: InstantiateSolNetworkInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "InstantiateSolNetworkInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSolFunctionInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolFunctionInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "ListSolFunctionInstances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSolFunctionPackagesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolFunctionPackagesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "ListSolFunctionPackages",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSolNetworkInstancesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolNetworkInstancesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "ListSolNetworkInstances",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSolNetworkOperationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolNetworkOperationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "ListSolNetworkOperations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListSolNetworkPackagesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSolNetworkPackagesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "ListSolNetworkPackages",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListTagsForResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "ListTagsForResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutSolFunctionPackageContentCommand, se_PutSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutSolFunctionPackageContentCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutSolFunctionPackageContentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "PutSolFunctionPackageContent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutSolNetworkPackageContentCommand, se_PutSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutSolNetworkPackageContentCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutSolNetworkPackageContentCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "PutSolNetworkPackageContent",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { TagResourceInputFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class TagResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "TagResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { TerminateSolNetworkInstanceInputFilterSensitiveLog, TerminateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_TerminateSolNetworkInstanceCommand, se_TerminateSolNetworkInstanceCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class TerminateSolNetworkInstanceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: TerminateSolNetworkInstanceInputFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: TerminateSolNetworkInstanceOutputFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TNB",
36
+ operation: "TerminateSolNetworkInstance",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "UntagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateSolFunctionPackageCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateSolFunctionPackageCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TNB",
35
+ operation: "UpdateSolFunctionPackage",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);