aws-sdk-elasticbeanstalk 1.53.0 → 1.55.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +20 -15
- data/lib/aws-sdk-elasticbeanstalk/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-elasticbeanstalk/endpoint_provider.rb +10 -1
- data/lib/aws-sdk-elasticbeanstalk/types.rb +48 -48
- data/lib/aws-sdk-elasticbeanstalk.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fee43bf774240ec0dbbbb3dc740b72e30d49fdc7959b2d3c010e099881fb4ccb
|
4
|
+
data.tar.gz: 8d0564e0ed6a7dba0718a67b8437fb7695e6e6fd8d614fab19fb4677cd908f34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 568214ce9594327c1a990cf7e7dfd83745d55fcd61a3b8e987e5c6a31c269af4dcefc14b2aa96e1c96f2c3ac2f75f7acced7edd41c11750b8d6360913bc2835c
|
7
|
+
data.tar.gz: 88bc01a1200697439e3510b15134629bd794906986e2cc212060b1e9c6811ca81749e606bca456ac86781f3be2a939043aa509027d791b289e4a72a00d3e073f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.54.0 (2023-01-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
|
13
|
+
|
4
14
|
1.53.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -275,6 +275,11 @@ module Aws::ElasticBeanstalk
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -2480,10 +2485,10 @@ module Aws::ElasticBeanstalk
|
|
2480
2485
|
# @option params [Boolean] :include_deleted
|
2481
2486
|
# Indicates whether to include deleted environments:
|
2482
2487
|
#
|
2483
|
-
# `true
|
2488
|
+
# `true`: Environments that have been deleted after
|
2484
2489
|
# `IncludedDeletedBackTo` are displayed.
|
2485
2490
|
#
|
2486
|
-
# `false
|
2491
|
+
# `false`: Do not include deleted environments.
|
2487
2492
|
#
|
2488
2493
|
# @option params [Time,DateTime,Date,Integer,String] :included_deleted_back_to
|
2489
2494
|
# If specified when `IncludeDeleted` is set to `true`, then environments
|
@@ -3102,31 +3107,31 @@ module Aws::ElasticBeanstalk
|
|
3102
3107
|
# `SearchFilter` terms. Most operators take a single value. The `in` and
|
3103
3108
|
# `not_in` operators can take multiple values.
|
3104
3109
|
#
|
3105
|
-
# * `Attribute = BranchName
|
3110
|
+
# * `Attribute = BranchName`:
|
3106
3111
|
#
|
3107
|
-
# * `Operator
|
3112
|
+
# * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
3108
3113
|
# `contains` \| `in` \| `not_in`
|
3109
3114
|
#
|
3110
3115
|
# ^
|
3111
3116
|
#
|
3112
|
-
# * `Attribute = LifecycleState
|
3117
|
+
# * `Attribute = LifecycleState`:
|
3113
3118
|
#
|
3114
|
-
# * `Operator
|
3119
|
+
# * `Operator`: `=` \| `!=` \| `in` \| `not_in`
|
3115
3120
|
#
|
3116
|
-
# * `Values
|
3121
|
+
# * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
|
3117
3122
|
#
|
3118
|
-
# * `Attribute = PlatformName
|
3123
|
+
# * `Attribute = PlatformName`:
|
3119
3124
|
#
|
3120
|
-
# * `Operator
|
3125
|
+
# * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
3121
3126
|
# `contains` \| `in` \| `not_in`
|
3122
3127
|
#
|
3123
3128
|
# ^
|
3124
3129
|
#
|
3125
|
-
# * `Attribute = TierType
|
3130
|
+
# * `Attribute = TierType`:
|
3126
3131
|
#
|
3127
|
-
# * `Operator
|
3132
|
+
# * `Operator`: `=` \| `!=`
|
3128
3133
|
#
|
3129
|
-
# * `Values
|
3134
|
+
# * `Values`: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
3130
3135
|
#
|
3131
3136
|
# Array size: limited to 10 `SearchFilter` objects.
|
3132
3137
|
#
|
@@ -3630,11 +3635,11 @@ module Aws::ElasticBeanstalk
|
|
3630
3635
|
# Indicates whether the associated AWS resources should shut down when
|
3631
3636
|
# the environment is terminated:
|
3632
3637
|
#
|
3633
|
-
# * `true
|
3638
|
+
# * `true`: The specified environment as well as the associated AWS
|
3634
3639
|
# resources, such as Auto Scaling group and LoadBalancer, are
|
3635
3640
|
# terminated.
|
3636
3641
|
#
|
3637
|
-
# * `false
|
3642
|
+
# * `false`: AWS Elastic Beanstalk resource management is removed from
|
3638
3643
|
# the environment, but the AWS resources continue to operate.
|
3639
3644
|
#
|
3640
3645
|
# For more information, see the [ AWS Elastic Beanstalk User Guide. ][1]
|
@@ -4542,7 +4547,7 @@ module Aws::ElasticBeanstalk
|
|
4542
4547
|
params: params,
|
4543
4548
|
config: config)
|
4544
4549
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4545
|
-
context[:gem_version] = '1.
|
4550
|
+
context[:gem_version] = '1.55.0'
|
4546
4551
|
Seahorse::Client::Request.new(handlers, context)
|
4547
4552
|
end
|
4548
4553
|
|
@@ -50,6 +50,9 @@ module Aws::ElasticBeanstalk
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -15,7 +15,7 @@ module Aws::ElasticBeanstalk
|
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
17
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
19
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
20
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
21
|
end
|
@@ -32,6 +32,9 @@ module Aws::ElasticBeanstalk
|
|
32
32
|
end
|
33
33
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk.#{region}.amazonaws.com", headers: {}, properties: {})
|
37
|
+
end
|
35
38
|
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
39
|
end
|
37
40
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -42,6 +45,12 @@ module Aws::ElasticBeanstalk
|
|
42
45
|
end
|
43
46
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
44
47
|
end
|
48
|
+
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
|
49
|
+
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
|
50
|
+
end
|
51
|
+
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
|
52
|
+
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
|
53
|
+
end
|
45
54
|
return Aws::Endpoints::Endpoint.new(url: "https://elasticbeanstalk.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
55
|
end
|
47
56
|
raise ArgumentError, 'No endpoint could be resolved'
|
@@ -582,9 +582,9 @@ module Aws::ElasticBeanstalk
|
|
582
582
|
# @!attribute [rw] available
|
583
583
|
# Indicates if the specified CNAME is available:
|
584
584
|
#
|
585
|
-
# * `true
|
585
|
+
# * `true` : The CNAME is available.
|
586
586
|
#
|
587
|
-
# * `false
|
587
|
+
# * `false` : The CNAME is not available.
|
588
588
|
# @return [Boolean]
|
589
589
|
#
|
590
590
|
# @!attribute [rw] fully_qualified_cname
|
@@ -662,14 +662,14 @@ module Aws::ElasticBeanstalk
|
|
662
662
|
# An indication of which action is required if the value for this
|
663
663
|
# configuration option changes:
|
664
664
|
#
|
665
|
-
# * `NoInterruption
|
665
|
+
# * `NoInterruption` : There is no interruption to the environment or
|
666
666
|
# application availability.
|
667
667
|
#
|
668
|
-
# * `RestartEnvironment
|
668
|
+
# * `RestartEnvironment` : The environment is entirely restarted, all
|
669
669
|
# AWS resources are deleted and recreated, and the environment is
|
670
670
|
# unavailable during the process.
|
671
671
|
#
|
672
|
-
# * `RestartApplicationServer
|
672
|
+
# * `RestartApplicationServer` : The environment is available the
|
673
673
|
# entire time. However, a short application outage occurs when the
|
674
674
|
# application servers on the running Amazon EC2 instances are
|
675
675
|
# restarted.
|
@@ -678,11 +678,11 @@ module Aws::ElasticBeanstalk
|
|
678
678
|
# @!attribute [rw] user_defined
|
679
679
|
# An indication of whether the user defined this configuration option:
|
680
680
|
#
|
681
|
-
# * `true
|
681
|
+
# * `true` : This configuration option was defined by the user. It is
|
682
682
|
# a valid choice for specifying if this as an `Option to Remove`
|
683
683
|
# when updating configuration settings.
|
684
684
|
#
|
685
|
-
# * `false
|
685
|
+
# * `false` : This configuration was not defined by the user.
|
686
686
|
#
|
687
687
|
# Constraint: You can remove only `UserDefined` options from a
|
688
688
|
# configuration.
|
@@ -694,16 +694,16 @@ module Aws::ElasticBeanstalk
|
|
694
694
|
# An indication of which type of values this option has and whether it
|
695
695
|
# is allowable to select one or more than one of the possible values:
|
696
696
|
#
|
697
|
-
# * `Scalar
|
697
|
+
# * `Scalar` : Values for this option are a single selection from the
|
698
698
|
# possible values, or an unformatted string, or numeric value
|
699
699
|
# governed by the `MIN/MAX/Regex` constraints.
|
700
700
|
#
|
701
|
-
# * `List
|
701
|
+
# * `List` : Values for this option are multiple selections from the
|
702
702
|
# possible values.
|
703
703
|
#
|
704
|
-
# * `Boolean
|
704
|
+
# * `Boolean` : Values for this option are either `true` or `false` .
|
705
705
|
#
|
706
|
-
# * `Json
|
706
|
+
# * `Json` : Values for this option are a JSON representation of a
|
707
707
|
# `ConfigDocument`.
|
708
708
|
# @return [String]
|
709
709
|
#
|
@@ -846,16 +846,16 @@ module Aws::ElasticBeanstalk
|
|
846
846
|
# `DeploymentStatus` parameter indicates the deployment status of this
|
847
847
|
# configuration set:
|
848
848
|
#
|
849
|
-
# * `null
|
849
|
+
# * `null`: This configuration is not associated with a running
|
850
850
|
# environment.
|
851
851
|
#
|
852
|
-
# * `pending
|
852
|
+
# * `pending`: This is a draft configuration that is not deployed to
|
853
853
|
# the associated environment but is in the process of deploying.
|
854
854
|
#
|
855
|
-
# * `deployed
|
855
|
+
# * `deployed`: This is the configuration that is currently deployed
|
856
856
|
# to the associated running environment.
|
857
857
|
#
|
858
|
-
# * `failed
|
858
|
+
# * `failed`: This is a draft configuration that failed to
|
859
859
|
# successfully deploy.
|
860
860
|
# @return [String]
|
861
861
|
#
|
@@ -1520,11 +1520,11 @@ module Aws::ElasticBeanstalk
|
|
1520
1520
|
# @!attribute [rw] status
|
1521
1521
|
# The status of the deployment:
|
1522
1522
|
#
|
1523
|
-
# * `In Progress
|
1523
|
+
# * `In Progress` : The deployment is in progress.
|
1524
1524
|
#
|
1525
|
-
# * `Deployed
|
1525
|
+
# * `Deployed` : The deployment succeeded.
|
1526
1526
|
#
|
1527
|
-
# * `Failed
|
1527
|
+
# * `Failed` : The deployment failed.
|
1528
1528
|
# @return [String]
|
1529
1529
|
#
|
1530
1530
|
# @!attribute [rw] deployment_time
|
@@ -1925,10 +1925,10 @@ module Aws::ElasticBeanstalk
|
|
1925
1925
|
# @!attribute [rw] include_deleted
|
1926
1926
|
# Indicates whether to include deleted environments:
|
1927
1927
|
#
|
1928
|
-
# `true
|
1928
|
+
# `true`: Environments that have been deleted after
|
1929
1929
|
# `IncludedDeletedBackTo` are displayed.
|
1930
1930
|
#
|
1931
|
-
# `false
|
1931
|
+
# `false`: Do not include deleted environments.
|
1932
1932
|
# @return [Boolean]
|
1933
1933
|
#
|
1934
1934
|
# @!attribute [rw] included_deleted_back_to
|
@@ -2220,17 +2220,17 @@ module Aws::ElasticBeanstalk
|
|
2220
2220
|
# @!attribute [rw] status
|
2221
2221
|
# The current operational status of the environment:
|
2222
2222
|
#
|
2223
|
-
# * `Launching
|
2223
|
+
# * `Launching`: Environment is in the process of initial deployment.
|
2224
2224
|
#
|
2225
|
-
# * `Updating
|
2225
|
+
# * `Updating`: Environment is in the process of updating its
|
2226
2226
|
# configuration settings or application version.
|
2227
2227
|
#
|
2228
|
-
# * `Ready
|
2228
|
+
# * `Ready`: Environment is available to have an action performed on
|
2229
2229
|
# it, such as update or terminate.
|
2230
2230
|
#
|
2231
|
-
# * `Terminating
|
2231
|
+
# * `Terminating`: Environment is in the shut-down process.
|
2232
2232
|
#
|
2233
|
-
# * `Terminated
|
2233
|
+
# * `Terminated`: Environment is not running.
|
2234
2234
|
# @return [String]
|
2235
2235
|
#
|
2236
2236
|
# @!attribute [rw] abortable_operation_in_progress
|
@@ -2246,16 +2246,16 @@ module Aws::ElasticBeanstalk
|
|
2246
2246
|
# Describes the health status of the environment. AWS Elastic
|
2247
2247
|
# Beanstalk indicates the failure levels for a running environment:
|
2248
2248
|
#
|
2249
|
-
# * `Red
|
2249
|
+
# * `Red`: Indicates the environment is not responsive. Occurs when
|
2250
2250
|
# three or more consecutive failures occur for an environment.
|
2251
2251
|
#
|
2252
|
-
# * `Yellow
|
2252
|
+
# * `Yellow`: Indicates that something is wrong. Occurs when two
|
2253
2253
|
# consecutive failures occur for an environment.
|
2254
2254
|
#
|
2255
|
-
# * `Green
|
2255
|
+
# * `Green`: Indicates the environment is healthy and fully
|
2256
2256
|
# functional.
|
2257
2257
|
#
|
2258
|
-
# * `Grey
|
2258
|
+
# * `Grey`: Default health for a new environment. The environment is
|
2259
2259
|
# not fully launched and health checks have not started or health
|
2260
2260
|
# checks are suspended during an `UpdateEnvironment` or
|
2261
2261
|
# `RestartEnvironment` request.
|
@@ -2809,31 +2809,31 @@ module Aws::ElasticBeanstalk
|
|
2809
2809
|
# `SearchFilter` terms. Most operators take a single value. The `in`
|
2810
2810
|
# and `not_in` operators can take multiple values.
|
2811
2811
|
#
|
2812
|
-
# * `Attribute = BranchName
|
2812
|
+
# * `Attribute = BranchName`:
|
2813
2813
|
#
|
2814
|
-
# * `Operator
|
2814
|
+
# * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
2815
2815
|
# `contains` \| `in` \| `not_in`
|
2816
2816
|
#
|
2817
2817
|
# ^
|
2818
2818
|
#
|
2819
|
-
# * `Attribute = LifecycleState
|
2819
|
+
# * `Attribute = LifecycleState`:
|
2820
2820
|
#
|
2821
|
-
# * `Operator
|
2821
|
+
# * `Operator`: `=` \| `!=` \| `in` \| `not_in`
|
2822
2822
|
#
|
2823
|
-
# * `Values
|
2823
|
+
# * `Values`: `beta` \| `supported` \| `deprecated` \| `retired`
|
2824
2824
|
#
|
2825
|
-
# * `Attribute = PlatformName
|
2825
|
+
# * `Attribute = PlatformName`:
|
2826
2826
|
#
|
2827
|
-
# * `Operator
|
2827
|
+
# * `Operator`: `=` \| `!=` \| `begins_with` \| `ends_with` \|
|
2828
2828
|
# `contains` \| `in` \| `not_in`
|
2829
2829
|
#
|
2830
2830
|
# ^
|
2831
2831
|
#
|
2832
|
-
# * `Attribute = TierType
|
2832
|
+
# * `Attribute = TierType`:
|
2833
2833
|
#
|
2834
|
-
# * `Operator
|
2834
|
+
# * `Operator`: `=` \| `!=`
|
2835
2835
|
#
|
2836
|
-
# * `Values
|
2836
|
+
# * `Values`: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
2837
2837
|
#
|
2838
2838
|
# Array size: limited to 10 `SearchFilter` objects.
|
2839
2839
|
#
|
@@ -3393,14 +3393,14 @@ module Aws::ElasticBeanstalk
|
|
3393
3393
|
# The following list shows valid filter values for some filter
|
3394
3394
|
# attributes.
|
3395
3395
|
#
|
3396
|
-
# * `PlatformStatus
|
3396
|
+
# * `PlatformStatus`: `Creating` \| `Failed` \| `Ready` \| `Deleting`
|
3397
3397
|
# \| `Deleted`
|
3398
3398
|
#
|
3399
|
-
# * `PlatformLifecycleState
|
3399
|
+
# * `PlatformLifecycleState`: `recommended`
|
3400
3400
|
#
|
3401
|
-
# * `SupportedTier
|
3401
|
+
# * `SupportedTier`: `WebServer/Standard` \| `Worker/SQS/HTTP`
|
3402
3402
|
#
|
3403
|
-
# * `SupportedAddon
|
3403
|
+
# * `SupportedAddon`: `Log/S3` \| `Monitoring/Healthd` \|
|
3404
3404
|
# `WorkerDaemon/SQSD`
|
3405
3405
|
# @return [Array<String>]
|
3406
3406
|
#
|
@@ -4170,12 +4170,12 @@ module Aws::ElasticBeanstalk
|
|
4170
4170
|
# Indicates whether the associated AWS resources should shut down when
|
4171
4171
|
# the environment is terminated:
|
4172
4172
|
#
|
4173
|
-
# * `true
|
4173
|
+
# * `true`: The specified environment as well as the associated AWS
|
4174
4174
|
# resources, such as Auto Scaling group and LoadBalancer, are
|
4175
4175
|
# terminated.
|
4176
4176
|
#
|
4177
|
-
# * `false
|
4178
|
-
#
|
4177
|
+
# * `false`: AWS Elastic Beanstalk resource management is removed from
|
4178
|
+
# the environment, but the AWS resources continue to operate.
|
4179
4179
|
#
|
4180
4180
|
# For more information, see the [ AWS Elastic Beanstalk User Guide.
|
4181
4181
|
# ][1]
|
@@ -4565,10 +4565,10 @@ module Aws::ElasticBeanstalk
|
|
4565
4565
|
# @!attribute [rw] severity
|
4566
4566
|
# An indication of the severity of this message:
|
4567
4567
|
#
|
4568
|
-
# * `error
|
4568
|
+
# * `error`: This message indicates that this is not a valid setting
|
4569
4569
|
# for an option.
|
4570
4570
|
#
|
4571
|
-
# * `warning
|
4571
|
+
# * `warning`: This message is providing information you should take
|
4572
4572
|
# into account.
|
4573
4573
|
# @return [String]
|
4574
4574
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticbeanstalk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.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: 2023-
|
11
|
+
date: 2023-05-31 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.
|
22
|
+
version: 3.174.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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|