aws-sdk-globalaccelerator 1.63.0 → 1.64.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: fe51999449f2ca6e8f802def9bfeb0b12c503e99c83aba965a1f7876a43bb1e7
4
- data.tar.gz: 962ca8be2be744d0998742ab6b066990b293678408432a5f485d11f8c1db5323
3
+ metadata.gz: f40f4d76e645ea916626c019fb9c1eeae49559515c0108b718bc43b604ddd00d
4
+ data.tar.gz: 1b2711467e3c744306b71c862f2c325e1d019fd96d2d149a5c32736064676545
5
5
  SHA512:
6
- metadata.gz: ac8526bd0d01ff4740b8ae5cefd266b92284e242cbdd1a437540e7ebaad1d6734470da4dcd137050bc58be03e35c7651b796ccf37d4c86866d20e54904256a50
7
- data.tar.gz: f11294daf9fabd0e468c9eb16caa25f54a04cd180dce4440984269f1d774a89fe008e07b084c8b255690eb933a77f2ae4ebafe272fce425fd2aa068a226618a2
6
+ metadata.gz: cbf6f7e3762647157a53755b2ff49a787dfcc082c60bb7e780588104434204f708868f883577806410269bb49000ce5ca68d1a7d16cc298366d34117c3c44095
7
+ data.tar.gz: 95a50b83cf93df7c5b950211dce1ac2ef620feeaefc84e04e780cfb543ef40fe7d489682a4eae842740095b94706155a66d0df95be9b1d10a9afcee48b0cc94f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.63.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -3621,7 +3621,7 @@ module Aws::GlobalAccelerator
3621
3621
  params: params,
3622
3622
  config: config)
3623
3623
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3624
- context[:gem_version] = '1.63.0'
3624
+ context[:gem_version] = '1.64.0'
3625
3625
  Seahorse::Client::Request.new(handlers, context)
3626
3626
  end
3627
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.63.0'
55
+ GEM_VERSION = '1.64.0'
56
56
 
57
57
  end
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.63.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-07-02 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