aws-sdk-redshift 1.109.0 → 1.111.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: c4e36255e0be1926d6a4e36698d1ec20423c2f3622ae0559b64af4d67d54e2bb
4
- data.tar.gz: c092abc59fb002a4eb8889830cb700f8ba31cb71be6659080eaec049bcc69eb4
3
+ metadata.gz: 947a50b4f67edf8e35418de4d1edb247a2223bb921763dc2e91f814fe3c8913b
4
+ data.tar.gz: 696609f21eefe9dc11148dae00a5ec4663250b1b0eb8a352d157d0a7ad35c6aa
5
5
  SHA512:
6
- metadata.gz: 4c124523ea354c4235966822855e7870969f63e7f8d41ca3c5c10b59fda9817123da21faf7223895c9922a331045e7cc65b81ff5c20bdecd140080f76db7dd52
7
- data.tar.gz: 9e04c76eb07d9de343081a0fd0f3193adcbc673b26193fcf7366a383543c8578aae8d91de1427de7f7877663904327e5b106cd9557eeeb219756bcba4297d21d
6
+ metadata.gz: 605c9afc43905a76f3c016d5069fb45e2813a4f92cb05d28cd7b004ddf06ae2f702e546eeef000f1a6dd06aebe89d1faac46b66d5047d07535486bb42af45fc6
7
+ data.tar.gz: 840a07d6ce5ad699a721681db1c518753096b5b240c6323186740c9b393c386a84ff2df8ec988b270bd8fc52937a8f3fda1c1d4007572677605474c9bc05275c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2024-04-12)
5
+ ------------------
6
+
7
+ * Feature - Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
8
+
9
+ 1.110.0 (2024-03-06)
10
+ ------------------
11
+
12
+ * Feature - Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
13
+
4
14
  1.109.0 (2024-02-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.111.0
@@ -492,15 +492,15 @@ module Aws::Redshift
492
492
  #
493
493
  # @option params [required, String] :data_share_arn
494
494
  # The Amazon Resource Name (ARN) of the datashare that the consumer is
495
- # to use with the account or the namespace.
495
+ # to use.
496
496
  #
497
497
  # @option params [Boolean] :associate_entire_account
498
498
  # A value that specifies whether the datashare is associated with the
499
499
  # entire account.
500
500
  #
501
501
  # @option params [String] :consumer_arn
502
- # The Amazon Resource Name (ARN) of the consumer that is associated with
503
- # the datashare.
502
+ # The Amazon Resource Name (ARN) of the consumer namespace associated
503
+ # with the datashare.
504
504
  #
505
505
  # @option params [String] :consumer_region
506
506
  # From a datashare consumer account, associates a datashare with all
@@ -644,8 +644,8 @@ module Aws::Redshift
644
644
  # correct access permissions.
645
645
  #
646
646
  # @option params [required, String] :data_share_arn
647
- # The Amazon Resource Name (ARN) of the datashare that producers are to
648
- # authorize sharing for.
647
+ # The Amazon Resource Name (ARN) of the datashare namespace that
648
+ # producers are to authorize sharing for.
649
649
  #
650
650
  # @option params [required, String] :consumer_identifier
651
651
  # The identifier of the data consumer that is authorized to access the
@@ -766,10 +766,16 @@ module Aws::Redshift
766
766
  # The Amazon Resource Name (ARN) of the snapshot to authorize access to.
767
767
  #
768
768
  # @option params [String] :snapshot_cluster_identifier
769
- # The identifier of the cluster the snapshot was created from. This
770
- # parameter is required if your IAM user has a policy containing a
771
- # snapshot resource element that specifies anything other than * for
772
- # the cluster name.
769
+ # The identifier of the cluster the snapshot was created from.
770
+ #
771
+ # * *If the snapshot to access doesn't exist and the associated IAM
772
+ # policy doesn't allow access to all (*) snapshots* - This parameter
773
+ # is required. Otherwise, permissions aren't available to check if
774
+ # the snapshot exists.
775
+ #
776
+ # * *If the snapshot to access exists* - This parameter isn't required.
777
+ # Redshift can retrieve the cluster identifier and use it to validate
778
+ # snapshot authorization.
773
779
  #
774
780
  # @option params [required, String] :account_with_restore_access
775
781
  # The identifier of the Amazon Web Services account authorized to
@@ -834,6 +840,7 @@ module Aws::Redshift
834
840
  # resp.snapshot.snapshot_retention_start_time #=> Time
835
841
  # resp.snapshot.master_password_secret_arn #=> String
836
842
  # resp.snapshot.master_password_secret_kms_key_id #=> String
843
+ # resp.snapshot.snapshot_arn #=> String
837
844
  #
838
845
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizeSnapshotAccess AWS API Documentation
839
846
  #
@@ -1119,6 +1126,7 @@ module Aws::Redshift
1119
1126
  # resp.snapshot.snapshot_retention_start_time #=> Time
1120
1127
  # resp.snapshot.master_password_secret_arn #=> String
1121
1128
  # resp.snapshot.master_password_secret_kms_key_id #=> String
1129
+ # resp.snapshot.snapshot_arn #=> String
1122
1130
  #
1123
1131
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CopyClusterSnapshot AWS API Documentation
1124
1132
  #
@@ -1391,7 +1399,15 @@ module Aws::Redshift
1391
1399
  #
1392
1400
  # Default: `5439`
1393
1401
  #
1394
- # Valid Values: `1150-65535`
1402
+ # Valid Values:
1403
+ #
1404
+ # * For clusters with ra3 nodes - Select a port within the ranges
1405
+ # `5431-5455` or `8191-8215`. (If you have an existing cluster with
1406
+ # ra3 nodes, it isn't required that you change the port to these
1407
+ # ranges.)
1408
+ #
1409
+ # * For clusters with ds2 or dc2 nodes - Select a port within the range
1410
+ # `1150-65535`.
1395
1411
  #
1396
1412
  # @option params [String] :cluster_version
1397
1413
  # The version of the Amazon Redshift engine software that you want to
@@ -2020,6 +2036,7 @@ module Aws::Redshift
2020
2036
  # resp.snapshot.snapshot_retention_start_time #=> Time
2021
2037
  # resp.snapshot.master_password_secret_arn #=> String
2022
2038
  # resp.snapshot.master_password_secret_kms_key_id #=> String
2039
+ # resp.snapshot.snapshot_arn #=> String
2023
2040
  #
2024
2041
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterSnapshot AWS API Documentation
2025
2042
  #
@@ -2983,7 +3000,7 @@ module Aws::Redshift
2983
3000
  # specified datashare.
2984
3001
  #
2985
3002
  # @option params [required, String] :data_share_arn
2986
- # The Amazon Resource Name (ARN) of the datashare to remove
3003
+ # The namespace Amazon Resource Name (ARN) of the datashare to remove
2987
3004
  # authorization from.
2988
3005
  #
2989
3006
  # @option params [required, String] :consumer_identifier
@@ -3431,6 +3448,7 @@ module Aws::Redshift
3431
3448
  # resp.snapshot.snapshot_retention_start_time #=> Time
3432
3449
  # resp.snapshot.master_password_secret_arn #=> String
3433
3450
  # resp.snapshot.master_password_secret_kms_key_id #=> String
3451
+ # resp.snapshot.snapshot_arn #=> String
3434
3452
  #
3435
3453
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteClusterSnapshot AWS API Documentation
3436
3454
  #
@@ -4463,6 +4481,7 @@ module Aws::Redshift
4463
4481
  # resp.snapshots[0].snapshot_retention_start_time #=> Time
4464
4482
  # resp.snapshots[0].master_password_secret_arn #=> String
4465
4483
  # resp.snapshots[0].master_password_secret_kms_key_id #=> String
4484
+ # resp.snapshots[0].snapshot_arn #=> String
4466
4485
  #
4467
4486
  #
4468
4487
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -5004,7 +5023,8 @@ module Aws::Redshift
5004
5023
  # the specified account.
5005
5024
  #
5006
5025
  # @option params [String] :data_share_arn
5007
- # The identifier of the datashare to describe details of.
5026
+ # The Amazon resource name (ARN) of the datashare to describe details
5027
+ # of.
5008
5028
  #
5009
5029
  # @option params [Integer] :max_records
5010
5030
  # The maximum number of response records to return in each call. If the
@@ -5067,8 +5087,8 @@ module Aws::Redshift
5067
5087
  # is a consumer account identifier.
5068
5088
  #
5069
5089
  # @option params [String] :consumer_arn
5070
- # The Amazon Resource Name (ARN) of the consumer that returns in the
5071
- # list of datashares.
5090
+ # The Amazon Resource Name (ARN) of the consumer namespace that returns
5091
+ # in the list of datashares.
5072
5092
  #
5073
5093
  # @option params [String] :status
5074
5094
  # An identifier giving the status of a datashare in the consumer
@@ -5137,8 +5157,8 @@ module Aws::Redshift
5137
5157
  # is a producer account identifier.
5138
5158
  #
5139
5159
  # @option params [String] :producer_arn
5140
- # The Amazon Resource Name (ARN) of the producer that returns in the
5141
- # list of datashares.
5160
+ # The Amazon Resource Name (ARN) of the producer namespace that returns
5161
+ # in the list of datashares.
5142
5162
  #
5143
5163
  # @option params [String] :status
5144
5164
  # An identifier giving the status of a datashare in the producer. If
@@ -7414,8 +7434,8 @@ module Aws::Redshift
7414
7434
  # removed from the entire account.
7415
7435
  #
7416
7436
  # @option params [String] :consumer_arn
7417
- # The Amazon Resource Name (ARN) of the consumer that association for
7418
- # the datashare is removed from.
7437
+ # The Amazon Resource Name (ARN) of the consumer namespace that
7438
+ # association for the datashare is removed from.
7419
7439
  #
7420
7440
  # @option params [String] :consumer_region
7421
7441
  # From a datashare consumer account, removes association of a datashare
@@ -8756,6 +8776,16 @@ module Aws::Redshift
8756
8776
  # @option params [Integer] :port
8757
8777
  # The option to change the port of an Amazon Redshift cluster.
8758
8778
  #
8779
+ # Valid Values:
8780
+ #
8781
+ # * For clusters with ra3 nodes - Select a port within the ranges
8782
+ # `5431-5455` or `8191-8215`. (If you have an existing cluster with
8783
+ # ra3 nodes, it isn't required that you change the port to these
8784
+ # ranges.)
8785
+ #
8786
+ # * For clusters with ds2 or dc2 nodes - Select a port within the range
8787
+ # `1150-65535`.
8788
+ #
8759
8789
  # @option params [Boolean] :manage_master_password
8760
8790
  # If `true`, Amazon Redshift uses Secrets Manager to manage this
8761
8791
  # cluster's admin credentials. You can't use `MasterUserPassword` if
@@ -9630,6 +9660,7 @@ module Aws::Redshift
9630
9660
  # resp.snapshot.snapshot_retention_start_time #=> Time
9631
9661
  # resp.snapshot.master_password_secret_arn #=> String
9632
9662
  # resp.snapshot.master_password_secret_kms_key_id #=> String
9663
+ # resp.snapshot.snapshot_arn #=> String
9633
9664
  #
9634
9665
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSnapshot AWS API Documentation
9635
9666
  #
@@ -11220,7 +11251,9 @@ module Aws::Redshift
11220
11251
  #
11221
11252
  # Default: The same port as the original cluster.
11222
11253
  #
11223
- # Constraints: Must be between `1115` and `65535`.
11254
+ # Valid values: For clusters with ds2 or dc2 nodes, must be within the
11255
+ # range `1150`-`65535`. For clusters with ra3 nodes, must be within the
11256
+ # ranges `5431`-`5455` or `8191`-`8215`.
11224
11257
  #
11225
11258
  # @option params [String] :availability_zone
11226
11259
  # The Amazon EC2 Availability Zone in which to restore the cluster.
@@ -12128,6 +12161,7 @@ module Aws::Redshift
12128
12161
  # resp.snapshot.snapshot_retention_start_time #=> Time
12129
12162
  # resp.snapshot.master_password_secret_arn #=> String
12130
12163
  # resp.snapshot.master_password_secret_kms_key_id #=> String
12164
+ # resp.snapshot.snapshot_arn #=> String
12131
12165
  #
12132
12166
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RevokeSnapshotAccess AWS API Documentation
12133
12167
  #
@@ -12365,7 +12399,7 @@ module Aws::Redshift
12365
12399
  params: params,
12366
12400
  config: config)
