@aws-sdk/client-cloudfront 3.169.0 → 3.171.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 (124) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudFront.d.ts +1754 -495
  3. package/dist-types/ts3.4/CloudFrontClient.d.ts +692 -171
  4. package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +31 -17
  23. package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +31 -17
  25. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +30 -17
  33. package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +32 -17
  76. package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  85. package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  87. package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  89. package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
  92. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +35 -17
  95. package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +35 -17
  96. package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -17
  99. package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +39 -17
  102. package/dist-types/ts3.4/commands/index.d.ts +98 -98
  103. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  104. package/dist-types/ts3.4/index.d.ts +7 -7
  105. package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +7 -6
  106. package/dist-types/ts3.4/models/index.d.ts +2 -2
  107. package/dist-types/ts3.4/models/models_0.d.ts +2338 -230
  108. package/dist-types/ts3.4/models/models_1.d.ts +1497 -1748
  109. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  110. package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  115. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  120. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  121. package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +11 -7
  122. package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +11 -7
  123. package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +11 -7
  124. package/package.json +36 -36
@@ -1,171 +1,692 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
10
- import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
11
- import { CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
12
- import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
13
- import { CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput } from "./commands/CreateDistributionWithTagsCommand";
14
- import { CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput } from "./commands/CreateFieldLevelEncryptionConfigCommand";
15
- import { CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput } from "./commands/CreateFieldLevelEncryptionProfileCommand";
16
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
17
- import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "./commands/CreateInvalidationCommand";
18
- import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "./commands/CreateKeyGroupCommand";
19
- import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput } from "./commands/CreateMonitoringSubscriptionCommand";
20
- import { CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput } from "./commands/CreateOriginAccessControlCommand";
21
- import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "./commands/CreateOriginRequestPolicyCommand";
22
- import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "./commands/CreatePublicKeyCommand";
23
- import { CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput } from "./commands/CreateRealtimeLogConfigCommand";
24
- import { CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput } from "./commands/CreateResponseHeadersPolicyCommand";
25
- import { CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput } from "./commands/CreateStreamingDistributionCommand";
26
- import { CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput } from "./commands/CreateStreamingDistributionWithTagsCommand";
27
- import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
28
- import { DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
29
- import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
30
- import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput } from "./commands/DeleteFieldLevelEncryptionConfigCommand";
31
- import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "./commands/DeleteFieldLevelEncryptionProfileCommand";
32
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
33
- import { DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput } from "./commands/DeleteKeyGroupCommand";
34
- import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput } from "./commands/DeleteMonitoringSubscriptionCommand";
35
- import { DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput } from "./commands/DeleteOriginAccessControlCommand";
36
- import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "./commands/DeleteOriginRequestPolicyCommand";
37
- import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./commands/DeletePublicKeyCommand";
38
- import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput } from "./commands/DeleteRealtimeLogConfigCommand";
39
- import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "./commands/DeleteResponseHeadersPolicyCommand";
40
- import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "./commands/DeleteStreamingDistributionCommand";
41
- import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
42
- import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
43
- import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "./commands/GetCachePolicyConfigCommand";
44
- import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
45
- import { GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput } from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
46
- import { GetDistributionCommandInput, GetDistributionCommandOutput } from "./commands/GetDistributionCommand";
47
- import { GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput } from "./commands/GetDistributionConfigCommand";
48
- import { GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput } from "./commands/GetFieldLevelEncryptionCommand";
49
- import { GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput } from "./commands/GetFieldLevelEncryptionConfigCommand";
50
- import { GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput } from "./commands/GetFieldLevelEncryptionProfileCommand";
51
- import { GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput } from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
52
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
53
- import { GetInvalidationCommandInput, GetInvalidationCommandOutput } from "./commands/GetInvalidationCommand";
54
- import { GetKeyGroupCommandInput, GetKeyGroupCommandOutput } from "./commands/GetKeyGroupCommand";
55
- import { GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput } from "./commands/GetKeyGroupConfigCommand";
56
- import { GetMonitoringSubscriptionCommandInput, GetMonitoringSubscriptionCommandOutput } from "./commands/GetMonitoringSubscriptionCommand";
57
- import { GetOriginAccessControlCommandInput, GetOriginAccessControlCommandOutput } from "./commands/GetOriginAccessControlCommand";
58
- import { GetOriginAccessControlConfigCommandInput, GetOriginAccessControlConfigCommandOutput } from "./commands/GetOriginAccessControlConfigCommand";
59
- import { GetOriginRequestPolicyCommandInput, GetOriginRequestPolicyCommandOutput } from "./commands/GetOriginRequestPolicyCommand";
60
- import { GetOriginRequestPolicyConfigCommandInput, GetOriginRequestPolicyConfigCommandOutput } from "./commands/GetOriginRequestPolicyConfigCommand";
61
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
62
- import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "./commands/GetPublicKeyConfigCommand";
63
- import { GetRealtimeLogConfigCommandInput, GetRealtimeLogConfigCommandOutput } from "./commands/GetRealtimeLogConfigCommand";
64
- import { GetResponseHeadersPolicyCommandInput, GetResponseHeadersPolicyCommandOutput } from "./commands/GetResponseHeadersPolicyCommand";
65
- import { GetResponseHeadersPolicyConfigCommandInput, GetResponseHeadersPolicyConfigCommandOutput } from "./commands/GetResponseHeadersPolicyConfigCommand";
66
- import { GetStreamingDistributionCommandInput, GetStreamingDistributionCommandOutput } from "./commands/GetStreamingDistributionCommand";
67
- import { GetStreamingDistributionConfigCommandInput, GetStreamingDistributionConfigCommandOutput } from "./commands/GetStreamingDistributionConfigCommand";
68
- import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
69
- import { ListCloudFrontOriginAccessIdentitiesCommandInput, ListCloudFrontOriginAccessIdentitiesCommandOutput } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
70
- import { ListConflictingAliasesCommandInput, ListConflictingAliasesCommandOutput } from "./commands/ListConflictingAliasesCommand";
71
- import { ListDistributionsByCachePolicyIdCommandInput, ListDistributionsByCachePolicyIdCommandOutput } from "./commands/ListDistributionsByCachePolicyIdCommand";
72
- import { ListDistributionsByKeyGroupCommandInput, ListDistributionsByKeyGroupCommandOutput } from "./commands/ListDistributionsByKeyGroupCommand";
73
- import { ListDistributionsByOriginRequestPolicyIdCommandInput, ListDistributionsByOriginRequestPolicyIdCommandOutput } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
74
- import { ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
75
- import { ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
76
- import { ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput } from "./commands/ListDistributionsByWebACLIdCommand";
77
- import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
78
- import { ListFieldLevelEncryptionConfigsCommandInput, ListFieldLevelEncryptionConfigsCommandOutput } from "./commands/ListFieldLevelEncryptionConfigsCommand";
79
- import { ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionProfilesCommandOutput } from "./commands/ListFieldLevelEncryptionProfilesCommand";
80
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
81
- import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "./commands/ListInvalidationsCommand";
82
- import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./commands/ListKeyGroupsCommand";
83
- import { ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput } from "./commands/ListOriginAccessControlsCommand";
84
- import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "./commands/ListOriginRequestPoliciesCommand";
85
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
86
- import { ListRealtimeLogConfigsCommandInput, ListRealtimeLogConfigsCommandOutput } from "./commands/ListRealtimeLogConfigsCommand";
87
- import { ListResponseHeadersPoliciesCommandInput, ListResponseHeadersPoliciesCommandOutput } from "./commands/ListResponseHeadersPoliciesCommand";
88
- import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "./commands/ListStreamingDistributionsCommand";
89
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
90
- import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
91
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
92
- import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/TestFunctionCommand";
93
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
94
- import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "./commands/UpdateCachePolicyCommand";
95
- import { UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput } from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
96
- import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
97
- import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput } from "./commands/UpdateFieldLevelEncryptionConfigCommand";
98
- import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "./commands/UpdateFieldLevelEncryptionProfileCommand";
99
- import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "./commands/UpdateFunctionCommand";
100
- import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "./commands/UpdateKeyGroupCommand";
101
- import { UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput } from "./commands/UpdateOriginAccessControlCommand";
102
- import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "./commands/UpdateOriginRequestPolicyCommand";
103
- import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./commands/UpdatePublicKeyCommand";
104
- import { UpdateRealtimeLogConfigCommandInput, UpdateRealtimeLogConfigCommandOutput } from "./commands/UpdateRealtimeLogConfigCommand";
105
- import { UpdateResponseHeadersPolicyCommandInput, UpdateResponseHeadersPolicyCommandOutput } from "./commands/UpdateResponseHeadersPolicyCommand";
106
- import { UpdateStreamingDistributionCommandInput, UpdateStreamingDistributionCommandOutput } from "./commands/UpdateStreamingDistributionCommand";
107
- export declare type ServiceInputTypes = AssociateAliasCommandInput | CreateCachePolicyCommandInput | CreateCloudFrontOriginAccessIdentityCommandInput | CreateDistributionCommandInput | CreateDistributionWithTagsCommandInput | CreateFieldLevelEncryptionConfigCommandInput | CreateFieldLevelEncryptionProfileCommandInput | CreateFunctionCommandInput | CreateInvalidationCommandInput | CreateKeyGroupCommandInput | CreateMonitoringSubscriptionCommandInput | CreateOriginAccessControlCommandInput | CreateOriginRequestPolicyCommandInput | CreatePublicKeyCommandInput | CreateRealtimeLogConfigCommandInput | CreateResponseHeadersPolicyCommandInput | CreateStreamingDistributionCommandInput | CreateStreamingDistributionWithTagsCommandInput | DeleteCachePolicyCommandInput | DeleteCloudFrontOriginAccessIdentityCommandInput | DeleteDistributionCommandInput | DeleteFieldLevelEncryptionConfigCommandInput | DeleteFieldLevelEncryptionProfileCommandInput | DeleteFunctionCommandInput | DeleteKeyGroupCommandInput | DeleteMonitoringSubscriptionCommandInput | DeleteOriginAccessControlCommandInput | DeleteOriginRequestPolicyCommandInput | DeletePublicKeyCommandInput | DeleteRealtimeLogConfigCommandInput | DeleteResponseHeadersPolicyCommandInput | DeleteStreamingDistributionCommandInput | DescribeFunctionCommandInput | GetCachePolicyCommandInput | GetCachePolicyConfigCommandInput | GetCloudFrontOriginAccessIdentityCommandInput | GetCloudFrontOriginAccessIdentityConfigCommandInput | GetDistributionCommandInput | GetDistributionConfigCommandInput | GetFieldLevelEncryptionCommandInput | GetFieldLevelEncryptionConfigCommandInput | GetFieldLevelEncryptionProfileCommandInput | GetFieldLevelEncryptionProfileConfigCommandInput | GetFunctionCommandInput | GetInvalidationCommandInput | GetKeyGroupCommandInput | GetKeyGroupConfigCommandInput | GetMonitoringSubscriptionCommandInput | GetOriginAccessControlCommandInput | GetOriginAccessControlConfigCommandInput | GetOriginRequestPolicyCommandInput | GetOriginRequestPolicyConfigCommandInput | GetPublicKeyCommandInput | GetPublicKeyConfigCommandInput | GetRealtimeLogConfigCommandInput | GetResponseHeadersPolicyCommandInput | GetResponseHeadersPolicyConfigCommandInput | GetStreamingDistributionCommandInput | GetStreamingDistributionConfigCommandInput | ListCachePoliciesCommandInput | ListCloudFrontOriginAccessIdentitiesCommandInput | ListConflictingAliasesCommandInput | ListDistributionsByCachePolicyIdCommandInput | ListDistributionsByKeyGroupCommandInput | ListDistributionsByOriginRequestPolicyIdCommandInput | ListDistributionsByRealtimeLogConfigCommandInput | ListDistributionsByResponseHeadersPolicyIdCommandInput | ListDistributionsByWebACLIdCommandInput | ListDistributionsCommandInput | ListFieldLevelEncryptionConfigsCommandInput | ListFieldLevelEncryptionProfilesCommandInput | ListFunctionsCommandInput | ListInvalidationsCommandInput | ListKeyGroupsCommandInput | ListOriginAccessControlsCommandInput | ListOriginRequestPoliciesCommandInput | ListPublicKeysCommandInput | ListRealtimeLogConfigsCommandInput | ListResponseHeadersPoliciesCommandInput | ListStreamingDistributionsCommandInput | ListTagsForResourceCommandInput | PublishFunctionCommandInput | TagResourceCommandInput | TestFunctionCommandInput | UntagResourceCommandInput | UpdateCachePolicyCommandInput | UpdateCloudFrontOriginAccessIdentityCommandInput | UpdateDistributionCommandInput | UpdateFieldLevelEncryptionConfigCommandInput | UpdateFieldLevelEncryptionProfileCommandInput | UpdateFunctionCommandInput | UpdateKeyGroupCommandInput | UpdateOriginAccessControlCommandInput | UpdateOriginRequestPolicyCommandInput | UpdatePublicKeyCommandInput | UpdateRealtimeLogConfigCommandInput | UpdateResponseHeadersPolicyCommandInput | UpdateStreamingDistributionCommandInput;
108
- export declare type ServiceOutputTypes = AssociateAliasCommandOutput | CreateCachePolicyCommandOutput | CreateCloudFrontOriginAccessIdentityCommandOutput | CreateDistributionCommandOutput | CreateDistributionWithTagsCommandOutput | CreateFieldLevelEncryptionConfigCommandOutput | CreateFieldLevelEncryptionProfileCommandOutput | CreateFunctionCommandOutput | CreateInvalidationCommandOutput | CreateKeyGroupCommandOutput | CreateMonitoringSubscriptionCommandOutput | CreateOriginAccessControlCommandOutput | CreateOriginRequestPolicyCommandOutput | CreatePublicKeyCommandOutput | CreateRealtimeLogConfigCommandOutput | CreateResponseHeadersPolicyCommandOutput | CreateStreamingDistributionCommandOutput | CreateStreamingDistributionWithTagsCommandOutput | DeleteCachePolicyCommandOutput | DeleteCloudFrontOriginAccessIdentityCommandOutput | DeleteDistributionCommandOutput | DeleteFieldLevelEncryptionConfigCommandOutput | DeleteFieldLevelEncryptionProfileCommandOutput | DeleteFunctionCommandOutput | DeleteKeyGroupCommandOutput | DeleteMonitoringSubscriptionCommandOutput | DeleteOriginAccessControlCommandOutput | DeleteOriginRequestPolicyCommandOutput | DeletePublicKeyCommandOutput | DeleteRealtimeLogConfigCommandOutput | DeleteResponseHeadersPolicyCommandOutput | DeleteStreamingDistributionCommandOutput | DescribeFunctionCommandOutput | GetCachePolicyCommandOutput | GetCachePolicyConfigCommandOutput | GetCloudFrontOriginAccessIdentityCommandOutput | GetCloudFrontOriginAccessIdentityConfigCommandOutput | GetDistributionCommandOutput | GetDistributionConfigCommandOutput | GetFieldLevelEncryptionCommandOutput | GetFieldLevelEncryptionConfigCommandOutput | GetFieldLevelEncryptionProfileCommandOutput | GetFieldLevelEncryptionProfileConfigCommandOutput | GetFunctionCommandOutput | GetInvalidationCommandOutput | GetKeyGroupCommandOutput | GetKeyGroupConfigCommandOutput | GetMonitoringSubscriptionCommandOutput | GetOriginAccessControlCommandOutput | GetOriginAccessControlConfigCommandOutput | GetOriginRequestPolicyCommandOutput | GetOriginRequestPolicyConfigCommandOutput | GetPublicKeyCommandOutput | GetPublicKeyConfigCommandOutput | GetRealtimeLogConfigCommandOutput | GetResponseHeadersPolicyCommandOutput | GetResponseHeadersPolicyConfigCommandOutput | GetStreamingDistributionCommandOutput | GetStreamingDistributionConfigCommandOutput | ListCachePoliciesCommandOutput | ListCloudFrontOriginAccessIdentitiesCommandOutput | ListConflictingAliasesCommandOutput | ListDistributionsByCachePolicyIdCommandOutput | ListDistributionsByKeyGroupCommandOutput | ListDistributionsByOriginRequestPolicyIdCommandOutput | ListDistributionsByRealtimeLogConfigCommandOutput | ListDistributionsByResponseHeadersPolicyIdCommandOutput | ListDistributionsByWebACLIdCommandOutput | ListDistributionsCommandOutput | ListFieldLevelEncryptionConfigsCommandOutput | ListFieldLevelEncryptionProfilesCommandOutput | ListFunctionsCommandOutput | ListInvalidationsCommandOutput | ListKeyGroupsCommandOutput | ListOriginAccessControlsCommandOutput | ListOriginRequestPoliciesCommandOutput | ListPublicKeysCommandOutput | ListRealtimeLogConfigsCommandOutput | ListResponseHeadersPoliciesCommandOutput | ListStreamingDistributionsCommandOutput | ListTagsForResourceCommandOutput | PublishFunctionCommandOutput | TagResourceCommandOutput | TestFunctionCommandOutput | UntagResourceCommandOutput | UpdateCachePolicyCommandOutput | UpdateCloudFrontOriginAccessIdentityCommandOutput | UpdateDistributionCommandOutput | UpdateFieldLevelEncryptionConfigCommandOutput | UpdateFieldLevelEncryptionProfileCommandOutput | UpdateFunctionCommandOutput | UpdateKeyGroupCommandOutput | UpdateOriginAccessControlCommandOutput | UpdateOriginRequestPolicyCommandOutput | UpdatePublicKeyCommandOutput | UpdateRealtimeLogConfigCommandOutput | UpdateResponseHeadersPolicyCommandOutput | UpdateStreamingDistributionCommandOutput;
109
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
110
-
111
- requestHandler?: __HttpHandler;
112
-
113
- sha256?: __HashConstructor;
114
-
115
- urlParser?: __UrlParser;
116
-
117
- bodyLengthChecker?: __BodyLengthCalculator;
118
-
119
- streamCollector?: __StreamCollector;
120
-
121
- base64Decoder?: __Decoder;
122
-
123
- base64Encoder?: __Encoder;
124
-
125
- utf8Decoder?: __Decoder;
126
-
127
- utf8Encoder?: __Encoder;
128
-
129
- runtime?: string;
130
-
131
- disableHostPrefix?: boolean;
132
-
133
- maxAttempts?: number | __Provider<number>;
134
-
135
- retryMode?: string | __Provider<string>;
136
-
137
- logger?: __Logger;
138
-
139
- useDualstackEndpoint?: boolean | __Provider<boolean>;
140
-
141
- useFipsEndpoint?: boolean | __Provider<boolean>;
142
-
143
- serviceId?: string;
144
-
145
- region?: string | __Provider<string>;
146
-
147
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
148
-
149
- regionInfoProvider?: RegionInfoProvider;
150
-
151
- defaultUserAgentProvider?: Provider<__UserAgent>;
152
-
153
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
154
- }
155
- declare type CloudFrontClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
156
-
157
- export interface CloudFrontClientConfig extends CloudFrontClientConfigType {
158
- }
159
- declare type CloudFrontClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
160
-
161
- export interface CloudFrontClientResolvedConfig extends CloudFrontClientResolvedConfigType {
162
- }
163
-
164
- export declare class CloudFrontClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFrontClientResolvedConfig> {
165
-
166
- readonly config: CloudFrontClientResolvedConfig;
167
- constructor(configuration: CloudFrontClientConfig);
168
-
169
- destroy(): void;
170
- }
171
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateAliasCommandInput,
47
+ AssociateAliasCommandOutput,
48
+ } from "./commands/AssociateAliasCommand";
49
+ import {
50
+ CreateCachePolicyCommandInput,
51
+ CreateCachePolicyCommandOutput,
52
+ } from "./commands/CreateCachePolicyCommand";
53
+ import {
54
+ CreateCloudFrontOriginAccessIdentityCommandInput,
55
+ CreateCloudFrontOriginAccessIdentityCommandOutput,
56
+ } from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
57
+ import {
58
+ CreateDistributionCommandInput,
59
+ CreateDistributionCommandOutput,
60
+ } from "./commands/CreateDistributionCommand";
61
+ import {
62
+ CreateDistributionWithTagsCommandInput,
63
+ CreateDistributionWithTagsCommandOutput,
64
+ } from "./commands/CreateDistributionWithTagsCommand";
65
+ import {
66
+ CreateFieldLevelEncryptionConfigCommandInput,
67
+ CreateFieldLevelEncryptionConfigCommandOutput,
68
+ } from "./commands/CreateFieldLevelEncryptionConfigCommand";
69
+ import {
70
+ CreateFieldLevelEncryptionProfileCommandInput,
71
+ CreateFieldLevelEncryptionProfileCommandOutput,
72
+ } from "./commands/CreateFieldLevelEncryptionProfileCommand";
73
+ import {
74
+ CreateFunctionCommandInput,
75
+ CreateFunctionCommandOutput,
76
+ } from "./commands/CreateFunctionCommand";
77
+ import {
78
+ CreateInvalidationCommandInput,
79
+ CreateInvalidationCommandOutput,
80
+ } from "./commands/CreateInvalidationCommand";
81
+ import {
82
+ CreateKeyGroupCommandInput,
83
+ CreateKeyGroupCommandOutput,
84
+ } from "./commands/CreateKeyGroupCommand";
85
+ import {
86
+ CreateMonitoringSubscriptionCommandInput,
87
+ CreateMonitoringSubscriptionCommandOutput,
88
+ } from "./commands/CreateMonitoringSubscriptionCommand";
89
+ import {
90
+ CreateOriginAccessControlCommandInput,
91
+ CreateOriginAccessControlCommandOutput,
92
+ } from "./commands/CreateOriginAccessControlCommand";
93
+ import {
94
+ CreateOriginRequestPolicyCommandInput,
95
+ CreateOriginRequestPolicyCommandOutput,
96
+ } from "./commands/CreateOriginRequestPolicyCommand";
97
+ import {
98
+ CreatePublicKeyCommandInput,
99
+ CreatePublicKeyCommandOutput,
100
+ } from "./commands/CreatePublicKeyCommand";
101
+ import {
102
+ CreateRealtimeLogConfigCommandInput,
103
+ CreateRealtimeLogConfigCommandOutput,
104
+ } from "./commands/CreateRealtimeLogConfigCommand";
105
+ import {
106
+ CreateResponseHeadersPolicyCommandInput,
107
+ CreateResponseHeadersPolicyCommandOutput,
108
+ } from "./commands/CreateResponseHeadersPolicyCommand";
109
+ import {
110
+ CreateStreamingDistributionCommandInput,
111
+ CreateStreamingDistributionCommandOutput,
112
+ } from "./commands/CreateStreamingDistributionCommand";
113
+ import {
114
+ CreateStreamingDistributionWithTagsCommandInput,
115
+ CreateStreamingDistributionWithTagsCommandOutput,
116
+ } from "./commands/CreateStreamingDistributionWithTagsCommand";
117
+ import {
118
+ DeleteCachePolicyCommandInput,
119
+ DeleteCachePolicyCommandOutput,
120
+ } from "./commands/DeleteCachePolicyCommand";
121
+ import {
122
+ DeleteCloudFrontOriginAccessIdentityCommandInput,
123
+ DeleteCloudFrontOriginAccessIdentityCommandOutput,
124
+ } from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
125
+ import {
126
+ DeleteDistributionCommandInput,
127
+ DeleteDistributionCommandOutput,
128
+ } from "./commands/DeleteDistributionCommand";
129
+ import {
130
+ DeleteFieldLevelEncryptionConfigCommandInput,
131
+ DeleteFieldLevelEncryptionConfigCommandOutput,
132
+ } from "./commands/DeleteFieldLevelEncryptionConfigCommand";
133
+ import {
134
+ DeleteFieldLevelEncryptionProfileCommandInput,
135
+ DeleteFieldLevelEncryptionProfileCommandOutput,
136
+ } from "./commands/DeleteFieldLevelEncryptionProfileCommand";
137
+ import {
138
+ DeleteFunctionCommandInput,
139
+ DeleteFunctionCommandOutput,
140
+ } from "./commands/DeleteFunctionCommand";
141
+ import {
142
+ DeleteKeyGroupCommandInput,
143
+ DeleteKeyGroupCommandOutput,
144
+ } from "./commands/DeleteKeyGroupCommand";
145
+ import {
146
+ DeleteMonitoringSubscriptionCommandInput,
147
+ DeleteMonitoringSubscriptionCommandOutput,
148
+ } from "./commands/DeleteMonitoringSubscriptionCommand";
149
+ import {
150
+ DeleteOriginAccessControlCommandInput,
151
+ DeleteOriginAccessControlCommandOutput,
152
+ } from "./commands/DeleteOriginAccessControlCommand";
153
+ import {
154
+ DeleteOriginRequestPolicyCommandInput,
155
+ DeleteOriginRequestPolicyCommandOutput,
156
+ } from "./commands/DeleteOriginRequestPolicyCommand";
157
+ import {
158
+ DeletePublicKeyCommandInput,
159
+ DeletePublicKeyCommandOutput,
160
+ } from "./commands/DeletePublicKeyCommand";
161
+ import {
162
+ DeleteRealtimeLogConfigCommandInput,
163
+ DeleteRealtimeLogConfigCommandOutput,
164
+ } from "./commands/DeleteRealtimeLogConfigCommand";
165
+ import {
166
+ DeleteResponseHeadersPolicyCommandInput,
167
+ DeleteResponseHeadersPolicyCommandOutput,
168
+ } from "./commands/DeleteResponseHeadersPolicyCommand";
169
+ import {
170
+ DeleteStreamingDistributionCommandInput,
171
+ DeleteStreamingDistributionCommandOutput,
172
+ } from "./commands/DeleteStreamingDistributionCommand";
173
+ import {
174
+ DescribeFunctionCommandInput,
175
+ DescribeFunctionCommandOutput,
176
+ } from "./commands/DescribeFunctionCommand";
177
+ import {
178
+ GetCachePolicyCommandInput,
179
+ GetCachePolicyCommandOutput,
180
+ } from "./commands/GetCachePolicyCommand";
181
+ import {
182
+ GetCachePolicyConfigCommandInput,
183
+ GetCachePolicyConfigCommandOutput,
184
+ } from "./commands/GetCachePolicyConfigCommand";
185
+ import {
186
+ GetCloudFrontOriginAccessIdentityCommandInput,
187
+ GetCloudFrontOriginAccessIdentityCommandOutput,
188
+ } from "./commands/GetCloudFrontOriginAccessIdentityCommand";
189
+ import {
190
+ GetCloudFrontOriginAccessIdentityConfigCommandInput,
191
+ GetCloudFrontOriginAccessIdentityConfigCommandOutput,
192
+ } from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
193
+ import {
194
+ GetDistributionCommandInput,
195
+ GetDistributionCommandOutput,
196
+ } from "./commands/GetDistributionCommand";
197
+ import {
198
+ GetDistributionConfigCommandInput,
199
+ GetDistributionConfigCommandOutput,
200
+ } from "./commands/GetDistributionConfigCommand";
201
+ import {
202
+ GetFieldLevelEncryptionCommandInput,
203
+ GetFieldLevelEncryptionCommandOutput,
204
+ } from "./commands/GetFieldLevelEncryptionCommand";
205
+ import {
206
+ GetFieldLevelEncryptionConfigCommandInput,
207
+ GetFieldLevelEncryptionConfigCommandOutput,
208
+ } from "./commands/GetFieldLevelEncryptionConfigCommand";
209
+ import {
210
+ GetFieldLevelEncryptionProfileCommandInput,
211
+ GetFieldLevelEncryptionProfileCommandOutput,
212
+ } from "./commands/GetFieldLevelEncryptionProfileCommand";
213
+ import {
214
+ GetFieldLevelEncryptionProfileConfigCommandInput,
215
+ GetFieldLevelEncryptionProfileConfigCommandOutput,
216
+ } from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
217
+ import {
218
+ GetFunctionCommandInput,
219
+ GetFunctionCommandOutput,
220
+ } from "./commands/GetFunctionCommand";
221
+ import {
222
+ GetInvalidationCommandInput,
223
+ GetInvalidationCommandOutput,
224
+ } from "./commands/GetInvalidationCommand";
225
+ import {
226
+ GetKeyGroupCommandInput,
227
+ GetKeyGroupCommandOutput,
228
+ } from "./commands/GetKeyGroupCommand";
229
+ import {
230
+ GetKeyGroupConfigCommandInput,
231
+ GetKeyGroupConfigCommandOutput,
232
+ } from "./commands/GetKeyGroupConfigCommand";
233
+ import {
234
+ GetMonitoringSubscriptionCommandInput,
235
+ GetMonitoringSubscriptionCommandOutput,
236
+ } from "./commands/GetMonitoringSubscriptionCommand";
237
+ import {
238
+ GetOriginAccessControlCommandInput,
239
+ GetOriginAccessControlCommandOutput,
240
+ } from "./commands/GetOriginAccessControlCommand";
241
+ import {
242
+ GetOriginAccessControlConfigCommandInput,
243
+ GetOriginAccessControlConfigCommandOutput,
244
+ } from "./commands/GetOriginAccessControlConfigCommand";
245
+ import {
246
+ GetOriginRequestPolicyCommandInput,
247
+ GetOriginRequestPolicyCommandOutput,
248
+ } from "./commands/GetOriginRequestPolicyCommand";
249
+ import {
250
+ GetOriginRequestPolicyConfigCommandInput,
251
+ GetOriginRequestPolicyConfigCommandOutput,
252
+ } from "./commands/GetOriginRequestPolicyConfigCommand";
253
+ import {
254
+ GetPublicKeyCommandInput,
255
+ GetPublicKeyCommandOutput,
256
+ } from "./commands/GetPublicKeyCommand";
257
+ import {
258
+ GetPublicKeyConfigCommandInput,
259
+ GetPublicKeyConfigCommandOutput,
260
+ } from "./commands/GetPublicKeyConfigCommand";
261
+ import {
262
+ GetRealtimeLogConfigCommandInput,
263
+ GetRealtimeLogConfigCommandOutput,
264
+ } from "./commands/GetRealtimeLogConfigCommand";
265
+ import {
266
+ GetResponseHeadersPolicyCommandInput,
267
+ GetResponseHeadersPolicyCommandOutput,
268
+ } from "./commands/GetResponseHeadersPolicyCommand";
269
+ import {
270
+ GetResponseHeadersPolicyConfigCommandInput,
271
+ GetResponseHeadersPolicyConfigCommandOutput,
272
+ } from "./commands/GetResponseHeadersPolicyConfigCommand";
273
+ import {
274
+ GetStreamingDistributionCommandInput,
275
+ GetStreamingDistributionCommandOutput,
276
+ } from "./commands/GetStreamingDistributionCommand";
277
+ import {
278
+ GetStreamingDistributionConfigCommandInput,
279
+ GetStreamingDistributionConfigCommandOutput,
280
+ } from "./commands/GetStreamingDistributionConfigCommand";
281
+ import {
282
+ ListCachePoliciesCommandInput,
283
+ ListCachePoliciesCommandOutput,
284
+ } from "./commands/ListCachePoliciesCommand";
285
+ import {
286
+ ListCloudFrontOriginAccessIdentitiesCommandInput,
287
+ ListCloudFrontOriginAccessIdentitiesCommandOutput,
288
+ } from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
289
+ import {
290
+ ListConflictingAliasesCommandInput,
291
+ ListConflictingAliasesCommandOutput,
292
+ } from "./commands/ListConflictingAliasesCommand";
293
+ import {
294
+ ListDistributionsByCachePolicyIdCommandInput,
295
+ ListDistributionsByCachePolicyIdCommandOutput,
296
+ } from "./commands/ListDistributionsByCachePolicyIdCommand";
297
+ import {
298
+ ListDistributionsByKeyGroupCommandInput,
299
+ ListDistributionsByKeyGroupCommandOutput,
300
+ } from "./commands/ListDistributionsByKeyGroupCommand";
301
+ import {
302
+ ListDistributionsByOriginRequestPolicyIdCommandInput,
303
+ ListDistributionsByOriginRequestPolicyIdCommandOutput,
304
+ } from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
305
+ import {
306
+ ListDistributionsByRealtimeLogConfigCommandInput,
307
+ ListDistributionsByRealtimeLogConfigCommandOutput,
308
+ } from "./commands/ListDistributionsByRealtimeLogConfigCommand";
309
+ import {
310
+ ListDistributionsByResponseHeadersPolicyIdCommandInput,
311
+ ListDistributionsByResponseHeadersPolicyIdCommandOutput,
312
+ } from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
313
+ import {
314
+ ListDistributionsByWebACLIdCommandInput,
315
+ ListDistributionsByWebACLIdCommandOutput,
316
+ } from "./commands/ListDistributionsByWebACLIdCommand";
317
+ import {
318
+ ListDistributionsCommandInput,
319
+ ListDistributionsCommandOutput,
320
+ } from "./commands/ListDistributionsCommand";
321
+ import {
322
+ ListFieldLevelEncryptionConfigsCommandInput,
323
+ ListFieldLevelEncryptionConfigsCommandOutput,
324
+ } from "./commands/ListFieldLevelEncryptionConfigsCommand";
325
+ import {
326
+ ListFieldLevelEncryptionProfilesCommandInput,
327
+ ListFieldLevelEncryptionProfilesCommandOutput,
328
+ } from "./commands/ListFieldLevelEncryptionProfilesCommand";
329
+ import {
330
+ ListFunctionsCommandInput,
331
+ ListFunctionsCommandOutput,
332
+ } from "./commands/ListFunctionsCommand";
333
+ import {
334
+ ListInvalidationsCommandInput,
335
+ ListInvalidationsCommandOutput,
336
+ } from "./commands/ListInvalidationsCommand";
337
+ import {
338
+ ListKeyGroupsCommandInput,
339
+ ListKeyGroupsCommandOutput,
340
+ } from "./commands/ListKeyGroupsCommand";
341
+ import {
342
+ ListOriginAccessControlsCommandInput,
343
+ ListOriginAccessControlsCommandOutput,
344
+ } from "./commands/ListOriginAccessControlsCommand";
345
+ import {
346
+ ListOriginRequestPoliciesCommandInput,
347
+ ListOriginRequestPoliciesCommandOutput,
348
+ } from "./commands/ListOriginRequestPoliciesCommand";
349
+ import {
350
+ ListPublicKeysCommandInput,
351
+ ListPublicKeysCommandOutput,
352
+ } from "./commands/ListPublicKeysCommand";
353
+ import {
354
+ ListRealtimeLogConfigsCommandInput,
355
+ ListRealtimeLogConfigsCommandOutput,
356
+ } from "./commands/ListRealtimeLogConfigsCommand";
357
+ import {
358
+ ListResponseHeadersPoliciesCommandInput,
359
+ ListResponseHeadersPoliciesCommandOutput,
360
+ } from "./commands/ListResponseHeadersPoliciesCommand";
361
+ import {
362
+ ListStreamingDistributionsCommandInput,
363
+ ListStreamingDistributionsCommandOutput,
364
+ } from "./commands/ListStreamingDistributionsCommand";
365
+ import {
366
+ ListTagsForResourceCommandInput,
367
+ ListTagsForResourceCommandOutput,
368
+ } from "./commands/ListTagsForResourceCommand";
369
+ import {
370
+ PublishFunctionCommandInput,
371
+ PublishFunctionCommandOutput,
372
+ } from "./commands/PublishFunctionCommand";
373
+ import {
374
+ TagResourceCommandInput,
375
+ TagResourceCommandOutput,
376
+ } from "./commands/TagResourceCommand";
377
+ import {
378
+ TestFunctionCommandInput,
379
+ TestFunctionCommandOutput,
380
+ } from "./commands/TestFunctionCommand";
381
+ import {
382
+ UntagResourceCommandInput,
383
+ UntagResourceCommandOutput,
384
+ } from "./commands/UntagResourceCommand";
385
+ import {
386
+ UpdateCachePolicyCommandInput,
387
+ UpdateCachePolicyCommandOutput,
388
+ } from "./commands/UpdateCachePolicyCommand";
389
+ import {
390
+ UpdateCloudFrontOriginAccessIdentityCommandInput,
391
+ UpdateCloudFrontOriginAccessIdentityCommandOutput,
392
+ } from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
393
+ import {
394
+ UpdateDistributionCommandInput,
395
+ UpdateDistributionCommandOutput,
396
+ } from "./commands/UpdateDistributionCommand";
397
+ import {
398
+ UpdateFieldLevelEncryptionConfigCommandInput,
399
+ UpdateFieldLevelEncryptionConfigCommandOutput,
400
+ } from "./commands/UpdateFieldLevelEncryptionConfigCommand";
401
+ import {
402
+ UpdateFieldLevelEncryptionProfileCommandInput,
403
+ UpdateFieldLevelEncryptionProfileCommandOutput,
404
+ } from "./commands/UpdateFieldLevelEncryptionProfileCommand";
405
+ import {
406
+ UpdateFunctionCommandInput,
407
+ UpdateFunctionCommandOutput,
408
+ } from "./commands/UpdateFunctionCommand";
409
+ import {
410
+ UpdateKeyGroupCommandInput,
411
+ UpdateKeyGroupCommandOutput,
412
+ } from "./commands/UpdateKeyGroupCommand";
413
+ import {
414
+ UpdateOriginAccessControlCommandInput,
415
+ UpdateOriginAccessControlCommandOutput,
416
+ } from "./commands/UpdateOriginAccessControlCommand";
417
+ import {
418
+ UpdateOriginRequestPolicyCommandInput,
419
+ UpdateOriginRequestPolicyCommandOutput,
420
+ } from "./commands/UpdateOriginRequestPolicyCommand";
421
+ import {
422
+ UpdatePublicKeyCommandInput,
423
+ UpdatePublicKeyCommandOutput,
424
+ } from "./commands/UpdatePublicKeyCommand";
425
+ import {
426
+ UpdateRealtimeLogConfigCommandInput,
427
+ UpdateRealtimeLogConfigCommandOutput,
428
+ } from "./commands/UpdateRealtimeLogConfigCommand";
429
+ import {
430
+ UpdateResponseHeadersPolicyCommandInput,
431
+ UpdateResponseHeadersPolicyCommandOutput,
432
+ } from "./commands/UpdateResponseHeadersPolicyCommand";
433
+ import {
434
+ UpdateStreamingDistributionCommandInput,
435
+ UpdateStreamingDistributionCommandOutput,
436
+ } from "./commands/UpdateStreamingDistributionCommand";
437
+ export declare type ServiceInputTypes =
438
+ | AssociateAliasCommandInput
439
+ | CreateCachePolicyCommandInput
440
+ | CreateCloudFrontOriginAccessIdentityCommandInput
441
+ | CreateDistributionCommandInput
442
+ | CreateDistributionWithTagsCommandInput
443
+ | CreateFieldLevelEncryptionConfigCommandInput
444
+ | CreateFieldLevelEncryptionProfileCommandInput
445
+ | CreateFunctionCommandInput
446
+ | CreateInvalidationCommandInput
447
+ | CreateKeyGroupCommandInput
448
+ | CreateMonitoringSubscriptionCommandInput
449
+ | CreateOriginAccessControlCommandInput
450
+ | CreateOriginRequestPolicyCommandInput
451
+ | CreatePublicKeyCommandInput
452
+ | CreateRealtimeLogConfigCommandInput
453
+ | CreateResponseHeadersPolicyCommandInput
454
+ | CreateStreamingDistributionCommandInput
455
+ | CreateStreamingDistributionWithTagsCommandInput
456
+ | DeleteCachePolicyCommandInput
457
+ | DeleteCloudFrontOriginAccessIdentityCommandInput
458
+ | DeleteDistributionCommandInput
459
+ | DeleteFieldLevelEncryptionConfigCommandInput
460
+ | DeleteFieldLevelEncryptionProfileCommandInput
461
+ | DeleteFunctionCommandInput
462
+ | DeleteKeyGroupCommandInput
463
+ | DeleteMonitoringSubscriptionCommandInput
464
+ | DeleteOriginAccessControlCommandInput
465
+ | DeleteOriginRequestPolicyCommandInput
466
+ | DeletePublicKeyCommandInput
467
+ | DeleteRealtimeLogConfigCommandInput
468
+ | DeleteResponseHeadersPolicyCommandInput
469
+ | DeleteStreamingDistributionCommandInput
470
+ | DescribeFunctionCommandInput
471
+ | GetCachePolicyCommandInput
472
+ | GetCachePolicyConfigCommandInput
473
+ | GetCloudFrontOriginAccessIdentityCommandInput
474
+ | GetCloudFrontOriginAccessIdentityConfigCommandInput
475
+ | GetDistributionCommandInput
476
+ | GetDistributionConfigCommandInput
477
+ | GetFieldLevelEncryptionCommandInput
478
+ | GetFieldLevelEncryptionConfigCommandInput
479
+ | GetFieldLevelEncryptionProfileCommandInput
480
+ | GetFieldLevelEncryptionProfileConfigCommandInput
481
+ | GetFunctionCommandInput
482
+ | GetInvalidationCommandInput
483
+ | GetKeyGroupCommandInput
484
+ | GetKeyGroupConfigCommandInput
485
+ | GetMonitoringSubscriptionCommandInput
486
+ | GetOriginAccessControlCommandInput
487
+ | GetOriginAccessControlConfigCommandInput
488
+ | GetOriginRequestPolicyCommandInput
489
+ | GetOriginRequestPolicyConfigCommandInput
490
+ | GetPublicKeyCommandInput
491
+ | GetPublicKeyConfigCommandInput
492
+ | GetRealtimeLogConfigCommandInput
493
+ | GetResponseHeadersPolicyCommandInput
494
+ | GetResponseHeadersPolicyConfigCommandInput
495
+ | GetStreamingDistributionCommandInput
496
+ | GetStreamingDistributionConfigCommandInput
497
+ | ListCachePoliciesCommandInput
498
+ | ListCloudFrontOriginAccessIdentitiesCommandInput
499
+ | ListConflictingAliasesCommandInput
500
+ | ListDistributionsByCachePolicyIdCommandInput
501
+ | ListDistributionsByKeyGroupCommandInput
502
+ | ListDistributionsByOriginRequestPolicyIdCommandInput
503
+ | ListDistributionsByRealtimeLogConfigCommandInput
504
+ | ListDistributionsByResponseHeadersPolicyIdCommandInput
505
+ | ListDistributionsByWebACLIdCommandInput
506
+ | ListDistributionsCommandInput
507
+ | ListFieldLevelEncryptionConfigsCommandInput
508
+ | ListFieldLevelEncryptionProfilesCommandInput
509
+ | ListFunctionsCommandInput
510
+ | ListInvalidationsCommandInput
511
+ | ListKeyGroupsCommandInput
512
+ | ListOriginAccessControlsCommandInput
513
+ | ListOriginRequestPoliciesCommandInput
514
+ | ListPublicKeysCommandInput
515
+ | ListRealtimeLogConfigsCommandInput
516
+ | ListResponseHeadersPoliciesCommandInput
517
+ | ListStreamingDistributionsCommandInput
518
+ | ListTagsForResourceCommandInput
519
+ | PublishFunctionCommandInput
520
+ | TagResourceCommandInput
521
+ | TestFunctionCommandInput
522
+ | UntagResourceCommandInput
523
+ | UpdateCachePolicyCommandInput
524
+ | UpdateCloudFrontOriginAccessIdentityCommandInput
525
+ | UpdateDistributionCommandInput
526
+ | UpdateFieldLevelEncryptionConfigCommandInput
527
+ | UpdateFieldLevelEncryptionProfileCommandInput
528
+ | UpdateFunctionCommandInput
529
+ | UpdateKeyGroupCommandInput
530
+ | UpdateOriginAccessControlCommandInput
531
+ | UpdateOriginRequestPolicyCommandInput
532
+ | UpdatePublicKeyCommandInput
533
+ | UpdateRealtimeLogConfigCommandInput
534
+ | UpdateResponseHeadersPolicyCommandInput
535
+ | UpdateStreamingDistributionCommandInput;
536
+ export declare type ServiceOutputTypes =
537
+ | AssociateAliasCommandOutput
538
+ | CreateCachePolicyCommandOutput
539
+ | CreateCloudFrontOriginAccessIdentityCommandOutput
540
+ | CreateDistributionCommandOutput
541
+ | CreateDistributionWithTagsCommandOutput
542
+ | CreateFieldLevelEncryptionConfigCommandOutput
543
+ | CreateFieldLevelEncryptionProfileCommandOutput
544
+ | CreateFunctionCommandOutput
545
+ | CreateInvalidationCommandOutput
546
+ | CreateKeyGroupCommandOutput
547
+ | CreateMonitoringSubscriptionCommandOutput
548
+ | CreateOriginAccessControlCommandOutput
549
+ | CreateOriginRequestPolicyCommandOutput
550
+ | CreatePublicKeyCommandOutput
551
+ | CreateRealtimeLogConfigCommandOutput
552
+ | CreateResponseHeadersPolicyCommandOutput
553
+ | CreateStreamingDistributionCommandOutput
554
+ | CreateStreamingDistributionWithTagsCommandOutput
555
+ | DeleteCachePolicyCommandOutput
556
+ | DeleteCloudFrontOriginAccessIdentityCommandOutput
557
+ | DeleteDistributionCommandOutput
558
+ | DeleteFieldLevelEncryptionConfigCommandOutput
559
+ | DeleteFieldLevelEncryptionProfileCommandOutput
560
+ | DeleteFunctionCommandOutput
561
+ | DeleteKeyGroupCommandOutput
562
+ | DeleteMonitoringSubscriptionCommandOutput
563
+ | DeleteOriginAccessControlCommandOutput
564
+ | DeleteOriginRequestPolicyCommandOutput
565
+ | DeletePublicKeyCommandOutput
566
+ | DeleteRealtimeLogConfigCommandOutput
567
+ | DeleteResponseHeadersPolicyCommandOutput
568
+ | DeleteStreamingDistributionCommandOutput
569
+ | DescribeFunctionCommandOutput
570
+ | GetCachePolicyCommandOutput
571
+ | GetCachePolicyConfigCommandOutput
572
+ | GetCloudFrontOriginAccessIdentityCommandOutput
573
+ | GetCloudFrontOriginAccessIdentityConfigCommandOutput
574
+ | GetDistributionCommandOutput
575
+ | GetDistributionConfigCommandOutput
576
+ | GetFieldLevelEncryptionCommandOutput
577
+ | GetFieldLevelEncryptionConfigCommandOutput
578
+ | GetFieldLevelEncryptionProfileCommandOutput
579
+ | GetFieldLevelEncryptionProfileConfigCommandOutput
580
+ | GetFunctionCommandOutput
581
+ | GetInvalidationCommandOutput
582
+ | GetKeyGroupCommandOutput
583
+ | GetKeyGroupConfigCommandOutput
584
+ | GetMonitoringSubscriptionCommandOutput
585
+ | GetOriginAccessControlCommandOutput
586
+ | GetOriginAccessControlConfigCommandOutput
587
+ | GetOriginRequestPolicyCommandOutput
588
+ | GetOriginRequestPolicyConfigCommandOutput
589
+ | GetPublicKeyCommandOutput
590
+ | GetPublicKeyConfigCommandOutput
591
+ | GetRealtimeLogConfigCommandOutput
592
+ | GetResponseHeadersPolicyCommandOutput
593
+ | GetResponseHeadersPolicyConfigCommandOutput
594
+ | GetStreamingDistributionCommandOutput
595
+ | GetStreamingDistributionConfigCommandOutput
596
+ | ListCachePoliciesCommandOutput
597
+ | ListCloudFrontOriginAccessIdentitiesCommandOutput
598
+ | ListConflictingAliasesCommandOutput
599
+ | ListDistributionsByCachePolicyIdCommandOutput
600
+ | ListDistributionsByKeyGroupCommandOutput
601
+ | ListDistributionsByOriginRequestPolicyIdCommandOutput
602
+ | ListDistributionsByRealtimeLogConfigCommandOutput
603
+ | ListDistributionsByResponseHeadersPolicyIdCommandOutput
604
+ | ListDistributionsByWebACLIdCommandOutput
605
+ | ListDistributionsCommandOutput
606
+ | ListFieldLevelEncryptionConfigsCommandOutput
607
+ | ListFieldLevelEncryptionProfilesCommandOutput
608
+ | ListFunctionsCommandOutput
609
+ | ListInvalidationsCommandOutput
610
+ | ListKeyGroupsCommandOutput
611
+ | ListOriginAccessControlsCommandOutput
612
+ | ListOriginRequestPoliciesCommandOutput
613
+ | ListPublicKeysCommandOutput
614
+ | ListRealtimeLogConfigsCommandOutput
615
+ | ListResponseHeadersPoliciesCommandOutput
616
+ | ListStreamingDistributionsCommandOutput
617
+ | ListTagsForResourceCommandOutput
618
+ | PublishFunctionCommandOutput
619
+ | TagResourceCommandOutput
620
+ | TestFunctionCommandOutput
621
+ | UntagResourceCommandOutput
622
+ | UpdateCachePolicyCommandOutput
623
+ | UpdateCloudFrontOriginAccessIdentityCommandOutput
624
+ | UpdateDistributionCommandOutput
625
+ | UpdateFieldLevelEncryptionConfigCommandOutput
626
+ | UpdateFieldLevelEncryptionProfileCommandOutput
627
+ | UpdateFunctionCommandOutput
628
+ | UpdateKeyGroupCommandOutput
629
+ | UpdateOriginAccessControlCommandOutput
630
+ | UpdateOriginRequestPolicyCommandOutput
631
+ | UpdatePublicKeyCommandOutput
632
+ | UpdateRealtimeLogConfigCommandOutput
633
+ | UpdateResponseHeadersPolicyCommandOutput
634
+ | UpdateStreamingDistributionCommandOutput;
635
+ export interface ClientDefaults
636
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
637
+ requestHandler?: __HttpHandler;
638
+ sha256?: __HashConstructor;
639
+ urlParser?: __UrlParser;
640
+ bodyLengthChecker?: __BodyLengthCalculator;
641
+ streamCollector?: __StreamCollector;
642
+ base64Decoder?: __Decoder;
643
+ base64Encoder?: __Encoder;
644
+ utf8Decoder?: __Decoder;
645
+ utf8Encoder?: __Encoder;
646
+ runtime?: string;
647
+ disableHostPrefix?: boolean;
648
+ maxAttempts?: number | __Provider<number>;
649
+ retryMode?: string | __Provider<string>;
650
+ logger?: __Logger;
651
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
652
+ useFipsEndpoint?: boolean | __Provider<boolean>;
653
+ serviceId?: string;
654
+ region?: string | __Provider<string>;
655
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
656
+ regionInfoProvider?: RegionInfoProvider;
657
+ defaultUserAgentProvider?: Provider<__UserAgent>;
658
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
659
+ }
660
+ declare type CloudFrontClientConfigType = Partial<
661
+ __SmithyConfiguration<__HttpHandlerOptions>
662
+ > &
663
+ ClientDefaults &
664
+ RegionInputConfig &
665
+ EndpointsInputConfig &
666
+ RetryInputConfig &
667
+ HostHeaderInputConfig &
668
+ AwsAuthInputConfig &
669
+ UserAgentInputConfig;
670
+ export interface CloudFrontClientConfig extends CloudFrontClientConfigType {}
671
+ declare type CloudFrontClientResolvedConfigType =
672
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
673
+ Required<ClientDefaults> &
674
+ RegionResolvedConfig &
675
+ EndpointsResolvedConfig &
676
+ RetryResolvedConfig &
677
+ HostHeaderResolvedConfig &
678
+ AwsAuthResolvedConfig &
679
+ UserAgentResolvedConfig;
680
+ export interface CloudFrontClientResolvedConfig
681
+ extends CloudFrontClientResolvedConfigType {}
682
+ export declare class CloudFrontClient extends __Client<
683
+ __HttpHandlerOptions,
684
+ ServiceInputTypes,
685
+ ServiceOutputTypes,
686
+ CloudFrontClientResolvedConfig
687
+ > {
688
+ readonly config: CloudFrontClientResolvedConfig;
689
+ constructor(configuration: CloudFrontClientConfig);
690
+ destroy(): void;
691
+ }
692
+ export {};