aws-sdk-transfer 1.61.0 → 1.62.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: 1d51bd1b4709e8495e0050a8393a8e6be7ce22853c6e865bcc485e01886dd83e
4
- data.tar.gz: 7c942628234f6b897c608b5fb994708233098431ceb58a964d9566f3e1ab45d5
3
+ metadata.gz: 857ed78b6dafe702313bda0273329c2f0ee7626c545d0f80604fa956813f35fa
4
+ data.tar.gz: 22b746147bad0214fd012238471f4fa5ebb57dfe5a95b205bfccf3e8b3ea736a
5
5
  SHA512:
6
- metadata.gz: 6e8b269bf6837862343a211ed88ee4857bf1047236a0f885b5fba7abc84c1ad8b44f31e4fbfdd8955c000e5b4199ba41e945c6a7f597bfbb8787700878b69566
7
- data.tar.gz: 2c1342dca7d524a33b44cd867cfeb642b16b62264b0a4b23da883d4408468b7cd2c38f7bfb92d1b7039181a7083d9d1b6d70cf1495de460d94f292b0a191b526
6
+ metadata.gz: 8079548fe63dc708e3799acdb378d45e924aa6b1b9412f325bae9ee6522861cfbaaa0b7a626730229af113712ed49b0fde5458d0ad35daa1b002f969c6138c49
7
+ data.tar.gz: 0de6e30cb7c9cd64b0a170656809614985e841b943c10999a71dd19d671e72094a1762522edec0882fcf529c207d1f80ac2d669efaedae9b6a550a347806acb4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2022-11-16)
5
+ ------------------
6
+
7
+ * Feature - Allow additional operations to throw ThrottlingException
8
+
4
9
  1.61.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -4225,7 +4225,7 @@ module Aws::Transfer
4225
4225
  params: params,
4226
4226
  config: config)
4227
4227
  context[:gem_name] = 'aws-sdk-transfer'
4228
- context[:gem_version] = '1.61.0'
4228
+ context[:gem_version] = '1.62.0'
4229
4229
  Seahorse::Client::Request.new(handlers, context)
4230
4230
  end
4231
4231
 
@@ -1249,6 +1249,7 @@ module Aws::Transfer
1249
1249
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1250
1250
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1251
1251
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1252
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1252
1253
  end)
1253
1254
 
1254
1255
  api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -1262,6 +1263,7 @@ module Aws::Transfer
1262
1263
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1263
1264
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1264
1265
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1266
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1265
1267
  end)
1266
1268
 
1267
1269
  api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
@@ -1274,6 +1276,7 @@ module Aws::Transfer
1274
1276
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1275
1277
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1276
1278
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1277
1280
  end)
1278
1281
 
1279
1282
  api.add_operation(:create_server, Seahorse::Model::Operation.new.tap do |o|
@@ -1932,6 +1935,7 @@ module Aws::Transfer
1932
1935
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1933
1936
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1934
1937
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1938
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1935
1939
  end)
1936
1940
 
1937
1941
  api.add_operation(:update_agreement, Seahorse::Model::Operation.new.tap do |o|
@@ -1945,6 +1949,7 @@ module Aws::Transfer
1945
1949
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1946
1950
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1947
1951
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1948
1953
  end)
1949
1954
 
1950
1955
  api.add_operation(:update_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -1957,6 +1962,7 @@ module Aws::Transfer
1957
1962
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1958
1963
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1959
1964
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1965
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1960
1966
  end)
1961
1967
 
1962
1968
  api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
@@ -1970,6 +1976,7 @@ module Aws::Transfer
1970
1976
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1971
1977
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
1972
1978
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1979
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1973
1980
  end)
1974
1981
 
1975
1982
  api.add_operation(:update_host_key, Seahorse::Model::Operation.new.tap do |o|
@@ -1995,6 +2002,7 @@ module Aws::Transfer
1995
2002
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceError)
1996
2003
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1997
2004
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2005
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1998
2006
  end)
1999
2007
 
2000
2008
  api.add_operation(:update_server, Seahorse::Model::Operation.new.tap do |o|
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-transfer/customizations'
53
53
  # @!group service
54
54
  module Aws::Transfer
55
55
 
56
- GEM_VERSION = '1.61.0'
56
+ GEM_VERSION = '1.62.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core