aws-sdk-greengrassv2 1.70.0 → 1.71.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: cef375e3a383d50ae9c71cadb08327fcf77d7c0070882da245d33fd3c615f633
4
+ data.tar.gz: cf28a60c6854a24bbea65fdbcb55afecd29d3701435bdd4e0564bfd7942a9ffd
5
5
  SHA512:
6
- metadata.gz: c5c34f4bdac898e1b5d3d3c300638846dc8ce0ea85c849b45dce1a5b8948a74254803180397ecbb7711af6d33a3f4005e6306406f2f1aefdd1bf709c908ba2b6
7
- data.tar.gz: 95d3bccf20075d8a1a4005a46e29e16a3c46e67853bef5730452ca1a46fc3a9c0a117a6f2196e790480b121c9bf1f8bed44254738d7d502a05a135240048c5cf
6
+ metadata.gz: ef4a2d85e62fb1e71d17fc5b2498b3afdfcf644832117c38227eacca3aa3f22e9fb1c131a58c237a9d211fadbe3fa66bd1316d81a5f3a9f432ea96c03046d8d6
7
+ data.tar.gz: 853f1ecbb7134a2be7f2caea945759a44d16b346ff1ee4a5ab9c025f56c315397110402a9d8cb01c3fbe8fef2044b9d445cb993bd2fd6f2436368a84088dca8e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2225,7 +2225,7 @@ module Aws::GreengrassV2
2225
2225
  tracer: tracer
2226
2226
  )
2227
2227
  context[:gem_name] = 'aws-sdk-greengrassv2'
2228
- context[:gem_version] = '1.70.0'
2228
+ context[:gem_version] = '1.71.0'
2229
2229
  Seahorse::Client::Request.new(handlers, context)
2230
2230
  end
2231
2231
 
@@ -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.71.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.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services