12367
12401
  context[:gem_name] = 'aws-sdk-redshift'
12368
- context[:gem_version] = '1.109.0'
12402
+ context[:gem_version] = '1.111.0'
12369
12403
  Seahorse::Client::Request.new(handlers, context)
12370
12404
  end
12371
12405
 
@@ -2668,6 +2668,7 @@ module Aws::Redshift
2668
2668
  Snapshot.add_member(:snapshot_retention_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotRetentionStartTime"))
2669
2669
  Snapshot.add_member(:master_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretArn"))
2670
2670
  Snapshot.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
2671
+ Snapshot.add_member(:snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotArn"))
2671
2672
  Snapshot.struct_class = Types::Snapshot
2672
2673
 
2673
2674
  SnapshotCopyAlreadyDisabledFault.struct_class = Types::SnapshotCopyAlreadyDisabledFault
@@ -133,7 +133,7 @@ module Aws::Redshift
133
133
 
134
134
  # @!attribute [rw] data_share_arn
135
135
  # The Amazon Resource Name (ARN) of the datashare that the consumer is
136
- # to use with the account or the namespace.
136
+ # to use.
137
137
  # @return [String]
138
138
  #
139
139
  # @!attribute [rw] associate_entire_account
@@ -142,7 +142,7 @@ module Aws::Redshift
142
142
  # @return [Boolean]
143
143
  #
144
144
  # @!attribute [rw] consumer_arn
145
- # The Amazon Resource Name (ARN) of the consumer that is associated
145
+ # The Amazon Resource Name (ARN) of the consumer namespace associated
146
146
  # with the datashare.
147
147
  # @return [String]
148
148
  #
@@ -315,8 +315,8 @@ module Aws::Redshift
315
315
  end
316
316
 
317
317
  # @!attribute [rw] data_share_arn
318
- # The Amazon Resource Name (ARN) of the datashare that producers are
319
- # to authorize sharing for.
318
+ # The Amazon Resource Name (ARN) of the datashare namespace that
319
+ # producers are to authorize sharing for.
320
320
  # @return [String]
321
321
  #
322
322
  # @!attribute [rw] consumer_identifier
@@ -371,10 +371,16 @@ module Aws::Redshift
371
371
  # @return [String]
372
372
  #
373
373
  # @!attribute [rw] snapshot_cluster_identifier
374
- # The identifier of the cluster the snapshot was created from. This
375
- # parameter is required if your IAM user has a policy containing a
376
- # snapshot resource element that specifies anything other than * for
377
- # the cluster name.
374
+ # The identifier of the cluster the snapshot was created from.
375
+ #
376
+ # * *If the snapshot to access doesn't exist and the associated IAM
377
+ # policy doesn't allow access to all (*) snapshots* - This
378
+ # parameter is required. Otherwise, permissions aren't available to
379
+ # check if the snapshot exists.
380
+ #
381
+ # * *If the snapshot to access exists* - This parameter isn't
382
+ # required. Redshift can retrieve the cluster identifier and use it
383
+ # to validate snapshot authorization.
378
384
  # @return [String]
379
385
  #
380
386
  # @!attribute [rw] account_with_restore_access
@@ -2132,7 +2138,15 @@ module Aws::Redshift
2132
2138
  #
2133
2139
  # Default: `5439`
2134
2140
  #
2135
- # Valid Values: `1150-65535`
2141
+ # Valid Values:
2142
+ #
2143
+ # * For clusters with ra3 nodes - Select a port within the ranges
2144
+ # `5431-5455` or `8191-8215`. (If you have an existing cluster with
2145
+ # ra3 nodes, it isn't required that you change the port to these
2146
+ # ranges.)
2147
+ #
2148
+ # * For clusters with ds2 or dc2 nodes - Select a port within the
2149
+ # range `1150-65535`.
2136
2150
  # @return [Integer]
2137
2151
  #
2138
2152
  # @!attribute [rw] cluster_version
@@ -3229,15 +3243,12 @@ module Aws::Redshift
3229
3243
  end
3230
3244
 
3231
3245
  # @!attribute [rw] data_share_arn
3232
- # An Amazon Resource Name (ARN) that references the datashare that is
3233
- # owned by a specific namespace of the producer cluster. A datashare
3234
- # ARN is in the
3235
- # `arn:aws:redshift:\{region\}:\{account-id\}:\{datashare\}:\{namespace-guid\}/\{datashare-name\}`
3236
- # format.
3246
+ # The Amazon Resource Name (ARN) of the datashare that the consumer is
3247
+ # to use.
3237
3248
  # @return [String]
3238
3249
  #
3239
3250
  # @!attribute [rw] producer_arn
3240
- # The Amazon Resource Name (ARN) of the producer.
3251
+ # The Amazon Resource Name (ARN) of the producer namespace.
3241
3252
  # @return [String]
3242
3253
  #
3243
3254
  # @!attribute [rw] allow_publicly_accessible_consumers
@@ -3360,7 +3371,7 @@ module Aws::Redshift
3360
3371
  end
3361
3372
 
3362
3373
  # @!attribute [rw] data_share_arn
3363
- # The Amazon Resource Name (ARN) of the datashare to remove
3374
+ # The namespace Amazon Resource Name (ARN) of the datashare to remove
3364
3375
  # authorization from.
3365
3376
  # @return [String]
3366
3377
  #
@@ -4425,8 +4436,8 @@ module Aws::Redshift
4425
4436
  end
4426
4437
 
4427
4438
  # @!attribute [rw] consumer_arn
4428
- # The Amazon Resource Name (ARN) of the consumer that returns in the
4429
- # list of datashares.
4439
+ # The Amazon Resource Name (ARN) of the consumer namespace that
4440
+ # returns in the list of datashares.
4430
4441
  # @return [String]
4431
4442
  #
4432
4443
  # @!attribute [rw] status
@@ -4488,8 +4499,8 @@ module Aws::Redshift
4488
4499
  end
4489
4500
 
4490
4501
  # @!attribute [rw] producer_arn
4491
- # The Amazon Resource Name (ARN) of the producer that returns in the
4492
- # list of datashares.
4502
+ # The Amazon Resource Name (ARN) of the producer namespace that
4503
+ # returns in the list of datashares.
4493
4504
  # @return [String]
4494
4505
  #
4495
4506
  # @!attribute [rw] status
@@ -4551,7 +4562,8 @@ module Aws::Redshift
4551
4562
  end
4552
4563
 
4553
4564
  # @!attribute [rw] data_share_arn
4554
- # The identifier of the datashare to describe details of.
4565
+ # The Amazon resource name (ARN) of the datashare to describe details
4566
+ # of.
4555
4567
  # @return [String]
4556
4568
  #
4557
4569
  # @!attribute [rw] max_records
@@ -5911,8 +5923,8 @@ module Aws::Redshift
5911
5923
  # @return [Boolean]
5912
5924
  #
5913
5925
  # @!attribute [rw] consumer_arn
5914
- # The Amazon Resource Name (ARN) of the consumer that association for
5915
- # the datashare is removed from.
5926
+ # The Amazon Resource Name (ARN) of the consumer namespace that
5927
+ # association for the datashare is removed from.
5916
5928
  # @return [String]
5917
5929
  #
5918
5930
  # @!attribute [rw] consumer_region
@@ -8151,6 +8163,16 @@ module Aws::Redshift
8151
8163
  #
8152
8164
  # @!attribute [rw] port
8153
8165
  # The option to change the port of an Amazon Redshift cluster.
8166
+ #
8167
+ # Valid Values:
8168
+ #
8169
+ # * For clusters with ra3 nodes - Select a port within the ranges
8170
+ # `5431-5455` or `8191-8215`. (If you have an existing cluster with
8171
+ # ra3 nodes, it isn't required that you change the port to these
8172
+ # ranges.)
8173
+ #
8174
+ # * For clusters with ds2 or dc2 nodes - Select a port within the
8175
+ # range `1150-65535`.
8154
8176
  # @return [Integer]
8155
8177
  #
8156
8178
  # @!attribute [rw] manage_master_password
@@ -10146,7 +10168,9 @@ module Aws::Redshift
10146
10168
  #
10147
10169
  # Default: The same port as the original cluster.
10148
10170
  #
10149
- # Constraints: Must be between `1115` and `65535`.
10171
+ # Valid values: For clusters with ds2 or dc2 nodes, must be within the
10172
+ # range `1150`-`65535`. For clusters with ra3 nodes, must be within
10173
+ # the ranges `5431`-`5455` or `8191`-`8215`.
10150
10174
  # @return [Integer]
10151
10175
  #
10152
10176
  # @!attribute [rw] availability_zone
@@ -11253,6 +11277,10 @@ module Aws::Redshift
11253
11277
  # store the cluster's admin credentials secret.
11254
11278
  # @return [String]
11255
11279
  #
11280
+ # @!attribute [rw] snapshot_arn
11281
+ # The Amazon Resource Name (ARN) of the snapshot.
11282
+ # @return [String]
11283
+ #
11256
11284
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Snapshot AWS API Documentation
11257
11285
  #
11258
11286
  class Snapshot < Struct.new(
@@ -11291,7 +11319,8 @@ module Aws::Redshift
11291
11319
  :manual_snapshot_remaining_days,
11292
11320
  :snapshot_retention_start_time,
11293
11321
  :master_password_secret_arn,
11294
- :master_password_secret_kms_key_id)
11322
+ :master_password_secret_kms_key_id,
11323
+ :snapshot_arn)
11295
11324
  SENSITIVE = []
11296
11325
  include Aws::Structure
11297
11326
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.109.0'
56
+ GEM_VERSION = '1.111.0'
57
57
 
58
58
  end
data/sig/types.rbs CHANGED
@@ -2611,6 +2611,7 @@ module Aws::Redshift
2611
2611
  attr_accessor snapshot_retention_start_time: ::Time
2612
2612
  attr_accessor master_password_secret_arn: ::String
2613
2613
  attr_accessor master_password_secret_kms_key_id: ::String
2614
+ attr_accessor snapshot_arn: ::String
2614
2615
  SENSITIVE: []
2615
2616
  end
2616
2617
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.111.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: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core