aws-sdk-cloudfront 1.134.0 → 1.136.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.
data/sig/types.rbs CHANGED
@@ -126,6 +126,25 @@ module Aws::CloudFront
126
126
  SENSITIVE: []
127
127
  end
128
128
 
129
+ class CaCertificatesBundleS3Location
130
+ attr_accessor bucket: ::String
131
+ attr_accessor key: ::String
132
+ attr_accessor region: ::String
133
+ attr_accessor version: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class CaCertificatesBundleSource
138
+ attr_accessor ca_certificates_bundle_s3_location: Types::CaCertificatesBundleS3Location
139
+ attr_accessor unknown: untyped
140
+ SENSITIVE: []
141
+
142
+ class CaCertificatesBundleS3Location < CaCertificatesBundleSource
143
+ end
144
+ class Unknown < CaCertificatesBundleSource
145
+ end
146
+ end
147
+
129
148
  class CacheBehavior
130
149
  attr_accessor path_pattern: ::String
131
150
  attr_accessor target_origin_id: ::String
@@ -296,6 +315,32 @@ module Aws::CloudFront
296
315
  SENSITIVE: []
297
316
  end
298
317
 
318
+ class ConnectionFunctionAssociation
319
+ attr_accessor id: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class ConnectionFunctionSummary
324
+ attr_accessor name: ::String
325
+ attr_accessor id: ::String
326
+ attr_accessor connection_function_config: Types::FunctionConfig
327
+ attr_accessor connection_function_arn: ::String
328
+ attr_accessor status: ::String
329
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
330
+ attr_accessor created_time: ::Time
331
+ attr_accessor last_modified_time: ::Time
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class ConnectionFunctionTestResult
336
+ attr_accessor connection_function_summary: Types::ConnectionFunctionSummary
337
+ attr_accessor compute_utilization: ::String
338
+ attr_accessor connection_function_execution_logs: ::Array[::String]
339
+ attr_accessor connection_function_error_message: ::String
340
+ attr_accessor connection_function_output: ::String
341
+ SENSITIVE: [:connection_function_execution_logs, :connection_function_error_message, :connection_function_output]
342
+ end
343
+
299
344
  class ConnectionGroup
300
345
  attr_accessor id: ::String
301
346
  attr_accessor name: ::String
@@ -467,6 +512,21 @@ module Aws::CloudFront
467
512
  SENSITIVE: []
468
513
  end
469
514
 
515
+ class CreateConnectionFunctionRequest
516
+ attr_accessor name: ::String
517
+ attr_accessor connection_function_config: Types::FunctionConfig
518
+ attr_accessor connection_function_code: ::String
519
+ attr_accessor tags: Types::Tags
520
+ SENSITIVE: [:connection_function_code]
521
+ end
522
+
523
+ class CreateConnectionFunctionResult
524
+ attr_accessor connection_function_summary: Types::ConnectionFunctionSummary
525
+ attr_accessor location: ::String
526
+ attr_accessor etag: ::String
527
+ SENSITIVE: []
528
+ end
529
+
470
530
  class CreateConnectionGroupRequest
471
531
  attr_accessor name: ::String
472
532
  attr_accessor ipv_6_enabled: bool
@@ -721,6 +781,19 @@ module Aws::CloudFront
721
781
  SENSITIVE: []
722
782
  end
723
783
 
784
+ class CreateTrustStoreRequest
785
+ attr_accessor name: ::String
786
+ attr_accessor ca_certificates_bundle_source: Types::CaCertificatesBundleSource
787
+ attr_accessor tags: Types::Tags
788
+ SENSITIVE: []
789
+ end
790
+
791
+ class CreateTrustStoreResult
792
+ attr_accessor trust_store: Types::TrustStore
793
+ attr_accessor etag: ::String
794
+ SENSITIVE: []
795
+ end
796
+
724
797
  class CreateVpcOriginRequest
725
798
  attr_accessor vpc_origin_endpoint_config: Types::VpcOriginEndpointConfig
726
799
  attr_accessor tags: Types::Tags
@@ -813,6 +886,12 @@ module Aws::CloudFront
813
886
  SENSITIVE: []
814
887
  end
815
888
 
889
+ class DeleteConnectionFunctionRequest
890
+ attr_accessor id: ::String
891
+ attr_accessor if_match: ::String
892
+ SENSITIVE: []
893
+ end
894
+
816
895
  class DeleteConnectionGroupRequest
817
896
  attr_accessor id: ::String
818
897
  attr_accessor if_match: ::String
@@ -916,6 +995,12 @@ module Aws::CloudFront
916
995
  SENSITIVE: []
917
996
  end
918
997
 
998
+ class DeleteTrustStoreRequest
999
+ attr_accessor id: ::String
1000
+ attr_accessor if_match: ::String
1001
+ SENSITIVE: []
1002
+ end
1003
+
919
1004
  class DeleteVpcOriginRequest
920
1005
  attr_accessor id: ::String
921
1006
  attr_accessor if_match: ::String
@@ -928,6 +1013,18 @@ module Aws::CloudFront
928
1013
  SENSITIVE: []
929
1014
  end
930
1015
 
1016
+ class DescribeConnectionFunctionRequest
1017
+ attr_accessor identifier: ::String
1018
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
1019
+ SENSITIVE: []
1020
+ end
1021
+
1022
+ class DescribeConnectionFunctionResult
1023
+ attr_accessor connection_function_summary: Types::ConnectionFunctionSummary
1024
+ attr_accessor etag: ::String
1025
+ SENSITIVE: []
1026
+ end
1027
+
931
1028
  class DescribeFunctionRequest
932
1029
  attr_accessor name: ::String
933
1030
  attr_accessor stage: ("DEVELOPMENT" | "LIVE")
@@ -1017,6 +1114,8 @@ module Aws::CloudFront
1017
1114
  attr_accessor anycast_ip_list_id: ::String
1018
1115
  attr_accessor tenant_config: Types::TenantConfig
1019
1116
  attr_accessor connection_mode: ("direct" | "tenant-only")
1117
+ attr_accessor viewer_mtls_config: Types::ViewerMtlsConfig
1118
+ attr_accessor connection_function_association: Types::ConnectionFunctionAssociation
1020
1119
  SENSITIVE: [:comment]
1021
1120
  end
1022
1121
 
@@ -1098,6 +1197,8 @@ module Aws::CloudFront
1098
1197
  attr_accessor staging: bool
1099
1198
  attr_accessor connection_mode: ("direct" | "tenant-only")
1100
1199
  attr_accessor anycast_ip_list_id: ::String
1200
+ attr_accessor viewer_mtls_config: Types::ViewerMtlsConfig
1201
+ attr_accessor connection_function_association: Types::ConnectionFunctionAssociation
1101
1202
  SENSITIVE: [:comment]
1102
1203
  end
1103
1204
 
@@ -1434,6 +1535,19 @@ module Aws::CloudFront
1434
1535
  SENSITIVE: []
1435
1536
  end
1436
1537
 
1538
+ class GetConnectionFunctionRequest
1539
+ attr_accessor identifier: ::String
1540
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
1541
+ SENSITIVE: []
1542
+ end
1543
+
1544
+ class GetConnectionFunctionResult
1545
+ attr_accessor connection_function_code: ::String
1546
+ attr_accessor etag: ::String
1547
+ attr_accessor content_type: ::String
1548
+ SENSITIVE: [:connection_function_code]
1549
+ end
1550
+
1437
1551
  class GetConnectionGroupByRoutingEndpointRequest
1438
1552
  attr_accessor routing_endpoint: ::String
1439
1553
  SENSITIVE: []
@@ -1775,6 +1889,17 @@ module Aws::CloudFront
1775
1889
  SENSITIVE: []
1776
1890
  end
1777
1891
 
1892
+ class GetTrustStoreRequest
1893
+ attr_accessor identifier: ::String
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class GetTrustStoreResult
1898
+ attr_accessor trust_store: Types::TrustStore
1899
+ attr_accessor etag: ::String
1900
+ SENSITIVE: []
1901
+ end
1902
+
1778
1903
  class GetVpcOriginRequest
1779
1904
  attr_accessor id: ::String
1780
1905
  SENSITIVE: []
@@ -2147,6 +2272,19 @@ module Aws::CloudFront
2147
2272
  SENSITIVE: []
2148
2273
  end
2149
2274
 
2275
+ class ListConnectionFunctionsRequest
2276
+ attr_accessor marker: ::String
2277
+ attr_accessor max_items: ::Integer
2278
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
2279
+ SENSITIVE: []
2280
+ end
2281
+
2282
+ class ListConnectionFunctionsResult
2283
+ attr_accessor next_marker: ::String
2284
+ attr_accessor connection_functions: ::Array[Types::ConnectionFunctionSummary]
2285
+ SENSITIVE: []
2286
+ end
2287
+
2150
2288
  class ListConnectionGroupsRequest
2151
2289
  attr_accessor association_filter: Types::ConnectionGroupAssociationFilter
2152
2290
  attr_accessor marker: ::String
@@ -2222,6 +2360,18 @@ module Aws::CloudFront
2222
2360
  SENSITIVE: []
2223
2361
  end
2224
2362
 
2363
+ class ListDistributionsByConnectionFunctionRequest
2364
+ attr_accessor marker: ::String
2365
+ attr_accessor max_items: ::Integer
2366
+ attr_accessor connection_function_identifier: ::String
2367
+ SENSITIVE: []
2368
+ end
2369
+
2370
+ class ListDistributionsByConnectionFunctionResult
2371
+ attr_accessor distribution_list: Types::DistributionList
2372
+ SENSITIVE: []
2373
+ end
2374
+
2225
2375
  class ListDistributionsByConnectionModeRequest
2226
2376
  attr_accessor marker: ::String
2227
2377
  attr_accessor max_items: ::Integer
@@ -2295,6 +2445,18 @@ module Aws::CloudFront
2295
2445
  SENSITIVE: []
2296
2446
  end
2297
2447
 
2448
+ class ListDistributionsByTrustStoreRequest
2449
+ attr_accessor trust_store_identifier: ::String
2450
+ attr_accessor marker: ::String
2451
+ attr_accessor max_items: ::Integer
2452
+ SENSITIVE: []
2453
+ end
2454
+
2455
+ class ListDistributionsByTrustStoreResult
2456
+ attr_accessor distribution_list: Types::DistributionList
2457
+ SENSITIVE: []
2458
+ end
2459
+
2298
2460
  class ListDistributionsByVpcOriginIdRequest
2299
2461
  attr_accessor marker: ::String
2300
2462
  attr_accessor max_items: ::Integer
@@ -2503,6 +2665,18 @@ module Aws::CloudFront
2503
2665
  SENSITIVE: []
2504
2666
  end
2505
2667
 
2668
+ class ListTrustStoresRequest
2669
+ attr_accessor marker: ::String
2670
+ attr_accessor max_items: ::Integer
2671
+ SENSITIVE: []
2672
+ end
2673
+
2674
+ class ListTrustStoresResult
2675
+ attr_accessor next_marker: ::String
2676
+ attr_accessor trust_store_list: ::Array[Types::TrustStoreSummary]
2677
+ SENSITIVE: []
2678
+ end
2679
+
2506
2680
  class ListVpcOriginsRequest
2507
2681
  attr_accessor marker: ::String
2508
2682
  attr_accessor max_items: ::Integer
@@ -2889,6 +3063,17 @@ module Aws::CloudFront
2889
3063
  SENSITIVE: []
2890
3064
  end
2891
3065
 
3066
+ class PublishConnectionFunctionRequest
3067
+ attr_accessor id: ::String
3068
+ attr_accessor if_match: ::String
3069
+ SENSITIVE: []
3070
+ end
3071
+
3072
+ class PublishConnectionFunctionResult
3073
+ attr_accessor connection_function_summary: Types::ConnectionFunctionSummary
3074
+ SENSITIVE: []
3075
+ end
3076
+
2892
3077
  class PublishFunctionRequest
2893
3078
  attr_accessor name: ::String
2894
3079
  attr_accessor if_match: ::String
@@ -3301,6 +3486,19 @@ module Aws::CloudFront
3301
3486
  SENSITIVE: []
3302
3487
  end
3303
3488
 
3489
+ class TestConnectionFunctionRequest
3490
+ attr_accessor id: ::String
3491
+ attr_accessor if_match: ::String
3492
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
3493
+ attr_accessor connection_object: ::String
3494
+ SENSITIVE: [:connection_object]
3495
+ end
3496
+
3497
+ class TestConnectionFunctionResult
3498
+ attr_accessor connection_function_test_result: Types::ConnectionFunctionTestResult
3499
+ SENSITIVE: []
3500
+ end
3501
+
3304
3502
  class TestFunctionFailed
3305
3503
  attr_accessor message: ::String
3306
3504
  SENSITIVE: []
@@ -3595,6 +3793,36 @@ module Aws::CloudFront
3595
3793
  SENSITIVE: []
3596
3794
  end
3597
3795
 
3796
+ class TrustStore
3797
+ attr_accessor id: ::String
3798
+ attr_accessor arn: ::String
3799
+ attr_accessor name: ::String
3800
+ attr_accessor status: ("pending" | "active" | "failed")
3801
+ attr_accessor number_of_ca_certificates: ::Integer
3802
+ attr_accessor last_modified_time: ::Time
3803
+ attr_accessor reason: ::String
3804
+ SENSITIVE: []
3805
+ end
3806
+
3807
+ class TrustStoreConfig
3808
+ attr_accessor trust_store_id: ::String
3809
+ attr_accessor advertise_trust_store_ca_names: bool
3810
+ attr_accessor ignore_certificate_expiry: bool
3811
+ SENSITIVE: []
3812
+ end
3813
+
3814
+ class TrustStoreSummary
3815
+ attr_accessor id: ::String
3816
+ attr_accessor arn: ::String
3817
+ attr_accessor name: ::String
3818
+ attr_accessor status: ("pending" | "active" | "failed")
3819
+ attr_accessor number_of_ca_certificates: ::Integer
3820
+ attr_accessor last_modified_time: ::Time
3821
+ attr_accessor reason: ::String
3822
+ attr_accessor etag: ::String
3823
+ SENSITIVE: []
3824
+ end
3825
+
3598
3826
  class TrustedKeyGroupDoesNotExist
3599
3827
  attr_accessor message: ::String
3600
3828
  SENSITIVE: []
@@ -3669,6 +3897,20 @@ module Aws::CloudFront
3669
3897
  SENSITIVE: []
3670
3898
  end
3671
3899
 
3900
+ class UpdateConnectionFunctionRequest
3901
+ attr_accessor id: ::String
3902
+ attr_accessor if_match: ::String
3903
+ attr_accessor connection_function_config: Types::FunctionConfig
3904
+ attr_accessor connection_function_code: ::String
3905
+ SENSITIVE: [:connection_function_code]
3906
+ end
3907
+
3908
+ class UpdateConnectionFunctionResult
3909
+ attr_accessor connection_function_summary: Types::ConnectionFunctionSummary
3910
+ attr_accessor etag: ::String
3911
+ SENSITIVE: []
3912
+ end
3913
+
3672
3914
  class UpdateConnectionGroupRequest
3673
3915
  attr_accessor id: ::String
3674
3916
  attr_accessor ipv_6_enabled: bool
@@ -3901,6 +4143,19 @@ module Aws::CloudFront
3901
4143
  SENSITIVE: []
3902
4144
  end
3903
4145
 
4146
+ class UpdateTrustStoreRequest
4147
+ attr_accessor id: ::String
4148
+ attr_accessor ca_certificates_bundle_source: Types::CaCertificatesBundleSource
4149
+ attr_accessor if_match: ::String
4150
+ SENSITIVE: []
4151
+ end
4152
+
4153
+ class UpdateTrustStoreResult
4154
+ attr_accessor trust_store: Types::TrustStore
4155
+ attr_accessor etag: ::String
4156
+ SENSITIVE: []
4157
+ end
4158
+
3904
4159
  class UpdateVpcOriginRequest
3905
4160
  attr_accessor vpc_origin_endpoint_config: Types::VpcOriginEndpointConfig
3906
4161
  attr_accessor id: ::String
@@ -3943,6 +4198,12 @@ module Aws::CloudFront
3943
4198
  SENSITIVE: []
3944
4199
  end
3945
4200
 
4201
+ class ViewerMtlsConfig
4202
+ attr_accessor mode: ("required" | "optional")
4203
+ attr_accessor trust_store_config: Types::TrustStoreConfig
4204
+ SENSITIVE: []
4205
+ end
4206
+
3946
4207
  class VpcOrigin
3947
4208
  attr_accessor id: ::String
3948
4209
  attr_accessor arn: ::String
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.134.0
4
+ version: 1.136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement