aws-sdk-cloudfront 1.114.0 → 1.115.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1742 -117
- data/lib/aws-sdk-cloudfront/client_api.rb +907 -0
- data/lib/aws-sdk-cloudfront/errors.rb +32 -0
- data/lib/aws-sdk-cloudfront/types.rb +1889 -32
- data/lib/aws-sdk-cloudfront/waiters.rb +43 -5
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +454 -9
- data/sig/errors.rbs +6 -0
- data/sig/types.rbs +512 -4
- data/sig/waiters.rbs +11 -0
- metadata +2 -2
@@ -33,6 +33,10 @@ module Aws::CloudFront
|
|
33
33
|
AnycastIpListSummary = Shapes::StructureShape.new(name: 'AnycastIpListSummary')
|
34
34
|
AnycastIps = Shapes::ListShape.new(name: 'AnycastIps')
|
35
35
|
AssociateAliasRequest = Shapes::StructureShape.new(name: 'AssociateAliasRequest')
|
36
|
+
AssociateDistributionTenantWebACLRequest = Shapes::StructureShape.new(name: 'AssociateDistributionTenantWebACLRequest')
|
37
|
+
AssociateDistributionTenantWebACLResult = Shapes::StructureShape.new(name: 'AssociateDistributionTenantWebACLResult')
|
38
|
+
AssociateDistributionWebACLRequest = Shapes::StructureShape.new(name: 'AssociateDistributionWebACLRequest')
|
39
|
+
AssociateDistributionWebACLResult = Shapes::StructureShape.new(name: 'AssociateDistributionWebACLResult')
|
36
40
|
AwsAccountNumberList = Shapes::ListShape.new(name: 'AwsAccountNumberList')
|
37
41
|
BatchTooLarge = Shapes::StructureShape.new(name: 'BatchTooLarge')
|
38
42
|
CNAMEAlreadyExists = Shapes::StructureShape.new(name: 'CNAMEAlreadyExists')
|
@@ -57,7 +61,9 @@ module Aws::CloudFront
|
|
57
61
|
CannotChangeImmutablePublicKeyFields = Shapes::StructureShape.new(name: 'CannotChangeImmutablePublicKeyFields')
|
58
62
|
CannotDeleteEntityWhileInUse = Shapes::StructureShape.new(name: 'CannotDeleteEntityWhileInUse')
|
59
63
|
CannotUpdateEntityWhileInUse = Shapes::StructureShape.new(name: 'CannotUpdateEntityWhileInUse')
|
64
|
+
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
60
65
|
CertificateSource = Shapes::StringShape.new(name: 'CertificateSource')
|
66
|
+
CertificateTransparencyLoggingPreference = Shapes::StringShape.new(name: 'CertificateTransparencyLoggingPreference')
|
61
67
|
CloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentity')
|
62
68
|
CloudFrontOriginAccessIdentityAlreadyExists = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityAlreadyExists')
|
63
69
|
CloudFrontOriginAccessIdentityConfig = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityConfig')
|
@@ -69,6 +75,11 @@ module Aws::CloudFront
|
|
69
75
|
ConflictingAlias = Shapes::StructureShape.new(name: 'ConflictingAlias')
|
70
76
|
ConflictingAliases = Shapes::ListShape.new(name: 'ConflictingAliases')
|
71
77
|
ConflictingAliasesList = Shapes::StructureShape.new(name: 'ConflictingAliasesList')
|
78
|
+
ConnectionGroup = Shapes::StructureShape.new(name: 'ConnectionGroup')
|
79
|
+
ConnectionGroupAssociationFilter = Shapes::StructureShape.new(name: 'ConnectionGroupAssociationFilter')
|
80
|
+
ConnectionGroupSummary = Shapes::StructureShape.new(name: 'ConnectionGroupSummary')
|
81
|
+
ConnectionGroupSummaryList = Shapes::ListShape.new(name: 'ConnectionGroupSummaryList')
|
82
|
+
ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
|
72
83
|
ContentTypeProfile = Shapes::StructureShape.new(name: 'ContentTypeProfile')
|
73
84
|
ContentTypeProfileConfig = Shapes::StructureShape.new(name: 'ContentTypeProfileConfig')
|
74
85
|
ContentTypeProfileList = Shapes::ListShape.new(name: 'ContentTypeProfileList')
|
@@ -94,10 +105,15 @@ module Aws::CloudFront
|
|
94
105
|
CreateCachePolicyResult = Shapes::StructureShape.new(name: 'CreateCachePolicyResult')
|
95
106
|
CreateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityRequest')
|
96
107
|
CreateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityResult')
|
108
|
+
CreateConnectionGroupRequest = Shapes::StructureShape.new(name: 'CreateConnectionGroupRequest')
|
109
|
+
CreateConnectionGroupResult = Shapes::StructureShape.new(name: 'CreateConnectionGroupResult')
|
97
110
|
CreateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'CreateContinuousDeploymentPolicyRequest')
|
98
111
|
CreateContinuousDeploymentPolicyResult = Shapes::StructureShape.new(name: 'CreateContinuousDeploymentPolicyResult')
|
99
112
|
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
100
113
|
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
114
|
+
CreateDistributionTenantRequest = Shapes::StructureShape.new(name: 'CreateDistributionTenantRequest')
|
115
|
+
CreateDistributionTenantRequestNameString = Shapes::StringShape.new(name: 'CreateDistributionTenantRequestNameString')
|
116
|
+
CreateDistributionTenantResult = Shapes::StructureShape.new(name: 'CreateDistributionTenantResult')
|
101
117
|
CreateDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsRequest')
|
102
118
|
CreateDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsResult')
|
103
119
|
CreateFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionConfigRequest')
|
@@ -106,6 +122,8 @@ module Aws::CloudFront
|
|
106
122
|
CreateFieldLevelEncryptionProfileResult = Shapes::StructureShape.new(name: 'CreateFieldLevelEncryptionProfileResult')
|
107
123
|
CreateFunctionRequest = Shapes::StructureShape.new(name: 'CreateFunctionRequest')
|
108
124
|
CreateFunctionResult = Shapes::StructureShape.new(name: 'CreateFunctionResult')
|
125
|
+
CreateInvalidationForDistributionTenantRequest = Shapes::StructureShape.new(name: 'CreateInvalidationForDistributionTenantRequest')
|
126
|
+
CreateInvalidationForDistributionTenantResult = Shapes::StructureShape.new(name: 'CreateInvalidationForDistributionTenantResult')
|
109
127
|
CreateInvalidationRequest = Shapes::StructureShape.new(name: 'CreateInvalidationRequest')
|
110
128
|
CreateInvalidationResult = Shapes::StructureShape.new(name: 'CreateInvalidationResult')
|
111
129
|
CreateKeyGroupRequest = Shapes::StructureShape.new(name: 'CreateKeyGroupRequest')
|
@@ -135,12 +153,16 @@ module Aws::CloudFront
|
|
135
153
|
CustomErrorResponses = Shapes::StructureShape.new(name: 'CustomErrorResponses')
|
136
154
|
CustomHeaders = Shapes::StructureShape.new(name: 'CustomHeaders')
|
137
155
|
CustomOriginConfig = Shapes::StructureShape.new(name: 'CustomOriginConfig')
|
156
|
+
CustomizationActionType = Shapes::StringShape.new(name: 'CustomizationActionType')
|
157
|
+
Customizations = Shapes::StructureShape.new(name: 'Customizations')
|
138
158
|
DefaultCacheBehavior = Shapes::StructureShape.new(name: 'DefaultCacheBehavior')
|
139
159
|
DeleteAnycastIpListRequest = Shapes::StructureShape.new(name: 'DeleteAnycastIpListRequest')
|
140
160
|
DeleteCachePolicyRequest = Shapes::StructureShape.new(name: 'DeleteCachePolicyRequest')
|
141
161
|
DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
|
162
|
+
DeleteConnectionGroupRequest = Shapes::StructureShape.new(name: 'DeleteConnectionGroupRequest')
|
142
163
|
DeleteContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'DeleteContinuousDeploymentPolicyRequest')
|
143
164
|
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
165
|
+
DeleteDistributionTenantRequest = Shapes::StructureShape.new(name: 'DeleteDistributionTenantRequest')
|
144
166
|
DeleteFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionConfigRequest')
|
145
167
|
DeleteFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'DeleteFieldLevelEncryptionProfileRequest')
|
146
168
|
DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
|
@@ -160,6 +182,10 @@ module Aws::CloudFront
|
|
160
182
|
DescribeFunctionResult = Shapes::StructureShape.new(name: 'DescribeFunctionResult')
|
161
183
|
DescribeKeyValueStoreRequest = Shapes::StructureShape.new(name: 'DescribeKeyValueStoreRequest')
|
162
184
|
DescribeKeyValueStoreResult = Shapes::StructureShape.new(name: 'DescribeKeyValueStoreResult')
|
185
|
+
DisassociateDistributionTenantWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateDistributionTenantWebACLRequest')
|
186
|
+
DisassociateDistributionTenantWebACLResult = Shapes::StructureShape.new(name: 'DisassociateDistributionTenantWebACLResult')
|
187
|
+
DisassociateDistributionWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateDistributionWebACLRequest')
|
188
|
+
DisassociateDistributionWebACLResult = Shapes::StructureShape.new(name: 'DisassociateDistributionWebACLResult')
|
163
189
|
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
164
190
|
DistributionAlreadyExists = Shapes::StructureShape.new(name: 'DistributionAlreadyExists')
|
165
191
|
DistributionConfig = Shapes::StructureShape.new(name: 'DistributionConfig')
|
@@ -168,8 +194,24 @@ module Aws::CloudFront
|
|
168
194
|
DistributionIdListSummary = Shapes::ListShape.new(name: 'DistributionIdListSummary')
|
169
195
|
DistributionList = Shapes::StructureShape.new(name: 'DistributionList')
|
170
196
|
DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
|
197
|
+
DistributionResourceId = Shapes::StructureShape.new(name: 'DistributionResourceId')
|
198
|
+
DistributionResourceType = Shapes::StringShape.new(name: 'DistributionResourceType')
|
171
199
|
DistributionSummary = Shapes::StructureShape.new(name: 'DistributionSummary')
|
172
200
|
DistributionSummaryList = Shapes::ListShape.new(name: 'DistributionSummaryList')
|
201
|
+
DistributionTenant = Shapes::StructureShape.new(name: 'DistributionTenant')
|
202
|
+
DistributionTenantAssociationFilter = Shapes::StructureShape.new(name: 'DistributionTenantAssociationFilter')
|
203
|
+
DistributionTenantList = Shapes::ListShape.new(name: 'DistributionTenantList')
|
204
|
+
DistributionTenantSummary = Shapes::StructureShape.new(name: 'DistributionTenantSummary')
|
205
|
+
DnsConfiguration = Shapes::StructureShape.new(name: 'DnsConfiguration')
|
206
|
+
DnsConfigurationList = Shapes::ListShape.new(name: 'DnsConfigurationList')
|
207
|
+
DnsConfigurationStatus = Shapes::StringShape.new(name: 'DnsConfigurationStatus')
|
208
|
+
DomainConflict = Shapes::StructureShape.new(name: 'DomainConflict')
|
209
|
+
DomainConflictsList = Shapes::ListShape.new(name: 'DomainConflictsList')
|
210
|
+
DomainItem = Shapes::StructureShape.new(name: 'DomainItem')
|
211
|
+
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
212
|
+
DomainResult = Shapes::StructureShape.new(name: 'DomainResult')
|
213
|
+
DomainResultList = Shapes::ListShape.new(name: 'DomainResultList')
|
214
|
+
DomainStatus = Shapes::StringShape.new(name: 'DomainStatus')
|
173
215
|
EncryptionEntities = Shapes::StructureShape.new(name: 'EncryptionEntities')
|
174
216
|
EncryptionEntity = Shapes::StructureShape.new(name: 'EncryptionEntity')
|
175
217
|
EncryptionEntityList = Shapes::ListShape.new(name: 'EncryptionEntityList')
|
@@ -220,6 +262,7 @@ module Aws::CloudFront
|
|
220
262
|
FunctionSummary = Shapes::StructureShape.new(name: 'FunctionSummary')
|
221
263
|
FunctionSummaryList = Shapes::ListShape.new(name: 'FunctionSummaryList')
|
222
264
|
GeoRestriction = Shapes::StructureShape.new(name: 'GeoRestriction')
|
265
|
+
GeoRestrictionCustomization = Shapes::StructureShape.new(name: 'GeoRestrictionCustomization')
|
223
266
|
GeoRestrictionType = Shapes::StringShape.new(name: 'GeoRestrictionType')
|
224
267
|
GetAnycastIpListRequest = Shapes::StructureShape.new(name: 'GetAnycastIpListRequest')
|
225
268
|
GetAnycastIpListResult = Shapes::StructureShape.new(name: 'GetAnycastIpListResult')
|
@@ -231,6 +274,10 @@ module Aws::CloudFront
|
|
231
274
|
GetCloudFrontOriginAccessIdentityConfigResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigResult')
|
232
275
|
GetCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityRequest')
|
233
276
|
GetCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityResult')
|
277
|
+
GetConnectionGroupByRoutingEndpointRequest = Shapes::StructureShape.new(name: 'GetConnectionGroupByRoutingEndpointRequest')
|
278
|
+
GetConnectionGroupByRoutingEndpointResult = Shapes::StructureShape.new(name: 'GetConnectionGroupByRoutingEndpointResult')
|
279
|
+
GetConnectionGroupRequest = Shapes::StructureShape.new(name: 'GetConnectionGroupRequest')
|
280
|
+
GetConnectionGroupResult = Shapes::StructureShape.new(name: 'GetConnectionGroupResult')
|
234
281
|
GetContinuousDeploymentPolicyConfigRequest = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyConfigRequest')
|
235
282
|
GetContinuousDeploymentPolicyConfigResult = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyConfigResult')
|
236
283
|
GetContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'GetContinuousDeploymentPolicyRequest')
|
@@ -239,6 +286,10 @@ module Aws::CloudFront
|
|
239
286
|
GetDistributionConfigResult = Shapes::StructureShape.new(name: 'GetDistributionConfigResult')
|
240
287
|
GetDistributionRequest = Shapes::StructureShape.new(name: 'GetDistributionRequest')
|
241
288
|
GetDistributionResult = Shapes::StructureShape.new(name: 'GetDistributionResult')
|
289
|
+
GetDistributionTenantByDomainRequest = Shapes::StructureShape.new(name: 'GetDistributionTenantByDomainRequest')
|
290
|
+
GetDistributionTenantByDomainResult = Shapes::StructureShape.new(name: 'GetDistributionTenantByDomainResult')
|
291
|
+
GetDistributionTenantRequest = Shapes::StructureShape.new(name: 'GetDistributionTenantRequest')
|
292
|
+
GetDistributionTenantResult = Shapes::StructureShape.new(name: 'GetDistributionTenantResult')
|
242
293
|
GetFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionConfigRequest')
|
243
294
|
GetFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionConfigResult')
|
244
295
|
GetFieldLevelEncryptionProfileConfigRequest = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionProfileConfigRequest')
|
@@ -249,12 +300,16 @@ module Aws::CloudFront
|
|
249
300
|
GetFieldLevelEncryptionResult = Shapes::StructureShape.new(name: 'GetFieldLevelEncryptionResult')
|
250
301
|
GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
|
251
302
|
GetFunctionResult = Shapes::StructureShape.new(name: 'GetFunctionResult')
|
303
|
+
GetInvalidationForDistributionTenantRequest = Shapes::StructureShape.new(name: 'GetInvalidationForDistributionTenantRequest')
|
304
|
+
GetInvalidationForDistributionTenantResult = Shapes::StructureShape.new(name: 'GetInvalidationForDistributionTenantResult')
|
252
305
|
GetInvalidationRequest = Shapes::StructureShape.new(name: 'GetInvalidationRequest')
|
253
306
|
GetInvalidationResult = Shapes::StructureShape.new(name: 'GetInvalidationResult')
|
254
307
|
GetKeyGroupConfigRequest = Shapes::StructureShape.new(name: 'GetKeyGroupConfigRequest')
|
255
308
|
GetKeyGroupConfigResult = Shapes::StructureShape.new(name: 'GetKeyGroupConfigResult')
|
256
309
|
GetKeyGroupRequest = Shapes::StructureShape.new(name: 'GetKeyGroupRequest')
|
257
310
|
GetKeyGroupResult = Shapes::StructureShape.new(name: 'GetKeyGroupResult')
|
311
|
+
GetManagedCertificateDetailsRequest = Shapes::StructureShape.new(name: 'GetManagedCertificateDetailsRequest')
|
312
|
+
GetManagedCertificateDetailsResult = Shapes::StructureShape.new(name: 'GetManagedCertificateDetailsResult')
|
258
313
|
GetMonitoringSubscriptionRequest = Shapes::StructureShape.new(name: 'GetMonitoringSubscriptionRequest')
|
259
314
|
GetMonitoringSubscriptionResult = Shapes::StructureShape.new(name: 'GetMonitoringSubscriptionResult')
|
260
315
|
GetOriginAccessControlConfigRequest = Shapes::StructureShape.new(name: 'GetOriginAccessControlConfigRequest')
|
@@ -294,6 +349,7 @@ module Aws::CloudFront
|
|
294
349
|
ImportSourceType = Shapes::StringShape.new(name: 'ImportSourceType')
|
295
350
|
InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
|
296
351
|
InvalidArgument = Shapes::StructureShape.new(name: 'InvalidArgument')
|
352
|
+
InvalidAssociation = Shapes::StructureShape.new(name: 'InvalidAssociation')
|
297
353
|
InvalidDefaultRootObject = Shapes::StructureShape.new(name: 'InvalidDefaultRootObject')
|
298
354
|
InvalidDomainNameForOriginAccessControl = Shapes::StructureShape.new(name: 'InvalidDomainNameForOriginAccessControl')
|
299
355
|
InvalidErrorCode = Shapes::StructureShape.new(name: 'InvalidErrorCode')
|
@@ -357,12 +413,20 @@ module Aws::CloudFront
|
|
357
413
|
ListCloudFrontOriginAccessIdentitiesResult = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesResult')
|
358
414
|
ListConflictingAliasesRequest = Shapes::StructureShape.new(name: 'ListConflictingAliasesRequest')
|
359
415
|
ListConflictingAliasesResult = Shapes::StructureShape.new(name: 'ListConflictingAliasesResult')
|
416
|
+
ListConnectionGroupsRequest = Shapes::StructureShape.new(name: 'ListConnectionGroupsRequest')
|
417
|
+
ListConnectionGroupsResult = Shapes::StructureShape.new(name: 'ListConnectionGroupsResult')
|
360
418
|
ListContinuousDeploymentPoliciesRequest = Shapes::StructureShape.new(name: 'ListContinuousDeploymentPoliciesRequest')
|
361
419
|
ListContinuousDeploymentPoliciesResult = Shapes::StructureShape.new(name: 'ListContinuousDeploymentPoliciesResult')
|
420
|
+
ListDistributionTenantsByCustomizationRequest = Shapes::StructureShape.new(name: 'ListDistributionTenantsByCustomizationRequest')
|
421
|
+
ListDistributionTenantsByCustomizationResult = Shapes::StructureShape.new(name: 'ListDistributionTenantsByCustomizationResult')
|
422
|
+
ListDistributionTenantsRequest = Shapes::StructureShape.new(name: 'ListDistributionTenantsRequest')
|
423
|
+
ListDistributionTenantsResult = Shapes::StructureShape.new(name: 'ListDistributionTenantsResult')
|
362
424
|
ListDistributionsByAnycastIpListIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByAnycastIpListIdRequest')
|
363
425
|
ListDistributionsByAnycastIpListIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByAnycastIpListIdResult')
|
364
426
|
ListDistributionsByCachePolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdRequest')
|
365
427
|
ListDistributionsByCachePolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdResult')
|
428
|
+
ListDistributionsByConnectionModeRequest = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionModeRequest')
|
429
|
+
ListDistributionsByConnectionModeResult = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionModeResult')
|
366
430
|
ListDistributionsByKeyGroupRequest = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupRequest')
|
367
431
|
ListDistributionsByKeyGroupResult = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupResult')
|
368
432
|
ListDistributionsByOriginRequestPolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByOriginRequestPolicyIdRequest')
|
@@ -377,12 +441,16 @@ module Aws::CloudFront
|
|
377
441
|
ListDistributionsByWebACLIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdResult')
|
378
442
|
ListDistributionsRequest = Shapes::StructureShape.new(name: 'ListDistributionsRequest')
|
379
443
|
ListDistributionsResult = Shapes::StructureShape.new(name: 'ListDistributionsResult')
|
444
|
+
ListDomainConflictsRequest = Shapes::StructureShape.new(name: 'ListDomainConflictsRequest')
|
445
|
+
ListDomainConflictsResult = Shapes::StructureShape.new(name: 'ListDomainConflictsResult')
|
380
446
|
ListFieldLevelEncryptionConfigsRequest = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionConfigsRequest')
|
381
447
|
ListFieldLevelEncryptionConfigsResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionConfigsResult')
|
382
448
|
ListFieldLevelEncryptionProfilesRequest = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesRequest')
|
383
449
|
ListFieldLevelEncryptionProfilesResult = Shapes::StructureShape.new(name: 'ListFieldLevelEncryptionProfilesResult')
|
384
450
|
ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
|
385
451
|
ListFunctionsResult = Shapes::StructureShape.new(name: 'ListFunctionsResult')
|
452
|
+
ListInvalidationsForDistributionTenantRequest = Shapes::StructureShape.new(name: 'ListInvalidationsForDistributionTenantRequest')
|
453
|
+
ListInvalidationsForDistributionTenantResult = Shapes::StructureShape.new(name: 'ListInvalidationsForDistributionTenantResult')
|
386
454
|
ListInvalidationsRequest = Shapes::StructureShape.new(name: 'ListInvalidationsRequest')
|
387
455
|
ListInvalidationsResult = Shapes::StructureShape.new(name: 'ListInvalidationsResult')
|
388
456
|
ListKeyGroupsRequest = Shapes::StructureShape.new(name: 'ListKeyGroupsRequest')
|
@@ -407,6 +475,9 @@ module Aws::CloudFront
|
|
407
475
|
ListVpcOriginsResult = Shapes::StructureShape.new(name: 'ListVpcOriginsResult')
|
408
476
|
LocationList = Shapes::ListShape.new(name: 'LocationList')
|
409
477
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
478
|
+
ManagedCertificateDetails = Shapes::StructureShape.new(name: 'ManagedCertificateDetails')
|
479
|
+
ManagedCertificateRequest = Shapes::StructureShape.new(name: 'ManagedCertificateRequest')
|
480
|
+
ManagedCertificateStatus = Shapes::StringShape.new(name: 'ManagedCertificateStatus')
|
410
481
|
Method = Shapes::StringShape.new(name: 'Method')
|
411
482
|
MethodsList = Shapes::ListShape.new(name: 'MethodsList')
|
412
483
|
MinimumProtocolVersion = Shapes::StringShape.new(name: 'MinimumProtocolVersion')
|
@@ -471,6 +542,13 @@ module Aws::CloudFront
|
|
471
542
|
OriginShieldRegion = Shapes::StringShape.new(name: 'OriginShieldRegion')
|
472
543
|
OriginSslProtocols = Shapes::StructureShape.new(name: 'OriginSslProtocols')
|
473
544
|
Origins = Shapes::StructureShape.new(name: 'Origins')
|
545
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
546
|
+
ParameterDefinition = Shapes::StructureShape.new(name: 'ParameterDefinition')
|
547
|
+
ParameterDefinitionSchema = Shapes::StructureShape.new(name: 'ParameterDefinitionSchema')
|
548
|
+
ParameterDefinitions = Shapes::ListShape.new(name: 'ParameterDefinitions')
|
549
|
+
ParameterName = Shapes::StringShape.new(name: 'ParameterName')
|
550
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
551
|
+
Parameters = Shapes::ListShape.new(name: 'Parameters')
|
474
552
|
ParametersInCacheKeyAndForwardedToOrigin = Shapes::StructureShape.new(name: 'ParametersInCacheKeyAndForwardedToOrigin')
|
475
553
|
PathList = Shapes::ListShape.new(name: 'PathList')
|
476
554
|
Paths = Shapes::StructureShape.new(name: 'Paths')
|
@@ -506,6 +584,7 @@ module Aws::CloudFront
|
|
506
584
|
ReferrerPolicyList = Shapes::StringShape.new(name: 'ReferrerPolicyList')
|
507
585
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
508
586
|
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
587
|
+
ResourceNotDisabled = Shapes::StructureShape.new(name: 'ResourceNotDisabled')
|
509
588
|
ResponseHeadersPolicy = Shapes::StructureShape.new(name: 'ResponseHeadersPolicy')
|
510
589
|
ResponseHeadersPolicyAccessControlAllowHeaders = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlAllowHeaders')
|
511
590
|
ResponseHeadersPolicyAccessControlAllowMethods = Shapes::StructureShape.new(name: 'ResponseHeadersPolicyAccessControlAllowMethods')
|
@@ -558,6 +637,7 @@ module Aws::CloudFront
|
|
558
637
|
StreamingDistributionSummary = Shapes::StructureShape.new(name: 'StreamingDistributionSummary')
|
559
638
|
StreamingDistributionSummaryList = Shapes::ListShape.new(name: 'StreamingDistributionSummaryList')
|
560
639
|
StreamingLoggingConfig = Shapes::StructureShape.new(name: 'StreamingLoggingConfig')
|
640
|
+
StringSchemaConfig = Shapes::StructureShape.new(name: 'StringSchemaConfig')
|
561
641
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
562
642
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
563
643
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -566,6 +646,7 @@ module Aws::CloudFront
|
|
566
646
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
567
647
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
568
648
|
Tags = Shapes::StructureShape.new(name: 'Tags')
|
649
|
+
TenantConfig = Shapes::StructureShape.new(name: 'TenantConfig')
|
569
650
|
TestFunctionFailed = Shapes::StructureShape.new(name: 'TestFunctionFailed')
|
570
651
|
TestFunctionRequest = Shapes::StructureShape.new(name: 'TestFunctionRequest')
|
571
652
|
TestFunctionResult = Shapes::StructureShape.new(name: 'TestFunctionResult')
|
@@ -634,12 +715,18 @@ module Aws::CloudFront
|
|
634
715
|
UpdateCachePolicyResult = Shapes::StructureShape.new(name: 'UpdateCachePolicyResult')
|
635
716
|
UpdateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityRequest')
|
636
717
|
UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
|
718
|
+
UpdateConnectionGroupRequest = Shapes::StructureShape.new(name: 'UpdateConnectionGroupRequest')
|
719
|
+
UpdateConnectionGroupResult = Shapes::StructureShape.new(name: 'UpdateConnectionGroupResult')
|
637
720
|
UpdateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'UpdateContinuousDeploymentPolicyRequest')
|
638
721
|
UpdateContinuousDeploymentPolicyResult = Shapes::StructureShape.new(name: 'UpdateContinuousDeploymentPolicyResult')
|
639
722
|
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
640
723
|
UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
|
724
|
+
UpdateDistributionTenantRequest = Shapes::StructureShape.new(name: 'UpdateDistributionTenantRequest')
|
725
|
+
UpdateDistributionTenantResult = Shapes::StructureShape.new(name: 'UpdateDistributionTenantResult')
|
641
726
|
UpdateDistributionWithStagingConfigRequest = Shapes::StructureShape.new(name: 'UpdateDistributionWithStagingConfigRequest')
|
642
727
|
UpdateDistributionWithStagingConfigResult = Shapes::StructureShape.new(name: 'UpdateDistributionWithStagingConfigResult')
|
728
|
+
UpdateDomainAssociationRequest = Shapes::StructureShape.new(name: 'UpdateDomainAssociationRequest')
|
729
|
+
UpdateDomainAssociationResult = Shapes::StructureShape.new(name: 'UpdateDomainAssociationResult')
|
643
730
|
UpdateFieldLevelEncryptionConfigRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigRequest')
|
644
731
|
UpdateFieldLevelEncryptionConfigResult = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionConfigResult')
|
645
732
|
UpdateFieldLevelEncryptionProfileRequest = Shapes::StructureShape.new(name: 'UpdateFieldLevelEncryptionProfileRequest')
|
@@ -664,6 +751,11 @@ module Aws::CloudFront
|
|
664
751
|
UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
|
665
752
|
UpdateVpcOriginRequest = Shapes::StructureShape.new(name: 'UpdateVpcOriginRequest')
|
666
753
|
UpdateVpcOriginResult = Shapes::StructureShape.new(name: 'UpdateVpcOriginResult')
|
754
|
+
ValidationTokenDetail = Shapes::StructureShape.new(name: 'ValidationTokenDetail')
|
755
|
+
ValidationTokenDetailList = Shapes::ListShape.new(name: 'ValidationTokenDetailList')
|
756
|
+
ValidationTokenHost = Shapes::StringShape.new(name: 'ValidationTokenHost')
|
757
|
+
VerifyDnsConfigurationRequest = Shapes::StructureShape.new(name: 'VerifyDnsConfigurationRequest')
|
758
|
+
VerifyDnsConfigurationResult = Shapes::StructureShape.new(name: 'VerifyDnsConfigurationResult')
|
667
759
|
ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
|
668
760
|
ViewerProtocolPolicy = Shapes::StringShape.new(name: 'ViewerProtocolPolicy')
|
669
761
|
VpcOrigin = Shapes::StructureShape.new(name: 'VpcOrigin')
|
@@ -672,6 +764,7 @@ module Aws::CloudFront
|
|
672
764
|
VpcOriginList = Shapes::StructureShape.new(name: 'VpcOriginList')
|
673
765
|
VpcOriginSummary = Shapes::StructureShape.new(name: 'VpcOriginSummary')
|
674
766
|
VpcOriginSummaryList = Shapes::ListShape.new(name: 'VpcOriginSummaryList')
|
767
|
+
WebAclCustomization = Shapes::StructureShape.new(name: 'WebAclCustomization')
|
675
768
|
aliasString = Shapes::StringShape.new(name: 'aliasString')
|
676
769
|
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
677
770
|
distributionIdString = Shapes::StringShape.new(name: 'distributionIdString')
|
@@ -754,6 +847,26 @@ module Aws::CloudFront
|
|
754
847
|
AssociateAliasRequest.add_member(:alias, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "Alias"))
|
755
848
|
AssociateAliasRequest.struct_class = Types::AssociateAliasRequest
|
756
849
|
|
850
|
+
AssociateDistributionTenantWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
851
|
+
AssociateDistributionTenantWebACLRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WebACLArn"))
|
852
|
+
AssociateDistributionTenantWebACLRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
853
|
+
AssociateDistributionTenantWebACLRequest.struct_class = Types::AssociateDistributionTenantWebACLRequest
|
854
|
+
|
855
|
+
AssociateDistributionTenantWebACLResult.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
856
|
+
AssociateDistributionTenantWebACLResult.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: string, location_name: "WebACLArn"))
|
857
|
+
AssociateDistributionTenantWebACLResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
858
|
+
AssociateDistributionTenantWebACLResult.struct_class = Types::AssociateDistributionTenantWebACLResult
|
859
|
+
|
860
|
+
AssociateDistributionWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
861
|
+
AssociateDistributionWebACLRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WebACLArn"))
|
862
|
+
AssociateDistributionWebACLRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
863
|
+
AssociateDistributionWebACLRequest.struct_class = Types::AssociateDistributionWebACLRequest
|
864
|
+
|
865
|
+
AssociateDistributionWebACLResult.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
866
|
+
AssociateDistributionWebACLResult.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: string, location_name: "WebACLArn"))
|
867
|
+
AssociateDistributionWebACLResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
868
|
+
AssociateDistributionWebACLResult.struct_class = Types::AssociateDistributionWebACLResult
|
869
|
+
|
757
870
|
AwsAccountNumberList.member = Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber")
|
758
871
|
|
759
872
|
BatchTooLarge.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
@@ -846,6 +959,9 @@ module Aws::CloudFront
|
|
846
959
|
CannotUpdateEntityWhileInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
847
960
|
CannotUpdateEntityWhileInUse.struct_class = Types::CannotUpdateEntityWhileInUse
|
848
961
|
|
962
|
+
Certificate.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
963
|
+
Certificate.struct_class = Types::Certificate
|
964
|
+
|
849
965
|
CloudFrontOriginAccessIdentity.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
850
966
|
CloudFrontOriginAccessIdentity.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
|
851
967
|
CloudFrontOriginAccessIdentity.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
|
@@ -889,6 +1005,38 @@ module Aws::CloudFront
|
|
889
1005
|
ConflictingAliasesList.add_member(:items, Shapes::ShapeRef.new(shape: ConflictingAliases, location_name: "Items"))
|
890
1006
|
ConflictingAliasesList.struct_class = Types::ConflictingAliasesList
|
891
1007
|
|
1008
|
+
ConnectionGroup.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
1009
|
+
ConnectionGroup.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
|
1010
|
+
ConnectionGroup.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "Arn"))
|
1011
|
+
ConnectionGroup.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
1012
|
+
ConnectionGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
1013
|
+
ConnectionGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1014
|
+
ConnectionGroup.add_member(:ipv_6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Ipv6Enabled"))
|
1015
|
+
ConnectionGroup.add_member(:routing_endpoint, Shapes::ShapeRef.new(shape: string, location_name: "RoutingEndpoint"))
|
1016
|
+
ConnectionGroup.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1017
|
+
ConnectionGroup.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
|
1018
|
+
ConnectionGroup.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1019
|
+
ConnectionGroup.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1020
|
+
ConnectionGroup.struct_class = Types::ConnectionGroup
|
1021
|
+
|
1022
|
+
ConnectionGroupAssociationFilter.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1023
|
+
ConnectionGroupAssociationFilter.struct_class = Types::ConnectionGroupAssociationFilter
|
1024
|
+
|
1025
|
+
ConnectionGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
1026
|
+
ConnectionGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
1027
|
+
ConnectionGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
1028
|
+
ConnectionGroupSummary.add_member(:routing_endpoint, Shapes::ShapeRef.new(shape: string, required: true, location_name: "RoutingEndpoint"))
|
1029
|
+
ConnectionGroupSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
1030
|
+
ConnectionGroupSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
1031
|
+
ConnectionGroupSummary.add_member(:etag, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ETag"))
|
1032
|
+
ConnectionGroupSummary.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1033
|
+
ConnectionGroupSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1034
|
+
ConnectionGroupSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
|
1035
|
+
ConnectionGroupSummary.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "IsDefault"))
|
1036
|
+
ConnectionGroupSummary.struct_class = Types::ConnectionGroupSummary
|
1037
|
+
|
1038
|
+
ConnectionGroupSummaryList.member = Shapes::ShapeRef.new(shape: ConnectionGroupSummary, location_name: "ConnectionGroupSummary")
|
1039
|
+
|
892
1040
|
ContentTypeProfile.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "Format"))
|
893
1041
|
ContentTypeProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, location_name: "ProfileId"))
|
894
1042
|
ContentTypeProfile.add_member(:content_type, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ContentType"))
|
@@ -998,6 +1146,19 @@ module Aws::CloudFront
|
|
998
1146
|
CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
999
1147
|
CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
1000
1148
|
|
1149
|
+
CreateConnectionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
1150
|
+
CreateConnectionGroupRequest.add_member(:ipv_6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Ipv6Enabled"))
|
1151
|
+
CreateConnectionGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1152
|
+
CreateConnectionGroupRequest.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1153
|
+
CreateConnectionGroupRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1154
|
+
CreateConnectionGroupRequest.struct_class = Types::CreateConnectionGroupRequest
|
1155
|
+
|
1156
|
+
CreateConnectionGroupResult.add_member(:connection_group, Shapes::ShapeRef.new(shape: ConnectionGroup, location_name: "ConnectionGroup"))
|
1157
|
+
CreateConnectionGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1158
|
+
CreateConnectionGroupResult.struct_class = Types::CreateConnectionGroupResult
|
1159
|
+
CreateConnectionGroupResult[:payload] = :connection_group
|
1160
|
+
CreateConnectionGroupResult[:payload_member] = CreateConnectionGroupResult.member(:connection_group)
|
1161
|
+
|
1001
1162
|
CreateContinuousDeploymentPolicyRequest.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, required: true, location_name: "ContinuousDeploymentPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
1002
1163
|
CreateContinuousDeploymentPolicyRequest.struct_class = Types::CreateContinuousDeploymentPolicyRequest
|
1003
1164
|
CreateContinuousDeploymentPolicyRequest[:payload] = :continuous_deployment_policy_config
|
@@ -1022,6 +1183,23 @@ module Aws::CloudFront
|
|
1022
1183
|
CreateDistributionResult[:payload] = :distribution
|
1023
1184
|
CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
|
1024
1185
|
|
1186
|
+
CreateDistributionTenantRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DistributionId"))
|
1187
|
+
CreateDistributionTenantRequest.add_member(:name, Shapes::ShapeRef.new(shape: CreateDistributionTenantRequestNameString, required: true, location_name: "Name"))
|
1188
|
+
CreateDistributionTenantRequest.add_member(:domains, Shapes::ShapeRef.new(shape: DomainList, required: true, location_name: "Domains"))
|
1189
|
+
CreateDistributionTenantRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1190
|
+
CreateDistributionTenantRequest.add_member(:customizations, Shapes::ShapeRef.new(shape: Customizations, location_name: "Customizations"))
|
1191
|
+
CreateDistributionTenantRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
1192
|
+
CreateDistributionTenantRequest.add_member(:connection_group_id, Shapes::ShapeRef.new(shape: string, location_name: "ConnectionGroupId"))
|
1193
|
+
CreateDistributionTenantRequest.add_member(:managed_certificate_request, Shapes::ShapeRef.new(shape: ManagedCertificateRequest, location_name: "ManagedCertificateRequest"))
|
1194
|
+
CreateDistributionTenantRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1195
|
+
CreateDistributionTenantRequest.struct_class = Types::CreateDistributionTenantRequest
|
1196
|
+
|
1197
|
+
CreateDistributionTenantResult.add_member(:distribution_tenant, Shapes::ShapeRef.new(shape: DistributionTenant, location_name: "DistributionTenant"))
|
1198
|
+
CreateDistributionTenantResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1199
|
+
CreateDistributionTenantResult.struct_class = Types::CreateDistributionTenantResult
|
1200
|
+
CreateDistributionTenantResult[:payload] = :distribution_tenant
|
1201
|
+
CreateDistributionTenantResult[:payload_member] = CreateDistributionTenantResult.member(:distribution_tenant)
|
1202
|
+
|
1025
1203
|
CreateDistributionWithTagsRequest.add_member(:distribution_config_with_tags, Shapes::ShapeRef.new(shape: DistributionConfigWithTags, required: true, location_name: "DistributionConfigWithTags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
1026
1204
|
CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
|
1027
1205
|
CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
|
@@ -1070,6 +1248,18 @@ module Aws::CloudFront
|
|
1070
1248
|
CreateFunctionResult[:payload] = :function_summary
|
1071
1249
|
CreateFunctionResult[:payload_member] = CreateFunctionResult.member(:function_summary)
|
1072
1250
|
|
1251
|
+
CreateInvalidationForDistributionTenantRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1252
|
+
CreateInvalidationForDistributionTenantRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
1253
|
+
CreateInvalidationForDistributionTenantRequest.struct_class = Types::CreateInvalidationForDistributionTenantRequest
|
1254
|
+
CreateInvalidationForDistributionTenantRequest[:payload] = :invalidation_batch
|
1255
|
+
CreateInvalidationForDistributionTenantRequest[:payload_member] = CreateInvalidationForDistributionTenantRequest.member(:invalidation_batch)
|
1256
|
+
|
1257
|
+
CreateInvalidationForDistributionTenantResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
1258
|
+
CreateInvalidationForDistributionTenantResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
1259
|
+
CreateInvalidationForDistributionTenantResult.struct_class = Types::CreateInvalidationForDistributionTenantResult
|
1260
|
+
CreateInvalidationForDistributionTenantResult[:payload] = :invalidation
|
1261
|
+
CreateInvalidationForDistributionTenantResult[:payload_member] = CreateInvalidationForDistributionTenantResult.member(:invalidation)
|
1262
|
+
|
1073
1263
|
CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
1074
1264
|
CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
1075
1265
|
CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
|
@@ -1233,6 +1423,11 @@ module Aws::CloudFront
|
|
1233
1423
|
CustomOriginConfig.add_member(:origin_keepalive_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "OriginKeepaliveTimeout"))
|
1234
1424
|
CustomOriginConfig.struct_class = Types::CustomOriginConfig
|
1235
1425
|
|
1426
|
+
Customizations.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebAclCustomization, location_name: "WebAcl"))
|
1427
|
+
Customizations.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
|
1428
|
+
Customizations.add_member(:geo_restrictions, Shapes::ShapeRef.new(shape: GeoRestrictionCustomization, location_name: "GeoRestrictions"))
|
1429
|
+
Customizations.struct_class = Types::Customizations
|
1430
|
+
|
1236
1431
|
DefaultCacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
1237
1432
|
DefaultCacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, location_name: "TrustedSigners"))
|
1238
1433
|
DefaultCacheBehavior.add_member(:trusted_key_groups, Shapes::ShapeRef.new(shape: TrustedKeyGroups, location_name: "TrustedKeyGroups"))
|
@@ -1266,6 +1461,10 @@ module Aws::CloudFront
|
|
1266
1461
|
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1267
1462
|
DeleteCloudFrontOriginAccessIdentityRequest.struct_class = Types::DeleteCloudFrontOriginAccessIdentityRequest
|
1268
1463
|
|
1464
|
+
DeleteConnectionGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1465
|
+
DeleteConnectionGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
1466
|
+
DeleteConnectionGroupRequest.struct_class = Types::DeleteConnectionGroupRequest
|
1467
|
+
|
1269
1468
|
DeleteContinuousDeploymentPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1270
1469
|
DeleteContinuousDeploymentPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1271
1470
|
DeleteContinuousDeploymentPolicyRequest.struct_class = Types::DeleteContinuousDeploymentPolicyRequest
|
@@ -1274,6 +1473,10 @@ module Aws::CloudFront
|
|
1274
1473
|
DeleteDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1275
1474
|
DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
|
1276
1475
|
|
1476
|
+
DeleteDistributionTenantRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1477
|
+
DeleteDistributionTenantRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
1478
|
+
DeleteDistributionTenantRequest.struct_class = Types::DeleteDistributionTenantRequest
|
1479
|
+
|
1277
1480
|
DeleteFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1278
1481
|
DeleteFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1279
1482
|
DeleteFieldLevelEncryptionConfigRequest.struct_class = Types::DeleteFieldLevelEncryptionConfigRequest
|
@@ -1352,6 +1555,22 @@ module Aws::CloudFront
|
|
1352
1555
|
DescribeKeyValueStoreResult[:payload] = :key_value_store
|
1353
1556
|
DescribeKeyValueStoreResult[:payload_member] = DescribeKeyValueStoreResult.member(:key_value_store)
|
1354
1557
|
|
1558
|
+
DisassociateDistributionTenantWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1559
|
+
DisassociateDistributionTenantWebACLRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1560
|
+
DisassociateDistributionTenantWebACLRequest.struct_class = Types::DisassociateDistributionTenantWebACLRequest
|
1561
|
+
|
1562
|
+
DisassociateDistributionTenantWebACLResult.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
1563
|
+
DisassociateDistributionTenantWebACLResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1564
|
+
DisassociateDistributionTenantWebACLResult.struct_class = Types::DisassociateDistributionTenantWebACLResult
|
1565
|
+
|
1566
|
+
DisassociateDistributionWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1567
|
+
DisassociateDistributionWebACLRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
1568
|
+
DisassociateDistributionWebACLRequest.struct_class = Types::DisassociateDistributionWebACLRequest
|
1569
|
+
|
1570
|
+
DisassociateDistributionWebACLResult.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
1571
|
+
DisassociateDistributionWebACLResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1572
|
+
DisassociateDistributionWebACLResult.struct_class = Types::DisassociateDistributionWebACLResult
|
1573
|
+
|
1355
1574
|
Distribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
1356
1575
|
Distribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
1357
1576
|
Distribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
@@ -1387,6 +1606,8 @@ module Aws::CloudFront
|
|
1387
1606
|
DistributionConfig.add_member(:continuous_deployment_policy_id, Shapes::ShapeRef.new(shape: string, location_name: "ContinuousDeploymentPolicyId"))
|
1388
1607
|
DistributionConfig.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, location_name: "Staging"))
|
1389
1608
|
DistributionConfig.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1609
|
+
DistributionConfig.add_member(:tenant_config, Shapes::ShapeRef.new(shape: TenantConfig, location_name: "TenantConfig"))
|
1610
|
+
DistributionConfig.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
|
1390
1611
|
DistributionConfig.struct_class = Types::DistributionConfig
|
1391
1612
|
|
1392
1613
|
DistributionConfigWithTags.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
@@ -1414,8 +1635,13 @@ module Aws::CloudFront
|
|
1414
1635
|
DistributionNotDisabled.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
1415
1636
|
DistributionNotDisabled.struct_class = Types::DistributionNotDisabled
|
1416
1637
|
|
1638
|
+
DistributionResourceId.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionId"))
|
1639
|
+
DistributionResourceId.add_member(:distribution_tenant_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionTenantId"))
|
1640
|
+
DistributionResourceId.struct_class = Types::DistributionResourceId
|
1641
|
+
|
1417
1642
|
DistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
1418
1643
|
DistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
1644
|
+
DistributionSummary.add_member(:etag, Shapes::ShapeRef.new(shape: string, location_name: "ETag"))
|
1419
1645
|
DistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
1420
1646
|
DistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
1421
1647
|
DistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
@@ -1435,11 +1661,73 @@ module Aws::CloudFront
|
|
1435
1661
|
DistributionSummary.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsIPV6Enabled"))
|
1436
1662
|
DistributionSummary.add_member(:alias_icp_recordals, Shapes::ShapeRef.new(shape: AliasICPRecordals, location_name: "AliasICPRecordals"))
|
1437
1663
|
DistributionSummary.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Staging"))
|
1664
|
+
DistributionSummary.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
|
1438
1665
|
DistributionSummary.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
1439
1666
|
DistributionSummary.struct_class = Types::DistributionSummary
|
1440
1667
|
|
1441
1668
|
DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
|
1442
1669
|
|
1670
|
+
DistributionTenant.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
1671
|
+
DistributionTenant.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionId"))
|
1672
|
+
DistributionTenant.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
|
1673
|
+
DistributionTenant.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "Arn"))
|
1674
|
+
DistributionTenant.add_member(:domains, Shapes::ShapeRef.new(shape: DomainResultList, location_name: "Domains"))
|
1675
|
+
DistributionTenant.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1676
|
+
DistributionTenant.add_member(:customizations, Shapes::ShapeRef.new(shape: Customizations, location_name: "Customizations"))
|
1677
|
+
DistributionTenant.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
1678
|
+
DistributionTenant.add_member(:connection_group_id, Shapes::ShapeRef.new(shape: string, location_name: "ConnectionGroupId"))
|
1679
|
+
DistributionTenant.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedTime"))
|
1680
|
+
DistributionTenant.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
1681
|
+
DistributionTenant.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1682
|
+
DistributionTenant.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
|
1683
|
+
DistributionTenant.struct_class = Types::DistributionTenant
|
1684
|
+
|
1685
|
+
DistributionTenantAssociationFilter.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionId"))
|
1686
|
+
DistributionTenantAssociationFilter.add_member(:connection_group_id, Shapes::ShapeRef.new(shape: string, location_name: "ConnectionGroupId"))
|
1687
|
+
DistributionTenantAssociationFilter.struct_class = Types::DistributionTenantAssociationFilter
|
1688
|
+
|
1689
|
+
DistributionTenantList.member = Shapes::ShapeRef.new(shape: DistributionTenantSummary, location_name: "DistributionTenantSummary")
|
1690
|
+
|
1691
|
+
DistributionTenantSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
1692
|
+
DistributionTenantSummary.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DistributionId"))
|
1693
|
+
DistributionTenantSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
1694
|
+
DistributionTenantSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
1695
|
+
DistributionTenantSummary.add_member(:domains, Shapes::ShapeRef.new(shape: DomainResultList, required: true, location_name: "Domains"))
|
1696
|
+
DistributionTenantSummary.add_member(:connection_group_id, Shapes::ShapeRef.new(shape: string, location_name: "ConnectionGroupId"))
|
1697
|
+
DistributionTenantSummary.add_member(:customizations, Shapes::ShapeRef.new(shape: Customizations, location_name: "Customizations"))
|
1698
|
+
DistributionTenantSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
1699
|
+
DistributionTenantSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
1700
|
+
DistributionTenantSummary.add_member(:etag, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ETag"))
|
1701
|
+
DistributionTenantSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
1702
|
+
DistributionTenantSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "Status"))
|
1703
|
+
DistributionTenantSummary.struct_class = Types::DistributionTenantSummary
|
1704
|
+
|
1705
|
+
DnsConfiguration.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
1706
|
+
DnsConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: DnsConfigurationStatus, required: true, location_name: "Status"))
|
1707
|
+
DnsConfiguration.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "Reason"))
|
1708
|
+
DnsConfiguration.struct_class = Types::DnsConfiguration
|
1709
|
+
|
1710
|
+
DnsConfigurationList.member = Shapes::ShapeRef.new(shape: DnsConfiguration, location_name: "DnsConfiguration")
|
1711
|
+
|
1712
|
+
DomainConflict.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
1713
|
+
DomainConflict.add_member(:resource_type, Shapes::ShapeRef.new(shape: DistributionResourceType, required: true, location_name: "ResourceType"))
|
1714
|
+
DomainConflict.add_member(:resource_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ResourceId"))
|
1715
|
+
DomainConflict.add_member(:account_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "AccountId"))
|
1716
|
+
DomainConflict.struct_class = Types::DomainConflict
|
1717
|
+
|
1718
|
+
DomainConflictsList.member = Shapes::ShapeRef.new(shape: DomainConflict, location_name: "DomainConflicts")
|
1719
|
+
|
1720
|
+
DomainItem.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
1721
|
+
DomainItem.struct_class = Types::DomainItem
|
1722
|
+
|
1723
|
+
DomainList.member = Shapes::ShapeRef.new(shape: DomainItem)
|
1724
|
+
|
1725
|
+
DomainResult.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
1726
|
+
DomainResult.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "Status"))
|
1727
|
+
DomainResult.struct_class = Types::DomainResult
|
1728
|
+
|
1729
|
+
DomainResultList.member = Shapes::ShapeRef.new(shape: DomainResult)
|
1730
|
+
|
1443
1731
|
EncryptionEntities.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
1444
1732
|
EncryptionEntities.add_member(:items, Shapes::ShapeRef.new(shape: EncryptionEntityList, location_name: "Items"))
|
1445
1733
|
EncryptionEntities.struct_class = Types::EncryptionEntities
|
@@ -1601,6 +1889,10 @@ module Aws::CloudFront
|
|
1601
1889
|
GeoRestriction.add_member(:items, Shapes::ShapeRef.new(shape: LocationList, location_name: "Items"))
|
1602
1890
|
GeoRestriction.struct_class = Types::GeoRestriction
|
1603
1891
|
|
1892
|
+
GeoRestrictionCustomization.add_member(:restriction_type, Shapes::ShapeRef.new(shape: GeoRestrictionType, required: true, location_name: "RestrictionType"))
|
1893
|
+
GeoRestrictionCustomization.add_member(:locations, Shapes::ShapeRef.new(shape: LocationList, location_name: "Locations"))
|
1894
|
+
GeoRestrictionCustomization.struct_class = Types::GeoRestrictionCustomization
|
1895
|
+
|
1604
1896
|
GetAnycastIpListRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1605
1897
|
GetAnycastIpListRequest.struct_class = Types::GetAnycastIpListRequest
|
1606
1898
|
|
@@ -1646,6 +1938,24 @@ module Aws::CloudFront
|
|
1646
1938
|
GetCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
1647
1939
|
GetCloudFrontOriginAccessIdentityResult[:payload_member] = GetCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
1648
1940
|
|
1941
|
+
GetConnectionGroupByRoutingEndpointRequest.add_member(:routing_endpoint, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "RoutingEndpoint"))
|
1942
|
+
GetConnectionGroupByRoutingEndpointRequest.struct_class = Types::GetConnectionGroupByRoutingEndpointRequest
|
1943
|
+
|
1944
|
+
GetConnectionGroupByRoutingEndpointResult.add_member(:connection_group, Shapes::ShapeRef.new(shape: ConnectionGroup, location_name: "ConnectionGroup"))
|
1945
|
+
GetConnectionGroupByRoutingEndpointResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1946
|
+
GetConnectionGroupByRoutingEndpointResult.struct_class = Types::GetConnectionGroupByRoutingEndpointResult
|
1947
|
+
GetConnectionGroupByRoutingEndpointResult[:payload] = :connection_group
|
1948
|
+
GetConnectionGroupByRoutingEndpointResult[:payload_member] = GetConnectionGroupByRoutingEndpointResult.member(:connection_group)
|
1949
|
+
|
1950
|
+
GetConnectionGroupRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
1951
|
+
GetConnectionGroupRequest.struct_class = Types::GetConnectionGroupRequest
|
1952
|
+
|
1953
|
+
GetConnectionGroupResult.add_member(:connection_group, Shapes::ShapeRef.new(shape: ConnectionGroup, location_name: "ConnectionGroup"))
|
1954
|
+
GetConnectionGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
1955
|
+
GetConnectionGroupResult.struct_class = Types::GetConnectionGroupResult
|
1956
|
+
GetConnectionGroupResult[:payload] = :connection_group
|
1957
|
+
GetConnectionGroupResult[:payload_member] = GetConnectionGroupResult.member(:connection_group)
|
1958
|
+
|
1649
1959
|
GetContinuousDeploymentPolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1650
1960
|
GetContinuousDeploymentPolicyConfigRequest.struct_class = Types::GetContinuousDeploymentPolicyConfigRequest
|
1651
1961
|
|
@@ -1682,6 +1992,24 @@ module Aws::CloudFront
|
|
1682
1992
|
GetDistributionResult[:payload] = :distribution
|
1683
1993
|
GetDistributionResult[:payload_member] = GetDistributionResult.member(:distribution)
|
1684
1994
|
|
1995
|
+
GetDistributionTenantByDomainRequest.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "domain"))
|
1996
|
+
GetDistributionTenantByDomainRequest.struct_class = Types::GetDistributionTenantByDomainRequest
|
1997
|
+
|
1998
|
+
GetDistributionTenantByDomainResult.add_member(:distribution_tenant, Shapes::ShapeRef.new(shape: DistributionTenant, location_name: "DistributionTenant"))
|
1999
|
+
GetDistributionTenantByDomainResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
2000
|
+
GetDistributionTenantByDomainResult.struct_class = Types::GetDistributionTenantByDomainResult
|
2001
|
+
GetDistributionTenantByDomainResult[:payload] = :distribution_tenant
|
2002
|
+
GetDistributionTenantByDomainResult[:payload_member] = GetDistributionTenantByDomainResult.member(:distribution_tenant)
|
2003
|
+
|
2004
|
+
GetDistributionTenantRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
2005
|
+
GetDistributionTenantRequest.struct_class = Types::GetDistributionTenantRequest
|
2006
|
+
|
2007
|
+
GetDistributionTenantResult.add_member(:distribution_tenant, Shapes::ShapeRef.new(shape: DistributionTenant, location_name: "DistributionTenant"))
|
2008
|
+
GetDistributionTenantResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
2009
|
+
GetDistributionTenantResult.struct_class = Types::GetDistributionTenantResult
|
2010
|
+
GetDistributionTenantResult[:payload] = :distribution_tenant
|
2011
|
+
GetDistributionTenantResult[:payload_member] = GetDistributionTenantResult.member(:distribution_tenant)
|
2012
|
+
|
1685
2013
|
GetFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1686
2014
|
GetFieldLevelEncryptionConfigRequest.struct_class = Types::GetFieldLevelEncryptionConfigRequest
|
1687
2015
|
|
@@ -1729,6 +2057,15 @@ module Aws::CloudFront
|
|
1729
2057
|
GetFunctionResult[:payload] = :function_code
|
1730
2058
|
GetFunctionResult[:payload_member] = GetFunctionResult.member(:function_code)
|
1731
2059
|
|
2060
|
+
GetInvalidationForDistributionTenantRequest.add_member(:distribution_tenant_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionTenantId"))
|
2061
|
+
GetInvalidationForDistributionTenantRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
2062
|
+
GetInvalidationForDistributionTenantRequest.struct_class = Types::GetInvalidationForDistributionTenantRequest
|
2063
|
+
|
2064
|
+
GetInvalidationForDistributionTenantResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
2065
|
+
GetInvalidationForDistributionTenantResult.struct_class = Types::GetInvalidationForDistributionTenantResult
|
2066
|
+
GetInvalidationForDistributionTenantResult[:payload] = :invalidation
|
2067
|
+
GetInvalidationForDistributionTenantResult[:payload_member] = GetInvalidationForDistributionTenantResult.member(:invalidation)
|
2068
|
+
|
1732
2069
|
GetInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
1733
2070
|
GetInvalidationRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
1734
2071
|
GetInvalidationRequest.struct_class = Types::GetInvalidationRequest
|
@@ -1756,6 +2093,14 @@ module Aws::CloudFront
|
|
1756
2093
|
GetKeyGroupResult[:payload] = :key_group
|
1757
2094
|
GetKeyGroupResult[:payload_member] = GetKeyGroupResult.member(:key_group)
|
1758
2095
|
|
2096
|
+
GetManagedCertificateDetailsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
2097
|
+
GetManagedCertificateDetailsRequest.struct_class = Types::GetManagedCertificateDetailsRequest
|
2098
|
+
|
2099
|
+
GetManagedCertificateDetailsResult.add_member(:managed_certificate_details, Shapes::ShapeRef.new(shape: ManagedCertificateDetails, location_name: "ManagedCertificateDetails"))
|
2100
|
+
GetManagedCertificateDetailsResult.struct_class = Types::GetManagedCertificateDetailsResult
|
2101
|
+
GetManagedCertificateDetailsResult[:payload] = :managed_certificate_details
|
2102
|
+
GetManagedCertificateDetailsResult[:payload_member] = GetManagedCertificateDetailsResult.member(:managed_certificate_details)
|
2103
|
+
|
1759
2104
|
GetMonitoringSubscriptionRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
1760
2105
|
GetMonitoringSubscriptionRequest.struct_class = Types::GetMonitoringSubscriptionRequest
|
1761
2106
|
|
@@ -1901,6 +2246,9 @@ module Aws::CloudFront
|
|
1901
2246
|
InvalidArgument.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
1902
2247
|
InvalidArgument.struct_class = Types::InvalidArgument
|
1903
2248
|
|
2249
|
+
InvalidAssociation.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
2250
|
+
InvalidAssociation.struct_class = Types::InvalidAssociation
|
2251
|
+
|
1904
2252
|
InvalidDefaultRootObject.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
1905
2253
|
InvalidDefaultRootObject.struct_class = Types::InvalidDefaultRootObject
|
1906
2254
|
|
@@ -2116,6 +2464,15 @@ module Aws::CloudFront
|
|
2116
2464
|
ListConflictingAliasesResult[:payload] = :conflicting_aliases_list
|
2117
2465
|
ListConflictingAliasesResult[:payload_member] = ListConflictingAliasesResult.member(:conflicting_aliases_list)
|
2118
2466
|
|
2467
|
+
ListConnectionGroupsRequest.add_member(:association_filter, Shapes::ShapeRef.new(shape: ConnectionGroupAssociationFilter, location_name: "AssociationFilter"))
|
2468
|
+
ListConnectionGroupsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
2469
|
+
ListConnectionGroupsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
2470
|
+
ListConnectionGroupsRequest.struct_class = Types::ListConnectionGroupsRequest
|
2471
|
+
|
2472
|
+
ListConnectionGroupsResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
2473
|
+
ListConnectionGroupsResult.add_member(:connection_groups, Shapes::ShapeRef.new(shape: ConnectionGroupSummaryList, location_name: "ConnectionGroups"))
|
2474
|
+
ListConnectionGroupsResult.struct_class = Types::ListConnectionGroupsResult
|
2475
|
+
|
2119
2476
|
ListContinuousDeploymentPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2120
2477
|
ListContinuousDeploymentPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2121
2478
|
ListContinuousDeploymentPoliciesRequest.struct_class = Types::ListContinuousDeploymentPoliciesRequest
|
@@ -2125,6 +2482,25 @@ module Aws::CloudFront
|
|
2125
2482
|
ListContinuousDeploymentPoliciesResult[:payload] = :continuous_deployment_policy_list
|
2126
2483
|
ListContinuousDeploymentPoliciesResult[:payload_member] = ListContinuousDeploymentPoliciesResult.member(:continuous_deployment_policy_list)
|
2127
2484
|
|
2485
|
+
ListDistributionTenantsByCustomizationRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: string, location_name: "WebACLArn"))
|
2486
|
+
ListDistributionTenantsByCustomizationRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "CertificateArn"))
|
2487
|
+
ListDistributionTenantsByCustomizationRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
2488
|
+
ListDistributionTenantsByCustomizationRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
2489
|
+
ListDistributionTenantsByCustomizationRequest.struct_class = Types::ListDistributionTenantsByCustomizationRequest
|
2490
|
+
|
2491
|
+
ListDistributionTenantsByCustomizationResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
2492
|
+
ListDistributionTenantsByCustomizationResult.add_member(:distribution_tenant_list, Shapes::ShapeRef.new(shape: DistributionTenantList, location_name: "DistributionTenantList"))
|
2493
|
+
ListDistributionTenantsByCustomizationResult.struct_class = Types::ListDistributionTenantsByCustomizationResult
|
2494
|
+
|
2495
|
+
ListDistributionTenantsRequest.add_member(:association_filter, Shapes::ShapeRef.new(shape: DistributionTenantAssociationFilter, location_name: "AssociationFilter"))
|
2496
|
+
ListDistributionTenantsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
2497
|
+
ListDistributionTenantsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
2498
|
+
ListDistributionTenantsRequest.struct_class = Types::ListDistributionTenantsRequest
|
2499
|
+
|
2500
|
+
ListDistributionTenantsResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
2501
|
+
ListDistributionTenantsResult.add_member(:distribution_tenant_list, Shapes::ShapeRef.new(shape: DistributionTenantList, location_name: "DistributionTenantList"))
|
2502
|
+
ListDistributionTenantsResult.struct_class = Types::ListDistributionTenantsResult
|
2503
|
+
|
2128
2504
|
ListDistributionsByAnycastIpListIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2129
2505
|
ListDistributionsByAnycastIpListIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2130
2506
|
ListDistributionsByAnycastIpListIdRequest.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "AnycastIpListId"))
|
@@ -2145,6 +2521,16 @@ module Aws::CloudFront
|
|
2145
2521
|
ListDistributionsByCachePolicyIdResult[:payload] = :distribution_id_list
|
2146
2522
|
ListDistributionsByCachePolicyIdResult[:payload_member] = ListDistributionsByCachePolicyIdResult.member(:distribution_id_list)
|
2147
2523
|
|
2524
|
+
ListDistributionsByConnectionModeRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2525
|
+
ListDistributionsByConnectionModeRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2526
|
+
ListDistributionsByConnectionModeRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, required: true, location: "uri", location_name: "ConnectionMode"))
|
2527
|
+
ListDistributionsByConnectionModeRequest.struct_class = Types::ListDistributionsByConnectionModeRequest
|
2528
|
+
|
2529
|
+
ListDistributionsByConnectionModeResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
2530
|
+
ListDistributionsByConnectionModeResult.struct_class = Types::ListDistributionsByConnectionModeResult
|
2531
|
+
ListDistributionsByConnectionModeResult[:payload] = :distribution_list
|
2532
|
+
ListDistributionsByConnectionModeResult[:payload_member] = ListDistributionsByConnectionModeResult.member(:distribution_list)
|
2533
|
+
|
2148
2534
|
ListDistributionsByKeyGroupRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2149
2535
|
ListDistributionsByKeyGroupRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2150
2536
|
ListDistributionsByKeyGroupRequest.add_member(:key_group_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "KeyGroupId"))
|
@@ -2215,6 +2601,16 @@ module Aws::CloudFront
|
|
2215
2601
|
ListDistributionsResult[:payload] = :distribution_list
|
2216
2602
|
ListDistributionsResult[:payload_member] = ListDistributionsResult.member(:distribution_list)
|
2217
2603
|
|
2604
|
+
ListDomainConflictsRequest.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
2605
|
+
ListDomainConflictsRequest.add_member(:domain_control_validation_resource, Shapes::ShapeRef.new(shape: DistributionResourceId, required: true, location_name: "DomainControlValidationResource"))
|
2606
|
+
ListDomainConflictsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
2607
|
+
ListDomainConflictsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
2608
|
+
ListDomainConflictsRequest.struct_class = Types::ListDomainConflictsRequest
|
2609
|
+
|
2610
|
+
ListDomainConflictsResult.add_member(:domain_conflicts, Shapes::ShapeRef.new(shape: DomainConflictsList, location_name: "DomainConflicts"))
|
2611
|
+
ListDomainConflictsResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
2612
|
+
ListDomainConflictsResult.struct_class = Types::ListDomainConflictsResult
|
2613
|
+
|
2218
2614
|
ListFieldLevelEncryptionConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2219
2615
|
ListFieldLevelEncryptionConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2220
2616
|
ListFieldLevelEncryptionConfigsRequest.struct_class = Types::ListFieldLevelEncryptionConfigsRequest
|
@@ -2243,6 +2639,16 @@ module Aws::CloudFront
|
|
2243
2639
|
ListFunctionsResult[:payload] = :function_list
|
2244
2640
|
ListFunctionsResult[:payload_member] = ListFunctionsResult.member(:function_list)
|
2245
2641
|
|
2642
|
+
ListInvalidationsForDistributionTenantRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
2643
|
+
ListInvalidationsForDistributionTenantRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2644
|
+
ListInvalidationsForDistributionTenantRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
2645
|
+
ListInvalidationsForDistributionTenantRequest.struct_class = Types::ListInvalidationsForDistributionTenantRequest
|
2646
|
+
|
2647
|
+
ListInvalidationsForDistributionTenantResult.add_member(:invalidation_list, Shapes::ShapeRef.new(shape: InvalidationList, location_name: "InvalidationList"))
|
2648
|
+
ListInvalidationsForDistributionTenantResult.struct_class = Types::ListInvalidationsForDistributionTenantResult
|
2649
|
+
ListInvalidationsForDistributionTenantResult[:payload] = :invalidation_list
|
2650
|
+
ListInvalidationsForDistributionTenantResult[:payload_member] = ListInvalidationsForDistributionTenantResult.member(:invalidation_list)
|
2651
|
+
|
2246
2652
|
ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
2247
2653
|
ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
2248
2654
|
ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
@@ -2353,6 +2759,17 @@ module Aws::CloudFront
|
|
2353
2759
|
LoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, location_name: "Prefix"))
|
2354
2760
|
LoggingConfig.struct_class = Types::LoggingConfig
|
2355
2761
|
|
2762
|
+
ManagedCertificateDetails.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "CertificateArn"))
|
2763
|
+
ManagedCertificateDetails.add_member(:certificate_status, Shapes::ShapeRef.new(shape: ManagedCertificateStatus, location_name: "CertificateStatus"))
|
2764
|
+
ManagedCertificateDetails.add_member(:validation_token_host, Shapes::ShapeRef.new(shape: ValidationTokenHost, location_name: "ValidationTokenHost"))
|
2765
|
+
ManagedCertificateDetails.add_member(:validation_token_details, Shapes::ShapeRef.new(shape: ValidationTokenDetailList, location_name: "ValidationTokenDetails"))
|
2766
|
+
ManagedCertificateDetails.struct_class = Types::ManagedCertificateDetails
|
2767
|
+
|
2768
|
+
ManagedCertificateRequest.add_member(:validation_token_host, Shapes::ShapeRef.new(shape: ValidationTokenHost, required: true, location_name: "ValidationTokenHost"))
|
2769
|
+
ManagedCertificateRequest.add_member(:primary_domain_name, Shapes::ShapeRef.new(shape: string, location_name: "PrimaryDomainName"))
|
2770
|
+
ManagedCertificateRequest.add_member(:certificate_transparency_logging_preference, Shapes::ShapeRef.new(shape: CertificateTransparencyLoggingPreference, location_name: "CertificateTransparencyLoggingPreference"))
|
2771
|
+
ManagedCertificateRequest.struct_class = Types::ManagedCertificateRequest
|
2772
|
+
|
2356
2773
|
MethodsList.member = Shapes::ShapeRef.new(shape: Method, location_name: "Method")
|
2357
2774
|
|
2358
2775
|
MissingBody.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
@@ -2549,6 +2966,21 @@ module Aws::CloudFront
|
|
2549
2966
|
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, required: true, location_name: "Items"))
|
2550
2967
|
Origins.struct_class = Types::Origins
|
2551
2968
|
|
2969
|
+
Parameter.add_member(:name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "Name"))
|
2970
|
+
Parameter.add_member(:value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "Value"))
|
2971
|
+
Parameter.struct_class = Types::Parameter
|
2972
|
+
|
2973
|
+
ParameterDefinition.add_member(:name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "Name"))
|
2974
|
+
ParameterDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: ParameterDefinitionSchema, required: true, location_name: "Definition"))
|
2975
|
+
ParameterDefinition.struct_class = Types::ParameterDefinition
|
2976
|
+
|
2977
|
+
ParameterDefinitionSchema.add_member(:string_schema, Shapes::ShapeRef.new(shape: StringSchemaConfig, location_name: "StringSchema"))
|
2978
|
+
ParameterDefinitionSchema.struct_class = Types::ParameterDefinitionSchema
|
2979
|
+
|
2980
|
+
ParameterDefinitions.member = Shapes::ShapeRef.new(shape: ParameterDefinition)
|
2981
|
+
|
2982
|
+
Parameters.member = Shapes::ShapeRef.new(shape: Parameter)
|
2983
|
+
|
2552
2984
|
ParametersInCacheKeyAndForwardedToOrigin.add_member(:enable_accept_encoding_gzip, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "EnableAcceptEncodingGzip"))
|
2553
2985
|
ParametersInCacheKeyAndForwardedToOrigin.add_member(:enable_accept_encoding_brotli, Shapes::ShapeRef.new(shape: boolean, location_name: "EnableAcceptEncodingBrotli"))
|
2554
2986
|
ParametersInCacheKeyAndForwardedToOrigin.add_member(:headers_config, Shapes::ShapeRef.new(shape: CachePolicyHeadersConfig, required: true, location_name: "HeadersConfig"))
|
@@ -2668,6 +3100,9 @@ module Aws::CloudFront
|
|
2668
3100
|
ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
2669
3101
|
ResourceInUse.struct_class = Types::ResourceInUse
|
2670
3102
|
|
3103
|
+
ResourceNotDisabled.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
3104
|
+
ResourceNotDisabled.struct_class = Types::ResourceNotDisabled
|
3105
|
+
|
2671
3106
|
ResponseHeadersPolicy.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
2672
3107
|
ResponseHeadersPolicy.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
2673
3108
|
ResponseHeadersPolicy.add_member(:response_headers_policy_config, Shapes::ShapeRef.new(shape: ResponseHeadersPolicyConfig, required: true, location_name: "ResponseHeadersPolicyConfig"))
|
@@ -2878,6 +3313,11 @@ module Aws::CloudFront
|
|
2878
3313
|
StreamingLoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
2879
3314
|
StreamingLoggingConfig.struct_class = Types::StreamingLoggingConfig
|
2880
3315
|
|
3316
|
+
StringSchemaConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, location_name: "Comment"))
|
3317
|
+
StringSchemaConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
|
3318
|
+
StringSchemaConfig.add_member(:required, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Required"))
|
3319
|
+
StringSchemaConfig.struct_class = Types::StringSchemaConfig
|
3320
|
+
|
2881
3321
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
2882
3322
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
2883
3323
|
Tag.struct_class = Types::Tag
|
@@ -2898,6 +3338,9 @@ module Aws::CloudFront
|
|
2898
3338
|
Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
|
2899
3339
|
Tags.struct_class = Types::Tags
|
2900
3340
|
|
3341
|
+
TenantConfig.add_member(:parameter_definitions, Shapes::ShapeRef.new(shape: ParameterDefinitions, location_name: "ParameterDefinitions"))
|
3342
|
+
TenantConfig.struct_class = Types::TenantConfig
|
3343
|
+
|
2901
3344
|
TestFunctionFailed.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
2902
3345
|
TestFunctionFailed.struct_class = Types::TestFunctionFailed
|
2903
3346
|
|
@@ -3133,6 +3576,19 @@ module Aws::CloudFront
|
|
3133
3576
|
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
3134
3577
|
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
3135
3578
|
|
3579
|
+
UpdateConnectionGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
3580
|
+
UpdateConnectionGroupRequest.add_member(:ipv_6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Ipv6Enabled"))
|
3581
|
+
UpdateConnectionGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
3582
|
+
UpdateConnectionGroupRequest.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
3583
|
+
UpdateConnectionGroupRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
3584
|
+
UpdateConnectionGroupRequest.struct_class = Types::UpdateConnectionGroupRequest
|
3585
|
+
|
3586
|
+
UpdateConnectionGroupResult.add_member(:connection_group, Shapes::ShapeRef.new(shape: ConnectionGroup, location_name: "ConnectionGroup"))
|
3587
|
+
UpdateConnectionGroupResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
3588
|
+
UpdateConnectionGroupResult.struct_class = Types::UpdateConnectionGroupResult
|
3589
|
+
UpdateConnectionGroupResult[:payload] = :connection_group
|
3590
|
+
UpdateConnectionGroupResult[:payload_member] = UpdateConnectionGroupResult.member(:connection_group)
|
3591
|
+
|
3136
3592
|
UpdateContinuousDeploymentPolicyRequest.add_member(:continuous_deployment_policy_config, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyConfig, required: true, location_name: "ContinuousDeploymentPolicyConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
3137
3593
|
UpdateContinuousDeploymentPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
3138
3594
|
UpdateContinuousDeploymentPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
@@ -3159,6 +3615,23 @@ module Aws::CloudFront
|
|
3159
3615
|
UpdateDistributionResult[:payload] = :distribution
|
3160
3616
|
UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
|
3161
3617
|
|
3618
|
+
UpdateDistributionTenantRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
3619
|
+
UpdateDistributionTenantRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, location_name: "DistributionId"))
|
3620
|
+
UpdateDistributionTenantRequest.add_member(:domains, Shapes::ShapeRef.new(shape: DomainList, location_name: "Domains"))
|
3621
|
+
UpdateDistributionTenantRequest.add_member(:customizations, Shapes::ShapeRef.new(shape: Customizations, location_name: "Customizations"))
|
3622
|
+
UpdateDistributionTenantRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
3623
|
+
UpdateDistributionTenantRequest.add_member(:connection_group_id, Shapes::ShapeRef.new(shape: string, location_name: "ConnectionGroupId"))
|
3624
|
+
UpdateDistributionTenantRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
3625
|
+
UpdateDistributionTenantRequest.add_member(:managed_certificate_request, Shapes::ShapeRef.new(shape: ManagedCertificateRequest, location_name: "ManagedCertificateRequest"))
|
3626
|
+
UpdateDistributionTenantRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Enabled"))
|
3627
|
+
UpdateDistributionTenantRequest.struct_class = Types::UpdateDistributionTenantRequest
|
3628
|
+
|
3629
|
+
UpdateDistributionTenantResult.add_member(:distribution_tenant, Shapes::ShapeRef.new(shape: DistributionTenant, location_name: "DistributionTenant"))
|
3630
|
+
UpdateDistributionTenantResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
3631
|
+
UpdateDistributionTenantResult.struct_class = Types::UpdateDistributionTenantResult
|
3632
|
+
UpdateDistributionTenantResult[:payload] = :distribution_tenant
|
3633
|
+
UpdateDistributionTenantResult[:payload_member] = UpdateDistributionTenantResult.member(:distribution_tenant)
|
3634
|
+
|
3162
3635
|
UpdateDistributionWithStagingConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
3163
3636
|
UpdateDistributionWithStagingConfigRequest.add_member(:staging_distribution_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "StagingDistributionId"))
|
3164
3637
|
UpdateDistributionWithStagingConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
@@ -3170,6 +3643,16 @@ module Aws::CloudFront
|
|
3170
3643
|
UpdateDistributionWithStagingConfigResult[:payload] = :distribution
|
3171
3644
|
UpdateDistributionWithStagingConfigResult[:payload_member] = UpdateDistributionWithStagingConfigResult.member(:distribution)
|
3172
3645
|
|
3646
|
+
UpdateDomainAssociationRequest.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
3647
|
+
UpdateDomainAssociationRequest.add_member(:target_resource, Shapes::ShapeRef.new(shape: DistributionResourceId, required: true, location_name: "TargetResource"))
|
3648
|
+
UpdateDomainAssociationRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
3649
|
+
UpdateDomainAssociationRequest.struct_class = Types::UpdateDomainAssociationRequest
|
3650
|
+
|
3651
|
+
UpdateDomainAssociationResult.add_member(:domain, Shapes::ShapeRef.new(shape: string, location_name: "Domain"))
|
3652
|
+
UpdateDomainAssociationResult.add_member(:resource_id, Shapes::ShapeRef.new(shape: string, location_name: "ResourceId"))
|
3653
|
+
UpdateDomainAssociationResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
3654
|
+
UpdateDomainAssociationResult.struct_class = Types::UpdateDomainAssociationResult
|
3655
|
+
|
3173
3656
|
UpdateFieldLevelEncryptionConfigRequest.add_member(:field_level_encryption_config, Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfig, required: true, location_name: "FieldLevelEncryptionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
3174
3657
|
UpdateFieldLevelEncryptionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
3175
3658
|
UpdateFieldLevelEncryptionConfigRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
@@ -3320,6 +3803,20 @@ module Aws::CloudFront
|
|
3320
3803
|
UpdateVpcOriginResult[:payload] = :vpc_origin
|
3321
3804
|
UpdateVpcOriginResult[:payload_member] = UpdateVpcOriginResult.member(:vpc_origin)
|
3322
3805
|
|
3806
|
+
ValidationTokenDetail.add_member(:domain, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Domain"))
|
3807
|
+
ValidationTokenDetail.add_member(:redirect_to, Shapes::ShapeRef.new(shape: string, location_name: "RedirectTo"))
|
3808
|
+
ValidationTokenDetail.add_member(:redirect_from, Shapes::ShapeRef.new(shape: string, location_name: "RedirectFrom"))
|
3809
|
+
ValidationTokenDetail.struct_class = Types::ValidationTokenDetail
|
3810
|
+
|
3811
|
+
ValidationTokenDetailList.member = Shapes::ShapeRef.new(shape: ValidationTokenDetail)
|
3812
|
+
|
3813
|
+
VerifyDnsConfigurationRequest.add_member(:domain, Shapes::ShapeRef.new(shape: string, location_name: "Domain"))
|
3814
|
+
VerifyDnsConfigurationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Identifier"))
|
3815
|
+
VerifyDnsConfigurationRequest.struct_class = Types::VerifyDnsConfigurationRequest
|
3816
|
+
|
3817
|
+
VerifyDnsConfigurationResult.add_member(:dns_configuration_list, Shapes::ShapeRef.new(shape: DnsConfigurationList, location_name: "DnsConfigurationList"))
|
3818
|
+
VerifyDnsConfigurationResult.struct_class = Types::VerifyDnsConfigurationResult
|
3819
|
+
|
3323
3820
|
ViewerCertificate.add_member(:cloud_front_default_certificate, Shapes::ShapeRef.new(shape: boolean, location_name: "CloudFrontDefaultCertificate"))
|
3324
3821
|
ViewerCertificate.add_member(:iam_certificate_id, Shapes::ShapeRef.new(shape: string, location_name: "IAMCertificateId"))
|
3325
3822
|
ViewerCertificate.add_member(:acm_certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "ACMCertificateArn"))
|
@@ -3369,6 +3866,10 @@ module Aws::CloudFront
|
|
3369
3866
|
|
3370
3867
|
VpcOriginSummaryList.member = Shapes::ShapeRef.new(shape: VpcOriginSummary, location_name: "VpcOriginSummary")
|
3371
3868
|
|
3869
|
+
WebAclCustomization.add_member(:action, Shapes::ShapeRef.new(shape: CustomizationActionType, required: true, location_name: "Action"))
|
3870
|
+
WebAclCustomization.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "Arn"))
|
3871
|
+
WebAclCustomization.struct_class = Types::WebAclCustomization
|
3872
|
+
|
3372
3873
|
|
3373
3874
|
# @api private
|
3374
3875
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -3403,6 +3904,42 @@ module Aws::CloudFront
|
|
3403
3904
|
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
3404
3905
|
end)
|
3405
3906
|
|
3907
|
+
api.add_operation(:associate_distribution_tenant_web_acl, Seahorse::Model::Operation.new.tap do |o|
|
3908
|
+
o.name = "AssociateDistributionTenantWebACL2020_05_31"
|
3909
|
+
o.http_method = "PUT"
|
3910
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/associate-web-acl"
|
3911
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateDistributionTenantWebACLRequest,
|
3912
|
+
location_name: "AssociateDistributionTenantWebACLRequest",
|
3913
|
+
metadata: {
|
3914
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
3915
|
+
}
|
3916
|
+
)
|
3917
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateDistributionTenantWebACLResult)
|
3918
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
3919
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
3920
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
3921
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
3922
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
3923
|
+
end)
|
3924
|
+
|
3925
|
+
api.add_operation(:associate_distribution_web_acl, Seahorse::Model::Operation.new.tap do |o|
|
3926
|
+
o.name = "AssociateDistributionWebACL2020_05_31"
|
3927
|
+
o.http_method = "PUT"
|
3928
|
+
o.http_request_uri = "/2020-05-31/distribution/{Id}/associate-web-acl"
|
3929
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateDistributionWebACLRequest,
|
3930
|
+
location_name: "AssociateDistributionWebACLRequest",
|
3931
|
+
metadata: {
|
3932
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
3933
|
+
}
|
3934
|
+
)
|
3935
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateDistributionWebACLResult)
|
3936
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
3937
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
3938
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
3939
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
3940
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
3941
|
+
end)
|
3942
|
+
|
3406
3943
|
api.add_operation(:copy_distribution, Seahorse::Model::Operation.new.tap do |o|
|
3407
3944
|
o.name = "CopyDistribution2020_05_31"
|
3408
3945
|
o.http_method = "POST"
|
@@ -3528,6 +4065,25 @@ module Aws::CloudFront
|
|
3528
4065
|
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
|
3529
4066
|
end)
|
3530
4067
|
|
4068
|
+
api.add_operation(:create_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
4069
|
+
o.name = "CreateConnectionGroup2020_05_31"
|
4070
|
+
o.http_method = "POST"
|
4071
|
+
o.http_request_uri = "/2020-05-31/connection-group"
|
4072
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionGroupRequest,
|
4073
|
+
location_name: "CreateConnectionGroupRequest",
|
4074
|
+
metadata: {
|
4075
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
4076
|
+
}
|
4077
|
+
)
|
4078
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionGroupResult)
|
4079
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4080
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4081
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
4082
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
4083
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4084
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
4085
|
+
end)
|
4086
|
+
|
3531
4087
|
api.add_operation(:create_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
|
3532
4088
|
o.name = "CreateContinuousDeploymentPolicy2020_05_31"
|
3533
4089
|
o.http_method = "POST"
|
@@ -3611,11 +4167,33 @@ module Aws::CloudFront
|
|
3611
4167
|
o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
|
3612
4168
|
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
3613
4169
|
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
|
4170
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
3614
4171
|
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
3615
4172
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
3616
4173
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
3617
4174
|
end)
|
3618
4175
|
|
4176
|
+
api.add_operation(:create_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
4177
|
+
o.name = "CreateDistributionTenant2020_05_31"
|
4178
|
+
o.http_method = "POST"
|
4179
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant"
|
4180
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionTenantRequest,
|
4181
|
+
location_name: "CreateDistributionTenantRequest",
|
4182
|
+
metadata: {
|
4183
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
4184
|
+
}
|
4185
|
+
)
|
4186
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionTenantResult)
|
4187
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4188
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4189
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
4190
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
4191
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAssociation)
|
4192
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
4193
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4194
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
4195
|
+
end)
|
4196
|
+
|
3619
4197
|
api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
3620
4198
|
o.name = "CreateDistributionWithTags2020_05_31"
|
3621
4199
|
o.http_method = "POST"
|
@@ -3756,6 +4334,21 @@ module Aws::CloudFront
|
|
3756
4334
|
o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
|
3757
4335
|
end)
|
3758
4336
|
|
4337
|
+
api.add_operation(:create_invalidation_for_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
4338
|
+
o.name = "CreateInvalidationForDistributionTenant2020_05_31"
|
4339
|
+
o.http_method = "POST"
|
4340
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/invalidation"
|
4341
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInvalidationForDistributionTenantRequest)
|
4342
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInvalidationForDistributionTenantResult)
|
4343
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4344
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4345
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
|
4346
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
4347
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
4348
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4349
|
+
o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
|
4350
|
+
end)
|
4351
|
+
|
3759
4352
|
api.add_operation(:create_key_group, Seahorse::Model::Operation.new.tap do |o|
|
3760
4353
|
o.name = "CreateKeyGroup2020_05_31"
|
3761
4354
|
o.http_method = "POST"
|
@@ -3976,6 +4569,20 @@ module Aws::CloudFront
|
|
3976
4569
|
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
|
3977
4570
|
end)
|
3978
4571
|
|
4572
|
+
api.add_operation(:delete_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
4573
|
+
o.name = "DeleteConnectionGroup2020_05_31"
|
4574
|
+
o.http_method = "DELETE"
|
4575
|
+
o.http_request_uri = "/2020-05-31/connection-group/{Id}"
|
4576
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionGroupRequest)
|
4577
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4578
|
+
o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
|
4579
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
4580
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4581
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4582
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotDisabled)
|
4583
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
4584
|
+
end)
|
4585
|
+
|
3979
4586
|
api.add_operation(:delete_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
|
3980
4587
|
o.name = "DeleteContinuousDeploymentPolicy2020_05_31"
|
3981
4588
|
o.http_method = "DELETE"
|
@@ -3996,6 +4603,7 @@ module Aws::CloudFront
|
|
3996
4603
|
o.http_request_uri = "/2020-05-31/distribution/{Id}"
|
3997
4604
|
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
3998
4605
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4606
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
3999
4607
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
4000
4608
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
4001
4609
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
@@ -4003,6 +4611,19 @@ module Aws::CloudFront
|
|
4003
4611
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
4004
4612
|
end)
|
4005
4613
|
|
4614
|
+
api.add_operation(:delete_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
4615
|
+
o.name = "DeleteDistributionTenant2020_05_31"
|
4616
|
+
o.http_method = "DELETE"
|
4617
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}"
|
4618
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionTenantRequest)
|
4619
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4620
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
4621
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4622
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4623
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotDisabled)
|
4624
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
4625
|
+
end)
|
4626
|
+
|
4006
4627
|
api.add_operation(:delete_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
4007
4628
|
o.name = "DeleteFieldLevelEncryptionConfig2020_05_31"
|
4008
4629
|
o.http_method = "DELETE"
|
@@ -4202,6 +4823,32 @@ module Aws::CloudFront
|
|
4202
4823
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4203
4824
|
end)
|
4204
4825
|
|
4826
|
+
api.add_operation(:disassociate_distribution_tenant_web_acl, Seahorse::Model::Operation.new.tap do |o|
|
4827
|
+
o.name = "DisassociateDistributionTenantWebACL2020_05_31"
|
4828
|
+
o.http_method = "PUT"
|
4829
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/disassociate-web-acl"
|
4830
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateDistributionTenantWebACLRequest)
|
4831
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateDistributionTenantWebACLResult)
|
4832
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
4833
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4834
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4835
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4836
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
4837
|
+
end)
|
4838
|
+
|
4839
|
+
api.add_operation(:disassociate_distribution_web_acl, Seahorse::Model::Operation.new.tap do |o|
|
4840
|
+
o.name = "DisassociateDistributionWebACL2020_05_31"
|
4841
|
+
o.http_method = "PUT"
|
4842
|
+
o.http_request_uri = "/2020-05-31/distribution/{Id}/disassociate-web-acl"
|
4843
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateDistributionWebACLRequest)
|
4844
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateDistributionWebACLResult)
|
4845
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
4846
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4847
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4848
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4849
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
4850
|
+
end)
|
4851
|
+
|
4205
4852
|
api.add_operation(:get_anycast_ip_list, Seahorse::Model::Operation.new.tap do |o|
|
4206
4853
|
o.name = "GetAnycastIpList2020_05_31"
|
4207
4854
|
o.http_method = "GET"
|
@@ -4254,6 +4901,26 @@ module Aws::CloudFront
|
|
4254
4901
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
4255
4902
|
end)
|
4256
4903
|
|
4904
|
+
api.add_operation(:get_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
4905
|
+
o.name = "GetConnectionGroup2020_05_31"
|
4906
|
+
o.http_method = "GET"
|
4907
|
+
o.http_request_uri = "/2020-05-31/connection-group/{Identifier}"
|
4908
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectionGroupRequest)
|
4909
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectionGroupResult)
|
4910
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4911
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4912
|
+
end)
|
4913
|
+
|
4914
|
+
api.add_operation(:get_connection_group_by_routing_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
4915
|
+
o.name = "GetConnectionGroupByRoutingEndpoint2020_05_31"
|
4916
|
+
o.http_method = "GET"
|
4917
|
+
o.http_request_uri = "/2020-05-31/connection-group"
|
4918
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectionGroupByRoutingEndpointRequest)
|
4919
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectionGroupByRoutingEndpointResult)
|
4920
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4921
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4922
|
+
end)
|
4923
|
+
|
4257
4924
|
api.add_operation(:get_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
|
4258
4925
|
o.name = "GetContinuousDeploymentPolicy2020_05_31"
|
4259
4926
|
o.http_method = "GET"
|
@@ -4294,6 +4961,26 @@ module Aws::CloudFront
|
|
4294
4961
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4295
4962
|
end)
|
4296
4963
|
|
4964
|
+
api.add_operation(:get_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
4965
|
+
o.name = "GetDistributionTenant2020_05_31"
|
4966
|
+
o.http_method = "GET"
|
4967
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Identifier}"
|
4968
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionTenantRequest)
|
4969
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionTenantResult)
|
4970
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4971
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4972
|
+
end)
|
4973
|
+
|
4974
|
+
api.add_operation(:get_distribution_tenant_by_domain, Seahorse::Model::Operation.new.tap do |o|
|
4975
|
+
o.name = "GetDistributionTenantByDomain2020_05_31"
|
4976
|
+
o.http_method = "GET"
|
4977
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant"
|
4978
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionTenantByDomainRequest)
|
4979
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionTenantByDomainResult)
|
4980
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
4981
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
4982
|
+
end)
|
4983
|
+
|
4297
4984
|
api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
|
4298
4985
|
o.name = "GetFieldLevelEncryption2020_05_31"
|
4299
4986
|
o.http_method = "GET"
|
@@ -4355,6 +5042,17 @@ module Aws::CloudFront
|
|
4355
5042
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
4356
5043
|
end)
|
4357
5044
|
|
5045
|
+
api.add_operation(:get_invalidation_for_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
5046
|
+
o.name = "GetInvalidationForDistributionTenant2020_05_31"
|
5047
|
+
o.http_method = "GET"
|
5048
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{DistributionTenantId}/invalidation/{Id}"
|
5049
|
+
o.input = Shapes::ShapeRef.new(shape: GetInvalidationForDistributionTenantRequest)
|
5050
|
+
o.output = Shapes::ShapeRef.new(shape: GetInvalidationForDistributionTenantResult)
|
5051
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5052
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5053
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
5054
|
+
end)
|
5055
|
+
|
4358
5056
|
api.add_operation(:get_key_group, Seahorse::Model::Operation.new.tap do |o|
|
4359
5057
|
o.name = "GetKeyGroup2020_05_31"
|
4360
5058
|
o.http_method = "GET"
|
@@ -4373,6 +5071,16 @@ module Aws::CloudFront
|
|
4373
5071
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
4374
5072
|
end)
|
4375
5073
|
|
5074
|
+
api.add_operation(:get_managed_certificate_details, Seahorse::Model::Operation.new.tap do |o|
|
5075
|
+
o.name = "GetManagedCertificateDetails2020_05_31"
|
5076
|
+
o.http_method = "GET"
|
5077
|
+
o.http_request_uri = "/2020-05-31/managed-certificate/{Identifier}"
|
5078
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedCertificateDetailsRequest)
|
5079
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedCertificateDetailsResult)
|
5080
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5081
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5082
|
+
end)
|
5083
|
+
|
4376
5084
|
api.add_operation(:get_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
|
4377
5085
|
o.name = "GetMonitoringSubscription2020_05_31"
|
4378
5086
|
o.http_method = "GET"
|
@@ -4561,6 +5269,28 @@ module Aws::CloudFront
|
|
4561
5269
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4562
5270
|
end)
|
4563
5271
|
|
5272
|
+
api.add_operation(:list_connection_groups, Seahorse::Model::Operation.new.tap do |o|
|
5273
|
+
o.name = "ListConnectionGroups2020_05_31"
|
5274
|
+
o.http_method = "POST"
|
5275
|
+
o.http_request_uri = "/2020-05-31/connection-groups"
|
5276
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionGroupsRequest,
|
5277
|
+
location_name: "ListConnectionGroupsRequest",
|
5278
|
+
metadata: {
|
5279
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5280
|
+
}
|
5281
|
+
)
|
5282
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionGroupsResult)
|
5283
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5284
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5285
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5286
|
+
o[:pager] = Aws::Pager.new(
|
5287
|
+
limit_key: "max_items",
|
5288
|
+
tokens: {
|
5289
|
+
"next_marker" => "marker"
|
5290
|
+
}
|
5291
|
+
)
|
5292
|
+
end)
|
5293
|
+
|
4564
5294
|
api.add_operation(:list_continuous_deployment_policies, Seahorse::Model::Operation.new.tap do |o|
|
4565
5295
|
o.name = "ListContinuousDeploymentPolicies2020_05_31"
|
4566
5296
|
o.http_method = "GET"
|
@@ -4572,6 +5302,50 @@ module Aws::CloudFront
|
|
4572
5302
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchContinuousDeploymentPolicy)
|
4573
5303
|
end)
|
4574
5304
|
|
5305
|
+
api.add_operation(:list_distribution_tenants, Seahorse::Model::Operation.new.tap do |o|
|
5306
|
+
o.name = "ListDistributionTenants2020_05_31"
|
5307
|
+
o.http_method = "POST"
|
5308
|
+
o.http_request_uri = "/2020-05-31/distribution-tenants"
|
5309
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionTenantsRequest,
|
5310
|
+
location_name: "ListDistributionTenantsRequest",
|
5311
|
+
metadata: {
|
5312
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5313
|
+
}
|
5314
|
+
)
|
5315
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionTenantsResult)
|
5316
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5317
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5318
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5319
|
+
o[:pager] = Aws::Pager.new(
|
5320
|
+
limit_key: "max_items",
|
5321
|
+
tokens: {
|
5322
|
+
"next_marker" => "marker"
|
5323
|
+
}
|
5324
|
+
)
|
5325
|
+
end)
|
5326
|
+
|
5327
|
+
api.add_operation(:list_distribution_tenants_by_customization, Seahorse::Model::Operation.new.tap do |o|
|
5328
|
+
o.name = "ListDistributionTenantsByCustomization2020_05_31"
|
5329
|
+
o.http_method = "POST"
|
5330
|
+
o.http_request_uri = "/2020-05-31/distribution-tenants-by-customization"
|
5331
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionTenantsByCustomizationRequest,
|
5332
|
+
location_name: "ListDistributionTenantsByCustomizationRequest",
|
5333
|
+
metadata: {
|
5334
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5335
|
+
}
|
5336
|
+
)
|
5337
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionTenantsByCustomizationResult)
|
5338
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5339
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5340
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5341
|
+
o[:pager] = Aws::Pager.new(
|
5342
|
+
limit_key: "max_items",
|
5343
|
+
tokens: {
|
5344
|
+
"next_marker" => "marker"
|
5345
|
+
}
|
5346
|
+
)
|
5347
|
+
end)
|
5348
|
+
|
4575
5349
|
api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
|
4576
5350
|
o.name = "ListDistributions2020_05_31"
|
4577
5351
|
o.http_method = "GET"
|
@@ -4610,6 +5384,22 @@ module Aws::CloudFront
|
|
4610
5384
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4611
5385
|
end)
|
4612
5386
|
|
5387
|
+
api.add_operation(:list_distributions_by_connection_mode, Seahorse::Model::Operation.new.tap do |o|
|
5388
|
+
o.name = "ListDistributionsByConnectionMode2020_05_31"
|
5389
|
+
o.http_method = "GET"
|
5390
|
+
o.http_request_uri = "/2020-05-31/distributionsByConnectionMode/{ConnectionMode}"
|
5391
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByConnectionModeRequest)
|
5392
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByConnectionModeResult)
|
5393
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5394
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5395
|
+
o[:pager] = Aws::Pager.new(
|
5396
|
+
limit_key: "max_items",
|
5397
|
+
tokens: {
|
5398
|
+
"distribution_list.next_marker" => "marker"
|
5399
|
+
}
|
5400
|
+
)
|
5401
|
+
end)
|
5402
|
+
|
4613
5403
|
api.add_operation(:list_distributions_by_key_group, Seahorse::Model::Operation.new.tap do |o|
|
4614
5404
|
o.name = "ListDistributionsByKeyGroup2020_05_31"
|
4615
5405
|
o.http_method = "GET"
|
@@ -4678,6 +5468,28 @@ module Aws::CloudFront
|
|
4678
5468
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
4679
5469
|
end)
|
4680
5470
|
|
5471
|
+
api.add_operation(:list_domain_conflicts, Seahorse::Model::Operation.new.tap do |o|
|
5472
|
+
o.name = "ListDomainConflicts2020_05_31"
|
5473
|
+
o.http_method = "POST"
|
5474
|
+
o.http_request_uri = "/2020-05-31/domain-conflicts"
|
5475
|
+
o.input = Shapes::ShapeRef.new(shape: ListDomainConflictsRequest,
|
5476
|
+
location_name: "ListDomainConflictsRequest",
|
5477
|
+
metadata: {
|
5478
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5479
|
+
}
|
5480
|
+
)
|
5481
|
+
o.output = Shapes::ShapeRef.new(shape: ListDomainConflictsResult)
|
5482
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5483
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5484
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5485
|
+
o[:pager] = Aws::Pager.new(
|
5486
|
+
limit_key: "max_items",
|
5487
|
+
tokens: {
|
5488
|
+
"next_marker" => "marker"
|
5489
|
+
}
|
5490
|
+
)
|
5491
|
+
end)
|
5492
|
+
|
4681
5493
|
api.add_operation(:list_field_level_encryption_configs, Seahorse::Model::Operation.new.tap do |o|
|
4682
5494
|
o.name = "ListFieldLevelEncryptionConfigs2020_05_31"
|
4683
5495
|
o.http_method = "GET"
|
@@ -4723,6 +5535,23 @@ module Aws::CloudFront
|
|
4723
5535
|
)
|
4724
5536
|
end)
|
4725
5537
|
|
5538
|
+
api.add_operation(:list_invalidations_for_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
5539
|
+
o.name = "ListInvalidationsForDistributionTenant2020_05_31"
|
5540
|
+
o.http_method = "GET"
|
5541
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/invalidation"
|
5542
|
+
o.input = Shapes::ShapeRef.new(shape: ListInvalidationsForDistributionTenantRequest)
|
5543
|
+
o.output = Shapes::ShapeRef.new(shape: ListInvalidationsForDistributionTenantResult)
|
5544
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5545
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5546
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5547
|
+
o[:pager] = Aws::Pager.new(
|
5548
|
+
limit_key: "max_items",
|
5549
|
+
tokens: {
|
5550
|
+
"invalidation_list.next_marker" => "marker"
|
5551
|
+
}
|
5552
|
+
)
|
5553
|
+
end)
|
5554
|
+
|
4726
5555
|
api.add_operation(:list_key_groups, Seahorse::Model::Operation.new.tap do |o|
|
4727
5556
|
o.name = "ListKeyGroups2020_05_31"
|
4728
5557
|
o.http_method = "GET"
|
@@ -4935,6 +5764,27 @@ module Aws::CloudFront
|
|
4935
5764
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
4936
5765
|
end)
|
4937
5766
|
|
5767
|
+
api.add_operation(:update_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
5768
|
+
o.name = "UpdateConnectionGroup2020_05_31"
|
5769
|
+
o.http_method = "PUT"
|
5770
|
+
o.http_request_uri = "/2020-05-31/connection-group/{Id}"
|
5771
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectionGroupRequest,
|
5772
|
+
location_name: "UpdateConnectionGroupRequest",
|
5773
|
+
metadata: {
|
5774
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5775
|
+
}
|
5776
|
+
)
|
5777
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectionGroupResult)
|
5778
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5779
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
5780
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5781
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5782
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
5783
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5784
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
5785
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
5786
|
+
end)
|
5787
|
+
|
4938
5788
|
api.add_operation(:update_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
|
4939
5789
|
o.name = "UpdateContinuousDeploymentPolicy2020_05_31"
|
4940
5790
|
o.http_method = "PUT"
|
@@ -5025,6 +5875,28 @@ module Aws::CloudFront
|
|
5025
5875
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
5026
5876
|
end)
|
5027
5877
|
|
5878
|
+
api.add_operation(:update_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
|
5879
|
+
o.name = "UpdateDistributionTenant2020_05_31"
|
5880
|
+
o.http_method = "PUT"
|
5881
|
+
o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}"
|
5882
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionTenantRequest,
|
5883
|
+
location_name: "UpdateDistributionTenantRequest",
|
5884
|
+
metadata: {
|
5885
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5886
|
+
}
|
5887
|
+
)
|
5888
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionTenantResult)
|
5889
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
5890
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5891
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5892
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
5893
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
5894
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAssociation)
|
5895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5896
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
5897
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
5898
|
+
end)
|
5899
|
+
|
5028
5900
|
api.add_operation(:update_distribution_with_staging_config, Seahorse::Model::Operation.new.tap do |o|
|
5029
5901
|
o.name = "UpdateDistributionWithStagingConfig2020_05_31"
|
5030
5902
|
o.http_method = "PUT"
|
@@ -5095,6 +5967,25 @@ module Aws::CloudFront
|
|
5095
5967
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
5096
5968
|
end)
|
5097
5969
|
|
5970
|
+
api.add_operation(:update_domain_association, Seahorse::Model::Operation.new.tap do |o|
|
5971
|
+
o.name = "UpdateDomainAssociation2020_05_31"
|
5972
|
+
o.http_method = "POST"
|
5973
|
+
o.http_request_uri = "/2020-05-31/domain-association"
|
5974
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDomainAssociationRequest,
|
5975
|
+
location_name: "UpdateDomainAssociationRequest",
|
5976
|
+
metadata: {
|
5977
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
5978
|
+
}
|
5979
|
+
)
|
5980
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDomainAssociationResult)
|
5981
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
5982
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
5983
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
5984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
5985
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
5986
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
5987
|
+
end)
|
5988
|
+
|
5098
5989
|
api.add_operation(:update_field_level_encryption_config, Seahorse::Model::Operation.new.tap do |o|
|
5099
5990
|
o.name = "UpdateFieldLevelEncryptionConfig2020_05_31"
|
5100
5991
|
o.http_method = "PUT"
|
@@ -5310,6 +6201,22 @@ module Aws::CloudFront
|
|
5310
6201
|
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
5311
6202
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
5312
6203
|
end)
|
6204
|
+
|
6205
|
+
api.add_operation(:verify_dns_configuration, Seahorse::Model::Operation.new.tap do |o|
|
6206
|
+
o.name = "VerifyDnsConfiguration2020_05_31"
|
6207
|
+
o.http_method = "POST"
|
6208
|
+
o.http_request_uri = "/2020-05-31/verify-dns-configuration"
|
6209
|
+
o.input = Shapes::ShapeRef.new(shape: VerifyDnsConfigurationRequest,
|
6210
|
+
location_name: "VerifyDnsConfigurationRequest",
|
6211
|
+
metadata: {
|
6212
|
+
"xmlNamespace" => {"uri"=>"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
6213
|
+
}
|
6214
|
+
)
|
6215
|
+
o.output = Shapes::ShapeRef.new(shape: VerifyDnsConfigurationResult)
|
6216
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
6217
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
6218
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
6219
|
+
end)
|
5313
6220
|
end
|
5314
6221
|
|
5315
6222
|
end
|