@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,230 +1,2338 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
- export declare enum ResponseHeadersPolicyAccessControlAllowMethodsValues {
4
- ALL = "ALL",
5
- DELETE = "DELETE",
6
- GET = "GET",
7
- HEAD = "HEAD",
8
- OPTIONS = "OPTIONS",
9
- PATCH = "PATCH",
10
- POST = "POST",
11
- PUT = "PUT"
12
- }
13
-
14
- export declare class AccessDenied extends __BaseException {
15
- readonly name: "AccessDenied";
16
- readonly $fault: "client";
17
- Message?: string;
18
-
19
- constructor(opts: __ExceptionOptionType<AccessDenied, __BaseException>);
20
- }
21
-
22
- export interface KeyPairIds {
23
-
24
- Quantity: number | undefined;
25
-
26
- Items?: string[];
27
- }
28
-
29
- export interface KGKeyPairIds {
30
-
31
- KeyGroupId?: string;
32
-
33
- KeyPairIds?: KeyPairIds;
34
- }
35
-
36
- export interface ActiveTrustedKeyGroups {
37
-
38
- Enabled: boolean | undefined;
39
-
40
- Quantity: number | undefined;
41
-
42
- Items?: KGKeyPairIds[];
43
- }
44
-
45
- export interface Signer {
46
-
47
- AwsAccountNumber?: string;
48
-
49
- KeyPairIds?: KeyPairIds;
50
- }
51
-
52
- export interface ActiveTrustedSigners {
53
-
54
- Enabled: boolean | undefined;
55
-
56
- Quantity: number | undefined;
57
-
58
- Items?: Signer[];
59
- }
60
-
61
- export interface Aliases {
62
-
63
- Quantity: number | undefined;
64
-
65
- Items?: string[];
66
- }
67
- export declare type ICPRecordalStatus = "APPROVED" | "PENDING" | "SUSPENDED";
68
-
69
- export interface AliasICPRecordal {
70
-
71
- CNAME?: string;
72
-
73
- ICPRecordalStatus?: ICPRecordalStatus | string;
74
- }
75
- export declare type Method = "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
76
-
77
- export interface CachedMethods {
78
-
79
- Quantity: number | undefined;
80
-
81
- Items: (Method | string)[] | undefined;
82
- }
83
-
84
- export interface AllowedMethods {
85
-
86
- Quantity: number | undefined;
87
-
88
- Items: (Method | string)[] | undefined;
89
-
90
- CachedMethods?: CachedMethods;
91
- }
92
- export interface AssociateAliasRequest {
93
-
94
- TargetDistributionId: string | undefined;
95
-
96
- Alias: string | undefined;
97
- }
98
-
99
- export declare class IllegalUpdate extends __BaseException {
100
- readonly name: "IllegalUpdate";
101
- readonly $fault: "client";
102
- Message?: string;
103
-
104
- constructor(opts: __ExceptionOptionType<IllegalUpdate, __BaseException>);
105
- }
106
-
107
- export declare class InvalidArgument extends __BaseException {
108
- readonly name: "InvalidArgument";
109
- readonly $fault: "client";
110
- Message?: string;
111
-
112
- constructor(opts: __ExceptionOptionType<InvalidArgument, __BaseException>);
113
- }
114
-
115
- export declare class NoSuchDistribution extends __BaseException {
116
- readonly name: "NoSuchDistribution";
117
- readonly $fault: "client";
118
- Message?: string;
119
-
120
- constructor(opts: __ExceptionOptionType<NoSuchDistribution, __BaseException>);
121
- }
122
-
123
- export declare class TooManyDistributionCNAMEs extends __BaseException {
124
- readonly name: "TooManyDistributionCNAMEs";
125
- readonly $fault: "client";
126
- Message?: string;
127
-
128
- constructor(opts: __ExceptionOptionType<TooManyDistributionCNAMEs, __BaseException>);
129
- }
130
-
131
- export declare class BatchTooLarge extends __BaseException {
132
- readonly name: "BatchTooLarge";
133
- readonly $fault: "client";
134
- Message?: string;
135
-
136
- constructor(opts: __ExceptionOptionType<BatchTooLarge, __BaseException>);
137
- }
138
- export declare type ItemSelection = "all" | "none" | "whitelist";
139
-
140
- export interface CookieNames {
141
-
142
- Quantity: number | undefined;
143
-
144
- Items?: string[];
145
- }
146
-
147
- export interface CookiePreference {
148
-
149
- Forward: ItemSelection | string | undefined;
150
-
151
- WhitelistedNames?: CookieNames;
152
- }
153
-
154
- export interface Headers {
155
-
156
- Quantity: number | undefined;
157
-
158
- Items?: string[];
159
- }
160
-
161
- export interface QueryStringCacheKeys {
162
-
163
- Quantity: number | undefined;
164
-
165
- Items?: string[];
166
- }
167
-
168
- export interface ForwardedValues {
169
-
170
- QueryString: boolean | undefined;
171
-
172
- Cookies: CookiePreference | undefined;
173
-
174
- Headers?: Headers;
175
-
176
- QueryStringCacheKeys?: QueryStringCacheKeys;
177
- }
178
- export declare type EventType = "origin-request" | "origin-response" | "viewer-request" | "viewer-response";
179
-
180
- export interface FunctionAssociation {
181
-
182
- FunctionARN: string | undefined;
183
-
184
- EventType: EventType | string | undefined;
185
- }
186
-
187
- export interface FunctionAssociations {
188
-
189
- Quantity: number | undefined;
190
-
191
- Items?: FunctionAssociation[];
192
- }
193
-
194
- export interface LambdaFunctionAssociation {
195
-
196
- LambdaFunctionARN: string | undefined;
197
-
198
- EventType: EventType | string | undefined;
199
-
200
- IncludeBody?: boolean;
201
- }
202
-
203
- export interface LambdaFunctionAssociations {
204
-
205
- Quantity: number | undefined;
206
-
207
- Items?: LambdaFunctionAssociation[];
208
- }
209
-
210
- export interface TrustedKeyGroups {
211
-
212
- Enabled: boolean | undefined;
213
-
214
- Quantity: number | undefined;
215
-
216
- Items?: string[];
217
- }
218
-
219
- export interface TrustedSigners {
220
-
221
- Enabled: boolean | undefined;
222
-
223
- Quantity: number | undefined;
224
-
225
- Items?: string[];
226
- }
227
- export declare type ViewerProtocolPolicy = "allow-all" | "https-only" | "redirect-to-https";
228
-
229
- export interface CacheBehavior {
230
-
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
+ export declare enum ResponseHeadersPolicyAccessControlAllowMethodsValues {
4
+ ALL = "ALL",
5
+ DELETE = "DELETE",
6
+ GET = "GET",
7
+ HEAD = "HEAD",
8
+ OPTIONS = "OPTIONS",
9
+ PATCH = "PATCH",
10
+ POST = "POST",
11
+ PUT = "PUT",
12
+ }
13
+ export declare class AccessDenied extends __BaseException {
14
+ readonly name: "AccessDenied";
15
+ readonly $fault: "client";
16
+ Message?: string;
17
+ constructor(opts: __ExceptionOptionType<AccessDenied, __BaseException>);
18
+ }
19
+ export interface KeyPairIds {
20
+ Quantity: number | undefined;
21
+ Items?: string[];
22
+ }
23
+ export interface KGKeyPairIds {
24
+ KeyGroupId?: string;
25
+ KeyPairIds?: KeyPairIds;
26
+ }
27
+ export interface ActiveTrustedKeyGroups {
28
+ Enabled: boolean | undefined;
29
+ Quantity: number | undefined;
30
+ Items?: KGKeyPairIds[];
31
+ }
32
+ export interface Signer {
33
+ AwsAccountNumber?: string;
34
+ KeyPairIds?: KeyPairIds;
35
+ }
36
+ export interface ActiveTrustedSigners {
37
+ Enabled: boolean | undefined;
38
+ Quantity: number | undefined;
39
+ Items?: Signer[];
40
+ }
41
+ export interface Aliases {
42
+ Quantity: number | undefined;
43
+ Items?: string[];
44
+ }
45
+ export declare type ICPRecordalStatus = "APPROVED" | "PENDING" | "SUSPENDED";
46
+ export interface AliasICPRecordal {
47
+ CNAME?: string;
48
+ ICPRecordalStatus?: ICPRecordalStatus | string;
49
+ }
50
+ export declare type Method =
51
+ | "DELETE"
52
+ | "GET"
53
+ | "HEAD"
54
+ | "OPTIONS"
55
+ | "PATCH"
56
+ | "POST"
57
+ | "PUT";
58
+ export interface CachedMethods {
59
+ Quantity: number | undefined;
60
+ Items: (Method | string)[] | undefined;
61
+ }
62
+ export interface AllowedMethods {
63
+ Quantity: number | undefined;
64
+ Items: (Method | string)[] | undefined;
65
+ CachedMethods?: CachedMethods;
66
+ }
67
+ export interface AssociateAliasRequest {
68
+ TargetDistributionId: string | undefined;
69
+ Alias: string | undefined;
70
+ }
71
+ export declare class IllegalUpdate extends __BaseException {
72
+ readonly name: "IllegalUpdate";
73
+ readonly $fault: "client";
74
+ Message?: string;
75
+ constructor(opts: __ExceptionOptionType<IllegalUpdate, __BaseException>);
76
+ }
77
+ export declare class InvalidArgument extends __BaseException {
78
+ readonly name: "InvalidArgument";
79
+ readonly $fault: "client";
80
+ Message?: string;
81
+ constructor(opts: __ExceptionOptionType<InvalidArgument, __BaseException>);
82
+ }
83
+ export declare class NoSuchDistribution extends __BaseException {
84
+ readonly name: "NoSuchDistribution";
85
+ readonly $fault: "client";
86
+ Message?: string;
87
+ constructor(opts: __ExceptionOptionType<NoSuchDistribution, __BaseException>);
88
+ }
89
+ export declare class TooManyDistributionCNAMEs extends __BaseException {
90
+ readonly name: "TooManyDistributionCNAMEs";
91
+ readonly $fault: "client";
92
+ Message?: string;
93
+ constructor(
94
+ opts: __ExceptionOptionType<TooManyDistributionCNAMEs, __BaseException>
95
+ );
96
+ }
97
+ export declare class BatchTooLarge extends __BaseException {
98
+ readonly name: "BatchTooLarge";
99
+ readonly $fault: "client";
100
+ Message?: string;
101
+ constructor(opts: __ExceptionOptionType<BatchTooLarge, __BaseException>);
102
+ }
103
+ export declare type ItemSelection = "all" | "none" | "whitelist";
104
+ export interface CookieNames {
105
+ Quantity: number | undefined;
106
+ Items?: string[];
107
+ }
108
+ export interface CookiePreference {
109
+ Forward: ItemSelection | string | undefined;
110
+ WhitelistedNames?: CookieNames;
111
+ }
112
+ export interface Headers {
113
+ Quantity: number | undefined;
114
+ Items?: string[];
115
+ }
116
+ export interface QueryStringCacheKeys {
117
+ Quantity: number | undefined;
118
+ Items?: string[];
119
+ }
120
+ export interface ForwardedValues {
121
+ QueryString: boolean | undefined;
122
+ Cookies: CookiePreference | undefined;
123
+ Headers?: Headers;
124
+ QueryStringCacheKeys?: QueryStringCacheKeys;
125
+ }
126
+ export declare type EventType =
127
+ | "origin-request"
128
+ | "origin-response"
129
+ | "viewer-request"
130
+ | "viewer-response";
131
+ export interface FunctionAssociation {
132
+ FunctionARN: string | undefined;
133
+ EventType: EventType | string | undefined;
134
+ }
135
+ export interface FunctionAssociations {
136
+ Quantity: number | undefined;
137
+ Items?: FunctionAssociation[];
138
+ }
139
+ export interface LambdaFunctionAssociation {
140
+ LambdaFunctionARN: string | undefined;
141
+ EventType: EventType | string | undefined;
142
+ IncludeBody?: boolean;
143
+ }
144
+ export interface LambdaFunctionAssociations {
145
+ Quantity: number | undefined;
146
+ Items?: LambdaFunctionAssociation[];
147
+ }
148
+ export interface TrustedKeyGroups {
149
+ Enabled: boolean | undefined;
150
+ Quantity: number | undefined;
151
+ Items?: string[];
152
+ }
153
+ export interface TrustedSigners {
154
+ Enabled: boolean | undefined;
155
+ Quantity: number | undefined;
156
+ Items?: string[];
157
+ }
158
+ export declare type ViewerProtocolPolicy =
159
+ | "allow-all"
160
+ | "https-only"
161
+ | "redirect-to-https";
162
+ export interface CacheBehavior {
163
+ PathPattern: string | undefined;
164
+ TargetOriginId: string | undefined;
165
+ TrustedSigners?: TrustedSigners;
166
+ TrustedKeyGroups?: TrustedKeyGroups;
167
+ ViewerProtocolPolicy: ViewerProtocolPolicy | string | undefined;
168
+ AllowedMethods?: AllowedMethods;
169
+ SmoothStreaming?: boolean;
170
+ Compress?: boolean;
171
+ LambdaFunctionAssociations?: LambdaFunctionAssociations;
172
+ FunctionAssociations?: FunctionAssociations;
173
+ FieldLevelEncryptionId?: string;
174
+ RealtimeLogConfigArn?: string;
175
+ CachePolicyId?: string;
176
+ OriginRequestPolicyId?: string;
177
+ ResponseHeadersPolicyId?: string;
178
+ ForwardedValues?: ForwardedValues;
179
+ MinTTL?: number;
180
+ DefaultTTL?: number;
181
+ MaxTTL?: number;
182
+ }
183
+ export interface CacheBehaviors {
184
+ Quantity: number | undefined;
185
+ Items?: CacheBehavior[];
186
+ }
187
+ export declare type CachePolicyCookieBehavior =
188
+ | "all"
189
+ | "allExcept"
190
+ | "none"
191
+ | "whitelist";
192
+ export interface CachePolicyCookiesConfig {
193
+ CookieBehavior: CachePolicyCookieBehavior | string | undefined;
194
+ Cookies?: CookieNames;
195
+ }
196
+ export declare type CachePolicyHeaderBehavior = "none" | "whitelist";
197
+ export interface CachePolicyHeadersConfig {
198
+ HeaderBehavior: CachePolicyHeaderBehavior | string | undefined;
199
+ Headers?: Headers;
200
+ }
201
+ export declare type CachePolicyQueryStringBehavior =
202
+ | "all"
203
+ | "allExcept"
204
+ | "none"
205
+ | "whitelist";
206
+ export interface QueryStringNames {
207
+ Quantity: number | undefined;
208
+ Items?: string[];
209
+ }
210
+ export interface CachePolicyQueryStringsConfig {
211
+ QueryStringBehavior: CachePolicyQueryStringBehavior | string | undefined;
212
+ QueryStrings?: QueryStringNames;
213
+ }
214
+ export interface ParametersInCacheKeyAndForwardedToOrigin {
215
+ EnableAcceptEncodingGzip: boolean | undefined;
216
+ EnableAcceptEncodingBrotli?: boolean;
217
+ HeadersConfig: CachePolicyHeadersConfig | undefined;
218
+ CookiesConfig: CachePolicyCookiesConfig | undefined;
219
+ QueryStringsConfig: CachePolicyQueryStringsConfig | undefined;
220
+ }
221
+ export interface CachePolicyConfig {
222
+ Comment?: string;
223
+ Name: string | undefined;
224
+ DefaultTTL?: number;
225
+ MaxTTL?: number;
226
+ MinTTL: number | undefined;
227
+ ParametersInCacheKeyAndForwardedToOrigin?: ParametersInCacheKeyAndForwardedToOrigin;
228
+ }
229
+ export interface CachePolicy {
230
+ Id: string | undefined;
231
+ LastModifiedTime: Date | undefined;
232
+ CachePolicyConfig: CachePolicyConfig | undefined;
233
+ }
234
+ export declare class CachePolicyAlreadyExists extends __BaseException {
235
+ readonly name: "CachePolicyAlreadyExists";
236
+ readonly $fault: "client";
237
+ Message?: string;
238
+ constructor(
239
+ opts: __ExceptionOptionType<CachePolicyAlreadyExists, __BaseException>
240
+ );
241
+ }
242
+ export declare class CachePolicyInUse extends __BaseException {
243
+ readonly name: "CachePolicyInUse";
244
+ readonly $fault: "client";
245
+ Message?: string;
246
+ constructor(opts: __ExceptionOptionType<CachePolicyInUse, __BaseException>);
247
+ }
248
+ export declare type CachePolicyType = "custom" | "managed";
249
+ export interface CachePolicySummary {
250
+ Type: CachePolicyType | string | undefined;
251
+ CachePolicy: CachePolicy | undefined;
252
+ }
253
+ export interface CachePolicyList {
254
+ NextMarker?: string;
255
+ MaxItems: number | undefined;
256
+ Quantity: number | undefined;
257
+ Items?: CachePolicySummary[];
258
+ }
259
+ export declare class CannotChangeImmutablePublicKeyFields extends __BaseException {
260
+ readonly name: "CannotChangeImmutablePublicKeyFields";
261
+ readonly $fault: "client";
262
+ Message?: string;
263
+ constructor(
264
+ opts: __ExceptionOptionType<
265
+ CannotChangeImmutablePublicKeyFields,
266
+ __BaseException
267
+ >
268
+ );
269
+ }
270
+ export declare type CertificateSource = "acm" | "cloudfront" | "iam";
271
+ export interface CreateCachePolicyRequest {
272
+ CachePolicyConfig: CachePolicyConfig | undefined;
273
+ }
274
+ export interface CreateCachePolicyResult {
275
+ CachePolicy?: CachePolicy;
276
+ Location?: string;
277
+ ETag?: string;
278
+ }
279
+ export declare class InconsistentQuantities extends __BaseException {
280
+ readonly name: "InconsistentQuantities";
281
+ readonly $fault: "client";
282
+ Message?: string;
283
+ constructor(
284
+ opts: __ExceptionOptionType<InconsistentQuantities, __BaseException>
285
+ );
286
+ }
287
+ export declare class TooManyCachePolicies extends __BaseException {
288
+ readonly name: "TooManyCachePolicies";
289
+ readonly $fault: "client";
290
+ Message?: string;
291
+ constructor(
292
+ opts: __ExceptionOptionType<TooManyCachePolicies, __BaseException>
293
+ );
294
+ }
295
+ export declare class TooManyCookiesInCachePolicy extends __BaseException {
296
+ readonly name: "TooManyCookiesInCachePolicy";
297
+ readonly $fault: "client";
298
+ Message?: string;
299
+ constructor(
300
+ opts: __ExceptionOptionType<TooManyCookiesInCachePolicy, __BaseException>
301
+ );
302
+ }
303
+ export declare class TooManyHeadersInCachePolicy extends __BaseException {
304
+ readonly name: "TooManyHeadersInCachePolicy";
305
+ readonly $fault: "client";
306
+ Message?: string;
307
+ constructor(
308
+ opts: __ExceptionOptionType<TooManyHeadersInCachePolicy, __BaseException>
309
+ );
310
+ }
311
+ export declare class TooManyQueryStringsInCachePolicy extends __BaseException {
312
+ readonly name: "TooManyQueryStringsInCachePolicy";
313
+ readonly $fault: "client";
314
+ Message?: string;
315
+ constructor(
316
+ opts: __ExceptionOptionType<
317
+ TooManyQueryStringsInCachePolicy,
318
+ __BaseException
319
+ >
320
+ );
321
+ }
322
+ export declare class CloudFrontOriginAccessIdentityAlreadyExists extends __BaseException {
323
+ readonly name: "CloudFrontOriginAccessIdentityAlreadyExists";
324
+ readonly $fault: "client";
325
+ Message?: string;
326
+ constructor(
327
+ opts: __ExceptionOptionType<
328
+ CloudFrontOriginAccessIdentityAlreadyExists,
329
+ __BaseException
330
+ >
331
+ );
332
+ }
333
+ export interface CloudFrontOriginAccessIdentityConfig {
334
+ CallerReference: string | undefined;
335
+ Comment: string | undefined;
336
+ }
337
+ export interface CreateCloudFrontOriginAccessIdentityRequest {
338
+ CloudFrontOriginAccessIdentityConfig:
339
+ | CloudFrontOriginAccessIdentityConfig
340
+ | undefined;
341
+ }
342
+ export interface CloudFrontOriginAccessIdentity {
343
+ Id: string | undefined;
344
+ S3CanonicalUserId: string | undefined;
345
+ CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
346
+ }
347
+ export interface CreateCloudFrontOriginAccessIdentityResult {
348
+ CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
349
+ Location?: string;
350
+ ETag?: string;
351
+ }
352
+ export declare class MissingBody extends __BaseException {
353
+ readonly name: "MissingBody";
354
+ readonly $fault: "client";
355
+ Message?: string;
356
+ constructor(opts: __ExceptionOptionType<MissingBody, __BaseException>);
357
+ }
358
+ export declare class TooManyCloudFrontOriginAccessIdentities extends __BaseException {
359
+ readonly name: "TooManyCloudFrontOriginAccessIdentities";
360
+ readonly $fault: "client";
361
+ Message?: string;
362
+ constructor(
363
+ opts: __ExceptionOptionType<
364
+ TooManyCloudFrontOriginAccessIdentities,
365
+ __BaseException
366
+ >
367
+ );
368
+ }
369
+ export declare class CNAMEAlreadyExists extends __BaseException {
370
+ readonly name: "CNAMEAlreadyExists";
371
+ readonly $fault: "client";
372
+ Message?: string;
373
+ constructor(opts: __ExceptionOptionType<CNAMEAlreadyExists, __BaseException>);
374
+ }
375
+ export interface CustomErrorResponse {
376
+ ErrorCode: number | undefined;
377
+ ResponsePagePath?: string;
378
+ ResponseCode?: string;
379
+ ErrorCachingMinTTL?: number;
380
+ }
381
+ export interface CustomErrorResponses {
382
+ Quantity: number | undefined;
383
+ Items?: CustomErrorResponse[];
384
+ }
385
+ export interface DefaultCacheBehavior {
386
+ TargetOriginId: string | undefined;
387
+ TrustedSigners?: TrustedSigners;
388
+ TrustedKeyGroups?: TrustedKeyGroups;
389
+ ViewerProtocolPolicy: ViewerProtocolPolicy | string | undefined;
390
+ AllowedMethods?: AllowedMethods;
391
+ SmoothStreaming?: boolean;
392
+ Compress?: boolean;
393
+ LambdaFunctionAssociations?: LambdaFunctionAssociations;
394
+ FunctionAssociations?: FunctionAssociations;
395
+ FieldLevelEncryptionId?: string;
396
+ RealtimeLogConfigArn?: string;
397
+ CachePolicyId?: string;
398
+ OriginRequestPolicyId?: string;
399
+ ResponseHeadersPolicyId?: string;
400
+ ForwardedValues?: ForwardedValues;
401
+ MinTTL?: number;
402
+ DefaultTTL?: number;
403
+ MaxTTL?: number;
404
+ }
405
+ export declare type HttpVersion = "http1.1" | "http2" | "http2and3" | "http3";
406
+ export interface LoggingConfig {
407
+ Enabled: boolean | undefined;
408
+ IncludeCookies: boolean | undefined;
409
+ Bucket: string | undefined;
410
+ Prefix: string | undefined;
411
+ }
412
+ export interface StatusCodes {
413
+ Quantity: number | undefined;
414
+ Items: number[] | undefined;
415
+ }
416
+ export interface OriginGroupFailoverCriteria {
417
+ StatusCodes: StatusCodes | undefined;
418
+ }
419
+ export interface OriginGroupMember {
420
+ OriginId: string | undefined;
421
+ }
422
+ export interface OriginGroupMembers {
423
+ Quantity: number | undefined;
424
+ Items: OriginGroupMember[] | undefined;
425
+ }
426
+ export interface OriginGroup {
427
+ Id: string | undefined;
428
+ FailoverCriteria: OriginGroupFailoverCriteria | undefined;
429
+ Members: OriginGroupMembers | undefined;
430
+ }
431
+ export interface OriginGroups {
432
+ Quantity: number | undefined;
433
+ Items?: OriginGroup[];
434
+ }
435
+ export interface OriginCustomHeader {
436
+ HeaderName: string | undefined;
437
+ HeaderValue: string | undefined;
438
+ }
439
+ export interface CustomHeaders {
440
+ Quantity: number | undefined;
441
+ Items?: OriginCustomHeader[];
442
+ }
443
+ export declare type OriginProtocolPolicy =
444
+ | "http-only"
445
+ | "https-only"
446
+ | "match-viewer";
447
+ export declare type SslProtocol = "SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2";
448
+ export interface OriginSslProtocols {
449
+ Quantity: number | undefined;
450
+ Items: (SslProtocol | string)[] | undefined;
451
+ }
452
+ export interface CustomOriginConfig {
453
+ HTTPPort: number | undefined;
454
+ HTTPSPort: number | undefined;
455
+ OriginProtocolPolicy: OriginProtocolPolicy | string | undefined;
456
+ OriginSslProtocols?: OriginSslProtocols;
457
+ OriginReadTimeout?: number;
458
+ OriginKeepaliveTimeout?: number;
459
+ }
460
+ export interface OriginShield {
461
+ Enabled: boolean | undefined;
462
+ OriginShieldRegion?: string;
463
+ }
464
+ export interface S3OriginConfig {
465
+ OriginAccessIdentity: string | undefined;
466
+ }
467
+ export interface Origin {
468
+ Id: string | undefined;
469
+ DomainName: string | undefined;
470
+ OriginPath?: string;
471
+ CustomHeaders?: CustomHeaders;
472
+ S3OriginConfig?: S3OriginConfig;
473
+ CustomOriginConfig?: CustomOriginConfig;
474
+ ConnectionAttempts?: number;
475
+ ConnectionTimeout?: number;
476
+ OriginShield?: OriginShield;
477
+ OriginAccessControlId?: string;
478
+ }
479
+ export interface Origins {
480
+ Quantity: number | undefined;
481
+ Items: Origin[] | undefined;
482
+ }
483
+ export declare type PriceClass =
484
+ | "PriceClass_100"
485
+ | "PriceClass_200"
486
+ | "PriceClass_All";
487
+ export declare type GeoRestrictionType = "blacklist" | "none" | "whitelist";
488
+ export interface GeoRestriction {
489
+ RestrictionType: GeoRestrictionType | string | undefined;
490
+ Quantity: number | undefined;
491
+ Items?: string[];
492
+ }
493
+ export interface Restrictions {
494
+ GeoRestriction: GeoRestriction | undefined;
495
+ }
496
+ export declare type MinimumProtocolVersion =
497
+ | "SSLv3"
498
+ | "TLSv1"
499
+ | "TLSv1.1_2016"
500
+ | "TLSv1.2_2018"
501
+ | "TLSv1.2_2019"
502
+ | "TLSv1.2_2021"
503
+ | "TLSv1_2016";
504
+ export declare type SSLSupportMethod = "sni-only" | "static-ip" | "vip";
505
+ export interface ViewerCertificate {
506
+ CloudFrontDefaultCertificate?: boolean;
507
+ IAMCertificateId?: string;
508
+ ACMCertificateArn?: string;
509
+ SSLSupportMethod?: SSLSupportMethod | string;
510
+ MinimumProtocolVersion?: MinimumProtocolVersion | string;
511
+ Certificate?: string;
512
+ CertificateSource?: CertificateSource | string;
513
+ }
514
+ export interface DistributionConfig {
515
+ CallerReference: string | undefined;
516
+ Aliases?: Aliases;
517
+ DefaultRootObject?: string;
518
+ Origins: Origins | undefined;
519
+ OriginGroups?: OriginGroups;
520
+ DefaultCacheBehavior: DefaultCacheBehavior | undefined;
521
+ CacheBehaviors?: CacheBehaviors;
522
+ CustomErrorResponses?: CustomErrorResponses;
523
+ Comment: string | undefined;
524
+ Logging?: LoggingConfig;
525
+ PriceClass?: PriceClass | string;
526
+ Enabled: boolean | undefined;
527
+ ViewerCertificate?: ViewerCertificate;
528
+ Restrictions?: Restrictions;
529
+ WebACLId?: string;
530
+ HttpVersion?: HttpVersion | string;
531
+ IsIPV6Enabled?: boolean;
532
+ }
533
+ export interface CreateDistributionRequest {
534
+ DistributionConfig: DistributionConfig | undefined;
535
+ }
536
+ export interface Distribution {
537
+ Id: string | undefined;
538
+ ARN: string | undefined;
539
+ Status: string | undefined;
540
+ LastModifiedTime: Date | undefined;
541
+ InProgressInvalidationBatches: number | undefined;
542
+ DomainName: string | undefined;
543
+ ActiveTrustedSigners?: ActiveTrustedSigners;
544
+ ActiveTrustedKeyGroups?: ActiveTrustedKeyGroups;
545
+ DistributionConfig: DistributionConfig | undefined;
546
+ AliasICPRecordals?: AliasICPRecordal[];
547
+ }
548
+ export interface CreateDistributionResult {
549
+ Distribution?: Distribution;
550
+ Location?: string;
551
+ ETag?: string;
552
+ }
553
+ export declare class DistributionAlreadyExists extends __BaseException {
554
+ readonly name: "DistributionAlreadyExists";
555
+ readonly $fault: "client";
556
+ Message?: string;
557
+ constructor(
558
+ opts: __ExceptionOptionType<DistributionAlreadyExists, __BaseException>
559
+ );
560
+ }
561
+ export declare class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior extends __BaseException {
562
+ readonly name: "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior";
563
+ readonly $fault: "client";
564
+ Message?: string;
565
+ constructor(
566
+ opts: __ExceptionOptionType<
567
+ IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior,
568
+ __BaseException
569
+ >
570
+ );
571
+ }
572
+ export declare class IllegalOriginAccessConfiguration extends __BaseException {
573
+ readonly name: "IllegalOriginAccessConfiguration";
574
+ readonly $fault: "client";
575
+ Message?: string;
576
+ constructor(
577
+ opts: __ExceptionOptionType<
578
+ IllegalOriginAccessConfiguration,
579
+ __BaseException
580
+ >
581
+ );
582
+ }
583
+ export declare class InvalidDefaultRootObject extends __BaseException {
584
+ readonly name: "InvalidDefaultRootObject";
585
+ readonly $fault: "client";
586
+ Message?: string;
587
+ constructor(
588
+ opts: __ExceptionOptionType<InvalidDefaultRootObject, __BaseException>
589
+ );
590
+ }
591
+ export declare class InvalidDomainNameForOriginAccessControl extends __BaseException {
592
+ readonly name: "InvalidDomainNameForOriginAccessControl";
593
+ readonly $fault: "client";
594
+ Message?: string;
595
+ constructor(
596
+ opts: __ExceptionOptionType<
597
+ InvalidDomainNameForOriginAccessControl,
598
+ __BaseException
599
+ >
600
+ );
601
+ }
602
+ export declare class InvalidErrorCode extends __BaseException {
603
+ readonly name: "InvalidErrorCode";
604
+ readonly $fault: "client";
605
+ Message?: string;
606
+ constructor(opts: __ExceptionOptionType<InvalidErrorCode, __BaseException>);
607
+ }
608
+ export declare class InvalidForwardCookies extends __BaseException {
609
+ readonly name: "InvalidForwardCookies";
610
+ readonly $fault: "client";
611
+ Message?: string;
612
+ constructor(
613
+ opts: __ExceptionOptionType<InvalidForwardCookies, __BaseException>
614
+ );
615
+ }
616
+ export declare class InvalidFunctionAssociation extends __BaseException {
617
+ readonly name: "InvalidFunctionAssociation";
618
+ readonly $fault: "client";
619
+ Message?: string;
620
+ constructor(
621
+ opts: __ExceptionOptionType<InvalidFunctionAssociation, __BaseException>
622
+ );
623
+ }
624
+ export declare class InvalidGeoRestrictionParameter extends __BaseException {
625
+ readonly name: "InvalidGeoRestrictionParameter";
626
+ readonly $fault: "client";
627
+ Message?: string;
628
+ constructor(
629
+ opts: __ExceptionOptionType<InvalidGeoRestrictionParameter, __BaseException>
630
+ );
631
+ }
632
+ export declare class InvalidHeadersForS3Origin extends __BaseException {
633
+ readonly name: "InvalidHeadersForS3Origin";
634
+ readonly $fault: "client";
635
+ Message?: string;
636
+ constructor(
637
+ opts: __ExceptionOptionType<InvalidHeadersForS3Origin, __BaseException>
638
+ );
639
+ }
640
+ export declare class InvalidLambdaFunctionAssociation extends __BaseException {
641
+ readonly name: "InvalidLambdaFunctionAssociation";
642
+ readonly $fault: "client";
643
+ Message?: string;
644
+ constructor(
645
+ opts: __ExceptionOptionType<
646
+ InvalidLambdaFunctionAssociation,
647
+ __BaseException
648
+ >
649
+ );
650
+ }
651
+ export declare class InvalidLocationCode extends __BaseException {
652
+ readonly name: "InvalidLocationCode";
653
+ readonly $fault: "client";
654
+ Message?: string;
655
+ constructor(
656
+ opts: __ExceptionOptionType<InvalidLocationCode, __BaseException>
657
+ );
658
+ }
659
+ export declare class InvalidMinimumProtocolVersion extends __BaseException {
660
+ readonly name: "InvalidMinimumProtocolVersion";
661
+ readonly $fault: "client";
662
+ Message?: string;
663
+ constructor(
664
+ opts: __ExceptionOptionType<InvalidMinimumProtocolVersion, __BaseException>
665
+ );
666
+ }
667
+ export declare class InvalidOrigin extends __BaseException {
668
+ readonly name: "InvalidOrigin";
669
+ readonly $fault: "client";
670
+ Message?: string;
671
+ constructor(opts: __ExceptionOptionType<InvalidOrigin, __BaseException>);
672
+ }
673
+ export declare class InvalidOriginAccessControl extends __BaseException {
674
+ readonly name: "InvalidOriginAccessControl";
675
+ readonly $fault: "client";
676
+ Message?: string;
677
+ constructor(
678
+ opts: __ExceptionOptionType<InvalidOriginAccessControl, __BaseException>
679
+ );
680
+ }
681
+ export declare class InvalidOriginAccessIdentity extends __BaseException {
682
+ readonly name: "InvalidOriginAccessIdentity";
683
+ readonly $fault: "client";
684
+ Message?: string;
685
+ constructor(
686
+ opts: __ExceptionOptionType<InvalidOriginAccessIdentity, __BaseException>
687
+ );
688
+ }
689
+ export declare class InvalidOriginKeepaliveTimeout extends __BaseException {
690
+ readonly name: "InvalidOriginKeepaliveTimeout";
691
+ readonly $fault: "client";
692
+ Message?: string;
693
+ constructor(
694
+ opts: __ExceptionOptionType<InvalidOriginKeepaliveTimeout, __BaseException>
695
+ );
696
+ }
697
+ export declare class InvalidOriginReadTimeout extends __BaseException {
698
+ readonly name: "InvalidOriginReadTimeout";
699
+ readonly $fault: "client";
700
+ Message?: string;
701
+ constructor(
702
+ opts: __ExceptionOptionType<InvalidOriginReadTimeout, __BaseException>
703
+ );
704
+ }
705
+ export declare class InvalidProtocolSettings extends __BaseException {
706
+ readonly name: "InvalidProtocolSettings";
707
+ readonly $fault: "client";
708
+ Message?: string;
709
+ constructor(
710
+ opts: __ExceptionOptionType<InvalidProtocolSettings, __BaseException>
711
+ );
712
+ }
713
+ export declare class InvalidQueryStringParameters extends __BaseException {
714
+ readonly name: "InvalidQueryStringParameters";
715
+ readonly $fault: "client";
716
+ Message?: string;
717
+ constructor(
718
+ opts: __ExceptionOptionType<InvalidQueryStringParameters, __BaseException>
719
+ );
720
+ }
721
+ export declare class InvalidRelativePath extends __BaseException {
722
+ readonly name: "InvalidRelativePath";
723
+ readonly $fault: "client";
724
+ Message?: string;
725
+ constructor(
726
+ opts: __ExceptionOptionType<InvalidRelativePath, __BaseException>
727
+ );
728
+ }
729
+ export declare class InvalidRequiredProtocol extends __BaseException {
730
+ readonly name: "InvalidRequiredProtocol";
731
+ readonly $fault: "client";
732
+ Message?: string;
733
+ constructor(
734
+ opts: __ExceptionOptionType<InvalidRequiredProtocol, __BaseException>
735
+ );
736
+ }
737
+ export declare class InvalidResponseCode extends __BaseException {
738
+ readonly name: "InvalidResponseCode";
739
+ readonly $fault: "client";
740
+ Message?: string;
741
+ constructor(
742
+ opts: __ExceptionOptionType<InvalidResponseCode, __BaseException>
743
+ );
744
+ }
745
+ export declare class InvalidTTLOrder extends __BaseException {
746
+ readonly name: "InvalidTTLOrder";
747
+ readonly $fault: "client";
748
+ Message?: string;
749
+ constructor(opts: __ExceptionOptionType<InvalidTTLOrder, __BaseException>);
750
+ }
751
+ export declare class InvalidViewerCertificate extends __BaseException {
752
+ readonly name: "InvalidViewerCertificate";
753
+ readonly $fault: "client";
754
+ Message?: string;
755
+ constructor(
756
+ opts: __ExceptionOptionType<InvalidViewerCertificate, __BaseException>
757
+ );
758
+ }
759
+ export declare class InvalidWebACLId extends __BaseException {
760
+ readonly name: "InvalidWebACLId";
761
+ readonly $fault: "client";
762
+ Message?: string;
763
+ constructor(opts: __ExceptionOptionType<InvalidWebACLId, __BaseException>);
764
+ }
765
+ export declare class NoSuchCachePolicy extends __BaseException {
766
+ readonly name: "NoSuchCachePolicy";
767
+ readonly $fault: "client";
768
+ Message?: string;
769
+ constructor(opts: __ExceptionOptionType<NoSuchCachePolicy, __BaseException>);
770
+ }
771
+ export declare class NoSuchFieldLevelEncryptionConfig extends __BaseException {
772
+ readonly name: "NoSuchFieldLevelEncryptionConfig";
773
+ readonly $fault: "client";
774
+ Message?: string;
775
+ constructor(
776
+ opts: __ExceptionOptionType<
777
+ NoSuchFieldLevelEncryptionConfig,
778
+ __BaseException
779
+ >
780
+ );
781
+ }
782
+ export declare class NoSuchOrigin extends __BaseException {
783
+ readonly name: "NoSuchOrigin";
784
+ readonly $fault: "client";
785
+ Message?: string;
786
+ constructor(opts: __ExceptionOptionType<NoSuchOrigin, __BaseException>);
787
+ }
788
+ export declare class NoSuchOriginRequestPolicy extends __BaseException {
789
+ readonly name: "NoSuchOriginRequestPolicy";
790
+ readonly $fault: "client";
791
+ Message?: string;
792
+ constructor(
793
+ opts: __ExceptionOptionType<NoSuchOriginRequestPolicy, __BaseException>
794
+ );
795
+ }
796
+ export declare class NoSuchRealtimeLogConfig extends __BaseException {
797
+ readonly name: "NoSuchRealtimeLogConfig";
798
+ readonly $fault: "client";
799
+ Message?: string;
800
+ constructor(
801
+ opts: __ExceptionOptionType<NoSuchRealtimeLogConfig, __BaseException>
802
+ );
803
+ }
804
+ export declare class NoSuchResponseHeadersPolicy extends __BaseException {
805
+ readonly name: "NoSuchResponseHeadersPolicy";
806
+ readonly $fault: "client";
807
+ Message?: string;
808
+ constructor(
809
+ opts: __ExceptionOptionType<NoSuchResponseHeadersPolicy, __BaseException>
810
+ );
811
+ }
812
+ export declare class RealtimeLogConfigOwnerMismatch extends __BaseException {
813
+ readonly name: "RealtimeLogConfigOwnerMismatch";
814
+ readonly $fault: "client";
815
+ Message?: string;
816
+ constructor(
817
+ opts: __ExceptionOptionType<RealtimeLogConfigOwnerMismatch, __BaseException>
818
+ );
819
+ }
820
+ export declare class TooManyCacheBehaviors extends __BaseException {
821
+ readonly name: "TooManyCacheBehaviors";
822
+ readonly $fault: "client";
823
+ Message?: string;
824
+ constructor(
825
+ opts: __ExceptionOptionType<TooManyCacheBehaviors, __BaseException>
826
+ );
827
+ }
828
+ export declare class TooManyCertificates extends __BaseException {
829
+ readonly name: "TooManyCertificates";
830
+ readonly $fault: "client";
831
+ Message?: string;
832
+ constructor(
833
+ opts: __ExceptionOptionType<TooManyCertificates, __BaseException>
834
+ );
835
+ }
836
+ export declare class TooManyCookieNamesInWhiteList extends __BaseException {
837
+ readonly name: "TooManyCookieNamesInWhiteList";
838
+ readonly $fault: "client";
839
+ Message?: string;
840
+ constructor(
841
+ opts: __ExceptionOptionType<TooManyCookieNamesInWhiteList, __BaseException>
842
+ );
843
+ }
844
+ export declare class TooManyDistributions extends __BaseException {
845
+ readonly name: "TooManyDistributions";
846
+ readonly $fault: "client";
847
+ Message?: string;
848
+ constructor(
849
+ opts: __ExceptionOptionType<TooManyDistributions, __BaseException>
850
+ );
851
+ }
852
+ export declare class TooManyDistributionsAssociatedToCachePolicy extends __BaseException {
853
+ readonly name: "TooManyDistributionsAssociatedToCachePolicy";
854
+ readonly $fault: "client";
855
+ Message?: string;
856
+ constructor(
857
+ opts: __ExceptionOptionType<
858
+ TooManyDistributionsAssociatedToCachePolicy,
859
+ __BaseException
860
+ >
861
+ );
862
+ }
863
+ export declare class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig extends __BaseException {
864
+ readonly name: "TooManyDistributionsAssociatedToFieldLevelEncryptionConfig";
865
+ readonly $fault: "client";
866
+ Message?: string;
867
+ constructor(
868
+ opts: __ExceptionOptionType<
869
+ TooManyDistributionsAssociatedToFieldLevelEncryptionConfig,
870
+ __BaseException
871
+ >
872
+ );
873
+ }
874
+ export declare class TooManyDistributionsAssociatedToKeyGroup extends __BaseException {
875
+ readonly name: "TooManyDistributionsAssociatedToKeyGroup";
876
+ readonly $fault: "client";
877
+ Message?: string;
878
+ constructor(
879
+ opts: __ExceptionOptionType<
880
+ TooManyDistributionsAssociatedToKeyGroup,
881
+ __BaseException
882
+ >
883
+ );
884
+ }
885
+ export declare class TooManyDistributionsAssociatedToOriginAccessControl extends __BaseException {
886
+ readonly name: "TooManyDistributionsAssociatedToOriginAccessControl";
887
+ readonly $fault: "client";
888
+ Message?: string;
889
+ constructor(
890
+ opts: __ExceptionOptionType<
891
+ TooManyDistributionsAssociatedToOriginAccessControl,
892
+ __BaseException
893
+ >
894
+ );
895
+ }
896
+ export declare class TooManyDistributionsAssociatedToOriginRequestPolicy extends __BaseException {
897
+ readonly name: "TooManyDistributionsAssociatedToOriginRequestPolicy";
898
+ readonly $fault: "client";
899
+ Message?: string;
900
+ constructor(
901
+ opts: __ExceptionOptionType<
902
+ TooManyDistributionsAssociatedToOriginRequestPolicy,
903
+ __BaseException
904
+ >
905
+ );
906
+ }
907
+ export declare class TooManyDistributionsAssociatedToResponseHeadersPolicy extends __BaseException {
908
+ readonly name: "TooManyDistributionsAssociatedToResponseHeadersPolicy";
909
+ readonly $fault: "client";
910
+ Message?: string;
911
+ constructor(
912
+ opts: __ExceptionOptionType<
913
+ TooManyDistributionsAssociatedToResponseHeadersPolicy,
914
+ __BaseException
915
+ >
916
+ );
917
+ }
918
+ export declare class TooManyDistributionsWithFunctionAssociations extends __BaseException {
919
+ readonly name: "TooManyDistributionsWithFunctionAssociations";
920
+ readonly $fault: "client";
921
+ Message?: string;
922
+ constructor(
923
+ opts: __ExceptionOptionType<
924
+ TooManyDistributionsWithFunctionAssociations,
925
+ __BaseException
926
+ >
927
+ );
928
+ }
929
+ export declare class TooManyDistributionsWithLambdaAssociations extends __BaseException {
930
+ readonly name: "TooManyDistributionsWithLambdaAssociations";
931
+ readonly $fault: "client";
932
+ Message?: string;
933
+ constructor(
934
+ opts: __ExceptionOptionType<
935
+ TooManyDistributionsWithLambdaAssociations,
936
+ __BaseException
937
+ >
938
+ );
939
+ }
940
+ export declare class TooManyDistributionsWithSingleFunctionARN extends __BaseException {
941
+ readonly name: "TooManyDistributionsWithSingleFunctionARN";
942
+ readonly $fault: "client";
943
+ Message?: string;
944
+ constructor(
945
+ opts: __ExceptionOptionType<
946
+ TooManyDistributionsWithSingleFunctionARN,
947
+ __BaseException
948
+ >
949
+ );
950
+ }
951
+ export declare class TooManyFunctionAssociations extends __BaseException {
952
+ readonly name: "TooManyFunctionAssociations";
953
+ readonly $fault: "client";
954
+ Message?: string;
955
+ constructor(
956
+ opts: __ExceptionOptionType<TooManyFunctionAssociations, __BaseException>
957
+ );
958
+ }
959
+ export declare class TooManyHeadersInForwardedValues extends __BaseException {
960
+ readonly name: "TooManyHeadersInForwardedValues";
961
+ readonly $fault: "client";
962
+ Message?: string;
963
+ constructor(
964
+ opts: __ExceptionOptionType<
965
+ TooManyHeadersInForwardedValues,
966
+ __BaseException
967
+ >
968
+ );
969
+ }
970
+ export declare class TooManyKeyGroupsAssociatedToDistribution extends __BaseException {
971
+ readonly name: "TooManyKeyGroupsAssociatedToDistribution";
972
+ readonly $fault: "client";
973
+ Message?: string;
974
+ constructor(
975
+ opts: __ExceptionOptionType<
976
+ TooManyKeyGroupsAssociatedToDistribution,
977
+ __BaseException
978
+ >
979
+ );
980
+ }
981
+ export declare class TooManyLambdaFunctionAssociations extends __BaseException {
982
+ readonly name: "TooManyLambdaFunctionAssociations";
983
+ readonly $fault: "client";
984
+ Message?: string;
985
+ constructor(
986
+ opts: __ExceptionOptionType<
987
+ TooManyLambdaFunctionAssociations,
988
+ __BaseException
989
+ >
990
+ );
991
+ }
992
+ export declare class TooManyOriginCustomHeaders extends __BaseException {
993
+ readonly name: "TooManyOriginCustomHeaders";
994
+ readonly $fault: "client";
995
+ Message?: string;
996
+ constructor(
997
+ opts: __ExceptionOptionType<TooManyOriginCustomHeaders, __BaseException>
998
+ );
999
+ }
1000
+ export declare class TooManyOriginGroupsPerDistribution extends __BaseException {
1001
+ readonly name: "TooManyOriginGroupsPerDistribution";
1002
+ readonly $fault: "client";
1003
+ Message?: string;
1004
+ constructor(
1005
+ opts: __ExceptionOptionType<
1006
+ TooManyOriginGroupsPerDistribution,
1007
+ __BaseException
1008
+ >
1009
+ );
1010
+ }
1011
+ export declare class TooManyOrigins extends __BaseException {
1012
+ readonly name: "TooManyOrigins";
1013
+ readonly $fault: "client";
1014
+ Message?: string;
1015
+ constructor(opts: __ExceptionOptionType<TooManyOrigins, __BaseException>);
1016
+ }
1017
+ export declare class TooManyQueryStringParameters extends __BaseException {
1018
+ readonly name: "TooManyQueryStringParameters";
1019
+ readonly $fault: "client";
1020
+ Message?: string;
1021
+ constructor(
1022
+ opts: __ExceptionOptionType<TooManyQueryStringParameters, __BaseException>
1023
+ );
1024
+ }
1025
+ export declare class TooManyTrustedSigners extends __BaseException {
1026
+ readonly name: "TooManyTrustedSigners";
1027
+ readonly $fault: "client";
1028
+ Message?: string;
1029
+ constructor(
1030
+ opts: __ExceptionOptionType<TooManyTrustedSigners, __BaseException>
1031
+ );
1032
+ }
1033
+ export declare class TrustedKeyGroupDoesNotExist extends __BaseException {
1034
+ readonly name: "TrustedKeyGroupDoesNotExist";
1035
+ readonly $fault: "client";
1036
+ Message?: string;
1037
+ constructor(
1038
+ opts: __ExceptionOptionType<TrustedKeyGroupDoesNotExist, __BaseException>
1039
+ );
1040
+ }
1041
+ export declare class TrustedSignerDoesNotExist extends __BaseException {
1042
+ readonly name: "TrustedSignerDoesNotExist";
1043
+ readonly $fault: "client";
1044
+ Message?: string;
1045
+ constructor(
1046
+ opts: __ExceptionOptionType<TrustedSignerDoesNotExist, __BaseException>
1047
+ );
1048
+ }
1049
+ export interface Tag {
1050
+ Key: string | undefined;
1051
+ Value?: string;
1052
+ }
1053
+ export interface Tags {
1054
+ Items?: Tag[];
1055
+ }
1056
+ export interface DistributionConfigWithTags {
1057
+ DistributionConfig: DistributionConfig | undefined;
1058
+ Tags: Tags | undefined;
1059
+ }
1060
+ export interface CreateDistributionWithTagsRequest {
1061
+ DistributionConfigWithTags: DistributionConfigWithTags | undefined;
1062
+ }
1063
+ export interface CreateDistributionWithTagsResult {
1064
+ Distribution?: Distribution;
1065
+ Location?: string;
1066
+ ETag?: string;
1067
+ }
1068
+ export declare class InvalidTagging extends __BaseException {
1069
+ readonly name: "InvalidTagging";
1070
+ readonly $fault: "client";
1071
+ Message?: string;
1072
+ constructor(opts: __ExceptionOptionType<InvalidTagging, __BaseException>);
1073
+ }
1074
+ export declare type Format = "URLEncoded";
1075
+ export interface ContentTypeProfile {
1076
+ Format: Format | string | undefined;
1077
+ ProfileId?: string;
1078
+ ContentType: string | undefined;
1079
+ }
1080
+ export interface ContentTypeProfiles {
1081
+ Quantity: number | undefined;
1082
+ Items?: ContentTypeProfile[];
1083
+ }
1084
+ export interface ContentTypeProfileConfig {
1085
+ ForwardWhenContentTypeIsUnknown: boolean | undefined;
1086
+ ContentTypeProfiles?: ContentTypeProfiles;
1087
+ }
1088
+ export interface QueryArgProfile {
1089
+ QueryArg: string | undefined;
1090
+ ProfileId: string | undefined;
1091
+ }
1092
+ export interface QueryArgProfiles {
1093
+ Quantity: number | undefined;
1094
+ Items?: QueryArgProfile[];
1095
+ }
1096
+ export interface QueryArgProfileConfig {
1097
+ ForwardWhenQueryArgProfileIsUnknown: boolean | undefined;
1098
+ QueryArgProfiles?: QueryArgProfiles;
1099
+ }
1100
+ export interface FieldLevelEncryptionConfig {
1101
+ CallerReference: string | undefined;
1102
+ Comment?: string;
1103
+ QueryArgProfileConfig?: QueryArgProfileConfig;
1104
+ ContentTypeProfileConfig?: ContentTypeProfileConfig;
1105
+ }
1106
+ export interface CreateFieldLevelEncryptionConfigRequest {
1107
+ FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
1108
+ }
1109
+ export interface FieldLevelEncryption {
1110
+ Id: string | undefined;
1111
+ LastModifiedTime: Date | undefined;
1112
+ FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
1113
+ }
1114
+ export interface CreateFieldLevelEncryptionConfigResult {
1115
+ FieldLevelEncryption?: FieldLevelEncryption;
1116
+ Location?: string;
1117
+ ETag?: string;
1118
+ }
1119
+ export declare class FieldLevelEncryptionConfigAlreadyExists extends __BaseException {
1120
+ readonly name: "FieldLevelEncryptionConfigAlreadyExists";
1121
+ readonly $fault: "client";
1122
+ Message?: string;
1123
+ constructor(
1124
+ opts: __ExceptionOptionType<
1125
+ FieldLevelEncryptionConfigAlreadyExists,
1126
+ __BaseException
1127
+ >
1128
+ );
1129
+ }
1130
+ export declare class NoSuchFieldLevelEncryptionProfile extends __BaseException {
1131
+ readonly name: "NoSuchFieldLevelEncryptionProfile";
1132
+ readonly $fault: "client";
1133
+ Message?: string;
1134
+ constructor(
1135
+ opts: __ExceptionOptionType<
1136
+ NoSuchFieldLevelEncryptionProfile,
1137
+ __BaseException
1138
+ >
1139
+ );
1140
+ }
1141
+ export declare class QueryArgProfileEmpty extends __BaseException {
1142
+ readonly name: "QueryArgProfileEmpty";
1143
+ readonly $fault: "client";
1144
+ Message?: string;
1145
+ constructor(
1146
+ opts: __ExceptionOptionType<QueryArgProfileEmpty, __BaseException>
1147
+ );
1148
+ }
1149
+ export declare class TooManyFieldLevelEncryptionConfigs extends __BaseException {
1150
+ readonly name: "TooManyFieldLevelEncryptionConfigs";
1151
+ readonly $fault: "client";
1152
+ Message?: string;
1153
+ constructor(
1154
+ opts: __ExceptionOptionType<
1155
+ TooManyFieldLevelEncryptionConfigs,
1156
+ __BaseException
1157
+ >
1158
+ );
1159
+ }
1160
+ export declare class TooManyFieldLevelEncryptionContentTypeProfiles extends __BaseException {
1161
+ readonly name: "TooManyFieldLevelEncryptionContentTypeProfiles";
1162
+ readonly $fault: "client";
1163
+ Message?: string;
1164
+ constructor(
1165
+ opts: __ExceptionOptionType<
1166
+ TooManyFieldLevelEncryptionContentTypeProfiles,
1167
+ __BaseException
1168
+ >
1169
+ );
1170
+ }
1171
+ export declare class TooManyFieldLevelEncryptionQueryArgProfiles extends __BaseException {
1172
+ readonly name: "TooManyFieldLevelEncryptionQueryArgProfiles";
1173
+ readonly $fault: "client";
1174
+ Message?: string;
1175
+ constructor(
1176
+ opts: __ExceptionOptionType<
1177
+ TooManyFieldLevelEncryptionQueryArgProfiles,
1178
+ __BaseException
1179
+ >
1180
+ );
1181
+ }
1182
+ export interface FieldPatterns {
1183
+ Quantity: number | undefined;
1184
+ Items?: string[];
1185
+ }
1186
+ export interface EncryptionEntity {
1187
+ PublicKeyId: string | undefined;
1188
+ ProviderId: string | undefined;
1189
+ FieldPatterns: FieldPatterns | undefined;
1190
+ }
1191
+ export interface EncryptionEntities {
1192
+ Quantity: number | undefined;
1193
+ Items?: EncryptionEntity[];
1194
+ }
1195
+ export interface FieldLevelEncryptionProfileConfig {
1196
+ Name: string | undefined;
1197
+ CallerReference: string | undefined;
1198
+ Comment?: string;
1199
+ EncryptionEntities: EncryptionEntities | undefined;
1200
+ }
1201
+ export interface CreateFieldLevelEncryptionProfileRequest {
1202
+ FieldLevelEncryptionProfileConfig:
1203
+ | FieldLevelEncryptionProfileConfig
1204
+ | undefined;
1205
+ }
1206
+ export interface FieldLevelEncryptionProfile {
1207
+ Id: string | undefined;
1208
+ LastModifiedTime: Date | undefined;
1209
+ FieldLevelEncryptionProfileConfig:
1210
+ | FieldLevelEncryptionProfileConfig
1211
+ | undefined;
1212
+ }
1213
+ export interface CreateFieldLevelEncryptionProfileResult {
1214
+ FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
1215
+ Location?: string;
1216
+ ETag?: string;
1217
+ }
1218
+ export declare class FieldLevelEncryptionProfileAlreadyExists extends __BaseException {
1219
+ readonly name: "FieldLevelEncryptionProfileAlreadyExists";
1220
+ readonly $fault: "client";
1221
+ Message?: string;
1222
+ constructor(
1223
+ opts: __ExceptionOptionType<
1224
+ FieldLevelEncryptionProfileAlreadyExists,
1225
+ __BaseException
1226
+ >
1227
+ );
1228
+ }
1229
+ export declare class FieldLevelEncryptionProfileSizeExceeded extends __BaseException {
1230
+ readonly name: "FieldLevelEncryptionProfileSizeExceeded";
1231
+ readonly $fault: "client";
1232
+ Message?: string;
1233
+ constructor(
1234
+ opts: __ExceptionOptionType<
1235
+ FieldLevelEncryptionProfileSizeExceeded,
1236
+ __BaseException
1237
+ >
1238
+ );
1239
+ }
1240
+ export declare class NoSuchPublicKey extends __BaseException {
1241
+ readonly name: "NoSuchPublicKey";
1242
+ readonly $fault: "client";
1243
+ Message?: string;
1244
+ constructor(opts: __ExceptionOptionType<NoSuchPublicKey, __BaseException>);
1245
+ }
1246
+ export declare class TooManyFieldLevelEncryptionEncryptionEntities extends __BaseException {
1247
+ readonly name: "TooManyFieldLevelEncryptionEncryptionEntities";
1248
+ readonly $fault: "client";
1249
+ Message?: string;
1250
+ constructor(
1251
+ opts: __ExceptionOptionType<
1252
+ TooManyFieldLevelEncryptionEncryptionEntities,
1253
+ __BaseException
1254
+ >
1255
+ );
1256
+ }
1257
+ export declare class TooManyFieldLevelEncryptionFieldPatterns extends __BaseException {
1258
+ readonly name: "TooManyFieldLevelEncryptionFieldPatterns";
1259
+ readonly $fault: "client";
1260
+ Message?: string;
1261
+ constructor(
1262
+ opts: __ExceptionOptionType<
1263
+ TooManyFieldLevelEncryptionFieldPatterns,
1264
+ __BaseException
1265
+ >
1266
+ );
1267
+ }
1268
+ export declare class TooManyFieldLevelEncryptionProfiles extends __BaseException {
1269
+ readonly name: "TooManyFieldLevelEncryptionProfiles";
1270
+ readonly $fault: "client";
1271
+ Message?: string;
1272
+ constructor(
1273
+ opts: __ExceptionOptionType<
1274
+ TooManyFieldLevelEncryptionProfiles,
1275
+ __BaseException
1276
+ >
1277
+ );
1278
+ }
1279
+ export declare enum FunctionRuntime {
1280
+ cloudfront_js_1_0 = "cloudfront-js-1.0",
1281
+ }
1282
+ export interface FunctionConfig {
1283
+ Comment: string | undefined;
1284
+ Runtime: FunctionRuntime | string | undefined;
1285
+ }
1286
+ export interface CreateFunctionRequest {
1287
+ Name: string | undefined;
1288
+ FunctionConfig: FunctionConfig | undefined;
1289
+ FunctionCode: Uint8Array | undefined;
1290
+ }
1291
+ export declare enum FunctionStage {
1292
+ DEVELOPMENT = "DEVELOPMENT",
1293
+ LIVE = "LIVE",
1294
+ }
1295
+ export interface FunctionMetadata {
1296
+ FunctionARN: string | undefined;
1297
+ Stage?: FunctionStage | string;
1298
+ CreatedTime?: Date;
1299
+ LastModifiedTime: Date | undefined;
1300
+ }
1301
+ export interface FunctionSummary {
1302
+ Name: string | undefined;
1303
+ Status?: string;
1304
+ FunctionConfig: FunctionConfig | undefined;
1305
+ FunctionMetadata: FunctionMetadata | undefined;
1306
+ }
1307
+ export interface CreateFunctionResult {
1308
+ FunctionSummary?: FunctionSummary;
1309
+ Location?: string;
1310
+ ETag?: string;
1311
+ }
1312
+ export declare class FunctionAlreadyExists extends __BaseException {
1313
+ readonly name: "FunctionAlreadyExists";
1314
+ readonly $fault: "client";
1315
+ Message?: string;
1316
+ constructor(
1317
+ opts: __ExceptionOptionType<FunctionAlreadyExists, __BaseException>
1318
+ );
1319
+ }
1320
+ export declare class FunctionSizeLimitExceeded extends __BaseException {
1321
+ readonly name: "FunctionSizeLimitExceeded";
1322
+ readonly $fault: "client";
1323
+ Message?: string;
1324
+ constructor(
1325
+ opts: __ExceptionOptionType<FunctionSizeLimitExceeded, __BaseException>
1326
+ );
1327
+ }
1328
+ export declare class TooManyFunctions extends __BaseException {
1329
+ readonly name: "TooManyFunctions";
1330
+ readonly $fault: "client";
1331
+ Message?: string;
1332
+ constructor(opts: __ExceptionOptionType<TooManyFunctions, __BaseException>);
1333
+ }
1334
+ export declare class UnsupportedOperation extends __BaseException {
1335
+ readonly name: "UnsupportedOperation";
1336
+ readonly $fault: "client";
1337
+ Message?: string;
1338
+ constructor(
1339
+ opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
1340
+ );
1341
+ }
1342
+ export interface Paths {
1343
+ Quantity: number | undefined;
1344
+ Items?: string[];
1345
+ }
1346
+ export interface InvalidationBatch {
1347
+ Paths: Paths | undefined;
1348
+ CallerReference: string | undefined;
1349
+ }
1350
+ export interface CreateInvalidationRequest {
1351
+ DistributionId: string | undefined;
1352
+ InvalidationBatch: InvalidationBatch | undefined;
1353
+ }
1354
+ export interface Invalidation {
1355
+ Id: string | undefined;
1356
+ Status: string | undefined;
1357
+ CreateTime: Date | undefined;
1358
+ InvalidationBatch: InvalidationBatch | undefined;
1359
+ }
1360
+ export interface CreateInvalidationResult {
1361
+ Location?: string;
1362
+ Invalidation?: Invalidation;
1363
+ }
1364
+ export declare class TooManyInvalidationsInProgress extends __BaseException {
1365
+ readonly name: "TooManyInvalidationsInProgress";
1366
+ readonly $fault: "client";
1367
+ Message?: string;
1368
+ constructor(
1369
+ opts: __ExceptionOptionType<TooManyInvalidationsInProgress, __BaseException>
1370
+ );
1371
+ }
1372
+ export interface KeyGroupConfig {
1373
+ Name: string | undefined;
1374
+ Items: string[] | undefined;
1375
+ Comment?: string;
1376
+ }
1377
+ export interface CreateKeyGroupRequest {
1378
+ KeyGroupConfig: KeyGroupConfig | undefined;
1379
+ }
1380
+ export interface KeyGroup {
1381
+ Id: string | undefined;
1382
+ LastModifiedTime: Date | undefined;
1383
+ KeyGroupConfig: KeyGroupConfig | undefined;
1384
+ }
1385
+ export interface CreateKeyGroupResult {
1386
+ KeyGroup?: KeyGroup;
1387
+ Location?: string;
1388
+ ETag?: string;
1389
+ }
1390
+ export declare class KeyGroupAlreadyExists extends __BaseException {
1391
+ readonly name: "KeyGroupAlreadyExists";
1392
+ readonly $fault: "client";
1393
+ Message?: string;
1394
+ constructor(
1395
+ opts: __ExceptionOptionType<KeyGroupAlreadyExists, __BaseException>
1396
+ );
1397
+ }
1398
+ export declare class TooManyKeyGroups extends __BaseException {
1399
+ readonly name: "TooManyKeyGroups";
1400
+ readonly $fault: "client";
1401
+ Message?: string;
1402
+ constructor(opts: __ExceptionOptionType<TooManyKeyGroups, __BaseException>);
1403
+ }
1404
+ export declare class TooManyPublicKeysInKeyGroup extends __BaseException {
1405
+ readonly name: "TooManyPublicKeysInKeyGroup";
1406
+ readonly $fault: "client";
1407
+ Message?: string;
1408
+ constructor(
1409
+ opts: __ExceptionOptionType<TooManyPublicKeysInKeyGroup, __BaseException>
1410
+ );
1411
+ }
1412
+ export declare enum RealtimeMetricsSubscriptionStatus {
1413
+ Disabled = "Disabled",
1414
+ Enabled = "Enabled",
1415
+ }
1416
+ export interface RealtimeMetricsSubscriptionConfig {
1417
+ RealtimeMetricsSubscriptionStatus:
1418
+ | RealtimeMetricsSubscriptionStatus
1419
+ | string
1420
+ | undefined;
1421
+ }
1422
+ export interface MonitoringSubscription {
1423
+ RealtimeMetricsSubscriptionConfig?: RealtimeMetricsSubscriptionConfig;
1424
+ }
1425
+ export interface CreateMonitoringSubscriptionRequest {
1426
+ DistributionId: string | undefined;
1427
+ MonitoringSubscription: MonitoringSubscription | undefined;
1428
+ }
1429
+ export interface CreateMonitoringSubscriptionResult {
1430
+ MonitoringSubscription?: MonitoringSubscription;
1431
+ }
1432
+ export declare class MonitoringSubscriptionAlreadyExists extends __BaseException {
1433
+ readonly name: "MonitoringSubscriptionAlreadyExists";
1434
+ readonly $fault: "client";
1435
+ Message?: string;
1436
+ constructor(
1437
+ opts: __ExceptionOptionType<
1438
+ MonitoringSubscriptionAlreadyExists,
1439
+ __BaseException
1440
+ >
1441
+ );
1442
+ }
1443
+ export declare enum OriginAccessControlOriginTypes {
1444
+ s3 = "s3",
1445
+ }
1446
+ export declare enum OriginAccessControlSigningBehaviors {
1447
+ always = "always",
1448
+ never = "never",
1449
+ no_override = "no-override",
1450
+ }
1451
+ export declare enum OriginAccessControlSigningProtocols {
1452
+ sigv4 = "sigv4",
1453
+ }
1454
+ export interface OriginAccessControlConfig {
1455
+ Name: string | undefined;
1456
+ Description: string | undefined;
1457
+ SigningProtocol: OriginAccessControlSigningProtocols | string | undefined;
1458
+ SigningBehavior: OriginAccessControlSigningBehaviors | string | undefined;
1459
+ OriginAccessControlOriginType:
1460
+ | OriginAccessControlOriginTypes
1461
+ | string
1462
+ | undefined;
1463
+ }
1464
+ export interface CreateOriginAccessControlRequest {
1465
+ OriginAccessControlConfig: OriginAccessControlConfig | undefined;
1466
+ }
1467
+ export interface OriginAccessControl {
1468
+ Id: string | undefined;
1469
+ OriginAccessControlConfig?: OriginAccessControlConfig;
1470
+ }
1471
+ export interface CreateOriginAccessControlResult {
1472
+ OriginAccessControl?: OriginAccessControl;
1473
+ Location?: string;
1474
+ ETag?: string;
1475
+ }
1476
+ export declare class OriginAccessControlAlreadyExists extends __BaseException {
1477
+ readonly name: "OriginAccessControlAlreadyExists";
1478
+ readonly $fault: "client";
1479
+ Message?: string;
1480
+ constructor(
1481
+ opts: __ExceptionOptionType<
1482
+ OriginAccessControlAlreadyExists,
1483
+ __BaseException
1484
+ >
1485
+ );
1486
+ }
1487
+ export declare class TooManyOriginAccessControls extends __BaseException {
1488
+ readonly name: "TooManyOriginAccessControls";
1489
+ readonly $fault: "client";
1490
+ Message?: string;
1491
+ constructor(
1492
+ opts: __ExceptionOptionType<TooManyOriginAccessControls, __BaseException>
1493
+ );
1494
+ }
1495
+ export declare type OriginRequestPolicyCookieBehavior =
1496
+ | "all"
1497
+ | "none"
1498
+ | "whitelist";
1499
+ export interface OriginRequestPolicyCookiesConfig {
1500
+ CookieBehavior: OriginRequestPolicyCookieBehavior | string | undefined;
1501
+ Cookies?: CookieNames;
1502
+ }
1503
+ export declare type OriginRequestPolicyHeaderBehavior =
1504
+ | "allViewer"
1505
+ | "allViewerAndWhitelistCloudFront"
1506
+ | "none"
1507
+ | "whitelist";
1508
+ export interface OriginRequestPolicyHeadersConfig {
1509
+ HeaderBehavior: OriginRequestPolicyHeaderBehavior | string | undefined;
1510
+ Headers?: Headers;
1511
+ }
1512
+ export declare type OriginRequestPolicyQueryStringBehavior =
1513
+ | "all"
1514
+ | "none"
1515
+ | "whitelist";
1516
+ export interface OriginRequestPolicyQueryStringsConfig {
1517
+ QueryStringBehavior:
1518
+ | OriginRequestPolicyQueryStringBehavior
1519
+ | string
1520
+ | undefined;
1521
+ QueryStrings?: QueryStringNames;
1522
+ }
1523
+ export interface OriginRequestPolicyConfig {
1524
+ Comment?: string;
1525
+ Name: string | undefined;
1526
+ HeadersConfig: OriginRequestPolicyHeadersConfig | undefined;
1527
+ CookiesConfig: OriginRequestPolicyCookiesConfig | undefined;
1528
+ QueryStringsConfig: OriginRequestPolicyQueryStringsConfig | undefined;
1529
+ }
1530
+ export interface CreateOriginRequestPolicyRequest {
1531
+ OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
1532
+ }
1533
+ export interface OriginRequestPolicy {
1534
+ Id: string | undefined;
1535
+ LastModifiedTime: Date | undefined;
1536
+ OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
1537
+ }
1538
+ export interface CreateOriginRequestPolicyResult {
1539
+ OriginRequestPolicy?: OriginRequestPolicy;
1540
+ Location?: string;
1541
+ ETag?: string;
1542
+ }
1543
+ export declare class OriginRequestPolicyAlreadyExists extends __BaseException {
1544
+ readonly name: "OriginRequestPolicyAlreadyExists";
1545
+ readonly $fault: "client";
1546
+ Message?: string;
1547
+ constructor(
1548
+ opts: __ExceptionOptionType<
1549
+ OriginRequestPolicyAlreadyExists,
1550
+ __BaseException
1551
+ >
1552
+ );
1553
+ }
1554
+ export declare class TooManyCookiesInOriginRequestPolicy extends __BaseException {
1555
+ readonly name: "TooManyCookiesInOriginRequestPolicy";
1556
+ readonly $fault: "client";
1557
+ Message?: string;
1558
+ constructor(
1559
+ opts: __ExceptionOptionType<
1560
+ TooManyCookiesInOriginRequestPolicy,
1561
+ __BaseException
1562
+ >
1563
+ );
1564
+ }
1565
+ export declare class TooManyHeadersInOriginRequestPolicy extends __BaseException {
1566
+ readonly name: "TooManyHeadersInOriginRequestPolicy";
1567
+ readonly $fault: "client";
1568
+ Message?: string;
1569
+ constructor(
1570
+ opts: __ExceptionOptionType<
1571
+ TooManyHeadersInOriginRequestPolicy,
1572
+ __BaseException
1573
+ >
1574
+ );
1575
+ }
1576
+ export declare class TooManyOriginRequestPolicies extends __BaseException {
1577
+ readonly name: "TooManyOriginRequestPolicies";
1578
+ readonly $fault: "client";
1579
+ Message?: string;
1580
+ constructor(
1581
+ opts: __ExceptionOptionType<TooManyOriginRequestPolicies, __BaseException>
1582
+ );
1583
+ }
1584
+ export declare class TooManyQueryStringsInOriginRequestPolicy extends __BaseException {
1585
+ readonly name: "TooManyQueryStringsInOriginRequestPolicy";
1586
+ readonly $fault: "client";
1587
+ Message?: string;
1588
+ constructor(
1589
+ opts: __ExceptionOptionType<
1590
+ TooManyQueryStringsInOriginRequestPolicy,
1591
+ __BaseException
1592
+ >
1593
+ );
1594
+ }
1595
+ export interface PublicKeyConfig {
1596
+ CallerReference: string | undefined;
1597
+ Name: string | undefined;
1598
+ EncodedKey: string | undefined;
1599
+ Comment?: string;
1600
+ }
1601
+ export interface CreatePublicKeyRequest {
1602
+ PublicKeyConfig: PublicKeyConfig | undefined;
1603
+ }
1604
+ export interface PublicKey {
1605
+ Id: string | undefined;
1606
+ CreatedTime: Date | undefined;
1607
+ PublicKeyConfig: PublicKeyConfig | undefined;
1608
+ }
1609
+ export interface CreatePublicKeyResult {
1610
+ PublicKey?: PublicKey;
1611
+ Location?: string;
1612
+ ETag?: string;
1613
+ }
1614
+ export declare class PublicKeyAlreadyExists extends __BaseException {
1615
+ readonly name: "PublicKeyAlreadyExists";
1616
+ readonly $fault: "client";
1617
+ Message?: string;
1618
+ constructor(
1619
+ opts: __ExceptionOptionType<PublicKeyAlreadyExists, __BaseException>
1620
+ );
1621
+ }
1622
+ export declare class TooManyPublicKeys extends __BaseException {
1623
+ readonly name: "TooManyPublicKeys";
1624
+ readonly $fault: "client";
1625
+ Message?: string;
1626
+ constructor(opts: __ExceptionOptionType<TooManyPublicKeys, __BaseException>);
1627
+ }
1628
+ export interface KinesisStreamConfig {
1629
+ RoleARN: string | undefined;
1630
+ StreamARN: string | undefined;
1631
+ }
1632
+ export interface EndPoint {
1633
+ StreamType: string | undefined;
1634
+ KinesisStreamConfig?: KinesisStreamConfig;
1635
+ }
1636
+ export interface CreateRealtimeLogConfigRequest {
1637
+ EndPoints: EndPoint[] | undefined;
1638
+ Fields: string[] | undefined;
1639
+ Name: string | undefined;
1640
+ SamplingRate: number | undefined;
1641
+ }
1642
+ export interface RealtimeLogConfig {
1643
+ ARN: string | undefined;
1644
+ Name: string | undefined;
1645
+ SamplingRate: number | undefined;
1646
+ EndPoints: EndPoint[] | undefined;
1647
+ Fields: string[] | undefined;
1648
+ }
1649
+ export interface CreateRealtimeLogConfigResult {
1650
+ RealtimeLogConfig?: RealtimeLogConfig;
1651
+ }
1652
+ export declare class RealtimeLogConfigAlreadyExists extends __BaseException {
1653
+ readonly name: "RealtimeLogConfigAlreadyExists";
1654
+ readonly $fault: "client";
1655
+ Message?: string;
1656
+ constructor(
1657
+ opts: __ExceptionOptionType<RealtimeLogConfigAlreadyExists, __BaseException>
1658
+ );
1659
+ }
1660
+ export declare class TooManyRealtimeLogConfigs extends __BaseException {
1661
+ readonly name: "TooManyRealtimeLogConfigs";
1662
+ readonly $fault: "client";
1663
+ Message?: string;
1664
+ constructor(
1665
+ opts: __ExceptionOptionType<TooManyRealtimeLogConfigs, __BaseException>
1666
+ );
1667
+ }
1668
+ export interface ResponseHeadersPolicyAccessControlAllowHeaders {
1669
+ Quantity: number | undefined;
1670
+ Items: string[] | undefined;
1671
+ }
1672
+ export interface ResponseHeadersPolicyAccessControlAllowMethods {
1673
+ Quantity: number | undefined;
1674
+ Items:
1675
+ | (ResponseHeadersPolicyAccessControlAllowMethodsValues | string)[]
1676
+ | undefined;
1677
+ }
1678
+ export interface ResponseHeadersPolicyAccessControlAllowOrigins {
1679
+ Quantity: number | undefined;
1680
+ Items: string[] | undefined;
1681
+ }
1682
+ export interface ResponseHeadersPolicyAccessControlExposeHeaders {
1683
+ Quantity: number | undefined;
1684
+ Items?: string[];
1685
+ }
1686
+ export interface ResponseHeadersPolicyCorsConfig {
1687
+ AccessControlAllowOrigins:
1688
+ | ResponseHeadersPolicyAccessControlAllowOrigins
1689
+ | undefined;
1690
+ AccessControlAllowHeaders:
1691
+ | ResponseHeadersPolicyAccessControlAllowHeaders
1692
+ | undefined;
1693
+ AccessControlAllowMethods:
1694
+ | ResponseHeadersPolicyAccessControlAllowMethods
1695
+ | undefined;
1696
+ AccessControlAllowCredentials: boolean | undefined;
1697
+ AccessControlExposeHeaders?: ResponseHeadersPolicyAccessControlExposeHeaders;
1698
+ AccessControlMaxAgeSec?: number;
1699
+ OriginOverride: boolean | undefined;
1700
+ }
1701
+ export interface ResponseHeadersPolicyCustomHeader {
1702
+ Header: string | undefined;
1703
+ Value: string | undefined;
1704
+ Override: boolean | undefined;
1705
+ }
1706
+ export interface ResponseHeadersPolicyCustomHeadersConfig {
1707
+ Quantity: number | undefined;
1708
+ Items?: ResponseHeadersPolicyCustomHeader[];
1709
+ }
1710
+ export interface ResponseHeadersPolicyContentSecurityPolicy {
1711
+ Override: boolean | undefined;
1712
+ ContentSecurityPolicy: string | undefined;
1713
+ }
1714
+ export interface ResponseHeadersPolicyContentTypeOptions {
1715
+ Override: boolean | undefined;
1716
+ }
1717
+ export declare enum FrameOptionsList {
1718
+ DENY = "DENY",
1719
+ SAMEORIGIN = "SAMEORIGIN",
1720
+ }
1721
+ export interface ResponseHeadersPolicyFrameOptions {
1722
+ Override: boolean | undefined;
1723
+ FrameOption: FrameOptionsList | string | undefined;
1724
+ }
1725
+ export declare enum ReferrerPolicyList {
1726
+ no_referrer = "no-referrer",
1727
+ no_referrer_when_downgrade = "no-referrer-when-downgrade",
1728
+ origin = "origin",
1729
+ origin_when_cross_origin = "origin-when-cross-origin",
1730
+ same_origin = "same-origin",
1731
+ strict_origin = "strict-origin",
1732
+ strict_origin_when_cross_origin = "strict-origin-when-cross-origin",
1733
+ unsafe_url = "unsafe-url",
1734
+ }
1735
+ export interface ResponseHeadersPolicyReferrerPolicy {
1736
+ Override: boolean | undefined;
1737
+ ReferrerPolicy: ReferrerPolicyList | string | undefined;
1738
+ }
1739
+ export interface ResponseHeadersPolicyStrictTransportSecurity {
1740
+ Override: boolean | undefined;
1741
+ IncludeSubdomains?: boolean;
1742
+ Preload?: boolean;
1743
+ AccessControlMaxAgeSec: number | undefined;
1744
+ }
1745
+ export interface ResponseHeadersPolicyXSSProtection {
1746
+ Override: boolean | undefined;
1747
+ Protection: boolean | undefined;
1748
+ ModeBlock?: boolean;
1749
+ ReportUri?: string;
1750
+ }
1751
+ export interface ResponseHeadersPolicySecurityHeadersConfig {
1752
+ XSSProtection?: ResponseHeadersPolicyXSSProtection;
1753
+ FrameOptions?: ResponseHeadersPolicyFrameOptions;
1754
+ ReferrerPolicy?: ResponseHeadersPolicyReferrerPolicy;
1755
+ ContentSecurityPolicy?: ResponseHeadersPolicyContentSecurityPolicy;
1756
+ ContentTypeOptions?: ResponseHeadersPolicyContentTypeOptions;
1757
+ StrictTransportSecurity?: ResponseHeadersPolicyStrictTransportSecurity;
1758
+ }
1759
+ export interface ResponseHeadersPolicyServerTimingHeadersConfig {
1760
+ Enabled: boolean | undefined;
1761
+ SamplingRate?: number;
1762
+ }
1763
+ export interface ResponseHeadersPolicyConfig {
1764
+ Comment?: string;
1765
+ Name: string | undefined;
1766
+ CorsConfig?: ResponseHeadersPolicyCorsConfig;
1767
+ SecurityHeadersConfig?: ResponseHeadersPolicySecurityHeadersConfig;
1768
+ ServerTimingHeadersConfig?: ResponseHeadersPolicyServerTimingHeadersConfig;
1769
+ CustomHeadersConfig?: ResponseHeadersPolicyCustomHeadersConfig;
1770
+ }
1771
+ export interface CreateResponseHeadersPolicyRequest {
1772
+ ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
1773
+ }
1774
+ export interface ResponseHeadersPolicy {
1775
+ Id: string | undefined;
1776
+ LastModifiedTime: Date | undefined;
1777
+ ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
1778
+ }
1779
+ export interface CreateResponseHeadersPolicyResult {
1780
+ ResponseHeadersPolicy?: ResponseHeadersPolicy;
1781
+ Location?: string;
1782
+ ETag?: string;
1783
+ }
1784
+ export declare class ResponseHeadersPolicyAlreadyExists extends __BaseException {
1785
+ readonly name: "ResponseHeadersPolicyAlreadyExists";
1786
+ readonly $fault: "client";
1787
+ Message?: string;
1788
+ constructor(
1789
+ opts: __ExceptionOptionType<
1790
+ ResponseHeadersPolicyAlreadyExists,
1791
+ __BaseException
1792
+ >
1793
+ );
1794
+ }
1795
+ export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
1796
+ readonly name: "TooLongCSPInResponseHeadersPolicy";
1797
+ readonly $fault: "client";
1798
+ Message?: string;
1799
+ constructor(
1800
+ opts: __ExceptionOptionType<
1801
+ TooLongCSPInResponseHeadersPolicy,
1802
+ __BaseException
1803
+ >
1804
+ );
1805
+ }
1806
+ export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseException {
1807
+ readonly name: "TooManyCustomHeadersInResponseHeadersPolicy";
1808
+ readonly $fault: "client";
1809
+ Message?: string;
1810
+ constructor(
1811
+ opts: __ExceptionOptionType<
1812
+ TooManyCustomHeadersInResponseHeadersPolicy,
1813
+ __BaseException
1814
+ >
1815
+ );
1816
+ }
1817
+ export declare class TooManyResponseHeadersPolicies extends __BaseException {
1818
+ readonly name: "TooManyResponseHeadersPolicies";
1819
+ readonly $fault: "client";
1820
+ Message?: string;
1821
+ constructor(
1822
+ opts: __ExceptionOptionType<TooManyResponseHeadersPolicies, __BaseException>
1823
+ );
1824
+ }
1825
+ export interface StreamingLoggingConfig {
1826
+ Enabled: boolean | undefined;
1827
+ Bucket: string | undefined;
1828
+ Prefix: string | undefined;
1829
+ }
1830
+ export interface S3Origin {
1831
+ DomainName: string | undefined;
1832
+ OriginAccessIdentity: string | undefined;
1833
+ }
1834
+ export interface StreamingDistributionConfig {
1835
+ CallerReference: string | undefined;
1836
+ S3Origin: S3Origin | undefined;
1837
+ Aliases?: Aliases;
1838
+ Comment: string | undefined;
1839
+ Logging?: StreamingLoggingConfig;
1840
+ TrustedSigners: TrustedSigners | undefined;
1841
+ PriceClass?: PriceClass | string;
1842
+ Enabled: boolean | undefined;
1843
+ }
1844
+ export interface CreateStreamingDistributionRequest {
1845
+ StreamingDistributionConfig: StreamingDistributionConfig | undefined;
1846
+ }
1847
+ export interface StreamingDistribution {
1848
+ Id: string | undefined;
1849
+ ARN: string | undefined;
1850
+ Status: string | undefined;
1851
+ LastModifiedTime?: Date;
1852
+ DomainName: string | undefined;
1853
+ ActiveTrustedSigners: ActiveTrustedSigners | undefined;
1854
+ StreamingDistributionConfig: StreamingDistributionConfig | undefined;
1855
+ }
1856
+ export interface CreateStreamingDistributionResult {
1857
+ StreamingDistribution?: StreamingDistribution;
1858
+ Location?: string;
1859
+ ETag?: string;
1860
+ }
1861
+ export declare class StreamingDistributionAlreadyExists extends __BaseException {
1862
+ readonly name: "StreamingDistributionAlreadyExists";
1863
+ readonly $fault: "client";
1864
+ Message?: string;
1865
+ constructor(
1866
+ opts: __ExceptionOptionType<
1867
+ StreamingDistributionAlreadyExists,
1868
+ __BaseException
1869
+ >
1870
+ );
1871
+ }
1872
+ export declare class TooManyStreamingDistributionCNAMEs extends __BaseException {
1873
+ readonly name: "TooManyStreamingDistributionCNAMEs";
1874
+ readonly $fault: "client";
1875
+ Message?: string;
1876
+ constructor(
1877
+ opts: __ExceptionOptionType<
1878
+ TooManyStreamingDistributionCNAMEs,
1879
+ __BaseException
1880
+ >
1881
+ );
1882
+ }
1883
+ export declare class TooManyStreamingDistributions extends __BaseException {
1884
+ readonly name: "TooManyStreamingDistributions";
1885
+ readonly $fault: "client";
1886
+ Message?: string;
1887
+ constructor(
1888
+ opts: __ExceptionOptionType<TooManyStreamingDistributions, __BaseException>
1889
+ );
1890
+ }
1891
+ export interface StreamingDistributionConfigWithTags {
1892
+ StreamingDistributionConfig: StreamingDistributionConfig | undefined;
1893
+ Tags: Tags | undefined;
1894
+ }
1895
+ export interface CreateStreamingDistributionWithTagsRequest {
1896
+ StreamingDistributionConfigWithTags:
1897
+ | StreamingDistributionConfigWithTags
1898
+ | undefined;
1899
+ }
1900
+ export interface CreateStreamingDistributionWithTagsResult {
1901
+ StreamingDistribution?: StreamingDistribution;
1902
+ Location?: string;
1903
+ ETag?: string;
1904
+ }
1905
+ export interface DeleteCachePolicyRequest {
1906
+ Id: string | undefined;
1907
+ IfMatch?: string;
1908
+ }
1909
+ export declare class IllegalDelete extends __BaseException {
1910
+ readonly name: "IllegalDelete";
1911
+ readonly $fault: "client";
1912
+ Message?: string;
1913
+ constructor(opts: __ExceptionOptionType<IllegalDelete, __BaseException>);
1914
+ }
1915
+ export declare class InvalidIfMatchVersion extends __BaseException {
1916
+ readonly name: "InvalidIfMatchVersion";
1917
+ readonly $fault: "client";
1918
+ Message?: string;
1919
+ constructor(
1920
+ opts: __ExceptionOptionType<InvalidIfMatchVersion, __BaseException>
1921
+ );
1922
+ }
1923
+ export declare class PreconditionFailed extends __BaseException {
1924
+ readonly name: "PreconditionFailed";
1925
+ readonly $fault: "client";
1926
+ Message?: string;
1927
+ constructor(opts: __ExceptionOptionType<PreconditionFailed, __BaseException>);
1928
+ }
1929
+ export declare const KeyPairIdsFilterSensitiveLog: (obj: KeyPairIds) => any;
1930
+ export declare const KGKeyPairIdsFilterSensitiveLog: (obj: KGKeyPairIds) => any;
1931
+ export declare const ActiveTrustedKeyGroupsFilterSensitiveLog: (
1932
+ obj: ActiveTrustedKeyGroups
1933
+ ) => any;
1934
+ export declare const SignerFilterSensitiveLog: (obj: Signer) => any;
1935
+ export declare const ActiveTrustedSignersFilterSensitiveLog: (
1936
+ obj: ActiveTrustedSigners
1937
+ ) => any;
1938
+ export declare const AliasesFilterSensitiveLog: (obj: Aliases) => any;
1939
+ export declare const AliasICPRecordalFilterSensitiveLog: (
1940
+ obj: AliasICPRecordal
1941
+ ) => any;
1942
+ export declare const CachedMethodsFilterSensitiveLog: (
1943
+ obj: CachedMethods
1944
+ ) => any;
1945
+ export declare const AllowedMethodsFilterSensitiveLog: (
1946
+ obj: AllowedMethods
1947
+ ) => any;
1948
+ export declare const AssociateAliasRequestFilterSensitiveLog: (
1949
+ obj: AssociateAliasRequest
1950
+ ) => any;
1951
+ export declare const CookieNamesFilterSensitiveLog: (obj: CookieNames) => any;
1952
+ export declare const CookiePreferenceFilterSensitiveLog: (
1953
+ obj: CookiePreference
1954
+ ) => any;
1955
+ export declare const HeadersFilterSensitiveLog: (obj: Headers) => any;
1956
+ export declare const QueryStringCacheKeysFilterSensitiveLog: (
1957
+ obj: QueryStringCacheKeys
1958
+ ) => any;
1959
+ export declare const ForwardedValuesFilterSensitiveLog: (
1960
+ obj: ForwardedValues
1961
+ ) => any;
1962
+ export declare const FunctionAssociationFilterSensitiveLog: (
1963
+ obj: FunctionAssociation
1964
+ ) => any;
1965
+ export declare const FunctionAssociationsFilterSensitiveLog: (
1966
+ obj: FunctionAssociations
1967
+ ) => any;
1968
+ export declare const LambdaFunctionAssociationFilterSensitiveLog: (
1969
+ obj: LambdaFunctionAssociation
1970
+ ) => any;
1971
+ export declare const LambdaFunctionAssociationsFilterSensitiveLog: (
1972
+ obj: LambdaFunctionAssociations
1973
+ ) => any;
1974
+ export declare const TrustedKeyGroupsFilterSensitiveLog: (
1975
+ obj: TrustedKeyGroups
1976
+ ) => any;
1977
+ export declare const TrustedSignersFilterSensitiveLog: (
1978
+ obj: TrustedSigners
1979
+ ) => any;
1980
+ export declare const CacheBehaviorFilterSensitiveLog: (
1981
+ obj: CacheBehavior
1982
+ ) => any;
1983
+ export declare const CacheBehaviorsFilterSensitiveLog: (
1984
+ obj: CacheBehaviors
1985
+ ) => any;
1986
+ export declare const CachePolicyCookiesConfigFilterSensitiveLog: (
1987
+ obj: CachePolicyCookiesConfig
1988
+ ) => any;
1989
+ export declare const CachePolicyHeadersConfigFilterSensitiveLog: (
1990
+ obj: CachePolicyHeadersConfig
1991
+ ) => any;
1992
+ export declare const QueryStringNamesFilterSensitiveLog: (
1993
+ obj: QueryStringNames
1994
+ ) => any;
1995
+ export declare const CachePolicyQueryStringsConfigFilterSensitiveLog: (
1996
+ obj: CachePolicyQueryStringsConfig
1997
+ ) => any;
1998
+ export declare const ParametersInCacheKeyAndForwardedToOriginFilterSensitiveLog: (
1999
+ obj: ParametersInCacheKeyAndForwardedToOrigin
2000
+ ) => any;
2001
+ export declare const CachePolicyConfigFilterSensitiveLog: (
2002
+ obj: CachePolicyConfig
2003
+ ) => any;
2004
+ export declare const CachePolicyFilterSensitiveLog: (obj: CachePolicy) => any;
2005
+ export declare const CachePolicySummaryFilterSensitiveLog: (
2006
+ obj: CachePolicySummary
2007
+ ) => any;
2008
+ export declare const CachePolicyListFilterSensitiveLog: (
2009
+ obj: CachePolicyList
2010
+ ) => any;
2011
+ export declare const CreateCachePolicyRequestFilterSensitiveLog: (
2012
+ obj: CreateCachePolicyRequest
2013
+ ) => any;
2014
+ export declare const CreateCachePolicyResultFilterSensitiveLog: (
2015
+ obj: CreateCachePolicyResult
2016
+ ) => any;
2017
+ export declare const CloudFrontOriginAccessIdentityConfigFilterSensitiveLog: (
2018
+ obj: CloudFrontOriginAccessIdentityConfig
2019
+ ) => any;
2020
+ export declare const CreateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (
2021
+ obj: CreateCloudFrontOriginAccessIdentityRequest
2022
+ ) => any;
2023
+ export declare const CloudFrontOriginAccessIdentityFilterSensitiveLog: (
2024
+ obj: CloudFrontOriginAccessIdentity
2025
+ ) => any;
2026
+ export declare const CreateCloudFrontOriginAccessIdentityResultFilterSensitiveLog: (
2027
+ obj: CreateCloudFrontOriginAccessIdentityResult
2028
+ ) => any;
2029
+ export declare const CustomErrorResponseFilterSensitiveLog: (
2030
+ obj: CustomErrorResponse
2031
+ ) => any;
2032
+ export declare const CustomErrorResponsesFilterSensitiveLog: (
2033
+ obj: CustomErrorResponses
2034
+ ) => any;
2035
+ export declare const DefaultCacheBehaviorFilterSensitiveLog: (
2036
+ obj: DefaultCacheBehavior
2037
+ ) => any;
2038
+ export declare const LoggingConfigFilterSensitiveLog: (
2039
+ obj: LoggingConfig
2040
+ ) => any;
2041
+ export declare const StatusCodesFilterSensitiveLog: (obj: StatusCodes) => any;
2042
+ export declare const OriginGroupFailoverCriteriaFilterSensitiveLog: (
2043
+ obj: OriginGroupFailoverCriteria
2044
+ ) => any;
2045
+ export declare const OriginGroupMemberFilterSensitiveLog: (
2046
+ obj: OriginGroupMember
2047
+ ) => any;
2048
+ export declare const OriginGroupMembersFilterSensitiveLog: (
2049
+ obj: OriginGroupMembers
2050
+ ) => any;
2051
+ export declare const OriginGroupFilterSensitiveLog: (obj: OriginGroup) => any;
2052
+ export declare const OriginGroupsFilterSensitiveLog: (obj: OriginGroups) => any;
2053
+ export declare const OriginCustomHeaderFilterSensitiveLog: (
2054
+ obj: OriginCustomHeader
2055
+ ) => any;
2056
+ export declare const CustomHeadersFilterSensitiveLog: (
2057
+ obj: CustomHeaders
2058
+ ) => any;
2059
+ export declare const OriginSslProtocolsFilterSensitiveLog: (
2060
+ obj: OriginSslProtocols
2061
+ ) => any;
2062
+ export declare const CustomOriginConfigFilterSensitiveLog: (
2063
+ obj: CustomOriginConfig
2064
+ ) => any;
2065
+ export declare const OriginShieldFilterSensitiveLog: (obj: OriginShield) => any;
2066
+ export declare const S3OriginConfigFilterSensitiveLog: (
2067
+ obj: S3OriginConfig
2068
+ ) => any;
2069
+ export declare const OriginFilterSensitiveLog: (obj: Origin) => any;
2070
+ export declare const OriginsFilterSensitiveLog: (obj: Origins) => any;
2071
+ export declare const GeoRestrictionFilterSensitiveLog: (
2072
+ obj: GeoRestriction
2073
+ ) => any;
2074
+ export declare const RestrictionsFilterSensitiveLog: (obj: Restrictions) => any;
2075
+ export declare const ViewerCertificateFilterSensitiveLog: (
2076
+ obj: ViewerCertificate
2077
+ ) => any;
2078
+ export declare const DistributionConfigFilterSensitiveLog: (
2079
+ obj: DistributionConfig
2080
+ ) => any;
2081
+ export declare const CreateDistributionRequestFilterSensitiveLog: (
2082
+ obj: CreateDistributionRequest
2083
+ ) => any;
2084
+ export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
2085
+ export declare const CreateDistributionResultFilterSensitiveLog: (
2086
+ obj: CreateDistributionResult
2087
+ ) => any;
2088
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2089
+ export declare const TagsFilterSensitiveLog: (obj: Tags) => any;
2090
+ export declare const DistributionConfigWithTagsFilterSensitiveLog: (
2091
+ obj: DistributionConfigWithTags
2092
+ ) => any;
2093
+ export declare const CreateDistributionWithTagsRequestFilterSensitiveLog: (
2094
+ obj: CreateDistributionWithTagsRequest
2095
+ ) => any;
2096
+ export declare const CreateDistributionWithTagsResultFilterSensitiveLog: (
2097
+ obj: CreateDistributionWithTagsResult
2098
+ ) => any;
2099
+ export declare const ContentTypeProfileFilterSensitiveLog: (
2100
+ obj: ContentTypeProfile
2101
+ ) => any;
2102
+ export declare const ContentTypeProfilesFilterSensitiveLog: (
2103
+ obj: ContentTypeProfiles
2104
+ ) => any;
2105
+ export declare const ContentTypeProfileConfigFilterSensitiveLog: (
2106
+ obj: ContentTypeProfileConfig
2107
+ ) => any;
2108
+ export declare const QueryArgProfileFilterSensitiveLog: (
2109
+ obj: QueryArgProfile
2110
+ ) => any;
2111
+ export declare const QueryArgProfilesFilterSensitiveLog: (
2112
+ obj: QueryArgProfiles
2113
+ ) => any;
2114
+ export declare const QueryArgProfileConfigFilterSensitiveLog: (
2115
+ obj: QueryArgProfileConfig
2116
+ ) => any;
2117
+ export declare const FieldLevelEncryptionConfigFilterSensitiveLog: (
2118
+ obj: FieldLevelEncryptionConfig
2119
+ ) => any;
2120
+ export declare const CreateFieldLevelEncryptionConfigRequestFilterSensitiveLog: (
2121
+ obj: CreateFieldLevelEncryptionConfigRequest
2122
+ ) => any;
2123
+ export declare const FieldLevelEncryptionFilterSensitiveLog: (
2124
+ obj: FieldLevelEncryption
2125
+ ) => any;
2126
+ export declare const CreateFieldLevelEncryptionConfigResultFilterSensitiveLog: (
2127
+ obj: CreateFieldLevelEncryptionConfigResult
2128
+ ) => any;
2129
+ export declare const FieldPatternsFilterSensitiveLog: (
2130
+ obj: FieldPatterns
2131
+ ) => any;
2132
+ export declare const EncryptionEntityFilterSensitiveLog: (
2133
+ obj: EncryptionEntity
2134
+ ) => any;
2135
+ export declare const EncryptionEntitiesFilterSensitiveLog: (
2136
+ obj: EncryptionEntities
2137
+ ) => any;
2138
+ export declare const FieldLevelEncryptionProfileConfigFilterSensitiveLog: (
2139
+ obj: FieldLevelEncryptionProfileConfig
2140
+ ) => any;
2141
+ export declare const CreateFieldLevelEncryptionProfileRequestFilterSensitiveLog: (
2142
+ obj: CreateFieldLevelEncryptionProfileRequest
2143
+ ) => any;
2144
+ export declare const FieldLevelEncryptionProfileFilterSensitiveLog: (
2145
+ obj: FieldLevelEncryptionProfile
2146
+ ) => any;
2147
+ export declare const CreateFieldLevelEncryptionProfileResultFilterSensitiveLog: (
2148
+ obj: CreateFieldLevelEncryptionProfileResult
2149
+ ) => any;
2150
+ export declare const FunctionConfigFilterSensitiveLog: (
2151
+ obj: FunctionConfig
2152
+ ) => any;
2153
+ export declare const CreateFunctionRequestFilterSensitiveLog: (
2154
+ obj: CreateFunctionRequest
2155
+ ) => any;
2156
+ export declare const FunctionMetadataFilterSensitiveLog: (
2157
+ obj: FunctionMetadata
2158
+ ) => any;
2159
+ export declare const FunctionSummaryFilterSensitiveLog: (
2160
+ obj: FunctionSummary
2161
+ ) => any;
2162
+ export declare const CreateFunctionResultFilterSensitiveLog: (
2163
+ obj: CreateFunctionResult
2164
+ ) => any;
2165
+ export declare const PathsFilterSensitiveLog: (obj: Paths) => any;
2166
+ export declare const InvalidationBatchFilterSensitiveLog: (
2167
+ obj: InvalidationBatch
2168
+ ) => any;
2169
+ export declare const CreateInvalidationRequestFilterSensitiveLog: (
2170
+ obj: CreateInvalidationRequest
2171
+ ) => any;
2172
+ export declare const InvalidationFilterSensitiveLog: (obj: Invalidation) => any;
2173
+ export declare const CreateInvalidationResultFilterSensitiveLog: (
2174
+ obj: CreateInvalidationResult
2175
+ ) => any;
2176
+ export declare const KeyGroupConfigFilterSensitiveLog: (
2177
+ obj: KeyGroupConfig
2178
+ ) => any;
2179
+ export declare const CreateKeyGroupRequestFilterSensitiveLog: (
2180
+ obj: CreateKeyGroupRequest
2181
+ ) => any;
2182
+ export declare const KeyGroupFilterSensitiveLog: (obj: KeyGroup) => any;
2183
+ export declare const CreateKeyGroupResultFilterSensitiveLog: (
2184
+ obj: CreateKeyGroupResult
2185
+ ) => any;
2186
+ export declare const RealtimeMetricsSubscriptionConfigFilterSensitiveLog: (
2187
+ obj: RealtimeMetricsSubscriptionConfig
2188
+ ) => any;
2189
+ export declare const MonitoringSubscriptionFilterSensitiveLog: (
2190
+ obj: MonitoringSubscription
2191
+ ) => any;
2192
+ export declare const CreateMonitoringSubscriptionRequestFilterSensitiveLog: (
2193
+ obj: CreateMonitoringSubscriptionRequest
2194
+ ) => any;
2195
+ export declare const CreateMonitoringSubscriptionResultFilterSensitiveLog: (
2196
+ obj: CreateMonitoringSubscriptionResult
2197
+ ) => any;
2198
+ export declare const OriginAccessControlConfigFilterSensitiveLog: (
2199
+ obj: OriginAccessControlConfig
2200
+ ) => any;
2201
+ export declare const CreateOriginAccessControlRequestFilterSensitiveLog: (
2202
+ obj: CreateOriginAccessControlRequest
2203
+ ) => any;
2204
+ export declare const OriginAccessControlFilterSensitiveLog: (
2205
+ obj: OriginAccessControl
2206
+ ) => any;
2207
+ export declare const CreateOriginAccessControlResultFilterSensitiveLog: (
2208
+ obj: CreateOriginAccessControlResult
2209
+ ) => any;
2210
+ export declare const OriginRequestPolicyCookiesConfigFilterSensitiveLog: (
2211
+ obj: OriginRequestPolicyCookiesConfig
2212
+ ) => any;
2213
+ export declare const OriginRequestPolicyHeadersConfigFilterSensitiveLog: (
2214
+ obj: OriginRequestPolicyHeadersConfig
2215
+ ) => any;
2216
+ export declare const OriginRequestPolicyQueryStringsConfigFilterSensitiveLog: (
2217
+ obj: OriginRequestPolicyQueryStringsConfig
2218
+ ) => any;
2219
+ export declare const OriginRequestPolicyConfigFilterSensitiveLog: (
2220
+ obj: OriginRequestPolicyConfig
2221
+ ) => any;
2222
+ export declare const CreateOriginRequestPolicyRequestFilterSensitiveLog: (
2223
+ obj: CreateOriginRequestPolicyRequest
2224
+ ) => any;
2225
+ export declare const OriginRequestPolicyFilterSensitiveLog: (
2226
+ obj: OriginRequestPolicy
2227
+ ) => any;
2228
+ export declare const CreateOriginRequestPolicyResultFilterSensitiveLog: (
2229
+ obj: CreateOriginRequestPolicyResult
2230
+ ) => any;
2231
+ export declare const PublicKeyConfigFilterSensitiveLog: (
2232
+ obj: PublicKeyConfig
2233
+ ) => any;
2234
+ export declare const CreatePublicKeyRequestFilterSensitiveLog: (
2235
+ obj: CreatePublicKeyRequest
2236
+ ) => any;
2237
+ export declare const PublicKeyFilterSensitiveLog: (obj: PublicKey) => any;
2238
+ export declare const CreatePublicKeyResultFilterSensitiveLog: (
2239
+ obj: CreatePublicKeyResult
2240
+ ) => any;
2241
+ export declare const KinesisStreamConfigFilterSensitiveLog: (
2242
+ obj: KinesisStreamConfig
2243
+ ) => any;
2244
+ export declare const EndPointFilterSensitiveLog: (obj: EndPoint) => any;
2245
+ export declare const CreateRealtimeLogConfigRequestFilterSensitiveLog: (
2246
+ obj: CreateRealtimeLogConfigRequest
2247
+ ) => any;
2248
+ export declare const RealtimeLogConfigFilterSensitiveLog: (
2249
+ obj: RealtimeLogConfig
2250
+ ) => any;
2251
+ export declare const CreateRealtimeLogConfigResultFilterSensitiveLog: (
2252
+ obj: CreateRealtimeLogConfigResult
2253
+ ) => any;
2254
+ export declare const ResponseHeadersPolicyAccessControlAllowHeadersFilterSensitiveLog: (
2255
+ obj: ResponseHeadersPolicyAccessControlAllowHeaders
2256
+ ) => any;
2257
+ export declare const ResponseHeadersPolicyAccessControlAllowMethodsFilterSensitiveLog: (
2258
+ obj: ResponseHeadersPolicyAccessControlAllowMethods
2259
+ ) => any;
2260
+ export declare const ResponseHeadersPolicyAccessControlAllowOriginsFilterSensitiveLog: (
2261
+ obj: ResponseHeadersPolicyAccessControlAllowOrigins
2262
+ ) => any;
2263
+ export declare const ResponseHeadersPolicyAccessControlExposeHeadersFilterSensitiveLog: (
2264
+ obj: ResponseHeadersPolicyAccessControlExposeHeaders
2265
+ ) => any;
2266
+ export declare const ResponseHeadersPolicyCorsConfigFilterSensitiveLog: (
2267
+ obj: ResponseHeadersPolicyCorsConfig
2268
+ ) => any;
2269
+ export declare const ResponseHeadersPolicyCustomHeaderFilterSensitiveLog: (
2270
+ obj: ResponseHeadersPolicyCustomHeader
2271
+ ) => any;
2272
+ export declare const ResponseHeadersPolicyCustomHeadersConfigFilterSensitiveLog: (
2273
+ obj: ResponseHeadersPolicyCustomHeadersConfig
2274
+ ) => any;
2275
+ export declare const ResponseHeadersPolicyContentSecurityPolicyFilterSensitiveLog: (
2276
+ obj: ResponseHeadersPolicyContentSecurityPolicy
2277
+ ) => any;
2278
+ export declare const ResponseHeadersPolicyContentTypeOptionsFilterSensitiveLog: (
2279
+ obj: ResponseHeadersPolicyContentTypeOptions
2280
+ ) => any;
2281
+ export declare const ResponseHeadersPolicyFrameOptionsFilterSensitiveLog: (
2282
+ obj: ResponseHeadersPolicyFrameOptions
2283
+ ) => any;
2284
+ export declare const ResponseHeadersPolicyReferrerPolicyFilterSensitiveLog: (
2285
+ obj: ResponseHeadersPolicyReferrerPolicy
2286
+ ) => any;
2287
+ export declare const ResponseHeadersPolicyStrictTransportSecurityFilterSensitiveLog: (
2288
+ obj: ResponseHeadersPolicyStrictTransportSecurity
2289
+ ) => any;
2290
+ export declare const ResponseHeadersPolicyXSSProtectionFilterSensitiveLog: (
2291
+ obj: ResponseHeadersPolicyXSSProtection
2292
+ ) => any;
2293
+ export declare const ResponseHeadersPolicySecurityHeadersConfigFilterSensitiveLog: (
2294
+ obj: ResponseHeadersPolicySecurityHeadersConfig
2295
+ ) => any;
2296
+ export declare const ResponseHeadersPolicyServerTimingHeadersConfigFilterSensitiveLog: (
2297
+ obj: ResponseHeadersPolicyServerTimingHeadersConfig
2298
+ ) => any;
2299
+ export declare const ResponseHeadersPolicyConfigFilterSensitiveLog: (
2300
+ obj: ResponseHeadersPolicyConfig
2301
+ ) => any;
2302
+ export declare const CreateResponseHeadersPolicyRequestFilterSensitiveLog: (
2303
+ obj: CreateResponseHeadersPolicyRequest
2304
+ ) => any;
2305
+ export declare const ResponseHeadersPolicyFilterSensitiveLog: (
2306
+ obj: ResponseHeadersPolicy
2307
+ ) => any;
2308
+ export declare const CreateResponseHeadersPolicyResultFilterSensitiveLog: (
2309
+ obj: CreateResponseHeadersPolicyResult
2310
+ ) => any;
2311
+ export declare const StreamingLoggingConfigFilterSensitiveLog: (
2312
+ obj: StreamingLoggingConfig
2313
+ ) => any;
2314
+ export declare const S3OriginFilterSensitiveLog: (obj: S3Origin) => any;
2315
+ export declare const StreamingDistributionConfigFilterSensitiveLog: (
2316
+ obj: StreamingDistributionConfig
2317
+ ) => any;
2318
+ export declare const CreateStreamingDistributionRequestFilterSensitiveLog: (
2319
+ obj: CreateStreamingDistributionRequest
2320
+ ) => any;
2321
+ export declare const StreamingDistributionFilterSensitiveLog: (
2322
+ obj: StreamingDistribution
2323
+ ) => any;
2324
+ export declare const CreateStreamingDistributionResultFilterSensitiveLog: (
2325
+ obj: CreateStreamingDistributionResult
2326
+ ) => any;
2327
+ export declare const StreamingDistributionConfigWithTagsFilterSensitiveLog: (
2328
+ obj: StreamingDistributionConfigWithTags
2329
+ ) => any;
2330
+ export declare const CreateStreamingDistributionWithTagsRequestFilterSensitiveLog: (
2331
+ obj: CreateStreamingDistributionWithTagsRequest
2332
+ ) => any;
2333
+ export declare const CreateStreamingDistributionWithTagsResultFilterSensitiveLog: (
2334
+ obj: CreateStreamingDistributionWithTagsResult
2335
+ ) => any;
2336
+ export declare const DeleteCachePolicyRequestFilterSensitiveLog: (
2337
+ obj: DeleteCachePolicyRequest
2338
+ ) => any;