aws-sdk-health 1.49.0 → 1.51.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: 5e78f68a7fd4bd126a0b4e9c13cc01892e4c8f0430093b993f5c02edf0dbf8f3
4
- data.tar.gz: d91a1ac497ba5c6a007bbe57723a34ed4f9501280e434987571bba5793f329d7
3
+ metadata.gz: 655342ba082cf9cce8a5a722d9cbb3164a6e7b50a450747dda722e7ed6e30148
4
+ data.tar.gz: 73286ebe9bbbcc267a1c52d710100877f6ba35a75db0bbb6f09a40f46dc2eecd
5
5
  SHA512:
6
- metadata.gz: b82651be8e5748be000e07833ab47c5a509348028986d885cdd8497c7cc7eb44870d3897f5cbd195668ee87d5dcb10f21d4f3869deb66d25854ab355111ed096
7
- data.tar.gz: be63f037cc9170bdc89b545ab375eba4e80c3fec1a5ea1991770fa7d08ff77735d7c50dcea13bba4fb5a53c2d5e7cde1d6ec48d01c810a12313d82b34f61e846
6
+ metadata.gz: 28cf3b156f3341cd90f1e6f548d679d75e47d5cc571fb8e41453e42d23075ab1f2d3cea5a7fa3e492986b9b7dfc4a710898e460db92193223714830296b6253f
7
+ data.tar.gz: c83e7f6fecdf38e75fd27c3e6853f0f68e957fb3e7b7ac60a0b293612a6170546b1d51365813174a25cd2002406667380705d83bbbdbc608a3d6f2c8c2d7f81a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2023-05-11)
10
+ ------------------
11
+
12
+ * Feature - Add support for regional endpoints
13
+
4
14
  1.49.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.0
@@ -275,6 +275,11 @@ module Aws::Health
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
@@ -452,10 +457,9 @@ module Aws::Health
452
457
  # Returns a list of entities that have been affected by the specified
453
458
  # events, based on the specified filter criteria. Entities can refer to
454
459
  # individual customer resources, groups of customer resources, or any
455
- # other construct, depending on the Amazon Web Services service. Events
456
- # that have impact beyond that of the affected entities, or where the
457
- # extent of impact is unknown, include at least one entity indicating
458
- # this.
460
+ # other construct, depending on the Amazon Web Service. Events that have
461
+ # impact beyond that of the affected entities, or where the extent of
462
+ # impact is unknown, include at least one entity indicating this.
459
463
  #
460
464
  # At least one event ARN is required.
461
465
  #
@@ -551,7 +555,7 @@ module Aws::Health
551
555
  # events for one or more accounts in your organization in Organizations,
552
556
  # based on the filter criteria. Entities can refer to individual
553
557
  # customer resources, groups of customer resources, or any other
554
- # construct, depending on the Amazon Web Services service.
558
+ # construct, depending on the Amazon Web Service.
555
559
  #
556
560
  # At least one event Amazon Resource Name (ARN) and account ID are
557
561
  # required.
@@ -952,8 +956,8 @@ module Aws::Health
952
956
 
953
957
  # Returns the event types that meet the specified filter criteria. You
954
958
  # can use this API operation to find information about the Health event,
955
- # such as the category, Amazon Web Services service, and event code. The
956
- # metadata for each event appears in the [EventType][1] object.
959
+ # such as the category, Amazon Web Service, and event code. The metadata
960
+ # for each event appears in the [EventType][1] object.
957
961
  #
958
962
  # If you don't specify a filter criteria, the API operation returns all
959
963
  # event types, in no particular order.
@@ -985,6 +989,11 @@ module Aws::Health
985
989
  # The maximum number of items to return in one batch, between 10 and
986
990
  # 100, inclusive.
987
991
  #
992
+ # <note markdown="1"> If you don't specify the `maxResults` parameter, this operation
993
+ # returns a maximum of 30 items by default.
994
+ #
995
+ # </note>
996
+ #
988
997
  # @return [Types::DescribeEventTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
989
998
  #
990
999
  # * {Types::DescribeEventTypesResponse#event_types #event_types} => Array&lt;Types::EventType&gt;
@@ -1263,8 +1272,7 @@ module Aws::Health
1263
1272
 
1264
1273
  # This operation provides status information on enabling or disabling
1265
1274
  # Health to work with your organization. To call this operation, you
1266
- # must sign in as an IAM user, assume an IAM role, or sign in as the
1267
- # root user (not recommended) in the organization's management account.
1275
+ # must use the organization's management account.
1268
1276
  #
1269
1277
  # @return [Types::DescribeHealthServiceStatusForOrganizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1270
1278
  #
@@ -1284,11 +1292,9 @@ module Aws::Health
1284
1292
  end
1285
1293
 
1286
1294
  # Disables Health from working with Organizations. To call this
1287
- # operation, you must sign in as an Identity and Access Management (IAM)
1288
- # user, assume an IAM role, or sign in as the root user (not
1289
- # recommended) in the organization's management account. For more
1290
- # information, see [Aggregating Health events][1] in the *Health User
1291
- # Guide*.
1295
+ # operation, you must sign in to the organization's management account.
1296
+ # For more information, see [Aggregating Health events][1] in the
1297
+ # *Health User Guide*.
1292
1298
  #
1293
1299
  # This operation doesn't remove the service-linked role from the
1294
1300
  # management account in your organization. You must use the IAM console,
@@ -1379,7 +1385,7 @@ module Aws::Health
1379
1385
  params: params,
1380
1386
  config: config)
1381
1387
  context[:gem_name] = 'aws-sdk-health'
1382
- context[:gem_version] = '1.49.0'
1388
+ context[:gem_version] = '1.51.0'
1383
1389
  Seahorse::Client::Request.new(handlers, context)
1384
1390
  end
1385
1391
 
@@ -14,84 +14,45 @@ module Aws::Health
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
26
20
  end
27
- if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws")
28
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
31
- end
32
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
- end
34
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
37
- end
38
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
- end
40
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
43
- end
44
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
- end
46
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
47
23
  end
48
- if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn")
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
49
28
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
50
29
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
51
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.api.amazonwebservices.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
30
+ return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
52
31
  end
53
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
54
33
  end
55
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
56
35
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
57
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
36
+ return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
58
37
  end
59
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
60
39
  end
61
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
62
41
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
63
- return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.api.amazonwebservices.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
42
+ return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
64
43
  end
65
44
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
66
45
  end
67
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
68
- end
69
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
70
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
71
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
46
+ if Aws::Endpoints::Matchers.string_equals?(region, "aws-global")
47
+ return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
72
48
  end
73
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
74
- end
75
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
76
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
77
- return Aws::Endpoints::Endpoint.new(url: "https://health-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
49
+ if Aws::Endpoints::Matchers.string_equals?(region, "aws-cn-global")
50
+ return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
78
51
  end
79
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
80
- end
81
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
82
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
83
- return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
84
- end
85
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
86
- end
87
- if Aws::Endpoints::Matchers.string_equals?(region, "aws-global")
88
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"us-east-1"}]})
89
- end
90
- if Aws::Endpoints::Matchers.string_equals?(region, "aws-cn-global")
91
- return Aws::Endpoints::Endpoint.new(url: "https://global.health.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"health", "signingRegion"=>"cn-northwest-1"}]})
52
+ return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
92
53
  end
93
- return Aws::Endpoints::Endpoint.new(url: "https://health.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
94
54
  end
55
+ raise ArgumentError, "Invalid Configuration: Missing Region"
95
56
  raise ArgumentError, 'No endpoint could be resolved'
96
57
 
97
58
  end
@@ -164,7 +164,7 @@ module Aws::Health
164
164
  #
165
165
  # @!attribute [rw] event_scope_code
166
166
  # This parameter specifies if the Health event is a public Amazon Web
167
- # Services service event or an account-specific event.
167
+ # Service event or an account-specific event.
168
168
  #
169
169
  # * If the `eventScopeCode` value is `PUBLIC`, then the
170
170
  # `affectedAccounts` value is always empty.
@@ -490,6 +490,11 @@ module Aws::Health
490
490
  # @!attribute [rw] max_results
491
491
  # The maximum number of items to return in one batch, between 10 and
492
492
  # 100, inclusive.
493
+ #
494
+ # <note markdown="1"> If you don't specify the `maxResults` parameter, this operation
495
+ # returns a maximum of 30 items by default.
496
+ #
497
+ # </note>
493
498
  # @return [Integer]
494
499
  #
495
500
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/DescribeEventTypesRequest AWS API Documentation
@@ -769,8 +774,8 @@ module Aws::Health
769
774
  # @return [String]
770
775
  #
771
776
  # @!attribute [rw] service
772
- # The Amazon Web Services service that is affected by the event. For
773
- # example, `EC2`, `RDS`.
777
+ # The Amazon Web Service that is affected by the event. For example,
778
+ # `EC2`, `RDS`.
774
779
  # @return [String]
775
780
  #
776
781
  # @!attribute [rw] event_type_code
@@ -813,7 +818,7 @@ module Aws::Health
813
818
  #
814
819
  # @!attribute [rw] event_scope_code
815
820
  # This parameter specifies if the Health event is a public Amazon Web
816
- # Services service event or an account-specific event.
821
+ # Service event or an account-specific event.
817
822
  #
818
823
  # * If the `eventScopeCode` value is `PUBLIC`, then the
819
824
  # `affectedAccounts` value is always empty.
@@ -1010,8 +1015,8 @@ module Aws::Health
1010
1015
  # @return [Array<String>]
1011
1016
  #
1012
1017
  # @!attribute [rw] services
1013
- # The Amazon Web Services services associated with the event. For
1014
- # example, `EC2`, `RDS`.
1018
+ # The Amazon Web Services associated with the event. For example,
1019
+ # `EC2`, `RDS`.
1015
1020
  # @return [Array<String>]
1016
1021
  #
1017
1022
  # @!attribute [rw] regions
@@ -1102,8 +1107,8 @@ module Aws::Health
1102
1107
  # [2]: https://docs.aws.amazon.com/health/latest/ug/cloudwatch-events-health.html
1103
1108
  #
1104
1109
  # @!attribute [rw] service
1105
- # The Amazon Web Services service that is affected by the event. For
1106
- # example, `EC2`, `RDS`.
1110
+ # The Amazon Web Service that is affected by the event. For example,
1111
+ # `EC2`, `RDS`.
1107
1112
  # @return [String]
1108
1113
  #
1109
1114
  # @!attribute [rw] code
@@ -1140,8 +1145,8 @@ module Aws::Health
1140
1145
  # @return [Array<String>]
1141
1146
  #
1142
1147
  # @!attribute [rw] services
1143
- # The Amazon Web Services services associated with the event. For
1144
- # example, `EC2`, `RDS`.
1148
+ # The Amazon Web Services associated with the event. For example,
1149
+ # `EC2`, `RDS`.
1145
1150
  # @return [Array<String>]
1146
1151
  #
1147
1152
  # @!attribute [rw] event_type_categories
@@ -1201,9 +1206,13 @@ module Aws::Health
1201
1206
  # @return [String]
1202
1207
  #
1203
1208
  # @!attribute [rw] error_message
1204
- # The unique identifier for the event type. The format is
1205
- # `AWS_SERVICE_DESCRIPTION`. For example,
1206
- # `AWS_EC2_SYSTEM_MAINTENANCE_EVENT`.
1209
+ # A message that describes the error. Follow the error message and
1210
+ # retry your request.
1211
+ #
1212
+ # For example, the `InvalidAccountInputError` error message appears if
1213
+ # you call the `DescribeAffectedEntitiesForOrganization` operation and
1214
+ # specify the `AccountSpecific` value for the `EventScopeCode`
1215
+ # parameter, but don't specify an Amazon Web Services account.
1207
1216
  # @return [String]
1208
1217
  #
1209
1218
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/OrganizationAffectedEntitiesErrorItem AWS API Documentation
@@ -1235,8 +1244,8 @@ module Aws::Health
1235
1244
  # @return [String]
1236
1245
  #
1237
1246
  # @!attribute [rw] service
1238
- # The Amazon Web Services service that is affected by the event, such
1239
- # as EC2 and RDS.
1247
+ # The Amazon Web Service that is affected by the event, such as EC2
1248
+ # and RDS.
1240
1249
  # @return [String]
1241
1250
  #
1242
1251
  # @!attribute [rw] event_type_code
@@ -1253,7 +1262,7 @@ module Aws::Health
1253
1262
  #
1254
1263
  # @!attribute [rw] event_scope_code
1255
1264
  # This parameter specifies if the Health event is a public Amazon Web
1256
- # Services service event or an account-specific event.
1265
+ # Service event or an account-specific event.
1257
1266
  #
1258
1267
  # * If the `eventScopeCode` value is `PUBLIC`, then the
1259
1268
  # `affectedAccounts` value is always empty.
@@ -1456,8 +1465,8 @@ module Aws::Health
1456
1465
  # @return [Array<String>]
1457
1466
  #
1458
1467
  # @!attribute [rw] services
1459
- # The Amazon Web Services services associated with the event. For
1460
- # example, `EC2`, `RDS`.
1468
+ # The Amazon Web Services associated with the event. For example,
1469
+ # `EC2`, `RDS`.
1461
1470
  # @return [Array<String>]
1462
1471
  #
1463
1472
  # @!attribute [rw] regions
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-health/customizations'
52
52
  # @!group service
53
53
  module Aws::Health
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.51.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.51.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-01-18 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement