@aws-sdk/client-api-gateway 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 (242) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/CreateApiKeyCommand.js +5 -0
  3. package/dist-cjs/commands/CreateAuthorizerCommand.js +5 -0
  4. package/dist-cjs/commands/CreateBasePathMappingCommand.js +5 -0
  5. package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDocumentationPartCommand.js +5 -0
  7. package/dist-cjs/commands/CreateDocumentationVersionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateDomainNameCommand.js +5 -0
  9. package/dist-cjs/commands/CreateModelCommand.js +5 -0
  10. package/dist-cjs/commands/CreateRequestValidatorCommand.js +5 -0
  11. package/dist-cjs/commands/CreateResourceCommand.js +5 -0
  12. package/dist-cjs/commands/CreateRestApiCommand.js +5 -0
  13. package/dist-cjs/commands/CreateStageCommand.js +5 -0
  14. package/dist-cjs/commands/CreateUsagePlanCommand.js +5 -0
  15. package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +5 -0
  16. package/dist-cjs/commands/CreateVpcLinkCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteApiKeyCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteAuthorizerCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteBasePathMappingCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteClientCertificateCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteDeploymentCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteDocumentationPartCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteDomainNameCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteGatewayResponseCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteIntegrationCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteMethodCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteMethodResponseCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteModelCommand.js +5 -0
  31. package/dist-cjs/commands/DeleteRequestValidatorCommand.js +5 -0
  32. package/dist-cjs/commands/DeleteResourceCommand.js +5 -0
  33. package/dist-cjs/commands/DeleteRestApiCommand.js +5 -0
  34. package/dist-cjs/commands/DeleteStageCommand.js +5 -0
  35. package/dist-cjs/commands/DeleteUsagePlanCommand.js +5 -0
  36. package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +5 -0
  37. package/dist-cjs/commands/DeleteVpcLinkCommand.js +5 -0
  38. package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +5 -0
  39. package/dist-cjs/commands/FlushStageCacheCommand.js +5 -0
  40. package/dist-cjs/commands/GenerateClientCertificateCommand.js +5 -0
  41. package/dist-cjs/commands/GetAccountCommand.js +5 -0
  42. package/dist-cjs/commands/GetApiKeyCommand.js +5 -0
  43. package/dist-cjs/commands/GetApiKeysCommand.js +5 -0
  44. package/dist-cjs/commands/GetAuthorizerCommand.js +5 -0
  45. package/dist-cjs/commands/GetAuthorizersCommand.js +5 -0
  46. package/dist-cjs/commands/GetBasePathMappingCommand.js +5 -0
  47. package/dist-cjs/commands/GetBasePathMappingsCommand.js +5 -0
  48. package/dist-cjs/commands/GetClientCertificateCommand.js +5 -0
  49. package/dist-cjs/commands/GetClientCertificatesCommand.js +5 -0
  50. package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  51. package/dist-cjs/commands/GetDeploymentsCommand.js +5 -0
  52. package/dist-cjs/commands/GetDocumentationPartCommand.js +5 -0
  53. package/dist-cjs/commands/GetDocumentationPartsCommand.js +5 -0
  54. package/dist-cjs/commands/GetDocumentationVersionCommand.js +5 -0
  55. package/dist-cjs/commands/GetDocumentationVersionsCommand.js +5 -0
  56. package/dist-cjs/commands/GetDomainNameCommand.js +5 -0
  57. package/dist-cjs/commands/GetDomainNamesCommand.js +5 -0
  58. package/dist-cjs/commands/GetExportCommand.js +5 -0
  59. package/dist-cjs/commands/GetGatewayResponseCommand.js +5 -0
  60. package/dist-cjs/commands/GetGatewayResponsesCommand.js +5 -0
  61. package/dist-cjs/commands/GetIntegrationCommand.js +5 -0
  62. package/dist-cjs/commands/GetIntegrationResponseCommand.js +5 -0
  63. package/dist-cjs/commands/GetMethodCommand.js +5 -0
  64. package/dist-cjs/commands/GetMethodResponseCommand.js +5 -0
  65. package/dist-cjs/commands/GetModelCommand.js +5 -0
  66. package/dist-cjs/commands/GetModelTemplateCommand.js +5 -0
  67. package/dist-cjs/commands/GetModelsCommand.js +5 -0
  68. package/dist-cjs/commands/GetRequestValidatorCommand.js +5 -0
  69. package/dist-cjs/commands/GetRequestValidatorsCommand.js +5 -0
  70. package/dist-cjs/commands/GetResourceCommand.js +5 -0
  71. package/dist-cjs/commands/GetResourcesCommand.js +5 -0
  72. package/dist-cjs/commands/GetRestApiCommand.js +5 -0
  73. package/dist-cjs/commands/GetRestApisCommand.js +5 -0
  74. package/dist-cjs/commands/GetSdkCommand.js +5 -0
  75. package/dist-cjs/commands/GetSdkTypeCommand.js +5 -0
  76. package/dist-cjs/commands/GetSdkTypesCommand.js +5 -0
  77. package/dist-cjs/commands/GetStageCommand.js +5 -0
  78. package/dist-cjs/commands/GetStagesCommand.js +5 -0
  79. package/dist-cjs/commands/GetTagsCommand.js +5 -0
  80. package/dist-cjs/commands/GetUsageCommand.js +5 -0
  81. package/dist-cjs/commands/GetUsagePlanCommand.js +5 -0
  82. package/dist-cjs/commands/GetUsagePlanKeyCommand.js +5 -0
  83. package/dist-cjs/commands/GetUsagePlanKeysCommand.js +5 -0
  84. package/dist-cjs/commands/GetUsagePlansCommand.js +5 -0
  85. package/dist-cjs/commands/GetVpcLinkCommand.js +5 -0
  86. package/dist-cjs/commands/GetVpcLinksCommand.js +5 -0
  87. package/dist-cjs/commands/ImportApiKeysCommand.js +5 -0
  88. package/dist-cjs/commands/ImportDocumentationPartsCommand.js +5 -0
  89. package/dist-cjs/commands/ImportRestApiCommand.js +5 -0
  90. package/dist-cjs/commands/PutGatewayResponseCommand.js +5 -0
  91. package/dist-cjs/commands/PutIntegrationCommand.js +5 -0
  92. package/dist-cjs/commands/PutIntegrationResponseCommand.js +5 -0
  93. package/dist-cjs/commands/PutMethodCommand.js +5 -0
  94. package/dist-cjs/commands/PutMethodResponseCommand.js +5 -0
  95. package/dist-cjs/commands/PutRestApiCommand.js +5 -0
  96. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  97. package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +5 -0
  98. package/dist-cjs/commands/TestInvokeMethodCommand.js +5 -0
  99. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  100. package/dist-cjs/commands/UpdateAccountCommand.js +5 -0
  101. package/dist-cjs/commands/UpdateApiKeyCommand.js +5 -0
  102. package/dist-cjs/commands/UpdateAuthorizerCommand.js +5 -0
  103. package/dist-cjs/commands/UpdateBasePathMappingCommand.js +5 -0
  104. package/dist-cjs/commands/UpdateClientCertificateCommand.js +5 -0
  105. package/dist-cjs/commands/UpdateDeploymentCommand.js +5 -0
  106. package/dist-cjs/commands/UpdateDocumentationPartCommand.js +5 -0
  107. package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +5 -0
  108. package/dist-cjs/commands/UpdateDomainNameCommand.js +5 -0
  109. package/dist-cjs/commands/UpdateGatewayResponseCommand.js +5 -0
  110. package/dist-cjs/commands/UpdateIntegrationCommand.js +5 -0
  111. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +5 -0
  112. package/dist-cjs/commands/UpdateMethodCommand.js +5 -0
  113. package/dist-cjs/commands/UpdateMethodResponseCommand.js +5 -0
  114. package/dist-cjs/commands/UpdateModelCommand.js +5 -0
  115. package/dist-cjs/commands/UpdateRequestValidatorCommand.js +5 -0
  116. package/dist-cjs/commands/UpdateResourceCommand.js +5 -0
  117. package/dist-cjs/commands/UpdateRestApiCommand.js +5 -0
  118. package/dist-cjs/commands/UpdateStageCommand.js +5 -0
  119. package/dist-cjs/commands/UpdateUsageCommand.js +5 -0
  120. package/dist-cjs/commands/UpdateUsagePlanCommand.js +5 -0
  121. package/dist-cjs/commands/UpdateVpcLinkCommand.js +5 -0
  122. package/dist-es/commands/CreateApiKeyCommand.js +5 -0
  123. package/dist-es/commands/CreateAuthorizerCommand.js +5 -0
  124. package/dist-es/commands/CreateBasePathMappingCommand.js +5 -0
  125. package/dist-es/commands/CreateDeploymentCommand.js +5 -0
  126. package/dist-es/commands/CreateDocumentationPartCommand.js +5 -0
  127. package/dist-es/commands/CreateDocumentationVersionCommand.js +5 -0
  128. package/dist-es/commands/CreateDomainNameCommand.js +5 -0
  129. package/dist-es/commands/CreateModelCommand.js +5 -0
  130. package/dist-es/commands/CreateRequestValidatorCommand.js +5 -0
  131. package/dist-es/commands/CreateResourceCommand.js +5 -0
  132. package/dist-es/commands/CreateRestApiCommand.js +5 -0
  133. package/dist-es/commands/CreateStageCommand.js +5 -0
  134. package/dist-es/commands/CreateUsagePlanCommand.js +5 -0
  135. package/dist-es/commands/CreateUsagePlanKeyCommand.js +5 -0
  136. package/dist-es/commands/CreateVpcLinkCommand.js +5 -0
  137. package/dist-es/commands/DeleteApiKeyCommand.js +5 -0
  138. package/dist-es/commands/DeleteAuthorizerCommand.js +5 -0
  139. package/dist-es/commands/DeleteBasePathMappingCommand.js +5 -0
  140. package/dist-es/commands/DeleteClientCertificateCommand.js +5 -0
  141. package/dist-es/commands/DeleteDeploymentCommand.js +5 -0
  142. package/dist-es/commands/DeleteDocumentationPartCommand.js +5 -0
  143. package/dist-es/commands/DeleteDocumentationVersionCommand.js +5 -0
  144. package/dist-es/commands/DeleteDomainNameCommand.js +5 -0
  145. package/dist-es/commands/DeleteGatewayResponseCommand.js +5 -0
  146. package/dist-es/commands/DeleteIntegrationCommand.js +5 -0
  147. package/dist-es/commands/DeleteIntegrationResponseCommand.js +5 -0
  148. package/dist-es/commands/DeleteMethodCommand.js +5 -0
  149. package/dist-es/commands/DeleteMethodResponseCommand.js +5 -0
  150. package/dist-es/commands/DeleteModelCommand.js +5 -0
  151. package/dist-es/commands/DeleteRequestValidatorCommand.js +5 -0
  152. package/dist-es/commands/DeleteResourceCommand.js +5 -0
  153. package/dist-es/commands/DeleteRestApiCommand.js +5 -0
  154. package/dist-es/commands/DeleteStageCommand.js +5 -0
  155. package/dist-es/commands/DeleteUsagePlanCommand.js +5 -0
  156. package/dist-es/commands/DeleteUsagePlanKeyCommand.js +5 -0
  157. package/dist-es/commands/DeleteVpcLinkCommand.js +5 -0
  158. package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +5 -0
  159. package/dist-es/commands/FlushStageCacheCommand.js +5 -0
  160. package/dist-es/commands/GenerateClientCertificateCommand.js +5 -0
  161. package/dist-es/commands/GetAccountCommand.js +5 -0
  162. package/dist-es/commands/GetApiKeyCommand.js +5 -0
  163. package/dist-es/commands/GetApiKeysCommand.js +5 -0
  164. package/dist-es/commands/GetAuthorizerCommand.js +5 -0
  165. package/dist-es/commands/GetAuthorizersCommand.js +5 -0
  166. package/dist-es/commands/GetBasePathMappingCommand.js +5 -0
  167. package/dist-es/commands/GetBasePathMappingsCommand.js +5 -0
  168. package/dist-es/commands/GetClientCertificateCommand.js +5 -0
  169. package/dist-es/commands/GetClientCertificatesCommand.js +5 -0
  170. package/dist-es/commands/GetDeploymentCommand.js +5 -0
  171. package/dist-es/commands/GetDeploymentsCommand.js +5 -0
  172. package/dist-es/commands/GetDocumentationPartCommand.js +5 -0
  173. package/dist-es/commands/GetDocumentationPartsCommand.js +5 -0
  174. package/dist-es/commands/GetDocumentationVersionCommand.js +5 -0
  175. package/dist-es/commands/GetDocumentationVersionsCommand.js +5 -0
  176. package/dist-es/commands/GetDomainNameCommand.js +5 -0
  177. package/dist-es/commands/GetDomainNamesCommand.js +5 -0
  178. package/dist-es/commands/GetExportCommand.js +5 -0
  179. package/dist-es/commands/GetGatewayResponseCommand.js +5 -0
  180. package/dist-es/commands/GetGatewayResponsesCommand.js +5 -0
  181. package/dist-es/commands/GetIntegrationCommand.js +5 -0
  182. package/dist-es/commands/GetIntegrationResponseCommand.js +5 -0
  183. package/dist-es/commands/GetMethodCommand.js +5 -0
  184. package/dist-es/commands/GetMethodResponseCommand.js +5 -0
  185. package/dist-es/commands/GetModelCommand.js +5 -0
  186. package/dist-es/commands/GetModelTemplateCommand.js +5 -0
  187. package/dist-es/commands/GetModelsCommand.js +5 -0
  188. package/dist-es/commands/GetRequestValidatorCommand.js +5 -0
  189. package/dist-es/commands/GetRequestValidatorsCommand.js +5 -0
  190. package/dist-es/commands/GetResourceCommand.js +5 -0
  191. package/dist-es/commands/GetResourcesCommand.js +5 -0
  192. package/dist-es/commands/GetRestApiCommand.js +5 -0
  193. package/dist-es/commands/GetRestApisCommand.js +5 -0
  194. package/dist-es/commands/GetSdkCommand.js +5 -0
  195. package/dist-es/commands/GetSdkTypeCommand.js +5 -0
  196. package/dist-es/commands/GetSdkTypesCommand.js +5 -0
  197. package/dist-es/commands/GetStageCommand.js +5 -0
  198. package/dist-es/commands/GetStagesCommand.js +5 -0
  199. package/dist-es/commands/GetTagsCommand.js +5 -0
  200. package/dist-es/commands/GetUsageCommand.js +5 -0
  201. package/dist-es/commands/GetUsagePlanCommand.js +5 -0
  202. package/dist-es/commands/GetUsagePlanKeyCommand.js +5 -0
  203. package/dist-es/commands/GetUsagePlanKeysCommand.js +5 -0
  204. package/dist-es/commands/GetUsagePlansCommand.js +5 -0
  205. package/dist-es/commands/GetVpcLinkCommand.js +5 -0
  206. package/dist-es/commands/GetVpcLinksCommand.js +5 -0
  207. package/dist-es/commands/ImportApiKeysCommand.js +5 -0
  208. package/dist-es/commands/ImportDocumentationPartsCommand.js +5 -0
  209. package/dist-es/commands/ImportRestApiCommand.js +5 -0
  210. package/dist-es/commands/PutGatewayResponseCommand.js +5 -0
  211. package/dist-es/commands/PutIntegrationCommand.js +5 -0
  212. package/dist-es/commands/PutIntegrationResponseCommand.js +5 -0
  213. package/dist-es/commands/PutMethodCommand.js +5 -0
  214. package/dist-es/commands/PutMethodResponseCommand.js +5 -0
  215. package/dist-es/commands/PutRestApiCommand.js +5 -0
  216. package/dist-es/commands/TagResourceCommand.js +5 -0
  217. package/dist-es/commands/TestInvokeAuthorizerCommand.js +5 -0
  218. package/dist-es/commands/TestInvokeMethodCommand.js +5 -0
  219. package/dist-es/commands/UntagResourceCommand.js +5 -0
  220. package/dist-es/commands/UpdateAccountCommand.js +5 -0
  221. package/dist-es/commands/UpdateApiKeyCommand.js +5 -0
  222. package/dist-es/commands/UpdateAuthorizerCommand.js +5 -0
  223. package/dist-es/commands/UpdateBasePathMappingCommand.js +5 -0
  224. package/dist-es/commands/UpdateClientCertificateCommand.js +5 -0
  225. package/dist-es/commands/UpdateDeploymentCommand.js +5 -0
  226. package/dist-es/commands/UpdateDocumentationPartCommand.js +5 -0
  227. package/dist-es/commands/UpdateDocumentationVersionCommand.js +5 -0
  228. package/dist-es/commands/UpdateDomainNameCommand.js +5 -0
  229. package/dist-es/commands/UpdateGatewayResponseCommand.js +5 -0
  230. package/dist-es/commands/UpdateIntegrationCommand.js +5 -0
  231. package/dist-es/commands/UpdateIntegrationResponseCommand.js +5 -0
  232. package/dist-es/commands/UpdateMethodCommand.js +5 -0
  233. package/dist-es/commands/UpdateMethodResponseCommand.js +5 -0
  234. package/dist-es/commands/UpdateModelCommand.js +5 -0
  235. package/dist-es/commands/UpdateRequestValidatorCommand.js +5 -0
  236. package/dist-es/commands/UpdateResourceCommand.js +5 -0
  237. package/dist-es/commands/UpdateRestApiCommand.js +5 -0
  238. package/dist-es/commands/UpdateStageCommand.js +5 -0
  239. package/dist-es/commands/UpdateUsageCommand.js +5 -0
  240. package/dist-es/commands/UpdateUsagePlanCommand.js +5 -0
  241. package/dist-es/commands/UpdateVpcLinkCommand.js +5 -0
  242. package/package.json +33 -33
