aws-sdk-cloudfront 1.146.0 → 1.147.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: e260dd7adaf13417142c98ca089e1741250367548ef7d6ced4b28c24b3cd9c37
4
- data.tar.gz: 9e803bef6804d819626aa48bcf03bc69defd6074b183b14ba1d0b6fbeb83581d
3
+ metadata.gz: 37ae0c59950159319e89cd1d73c5d7de72a892e1c1cd82abb7b7b177319f1481
4
+ data.tar.gz: e1467fde07600d009fe55e29a7f8e0267d8e53ba47ac9791af9e7838623e99b6
5
5
  SHA512:
6
- metadata.gz: 98be1eb242692365759cfd1e82e23d8bda3ee32d28028c87b9ef4651156b5766ae86c7dcc45aa8249a3fbdc1e17ff510da24916babeffda3d76f5b44fa5d9f13
7
- data.tar.gz: 6114becbec025bb51903b2da5dbf51225ed9839914c921e2413bc214c5b0ae4803050748a74e48650b07947b10cd7275fedd98e2bf931df482d7b46a09f251e0
6
+ metadata.gz: b7cab994470db7ff3e5461136bde36a8e23fd16f86ac924338649bd095ab60693581e2c24b1ded6d30b67a650e93399e9ba46edf1e3c5b32cd751c2a0f12fb2d
7
+ data.tar.gz: 17d0b44ca253fb983e7b9ab3bbba85a7574cf605b1d2b792232ec4f7cd14b175e7d9b618142c21699d5ccd828cfcbcdc6545b4f3550c68a20f6182e43e420574
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2026-05-14)
5
+ ------------------
6
+
7
+ * Feature - Adding a new boolean for OCSP Revocations in Viewer mTLS Create and Update APIs, and adding a new 'Passthrough' option for TrustStore modes
8
+
4
9
  1.146.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.147.0
@@ -884,7 +884,7 @@ module Aws::CloudFront
884
884
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
885
885
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
886
886
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
887
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
887
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
888
888
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
889
889
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
890
890
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -1674,7 +1674,7 @@ module Aws::CloudFront
1674
1674
  # },
1675
1675
  # connection_mode: "direct", # accepts direct, tenant-only
1676
1676
  # viewer_mtls_config: {
1677
- # mode: "required", # accepts required, optional
1677
+ # mode: "required", # accepts required, optional, passthrough
1678
1678
  # trust_store_config: {
1679
1679
  # trust_store_id: "string", # required
1680
1680
  # advertise_trust_store_ca_names: false,
@@ -1891,7 +1891,7 @@ module Aws::CloudFront
1891
1891
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
1892
1892
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
1893
1893
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
1894
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
1894
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
1895
1895
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
1896
1896
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
1897
1897
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -2359,7 +2359,7 @@ module Aws::CloudFront
2359
2359
  # },
2360
2360
  # connection_mode: "direct", # accepts direct, tenant-only
2361
2361
  # viewer_mtls_config: {
2362
- # mode: "required", # accepts required, optional
2362
+ # mode: "required", # accepts required, optional, passthrough
2363
2363
  # trust_store_config: {
2364
2364
  # trust_store_id: "string", # required
2365
2365
  # advertise_trust_store_ca_names: false,
@@ -2585,7 +2585,7 @@ module Aws::CloudFront
2585
2585
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
2586
2586
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
2587
2587
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
2588
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
2588
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
2589
2589
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
2590
2590
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
2591
2591
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -3832,6 +3832,10 @@ module Aws::CloudFront
3832
3832
  # @option params [required, Types::CaCertificatesBundleSource] :ca_certificates_bundle_source
3833
3833
  # The CA certificates bundle source for the trust store.
3834
3834
  #
3835
+ # @option params [Boolean] :use_client_certificate_ocsp_endpoint
3836
+ # A Boolean that determines whether to use the CA certificate's OCSP
3837
+ # endpoint to check certificate revocation status.
3838
+ #
3835
3839
  # @option params [Types::Tags] :tags
3836
3840
  # A complex type that contains zero or more `Tag` elements.
3837
3841
  #
@@ -3852,6 +3856,7 @@ module Aws::CloudFront
3852
3856
  # version: "string",
3853
3857
  # },
3854
3858
  # },
3859
+ # use_client_certificate_ocsp_endpoint: false,
3855
3860
  # tags: {
3856
3861
  # items: [
3857
3862
  # {
@@ -3871,6 +3876,7 @@ module Aws::CloudFront
3871
3876
  # resp.trust_store.number_of_ca_certificates #=> Integer
3872
3877
  # resp.trust_store.last_modified_time #=> Time
3873
3878
  # resp.trust_store.reason #=> String
3879
+ # resp.trust_store.use_client_certificate_ocsp_endpoint #=> Boolean
3874
3880
  # resp.etag #=> String
3875
3881
  #
3876
3882
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateTrustStore AWS API Documentation
@@ -5684,7 +5690,7 @@ module Aws::CloudFront
5684
5690
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
5685
5691
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
5686
5692
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
5687
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
5693
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
5688
5694
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
5689
5695
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
5690
5696
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -5907,7 +5913,7 @@ module Aws::CloudFront
5907
5913
  # resp.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
5908
5914
  # resp.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
5909
5915
  # resp.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
5910
- # resp.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
5916
+ # resp.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
5911
5917
  # resp.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
5912
5918
  # resp.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
5913
5919
  # resp.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -7113,6 +7119,7 @@ module Aws::CloudFront
7113
7119
  # resp.trust_store.number_of_ca_certificates #=> Integer
7114
7120
  # resp.trust_store.last_modified_time #=> Time
7115
7121
  # resp.trust_store.reason #=> String
7122
+ # resp.trust_store.use_client_certificate_ocsp_endpoint #=> Boolean
7116
7123
  # resp.etag #=> String
7117
7124
  #
7118
7125
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetTrustStore AWS API Documentation
@@ -7990,7 +7997,7 @@ module Aws::CloudFront
7990
7997
  # resp.distribution_list.items[0].staging #=> Boolean
7991
7998
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
7992
7999
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
7993
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
8000
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
7994
8001
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
7995
8002
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
7996
8003
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -8217,7 +8224,7 @@ module Aws::CloudFront
8217
8224
  # resp.distribution_list.items[0].staging #=> Boolean
8218
8225
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
8219
8226
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
8220
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
8227
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
8221
8228
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
8222
8229
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
8223
8230
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -8500,7 +8507,7 @@ module Aws::CloudFront
8500
8507
  # resp.distribution_list.items[0].staging #=> Boolean
8501
8508
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
8502
8509
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
8503
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
8510
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
8504
8511
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
8505
8512
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
8506
8513
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -8726,7 +8733,7 @@ module Aws::CloudFront
8726
8733
  # resp.distribution_list.items[0].staging #=> Boolean
8727
8734
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
8728
8735
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
8729
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
8736
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
8730
8737
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
8731
8738
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
8732
8739
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -9130,7 +9137,7 @@ module Aws::CloudFront
9130
9137
  # resp.distribution_list.items[0].staging #=> Boolean
9131
9138
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
9132
9139
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
9133
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
9140
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
9134
9141
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
9135
9142
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
9136
9143
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -9415,7 +9422,7 @@ module Aws::CloudFront
9415
9422
  # resp.distribution_list.items[0].staging #=> Boolean
9416
9423
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
9417
9424
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
9418
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
9425
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
9419
9426
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
9420
9427
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
9421
9428
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -9715,7 +9722,7 @@ module Aws::CloudFront
9715
9722
  # resp.distribution_list.items[0].staging #=> Boolean
9716
9723
  # resp.distribution_list.items[0].connection_mode #=> String, one of "direct", "tenant-only"
9717
9724
  # resp.distribution_list.items[0].anycast_ip_list_id #=> String
9718
- # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional"
9725
+ # resp.distribution_list.items[0].viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
9719
9726
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.trust_store_id #=> String
9720
9727
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
9721
9728
  # resp.distribution_list.items[0].viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -11921,7 +11928,7 @@ module Aws::CloudFront
11921
11928
  # },
11922
11929
  # connection_mode: "direct", # accepts direct, tenant-only
11923
11930
  # viewer_mtls_config: {
11924
- # mode: "required", # accepts required, optional
11931
+ # mode: "required", # accepts required, optional, passthrough
11925
11932
  # trust_store_config: {
11926
11933
  # trust_store_id: "string", # required
11927
11934
  # advertise_trust_store_ca_names: false,
@@ -12140,7 +12147,7 @@ module Aws::CloudFront
12140
12147
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
12141
12148
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
12142
12149
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
12143
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
12150
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
12144
12151
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
12145
12152
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
12146
12153
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -12539,7 +12546,7 @@ module Aws::CloudFront
12539
12546
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.default_value #=> String
12540
12547
  # resp.distribution.distribution_config.tenant_config.parameter_definitions[0].definition.string_schema.required #=> Boolean
12541
12548
  # resp.distribution.distribution_config.connection_mode #=> String, one of "direct", "tenant-only"
12542
- # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional"
12549
+ # resp.distribution.distribution_config.viewer_mtls_config.mode #=> String, one of "required", "optional", "passthrough"
12543
12550
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.trust_store_id #=> String
12544
12551
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.advertise_trust_store_ca_names #=> Boolean
12545
12552
  # resp.distribution.distribution_config.viewer_mtls_config.trust_store_config.ignore_certificate_expiry #=> Boolean
@@ -13588,9 +13595,13 @@ module Aws::CloudFront
13588
13595
  # @option params [required, String] :id
13589
13596
  # The trust store ID.
13590
13597
  #
13591
- # @option params [required, Types::CaCertificatesBundleSource] :ca_certificates_bundle_source
13598
+ # @option params [Types::CaCertificatesBundleSource] :ca_certificates_bundle_source
13592
13599
  # The CA certificates bundle source.
13593
13600
  #
13601
+ # @option params [Boolean] :use_client_certificate_ocsp_endpoint
13602
+ # A Boolean that determines whether to use the CA certificate's OCSP
13603
+ # endpoint to check certificate revocation status.
13604
+ #
13594
13605
  # @option params [required, String] :if_match
13595
13606
  # The current version (`ETag` value) of the trust store you are
13596
13607
  # updating.
@@ -13604,7 +13615,7 @@ module Aws::CloudFront
13604
13615
  #
13605
13616
  # resp = client.update_trust_store({
13606
13617
  # id: "ResourceId", # required
13607
- # ca_certificates_bundle_source: { # required
13618
+ # ca_certificates_bundle_source: {
13608
13619
  # ca_certificates_bundle_s3_location: {
13609
13620
  # bucket: "string", # required
13610
13621
  # key: "string", # required
@@ -13612,6 +13623,7 @@ module Aws::CloudFront
13612
13623
  # version: "string",
13613
13624
  # },
13614
13625
  # },
13626
+ # use_client_certificate_ocsp_endpoint: false,
13615
13627
  # if_match: "string", # required
13616
13628
  # })
13617
13629
  #
@@ -13624,6 +13636,7 @@ module Aws::CloudFront
13624
13636
  # resp.trust_store.number_of_ca_certificates #=> Integer
13625
13637
  # resp.trust_store.last_modified_time #=> Time
13626
13638
  # resp.trust_store.reason #=> String
13639
+ # resp.trust_store.use_client_certificate_ocsp_endpoint #=> Boolean
13627
13640
  # resp.etag #=> String
13628
13641
  #
13629
13642
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateTrustStore AWS API Documentation
@@ -13804,7 +13817,7 @@ module Aws::CloudFront
13804
13817
  tracer: tracer
13805
13818
  )
13806
13819
  context[:gem_name] = 'aws-sdk-cloudfront'
13807
- context[:gem_version] = '1.146.0'
13820
+ context[:gem_version] = '1.147.0'
13808
13821
  Seahorse::Client::Request.new(handlers, context)
13809
13822
  end
13810
13823
 
@@ -1512,6 +1512,7 @@ module Aws::CloudFront
1512
1512
 
1513
1513
  CreateTrustStoreRequest.add_member(:name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Name"))
1514
1514
  CreateTrustStoreRequest.add_member(:ca_certificates_bundle_source, Shapes::ShapeRef.new(shape: CaCertificatesBundleSource, required: true, location_name: "CaCertificatesBundleSource"))
1515
+ CreateTrustStoreRequest.add_member(:use_client_certificate_ocsp_endpoint, Shapes::ShapeRef.new(shape: boolean, location_name: "UseClientCertificateOCSPEndpoint"))
1515
1516
  CreateTrustStoreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
1516
1517
  CreateTrustStoreRequest.struct_class = Types::CreateTrustStoreRequest
1517
1518
 
@@ -3823,6 +3824,7 @@ module Aws::CloudFront
3823
3824
  TrustStore.add_member(:number_of_ca_certificates, Shapes::ShapeRef.new(shape: integer, location_name: "NumberOfCaCertificates"))
3824
3825
  TrustStore.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
3825
3826
  TrustStore.add_member(:reason, Shapes::ShapeRef.new(shape: string, location_name: "Reason"))
3827
+ TrustStore.add_member(:use_client_certificate_ocsp_endpoint, Shapes::ShapeRef.new(shape: boolean, location_name: "UseClientCertificateOCSPEndpoint"))
3826
3828
  TrustStore.struct_class = Types::TrustStore
3827
3829
 
3828
3830
  TrustStoreConfig.add_member(:trust_store_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TrustStoreId"))
@@ -4134,7 +4136,8 @@ module Aws::CloudFront
4134
4136
  UpdateStreamingDistributionResult[:payload_member] = UpdateStreamingDistributionResult.member(:streaming_distribution)
4135
4137
 
4136
4138
  UpdateTrustStoreRequest.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "Id"))
4137
- 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/"}}))
4139
+ UpdateTrustStoreRequest.add_member(:ca_certificates_bundle_source, Shapes::ShapeRef.new(shape: CaCertificatesBundleSource, location_name: "CaCertificatesBundleSource", metadata: {"xmlNamespace" => {"uri" => "http://cloudfront.amazonaws.com/doc/2020-05-31/"}}))
4140
+ UpdateTrustStoreRequest.add_member(:use_client_certificate_ocsp_endpoint, Shapes::ShapeRef.new(shape: boolean, location: "header", location_name: "UseClientCertificateOCSPEndpoint"))
4138
4141
  UpdateTrustStoreRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, required: true, location: "header", location_name: "If-Match"))
4139
4142
  UpdateTrustStoreRequest.struct_class = Types::UpdateTrustStoreRequest
4140
4143
  UpdateTrustStoreRequest[:payload] = :ca_certificates_bundle_source
@@ -3443,6 +3443,11 @@ module Aws::CloudFront
3443
3443
  # The CA certificates bundle source for the trust store.
3444
3444
  # @return [Types::CaCertificatesBundleSource]
3445
3445
  #
3446
+ # @!attribute [rw] use_client_certificate_ocsp_endpoint
3447
+ # A Boolean that determines whether to use the CA certificate's OCSP
3448
+ # endpoint to check certificate revocation status.
3449
+ # @return [Boolean]
3450
+ #
3446
3451
  # @!attribute [rw] tags
3447
3452
  # A complex type that contains zero or more `Tag` elements.
3448
3453
  # @return [Types::Tags]
@@ -3452,6 +3457,7 @@ module Aws::CloudFront
3452
3457
  class CreateTrustStoreRequest < Struct.new(
3453
3458
  :name,
3454
3459
  :ca_certificates_bundle_source,
3460
+ :use_client_certificate_ocsp_endpoint,
3455
3461
  :tags)
3456
3462
  SENSITIVE = []
3457
3463
  include Aws::Structure
@@ -15724,6 +15730,11 @@ module Aws::CloudFront
15724
15730
  # The trust store's reason.
15725
15731
  # @return [String]
15726
15732
  #
15733
+ # @!attribute [rw] use_client_certificate_ocsp_endpoint
15734
+ # A Boolean that determines whether the trust store uses the CA
15735
+ # certificate's OCSP endpoint to check certificate revocation status.
15736
+ # @return [Boolean]
15737
+ #
15727
15738
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TrustStore AWS API Documentation
15728
15739
  #
15729
15740
  class TrustStore < Struct.new(
@@ -15733,7 +15744,8 @@ module Aws::CloudFront
15733
15744
  :status,
15734
15745
  :number_of_ca_certificates,
15735
15746
  :last_modified_time,
15736
- :reason)
15747
+ :reason,
15748
+ :use_client_certificate_ocsp_endpoint)
15737
15749
  SENSITIVE = []
15738
15750
  include Aws::Structure
15739
15751
  end
@@ -16929,6 +16941,11 @@ module Aws::CloudFront
16929
16941
  # The CA certificates bundle source.
16930
16942
  # @return [Types::CaCertificatesBundleSource]
16931
16943
  #
16944
+ # @!attribute [rw] use_client_certificate_ocsp_endpoint
16945
+ # A Boolean that determines whether to use the CA certificate's OCSP
16946
+ # endpoint to check certificate revocation status.
16947
+ # @return [Boolean]
16948
+ #
16932
16949
  # @!attribute [rw] if_match
16933
16950
  # The current version (`ETag` value) of the trust store you are
16934
16951
  # updating.
@@ -16939,6 +16956,7 @@ module Aws::CloudFront
16939
16956
  class UpdateTrustStoreRequest < Struct.new(
16940
16957
  :id,
16941
16958
  :ca_certificates_bundle_source,
16959
+ :use_client_certificate_ocsp_endpoint,
16942
16960
  :if_match)
16943
16961
  SENSITIVE = []
16944
16962
  include Aws::Structure
@@ -17183,8 +17201,8 @@ module Aws::CloudFront
17183
17201
  # * `static-ip` - Do not specify this value unless your distribution
17184
17202
  # has been enabled for this feature by the CloudFront team. If you
17185
17203
  # have a use case that requires static IP addresses for a
17186
- # distribution, contact CloudFront through the [Amazon Web
17187
- # ServicesSupport Center][2].
17204
+ # distribution, contact CloudFront through the [Amazon Web Services
17205
+ # Support Center][2].
17188
17206
  #
17189
17207
  # If the distribution uses the CloudFront domain name such as
17190
17208
  # `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.146.0'
58
+ GEM_VERSION = '1.147.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -601,7 +601,7 @@ module Aws
601
601
  }?,
602
602
  connection_mode: ("direct" | "tenant-only")?,
603
603
  viewer_mtls_config: {
604
- mode: ("required" | "optional")?,
604
+ mode: ("required" | "optional" | "passthrough")?,
605
605
  trust_store_config: {
606
606
  trust_store_id: ::String,
607
607
  advertise_trust_store_ca_names: bool?,
@@ -968,7 +968,7 @@ module Aws
968
968
  }?,
969
969
  connection_mode: ("direct" | "tenant-only")?,
970
970
  viewer_mtls_config: {
971
- mode: ("required" | "optional")?,
971
+ mode: ("required" | "optional" | "passthrough")?,
972
972
  trust_store_config: {
973
973
  trust_store_id: ::String,
974
974
  advertise_trust_store_ca_names: bool?,
@@ -1463,6 +1463,7 @@ module Aws
1463
1463
  version: ::String?
1464
1464
  }?
1465
1465
  },
1466
+ ?use_client_certificate_ocsp_endpoint: bool,
1466
1467
  ?tags: {
1467
1468
  items: Array[
1468
1469
  {
@@ -3165,7 +3166,7 @@ module Aws
3165
3166
  }?,
3166
3167
  connection_mode: ("direct" | "tenant-only")?,
3167
3168
  viewer_mtls_config: {
3168
- mode: ("required" | "optional")?,
3169
+ mode: ("required" | "optional" | "passthrough")?,
3169
3170
  trust_store_config: {
3170
3171
  trust_store_id: ::String,
3171
3172
  advertise_trust_store_ca_names: bool?,
@@ -3612,7 +3613,7 @@ module Aws
3612
3613
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFront/Client.html#update_trust_store-instance_method
3613
3614
  def update_trust_store: (
3614
3615
  id: ::String,
3615
- ca_certificates_bundle_source: {
3616
+ ?ca_certificates_bundle_source: {
3616
3617
  ca_certificates_bundle_s3_location: {
3617
3618
  bucket: ::String,
3618
3619
  key: ::String,
@@ -3620,6 +3621,7 @@ module Aws
3620
3621
  version: ::String?
3621
3622
  }?
3622
3623
  },
3624
+ ?use_client_certificate_ocsp_endpoint: bool,
3623
3625
  if_match: ::String
3624
3626
  ) -> _UpdateTrustStoreResponseSuccess
3625
3627
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrustStoreResponseSuccess
data/sig/types.rbs CHANGED
@@ -791,6 +791,7 @@ module Aws::CloudFront
791
791
  class CreateTrustStoreRequest
792
792
  attr_accessor name: ::String
793
793
  attr_accessor ca_certificates_bundle_source: Types::CaCertificatesBundleSource
794
+ attr_accessor use_client_certificate_ocsp_endpoint: bool
794
795
  attr_accessor tags: Types::Tags
795
796
  SENSITIVE: []
796
797
  end
@@ -3815,6 +3816,7 @@ module Aws::CloudFront
3815
3816
  attr_accessor number_of_ca_certificates: ::Integer
3816
3817
  attr_accessor last_modified_time: ::Time
3817
3818
  attr_accessor reason: ::String
3819
+ attr_accessor use_client_certificate_ocsp_endpoint: bool
3818
3820
  SENSITIVE: []
3819
3821
  end
3820
3822
 
@@ -4161,6 +4163,7 @@ module Aws::CloudFront
4161
4163
  class UpdateTrustStoreRequest
4162
4164
  attr_accessor id: ::String
4163
4165
  attr_accessor ca_certificates_bundle_source: Types::CaCertificatesBundleSource
4166
+ attr_accessor use_client_certificate_ocsp_endpoint: bool
4164
4167
  attr_accessor if_match: ::String
4165
4168
  SENSITIVE: []
4166
4169
  end
@@ -4214,7 +4217,7 @@ module Aws::CloudFront
4214
4217
  end
4215
4218
 
4216
4219
  class ViewerMtlsConfig
4217
- attr_accessor mode: ("required" | "optional")
4220
+ attr_accessor mode: ("required" | "optional" | "passthrough")
4218
4221
  attr_accessor trust_store_config: Types::TrustStoreConfig
4219
4222
  SENSITIVE: []
4220
4223
  end
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.146.0
4
+ version: 1.147.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services