aws-sdk-cloud9 1.23.0 → 1.28.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: 96823834ca17a1769d982a56148518127a0856224dc26bac5d4eefc60797cc55
4
- data.tar.gz: 55bd5d8d2bfba49579f85118b393bd2a853901ea2f4e42337dfb9f54332bf04b
3
+ metadata.gz: 476e44942f95e4c56175f409bbbe04ecfb813500f77ce82d905f47df62dc8b94
4
+ data.tar.gz: 358154e1fb454bcf15ba46e7f636e805b2fec0342e8bbfb6af23df40279840e1
5
5
  SHA512:
6
- metadata.gz: '08519a02e5277c2363d13c9b0410726f3548725dd7fbcf58ab205c8efe57277ca2ef2a7ef1e6a5b2732c124cfc2d37bc6b87c0230e2d3bbe93727f5aefac15fa'
7
- data.tar.gz: 58f4d8cf444a553a830cad7c8f0f13dcdcc4b02442cfd8d9e87b0fc7159e82875463a12bc1d045de196dbd231edc97905876bfecde226d552b3ab1874229ee49
6
+ metadata.gz: d0a04f68a5f0ae009c43a1701c99195d38afd8dbe88a63869931da662660c7be34cbf797d1d22c130edecafdb20db85433005e625516e7822b3c73ab0643c4ed
7
+ data.tar.gz: 7b9ccfd77dcccbc96958b580842a403177207d9fdf3130fb8d351ddef87c53cc143027d707e29dc2c53d210c4dd1f854550f72183ab5f6fe774b628abaef3b55
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-cloud9/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Cloud9
47
50
 
48
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.28.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Cloud9
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -81,13 +85,28 @@ module Aws::Cloud9
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::Cloud9
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::Cloud9
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -362,6 +381,9 @@ module Aws::Cloud9
362
381
  # An array of key-value pairs that will be associated with the new AWS
363
382
  # Cloud9 development environment.
364
383
  #
384
+ # @option params [String] :connection_type
385
+ # The connection type used for connecting to an Amazon EC2 environment.
386
+ #
365
387
  # @return [Types::CreateEnvironmentEC2Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
366
388
  #
367
389
  # * {Types::CreateEnvironmentEC2Result#environment_id #environment_id} => String
@@ -399,6 +421,7 @@ module Aws::Cloud9
399
421
  # value: "TagValue", # required
400
422
  # },
401
423
  # ],
424
+ # connection_type: "CONNECT_SSH", # accepts CONNECT_SSH, CONNECT_SSM
402
425
  # })
403
426
  #
404
427
  # @example Response structure
@@ -809,6 +832,7 @@ module Aws::Cloud9
809
832
  # resp.environments[0].name #=> String
810
833
  # resp.environments[0].description #=> String
811
834
  # resp.environments[0].type #=> String, one of "ssh", "ec2"
835
+ # resp.environments[0].connection_type #=> String, one of "CONNECT_SSH", "CONNECT_SSM"
812
836
  # resp.environments[0].arn #=> String
813
837
  # resp.environments[0].owner_arn #=> String
814
838
  # resp.environments[0].lifecycle.status #=> String, one of "CREATING", "CREATED", "CREATE_FAILED", "DELETING", "DELETE_FAILED"
@@ -1101,7 +1125,7 @@ module Aws::Cloud9
1101
1125
  params: params,
1102
1126
  config: config)
1103
1127
  context[:gem_name] = 'aws-sdk-cloud9'
1104
- context[:gem_version] = '1.23.0'
1128
+ context[:gem_version] = '1.28.0'
1105
1129
  Seahorse::Client::Request.new(handlers, context)
1106
1130
  end
1107
1131
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -15,7 +17,9 @@ module Aws::Cloud9
15
17
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
16
18
  BoundedEnvironmentIdList = Shapes::ListShape.new(name: 'BoundedEnvironmentIdList')
17
19
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
20
+ ConcurrentAccessException = Shapes::StructureShape.new(name: 'ConcurrentAccessException')
18
21
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
22
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
19
23
  CreateEnvironmentEC2Request = Shapes::StructureShape.new(name: 'CreateEnvironmentEC2Request')
20
24
  CreateEnvironmentEC2Result = Shapes::StructureShape.new(name: 'CreateEnvironmentEC2Result')
21
25
  CreateEnvironmentMembershipRequest = Shapes::StructureShape.new(name: 'CreateEnvironmentMembershipRequest')
@@ -79,6 +83,8 @@ module Aws::Cloud9
79
83
 
80
84
  BoundedEnvironmentIdList.member = Shapes::ShapeRef.new(shape: EnvironmentId)
81
85
 
86
+ ConcurrentAccessException.struct_class = Types::ConcurrentAccessException
87
+
82
88
  ConflictException.struct_class = Types::ConflictException
83
89
 
84
90
  CreateEnvironmentEC2Request.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
@@ -89,6 +95,7 @@ module Aws::Cloud9
89
95
  CreateEnvironmentEC2Request.add_member(:automatic_stop_time_minutes, Shapes::ShapeRef.new(shape: AutomaticStopTimeMinutes, location_name: "automaticStopTimeMinutes"))
90
96
  CreateEnvironmentEC2Request.add_member(:owner_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "ownerArn"))
91
97
  CreateEnvironmentEC2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
98
+ CreateEnvironmentEC2Request.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
92
99
  CreateEnvironmentEC2Request.struct_class = Types::CreateEnvironmentEC2Request
93
100
 
94
101
  CreateEnvironmentEC2Result.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
@@ -141,6 +148,7 @@ module Aws::Cloud9
141
148
  Environment.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "name"))
142
149
  Environment.add_member(:description, Shapes::ShapeRef.new(shape: EnvironmentDescription, location_name: "description"))
143
150
  Environment.add_member(:type, Shapes::ShapeRef.new(shape: EnvironmentType, location_name: "type"))
151
+ Environment.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
144
152
  Environment.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
145
153
  Environment.add_member(:owner_arn, Shapes::ShapeRef.new(shape: String, location_name: "ownerArn"))
146
154
  Environment.add_member(:lifecycle, Shapes::ShapeRef.new(shape: EnvironmentLifecycle, location_name: "lifecycle"))
@@ -395,6 +403,7 @@ module Aws::Cloud9
395
403
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
396
404
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
397
405
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
406
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentAccessException)
398
407
  end)
399
408
 
400
409
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -406,6 +415,7 @@ module Aws::Cloud9
406
415
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
407
416
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
408
417
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
418
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentAccessException)
409
419
  end)
410
420
 
411
421
  api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -26,6 +28,7 @@ module Aws::Cloud9
26
28
  #
27
29
  # ## Error Classes
28
30
  # * {BadRequestException}
31
+ # * {ConcurrentAccessException}
29
32
  # * {ConflictException}
30
33
  # * {ForbiddenException}
31
34
  # * {InternalServerErrorException}
@@ -49,6 +52,16 @@ module Aws::Cloud9
49
52
  end
50
53
  end
51
54
 
55
+ class ConcurrentAccessException < ServiceError
56
+
57
+ # @param [Seahorse::Client::RequestContext] context
58
+ # @param [String] message
59
+ # @param [Aws::Cloud9::Types::ConcurrentAccessException] data
60
+ def initialize(context, message, data = Aws::EmptyStructure.new)
61
+ super(context, message, data)
62
+ end
63
+ end
64
+
52
65
  class ConflictException < ServiceError
53
66
 
54
67
  # @param [Seahorse::Client::RequestContext] context
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -14,6 +16,12 @@ module Aws::Cloud9
14
16
  #
15
17
  class BadRequestException < Aws::EmptyStructure; end
16
18
 
19
+ # A concurrent access issue occurred.
20
+ #
21
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ConcurrentAccessException AWS API Documentation
22
+ #
23
+ class ConcurrentAccessException < Aws::EmptyStructure; end
24
+
17
25
  # A conflict occurred.
18
26
  #
19
27
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/ConflictException AWS API Documentation
@@ -37,6 +45,7 @@ module Aws::Cloud9
37
45
  # value: "TagValue", # required
38
46
  # },
39
47
  # ],
48
+ # connection_type: "CONNECT_SSH", # accepts CONNECT_SSH, CONNECT_SSM
40
49
  # }
41
50
  #
42
51
  # @!attribute [rw] name
@@ -87,6 +96,11 @@ module Aws::Cloud9
87
96
  # Cloud9 development environment.
88
97
  # @return [Array<Types::Tag>]
89
98
  #
99
+ # @!attribute [rw] connection_type
100
+ # The connection type used for connecting to an Amazon EC2
101
+ # environment.
102
+ # @return [String]
103
+ #
90
104
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/CreateEnvironmentEC2Request AWS API Documentation
91
105
  #
92
106
  class CreateEnvironmentEC2Request < Struct.new(
@@ -97,7 +111,9 @@ module Aws::Cloud9
97
111
  :subnet_id,
98
112
  :automatic_stop_time_minutes,
99
113
  :owner_arn,
100
- :tags)
114
+ :tags,
115
+ :connection_type)
116
+ SENSITIVE = [:description]
101
117
  include Aws::Structure
102
118
  end
103
119
 
@@ -109,6 +125,7 @@ module Aws::Cloud9
109
125
  #
110
126
  class CreateEnvironmentEC2Result < Struct.new(
111
127
  :environment_id)
128
+ SENSITIVE = []
112
129
  include Aws::Structure
113
130
  end
114
131
 
@@ -146,6 +163,7 @@ module Aws::Cloud9
146
163
  :environment_id,
147
164
  :user_arn,
148
165
  :permissions)
166
+ SENSITIVE = []
149
167
  include Aws::Structure
150
168
  end
151
169
 
@@ -157,6 +175,7 @@ module Aws::Cloud9
157
175
  #
158
176
  class CreateEnvironmentMembershipResult < Struct.new(
159
177
  :membership)
178
+ SENSITIVE = []
160
179
  include Aws::Structure
161
180
  end
162
181
 
@@ -182,6 +201,7 @@ module Aws::Cloud9
182
201
  class DeleteEnvironmentMembershipRequest < Struct.new(
183
202
  :environment_id,
184
203
  :user_arn)
204
+ SENSITIVE = []
185
205
  include Aws::Structure
186
206
  end
187
207
 
@@ -204,6 +224,7 @@ module Aws::Cloud9
204
224
  #
205
225
  class DeleteEnvironmentRequest < Struct.new(
206
226
  :environment_id)
227
+ SENSITIVE = []
207
228
  include Aws::Structure
208
229
  end
209
230
 
@@ -269,6 +290,7 @@ module Aws::Cloud9
269
290
  :permissions,
270
291
  :next_token,
271
292
  :max_results)
293
+ SENSITIVE = []
272
294
  include Aws::Structure
273
295
  end
274
296
 
@@ -288,6 +310,7 @@ module Aws::Cloud9
288
310
  class DescribeEnvironmentMembershipsResult < Struct.new(
289
311
  :memberships,
290
312
  :next_token)
313
+ SENSITIVE = []
291
314
  include Aws::Structure
292
315
  end
293
316
 
@@ -306,6 +329,7 @@ module Aws::Cloud9
306
329
  #
307
330
  class DescribeEnvironmentStatusRequest < Struct.new(
308
331
  :environment_id)
332
+ SENSITIVE = []
309
333
  include Aws::Structure
310
334
  end
311
335
 
@@ -336,6 +360,7 @@ module Aws::Cloud9
336
360
  class DescribeEnvironmentStatusResult < Struct.new(
337
361
  :status,
338
362
  :message)
363
+ SENSITIVE = []
339
364
  include Aws::Structure
340
365
  end
341
366
 
@@ -354,6 +379,7 @@ module Aws::Cloud9
354
379
  #
355
380
  class DescribeEnvironmentsRequest < Struct.new(
356
381
  :environment_ids)
382
+ SENSITIVE = []
357
383
  include Aws::Structure
358
384
  end
359
385
 
@@ -365,6 +391,7 @@ module Aws::Cloud9
365
391
  #
366
392
  class DescribeEnvironmentsResult < Struct.new(
367
393
  :environments)
394
+ SENSITIVE = []
368
395
  include Aws::Structure
369
396
  end
370
397
 
@@ -391,6 +418,11 @@ module Aws::Cloud9
391
418
  # * `ssh`\: Your own server connects to the environment.
392
419
  # @return [String]
393
420
  #
421
+ # @!attribute [rw] connection_type
422
+ # The connection type used for connecting to an Amazon EC2
423
+ # environment.
424
+ # @return [String]
425
+ #
394
426
  # @!attribute [rw] arn
395
427
  # The Amazon Resource Name (ARN) of the environment.
396
428
  # @return [String]
@@ -410,9 +442,11 @@ module Aws::Cloud9
410
442
  :name,
411
443
  :description,
412
444
  :type,
445
+ :connection_type,
413
446
  :arn,
414
447
  :owner_arn,
415
448
  :lifecycle)
449
+ SENSITIVE = [:description]
416
450
  include Aws::Structure
417
451
  end
418
452
 
@@ -449,6 +483,7 @@ module Aws::Cloud9
449
483
  :status,
450
484
  :reason,
451
485
  :failure_resource)
486
+ SENSITIVE = []
452
487
  include Aws::Structure
453
488
  end
454
489
 
@@ -492,6 +527,7 @@ module Aws::Cloud9
492
527
  :user_arn,
493
528
  :environment_id,
494
529
  :last_access)
530
+ SENSITIVE = []
495
531
  include Aws::Structure
496
532
  end
497
533
 
@@ -540,6 +576,7 @@ module Aws::Cloud9
540
576
  class ListEnvironmentsRequest < Struct.new(
541
577
  :next_token,
542
578
  :max_results)
579
+ SENSITIVE = []
543
580
  include Aws::Structure
544
581
  end
545
582
 
@@ -559,6 +596,7 @@ module Aws::Cloud9
559
596
  class ListEnvironmentsResult < Struct.new(
560
597
  :next_token,
561
598
  :environment_ids)
599
+ SENSITIVE = []
562
600
  include Aws::Structure
563
601
  end
564
602
 
@@ -578,6 +616,7 @@ module Aws::Cloud9
578
616
  #
579
617
  class ListTagsForResourceRequest < Struct.new(
580
618
  :resource_arn)
619
+ SENSITIVE = []
581
620
  include Aws::Structure
582
621
  end
583
622
 
@@ -590,6 +629,7 @@ module Aws::Cloud9
590
629
  #
591
630
  class ListTagsForResourceResponse < Struct.new(
592
631
  :tags)
632
+ SENSITIVE = []
593
633
  include Aws::Structure
594
634
  end
595
635
 
@@ -627,6 +667,7 @@ module Aws::Cloud9
627
667
  class Tag < Struct.new(
628
668
  :key,
629
669
  :value)
670
+ SENSITIVE = []
630
671
  include Aws::Structure
631
672
  end
632
673
 
@@ -658,6 +699,7 @@ module Aws::Cloud9
658
699
  class TagResourceRequest < Struct.new(
659
700
  :resource_arn,
660
701
  :tags)
702
+ SENSITIVE = []
661
703
  include Aws::Structure
662
704
  end
663
705
 
@@ -694,6 +736,7 @@ module Aws::Cloud9
694
736
  class UntagResourceRequest < Struct.new(
695
737
  :resource_arn,
696
738
  :tag_keys)
739
+ SENSITIVE = []
697
740
  include Aws::Structure
698
741
  end
699
742
 
@@ -735,6 +778,7 @@ module Aws::Cloud9
735
778
  :environment_id,
736
779
  :user_arn,
737
780
  :permissions)
781
+ SENSITIVE = []
738
782
  include Aws::Structure
739
783
  end
740
784
 
@@ -747,6 +791,7 @@ module Aws::Cloud9
747
791
  #
748
792
  class UpdateEnvironmentMembershipResult < Struct.new(
749
793
  :membership)
794
+ SENSITIVE = []
750
795
  include Aws::Structure
751
796
  end
752
797
 
@@ -777,6 +822,7 @@ module Aws::Cloud9
777
822
  :environment_id,
778
823
  :name,
779
824
  :description)
825
+ SENSITIVE = [:description]
780
826
  include Aws::Structure
781
827
  end
782
828
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.28.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-05-28 00:00:00.000000000 Z
11
+ date: 2020-09-15 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement