aws-sdk-worklink 1.17.1 → 1.22.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: de4f18671e2ff5eb1549a9c27c92f09c0a2d27fdff7faedfbf12085b369ad962
4
- data.tar.gz: ac64ff28b90f9f355feaf265753e0c658b4ad931bf2cfe0a7fcaa66c0d91ca45
3
+ metadata.gz: c1dc039ed2e9ffbae57837df3a66aee8ab5dbc4aa1cb431e658b6e574531b947
4
+ data.tar.gz: 5977518797ac5498b7d55285958c6c48b8acbaa1b172abda2d0f49b2851bfb42
5
5
  SHA512:
6
- metadata.gz: 6e9a8d067bddae990d566ed35ee7a0cd5ce004892a983ccac607bf1b0820833bcb9a07342ac3dbfe3ff16e524e771cb151961ba278d061f5cfe55221795857ec
7
- data.tar.gz: 957153dc003cdf2e75900d9000b015f489213c585156127d0f5a722ac1ad9f3d48b28832cf80c05a3b1bb1dfb77672eaefd62571a31838e7b22ec20b570666fa
6
+ metadata.gz: d796e31ed69860069e67e2c632c5e510509cf6c0ca3d0b9a14c6cd9577e5cb7c17f2820191a62ab44e311fb8fc198124faa4de2c07d9f03e4d976bd375fd383f
7
+ data.tar.gz: 63a798bc61743a40344e2830ad1080b30acfab7300e91fabecfca7d2caa0ab7e8febbcc1acf28d22a8f6f0bdf7087c58029d98a275d5dc4888088e20d8ac1eb8
@@ -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-worklink/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::WorkLink
47
50
 
48
- GEM_VERSION = '1.17.1'
51
+ GEM_VERSION = '1.22.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:
@@ -83,13 +85,28 @@ module Aws::WorkLink
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
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
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::WorkLink
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # 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.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -1452,7 +1469,7 @@ module Aws::WorkLink
1452
1469
  params: params,
1453
1470
  config: config)
1454
1471
  context[:gem_name] = 'aws-sdk-worklink'
1455
- context[:gem_version] = '1.17.1'
1472
+ context[:gem_version] = '1.22.0'
1456
1473
  Seahorse::Client::Request.new(handlers, context)
1457
1474
  end
1458
1475
 
@@ -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:
@@ -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:
@@ -42,6 +44,7 @@ module Aws::WorkLink
42
44
  :domain_name,
43
45
  :display_name,
44
46
  :acm_certificate_arn)
47
+ SENSITIVE = []
45
48
  include Aws::Structure
46
49
  end
47
50
 
@@ -77,6 +80,7 @@ module Aws::WorkLink
77
80
  :fleet_arn,
78
81
  :authorization_provider_type,
79
82
  :domain_name)
83
+ SENSITIVE = []
80
84
  include Aws::Structure
81
85
  end
82
86
 
@@ -88,6 +92,7 @@ module Aws::WorkLink
88
92
  #
89
93
  class AssociateWebsiteAuthorizationProviderResponse < Struct.new(
90
94
  :authorization_provider_id)
95
+ SENSITIVE = []
91
96
  include Aws::Structure
92
97
  end
93
98
 
@@ -118,6 +123,7 @@ module Aws::WorkLink
118
123
  :fleet_arn,
119
124
  :certificate,
120
125
  :display_name)
126
+ SENSITIVE = []
121
127
  include Aws::Structure
122
128
  end
123
129
 
@@ -129,6 +135,7 @@ module Aws::WorkLink
129
135
  #
130
136
  class AssociateWebsiteCertificateAuthorityResponse < Struct.new(
131
137
  :website_ca_id)
138
+ SENSITIVE = []
132
139
  include Aws::Structure
133
140
  end
134
141
 
@@ -169,6 +176,7 @@ module Aws::WorkLink
169
176
  :display_name,
170
177
  :optimize_for_end_user_location,
171
178
  :tags)
179
+ SENSITIVE = []
172
180
  include Aws::Structure
173
181
  end
174
182
 
@@ -180,6 +188,7 @@ module Aws::WorkLink
180
188
  #
