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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-greengrassv2/client.rb +1 -1
- data/lib/aws-sdk-greengrassv2.rb +1 -1
- data/sig/client.rbs +9 -9
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cef375e3a383d50ae9c71cadb08327fcf77d7c0070882da245d33fd3c615f633
|
|
4
|
+
data.tar.gz: cf28a60c6854a24bbea65fdbcb55afecd29d3701435bdd4e0564bfd7942a9ffd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef4a2d85e62fb1e71d17fc5b2498b3afdfcf644832117c38227eacca3aa3f22e9fb1c131a58c237a9d211fadbe3fa66bd1316d81a5f3a9f432ea96c03046d8d6
|
|
7
|
+
data.tar.gz: 853f1ecbb7134a2be7f2caea945759a44d16b346ff1ee4a5ab9c025f56c315397110402a9d8cb01c3fbe8fef2044b9d445cb993bd2fd6f2436368a84088dca8e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
2228
|
+
context[:gem_version] = '1.71.0'
|
|
2229
2229
|
Seahorse::Client::Request.new(handlers, context)
|
|
2230
2230
|
end
|
|
2231
2231
|
|
data/lib/aws-sdk-greengrassv2.rb
CHANGED
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
|