aws-sdk-cloudfront 1.132.0 → 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +267 -1
- data/lib/aws-sdk-cloudfront/client_api.rb +176 -0
- data/lib/aws-sdk-cloudfront/types.rb +359 -2
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +66 -1
- data/sig/types.rbs +92 -0
- metadata +1 -1
data/sig/types.rbs
CHANGED
|
@@ -51,6 +51,8 @@ module Aws::CloudFront
|
|
|
51
51
|
attr_accessor name: ::String
|
|
52
52
|
attr_accessor status: ::String
|
|
53
53
|
attr_accessor arn: ::String
|
|
54
|
+
attr_accessor ip_address_type: ("ipv4" | "ipv6" | "dualstack")
|
|
55
|
+
attr_accessor ipam_config: Types::IpamConfig
|
|
54
56
|
attr_accessor anycast_ips: ::Array[::String]
|
|
55
57
|
attr_accessor ip_count: ::Integer
|
|
56
58
|
attr_accessor last_modified_time: ::Time
|
|
@@ -74,6 +76,9 @@ module Aws::CloudFront
|
|
|
74
76
|
attr_accessor arn: ::String
|
|
75
77
|
attr_accessor ip_count: ::Integer
|
|
76
78
|
attr_accessor last_modified_time: ::Time
|
|
79
|
+
attr_accessor ip_address_type: ("ipv4" | "ipv6" | "dualstack")
|
|
80
|
+
attr_accessor etag: ::String
|
|
81
|
+
attr_accessor ipam_config: Types::IpamConfig
|
|
77
82
|
SENSITIVE: []
|
|
78
83
|
end
|
|
79
84
|
|
|
@@ -427,6 +432,8 @@ module Aws::CloudFront
|
|
|
427
432
|
attr_accessor name: ::String
|
|
428
433
|
attr_accessor ip_count: ::Integer
|
|
429
434
|
attr_accessor tags: Types::Tags
|
|
435
|
+
attr_accessor ip_address_type: ("ipv4" | "ipv6" | "dualstack")
|
|
436
|
+
attr_accessor ipam_cidr_configs: ::Array[Types::IpamCidrConfig]
|
|
430
437
|
SENSITIVE: []
|
|
431
438
|
end
|
|
432
439
|
|
|
@@ -892,6 +899,11 @@ module Aws::CloudFront
|
|
|
892
899
|
SENSITIVE: []
|
|
893
900
|
end
|
|
894
901
|
|
|
902
|
+
class DeleteResourcePolicyRequest
|
|
903
|
+
attr_accessor resource_arn: ::String
|
|
904
|
+
SENSITIVE: []
|
|
905
|
+
end
|
|
906
|
+
|
|
895
907
|
class DeleteResponseHeadersPolicyRequest
|
|
896
908
|
attr_accessor id: ::String
|
|
897
909
|
attr_accessor if_match: ::String
|
|
@@ -1024,6 +1036,22 @@ module Aws::CloudFront
|
|
|
1024
1036
|
SENSITIVE: []
|
|
1025
1037
|
end
|
|
1026
1038
|
|
|
1039
|
+
class DistributionIdOwner
|
|
1040
|
+
attr_accessor distribution_id: ::String
|
|
1041
|
+
attr_accessor owner_account_id: ::String
|
|
1042
|
+
SENSITIVE: []
|
|
1043
|
+
end
|
|
1044
|
+
|
|
1045
|
+
class DistributionIdOwnerList
|
|
1046
|
+
attr_accessor marker: ::String
|
|
1047
|
+
attr_accessor next_marker: ::String
|
|
1048
|
+
attr_accessor max_items: ::Integer
|
|
1049
|
+
attr_accessor is_truncated: bool
|
|
1050
|
+
attr_accessor quantity: ::Integer
|
|
1051
|
+
attr_accessor items: ::Array[Types::DistributionIdOwner]
|
|
1052
|
+
SENSITIVE: []
|
|
1053
|
+
end
|
|
1054
|
+
|
|
1027
1055
|
class DistributionList
|
|
1028
1056
|
attr_accessor marker: ::String
|
|
1029
1057
|
attr_accessor next_marker: ::String
|
|
@@ -1692,6 +1720,17 @@ module Aws::CloudFront
|
|
|
1692
1720
|
SENSITIVE: []
|
|
1693
1721
|
end
|
|
1694
1722
|
|
|
1723
|
+
class GetResourcePolicyRequest
|
|
1724
|
+
attr_accessor resource_arn: ::String
|
|
1725
|
+
SENSITIVE: []
|
|
1726
|
+
end
|
|
1727
|
+
|
|
1728
|
+
class GetResourcePolicyResult
|
|
1729
|
+
attr_accessor resource_arn: ::String
|
|
1730
|
+
attr_accessor policy_document: ::String
|
|
1731
|
+
SENSITIVE: []
|
|
1732
|
+
end
|
|
1733
|
+
|
|
1695
1734
|
class GetResponseHeadersPolicyConfigRequest
|
|
1696
1735
|
attr_accessor id: ::String
|
|
1697
1736
|
SENSITIVE: []
|
|
@@ -1955,6 +1994,20 @@ module Aws::CloudFront
|
|
|
1955
1994
|
SENSITIVE: []
|
|
1956
1995
|
end
|
|
1957
1996
|
|
|
1997
|
+
class IpamCidrConfig
|
|
1998
|
+
attr_accessor cidr: ::String
|
|
1999
|
+
attr_accessor ipam_pool_arn: ::String
|
|
2000
|
+
attr_accessor anycast_ip: ::String
|
|
2001
|
+
attr_accessor status: ("provisioned" | "failed-provision" | "provisioning" | "deprovisioned" | "failed-deprovision" | "deprovisioning" | "advertised" | "failed-advertise" | "advertising" | "withdrawn" | "failed-withdraw" | "withdrawing")
|
|
2002
|
+
SENSITIVE: []
|
|
2003
|
+
end
|
|
2004
|
+
|
|
2005
|
+
class IpamConfig
|
|
2006
|
+
attr_accessor quantity: ::Integer
|
|
2007
|
+
attr_accessor ipam_cidr_configs: ::Array[Types::IpamCidrConfig]
|
|
2008
|
+
SENSITIVE: []
|
|
2009
|
+
end
|
|
2010
|
+
|
|
1958
2011
|
class KGKeyPairIds
|
|
1959
2012
|
attr_accessor key_group_id: ::String
|
|
1960
2013
|
attr_accessor key_pair_ids: Types::KeyPairIds
|
|
@@ -2205,6 +2258,18 @@ module Aws::CloudFront
|
|
|
2205
2258
|
SENSITIVE: []
|
|
2206
2259
|
end
|
|
2207
2260
|
|
|
2261
|
+
class ListDistributionsByOwnedResourceRequest
|
|
2262
|
+
attr_accessor resource_arn: ::String
|
|
2263
|
+
attr_accessor marker: ::String
|
|
2264
|
+
attr_accessor max_items: ::Integer
|
|
2265
|
+
SENSITIVE: []
|
|
2266
|
+
end
|
|
2267
|
+
|
|
2268
|
+
class ListDistributionsByOwnedResourceResult
|
|
2269
|
+
attr_accessor distribution_list: Types::DistributionIdOwnerList
|
|
2270
|
+
SENSITIVE: []
|
|
2271
|
+
end
|
|
2272
|
+
|
|
2208
2273
|
class ListDistributionsByRealtimeLogConfigRequest
|
|
2209
2274
|
attr_accessor marker: ::String
|
|
2210
2275
|
attr_accessor max_items: ::Integer
|
|
@@ -2835,6 +2900,17 @@ module Aws::CloudFront
|
|
|
2835
2900
|
SENSITIVE: []
|
|
2836
2901
|
end
|
|
2837
2902
|
|
|
2903
|
+
class PutResourcePolicyRequest
|
|
2904
|
+
attr_accessor resource_arn: ::String
|
|
2905
|
+
attr_accessor policy_document: ::String
|
|
2906
|
+
SENSITIVE: []
|
|
2907
|
+
end
|
|
2908
|
+
|
|
2909
|
+
class PutResourcePolicyResult
|
|
2910
|
+
attr_accessor resource_arn: ::String
|
|
2911
|
+
SENSITIVE: []
|
|
2912
|
+
end
|
|
2913
|
+
|
|
2838
2914
|
class QueryArgProfile
|
|
2839
2915
|
attr_accessor query_arg: ::String
|
|
2840
2916
|
attr_accessor profile_id: ::String
|
|
@@ -3554,6 +3630,19 @@ module Aws::CloudFront
|
|
|
3554
3630
|
SENSITIVE: []
|
|
3555
3631
|
end
|
|
3556
3632
|
|
|
3633
|
+
class UpdateAnycastIpListRequest
|
|
3634
|
+
attr_accessor id: ::String
|
|
3635
|
+
attr_accessor ip_address_type: ("ipv4" | "ipv6" | "dualstack")
|
|
3636
|
+
attr_accessor if_match: ::String
|
|
3637
|
+
SENSITIVE: []
|
|
3638
|
+
end
|
|
3639
|
+
|
|
3640
|
+
class UpdateAnycastIpListResult
|
|
3641
|
+
attr_accessor anycast_ip_list: Types::AnycastIpList
|
|
3642
|
+
attr_accessor etag: ::String
|
|
3643
|
+
SENSITIVE: []
|
|
3644
|
+
end
|
|
3645
|
+
|
|
3557
3646
|
class UpdateCachePolicyRequest
|
|
3558
3647
|
attr_accessor cache_policy_config: Types::CachePolicyConfig
|
|
3559
3648
|
attr_accessor id: ::String
|
|
@@ -3857,6 +3946,7 @@ module Aws::CloudFront
|
|
|
3857
3946
|
class VpcOrigin
|
|
3858
3947
|
attr_accessor id: ::String
|
|
3859
3948
|
attr_accessor arn: ::String
|
|
3949
|
+
attr_accessor account_id: ::String
|
|
3860
3950
|
attr_accessor status: ::String
|
|
3861
3951
|
attr_accessor created_time: ::Time
|
|
3862
3952
|
attr_accessor last_modified_time: ::Time
|
|
@@ -3866,6 +3956,7 @@ module Aws::CloudFront
|
|
|
3866
3956
|
|
|
3867
3957
|
class VpcOriginConfig
|
|
3868
3958
|
attr_accessor vpc_origin_id: ::String
|
|
3959
|
+
attr_accessor owner_account_id: ::String
|
|
3869
3960
|
attr_accessor origin_read_timeout: ::Integer
|
|
3870
3961
|
attr_accessor origin_keepalive_timeout: ::Integer
|
|
3871
3962
|
SENSITIVE: []
|
|
@@ -3898,6 +3989,7 @@ module Aws::CloudFront
|
|
|
3898
3989
|
attr_accessor created_time: ::Time
|
|
3899
3990
|
attr_accessor last_modified_time: ::Time
|
|
3900
3991
|
attr_accessor arn: ::String
|
|
3992
|
+
attr_accessor account_id: ::String
|
|
3901
3993
|
attr_accessor origin_endpoint_arn: ::String
|
|
3902
3994
|
SENSITIVE: []
|
|
3903
3995
|
end
|