aws-sdk-globalaccelerator 1.62.0 → 1.64.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: a2da133751137a371c502dd07adbb76021677a503b7017f5caf4829599a5af48
4
- data.tar.gz: 9f5d9425524ef09541546e0635f9056b2e506eb87883f55c5e2edebb0778446a
3
+ metadata.gz: f40f4d76e645ea916626c019fb9c1eeae49559515c0108b718bc43b604ddd00d
4
+ data.tar.gz: 1b2711467e3c744306b71c862f2c325e1d019fd96d2d149a5c32736064676545
5
5
  SHA512:
6
- metadata.gz: 7e4e09fa81a014d368e5b8471548755b5b148fb7ed6842e9ba55b1355c04b865ef7ad44f9e3c40c2920d52f8cb41510cfbd24b12646302c4f2a79b4cd9b3f44f
7
- data.tar.gz: 29600dafe5f4220eb91dbcf2e55e7d122820af1b1022f65a4588df3f9f1c9c706e5cbfb3542146eb52b12a118a280f859d9c52f8c1d23b51d217f42e460bc9b7
6
+ metadata.gz: cbf6f7e3762647157a53755b2ff49a787dfcc082c60bb7e780588104434204f708868f883577806410269bb49000ce5ca68d1a7d16cc298366d34117c3c44095
7
+ data.tar.gz: 95a50b83cf93df7c5b950211dce1ac2ef620feeaefc84e04e780cfb543ef40fe7d489682a4eae842740095b94706155a66d0df95be9b1d10a9afcee48b0cc94f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2024-07-12)
5
+ ------------------
6
+
7
+ * Feature - This feature adds exceptions to the Customer API to avoid throwing Internal Service errors
8
+
9
+ 1.63.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.62.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -312,6 +312,15 @@ module Aws::GlobalAccelerator
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :simple_json (false)
316
325
  # Disables request parameter conversion, validation, and formatting.
317
326
  # Also disables response data type conversions. The request parameters
@@ -3612,7 +3621,7 @@ module Aws::GlobalAccelerator
3612
3621
  params: params,
3613
3622
  config: config)
3614
3623
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3615
- context[:gem_version] = '1.62.0'
3624
+ context[:gem_version] = '1.64.0'
3616
3625
  Seahorse::Client::Request.new(handlers, context)
3617
3626
  end
3618
3627
 
@@ -1027,6 +1027,8 @@ module Aws::GlobalAccelerator
1027
1027
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1028
1028
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1029
1029
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1030
1032
  end)
1031
1033
 
1032
1034
  api.add_operation(:create_cross_account_attachment, Seahorse::Model::Operation.new.tap do |o|
@@ -1052,6 +1054,7 @@ module Aws::GlobalAccelerator
1052
1054
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1053
1055
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1054
1056
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1055
1058
  end)
1056
1059
 
1057
1060
  api.add_operation(:create_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1122,6 +1125,7 @@ module Aws::GlobalAccelerator
1122
1125
  o.errors << Shapes::ShapeRef.new(shape: AssociatedListenerFoundException)
1123
1126
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1124
1127
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1125
1129
  end)
1126
1130
 
1127
1131
  api.add_operation(:delete_cross_account_attachment, Seahorse::Model::Operation.new.tap do |o|
@@ -1148,6 +1152,7 @@ module Aws::GlobalAccelerator
1148
1152
  o.errors << Shapes::ShapeRef.new(shape: AssociatedListenerFoundException)
1149
1153
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1150
1154
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1155
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1151
1156
  end)
1152
1157
 
1153
1158
  api.add_operation(:delete_custom_routing_endpoint_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1535,6 +1540,9 @@ module Aws::GlobalAccelerator
1535
1540
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1536
1541
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1537
1542
  o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: AttachmentNotFoundException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: EndpointGroupNotFoundException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: ListenerNotFoundException)
1538
1546
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1539
1547
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1540
1548
  end)
@@ -1611,6 +1619,8 @@ module Aws::GlobalAccelerator
1611
1619
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1612
1620
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1613
1621
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1622
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1614
1624
  end)
1615
1625
 
1616
1626
  api.add_operation(:update_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
@@ -1623,6 +1633,7 @@ module Aws::GlobalAccelerator
1623
1633
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1624
1634
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1625
1635
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1626
1637
  end)
1627
1638
 
1628
1639
  api.add_operation(:update_cross_account_attachment, Seahorse::Model::Operation.new.tap do |o|
@@ -1648,6 +1659,8 @@ module Aws::GlobalAccelerator
1648
1659
  o.errors << Shapes::ShapeRef.new(shape: AcceleratorNotFoundException)
1649
1660
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1650
1661
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1651
1664
  end)
1652
1665
 
1653
1666
  api.add_operation(:update_custom_routing_accelerator_attributes, Seahorse::Model::Operation.new.tap do |o|
@@ -1660,6 +1673,7 @@ module Aws::GlobalAccelerator
1660
1673
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1661
1674
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1662
1675
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1676
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
1663
1677
  end)
1664
1678
 
1665
1679
  api.add_operation(:update_custom_routing_listener, Seahorse::Model::Operation.new.tap do |o|
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-globalaccelerator/customizations'
52
52
  # @!group service
53
53
  module Aws::GlobalAccelerator
54
54
 
55
- GEM_VERSION = '1.62.0'
55
+ GEM_VERSION = '1.64.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.64.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-12 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.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS Global Accelerator. This gem is part of
48
48
  the AWS SDK for Ruby.
49
49
  email: