aws-sdk-rds 1.126.0 → 1.127.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +18 -5
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds/db_cluster.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +1 -0
- data/lib/aws-sdk-rds/resource.rb +1 -0
- data/lib/aws-sdk-rds/types.rb +32 -6
- data/lib/aws-sdk-rds.rb +1 -1
- 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: ec254c3cf7b469b21a32fd1ec3e8a6a61c00c144cabf81e5139c28c388bb2010
|
4
|
+
data.tar.gz: 70de5910aec6f5a875dd07dd2ca4ba65707491c081afe8a47d807d22022f9954
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24c5f2370cec93ebdb5ec08531acabd95e93c75cca4d28c5a59d4097def16cb34db8a8b2e732a95fe43e75b2731d66faf6b712a600f56a56ec74e0a6806a1bae
|
7
|
+
data.tar.gz: 7748943a356af71cd73750ef81749e99e9edbe339379f52358ec9d55a1176c9a9f295d0846e2e534cc8cbf3b5612ebdf5f7bad74e0888e36800a749ee6f15f91
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.127.0 (2021-09-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
|
8
|
+
|
4
9
|
1.126.0 (2021-09-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.127.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2360,6 +2360,7 @@ module Aws::RDS
|
|
2360
2360
|
# auto_pause: false,
|
2361
2361
|
# seconds_until_auto_pause: 1,
|
2362
2362
|
# timeout_action: "String",
|
2363
|
+
# seconds_before_timeout: 1,
|
2363
2364
|
# },
|
2364
2365
|
# deletion_protection: false,
|
2365
2366
|
# global_cluster_identifier: "String",
|
@@ -2436,6 +2437,7 @@ module Aws::RDS
|
|
2436
2437
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
2437
2438
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
2438
2439
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
2440
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
2439
2441
|
# resp.db_cluster.deletion_protection #=> Boolean
|
2440
2442
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
2441
2443
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -5849,6 +5851,7 @@ module Aws::RDS
|
|
5849
5851
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
5850
5852
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
5851
5853
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
5854
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
5852
5855
|
# resp.db_cluster.deletion_protection #=> Boolean
|
5853
5856
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
5854
5857
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -7997,6 +8000,7 @@ module Aws::RDS
|
|
7997
8000
|
# resp.db_clusters[0].scaling_configuration_info.auto_pause #=> Boolean
|
7998
8001
|
# resp.db_clusters[0].scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
7999
8002
|
# resp.db_clusters[0].scaling_configuration_info.timeout_action #=> String
|
8003
|
+
# resp.db_clusters[0].scaling_configuration_info.seconds_before_timeout #=> Integer
|
8000
8004
|
# resp.db_clusters[0].deletion_protection #=> Boolean
|
8001
8005
|
# resp.db_clusters[0].http_endpoint_enabled #=> Boolean
|
8002
8006
|
# resp.db_clusters[0].activity_stream_mode #=> String, one of "sync", "async"
|
@@ -11605,6 +11609,7 @@ module Aws::RDS
|
|
11605
11609
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
11606
11610
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
11607
11611
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
11612
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
11608
11613
|
# resp.db_cluster.deletion_protection #=> Boolean
|
11609
11614
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
11610
11615
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -11989,7 +11994,7 @@ module Aws::RDS
|
|
11989
11994
|
# scaling points, see [ Autoscaling for Aurora Serverless][2] in the
|
11990
11995
|
# *Amazon Aurora User Guide*.
|
11991
11996
|
#
|
11992
|
-
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
11997
|
+
# <note markdown="1"> This action only applies to Aurora Serverless DB clusters.
|
11993
11998
|
#
|
11994
11999
|
# </note>
|
11995
12000
|
#
|
@@ -12027,9 +12032,7 @@ module Aws::RDS
|
|
12027
12032
|
# scaling point to perform seamless scaling before enforcing the timeout
|
12028
12033
|
# action. The default is 300.
|
12029
12034
|
#
|
12030
|
-
#
|
12031
|
-
#
|
12032
|
-
# ^
|
12035
|
+
# Specify a value between 10 and 600 seconds.
|
12033
12036
|
#
|
12034
12037
|
# @option params [String] :timeout_action
|
12035
12038
|
# The action to take when the timeout is reached, either
|
@@ -12418,6 +12421,7 @@ module Aws::RDS
|
|
12418
12421
|
# auto_pause: false,
|
12419
12422
|
# seconds_until_auto_pause: 1,
|
12420
12423
|
# timeout_action: "String",
|
12424
|
+
# seconds_before_timeout: 1,
|
12421
12425
|
# },
|
12422
12426
|
# deletion_protection: false,
|
12423
12427
|
# enable_http_endpoint: false,
|
@@ -12490,6 +12494,7 @@ module Aws::RDS
|
|
12490
12494
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
12491
12495
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
12492
12496
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
12497
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
12493
12498
|
# resp.db_cluster.deletion_protection #=> Boolean
|
12494
12499
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
12495
12500
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -15054,6 +15059,7 @@ module Aws::RDS
|
|
15054
15059
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
15055
15060
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
15056
15061
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
15062
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
15057
15063
|
# resp.db_cluster.deletion_protection #=> Boolean
|
15058
15064
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
15059
15065
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -16310,6 +16316,7 @@ module Aws::RDS
|
|
16310
16316
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
16311
16317
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
16312
16318
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
16319
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
16313
16320
|
# resp.db_cluster.deletion_protection #=> Boolean
|
16314
16321
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
16315
16322
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -16641,6 +16648,7 @@ module Aws::RDS
|
|
16641
16648
|
# auto_pause: false,
|
16642
16649
|
# seconds_until_auto_pause: 1,
|
16643
16650
|
# timeout_action: "String",
|
16651
|
+
# seconds_before_timeout: 1,
|
16644
16652
|
# },
|
16645
16653
|
# db_cluster_parameter_group_name: "String",
|
16646
16654
|
# deletion_protection: false,
|
@@ -16714,6 +16722,7 @@ module Aws::RDS
|
|
16714
16722
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
16715
16723
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
16716
16724
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
16725
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
16717
16726
|
# resp.db_cluster.deletion_protection #=> Boolean
|
16718
16727
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
16719
16728
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -17047,6 +17056,7 @@ module Aws::RDS
|
|
17047
17056
|
# auto_pause: false,
|
17048
17057
|
# seconds_until_auto_pause: 1,
|
17049
17058
|
# timeout_action: "String",
|
17059
|
+
# seconds_before_timeout: 1,
|
17050
17060
|
# },
|
17051
17061
|
# engine_mode: "String",
|
17052
17062
|
# })
|
@@ -17116,6 +17126,7 @@ module Aws::RDS
|
|
17116
17126
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
17117
17127
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
17118
17128
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
17129
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
17119
17130
|
# resp.db_cluster.deletion_protection #=> Boolean
|
17120
17131
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
17121
17132
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -19239,6 +19250,7 @@ module Aws::RDS
|
|
19239
19250
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
19240
19251
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
19241
19252
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
19253
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
19242
19254
|
# resp.db_cluster.deletion_protection #=> Boolean
|
19243
19255
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
19244
19256
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -19808,6 +19820,7 @@ module Aws::RDS
|
|
19808
19820
|
# resp.db_cluster.scaling_configuration_info.auto_pause #=> Boolean
|
19809
19821
|
# resp.db_cluster.scaling_configuration_info.seconds_until_auto_pause #=> Integer
|
19810
19822
|
# resp.db_cluster.scaling_configuration_info.timeout_action #=> String
|
19823
|
+
# resp.db_cluster.scaling_configuration_info.seconds_before_timeout #=> Integer
|
19811
19824
|
# resp.db_cluster.deletion_protection #=> Boolean
|
19812
19825
|
# resp.db_cluster.http_endpoint_enabled #=> Boolean
|
19813
19826
|
# resp.db_cluster.activity_stream_mode #=> String, one of "sync", "async"
|
@@ -20099,7 +20112,7 @@ module Aws::RDS
|
|
20099
20112
|
params: params,
|
20100
20113
|
config: config)
|
20101
20114
|
context[:gem_name] = 'aws-sdk-rds'
|
20102
|
-
context[:gem_version] = '1.
|
20115
|
+
context[:gem_version] = '1.127.0'
|
20103
20116
|
Seahorse::Client::Request.new(handlers, context)
|
20104
20117
|
end
|
20105
20118
|
|
@@ -3177,6 +3177,7 @@ module Aws::RDS
|
|
3177
3177
|
ScalingConfiguration.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
3178
3178
|
ScalingConfiguration.add_member(:seconds_until_auto_pause, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsUntilAutoPause"))
|
3179
3179
|
ScalingConfiguration.add_member(:timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "TimeoutAction"))
|
3180
|
+
ScalingConfiguration.add_member(:seconds_before_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsBeforeTimeout"))
|
3180
3181
|
ScalingConfiguration.struct_class = Types::ScalingConfiguration
|
3181
3182
|
|
3182
3183
|
ScalingConfigurationInfo.add_member(:min_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinCapacity"))
|
@@ -3184,6 +3185,7 @@ module Aws::RDS
|
|
3184
3185
|
ScalingConfigurationInfo.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
3185
3186
|
ScalingConfigurationInfo.add_member(:seconds_until_auto_pause, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsUntilAutoPause"))
|
3186
3187
|
ScalingConfigurationInfo.add_member(:timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "TimeoutAction"))
|
3188
|
+
ScalingConfigurationInfo.add_member(:seconds_before_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SecondsBeforeTimeout"))
|
3187
3189
|
ScalingConfigurationInfo.struct_class = Types::ScalingConfigurationInfo
|
3188
3190
|
|
3189
3191
|
SharedSnapshotQuotaExceededFault.struct_class = Types::SharedSnapshotQuotaExceededFault
|
@@ -661,6 +661,7 @@ module Aws::RDS
|
|
661
661
|
# auto_pause: false,
|
662
662
|
# seconds_until_auto_pause: 1,
|
663
663
|
# timeout_action: "String",
|
664
|
+
# seconds_before_timeout: 1,
|
664
665
|
# },
|
665
666
|
# deletion_protection: false,
|
666
667
|
# global_cluster_identifier: "String",
|
@@ -1198,6 +1199,7 @@ module Aws::RDS
|
|
1198
1199
|
# auto_pause: false,
|
1199
1200
|
# seconds_until_auto_pause: 1,
|
1200
1201
|
# timeout_action: "String",
|
1202
|
+
# seconds_before_timeout: 1,
|
1201
1203
|
# },
|
1202
1204
|
# deletion_protection: false,
|
1203
1205
|
# enable_http_endpoint: false,
|
@@ -1492,6 +1494,7 @@ module Aws::RDS
|
|
1492
1494
|
# auto_pause: false,
|
1493
1495
|
# seconds_until_auto_pause: 1,
|
1494
1496
|
# timeout_action: "String",
|
1497
|
+
# seconds_before_timeout: 1,
|
1495
1498
|
# },
|
1496
1499
|
# engine_mode: "String",
|
1497
1500
|
# })
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1776,6 +1776,7 @@ module Aws::RDS
|
|
1776
1776
|
# auto_pause: false,
|
1777
1777
|
# seconds_until_auto_pause: 1,
|
1778
1778
|
# timeout_action: "String",
|
1779
|
+
# seconds_before_timeout: 1,
|
1779
1780
|
# },
|
1780
1781
|
# deletion_protection: false,
|
1781
1782
|
# global_cluster_identifier: "String",
|
@@ -13556,9 +13557,7 @@ module Aws::RDS
|
|
13556
13557
|
# a scaling point to perform seamless scaling before enforcing the
|
13557
13558
|
# timeout action. The default is 300.
|
13558
13559
|
#
|
13559
|
-
#
|
13560
|
-
#
|
13561
|
-
# ^
|
13560
|
+
# Specify a value between 10 and 600 seconds.
|
13562
13561
|
# @return [Integer]
|
13563
13562
|
#
|
13564
13563
|
# @!attribute [rw] timeout_action
|
@@ -13657,6 +13656,7 @@ module Aws::RDS
|
|
13657
13656
|
# auto_pause: false,
|
13658
13657
|
# seconds_until_auto_pause: 1,
|
13659
13658
|
# timeout_action: "String",
|
13659
|
+
# seconds_before_timeout: 1,
|
13660
13660
|
# },
|
13661
13661
|
# deletion_protection: false,
|
13662
13662
|
# enable_http_endpoint: false,
|
@@ -18222,6 +18222,7 @@ module Aws::RDS
|
|
18222
18222
|
# auto_pause: false,
|
18223
18223
|
# seconds_until_auto_pause: 1,
|
18224
18224
|
# timeout_action: "String",
|
18225
|
+
# seconds_before_timeout: 1,
|
18225
18226
|
# },
|
18226
18227
|
# db_cluster_parameter_group_name: "String",
|
18227
18228
|
# deletion_protection: false,
|
@@ -18548,6 +18549,7 @@ module Aws::RDS
|
|
18548
18549
|
# auto_pause: false,
|
18549
18550
|
# seconds_until_auto_pause: 1,
|
18550
18551
|
# timeout_action: "String",
|
18552
|
+
# seconds_before_timeout: 1,
|
18551
18553
|
# },
|
18552
18554
|
# engine_mode: "String",
|
18553
18555
|
# }
|
@@ -20405,6 +20407,7 @@ module Aws::RDS
|
|
20405
20407
|
# auto_pause: false,
|
20406
20408
|
# seconds_until_auto_pause: 1,
|
20407
20409
|
# timeout_action: "String",
|
20410
|
+
# seconds_before_timeout: 1,
|
20408
20411
|
# }
|
20409
20412
|
#
|
20410
20413
|
# @!attribute [rw] min_capacity
|
@@ -20475,6 +20478,14 @@ module Aws::RDS
|
|
20475
20478
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling
|
20476
20479
|
# @return [String]
|
20477
20480
|
#
|
20481
|
+
# @!attribute [rw] seconds_before_timeout
|
20482
|
+
# The amount of time, in seconds, that Aurora Serverless tries to find
|
20483
|
+
# a scaling point to perform seamless scaling before enforcing the
|
20484
|
+
# timeout action. The default is 300.
|
20485
|
+
#
|
20486
|
+
# Specify a value between 60 and 600 seconds.
|
20487
|
+
# @return [Integer]
|
20488
|
+
#
|
20478
20489
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ScalingConfiguration AWS API Documentation
|
20479
20490
|
#
|
20480
20491
|
class ScalingConfiguration < Struct.new(
|
@@ -20482,7 +20493,8 @@ module Aws::RDS
|
|
20482
20493
|
:max_capacity,
|
20483
20494
|
:auto_pause,
|
20484
20495
|
:seconds_until_auto_pause,
|
20485
|
-
:timeout_action
|
20496
|
+
:timeout_action,
|
20497
|
+
:seconds_before_timeout)
|
20486
20498
|
SENSITIVE = []
|
20487
20499
|
include Aws::Structure
|
20488
20500
|
end
|
@@ -20522,10 +20534,23 @@ module Aws::RDS
|
|
20522
20534
|
# @return [Integer]
|
20523
20535
|
#
|
20524
20536
|
# @!attribute [rw] timeout_action
|
20525
|
-
# The
|
20537
|
+
# The action that occurs when Aurora times out while attempting to
|
20538
|
+
# change the capacity of an Aurora Serverless cluster. The value is
|
20526
20539
|
# either `ForceApplyCapacityChange` or `RollbackCapacityChange`.
|
20540
|
+
#
|
20541
|
+
# `ForceApplyCapacityChange`, the default, sets the capacity to the
|
20542
|
+
# specified value as soon as possible.
|
20543
|
+
#
|
20544
|
+
# `RollbackCapacityChange` ignores the capacity change if a scaling
|
20545
|
+
# point isn't found in the timeout period.
|
20527
20546
|
# @return [String]
|
20528
20547
|
#
|
20548
|
+
# @!attribute [rw] seconds_before_timeout
|
20549
|
+
# The number of seconds before scaling times out. What happens when an
|
20550
|
+
# attempted scaling action times out is determined by the
|
20551
|
+
# `TimeoutAction` setting.
|
20552
|
+
# @return [Integer]
|
20553
|
+
#
|
20529
20554
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ScalingConfigurationInfo AWS API Documentation
|
20530
20555
|
#
|
20531
20556
|
class ScalingConfigurationInfo < Struct.new(
|
@@ -20533,7 +20558,8 @@ module Aws::RDS
|
|
20533
20558
|
:max_capacity,
|
20534
20559
|
:auto_pause,
|
20535
20560
|
:seconds_until_auto_pause,
|
20536
|
-
:timeout_action
|
20561
|
+
:timeout_action,
|
20562
|
+
:seconds_before_timeout)
|
20537
20563
|
SENSITIVE = []
|
20538
20564
|
include Aws::Structure
|
20539
20565
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.127.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: 2021-09-
|
11
|
+
date: 2021-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|