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.
@@ -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
- "argument" => "distribution.status"
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
- "argument" => "invalidation.status"
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
- "argument" => "streaming_distribution.status"
172
+ "expected" => "Deployed"
173
173
  }]
174
174
  )
175
175
  }.merge(options))
@@ -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.103.0'
58
+ GEM_VERSION = '1.104.0'
59
59
 
60
60
  end
61
61
 
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.103.0
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-10-18 00:00:00.000000000 Z
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