@aws-sdk/client-cloudfront 3.414.0 → 3.418.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/dist-cjs/commands/AssociateAliasCommand.js +5 -0
  2. package/dist-cjs/commands/CopyDistributionCommand.js +5 -0
  3. package/dist-cjs/commands/CreateCachePolicyCommand.js +5 -0
  4. package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +5 -0
  5. package/dist-cjs/commands/CreateContinuousDeploymentPolicyCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDistributionCommand.js +5 -0
  7. package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +5 -0
  8. package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +5 -0
  9. package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +5 -0
  10. package/dist-cjs/commands/CreateFunctionCommand.js +5 -0
  11. package/dist-cjs/commands/CreateInvalidationCommand.js +5 -0
  12. package/dist-cjs/commands/CreateKeyGroupCommand.js +5 -0
  13. package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +5 -0
  14. package/dist-cjs/commands/CreateOriginAccessControlCommand.js +5 -0
  15. package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +5 -0
  16. package/dist-cjs/commands/CreatePublicKeyCommand.js +5 -0
  17. package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +5 -0
  18. package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +5 -0
  19. package/dist-cjs/commands/CreateStreamingDistributionCommand.js +5 -0
  20. package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteCachePolicyCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteContinuousDeploymentPolicyCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteDistributionCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteFunctionCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteKeyGroupCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteOriginAccessControlCommand.js +5 -0
  31. package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +5 -0
  32. package/dist-cjs/commands/DeletePublicKeyCommand.js +5 -0
  33. package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +5 -0
  34. package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +5 -0
  35. package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeFunctionCommand.js +5 -0
  37. package/dist-cjs/commands/GetCachePolicyCommand.js +5 -0
  38. package/dist-cjs/commands/GetCachePolicyConfigCommand.js +5 -0
  39. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +5 -0
  40. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +5 -0
  41. package/dist-cjs/commands/GetContinuousDeploymentPolicyCommand.js +5 -0
  42. package/dist-cjs/commands/GetContinuousDeploymentPolicyConfigCommand.js +5 -0
  43. package/dist-cjs/commands/GetDistributionCommand.js +5 -0
  44. package/dist-cjs/commands/GetDistributionConfigCommand.js +5 -0
  45. package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +5 -0
  46. package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +5 -0
  47. package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +5 -0
  48. package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +5 -0
  49. package/dist-cjs/commands/GetFunctionCommand.js +5 -0
  50. package/dist-cjs/commands/GetInvalidationCommand.js +5 -0
  51. package/dist-cjs/commands/GetKeyGroupCommand.js +5 -0
  52. package/dist-cjs/commands/GetKeyGroupConfigCommand.js +5 -0
  53. package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +5 -0
  54. package/dist-cjs/commands/GetOriginAccessControlCommand.js +5 -0
  55. package/dist-cjs/commands/GetOriginAccessControlConfigCommand.js +5 -0
  56. package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +5 -0
  57. package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +5 -0
  58. package/dist-cjs/commands/GetPublicKeyCommand.js +5 -0
  59. package/dist-cjs/commands/GetPublicKeyConfigCommand.js +5 -0
  60. package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +5 -0
  61. package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +5 -0
  62. package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +5 -0
  63. package/dist-cjs/commands/GetStreamingDistributionCommand.js +5 -0
  64. package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +5 -0
  65. package/dist-cjs/commands/ListCachePoliciesCommand.js +5 -0
  66. package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +5 -0
  67. package/dist-cjs/commands/ListConflictingAliasesCommand.js +5 -0
  68. package/dist-cjs/commands/ListContinuousDeploymentPoliciesCommand.js +5 -0
  69. package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +5 -0
  70. package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +5 -0
  71. package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +5 -0
  72. package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +5 -0
  73. package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +5 -0
  74. package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +5 -0
  75. package/dist-cjs/commands/ListDistributionsCommand.js +5 -0
  76. package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +5 -0
  77. package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +5 -0
  78. package/dist-cjs/commands/ListFunctionsCommand.js +5 -0
  79. package/dist-cjs/commands/ListInvalidationsCommand.js +5 -0
  80. package/dist-cjs/commands/ListKeyGroupsCommand.js +5 -0
  81. package/dist-cjs/commands/ListOriginAccessControlsCommand.js +5 -0
  82. package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +5 -0
  83. package/dist-cjs/commands/ListPublicKeysCommand.js +5 -0
  84. package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +5 -0
  85. package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +5 -0
  86. package/dist-cjs/commands/ListStreamingDistributionsCommand.js +5 -0
  87. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  88. package/dist-cjs/commands/PublishFunctionCommand.js +5 -0
  89. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  90. package/dist-cjs/commands/TestFunctionCommand.js +5 -0
  91. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  92. package/dist-cjs/commands/UpdateCachePolicyCommand.js +5 -0
  93. package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +5 -0
  94. package/dist-cjs/commands/UpdateContinuousDeploymentPolicyCommand.js +5 -0
  95. package/dist-cjs/commands/UpdateDistributionCommand.js +5 -0
  96. package/dist-cjs/commands/UpdateDistributionWithStagingConfigCommand.js +5 -0
  97. package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +5 -0
  98. package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +5 -0
  99. package/dist-cjs/commands/UpdateFunctionCommand.js +5 -0
  100. package/dist-cjs/commands/UpdateKeyGroupCommand.js +5 -0
  101. package/dist-cjs/commands/UpdateOriginAccessControlCommand.js +5 -0
  102. package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +5 -0
  103. package/dist-cjs/commands/UpdatePublicKeyCommand.js +5 -0
  104. package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +5 -0
  105. package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +5 -0
  106. package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +5 -0
  107. package/dist-es/commands/AssociateAliasCommand.js +5 -0
  108. package/dist-es/commands/CopyDistributionCommand.js +5 -0
  109. package/dist-es/commands/CreateCachePolicyCommand.js +5 -0
  110. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +5 -0
  111. package/dist-es/commands/CreateContinuousDeploymentPolicyCommand.js +5 -0
  112. package/dist-es/commands/CreateDistributionCommand.js +5 -0
  113. package/dist-es/commands/CreateDistributionWithTagsCommand.js +5 -0
  114. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +5 -0
  115. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +5 -0
  116. package/dist-es/commands/CreateFunctionCommand.js +5 -0
  117. package/dist-es/commands/CreateInvalidationCommand.js +5 -0
  118. package/dist-es/commands/CreateKeyGroupCommand.js +5 -0
  119. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +5 -0
  120. package/dist-es/commands/CreateOriginAccessControlCommand.js +5 -0
  121. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +5 -0
  122. package/dist-es/commands/CreatePublicKeyCommand.js +5 -0
  123. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +5 -0
  124. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +5 -0
  125. package/dist-es/commands/CreateStreamingDistributionCommand.js +5 -0
  126. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +5 -0
  127. package/dist-es/commands/DeleteCachePolicyCommand.js +5 -0
  128. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +5 -0
  129. package/dist-es/commands/DeleteContinuousDeploymentPolicyCommand.js +5 -0
  130. package/dist-es/commands/DeleteDistributionCommand.js +5 -0
  131. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +5 -0
  132. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +5 -0
  133. package/dist-es/commands/DeleteFunctionCommand.js +5 -0
  134. package/dist-es/commands/DeleteKeyGroupCommand.js +5 -0
  135. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +5 -0
  136. package/dist-es/commands/DeleteOriginAccessControlCommand.js +5 -0
  137. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +5 -0
  138. package/dist-es/commands/DeletePublicKeyCommand.js +5 -0
  139. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +5 -0
  140. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +5 -0
  141. package/dist-es/commands/DeleteStreamingDistributionCommand.js +5 -0
  142. package/dist-es/commands/DescribeFunctionCommand.js +5 -0
  143. package/dist-es/commands/GetCachePolicyCommand.js +5 -0
  144. package/dist-es/commands/GetCachePolicyConfigCommand.js +5 -0
  145. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +5 -0
  146. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +5 -0
  147. package/dist-es/commands/GetContinuousDeploymentPolicyCommand.js +5 -0
  148. package/dist-es/commands/GetContinuousDeploymentPolicyConfigCommand.js +5 -0
  149. package/dist-es/commands/GetDistributionCommand.js +5 -0
  150. package/dist-es/commands/GetDistributionConfigCommand.js +5 -0
  151. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +5 -0
  152. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +5 -0
  153. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +5 -0
  154. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +5 -0
  155. package/dist-es/commands/GetFunctionCommand.js +5 -0
  156. package/dist-es/commands/GetInvalidationCommand.js +5 -0
  157. package/dist-es/commands/GetKeyGroupCommand.js +5 -0
  158. package/dist-es/commands/GetKeyGroupConfigCommand.js +5 -0
  159. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +5 -0
  160. package/dist-es/commands/GetOriginAccessControlCommand.js +5 -0
  161. package/dist-es/commands/GetOriginAccessControlConfigCommand.js +5 -0
  162. package/dist-es/commands/GetOriginRequestPolicyCommand.js +5 -0
  163. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +5 -0
  164. package/dist-es/commands/GetPublicKeyCommand.js +5 -0
  165. package/dist-es/commands/GetPublicKeyConfigCommand.js +5 -0
  166. package/dist-es/commands/GetRealtimeLogConfigCommand.js +5 -0
  167. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +5 -0
  168. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +5 -0
  169. package/dist-es/commands/GetStreamingDistributionCommand.js +5 -0
  170. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +5 -0
  171. package/dist-es/commands/ListCachePoliciesCommand.js +5 -0
  172. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +5 -0
  173. package/dist-es/commands/ListConflictingAliasesCommand.js +5 -0
  174. package/dist-es/commands/ListContinuousDeploymentPoliciesCommand.js +5 -0
  175. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +5 -0
  176. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +5 -0
  177. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +5 -0
  178. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +5 -0
  179. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +5 -0
  180. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +5 -0
  181. package/dist-es/commands/ListDistributionsCommand.js +5 -0
  182. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +5 -0
  183. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +5 -0
  184. package/dist-es/commands/ListFunctionsCommand.js +5 -0
  185. package/dist-es/commands/ListInvalidationsCommand.js +5 -0
  186. package/dist-es/commands/ListKeyGroupsCommand.js +5 -0
  187. package/dist-es/commands/ListOriginAccessControlsCommand.js +5 -0
  188. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +5 -0
  189. package/dist-es/commands/ListPublicKeysCommand.js +5 -0
  190. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +5 -0
  191. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +5 -0
  192. package/dist-es/commands/ListStreamingDistributionsCommand.js +5 -0
  193. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  194. package/dist-es/commands/PublishFunctionCommand.js +5 -0
  195. package/dist-es/commands/TagResourceCommand.js +5 -0
  196. package/dist-es/commands/TestFunctionCommand.js +5 -0
  197. package/dist-es/commands/UntagResourceCommand.js +5 -0
  198. package/dist-es/commands/UpdateCachePolicyCommand.js +5 -0
  199. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +5 -0
  200. package/dist-es/commands/UpdateContinuousDeploymentPolicyCommand.js +5 -0
  201. package/dist-es/commands/UpdateDistributionCommand.js +5 -0
  202. package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +5 -0
  203. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +5 -0
  204. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +5 -0
  205. package/dist-es/commands/UpdateFunctionCommand.js +5 -0
  206. package/dist-es/commands/UpdateKeyGroupCommand.js +5 -0
  207. package/dist-es/commands/UpdateOriginAccessControlCommand.js +5 -0
  208. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +5 -0
  209. package/dist-es/commands/UpdatePublicKeyCommand.js +5 -0
  210. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +5 -0
  211. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +5 -0
  212. package/dist-es/commands/UpdateStreamingDistributionCommand.js +5 -0
  213. package/package.json +33 -33
