aws-sdk-cloudfront 1.116.0 → 1.117.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6190226b29df267bf09b0959a1f95a18afe00e2e8cd4158e773a49120b59261
4
- data.tar.gz: 563f2f3ca04a03b8d41ff19200b7d0d7ab12e781e113082473445efbc6a43e00
3
+ metadata.gz: e5bafa779400dbfc41a5d286d3e9e07db7c13b004b13b218540c1629fb1ab3f9
4
+ data.tar.gz: 0c7b2db221d5ee0ad104753fe0605dc400513f9ac1be53a4cecae833c851689c
5
5
  SHA512:
6
- metadata.gz: 408ee2d4550d260a3d9c87b15b74d74f9a318fe6122eb64923d0ef9d8c0a08c2d16c40a9f62993aba1715ede2161c92e1d6bc39a5a3ef3d462a99be5797cb43c
7
- data.tar.gz: e9543c8e1566c04ce847d6b870cb39a3eeffb20b6664947d212ada494a6091b56807a6b45fadb754ae6c3b6de59193a63e5410b373354525e2f96948587e0a8e
6
+ metadata.gz: 18934dfe2642348ffdc8bc6036f782ab2ce01a5599a7984ab06235cc095db079146929f9463b8acee675a41e366d96ee0dc666bc4bf4cb0ec967f7331b2d44fc
7
+ data.tar.gz: 2de8da0a1ef4d64638121038a3fc254c9d3d479a272d9d2325ed2f18ef91ecae1ec1c5060073e8c28554ce76d7055b20560e41ded53f1e1c9618d75fdfc61478
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.117.0 (2025-05-08)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update for CloudFront. These changes include customer-reported issues.
8
+
4
9
  1.116.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.116.0
1
+ 1.117.0
@@ -5451,8 +5451,8 @@ module Aws::CloudFront
5451
5451
  # Gets information about a distribution tenant.
5452
5452
  #
5453
5453
  # @option params [required, String] :identifier
5454
- # The ID of the distribution tenant. You can specify the ARN ID, or name
5455
- # of the distribution tenant.
5454
+ # The identifier of the distribution tenant. You can specify the ARN,
5455
+ # ID, or name of the distribution tenant.
5456
5456
  #
5457
5457
  # @return [Types::GetDistributionTenantResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5458
5458
  #
@@ -5939,7 +5939,8 @@ module Aws::CloudFront
5939
5939
  # Gets details about the CloudFront managed ACM certificate.
5940
5940
  #
5941
5941
  # @option params [required, String] :identifier
5942
- # The identifier of the multi-tenant distribution.
5942
+ # The identifier of the distribution tenant. You can specify the ARN,
5943
+ # ID, or name of the distribution tenant.
5943
5944
  #
5944
5945
  # @return [Types::GetManagedCertificateDetailsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5945
5946
  #
@@ -12097,7 +12098,8 @@ module Aws::CloudFront
12097
12098
  # The domain name that you're verifying.
12098
12099
  #
12099
12100
  # @option params [required, String] :identifier
12100
- # The ID of the distribution tenant.
12101
+ # The identifier of the distribution tenant. You can specify the ARN,
12102
+ # ID, or name of the distribution tenant.
12101
12103
  #
12102
12104
  # @return [Types::VerifyDnsConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12103
12105
  #
@@ -12144,7 +12146,7 @@ module Aws::CloudFront
12144
12146
  tracer: tracer
12145
12147
  )
12146
12148
  context[:gem_name] = 'aws-sdk-cloudfront'
12147
- context[:gem_version] = '1.116.0'
12149
+ context[:gem_version] = '1.117.0'
12148
12150
  Seahorse::Client::Request.new(handlers, context)
12149
12151
  end
12150
12152
 
@@ -3899,9 +3899,9 @@ module Aws::CloudFront
3899
3899
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
3900
3900
  o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
3901
3901
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3902
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
3902
3903
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3903
3904
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
3904
- o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
3905
3905
  end)
3906
3906
 
3907
3907
  api.add_operation(:associate_distribution_tenant_web_acl, Seahorse::Model::Operation.new.tap do |o|
@@ -3916,8 +3916,8 @@ module Aws::CloudFront
3916
3916
  )
3917
3917
  o.output = Shapes::ShapeRef.new(shape: AssociateDistributionTenantWebACLResult)
3918
3918
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3919
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3920
3919
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3920
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3921
3921
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3922
3922
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3923
3923
  end)
@@ -3934,8 +3934,8 @@ module Aws::CloudFront
3934
3934
  )
3935
3935
  o.output = Shapes::ShapeRef.new(shape: AssociateDistributionWebACLResult)
3936
3936
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3937
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3938
3937
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3938
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3939
3939
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3940
3940
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
3941
3941
  end)
