@aws-sdk/client-cloudfront 3.797.0 → 3.798.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 (200) hide show
  1. package/README.md +200 -0
  2. package/dist-cjs/index.js +2696 -655
  3. package/dist-es/CloudFront.js +50 -0
  4. package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +22 -0
  5. package/dist-es/commands/AssociateDistributionWebACLCommand.js +22 -0
  6. package/dist-es/commands/CreateConnectionGroupCommand.js +22 -0
  7. package/dist-es/commands/CreateDistributionTenantCommand.js +22 -0
  8. package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +22 -0
  9. package/dist-es/commands/DeleteConnectionGroupCommand.js +22 -0
  10. package/dist-es/commands/DeleteDistributionTenantCommand.js +22 -0
  11. package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +22 -0
  12. package/dist-es/commands/DisassociateDistributionWebACLCommand.js +22 -0
  13. package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +22 -0
  14. package/dist-es/commands/GetConnectionGroupCommand.js +22 -0
  15. package/dist-es/commands/GetDistributionTenantByDomainCommand.js +22 -0
  16. package/dist-es/commands/GetDistributionTenantCommand.js +22 -0
  17. package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +22 -0
  18. package/dist-es/commands/GetManagedCertificateDetailsCommand.js +22 -0
  19. package/dist-es/commands/ListConnectionGroupsCommand.js +22 -0
  20. package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +22 -0
  21. package/dist-es/commands/ListDistributionTenantsCommand.js +22 -0
  22. package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +23 -0
  23. package/dist-es/commands/ListDomainConflictsCommand.js +22 -0
  24. package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +22 -0
  25. package/dist-es/commands/TestFunctionCommand.js +1 -1
  26. package/dist-es/commands/UpdateConnectionGroupCommand.js +22 -0
  27. package/dist-es/commands/UpdateDistributionCommand.js +1 -1
  28. package/dist-es/commands/UpdateDistributionTenantCommand.js +22 -0
  29. package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +1 -1
  30. package/dist-es/commands/UpdateDomainAssociationCommand.js +22 -0
  31. package/dist-es/commands/UpdateFunctionCommand.js +1 -1
  32. package/dist-es/commands/VerifyDnsConfigurationCommand.js +22 -0
  33. package/dist-es/commands/index.js +26 -1
  34. package/dist-es/models/index.js +1 -0
  35. package/dist-es/models/models_0.js +77 -201
  36. package/dist-es/models/models_1.js +203 -58
  37. package/dist-es/models/models_2.js +52 -0
  38. package/dist-es/pagination/ListConnectionGroupsPaginator.js +4 -0
  39. package/dist-es/pagination/ListDistributionTenantsByCustomizationPaginator.js +4 -0
  40. package/dist-es/pagination/ListDistributionTenantsPaginator.js +4 -0
  41. package/dist-es/pagination/ListDistributionsByConnectionModePaginator.js +4 -0
  42. package/dist-es/pagination/ListDomainConflictsPaginator.js +4 -0
  43. package/dist-es/pagination/ListInvalidationsForDistributionTenantPaginator.js +4 -0
  44. package/dist-es/pagination/index.js +6 -0
  45. package/dist-es/protocols/Aws_restXml.js +1907 -460
  46. package/dist-es/waiters/index.js +1 -0
  47. package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +31 -0
  48. package/dist-types/CloudFront.d.ts +178 -0
  49. package/dist-types/CloudFrontClient.d.ts +27 -2
  50. package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +92 -0
  51. package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +92 -0
  52. package/dist-types/commands/CopyDistributionCommand.d.ts +16 -1
  53. package/dist-types/commands/CreateConnectionGroupCommand.d.ts +123 -0
  54. package/dist-types/commands/CreateDistributionCommand.d.ts +35 -2
  55. package/dist-types/commands/CreateDistributionTenantCommand.d.ts +185 -0
  56. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +32 -2
  57. package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +119 -0
  58. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +2 -2
  63. package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +90 -0
  64. package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -0
  65. package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +88 -0
  66. package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +90 -0
  67. package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +90 -0
  68. package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +99 -0
  69. package/dist-types/commands/GetConnectionGroupCommand.d.ts +99 -0
  70. package/dist-types/commands/GetDistributionCommand.d.ts +16 -1
  71. package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -1
  72. package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +124 -0
  73. package/dist-types/commands/GetDistributionTenantCommand.d.ts +124 -0
  74. package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +95 -0
  75. package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +89 -0
  76. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -1
  77. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
  78. package/dist-types/commands/ListConnectionGroupsCommand.d.ts +100 -0
  79. package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +120 -0
  80. package/dist-types/commands/ListDistributionTenantsCommand.d.ts +121 -0
  81. package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +3 -1
  82. package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +392 -0
  83. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +3 -1
  84. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +3 -1
  85. package/dist-types/commands/ListDistributionsCommand.d.ts +3 -1
  86. package/dist-types/commands/ListDomainConflictsCommand.d.ts +96 -0
  87. package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +96 -0
  88. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +3 -2
  89. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  90. package/dist-types/commands/ListVpcOriginsCommand.d.ts +1 -1
  91. package/dist-types/commands/PublishFunctionCommand.d.ts +1 -1
  92. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/TestFunctionCommand.d.ts +1 -1
  94. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +123 -0
  98. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateDistributionCommand.d.ts +33 -3
  100. package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +182 -0
  101. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +17 -2
  102. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +98 -0
  103. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateVpcOriginCommand.d.ts +1 -1
  115. package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +88 -0
  116. package/dist-types/commands/index.d.ts +26 -1
  117. package/dist-types/models/index.d.ts +1 -0
  118. package/dist-types/models/models_0.d.ts +830 -869
  119. package/dist-types/models/models_1.d.ts +2571 -2123
  120. package/dist-types/models/models_2.d.ts +1244 -0
  121. package/dist-types/pagination/ListConnectionGroupsPaginator.d.ts +7 -0
  122. package/dist-types/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +7 -0
  123. package/dist-types/pagination/ListDistributionTenantsPaginator.d.ts +7 -0
  124. package/dist-types/pagination/ListDistributionsByConnectionModePaginator.d.ts +7 -0
  125. package/dist-types/pagination/ListDomainConflictsPaginator.d.ts +7 -0
  126. package/dist-types/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +7 -0
  127. package/dist-types/pagination/index.d.ts +6 -0
  128. package/dist-types/protocols/Aws_restXml.d.ts +225 -0
  129. package/dist-types/ts3.4/CloudFront.d.ts +476 -0
  130. package/dist-types/ts3.4/CloudFrontClient.d.ts +152 -2
  131. package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +51 -0
  132. package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +51 -0
  133. package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +51 -0
  136. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +46 -0
  140. package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +47 -0
  141. package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +51 -0
  143. package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +51 -0
  147. package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +51 -0
  148. package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +51 -0
  149. package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +51 -0
  151. package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +51 -0
  154. package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +51 -0
  155. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +2 -4
  156. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +51 -0
  168. package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/index.d.ts +26 -1
  184. package/dist-types/ts3.4/models/index.d.ts +1 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +190 -214
  186. package/dist-types/ts3.4/models/models_1.d.ts +413 -275
  187. package/dist-types/ts3.4/models/models_2.d.ts +363 -0
  188. package/dist-types/ts3.4/pagination/ListConnectionGroupsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +11 -0
  190. package/dist-types/ts3.4/pagination/ListDistributionTenantsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListDistributionsByConnectionModePaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListDomainConflictsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  195. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +300 -0
  196. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  197. package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +11 -0
  198. package/dist-types/waiters/index.d.ts +1 -0
  199. package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +14 -0
  200. package/package.json +11 -11
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListDistributionsByConnectionModeResultFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_ListDistributionsByConnectionModeCommand, se_ListDistributionsByConnectionModeCommand, } from "../protocols/Aws_restXml";
7
+ export { $Command };
8
+ export class ListDistributionsByConnectionModeCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("Cloudfront2020_05_31", "ListDistributionsByConnectionMode", {})
18
+ .n("CloudFrontClient", "ListDistributionsByConnectionModeCommand")
19
+ .f(void 0, ListDistributionsByConnectionModeResultFilterSensitiveLog)
20
+ .ser(se_ListDistributionsByConnectionModeCommand)
21
+ .de(de_ListDistributionsByConnectionModeCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListDomainConflictsCommand, se_ListDomainConflictsCommand } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class ListDomainConflictsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "ListDomainConflicts", {})
17
+ .n("CloudFrontClient", "ListDomainConflictsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListDomainConflictsCommand)
20
+ .de(de_ListDomainConflictsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListInvalidationsForDistributionTenantCommand, se_ListInvalidationsForDistributionTenantCommand, } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class ListInvalidationsForDistributionTenantCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "ListInvalidationsForDistributionTenant", {})
17
+ .n("CloudFrontClient", "ListInvalidationsForDistributionTenantCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListInvalidationsForDistributionTenantCommand)
20
+ .de(de_ListInvalidationsForDistributionTenantCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog, } from "../models/models_1";
5
+ import { TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_TestFunctionCommand, se_TestFunctionCommand } from "../protocols/Aws_restXml";
7
7
  export { $Command };
8
8
  export class TestFunctionCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateConnectionGroupCommand, se_UpdateConnectionGroupCommand } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class UpdateConnectionGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "UpdateConnectionGroup", {})