181
189
  class CreateFleetResponse < Struct.new(
182
190
  :fleet_arn)
191
+ SENSITIVE = []
183
192
  include Aws::Structure
184
193
  end
185
194
 
@@ -198,6 +207,7 @@ module Aws::WorkLink
198
207
  #
199
208
  class DeleteFleetRequest < Struct.new(
200
209
  :fleet_arn)
210
+ SENSITIVE = []
201
211
  include Aws::Structure
202
212
  end
203
213
 
@@ -220,6 +230,7 @@ module Aws::WorkLink
220
230
  #
221
231
  class DescribeAuditStreamConfigurationRequest < Struct.new(
222
232
  :fleet_arn)
233
+ SENSITIVE = []
223
234
  include Aws::Structure
224
235
  end
225
236
 
@@ -232,6 +243,7 @@ module Aws::WorkLink
232
243
  #
233
244
  class DescribeAuditStreamConfigurationResponse < Struct.new(
234
245
  :audit_stream_arn)
246
+ SENSITIVE = []
235
247
  include Aws::Structure
236
248
  end
237
249
 
@@ -250,6 +262,7 @@ module Aws::WorkLink
250
262
  #
251
263
  class DescribeCompanyNetworkConfigurationRequest < Struct.new(
252
264
  :fleet_arn)
265
+ SENSITIVE = []
253
266
  include Aws::Structure
254
267
  end
255
268
 
@@ -272,6 +285,7 @@ module Aws::WorkLink
272
285
  :vpc_id,
273
286
  :subnet_ids,
274
287
  :security_group_ids)
288
+ SENSITIVE = []
275
289
  include Aws::Structure
276
290
  end
277
291
 
@@ -290,6 +304,7 @@ module Aws::WorkLink
290
304
  #
291
305
  class DescribeDevicePolicyConfigurationRequest < Struct.new(
292
306
  :fleet_arn)
307
+ SENSITIVE = []
293
308
  include Aws::Structure
294
309
  end
295
310
 
@@ -303,6 +318,7 @@ module Aws::WorkLink
303
318
  #
304
319
  class DescribeDevicePolicyConfigurationResponse < Struct.new(
305
320
  :device_ca_certificate)
321
+ SENSITIVE = []
306
322
  include Aws::Structure
307
323
  end
308
324
 
@@ -327,6 +343,7 @@ module Aws::WorkLink
327
343
  class DescribeDeviceRequest < Struct.new(
328
344
  :fleet_arn,
329
345
  :device_id)
346
+ SENSITIVE = []
330
347
  include Aws::Structure
331
348
  end
332
349
 
@@ -378,6 +395,7 @@ module Aws::WorkLink
378
395
  :first_accessed_time,
379
396
  :last_accessed_time,
380
397
  :username)
398
+ SENSITIVE = []
381
399
  include Aws::Structure
382
400
  end
383
401
 
@@ -402,6 +420,7 @@ module Aws::WorkLink
402
420
  class DescribeDomainRequest < Struct.new(
403
421
  :fleet_arn,
404
422
  :domain_name)
423
+ SENSITIVE = []
405
424
  include Aws::Structure
406
425
  end
407
426
 
@@ -434,6 +453,7 @@ module Aws::WorkLink
434
453
  :created_time,
435
454
  :domain_status,
436
455
  :acm_certificate_arn)
456
+ SENSITIVE = []
437
457
  include Aws::Structure
438
458
  end
439
459
 
@@ -452,6 +472,7 @@ module Aws::WorkLink
452
472
  #
453
473
  class DescribeFleetMetadataRequest < Struct.new(
454
474
  :fleet_arn)
475
+ SENSITIVE = []
455
476
  include Aws::Structure
456
477
  end
457
478
 
@@ -500,6 +521,7 @@ module Aws::WorkLink
500
521
  :company_code,
501
522
  :fleet_status,
502
523
  :tags)
524
+ SENSITIVE = []
503
525
  include Aws::Structure
504
526
  end
505
527
 
@@ -518,6 +540,7 @@ module Aws::WorkLink
518
540
  #
519
541
  class DescribeIdentityProviderConfigurationRequest < Struct.new(
520
542
  :fleet_arn)
543
+ SENSITIVE = []
521
544
  include Aws::Structure
522
545
  end
523
546
 
@@ -539,6 +562,7 @@ module Aws::WorkLink
539
562
  :identity_provider_type,
540
563
  :service_provider_saml_metadata,
541
564
  :identity_provider_saml_metadata)
565
+ SENSITIVE = []
542
566
  include Aws::Structure
543
567
  end
544
568
 
@@ -563,6 +587,7 @@ module Aws::WorkLink
563
587
  class DescribeWebsiteCertificateAuthorityRequest < Struct.new(
564
588
  :fleet_arn,
565
589
  :website_ca_id)
590
+ SENSITIVE = []
566
591
  include Aws::Structure
567
592
  end
568
593
 
@@ -584,6 +609,7 @@ module Aws::WorkLink
584
609
  :certificate,
585
610
  :created_time,
586
611
  :display_name)
612
+ SENSITIVE = []
587
613
  include Aws::Structure
588
614
  end
589
615
 
@@ -602,6 +628,7 @@ module Aws::WorkLink
602
628
  class DeviceSummary < Struct.new(
603
629
  :device_id,
604
630
  :device_status)
631
+ SENSITIVE = []
605
632
  include Aws::Structure
606
633
  end
607
634
 
@@ -626,6 +653,7 @@ module Aws::WorkLink
626
653
  class DisassociateDomainRequest < Struct.new(
627
654
  :fleet_arn,
628
655
  :domain_name)
656
+ SENSITIVE = []
629
657
  include Aws::Structure
630
658
  end
631
659
 
@@ -654,6 +682,7 @@ module Aws::WorkLink
654
682
  class DisassociateWebsiteAuthorizationProviderRequest < Struct.new(
655
683
  :fleet_arn,
656
684
  :authorization_provider_id)
685
+ SENSITIVE = []
657
686
  include Aws::Structure
658
687
  end
659
688
 
@@ -682,6 +711,7 @@ module Aws::WorkLink
682
711
  class DisassociateWebsiteCertificateAuthorityRequest < Struct.new(
683
712
  :fleet_arn,
684
713
  :website_ca_id)
714
+ SENSITIVE = []
685
715
  include Aws::Structure
686
716
  end
687
717
 
@@ -714,6 +744,7 @@ module Aws::WorkLink
714
744
  :display_name,
715
745
  :created_time,
716
746
  :domain_status)
747
+ SENSITIVE = []
717
748
  include Aws::Structure
718
749
  end
719
750
 
@@ -762,6 +793,7 @@ module Aws::WorkLink
762
793
  :company_code,
763
794
  :fleet_status,
764
795
  :tags)
796
+ SENSITIVE = []
765
797
  include Aws::Structure
766
798
  end
767
799
 
@@ -774,6 +806,7 @@ module Aws::WorkLink
774
806
  #
775
807
  class InternalServerErrorException < Struct.new(
776
808
  :message)
809
+ SENSITIVE = []
777
810
  include Aws::Structure
778
811
  end
779
812
 
@@ -786,6 +819,7 @@ module Aws::WorkLink
786
819
  #
787
820
  class InvalidRequestException < Struct.new(
788
821
  :message)
822
+ SENSITIVE = []
789
823
  include Aws::Structure
790
824
  end
791
825
 
@@ -817,6 +851,7 @@ module Aws::WorkLink
817
851
  :fleet_arn,
818
852
  :next_token,
819
853
  :max_results)
854
+ SENSITIVE = []
820
855
  include Aws::Structure
821
856
  end
822
857
 
@@ -834,6 +869,7 @@ module Aws::WorkLink
834
869
  class ListDevicesResponse < Struct.new(
835
870
  :devices,
836
871
  :next_token)
872
+ SENSITIVE = []
837
873
  include Aws::Structure
838
874
  end
839
875
 
@@ -865,6 +901,7 @@ module Aws::WorkLink
865
901
  :fleet_arn,
866
902
  :next_token,
867
903
  :max_results)
904
+ SENSITIVE = []
868
905
  include Aws::Structure
869
906
  end
870
907
 