package/README.md CHANGED
@@ -25,16 +25,16 @@ using your favorite package manager:
25
25
 
26
26
  The AWS SDK is modulized by clients and commands.
27
27
  To send a request, you only need to import the `APIGatewayClient` and
28
- the commands you need, for example `CreateApiKeyCommand`:
28
+ the commands you need, for example `GetAccountCommand`:
29
29
 
30
30
  ```js
31
31
  // ES5 example
32
- const { APIGatewayClient, CreateApiKeyCommand } = require("@aws-sdk/client-api-gateway");
32
+ const { APIGatewayClient, GetAccountCommand } = require("@aws-sdk/client-api-gateway");
33
33
  ```
34
34
 
35
35
  ```ts
36
36
  // ES6+ example
37
- import { APIGatewayClient, CreateApiKeyCommand } from "@aws-sdk/client-api-gateway";
37
+ import { APIGatewayClient, GetAccountCommand } from "@aws-sdk/client-api-gateway";
38
38
  ```
39
39
 
40
40
  ### Usage
@@ -53,7 +53,7 @@ const client = new APIGatewayClient({ region: "REGION" });
53
53
  const params = {
54
54
  /** input parameters */
55
55
  };
56
- const command = new CreateApiKeyCommand(params);
56
+ const command = new GetAccountCommand(params);
57
57
  ```
58
58
 
59
59
  #### Async/await
@@ -132,7 +132,7 @@ const client = new AWS.APIGateway({ region: "REGION" });
132
132
 
133
133
  // async/await.
134
134
  try {
135
- const data = await client.createApiKey(params);
135
+ const data = await client.getAccount(params);
136
136
  // process data.
137
137
  } catch (error) {
138
138
  // error handling.
@@ -140,7 +140,7 @@ try {
140
140
 
141
141
  // Promises.
142
142
  client
143
- .createApiKey(params)
143
+ .getAccount(params)
144
144
  .then((data) => {
145
145
  // process data.
146
146
  })
@@ -149,7 +149,7 @@ client
149
149
  });
150
150
 
151
151
  // callbacks.
152
- client.createApiKey(params, (err, data) => {
152
+ client.getAccount(params, (err, data) => {
153
153
  // process err and data.
154
154
  });
155
155
  ```
