aws-sdk-greengrassv2 1.70.0 → 1.72.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: 88564f1cc9efac70329f4c9e62455bf4bff035d337b2a7c6b0f779d8cd278155
4
- data.tar.gz: f756490fe3f863a71abca81d0485fe60d031f217429e5bbe31760b7386549f80
3
+ metadata.gz: b0787d007f722164295e1a31c51161f7d0ff96101cc92f454bdcd368e896ba44
4
+ data.tar.gz: a995d6fdc2a20749848af31ee45cb181d5b3d0aea1de4ec0e8b804ed90c1ea5d
5
5
  SHA512:
6
- metadata.gz: c5c34f4bdac898e1b5d3d3c300638846dc8ce0ea85c849b45dce1a5b8948a74254803180397ecbb7711af6d33a3f4005e6306406f2f1aefdd1bf709c908ba2b6
7
- data.tar.gz: 95d3bccf20075d8a1a4005a46e29e16a3c46e67853bef5730452ca1a46fc3a9c0a117a6f2196e790480b121c9bf1f8bed44254738d7d502a05a135240048c5cf
6
+ metadata.gz: b209e5a927cf4aca003f7cc1e8828c5c68fcd6fc141a3580db763ecff15272dce9c29a052c400058edc60681de2e5d31f27b3af908bfb0c592157b013e851e41
7
+ data.tar.gz: 2c65d4f46a83f1421b76ea913a1a8c26794af62c758a53a153e62d76455ab77d2a416b316ce9a466d85df7403ac502c64b561b055a32b0df4492c6bec84be1ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.71.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.70.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -199,7 +199,7 @@ module Aws::GreengrassV2
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::GreengrassV2
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2225,7 +2223,7 @@ module Aws::GreengrassV2
2225
2223
  tracer: tracer
2226
2224
  )
2227
2225
  context[:gem_name] = 'aws-sdk-greengrassv2'
2228
- context[:gem_version] = '1.70.0'
2226
+ context[:gem_version] = '1.72.0'
2229
2227
  Seahorse::Client::Request.new(handlers, context)
2230
2228
  end
2231
2229
 
@@ -54,7 +54,7 @@ module Aws::GreengrassV2
54
54
  autoload :EndpointProvider, 'aws-sdk-greengrassv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-greengrassv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.72.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -97,7 +97,7 @@ module Aws
97
97
  ?entries: Array[
98
98
  {
99
99
  thing_name: ::String
100
- },
100
+ }
101
101
  ],
102
102
  core_device_thing_name: ::String
103
103
  ) -> _BatchAssociateClientDeviceWithCoreDeviceResponseSuccess
@@ -112,7 +112,7 @@ module Aws
112
112
  ?entries: Array[
113
113
  {
114
114
  thing_name: ::String
115
- },
115
+ }
116
116
  ],
117
117
  core_device_thing_name: ::String
118
118
  ) -> _BatchDisassociateClientDeviceFromCoreDeviceResponseSuccess
@@ -147,7 +147,7 @@ module Aws
147
147
  {
148
148
  name: ::String?,
149
149
  attributes: Hash[::String, ::String]?
150
- },
150
+ }
151
151
  ]?,
152
152
  component_dependencies: Hash[::String, {
153
153
  version_requirement: ::String?,
@@ -158,7 +158,7 @@ module Aws
158
158
  {
159
159
  topic: ::String,
160
160
  type: ("PUB_SUB" | "IOT_CORE")
161
- },
161
+ }
162
162
  ]?,
163
163
  max_queue_size: ::Integer?,
164
164
  max_instances_count: ::Integer?,
@@ -180,14 +180,14 @@ module Aws
180
180
  destination_path: ::String,
181
181
  permission: ("ro" | "rw")?,
182
182
  add_group_owner: bool?
183
- },
183
+ }
184
184
  ]?,
185
185
  devices: Array[
186
186
  {
187
187
  path: ::String,
188
188
  permission: ("ro" | "rw")?,
189
189
  add_group_owner: bool?
190
- },
190
+ }
191
191
  ]?
192
192
  }?
193
193
  }?
@@ -242,7 +242,7 @@ module Aws
242
242
  action: ("CANCEL"),
243
243
  threshold_percentage: ::Float,
244
244
  min_number_of_executed_things: ::Integer
245
- },
245
+ }
246
246
  ]
247
247
  }?,
248
248
  timeout_config: {
@@ -518,7 +518,7 @@ module Aws
518
518
  component_name: ::String?,
519
519
  component_version: ::String?,
520
520
  version_requirements: Hash[::String, ::String]?
521
- },
521
+ }
522
522
  ]
523
523
  ) -> _ResolveComponentCandidatesResponseSuccess
524
524
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResolveComponentCandidatesResponseSuccess
@@ -557,7 +557,7 @@ module Aws
557
557
  host_address: ::String?,
558
558
  port_number: ::Integer?,
559
559
  metadata: ::String?
560
- },
560
+ }
561
561
  ]
562
562
  ) -> _UpdateConnectivityInfoResponseSuccess
563
563
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectivityInfoResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrassv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.72.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.247.0
21
+ version: 3.248.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement