aws-sdk-transfer 1.61.0 → 1.62.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +1 -1
- data/lib/aws-sdk-transfer/client_api.rb +8 -0
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 857ed78b6dafe702313bda0273329c2f0ee7626c545d0f80604fa956813f35fa
|
|
4
|
+
data.tar.gz: 22b746147bad0214fd012238471f4fa5ebb57dfe5a95b205bfccf3e8b3ea736a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8079548fe63dc708e3799acdb378d45e924aa6b1b9412f325bae9ee6522861cfbaaa0b7a626730229af113712ed49b0fde5458d0ad35daa1b002f969c6138c49
|
|
7
|
+
data.tar.gz: 0de6e30cb7c9cd64b0a170656809614985e841b943c10999a71dd19d671e72094a1762522edec0882fcf529c207d1f80ac2d669efaedae9b6a550a347806acb4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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|
|
data/lib/aws-sdk-transfer.rb
CHANGED
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.
|
|
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-
|
|
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
|