aws-sdk-transfer 1.113.0 → 1.114.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 +25 -2
- data/lib/aws-sdk-transfer/client_api.rb +3 -0
- data/lib/aws-sdk-transfer/types.rb +44 -4
- data/lib/aws-sdk-transfer.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +2 -0
- 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: 01ff45ec81e30cb8dd343a62f3839b73bdaf2a8ef58621aa1a1de83e9e2809cb
|
4
|
+
data.tar.gz: 78e8a6e3753f42da1d0a07d7e8e7582e195ce21ce694a8b9f329802238a441b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9862109fe4a45cb34f6e6f76049c2f4bd514f8f6d8bdde40a60a0b1e450ac75d36ac75c3d37128ba988962d36f70ee7eb6b673e55472acc5465c4cfa20fd4b7
|
7
|
+
data.tar.gz: 680a209ff70b4294070637850b5f82a449b17f6681b680e926b3c98f07ca2f2d841ba7360606fed0c64b5a935d024113e0199a91a974f4aaa595d6f6ac140e74
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.114.0
|
@@ -1549,11 +1549,25 @@ module Aws::Transfer
|
|
1549
1549
|
# You can provide a structure that contains the details for the identity
|
1550
1550
|
# provider to use with your web app.
|
1551
1551
|
#
|
1552
|
+
# For more details about this parameter, see [Configure your identity
|
1553
|
+
# provider for Transfer Family web apps][1].
|
1554
|
+
#
|
1555
|
+
#
|
1556
|
+
#
|
1557
|
+
# [1]: https://docs.aws.amazon.com/transfer/latest/userguide/webapp-identity-center.html
|
1558
|
+
#
|
1552
1559
|
# @option params [String] :access_endpoint
|
1553
1560
|
# The `AccessEndpoint` is the URL that you provide to your users for
|
1554
1561
|
# them to interact with the Transfer Family web app. You can specify a
|
1555
1562
|
# custom URL or use the default value.
|
1556
1563
|
#
|
1564
|
+
# Before you enter a custom URL for this parameter, follow the steps
|
1565
|
+
# described in [Update your access endpoint with a custom URL][1].
|
1566
|
+
#
|
1567
|
+
#
|
1568
|
+
#
|
1569
|
+
# [1]: https://docs.aws.amazon.com/transfer/latest/userguide/webapp-customize.html
|
1570
|
+
#
|
1557
1571
|
# @option params [Types::WebAppUnits] :web_app_units
|
1558
1572
|
# A union that contains the value for number of concurrent connections
|
1559
1573
|
# or the user sessions on your web app.
|
@@ -1561,6 +1575,13 @@ module Aws::Transfer
|
|
1561
1575
|
# @option params [Array<Types::Tag>] :tags
|
1562
1576
|
# Key-value pairs that can be used to group and search for web apps.
|
1563
1577
|
#
|
1578
|
+
# @option params [String] :web_app_endpoint_policy
|
1579
|
+
# Setting for the type of endpoint policy for the web app. The default
|
1580
|
+
# value is `STANDARD`.
|
1581
|
+
#
|
1582
|
+
# If you are creating the web app in an Amazon Web Services GovCloud
|
1583
|
+
# (US) Region, you can set this parameter to `FIPS`.
|
1584
|
+
#
|
1564
1585
|
# @return [Types::CreateWebAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1565
1586
|
#
|
1566
1587
|
# * {Types::CreateWebAppResponse#web_app_id #web_app_id} => String
|
@@ -1584,6 +1605,7 @@ module Aws::Transfer
|
|
1584
1605
|
# value: "TagValue", # required
|
1585
1606
|
# },
|
1586
1607
|
# ],
|
1608
|
+
# web_app_endpoint_policy: "FIPS", # accepts FIPS, STANDARD
|
1587
1609
|
# })
|
1588
1610
|
#
|
1589
1611
|
# @example Response structure
|
@@ -2704,6 +2726,7 @@ module Aws::Transfer
|
|
2704
2726
|
# resp.web_app.tags #=> Array
|
2705
2727
|
# resp.web_app.tags[0].key #=> String
|
2706
2728
|
# resp.web_app.tags[0].value #=> String
|
2729
|
+
# resp.web_app.web_app_endpoint_policy #=> String, one of "FIPS", "STANDARD"
|
2707
2730
|
#
|
2708
2731
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeWebApp AWS API Documentation
|
2709
2732
|
#
|
@@ -5329,7 +5352,7 @@ module Aws::Transfer
|
|
5329
5352
|
# Specify logo file data string (in base64 encoding).
|
5330
5353
|
#
|
5331
5354
|
# @option params [String, StringIO, File] :favicon_file
|
5332
|
-
# Specify icon file data string (in base64 encoding).
|
5355
|
+
# Specify an icon file data string (in base64 encoding).
|
5333
5356
|
#
|
5334
5357
|
# @return [Types::UpdateWebAppCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5335
5358
|
#
|
@@ -5375,7 +5398,7 @@ module Aws::Transfer
|
|
5375
5398
|
tracer: tracer
|
5376
5399
|
)
|
5377
5400
|
context[:gem_name] = 'aws-sdk-transfer'
|
5378
|
-
context[:gem_version] = '1.
|
5401
|
+
context[:gem_version] = '1.114.0'
|
5379
5402
|
Seahorse::Client::Request.new(handlers, context)
|
5380
5403
|
end
|
5381
5404
|
|
@@ -364,6 +364,7 @@ module Aws::Transfer
|
|
364
364
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
365
365
|
WebAppAccessEndpoint = Shapes::StringShape.new(name: 'WebAppAccessEndpoint')
|
366
366
|
WebAppEndpoint = Shapes::StringShape.new(name: 'WebAppEndpoint')
|
367
|
+
WebAppEndpointPolicy = Shapes::StringShape.new(name: 'WebAppEndpointPolicy')
|
367
368
|
WebAppFaviconFile = Shapes::BlobShape.new(name: 'WebAppFaviconFile')
|
368
369
|
WebAppId = Shapes::StringShape.new(name: 'WebAppId')
|
369
370
|
WebAppIdentityProviderDetails = Shapes::UnionShape.new(name: 'WebAppIdentityProviderDetails')
|
@@ -511,6 +512,7 @@ module Aws::Transfer
|
|
511
512
|
CreateWebAppRequest.add_member(:access_endpoint, Shapes::ShapeRef.new(shape: WebAppAccessEndpoint, location_name: "AccessEndpoint"))
|
512
513
|
CreateWebAppRequest.add_member(:web_app_units, Shapes::ShapeRef.new(shape: WebAppUnits, location_name: "WebAppUnits"))
|
513
514
|
CreateWebAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
515
|
+
CreateWebAppRequest.add_member(:web_app_endpoint_policy, Shapes::ShapeRef.new(shape: WebAppEndpointPolicy, location_name: "WebAppEndpointPolicy"))
|
514
516
|
CreateWebAppRequest.struct_class = Types::CreateWebAppRequest
|
515
517
|
|
516
518
|
CreateWebAppResponse.add_member(:web_app_id, Shapes::ShapeRef.new(shape: WebAppId, required: true, location_name: "WebAppId"))
|
@@ -815,6 +817,7 @@ module Aws::Transfer
|
|
815
817
|
DescribedWebApp.add_member(:web_app_endpoint, Shapes::ShapeRef.new(shape: WebAppEndpoint, location_name: "WebAppEndpoint"))
|
816
818
|
DescribedWebApp.add_member(:web_app_units, Shapes::ShapeRef.new(shape: WebAppUnits, location_name: "WebAppUnits"))
|
817
819
|
DescribedWebApp.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
820
|
+
DescribedWebApp.add_member(:web_app_endpoint_policy, Shapes::ShapeRef.new(shape: WebAppEndpointPolicy, location_name: "WebAppEndpointPolicy"))
|
818
821
|
DescribedWebApp.struct_class = Types::DescribedWebApp
|
819
822
|
|
820
823
|
DescribedWebAppCustomization.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
@@ -1231,12 +1231,26 @@ module Aws::Transfer
|
|
1231
1231
|
# @!attribute [rw] identity_provider_details
|
1232
1232
|
# You can provide a structure that contains the details for the
|
1233
1233
|
# identity provider to use with your web app.
|
1234
|
+
#
|
1235
|
+
# For more details about this parameter, see [Configure your identity
|
1236
|
+
# provider for Transfer Family web apps][1].
|
1237
|
+
#
|
1238
|
+
#
|
1239
|
+
#
|
1240
|
+
# [1]: https://docs.aws.amazon.com/transfer/latest/userguide/webapp-identity-center.html
|
1234
1241
|
# @return [Types::WebAppIdentityProviderDetails]
|
1235
1242
|
#
|
1236
1243
|
# @!attribute [rw] access_endpoint
|
1237
1244
|
# The `AccessEndpoint` is the URL that you provide to your users for
|
1238
1245
|
# them to interact with the Transfer Family web app. You can specify a
|
1239
1246
|
# custom URL or use the default value.
|
1247
|
+
#
|
1248
|
+
# Before you enter a custom URL for this parameter, follow the steps
|
1249
|
+
# described in [Update your access endpoint with a custom URL][1].
|
1250
|
+
#
|
1251
|
+
#
|
1252
|
+
#
|
1253
|
+
# [1]: https://docs.aws.amazon.com/transfer/latest/userguide/webapp-customize.html
|
1240
1254
|
# @return [String]
|
1241
1255
|
#
|
1242
1256
|
# @!attribute [rw] web_app_units
|
@@ -1248,13 +1262,22 @@ module Aws::Transfer
|
|
1248
1262
|
# Key-value pairs that can be used to group and search for web apps.
|
1249
1263
|
# @return [Array<Types::Tag>]
|
1250
1264
|
#
|
1265
|
+
# @!attribute [rw] web_app_endpoint_policy
|
1266
|
+
# Setting for the type of endpoint policy for the web app. The default
|
1267
|
+
# value is `STANDARD`.
|
1268
|
+
#
|
1269
|
+
# If you are creating the web app in an Amazon Web Services GovCloud
|
1270
|
+
# (US) Region, you can set this parameter to `FIPS`.
|
1271
|
+
# @return [String]
|
1272
|
+
#
|
1251
1273
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/CreateWebAppRequest AWS API Documentation
|
1252
1274
|
#
|
1253
1275
|
class CreateWebAppRequest < Struct.new(
|
1254
1276
|
:identity_provider_details,
|
1255
1277
|
:access_endpoint,
|
1256
1278
|
:web_app_units,
|
1257
|
-
:tags
|
1279
|
+
:tags,
|
1280
|
+
:web_app_endpoint_policy)
|
1258
1281
|
SENSITIVE = []
|
1259
1282
|
include Aws::Structure
|
1260
1283
|
end
|
@@ -3176,6 +3199,13 @@ module Aws::Transfer
|
|
3176
3199
|
# @!attribute [rw] ssh_public_keys
|
3177
3200
|
# Specifies the public key portion of the Secure Shell (SSH) keys
|
3178
3201
|
# stored for the described user.
|
3202
|
+
#
|
3203
|
+
# <note markdown="1"> To delete the public key body, set its value to zero keys, as shown
|
3204
|
+
# here:
|
3205
|
+
#
|
3206
|
+
# `SshPublicKeys: []`
|
3207
|
+
#
|
3208
|
+
# </note>
|
3179
3209
|
# @return [Array<Types::SshPublicKey>]
|
3180
3210
|
#
|
3181
3211
|
# @!attribute [rw] tags
|
@@ -3244,6 +3274,15 @@ module Aws::Transfer
|
|
3244
3274
|
# Tags are metadata attached to web apps for any purpose.
|
3245
3275
|
# @return [Array<Types::Tag>]
|
3246
3276
|
#
|
3277
|
+
# @!attribute [rw] web_app_endpoint_policy
|
3278
|
+
# Setting for the type of endpoint policy for the web app. The default
|
3279
|
+
# value is `STANDARD`.
|
3280
|
+
#
|
3281
|
+
# If your web app was created in an Amazon Web Services GovCloud (US)
|
3282
|
+
# Region, the value of this parameter can be `FIPS`, which indicates
|
3283
|
+
# the web app endpoint is FIPS-compliant.
|
3284
|
+
# @return [String]
|
3285
|
+
#
|
3247
3286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribedWebApp AWS API Documentation
|
3248
3287
|
#
|
3249
3288
|
class DescribedWebApp < Struct.new(
|
@@ -3253,7 +3292,8 @@ module Aws::Transfer
|
|
3253
3292
|
:access_endpoint,
|
3254
3293
|
:web_app_endpoint,
|
3255
3294
|
:web_app_units,
|
3256
|
-
:tags
|
3295
|
+
:tags,
|
3296
|
+
:web_app_endpoint_policy)
|
3257
3297
|
SENSITIVE = []
|
3258
3298
|
include Aws::Structure
|
3259
3299
|
end
|
@@ -3279,7 +3319,7 @@ module Aws::Transfer
|
|
3279
3319
|
# @return [String]
|
3280
3320
|
#
|
3281
3321
|
# @!attribute [rw] favicon_file
|
3282
|
-
# Returns
|
3322
|
+
# Returns an icon file data string (in base64 encoding).
|
3283
3323
|
# @return [String]
|
3284
3324
|
#
|
3285
3325
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribedWebAppCustomization AWS API Documentation
|
@@ -7080,7 +7120,7 @@ module Aws::Transfer
|
|
7080
7120
|
# @return [String]
|
7081
7121
|
#
|
7082
7122
|
# @!attribute [rw] favicon_file
|
7083
|
-
# Specify icon file data string (in base64 encoding).
|
7123
|
+
# Specify an icon file data string (in base64 encoding).
|
7084
7124
|
# @return [String]
|
7085
7125
|
#
|
7086
7126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/UpdateWebAppCustomizationRequest AWS API Documentation
|
data/lib/aws-sdk-transfer.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -309,7 +309,8 @@ module Aws
|
|
309
309
|
key: ::String,
|
310
310
|
value: ::String
|
311
311
|
},
|
312
|
-
]
|
312
|
+
],
|
313
|
+
?web_app_endpoint_policy: ("FIPS" | "STANDARD")
|
313
314
|
) -> _CreateWebAppResponseSuccess
|
314
315
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebAppResponseSuccess
|
315
316
|
|
data/sig/types.rbs
CHANGED
@@ -166,6 +166,7 @@ module Aws::Transfer
|
|
166
166
|
attr_accessor access_endpoint: ::String
|
167
167
|
attr_accessor web_app_units: Types::WebAppUnits
|
168
168
|
attr_accessor tags: ::Array[Types::Tag]
|
169
|
+
attr_accessor web_app_endpoint_policy: ("FIPS" | "STANDARD")
|
169
170
|
SENSITIVE: []
|
170
171
|
end
|
171
172
|
|
@@ -584,6 +585,7 @@ module Aws::Transfer
|
|
584
585
|
attr_accessor web_app_endpoint: ::String
|
585
586
|
attr_accessor web_app_units: Types::WebAppUnits
|
586
587
|
attr_accessor tags: ::Array[Types::Tag]
|
588
|
+
attr_accessor web_app_endpoint_policy: ("FIPS" | "STANDARD")
|
587
589
|
SENSITIVE: []
|
588
590
|
end
|
589
591
|
|
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.114.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: 2025-
|
11
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|