17
+ .n("CloudFrontClient", "UpdateConnectionGroupCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateConnectionGroupCommand)
20
+ .de(de_UpdateConnectionGroupCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog, } from "../models/models_1";
5
+ import { UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_UpdateDistributionCommand, se_UpdateDistributionCommand } from "../protocols/Aws_restXml";
7
7
  export { $Command };
8
8
  export class UpdateDistributionCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateDistributionTenantCommand, se_UpdateDistributionTenantCommand } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class UpdateDistributionTenantCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "UpdateDistributionTenant", {})
17
+ .n("CloudFrontClient", "UpdateDistributionTenantCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateDistributionTenantCommand)
20
+ .de(de_UpdateDistributionTenantCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateDistributionWithStagingConfigResultFilterSensitiveLog, } from "../models/models_1";
5
+ import { UpdateDistributionWithStagingConfigResultFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_UpdateDistributionWithStagingConfigCommand, se_UpdateDistributionWithStagingConfigCommand, } from "../protocols/Aws_restXml";
7
7
  export { $Command };
8
8
  export class UpdateDistributionWithStagingConfigCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateDomainAssociationCommand, se_UpdateDomainAssociationCommand } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class UpdateDomainAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "UpdateDomainAssociation", {})
17
+ .n("CloudFrontClient", "UpdateDomainAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateDomainAssociationCommand)
20
+ .de(de_UpdateDomainAssociationCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateFunctionRequestFilterSensitiveLog, } from "../models/models_1";
5
+ import { UpdateFunctionRequestFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_UpdateFunctionCommand, se_UpdateFunctionCommand } from "../protocols/Aws_restXml";
7
7
  export { $Command };
8
8
  export class UpdateFunctionCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_VerifyDnsConfigurationCommand, se_VerifyDnsConfigurationCommand } from "../protocols/Aws_restXml";
6
+ export { $Command };
7
+ export class VerifyDnsConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("Cloudfront2020_05_31", "VerifyDnsConfiguration", {})
17
+ .n("CloudFrontClient", "VerifyDnsConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_VerifyDnsConfigurationCommand)
20
+ .de(de_VerifyDnsConfigurationCommand)
21
+ .build() {
22
+ }
@@ -1,15 +1,20 @@
1
1
  export * from "./AssociateAliasCommand";
2
+ export * from "./AssociateDistributionTenantWebACLCommand";
3
+ export * from "./AssociateDistributionWebACLCommand";
2
4
  export * from "./CopyDistributionCommand";
3
5
  export * from "./CreateAnycastIpListCommand";
4
6
  export * from "./CreateCachePolicyCommand";
5
7
  export * from "./CreateCloudFrontOriginAccessIdentityCommand";
8
+ export * from "./CreateConnectionGroupCommand";
6
9
  export * from "./CreateContinuousDeploymentPolicyCommand";
7
10
  export * from "./CreateDistributionCommand";
11
+ export * from "./CreateDistributionTenantCommand";
8
12
  export * from "./CreateDistributionWithTagsCommand";
9
13
  export * from "./CreateFieldLevelEncryptionConfigCommand";
10
14
  export * from "./CreateFieldLevelEncryptionProfileCommand";
11
15
  export * from "./CreateFunctionCommand";
12
16
  export * from "./CreateInvalidationCommand";
17
+ export * from "./CreateInvalidationForDistributionTenantCommand";
13
18
  export * from "./CreateKeyGroupCommand";
14
19
  export * from "./CreateKeyValueStoreCommand";
15
20
  export * from "./CreateMonitoringSubscriptionCommand";
@@ -24,8 +29,10 @@ export * from "./CreateVpcOriginCommand";
24
29
  export * from "./DeleteAnycastIpListCommand";
25
30
  export * from "./DeleteCachePolicyCommand";
26
31
  export * from "./DeleteCloudFrontOriginAccessIdentityCommand";
32
+ export * from "./DeleteConnectionGroupCommand";
27
33
  export * from "./DeleteContinuousDeploymentPolicyCommand";
28
34
  export * from "./DeleteDistributionCommand";
35
+ export * from "./DeleteDistributionTenantCommand";
29
36
  export * from "./DeleteFieldLevelEncryptionConfigCommand";
30
37
  export * from "./DeleteFieldLevelEncryptionProfileCommand";
31
38
  export * from "./DeleteFunctionCommand";
@@ -41,23 +48,31 @@ export * from "./DeleteStreamingDistributionCommand";
41
48
  export * from "./DeleteVpcOriginCommand";
42
49
  export * from "./DescribeFunctionCommand";
43
50
  export * from "./DescribeKeyValueStoreCommand";
51
+ export * from "./DisassociateDistributionTenantWebACLCommand";
52
+ export * from "./DisassociateDistributionWebACLCommand";
44
53
  export * from "./GetAnycastIpListCommand";
45
54
  export * from "./GetCachePolicyCommand";
46
55
  export * from "./GetCachePolicyConfigCommand";
47
56
  export * from "./GetCloudFrontOriginAccessIdentityCommand";
48
57
  export * from "./GetCloudFrontOriginAccessIdentityConfigCommand";
58
+ export * from "./GetConnectionGroupByRoutingEndpointCommand";
59
+ export * from "./GetConnectionGroupCommand";
49
60
  export * from "./GetContinuousDeploymentPolicyCommand";
50
61
  export * from "./GetContinuousDeploymentPolicyConfigCommand";
51
62
  export * from "./GetDistributionCommand";
52
63
  export * from "./GetDistributionConfigCommand";
64
+ export * from "./GetDistributionTenantByDomainCommand";
65
+ export * from "./GetDistributionTenantCommand";
53
66
  export * from "./GetFieldLevelEncryptionCommand";
54
67
  export * from "./GetFieldLevelEncryptionConfigCommand";
55
68
  export * from "./GetFieldLevelEncryptionProfileCommand";
56
69
  export * from "./GetFieldLevelEncryptionProfileConfigCommand";
57
70
  export * from "./GetFunctionCommand";
58
71
  export * from "./GetInvalidationCommand";
72
+ export * from "./GetInvalidationForDistributionTenantCommand";
59
73
  export * from "./GetKeyGroupCommand";
60
74
  export * from "./GetKeyGroupConfigCommand";
75
+ export * from "./GetManagedCertificateDetailsCommand";
61
76
  export * from "./GetMonitoringSubscriptionCommand";
62
77
  export * from "./GetOriginAccessControlCommand";
63
78
  export * from "./GetOriginAccessControlConfigCommand";
@@ -75,20 +90,26 @@ export * from "./ListAnycastIpListsCommand";
75
90
  export * from "./ListCachePoliciesCommand";
76
91
  export * from "./ListCloudFrontOriginAccessIdentitiesCommand";
77
92
  export * from "./ListConflictingAliasesCommand";
93
+ export * from "./ListConnectionGroupsCommand";
78
94
  export * from "./ListContinuousDeploymentPoliciesCommand";
79
95
  export * from "./ListDistributionsByAnycastIpListIdCommand";
96
+ export * from "./ListDistributionTenantsCommand";
80
97
  export * from "./ListDistributionsByCachePolicyIdCommand";
98
+ export * from "./ListDistributionTenantsByCustomizationCommand";
99
+ export * from "./ListDistributionsByConnectionModeCommand";
81
100
  export * from "./ListDistributionsByKeyGroupCommand";
82
101
  export * from "./ListDistributionsByOriginRequestPolicyIdCommand";
83
102
  export * from "./ListDistributionsByRealtimeLogConfigCommand";
84
103
  export * from "./ListDistributionsByResponseHeadersPolicyIdCommand";
85
104
  export * from "./ListDistributionsByVpcOriginIdCommand";
86
- export * from "./ListDistributionsByWebACLIdCommand";
87
105
  export * from "./ListDistributionsCommand";
106
+ export * from "./ListDistributionsByWebACLIdCommand";
107
+ export * from "./ListDomainConflictsCommand";
88
108
  export * from "./ListFieldLevelEncryptionConfigsCommand";
89
109
  export * from "./ListFieldLevelEncryptionProfilesCommand";
90
110
  export * from "./ListFunctionsCommand";
91
111
  export * from "./ListInvalidationsCommand";
112
+ export * from "./ListInvalidationsForDistributionTenantCommand";
92
113
  export * from "./ListKeyGroupsCommand";
93
114
  export * from "./ListKeyValueStoresCommand";
94
115
  export * from "./ListOriginAccessControlsCommand";
@@ -105,9 +126,12 @@ export * from "./TestFunctionCommand";
105
126
  export * from "./UntagResourceCommand";
106
127
  export * from "./UpdateCachePolicyCommand";
107
128
  export * from "./UpdateCloudFrontOriginAccessIdentityCommand";
129
+ export * from "./UpdateConnectionGroupCommand";
108
130
  export * from "./UpdateContinuousDeploymentPolicyCommand";
109
131
  export * from "./UpdateDistributionCommand";
132
+ export * from "./UpdateDistributionTenantCommand";
110
133
  export * from "./UpdateDistributionWithStagingConfigCommand";
134
+ export * from "./UpdateDomainAssociationCommand";
111
135
  export * from "./UpdateFieldLevelEncryptionConfigCommand";
112
136
  export * from "./UpdateFieldLevelEncryptionProfileCommand";
113
137
  export * from "./UpdateFunctionCommand";
@@ -120,3 +144,4 @@ export * from "./UpdateRealtimeLogConfigCommand";
120
144
  export * from "./UpdateResponseHeadersPolicyCommand";
121
145
  export * from "./UpdateStreamingDistributionCommand";
122
146
  export * from "./UpdateVpcOriginCommand";
147
+ export * from "./VerifyDnsConfigurationCommand";
@@ -1,2 +1,3 @@
1
1
  export * from "./models_0";
2
2
  export * from "./models_1";
3
+ export * from "./models_2";
@@ -94,6 +94,48 @@ export class TooManyDistributionCNAMEs extends __BaseException {
94
94
  this.Message = opts.Message;
95
95
  }
96
96
  }
97
+ export class EntityNotFound extends __BaseException {
98
+ name = "EntityNotFound";
99
+ $fault = "client";
100
+ Message;
101
+ constructor(opts) {
102
+ super({
103
+ name: "EntityNotFound",
104
+ $fault: "client",
105
+ ...opts,
106
+ });
107
+ Object.setPrototypeOf(this, EntityNotFound.prototype);
108
+ this.Message = opts.Message;
109
+ }
110
+ }
111
+ export class InvalidIfMatchVersion extends __BaseException {
112
+ name = "InvalidIfMatchVersion";
113
+ $fault = "client";
114
+ Message;
115
+ constructor(opts) {
116
+ super({
117
+ name: "InvalidIfMatchVersion",
118
+ $fault: "client",
119
+ ...opts,
120
+ });
121
+ Object.setPrototypeOf(this, InvalidIfMatchVersion.prototype);
122
+ this.Message = opts.Message;
123
+ }
124
+ }
125
+ export class PreconditionFailed extends __BaseException {
126
+ name = "PreconditionFailed";
127
+ $fault = "client";
128
+ Message;
129
+ constructor(opts) {
130
+ super({
131
+ name: "PreconditionFailed",
132
+ $fault: "client",
133
+ ...opts,
134
+ });
135
+ Object.setPrototypeOf(this, PreconditionFailed.prototype);
136
+ this.Message = opts.Message;
137
+ }
138
+ }
97
139
  export class BatchTooLarge extends __BaseException {
98
140
  name = "BatchTooLarge";
99
141
  $fault = "client";
@@ -219,6 +261,10 @@ export const CertificateSource = {
219
261
  cloudfront: "cloudfront",
220
262
  iam: "iam",
221
263
  };
264
+ export const CertificateTransparencyLoggingPreference = {
265
+ Disabled: "disabled",
266
+ Enabled: "enabled",
267
+ };
222
268
  export class CNAMEAlreadyExists extends __BaseException {
223
269
  name = "CNAMEAlreadyExists";
224
270
  $fault = "client";
@@ -233,6 +279,10 @@ export class CNAMEAlreadyExists extends __BaseException {
233
279
  this.Message = opts.Message;
234
280
  }
235
281
  }
282
+ export const ConnectionMode = {
283
+ Direct: "direct",
284
+ TenantOnly: "tenant-only",
285
+ };
236
286
  export const HttpVersion = {
237
287
  http1_1: "http1.1",
238
288
  http2: "http2",
@@ -255,6 +305,7 @@ export const SslProtocol = {
255
305
  TLSv1_2: "TLSv1.2",
256
306
  };
257
307
  export const PriceClass = {
308
+ None: "None",
258
309
  PriceClass_100: "PriceClass_100",
259
310
  PriceClass_200: "PriceClass_200",
260
311
  PriceClass_All: "PriceClass_All",
@@ -404,20 +455,6 @@ export class InvalidHeadersForS3Origin extends __BaseException {
404
455
  this.Message = opts.Message;
405
456
  }
406
457
  }
407
- export class InvalidIfMatchVersion extends __BaseException {
408
- name = "InvalidIfMatchVersion";
409
- $fault = "client";
410
- Message;
411
- constructor(opts) {
412
- super({
413
- name: "InvalidIfMatchVersion",
414
- $fault: "client",
415
- ...opts,
416
- });
417
- Object.setPrototypeOf(this, InvalidIfMatchVersion.prototype);
418
- this.Message = opts.Message;
419
- }
420
- }
421
458
  export class InvalidLambdaFunctionAssociation extends __BaseException {
422
459
  name = "InvalidLambdaFunctionAssociation";
423
460
  $fault = "client";
@@ -740,20 +777,6 @@ export class NoSuchResponseHeadersPolicy extends __BaseException {
740
777
  this.Message = opts.Message;
741
778
  }
742
779
  }
743
- export class PreconditionFailed extends __BaseException {
744
- name = "PreconditionFailed";
745
- $fault = "client";
746
- Message;
747
- constructor(opts) {
748
- super({
749
- name: "PreconditionFailed",
750
- $fault: "client",
751
- ...opts,
752
- });
753
- Object.setPrototypeOf(this, PreconditionFailed.prototype);
754
- this.Message = opts.Message;
755
- }
756
- }
757
780
  export class RealtimeLogConfigOwnerMismatch extends __BaseException {
758
781
  name = "RealtimeLogConfigOwnerMismatch";
759
782
  $fault = "client";
@@ -1304,20 +1327,6 @@ export class ContinuousDeploymentPolicyInUse extends __BaseException {
1304
1327
  this.Message = opts.Message;
1305
1328
  }
1306
1329
  }
1307
- export class EntityNotFound extends __BaseException {
1308
- name = "EntityNotFound";
1309
- $fault = "client";
1310
- Message;
1311
- constructor(opts) {
1312
- super({
1313
- name: "EntityNotFound",
1314
- $fault: "client",
1315
- ...opts,
1316
- });
1317
- Object.setPrototypeOf(this, EntityNotFound.prototype);
1318
- this.Message = opts.Message;
1319
- }
1320
- }
1321
1330
  export class IllegalOriginAccessConfiguration extends __BaseException {
1322
1331
  name = "IllegalOriginAccessConfiguration";
1323
1332
  $fault = "client";
@@ -1360,6 +1369,32 @@ export class NoSuchContinuousDeploymentPolicy extends __BaseException {
1360
1369
  this.Message = opts.Message;
1361
1370
  }
1362
1371
  }
1372
+ export const CustomizationActionType = {
1373
+ disable: "disable",
1374
+ override: "override",
1375
+ };
1376
+ export const ValidationTokenHost = {
1377
+ CloudFront: "cloudfront",
1378
+ SelfHosted: "self-hosted",
1379
+ };
1380
+ export const DomainStatus = {
1381
+ Active: "active",
1382
+ Inactive: "inactive",
1383
+ };
1384
+ export class InvalidAssociation extends __BaseException {
1385
+ name = "InvalidAssociation";
1386
+ $fault = "client";
1387
+ Message;
1388
+ constructor(opts) {
1389
+ super({
1390
+ name: "InvalidAssociation",
1391
+ $fault: "client",
1392
+ ...opts,
1393
+ });
1394
+ Object.setPrototypeOf(this, InvalidAssociation.prototype);
1395
+ this.Message = opts.Message;
1396
+ }
1397
+ }
1363
1398
  export const Format = {
1364
1399
  URLEncoded: "URLEncoded",
1365
1400
  };
@@ -1700,165 +1735,6 @@ export class OriginAccessControlAlreadyExists extends __BaseException {
1700
1735
  this.Message = opts.Message;
1701
1736
  }
1702
1737
  }
1703
- export class TooManyOriginAccessControls extends __BaseException {
1704
- name = "TooManyOriginAccessControls";
1705
- $fault = "client";
1706
- Message;
1707
- constructor(opts) {
1708
- super({
1709
- name: "TooManyOriginAccessControls",
1710
- $fault: "client",
1711
- ...opts,
1712
- });
1713
- Object.setPrototypeOf(this, TooManyOriginAccessControls.prototype);
1714
- this.Message = opts.Message;
1715
- }
1716
- }
1717
- export const OriginRequestPolicyCookieBehavior = {
1718
- all: "all",
1719
- allExcept: "allExcept",
1720
- none: "none",
1721
- whitelist: "whitelist",
1722
- };
1723
- export const OriginRequestPolicyHeaderBehavior = {
1724
- allExcept: "allExcept",
1725
- allViewer: "allViewer",
1726
- allViewerAndWhitelistCloudFront: "allViewerAndWhitelistCloudFront",
1727
- none: "none",
1728
- whitelist: "whitelist",
1729
- };
1730
- export const OriginRequestPolicyQueryStringBehavior = {
1731
- all: "all",
1732
- allExcept: "allExcept",
1733
- none: "none",
1734
- whitelist: "whitelist",
1735
- };
1736
- export class OriginRequestPolicyAlreadyExists extends __BaseException {
1737
- name = "OriginRequestPolicyAlreadyExists";
1738
- $fault = "client";
1739
- Message;
1740
- constructor(opts) {
1741
- super({
1742
- name: "OriginRequestPolicyAlreadyExists",
1743
- $fault: "client",
1744
- ...opts,
1745
- });
1746
- Object.setPrototypeOf(this, OriginRequestPolicyAlreadyExists.prototype);
1747
- this.Message = opts.Message;
1748
- }
1749
- }
1750
- export class TooManyCookiesInOriginRequestPolicy extends __BaseException {
1751
- name = "TooManyCookiesInOriginRequestPolicy";
1752
- $fault = "client";
1753
- Message;
1754
- constructor(opts) {
1755
- super({
1756
- name: "TooManyCookiesInOriginRequestPolicy",
1757
- $fault: "client",
1758
- ...opts,
1759
- });
1760
- Object.setPrototypeOf(this, TooManyCookiesInOriginRequestPolicy.prototype);
1761
- this.Message = opts.Message;
1762
- }
1763
- }
1764
- export class TooManyHeadersInOriginRequestPolicy extends __BaseException {
1765
- name = "TooManyHeadersInOriginRequestPolicy";
1766
- $fault = "client";
1767
- Message;
1768
- constructor(opts) {
1769
- super({
1770
- name: "TooManyHeadersInOriginRequestPolicy",
1771
- $fault: "client",
1772
- ...opts,
1773
- });
1774
- Object.setPrototypeOf(this, TooManyHeadersInOriginRequestPolicy.prototype);
1775
- this.Message = opts.Message;
1776
- }
1777
- }
1778
- export class TooManyOriginRequestPolicies extends __BaseException {
1779
- name = "TooManyOriginRequestPolicies";
1780
- $fault = "client";
1781
- Message;
1782
- constructor(opts) {
1783
- super({
1784
- name: "TooManyOriginRequestPolicies",
1785
- $fault: "client",
1786
- ...opts,
1787
- });
1788
- Object.setPrototypeOf(this, TooManyOriginRequestPolicies.prototype);
1789
- this.Message = opts.Message;
1790
- }
1791
- }
1792
- export class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
1793
- name = "TooManyQueryStringsInOriginRequestPolicy";
1794
- $fault = "client";
1795
- Message;
1796
- constructor(opts) {
1797
- super({
1798
- name: "TooManyQueryStringsInOriginRequestPolicy",
1799
- $fault: "client",
1800
- ...opts,
1801
- });
1802
- Object.setPrototypeOf(this, TooManyQueryStringsInOriginRequestPolicy.prototype);
1803
- this.Message = opts.Message;
1804
- }
1805
- }
1806
- export class PublicKeyAlreadyExists extends __BaseException {
1807
- name = "PublicKeyAlreadyExists";
1808
- $fault = "client";
1809
- Message;
1810
- constructor(opts) {
1811
- super({
1812
- name: "PublicKeyAlreadyExists",
1813
- $fault: "client",
1814
- ...opts,
1815
- });
1816
- Object.setPrototypeOf(this, PublicKeyAlreadyExists.prototype);
1817
- this.Message = opts.Message;
1818
- }
1819
- }
1820
- export class TooManyPublicKeys extends __BaseException {
1821
- name = "TooManyPublicKeys";
1822
- $fault = "client";
1823
- Message;
1824
- constructor(opts) {
1825
- super({
1826
- name: "TooManyPublicKeys",
1827
- $fault: "client",
1828
- ...opts,
1829
- });
1830
- Object.setPrototypeOf(this, TooManyPublicKeys.prototype);
1831
- this.Message = opts.Message;
1832
- }
1833
- }
1834
- export class RealtimeLogConfigAlreadyExists extends __BaseException {
1835
- name = "RealtimeLogConfigAlreadyExists";
1836
- $fault = "client";
1837
- Message;
1838
- constructor(opts) {
1839
- super({
1840
- name: "RealtimeLogConfigAlreadyExists",
1841
- $fault: "client",
1842
- ...opts,
1843
- });
1844
- Object.setPrototypeOf(this, RealtimeLogConfigAlreadyExists.prototype);
1845
- this.Message = opts.Message;
1846
- }
1847
- }
1848
- export class TooManyRealtimeLogConfigs extends __BaseException {
1849
- name = "TooManyRealtimeLogConfigs";
1850
- $fault = "client";
1851
- Message;
1852
- constructor(opts) {
1853
- super({
1854
- name: "TooManyRealtimeLogConfigs",
1855
- $fault: "client",
1856
- ...opts,
1857
- });
1858
- Object.setPrototypeOf(this, TooManyRealtimeLogConfigs.prototype);
1859
- this.Message = opts.Message;
1860
- }
1861
- }
1862
1738
  export const OriginCustomHeaderFilterSensitiveLog = (obj) => ({
1863
1739
  ...obj,
1864
1740
  ...(obj.HeaderValue && { HeaderValue: SENSITIVE_STRING }),