@aws-sdk/client-lambda 3.414.0 → 3.421.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 (134) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +5 -0
  3. package/dist-cjs/commands/AddPermissionCommand.js +5 -0
  4. package/dist-cjs/commands/CreateAliasCommand.js +5 -0
  5. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +5 -0
  6. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +5 -0
  7. package/dist-cjs/commands/CreateFunctionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteAliasCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteFunctionCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteLayerVersionCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +5 -0
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +5 -0
  20. package/dist-cjs/commands/GetAliasCommand.js +5 -0
  21. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +5 -0
  22. package/dist-cjs/commands/GetEventSourceMappingCommand.js +5 -0
  23. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +5 -0
  24. package/dist-cjs/commands/GetFunctionCommand.js +5 -0
  25. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +5 -0
  26. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +5 -0
  27. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +5 -0
  28. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +5 -0
  29. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +5 -0
  30. package/dist-cjs/commands/GetLayerVersionCommand.js +5 -0
  31. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +5 -0
  32. package/dist-cjs/commands/GetPolicyCommand.js +5 -0
  33. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +5 -0
  34. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +5 -0
  35. package/dist-cjs/commands/InvokeAsyncCommand.js +5 -0
  36. package/dist-cjs/commands/InvokeCommand.js +5 -0
  37. package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +5 -0
  38. package/dist-cjs/commands/ListAliasesCommand.js +5 -0
  39. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +5 -0
  40. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +5 -0
  41. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +5 -0
  42. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +5 -0
  43. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +5 -0
  44. package/dist-cjs/commands/ListFunctionsCommand.js +5 -0
  45. package/dist-cjs/commands/ListLayerVersionsCommand.js +5 -0
  46. package/dist-cjs/commands/ListLayersCommand.js +5 -0
  47. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +5 -0
  48. package/dist-cjs/commands/ListTagsCommand.js +5 -0
  49. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +5 -0
  50. package/dist-cjs/commands/PublishLayerVersionCommand.js +5 -0
  51. package/dist-cjs/commands/PublishVersionCommand.js +5 -0
  52. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +5 -0
  53. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +5 -0
  54. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +5 -0
  55. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +5 -0
  56. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +5 -0
  57. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +5 -0
  58. package/dist-cjs/commands/RemovePermissionCommand.js +5 -0
  59. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  60. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateAliasCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +5 -0
  68. package/dist-es/commands/AddLayerVersionPermissionCommand.js +5 -0
  69. package/dist-es/commands/AddPermissionCommand.js +5 -0
  70. package/dist-es/commands/CreateAliasCommand.js +5 -0
  71. package/dist-es/commands/CreateCodeSigningConfigCommand.js +5 -0
  72. package/dist-es/commands/CreateEventSourceMappingCommand.js +5 -0
  73. package/dist-es/commands/CreateFunctionCommand.js +5 -0
  74. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +5 -0
  75. package/dist-es/commands/DeleteAliasCommand.js +5 -0
  76. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +5 -0
  77. package/dist-es/commands/DeleteEventSourceMappingCommand.js +5 -0
  78. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +5 -0
  79. package/dist-es/commands/DeleteFunctionCommand.js +5 -0
  80. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +5 -0
  81. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +5 -0
  82. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +5 -0
  83. package/dist-es/commands/DeleteLayerVersionCommand.js +5 -0
  84. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +5 -0
  85. package/dist-es/commands/GetAccountSettingsCommand.js +5 -0
  86. package/dist-es/commands/GetAliasCommand.js +5 -0
  87. package/dist-es/commands/GetCodeSigningConfigCommand.js +5 -0
  88. package/dist-es/commands/GetEventSourceMappingCommand.js +5 -0
  89. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +5 -0
  90. package/dist-es/commands/GetFunctionCommand.js +5 -0
  91. package/dist-es/commands/GetFunctionConcurrencyCommand.js +5 -0
  92. package/dist-es/commands/GetFunctionConfigurationCommand.js +5 -0
  93. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +5 -0
  94. package/dist-es/commands/GetFunctionUrlConfigCommand.js +5 -0
  95. package/dist-es/commands/GetLayerVersionByArnCommand.js +5 -0
  96. package/dist-es/commands/GetLayerVersionCommand.js +5 -0
  97. package/dist-es/commands/GetLayerVersionPolicyCommand.js +5 -0
  98. package/dist-es/commands/GetPolicyCommand.js +5 -0
  99. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +5 -0
  100. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +5 -0
  101. package/dist-es/commands/InvokeAsyncCommand.js +5 -0
  102. package/dist-es/commands/InvokeCommand.js +5 -0
  103. package/dist-es/commands/InvokeWithResponseStreamCommand.js +5 -0
  104. package/dist-es/commands/ListAliasesCommand.js +5 -0
  105. package/dist-es/commands/ListCodeSigningConfigsCommand.js +5 -0
  106. package/dist-es/commands/ListEventSourceMappingsCommand.js +5 -0
  107. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +5 -0
  108. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +5 -0
  109. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +5 -0
  110. package/dist-es/commands/ListFunctionsCommand.js +5 -0
  111. package/dist-es/commands/ListLayerVersionsCommand.js +5 -0
  112. package/dist-es/commands/ListLayersCommand.js +5 -0
  113. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +5 -0
  114. package/dist-es/commands/ListTagsCommand.js +5 -0
  115. package/dist-es/commands/ListVersionsByFunctionCommand.js +5 -0
  116. package/dist-es/commands/PublishLayerVersionCommand.js +5 -0
  117. package/dist-es/commands/PublishVersionCommand.js +5 -0
  118. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +5 -0
  119. package/dist-es/commands/PutFunctionConcurrencyCommand.js +5 -0
  120. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +5 -0
  121. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +5 -0
  122. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +5 -0
  123. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +5 -0
  124. package/dist-es/commands/RemovePermissionCommand.js +5 -0
  125. package/dist-es/commands/TagResourceCommand.js +5 -0
  126. package/dist-es/commands/UntagResourceCommand.js +5 -0
  127. package/dist-es/commands/UpdateAliasCommand.js +5 -0
  128. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +5 -0
  129. package/dist-es/commands/UpdateEventSourceMappingCommand.js +5 -0
  130. package/dist-es/commands/UpdateFunctionCodeCommand.js +5 -0
  131. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +5 -0
  132. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +5 -0
  133. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +5 -0
  134. package/package.json +36 -36
package/README.md CHANGED
@@ -88,16 +88,16 @@ using your favorite package manager:
88
88
 
89
89
  The AWS SDK is modulized by clients and commands.
90
90
  To send a request, you only need to import the `LambdaClient` and
91
- the commands you need, for example `AddLayerVersionPermissionCommand`:
91
+ the commands you need, for example `ListLayersCommand`:
92
92
 
93
93
  ```js
94
94
  // ES5 example
95
- const { LambdaClient, AddLayerVersionPermissionCommand } = require("@aws-sdk/client-lambda");
95
+ const { LambdaClient, ListLayersCommand } = require("@aws-sdk/client-lambda");
96
96
  ```
97
97
 
98
98
  ```ts
99
99
  // ES6+ example
100
- import { LambdaClient, AddLayerVersionPermissionCommand } from "@aws-sdk/client-lambda";
100
+ import { LambdaClient, ListLayersCommand } from "@aws-sdk/client-lambda";
101
101
  ```
102
102
 
103
103
  ### Usage
@@ -116,7 +116,7 @@ const client = new LambdaClient({ region: "REGION" });
116
116
  const params = {
117
117
  /** input parameters */
118
118
  };
119
- const command = new AddLayerVersionPermissionCommand(params);
119
+ const command = new ListLayersCommand(params);
120
120
  ```
121
121
 
122
122
  #### Async/await
@@ -195,7 +195,7 @@ const client = new AWS.Lambda({ region: "REGION" });
195
195
 
196
196
  // async/await.
197
197
  try {
198
- const data = await client.addLayerVersionPermission(params);
198
+ const data = await client.listLayers(params);
199
199
  // process data.
200
200
  } catch (error) {
201
201
  // error handling.
@@ -203,7 +203,7 @@ try {
203
203
 
204
204
  // Promises.
205
205
  client
206
- .addLayerVersionPermission(params)
206
+ .listLayers(params)
207
207
  .then((data) => {
208
208
  // process data.
209
209
  })
@@ -212,7 +212,7 @@ client
212
212
  });
213
213
 
214
214
  // callbacks.
215
- client.addLayerVersionPermission(params, (err, data) => {
215
+ client.listLayers(params, (err, data) => {
216
216
  // process err and data.
217
217
  });
218
218
  ```
@@ -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 AddLayerVersionPermissionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddLayerVersionPermissionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "AddLayerVersionPermission",
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 AddPermissionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddPermissionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "AddPermission",
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 CreateAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "CreateAlias",
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 CreateCodeSigningConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCodeSigningConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "CreateCodeSigningConfig",
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 CreateEventSourceMappingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateEventSourceMappingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "CreateEventSourceMapping",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateFunctionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateFunctionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateFunctionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.FunctionConfigurationFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGirApiService",
39
+ operation: "CreateFunction",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 CreateFunctionUrlConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateFunctionUrlConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "CreateFunctionUrlConfig",
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 DeleteAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteAlias",
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 DeleteCodeSigningConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCodeSigningConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteCodeSigningConfig",
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 DeleteEventSourceMappingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEventSourceMappingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteEventSourceMapping",
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 DeleteFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteFunctionCodeSigningConfig",
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 DeleteFunctionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteFunction",
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 DeleteFunctionConcurrencyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionConcurrencyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteFunctionConcurrency",
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 DeleteFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteFunctionEventInvokeConfig",
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 DeleteFunctionUrlConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteFunctionUrlConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteFunctionUrlConfig",
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 DeleteLayerVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLayerVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteLayerVersion",
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 DeleteProvisionedConcurrencyConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteProvisionedConcurrencyConfigCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "DeleteProvisionedConcurrencyConfig",
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 GetAccountSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAccountSettingsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetAccountSettings",
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 GetAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetAlias",
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 GetCodeSigningConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCodeSigningConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetCodeSigningConfig",
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 GetEventSourceMappingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEventSourceMappingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetEventSourceMapping",
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 GetFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetFunctionCodeSigningConfig",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetFunctionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetFunctionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetFunctionResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGirApiService",
39
+ operation: "GetFunction",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 GetFunctionConcurrencyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFunctionConcurrencyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetFunctionConcurrency",
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 models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetFunctionConfigurationCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetFunctionConfigurationCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.FunctionConfigurationFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSGirApiService",
39
+ operation: "GetFunctionConfiguration",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 GetFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetFunctionEventInvokeConfig",
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 GetFunctionUrlConfigCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetFunctionUrlConfigCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetFunctionUrlConfig",
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 GetLayerVersionByArnCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetLayerVersionByArnCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetLayerVersionByArn",
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 GetLayerVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetLayerVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGirApiService",
38
+ operation: "GetLayerVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);