@aws-sdk/client-cloudfront 3.325.0 → 3.327.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.
- package/dist-types/commands/AssociateAliasCommand.d.ts +4 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +49 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +15 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +34 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +338 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +40 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +31 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +20 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +42 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +17 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +95 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +57 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +57 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +44 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +29 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +337 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +293 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +39 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +26 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +8 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +19 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +37 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +12 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +90 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +56 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +34 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +57 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +19 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +17 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +303 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +33 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +26 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +19 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +25 -0
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +22 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +50 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +19 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +30 -0
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +41 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +337 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +337 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +56 -0
- package/package.json +7 -7
|
@@ -33,6 +33,307 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListDistributionsByWebACLIdCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListDistributionsByWebACLIdResult
|
|
37
|
+
* // DistributionList: { // DistributionList
|
|
38
|
+
* // Marker: "STRING_VALUE", // required
|
|
39
|
+
* // NextMarker: "STRING_VALUE",
|
|
40
|
+
* // MaxItems: Number("int"), // required
|
|
41
|
+
* // IsTruncated: true || false, // required
|
|
42
|
+
* // Quantity: Number("int"), // required
|
|
43
|
+
* // Items: [ // DistributionSummaryList
|
|
44
|
+
* // { // DistributionSummary
|
|
45
|
+
* // Id: "STRING_VALUE", // required
|
|
46
|
+
* // ARN: "STRING_VALUE", // required
|
|
47
|
+
* // Status: "STRING_VALUE", // required
|
|
48
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // DomainName: "STRING_VALUE", // required
|
|
50
|
+
* // Aliases: { // Aliases
|
|
51
|
+
* // Quantity: Number("int"), // required
|
|
52
|
+
* // Items: [ // AliasList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // Origins: { // Origins
|
|
57
|
+
* // Quantity: Number("int"), // required
|
|
58
|
+
* // Items: [ // OriginList // required
|
|
59
|
+
* // { // Origin
|
|
60
|
+
* // Id: "STRING_VALUE", // required
|
|
61
|
+
* // DomainName: "STRING_VALUE", // required
|
|
62
|
+
* // OriginPath: "STRING_VALUE",
|
|
63
|
+
* // CustomHeaders: { // CustomHeaders
|
|
64
|
+
* // Quantity: Number("int"), // required
|
|
65
|
+
* // Items: [ // OriginCustomHeadersList
|
|
66
|
+
* // { // OriginCustomHeader
|
|
67
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
68
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // S3OriginConfig: { // S3OriginConfig
|
|
73
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
74
|
+
* // },
|
|
75
|
+
* // CustomOriginConfig: { // CustomOriginConfig
|
|
76
|
+
* // HTTPPort: Number("int"), // required
|
|
77
|
+
* // HTTPSPort: Number("int"), // required
|
|
78
|
+
* // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
|
|
79
|
+
* // OriginSslProtocols: { // OriginSslProtocols
|
|
80
|
+
* // Quantity: Number("int"), // required
|
|
81
|
+
* // Items: [ // SslProtocolsList // required
|
|
82
|
+
* // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // OriginReadTimeout: Number("int"),
|
|
86
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
87
|
+
* // },
|
|
88
|
+
* // ConnectionAttempts: Number("int"),
|
|
89
|
+
* // ConnectionTimeout: Number("int"),
|
|
90
|
+
* // OriginShield: { // OriginShield
|
|
91
|
+
* // Enabled: true || false, // required
|
|
92
|
+
* // OriginShieldRegion: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // OriginAccessControlId: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // ],
|
|
97
|
+
* // },
|
|
98
|
+
* // OriginGroups: { // OriginGroups
|
|
99
|
+
* // Quantity: Number("int"), // required
|
|
100
|
+
* // Items: [ // OriginGroupList
|
|
101
|
+
* // { // OriginGroup
|
|
102
|
+
* // Id: "STRING_VALUE", // required
|
|
103
|
+
* // FailoverCriteria: { // OriginGroupFailoverCriteria
|
|
104
|
+
* // StatusCodes: { // StatusCodes
|
|
105
|
+
* // Quantity: Number("int"), // required
|
|
106
|
+
* // Items: [ // StatusCodeList // required
|
|
107
|
+
* // Number("int"),
|
|
108
|
+
* // ],
|
|
109
|
+
* // },
|
|
110
|
+
* // },
|
|
111
|
+
* // Members: { // OriginGroupMembers
|
|
112
|
+
* // Quantity: Number("int"), // required
|
|
113
|
+
* // Items: [ // OriginGroupMemberList // required
|
|
114
|
+
* // { // OriginGroupMember
|
|
115
|
+
* // OriginId: "STRING_VALUE", // required
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
119
|
+
* // },
|
|
120
|
+
* // ],
|
|
121
|
+
* // },
|
|
122
|
+
* // DefaultCacheBehavior: { // DefaultCacheBehavior
|
|
123
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
124
|
+
* // TrustedSigners: { // TrustedSigners
|
|
125
|
+
* // Enabled: true || false, // required
|
|
126
|
+
* // Quantity: Number("int"), // required
|
|
127
|
+
* // Items: [ // AwsAccountNumberList
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // TrustedKeyGroups: { // TrustedKeyGroups
|
|
132
|
+
* // Enabled: true || false, // required
|
|
133
|
+
* // Quantity: Number("int"), // required
|
|
134
|
+
* // Items: [ // TrustedKeyGroupIdList
|
|
135
|
+
* // "STRING_VALUE",
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
139
|
+
* // AllowedMethods: { // AllowedMethods
|
|
140
|
+
* // Quantity: Number("int"), // required
|
|
141
|
+
* // Items: [ // MethodsList // required
|
|
142
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
143
|
+
* // ],
|
|
144
|
+
* // CachedMethods: { // CachedMethods
|
|
145
|
+
* // Quantity: Number("int"), // required
|
|
146
|
+
* // Items: [ // required
|
|
147
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
148
|
+
* // ],
|
|
149
|
+
* // },
|
|
150
|
+
* // },
|
|
151
|
+
* // SmoothStreaming: true || false,
|
|
152
|
+
* // Compress: true || false,
|
|
153
|
+
* // LambdaFunctionAssociations: { // LambdaFunctionAssociations
|
|
154
|
+
* // Quantity: Number("int"), // required
|
|
155
|
+
* // Items: [ // LambdaFunctionAssociationList
|
|
156
|
+
* // { // LambdaFunctionAssociation
|
|
157
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
158
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
159
|
+
* // IncludeBody: true || false,
|
|
160
|
+
* // },
|
|
161
|
+
* // ],
|
|
162
|
+
* // },
|
|
163
|
+
* // FunctionAssociations: { // FunctionAssociations
|
|
164
|
+
* // Quantity: Number("int"), // required
|
|
165
|
+
* // Items: [ // FunctionAssociationList
|
|
166
|
+
* // { // FunctionAssociation
|
|
167
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
168
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
169
|
+
* // },
|
|
170
|
+
* // ],
|
|
171
|
+
* // },
|
|
172
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
173
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
174
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
175
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
176
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
177
|
+
* // ForwardedValues: { // ForwardedValues
|
|
178
|
+
* // QueryString: true || false, // required
|
|
179
|
+
* // Cookies: { // CookiePreference
|
|
180
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
181
|
+
* // WhitelistedNames: { // CookieNames
|
|
182
|
+
* // Quantity: Number("int"), // required
|
|
183
|
+
* // Items: [ // CookieNameList
|
|
184
|
+
* // "STRING_VALUE",
|
|
185
|
+
* // ],
|
|
186
|
+
* // },
|
|
187
|
+
* // },
|
|
188
|
+
* // Headers: { // Headers
|
|
189
|
+
* // Quantity: Number("int"), // required
|
|
190
|
+
* // Items: [ // HeaderList
|
|
191
|
+
* // "STRING_VALUE",
|
|
192
|
+
* // ],
|
|
193
|
+
* // },
|
|
194
|
+
* // QueryStringCacheKeys: { // QueryStringCacheKeys
|
|
195
|
+
* // Quantity: Number("int"), // required
|
|
196
|
+
* // Items: [ // QueryStringCacheKeysList
|
|
197
|
+
* // "STRING_VALUE",
|
|
198
|
+
* // ],
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // MinTTL: Number("long"),
|
|
202
|
+
* // DefaultTTL: Number("long"),
|
|
203
|
+
* // MaxTTL: Number("long"),
|
|
204
|
+
* // },
|
|
205
|
+
* // CacheBehaviors: { // CacheBehaviors
|
|
206
|
+
* // Quantity: Number("int"), // required
|
|
207
|
+
* // Items: [ // CacheBehaviorList
|
|
208
|
+
* // { // CacheBehavior
|
|
209
|
+
* // PathPattern: "STRING_VALUE", // required
|
|
210
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
211
|
+
* // TrustedSigners: {
|
|
212
|
+
* // Enabled: true || false, // required
|
|
213
|
+
* // Quantity: Number("int"), // required
|
|
214
|
+
* // Items: [
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // },
|
|
218
|
+
* // TrustedKeyGroups: {
|
|
219
|
+
* // Enabled: true || false, // required
|
|
220
|
+
* // Quantity: Number("int"), // required
|
|
221
|
+
* // Items: [
|
|
222
|
+
* // "STRING_VALUE",
|
|
223
|
+
* // ],
|
|
224
|
+
* // },
|
|
225
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
226
|
+
* // AllowedMethods: {
|
|
227
|
+
* // Quantity: Number("int"), // required
|
|
228
|
+
* // Items: "<MethodsList>", // required
|
|
229
|
+
* // CachedMethods: {
|
|
230
|
+
* // Quantity: Number("int"), // required
|
|
231
|
+
* // Items: "<MethodsList>", // required
|
|
232
|
+
* // },
|
|
233
|
+
* // },
|
|
234
|
+
* // SmoothStreaming: true || false,
|
|
235
|
+
* // Compress: true || false,
|
|
236
|
+
* // LambdaFunctionAssociations: {
|
|
237
|
+
* // Quantity: Number("int"), // required
|
|
238
|
+
* // Items: [
|
|
239
|
+
* // {
|
|
240
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
241
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
242
|
+
* // IncludeBody: true || false,
|
|
243
|
+
* // },
|
|
244
|
+
* // ],
|
|
245
|
+
* // },
|
|
246
|
+
* // FunctionAssociations: {
|
|
247
|
+
* // Quantity: Number("int"), // required
|
|
248
|
+
* // Items: [
|
|
249
|
+
* // {
|
|
250
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
251
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
252
|
+
* // },
|
|
253
|
+
* // ],
|
|
254
|
+
* // },
|
|
255
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
256
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
257
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
258
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
259
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
260
|
+
* // ForwardedValues: {
|
|
261
|
+
* // QueryString: true || false, // required
|
|
262
|
+
* // Cookies: {
|
|
263
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
264
|
+
* // WhitelistedNames: {
|
|
265
|
+
* // Quantity: Number("int"), // required
|
|
266
|
+
* // Items: [
|
|
267
|
+
* // "STRING_VALUE",
|
|
268
|
+
* // ],
|
|
269
|
+
* // },
|
|
270
|
+
* // },
|
|
271
|
+
* // Headers: {
|
|
272
|
+
* // Quantity: Number("int"), // required
|
|
273
|
+
* // Items: [
|
|
274
|
+
* // "STRING_VALUE",
|
|
275
|
+
* // ],
|
|
276
|
+
* // },
|
|
277
|
+
* // QueryStringCacheKeys: {
|
|
278
|
+
* // Quantity: Number("int"), // required
|
|
279
|
+
* // Items: [
|
|
280
|
+
* // "STRING_VALUE",
|
|
281
|
+
* // ],
|
|
282
|
+
* // },
|
|
283
|
+
* // },
|
|
284
|
+
* // MinTTL: Number("long"),
|
|
285
|
+
* // DefaultTTL: Number("long"),
|
|
286
|
+
* // MaxTTL: Number("long"),
|
|
287
|
+
* // },
|
|
288
|
+
* // ],
|
|
289
|
+
* // },
|
|
290
|
+
* // CustomErrorResponses: { // CustomErrorResponses
|
|
291
|
+
* // Quantity: Number("int"), // required
|
|
292
|
+
* // Items: [ // CustomErrorResponseList
|
|
293
|
+
* // { // CustomErrorResponse
|
|
294
|
+
* // ErrorCode: Number("int"), // required
|
|
295
|
+
* // ResponsePagePath: "STRING_VALUE",
|
|
296
|
+
* // ResponseCode: "STRING_VALUE",
|
|
297
|
+
* // ErrorCachingMinTTL: Number("long"),
|
|
298
|
+
* // },
|
|
299
|
+
* // ],
|
|
300
|
+
* // },
|
|
301
|
+
* // Comment: "STRING_VALUE", // required
|
|
302
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
303
|
+
* // Enabled: true || false, // required
|
|
304
|
+
* // ViewerCertificate: { // ViewerCertificate
|
|
305
|
+
* // CloudFrontDefaultCertificate: true || false,
|
|
306
|
+
* // IAMCertificateId: "STRING_VALUE",
|
|
307
|
+
* // ACMCertificateArn: "STRING_VALUE",
|
|
308
|
+
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
309
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
310
|
+
* // Certificate: "STRING_VALUE",
|
|
311
|
+
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
312
|
+
* // },
|
|
313
|
+
* // Restrictions: { // Restrictions
|
|
314
|
+
* // GeoRestriction: { // GeoRestriction
|
|
315
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
316
|
+
* // Quantity: Number("int"), // required
|
|
317
|
+
* // Items: [ // LocationList
|
|
318
|
+
* // "STRING_VALUE",
|
|
319
|
+
* // ],
|
|
320
|
+
* // },
|
|
321
|
+
* // },
|
|
322
|
+
* // WebACLId: "STRING_VALUE", // required
|
|
323
|
+
* // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3", // required
|
|
324
|
+
* // IsIPV6Enabled: true || false, // required
|
|
325
|
+
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
326
|
+
* // { // AliasICPRecordal
|
|
327
|
+
* // CNAME: "STRING_VALUE",
|
|
328
|
+
* // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
|
|
329
|
+
* // },
|
|
330
|
+
* // ],
|
|
331
|
+
* // Staging: true || false, // required
|
|
332
|
+
* // },
|
|
333
|
+
* // ],
|
|
334
|
+
* // },
|
|
335
|
+
* // };
|
|
336
|
+
*
|
|
36
337
|
* ```
|
|
37
338
|
*
|
|
38
339
|
* @param ListDistributionsByWebACLIdCommandInput - {@link ListDistributionsByWebACLIdCommandInput}
|
|
@@ -51,6 +352,8 @@ export interface ListDistributionsByWebACLIdCommandOutput extends ListDistributi
|
|
|
51
352
|
* To specify a web ACL created using WAF Classic, use the ACL ID, for example
|
|
52
353
|
* <code>473e64fd-f30b-4765-81a0-62ad96dd167a</code>.</p>
|
|
53
354
|
*
|
|
355
|
+
* @throws {@link CloudFrontServiceException}
|
|
356
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
54
357
|
*
|
|
55
358
|
*/
|
|
56
359
|
export declare class ListDistributionsByWebACLIdCommand extends $Command<ListDistributionsByWebACLIdCommandInput, ListDistributionsByWebACLIdCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -32,6 +32,307 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListDistributionsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListDistributionsResult
|
|
36
|
+
* // DistributionList: { // DistributionList
|
|
37
|
+
* // Marker: "STRING_VALUE", // required
|
|
38
|
+
* // NextMarker: "STRING_VALUE",
|
|
39
|
+
* // MaxItems: Number("int"), // required
|
|
40
|
+
* // IsTruncated: true || false, // required
|
|
41
|
+
* // Quantity: Number("int"), // required
|
|
42
|
+
* // Items: [ // DistributionSummaryList
|
|
43
|
+
* // { // DistributionSummary
|
|
44
|
+
* // Id: "STRING_VALUE", // required
|
|
45
|
+
* // ARN: "STRING_VALUE", // required
|
|
46
|
+
* // Status: "STRING_VALUE", // required
|
|
47
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
48
|
+
* // DomainName: "STRING_VALUE", // required
|
|
49
|
+
* // Aliases: { // Aliases
|
|
50
|
+
* // Quantity: Number("int"), // required
|
|
51
|
+
* // Items: [ // AliasList
|
|
52
|
+
* // "STRING_VALUE",
|
|
53
|
+
* // ],
|
|
54
|
+
* // },
|
|
55
|
+
* // Origins: { // Origins
|
|
56
|
+
* // Quantity: Number("int"), // required
|
|
57
|
+
* // Items: [ // OriginList // required
|
|
58
|
+
* // { // Origin
|
|
59
|
+
* // Id: "STRING_VALUE", // required
|
|
60
|
+
* // DomainName: "STRING_VALUE", // required
|
|
61
|
+
* // OriginPath: "STRING_VALUE",
|
|
62
|
+
* // CustomHeaders: { // CustomHeaders
|
|
63
|
+
* // Quantity: Number("int"), // required
|
|
64
|
+
* // Items: [ // OriginCustomHeadersList
|
|
65
|
+
* // { // OriginCustomHeader
|
|
66
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
67
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
71
|
+
* // S3OriginConfig: { // S3OriginConfig
|
|
72
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // CustomOriginConfig: { // CustomOriginConfig
|
|
75
|
+
* // HTTPPort: Number("int"), // required
|
|
76
|
+
* // HTTPSPort: Number("int"), // required
|
|
77
|
+
* // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
|
|
78
|
+
* // OriginSslProtocols: { // OriginSslProtocols
|
|
79
|
+
* // Quantity: Number("int"), // required
|
|
80
|
+
* // Items: [ // SslProtocolsList // required
|
|
81
|
+
* // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // OriginReadTimeout: Number("int"),
|
|
85
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
86
|
+
* // },
|
|
87
|
+
* // ConnectionAttempts: Number("int"),
|
|
88
|
+
* // ConnectionTimeout: Number("int"),
|
|
89
|
+
* // OriginShield: { // OriginShield
|
|
90
|
+
* // Enabled: true || false, // required
|
|
91
|
+
* // OriginShieldRegion: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // OriginAccessControlId: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // },
|
|
97
|
+
* // OriginGroups: { // OriginGroups
|
|
98
|
+
* // Quantity: Number("int"), // required
|
|
99
|
+
* // Items: [ // OriginGroupList
|
|
100
|
+
* // { // OriginGroup
|
|
101
|
+
* // Id: "STRING_VALUE", // required
|
|
102
|
+
* // FailoverCriteria: { // OriginGroupFailoverCriteria
|
|
103
|
+
* // StatusCodes: { // StatusCodes
|
|
104
|
+
* // Quantity: Number("int"), // required
|
|
105
|
+
* // Items: [ // StatusCodeList // required
|
|
106
|
+
* // Number("int"),
|
|
107
|
+
* // ],
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // Members: { // OriginGroupMembers
|
|
111
|
+
* // Quantity: Number("int"), // required
|
|
112
|
+
* // Items: [ // OriginGroupMemberList // required
|
|
113
|
+
* // { // OriginGroupMember
|
|
114
|
+
* // OriginId: "STRING_VALUE", // required
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // },
|
|
121
|
+
* // DefaultCacheBehavior: { // DefaultCacheBehavior
|
|
122
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
123
|
+
* // TrustedSigners: { // TrustedSigners
|
|
124
|
+
* // Enabled: true || false, // required
|
|
125
|
+
* // Quantity: Number("int"), // required
|
|
126
|
+
* // Items: [ // AwsAccountNumberList
|
|
127
|
+
* // "STRING_VALUE",
|
|
128
|
+
* // ],
|
|
129
|
+
* // },
|
|
130
|
+
* // TrustedKeyGroups: { // TrustedKeyGroups
|
|
131
|
+
* // Enabled: true || false, // required
|
|
132
|
+
* // Quantity: Number("int"), // required
|
|
133
|
+
* // Items: [ // TrustedKeyGroupIdList
|
|
134
|
+
* // "STRING_VALUE",
|
|
135
|
+
* // ],
|
|
136
|
+
* // },
|
|
137
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
138
|
+
* // AllowedMethods: { // AllowedMethods
|
|
139
|
+
* // Quantity: Number("int"), // required
|
|
140
|
+
* // Items: [ // MethodsList // required
|
|
141
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
142
|
+
* // ],
|
|
143
|
+
* // CachedMethods: { // CachedMethods
|
|
144
|
+
* // Quantity: Number("int"), // required
|
|
145
|
+
* // Items: [ // required
|
|
146
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
147
|
+
* // ],
|
|
148
|
+
* // },
|
|
149
|
+
* // },
|
|
150
|
+
* // SmoothStreaming: true || false,
|
|
151
|
+
* // Compress: true || false,
|
|
152
|
+
* // LambdaFunctionAssociations: { // LambdaFunctionAssociations
|
|
153
|
+
* // Quantity: Number("int"), // required
|
|
154
|
+
* // Items: [ // LambdaFunctionAssociationList
|
|
155
|
+
* // { // LambdaFunctionAssociation
|
|
156
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
157
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
158
|
+
* // IncludeBody: true || false,
|
|
159
|
+
* // },
|
|
160
|
+
* // ],
|
|
161
|
+
* // },
|
|
162
|
+
* // FunctionAssociations: { // FunctionAssociations
|
|
163
|
+
* // Quantity: Number("int"), // required
|
|
164
|
+
* // Items: [ // FunctionAssociationList
|
|
165
|
+
* // { // FunctionAssociation
|
|
166
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
167
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
168
|
+
* // },
|
|
169
|
+
* // ],
|
|
170
|
+
* // },
|
|
171
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
172
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
173
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
174
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
175
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
176
|
+
* // ForwardedValues: { // ForwardedValues
|
|
177
|
+
* // QueryString: true || false, // required
|
|
178
|
+
* // Cookies: { // CookiePreference
|
|
179
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
180
|
+
* // WhitelistedNames: { // CookieNames
|
|
181
|
+
* // Quantity: Number("int"), // required
|
|
182
|
+
* // Items: [ // CookieNameList
|
|
183
|
+
* // "STRING_VALUE",
|
|
184
|
+
* // ],
|
|
185
|
+
* // },
|
|
186
|
+
* // },
|
|
187
|
+
* // Headers: { // Headers
|
|
188
|
+
* // Quantity: Number("int"), // required
|
|
189
|
+
* // Items: [ // HeaderList
|
|
190
|
+
* // "STRING_VALUE",
|
|
191
|
+
* // ],
|
|
192
|
+
* // },
|
|
193
|
+
* // QueryStringCacheKeys: { // QueryStringCacheKeys
|
|
194
|
+
* // Quantity: Number("int"), // required
|
|
195
|
+
* // Items: [ // QueryStringCacheKeysList
|
|
196
|
+
* // "STRING_VALUE",
|
|
197
|
+
* // ],
|
|
198
|
+
* // },
|
|
199
|
+
* // },
|
|
200
|
+
* // MinTTL: Number("long"),
|
|
201
|
+
* // DefaultTTL: Number("long"),
|
|
202
|
+
* // MaxTTL: Number("long"),
|
|
203
|
+
* // },
|
|
204
|
+
* // CacheBehaviors: { // CacheBehaviors
|
|
205
|
+
* // Quantity: Number("int"), // required
|
|
206
|
+
* // Items: [ // CacheBehaviorList
|
|
207
|
+
* // { // CacheBehavior
|
|
208
|
+
* // PathPattern: "STRING_VALUE", // required
|
|
209
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
210
|
+
* // TrustedSigners: {
|
|
211
|
+
* // Enabled: true || false, // required
|
|
212
|
+
* // Quantity: Number("int"), // required
|
|
213
|
+
* // Items: [
|
|
214
|
+
* // "STRING_VALUE",
|
|
215
|
+
* // ],
|
|
216
|
+
* // },
|
|
217
|
+
* // TrustedKeyGroups: {
|
|
218
|
+
* // Enabled: true || false, // required
|
|
219
|
+
* // Quantity: Number("int"), // required
|
|
220
|
+
* // Items: [
|
|
221
|
+
* // "STRING_VALUE",
|
|
222
|
+
* // ],
|
|
223
|
+
* // },
|
|
224
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
225
|
+
* // AllowedMethods: {
|
|
226
|
+
* // Quantity: Number("int"), // required
|
|
227
|
+
* // Items: "<MethodsList>", // required
|
|
228
|
+
* // CachedMethods: {
|
|
229
|
+
* // Quantity: Number("int"), // required
|
|
230
|
+
* // Items: "<MethodsList>", // required
|
|
231
|
+
* // },
|
|
232
|
+
* // },
|
|
233
|
+
* // SmoothStreaming: true || false,
|
|
234
|
+
* // Compress: true || false,
|
|
235
|
+
* // LambdaFunctionAssociations: {
|
|
236
|
+
* // Quantity: Number("int"), // required
|
|
237
|
+
* // Items: [
|
|
238
|
+
* // {
|
|
239
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
240
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
241
|
+
* // IncludeBody: true || false,
|
|
242
|
+
* // },
|
|
243
|
+
* // ],
|
|
244
|
+
* // },
|
|
245
|
+
* // FunctionAssociations: {
|
|
246
|
+
* // Quantity: Number("int"), // required
|
|
247
|
+
* // Items: [
|
|
248
|
+
* // {
|
|
249
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
250
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
251
|
+
* // },
|
|
252
|
+
* // ],
|
|
253
|
+
* // },
|
|
254
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
255
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
256
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
257
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
258
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
259
|
+
* // ForwardedValues: {
|
|
260
|
+
* // QueryString: true || false, // required
|
|
261
|
+
* // Cookies: {
|
|
262
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
263
|
+
* // WhitelistedNames: {
|
|
264
|
+
* // Quantity: Number("int"), // required
|
|
265
|
+
* // Items: [
|
|
266
|
+
* // "STRING_VALUE",
|
|
267
|
+
* // ],
|
|
268
|
+
* // },
|
|
269
|
+
* // },
|
|
270
|
+
* // Headers: {
|
|
271
|
+
* // Quantity: Number("int"), // required
|
|
272
|
+
* // Items: [
|
|
273
|
+
* // "STRING_VALUE",
|
|
274
|
+
* // ],
|
|
275
|
+
* // },
|
|
276
|
+
* // QueryStringCacheKeys: {
|
|
277
|
+
* // Quantity: Number("int"), // required
|
|
278
|
+
* // Items: [
|
|
279
|
+
* // "STRING_VALUE",
|
|
280
|
+
* // ],
|
|
281
|
+
* // },
|
|
282
|
+
* // },
|
|
283
|
+
* // MinTTL: Number("long"),
|
|
284
|
+
* // DefaultTTL: Number("long"),
|
|
285
|
+
* // MaxTTL: Number("long"),
|
|
286
|
+
* // },
|
|
287
|
+
* // ],
|
|
288
|
+
* // },
|
|
289
|
+
* // CustomErrorResponses: { // CustomErrorResponses
|
|
290
|
+
* // Quantity: Number("int"), // required
|
|
291
|
+
* // Items: [ // CustomErrorResponseList
|
|
292
|
+
* // { // CustomErrorResponse
|
|
293
|
+
* // ErrorCode: Number("int"), // required
|
|
294
|
+
* // ResponsePagePath: "STRING_VALUE",
|
|
295
|
+
* // ResponseCode: "STRING_VALUE",
|
|
296
|
+
* // ErrorCachingMinTTL: Number("long"),
|
|
297
|
+
* // },
|
|
298
|
+
* // ],
|
|
299
|
+
* // },
|
|
300
|
+
* // Comment: "STRING_VALUE", // required
|
|
301
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
|
|
302
|
+
* // Enabled: true || false, // required
|
|
303
|
+
* // ViewerCertificate: { // ViewerCertificate
|
|
304
|
+
* // CloudFrontDefaultCertificate: true || false,
|
|
305
|
+
* // IAMCertificateId: "STRING_VALUE",
|
|
306
|
+
* // ACMCertificateArn: "STRING_VALUE",
|
|
307
|
+
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
308
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
309
|
+
* // Certificate: "STRING_VALUE",
|
|
310
|
+
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
311
|
+
* // },
|
|
312
|
+
* // Restrictions: { // Restrictions
|
|
313
|
+
* // GeoRestriction: { // GeoRestriction
|
|
314
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
315
|
+
* // Quantity: Number("int"), // required
|
|
316
|
+
* // Items: [ // LocationList
|
|
317
|
+
* // "STRING_VALUE",
|
|
318
|
+
* // ],
|
|
319
|
+
* // },
|
|
320
|
+
* // },
|
|
321
|
+
* // WebACLId: "STRING_VALUE", // required
|
|
322
|
+
* // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3", // required
|
|
323
|
+
* // IsIPV6Enabled: true || false, // required
|
|
324
|
+
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
325
|
+
* // { // AliasICPRecordal
|
|
326
|
+
* // CNAME: "STRING_VALUE",
|
|
327
|
+
* // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
|
|
328
|
+
* // },
|
|
329
|
+
* // ],
|
|
330
|
+
* // Staging: true || false, // required
|
|
331
|
+
* // },
|
|
332
|
+
* // ],
|
|
333
|
+
* // },
|
|
334
|
+
* // };
|
|
335
|
+
*
|
|
35
336
|
* ```
|
|
36
337
|
*
|
|
37
338
|
* @param ListDistributionsCommandInput - {@link ListDistributionsCommandInput}
|
|
@@ -43,6 +344,8 @@ export interface ListDistributionsCommandOutput extends ListDistributionsResult,
|
|
|
43
344
|
* @throws {@link InvalidArgument} (client fault)
|
|
44
345
|
* <p>An argument is invalid.</p>
|
|
45
346
|
*
|
|
347
|
+
* @throws {@link CloudFrontServiceException}
|
|
348
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
46
349
|
*
|
|
47
350
|
*/
|
|
48
351
|
export declare class ListDistributionsCommand extends $Command<ListDistributionsCommandInput, ListDistributionsCommandOutput, CloudFrontClientResolvedConfig> {
|