@@ -882,6 +919,7 @@ module Aws::WorkLink
882
919
  class ListDomainsResponse < Struct.new(
883
920
  :domains,
884
921
  :next_token)
922
+ SENSITIVE = []
885
923
  include Aws::Structure
886
924
  end
887
925
 
@@ -907,6 +945,7 @@ module Aws::WorkLink
907
945
  class ListFleetsRequest < Struct.new(
908
946
  :next_token,
909
947
  :max_results)
948
+ SENSITIVE = []
910
949
  include Aws::Structure
911
950
  end
912
951
 
@@ -924,6 +963,7 @@ module Aws::WorkLink
924
963
  class ListFleetsResponse < Struct.new(
925
964
  :fleet_summary_list,
926
965
  :next_token)
966
+ SENSITIVE = []
927
967
  include Aws::Structure
928
968
  end
929
969
 
@@ -942,6 +982,7 @@ module Aws::WorkLink
942
982
  #
943
983
  class ListTagsForResourceRequest < Struct.new(
944
984
  :resource_arn)
985
+ SENSITIVE = []
945
986
  include Aws::Structure
946
987
  end
947
988
 
@@ -953,6 +994,7 @@ module Aws::WorkLink
953
994
  #
954
995
  class ListTagsForResourceResponse < Struct.new(
955
996
  :tags)
997
+ SENSITIVE = []
956
998
  include Aws::Structure
957
999
  end
958
1000
 
@@ -984,6 +1026,7 @@ module Aws::WorkLink
984
1026
  :fleet_arn,
985
1027
  :next_token,
986
1028
  :max_results)
1029
+ SENSITIVE = []
987
1030
  include Aws::Structure
988
1031
  end
989
1032
 
@@ -1001,6 +1044,7 @@ module Aws::WorkLink
1001
1044
  class ListWebsiteAuthorizationProvidersResponse < Struct.new(
1002
1045
  :website_authorization_providers,
1003
1046
  :next_token)
1047
+ SENSITIVE = []
1004
1048
  include Aws::Structure
1005
1049
  end
1006
1050
 
@@ -1032,6 +1076,7 @@ module Aws::WorkLink
1032
1076
  :fleet_arn,
1033
1077
  :max_results,
1034
1078
  :next_token)
1079
+ SENSITIVE = []
1035
1080
  include Aws::Structure
1036
1081
  end
1037
1082
 
@@ -1049,6 +1094,7 @@ module Aws::WorkLink
1049
1094
  class ListWebsiteCertificateAuthoritiesResponse < Struct.new(
1050
1095
  :website_certificate_authorities,
1051
1096
  :next_token)
1097
+ SENSITIVE = []
1052
1098
  include Aws::Structure
1053
1099
  end
1054
1100
 
@@ -1061,6 +1107,7 @@ module Aws::WorkLink
1061
1107
  #
1062
1108
  class ResourceAlreadyExistsException < Struct.new(
1063
1109
  :message)
1110
+ SENSITIVE = []
1064
1111
  include Aws::Structure
1065
1112
  end
1066
1113
 
@@ -1073,6 +1120,7 @@ module Aws::WorkLink
1073
1120
  #
1074
1121
  class ResourceNotFoundException < Struct.new(
1075
1122
  :message)
1123
+ SENSITIVE = []
1076
1124
  include Aws::Structure
1077
1125
  end
1078
1126
 
@@ -1097,6 +1145,7 @@ module Aws::WorkLink
1097
1145
  class RestoreDomainAccessRequest < Struct.new(
1098
1146
  :fleet_arn,
1099
1147
  :domain_name)
1148
+ SENSITIVE = []
1100
1149
  include Aws::Structure
1101
1150
  end
1102
1151
 
@@ -1125,6 +1174,7 @@ module Aws::WorkLink
1125
1174
  class RevokeDomainAccessRequest < Struct.new(
1126
1175
  :fleet_arn,
1127
1176
  :domain_name)
1177
+ SENSITIVE = []
1128
1178
  include Aws::Structure
1129
1179
  end
1130
1180
 
@@ -1153,6 +1203,7 @@ module Aws::WorkLink
1153
1203
  class SignOutUserRequest < Struct.new(
1154
1204
  :fleet_arn,
1155
1205
  :username)
1206
+ SENSITIVE = []
1156
1207
  include Aws::Structure
1157
1208
  end
1158
1209
 
@@ -1183,6 +1234,7 @@ module Aws::WorkLink
1183
1234
  class TagResourceRequest < Struct.new(
1184
1235
  :resource_arn,
1185
1236
  :tags)
1237
+ SENSITIVE = []
1186
1238
  include Aws::Structure
1187
1239
  end
1188
1240
 
@@ -1199,6 +1251,7 @@ module Aws::WorkLink
1199
1251
  #
1200
1252
  class TooManyRequestsException < Struct.new(
1201
1253
  :message)
1254
+ SENSITIVE = []
1202
1255
  include Aws::Structure
1203
1256
  end
1204
1257
 
@@ -1211,6 +1264,7 @@ module Aws::WorkLink
1211
1264
  #
1212
1265
  class UnauthorizedException < Struct.new(
1213
1266
  :message)
1267
+ SENSITIVE = []
1214
1268
  include Aws::Structure
1215
1269
  end
1216
1270
 
@@ -1235,6 +1289,7 @@ module Aws::WorkLink
1235
1289
  class UntagResourceRequest < Struct.new(
1236
1290
  :resource_arn,
1237
1291
  :tag_keys)
1292
+ SENSITIVE = []
1238
1293
  include Aws::Structure
1239
1294
  end
1240
1295
 
@@ -1264,6 +1319,7 @@ module Aws::WorkLink
1264
1319
  class UpdateAuditStreamConfigurationRequest < Struct.new(
1265
1320
  :fleet_arn,
1266
1321
  :audit_stream_arn)
1322
+ SENSITIVE = []
1267
1323
  include Aws::Structure
1268
1324
  end
1269
1325
 
@@ -1305,6 +1361,7 @@ module Aws::WorkLink
1305
1361
  :vpc_id,
1306
1362
  :subnet_ids,
1307
1363
  :security_group_ids)
1364
+ SENSITIVE = []
1308
1365
  include Aws::Structure
1309
1366
  end
1310
1367
 
@@ -1335,6 +1392,7 @@ module Aws::WorkLink
1335
1392
  class UpdateDevicePolicyConfigurationRequest < Struct.new(
1336
1393
  :fleet_arn,
1337
1394
  :device_ca_certificate)
1395
+ SENSITIVE = []
1338
1396
  include Aws::Structure
1339
1397
  end
1340
1398
 
@@ -1369,6 +1427,7 @@ module Aws::WorkLink
1369
1427
  :fleet_arn,
1370
1428
  :domain_name,
1371
1429
  :display_name)
1430
+ SENSITIVE = []
1372
1431
  include Aws::Structure
1373
1432
  end
1374
1433
 
@@ -1406,6 +1465,7 @@ module Aws::WorkLink
1406
1465
  :fleet_arn,
1407
1466
  :display_name,
1408
1467
  :optimize_for_end_user_location)
1468
+ SENSITIVE = []
1409
1469
  include Aws::Structure
1410
1470
  end
1411
1471
 
@@ -1442,6 +1502,7 @@ module Aws::WorkLink
1442
1502
  :fleet_arn,
1443
1503
  :identity_provider_type,
1444
1504
  :identity_provider_saml_metadata)
1505
+ SENSITIVE = []
1445
1506
  include Aws::Structure
1446
1507
  end
1447
1508
 
@@ -1475,6 +1536,7 @@ module Aws::WorkLink
1475
1536
  :authorization_provider_type,
1476
1537
  :domain_name,
1477
1538
  :created_time)
1539
+ SENSITIVE = []
1478
1540
  include Aws::Structure
1479
1541
  end
1480
1542
 
@@ -1498,6 +1560,7 @@ module Aws::WorkLink
1498
1560
  :website_ca_id,
1499
1561
  :created_time,
1500
1562
  :display_name)
1563
+ SENSITIVE = []
1501
1564
  include Aws::Structure
1502
1565
  end
1503
1566
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-worklink
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.22.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-06-11 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement