aws-sdk-kinesisanalytics 1.15.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85d4edb5f0755a1502517f031670120af330f635
4
- data.tar.gz: 9cb02e8aab9e79d86d6176efd57a8ede8847e049
3
+ metadata.gz: 3b5c6323d1dc2ae581442e92223f433905e26e63
4
+ data.tar.gz: 33ba2b4989c0d711b485e06f9337b2a2a58b1a37
5
5
  SHA512:
6
- metadata.gz: 7a05cedfc0e13009583b210f0180429a9bba229c042ffa9da55fade8359ce6941b0cb37a8294089f9f4228d2d40636b63e9e9f6a5b9418bd73c802ba99d245a5
7
- data.tar.gz: 46ca676418f6fd7837b1c7c9a866393e309be21a6d03a45acdefffc6968956a6cefcd5145824dd87f142c65028e0e0a7a8ec5fdbd4260542913e55daccb37cfb
6
+ metadata.gz: 22239da6b051efa35bd27d826f2e151987d8d4863d95b5ae72d706ad572640050537f7306bbad1dff3db416ed624f196e76db81584d826506cd874e25850d27a
7
+ data.tar.gz: b85a86237e519c18ca86220c9e80b35747b358bfdd84c186aae80b245a45d7078a2e535327490ca7d7f810709472fc08f673bfa2bd3c8a3826b060dbb660e89b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -1839,7 +1839,7 @@ module Aws::KinesisAnalytics
1839
1839
  params: params,
1840
1840
  config: config)
1841
1841
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1842
- context[:gem_version] = '1.15.0'
1842
+ context[:gem_version] = '1.16.0'
1843
1843
  Seahorse::Client::Request.new(handlers, context)
1844
1844
  end
1845
1845
 
@@ -259,6 +259,12 @@ module Aws::KinesisAnalytics
259
259
 
260
260
  CloudWatchLoggingOptions.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOption)
261
261
 
262
+ CodeValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
263
+ CodeValidationException.struct_class = Types::CodeValidationException
264
+
265
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
266
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
267
+
262
268
  CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
263
269
  CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
264
270
  CreateApplicationRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: Inputs, location_name: "Inputs"))
@@ -404,6 +410,12 @@ module Aws::KinesisAnalytics
404
410
 
405
411
  Inputs.member = Shapes::ShapeRef.new(shape: Input)
406
412
 
413
+ InvalidApplicationConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
414
+ InvalidApplicationConfigurationException.struct_class = Types::InvalidApplicationConfigurationException
415
+
416
+ InvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
417
+ InvalidArgumentException.struct_class = Types::InvalidArgumentException
418
+
407
419
  JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
408
420
  JSONMappingParameters.struct_class = Types::JSONMappingParameters
409
421
 
@@ -467,6 +479,9 @@ module Aws::KinesisAnalytics
467
479
  LambdaOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
468
480
  LambdaOutputUpdate.struct_class = Types::LambdaOutputUpdate
469
481
 
482
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
483
+ LimitExceededException.struct_class = Types::LimitExceededException
484
+
470
485
  ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
471
486
  ListApplicationsRequest.add_member(:exclusive_start_application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ExclusiveStartApplicationName"))
472
487
  ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
@@ -554,6 +569,15 @@ module Aws::KinesisAnalytics
554
569
 
555
570
  ReferenceDataSourceUpdates.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdate)
556
571
 
572
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
573
+ ResourceInUseException.struct_class = Types::ResourceInUseException
574
+
575
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
576
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
577
+
578
+ ResourceProvisionedThroughputExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
579
+ ResourceProvisionedThroughputExceededException.struct_class = Types::ResourceProvisionedThroughputExceededException
580
+
557
581
  S3Configuration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
558
582
  S3Configuration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
559
583
  S3Configuration.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
@@ -574,6 +598,9 @@ module Aws::KinesisAnalytics
574
598
  S3ReferenceDataSourceUpdate.add_member(:reference_role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ReferenceRoleARNUpdate"))
575
599
  S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
576
600
 
601
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
602
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
603
+
577
604
  SourceSchema.add_member(:record_format, Shapes::ShapeRef.new(shape: RecordFormat, required: true, location_name: "RecordFormat"))
578
605
  SourceSchema.add_member(:record_encoding, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncoding"))
579
606
  SourceSchema.add_member(:record_columns, Shapes::ShapeRef.new(shape: RecordColumns, required: true, location_name: "RecordColumns"))
@@ -604,6 +631,17 @@ module Aws::KinesisAnalytics
604
631
 
605
632
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
606
633
 
634
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
635
+ TooManyTagsException.struct_class = Types::TooManyTagsException
636
+
637
+ UnableToDetectSchemaException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
638
+ UnableToDetectSchemaException.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
639
+ UnableToDetectSchemaException.add_member(:processed_input_records, Shapes::ShapeRef.new(shape: ProcessedInputRecords, location_name: "ProcessedInputRecords"))
640
+ UnableToDetectSchemaException.struct_class = Types::UnableToDetectSchemaException
641
+
642
+ UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
643
+ UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
644
+
607
645
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: KinesisAnalyticsARN, required: true, location_name: "ResourceARN"))
608
646
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
609
647
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -10,5 +10,207 @@ module Aws::KinesisAnalytics
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class CodeValidationException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::KinesisAnalytics::Types::CodeValidationException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class ConcurrentModificationException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::KinesisAnalytics::Types::ConcurrentModificationException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidApplicationConfigurationException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::KinesisAnalytics::Types::InvalidApplicationConfigurationException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidArgumentException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::KinesisAnalytics::Types::InvalidArgumentException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class LimitExceededException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::KinesisAnalytics::Types::LimitExceededException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class ResourceInUseException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::KinesisAnalytics::Types::ResourceInUseException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class ResourceNotFoundException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::KinesisAnalytics::Types::ResourceNotFoundException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class ResourceProvisionedThroughputExceededException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::KinesisAnalytics::Types::ResourceProvisionedThroughputExceededException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class ServiceUnavailableException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::KinesisAnalytics::Types::ServiceUnavailableException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class TooManyTagsException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::KinesisAnalytics::Types::TooManyTagsException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class UnableToDetectSchemaException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::KinesisAnalytics::Types::UnableToDetectSchemaException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ # @return [String]
188
+ def raw_input_records
189
+ @data[:raw_input_records]
190
+ end
191
+
192
+ # @return [String]
193
+ def processed_input_records
194
+ @data[:processed_input_records]
195
+ end
196
+
197
+ end
198
+
199
+ class UnsupportedOperationException < ServiceError
200
+
201
+ # @param [Seahorse::Client::RequestContext] context
202
+ # @param [String] message
203
+ # @param [Aws::KinesisAnalytics::Types::UnsupportedOperationException] data
204
+ def initialize(context, message, data = Aws::EmptyStructure.new)
205
+ super(context, message, data)
206
+ end
207
+
208
+ # @return [String]
209
+ def message
210
+ @message || @data[:message]
211
+ end
212
+
213
+ end
214
+
13
215
  end
14
216
  end
@@ -742,6 +742,34 @@ module Aws::KinesisAnalytics
742
742
  include Aws::Structure
743
743
  end
744
744
 
745
+ # User-provided application code (query) is invalid. This can be a
746
+ # simple syntax error.
747
+ #
748
+ # @!attribute [rw] message
749
+ # Test
750
+ # @return [String]
751
+ #
752
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/CodeValidationException AWS API Documentation
753
+ #
754
+ class CodeValidationException < Struct.new(
755
+ :message)
756
+ include Aws::Structure
757
+ end
758
+
759
+ # Exception thrown as a result of concurrent modification to an
760
+ # application. For example, two individuals attempting to edit the same
761
+ # application at the same time.
762
+ #
763
+ # @!attribute [rw] message
764
+ # @return [String]
765
+ #
766
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/ConcurrentModificationException AWS API Documentation
767
+ #
768
+ class ConcurrentModificationException < Struct.new(
769
+ :message)
770
+ include Aws::Structure
771
+ end
772
+
745
773
  # TBD
746
774
  #
747
775
  # @note When making an API call, you may pass CreateApplicationRequest
@@ -1994,6 +2022,31 @@ module Aws::KinesisAnalytics
1994
2022
  include Aws::Structure
1995
2023
  end
1996
2024
 
2025
+ # User-provided application configuration is not valid.
2026
+ #
2027
+ # @!attribute [rw] message
2028
+ # test
2029
+ # @return [String]
2030
+ #
2031
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InvalidApplicationConfigurationException AWS API Documentation
2032
+ #
2033
+ class InvalidApplicationConfigurationException < Struct.new(
2034
+ :message)
2035
+ include Aws::Structure
2036
+ end
2037
+
2038
+ # Specified input parameter value is invalid.
2039
+ #
2040
+ # @!attribute [rw] message
2041
+ # @return [String]
2042
+ #
2043
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InvalidArgumentException AWS API Documentation
2044
+ #
2045
+ class InvalidArgumentException < Struct.new(
2046
+ :message)
2047
+ include Aws::Structure
2048
+ end
2049
+
1997
2050
  # Provides additional mapping information when JSON is the record format
1998
2051
  # on the streaming source.
1999
2052
  #
@@ -2454,6 +2507,18 @@ module Aws::KinesisAnalytics
2454
2507
  include Aws::Structure
2455
2508
  end
2456
2509
 
2510
+ # Exceeded the number of applications allowed.
2511
+ #
2512
+ # @!attribute [rw] message
2513
+ # @return [String]
2514
+ #
2515
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/LimitExceededException AWS API Documentation
2516
+ #
2517
+ class LimitExceededException < Struct.new(
2518
+ :message)
2519
+ include Aws::Structure
2520
+ end
2521
+
2457
2522
  # @note When making an API call, you may pass ListApplicationsRequest
2458
2523
  # data as a hash:
2459
2524
  #
@@ -3021,6 +3086,46 @@ module Aws::KinesisAnalytics
3021
3086
  include Aws::Structure
3022
3087
  end
3023
3088
 
3089
+ # Application is not available for this operation.
3090
+ #
3091
+ # @!attribute [rw] message
3092
+ # @return [String]
3093
+ #
3094
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/ResourceInUseException AWS API Documentation
3095
+ #
3096
+ class ResourceInUseException < Struct.new(
3097
+ :message)
3098
+ include Aws::Structure
3099
+ end
3100
+
3101
+ # Specified application can't be found.
3102
+ #
3103
+ # @!attribute [rw] message
3104
+ # @return [String]
3105
+ #
3106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/ResourceNotFoundException AWS API Documentation
3107
+ #
3108
+ class ResourceNotFoundException < Struct.new(
3109
+ :message)
3110
+ include Aws::Structure
3111
+ end
3112
+
3113
+ # Discovery failed to get a record from the streaming source because of
3114
+ # the Amazon Kinesis Streams ProvisionedThroughputExceededException. For
3115
+ # more information, see
3116
+ # [GetRecords](kinesis/latest/APIReference/API_GetRecords.html) in the
3117
+ # Amazon Kinesis Streams API Reference.
3118
+ #
3119
+ # @!attribute [rw] message
3120
+ # @return [String]
3121
+ #
3122
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/ResourceProvisionedThroughputExceededException AWS API Documentation
3123
+ #
3124
+ class ResourceProvisionedThroughputExceededException < Struct.new(
3125
+ :message)
3126
+ include Aws::Structure
3127
+ end
3128
+
3024
3129
  # Provides a description of an Amazon S3 data source, including the
3025
3130
  # Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role
3026
3131
  # that is used to access the bucket, and the name of the Amazon S3
@@ -3162,6 +3267,18 @@ module Aws::KinesisAnalytics
3162
3267
  include Aws::Structure
3163
3268
  end
3164
3269
 
3270
+ # The service is unavailable. Back off and retry the operation.
3271
+ #
3272
+ # @!attribute [rw] message
3273
+ # @return [String]
3274
+ #
3275
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/ServiceUnavailableException AWS API Documentation
3276
+ #
3277
+ class ServiceUnavailableException < Struct.new(
3278
+ :message)
3279
+ include Aws::Structure
3280
+ end
3281
+
3165
3282
  # Describes the format of the data in the streaming source, and how each
3166
3283
  # data element maps to corresponding columns created in the
3167
3284
  # in-application stream.
@@ -3343,6 +3460,55 @@ module Aws::KinesisAnalytics
3343
3460
  #
3344
3461
  class TagResourceResponse < Aws::EmptyStructure; end
3345
3462
 
3463
+ # Application created with too many tags, or too many tags added to an
3464
+ # application. Note that the maximum number of application tags includes
3465
+ # system tags. The maximum number of user-defined application tags is
3466
+ # 50.
3467
+ #
3468
+ # @!attribute [rw] message
3469
+ # @return [String]
3470
+ #
3471
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/TooManyTagsException AWS API Documentation
3472
+ #
3473
+ class TooManyTagsException < Struct.new(
3474
+ :message)
3475
+ include Aws::Structure
3476
+ end
3477
+
3478
+ # Data format is not valid. Amazon Kinesis Analytics is not able to
3479
+ # detect schema for the given streaming source.
3480
+ #
3481
+ # @!attribute [rw] message
3482
+ # @return [String]
3483
+ #
3484
+ # @!attribute [rw] raw_input_records
3485
+ # @return [Array<String>]
3486
+ #
3487
+ # @!attribute [rw] processed_input_records
3488
+ # @return [Array<String>]
3489
+ #
3490
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/UnableToDetectSchemaException AWS API Documentation
3491
+ #
3492
+ class UnableToDetectSchemaException < Struct.new(
3493
+ :message,
3494
+ :raw_input_records,
3495
+ :processed_input_records)
3496
+ include Aws::Structure
3497
+ end
3498
+
3499
+ # The request was rejected because a specified parameter is not
3500
+ # supported or a specified resource is not valid for this operation.
3501
+ #
3502
+ # @!attribute [rw] message
3503
+ # @return [String]
3504
+ #
3505
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/UnsupportedOperationException AWS API Documentation
3506
+ #
3507
+ class UnsupportedOperationException < Struct.new(
3508
+ :message)
3509
+ include Aws::Structure
3510
+ end
3511
+
3346
3512
  # @note When making an API call, you may pass UntagResourceRequest
3347
3513
  # data as a hash:
3348
3514
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement