aws-sdk-transfer 1.92.0 → 1.94.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: 432765b10722dccada548ff1d2f0fe7a96c43042320e26d24bf2616be0fd27c8
4
- data.tar.gz: 8931aac60962971929c24eb442bfbf8ebcd91f40dfbcd275c27e904f1e7fedf8
3
+ metadata.gz: 31b855fcc746113639807a19644113aae0d9cd2a6eca5d6522f560af61e635b5
4
+ data.tar.gz: d7790dade31bfb22560a4e896136e00caf8a4c747d5182a1d800e385a931bb0a
5
5
  SHA512:
6
- metadata.gz: 884c03a49c88c74c4ce1a6efe7517b6dcedeb041885f0c068403bbcd24384352e531a785ecd68d6775f105289b5741aa70555a7cff4b623c2edf66e02641ee60
7
- data.tar.gz: 1c952a5afa233c1e5426491678525cc1751af0436faabe68e8dfe9178adfea46c72a8f57fc3b5f8d822889281506e711013fc1792f0ba9323d509fd2f0be9907
6
+ metadata.gz: 0f77cf8dd6f39e1eb8b8f9de5f65fefe17948742bf20063cfadafc56a23af20b9ef669ad2828a88e116fad0ddf882b60146b767c3c542d0eabd3d2f94298ab48
7
+ data.tar.gz: cc791fe7c509c24434a4694b5cee0928093660c90734b8cc1e216e36396dbe5f352692efcd0d9c965964bb75c8caa0876567b769dd16ae4a84ac641ab408543d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2024-05-17)
5
+ ------------------
6
+
7
+ * Feature - Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.
8
+
9
+ 1.93.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.92.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.94.0
@@ -301,8 +301,9 @@ module Aws::Transfer
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2547,7 +2548,14 @@ module Aws::Transfer
2547
2548
  # create local (AS2) profiles and partner profiles.
2548
2549
  #
2549
2550
  # @option params [required, String] :usage
2550
- # Specifies whether this certificate is used for signing or encryption.
2551
+ # Specifies how this certificate is used. It can be used in the
2552
+ # following ways:
2553
+ #
2554
+ # * `SIGNING`: For signing AS2 messages
2555
+ #
2556
+ # * `ENCRYPTION`: For encrypting AS2 messages
2557
+ #
2558
+ # * `TLS`: For securing AS2 communications sent over HTTPS
2551
2559
  #
2552
2560
  # @option params [required, String] :certificate
2553
2561
  # * For the CLI, provide a file path for a certificate in URI format.
@@ -4808,7 +4816,7 @@ module Aws::Transfer
4808
4816
  params: params,
4809
4817
  config: config)
4810
4818
  context[:gem_name] = 'aws-sdk-transfer'
4811
- context[:gem_version] = '1.92.0'
4819
+ context[:gem_version] = '1.94.0'
4812
4820
  Seahorse::Client::Request.new(handlers, context)
4813
4821
  end
4814
4822
 
@@ -1306,6 +1306,7 @@ module Aws::Transfer
1306
1306
  "endpointPrefix" => "transfer",
1307
1307
  "jsonVersion" => "1.1",
1308
1308
  "protocol" => "json",
1309
+ "protocols" => ["json"],
1309
1310
  "serviceAbbreviation" => "AWS Transfer",
1310
1311
  "serviceFullName" => "AWS Transfer Family",
1311
1312
  "serviceId" => "Transfer",
@@ -2071,8 +2071,14 @@ module Aws::Transfer
2071
2071
  # @return [String]
2072
2072
  #
2073
2073
  # @!attribute [rw] usage
2074
- # Specifies whether this certificate is used for signing or
2075
- # encryption.
2074
+ # Specifies how this certificate is used. It can be used in the
2075
+ # following ways:
2076
+ #
2077
+ # * `SIGNING`: For signing AS2 messages
2078
+ #
2079
+ # * `ENCRYPTION`: For encrypting AS2 messages
2080
+ #
2081
+ # * `TLS`: For securing AS2 communications sent over HTTPS
2076
2082
  # @return [String]
2077
2083
  #
2078
2084
  # @!attribute [rw] status
@@ -2535,7 +2541,9 @@ module Aws::Transfer
2535
2541
  #
2536
2542
  # @!attribute [rw] domain
2537
2543
  # Specifies the domain of the storage system that is used for file
2538
- # transfers.
2544
+ # transfers. There are two domains available: Amazon Simple Storage
2545
+ # Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The
2546
+ # default value is S3.
2539
2547
  # @return [String]
2540
2548
  #
2541
2549
  # @!attribute [rw] endpoint_details
@@ -3294,8 +3302,14 @@ module Aws::Transfer
3294
3302
  end
3295
3303
 
3296
3304
  # @!attribute [rw] usage
3297
- # Specifies whether this certificate is used for signing or
3298
- # encryption.
3305
+ # Specifies how this certificate is used. It can be used in the
3306
+ # following ways:
3307
+ #
3308
+ # * `SIGNING`: For signing AS2 messages
3309
+ #
3310
+ # * `ENCRYPTION`: For encrypting AS2 messages
3311
+ #
3312
+ # * `TLS`: For securing AS2 communications sent over HTTPS
3299
3313
  # @return [String]
3300
3314
  #
3301
3315
  # @!attribute [rw] certificate
@@ -4225,8 +4239,14 @@ module Aws::Transfer
4225
4239
  # @return [String]
4226
4240
  #
4227
4241
  # @!attribute [rw] usage
4228
- # Specifies whether this certificate is used for signing or
4229
- # encryption.
4242
+ # Specifies how this certificate is used. It can be used in the
4243
+ # following ways:
4244
+ #
4245
+ # * `SIGNING`: For signing AS2 messages
4246
+ #
4247
+ # * `ENCRYPTION`: For encrypting AS2 messages
4248
+ #
4249
+ # * `TLS`: For securing AS2 communications sent over HTTPS
4230
4250
  # @return [String]
4231
4251
  #
4232
4252
  # @!attribute [rw] status
@@ -4430,7 +4450,9 @@ module Aws::Transfer
4430
4450
  #
4431
4451
  # @!attribute [rw] domain
4432
4452
  # Specifies the domain of the storage system that is used for file
4433
- # transfers.
4453
+ # transfers. There are two domains available: Amazon Simple Storage
4454
+ # Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The
4455
+ # default value is S3.
4434
4456
  # @return [String]
4435
4457
  #
4436
4458
  # @!attribute [rw] identity_provider_type
@@ -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.92.0'
56
+ GEM_VERSION = '1.94.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.92.0
4
+ version: 1.94.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core