@@ -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 CreateApiKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateApiKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateApiKey",
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 CreateAuthorizerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAuthorizerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateAuthorizer",
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 CreateBasePathMappingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateBasePathMappingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateBasePathMapping",
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 CreateDeploymentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDeploymentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateDeployment",
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 CreateDocumentationPartCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDocumentationPartCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateDocumentationPart",
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 CreateDocumentationVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDocumentationVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateDocumentationVersion",
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 CreateDomainNameCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDomainNameCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateDomainName",
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 CreateModelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateModelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateModel",
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 CreateRequestValidatorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateRequestValidatorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateRequestValidator",
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 CreateResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateResource",
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 CreateRestApiCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateRestApiCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateRestApi",
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 CreateStageCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateStageCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateStage",
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 CreateUsagePlanCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUsagePlanCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateUsagePlan",
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 CreateUsagePlanKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUsagePlanKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateUsagePlanKey",
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 CreateVpcLinkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateVpcLinkCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "CreateVpcLink",
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 DeleteApiKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteApiKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteApiKey",
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 DeleteAuthorizerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAuthorizerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteAuthorizer",
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 DeleteBasePathMappingCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteBasePathMappingCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteBasePathMapping",
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 DeleteClientCertificateCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteClientCertificateCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteClientCertificate",
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 DeleteDeploymentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDeploymentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteDeployment",
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 DeleteDocumentationPartCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDocumentationPartCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteDocumentationPart",
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 DeleteDocumentationVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDocumentationVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteDocumentationVersion",
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 DeleteDomainNameCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDomainNameCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteDomainName",
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 DeleteGatewayResponseCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteGatewayResponseCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteGatewayResponse",
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 DeleteIntegrationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIntegrationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteIntegration",
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 DeleteIntegrationResponseCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteIntegrationResponseCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteIntegrationResponse",
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 DeleteMethodCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteMethodCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteMethod",
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 DeleteMethodResponseCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteMethodResponseCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteMethodResponse",
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 DeleteModelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteModelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BackplaneControlService",
38
+ operation: "DeleteModel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);