aws-sdk-transfer 1.46.0 → 1.47.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: 425c3827a84d3f157d1aca150a643459af458f08d4c2b2bdae95e5a3e8f652c1
4
- data.tar.gz: fef41219568e1986e2f73d951c94dc98a893352b1d0bd2f0a0ddd754626e2029
3
+ metadata.gz: e506a67cabd21108c149c0bcd0fcd2b078d49cc9706bfcbcb7cff4c727687626
4
+ data.tar.gz: 950a4529cc3a61dcb02e761a93fd3636339220db7e0c5d2b01b8beb448015a2f
5
5
  SHA512:
6
- metadata.gz: 91977d53138b6e09fcd8ea5c404a6046f3189c80475a1db682a4dbfe6ed4860725261e1955d0e9ca5c0e32904179a86c6b5a8018b49aa3a594bd22aceb0741f4
7
- data.tar.gz: b1d9466a567fd6e19ab521501ebe7a8838d6386c6dff17a17e66fb4fe704cdba12f1d44f3e206389498169c9a214f974210066b8390fab1e9c98d4b4b3c765f8
6
+ metadata.gz: 1b9be93382ef08bd87c6951222ab0cea50b78ce5088b097cb585bd1510db87ab132313f53f7f89981441c82f95e8b3d8c70b1fb086823e2991e47f267ec2c977
7
+ data.tar.gz: d139c6ffe449b8aed1f1af7d6cca4957b8092fcf22d56385cc8c8321aa7c1216713d97dcb45bcf4c851ce803e0cf2f545c26538a742cb2e5f992efc6ea139d73
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2022-02-18)
5
+ ------------------
6
+
7
+ * Feature - Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.
8
+
4
9
  1.46.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -665,6 +665,10 @@ module Aws::Transfer
665
665
  # on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When
666
666
  # set, user activity can be viewed in your CloudWatch logs.
667
667
  #
668
+ # @option params [String] :post_authentication_login_banner
669
+ #
670
+ # @option params [String] :pre_authentication_login_banner
671
+ #
668
672
  # @option params [Array<String>] :protocols
669
673
  # Specifies the file transfer protocol or protocols over which your file
670
674
  # transfer protocol client can connect to your server's endpoint. The
@@ -743,6 +747,8 @@ module Aws::Transfer
743
747
  # },
744
748
  # identity_provider_type: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, API_GATEWAY, AWS_DIRECTORY_SERVICE, AWS_LAMBDA
745
749
  # logging_role: "Role",
750
+ # post_authentication_login_banner: "PostAuthenticationLoginBanner",
751
+ # pre_authentication_login_banner: "PreAuthenticationLoginBanner",
746
752
  # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS
747
753
  # protocol_details: {
748
754
  # passive_ip: "PassiveIp",
@@ -1474,6 +1480,8 @@ module Aws::Transfer
1474
1480
  # resp.server.identity_provider_details.function #=> String
1475
1481
  # resp.server.identity_provider_type #=> String, one of "SERVICE_MANAGED", "API_GATEWAY", "AWS_DIRECTORY_SERVICE", "AWS_LAMBDA"
1476
1482
  # resp.server.logging_role #=> String
1483
+ # resp.server.post_authentication_login_banner #=> String
1484
+ # resp.server.pre_authentication_login_banner #=> String
1477
1485
  # resp.server.protocols #=> Array
1478
1486
  # resp.server.protocols[0] #=> String, one of "SFTP", "FTP", "FTPS"
1479
1487
  # resp.server.security_policy_name #=> String
@@ -2572,6 +2580,10 @@ module Aws::Transfer
2572
2580
  # on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When
2573
2581
  # set, user activity can be viewed in your CloudWatch logs.
2574
2582
  #
2583
+ # @option params [String] :post_authentication_login_banner
2584
+ #
2585
+ # @option params [String] :pre_authentication_login_banner
2586
+ #
2575
2587
  # @option params [Array<String>] :protocols
2576
2588
  # Specifies the file transfer protocol or protocols over which your file
2577
2589
  # transfer protocol client can connect to your server's endpoint. The
@@ -2642,6 +2654,8 @@ module Aws::Transfer
2642
2654
  # function: "Function",
2643
2655
  # },
2644
2656
  # logging_role: "NullableRole",
