aws-sdk-cognitoidentity 1.21.0 → 1.26.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
  SHA256:
3
- metadata.gz: 862de538332f3ff858bd03c29497cbcc58e4f078b688ed70879054082449a4d1
4
- data.tar.gz: b4568129ace0e40e43f4f02bb8c4259d6a998efb3e09a0b23bf0c841fe711e75
3
+ metadata.gz: a974fc91a31a307bfae33e171707aca7f9de46617d2c2094e351391f2e5deee0
4
+ data.tar.gz: af36c9d3e76f0b66f6bc8b3ee097cbb6fa9780f21a0d0d5e21713ecfae8a3918
5
5
  SHA512:
6
- metadata.gz: f7e1080f9fa8e57b3f8ebaa8ad00474b79568d7eaf525510e601760430ee17db41d32c85dde599bf128aee59c2185036dd9e99ef9c6525115b61750e81eb10de
7
- data.tar.gz: 663e4665fb69ea1eede08ecd3c6b484cae5eb606ca3d8d7bdaec39595b066a79ad887d73b7b9715ddb9887d3960374706ec16115496ab6bc168ccaa283852ff7
6
+ metadata.gz: ccccf59f16d957496861d23180e81135639f182ad5324afb6f17ca16d6d1eca8a39742fc603344825cce9ca3fc508c1fceb42d3940eaf660d9de045baf3010dd
7
+ data.tar.gz: 54f9baabcb0afb585db51a037a28dcd73d3abd55af753964b5aabc5883a358082dd827b6147d7314ae00fb624dc42c311907ba6c58a04540be6974ae31dd3016
@@ -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-cognitoidentity/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::CognitoIdentity
47
50
 
48
- GEM_VERSION = '1.21.0'
51
+ GEM_VERSION = '1.26.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::CognitoIdentity
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::CognitoIdentity
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::CognitoIdentity
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::CognitoIdentity
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
@@ -176,7 +195,7 @@ module Aws::CognitoIdentity
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -1489,7 +1508,7 @@ module Aws::CognitoIdentity
1489
1508
  params: params,
1490
1509
  config: config)
1491
1510
  context[:gem_name] = 'aws-sdk-cognitoidentity'
1492
- context[:gem_version] = '1.21.0'
1511
+ context[:gem_version] = '1.26.0'
1493
1512
  Seahorse::Client::Request.new(handlers, context)
1494
1513
  end
1495
1514
 
@@ -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 +1,3 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'aws-sdk-cognitoidentity/customizations/cognito_identity_credentials'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'set'
2
4
  require 'securerandom'
3
5
  require 'base64'
@@ -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:
@@ -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:
@@ -48,6 +50,7 @@ module Aws::CognitoIdentity
48
50
  :provider_name,
49
51
  :client_id,
50
52
  :server_side_token_check)
53
+ SENSITIVE = []
51
54
  include Aws::Structure
52
55
  end
53
56
 
@@ -61,6 +64,7 @@ module Aws::CognitoIdentity
61
64
  #
62
65
  class ConcurrentModificationException < Struct.new(
63
66
  :message)
67
+ SENSITIVE = []
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -155,6 +159,7 @@ module Aws::CognitoIdentity
155
159
  :cognito_identity_providers,
156
160
  :saml_provider_arns,
157
161
  :identity_pool_tags)
162
+ SENSITIVE = []
158
163
  include Aws::Structure
159
164
  end
160
165
 
@@ -183,6 +188,7 @@ module Aws::CognitoIdentity
183
188
  :secret_key,
184
189
  :session_token,
185
190
  :expiration)
191
+ SENSITIVE = []
186
192
  include Aws::Structure
187
193
  end
188
194
 
@@ -203,6 +209,7 @@ module Aws::CognitoIdentity
203
209
  #
204
210
  class DeleteIdentitiesInput < Struct.new(
205
211
  :identity_ids_to_delete)
212
+ SENSITIVE = []
206
213
  include Aws::Structure
207
214
  end
208
215
 
@@ -217,6 +224,7 @@ module Aws::CognitoIdentity
217
224
  #
218
225
  class DeleteIdentitiesResponse < Struct.new(
219
226
  :unprocessed_identity_ids)
227
+ SENSITIVE = []
220
228
  include Aws::Structure
221
229
  end
222
230
 
@@ -237,6 +245,7 @@ module Aws::CognitoIdentity
237
245
  #
238
246
  class DeleteIdentityPoolInput < Struct.new(
239
247
  :identity_pool_id)
