aws-sdk-transfer 1.107.0 → 1.108.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.
data/sig/client.rbs CHANGED
@@ -276,6 +276,31 @@ module Aws
276
276
  ) -> _CreateUserResponseSuccess
277
277
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
278
278
 
279
+ interface _CreateWebAppResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWebAppResponse]
281
+ def web_app_id: () -> ::String
282
+ end
283
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#create_web_app-instance_method
284
+ def create_web_app: (
285
+ identity_provider_details: {
286
+ identity_center_config: {
287
+ instance_arn: ::String?,
288
+ role: ::String?
289
+ }?
290
+ },
291
+ ?access_endpoint: ::String,
292
+ ?web_app_units: {
293
+ provisioned: ::Integer?
294
+ },
295
+ ?tags: Array[
296
+ {
297
+ key: ::String,
298
+ value: ::String
299
+ },
300
+ ]
301
+ ) -> _CreateWebAppResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebAppResponseSuccess
303
+
279
304
  interface _CreateWorkflowResponseSuccess
280
305
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowResponse]
281
306
  def workflow_id: () -> ::String
@@ -464,6 +489,18 @@ module Aws
464
489
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
465
490
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
466
491
 
492
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_web_app-instance_method
493
+ def delete_web_app: (
494
+ web_app_id: ::String
495
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
496
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
497
+
498
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_web_app_customization-instance_method
499
+ def delete_web_app_customization: (
500
+ web_app_id: ::String
501
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
502
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
503
+
467
504
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#delete_workflow-instance_method
468
505
  def delete_workflow: (
469
506
  workflow_id: ::String
@@ -578,6 +615,26 @@ module Aws
578
615
  ) -> _DescribeUserResponseSuccess
579
616
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserResponseSuccess
580
617
 
618
+ interface _DescribeWebAppResponseSuccess
619
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWebAppResponse]
620
+ def web_app: () -> Types::DescribedWebApp
621
+ end
622
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#describe_web_app-instance_method
623
+ def describe_web_app: (
624
+ web_app_id: ::String
625
+ ) -> _DescribeWebAppResponseSuccess
626
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWebAppResponseSuccess
627
+
628
+ interface _DescribeWebAppCustomizationResponseSuccess
629
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWebAppCustomizationResponse]
630
+ def web_app_customization: () -> Types::DescribedWebAppCustomization
631
+ end
632
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#describe_web_app_customization-instance_method
633
+ def describe_web_app_customization: (
634
+ web_app_id: ::String
635
+ ) -> _DescribeWebAppCustomizationResponseSuccess
636
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWebAppCustomizationResponseSuccess
637
+
581
638
  interface _DescribeWorkflowResponseSuccess
582
639
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeWorkflowResponse]
583
640
  def workflow: () -> Types::DescribedWorkflow
@@ -801,6 +858,18 @@ module Aws
801
858
  ) -> _ListUsersResponseSuccess
802
859
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
803
860
 
861
+ interface _ListWebAppsResponseSuccess
862
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWebAppsResponse]
863
+ def next_token: () -> ::String
864
+ def web_apps: () -> ::Array[Types::ListedWebApp]
865
+ end
866
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#list_web_apps-instance_method
867
+ def list_web_apps: (
868
+ ?max_results: ::Integer,
869
+ ?next_token: ::String
870
+ ) -> _ListWebAppsResponseSuccess
871
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWebAppsResponseSuccess
872
+
804
873
  interface _ListWorkflowsResponseSuccess
805
874
  include ::Seahorse::Client::_ResponseSuccess[Types::ListWorkflowsResponse]
806
875
  def next_token: () -> ::String
@@ -1108,6 +1177,38 @@ module Aws
1108
1177
  ) -> _UpdateUserResponseSuccess
1109
1178
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
1110
1179
 
1180
+ interface _UpdateWebAppResponseSuccess
1181
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWebAppResponse]
1182
+ def web_app_id: () -> ::String
1183
+ end
1184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#update_web_app-instance_method
1185
+ def update_web_app: (
1186
+ web_app_id: ::String,
1187
+ ?identity_provider_details: {
1188
+ identity_center_config: {
1189
+ role: ::String?
1190
+ }?
1191
+ },
1192
+ ?access_endpoint: ::String,
1193
+ ?web_app_units: {
1194
+ provisioned: ::Integer?
1195
+ }
1196
+ ) -> _UpdateWebAppResponseSuccess
1197
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebAppResponseSuccess
1198
+
1199
+ interface _UpdateWebAppCustomizationResponseSuccess
1200
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWebAppCustomizationResponse]
1201
+ def web_app_id: () -> ::String
1202
+ end
1203
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#update_web_app_customization-instance_method
1204
+ def update_web_app_customization: (
1205
+ web_app_id: ::String,
1206
+ ?title: ::String,
1207
+ ?logo_file: ::String,
1208
+ ?favicon_file: ::String
1209
+ ) -> _UpdateWebAppCustomizationResponseSuccess
1210
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebAppCustomizationResponseSuccess
1211
+
1111
1212
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Transfer/Client.html#wait_until-instance_method
1112
1213
  def wait_until: (:server_offline waiter_name,
1113
1214
  server_id: ::String
data/sig/types.rbs CHANGED
@@ -157,6 +157,19 @@ module Aws::Transfer
157
157
  SENSITIVE: []
158
158
  end
159
159
 
160
+ class CreateWebAppRequest
161
+ attr_accessor identity_provider_details: Types::WebAppIdentityProviderDetails
162
+ attr_accessor access_endpoint: ::String
163
+ attr_accessor web_app_units: Types::WebAppUnits
164
+ attr_accessor tags: ::Array[Types::Tag]
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class CreateWebAppResponse
169
+ attr_accessor web_app_id: ::String
170
+ SENSITIVE: []
171
+ end
172
+
160
173
  class CreateWorkflowRequest
161
174
  attr_accessor description: ::String
162
175
  attr_accessor steps: ::Array[Types::WorkflowStep]
@@ -244,6 +257,16 @@ module Aws::Transfer
244
257
  SENSITIVE: []
245
258
  end
246
259
 
260
+ class DeleteWebAppCustomizationRequest
261
+ attr_accessor web_app_id: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class DeleteWebAppRequest
266
+ attr_accessor web_app_id: ::String
267
+ SENSITIVE: []
268
+ end
269
+
247
270
  class DeleteWorkflowRequest
248
271
  attr_accessor workflow_id: ::String
249
272
  SENSITIVE: []
@@ -357,6 +380,26 @@ module Aws::Transfer
357
380
  SENSITIVE: []
358
381
  end
359
382
 
383
+ class DescribeWebAppCustomizationRequest
384
+ attr_accessor web_app_id: ::String
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class DescribeWebAppCustomizationResponse
389
+ attr_accessor web_app_customization: Types::DescribedWebAppCustomization
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class DescribeWebAppRequest
394
+ attr_accessor web_app_id: ::String
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class DescribeWebAppResponse
399
+ attr_accessor web_app: Types::DescribedWebApp
400
+ SENSITIVE: []
401
+ end
402
+
360
403
  class DescribeWorkflowRequest
361
404
  attr_accessor workflow_id: ::String
362
405
  SENSITIVE: []
@@ -447,6 +490,13 @@ module Aws::Transfer
447
490
  SENSITIVE: []
448
491
  end
449
492
 
493
+ class DescribedIdentityCenterConfig
494
+ attr_accessor application_arn: ::String
495
+ attr_accessor instance_arn: ::String
496
+ attr_accessor role: ::String
497
+ SENSITIVE: []
498
+ end
499
+
450
500
  class DescribedProfile
451
501
  attr_accessor arn: ::String
452
502
  attr_accessor profile_id: ::String
@@ -510,6 +560,37 @@ module Aws::Transfer
510
560
  SENSITIVE: []
511
561
  end
512
562
 
563
+ class DescribedWebApp
564
+ attr_accessor arn: ::String
565
+ attr_accessor web_app_id: ::String
566
+ attr_accessor described_identity_provider_details: Types::DescribedWebAppIdentityProviderDetails
567
+ attr_accessor access_endpoint: ::String
568
+ attr_accessor web_app_endpoint: ::String
569
+ attr_accessor web_app_units: Types::WebAppUnits
570
+ attr_accessor tags: ::Array[Types::Tag]
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class DescribedWebAppCustomization
575
+ attr_accessor arn: ::String
576
+ attr_accessor web_app_id: ::String
577
+ attr_accessor title: ::String
578
+ attr_accessor logo_file: ::String
579
+ attr_accessor favicon_file: ::String
580
+ SENSITIVE: [:logo_file, :favicon_file]
581
+ end
582
+
583
+ class DescribedWebAppIdentityProviderDetails
584
+ attr_accessor identity_center_config: Types::DescribedIdentityCenterConfig
585
+ attr_accessor unknown: untyped
586
+ SENSITIVE: []
587
+
588
+ class IdentityCenterConfig < DescribedWebAppIdentityProviderDetails
589
+ end
590
+ class Unknown < DescribedWebAppIdentityProviderDetails
591
+ end
592
+ end
593
+
513
594
  class DescribedWorkflow
514
595
  attr_accessor arn: ::String
515
596
  attr_accessor description: ::String
@@ -567,6 +648,12 @@ module Aws::Transfer
567
648
  SENSITIVE: []
568
649
  end
569
650
 
651
+ class IdentityCenterConfig
652
+ attr_accessor instance_arn: ::String
653
+ attr_accessor role: ::String
654
+ SENSITIVE: []
655
+ end
656
+
570
657
  class IdentityProviderDetails
571
658
  attr_accessor url: ::String
572
659
  attr_accessor invocation_role: ::String
@@ -800,6 +887,18 @@ module Aws::Transfer
800
887
  SENSITIVE: []
801
888
  end
802
889
 
890
+ class ListWebAppsRequest
891
+ attr_accessor max_results: ::Integer
892
+ attr_accessor next_token: ::String
893
+ SENSITIVE: []
894
+ end
895
+
896
+ class ListWebAppsResponse
897
+ attr_accessor next_token: ::String
898
+ attr_accessor web_apps: ::Array[Types::ListedWebApp]
899
+ SENSITIVE: []
900
+ end
901
+
803
902
  class ListWorkflowsRequest
804
903
  attr_accessor max_results: ::Integer
805
904
  attr_accessor next_token: ::String
@@ -898,6 +997,14 @@ module Aws::Transfer
898
997
  SENSITIVE: []
899
998
  end
900
999
 
1000
+ class ListedWebApp
1001
+ attr_accessor arn: ::String
1002
+ attr_accessor web_app_id: ::String
1003
+ attr_accessor access_endpoint: ::String
1004
+ attr_accessor web_app_endpoint: ::String
1005
+ SENSITIVE: []
1006
+ end
1007
+
901
1008
  class ListedWorkflow
902
1009
  attr_accessor workflow_id: ::String
903
1010
  attr_accessor description: ::String
@@ -1226,6 +1333,48 @@ module Aws::Transfer
1226
1333
  SENSITIVE: []
1227
1334
  end
1228
1335
 
1336
+ class UpdateWebAppCustomizationRequest
1337
+ attr_accessor web_app_id: ::String
1338
+ attr_accessor title: ::String
1339
+ attr_accessor logo_file: ::String
1340
+ attr_accessor favicon_file: ::String
1341
+ SENSITIVE: [:logo_file, :favicon_file]
1342
+ end
1343
+
1344
+ class UpdateWebAppCustomizationResponse
1345
+ attr_accessor web_app_id: ::String
1346
+ SENSITIVE: []
1347
+ end
1348
+
1349
+ class UpdateWebAppIdentityCenterConfig
1350
+ attr_accessor role: ::String
1351
+ SENSITIVE: []
1352
+ end
1353
+
1354
+ class UpdateWebAppIdentityProviderDetails
1355
+ attr_accessor identity_center_config: Types::UpdateWebAppIdentityCenterConfig
1356
+ attr_accessor unknown: untyped
1357
+ SENSITIVE: []
1358
+
1359
+ class IdentityCenterConfig < UpdateWebAppIdentityProviderDetails
1360
+ end
1361
+ class Unknown < UpdateWebAppIdentityProviderDetails
1362
+ end
1363
+ end
1364
+
1365
+ class UpdateWebAppRequest
1366
+ attr_accessor web_app_id: ::String
1367
+ attr_accessor identity_provider_details: Types::UpdateWebAppIdentityProviderDetails
1368
+ attr_accessor access_endpoint: ::String
1369
+ attr_accessor web_app_units: Types::WebAppUnits
1370
+ SENSITIVE: []
1371
+ end
1372
+
1373
+ class UpdateWebAppResponse
1374
+ attr_accessor web_app_id: ::String
1375
+ SENSITIVE: []
1376
+ end
1377
+
1229
1378
  class UserDetails
1230
1379
  attr_accessor user_name: ::String
1231
1380
  attr_accessor server_id: ::String
@@ -1233,6 +1382,28 @@ module Aws::Transfer
1233
1382
  SENSITIVE: []
1234
1383
  end
1235
1384
 
1385
+ class WebAppIdentityProviderDetails
1386
+ attr_accessor identity_center_config: Types::IdentityCenterConfig
1387
+ attr_accessor unknown: untyped
1388
+ SENSITIVE: []
1389
+
1390
+ class IdentityCenterConfig < WebAppIdentityProviderDetails
1391
+ end
1392
+ class Unknown < WebAppIdentityProviderDetails
1393
+ end
1394
+ end
1395
+
1396
+ class WebAppUnits
1397
+ attr_accessor provisioned: ::Integer
1398
+ attr_accessor unknown: untyped
1399
+ SENSITIVE: []
1400
+
1401
+ class Provisioned < WebAppUnits
1402
+ end
1403
+ class Unknown < WebAppUnits
1404
+ end
1405
+ end
1406
+
1236
1407
  class WorkflowDetail
1237
1408
  attr_accessor workflow_id: ::String
1238
1409
  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.108.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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core