aws-sdk-iotevents 1.12.0 → 1.13.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/lib/aws-sdk-iotevents.rb +1 -1
- data/lib/aws-sdk-iotevents/client.rb +1 -32
- data/lib/aws-sdk-iotevents/client_api.rb +0 -68
- data/lib/aws-sdk-iotevents/errors.rb +0 -106
- data/lib/aws-sdk-iotevents/types.rb +1 -117
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94d678eb4d26b78d2e6db391250b07e4fd37aec935b38ee4991de6d4af70f332
|
4
|
+
data.tar.gz: e053490c720a7399d2a5d24cfed8b4915e5cc3f4f7ade0501a828a1726a1cb96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21c6a5f97ef2779c85230c05c53da7ad23cacfcbf12af031bce8651d684fcf7686c64f2a5b755a3d0f1b78b6703eca64ddc5d6986855a2d7b6b0b112a760d126
|
7
|
+
data.tar.gz: 704dafab2435709e7db85f54403ca0ad4e7b3a76429106f7e6793bdd4e7af875a9392928d8a77a6e9ae99e1b7914dca205293a48dbc4f333acf153559d10cc46
|
data/lib/aws-sdk-iotevents.rb
CHANGED
@@ -2041,37 +2041,6 @@ module Aws::IoTEvents
|
|
2041
2041
|
req.send_request(options)
|
2042
2042
|
end
|
2043
2043
|
|
2044
|
-
# @option params [required, Array<Types::TagrisSweepListItem>] :tagris_sweep_list
|
2045
|
-
#
|
2046
|
-
# @return [Types::TagrisVerifyResourcesExistOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2047
|
-
#
|
2048
|
-
# * {Types::TagrisVerifyResourcesExistOutput#tagris_sweep_list_result #tagris_sweep_list_result} => Hash<String,String>
|
2049
|
-
#
|
2050
|
-
# @example Request syntax with placeholder values
|
2051
|
-
#
|
2052
|
-
# resp = client.verify_resources_exist_for_tagris({
|
2053
|
-
# tagris_sweep_list: [ # required
|
2054
|
-
# {
|
2055
|
-
# tagris_account_id: "TagrisAccountId",
|
2056
|
-
# tagris_amazon_resource_name: "TagrisAmazonResourceName",
|
2057
|
-
# tagris_internal_id: "TagrisInternalId",
|
2058
|
-
# tagris_version: 1,
|
2059
|
-
# },
|
2060
|
-
# ],
|
2061
|
-
# })
|
2062
|
-
#
|
2063
|
-
# @example Response structure
|
2064
|
-
#
|
2065
|
-
# resp.tagris_sweep_list_result #=> Hash
|
2066
|
-
# resp.tagris_sweep_list_result["TagrisAmazonResourceName"] #=> String, one of "ACTIVE", "NOT_ACTIVE"
|
2067
|
-
#
|
2068
|
-
# @overload verify_resources_exist_for_tagris(params = {})
|
2069
|
-
# @param [Hash] params ({})
|
2070
|
-
def verify_resources_exist_for_tagris(params = {}, options = {})
|
2071
|
-
req = build_request(:verify_resources_exist_for_tagris, params)
|
2072
|
-
req.send_request(options)
|
2073
|
-
end
|
2074
|
-
|
2075
2044
|
# @!endgroup
|
2076
2045
|
|
2077
2046
|
# @param params ({})
|
@@ -2085,7 +2054,7 @@ module Aws::IoTEvents
|
|
2085
2054
|
params: params,
|
2086
2055
|
config: config)
|
2087
2056
|
context[:gem_name] = 'aws-sdk-iotevents'
|
2088
|
-
context[:gem_version] = '1.
|
2057
|
+
context[:gem_version] = '1.13.0'
|
2089
2058
|
Seahorse::Client::Request.new(handlers, context)
|
2090
2059
|
end
|
2091
2060
|
|
@@ -133,23 +133,6 @@ module Aws::IoTEvents
|
|
133
133
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
134
134
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
135
135
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
136
|
-
TagrisAccessDeniedException = Shapes::StructureShape.new(name: 'TagrisAccessDeniedException')
|
137
|
-
TagrisAccountId = Shapes::StringShape.new(name: 'TagrisAccountId')
|
138
|
-
TagrisAmazonResourceName = Shapes::StringShape.new(name: 'TagrisAmazonResourceName')
|
139
|
-
TagrisExceptionMessage = Shapes::StringShape.new(name: 'TagrisExceptionMessage')
|
140
|
-
TagrisInternalId = Shapes::StringShape.new(name: 'TagrisInternalId')
|
141
|
-
TagrisInternalServiceException = Shapes::StructureShape.new(name: 'TagrisInternalServiceException')
|
142
|
-
TagrisInvalidArnException = Shapes::StructureShape.new(name: 'TagrisInvalidArnException')
|
143
|
-
TagrisInvalidParameterException = Shapes::StructureShape.new(name: 'TagrisInvalidParameterException')
|
144
|
-
TagrisPartialResourcesExistResultsException = Shapes::StructureShape.new(name: 'TagrisPartialResourcesExistResultsException')
|
145
|
-
TagrisStatus = Shapes::StringShape.new(name: 'TagrisStatus')
|
146
|
-
TagrisSweepList = Shapes::ListShape.new(name: 'TagrisSweepList')
|
147
|
-
TagrisSweepListItem = Shapes::StructureShape.new(name: 'TagrisSweepListItem')
|
148
|
-
TagrisSweepListResult = Shapes::MapShape.new(name: 'TagrisSweepListResult')
|
149
|
-
TagrisThrottledException = Shapes::StructureShape.new(name: 'TagrisThrottledException')
|
150
|
-
TagrisVerifyResourcesExistInput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistInput')
|
151
|
-
TagrisVerifyResourcesExistOutput = Shapes::StructureShape.new(name: 'TagrisVerifyResourcesExistOutput')
|
152
|
-
TagrisVersion = Shapes::IntegerShape.new(name: 'TagrisVersion')
|
153
136
|
Tags = Shapes::ListShape.new(name: 'Tags')
|
154
137
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
155
138
|
TimerName = Shapes::StringShape.new(name: 'TimerName')
|
@@ -494,43 +477,6 @@ module Aws::IoTEvents
|
|
494
477
|
|
495
478
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
496
479
|
|
497
|
-
TagrisAccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
498
|
-
TagrisAccessDeniedException.struct_class = Types::TagrisAccessDeniedException
|
499
|
-
|
500
|
-
TagrisInternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
501
|
-
TagrisInternalServiceException.struct_class = Types::TagrisInternalServiceException
|
502
|
-
|
503
|
-
TagrisInvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
504
|
-
TagrisInvalidArnException.add_member(:sweep_list_item, Shapes::ShapeRef.new(shape: TagrisSweepListItem, location_name: "sweepListItem"))
|
505
|
-
TagrisInvalidArnException.struct_class = Types::TagrisInvalidArnException
|
506
|
-
|
507
|
-
TagrisInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
508
|
-
TagrisInvalidParameterException.struct_class = Types::TagrisInvalidParameterException
|
509
|
-
|
510
|
-
TagrisPartialResourcesExistResultsException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
511
|
-
TagrisPartialResourcesExistResultsException.add_member(:resource_existence_information, Shapes::ShapeRef.new(shape: TagrisSweepListResult, location_name: "resourceExistenceInformation"))
|
512
|
-
TagrisPartialResourcesExistResultsException.struct_class = Types::TagrisPartialResourcesExistResultsException
|
513
|
-
|
514
|
-
TagrisSweepList.member = Shapes::ShapeRef.new(shape: TagrisSweepListItem)
|
515
|
-
|
516
|
-
TagrisSweepListItem.add_member(:tagris_account_id, Shapes::ShapeRef.new(shape: TagrisAccountId, location_name: "TagrisAccountId"))
|
517
|
-
TagrisSweepListItem.add_member(:tagris_amazon_resource_name, Shapes::ShapeRef.new(shape: TagrisAmazonResourceName, location_name: "TagrisAmazonResourceName"))
|
518
|
-
TagrisSweepListItem.add_member(:tagris_internal_id, Shapes::ShapeRef.new(shape: TagrisInternalId, location_name: "TagrisInternalId"))
|
519
|
-
TagrisSweepListItem.add_member(:tagris_version, Shapes::ShapeRef.new(shape: TagrisVersion, location_name: "TagrisVersion"))
|
520
|
-
TagrisSweepListItem.struct_class = Types::TagrisSweepListItem
|
521
|
-
|
522
|
-
TagrisSweepListResult.key = Shapes::ShapeRef.new(shape: TagrisAmazonResourceName)
|
523
|
-
TagrisSweepListResult.value = Shapes::ShapeRef.new(shape: TagrisStatus)
|
524
|
-
|
525
|
-
TagrisThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: TagrisExceptionMessage, location_name: "message"))
|
526
|
-
TagrisThrottledException.struct_class = Types::TagrisThrottledException
|
527
|
-
|
528
|
-
TagrisVerifyResourcesExistInput.add_member(:tagris_sweep_list, Shapes::ShapeRef.new(shape: TagrisSweepList, required: true, location_name: "TagrisSweepList"))
|
529
|
-
TagrisVerifyResourcesExistInput.struct_class = Types::TagrisVerifyResourcesExistInput
|
530
|
-
|
531
|
-
TagrisVerifyResourcesExistOutput.add_member(:tagris_sweep_list_result, Shapes::ShapeRef.new(shape: TagrisSweepListResult, required: true, location_name: "TagrisSweepListResult"))
|
532
|
-
TagrisVerifyResourcesExistOutput.struct_class = Types::TagrisVerifyResourcesExistOutput
|
533
|
-
|
534
480
|
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
535
481
|
|
536
482
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
@@ -802,20 +748,6 @@ module Aws::IoTEvents
|
|
802
748
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
803
749
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
804
750
|
end)
|
805
|
-
|
806
|
-
api.add_operation(:verify_resources_exist_for_tagris, Seahorse::Model::Operation.new.tap do |o|
|
807
|
-
o.name = "VerifyResourcesExistForTagris"
|
808
|
-
o.http_method = "GET"
|
809
|
-
o.http_request_uri = "/internal/tags/resource-status"
|
810
|
-
o.input = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistInput)
|
811
|
-
o.output = Shapes::ShapeRef.new(shape: TagrisVerifyResourcesExistOutput)
|
812
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisAccessDeniedException)
|
813
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisInternalServiceException)
|
814
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidArnException)
|
815
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisInvalidParameterException)
|
816
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisPartialResourcesExistResultsException)
|
817
|
-
o.errors << Shapes::ShapeRef.new(shape: TagrisThrottledException)
|
818
|
-
end)
|
819
751
|
end
|
820
752
|
|
821
753
|
end
|
@@ -32,12 +32,6 @@ module Aws::IoTEvents
|
|
32
32
|
# * {ResourceInUseException}
|
33
33
|
# * {ResourceNotFoundException}
|
34
34
|
# * {ServiceUnavailableException}
|
35
|
-
# * {TagrisAccessDeniedException}
|
36
|
-
# * {TagrisInternalServiceException}
|
37
|
-
# * {TagrisInvalidArnException}
|
38
|
-
# * {TagrisInvalidParameterException}
|
39
|
-
# * {TagrisPartialResourcesExistResultsException}
|
40
|
-
# * {TagrisThrottledException}
|
41
35
|
# * {ThrottlingException}
|
42
36
|
# * {UnsupportedOperationException}
|
43
37
|
#
|
@@ -162,106 +156,6 @@ module Aws::IoTEvents
|
|
162
156
|
end
|
163
157
|
end
|
164
158
|
|
165
|
-
class TagrisAccessDeniedException < ServiceError
|
166
|
-
|
167
|
-
# @param [Seahorse::Client::RequestContext] context
|
168
|
-
# @param [String] message
|
169
|
-
# @param [Aws::IoTEvents::Types::TagrisAccessDeniedException] data
|
170
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
171
|
-
super(context, message, data)
|
172
|
-
end
|
173
|
-
|
174
|
-
# @return [String]
|
175
|
-
def message
|
176
|
-
@message || @data[:message]
|
177
|
-
end
|
178
|
-
end
|
179
|
-
|
180
|
-
class TagrisInternalServiceException < ServiceError
|
181
|
-
|
182
|
-
# @param [Seahorse::Client::RequestContext] context
|
183
|
-
# @param [String] message
|
184
|
-
# @param [Aws::IoTEvents::Types::TagrisInternalServiceException] data
|
185
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
186
|
-
super(context, message, data)
|
187
|
-
end
|
188
|
-
|
189
|
-
# @return [String]
|
190
|
-
def message
|
191
|
-
@message || @data[:message]
|
192
|
-
end
|
193
|
-
end
|
194
|
-
|
195
|
-
class TagrisInvalidArnException < ServiceError
|
196
|
-
|
197
|
-
# @param [Seahorse::Client::RequestContext] context
|
198
|
-
# @param [String] message
|
199
|
-
# @param [Aws::IoTEvents::Types::TagrisInvalidArnException] data
|
200
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
201
|
-
super(context, message, data)
|
202
|
-
end
|
203
|
-
|
204
|
-
# @return [String]
|
205
|
-
def message
|
206
|
-
@message || @data[:message]
|
207
|
-
end
|
208
|
-
|
209
|
-
# @return [String]
|
210
|
-
def sweep_list_item
|
211
|
-
@data[:sweep_list_item]
|
212
|
-
end
|
213
|
-
end
|
214
|
-
|
215
|
-
class TagrisInvalidParameterException < ServiceError
|
216
|
-
|
217
|
-
# @param [Seahorse::Client::RequestContext] context
|
218
|
-
# @param [String] message
|
219
|
-
# @param [Aws::IoTEvents::Types::TagrisInvalidParameterException] data
|
220
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
221
|
-
super(context, message, data)
|
222
|
-
end
|
223
|
-
|
224
|
-
# @return [String]
|
225
|
-
def message
|
226
|
-
@message || @data[:message]
|
227
|
-
end
|
228
|
-
end
|
229
|
-
|
230
|
-
class TagrisPartialResourcesExistResultsException < ServiceError
|
231
|
-
|
232
|
-
# @param [Seahorse::Client::RequestContext] context
|
233
|
-
# @param [String] message
|
234
|
-
# @param [Aws::IoTEvents::Types::TagrisPartialResourcesExistResultsException] data
|
235
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
236
|
-
super(context, message, data)
|
237
|
-
end
|
238
|
-
|
239
|
-
# @return [String]
|
240
|
-
def message
|
241
|
-
@message || @data[:message]
|
242
|
-
end
|
243
|
-
|
244
|
-
# @return [String]
|
245
|
-
def resource_existence_information
|
246
|
-
@data[:resource_existence_information]
|
247
|
-
end
|
248
|
-
end
|
249
|
-
|
250
|
-
class TagrisThrottledException < ServiceError
|
251
|
-
|
252
|
-
# @param [Seahorse::Client::RequestContext] context
|
253
|
-
# @param [String] message
|
254
|
-
# @param [Aws::IoTEvents::Types::TagrisThrottledException] data
|
255
|
-
def initialize(context, message, data = Aws::EmptyStructure.new)
|
256
|
-
super(context, message, data)
|
257
|
-
end
|
258
|
-
|
259
|
-
# @return [String]
|
260
|
-
def message
|
261
|
-
@message || @data[:message]
|
262
|
-
end
|
263
|
-
end
|
264
|
-
|
265
159
|
class ThrottlingException < ServiceError
|
266
160
|
|
267
161
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -194,7 +194,7 @@ module Aws::IoTEvents
|
|
194
194
|
#
|
195
195
|
# @!attribute [rw] iot_site_wise
|
196
196
|
# Sends information about the detector model instance and the event
|
197
|
-
# that triggered the action to an AWS IoT SiteWise
|
197
|
+
# that triggered the action to an asset property in AWS IoT SiteWise .
|
198
198
|
# @return [Types::IotSiteWiseAction]
|
199
199
|
#
|
200
200
|
class Action < Struct.new(
|
@@ -3952,122 +3952,6 @@ module Aws::IoTEvents
|
|
3952
3952
|
|
3953
3953
|
class TagResourceResponse < Aws::EmptyStructure; end
|
3954
3954
|
|
3955
|
-
# @!attribute [rw] message
|
3956
|
-
# @return [String]
|
3957
|
-
#
|
3958
|
-
class TagrisAccessDeniedException < Struct.new(
|
3959
|
-
:message)
|
3960
|
-
include Aws::Structure
|
3961
|
-
end
|
3962
|
-
|
3963
|
-
# @!attribute [rw] message
|
3964
|
-
# @return [String]
|
3965
|
-
#
|
3966
|
-
class TagrisInternalServiceException < Struct.new(
|
3967
|
-
:message)
|
3968
|
-
include Aws::Structure
|
3969
|
-
end
|
3970
|
-
|
3971
|
-
# @!attribute [rw] message
|
3972
|
-
# @return [String]
|
3973
|
-
#
|
3974
|
-
# @!attribute [rw] sweep_list_item
|
3975
|
-
# @return [Types::TagrisSweepListItem]
|
3976
|
-
#
|
3977
|
-
class TagrisInvalidArnException < Struct.new(
|
3978
|
-
:message,
|
3979
|
-
:sweep_list_item)
|
3980
|
-
include Aws::Structure
|
3981
|
-
end
|
3982
|
-
|
3983
|
-
# @!attribute [rw] message
|
3984
|
-
# @return [String]
|
3985
|
-
#
|
3986
|
-
class TagrisInvalidParameterException < Struct.new(
|
3987
|
-
:message)
|
3988
|
-
include Aws::Structure
|
3989
|
-
end
|
3990
|
-
|
3991
|
-
# @!attribute [rw] message
|
3992
|
-
# @return [String]
|
3993
|
-
#
|
3994
|
-
# @!attribute [rw] resource_existence_information
|
3995
|
-
# @return [Hash<String,String>]
|
3996
|
-
#
|
3997
|
-
class TagrisPartialResourcesExistResultsException < Struct.new(
|
3998
|
-
:message,
|
3999
|
-
:resource_existence_information)
|
4000
|
-
include Aws::Structure
|
4001
|
-
end
|
4002
|
-
|
4003
|
-
# @note When making an API call, you may pass TagrisSweepListItem
|
4004
|
-
# data as a hash:
|
4005
|
-
#
|
4006
|
-
# {
|
4007
|
-
# tagris_account_id: "TagrisAccountId",
|
4008
|
-
# tagris_amazon_resource_name: "TagrisAmazonResourceName",
|
4009
|
-
# tagris_internal_id: "TagrisInternalId",
|
4010
|
-
# tagris_version: 1,
|
4011
|
-
# }
|
4012
|
-
#
|
4013
|
-
# @!attribute [rw] tagris_account_id
|
4014
|
-
# @return [String]
|
4015
|
-
#
|
4016
|
-
# @!attribute [rw] tagris_amazon_resource_name
|
4017
|
-
# @return [String]
|
4018
|
-
#
|
4019
|
-
# @!attribute [rw] tagris_internal_id
|
4020
|
-
# @return [String]
|
4021
|
-
#
|
4022
|
-
# @!attribute [rw] tagris_version
|
4023
|
-
# @return [Integer]
|
4024
|
-
#
|
4025
|
-
class TagrisSweepListItem < Struct.new(
|
4026
|
-
:tagris_account_id,
|
4027
|
-
:tagris_amazon_resource_name,
|
4028
|
-
:tagris_internal_id,
|
4029
|
-
:tagris_version)
|
4030
|
-
include Aws::Structure
|
4031
|
-
end
|
4032
|
-
|
4033
|
-
# @!attribute [rw] message
|
4034
|
-
# @return [String]
|
4035
|
-
#
|
4036
|
-
class TagrisThrottledException < Struct.new(
|
4037
|
-
:message)
|
4038
|
-
include Aws::Structure
|
4039
|
-
end
|
4040
|
-
|
4041
|
-
# @note When making an API call, you may pass TagrisVerifyResourcesExistInput
|
4042
|
-
# data as a hash:
|
4043
|
-
#
|
4044
|
-
# {
|
4045
|
-
# tagris_sweep_list: [ # required
|
4046
|
-
# {
|
4047
|
-
# tagris_account_id: "TagrisAccountId",
|
4048
|
-
# tagris_amazon_resource_name: "TagrisAmazonResourceName",
|
4049
|
-
# tagris_internal_id: "TagrisInternalId",
|
4050
|
-
# tagris_version: 1,
|
4051
|
-
# },
|
4052
|
-
# ],
|
4053
|
-
# }
|
4054
|
-
#
|
4055
|
-
# @!attribute [rw] tagris_sweep_list
|
4056
|
-
# @return [Array<Types::TagrisSweepListItem>]
|
4057
|
-
#
|
4058
|
-
class TagrisVerifyResourcesExistInput < Struct.new(
|
4059
|
-
:tagris_sweep_list)
|
4060
|
-
include Aws::Structure
|
4061
|
-
end
|
4062
|
-
|
4063
|
-
# @!attribute [rw] tagris_sweep_list_result
|
4064
|
-
# @return [Hash<String,String>]
|
4065
|
-
#
|
4066
|
-
class TagrisVerifyResourcesExistOutput < Struct.new(
|
4067
|
-
:tagris_sweep_list_result)
|
4068
|
-
include Aws::Structure
|
4069
|
-
end
|
4070
|
-
|
4071
3955
|
# The request could not be completed due to throttling.
|
4072
3956
|
#
|
4073
3957
|
# @!attribute [rw] message
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotevents
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.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: 2020-04-
|
11
|
+
date: 2020-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|