248
+ SENSITIVE = []
240
249
  include Aws::Structure
241
250
  end
242
251
 
@@ -257,6 +266,7 @@ module Aws::CognitoIdentity
257
266
  #
258
267
  class DescribeIdentityInput < Struct.new(
259
268
  :identity_id)
269
+ SENSITIVE = []
260
270
  include Aws::Structure
261
271
  end
262
272
 
@@ -277,6 +287,7 @@ module Aws::CognitoIdentity
277
287
  #
278
288
  class DescribeIdentityPoolInput < Struct.new(
279
289
  :identity_pool_id)
290
+ SENSITIVE = []
280
291
  include Aws::Structure
281
292
  end
282
293
 
@@ -291,6 +302,7 @@ module Aws::CognitoIdentity
291
302
  #
292
303
  class DeveloperUserAlreadyRegisteredException < Struct.new(
293
304
  :message)
305
+ SENSITIVE = []
294
306
  include Aws::Structure
295
307
  end
296
308
 
@@ -305,6 +317,7 @@ module Aws::CognitoIdentity
305
317
  #
306
318
  class ExternalServiceException < Struct.new(
307
319
  :message)
320
+ SENSITIVE = []
308
321
  include Aws::Structure
309
322
  end
310
323
 
@@ -357,6 +370,7 @@ module Aws::CognitoIdentity
357
370
  :identity_id,
358
371
  :logins,
359
372
  :custom_role_arn)
373
+ SENSITIVE = []
360
374
  include Aws::Structure
361
375
  end
362
376
 
@@ -376,6 +390,7 @@ module Aws::CognitoIdentity
376
390
  class GetCredentialsForIdentityResponse < Struct.new(
377
391
  :identity_id,
378
392
  :credentials)
393
+ SENSITIVE = []
379
394
  include Aws::Structure
380
395
  end
381
396
 
@@ -427,6 +442,7 @@ module Aws::CognitoIdentity
427
442
  :account_id,
428
443
  :identity_pool_id,
429
444
  :logins)
445
+ SENSITIVE = []
430
446
  include Aws::Structure
431
447
  end
432
448
 
@@ -440,6 +456,7 @@ module Aws::CognitoIdentity
440
456
  #
441
457
  class GetIdResponse < Struct.new(
442
458
  :identity_id)
459
+ SENSITIVE = []
443
460
  include Aws::Structure
444
461
  end
445
462
 
@@ -460,6 +477,7 @@ module Aws::CognitoIdentity
460
477
  #
461
478
  class GetIdentityPoolRolesInput < Struct.new(
462
479
  :identity_pool_id)
480
+ SENSITIVE = []
463
481
  include Aws::Structure
464
482
  end
465
483
 
@@ -487,6 +505,7 @@ module Aws::CognitoIdentity
487
505
  :identity_pool_id,
488
506
  :roles,
489
507
  :role_mappings)
508
+ SENSITIVE = []
490
509
  include Aws::Structure
491
510
  end
492
511
 
@@ -549,6 +568,7 @@ module Aws::CognitoIdentity
549
568
  :identity_id,
550
569
  :logins,
551
570
  :token_duration)
571
+ SENSITIVE = []
552
572
  include Aws::Structure
553
573
  end
554
574
 
@@ -568,6 +588,7 @@ module Aws::CognitoIdentity
568
588
  class GetOpenIdTokenForDeveloperIdentityResponse < Struct.new(
569
589
  :identity_id,
570
590
  :token)
591
+ SENSITIVE = []
571
592
  include Aws::Structure
572
593
  end
573
594
 
@@ -600,6 +621,7 @@ module Aws::CognitoIdentity
600
621
  class GetOpenIdTokenInput < Struct.new(
601
622
  :identity_id,
602
623
  :logins)
624
+ SENSITIVE = []
603
625
  include Aws::Structure
604
626
  end
605
627
 
@@ -619,6 +641,7 @@ module Aws::CognitoIdentity
619
641
  class GetOpenIdTokenResponse < Struct.new(
620
642
  :identity_id,
621
643
  :token)
644
+ SENSITIVE = []
622
645
  include Aws::Structure
623
646
  end
624
647
 
@@ -647,6 +670,7 @@ module Aws::CognitoIdentity
647
670
  :logins,
648
671
  :creation_date,
649
672
  :last_modified_date)
673
+ SENSITIVE = []
650
674
  include Aws::Structure
651
675
  end
652
676
 
@@ -741,6 +765,7 @@ module Aws::CognitoIdentity
741
765
  :cognito_identity_providers,
742
766
  :saml_provider_arns,
743
767
  :identity_pool_tags)
768
+ SENSITIVE = []
744
769
  include Aws::Structure
745
770
  end
746
771
 
@@ -759,6 +784,7 @@ module Aws::CognitoIdentity
759
784
  class IdentityPoolShortDescription < Struct.new(
760
785
  :identity_pool_id,
761
786
  :identity_pool_name)
787
+ SENSITIVE = []
762
788
  include Aws::Structure
763
789
  end
764
790
 
@@ -773,6 +799,7 @@ module Aws::CognitoIdentity
773
799
  #
774
800
  class InternalErrorException < Struct.new(
775
801
  :message)
802
+ SENSITIVE = []
776
803
  include Aws::Structure
777
804
  end
778
805
 
@@ -788,6 +815,7 @@ module Aws::CognitoIdentity
788
815
  #
789
816
  class InvalidIdentityPoolConfigurationException < Struct.new(
790
817
  :message)
818
+ SENSITIVE = []
791
819
  include Aws::Structure
792
820
  end
793
821
 
@@ -801,6 +829,7 @@ module Aws::CognitoIdentity
801
829
  #
802
830
  class InvalidParameterException < Struct.new(
803
831
  :message)
832
+ SENSITIVE = []
804
833
  include Aws::Structure
805
834
  end
806
835
 
@@ -815,6 +844,7 @@ module Aws::CognitoIdentity
815
844
  #
816
845
  class LimitExceededException < Struct.new(
817
846
  :message)
847
+ SENSITIVE = []
818
848
  include Aws::Structure
819
849
  end
820
850
 
@@ -855,6 +885,7 @@ module Aws::CognitoIdentity
855
885
  :max_results,
856
886
  :next_token,
857
887
  :hide_disabled)
888
+ SENSITIVE = []
858
889
  include Aws::Structure
859
890
  end
860
891
 
@@ -878,6 +909,7 @@ module Aws::CognitoIdentity
878
909
  :identity_pool_id,
879
910
  :identities,
880
911
  :next_token)
912
+ SENSITIVE = []
881
913
  include Aws::Structure
882
914
  end
883
915
 
@@ -904,6 +936,7 @@ module Aws::CognitoIdentity
904
936
  class ListIdentityPoolsInput < Struct.new(
905
937
  :max_results,
906
938
  :next_token)
939
+ SENSITIVE = []
907
940
  include Aws::Structure
908
941
  end
909
942
 
@@ -922,6 +955,7 @@ module Aws::CognitoIdentity
922
955
  class ListIdentityPoolsResponse < Struct.new(
923
956
  :identity_pools,
924
957
  :next_token)
958
+ SENSITIVE = []
925
959
  include Aws::Structure
926
960
  end
927
961
 
@@ -941,6 +975,7 @@ module Aws::CognitoIdentity
941
975
  #
942
976
  class ListTagsForResourceInput < Struct.new(
943
977
  :resource_arn)
978
+ SENSITIVE = []
944
979
  include Aws::Structure
945
980
  end
946
981
 
@@ -952,6 +987,7 @@ module Aws::CognitoIdentity
952
987
  #
953
988
  class ListTagsForResourceResponse < Struct.new(
954
989
  :tags)
990
+ SENSITIVE = []
955
991
  include Aws::Structure
956
992
  end
957
993
 
@@ -1004,6 +1040,7 @@ module Aws::CognitoIdentity
1004
1040
  :developer_user_identifier,
1005
1041
  :max_results,
1006
1042
  :next_token)
1043
+ SENSITIVE = []
1007
1044
  include Aws::Structure
1008
1045
  end
1009
1046
 
@@ -1035,6 +1072,7 @@ module Aws::CognitoIdentity
1035
1072
  :identity_id,
1036
1073
  :developer_user_identifier_list,
1037
1074
  :next_token)
1075
+ SENSITIVE = []
1038
1076
  include Aws::Structure
1039
1077
  end
1040
1078
 
@@ -1077,6 +1115,7 @@ module Aws::CognitoIdentity
1077
1115
  :match_type,
1078
1116
  :value,
1079
1117
  :role_arn)
1118
+ SENSITIVE = []
1080
1119
  include Aws::Structure
1081
1120
  end
1082
1121
 
@@ -1122,6 +1161,7 @@ module Aws::CognitoIdentity
1122
1161
  :destination_user_identifier,
