aws-sdk-transfer 1.107.0 → 1.109.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.
@@ -55,7 +55,7 @@ module Aws::Transfer
55
55
  autoload :EndpointProvider, 'aws-sdk-transfer/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-transfer/endpoints'
57
57
 
58
- GEM_VERSION = '1.107.0'
58
+ GEM_VERSION = '1.109.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -122,7 +122,9 @@ module Aws
122
122
  key: ::String,
123
123
  value: ::String
124
124
  },
125
- ]
125
+ ],
126
+ ?preserve_filename: ("ENABLED" | "DISABLED"),
127
+ ?enforce_message_signing: ("ENABLED" | "DISABLED")
126
128
  ) -> _CreateAgreementResponseSuccess
127
129
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgreementResponseSuccess
128
130
 
@@ -142,7 +144,8 @@ module Aws
142
144
  signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
143
145
  mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
144
146
  mdn_response: ("SYNC" | "NONE")?,
145
- basic_auth_secret_id: ::String?
147
+ basic_auth_secret_id: ::String?,
148
+ preserve_content_type: ("ENABLED" | "DISABLED")?
146
149
  },
147
150
  access_role: ::String,
148
151
  ?logging_role: ::String,
@@ -276,6 +279,31 @@ module Aws
276
279
  ) -> _CreateUserResponseSuccess
277
280
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
278
281
 
282
+ interface _CreateWebAppResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWebAppResponse]
284
+ def web_app_id: () -> ::String
285
+ end
286
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#create_web_app-instance_method
287
+ def create_web_app: (
288
+ identity_provider_details: {
289
+ identity_center_config: {
290
+ instance_arn: ::String?,
291
+ role: ::String?
292
+ }?
293
+ },
294
+ ?access_endpoint: ::String,
295
+ ?web_app_units: {
296
+ provisioned: ::Integer?
297
+ },
298
+ ?tags: Array[
299
+ {
300
+ key: ::String,
301
+ value: ::String
302
+ },
303
+ ]
304
+ ) -> _CreateWebAppResponseSuccess
305
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebAppResponseSuccess
306
+
279
307
  interface _CreateWorkflowResponseSuccess
280
308
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowResponse]
281
309
  def workflow_id: () -> ::String
@@ -464,6 +492,18 @@ module Aws
464
492
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
465
493
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
466
494
 
495
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_web_app-instance_method
496
+ def delete_web_app: (
497
+ web_app_id: ::String
498
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
499
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
500
+
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_web_app_customization-instance_method
502
+ def delete_web_app_customization: (
503
+ web_app_id: ::String
504
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
505
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
506
+
467
507
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_workflow-instance_method
468
508
  def delete_workflow: (
469
509
  workflow_id: ::String
@@ -578,6 +618,26 @@ module Aws
578
618
  ) -> _DescribeUserResponseSuccess
579
619
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserResponseSuccess
580
620
 
621
+ interface _DescribeWebAppResponseSuccess
622
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWebAppResponse]
623
+ def web_app: () -> Types::DescribedWebApp
624
+ end
625
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#describe_web_app-instance_method
626
+ def describe_web_app: (
627
+ web_app_id: ::String
628
+ ) -> _DescribeWebAppResponseSuccess
629
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWebAppResponseSuccess
630
+
631
+ interface _DescribeWebAppCustomizationResponseSuccess
632
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWebAppCustomizationResponse]
633
+ def web_app_customization: () -> Types::DescribedWebAppCustomization
634
+ end
635
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#describe_web_app_customization-instance_method
636
+ def describe_web_app_customization: (
637
+ web_app_id: ::String
638
+ ) -> _DescribeWebAppCustomizationResponseSuccess
639
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWebAppCustomizationResponseSuccess
640
+
581
641
  interface _DescribeWorkflowResponseSuccess
582
642
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkflowResponse]
583
643
  def workflow: () -> Types::DescribedWorkflow
@@ -801,6 +861,18 @@ module Aws
801
861
  ) -> _ListUsersResponseSuccess
802
862
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
803
863
 
864
+ interface _ListWebAppsResponseSuccess
865
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWebAppsResponse]
866
+ def next_token: () -> ::String
867
+ def web_apps: () -> ::Array[Types::ListedWebApp]
868
+ end
869
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#list_web_apps-instance_method
870
+ def list_web_apps: (
871
+ ?max_results: ::Integer,
872
+ ?next_token: ::String
873
+ ) -> _ListWebAppsResponseSuccess
874
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWebAppsResponseSuccess
875
+
804
876
  interface _ListWorkflowsResponseSuccess
805
877
  include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkflowsResponse]
806
878
  def next_token: () -> ::String
@@ -954,7 +1026,9 @@ module Aws
954
1026
  ?local_profile_id: ::String,
955
1027
  ?partner_profile_id: ::String,
956
1028
  ?base_directory: ::String,
957
- ?access_role: ::String
1029
+ ?access_role: ::String,
1030
+ ?preserve_filename: ("ENABLED" | "DISABLED"),
1031
+ ?enforce_message_signing: ("ENABLED" | "DISABLED")
958
1032
  ) -> _UpdateAgreementResponseSuccess
959
1033
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgreementResponseSuccess
960
1034
 
@@ -988,7 +1062,8 @@ module Aws
988
1062
  signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE")?,
989
1063
  mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")?,
990
1064
  mdn_response: ("SYNC" | "NONE")?,
991
- basic_auth_secret_id: ::String?
1065
+ basic_auth_secret_id: ::String?,
1066
+ preserve_content_type: ("ENABLED" | "DISABLED")?
992
1067
  },
993
1068
  ?access_role: ::String,
994
1069
  ?logging_role: ::String,
@@ -1108,6 +1183,38 @@ module Aws
1108
1183
  ) -> _UpdateUserResponseSuccess
1109
1184
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
1110
1185
 
1186
+ interface _UpdateWebAppResponseSuccess
1187
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWebAppResponse]
1188
+ def web_app_id: () -> ::String
1189
+ end
1190
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#update_web_app-instance_method
1191
+ def update_web_app: (
1192
+ web_app_id: ::String,
1193
+ ?identity_provider_details: {
1194
+ identity_center_config: {
1195
+ role: ::String?
1196
+ }?
1197
+ },
1198
+ ?access_endpoint: ::String,
1199
+ ?web_app_units: {
1200
+ provisioned: ::Integer?
1201
+ }
1202
+ ) -> _UpdateWebAppResponseSuccess
1203
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebAppResponseSuccess
1204
+
1205
+ interface _UpdateWebAppCustomizationResponseSuccess
1206
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWebAppCustomizationResponse]
1207
+ def web_app_id: () -> ::String
1208
+ end
1209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#update_web_app_customization-instance_method
1210
+ def update_web_app_customization: (
1211
+ web_app_id: ::String,
1212
+ ?title: ::String,
1213
+ ?logo_file: ::String,
1214
+ ?favicon_file: ::String
1215
+ ) -> _UpdateWebAppCustomizationResponseSuccess
1216
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebAppCustomizationResponseSuccess
1217
+
1111
1218
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#wait_until-instance_method
1112
1219
  def wait_until: (:server_offline waiter_name,
1113
1220
  server_id: ::String
data/sig/types.rbs CHANGED
@@ -23,6 +23,7 @@ module Aws::Transfer
23
23
  attr_accessor mdn_signing_algorithm: ("SHA256" | "SHA384" | "SHA512" | "SHA1" | "NONE" | "DEFAULT")
24
24
  attr_accessor mdn_response: ("SYNC" | "NONE")
25
25
  attr_accessor basic_auth_secret_id: ::String
26
+ attr_accessor preserve_content_type: ("ENABLED" | "DISABLED")
26
27
  SENSITIVE: []
27
28
  end
28
29
 
@@ -74,6 +75,8 @@ module Aws::Transfer
74
75
  attr_accessor access_role: ::String
75
76
  attr_accessor status: ("ACTIVE" | "INACTIVE")
76
77
  attr_accessor tags: ::Array[Types::Tag]
78
+ attr_accessor preserve_filename: ("ENABLED" | "DISABLED")
79
+ attr_accessor enforce_message_signing: ("ENABLED" | "DISABLED")
77
80
  SENSITIVE: []
78
81
  end
79
82
 
@@ -157,6 +160,19 @@ module Aws::Transfer
157
160
  SENSITIVE: []
158
161
  end
159
162
 
163
+ class CreateWebAppRequest
164
+ attr_accessor identity_provider_details: Types::WebAppIdentityProviderDetails
165
+ attr_accessor access_endpoint: ::String
166
+ attr_accessor web_app_units: Types::WebAppUnits
167
+ attr_accessor tags: ::Array[Types::Tag]
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class CreateWebAppResponse
172
+ attr_accessor web_app_id: ::String
173
+ SENSITIVE: []
174
+ end
175
+
160
176
  class CreateWorkflowRequest
161
177
  attr_accessor description: ::String
162
178
  attr_accessor steps: ::Array[Types::WorkflowStep]
@@ -244,6 +260,16 @@ module Aws::Transfer
244
260
  SENSITIVE: []
245
261
  end
246
262
 
263
+ class DeleteWebAppCustomizationRequest
264
+ attr_accessor web_app_id: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class DeleteWebAppRequest
269
+ attr_accessor web_app_id: ::String
270
+ SENSITIVE: []
271
+ end
272
+
247
273
  class DeleteWorkflowRequest
248
274
  attr_accessor workflow_id: ::String
249
275
  SENSITIVE: []
@@ -357,6 +383,26 @@ module Aws::Transfer
357
383
  SENSITIVE: []
358
384
  end
359
385
 
386
+ class DescribeWebAppCustomizationRequest
387
+ attr_accessor web_app_id: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class DescribeWebAppCustomizationResponse
392
+ attr_accessor web_app_customization: Types::DescribedWebAppCustomization
393
+ SENSITIVE: []
394
+ end
395
+
396
+ class DescribeWebAppRequest
397
+ attr_accessor web_app_id: ::String
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class DescribeWebAppResponse
402
+ attr_accessor web_app: Types::DescribedWebApp
403
+ SENSITIVE: []
404
+ end
405
+
360
406
  class DescribeWorkflowRequest
361
407
  attr_accessor workflow_id: ::String
362
408
  SENSITIVE: []
@@ -389,6 +435,8 @@ module Aws::Transfer
389
435
  attr_accessor base_directory: ::String
390
436
  attr_accessor access_role: ::String
391
437
  attr_accessor tags: ::Array[Types::Tag]
438
+ attr_accessor preserve_filename: ("ENABLED" | "DISABLED")
439
+ attr_accessor enforce_message_signing: ("ENABLED" | "DISABLED")
392
440
  SENSITIVE: []
393
441
  end
394
442
 
@@ -447,6 +495,13 @@ module Aws::Transfer
447
495
  SENSITIVE: []
448
496
  end
449
497
 
498
+ class DescribedIdentityCenterConfig
499
+ attr_accessor application_arn: ::String
500
+ attr_accessor instance_arn: ::String
501
+ attr_accessor role: ::String
502
+ SENSITIVE: []
503
+ end
504
+
450
505
  class DescribedProfile
451
506
  attr_accessor arn: ::String
452
507
  attr_accessor profile_id: ::String
@@ -510,6 +565,37 @@ module Aws::Transfer
510
565
  SENSITIVE: []
511
566
  end
512
567
 
568
+ class DescribedWebApp
569
+ attr_accessor arn: ::String
570
+ attr_accessor web_app_id: ::String
571
+ attr_accessor described_identity_provider_details: Types::DescribedWebAppIdentityProviderDetails
572
+ attr_accessor access_endpoint: ::String
573
+ attr_accessor web_app_endpoint: ::String
574
+ attr_accessor web_app_units: Types::WebAppUnits
575
+ attr_accessor tags: ::Array[Types::Tag]
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class DescribedWebAppCustomization
580
+ attr_accessor arn: ::String
581
+ attr_accessor web_app_id: ::String
582
+ attr_accessor title: ::String
583
+ attr_accessor logo_file: ::String
584
+ attr_accessor favicon_file: ::String
585
+ SENSITIVE: [:logo_file, :favicon_file]
586
+ end
587
+
588
+ class DescribedWebAppIdentityProviderDetails
589
+ attr_accessor identity_center_config: Types::DescribedIdentityCenterConfig
590
+ attr_accessor unknown: untyped
591
+ SENSITIVE: []
592
+
593
+ class IdentityCenterConfig < DescribedWebAppIdentityProviderDetails
594
+ end
595
+ class Unknown < DescribedWebAppIdentityProviderDetails
596
+ end
597
+ end
598
+
513
599
  class DescribedWorkflow
514
600
  attr_accessor arn: ::String
515
601
  attr_accessor description: ::String
@@ -567,6 +653,12 @@ module Aws::Transfer
567
653
  SENSITIVE: []
568
654
  end
569
655
 
656
+ class IdentityCenterConfig
657
+ attr_accessor instance_arn: ::String
658
+ attr_accessor role: ::String
659
+ SENSITIVE: []
660
+ end
661
+
570
662
  class IdentityProviderDetails
571
663
  attr_accessor url: ::String
572
664
  attr_accessor invocation_role: ::String
@@ -800,6 +892,18 @@ module Aws::Transfer
800
892
  SENSITIVE: []
801
893
  end
802
894
 
895
+ class ListWebAppsRequest
896
+ attr_accessor max_results: ::Integer
897
+ attr_accessor next_token: ::String
898
+ SENSITIVE: []
899
+ end
900
+
901
+ class ListWebAppsResponse
902
+ attr_accessor next_token: ::String
903
+ attr_accessor web_apps: ::Array[Types::ListedWebApp]
904
+ SENSITIVE: []
905
+ end
906
+
803
907
  class ListWorkflowsRequest
804
908
  attr_accessor max_results: ::Integer
805
909
  attr_accessor next_token: ::String
@@ -898,6 +1002,14 @@ module Aws::Transfer
898
1002
  SENSITIVE: []
899
1003
  end
900
1004
 
1005
+ class ListedWebApp
1006
+ attr_accessor arn: ::String
1007
+ attr_accessor web_app_id: ::String
1008
+ attr_accessor access_endpoint: ::String
1009
+ attr_accessor web_app_endpoint: ::String
1010
+ SENSITIVE: []
1011
+ end
1012
+
901
1013
  class ListedWorkflow
902
1014
  attr_accessor workflow_id: ::String
903
1015
  attr_accessor description: ::String
@@ -1123,6 +1235,8 @@ module Aws::Transfer
1123
1235
  attr_accessor partner_profile_id: ::String
1124
1236
  attr_accessor base_directory: ::String
1125
1237
  attr_accessor access_role: ::String
1238
+ attr_accessor preserve_filename: ("ENABLED" | "DISABLED")
1239
+ attr_accessor enforce_message_signing: ("ENABLED" | "DISABLED")
1126
1240
  SENSITIVE: []
1127
1241
  end
1128
1242
 
@@ -1226,6 +1340,48 @@ module Aws::Transfer
1226
1340
  SENSITIVE: []
1227
1341
  end
1228
1342
 
1343
+ class UpdateWebAppCustomizationRequest
1344
+ attr_accessor web_app_id: ::String
1345
+ attr_accessor title: ::String
1346
+ attr_accessor logo_file: ::String
1347
+ attr_accessor favicon_file: ::String
1348
+ SENSITIVE: [:logo_file, :favicon_file]
1349
+ end
1350
+
1351
+ class UpdateWebAppCustomizationResponse
1352
+ attr_accessor web_app_id: ::String
1353
+ SENSITIVE: []
1354
+ end
1355
+
1356
+ class UpdateWebAppIdentityCenterConfig
1357
+ attr_accessor role: ::String
1358
+ SENSITIVE: []
1359
+ end
1360
+
1361
+ class UpdateWebAppIdentityProviderDetails
1362
+ attr_accessor identity_center_config: Types::UpdateWebAppIdentityCenterConfig
1363
+ attr_accessor unknown: untyped
1364
+ SENSITIVE: []
1365
+
1366
+ class IdentityCenterConfig < UpdateWebAppIdentityProviderDetails
1367
+ end
1368
+ class Unknown < UpdateWebAppIdentityProviderDetails
1369
+ end
1370
+ end
1371
+
1372
+ class UpdateWebAppRequest
1373
+ attr_accessor web_app_id: ::String
1374
+ attr_accessor identity_provider_details: Types::UpdateWebAppIdentityProviderDetails
1375
+ attr_accessor access_endpoint: ::String
1376
+ attr_accessor web_app_units: Types::WebAppUnits
1377
+ SENSITIVE: []
1378
+ end
1379
+
1380
+ class UpdateWebAppResponse
1381
+ attr_accessor web_app_id: ::String
1382
+ SENSITIVE: []
1383
+ end
1384
+
1229
1385
  class UserDetails
1230
1386
  attr_accessor user_name: ::String
1231
1387
  attr_accessor server_id: ::String
@@ -1233,6 +1389,28 @@ module Aws::Transfer
1233
1389
  SENSITIVE: []
1234
1390
  end
1235
1391
 
1392
+ class WebAppIdentityProviderDetails
1393
+ attr_accessor identity_center_config: Types::IdentityCenterConfig
1394
+ attr_accessor unknown: untyped
1395
+ SENSITIVE: []
1396
+
1397
+ class IdentityCenterConfig < WebAppIdentityProviderDetails
1398
+ end
1399
+ class Unknown < WebAppIdentityProviderDetails
1400
+ end
1401
+ end
1402
+
1403
+ class WebAppUnits
1404
+ attr_accessor provisioned: ::Integer
1405
+ attr_accessor unknown: untyped
1406
+ SENSITIVE: []
1407
+
1408
+ class Provisioned < WebAppUnits
1409
+ end
1410
+ class Unknown < WebAppUnits
1411
+ end
1412
+ end
1413
+
1236
1414
  class WorkflowDetail
1237
1415
  attr_accessor workflow_id: ::String
1238
1416
  attr_accessor execution_role: ::String
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.107.0
4
+ version: 1.109.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-11-06 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core