2657
+ # post_authentication_login_banner: "PostAuthenticationLoginBanner",
2658
+ # pre_authentication_login_banner: "PreAuthenticationLoginBanner",
2645
2659
  # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS
2646
2660
  # security_policy_name: "SecurityPolicyName",
2647
2661
  # server_id: "ServerId", # required
@@ -2836,7 +2850,7 @@ module Aws::Transfer
2836
2850
  params: params,
2837
2851
  config: config)
2838
2852
  context[:gem_name] = 'aws-sdk-transfer'
2839
- context[:gem_version] = '1.46.0'
2853
+ context[:gem_version] = '1.47.0'
2840
2854
  Seahorse::Client::Request.new(handlers, context)
2841
2855
  end
2842
2856
 
@@ -129,6 +129,8 @@ module Aws::Transfer
129
129
  Policy = Shapes::StringShape.new(name: 'Policy')
130
130
  PosixId = Shapes::IntegerShape.new(name: 'PosixId')
131
131
  PosixProfile = Shapes::StructureShape.new(name: 'PosixProfile')
132
+ PostAuthenticationLoginBanner = Shapes::StringShape.new(name: 'PostAuthenticationLoginBanner')
133
+ PreAuthenticationLoginBanner = Shapes::StringShape.new(name: 'PreAuthenticationLoginBanner')
132
134
  Protocol = Shapes::StringShape.new(name: 'Protocol')
133
135
  ProtocolDetails = Shapes::StructureShape.new(name: 'ProtocolDetails')
134
136
  Protocols = Shapes::ListShape.new(name: 'Protocols')
@@ -245,6 +247,8 @@ module Aws::Transfer
245
247
  CreateServerRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
246
248
  CreateServerRequest.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
247
249
  CreateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
250
+ CreateServerRequest.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
251
+ CreateServerRequest.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
248
252
  CreateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
249
253
  CreateServerRequest.add_member(:protocol_details, Shapes::ShapeRef.new(shape: ProtocolDetails, location_name: "ProtocolDetails"))
250
254
  CreateServerRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, location_name: "SecurityPolicyName"))
@@ -386,6 +390,8 @@ module Aws::Transfer
386
390
  DescribedServer.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
387
391
  DescribedServer.add_member(:identity_provider_type, Shapes::ShapeRef.new(shape: IdentityProviderType, location_name: "IdentityProviderType"))
388
392
  DescribedServer.add_member(:logging_role, Shapes::ShapeRef.new(shape: Role, location_name: "LoggingRole"))
393
+ DescribedServer.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
394
+ DescribedServer.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
389
395
  DescribedServer.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
390
396
  DescribedServer.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, location_name: "SecurityPolicyName"))
391
397
  DescribedServer.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, location_name: "ServerId"))
@@ -726,6 +732,8 @@ module Aws::Transfer
726
732
  UpdateServerRequest.add_member(:host_key, Shapes::ShapeRef.new(shape: HostKey, location_name: "HostKey"))
727
733
  UpdateServerRequest.add_member(:identity_provider_details, Shapes::ShapeRef.new(shape: IdentityProviderDetails, location_name: "IdentityProviderDetails"))
728
734
  UpdateServerRequest.add_member(:logging_role, Shapes::ShapeRef.new(shape: NullableRole, location_name: "LoggingRole"))
735
+ UpdateServerRequest.add_member(:post_authentication_login_banner, Shapes::ShapeRef.new(shape: PostAuthenticationLoginBanner, location_name: "PostAuthenticationLoginBanner"))
736
+ UpdateServerRequest.add_member(:pre_authentication_login_banner, Shapes::ShapeRef.new(shape: PreAuthenticationLoginBanner, location_name: "PreAuthenticationLoginBanner"))
729
737
  UpdateServerRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: Protocols, location_name: "Protocols"))
730
738
  UpdateServerRequest.add_member(:security_policy_name, Shapes::ShapeRef.new(shape: SecurityPolicyName, location_name: "SecurityPolicyName"))
731
739
  UpdateServerRequest.add_member(:server_id, Shapes::ShapeRef.new(shape: ServerId, required: true, location_name: "ServerId"))
@@ -289,6 +289,8 @@ module Aws::Transfer
289
289
  # },
290
290
  # identity_provider_type: "SERVICE_MANAGED", # accepts SERVICE_MANAGED, API_GATEWAY, AWS_DIRECTORY_SERVICE, AWS_LAMBDA
291
291
  # logging_role: "Role",
292
+ # post_authentication_login_banner: "PostAuthenticationLoginBanner",
293
+ # pre_authentication_login_banner: "PreAuthenticationLoginBanner",
292
294
  # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS
293
295
  # protocol_details: {
294
296
  # passive_ip: "PassiveIp",
@@ -457,6 +459,12 @@ module Aws::Transfer
457
459
  # logs.
458
460
  # @return [String]
459
461
  #
462
+ # @!attribute [rw] post_authentication_login_banner
463
+ # @return [String]
464
+ #
465
+ # @!attribute [rw] pre_authentication_login_banner
466
+ # @return [String]
467
+ #
460
468
  # @!attribute [rw] protocols
461
469
  # Specifies the file transfer protocol or protocols over which your
462
470
  # file transfer protocol client can connect to your server's
@@ -525,6 +533,8 @@ module Aws::Transfer
525
533
  :identity_provider_details,
526
534
  :identity_provider_type,
527
535
  :logging_role,
536
+ :post_authentication_login_banner,
537
+ :pre_authentication_login_banner,
528
538
  :protocols,
529
539
  :protocol_details,
530
540
  :security_policy_name,
@@ -1626,6 +1636,12 @@ module Aws::Transfer
1626
1636
  # logs.
1627
1637
  # @return [String]
1628
1638
  #
1639
+ # @!attribute [rw] post_authentication_login_banner
1640
+ # @return [String]
1641
+ #
1642
+ # @!attribute [rw] pre_authentication_login_banner
1643
+ # @return [String]
1644
+ #
1629
1645
  # @!attribute [rw] protocols
1630
1646
  # Specifies the file transfer protocol or protocols over which your
1631
1647
  # file transfer protocol client can connect to your server's
@@ -1690,6 +1706,8 @@ module Aws::Transfer
1690
1706
  :identity_provider_details,
1691
1707
  :identity_provider_type,
1692
1708
  :logging_role,
1709
+ :post_authentication_login_banner,
1710
+ :pre_authentication_login_banner,
1693
1711
  :protocols,
1694
1712
  :security_policy_name,
1695
1713
  :server_id,
@@ -3847,6 +3865,8 @@ module Aws::Transfer
3847
3865
  # function: "Function",
3848
3866
  # },
3849
3867
  # logging_role: "NullableRole",
3868
+ # post_authentication_login_banner: "PostAuthenticationLoginBanner",
3869
+ # pre_authentication_login_banner: "PreAuthenticationLoginBanner",
3850
3870
  # protocols: ["SFTP"], # accepts SFTP, FTP, FTPS
3851
3871
  # security_policy_name: "SecurityPolicyName",
3852
3872
  # server_id: "ServerId", # required
@@ -3980,6 +4000,12 @@ module Aws::Transfer
3980
4000
  # logs.
3981
4001
  # @return [String]
3982
4002
  #
4003
+ # @!attribute [rw] post_authentication_login_banner
4004
+ # @return [String]
4005
+ #
4006
+ # @!attribute [rw] pre_authentication_login_banner
4007
+ # @return [String]
4008
+ #
3983
4009
  # @!attribute [rw] protocols
3984
4010
  # Specifies the file transfer protocol or protocols over which your
3985
4011
  # file transfer protocol client can connect to your server's
@@ -4036,6 +4062,8 @@ module Aws::Transfer
4036
4062
  :host_key,
4037
4063
  :identity_provider_details,
4038
4064
  :logging_role,
4065
+ :post_authentication_login_banner,
4066
+ :pre_authentication_login_banner,
4039
4067
  :protocols,
4040
4068
  :security_policy_name,
4041
4069
  :server_id,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-transfer/customizations'
48
48
  # @!group service
49
49
  module Aws::Transfer
50
50
 
51
- GEM_VERSION = '1.46.0'
51
+ GEM_VERSION = '1.47.0'
52
52
 
53
53
  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.46.0
4
+ version: 1.47.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-02-03 00:00:00.000000000 Z
11
+ date: 2022-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core