@@ -4032,8 +4032,8 @@ module Aws::CloudFront
4032
4032
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4033
4033
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
4034
4034
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
4035
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4036
4035
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4037
4037
  end)
4038
4038
 
4039
4039
  api.add_operation(:create_cache_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4061,8 +4061,8 @@ module Aws::CloudFront
4061
4061
  o.errors << Shapes::ShapeRef.new(shape: MissingBody)
4062
4062
  o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
4063
4063
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4064
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4065
4064
  o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
4065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4066
4066
  end)
4067
4067
 
4068
4068
  api.add_operation(:create_connection_group, Seahorse::Model::Operation.new.tap do |o|
@@ -4076,12 +4076,12 @@ module Aws::CloudFront
4076
4076
  }
4077
4077
  )
4078
4078
  o.output = Shapes::ShapeRef.new(shape: CreateConnectionGroupResult)
4079
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4080
4079
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4080
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4081
4081
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
4082
4082
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
4083
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4084
4083
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4084
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4085
4085
  end)
4086
4086
 
4087
4087
  api.add_operation(:create_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4184,14 +4184,14 @@ module Aws::CloudFront
4184
4184
  }
4185
4185
  )
4186
4186
  o.output = Shapes::ShapeRef.new(shape: CreateDistributionTenantResult)
4187
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4188
4187
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4188
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4189
4189
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
4190
4190
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
4191
- o.errors << Shapes::ShapeRef.new(shape: InvalidAssociation)
4192
4191
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
4193
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4192
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAssociation)
4194
4193
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4194
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4195
4195
  end)
4196
4196
 
4197
4197
  api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
@@ -4276,8 +4276,8 @@ module Aws::CloudFront
4276
4276
  o.input = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigRequest)
4277
4277
  o.output = Shapes::ShapeRef.new(shape: CreateFieldLevelEncryptionConfigResult)
4278
4278
  o.errors << Shapes::ShapeRef.new(shape: QueryArgProfileEmpty)
4279
- o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
4280
4279
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionContentTypeProfiles)
4280
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
4281
4281
  o.errors << Shapes::ShapeRef.new(shape: FieldLevelEncryptionConfigAlreadyExists)
4282
4282
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4283
4283
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionConfigs)
@@ -4330,8 +4330,8 @@ module Aws::CloudFront
4330
4330
  o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
4331
4331
  o.errors << Shapes::ShapeRef.new(shape: MissingBody)
4332
4332
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4333
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4334
4333
  o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
4334
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4335
4335
  end)
4336
4336
 
4337
4337
  api.add_operation(:create_invalidation_for_distribution_tenant, Seahorse::Model::Operation.new.tap do |o|
@@ -4340,13 +4340,13 @@ module Aws::CloudFront
4340
4340
  o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/invalidation"
4341
4341
  o.input = Shapes::ShapeRef.new(shape: CreateInvalidationForDistributionTenantRequest)
4342
4342
  o.output = Shapes::ShapeRef.new(shape: CreateInvalidationForDistributionTenantResult)
4343
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4344
4343
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4344
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4345
4345
  o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
4346
4346
  o.errors << Shapes::ShapeRef.new(shape: MissingBody)
4347
4347
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4348
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4349
4348
  o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
4349
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4350
4350
  end)
4351
4351
 
4352
4352
  api.add_operation(:create_key_group, Seahorse::Model::Operation.new.tap do |o|
@@ -4375,8 +4375,8 @@ module Aws::CloudFront
4375
4375
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4376
4376
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4377
4377
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
4378
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4379
4378
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4379
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4380
4380
  o.errors << Shapes::ShapeRef.new(shape: EntitySizeLimitExceeded)
4381
4381
  end)
4382
4382
 
@@ -4519,11 +4519,11 @@ module Aws::CloudFront
4519
4519
  o.output = Shapes::ShapeRef.new(shape: CreateVpcOriginResult)
4520
4520
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4521
4521
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4522
- o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4523
4522
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
4523
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
4524
4524
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
4525
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4526
4525
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
4526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4527
4527
  end)
4528
4528
 
4529
4529
  api.add_operation(:delete_anycast_ip_list, Seahorse::Model::Operation.new.tap do |o|
@@ -4534,8 +4534,8 @@ module Aws::CloudFront
4534
4534
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4535
4535
  o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
4536
4536
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4537
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4538
4537
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4538
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4539
4539
  o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
4540
4540
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4541
4541
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -4564,9 +4564,9 @@ module Aws::CloudFront
4564
4564
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4565
4565
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4566
4566
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4567
+ o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
4567
4568
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4568
4569
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
4569
- o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
4570
4570
  end)
4571
4571
 
4572
4572
  api.add_operation(:delete_connection_group, Seahorse::Model::Operation.new.tap do |o|
@@ -4577,8 +4577,8 @@ module Aws::CloudFront
4577
4577
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4578
4578
  o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
4579
4579
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4580
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4581
4580
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4581
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4582
4582
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotDisabled)
4583
4583
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4584
4584
  end)
@@ -4618,8 +4618,8 @@ module Aws::CloudFront
4618
4618
  o.input = Shapes::ShapeRef.new(shape: DeleteDistributionTenantRequest)
4619
4619
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4620
4620
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4621
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4622
4621
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4622
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4623
4623
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotDisabled)
4624
4624
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4625
4625
  end)
@@ -4669,8 +4669,8 @@ module Aws::CloudFront
4669
4669
  o.http_request_uri = "/2020-05-31/key-group/{Id}"
4670
4670
  o.input = Shapes::ShapeRef.new(shape: DeleteKeyGroupRequest)
4671
4671
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4672
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4673
4672
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4673
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
4674
4674
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
4675
4675
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4676
4676
  end)
@@ -4683,8 +4683,8 @@ module Aws::CloudFront
4683
4683
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4684
4684
  o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
4685
4685
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4686
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4687
4686
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4687
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4688
4688
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4689
4689
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4690
4690
  end)
@@ -4754,8 +4754,8 @@ module Aws::CloudFront
4754
4754
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4755
4755
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4756
4756
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4757
- o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigInUse)
4758
4757
  o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
4758
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigInUse)
4759
4759
  end)
4760
4760
 
4761
4761
  api.add_operation(:delete_response_headers_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4764,8 +4764,8 @@ module Aws::CloudFront
4764
4764
  o.http_request_uri = "/2020-05-31/response-headers-policy/{Id}"
4765
4765
  o.input = Shapes::ShapeRef.new(shape: DeleteResponseHeadersPolicyRequest)
4766
4766
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4767
- o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyInUse)
4768
4767
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4768
+ o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyInUse)
4769
4769
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4770
4770
  o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
4771
4771
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
@@ -4780,8 +4780,8 @@ module Aws::CloudFront
4780
4780
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4781
4781
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4782
4782
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4783
- o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionNotDisabled)
4784
4783
  o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
4784
+ o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionNotDisabled)
4785
4785
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4786
4786
  end)
4787
4787
 
@@ -4793,8 +4793,8 @@ module Aws::CloudFront
4793
4793
  o.output = Shapes::ShapeRef.new(shape: DeleteVpcOriginResult)
4794
4794
  o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
4795
4795
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4796
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4797
4796
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4797
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4798
4798
  o.errors << Shapes::ShapeRef.new(shape: IllegalDelete)
4799
4799
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4800
4800
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
@@ -4817,8 +4817,8 @@ module Aws::CloudFront
4817
4817
  o.http_request_uri = "/2020-05-31/key-value-store/{Name}"
4818
4818
  o.input = Shapes::ShapeRef.new(shape: DescribeKeyValueStoreRequest)
4819
4819
  o.output = Shapes::ShapeRef.new(shape: DescribeKeyValueStoreResult)
4820
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4821
4820
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4821
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4822
4822
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4823
4823
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4824
4824
  end)
@@ -4830,8 +4830,8 @@ module Aws::CloudFront
4830
4830
  o.input = Shapes::ShapeRef.new(shape: DisassociateDistributionTenantWebACLRequest)
4831
4831
  o.output = Shapes::ShapeRef.new(shape: DisassociateDistributionTenantWebACLResult)
4832
4832
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4833
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4834
4833
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4834
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4835
4835
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4836
4836
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4837
4837
  end)
@@ -4843,8 +4843,8 @@ module Aws::CloudFront
4843
4843
  o.input = Shapes::ShapeRef.new(shape: DisassociateDistributionWebACLRequest)
4844
4844
  o.output = Shapes::ShapeRef.new(shape: DisassociateDistributionWebACLResult)
4845
4845
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4846
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4847
4846
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4847
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4848
4848
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4849
4849
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4850
4850
  end)
@@ -4855,8 +4855,8 @@ module Aws::CloudFront
4855
4855
  o.http_request_uri = "/2020-05-31/anycast-ip-list/{Id}"
4856
4856
  o.input = Shapes::ShapeRef.new(shape: GetAnycastIpListRequest)
4857
4857
  o.output = Shapes::ShapeRef.new(shape: GetAnycastIpListResult)
4858
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4859
4858
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4859
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4860
4860
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4861
4861
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4862
4862
  end)
@@ -4907,8 +4907,8 @@ module Aws::CloudFront
4907
4907
  o.http_request_uri = "/2020-05-31/connection-group/{Identifier}"