@@ -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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListCachePoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListCachePoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListCachePolicies",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListCloudFrontOriginAccessIdentitiesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListCloudFrontOriginAccessIdentitiesCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListCloudFrontOriginAccessIdentities",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListConflictingAliasesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListConflictingAliasesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListConflictingAliases",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListContinuousDeploymentPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListContinuousDeploymentPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListContinuousDeploymentPolicies",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListDistributionsByCachePolicyIdCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDistributionsByCachePolicyIdCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListDistributionsByCachePolicyId",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListDistributionsByKeyGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDistributionsByKeyGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListDistributionsByKeyGroup",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListDistributionsByOriginRequestPolicyIdCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDistributionsByOriginRequestPolicyIdCommand extends smithy_client_1.Co
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListDistributionsByOriginRequestPolicyId",
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_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class ListDistributionsByRealtimeLogConfigCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListDistributionsByRealtimeLogConfigCommand extends smithy_client_1.Comman
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_1_1.ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "ListDistributionsByRealtimeLogConfig",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListDistributionsByResponseHeadersPolicyIdCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListDistributionsByResponseHeadersPolicyIdCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListDistributionsByResponseHeadersPolicyId",
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_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class ListDistributionsByWebACLIdCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListDistributionsByWebACLIdCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_1_1.ListDistributionsByWebACLIdResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "ListDistributionsByWebACLId",
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 models_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class ListDistributionsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ListDistributionsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_1_1.ListDistributionsResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "ListDistributions",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListFieldLevelEncryptionConfigsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListFieldLevelEncryptionConfigsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListFieldLevelEncryptionConfigs",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListFieldLevelEncryptionProfilesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListFieldLevelEncryptionProfilesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListFieldLevelEncryptionProfiles",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListFunctionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListFunctionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListFunctions",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListInvalidationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListInvalidationsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListInvalidations",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListKeyGroupsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListKeyGroupsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListKeyGroups",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListOriginAccessControlsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListOriginAccessControlsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListOriginAccessControls",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListOriginRequestPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListOriginRequestPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListOriginRequestPolicies",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListPublicKeysCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListPublicKeysCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListPublicKeys",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListRealtimeLogConfigsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListRealtimeLogConfigsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListRealtimeLogConfigs",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListResponseHeadersPoliciesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListResponseHeadersPoliciesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListResponseHeadersPolicies",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListStreamingDistributionsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListStreamingDistributionsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListStreamingDistributions",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class ListTagsForResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "ListTagsForResource",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class PublishFunctionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class PublishFunctionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "PublishFunction",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "TagResource",
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_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class TestFunctionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class TestFunctionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_1_1.TestFunctionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_1_1.TestFunctionResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "TestFunction",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "UntagResource",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class UpdateCachePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateCachePolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "UpdateCachePolicy",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class UpdateCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateCloudFrontOriginAccessIdentityCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "UpdateCloudFrontOriginAccessIdentity",
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_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class UpdateContinuousDeploymentPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateContinuousDeploymentPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "Cloudfront2020_05_31",
38
+ operation: "UpdateContinuousDeploymentPolicy",
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_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class UpdateDistributionCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateDistributionCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_1_1.UpdateDistributionRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_1_1.UpdateDistributionResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "UpdateDistribution",
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 models_1_1 = require("../models/models_1");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class UpdateDistributionWithStagingConfigCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class UpdateDistributionWithStagingConfigCommand extends smithy_client_1.Command
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_1_1.UpdateDistributionWithStagingConfigResultFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "Cloudfront2020_05_31",
39
+ operation: "UpdateDistributionWithStagingConfig",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);