aws-sdk-cloudfront 1.128.0 → 1.140.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 +60 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1518 -83
- data/lib/aws-sdk-cloudfront/client_api.rb +680 -0
- data/lib/aws-sdk-cloudfront/customizations.rb +0 -1
- data/lib/aws-sdk-cloudfront/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-cloudfront/signer.rb +14 -20
- data/lib/aws-sdk-cloudfront/types.rb +1225 -9
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +333 -7
- data/sig/types.rbs +354 -1
- metadata +3 -3
|
@@ -40,6 +40,9 @@ module Aws::CloudFront
|
|
|
40
40
|
AwsAccountNumberList = Shapes::ListShape.new(name: 'AwsAccountNumberList')
|
|
41
41
|
BatchTooLarge = Shapes::StructureShape.new(name: 'BatchTooLarge')
|
|
42
42
|
CNAMEAlreadyExists = Shapes::StructureShape.new(name: 'CNAMEAlreadyExists')
|
|
43
|
+
CaCertificatesBundleS3Location = Shapes::StructureShape.new(name: 'CaCertificatesBundleS3Location')
|
|
44
|
+
CaCertificatesBundleS3LocationRegionString = Shapes::StringShape.new(name: 'CaCertificatesBundleS3LocationRegionString')
|
|
45
|
+
CaCertificatesBundleSource = Shapes::UnionShape.new(name: 'CaCertificatesBundleSource')
|
|
43
46
|
CacheBehavior = Shapes::StructureShape.new(name: 'CacheBehavior')
|
|
44
47
|
CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
|
|
45
48
|
CacheBehaviors = Shapes::StructureShape.new(name: 'CacheBehaviors')
|
|
@@ -75,6 +78,10 @@ module Aws::CloudFront
|
|
|
75
78
|
ConflictingAlias = Shapes::StructureShape.new(name: 'ConflictingAlias')
|
|
76
79
|
ConflictingAliases = Shapes::ListShape.new(name: 'ConflictingAliases')
|
|
77
80
|
ConflictingAliasesList = Shapes::StructureShape.new(name: 'ConflictingAliasesList')
|
|
81
|
+
ConnectionFunctionAssociation = Shapes::StructureShape.new(name: 'ConnectionFunctionAssociation')
|
|
82
|
+
ConnectionFunctionSummary = Shapes::StructureShape.new(name: 'ConnectionFunctionSummary')
|
|
83
|
+
ConnectionFunctionSummaryList = Shapes::ListShape.new(name: 'ConnectionFunctionSummaryList')
|
|
84
|
+
ConnectionFunctionTestResult = Shapes::StructureShape.new(name: 'ConnectionFunctionTestResult')
|
|
78
85
|
ConnectionGroup = Shapes::StructureShape.new(name: 'ConnectionGroup')
|
|
79
86
|
ConnectionGroupAssociationFilter = Shapes::StructureShape.new(name: 'ConnectionGroupAssociationFilter')
|
|
80
87
|
ConnectionGroupSummary = Shapes::StructureShape.new(name: 'ConnectionGroupSummary')
|
|
@@ -105,6 +112,8 @@ module Aws::CloudFront
|
|
|
105
112
|
CreateCachePolicyResult = Shapes::StructureShape.new(name: 'CreateCachePolicyResult')
|
|
106
113
|
CreateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityRequest')
|
|
107
114
|
CreateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityResult')
|
|
115
|
+
CreateConnectionFunctionRequest = Shapes::StructureShape.new(name: 'CreateConnectionFunctionRequest')
|
|
116
|
+
CreateConnectionFunctionResult = Shapes::StructureShape.new(name: 'CreateConnectionFunctionResult')
|
|
108
117
|
CreateConnectionGroupRequest = Shapes::StructureShape.new(name: 'CreateConnectionGroupRequest')
|
|
109
118
|
CreateConnectionGroupResult = Shapes::StructureShape.new(name: 'CreateConnectionGroupResult')
|
|
110
119
|
CreateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'CreateContinuousDeploymentPolicyRequest')
|
|
@@ -146,6 +155,8 @@ module Aws::CloudFront
|
|
|
146
155
|
CreateStreamingDistributionResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionResult')
|
|
147
156
|
CreateStreamingDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsRequest')
|
|
148
157
|
CreateStreamingDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsResult')
|
|
158
|
+
CreateTrustStoreRequest = Shapes::StructureShape.new(name: 'CreateTrustStoreRequest')
|
|
159
|
+
CreateTrustStoreResult = Shapes::StructureShape.new(name: 'CreateTrustStoreResult')
|
|
149
160
|
CreateVpcOriginRequest = Shapes::StructureShape.new(name: 'CreateVpcOriginRequest')
|
|
150
161
|
CreateVpcOriginResult = Shapes::StructureShape.new(name: 'CreateVpcOriginResult')
|
|
151
162
|
CustomErrorResponse = Shapes::StructureShape.new(name: 'CustomErrorResponse')
|
|
@@ -159,6 +170,7 @@ module Aws::CloudFront
|
|
|
159
170
|
DeleteAnycastIpListRequest = Shapes::StructureShape.new(name: 'DeleteAnycastIpListRequest')
|
|
160
171
|
DeleteCachePolicyRequest = Shapes::StructureShape.new(name: 'DeleteCachePolicyRequest')
|
|
161
172
|
DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
|
|
173
|
+
DeleteConnectionFunctionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionFunctionRequest')
|
|
162
174
|
DeleteConnectionGroupRequest = Shapes::StructureShape.new(name: 'DeleteConnectionGroupRequest')
|
|
163
175
|
DeleteContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'DeleteContinuousDeploymentPolicyRequest')
|
|
164
176
|
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
|
@@ -174,10 +186,14 @@ module Aws::CloudFront
|
|
|
174
186
|
DeleteOriginRequestPolicyRequest = Shapes::StructureShape.new(name: 'DeleteOriginRequestPolicyRequest')
|
|
175
187
|
DeletePublicKeyRequest = Shapes::StructureShape.new(name: 'DeletePublicKeyRequest')
|
|
176
188
|
DeleteRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'DeleteRealtimeLogConfigRequest')
|
|
189
|
+
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
|
177
190
|
DeleteResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'DeleteResponseHeadersPolicyRequest')
|
|
178
191
|
DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
|
|
192
|
+
DeleteTrustStoreRequest = Shapes::StructureShape.new(name: 'DeleteTrustStoreRequest')
|
|
179
193
|
DeleteVpcOriginRequest = Shapes::StructureShape.new(name: 'DeleteVpcOriginRequest')
|
|
180
194
|
DeleteVpcOriginResult = Shapes::StructureShape.new(name: 'DeleteVpcOriginResult')
|
|
195
|
+
DescribeConnectionFunctionRequest = Shapes::StructureShape.new(name: 'DescribeConnectionFunctionRequest')
|
|
196
|
+
DescribeConnectionFunctionResult = Shapes::StructureShape.new(name: 'DescribeConnectionFunctionResult')
|
|
181
197
|
DescribeFunctionRequest = Shapes::StructureShape.new(name: 'DescribeFunctionRequest')
|
|
182
198
|
DescribeFunctionResult = Shapes::StructureShape.new(name: 'DescribeFunctionResult')
|
|
183
199
|
DescribeKeyValueStoreRequest = Shapes::StructureShape.new(name: 'DescribeKeyValueStoreRequest')
|
|
@@ -192,6 +208,9 @@ module Aws::CloudFront
|
|
|
192
208
|
DistributionConfigWithTags = Shapes::StructureShape.new(name: 'DistributionConfigWithTags')
|
|
193
209
|
DistributionIdList = Shapes::StructureShape.new(name: 'DistributionIdList')
|
|
194
210
|
DistributionIdListSummary = Shapes::ListShape.new(name: 'DistributionIdListSummary')
|
|
211
|
+
DistributionIdOwner = Shapes::StructureShape.new(name: 'DistributionIdOwner')
|
|
212
|
+
DistributionIdOwnerItemList = Shapes::ListShape.new(name: 'DistributionIdOwnerItemList')
|
|
213
|
+
DistributionIdOwnerList = Shapes::StructureShape.new(name: 'DistributionIdOwnerList')
|
|
195
214
|
DistributionList = Shapes::StructureShape.new(name: 'DistributionList')
|
|
196
215
|
DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
|
|
197
216
|
DistributionResourceId = Shapes::StructureShape.new(name: 'DistributionResourceId')
|
|
@@ -274,6 +293,8 @@ module Aws::CloudFront
|
|
|
274
293
|
GetCloudFrontOriginAccessIdentityConfigResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigResult')
|
|
275
294
|
GetCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityRequest')
|
|
276
295
|
GetCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityResult')
|
|
296
|
+
GetConnectionFunctionRequest = Shapes::StructureShape.new(name: 'GetConnectionFunctionRequest')
|
|
297
|
+
GetConnectionFunctionResult = Shapes::StructureShape.new(name: 'GetConnectionFunctionResult')
|
|
277
298
|
GetConnectionGroupByRoutingEndpointRequest = Shapes::StructureShape.new(name: 'GetConnectionGroupByRoutingEndpointRequest')
|
|
278
299
|
GetConnectionGroupByRoutingEndpointResult = Shapes::StructureShape.new(name: 'GetConnectionGroupByRoutingEndpointResult')
|
|
279
300
|
GetConnectionGroupRequest = Shapes::StructureShape.new(name: 'GetConnectionGroupRequest')
|
|
@@ -326,6 +347,8 @@ module Aws::CloudFront
|
|
|
326
347
|
GetPublicKeyResult = Shapes::StructureShape.new(name: 'GetPublicKeyResult')
|
|
327
348
|
GetRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'GetRealtimeLogConfigRequest')
|
|
328
349
|
GetRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'GetRealtimeLogConfigResult')
|
|
350
|
+
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
|
351
|
+
GetResourcePolicyResult = Shapes::StructureShape.new(name: 'GetResourcePolicyResult')
|
|
329
352
|
GetResponseHeadersPolicyConfigRequest = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyConfigRequest')
|
|
330
353
|
GetResponseHeadersPolicyConfigResult = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyConfigResult')
|
|
331
354
|
GetResponseHeadersPolicyRequest = Shapes::StructureShape.new(name: 'GetResponseHeadersPolicyRequest')
|
|
@@ -334,6 +357,8 @@ module Aws::CloudFront
|
|
|
334
357
|
GetStreamingDistributionConfigResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigResult')
|
|
335
358
|
GetStreamingDistributionRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionRequest')
|
|
336
359
|
GetStreamingDistributionResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionResult')
|
|
360
|
+
GetTrustStoreRequest = Shapes::StructureShape.new(name: 'GetTrustStoreRequest')
|
|
361
|
+
GetTrustStoreResult = Shapes::StructureShape.new(name: 'GetTrustStoreResult')
|
|
337
362
|
GetVpcOriginRequest = Shapes::StructureShape.new(name: 'GetVpcOriginRequest')
|
|
338
363
|
GetVpcOriginResult = Shapes::StructureShape.new(name: 'GetVpcOriginResult')
|
|
339
364
|
GrpcConfig = Shapes::StructureShape.new(name: 'GrpcConfig')
|
|
@@ -381,6 +406,10 @@ module Aws::CloudFront
|
|
|
381
406
|
InvalidationSummary = Shapes::StructureShape.new(name: 'InvalidationSummary')
|
|
382
407
|
InvalidationSummaryList = Shapes::ListShape.new(name: 'InvalidationSummaryList')
|
|
383
408
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
409
|
+
IpamCidrConfig = Shapes::StructureShape.new(name: 'IpamCidrConfig')
|
|
410
|
+
IpamCidrConfigList = Shapes::ListShape.new(name: 'IpamCidrConfigList')
|
|
411
|
+
IpamCidrStatus = Shapes::StringShape.new(name: 'IpamCidrStatus')
|
|
412
|
+
IpamConfig = Shapes::StructureShape.new(name: 'IpamConfig')
|
|
384
413
|
ItemSelection = Shapes::StringShape.new(name: 'ItemSelection')
|
|
385
414
|
KGKeyPairIds = Shapes::StructureShape.new(name: 'KGKeyPairIds')
|
|
386
415
|
KGKeyPairIdsList = Shapes::ListShape.new(name: 'KGKeyPairIdsList')
|
|
@@ -414,6 +443,8 @@ module Aws::CloudFront
|
|
|
414
443
|
ListCloudFrontOriginAccessIdentitiesResult = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesResult')
|
|
415
444
|
ListConflictingAliasesRequest = Shapes::StructureShape.new(name: 'ListConflictingAliasesRequest')
|
|
416
445
|
ListConflictingAliasesResult = Shapes::StructureShape.new(name: 'ListConflictingAliasesResult')
|
|
446
|
+
ListConnectionFunctionsRequest = Shapes::StructureShape.new(name: 'ListConnectionFunctionsRequest')
|
|
447
|
+
ListConnectionFunctionsResult = Shapes::StructureShape.new(name: 'ListConnectionFunctionsResult')
|
|
417
448
|
ListConnectionGroupsRequest = Shapes::StructureShape.new(name: 'ListConnectionGroupsRequest')
|
|
418
449
|
ListConnectionGroupsResult = Shapes::StructureShape.new(name: 'ListConnectionGroupsResult')
|
|
419
450
|
ListContinuousDeploymentPoliciesRequest = Shapes::StructureShape.new(name: 'ListContinuousDeploymentPoliciesRequest')
|
|
@@ -426,16 +457,22 @@ module Aws::CloudFront
|
|
|
426
457
|
ListDistributionsByAnycastIpListIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByAnycastIpListIdResult')
|
|
427
458
|
ListDistributionsByCachePolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdRequest')
|
|
428
459
|
ListDistributionsByCachePolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByCachePolicyIdResult')
|
|
460
|
+
ListDistributionsByConnectionFunctionRequest = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionFunctionRequest')
|
|
461
|
+
ListDistributionsByConnectionFunctionResult = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionFunctionResult')
|
|
429
462
|
ListDistributionsByConnectionModeRequest = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionModeRequest')
|
|
430
463
|
ListDistributionsByConnectionModeResult = Shapes::StructureShape.new(name: 'ListDistributionsByConnectionModeResult')
|
|
431
464
|
ListDistributionsByKeyGroupRequest = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupRequest')
|
|
432
465
|
ListDistributionsByKeyGroupResult = Shapes::StructureShape.new(name: 'ListDistributionsByKeyGroupResult')
|
|
433
466
|
ListDistributionsByOriginRequestPolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByOriginRequestPolicyIdRequest')
|
|
434
467
|
ListDistributionsByOriginRequestPolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByOriginRequestPolicyIdResult')
|
|
468
|
+
ListDistributionsByOwnedResourceRequest = Shapes::StructureShape.new(name: 'ListDistributionsByOwnedResourceRequest')
|
|
469
|
+
ListDistributionsByOwnedResourceResult = Shapes::StructureShape.new(name: 'ListDistributionsByOwnedResourceResult')
|
|
435
470
|
ListDistributionsByRealtimeLogConfigRequest = Shapes::StructureShape.new(name: 'ListDistributionsByRealtimeLogConfigRequest')
|
|
436
471
|
ListDistributionsByRealtimeLogConfigResult = Shapes::StructureShape.new(name: 'ListDistributionsByRealtimeLogConfigResult')
|
|
437
472
|
ListDistributionsByResponseHeadersPolicyIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByResponseHeadersPolicyIdRequest')
|
|
438
473
|
ListDistributionsByResponseHeadersPolicyIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByResponseHeadersPolicyIdResult')
|
|
474
|
+
ListDistributionsByTrustStoreRequest = Shapes::StructureShape.new(name: 'ListDistributionsByTrustStoreRequest')
|
|
475
|
+
ListDistributionsByTrustStoreResult = Shapes::StructureShape.new(name: 'ListDistributionsByTrustStoreResult')
|
|
439
476
|
ListDistributionsByVpcOriginIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByVpcOriginIdRequest')
|
|
440
477
|
ListDistributionsByVpcOriginIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByVpcOriginIdResult')
|
|
441
478
|
ListDistributionsByWebACLIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdRequest')
|
|
@@ -472,6 +509,8 @@ module Aws::CloudFront
|
|
|
472
509
|
ListStreamingDistributionsResult = Shapes::StructureShape.new(name: 'ListStreamingDistributionsResult')
|
|
473
510
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
474
511
|
ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
|
|
512
|
+
ListTrustStoresRequest = Shapes::StructureShape.new(name: 'ListTrustStoresRequest')
|
|
513
|
+
ListTrustStoresResult = Shapes::StructureShape.new(name: 'ListTrustStoresResult')
|
|
475
514
|
ListVpcOriginsRequest = Shapes::StructureShape.new(name: 'ListVpcOriginsRequest')
|
|
476
515
|
ListVpcOriginsResult = Shapes::StructureShape.new(name: 'ListVpcOriginsResult')
|
|
477
516
|
LocationList = Shapes::ListShape.new(name: 'LocationList')
|
|
@@ -563,8 +602,12 @@ module Aws::CloudFront
|
|
|
563
602
|
PublicKeyList = Shapes::StructureShape.new(name: 'PublicKeyList')
|
|
564
603
|
PublicKeySummary = Shapes::StructureShape.new(name: 'PublicKeySummary')
|
|
565
604
|
PublicKeySummaryList = Shapes::ListShape.new(name: 'PublicKeySummaryList')
|
|
605
|
+
PublishConnectionFunctionRequest = Shapes::StructureShape.new(name: 'PublishConnectionFunctionRequest')
|
|
606
|
+
PublishConnectionFunctionResult = Shapes::StructureShape.new(name: 'PublishConnectionFunctionResult')
|
|
566
607
|
PublishFunctionRequest = Shapes::StructureShape.new(name: 'PublishFunctionRequest')
|
|
567
608
|
PublishFunctionResult = Shapes::StructureShape.new(name: 'PublishFunctionResult')
|
|
609
|
+
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
|
610
|
+
PutResourcePolicyResult = Shapes::StructureShape.new(name: 'PutResourcePolicyResult')
|
|
568
611
|
QueryArgProfile = Shapes::StructureShape.new(name: 'QueryArgProfile')
|
|
569
612
|
QueryArgProfileConfig = Shapes::StructureShape.new(name: 'QueryArgProfileConfig')
|
|
570
613
|
QueryArgProfileEmpty = Shapes::StructureShape.new(name: 'QueryArgProfileEmpty')
|
|
@@ -584,6 +627,7 @@ module Aws::CloudFront
|
|
|
584
627
|
RealtimeMetricsSubscriptionStatus = Shapes::StringShape.new(name: 'RealtimeMetricsSubscriptionStatus')
|
|
585
628
|
ReferrerPolicyList = Shapes::StringShape.new(name: 'ReferrerPolicyList')
|
|
586
629
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
|
630
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
|
587
631
|
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
|
588
632
|
ResourceNotDisabled = Shapes::StructureShape.new(name: 'ResourceNotDisabled')
|
|
589
633
|
ResponseHeadersPolicy = Shapes::StructureShape.new(name: 'ResponseHeadersPolicy')
|
|
@@ -649,6 +693,8 @@ module Aws::CloudFront
|
|
|
649
693
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
650
694
|
Tags = Shapes::StructureShape.new(name: 'Tags')
|
|
651
695
|
TenantConfig = Shapes::StructureShape.new(name: 'TenantConfig')
|
|
696
|
+
TestConnectionFunctionRequest = Shapes::StructureShape.new(name: 'TestConnectionFunctionRequest')
|
|
697
|
+
TestConnectionFunctionResult = Shapes::StructureShape.new(name: 'TestConnectionFunctionResult')
|
|
652
698
|
TestFunctionFailed = Shapes::StructureShape.new(name: 'TestFunctionFailed')
|
|
653
699
|
TestFunctionRequest = Shapes::StructureShape.new(name: 'TestFunctionRequest')
|
|
654
700
|
TestFunctionResult = Shapes::StructureShape.new(name: 'TestFunctionResult')
|
|
@@ -706,6 +752,11 @@ module Aws::CloudFront
|
|
|
706
752
|
TooManyStreamingDistributions = Shapes::StructureShape.new(name: 'TooManyStreamingDistributions')
|
|
707
753
|
TooManyTrustedSigners = Shapes::StructureShape.new(name: 'TooManyTrustedSigners')
|
|
708
754
|
TrafficConfig = Shapes::StructureShape.new(name: 'TrafficConfig')
|
|
755
|
+
TrustStore = Shapes::StructureShape.new(name: 'TrustStore')
|
|
756
|
+
TrustStoreConfig = Shapes::StructureShape.new(name: 'TrustStoreConfig')
|
|
757
|
+
TrustStoreList = Shapes::ListShape.new(name: 'TrustStoreList')
|
|
758
|
+
TrustStoreStatus = Shapes::StringShape.new(name: 'TrustStoreStatus')
|
|
759
|
+
TrustStoreSummary = Shapes::StructureShape.new(name: 'TrustStoreSummary')
|
|
709
760
|
TrustedKeyGroupDoesNotExist = Shapes::StructureShape.new(name: 'TrustedKeyGroupDoesNotExist')
|
|
710
761
|
TrustedKeyGroupIdList = Shapes::ListShape.new(name: 'TrustedKeyGroupIdList')
|
|
711
762
|
TrustedKeyGroups = Shapes::StructureShape.new(name: 'TrustedKeyGroups')
|
|
@@ -713,10 +764,14 @@ module Aws::CloudFront
|
|
|
713
764
|
TrustedSigners = Shapes::StructureShape.new(name: 'TrustedSigners')
|
|
714
765
|
UnsupportedOperation = Shapes::StructureShape.new(name: 'UnsupportedOperation')
|
|
715
766
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
767
|
+
UpdateAnycastIpListRequest = Shapes::StructureShape.new(name: 'UpdateAnycastIpListRequest')
|
|
768
|
+
UpdateAnycastIpListResult = Shapes::StructureShape.new(name: 'UpdateAnycastIpListResult')
|
|
716
769
|
UpdateCachePolicyRequest = Shapes::StructureShape.new(name: 'UpdateCachePolicyRequest')
|
|
717
770
|
UpdateCachePolicyResult = Shapes::StructureShape.new(name: 'UpdateCachePolicyResult')
|
|
718
771
|
UpdateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityRequest')
|
|
719
772
|
UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
|
|
773
|
+
UpdateConnectionFunctionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionFunctionRequest')
|
|
774
|
+
UpdateConnectionFunctionResult = Shapes::StructureShape.new(name: 'UpdateConnectionFunctionResult')
|
|
720
775
|
UpdateConnectionGroupRequest = Shapes::StructureShape.new(name: 'UpdateConnectionGroupRequest')
|
|
721
776
|
UpdateConnectionGroupResult = Shapes::StructureShape.new(name: 'UpdateConnectionGroupResult')
|
|
722
777
|
UpdateContinuousDeploymentPolicyRequest = Shapes::StructureShape.new(name: 'UpdateContinuousDeploymentPolicyRequest')
|
|
@@ -751,6 +806,8 @@ module Aws::CloudFront
|
|
|
751
806
|
UpdateResponseHeadersPolicyResult = Shapes::StructureShape.new(name: 'UpdateResponseHeadersPolicyResult')
|
|
752
807
|
UpdateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionRequest')
|
|
753
808
|
UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
|
|
809
|
+
UpdateTrustStoreRequest = Shapes::StructureShape.new(name: 'UpdateTrustStoreRequest')
|
|
810
|
+
UpdateTrustStoreResult = Shapes::StructureShape.new(name: 'UpdateTrustStoreResult')
|
|
754
811
|
UpdateVpcOriginRequest = Shapes::StructureShape.new(name: 'UpdateVpcOriginRequest')
|
|
755
812
|
UpdateVpcOriginResult = Shapes::StructureShape.new(name: 'UpdateVpcOriginResult')
|
|
756
813
|
ValidationTokenDetail = Shapes::StructureShape.new(name: 'ValidationTokenDetail')
|
|
@@ -759,6 +816,8 @@ module Aws::CloudFront
|
|
|
759
816
|
VerifyDnsConfigurationRequest = Shapes::StructureShape.new(name: 'VerifyDnsConfigurationRequest')
|
|
760
817
|
VerifyDnsConfigurationResult = Shapes::StructureShape.new(name: 'VerifyDnsConfigurationResult')
|
|
761
818
|
ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
|
|
819
|
+
ViewerMtlsConfig = Shapes::StructureShape.new(name: 'ViewerMtlsConfig')
|
|
820
|
+
ViewerMtlsMode = Shapes::StringShape.new(name: 'ViewerMtlsMode')
|
|
762
821
|
ViewerProtocolPolicy = Shapes::StringShape.new(name: 'ViewerProtocolPolicy')
|
|
763
822
|
VpcOrigin = Shapes::StructureShape.new(name: 'VpcOrigin')
|
|
764
823
|
VpcOriginConfig = Shapes::StructureShape.new(name: 'VpcOriginConfig')
|
|
@@ -820,6 +879,8 @@ module Aws::CloudFront
|
|
|
820
879
|
AnycastIpList.add_member(:name, Shapes::ShapeRef.new(shape: AnycastIpListName, required: true, location_name: "Name"))
|
|
821
880
|
AnycastIpList.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
|
822
881
|
AnycastIpList.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
|
882
|
+
AnycastIpList.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
|
883
|
+
AnycastIpList.add_member(:ipam_config, Shapes::ShapeRef.new(shape: IpamConfig, location_name: "IpamConfig"))
|
|
823
884
|
AnycastIpList.add_member(:anycast_ips, Shapes::ShapeRef.new(shape: AnycastIps, required: true, location_name: "AnycastIps"))
|
|
824
885
|
AnycastIpList.add_member(:ip_count, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "IpCount"))
|
|
825
886
|
AnycastIpList.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
@@ -841,6 +902,9 @@ module Aws::CloudFront
|
|
|
841
902
|
AnycastIpListSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
|
842
903
|
AnycastIpListSummary.add_member(:ip_count, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "IpCount"))
|
|
843
904
|
AnycastIpListSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
905
|
+
AnycastIpListSummary.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
|
906
|
+
AnycastIpListSummary.add_member(:etag, Shapes::ShapeRef.new(shape: string, location_name: "ETag"))
|
|
907
|
+
AnycastIpListSummary.add_member(:ipam_config, Shapes::ShapeRef.new(shape: IpamConfig, location_name: "IpamConfig"))
|
|
844
908
|
AnycastIpListSummary.struct_class = Types::AnycastIpListSummary
|
|
845
909
|
|
|
846
910
|
AnycastIps.member = Shapes::ShapeRef.new(shape: string, location_name: "AnycastIp")
|
|
@@ -877,6 +941,18 @@ module Aws::CloudFront
|
|
|
877
941
|
CNAMEAlreadyExists.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
878
942
|
CNAMEAlreadyExists.struct_class = Types::CNAMEAlreadyExists
|
|
879
943
|
|
|
944
|
+
CaCertificatesBundleS3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
|
945
|
+
CaCertificatesBundleS3Location.add_member(:key, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Key"))
|
|
946
|
+
CaCertificatesBundleS3Location.add_member(:region, Shapes::ShapeRef.new(shape: CaCertificatesBundleS3LocationRegionString, required: true, location_name: "Region"))
|
|
947
|
+
CaCertificatesBundleS3Location.add_member(:version, Shapes::ShapeRef.new(shape: string, location_name: "Version"))
|
|
948
|
+
CaCertificatesBundleS3Location.struct_class = Types::CaCertificatesBundleS3Location
|
|
949
|
+
|
|
950
|
+
CaCertificatesBundleSource.add_member(:ca_certificates_bundle_s3_location, Shapes::ShapeRef.new(shape: CaCertificatesBundleS3Location, location_name: "CaCertificatesBundleS3Location"))
|
|
951
|
+
CaCertificatesBundleSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
952
|
+
CaCertificatesBundleSource.add_member_subclass(:ca_certificates_bundle_s3_location, Types::CaCertificatesBundleSource::CaCertificatesBundleS3Location)
|
|
953
|
+
CaCertificatesBundleSource.add_member_subclass(:unknown, Types::CaCertificatesBundleSource::Unknown)
|
|
954
|
+
CaCertificatesBundleSource.struct_class = Types::CaCertificatesBundleSource
|
|
955
|
+
|
|
880
956
|
CacheBehavior.add_member(:path_pattern, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PathPattern"))
|
|
881
957
|
CacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
|
882
958
|
CacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, location_name: "TrustedSigners"))
|
|
@@ -1007,6 +1083,28 @@ module Aws::CloudFront
|
|
|
1007
1083
|
ConflictingAliasesList.add_member(:items, Shapes::ShapeRef.new(shape: ConflictingAliases, location_name: "Items"))
|
|
1008
1084
|
ConflictingAliasesList.struct_class = Types::ConflictingAliasesList
|
|
1009
1085
|
|
|
1086
|
+
ConnectionFunctionAssociation.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "Id"))
|
|
1087
|
+
ConnectionFunctionAssociation.struct_class = Types::ConnectionFunctionAssociation
|
|
1088
|
+
|
|
1089
|
+
ConnectionFunctionSummary.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "Name"))
|
|
1090
|
+
ConnectionFunctionSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "Id"))
|
|
1091
|
+
ConnectionFunctionSummary.add_member(:connection_function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "ConnectionFunctionConfig"))
|
|
1092
|
+
ConnectionFunctionSummary.add_member(:connection_function_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ConnectionFunctionArn"))
|
|
1093
|
+
ConnectionFunctionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
|
1094
|
+
ConnectionFunctionSummary.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, required: true, location_name: "Stage"))
|
|
1095
|
+
ConnectionFunctionSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
|
1096
|
+
ConnectionFunctionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
1097
|
+
ConnectionFunctionSummary.struct_class = Types::ConnectionFunctionSummary
|
|
1098
|
+
|
|
1099
|
+
ConnectionFunctionSummaryList.member = Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary")
|
|
1100
|
+
|
|
1101
|
+
ConnectionFunctionTestResult.add_member(:connection_function_summary, Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary"))
|
|
1102
|
+
ConnectionFunctionTestResult.add_member(:compute_utilization, Shapes::ShapeRef.new(shape: string, location_name: "ComputeUtilization"))
|
|
1103
|
+
ConnectionFunctionTestResult.add_member(:connection_function_execution_logs, Shapes::ShapeRef.new(shape: FunctionExecutionLogList, location_name: "ConnectionFunctionExecutionLogs"))
|
|
1104
|
+
ConnectionFunctionTestResult.add_member(:connection_function_error_message, Shapes::ShapeRef.new(shape: sensitiveStringType, location_name: "ConnectionFunctionErrorMessage"))
|
|
1105
|
+
ConnectionFunctionTestResult.add_member(:connection_function_output, Shapes::ShapeRef.new(shape: sensitiveStringType, location_name: "ConnectionFunctionOutput"))
|
|
1106
|
+
ConnectionFunctionTestResult.struct_class = Types::ConnectionFunctionTestResult
|
|
1107
|
+
|
|
1010
1108
|
ConnectionGroup.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
|
1011
1109
|
ConnectionGroup.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
|
|
1012
1110
|
ConnectionGroup.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "Arn"))
|
|
@@ -1116,6 +1214,8 @@ module Aws::CloudFront
|
|
|
1116
1214
|
CreateAnycastIpListRequest.add_member(:name, Shapes::ShapeRef.new(shape: AnycastIpListName, required: true, location_name: "Name"))
|
|
1117
1215
|
CreateAnycastIpListRequest.add_member(:ip_count, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "IpCount"))
|
|
1118
1216
|
CreateAnycastIpListRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1217
|
+
CreateAnycastIpListRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
|
1218
|
+
CreateAnycastIpListRequest.add_member(:ipam_cidr_configs, Shapes::ShapeRef.new(shape: IpamCidrConfigList, location_name: "IpamCidrConfigs"))
|
|
1119
1219
|
CreateAnycastIpListRequest.struct_class = Types::CreateAnycastIpListRequest
|
|
1120
1220
|
|
|
1121
1221
|
CreateAnycastIpListResult.add_member(:anycast_ip_list, Shapes::ShapeRef.new(shape: AnycastIpList, location_name: "AnycastIpList"))
|
|
@@ -1148,6 +1248,19 @@ module Aws::CloudFront
|
|
|
1148
1248
|
CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
|
1149
1249
|
CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
|
1150
1250
|
|
|
1251
|
+
CreateConnectionFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "Name"))
|
|
1252
|
+
CreateConnectionFunctionRequest.add_member(:connection_function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "ConnectionFunctionConfig"))
|
|
1253
|
+
CreateConnectionFunctionRequest.add_member(:connection_function_code, Shapes::ShapeRef.new(shape: FunctionBlob, required: true, location_name: "ConnectionFunctionCode"))
|
|
1254
|
+
CreateConnectionFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1255
|
+
CreateConnectionFunctionRequest.struct_class = Types::CreateConnectionFunctionRequest
|
|
1256
|
+
|
|
1257
|
+
CreateConnectionFunctionResult.add_member(:connection_function_summary, Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary"))
|
|
1258
|
+
CreateConnectionFunctionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
|
1259
|
+
CreateConnectionFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
1260
|
+
CreateConnectionFunctionResult.struct_class = Types::CreateConnectionFunctionResult
|
|
1261
|
+
CreateConnectionFunctionResult[:payload] = :connection_function_summary
|
|
1262
|
+
CreateConnectionFunctionResult[:payload_member] = CreateConnectionFunctionResult.member(:connection_function_summary)
|
|
1263
|
+
|
|
1151
1264
|
CreateConnectionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
|
1152
1265
|
CreateConnectionGroupRequest.add_member(:ipv_6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Ipv6Enabled"))
|
|
1153
1266
|
CreateConnectionGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
@@ -1390,6 +1503,17 @@ module Aws::CloudFront
|
|
|
1390
1503
|
CreateStreamingDistributionWithTagsResult[:payload] = :streaming_distribution
|
|
1391
1504
|
CreateStreamingDistributionWithTagsResult[:payload_member] = CreateStreamingDistributionWithTagsResult.member(:streaming_distribution)
|
|
1392
1505
|
|
|
1506
|
+
CreateTrustStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
|
1507
|
+
CreateTrustStoreRequest.add_member(:ca_certificates_bundle_source, Shapes::ShapeRef.new(shape: CaCertificatesBundleSource, required: true, location_name: "CaCertificatesBundleSource"))
|
|
1508
|
+
CreateTrustStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1509
|
+
CreateTrustStoreRequest.struct_class = Types::CreateTrustStoreRequest
|
|
1510
|
+
|
|
1511
|
+
CreateTrustStoreResult.add_member(:trust_store, Shapes::ShapeRef.new(shape: TrustStore, location_name: "TrustStore"))
|
|
1512
|
+
CreateTrustStoreResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
1513
|
+
CreateTrustStoreResult.struct_class = Types::CreateTrustStoreResult
|
|
1514
|
+
CreateTrustStoreResult[:payload] = :trust_store
|
|
1515
|
+
CreateTrustStoreResult[:payload_member] = CreateTrustStoreResult.member(:trust_store)
|
|
1516
|
+
|
|
1393
1517
|
CreateVpcOriginRequest.add_member(:vpc_origin_endpoint_config, Shapes::ShapeRef.new(shape: VpcOriginEndpointConfig, required: true, location_name: "VpcOriginEndpointConfig"))
|
|
1394
1518
|
CreateVpcOriginRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
1395
1519
|
CreateVpcOriginRequest.struct_class = Types::CreateVpcOriginRequest
|
|
@@ -1464,6 +1588,10 @@ module Aws::CloudFront
|
|
|
1464
1588
|
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
|
1465
1589
|
DeleteCloudFrontOriginAccessIdentityRequest.struct_class = Types::DeleteCloudFrontOriginAccessIdentityRequest
|
|
1466
1590
|
|
|
1591
|
+
DeleteConnectionFunctionRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
1592
|
+
DeleteConnectionFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
1593
|
+
DeleteConnectionFunctionRequest.struct_class = Types::DeleteConnectionFunctionRequest
|
|
1594
|
+
|
|
1467
1595
|
DeleteConnectionGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
1468
1596
|
DeleteConnectionGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
1469
1597
|
DeleteConnectionGroupRequest.struct_class = Types::DeleteConnectionGroupRequest
|
|
@@ -1521,6 +1649,9 @@ module Aws::CloudFront
|
|
|
1521
1649
|
DeleteRealtimeLogConfigRequest.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "ARN"))
|
|
1522
1650
|
DeleteRealtimeLogConfigRequest.struct_class = Types::DeleteRealtimeLogConfigRequest
|
|
1523
1651
|
|
|
1652
|
+
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ResourceArn"))
|
|
1653
|
+
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
|
1654
|
+
|
|
1524
1655
|
DeleteResponseHeadersPolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
1525
1656
|
DeleteResponseHeadersPolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
|
1526
1657
|
DeleteResponseHeadersPolicyRequest.struct_class = Types::DeleteResponseHeadersPolicyRequest
|
|
@@ -1529,6 +1660,10 @@ module Aws::CloudFront
|
|
|
1529
1660
|
DeleteStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
|
1530
1661
|
DeleteStreamingDistributionRequest.struct_class = Types::DeleteStreamingDistributionRequest
|
|
1531
1662
|
|
|
1663
|
+
DeleteTrustStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
1664
|
+
DeleteTrustStoreRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
1665
|
+
DeleteTrustStoreRequest.struct_class = Types::DeleteTrustStoreRequest
|
|
1666
|
+
|
|
1532
1667
|
DeleteVpcOriginRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
1533
1668
|
DeleteVpcOriginRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
1534
1669
|
DeleteVpcOriginRequest.struct_class = Types::DeleteVpcOriginRequest
|
|
@@ -1539,6 +1674,16 @@ module Aws::CloudFront
|
|
|
1539
1674
|
DeleteVpcOriginResult[:payload] = :vpc_origin
|
|
1540
1675
|
DeleteVpcOriginResult[:payload_member] = DeleteVpcOriginResult.member(:vpc_origin)
|
|
1541
1676
|
|
|
1677
|
+
DescribeConnectionFunctionRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
|
1678
|
+
DescribeConnectionFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
|
|
1679
|
+
DescribeConnectionFunctionRequest.struct_class = Types::DescribeConnectionFunctionRequest
|
|
1680
|
+
|
|
1681
|
+
DescribeConnectionFunctionResult.add_member(:connection_function_summary, Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary"))
|
|
1682
|
+
DescribeConnectionFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
1683
|
+
DescribeConnectionFunctionResult.struct_class = Types::DescribeConnectionFunctionResult
|
|
1684
|
+
DescribeConnectionFunctionResult[:payload] = :connection_function_summary
|
|
1685
|
+
DescribeConnectionFunctionResult[:payload_member] = DescribeConnectionFunctionResult.member(:connection_function_summary)
|
|
1686
|
+
|
|
1542
1687
|
DescribeFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "Name"))
|
|
1543
1688
|
DescribeFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
|
|
1544
1689
|
DescribeFunctionRequest.struct_class = Types::DescribeFunctionRequest
|
|
@@ -1611,6 +1756,8 @@ module Aws::CloudFront
|
|
|
1611
1756
|
DistributionConfig.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
|
1612
1757
|
DistributionConfig.add_member(:tenant_config, Shapes::ShapeRef.new(shape: TenantConfig, location_name: "TenantConfig"))
|
|
1613
1758
|
DistributionConfig.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
|
|
1759
|
+
DistributionConfig.add_member(:viewer_mtls_config, Shapes::ShapeRef.new(shape: ViewerMtlsConfig, location_name: "ViewerMtlsConfig"))
|
|
1760
|
+
DistributionConfig.add_member(:connection_function_association, Shapes::ShapeRef.new(shape: ConnectionFunctionAssociation, location_name: "ConnectionFunctionAssociation"))
|
|
1614
1761
|
DistributionConfig.struct_class = Types::DistributionConfig
|
|
1615
1762
|
|
|
1616
1763
|
DistributionConfigWithTags.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
|
@@ -1627,6 +1774,20 @@ module Aws::CloudFront
|
|
|
1627
1774
|
|
|
1628
1775
|
DistributionIdListSummary.member = Shapes::ShapeRef.new(shape: string, location_name: "DistributionId")
|
|
1629
1776
|
|
|
1777
|
+
DistributionIdOwner.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DistributionId"))
|
|
1778
|
+
DistributionIdOwner.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OwnerAccountId"))
|
|
1779
|
+
DistributionIdOwner.struct_class = Types::DistributionIdOwner
|
|
1780
|
+
|
|
1781
|
+
DistributionIdOwnerItemList.member = Shapes::ShapeRef.new(shape: DistributionIdOwner, location_name: "DistributionIdOwner")
|
|
1782
|
+
|
|
1783
|
+
DistributionIdOwnerList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
|
1784
|
+
DistributionIdOwnerList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
|
1785
|
+
DistributionIdOwnerList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
|
1786
|
+
DistributionIdOwnerList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
|
1787
|
+
DistributionIdOwnerList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
|
1788
|
+
DistributionIdOwnerList.add_member(:items, Shapes::ShapeRef.new(shape: DistributionIdOwnerItemList, location_name: "Items"))
|
|
1789
|
+
DistributionIdOwnerList.struct_class = Types::DistributionIdOwnerList
|
|
1790
|
+
|
|
1630
1791
|
DistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
|
1631
1792
|
DistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
|
1632
1793
|
DistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
|
@@ -1666,6 +1827,8 @@ module Aws::CloudFront
|
|
|
1666
1827
|
DistributionSummary.add_member(:staging, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Staging"))
|
|
1667
1828
|
DistributionSummary.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "ConnectionMode"))
|
|
1668
1829
|
DistributionSummary.add_member(:anycast_ip_list_id, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIpListId"))
|
|
1830
|
+
DistributionSummary.add_member(:viewer_mtls_config, Shapes::ShapeRef.new(shape: ViewerMtlsConfig, location_name: "ViewerMtlsConfig"))
|
|
1831
|
+
DistributionSummary.add_member(:connection_function_association, Shapes::ShapeRef.new(shape: ConnectionFunctionAssociation, location_name: "ConnectionFunctionAssociation"))
|
|
1669
1832
|
DistributionSummary.struct_class = Types::DistributionSummary
|
|
1670
1833
|
|
|
1671
1834
|
DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
|
|
@@ -1941,6 +2104,17 @@ module Aws::CloudFront
|
|
|
1941
2104
|
GetCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
|
1942
2105
|
GetCloudFrontOriginAccessIdentityResult[:payload_member] = GetCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
|
1943
2106
|
|
|
2107
|
+
GetConnectionFunctionRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
|
2108
|
+
GetConnectionFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location: "querystring", location_name: "Stage"))
|
|
2109
|
+
GetConnectionFunctionRequest.struct_class = Types::GetConnectionFunctionRequest
|
|
2110
|
+
|
|
2111
|
+
GetConnectionFunctionResult.add_member(:connection_function_code, Shapes::ShapeRef.new(shape: FunctionBlob, location_name: "ConnectionFunctionCode"))
|
|
2112
|
+
GetConnectionFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
2113
|
+
GetConnectionFunctionResult.add_member(:content_type, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Content-Type"))
|
|
2114
|
+
GetConnectionFunctionResult.struct_class = Types::GetConnectionFunctionResult
|
|
2115
|
+
GetConnectionFunctionResult[:payload] = :connection_function_code
|
|
2116
|
+
GetConnectionFunctionResult[:payload_member] = GetConnectionFunctionResult.member(:connection_function_code)
|
|
2117
|
+
|
|
1944
2118
|
GetConnectionGroupByRoutingEndpointRequest.add_member(:routing_endpoint, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "RoutingEndpoint"))
|
|
1945
2119
|
GetConnectionGroupByRoutingEndpointRequest.struct_class = Types::GetConnectionGroupByRoutingEndpointRequest
|
|
1946
2120
|
|
|
@@ -2173,6 +2347,13 @@ module Aws::CloudFront
|
|
|
2173
2347
|
GetRealtimeLogConfigResult.add_member(:realtime_log_config, Shapes::ShapeRef.new(shape: RealtimeLogConfig, location_name: "RealtimeLogConfig"))
|
|
2174
2348
|
GetRealtimeLogConfigResult.struct_class = Types::GetRealtimeLogConfigResult
|
|
2175
2349
|
|
|
2350
|
+
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ResourceArn"))
|
|
2351
|
+
GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
|
|
2352
|
+
|
|
2353
|
+
GetResourcePolicyResult.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, location_name: "ResourceArn"))
|
|
2354
|
+
GetResourcePolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: string, location_name: "PolicyDocument"))
|
|
2355
|
+
GetResourcePolicyResult.struct_class = Types::GetResourcePolicyResult
|
|
2356
|
+
|
|
2176
2357
|
GetResponseHeadersPolicyConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
2177
2358
|
GetResponseHeadersPolicyConfigRequest.struct_class = Types::GetResponseHeadersPolicyConfigRequest
|
|
2178
2359
|
|
|
@@ -2209,6 +2390,15 @@ module Aws::CloudFront
|
|
|
2209
2390
|
GetStreamingDistributionResult[:payload] = :streaming_distribution
|
|
2210
2391
|
GetStreamingDistributionResult[:payload_member] = GetStreamingDistributionResult.member(:streaming_distribution)
|
|
2211
2392
|
|
|
2393
|
+
GetTrustStoreRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Identifier"))
|
|
2394
|
+
GetTrustStoreRequest.struct_class = Types::GetTrustStoreRequest
|
|
2395
|
+
|
|
2396
|
+
GetTrustStoreResult.add_member(:trust_store, Shapes::ShapeRef.new(shape: TrustStore, location_name: "TrustStore"))
|
|
2397
|
+
GetTrustStoreResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
2398
|
+
GetTrustStoreResult.struct_class = Types::GetTrustStoreResult
|
|
2399
|
+
GetTrustStoreResult[:payload] = :trust_store
|
|
2400
|
+
GetTrustStoreResult[:payload_member] = GetTrustStoreResult.member(:trust_store)
|
|
2401
|
+
|
|
2212
2402
|
GetVpcOriginRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
2213
2403
|
GetVpcOriginRequest.struct_class = Types::GetVpcOriginRequest
|
|
2214
2404
|
|
|
@@ -2352,6 +2542,18 @@ module Aws::CloudFront
|
|
|
2352
2542
|
|
|
2353
2543
|
InvalidationSummaryList.member = Shapes::ShapeRef.new(shape: InvalidationSummary, location_name: "InvalidationSummary")
|
|
2354
2544
|
|
|
2545
|
+
IpamCidrConfig.add_member(:cidr, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Cidr"))
|
|
2546
|
+
IpamCidrConfig.add_member(:ipam_pool_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "IpamPoolArn"))
|
|
2547
|
+
IpamCidrConfig.add_member(:anycast_ip, Shapes::ShapeRef.new(shape: string, location_name: "AnycastIp"))
|
|
2548
|
+
IpamCidrConfig.add_member(:status, Shapes::ShapeRef.new(shape: IpamCidrStatus, location_name: "Status"))
|
|
2549
|
+
IpamCidrConfig.struct_class = Types::IpamCidrConfig
|
|
2550
|
+
|
|
2551
|
+
IpamCidrConfigList.member = Shapes::ShapeRef.new(shape: IpamCidrConfig, location_name: "IpamCidrConfig")
|
|
2552
|
+
|
|
2553
|
+
IpamConfig.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
|
2554
|
+
IpamConfig.add_member(:ipam_cidr_configs, Shapes::ShapeRef.new(shape: IpamCidrConfigList, required: true, location_name: "IpamCidrConfigs"))
|
|
2555
|
+
IpamConfig.struct_class = Types::IpamConfig
|
|
2556
|
+
|
|
2355
2557
|
KGKeyPairIds.add_member(:key_group_id, Shapes::ShapeRef.new(shape: string, location_name: "KeyGroupId"))
|
|
2356
2558
|
KGKeyPairIds.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
|
|
2357
2559
|
KGKeyPairIds.struct_class = Types::KGKeyPairIds
|
|
@@ -2467,6 +2669,15 @@ module Aws::CloudFront
|
|
|
2467
2669
|
ListConflictingAliasesResult[:payload] = :conflicting_aliases_list
|
|
2468
2670
|
ListConflictingAliasesResult[:payload_member] = ListConflictingAliasesResult.member(:conflicting_aliases_list)
|
|
2469
2671
|
|
|
2672
|
+
ListConnectionFunctionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
|
2673
|
+
ListConnectionFunctionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
|
2674
|
+
ListConnectionFunctionsRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location_name: "Stage"))
|
|
2675
|
+
ListConnectionFunctionsRequest.struct_class = Types::ListConnectionFunctionsRequest
|
|
2676
|
+
|
|
2677
|
+
ListConnectionFunctionsResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
|
2678
|
+
ListConnectionFunctionsResult.add_member(:connection_functions, Shapes::ShapeRef.new(shape: ConnectionFunctionSummaryList, location_name: "ConnectionFunctions"))
|
|
2679
|
+
ListConnectionFunctionsResult.struct_class = Types::ListConnectionFunctionsResult
|
|
2680
|
+
|
|
2470
2681
|
ListConnectionGroupsRequest.add_member(:association_filter, Shapes::ShapeRef.new(shape: ConnectionGroupAssociationFilter, location_name: "AssociationFilter"))
|
|
2471
2682
|
ListConnectionGroupsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
|
2472
2683
|
ListConnectionGroupsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
|
@@ -2524,6 +2735,16 @@ module Aws::CloudFront
|
|
|
2524
2735
|
ListDistributionsByCachePolicyIdResult[:payload] = :distribution_id_list
|
|
2525
2736
|
ListDistributionsByCachePolicyIdResult[:payload_member] = ListDistributionsByCachePolicyIdResult.member(:distribution_id_list)
|
|
2526
2737
|
|
|
2738
|
+
ListDistributionsByConnectionFunctionRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2739
|
+
ListDistributionsByConnectionFunctionRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2740
|
+
ListDistributionsByConnectionFunctionRequest.add_member(:connection_function_identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "ConnectionFunctionIdentifier"))
|
|
2741
|
+
ListDistributionsByConnectionFunctionRequest.struct_class = Types::ListDistributionsByConnectionFunctionRequest
|
|
2742
|
+
|
|
2743
|
+
ListDistributionsByConnectionFunctionResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
|
2744
|
+
ListDistributionsByConnectionFunctionResult.struct_class = Types::ListDistributionsByConnectionFunctionResult
|
|
2745
|
+
ListDistributionsByConnectionFunctionResult[:payload] = :distribution_list
|
|
2746
|
+
ListDistributionsByConnectionFunctionResult[:payload_member] = ListDistributionsByConnectionFunctionResult.member(:distribution_list)
|
|
2747
|
+
|
|
2527
2748
|
ListDistributionsByConnectionModeRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2528
2749
|
ListDistributionsByConnectionModeRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2529
2750
|
ListDistributionsByConnectionModeRequest.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, required: true, location: "uri", location_name: "ConnectionMode"))
|
|
@@ -2554,6 +2775,16 @@ module Aws::CloudFront
|
|
|
2554
2775
|
ListDistributionsByOriginRequestPolicyIdResult[:payload] = :distribution_id_list
|
|
2555
2776
|
ListDistributionsByOriginRequestPolicyIdResult[:payload_member] = ListDistributionsByOriginRequestPolicyIdResult.member(:distribution_id_list)
|
|
2556
2777
|
|
|
2778
|
+
ListDistributionsByOwnedResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "ResourceArn"))
|
|
2779
|
+
ListDistributionsByOwnedResourceRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2780
|
+
ListDistributionsByOwnedResourceRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2781
|
+
ListDistributionsByOwnedResourceRequest.struct_class = Types::ListDistributionsByOwnedResourceRequest
|
|
2782
|
+
|
|
2783
|
+
ListDistributionsByOwnedResourceResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionIdOwnerList, location_name: "DistributionList"))
|
|
2784
|
+
ListDistributionsByOwnedResourceResult.struct_class = Types::ListDistributionsByOwnedResourceResult
|
|
2785
|
+
ListDistributionsByOwnedResourceResult[:payload] = :distribution_list
|
|
2786
|
+
ListDistributionsByOwnedResourceResult[:payload_member] = ListDistributionsByOwnedResourceResult.member(:distribution_list)
|
|
2787
|
+
|
|
2557
2788
|
ListDistributionsByRealtimeLogConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
|
2558
2789
|
ListDistributionsByRealtimeLogConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
|
2559
2790
|
ListDistributionsByRealtimeLogConfigRequest.add_member(:realtime_log_config_name, Shapes::ShapeRef.new(shape: string, location_name: "RealtimeLogConfigName"))
|
|
@@ -2575,6 +2806,16 @@ module Aws::CloudFront
|
|
|
2575
2806
|
ListDistributionsByResponseHeadersPolicyIdResult[:payload] = :distribution_id_list
|
|
2576
2807
|
ListDistributionsByResponseHeadersPolicyIdResult[:payload_member] = ListDistributionsByResponseHeadersPolicyIdResult.member(:distribution_id_list)
|
|
2577
2808
|
|
|
2809
|
+
ListDistributionsByTrustStoreRequest.add_member(:trust_store_identifier, Shapes::ShapeRef.new(shape: string, required: true, location: "querystring", location_name: "TrustStoreIdentifier"))
|
|
2810
|
+
ListDistributionsByTrustStoreRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2811
|
+
ListDistributionsByTrustStoreRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2812
|
+
ListDistributionsByTrustStoreRequest.struct_class = Types::ListDistributionsByTrustStoreRequest
|
|
2813
|
+
|
|
2814
|
+
ListDistributionsByTrustStoreResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
|
2815
|
+
ListDistributionsByTrustStoreResult.struct_class = Types::ListDistributionsByTrustStoreResult
|
|
2816
|
+
ListDistributionsByTrustStoreResult[:payload] = :distribution_list
|
|
2817
|
+
ListDistributionsByTrustStoreResult[:payload_member] = ListDistributionsByTrustStoreResult.member(:distribution_list)
|
|
2818
|
+
|
|
2578
2819
|
ListDistributionsByVpcOriginIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2579
2820
|
ListDistributionsByVpcOriginIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2580
2821
|
ListDistributionsByVpcOriginIdRequest.add_member(:vpc_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "VpcOriginId"))
|
|
@@ -2745,6 +2986,14 @@ module Aws::CloudFront
|
|
|
2745
2986
|
ListTagsForResourceResult[:payload] = :tags
|
|
2746
2987
|
ListTagsForResourceResult[:payload_member] = ListTagsForResourceResult.member(:tags)
|
|
2747
2988
|
|
|
2989
|
+
ListTrustStoresRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location_name: "Marker"))
|
|
2990
|
+
ListTrustStoresRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location_name: "MaxItems"))
|
|
2991
|
+
ListTrustStoresRequest.struct_class = Types::ListTrustStoresRequest
|
|
2992
|
+
|
|
2993
|
+
ListTrustStoresResult.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
|
2994
|
+
ListTrustStoresResult.add_member(:trust_store_list, Shapes::ShapeRef.new(shape: TrustStoreList, location_name: "TrustStoreList"))
|
|
2995
|
+
ListTrustStoresResult.struct_class = Types::ListTrustStoresResult
|
|
2996
|
+
|
|
2748
2997
|
ListVpcOriginsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
|
2749
2998
|
ListVpcOriginsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
|
2750
2999
|
ListVpcOriginsRequest.struct_class = Types::ListVpcOriginsRequest
|
|
@@ -3035,6 +3284,15 @@ module Aws::CloudFront
|
|
|
3035
3284
|
|
|
3036
3285
|
PublicKeySummaryList.member = Shapes::ShapeRef.new(shape: PublicKeySummary, location_name: "PublicKeySummary")
|
|
3037
3286
|
|
|
3287
|
+
PublishConnectionFunctionRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
3288
|
+
PublishConnectionFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
3289
|
+
PublishConnectionFunctionRequest.struct_class = Types::PublishConnectionFunctionRequest
|
|
3290
|
+
|
|
3291
|
+
PublishConnectionFunctionResult.add_member(:connection_function_summary, Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary"))
|
|
3292
|
+
PublishConnectionFunctionResult.struct_class = Types::PublishConnectionFunctionResult
|
|
3293
|
+
PublishConnectionFunctionResult[:payload] = :connection_function_summary
|
|
3294
|
+
PublishConnectionFunctionResult[:payload_member] = PublishConnectionFunctionResult.member(:connection_function_summary)
|
|
3295
|
+
|
|
3038
3296
|
PublishFunctionRequest.add_member(:name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "Name"))
|
|
3039
3297
|
PublishFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
3040
3298
|
PublishFunctionRequest.struct_class = Types::PublishFunctionRequest
|
|
@@ -3044,6 +3302,13 @@ module Aws::CloudFront
|
|
|
3044
3302
|
PublishFunctionResult[:payload] = :function_summary
|
|
3045
3303
|
PublishFunctionResult[:payload_member] = PublishFunctionResult.member(:function_summary)
|
|
3046
3304
|
|
|
3305
|
+
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ResourceArn"))
|
|
3306
|
+
PutResourcePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PolicyDocument"))
|
|
3307
|
+
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
|
3308
|
+
|
|
3309
|
+
PutResourcePolicyResult.add_member(:resource_arn, Shapes::ShapeRef.new(shape: string, location_name: "ResourceArn"))
|
|
3310
|
+
PutResourcePolicyResult.struct_class = Types::PutResourcePolicyResult
|
|
3311
|
+
|
|
3047
3312
|
QueryArgProfile.add_member(:query_arg, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueryArg"))
|
|
3048
3313
|
QueryArgProfile.add_member(:profile_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ProfileId"))
|
|
3049
3314
|
QueryArgProfile.struct_class = Types::QueryArgProfile
|
|
@@ -3346,6 +3611,17 @@ module Aws::CloudFront
|
|
|
3346
3611
|
TenantConfig.add_member(:parameter_definitions, Shapes::ShapeRef.new(shape: ParameterDefinitions, location_name: "ParameterDefinitions"))
|
|
3347
3612
|
TenantConfig.struct_class = Types::TenantConfig
|
|
3348
3613
|
|
|
3614
|
+
TestConnectionFunctionRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
3615
|
+
TestConnectionFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
3616
|
+
TestConnectionFunctionRequest.add_member(:stage, Shapes::ShapeRef.new(shape: FunctionStage, location_name: "Stage"))
|
|
3617
|
+
TestConnectionFunctionRequest.add_member(:connection_object, Shapes::ShapeRef.new(shape: FunctionEventObject, required: true, location_name: "ConnectionObject"))
|
|
3618
|
+
TestConnectionFunctionRequest.struct_class = Types::TestConnectionFunctionRequest
|
|
3619
|
+
|
|
3620
|
+
TestConnectionFunctionResult.add_member(:connection_function_test_result, Shapes::ShapeRef.new(shape: ConnectionFunctionTestResult, location_name: "ConnectionFunctionTestResult"))
|
|
3621
|
+
TestConnectionFunctionResult.struct_class = Types::TestConnectionFunctionResult
|
|
3622
|
+
TestConnectionFunctionResult[:payload] = :connection_function_test_result
|
|
3623
|
+
TestConnectionFunctionResult[:payload_member] = TestConnectionFunctionResult.member(:connection_function_test_result)
|
|
3624
|
+
|
|
3349
3625
|
TestFunctionFailed.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
3350
3626
|
TestFunctionFailed.struct_class = Types::TestFunctionFailed
|
|
3351
3627
|
|
|
@@ -3528,6 +3804,32 @@ module Aws::CloudFront
|
|
|
3528
3804
|
TrafficConfig.add_member(:type, Shapes::ShapeRef.new(shape: ContinuousDeploymentPolicyType, required: true, location_name: "Type"))
|
|
3529
3805
|
TrafficConfig.struct_class = Types::TrafficConfig
|
|
3530
3806
|
|
|
3807
|
+
TrustStore.add_member(:id, Shapes::ShapeRef.new(shape: string, location_name: "Id"))
|
|
3808
|
+
TrustStore.add_member(:arn, Shapes::ShapeRef.new(shape: string, location_name: "Arn"))
|
|
3809
|
+
TrustStore.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "Name"))
|
|
3810
|
+
TrustStore.add_member(:status, Shapes::ShapeRef.new(shape: TrustStoreStatus, location_name: "Status"))
|
|
3811
|
+
TrustStore.add_member(:number_of_ca_certificates, Shapes::ShapeRef.new(shape: integer, location_name: "NumberOfCaCertificates"))
|
|
3812
|
+
TrustStore.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
|
3813
|
+
TrustStore.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "Reason"))
|
|
3814
|
+
TrustStore.struct_class = Types::TrustStore
|
|
3815
|
+
|
|
3816
|
+
TrustStoreConfig.add_member(:trust_store_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TrustStoreId"))
|
|
3817
|
+
TrustStoreConfig.add_member(:advertise_trust_store_ca_names, Shapes::ShapeRef.new(shape: boolean, location_name: "AdvertiseTrustStoreCaNames"))
|
|
3818
|
+
TrustStoreConfig.add_member(:ignore_certificate_expiry, Shapes::ShapeRef.new(shape: boolean, location_name: "IgnoreCertificateExpiry"))
|
|
3819
|
+
TrustStoreConfig.struct_class = Types::TrustStoreConfig
|
|
3820
|
+
|
|
3821
|
+
TrustStoreList.member = Shapes::ShapeRef.new(shape: TrustStoreSummary, location_name: "TrustStoreSummary")
|
|
3822
|
+
|
|
3823
|
+
TrustStoreSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
|
3824
|
+
TrustStoreSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
|
3825
|
+
TrustStoreSummary.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
|
|
3826
|
+
TrustStoreSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrustStoreStatus, required: true, location_name: "Status"))
|
|
3827
|
+
TrustStoreSummary.add_member(:number_of_ca_certificates, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "NumberOfCaCertificates"))
|
|
3828
|
+
TrustStoreSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3829
|
+
TrustStoreSummary.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "Reason"))
|
|
3830
|
+
TrustStoreSummary.add_member(:etag, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ETag"))
|
|
3831
|
+
TrustStoreSummary.struct_class = Types::TrustStoreSummary
|
|
3832
|
+
|
|
3531
3833
|
TrustedKeyGroupDoesNotExist.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
|
3532
3834
|
TrustedKeyGroupDoesNotExist.struct_class = Types::TrustedKeyGroupDoesNotExist
|
|
3533
3835
|
|
|
@@ -3555,6 +3857,17 @@ module Aws::CloudFront
|
|
|
3555
3857
|
UntagResourceRequest[:payload] = :tag_keys
|
|
3556
3858
|
UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
|
|
3557
3859
|
|
|
3860
|
+
UpdateAnycastIpListRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
3861
|
+
UpdateAnycastIpListRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
|
3862
|
+
UpdateAnycastIpListRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
3863
|
+
UpdateAnycastIpListRequest.struct_class = Types::UpdateAnycastIpListRequest
|
|
3864
|
+
|
|
3865
|
+
UpdateAnycastIpListResult.add_member(:anycast_ip_list, Shapes::ShapeRef.new(shape: AnycastIpList, location_name: "AnycastIpList"))
|
|
3866
|
+
UpdateAnycastIpListResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
3867
|
+
UpdateAnycastIpListResult.struct_class = Types::UpdateAnycastIpListResult
|
|
3868
|
+
UpdateAnycastIpListResult[:payload] = :anycast_ip_list
|
|
3869
|
+
UpdateAnycastIpListResult[:payload_member] = UpdateAnycastIpListResult.member(:anycast_ip_list)
|
|
3870
|
+
|
|
3558
3871
|
UpdateCachePolicyRequest.add_member(:cache_policy_config, Shapes::ShapeRef.new(shape: CachePolicyConfig, required: true, location_name: "CachePolicyConfig", metadata: {"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
|
3559
3872
|
UpdateCachePolicyRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
3560
3873
|
UpdateCachePolicyRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
|
@@ -3581,6 +3894,18 @@ module Aws::CloudFront
|
|
|
3581
3894
|
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
|
3582
3895
|
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
|
3583
3896
|
|
|
3897
|
+
UpdateConnectionFunctionRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
3898
|
+
UpdateConnectionFunctionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
3899
|
+
UpdateConnectionFunctionRequest.add_member(:connection_function_config, Shapes::ShapeRef.new(shape: FunctionConfig, required: true, location_name: "ConnectionFunctionConfig"))
|
|
3900
|
+
UpdateConnectionFunctionRequest.add_member(:connection_function_code, Shapes::ShapeRef.new(shape: FunctionBlob, required: true, location_name: "ConnectionFunctionCode"))
|
|
3901
|
+
UpdateConnectionFunctionRequest.struct_class = Types::UpdateConnectionFunctionRequest
|
|
3902
|
+
|
|
3903
|
+
UpdateConnectionFunctionResult.add_member(:connection_function_summary, Shapes::ShapeRef.new(shape: ConnectionFunctionSummary, location_name: "ConnectionFunctionSummary"))
|
|
3904
|
+
UpdateConnectionFunctionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
3905
|
+
UpdateConnectionFunctionResult.struct_class = Types::UpdateConnectionFunctionResult
|
|
3906
|
+
UpdateConnectionFunctionResult[:payload] = :connection_function_summary
|
|
3907
|
+
UpdateConnectionFunctionResult[:payload_member] = UpdateConnectionFunctionResult.member(:connection_function_summary)
|
|
3908
|
+
|
|
3584
3909
|
UpdateConnectionGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
3585
3910
|
UpdateConnectionGroupRequest.add_member(:ipv_6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "Ipv6Enabled"))
|
|
3586
3911
|
UpdateConnectionGroupRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
@@ -3795,6 +4120,19 @@ module Aws::CloudFront
|
|
|
3795
4120
|
UpdateStreamingDistributionResult[:payload] = :streaming_distribution
|
|
3796
4121
|
UpdateStreamingDistributionResult[:payload_member] = UpdateStreamingDistributionResult.member(:streaming_distribution)
|
|
3797
4122
|
|
|
4123
|
+
UpdateTrustStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
|
|
4124
|
+
UpdateTrustStoreRequest.add_member(:ca_certificates_bundle_source, Shapes::ShapeRef.new(shape: CaCertificatesBundleSource, required: true, location_name: "CaCertificatesBundleSource", metadata: {"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
|
4125
|
+
UpdateTrustStoreRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
4126
|
+
UpdateTrustStoreRequest.struct_class = Types::UpdateTrustStoreRequest
|
|
4127
|
+
UpdateTrustStoreRequest[:payload] = :ca_certificates_bundle_source
|
|
4128
|
+
UpdateTrustStoreRequest[:payload_member] = UpdateTrustStoreRequest.member(:ca_certificates_bundle_source)
|
|
4129
|
+
|
|
4130
|
+
UpdateTrustStoreResult.add_member(:trust_store, Shapes::ShapeRef.new(shape: TrustStore, location_name: "TrustStore"))
|
|
4131
|
+
UpdateTrustStoreResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
|
4132
|
+
UpdateTrustStoreResult.struct_class = Types::UpdateTrustStoreResult
|
|
4133
|
+
UpdateTrustStoreResult[:payload] = :trust_store
|
|
4134
|
+
UpdateTrustStoreResult[:payload_member] = UpdateTrustStoreResult.member(:trust_store)
|
|
4135
|
+
|
|
3798
4136
|
UpdateVpcOriginRequest.add_member(:vpc_origin_endpoint_config, Shapes::ShapeRef.new(shape: VpcOriginEndpointConfig, required: true, location_name: "VpcOriginEndpointConfig", metadata: {"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
|
|
3799
4137
|
UpdateVpcOriginRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
|
3800
4138
|
UpdateVpcOriginRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
|
|
@@ -3831,8 +4169,13 @@ module Aws::CloudFront
|
|
|
3831
4169
|
ViewerCertificate.add_member(:certificate_source, Shapes::ShapeRef.new(shape: CertificateSource, deprecated: true, location_name: "CertificateSource"))
|
|
3832
4170
|
ViewerCertificate.struct_class = Types::ViewerCertificate
|
|
3833
4171
|
|
|
4172
|
+
ViewerMtlsConfig.add_member(:mode, Shapes::ShapeRef.new(shape: ViewerMtlsMode, location_name: "Mode"))
|
|
4173
|
+
ViewerMtlsConfig.add_member(:trust_store_config, Shapes::ShapeRef.new(shape: TrustStoreConfig, location_name: "TrustStoreConfig"))
|
|
4174
|
+
ViewerMtlsConfig.struct_class = Types::ViewerMtlsConfig
|
|
4175
|
+
|
|
3834
4176
|
VpcOrigin.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
|
3835
4177
|
VpcOrigin.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
|
4178
|
+
VpcOrigin.add_member(:account_id, Shapes::ShapeRef.new(shape: string, location_name: "AccountId"))
|
|
3836
4179
|
VpcOrigin.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
|
3837
4180
|
VpcOrigin.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
|
3838
4181
|
VpcOrigin.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
@@ -3840,6 +4183,7 @@ module Aws::CloudFront
|
|
|
3840
4183
|
VpcOrigin.struct_class = Types::VpcOrigin
|
|
3841
4184
|
|
|
3842
4185
|
VpcOriginConfig.add_member(:vpc_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "VpcOriginId"))
|
|
4186
|
+
VpcOriginConfig.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: string, location_name: "OwnerAccountId"))
|
|
3843
4187
|
VpcOriginConfig.add_member(:origin_read_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "OriginReadTimeout"))
|
|
3844
4188
|
VpcOriginConfig.add_member(:origin_keepalive_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "OriginKeepaliveTimeout"))
|
|
3845
4189
|
VpcOriginConfig.struct_class = Types::VpcOriginConfig
|
|
@@ -3866,6 +4210,7 @@ module Aws::CloudFront
|
|
|
3866
4210
|
VpcOriginSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
|
3867
4211
|
VpcOriginSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
|
3868
4212
|
VpcOriginSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Arn"))
|
|
4213
|
+
VpcOriginSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: string, location_name: "AccountId"))
|
|
3869
4214
|
VpcOriginSummary.add_member(:origin_endpoint_arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginEndpointArn"))
|
|
3870
4215
|
VpcOriginSummary.struct_class = Types::VpcOriginSummary
|
|
3871
4216
|
|
|
@@ -3924,6 +4269,7 @@ module Aws::CloudFront
|
|
|
3924
4269
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
3925
4270
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
3926
4271
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4272
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
|
3927
4273
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
3928
4274
|
end)
|
|
3929
4275
|
|
|
@@ -3942,6 +4288,7 @@ module Aws::CloudFront
|
|
|
3942
4288
|
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
3943
4289
|
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
3944
4290
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4291
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
|
3945
4292
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
3946
4293
|
end)
|
|
3947
4294
|
|
|
@@ -4070,6 +4417,26 @@ module Aws::CloudFront
|
|
|
4070
4417
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4071
4418
|
end)
|
|
4072
4419
|
|
|
4420
|
+
api.add_operation(:create_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
4421
|
+
o.name = "CreateConnectionFunction2020_05_31"
|
|
4422
|
+
o.http_method = "POST"
|
|
4423
|
+
o.http_request_uri = "/2020-05-31/connection-function"
|
|
4424
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionFunctionRequest,
|
|
4425
|
+
location_name: "CreateConnectionFunctionRequest",
|
|
4426
|
+
metadata: {
|
|
4427
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
4428
|
+
}
|
|
4429
|
+
)
|
|
4430
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionFunctionResult)
|
|
4431
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
4432
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
4433
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
|
4434
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
|
4435
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
|
4436
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4437
|
+
o.errors << Shapes::ShapeRef.new(shape: EntitySizeLimitExceeded)
|
|
4438
|
+
end)
|
|
4439
|
+
|
|
4073
4440
|
api.add_operation(:create_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
|
4074
4441
|
o.name = "CreateConnectionGroup2020_05_31"
|
|
4075
4442
|
o.http_method = "POST"
|
|
@@ -4511,6 +4878,25 @@ module Aws::CloudFront
|
|
|
4511
4878
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
|
4512
4879
|
end)
|
|
4513
4880
|
|
|
4881
|
+
api.add_operation(:create_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
|
4882
|
+
o.name = "CreateTrustStore2020_05_31"
|
|
4883
|
+
o.http_method = "POST"
|
|
4884
|
+
o.http_request_uri = "/2020-05-31/trust-store"
|
|
4885
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTrustStoreRequest,
|
|
4886
|
+
location_name: "CreateTrustStoreRequest",
|
|
4887
|
+
metadata: {
|
|
4888
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
4889
|
+
}
|
|
4890
|
+
)
|
|
4891
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTrustStoreResult)
|
|
4892
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
4893
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
4894
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
|
|
4895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
|
4896
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
|
4897
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4898
|
+
end)
|
|
4899
|
+
|
|
4514
4900
|
api.add_operation(:create_vpc_origin, Seahorse::Model::Operation.new.tap do |o|
|
|
4515
4901
|
o.name = "CreateVpcOrigin2020_05_31"
|
|
4516
4902
|
o.http_method = "POST"
|
|
@@ -4574,6 +4960,21 @@ module Aws::CloudFront
|
|
|
4574
4960
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
|
4575
4961
|
end)
|
|
4576
4962
|
|
|
4963
|
+
api.add_operation(:delete_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
4964
|
+
o.name = "DeleteConnectionFunction2020_05_31"
|
|
4965
|
+
o.http_method = "DELETE"
|
|
4966
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Id}"
|
|
4967
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionFunctionRequest)
|
|
4968
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
4969
|
+
o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
|
|
4970
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
4971
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
4972
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
4973
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
4974
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
4975
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
4976
|
+
end)
|
|
4977
|
+
|
|
4577
4978
|
api.add_operation(:delete_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
|
4578
4979
|
o.name = "DeleteConnectionGroup2020_05_31"
|
|
4579
4980
|
o.http_method = "DELETE"
|
|
@@ -4763,6 +5164,25 @@ module Aws::CloudFront
|
|
|
4763
5164
|
o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigInUse)
|
|
4764
5165
|
end)
|
|
4765
5166
|
|
|
5167
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5168
|
+
o.name = "DeleteResourcePolicy2020_05_31"
|
|
5169
|
+
o.http_method = "POST"
|
|
5170
|
+
o.http_request_uri = "/2020-05-31/delete-resource-policy"
|
|
5171
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest,
|
|
5172
|
+
location_name: "DeleteResourcePolicyRequest",
|
|
5173
|
+
metadata: {
|
|
5174
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
5175
|
+
}
|
|
5176
|
+
)
|
|
5177
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
5178
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
5179
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5180
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5181
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
|
|
5182
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5183
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5184
|
+
end)
|
|
5185
|
+
|
|
4766
5186
|
api.add_operation(:delete_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
4767
5187
|
o.name = "DeleteResponseHeadersPolicy2020_05_31"
|
|
4768
5188
|
o.http_method = "DELETE"
|
|
@@ -4790,6 +5210,20 @@ module Aws::CloudFront
|
|
|
4790
5210
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
4791
5211
|
end)
|
|
4792
5212
|
|
|
5213
|
+
api.add_operation(:delete_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
|
5214
|
+
o.name = "DeleteTrustStore2020_05_31"
|
|
5215
|
+
o.http_method = "DELETE"
|
|
5216
|
+
o.http_request_uri = "/2020-05-31/trust-store/{Id}"
|
|
5217
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTrustStoreRequest)
|
|
5218
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
5219
|
+
o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
|
|
5220
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
5221
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5222
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5223
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5224
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
5225
|
+
end)
|
|
5226
|
+
|
|
4793
5227
|
api.add_operation(:delete_vpc_origin, Seahorse::Model::Operation.new.tap do |o|
|
|
4794
5228
|
o.name = "DeleteVpcOrigin2020_05_31"
|
|
4795
5229
|
o.http_method = "DELETE"
|
|
@@ -4806,6 +5240,18 @@ module Aws::CloudFront
|
|
|
4806
5240
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
4807
5241
|
end)
|
|
4808
5242
|
|
|
5243
|
+
api.add_operation(:describe_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
5244
|
+
o.name = "DescribeConnectionFunction2020_05_31"
|
|
5245
|
+
o.http_method = "GET"
|
|
5246
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Identifier}/describe"
|
|
5247
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectionFunctionRequest)
|
|
5248
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectionFunctionResult)
|
|
5249
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5250
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5251
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5252
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5253
|
+
end)
|
|
5254
|
+
|
|
4809
5255
|
api.add_operation(:describe_function, Seahorse::Model::Operation.new.tap do |o|
|
|
4810
5256
|
o.name = "DescribeFunction2020_05_31"
|
|
4811
5257
|
o.http_method = "GET"
|
|
@@ -4906,6 +5352,17 @@ module Aws::CloudFront
|
|
|
4906
5352
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
|
4907
5353
|
end)
|
|
4908
5354
|
|
|
5355
|
+
api.add_operation(:get_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
5356
|
+
o.name = "GetConnectionFunction2020_05_31"
|
|
5357
|
+
o.http_method = "GET"
|
|
5358
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Identifier}"
|
|
5359
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectionFunctionRequest)
|
|
5360
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectionFunctionResult)
|
|
5361
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5362
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5363
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5364
|
+
end)
|
|
5365
|
+
|
|
4909
5366
|
api.add_operation(:get_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
|
4910
5367
|
o.name = "GetConnectionGroup2020_05_31"
|
|
4911
5368
|
o.http_method = "GET"
|
|
@@ -5174,6 +5631,23 @@ module Aws::CloudFront
|
|
|
5174
5631
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
|
|
5175
5632
|
end)
|
|
5176
5633
|
|
|
5634
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5635
|
+
o.name = "GetResourcePolicy2020_05_31"
|
|
5636
|
+
o.http_method = "POST"
|
|
5637
|
+
o.http_request_uri = "/2020-05-31/get-resource-policy"
|
|
5638
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest,
|
|
5639
|
+
location_name: "GetResourcePolicyRequest",
|
|
5640
|
+
metadata: {
|
|
5641
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
5642
|
+
}
|
|
5643
|
+
)
|
|
5644
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResult)
|
|
5645
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5646
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5647
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5648
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5649
|
+
end)
|
|
5650
|
+
|
|
5177
5651
|
api.add_operation(:get_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5178
5652
|
o.name = "GetResponseHeadersPolicy2020_05_31"
|
|
5179
5653
|
o.http_method = "GET"
|
|
@@ -5214,6 +5688,17 @@ module Aws::CloudFront
|
|
|
5214
5688
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
|
5215
5689
|
end)
|
|
5216
5690
|
|
|
5691
|
+
api.add_operation(:get_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
|
5692
|
+
o.name = "GetTrustStore2020_05_31"
|
|
5693
|
+
o.http_method = "GET"
|
|
5694
|
+
o.http_request_uri = "/2020-05-31/trust-store/{Identifier}"
|
|
5695
|
+
o.input = Shapes::ShapeRef.new(shape: GetTrustStoreRequest)
|
|
5696
|
+
o.output = Shapes::ShapeRef.new(shape: GetTrustStoreResult)
|
|
5697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5698
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5699
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5700
|
+
end)
|
|
5701
|
+
|
|
5217
5702
|
api.add_operation(:get_vpc_origin, Seahorse::Model::Operation.new.tap do |o|
|
|
5218
5703
|
o.name = "GetVpcOrigin2020_05_31"
|
|
5219
5704
|
o.http_method = "GET"
|
|
@@ -5274,6 +5759,28 @@ module Aws::CloudFront
|
|
|
5274
5759
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5275
5760
|
end)
|
|
5276
5761
|
|
|
5762
|
+
api.add_operation(:list_connection_functions, Seahorse::Model::Operation.new.tap do |o|
|
|
5763
|
+
o.name = "ListConnectionFunctions2020_05_31"
|
|
5764
|
+
o.http_method = "POST"
|
|
5765
|
+
o.http_request_uri = "/2020-05-31/connection-functions"
|
|
5766
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionFunctionsRequest,
|
|
5767
|
+
location_name: "ListConnectionFunctionsRequest",
|
|
5768
|
+
metadata: {
|
|
5769
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
5770
|
+
}
|
|
5771
|
+
)
|
|
5772
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionFunctionsResult)
|
|
5773
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5774
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5775
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5776
|
+
o[:pager] = Aws::Pager.new(
|
|
5777
|
+
limit_key: "max_items",
|
|
5778
|
+
tokens: {
|
|
5779
|
+
"next_marker" => "marker"
|
|
5780
|
+
}
|
|
5781
|
+
)
|
|
5782
|
+
end)
|
|
5783
|
+
|
|
5277
5784
|
api.add_operation(:list_connection_groups, Seahorse::Model::Operation.new.tap do |o|
|
|
5278
5785
|
o.name = "ListConnectionGroups2020_05_31"
|
|
5279
5786
|
o.http_method = "POST"
|
|
@@ -5389,6 +5896,23 @@ module Aws::CloudFront
|
|
|
5389
5896
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5390
5897
|
end)
|
|
5391
5898
|
|
|
5899
|
+
api.add_operation(:list_distributions_by_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
5900
|
+
o.name = "ListDistributionsByConnectionFunction2020_05_31"
|
|
5901
|
+
o.http_method = "GET"
|
|
5902
|
+
o.http_request_uri = "/2020-05-31/distributionsByConnectionFunction"
|
|
5903
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByConnectionFunctionRequest)
|
|
5904
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByConnectionFunctionResult)
|
|
5905
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5906
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5907
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5908
|
+
o[:pager] = Aws::Pager.new(
|
|
5909
|
+
limit_key: "max_items",
|
|
5910
|
+
tokens: {
|
|
5911
|
+
"distribution_list.next_marker" => "marker"
|
|
5912
|
+
}
|
|
5913
|
+
)
|
|
5914
|
+
end)
|
|
5915
|
+
|
|
5392
5916
|
api.add_operation(:list_distributions_by_connection_mode, Seahorse::Model::Operation.new.tap do |o|
|
|
5393
5917
|
o.name = "ListDistributionsByConnectionMode2020_05_31"
|
|
5394
5918
|
o.http_method = "GET"
|
|
@@ -5426,6 +5950,18 @@ module Aws::CloudFront
|
|
|
5426
5950
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5427
5951
|
end)
|
|
5428
5952
|
|
|
5953
|
+
api.add_operation(:list_distributions_by_owned_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
5954
|
+
o.name = "ListDistributionsByOwnedResource2020_05_31"
|
|
5955
|
+
o.http_method = "GET"
|
|
5956
|
+
o.http_request_uri = "/2020-05-31/distributionsByOwnedResource/{ResourceArn}"
|
|
5957
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByOwnedResourceRequest)
|
|
5958
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByOwnedResourceResult)
|
|
5959
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5960
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5961
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
5962
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5963
|
+
end)
|
|
5964
|
+
|
|
5429
5965
|
api.add_operation(:list_distributions_by_realtime_log_config, Seahorse::Model::Operation.new.tap do |o|
|
|
5430
5966
|
o.name = "ListDistributionsByRealtimeLogConfig2020_05_31"
|
|
5431
5967
|
o.http_method = "POST"
|
|
@@ -5451,6 +5987,23 @@ module Aws::CloudFront
|
|
|
5451
5987
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5452
5988
|
end)
|
|
5453
5989
|
|
|
5990
|
+
api.add_operation(:list_distributions_by_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
|
5991
|
+
o.name = "ListDistributionsByTrustStore2020_05_31"
|
|
5992
|
+
o.http_method = "GET"
|
|
5993
|
+
o.http_request_uri = "/2020-05-31/distributionsByTrustStore"
|
|
5994
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByTrustStoreRequest)
|
|
5995
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByTrustStoreResult)
|
|
5996
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
5997
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
5998
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5999
|
+
o[:pager] = Aws::Pager.new(
|
|
6000
|
+
limit_key: "max_items",
|
|
6001
|
+
tokens: {
|
|
6002
|
+
"distribution_list.next_marker" => "marker"
|
|
6003
|
+
}
|
|
6004
|
+
)
|
|
6005
|
+
end)
|
|
6006
|
+
|
|
5454
6007
|
api.add_operation(:list_distributions_by_vpc_origin_id, Seahorse::Model::Operation.new.tap do |o|
|
|
5455
6008
|
o.name = "ListDistributionsByVpcOriginId2020_05_31"
|
|
5456
6009
|
o.http_method = "GET"
|
|
@@ -5673,6 +6226,28 @@ module Aws::CloudFront
|
|
|
5673
6226
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
|
5674
6227
|
end)
|
|
5675
6228
|
|
|
6229
|
+
api.add_operation(:list_trust_stores, Seahorse::Model::Operation.new.tap do |o|
|
|
6230
|
+
o.name = "ListTrustStores2020_05_31"
|
|
6231
|
+
o.http_method = "POST"
|
|
6232
|
+
o.http_request_uri = "/2020-05-31/trust-stores"
|
|
6233
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrustStoresRequest,
|
|
6234
|
+
location_name: "ListTrustStoresRequest",
|
|
6235
|
+
metadata: {
|
|
6236
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
6237
|
+
}
|
|
6238
|
+
)
|
|
6239
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrustStoresResult)
|
|
6240
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6241
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6242
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6243
|
+
o[:pager] = Aws::Pager.new(
|
|
6244
|
+
limit_key: "max_items",
|
|
6245
|
+
tokens: {
|
|
6246
|
+
"next_marker" => "marker"
|
|
6247
|
+
}
|
|
6248
|
+
)
|
|
6249
|
+
end)
|
|
6250
|
+
|
|
5676
6251
|
api.add_operation(:list_vpc_origins, Seahorse::Model::Operation.new.tap do |o|
|
|
5677
6252
|
o.name = "ListVpcOrigins2020_05_31"
|
|
5678
6253
|
o.http_method = "GET"
|
|
@@ -5685,6 +6260,20 @@ module Aws::CloudFront
|
|
|
5685
6260
|
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
5686
6261
|
end)
|
|
5687
6262
|
|
|
6263
|
+
api.add_operation(:publish_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
6264
|
+
o.name = "PublishConnectionFunction2020_05_31"
|
|
6265
|
+
o.http_method = "POST"
|
|
6266
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Id}/publish"
|
|
6267
|
+
o.input = Shapes::ShapeRef.new(shape: PublishConnectionFunctionRequest)
|
|
6268
|
+
o.output = Shapes::ShapeRef.new(shape: PublishConnectionFunctionResult)
|
|
6269
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6270
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6271
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6272
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
6273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6274
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
6275
|
+
end)
|
|
6276
|
+
|
|
5688
6277
|
api.add_operation(:publish_function, Seahorse::Model::Operation.new.tap do |o|
|
|
5689
6278
|
o.name = "PublishFunction2020_05_31"
|
|
5690
6279
|
o.http_method = "POST"
|
|
@@ -5698,6 +6287,25 @@ module Aws::CloudFront
|
|
|
5698
6287
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
5699
6288
|
end)
|
|
5700
6289
|
|
|
6290
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
6291
|
+
o.name = "PutResourcePolicy2020_05_31"
|
|
6292
|
+
o.http_method = "POST"
|
|
6293
|
+
o.http_request_uri = "/2020-05-31/put-resource-policy"
|
|
6294
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest,
|
|
6295
|
+
location_name: "PutResourcePolicyRequest",
|
|
6296
|
+
metadata: {
|
|
6297
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
6298
|
+
}
|
|
6299
|
+
)
|
|
6300
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResult)
|
|
6301
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6302
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6303
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6304
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
6305
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6306
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
|
6307
|
+
end)
|
|
6308
|
+
|
|
5701
6309
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
5702
6310
|
o.name = "TagResource2020_05_31"
|
|
5703
6311
|
o.http_method = "POST"
|
|
@@ -5710,6 +6318,25 @@ module Aws::CloudFront
|
|
|
5710
6318
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
|
5711
6319
|
end)
|
|
5712
6320
|
|
|
6321
|
+
api.add_operation(:test_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
6322
|
+
o.name = "TestConnectionFunction2020_05_31"
|
|
6323
|
+
o.http_method = "POST"
|
|
6324
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Id}/test"
|
|
6325
|
+
o.input = Shapes::ShapeRef.new(shape: TestConnectionFunctionRequest,
|
|
6326
|
+
location_name: "TestConnectionFunctionRequest",
|
|
6327
|
+
metadata: {
|
|
6328
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
6329
|
+
}
|
|
6330
|
+
)
|
|
6331
|
+
o.output = Shapes::ShapeRef.new(shape: TestConnectionFunctionResult)
|
|
6332
|
+
o.errors << Shapes::ShapeRef.new(shape: TestFunctionFailed)
|
|
6333
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6334
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6335
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
6336
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6337
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
6338
|
+
end)
|
|
6339
|
+
|
|
5713
6340
|
api.add_operation(:test_function, Seahorse::Model::Operation.new.tap do |o|
|
|
5714
6341
|
o.name = "TestFunction2020_05_31"
|
|
5715
6342
|
o.http_method = "POST"
|
|
@@ -5740,6 +6367,25 @@ module Aws::CloudFront
|
|
|
5740
6367
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
|
5741
6368
|
end)
|
|
5742
6369
|
|
|
6370
|
+
api.add_operation(:update_anycast_ip_list, Seahorse::Model::Operation.new.tap do |o|
|
|
6371
|
+
o.name = "UpdateAnycastIpList2020_05_31"
|
|
6372
|
+
o.http_method = "PUT"
|
|
6373
|
+
o.http_request_uri = "/2020-05-31/anycast-ip-list/{Id}"
|
|
6374
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnycastIpListRequest,
|
|
6375
|
+
location_name: "UpdateAnycastIpListRequest",
|
|
6376
|
+
metadata: {
|
|
6377
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
6378
|
+
}
|
|
6379
|
+
)
|
|
6380
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnycastIpListResult)
|
|
6381
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6382
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6383
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6384
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
6385
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6386
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
6387
|
+
end)
|
|
6388
|
+
|
|
5743
6389
|
api.add_operation(:update_cache_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
5744
6390
|
o.name = "UpdateCachePolicy2020_05_31"
|
|
5745
6391
|
o.http_method = "PUT"
|
|
@@ -5775,6 +6421,26 @@ module Aws::CloudFront
|
|
|
5775
6421
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
|
5776
6422
|
end)
|
|
5777
6423
|
|
|
6424
|
+
api.add_operation(:update_connection_function, Seahorse::Model::Operation.new.tap do |o|
|
|
6425
|
+
o.name = "UpdateConnectionFunction2020_05_31"
|
|
6426
|
+
o.http_method = "PUT"
|
|
6427
|
+
o.http_request_uri = "/2020-05-31/connection-function/{Id}"
|
|
6428
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectionFunctionRequest,
|
|
6429
|
+
location_name: "UpdateConnectionFunctionRequest",
|
|
6430
|
+
metadata: {
|
|
6431
|
+
"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}
|
|
6432
|
+
}
|
|
6433
|
+
)
|
|
6434
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectionFunctionResult)
|
|
6435
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6436
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6437
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6438
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
|
|
6439
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6440
|
+
o.errors << Shapes::ShapeRef.new(shape: EntitySizeLimitExceeded)
|
|
6441
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
6442
|
+
end)
|
|
6443
|
+
|
|
5778
6444
|
api.add_operation(:update_connection_group, Seahorse::Model::Operation.new.tap do |o|
|
|
5779
6445
|
o.name = "UpdateConnectionGroup2020_05_31"
|
|
5780
6446
|
o.http_method = "PUT"
|
|
@@ -5974,6 +6640,7 @@ module Aws::CloudFront
|
|
|
5974
6640
|
o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
|
|
5975
6641
|
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
|
5976
6642
|
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
|
|
6643
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
|
|
5977
6644
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
|
5978
6645
|
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
|
5979
6646
|
end)
|
|
@@ -6194,6 +6861,19 @@ module Aws::CloudFront
|
|
|
6194
6861
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
|
6195
6862
|
end)
|
|
6196
6863
|
|
|
6864
|
+
api.add_operation(:update_trust_store, Seahorse::Model::Operation.new.tap do |o|
|
|
6865
|
+
o.name = "UpdateTrustStore2020_05_31"
|
|
6866
|
+
o.http_method = "PUT"
|
|
6867
|
+
o.http_request_uri = "/2020-05-31/trust-store/{Id}"
|
|
6868
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTrustStoreRequest)
|
|
6869
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTrustStoreResult)
|
|
6870
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
|
6871
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
|
6872
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
|
|
6873
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
|
6874
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
|
6875
|
+
end)
|
|
6876
|
+
|
|
6197
6877
|
api.add_operation(:update_vpc_origin, Seahorse::Model::Operation.new.tap do |o|
|
|
6198
6878
|
o.name = "UpdateVpcOrigin2020_05_31"
|
|
6199
6879
|
o.http_method = "PUT"
|