4908
4908
  o.input = Shapes::ShapeRef.new(shape: GetConnectionGroupRequest)
4909
4909
  o.output = Shapes::ShapeRef.new(shape: GetConnectionGroupResult)
4910
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4911
4910
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4911
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4912
4912
  end)
4913
4913
 
4914
4914
  api.add_operation(:get_connection_group_by_routing_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -4917,8 +4917,8 @@ module Aws::CloudFront
4917
4917
  o.http_request_uri = "/2020-05-31/connection-group"
4918
4918
  o.input = Shapes::ShapeRef.new(shape: GetConnectionGroupByRoutingEndpointRequest)
4919
4919
  o.output = Shapes::ShapeRef.new(shape: GetConnectionGroupByRoutingEndpointResult)
4920
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4921
4920
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4921
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4922
4922
  end)
4923
4923
 
4924
4924
  api.add_operation(:get_continuous_deployment_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4967,8 +4967,8 @@ module Aws::CloudFront
4967
4967
  o.http_request_uri = "/2020-05-31/distribution-tenant/{Identifier}"
4968
4968
  o.input = Shapes::ShapeRef.new(shape: GetDistributionTenantRequest)
4969
4969
  o.output = Shapes::ShapeRef.new(shape: GetDistributionTenantResult)
4970
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4971
4970
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4971
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4972
4972
  end)
4973
4973
 
4974
4974
  api.add_operation(:get_distribution_tenant_by_domain, Seahorse::Model::Operation.new.tap do |o|
@@ -4977,8 +4977,8 @@ module Aws::CloudFront
4977
4977
  o.http_request_uri = "/2020-05-31/distribution-tenant"
4978
4978
  o.input = Shapes::ShapeRef.new(shape: GetDistributionTenantByDomainRequest)
4979
4979
  o.output = Shapes::ShapeRef.new(shape: GetDistributionTenantByDomainResult)
4980
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4981
4980
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4981
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4982
4982
  end)
4983
4983
 
4984
4984
  api.add_operation(:get_field_level_encryption, Seahorse::Model::Operation.new.tap do |o|
@@ -5048,8 +5048,8 @@ module Aws::CloudFront
5048
5048
  o.http_request_uri = "/2020-05-31/distribution-tenant/{DistributionTenantId}/invalidation/{Id}"
5049
5049
  o.input = Shapes::ShapeRef.new(shape: GetInvalidationForDistributionTenantRequest)
5050
5050
  o.output = Shapes::ShapeRef.new(shape: GetInvalidationForDistributionTenantResult)
5051
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5052
5051
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5052
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5053
5053
  o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
5054
5054
  end)
5055
5055
 
@@ -5077,8 +5077,8 @@ module Aws::CloudFront
5077
5077
  o.http_request_uri = "/2020-05-31/managed-certificate/{Identifier}"
5078
5078
  o.input = Shapes::ShapeRef.new(shape: GetManagedCertificateDetailsRequest)
5079
5079
  o.output = Shapes::ShapeRef.new(shape: GetManagedCertificateDetailsResult)
5080
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5081
5080
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5081
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5082
5082
  end)
5083
5083
 
5084
5084
  api.add_operation(:get_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
@@ -5215,8 +5215,8 @@ module Aws::CloudFront
5215
5215
  o.http_request_uri = "/2020-05-31/vpc-origin/{Id}"
5216
5216
  o.input = Shapes::ShapeRef.new(shape: GetVpcOriginRequest)
5217
5217
  o.output = Shapes::ShapeRef.new(shape: GetVpcOriginResult)
5218
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5219
5218
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5219
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5220
5220
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
5221
5221
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5222
5222
  end)
@@ -5227,8 +5227,8 @@ module Aws::CloudFront
5227
5227
  o.http_request_uri = "/2020-05-31/anycast-ip-list"
5228
5228
  o.input = Shapes::ShapeRef.new(shape: ListAnycastIpListsRequest)
5229
5229
  o.output = Shapes::ShapeRef.new(shape: ListAnycastIpListsResult)
5230
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5231
5230
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5231
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5232
5232
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
5233
5233
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5234
5234
  end)
@@ -5280,8 +5280,8 @@ module Aws::CloudFront
5280
5280
  }
5281
5281
  )
5282
5282
  o.output = Shapes::ShapeRef.new(shape: ListConnectionGroupsResult)
5283
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5284
5283
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5284
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5285
5285
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5286
5286
  o[:pager] = Aws::Pager.new(
5287
5287
  limit_key: "max_items",
@@ -5313,8 +5313,8 @@ module Aws::CloudFront
5313
5313
  }
5314
5314
  )
5315
5315
  o.output = Shapes::ShapeRef.new(shape: ListDistributionTenantsResult)
5316
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5317
5316
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5317
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5318
5318
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5319
5319
  o[:pager] = Aws::Pager.new(
5320
5320
  limit_key: "max_items",
@@ -5335,8 +5335,8 @@ module Aws::CloudFront
5335
5335
  }
5336
5336
  )
5337
5337
  o.output = Shapes::ShapeRef.new(shape: ListDistributionTenantsByCustomizationResult)
5338
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5339
5338
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5339
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5340
5340
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5341
5341
  o[:pager] = Aws::Pager.new(
5342
5342
  limit_key: "max_items",
@@ -5367,8 +5367,8 @@ module Aws::CloudFront
5367
5367
  o.http_request_uri = "/2020-05-31/distributionsByAnycastIpListId/{AnycastIpListId}"
5368
5368
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByAnycastIpListIdRequest)
5369
5369
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByAnycastIpListIdResult)
5370
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5371
5370
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5371
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5372
5372
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
5373
5373
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5374
5374
  end)
@@ -5452,8 +5452,8 @@ module Aws::CloudFront
5452
5452
  o.http_request_uri = "/2020-05-31/distributionsByVpcOriginId/{VpcOriginId}"
5453
5453
  o.input = Shapes::ShapeRef.new(shape: ListDistributionsByVpcOriginIdRequest)
5454
5454
  o.output = Shapes::ShapeRef.new(shape: ListDistributionsByVpcOriginIdResult)
5455
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5456
5455
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5456
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5457
5457
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
5458
5458
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5459
5459
  end)
@@ -5479,8 +5479,8 @@ module Aws::CloudFront
5479
5479
  }
5480
5480
  )
5481
5481
  o.output = Shapes::ShapeRef.new(shape: ListDomainConflictsResult)
5482
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5483
5482
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5483
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5484
5484
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5485
5485
  o[:pager] = Aws::Pager.new(
5486
5486
  limit_key: "max_items",
@@ -5541,8 +5541,8 @@ module Aws::CloudFront
5541
5541
  o.http_request_uri = "/2020-05-31/distribution-tenant/{Id}/invalidation"
5542
5542
  o.input = Shapes::ShapeRef.new(shape: ListInvalidationsForDistributionTenantRequest)
5543
5543
  o.output = Shapes::ShapeRef.new(shape: ListInvalidationsForDistributionTenantResult)
5544
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5545
5544
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5545
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5546
5546
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5547
5547
  o[:pager] = Aws::Pager.new(
5548
5548
  limit_key: "max_items",
@@ -5668,8 +5668,8 @@ module Aws::CloudFront
5668
5668
  o.http_request_uri = "/2020-05-31/vpc-origin"
5669
5669
  o.input = Shapes::ShapeRef.new(shape: ListVpcOriginsRequest)
5670
5670
  o.output = Shapes::ShapeRef.new(shape: ListVpcOriginsResult)
5671
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5672
5671
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5672
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5673
5673
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
5674
5674
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5675
5675
  end)
@@ -5742,8 +5742,8 @@ module Aws::CloudFront
5742
5742
  o.errors << Shapes::ShapeRef.new(shape: CachePolicyAlreadyExists)
5743
5743
  o.errors << Shapes::ShapeRef.new(shape: TooManyCookiesInCachePolicy)
5744
5744
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
5745
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5746
5745
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
5746
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5747
5747
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInCachePolicy)
5748
5748
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5749
5749
  end)
@@ -5758,8 +5758,8 @@ module Aws::CloudFront
5758
5758
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5759
5759
  o.errors << Shapes::ShapeRef.new(shape: MissingBody)
5760
5760
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
5761
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5762
5761
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
5762
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5763
5763
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5764
5764
  o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
5765
5765
  end)
@@ -5775,13 +5775,13 @@ module Aws::CloudFront
5775
5775
  }
5776
5776
  )
5777
5777
  o.output = Shapes::ShapeRef.new(shape: UpdateConnectionGroupResult)
5778
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5779
5778
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
5780
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
5781
5780
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5781
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5782
5782
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
5783
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5784
5783
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
5784
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5785
5785
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5786
5786
  end)
5787
5787
 
@@ -5887,13 +5887,13 @@ module Aws::CloudFront
5887
5887
  )
5888
5888
  o.output = Shapes::ShapeRef.new(shape: UpdateDistributionTenantResult)
5889
5889
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
5890
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5891
5890
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5891
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5892
5892
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
5893
5893
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
5894
5894
  o.errors << Shapes::ShapeRef.new(shape: InvalidAssociation)
5895
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5896
5895
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
5896
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5897
5897
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5898
5898
  end)
5899
5899
 
@@ -5924,9 +5924,9 @@ module Aws::CloudFront
5924
5924
  o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