1123
1162
  :developer_provider_name,
1124
1163
  :identity_pool_id)
1164
+ SENSITIVE = []
1125
1165
  include Aws::Structure
1126
1166
  end
1127
1167
 
@@ -1136,6 +1176,7 @@ module Aws::CognitoIdentity
1136
1176
  #
1137
1177
  class MergeDeveloperIdentitiesResponse < Struct.new(
1138
1178
  :identity_id)
1179
+ SENSITIVE = []
1139
1180
  include Aws::Structure
1140
1181
  end
1141
1182
 
@@ -1149,6 +1190,7 @@ module Aws::CognitoIdentity
1149
1190
  #
1150
1191
  class NotAuthorizedException < Struct.new(
1151
1192
  :message)
1193
+ SENSITIVE = []
1152
1194
  include Aws::Structure
1153
1195
  end
1154
1196
 
@@ -1163,6 +1205,7 @@ module Aws::CognitoIdentity
1163
1205
  #
1164
1206
  class ResourceConflictException < Struct.new(
1165
1207
  :message)
1208
+ SENSITIVE = []
1166
1209
  include Aws::Structure
1167
1210
  end
1168
1211
 
@@ -1177,6 +1220,7 @@ module Aws::CognitoIdentity
1177
1220
  #
1178
1221
  class ResourceNotFoundException < Struct.new(
1179
1222
  :message)
1223
+ SENSITIVE = []
1180
1224
  include Aws::Structure
1181
1225
  end
1182
1226
 
@@ -1230,6 +1274,7 @@ module Aws::CognitoIdentity
1230
1274
  :type,
1231
1275
  :ambiguous_role_resolution,
1232
1276
  :rules_configuration)
1277
+ SENSITIVE = []
1233
1278
  include Aws::Structure
1234
1279
  end
1235
1280
 
@@ -1261,6 +1306,7 @@ module Aws::CognitoIdentity
1261
1306
  #
1262
1307
  class RulesConfigurationType < Struct.new(
1263
1308
  :rules)
1309
+ SENSITIVE = []
1264
1310
  include Aws::Structure
1265
1311
  end
1266
1312
 
@@ -1317,6 +1363,7 @@ module Aws::CognitoIdentity
1317
1363
  :identity_pool_id,
1318
1364
  :roles,
1319
1365
  :role_mappings)
1366
+ SENSITIVE = []
1320
1367
  include Aws::Structure
1321
1368
  end
1322
1369
 
@@ -1344,6 +1391,7 @@ module Aws::CognitoIdentity
1344
1391
  class TagResourceInput < Struct.new(
1345
1392
  :resource_arn,
1346
1393
  :tags)
1394
+ SENSITIVE = []
1347
1395
  include Aws::Structure
1348
1396
  end
1349
1397
 
@@ -1361,6 +1409,7 @@ module Aws::CognitoIdentity
1361
1409
  #
1362
1410
  class TooManyRequestsException < Struct.new(
1363
1411
  :message)
1412
+ SENSITIVE = []
1364
1413
  include Aws::Structure
1365
1414
  end
1366
1415
 
@@ -1400,6 +1449,7 @@ module Aws::CognitoIdentity
1400
1449
  :identity_pool_id,
1401
1450
  :developer_provider_name,
1402
1451
  :developer_user_identifier)
1452
+ SENSITIVE = []
1403
1453
  include Aws::Structure
1404
1454
  end
1405
1455
 
@@ -1435,6 +1485,7 @@ module Aws::CognitoIdentity
1435
1485
  :identity_id,
1436
1486
  :logins,
1437
1487
  :logins_to_remove)
1488
+ SENSITIVE = []
1438
1489
  include Aws::Structure
1439
1490
  end
1440
1491
 
@@ -1454,6 +1505,7 @@ module Aws::CognitoIdentity
1454
1505
  class UnprocessedIdentityId < Struct.new(
1455
1506
  :identity_id,
1456
1507
  :error_code)
1508
+ SENSITIVE = []
1457
1509
  include Aws::Structure
1458
1510
  end
1459
1511
 
@@ -1479,6 +1531,7 @@ module Aws::CognitoIdentity
1479
1531
  class UntagResourceInput < Struct.new(
1480
1532
  :resource_arn,
1481
1533
  :tag_keys)
1534
+ SENSITIVE = []
1482
1535
  include Aws::Structure
1483
1536
  end
1484
1537
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.26.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-07 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