aws-sdk-transfer 1.93.0 → 1.94.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: f04e2e35076dc6a91c9d97e712406d9ccfd740e9e390ab91bb3255cde7e54943
4
- data.tar.gz: dc0960e1589fefbe127cad52efc2bbd24bf2b5bfa08f55dd71da213d3a191daa
3
+ metadata.gz: 31b855fcc746113639807a19644113aae0d9cd2a6eca5d6522f560af61e635b5
4
+ data.tar.gz: d7790dade31bfb22560a4e896136e00caf8a4c747d5182a1d800e385a931bb0a
5
5
  SHA512:
6
- metadata.gz: defb88acf2d37ee54cf858ad6549043b8193942c845bb40e2f36fe0303dfb6ead7a78d64f69a558b6e2bcd98a752b79a85241c107ecfcdc605446c2815541d55
7
- data.tar.gz: 62a803e724d1e96aee4fb642d33ad13f20fbfc5a645f3f194ba56ba2a16976d5bb57909803607c327ec631cacce9e83bb19fefdb7ae46c2e8dfc5d67af165d12
6
+ metadata.gz: 0f77cf8dd6f39e1eb8b8f9de5f65fefe17948742bf20063cfadafc56a23af20b9ef669ad2828a88e116fad0ddf882b60146b767c3c542d0eabd3d2f94298ab48
7
+ data.tar.gz: cc791fe7c509c24434a4694b5cee0928093660c90734b8cc1e216e36396dbe5f352692efcd0d9c965964bb75c8caa0876567b769dd16ae4a84ac641ab408543d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.93.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -2548,7 +2548,14 @@ module Aws::Transfer
2548
2548
  # create local (AS2) profiles and partner profiles.
2549
2549
  #
2550
2550
  # @option params [required, String] :usage
2551
- # 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
2552
2559
  #
2553
2560
  # @option params [required, String] :certificate
2554
2561
  # * For the CLI, provide a file path for a certificate in URI format.
@@ -4809,7 +4816,7 @@ module Aws::Transfer
4809
4816
  params: params,
4810
4817
  config: config)
4811
4818
  context[:gem_name] = 'aws-sdk-transfer'
4812
- context[:gem_version] = '1.93.0'
4819
+ context[:gem_version] = '1.94.0'
4813
4820
  Seahorse::Client::Request.new(handlers, context)
4814
4821
  end
4815
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.93.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.93.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-05-13 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