5925
5925
  o.errors << Shapes::ShapeRef.new(shape: IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior)
5926
5926
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
5927
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
5927
5928
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5928
5929
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
5929
- o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
5930
5930
  o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessControl)
5931
5931
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5932
5932
  o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
@@ -5945,21 +5945,21 @@ module Aws::CloudFront
5945
5945
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5946
5946
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToOriginRequestPolicy)
5947
5947
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
5948
- o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
5949
5948
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
5949
+ o.errors << Shapes::ShapeRef.new(shape: RealtimeLogConfigOwnerMismatch)
5950
5950
  o.errors << Shapes::ShapeRef.new(shape: MissingBody)
5951
5951
  o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
5952
5952
  o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
5953
5953
  o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
5954
5954
  o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
5955
- o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
5956
5955
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToResponseHeadersPolicy)
5956
+ o.errors << Shapes::ShapeRef.new(shape: TrustedKeyGroupDoesNotExist)
5957
5957
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
5958
- o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
5959
5958
  o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
5959
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchRealtimeLogConfig)
5960
5960
  o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
5961
- o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
5962
5961
  o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
5962
+ o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
5963
5963
  o.errors << Shapes::ShapeRef.new(shape: InvalidFunctionAssociation)
5964
5964
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
5965
5965
  o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsAssociatedToKeyGroup)
@@ -5979,10 +5979,10 @@ module Aws::CloudFront
5979
5979
  )
5980
5980
  o.output = Shapes::ShapeRef.new(shape: UpdateDomainAssociationResult)
5981
5981
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
5982
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5983
5982
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5984
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5983
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
5985
5984
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
5985
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
5986
5986
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
5987
5987
  end)
5988
5988
 
@@ -5992,16 +5992,16 @@ module Aws::CloudFront
5992
5992
  o.http_request_uri = "/2020-05-31/field-level-encryption/{Id}/config"
5993
5993
  o.input = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigRequest)
5994
5994
  o.output = Shapes::ShapeRef.new(shape: UpdateFieldLevelEncryptionConfigResult)
5995
- o.errors << Shapes::ShapeRef.new(shape: QueryArgProfileEmpty)
5996
5995
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
5996
+ o.errors << Shapes::ShapeRef.new(shape: QueryArgProfileEmpty)
5997
5997
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
5998
- o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
5999
5998
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionConfig)
6000
5999
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionContentTypeProfiles)
6000
+ o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionQueryArgProfiles)
6001
6001
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6002
6002
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
6003
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6004
6003
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6004
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6005
6005
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6006
6006
  end)
6007
6007
 
@@ -6020,8 +6020,8 @@ module Aws::CloudFront
6020
6020
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6021
6021
  o.errors << Shapes::ShapeRef.new(shape: NoSuchFieldLevelEncryptionProfile)
6022
6022
  o.errors << Shapes::ShapeRef.new(shape: TooManyFieldLevelEncryptionEncryptionEntities)
6023
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6024
6023
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6024
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6025
6025
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6026
6026
  end)
6027
6027
 
@@ -6070,8 +6070,8 @@ module Aws::CloudFront
6070
6070
  )
6071
6071
  o.output = Shapes::ShapeRef.new(shape: UpdateKeyValueStoreResult)
6072
6072
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
6073
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6074
6073
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
6074
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6075
6075
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
6076
6076
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6077
6077
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
@@ -6084,11 +6084,11 @@ module Aws::CloudFront
6084
6084
  o.input = Shapes::ShapeRef.new(shape: UpdateOriginAccessControlRequest)
6085
6085
  o.output = Shapes::ShapeRef.new(shape: UpdateOriginAccessControlResult)
6086
6086
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
6087
- o.errors << Shapes::ShapeRef.new(shape: OriginAccessControlAlreadyExists)
6088
6087
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
6088
+ o.errors << Shapes::ShapeRef.new(shape: OriginAccessControlAlreadyExists)
6089
6089
  o.errors << Shapes::ShapeRef.new(shape: NoSuchOriginAccessControl)
6090
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6091
6090
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6091
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6092
6092
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6093
6093
  end)
6094
6094
 
@@ -6106,8 +6106,8 @@ module Aws::CloudFront
6106
6106
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6107
6107
  o.errors << Shapes::ShapeRef.new(shape: OriginRequestPolicyAlreadyExists)
6108
6108
  o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringsInOriginRequestPolicy)
6109
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6110
6109
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6111
6111
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6112
6112
  end)
6113
6113
 
@@ -6121,8 +6121,8 @@ module Aws::CloudFront
6121
6121
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
6122
6122
  o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicKey)
6123
6123
  o.errors << Shapes::ShapeRef.new(shape: CannotChangeImmutablePublicKeyFields)
6124
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6125
6124
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6125
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6126
6126
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6127
6127
  end)
6128
6128
 
@@ -6153,11 +6153,11 @@ module Aws::CloudFront
6153
6153
  o.errors << Shapes::ShapeRef.new(shape: TooManyCustomHeadersInResponseHeadersPolicy)
6154
6154
  o.errors << Shapes::ShapeRef.new(shape: ResponseHeadersPolicyAlreadyExists)
6155
6155
  o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6156
- o.errors << Shapes::ShapeRef.new(shape: TooLongCSPInResponseHeadersPolicy)
6157
6156
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResponseHeadersPolicy)
6157
+ o.errors << Shapes::ShapeRef.new(shape: TooLongCSPInResponseHeadersPolicy)
6158
+ o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6158
6159
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6159
6160
  o.errors << Shapes::ShapeRef.new(shape: TooManyRemoveHeadersInResponseHeadersPolicy)
6160
- o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6161
6161
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6162
6162
  end)
6163
6163
 
@@ -6190,15 +6190,15 @@ module Aws::CloudFront
6190
6190
  o.input = Shapes::ShapeRef.new(shape: UpdateVpcOriginRequest)
6191
6191
  o.output = Shapes::ShapeRef.new(shape: UpdateVpcOriginResult)
6192
6192
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
6193
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6194
6193
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
6194
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6195
6195
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
6196
- o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6197
6196
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
6197
+ o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
6198
6198
  o.errors << Shapes::ShapeRef.new(shape: CannotUpdateEntityWhileInUse)
6199
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6200
6199
  o.errors << Shapes::ShapeRef.new(shape: EntityLimitExceeded)
6201
6200
  o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
6201
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6202
6202
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
6203
6203
  end)
6204
6204
 
@@ -6213,8 +6213,8 @@ module Aws::CloudFront
6213
6213
  }
6214
6214
  )
6215
6215
  o.output = Shapes::ShapeRef.new(shape: VerifyDnsConfigurationResult)
6216
- o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6217
6216
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
6217
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
6218
6218
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
6219
6219
  end)
6220
6220
  end
@@ -557,10 +557,10 @@ module Aws::CloudFront
557
557
  # @!attribute [rw] trusted_signers
558
558
  # We recommend using `TrustedKeyGroups` instead of `TrustedSigners`.
559
559
  #
560
- # A list of Amazon Web Services account IDs whose public keys
560
+ # A list of Amazon Web Services account IDs whose public keys
561
561
  # CloudFront can use to validate signed URLs or signed cookies.
562
562
  #
563
- # When a cache behavior contains trusted signers, CloudFront requires
563
+ # When a cache behavior contains trusted signers, CloudFront requires
564
564
  # signed URLs or signed cookies for all requests that match the cache
565
565
  # behavior. The URLs or cookies must be signed with the private key of
566
566
  # a CloudFront key pair in the trusted signer's Amazon Web Services
@@ -3422,10 +3422,10 @@ module Aws::CloudFront
3422
3422
  # @!attribute [rw] trusted_signers
3423
3423
  # We recommend using `TrustedKeyGroups` instead of `TrustedSigners`.
3424
3424
  #
3425
- # A list of Amazon Web Services account IDs whose public keys
3425
+ # A list of Amazon Web Services account IDs whose public keys
3426
3426
  # CloudFront can use to validate signed URLs or signed cookies.
3427
3427
  #
3428
- # When a cache behavior contains trusted signers, CloudFront requires
3428
+ # When a cache behavior contains trusted signers, CloudFront requires
3429
3429
  # signed URLs or signed cookies for all requests that match the cache
3430
3430
  # behavior. The URLs or cookies must be signed with the private key of
3431
3431
  # a CloudFront key pair in a trusted signer's Amazon Web Services
@@ -4328,7 +4328,7 @@ module Aws::CloudFront
4328
4328
  # @!attribute [rw] active_trusted_signers
4329
4329
  # We recommend using `TrustedKeyGroups` instead of `TrustedSigners`.
4330
4330
  #
4331
- # This field contains a list of Amazon Web Services account IDs and
4331
+ # This field contains a list of Amazon Web Services account IDs and
4332
4332
  # the active CloudFront key pairs in each account that CloudFront can
4333
4333
  # use to verify the signatures of signed URLs or signed cookies.
4334
4334
  # @return [Types::ActiveTrustedSigners]
@@ -6594,8 +6594,8 @@ module Aws::CloudFront
6594
6594
  end
6595
6595
 
6596
6596
  # @!attribute [rw] identifier
6597
- # The ID of the distribution tenant. You can specify the ARN ID, or
6598
- # name of the distribution tenant.
6597
+ # The identifier of the distribution tenant. You can specify the ARN,
6598
+ # ID, or name of the distribution tenant.
6599
6599
  # @return [String]
6600
6600
  #
6601
6601
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionTenantRequest AWS API Documentation
@@ -6915,7 +6915,8 @@ module Aws::CloudFront
6915
6915
  end
6916
6916
 
6917
6917
  # @!attribute [rw] identifier
6918
- # The identifier of the multi-tenant distribution.
6918
+ # The identifier of the distribution tenant. You can specify the ARN,
6919
+ # ID, or name of the distribution tenant.
6919
6920
  # @return [String]
6920
6921
  #
6921
6922
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetManagedCertificateDetailsRequest AWS API Documentation
@@ -12782,36 +12783,37 @@ module Aws::CloudFront
12782
12783
  # a website endpoint, use the `CustomOriginConfig` element instead.
12783
12784
  #
12784
12785
  # @!attribute [rw] origin_access_identity
12785
- # <note markdown="1"> If you're using origin access control (OAC) instead of origin
12786
+ # <note markdown="1"> If you're using origin access control (OAC)
12787
+ # instead of origin
12786
12788
  # access identity, specify an empty `OriginAccessIdentity` element.
12787
12789
  # For more information, see [Restricting access to an Amazon Web
12788
12790
  # Services][1] in the *Amazon CloudFront Developer Guide*.
12789
12791
  #
12790
12792
  # </note>
12791
12793
  #
12792
- # The CloudFront origin access identity to associate with the origin.
12794
+ # The CloudFront origin access identity to associate with the origin.
12793
12795
  # Use an origin access identity to configure the origin so that
12794
12796
  # viewers can *only* access objects in an Amazon S3 bucket through
12795
12797
  # CloudFront. The format of the value is:
12796
12798
  #
12797
- # `origin-access-identity/cloudfront/ID-of-origin-access-identity`
12799
+ # `origin-access-identity/cloudfront/ID-of-origin-access-identity`
12798
12800
  #
12799
- # The ` ID-of-origin-access-identity ` is the value that CloudFront
12801
+ # The ` ID-of-origin-access-identity ` is the value that CloudFront
12800
12802
  # returned in the `ID` element when you created the origin access
12801
12803
  # identity.
12802
12804
  #
12803
- # If you want viewers to be able to access objects using either the
12805
+ # If you want viewers to be able to access objects using either the
12804
12806
  # CloudFront URL or the Amazon S3 URL, specify an empty
12805
12807
  # `OriginAccessIdentity` element.
12806
12808
  #
12807
- # To delete the origin access identity from an existing distribution,
12809
+ # To delete the origin access identity from an existing distribution,
12808
12810
  # update the distribution configuration and include an empty
12809
12811
  # `OriginAccessIdentity` element.
12810
12812
  #
12811
- # To replace the origin access identity, update the distribution
12813
+ # To replace the origin access identity, update the distribution
12812
12814
  # configuration and specify the new origin access identity.
12813
12815
  #
12814
- # For more information about the origin access identity, see [Serving
12816
+ # For more information about the origin access identity, see [Serving
12815
12817
  # Private Content through CloudFront][2] in the *Amazon CloudFront
12816
12818
  # Developer Guide*.
12817
12819
  #
@@ -15486,7 +15488,8 @@ module Aws::CloudFront
15486
15488
  # @return [String]
15487
15489
  #
15488
15490
  # @!attribute [rw] identifier
15489
- # The ID of the distribution tenant.
15491
+ # The identifier of the distribution tenant. You can specify the ARN,
15492
+ # ID, or name of the distribution tenant.
15490
15493
  # @return [String]
15491
15494
  #
15492
15495
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/VerifyDnsConfigurationRequest AWS API Documentation
@@ -15630,8 +15633,8 @@ module Aws::CloudFront
15630
15633
  # * `static-ip` - Do not specify this value unless your distribution
15631
15634
  # has been enabled for this feature by the CloudFront team. If you
15632
15635
  # have a use case that requires static IP addresses for a
15633
- # distribution, contact CloudFront through the [Amazon Web Services
15634
- # Support Center][2].
15636
+ # distribution, contact CloudFront through the [Amazon Web
15637
+ # ServicesSupport Center][2].
15635
15638
  #
15636
15639
  # If the distribution uses the CloudFront domain name such as
15637
15640
  # `d111111abcdef8.cloudfront.net`, don't set a value for this field.
@@ -55,7 +55,7 @@ module Aws::CloudFront
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudfront/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudfront/endpoints'
57
57
 
58
- GEM_VERSION = '1.116.0'
58
+ GEM_VERSION = '1.117.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.116.0
4
+ version: 1.117.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services