@aws-sdk/client-cloudfront 3.131.0 → 3.142.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 (197) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateAliasCommand.js +1 -1
  4. package/dist-cjs/commands/CreateCachePolicyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDistributionCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInvalidationCommand.js +2 -2
  12. package/dist-cjs/commands/CreateKeyGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +2 -2
  14. package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePublicKeyCommand.js +2 -2
  16. package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +2 -2
  17. package/dist-cjs/commands/CreateResponseHeadersPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/CreateStreamingDistributionCommand.js +2 -2
  19. package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteCachePolicyCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteDistributionCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteKeyGroupCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +1 -1
  29. package/dist-cjs/commands/DeletePublicKeyCommand.js +1 -1
  30. package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +1 -1
  31. package/dist-cjs/commands/DeleteResponseHeadersPolicyCommand.js +1 -1
  32. package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +1 -1
  33. package/dist-cjs/commands/DescribeFunctionCommand.js +2 -2
  34. package/dist-cjs/commands/GetCachePolicyCommand.js +2 -2
  35. package/dist-cjs/commands/GetCachePolicyConfigCommand.js +2 -2
  36. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +2 -2
  37. package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +2 -2
  38. package/dist-cjs/commands/GetDistributionCommand.js +2 -2
  39. package/dist-cjs/commands/GetDistributionConfigCommand.js +2 -2
  40. package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +2 -2
  41. package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +2 -2
  42. package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +2 -2
  43. package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +2 -2
  44. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  45. package/dist-cjs/commands/GetInvalidationCommand.js +2 -2
  46. package/dist-cjs/commands/GetKeyGroupCommand.js +2 -2
  47. package/dist-cjs/commands/GetKeyGroupConfigCommand.js +2 -2
  48. package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +2 -2
  49. package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +2 -2
  50. package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +2 -2
  51. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  52. package/dist-cjs/commands/GetPublicKeyConfigCommand.js +2 -2
  53. package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +2 -2
  54. package/dist-cjs/commands/GetResponseHeadersPolicyCommand.js +2 -2
  55. package/dist-cjs/commands/GetResponseHeadersPolicyConfigCommand.js +2 -2
  56. package/dist-cjs/commands/GetStreamingDistributionCommand.js +2 -2
  57. package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +2 -2
  58. package/dist-cjs/commands/ListCachePoliciesCommand.js +2 -2
  59. package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +2 -2
  60. package/dist-cjs/commands/ListConflictingAliasesCommand.js +2 -2
  61. package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +2 -2
  62. package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +2 -2
  63. package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +2 -2
  64. package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +2 -2
  65. package/dist-cjs/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +2 -2
  66. package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +2 -2
  67. package/dist-cjs/commands/ListDistributionsCommand.js +2 -2
  68. package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +2 -2
  69. package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +2 -2
  70. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  71. package/dist-cjs/commands/ListInvalidationsCommand.js +2 -2
  72. package/dist-cjs/commands/ListKeyGroupsCommand.js +2 -2
  73. package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +2 -2
  74. package/dist-cjs/commands/ListPublicKeysCommand.js +2 -2
  75. package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +2 -2
  76. package/dist-cjs/commands/ListResponseHeadersPoliciesCommand.js +2 -2
  77. package/dist-cjs/commands/ListStreamingDistributionsCommand.js +2 -2
  78. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  79. package/dist-cjs/commands/PublishFunctionCommand.js +2 -2
  80. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  81. package/dist-cjs/commands/TestFunctionCommand.js +2 -2
  82. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  83. package/dist-cjs/commands/UpdateCachePolicyCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateDistributionCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +2 -2
  87. package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +2 -2
  88. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
  89. package/dist-cjs/commands/UpdateKeyGroupCommand.js +2 -2
  90. package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +2 -2
  91. package/dist-cjs/commands/UpdatePublicKeyCommand.js +2 -2
  92. package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +2 -2
  93. package/dist-cjs/commands/UpdateResponseHeadersPolicyCommand.js +2 -2
  94. package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +2 -2
  95. package/dist-cjs/models/models_0.js +635 -949
  96. package/dist-cjs/models/models_1.js +639 -955
  97. package/dist-cjs/protocols/Aws_restXml.js +1399 -2829
  98. package/dist-es/commands/AssociateAliasCommand.js +2 -2
  99. package/dist-es/commands/CreateCachePolicyCommand.js +3 -3
  100. package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +3 -3
  101. package/dist-es/commands/CreateDistributionCommand.js +3 -3
  102. package/dist-es/commands/CreateDistributionWithTagsCommand.js +3 -3
  103. package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +3 -3
  104. package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +3 -3
  105. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  106. package/dist-es/commands/CreateInvalidationCommand.js +3 -3
  107. package/dist-es/commands/CreateKeyGroupCommand.js +3 -3
  108. package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +3 -3
  109. package/dist-es/commands/CreateOriginRequestPolicyCommand.js +3 -3
  110. package/dist-es/commands/CreatePublicKeyCommand.js +3 -3
  111. package/dist-es/commands/CreateRealtimeLogConfigCommand.js +3 -3
  112. package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +3 -3
  113. package/dist-es/commands/CreateStreamingDistributionCommand.js +3 -3
  114. package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +3 -3
  115. package/dist-es/commands/DeleteCachePolicyCommand.js +2 -2
  116. package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +2 -2
  117. package/dist-es/commands/DeleteDistributionCommand.js +2 -2
  118. package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +2 -2
  119. package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +2 -2
  120. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  121. package/dist-es/commands/DeleteKeyGroupCommand.js +2 -2
  122. package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +3 -3
  123. package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +2 -2
  124. package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
  125. package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +2 -2
  126. package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +2 -2
  127. package/dist-es/commands/DeleteStreamingDistributionCommand.js +2 -2
  128. package/dist-es/commands/DescribeFunctionCommand.js +3 -3
  129. package/dist-es/commands/GetCachePolicyCommand.js +3 -3
  130. package/dist-es/commands/GetCachePolicyConfigCommand.js +3 -3
  131. package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +3 -3
  132. package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +3 -3
  133. package/dist-es/commands/GetDistributionCommand.js +3 -3
  134. package/dist-es/commands/GetDistributionConfigCommand.js +3 -3
  135. package/dist-es/commands/GetFieldLevelEncryptionCommand.js +3 -3
  136. package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +3 -3
  137. package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +3 -3
  138. package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +3 -3
  139. package/dist-es/commands/GetFunctionCommand.js +3 -3
  140. package/dist-es/commands/GetInvalidationCommand.js +3 -3
  141. package/dist-es/commands/GetKeyGroupCommand.js +3 -3
  142. package/dist-es/commands/GetKeyGroupConfigCommand.js +3 -3
  143. package/dist-es/commands/GetMonitoringSubscriptionCommand.js +3 -3
  144. package/dist-es/commands/GetOriginRequestPolicyCommand.js +3 -3
  145. package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +3 -3
  146. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  147. package/dist-es/commands/GetPublicKeyConfigCommand.js +3 -3
  148. package/dist-es/commands/GetRealtimeLogConfigCommand.js +3 -3
  149. package/dist-es/commands/GetResponseHeadersPolicyCommand.js +3 -3
  150. package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +3 -3
  151. package/dist-es/commands/GetStreamingDistributionCommand.js +3 -3
  152. package/dist-es/commands/GetStreamingDistributionConfigCommand.js +3 -3
  153. package/dist-es/commands/ListCachePoliciesCommand.js +3 -3
  154. package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +3 -3
  155. package/dist-es/commands/ListConflictingAliasesCommand.js +3 -3
  156. package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +3 -3
  157. package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +3 -3
  158. package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +3 -3
  159. package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +3 -3
  160. package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +3 -3
  161. package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +3 -3
  162. package/dist-es/commands/ListDistributionsCommand.js +3 -3
  163. package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +3 -3
  164. package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +3 -3
  165. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  166. package/dist-es/commands/ListInvalidationsCommand.js +3 -3
  167. package/dist-es/commands/ListKeyGroupsCommand.js +3 -3
  168. package/dist-es/commands/ListOriginRequestPoliciesCommand.js +3 -3
  169. package/dist-es/commands/ListPublicKeysCommand.js +3 -3
  170. package/dist-es/commands/ListRealtimeLogConfigsCommand.js +3 -3
  171. package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +3 -3
  172. package/dist-es/commands/ListStreamingDistributionsCommand.js +3 -3
  173. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  174. package/dist-es/commands/PublishFunctionCommand.js +3 -3
  175. package/dist-es/commands/TagResourceCommand.js +2 -2
  176. package/dist-es/commands/TestFunctionCommand.js +3 -3
  177. package/dist-es/commands/UntagResourceCommand.js +2 -2
  178. package/dist-es/commands/UpdateCachePolicyCommand.js +3 -3
  179. package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +3 -3
  180. package/dist-es/commands/UpdateDistributionCommand.js +3 -3
  181. package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +3 -3
  182. package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +3 -3
  183. package/dist-es/commands/UpdateFunctionCommand.js +3 -3
  184. package/dist-es/commands/UpdateKeyGroupCommand.js +3 -3
  185. package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +3 -3
  186. package/dist-es/commands/UpdatePublicKeyCommand.js +3 -3
  187. package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +3 -3
  188. package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +3 -3
  189. package/dist-es/commands/UpdateStreamingDistributionCommand.js +3 -3
  190. package/dist-es/models/models_0.js +156 -624
  191. package/dist-es/models/models_1.js +157 -629
  192. package/dist-es/protocols/Aws_restXml.js +1745 -2762
  193. package/dist-types/models/models_0.d.ts +616 -924
  194. package/dist-types/models/models_1.d.ts +624 -936
  195. package/dist-types/ts3.4/models/models_0.d.ts +0 -84
  196. package/dist-types/ts3.4/models/models_1.d.ts +312 -624
  197. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsByKeyGroupRequest, ListDistributionsByKeyGroupResult } from "../models/models_1";
4
+ import { ListDistributionsByKeyGroupRequestFilterSensitiveLog, ListDistributionsByKeyGroupResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsByKeyGroupCommand, serializeAws_restXmlListDistributionsByKeyGroupCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsByKeyGroupCommand = (function (_super) {
7
7
  __extends(ListDistributionsByKeyGroupCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsByKeyGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsByKeyGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsByKeyGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsByKeyGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsByKeyGroupResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsByOriginRequestPolicyIdRequest, ListDistributionsByOriginRequestPolicyIdResult, } from "../models/models_1";
4
+ import { ListDistributionsByOriginRequestPolicyIdRequestFilterSensitiveLog, ListDistributionsByOriginRequestPolicyIdResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand, serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsByOriginRequestPolicyIdCommand = (function (_super) {
7
7
  __extends(ListDistributionsByOriginRequestPolicyIdCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsByOriginRequestPolicyIdCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsByOriginRequestPolicyIdRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsByOriginRequestPolicyIdResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsByOriginRequestPolicyIdRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsByOriginRequestPolicyIdResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsByRealtimeLogConfigRequest, ListDistributionsByRealtimeLogConfigResult, } from "../models/models_1";
4
+ import { ListDistributionsByRealtimeLogConfigRequestFilterSensitiveLog, ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand, serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsByRealtimeLogConfigCommand = (function (_super) {
7
7
  __extends(ListDistributionsByRealtimeLogConfigCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsByRealtimeLogConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsByRealtimeLogConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsByRealtimeLogConfigResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsByRealtimeLogConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsByResponseHeadersPolicyIdRequest, ListDistributionsByResponseHeadersPolicyIdResult, } from "../models/models_1";
4
+ import { ListDistributionsByResponseHeadersPolicyIdRequestFilterSensitiveLog, ListDistributionsByResponseHeadersPolicyIdResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand, serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsByResponseHeadersPolicyIdCommand = (function (_super) {
7
7
  __extends(ListDistributionsByResponseHeadersPolicyIdCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsByResponseHeadersPolicyIdCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsByResponseHeadersPolicyIdRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsByResponseHeadersPolicyIdResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsByResponseHeadersPolicyIdRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsByResponseHeadersPolicyIdResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsByWebACLIdRequest, ListDistributionsByWebACLIdResult } from "../models/models_1";
4
+ import { ListDistributionsByWebACLIdRequestFilterSensitiveLog, ListDistributionsByWebACLIdResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsByWebACLIdCommand, serializeAws_restXmlListDistributionsByWebACLIdCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsByWebACLIdCommand = (function (_super) {
7
7
  __extends(ListDistributionsByWebACLIdCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsByWebACLIdCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsByWebACLIdRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsByWebACLIdResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsByWebACLIdRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsByWebACLIdResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListDistributionsRequest, ListDistributionsResult } from "../models/models_1";
4
+ import { ListDistributionsRequestFilterSensitiveLog, ListDistributionsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListDistributionsCommand, serializeAws_restXmlListDistributionsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListDistributionsCommand = (function (_super) {
7
7
  __extends(ListDistributionsCommand, _super);
@@ -20,8 +20,8 @@ var ListDistributionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListDistributionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDistributionsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListDistributionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListDistributionsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult } from "../models/models_1";
4
+ import { ListFieldLevelEncryptionConfigsRequestFilterSensitiveLog, ListFieldLevelEncryptionConfigsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand, serializeAws_restXmlListFieldLevelEncryptionConfigsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListFieldLevelEncryptionConfigsCommand = (function (_super) {
7
7
  __extends(ListFieldLevelEncryptionConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListFieldLevelEncryptionConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFieldLevelEncryptionConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFieldLevelEncryptionConfigsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFieldLevelEncryptionConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFieldLevelEncryptionConfigsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult } from "../models/models_1";
4
+ import { ListFieldLevelEncryptionProfilesRequestFilterSensitiveLog, ListFieldLevelEncryptionProfilesResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand, serializeAws_restXmlListFieldLevelEncryptionProfilesCommand, } from "../protocols/Aws_restXml";
6
6
  var ListFieldLevelEncryptionProfilesCommand = (function (_super) {
7
7
  __extends(ListFieldLevelEncryptionProfilesCommand, _super);
@@ -20,8 +20,8 @@ var ListFieldLevelEncryptionProfilesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFieldLevelEncryptionProfilesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFieldLevelEncryptionProfilesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFieldLevelEncryptionProfilesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFieldLevelEncryptionProfilesResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1";
4
+ import { ListFunctionsRequestFilterSensitiveLog, ListFunctionsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListFunctionsCommand, serializeAws_restXmlListFunctionsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListFunctionsCommand = (function (_super) {
7
7
  __extends(ListFunctionsCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListInvalidationsRequest, ListInvalidationsResult } from "../models/models_1";
4
+ import { ListInvalidationsRequestFilterSensitiveLog, ListInvalidationsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListInvalidationsCommand, serializeAws_restXmlListInvalidationsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListInvalidationsCommand = (function (_super) {
7
7
  __extends(ListInvalidationsCommand, _super);
@@ -20,8 +20,8 @@ var ListInvalidationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListInvalidationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListInvalidationsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListInvalidationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListInvalidationsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1";
4
+ import { ListKeyGroupsRequestFilterSensitiveLog, ListKeyGroupsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListKeyGroupsCommand, serializeAws_restXmlListKeyGroupsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListKeyGroupsCommand = (function (_super) {
7
7
  __extends(ListKeyGroupsCommand, _super);
@@ -20,8 +20,8 @@ var ListKeyGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListKeyGroupsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListKeyGroupsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListKeyGroupsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListKeyGroupsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListOriginRequestPoliciesRequest, ListOriginRequestPoliciesResult } from "../models/models_1";
4
+ import { ListOriginRequestPoliciesRequestFilterSensitiveLog, ListOriginRequestPoliciesResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListOriginRequestPoliciesCommand, serializeAws_restXmlListOriginRequestPoliciesCommand, } from "../protocols/Aws_restXml";
6
6
  var ListOriginRequestPoliciesCommand = (function (_super) {
7
7
  __extends(ListOriginRequestPoliciesCommand, _super);
@@ -20,8 +20,8 @@ var ListOriginRequestPoliciesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListOriginRequestPoliciesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListOriginRequestPoliciesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListOriginRequestPoliciesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListOriginRequestPoliciesResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListPublicKeysRequest, ListPublicKeysResult } from "../models/models_1";
4
+ import { ListPublicKeysRequestFilterSensitiveLog, ListPublicKeysResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListPublicKeysCommand, serializeAws_restXmlListPublicKeysCommand, } from "../protocols/Aws_restXml";
6
6
  var ListPublicKeysCommand = (function (_super) {
7
7
  __extends(ListPublicKeysCommand, _super);
@@ -20,8 +20,8 @@ var ListPublicKeysCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPublicKeysRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPublicKeysResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPublicKeysRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPublicKeysResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListRealtimeLogConfigsRequest, ListRealtimeLogConfigsResult } from "../models/models_1";
4
+ import { ListRealtimeLogConfigsRequestFilterSensitiveLog, ListRealtimeLogConfigsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListRealtimeLogConfigsCommand, serializeAws_restXmlListRealtimeLogConfigsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListRealtimeLogConfigsCommand = (function (_super) {
7
7
  __extends(ListRealtimeLogConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListRealtimeLogConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRealtimeLogConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRealtimeLogConfigsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRealtimeLogConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRealtimeLogConfigsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListResponseHeadersPoliciesRequest, ListResponseHeadersPoliciesResult } from "../models/models_1";
4
+ import { ListResponseHeadersPoliciesRequestFilterSensitiveLog, ListResponseHeadersPoliciesResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListResponseHeadersPoliciesCommand, serializeAws_restXmlListResponseHeadersPoliciesCommand, } from "../protocols/Aws_restXml";
6
6
  var ListResponseHeadersPoliciesCommand = (function (_super) {
7
7
  __extends(ListResponseHeadersPoliciesCommand, _super);
@@ -20,8 +20,8 @@ var ListResponseHeadersPoliciesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListResponseHeadersPoliciesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListResponseHeadersPoliciesResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListResponseHeadersPoliciesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListResponseHeadersPoliciesResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStreamingDistributionsRequest, ListStreamingDistributionsResult } from "../models/models_1";
4
+ import { ListStreamingDistributionsRequestFilterSensitiveLog, ListStreamingDistributionsResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListStreamingDistributionsCommand, serializeAws_restXmlListStreamingDistributionsCommand, } from "../protocols/Aws_restXml";
6
6
  var ListStreamingDistributionsCommand = (function (_super) {
7
7
  __extends(ListStreamingDistributionsCommand, _super);
@@ -20,8 +20,8 @@ var ListStreamingDistributionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListStreamingDistributionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListStreamingDistributionsResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListStreamingDistributionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListStreamingDistributionsResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1";
4
+ import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlListTagsForResourceCommand, serializeAws_restXmlListTagsForResourceCommand, } from "../protocols/Aws_restXml";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsForResourceResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PublishFunctionRequest, PublishFunctionResult } from "../models/models_1";
4
+ import { PublishFunctionRequestFilterSensitiveLog, PublishFunctionResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlPublishFunctionCommand, serializeAws_restXmlPublishFunctionCommand, } from "../protocols/Aws_restXml";
6
6
  var PublishFunctionCommand = (function (_super) {
7
7
  __extends(PublishFunctionCommand, _super);
@@ -20,8 +20,8 @@ var PublishFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PublishFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishFunctionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PublishFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PublishFunctionResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequest } from "../models/models_1";
4
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_restXmlTagResourceCommand, serializeAws_restXmlTagResourceCommand, } from "../protocols/Aws_restXml";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestFunctionRequest, TestFunctionResult } from "../models/models_1";
4
+ import { TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlTestFunctionCommand, serializeAws_restXmlTestFunctionCommand, } from "../protocols/Aws_restXml";
6
6
  var TestFunctionCommand = (function (_super) {
7
7
  __extends(TestFunctionCommand, _super);
@@ -20,8 +20,8 @@ var TestFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TestFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TestFunctionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TestFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TestFunctionResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequest } from "../models/models_1";
4
+ import { UntagResourceRequestFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUntagResourceCommand, serializeAws_restXmlUntagResourceCommand, } from "../protocols/Aws_restXml";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCachePolicyRequest, UpdateCachePolicyResult } from "../models/models_1";
4
+ import { UpdateCachePolicyRequestFilterSensitiveLog, UpdateCachePolicyResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateCachePolicyCommand, serializeAws_restXmlUpdateCachePolicyCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateCachePolicyCommand = (function (_super) {
7
7
  __extends(UpdateCachePolicyCommand, _super);
@@ -20,8 +20,8 @@ var UpdateCachePolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateCachePolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateCachePolicyResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateCachePolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateCachePolicyResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult, } from "../models/models_1";
4
+ import { UpdateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog, UpdateCloudFrontOriginAccessIdentityResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand, serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateCloudFrontOriginAccessIdentityCommand = (function (_super) {
7
7
  __extends(UpdateCloudFrontOriginAccessIdentityCommand, _super);
@@ -20,8 +20,8 @@ var UpdateCloudFrontOriginAccessIdentityCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateCloudFrontOriginAccessIdentityRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateCloudFrontOriginAccessIdentityResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateCloudFrontOriginAccessIdentityResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_1";
4
+ import { UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateDistributionCommand, serializeAws_restXmlUpdateDistributionCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateDistributionCommand = (function (_super) {
7
7
  __extends(UpdateDistributionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDistributionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDistributionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDistributionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDistributionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDistributionResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult } from "../models/models_1";
4
+ import { UpdateFieldLevelEncryptionConfigRequestFilterSensitiveLog, UpdateFieldLevelEncryptionConfigResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand, serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateFieldLevelEncryptionConfigCommand = (function (_super) {
7
7
  __extends(UpdateFieldLevelEncryptionConfigCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFieldLevelEncryptionConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFieldLevelEncryptionConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFieldLevelEncryptionConfigResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFieldLevelEncryptionConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFieldLevelEncryptionConfigResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult } from "../models/models_1";
4
+ import { UpdateFieldLevelEncryptionProfileRequestFilterSensitiveLog, UpdateFieldLevelEncryptionProfileResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand, serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateFieldLevelEncryptionProfileCommand = (function (_super) {
7
7
  __extends(UpdateFieldLevelEncryptionProfileCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFieldLevelEncryptionProfileCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFieldLevelEncryptionProfileRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFieldLevelEncryptionProfileResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFieldLevelEncryptionProfileRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFieldLevelEncryptionProfileResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateFunctionRequest, UpdateFunctionResult } from "../models/models_1";
4
+ import { UpdateFunctionRequestFilterSensitiveLog, UpdateFunctionResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateFunctionCommand, serializeAws_restXmlUpdateFunctionCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateFunctionCommand = (function (_super) {
7
7
  __extends(UpdateFunctionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateFunctionResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFunctionResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/models_1";
4
+ import { UpdateKeyGroupRequestFilterSensitiveLog, UpdateKeyGroupResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateKeyGroupCommand, serializeAws_restXmlUpdateKeyGroupCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateKeyGroupCommand = (function (_super) {
7
7
  __extends(UpdateKeyGroupCommand, _super);
@@ -20,8 +20,8 @@ var UpdateKeyGroupCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateKeyGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateKeyGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateKeyGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateKeyGroupResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/models_1";
4
+ import { UpdateOriginRequestPolicyRequestFilterSensitiveLog, UpdateOriginRequestPolicyResultFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_restXmlUpdateOriginRequestPolicyCommand, serializeAws_restXmlUpdateOriginRequestPolicyCommand, } from "../protocols/Aws_restXml";
6
6
  var UpdateOriginRequestPolicyCommand = (function (_super) {
7
7
  __extends(UpdateOriginRequestPolicyCommand, _super);
@@ -20,8 +20,8 @@ var UpdateOriginRequestPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateOriginRequestPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateOriginRequestPolicyResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateOriginRequestPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateOriginRequestPolicyResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {