aws-sdk-cloudfront 1.103.0 → 1.104.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +17 -11
- data/lib/aws-sdk-cloudfront/client_api.rb +482 -479
- data/lib/aws-sdk-cloudfront/waiters.rb +6 -6
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +2 -2
|
@@ -92,10 +92,10 @@ module Aws::CloudFront
|
|
|
92
92
|
poller: Aws::Waiters::Poller.new(
|
|
93
93
|
operation_name: :get_distribution,
|
|
94
94
|
acceptors: [{
|
|
95
|
-
"expected" => "Deployed",
|
|
96
95
|
"matcher" => "path",
|
|
96
|
+
"argument" => "distribution.status",
|
|
97
97
|
"state" => "success",
|
|
98
|
-
"
|
|
98
|
+
"expected" => "Deployed"
|
|
99
99
|
}]
|
|
100
100
|
)
|
|
101
101
|
}.merge(options))
|
|
@@ -129,10 +129,10 @@ module Aws::CloudFront
|
|
|
129
129
|
poller: Aws::Waiters::Poller.new(
|
|
130
130
|
operation_name: :get_invalidation,
|
|
131
131
|
acceptors: [{
|
|
132
|
-
"expected" => "Completed",
|
|
133
132
|
"matcher" => "path",
|
|
133
|
+
"argument" => "invalidation.status",
|
|
134
134
|
"state" => "success",
|
|
135
|
-
"
|
|
135
|
+
"expected" => "Completed"
|
|
136
136
|
}]
|
|
137
137
|
)
|
|
138
138
|
}.merge(options))
|
|
@@ -166,10 +166,10 @@ module Aws::CloudFront
|
|
|
166
166
|
poller: Aws::Waiters::Poller.new(
|
|
167
167
|
operation_name: :get_streaming_distribution,
|
|
168
168
|
acceptors: [{
|
|
169
|
-
"expected" => "Deployed",
|
|
170
169
|
"matcher" => "path",
|
|
170
|
+
"argument" => "streaming_distribution.status",
|
|
171
171
|
"state" => "success",
|
|
172
|
-
"
|
|
172
|
+
"expected" => "Deployed"
|
|
173
173
|
}]
|
|
174
174
|
)
|
|
175
175
|
}.merge(options))
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudfront
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.104.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|