aws-sdk-transfer 1.27.0 → 1.28.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/lib/aws-sdk-transfer.rb +1 -1
- data/lib/aws-sdk-transfer/client.rb +97 -105
- data/lib/aws-sdk-transfer/client_api.rb +5 -0
- data/lib/aws-sdk-transfer/types.rb +178 -197
- 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: 89e89b06f869efa7fad2c3e43d87843735ef3e5d36c3b1cb6b0c4cac683ccb1f
|
4
|
+
data.tar.gz: da5ff735f853c4435db6215cf5165cb0f306e7a26c55005dd1b7d789b6523e02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2f43ad16252874ed6da0efd9ea7f6ea9efd3e7108dbd5fcec306190c177136a2641a2f2b8e6c4d7a3b6bf3dcb08e54f3aa638430e31a8ab39275ee576b1081b
|
7
|
+
data.tar.gz: 266e9d63ba36997527e94367d35fb6dd35b8c4c372be4e4871e6be801d02e26034709cbdadb65633b42a21bccd1e8bed637b3b5ac881e81f6600dc2540a364ce
|
data/lib/aws-sdk-transfer.rb
CHANGED
@@ -384,17 +384,17 @@ module Aws::Transfer
|
|
384
384
|
#
|
385
385
|
# @option params [Types::EndpointDetails] :endpoint_details
|
386
386
|
# The virtual private cloud (VPC) endpoint settings that are configured
|
387
|
-
# for your
|
388
|
-
#
|
389
|
-
#
|
390
|
-
#
|
391
|
-
#
|
387
|
+
# for your server. When you host your endpoint within your VPC, you can
|
388
|
+
# make it accessible only to resources within your VPC, or you can
|
389
|
+
# attach Elastic IPs and make it accessible to clients over the
|
390
|
+
# internet. Your VPC's default security groups are automatically
|
391
|
+
# assigned to your endpoint.
|
392
392
|
#
|
393
393
|
# @option params [String] :endpoint_type
|
394
|
-
# The type of VPC endpoint that you want your
|
395
|
-
#
|
396
|
-
#
|
397
|
-
#
|
394
|
+
# The type of VPC endpoint that you want your server to connect to. You
|
395
|
+
# can choose to connect to the public internet or a VPC endpoint. With a
|
396
|
+
# VPC endpoint, you can restrict access to your server and resources
|
397
|
+
# only within your VPC.
|
398
398
|
#
|
399
399
|
# <note markdown="1"> It is recommended that you use `VPC` as the `EndpointType`. With this
|
400
400
|
# endpoint type, you have the option to directly associate up to three
|
@@ -427,13 +427,13 @@ module Aws::Transfer
|
|
427
427
|
# Not required when `IdentityProviderType` is set to `SERVICE_MANAGED`.
|
428
428
|
#
|
429
429
|
# @option params [String] :identity_provider_type
|
430
|
-
# Specifies the mode of authentication for a
|
431
|
-
#
|
432
|
-
#
|
433
|
-
#
|
434
|
-
#
|
435
|
-
#
|
436
|
-
#
|
430
|
+
# Specifies the mode of authentication for a server. The default value
|
431
|
+
# is `SERVICE_MANAGED`, which allows you to store and access user
|
432
|
+
# credentials within the AWS Transfer Family service. Use the
|
433
|
+
# `API_GATEWAY` value to integrate with an identity provider of your
|
434
|
+
# choosing. The `API_GATEWAY` setting requires you to provide an API
|
435
|
+
# Gateway endpoint URL to call for authentication using the
|
436
|
+
# `IdentityProviderDetails` parameter.
|
437
437
|
#
|
438
438
|
# @option params [String] :logging_role
|
439
439
|
# Allows the service to write your users' activity to your Amazon
|
@@ -453,8 +453,8 @@ module Aws::Transfer
|
|
453
453
|
# * `FTP` (File Transfer Protocol): Unencrypted file transfer
|
454
454
|
#
|
455
455
|
# <note markdown="1"> If you select `FTPS`, you must choose a certificate stored in AWS
|
456
|
-
# Certificate Manager (ACM) which will be used to identify your
|
457
|
-
#
|
456
|
+
# Certificate Manager (ACM) which will be used to identify your server
|
457
|
+
# when clients connect to it over FTPS.
|
458
458
|
#
|
459
459
|
# If `Protocol` includes either `FTP` or `FTPS`, then the `EndpointType`
|
460
460
|
# must be `VPC` and the `IdentityProviderType` must be `API_GATEWAY`.
|
@@ -473,8 +473,7 @@ module Aws::Transfer
|
|
473
473
|
# server.
|
474
474
|
#
|
475
475
|
# @option params [Array<Types::Tag>] :tags
|
476
|
-
# Key-value pairs that can be used to group and search for
|
477
|
-
# protocol-enabled servers.
|
476
|
+
# Key-value pairs that can be used to group and search for servers.
|
478
477
|
#
|
479
478
|
# @return [Types::CreateServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
480
479
|
#
|
@@ -489,6 +488,7 @@ module Aws::Transfer
|
|
489
488
|
# subnet_ids: ["SubnetId"],
|
490
489
|
# vpc_endpoint_id: "VpcEndpointId",
|
491
490
|
# vpc_id: "VpcId",
|
491
|
+
# security_group_ids: ["SecurityGroupId"],
|
492
492
|
# },
|
493
493
|
# endpoint_type: "PUBLIC", # accepts PUBLIC, VPC, VPC_ENDPOINT
|
494
494
|
# host_key: "HostKey",
|
@@ -531,20 +531,19 @@ module Aws::Transfer
|
|
531
531
|
# can be used to group and search for users.
|
532
532
|
#
|
533
533
|
# @option params [String] :home_directory
|
534
|
-
# The landing directory (folder) for a user when they log in to the
|
535
|
-
#
|
534
|
+
# The landing directory (folder) for a user when they log in to the
|
535
|
+
# server using the client.
|
536
536
|
#
|
537
537
|
# An example is <i>
|
538
538
|
# <code>your-Amazon-S3-bucket-name>/home/username</code> </i>.
|
539
539
|
#
|
540
540
|
# @option params [String] :home_directory_type
|
541
541
|
# The type of landing directory (folder) you want your users' home
|
542
|
-
# directory to be when they log into the
|
543
|
-
#
|
544
|
-
#
|
545
|
-
#
|
546
|
-
#
|
547
|
-
# visible to your users.
|
542
|
+
# directory to be when they log into the server. If you set it to
|
543
|
+
# `PATH`, the user will see the absolute Amazon S3 bucket paths as is in
|
544
|
+
# their file transfer protocol clients. If you set it `LOGICAL`, you
|
545
|
+
# will need to provide mappings in the `HomeDirectoryMappings` for how
|
546
|
+
# you want to make Amazon S3 paths visible to your users.
|
548
547
|
#
|
549
548
|
# @option params [Array<Types::HomeDirectoryMapEntry>] :home_directory_mappings
|
550
549
|
# Logical directory mappings that specify what Amazon S3 paths and keys
|
@@ -605,30 +604,28 @@ module Aws::Transfer
|
|
605
604
|
# bucket. The policies attached to this role will determine the level of
|
606
605
|
# access you want to provide your users when transferring files into and
|
607
606
|
# out of your Amazon S3 bucket or buckets. The IAM role should also
|
608
|
-
# contain a trust relationship that allows the
|
609
|
-
#
|
610
|
-
# users' transfer requests.
|
607
|
+
# contain a trust relationship that allows the server to access your
|
608
|
+
# resources when servicing your users' transfer requests.
|
611
609
|
#
|
612
610
|
# @option params [required, String] :server_id
|
613
|
-
# A system-assigned unique identifier for a
|
614
|
-
#
|
615
|
-
# added your user to.
|
611
|
+
# A system-assigned unique identifier for a server instance. This is the
|
612
|
+
# specific server that you added your user to.
|
616
613
|
#
|
617
614
|
# @option params [String] :ssh_public_key_body
|
618
615
|
# The public portion of the Secure Shell (SSH) key used to authenticate
|
619
|
-
# the user to the
|
616
|
+
# the user to the server.
|
620
617
|
#
|
621
618
|
# @option params [Array<Types::Tag>] :tags
|
622
619
|
# Key-value pairs that can be used to group and search for users. Tags
|
623
620
|
# are metadata attached to users for any purpose.
|
624
621
|
#
|
625
622
|
# @option params [required, String] :user_name
|
626
|
-
# A unique string that identifies a user and is associated with a
|
627
|
-
#
|
628
|
-
#
|
629
|
-
#
|
630
|
-
#
|
631
|
-
#
|
623
|
+
# A unique string that identifies a user and is associated with a as
|
624
|
+
# specified by the `ServerId`. This user name must be a minimum of 3 and
|
625
|
+
# a maximum of 100 characters long. The following are valid characters:
|
626
|
+
# a-z, A-Z, 0-9, underscore '\_', hyphen '-', period '.', and at
|
627
|
+
# sign '@'. The user name can't start with a hyphen, period, or at
|
628
|
+
# sign.
|
632
629
|
#
|
633
630
|
# @return [Types::CreateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
634
631
|
#
|
@@ -678,8 +675,7 @@ module Aws::Transfer
|
|
678
675
|
# No response returns from this operation.
|
679
676
|
#
|
680
677
|
# @option params [required, String] :server_id
|
681
|
-
# A unique system-assigned identifier for a
|
682
|
-
# protocol-enabled server instance.
|
678
|
+
# A unique system-assigned identifier for a server instance.
|
683
679
|
#
|
684
680
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
685
681
|
#
|
@@ -742,12 +738,12 @@ module Aws::Transfer
|
|
742
738
|
# </note>
|
743
739
|
#
|
744
740
|
# @option params [required, String] :server_id
|
745
|
-
# A system-assigned unique identifier for a
|
746
|
-
#
|
741
|
+
# A system-assigned unique identifier for a server instance that has the
|
742
|
+
# user assigned to it.
|
747
743
|
#
|
748
744
|
# @option params [required, String] :user_name
|
749
745
|
# A unique string that identifies a user that is being deleted from a
|
750
|
-
#
|
746
|
+
# server.
|
751
747
|
#
|
752
748
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
753
749
|
#
|
@@ -820,8 +816,7 @@ module Aws::Transfer
|
|
820
816
|
# `EndpointDetails`.
|
821
817
|
#
|
822
818
|
# @option params [required, String] :server_id
|
823
|
-
# A system-assigned unique identifier for a
|
824
|
-
# protocol-enabled server.
|
819
|
+
# A system-assigned unique identifier for a server.
|
825
820
|
#
|
826
821
|
# @return [Types::DescribeServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
827
822
|
#
|
@@ -843,6 +838,8 @@ module Aws::Transfer
|
|
843
838
|
# resp.server.endpoint_details.subnet_ids[0] #=> String
|
844
839
|
# resp.server.endpoint_details.vpc_endpoint_id #=> String
|
845
840
|
# resp.server.endpoint_details.vpc_id #=> String
|
841
|
+
# resp.server.endpoint_details.security_group_ids #=> Array
|
842
|
+
# resp.server.endpoint_details.security_group_ids[0] #=> String
|
846
843
|
# resp.server.endpoint_type #=> String, one of "PUBLIC", "VPC", "VPC_ENDPOINT"
|
847
844
|
# resp.server.host_key_fingerprint #=> String
|
848
845
|
# resp.server.identity_provider_details.url #=> String
|
@@ -875,14 +872,13 @@ module Aws::Transfer
|
|
875
872
|
# associated with the `ServerId` value that was specified.
|
876
873
|
#
|
877
874
|
# @option params [required, String] :server_id
|
878
|
-
# A system-assigned unique identifier for a
|
879
|
-
#
|
875
|
+
# A system-assigned unique identifier for a server that has this user
|
876
|
+
# assigned.
|
880
877
|
#
|
881
878
|
# @option params [required, String] :user_name
|
882
|
-
# The name of the user assigned to one or more
|
883
|
-
#
|
884
|
-
#
|
885
|
-
# transfer tasks.
|
879
|
+
# The name of the user assigned to one or more servers. User names are
|
880
|
+
# part of the sign-in credentials to use the AWS Transfer Family service
|
881
|
+
# and perform file transfer tasks.
|
886
882
|
#
|
887
883
|
# @return [Types::DescribeUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
888
884
|
#
|
@@ -933,15 +929,13 @@ module Aws::Transfer
|
|
933
929
|
# the name of the `SshPublicKeyId`.
|
934
930
|
#
|
935
931
|
# @option params [required, String] :server_id
|
936
|
-
# A system-assigned unique identifier for a
|
937
|
-
# protocol-enabled server.
|
932
|
+
# A system-assigned unique identifier for a server.
|
938
933
|
#
|
939
934
|
# @option params [required, String] :ssh_public_key_body
|
940
935
|
# The public key portion of an SSH key pair.
|
941
936
|
#
|
942
937
|
# @option params [required, String] :user_name
|
943
|
-
# The name of the user account that is assigned to one or more
|
944
|
-
# transfer protocol-enabled servers.
|
938
|
+
# The name of the user account that is assigned to one or more servers.
|
945
939
|
#
|
946
940
|
# @return [Types::ImportSshPublicKeyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
947
941
|
#
|
@@ -1018,14 +1012,14 @@ module Aws::Transfer
|
|
1018
1012
|
# with your AWS account.
|
1019
1013
|
#
|
1020
1014
|
# @option params [Integer] :max_results
|
1021
|
-
# Specifies the number of
|
1022
|
-
#
|
1015
|
+
# Specifies the number of servers to return as a response to the
|
1016
|
+
# `ListServers` query.
|
1023
1017
|
#
|
1024
1018
|
# @option params [String] :next_token
|
1025
1019
|
# When additional results are obtained from the `ListServers` command, a
|
1026
1020
|
# `NextToken` parameter is returned in the output. You can then pass the
|
1027
1021
|
# `NextToken` parameter in a subsequent command to continue listing
|
1028
|
-
# additional
|
1022
|
+
# additional servers.
|
1029
1023
|
#
|
1030
1024
|
# @return [Types::ListServersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1031
1025
|
#
|
@@ -1127,8 +1121,8 @@ module Aws::Transfer
|
|
1127
1121
|
# additional users.
|
1128
1122
|
#
|
1129
1123
|
# @option params [required, String] :server_id
|
1130
|
-
# A system-assigned unique identifier for a
|
1131
|
-
#
|
1124
|
+
# A system-assigned unique identifier for a server that has users
|
1125
|
+
# assigned to it.
|
1132
1126
|
#
|
1133
1127
|
# @return [Types::ListUsersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1134
1128
|
#
|
@@ -1179,8 +1173,7 @@ module Aws::Transfer
|
|
1179
1173
|
# No response is returned from this call.
|
1180
1174
|
#
|
1181
1175
|
# @option params [required, String] :server_id
|
1182
|
-
# A system-assigned unique identifier for a
|
1183
|
-
# protocol-enabled server that you start.
|
1176
|
+
# A system-assigned unique identifier for a server that you start.
|
1184
1177
|
#
|
1185
1178
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1186
1179
|
#
|
@@ -1203,8 +1196,12 @@ module Aws::Transfer
|
|
1203
1196
|
# `ONLINE` to `OFFLINE`. An `OFFLINE` server cannot accept and process
|
1204
1197
|
# file transfer jobs. Information tied to your server, such as server
|
1205
1198
|
# and user properties, are not affected by stopping your server.
|
1206
|
-
#
|
1207
|
-
#
|
1199
|
+
#
|
1200
|
+
# <note markdown="1"> Stopping the server will not reduce or impact your file transfer
|
1201
|
+
# protocol endpoint billing; you must delete the server to stop being
|
1202
|
+
# billed.
|
1203
|
+
#
|
1204
|
+
# </note>
|
1208
1205
|
#
|
1209
1206
|
# The state of `STOPPING` indicates that the server is in an
|
1210
1207
|
# intermediate state, either not fully able to respond, or not fully
|
@@ -1213,8 +1210,7 @@ module Aws::Transfer
|
|
1213
1210
|
# No response is returned from this call.
|
1214
1211
|
#
|
1215
1212
|
# @option params [required, String] :server_id
|
1216
|
-
# A system-assigned unique identifier for a
|
1217
|
-
# protocol-enabled server that you stopped.
|
1213
|
+
# A system-assigned unique identifier for a server that you stopped.
|
1218
1214
|
#
|
1219
1215
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1220
1216
|
#
|
@@ -1279,9 +1275,8 @@ module Aws::Transfer
|
|
1279
1275
|
# ensure that your users can successfully use the service.
|
1280
1276
|
#
|
1281
1277
|
# @option params [required, String] :server_id
|
1282
|
-
# A system-assigned identifier for a specific
|
1283
|
-
#
|
1284
|
-
# tested with a user name and password.
|
1278
|
+
# A system-assigned identifier for a specific server. That server's
|
1279
|
+
# user authentication method is tested with a user name and password.
|
1285
1280
|
#
|
1286
1281
|
# @option params [String] :server_protocol
|
1287
1282
|
# The type of file transfer protocol to be tested.
|
@@ -1417,16 +1412,16 @@ module Aws::Transfer
|
|
1417
1412
|
#
|
1418
1413
|
# @option params [Types::EndpointDetails] :endpoint_details
|
1419
1414
|
# The virtual private cloud (VPC) endpoint settings that are configured
|
1420
|
-
# for your
|
1421
|
-
#
|
1422
|
-
#
|
1423
|
-
#
|
1415
|
+
# for your server. With a VPC endpoint, you can restrict access to your
|
1416
|
+
# server to resources only within your VPC. To control incoming internet
|
1417
|
+
# traffic, you will need to associate one or more Elastic IP addresses
|
1418
|
+
# with your server's endpoint.
|
1424
1419
|
#
|
1425
1420
|
# @option params [String] :endpoint_type
|
1426
|
-
# The type of endpoint that you want your
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
1421
|
+
# The type of endpoint that you want your server to connect to. You can
|
1422
|
+
# choose to connect to the public internet or a VPC endpoint. With a VPC
|
1423
|
+
# endpoint, you can restrict access to your server and resources only
|
1424
|
+
# within your VPC.
|
1430
1425
|
#
|
1431
1426
|
# <note markdown="1"> It is recommended that you use `VPC` as the `EndpointType`. With this
|
1432
1427
|
# endpoint type, you have the option to directly associate up to three
|
@@ -1442,9 +1437,8 @@ module Aws::Transfer
|
|
1442
1437
|
# my-new-server-key`.
|
1443
1438
|
#
|
1444
1439
|
# If you aren't planning to migrate existing users from an existing
|
1445
|
-
#
|
1446
|
-
#
|
1447
|
-
# disruptive.
|
1440
|
+
# server to a new server, don't update the host key. Accidentally
|
1441
|
+
# changing a server's host key can be disruptive.
|
1448
1442
|
#
|
1449
1443
|
# For more information, see [Change the host key for your SFTP-enabled
|
1450
1444
|
# server][1] in the *AWS Transfer Family User Guide*.
|
@@ -1496,8 +1490,8 @@ module Aws::Transfer
|
|
1496
1490
|
# server.
|
1497
1491
|
#
|
1498
1492
|
# @option params [required, String] :server_id
|
1499
|
-
# A system-assigned unique identifier for a
|
1500
|
-
#
|
1493
|
+
# A system-assigned unique identifier for a server instance that the
|
1494
|
+
# user account is assigned to.
|
1501
1495
|
#
|
1502
1496
|
# @return [Types::UpdateServerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1503
1497
|
#
|
@@ -1512,6 +1506,7 @@ module Aws::Transfer
|
|
1512
1506
|
# subnet_ids: ["SubnetId"],
|
1513
1507
|
# vpc_endpoint_id: "VpcEndpointId",
|
1514
1508
|
# vpc_id: "VpcId",
|
1509
|
+
# security_group_ids: ["SecurityGroupId"],
|
1515
1510
|
# },
|
1516
1511
|
# endpoint_type: "PUBLIC", # accepts PUBLIC, VPC, VPC_ENDPOINT
|
1517
1512
|
# host_key: "HostKey",
|
@@ -1547,19 +1542,17 @@ module Aws::Transfer
|
|
1547
1542
|
#
|
1548
1543
|
# @option params [String] :home_directory
|
1549
1544
|
# Specifies the landing directory (folder) for a user when they log in
|
1550
|
-
# to the
|
1551
|
-
# protocol client.
|
1545
|
+
# to the server using their file transfer protocol client.
|
1552
1546
|
#
|
1553
1547
|
# An example is `your-Amazon-S3-bucket-name>/home/username`.
|
1554
1548
|
#
|
1555
1549
|
# @option params [String] :home_directory_type
|
1556
1550
|
# The type of landing directory (folder) you want your users' home
|
1557
|
-
# directory to be when they log into the
|
1558
|
-
#
|
1559
|
-
#
|
1560
|
-
#
|
1561
|
-
#
|
1562
|
-
# visible to your users.
|
1551
|
+
# directory to be when they log into the server. If you set it to
|
1552
|
+
# `PATH`, the user will see the absolute Amazon S3 bucket paths as is in
|
1553
|
+
# their file transfer protocol clients. If you set it `LOGICAL`, you
|
1554
|
+
# will need to provide mappings in the `HomeDirectoryMappings` for how
|
1555
|
+
# you want to make Amazon S3 paths visible to your users.
|
1563
1556
|
#
|
1564
1557
|
# @option params [Array<Types::HomeDirectoryMapEntry>] :home_directory_mappings
|
1565
1558
|
# Logical directory mappings that specify what Amazon S3 paths and keys
|
@@ -1620,21 +1613,20 @@ module Aws::Transfer
|
|
1620
1613
|
# bucket. The policies attached to this role will determine the level of
|
1621
1614
|
# access you want to provide your users when transferring files into and
|
1622
1615
|
# out of your Amazon S3 bucket or buckets. The IAM role should also
|
1623
|
-
# contain a trust relationship that allows the
|
1624
|
-
#
|
1625
|
-
# users' transfer requests.
|
1616
|
+
# contain a trust relationship that allows the server to access your
|
1617
|
+
# resources when servicing your users' transfer requests.
|
1626
1618
|
#
|
1627
1619
|
# @option params [required, String] :server_id
|
1628
|
-
# A system-assigned unique identifier for a
|
1629
|
-
#
|
1620
|
+
# A system-assigned unique identifier for a server instance that the
|
1621
|
+
# user account is assigned to.
|
1630
1622
|
#
|
1631
1623
|
# @option params [required, String] :user_name
|
1632
|
-
# A unique string that identifies a user and is associated with a
|
1633
|
-
#
|
1634
|
-
#
|
1635
|
-
#
|
1636
|
-
#
|
1637
|
-
#
|
1624
|
+
# A unique string that identifies a user and is associated with a server
|
1625
|
+
# as specified by the `ServerId`. This user name must be a minimum of 3
|
1626
|
+
# and a maximum of 100 characters long. The following are valid
|
1627
|
+
# characters: a-z, A-Z, 0-9, underscore '\_', hyphen '-', period
|
1628
|
+
# '.', and at sign '@'. The user name can't start with a hyphen,
|
1629
|
+
# period, or at sign.
|
1638
1630
|
#
|
1639
1631
|
# @return [Types::UpdateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1640
1632
|
#
|
@@ -1685,7 +1677,7 @@ module Aws::Transfer
|
|
1685
1677
|
params: params,
|
1686
1678
|
config: config)
|
1687
1679
|
context[:gem_name] = 'aws-sdk-transfer'
|
1688
|
-
context[:gem_version] = '1.
|
1680
|
+
context[:gem_version] = '1.28.0'
|
1689
1681
|
Seahorse::Client::Request.new(handlers, context)
|
1690
1682
|
end
|
1691
1683
|
|
@@ -80,6 +80,8 @@ module Aws::Transfer
|
|
80
80
|
Response = Shapes::StringShape.new(name: 'Response')
|
81
81
|
RetryAfterSeconds = Shapes::StringShape.new(name: 'RetryAfterSeconds')
|
82
82
|
Role = Shapes::StringShape.new(name: 'Role')
|
83
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
84
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
83
85
|
SecurityPolicyName = Shapes::StringShape.new(name: 'SecurityPolicyName')
|
84
86
|
SecurityPolicyNames = Shapes::ListShape.new(name: 'SecurityPolicyNames')
|
85
87
|
SecurityPolicyOption = Shapes::StringShape.new(name: 'SecurityPolicyOption')
|
@@ -229,6 +231,7 @@ module Aws::Transfer
|
|
229
231
|
EndpointDetails.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
230
232
|
EndpointDetails.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
231
233
|
EndpointDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
234
|
+
EndpointDetails.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
232
235
|
EndpointDetails.struct_class = Types::EndpointDetails
|
233
236
|
|
234
237
|
HomeDirectoryMapEntry.add_member(:entry, Shapes::ShapeRef.new(shape: MapEntry, required: true, location_name: "Entry"))
|
@@ -329,6 +332,8 @@ module Aws::Transfer
|
|
329
332
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
330
333
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
331
334
|
|
335
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
336
|
+
|
332
337
|
SecurityPolicyNames.member = Shapes::ShapeRef.new(shape: SecurityPolicyName)
|
333
338
|
|
334
339
|
SecurityPolicyOptions.member = Shapes::ShapeRef.new(shape: SecurityPolicyOption)
|