aws-sdk-appstream 1.68.0 → 1.69.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.
@@ -18,14 +18,6 @@ module Aws::AppStream
18
18
  # an image builder, administrators can connect to the image builder only
19
19
  # through that endpoint.
20
20
  #
21
- # @note When making an API call, you may pass AccessEndpoint
22
- # data as a hash:
23
- #
24
- # {
25
- # endpoint_type: "STREAMING", # required, accepts STREAMING
26
- # vpce_id: "String",
27
- # }
28
- #
29
21
  # @!attribute [rw] endpoint_type
30
22
  # The type of interface endpoint.
31
23
  # @return [String]
@@ -203,14 +195,6 @@ module Aws::AppStream
203
195
 
204
196
  # The persistent application settings for users of a stack.
205
197
  #
206
- # @note When making an API call, you may pass ApplicationSettings
207
- # data as a hash:
208
- #
209
- # {
210
- # enabled: false, # required
211
- # settings_group: "SettingsGroup",
212
- # }
213
- #
214
198
  # @!attribute [rw] enabled
215
199
  # Enables or disables persistent application settings for users during
216
200
  # their streaming sessions.
@@ -261,14 +245,6 @@ module Aws::AppStream
261
245
  include Aws::Structure
262
246
  end
263
247
 
264
- # @note When making an API call, you may pass AssociateApplicationFleetRequest
265
- # data as a hash:
266
- #
267
- # {
268
- # fleet_name: "Name", # required
269
- # application_arn: "Arn", # required
270
- # }
271
- #
272
248
  # @!attribute [rw] fleet_name
273
249
  # The name of the fleet.
274
250
  # @return [String]
@@ -300,15 +276,6 @@ module Aws::AppStream
300
276
  include Aws::Structure
301
277
  end
302
278
 
303
- # @note When making an API call, you may pass AssociateApplicationToEntitlementRequest
304
- # data as a hash:
305
- #
306
- # {
307
- # stack_name: "Name", # required
308
- # entitlement_name: "Name", # required
309
- # application_identifier: "String", # required
310
- # }
311
- #
312
279
  # @!attribute [rw] stack_name
313
280
  # The name of the stack.
314
281
  # @return [String]
@@ -335,14 +302,6 @@ module Aws::AppStream
335
302
  #
336
303
  class AssociateApplicationToEntitlementResult < Aws::EmptyStructure; end
337
304
 
338
- # @note When making an API call, you may pass AssociateFleetRequest
339
- # data as a hash:
340
- #
341
- # {
342
- # fleet_name: "String", # required
343
- # stack_name: "String", # required
344
- # }
345
- #
346
305
  # @!attribute [rw] fleet_name
347
306
  # The name of the fleet.
348
307
  # @return [String]
@@ -364,20 +323,6 @@ module Aws::AppStream
364
323
  #
365
324
  class AssociateFleetResult < Aws::EmptyStructure; end
366
325
 
367
- # @note When making an API call, you may pass BatchAssociateUserStackRequest
368
- # data as a hash:
369
- #
370
- # {
371
- # user_stack_associations: [ # required
372
- # {
373
- # stack_name: "String", # required
374
- # user_name: "Username", # required
375
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
376
- # send_email_notification: false,
377
- # },
378
- # ],
379
- # }
380
- #
381
326
  # @!attribute [rw] user_stack_associations
382
327
  # The list of UserStackAssociation objects.
383
328
  # @return [Array<Types::UserStackAssociation>]
@@ -402,20 +347,6 @@ module Aws::AppStream
402
347
  include Aws::Structure
403
348
  end
404
349
 
405
- # @note When making an API call, you may pass BatchDisassociateUserStackRequest
406
- # data as a hash:
407
- #
408
- # {
409
- # user_stack_associations: [ # required
410
- # {
411
- # stack_name: "String", # required
412
- # user_name: "Username", # required
413
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
414
- # send_email_notification: false,
415
- # },
416
- # ],
417
- # }
418
- #
419
350
  # @!attribute [rw] user_stack_associations
420
351
  # The list of UserStackAssociation objects.
421
352
  # @return [Array<Types::UserStackAssociation>]
@@ -451,14 +382,6 @@ module Aws::AppStream
451
382
  # domain password. Users will be disconnected to re-authenticate using
452
383
  # certificates.
453
384
  #
454
- # @note When making an API call, you may pass CertificateBasedAuthProperties
455
- # data as a hash:
456
- #
457
- # {
458
- # status: "DISABLED", # accepts DISABLED, ENABLED, ENABLED_NO_DIRECTORY_LOGIN_FALLBACK
459
- # certificate_authority_arn: "Arn",
460
- # }
461
- #
462
385
  # @!attribute [rw] status
463
386
  # The status of the certificate-based authentication properties.
464
387
  # @return [String]
@@ -478,13 +401,6 @@ module Aws::AppStream
478
401
 
479
402
  # Describes the capacity for a fleet.
480
403
  #
481
- # @note When making an API call, you may pass ComputeCapacity
482
- # data as a hash:
483
- #
484
- # {
485
- # desired_instances: 1, # required
486
- # }
487
- #
488
404
  # @!attribute [rw] desired_instances
489
405
  # The desired number of streaming instances.
490
406
  # @return [Integer]
@@ -542,16 +458,6 @@ module Aws::AppStream
542
458
  include Aws::Structure
543
459
  end
544
460
 
545
- # @note When making an API call, you may pass CopyImageRequest
546
- # data as a hash:
547
- #
548
- # {
549
- # source_image_name: "Name", # required
550
- # destination_image_name: "Name", # required
551
- # destination_region: "RegionName", # required
552
- # destination_image_description: "Description",
553
- # }
554
- #
555
461
  # @!attribute [rw] source_image_name
556
462
  # The name of the image to copy.
557
463
  # @return [String]
@@ -595,31 +501,6 @@ module Aws::AppStream
595
501
  include Aws::Structure
596
502
  end
597
503
 
598
- # @note When making an API call, you may pass CreateAppBlockRequest
599
- # data as a hash:
600
- #
601
- # {
602
- # name: "Name", # required
603
- # description: "Description",
604
- # display_name: "DisplayName",
605
- # source_s3_location: { # required
606
- # s3_bucket: "S3Bucket", # required
607
- # s3_key: "S3Key", # required
608
- # },
609
- # setup_script_details: { # required
610
- # script_s3_location: { # required
611
- # s3_bucket: "S3Bucket", # required
612
- # s3_key: "S3Key", # required
613
- # },
614
- # executable_path: "String", # required
615
- # executable_parameters: "String",
616
- # timeout_in_seconds: 1, # required
617
- # },
618
- # tags: {
619
- # "TagKey" => "TagValue",
620
- # },
621
- # }
622
- #
623
504
  # @!attribute [rw] name
624
505
  # The name of the app block.
625
506
  # @return [String]
@@ -670,28 +551,6 @@ module Aws::AppStream
670
551
  include Aws::Structure
671
552
  end
672
553
 
673
- # @note When making an API call, you may pass CreateApplicationRequest
674
- # data as a hash:
675
- #
676
- # {
677
- # name: "Name", # required
678
- # display_name: "DisplayName",
679
- # description: "Description",
680
- # icon_s3_location: { # required
681
- # s3_bucket: "S3Bucket", # required
682
- # s3_key: "S3Key", # required
683
- # },
684
- # launch_path: "String", # required
685
- # working_directory: "String",
686
- # launch_parameters: "String",
687
- # platforms: ["WINDOWS"], # required, accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
688
- # instance_families: ["String"], # required
689
- # app_block_arn: "Arn", # required
690
- # tags: {
691
- # "TagKey" => "TagValue",
692
- # },
693
- # }
694
- #
695
554
  # @!attribute [rw] name
696
555
  # The name of the application. This name is visible to users when
697
556
  # display name is not specified.
@@ -770,22 +629,6 @@ module Aws::AppStream
770
629
  include Aws::Structure
771
630
  end
772
631
 
773
- # @note When making an API call, you may pass CreateDirectoryConfigRequest
774
- # data as a hash:
775
- #
776
- # {
777
- # directory_name: "DirectoryName", # required
778
- # organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"], # required
779
- # service_account_credentials: {
780
- # account_name: "AccountName", # required
781
- # account_password: "AccountPassword", # required
782
- # },
783
- # certificate_based_auth_properties: {
784
- # status: "DISABLED", # accepts DISABLED, ENABLED, ENABLED_NO_DIRECTORY_LOGIN_FALLBACK
785
- # certificate_authority_arn: "Arn",
786
- # },
787
- # }
788
- #
789
632
  # @!attribute [rw] directory_name
790
633
  # The fully qualified name of the directory (for example,
791
634
  # corp.example.com).
@@ -837,22 +680,6 @@ module Aws::AppStream
837
680
  include Aws::Structure
838
681
  end
839
682
 
840
- # @note When making an API call, you may pass CreateEntitlementRequest
841
- # data as a hash:
842
- #
843
- # {
844
- # name: "Name", # required
845
- # stack_name: "Name", # required
846
- # description: "Description",
847
- # app_visibility: "ALL", # required, accepts ALL, ASSOCIATED
848
- # attributes: [ # required
849
- # {
850
- # name: "String", # required
851
- # value: "String", # required
852
- # },
853
- # ],
854
- # }
855
- #
856
683
  # @!attribute [rw] name
857
684
  # The name of the entitlement.
858
685
  # @return [String]
@@ -897,46 +724,6 @@ module Aws::AppStream
897
724
  include Aws::Structure
898
725
  end
899
726
 
900
- # @note When making an API call, you may pass CreateFleetRequest
901
- # data as a hash:
902
- #
903
- # {
904
- # name: "Name", # required
905
- # image_name: "String",
906
- # image_arn: "Arn",
907
- # instance_type: "String", # required
908
- # fleet_type: "ALWAYS_ON", # accepts ALWAYS_ON, ON_DEMAND, ELASTIC
909
- # compute_capacity: {
910
- # desired_instances: 1, # required
911
- # },
912
- # vpc_config: {
913
- # subnet_ids: ["String"],
914
- # security_group_ids: ["String"],
915
- # },
916
- # max_user_duration_in_seconds: 1,
917
- # disconnect_timeout_in_seconds: 1,
918
- # description: "Description",
919
- # display_name: "DisplayName",
920
- # enable_default_internet_access: false,
921
- # domain_join_info: {
922
- # directory_name: "DirectoryName",
923
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
924
- # },
925
- # tags: {
926
- # "TagKey" => "TagValue",
927
- # },
928
- # idle_disconnect_timeout_in_seconds: 1,
929
- # iam_role_arn: "Arn",
930
- # stream_view: "APP", # accepts APP, DESKTOP
931
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
932
- # max_concurrent_sessions: 1,
933
- # usb_device_filter_strings: ["UsbDeviceFilterString"],
934
- # session_script_s3_location: {
935
- # s3_bucket: "S3Bucket", # required
936
- # s3_key: "S3Key", # required
937
- # },
938
- # }
939
- #
940
727
  # @!attribute [rw] name
941
728
  # A unique name for the fleet.
942
729
  # @return [String]
@@ -1243,38 +1030,6 @@ module Aws::AppStream
1243
1030
  include Aws::Structure
1244
1031
  end
1245
1032
 
1246
- # @note When making an API call, you may pass CreateImageBuilderRequest
1247
- # data as a hash:
1248
- #
1249
- # {
1250
- # name: "Name", # required
1251
- # image_name: "String",
1252
- # image_arn: "Arn",
1253
- # instance_type: "String", # required
1254
- # description: "Description",
1255
- # display_name: "DisplayName",
1256
- # vpc_config: {
1257
- # subnet_ids: ["String"],
1258
- # security_group_ids: ["String"],
1259
- # },
1260
- # iam_role_arn: "Arn",
1261
- # enable_default_internet_access: false,
1262
- # domain_join_info: {
1263
- # directory_name: "DirectoryName",
1264
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
1265
- # },
1266
- # appstream_agent_version: "AppstreamAgentVersion",
1267
- # tags: {
1268
- # "TagKey" => "TagValue",
1269
- # },
1270
- # access_endpoints: [
1271
- # {
1272
- # endpoint_type: "STREAMING", # required, accepts STREAMING
1273
- # vpce_id: "String",
1274
- # },
1275
- # ],
1276
- # }
1277
- #
1278
1033
  # @!attribute [rw] name
1279
1034
  # A unique name for the image builder.
1280
1035
  # @return [String]
@@ -1462,14 +1217,6 @@ module Aws::AppStream
1462
1217
  include Aws::Structure
1463
1218
  end
1464
1219
 
1465
- # @note When making an API call, you may pass CreateImageBuilderStreamingURLRequest
1466
- # data as a hash:
1467
- #
1468
- # {
1469
- # name: "String", # required
1470
- # validity: 1,
1471
- # }
1472
- #
1473
1220
  # @!attribute [rw] name
1474
1221
  # The name of the image builder.
1475
1222
  # @return [String]
@@ -1506,47 +1253,6 @@ module Aws::AppStream
1506
1253
  include Aws::Structure
1507
1254
  end
1508
1255
 
1509
- # @note When making an API call, you may pass CreateStackRequest
1510
- # data as a hash:
1511
- #
1512
- # {
1513
- # name: "Name", # required
1514
- # description: "Description",
1515
- # display_name: "DisplayName",
1516
- # storage_connectors: [
1517
- # {
1518
- # connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE, ONE_DRIVE
1519
- # resource_identifier: "ResourceIdentifier",
1520
- # domains: ["Domain"],
1521
- # },
1522
- # ],
1523
- # redirect_url: "RedirectURL",
1524
- # feedback_url: "FeedbackURL",
1525
- # user_settings: [
1526
- # {
1527
- # action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
1528
- # permission: "ENABLED", # required, accepts ENABLED, DISABLED
1529
- # },
1530
- # ],
1531
- # application_settings: {
1532
- # enabled: false, # required
1533
- # settings_group: "SettingsGroup",
1534
- # },
1535
- # tags: {
1536
- # "TagKey" => "TagValue",
1537
- # },
1538
- # access_endpoints: [
1539
- # {
1540
- # endpoint_type: "STREAMING", # required, accepts STREAMING
1541
- # vpce_id: "String",
1542
- # },
1543
- # ],
1544
- # embed_host_domains: ["EmbedHostDomain"],
1545
- # streaming_experience_settings: {
1546
- # preferred_protocol: "TCP", # accepts TCP, UDP
1547
- # },
1548
- # }
1549
- #
1550
1256
  # @!attribute [rw] name
1551
1257
  # The name of the stack.
1552
1258
  # @return [String]
@@ -1655,18 +1361,6 @@ module Aws::AppStream
1655
1361
  include Aws::Structure
1656
1362
  end
1657
1363
 
1658
- # @note When making an API call, you may pass CreateStreamingURLRequest
1659
- # data as a hash:
1660
- #
1661
- # {
1662
- # stack_name: "String", # required
1663
- # fleet_name: "String", # required
1664
- # user_id: "StreamingUrlUserId", # required
1665
- # application_id: "String",
1666
- # validity: 1,
1667
- # session_context: "String",
1668
- # }
1669
- #
1670
1364
  # @!attribute [rw] stack_name
1671
1365
  # The name of the stack.
1672
1366
  # @return [String]
@@ -1732,20 +1426,6 @@ module Aws::AppStream
1732
1426
  include Aws::Structure
1733
1427
  end
1734
1428
 
1735
- # @note When making an API call, you may pass CreateUpdatedImageRequest
1736
- # data as a hash:
1737
- #
1738
- # {
1739
- # existing_image_name: "Name", # required
1740
- # new_image_name: "Name", # required
1741
- # new_image_description: "Description",
1742
- # new_image_display_name: "DisplayName",
1743
- # new_image_tags: {
1744
- # "TagKey" => "TagValue",
1745
- # },
1746
- # dry_run: false,
1747
- # }
1748
- #
1749
1429
  # @!attribute [rw] existing_image_name
1750
1430
  # The name of the image to update.
1751
1431
  # @return [String]
@@ -1854,17 +1534,6 @@ module Aws::AppStream
1854
1534
  include Aws::Structure
1855
1535
  end
1856
1536
 
1857
- # @note When making an API call, you may pass CreateUserRequest
1858
- # data as a hash:
1859
- #
1860
- # {
1861
- # user_name: "Username", # required
1862
- # message_action: "SUPPRESS", # accepts SUPPRESS, RESEND
1863
- # first_name: "UserAttributeValue",
1864
- # last_name: "UserAttributeValue",
1865
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
1866
- # }
1867
- #
1868
1537
  # @!attribute [rw] user_name
1869
1538
  # The email address of the user.
1870
1539
  #
@@ -1918,13 +1587,6 @@ module Aws::AppStream
1918
1587
  #
1919
1588
  class CreateUserResult < Aws::EmptyStructure; end
1920
1589
 
1921
- # @note When making an API call, you may pass DeleteAppBlockRequest
1922
- # data as a hash:
1923
- #
1924
- # {
1925
- # name: "Name", # required
1926
- # }
1927
- #
1928
1590
  # @!attribute [rw] name
1929
1591
  # The name of the app block.
1930
1592
  # @return [String]
@@ -1941,13 +1603,6 @@ module Aws::AppStream
1941
1603
  #
1942
1604
  class DeleteAppBlockResult < Aws::EmptyStructure; end
1943
1605
 
1944
- # @note When making an API call, you may pass DeleteApplicationRequest
1945
- # data as a hash:
1946
- #
1947
- # {
1948
- # name: "Name", # required
1949
- # }
1950
- #
1951
1606
  # @!attribute [rw] name
1952
1607
  # The name of the application.
1953
1608
  # @return [String]
@@ -1964,13 +1619,6 @@ module Aws::AppStream
1964
1619
  #
1965
1620
  class DeleteApplicationResult < Aws::EmptyStructure; end
1966
1621
 
1967
- # @note When making an API call, you may pass DeleteDirectoryConfigRequest
1968
- # data as a hash:
1969
- #
1970
- # {
1971
- # directory_name: "DirectoryName", # required
1972
- # }
1973
- #
1974
1622
  # @!attribute [rw] directory_name
1975
1623
  # The name of the directory configuration.
1976
1624
  # @return [String]
@@ -1987,14 +1635,6 @@ module Aws::AppStream
1987
1635
  #
1988
1636
  class DeleteDirectoryConfigResult < Aws::EmptyStructure; end
1989
1637
 
1990
- # @note When making an API call, you may pass DeleteEntitlementRequest
1991
- # data as a hash:
1992
- #
1993
- # {
1994
- # name: "Name", # required
1995
- # stack_name: "Name", # required
1996
- # }
1997
- #
1998
1638
  # @!attribute [rw] name
1999
1639
  # The name of the entitlement.
2000
1640
  # @return [String]
@@ -2016,13 +1656,6 @@ module Aws::AppStream
2016
1656
  #
2017
1657
  class DeleteEntitlementResult < Aws::EmptyStructure; end
2018
1658
 
2019
- # @note When making an API call, you may pass DeleteFleetRequest
2020
- # data as a hash:
2021
- #
2022
- # {
2023
- # name: "String", # required
2024
- # }
2025
- #
2026
1659
  # @!attribute [rw] name
2027
1660
  # The name of the fleet.
2028
1661
  # @return [String]
@@ -2039,13 +1672,6 @@ module Aws::AppStream
2039
1672
  #
2040
1673
  class DeleteFleetResult < Aws::EmptyStructure; end
2041
1674
 
2042
- # @note When making an API call, you may pass DeleteImageBuilderRequest
2043
- # data as a hash:
2044
- #
2045
- # {
2046
- # name: "Name", # required
2047
- # }
2048
- #
2049
1675
  # @!attribute [rw] name
2050
1676
  # The name of the image builder.
2051
1677
  # @return [String]
@@ -2070,14 +1696,6 @@ module Aws::AppStream
2070
1696
  include Aws::Structure
2071
1697
  end
2072
1698
 
2073
- # @note When making an API call, you may pass DeleteImagePermissionsRequest
2074
- # data as a hash:
2075
- #
2076
- # {
2077
- # name: "Name", # required
2078
- # shared_account_id: "AwsAccountId", # required
2079
- # }
2080
- #
2081
1699
  # @!attribute [rw] name
2082
1700
  # The name of the private image.
2083
1701
  # @return [String]
@@ -2100,13 +1718,6 @@ module Aws::AppStream
2100
1718
  #
2101
1719
  class DeleteImagePermissionsResult < Aws::EmptyStructure; end
2102
1720
 
2103
- # @note When making an API call, you may pass DeleteImageRequest
2104
- # data as a hash:
2105
- #
2106
- # {
2107
- # name: "Name", # required
2108
- # }
2109
- #
2110
1721
  # @!attribute [rw] name
2111
1722
  # The name of the image.
2112
1723
  # @return [String]
@@ -2131,13 +1742,6 @@ module Aws::AppStream
2131
1742
  include Aws::Structure
2132
1743
  end
2133
1744
 
2134
- # @note When making an API call, you may pass DeleteStackRequest
2135
- # data as a hash:
2136
- #
2137
- # {
2138
- # name: "String", # required
2139
- # }
2140
- #
2141
1745
  # @!attribute [rw] name
2142
1746
  # The name of the stack.
2143
1747
  # @return [String]
@@ -2164,14 +1768,6 @@ module Aws::AppStream
2164
1768
  #
2165
1769
  class DeleteUsageReportSubscriptionResult < Aws::EmptyStructure; end
2166
1770
 
2167
- # @note When making an API call, you may pass DeleteUserRequest
2168
- # data as a hash:
2169
- #
2170
- # {
2171
- # user_name: "Username", # required
2172
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
2173
- # }
2174
- #
2175
1771
  # @!attribute [rw] user_name
2176
1772
  # The email address of the user.
2177
1773
  #
@@ -2197,15 +1793,6 @@ module Aws::AppStream
2197
1793
  #
2198
1794
  class DeleteUserResult < Aws::EmptyStructure; end
2199
1795
 
2200
- # @note When making an API call, you may pass DescribeAppBlocksRequest
2201
- # data as a hash:
2202
- #
2203
- # {
2204
- # arns: ["Arn"],
2205
- # next_token: "String",
2206
- # max_results: 1,
2207
- # }
2208
- #
2209
1796
  # @!attribute [rw] arns
2210
1797
  # The ARNs of the app blocks.
2211
1798
  # @return [Array<String>]
@@ -2247,16 +1834,6 @@ module Aws::AppStream
2247
1834
  include Aws::Structure
2248
1835
  end
2249
1836
 
2250
- # @note When making an API call, you may pass DescribeApplicationFleetAssociationsRequest
2251
- # data as a hash:
2252
- #
2253
- # {
2254
- # fleet_name: "Name",
2255
- # application_arn: "Arn",
2256
- # max_results: 1,
2257
- # next_token: "String",
2258
- # }
2259
- #
2260
1837
  # @!attribute [rw] fleet_name
2261
1838
  # The name of the fleet.
2262
1839
  # @return [String]
@@ -2303,15 +1880,6 @@ module Aws::AppStream
2303
1880
  include Aws::Structure
2304
1881
  end
2305
1882
 
2306
- # @note When making an API call, you may pass DescribeApplicationsRequest
2307
- # data as a hash:
2308
- #
2309
- # {
2310
- # arns: ["Arn"],
2311
- # next_token: "String",
2312
- # max_results: 1,
2313
- # }
2314
- #
2315
1883
  # @!attribute [rw] arns
2316
1884
  # The ARNs for the applications.
2317
1885
  # @return [Array<String>]
@@ -2353,15 +1921,6 @@ module Aws::AppStream
2353
1921
  include Aws::Structure
2354
1922
  end
2355
1923
 
2356
- # @note When making an API call, you may pass DescribeDirectoryConfigsRequest
2357
- # data as a hash:
2358
- #
2359
- # {
2360
- # directory_names: ["DirectoryName"],
2361
- # max_results: 1,
2362
- # next_token: "String",
2363
- # }
2364
- #
2365
1924
  # @!attribute [rw] directory_names
2366
1925
  # The directory names.
2367
1926
  # @return [Array<String>]
@@ -2405,16 +1964,6 @@ module Aws::AppStream
2405
1964
  include Aws::Structure
2406
1965
  end
2407
1966
 
2408
- # @note When making an API call, you may pass DescribeEntitlementsRequest
2409
- # data as a hash:
2410
- #
2411
- # {
2412
- # name: "Name",
2413
- # stack_name: "Name", # required
2414
- # next_token: "String",
2415
- # max_results: 1,
2416
- # }
2417
- #
2418
1967
  # @!attribute [rw] name
2419
1968
  # The name of the entitlement.
2420
1969
  # @return [String]
@@ -2461,14 +2010,6 @@ module Aws::AppStream
2461
2010
  include Aws::Structure
2462
2011
  end
2463
2012
 
2464
- # @note When making an API call, you may pass DescribeFleetsRequest
2465
- # data as a hash:
2466
- #
2467
- # {
2468
- # names: ["String"],
2469
- # next_token: "String",
2470
- # }
2471
- #
2472
2013
  # @!attribute [rw] names
2473
2014
  # The names of the fleets to describe.
2474
2015
  # @return [Array<String>]
@@ -2505,15 +2046,6 @@ module Aws::AppStream
2505
2046
  include Aws::Structure
2506
2047
  end
2507
2048
 
2508
- # @note When making an API call, you may pass DescribeImageBuildersRequest
2509
- # data as a hash:
2510
- #
2511
- # {
2512
- # names: ["String"],
2513
- # max_results: 1,
2514
- # next_token: "String",
2515
- # }
2516
- #
2517
2049
  # @!attribute [rw] names
2518
2050
  # The names of the image builders to describe.
2519
2051
  # @return [Array<String>]
@@ -2555,16 +2087,6 @@ module Aws::AppStream
2555
2087
  include Aws::Structure
2556
2088
  end
2557
2089
 
2558
- # @note When making an API call, you may pass DescribeImagePermissionsRequest
2559
- # data as a hash:
2560
- #
2561
- # {
2562
- # name: "Name", # required
2563
- # max_results: 1,
2564
- # shared_aws_account_ids: ["AwsAccountId"],
2565
- # next_token: "String",
2566
- # }
2567
- #
2568
2090
  # @!attribute [rw] name
2569
2091
  # The name of the private image for which to describe permissions. The
2570
2092
  # image must be one that you own.
@@ -2618,17 +2140,6 @@ module Aws::AppStream
2618
2140
  include Aws::Structure
2619
2141
  end
2620
2142
 
2621
- # @note When making an API call, you may pass DescribeImagesRequest
2622
- # data as a hash:
2623
- #
2624
- # {
2625
- # names: ["String"],
2626
- # arns: ["Arn"],
2627
- # type: "PUBLIC", # accepts PUBLIC, PRIVATE, SHARED
2628
- # next_token: "String",
2629
- # max_results: 1,
2630
- # }
2631
- #
2632
2143
  # @!attribute [rw] names
2633
2144
  # The names of the public or private images to describe.
2634
2145
  # @return [Array<String>]
@@ -2680,18 +2191,6 @@ module Aws::AppStream
2680
2191
  include Aws::Structure
2681
2192
  end
2682
2193
 
2683
- # @note When making an API call, you may pass DescribeSessionsRequest
2684
- # data as a hash:
2685
- #
2686
- # {
2687
- # stack_name: "String", # required
2688
- # fleet_name: "String", # required
2689
- # user_id: "UserId",
2690
- # next_token: "String",
2691
- # limit: 1,
2692
- # authentication_type: "API", # accepts API, SAML, USERPOOL, AWS_AD
2693
- # }
2694
- #
2695
2194
  # @!attribute [rw] stack_name
2696
2195
  # The name of the stack. This value is case-sensitive.
2697
2196
  # @return [String]
@@ -2752,14 +2251,6 @@ module Aws::AppStream
2752
2251
  include Aws::Structure
2753
2252
  end
2754
2253
 
2755
- # @note When making an API call, you may pass DescribeStacksRequest
2756
- # data as a hash:
2757
- #
2758
- # {
2759
- # names: ["String"],
2760
- # next_token: "String",
2761
- # }
2762
- #
2763
2254
  # @!attribute [rw] names
2764
2255
  # The names of the stacks to describe.
2765
2256
  # @return [Array<String>]
@@ -2796,14 +2287,6 @@ module Aws::AppStream
2796
2287
  include Aws::Structure
2797
2288
  end
2798
2289
 
2799
- # @note When making an API call, you may pass DescribeUsageReportSubscriptionsRequest
2800
- # data as a hash:
2801
- #
2802
- # {
2803
- # max_results: 1,
2804
- # next_token: "String",
2805
- # }
2806
- #
2807
2290
  # @!attribute [rw] max_results
2808
2291
  # The maximum size of each page of results.
2809
2292
  # @return [Integer]
@@ -2840,17 +2323,6 @@ module Aws::AppStream
2840
2323
  include Aws::Structure
2841
2324
  end
2842
2325
 
2843
- # @note When making an API call, you may pass DescribeUserStackAssociationsRequest
2844
- # data as a hash:
2845
- #
2846
- # {
2847
- # stack_name: "String",
2848
- # user_name: "Username",
2849
- # authentication_type: "API", # accepts API, SAML, USERPOOL, AWS_AD
2850
- # max_results: 1,
2851
- # next_token: "String",
2852
- # }
2853
- #
2854
2326
  # @!attribute [rw] stack_name
2855
2327
  # The name of the stack that is associated with the user.
2856
2328
  # @return [String]
@@ -2907,15 +2379,6 @@ module Aws::AppStream
2907
2379
  include Aws::Structure
2908
2380
  end
2909
2381
 
2910
- # @note When making an API call, you may pass DescribeUsersRequest
2911
- # data as a hash:
2912
- #
2913
- # {
2914
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
2915
- # max_results: 1,
2916
- # next_token: "String",
2917
- # }
2918
- #
2919
2382
  # @!attribute [rw] authentication_type
2920
2383
  # The authentication type for the users in the user pool to describe.
2921
2384
  # You must specify USERPOOL.
@@ -3005,14 +2468,6 @@ module Aws::AppStream
3005
2468
  include Aws::Structure
3006
2469
  end
3007
2470
 
3008
- # @note When making an API call, you may pass DisableUserRequest
3009
- # data as a hash:
3010
- #
3011
- # {
3012
- # user_name: "Username", # required
3013
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
3014
- # }
3015
- #
3016
2471
  # @!attribute [rw] user_name
3017
2472
  # The email address of the user.
3018
2473
  #
@@ -3038,14 +2493,6 @@ module Aws::AppStream
3038
2493
  #
3039
2494
  class DisableUserResult < Aws::EmptyStructure; end
3040
2495
 
3041
- # @note When making an API call, you may pass DisassociateApplicationFleetRequest
3042
- # data as a hash:
3043
- #
3044
- # {
3045
- # fleet_name: "Name", # required
3046
- # application_arn: "Arn", # required
3047
- # }
3048
- #
3049
2496
  # @!attribute [rw] fleet_name
3050
2497
  # The name of the fleet.
3051
2498
  # @return [String]
@@ -3067,15 +2514,6 @@ module Aws::AppStream
3067
2514
  #
3068
2515
  class DisassociateApplicationFleetResult < Aws::EmptyStructure; end
3069
2516
 
3070
- # @note When making an API call, you may pass DisassociateApplicationFromEntitlementRequest
3071
- # data as a hash:
3072
- #
3073
- # {
3074
- # stack_name: "Name", # required
3075
- # entitlement_name: "Name", # required
3076
- # application_identifier: "String", # required
3077
- # }
3078
- #
3079
2517
  # @!attribute [rw] stack_name
3080
2518
  # The name of the stack with which the entitlement is associated.
3081
2519
  # @return [String]
@@ -3102,14 +2540,6 @@ module Aws::AppStream
3102
2540
  #
3103
2541
  class DisassociateApplicationFromEntitlementResult < Aws::EmptyStructure; end
3104
2542
 
3105
- # @note When making an API call, you may pass DisassociateFleetRequest
3106
- # data as a hash:
3107
- #
3108
- # {
3109
- # fleet_name: "String", # required
3110
- # stack_name: "String", # required
3111
- # }
3112
- #
3113
2543
  # @!attribute [rw] fleet_name
3114
2544
  # The name of the fleet.
3115
2545
  # @return [String]
@@ -3134,14 +2564,6 @@ module Aws::AppStream
3134
2564
  # Describes the configuration information required to join fleets and
3135
2565
  # image builders to Microsoft Active Directory domains.
3136
2566
  #
3137
- # @note When making an API call, you may pass DomainJoinInfo
3138
- # data as a hash:
3139
- #
3140
- # {
3141
- # directory_name: "DirectoryName",
3142
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
3143
- # }
3144
- #
3145
2567
  # @!attribute [rw] directory_name
3146
2568
  # The fully qualified name of the directory (for example,
3147
2569
  # corp.example.com).
@@ -3161,14 +2583,6 @@ module Aws::AppStream
3161
2583
  include Aws::Structure
3162
2584
  end
3163
2585
 
3164
- # @note When making an API call, you may pass EnableUserRequest
3165
- # data as a hash:
3166
- #
3167
- # {
3168
- # user_name: "Username", # required
3169
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
3170
- # }
3171
- #
3172
2586
  # @!attribute [rw] user_name
3173
2587
  # The email address of the user.
3174
2588
  #
@@ -3280,14 +2694,6 @@ module Aws::AppStream
3280
2694
  # work by matching a supported SAML 2.0 attribute name to a value when a
3281
2695
  # user identity federates to an Amazon AppStream 2.0 SAML application.
3282
2696
  #
3283
- # @note When making an API call, you may pass EntitlementAttribute
3284
- # data as a hash:
3285
- #
3286
- # {
3287
- # name: "String", # required
3288
- # value: "String", # required
3289
- # }
3290
- #
3291
2697
  # @!attribute [rw] name
3292
2698
  # A supported AWS IAM SAML `PrincipalTag` attribute that is matched to
3293
2699
  # the associated value when a user identity federates into an Amazon
@@ -3339,13 +2745,6 @@ module Aws::AppStream
3339
2745
  include Aws::Structure
3340
2746
  end
3341
2747
 
3342
- # @note When making an API call, you may pass ExpireSessionRequest
3343
- # data as a hash:
3344
- #
3345
- # {
3346
- # session_id: "String", # required
3347
- # }
3348
- #
3349
2748
  # @!attribute [rw] session_id
3350
2749
  # The identifier of the streaming session.
3351
2750
  # @return [String]
@@ -3958,14 +3357,6 @@ module Aws::AppStream
3958
3357
 
3959
3358
  # Describes the permissions for an image.
3960
3359
  #
3961
- # @note When making an API call, you may pass ImagePermissions
3962
- # data as a hash:
3963
- #
3964
- # {
3965
- # allow_fleet: false,
3966
- # allow_image_builder: false,
3967
- # }
3968
- #
3969
3360
  # @!attribute [rw] allow_fleet
3970
3361
  # Indicates whether the image can be used for a fleet.
3971
3362
  # @return [Boolean]
@@ -4096,14 +3487,6 @@ module Aws::AppStream
4096
3487
  include Aws::Structure
4097
3488
  end
4098
3489
 
4099
- # @note When making an API call, you may pass ListAssociatedFleetsRequest
4100
- # data as a hash:
4101
- #
4102
- # {
4103
- # stack_name: "String", # required
4104
- # next_token: "String",
4105
- # }
4106
- #
4107
3490
  # @!attribute [rw] stack_name
4108
3491
  # The name of the stack.
4109
3492
  # @return [String]
@@ -4140,14 +3523,6 @@ module Aws::AppStream
4140
3523
  include Aws::Structure
4141
3524
  end
4142
3525
 
4143
- # @note When making an API call, you may pass ListAssociatedStacksRequest
4144
- # data as a hash:
4145
- #
4146
- # {
4147
- # fleet_name: "String", # required
4148
- # next_token: "String",
4149
- # }
4150
- #
4151
3526
  # @!attribute [rw] fleet_name
4152
3527
  # The name of the fleet.
4153
3528
  # @return [String]
@@ -4184,16 +3559,6 @@ module Aws::AppStream
4184
3559
  include Aws::Structure
4185
3560
  end
4186
3561
 
4187
- # @note When making an API call, you may pass ListEntitledApplicationsRequest
4188
- # data as a hash:
4189
- #
4190
- # {
4191
- # stack_name: "Name", # required
4192
- # entitlement_name: "Name", # required
4193
- # next_token: "String",
4194
- # max_results: 1,
4195
- # }
4196
- #
4197
3562
  # @!attribute [rw] stack_name
4198
3563
  # The name of the stack with which the entitlement is associated.
4199
3564
  # @return [String]
@@ -4240,13 +3605,6 @@ module Aws::AppStream
4240
3605
  include Aws::Structure
4241
3606
  end
4242
3607
 
4243
- # @note When making an API call, you may pass ListTagsForResourceRequest
4244
- # data as a hash:
4245
- #
4246
- # {
4247
- # resource_arn: "Arn", # required
4248
- # }
4249
- #
4250
3608
  # @!attribute [rw] resource_arn
4251
3609
  # The Amazon Resource Name (ARN) of the resource.
4252
3610
  # @return [String]
@@ -4405,14 +3763,6 @@ module Aws::AppStream
4405
3763
 
4406
3764
  # Describes the S3 location.
4407
3765
  #
4408
- # @note When making an API call, you may pass S3Location
4409
- # data as a hash:
4410
- #
4411
- # {
4412
- # s3_bucket: "S3Bucket", # required
4413
- # s3_key: "S3Key", # required
4414
- # }
4415
- #
4416
3766
  # @!attribute [rw] s3_bucket
4417
3767
  # The S3 bucket of the S3 object.
4418
3768
  # @return [String]
@@ -4432,19 +3782,6 @@ module Aws::AppStream
4432
3782
 
4433
3783
  # Describes the details of the script.
4434
3784
  #
4435
- # @note When making an API call, you may pass ScriptDetails
4436
- # data as a hash:
4437
- #
4438
- # {
4439
- # script_s3_location: { # required
4440
- # s3_bucket: "S3Bucket", # required
4441
- # s3_key: "S3Key", # required
4442
- # },
4443
- # executable_path: "String", # required
4444
- # executable_parameters: "String",
4445
- # timeout_in_seconds: 1, # required
4446
- # }
4447
- #
4448
3785
  # @!attribute [rw] script_s3_location
4449
3786
  # The S3 object location for the script.
4450
3787
  # @return [Types::S3Location]
@@ -4475,14 +3812,6 @@ module Aws::AppStream
4475
3812
  # Describes the credentials for the service account used by the fleet or
4476
3813
  # image builder to connect to the directory.
4477
3814
  #
4478
- # @note When making an API call, you may pass ServiceAccountCredentials
4479
- # data as a hash:
4480
- #
4481
- # {
4482
- # account_name: "AccountName", # required
4483
- # account_password: "AccountPassword", # required
4484
- # }
4485
- #
4486
3815
  # @!attribute [rw] account_name
4487
3816
  # The user name of the account. This account must have the following
4488
3817
  # privileges: create computer objects, join computers to the domain,
@@ -4700,13 +4029,6 @@ module Aws::AppStream
4700
4029
  include Aws::Structure
4701
4030
  end
4702
4031
 
4703
- # @note When making an API call, you may pass StartFleetRequest
4704
- # data as a hash:
4705
- #
4706
- # {
4707
- # name: "String", # required
4708
- # }
4709
- #
4710
4032
  # @!attribute [rw] name
4711
4033
  # The name of the fleet.
4712
4034
  # @return [String]
@@ -4723,14 +4045,6 @@ module Aws::AppStream
4723
4045
  #
4724
4046
  class StartFleetResult < Aws::EmptyStructure; end
4725
4047
 
4726
- # @note When making an API call, you may pass StartImageBuilderRequest
4727
- # data as a hash:
4728
- #
4729
- # {
4730
- # name: "String", # required
4731
- # appstream_agent_version: "AppstreamAgentVersion",
4732
- # }
4733
- #
4734
4048
  # @!attribute [rw] name
4735
4049
  # The name of the image builder.
4736
4050
  # @return [String]
@@ -4762,13 +4076,6 @@ module Aws::AppStream
4762
4076
  include Aws::Structure
4763
4077
  end
4764
4078
 
4765
- # @note When making an API call, you may pass StopFleetRequest
4766
- # data as a hash:
4767
- #
4768
- # {
4769
- # name: "String", # required
4770
- # }
4771
- #
4772
4079
  # @!attribute [rw] name
4773
4080
  # The name of the fleet.
4774
4081
  # @return [String]
@@ -4785,13 +4092,6 @@ module Aws::AppStream
4785
4092
  #
4786
4093
  class StopFleetResult < Aws::EmptyStructure; end
4787
4094
 
4788
- # @note When making an API call, you may pass StopImageBuilderRequest
4789
- # data as a hash:
4790
- #
4791
- # {
4792
- # name: "String", # required
4793
- # }
4794
- #
4795
4095
  # @!attribute [rw] name
4796
4096
  # The name of the image builder.
4797
4097
  # @return [String]
@@ -4818,15 +4118,6 @@ module Aws::AppStream
4818
4118
 
4819
4119
  # Describes a connector that enables persistent storage for users.
4820
4120
  #
4821
- # @note When making an API call, you may pass StorageConnector
4822
- # data as a hash:
4823
- #
4824
- # {
4825
- # connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE, ONE_DRIVE
4826
- # resource_identifier: "ResourceIdentifier",
4827
- # domains: ["Domain"],
4828
- # }
4829
- #
4830
4121
  # @!attribute [rw] connector_type
4831
4122
  # The type of storage connector.
4832
4123
  # @return [String]
@@ -4852,13 +4143,6 @@ module Aws::AppStream
4852
4143
  # The streaming protocol you want your stack to prefer. This can be UDP
4853
4144
  # or TCP. Currently, UDP is only supported in the Windows native client.
4854
4145
  #
4855
- # @note When making an API call, you may pass StreamingExperienceSettings
4856
- # data as a hash:
4857
- #
4858
- # {
4859
- # preferred_protocol: "TCP", # accepts TCP, UDP
4860
- # }
4861
- #
4862
4146
  # @!attribute [rw] preferred_protocol
4863
4147
  # The preferred protocol that you want to use while streaming your
4864
4148
  # application.
@@ -4872,16 +4156,6 @@ module Aws::AppStream
4872
4156
  include Aws::Structure
4873
4157
  end
4874
4158
 
4875
- # @note When making an API call, you may pass TagResourceRequest
4876
- # data as a hash:
4877
- #
4878
- # {
4879
- # resource_arn: "Arn", # required
4880
- # tags: { # required
4881
- # "TagKey" => "TagValue",
4882
- # },
4883
- # }
4884
- #
4885
4159
  # @!attribute [rw] resource_arn
4886
4160
  # The Amazon Resource Name (ARN) of the resource.
4887
4161
  # @return [String]
@@ -4912,14 +4186,6 @@ module Aws::AppStream
4912
4186
  #
4913
4187
  class TagResourceResponse < Aws::EmptyStructure; end
4914
4188
 
4915
- # @note When making an API call, you may pass UntagResourceRequest
4916
- # data as a hash:
4917
- #
4918
- # {
4919
- # resource_arn: "Arn", # required
4920
- # tag_keys: ["TagKey"], # required
4921
- # }
4922
- #
4923
4189
  # @!attribute [rw] resource_arn
4924
4190
  # The Amazon Resource Name (ARN) of the resource.
4925
4191
  # @return [String]
@@ -4941,24 +4207,6 @@ module Aws::AppStream
4941
4207
  #
4942
4208
  class UntagResourceResponse < Aws::EmptyStructure; end
4943
4209
 
4944
- # @note When making an API call, you may pass UpdateApplicationRequest
4945
- # data as a hash:
4946
- #
4947
- # {
4948
- # name: "Name", # required
4949
- # display_name: "DisplayName",
4950
- # description: "Description",
4951
- # icon_s3_location: {
4952
- # s3_bucket: "S3Bucket", # required
4953
- # s3_key: "S3Key", # required
4954
- # },
4955
- # launch_path: "String",
4956
- # working_directory: "String",
4957
- # launch_parameters: "String",
4958
- # app_block_arn: "Arn",
4959
- # attributes_to_delete: ["LAUNCH_PARAMETERS"], # accepts LAUNCH_PARAMETERS, WORKING_DIRECTORY
4960
- # }
4961
- #
4962
4210
  # @!attribute [rw] name
4963
4211
  # The name of the application. This name is visible to users when
4964
4212
  # display name is not specified.
@@ -5025,22 +4273,6 @@ module Aws::AppStream
5025
4273
  include Aws::Structure
5026
4274
  end
5027
4275
 
5028
- # @note When making an API call, you may pass UpdateDirectoryConfigRequest
5029
- # data as a hash:
5030
- #
5031
- # {
5032
- # directory_name: "DirectoryName", # required
5033
- # organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"],
5034
- # service_account_credentials: {
5035
- # account_name: "AccountName", # required
5036
- # account_password: "AccountPassword", # required
5037
- # },
5038
- # certificate_based_auth_properties: {
5039
- # status: "DISABLED", # accepts DISABLED, ENABLED, ENABLED_NO_DIRECTORY_LOGIN_FALLBACK
5040
- # certificate_authority_arn: "Arn",
5041
- # },
5042
- # }
5043
- #
5044
4276
  # @!attribute [rw] directory_name
5045
4277
  # The name of the Directory Config object.
5046
4278
  # @return [String]
@@ -5091,22 +4323,6 @@ module Aws::AppStream
5091
4323
  include Aws::Structure
5092
4324
  end
5093
4325
 
5094
- # @note When making an API call, you may pass UpdateEntitlementRequest
5095
- # data as a hash:
5096
- #
5097
- # {
5098
- # name: "Name", # required
5099
- # stack_name: "Name", # required
5100
- # description: "Description",
5101
- # app_visibility: "ALL", # accepts ALL, ASSOCIATED
5102
- # attributes: [
5103
- # {
5104
- # name: "String", # required
5105
- # value: "String", # required
5106
- # },
5107
- # ],
5108
- # }
5109
- #
5110
4326
  # @!attribute [rw] name
5111
4327
  # The name of the entitlement.
5112
4328
  # @return [String]
@@ -5151,44 +4367,6 @@ module Aws::AppStream
5151
4367
  include Aws::Structure
5152
4368
  end
5153
4369
 
5154
- # @note When making an API call, you may pass UpdateFleetRequest
5155
- # data as a hash:
5156
- #
5157
- # {
5158
- # image_name: "String",
5159
- # image_arn: "Arn",
5160
- # name: "String",
5161
- # instance_type: "String",
5162
- # compute_capacity: {
5163
- # desired_instances: 1, # required
5164
- # },
5165
- # vpc_config: {
5166
- # subnet_ids: ["String"],
5167
- # security_group_ids: ["String"],
5168
- # },
5169
- # max_user_duration_in_seconds: 1,
5170
- # disconnect_timeout_in_seconds: 1,
5171
- # delete_vpc_config: false,
5172
- # description: "Description",
5173
- # display_name: "DisplayName",
5174
- # enable_default_internet_access: false,
5175
- # domain_join_info: {
5176
- # directory_name: "DirectoryName",
5177
- # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
5178
- # },
5179
- # idle_disconnect_timeout_in_seconds: 1,
5180
- # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN, USB_DEVICE_FILTER_STRINGS, SESSION_SCRIPT_S3_LOCATION
5181
- # iam_role_arn: "Arn",
5182
- # stream_view: "APP", # accepts APP, DESKTOP
5183
- # platform: "WINDOWS", # accepts WINDOWS, WINDOWS_SERVER_2016, WINDOWS_SERVER_2019, AMAZON_LINUX2
5184
- # max_concurrent_sessions: 1,
5185
- # usb_device_filter_strings: ["UsbDeviceFilterString"],
5186
- # session_script_s3_location: {
5187
- # s3_bucket: "S3Bucket", # required
5188
- # s3_key: "S3Key", # required
5189
- # },
5190
- # }
5191
- #
5192
4370
  # @!attribute [rw] image_name
5193
4371
  # The name of the image used to create the fleet.
5194
4372
  # @return [String]
@@ -5464,18 +4642,6 @@ module Aws::AppStream
5464
4642
  include Aws::Structure
5465
4643
  end
5466
4644
 
5467
- # @note When making an API call, you may pass UpdateImagePermissionsRequest
5468
- # data as a hash:
5469
- #
5470
- # {
5471
- # name: "Name", # required
5472
- # shared_account_id: "AwsAccountId", # required
5473
- # image_permissions: { # required
5474
- # allow_fleet: false,
5475
- # allow_image_builder: false,
5476
- # },
5477
- # }
5478
- #
5479
4645
  # @!attribute [rw] name
5480
4646
  # The name of the private image.
5481
4647
  # @return [String]
@@ -5503,46 +4669,6 @@ module Aws::AppStream
5503
4669
  #
5504
4670
  class UpdateImagePermissionsResult < Aws::EmptyStructure; end
5505
4671
 
5506
- # @note When making an API call, you may pass UpdateStackRequest
5507
- # data as a hash:
5508
- #
5509
- # {
5510
- # display_name: "DisplayName",
5511
- # description: "Description",
5512
- # name: "String", # required
5513
- # storage_connectors: [
5514
- # {
5515
- # connector_type: "HOMEFOLDERS", # required, accepts HOMEFOLDERS, GOOGLE_DRIVE, ONE_DRIVE
5516
- # resource_identifier: "ResourceIdentifier",
5517
- # domains: ["Domain"],
5518
- # },
5519
- # ],
5520
- # delete_storage_connectors: false,
5521
- # redirect_url: "RedirectURL",
5522
- # feedback_url: "FeedbackURL",
5523
- # attributes_to_delete: ["STORAGE_CONNECTORS"], # accepts STORAGE_CONNECTORS, STORAGE_CONNECTOR_HOMEFOLDERS, STORAGE_CONNECTOR_GOOGLE_DRIVE, STORAGE_CONNECTOR_ONE_DRIVE, REDIRECT_URL, FEEDBACK_URL, THEME_NAME, USER_SETTINGS, EMBED_HOST_DOMAINS, IAM_ROLE_ARN, ACCESS_ENDPOINTS, STREAMING_EXPERIENCE_SETTINGS
5524
- # user_settings: [
5525
- # {
5526
- # action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
5527
- # permission: "ENABLED", # required, accepts ENABLED, DISABLED
5528
- # },
5529
- # ],
5530
- # application_settings: {
5531
- # enabled: false, # required
5532
- # settings_group: "SettingsGroup",
5533
- # },
5534
- # access_endpoints: [
5535
- # {
5536
- # endpoint_type: "STREAMING", # required, accepts STREAMING
5537
- # vpce_id: "String",
5538
- # },
5539
- # ],
5540
- # embed_host_domains: ["EmbedHostDomain"],
5541
- # streaming_experience_settings: {
5542
- # preferred_protocol: "TCP", # accepts TCP, UDP
5543
- # },
5544
- # }
5545
- #
5546
4672
  # @!attribute [rw] display_name
5547
4673
  # The stack name to display.
5548
4674
  # @return [String]
@@ -5746,14 +4872,6 @@ module Aws::AppStream
5746
4872
  # Describes an action and whether the action is enabled or disabled for
5747
4873
  # users during their streaming sessions.
5748
4874
  #
5749
- # @note When making an API call, you may pass UserSetting
5750
- # data as a hash:
5751
- #
5752
- # {
5753
- # action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE", # required, accepts CLIPBOARD_COPY_FROM_LOCAL_DEVICE, CLIPBOARD_COPY_TO_LOCAL_DEVICE, FILE_UPLOAD, FILE_DOWNLOAD, PRINTING_TO_LOCAL_DEVICE, DOMAIN_PASSWORD_SIGNIN, DOMAIN_SMART_CARD_SIGNIN
5754
- # permission: "ENABLED", # required, accepts ENABLED, DISABLED
5755
- # }
5756
- #
5757
4875
  # @!attribute [rw] action
5758
4876
  # The action that is enabled or disabled.
5759
4877
  # @return [String]
@@ -5773,16 +4891,6 @@ module Aws::AppStream
5773
4891
 
5774
4892
  # Describes a user in the user pool and the associated stack.
5775
4893
  #
5776
- # @note When making an API call, you may pass UserStackAssociation
5777
- # data as a hash:
5778
- #
5779
- # {
5780
- # stack_name: "String", # required
5781
- # user_name: "Username", # required
5782
- # authentication_type: "API", # required, accepts API, SAML, USERPOOL, AWS_AD
5783
- # send_email_notification: false,
5784
- # }
5785
- #
5786
4894
  # @!attribute [rw] stack_name
5787
4895
  # The name of the stack that is associated with the user.
5788
4896
  # @return [String]
@@ -5844,14 +4952,6 @@ module Aws::AppStream
5844
4952
 
5845
4953
  # Describes VPC configuration information for fleets and image builders.
5846
4954
  #
5847
- # @note When making an API call, you may pass VpcConfig
5848
- # data as a hash:
5849
- #
5850
- # {
5851
- # subnet_ids: ["String"],
5852
- # security_group_ids: ["String"],
5853
- # }
5854
- #
5855
4955
  # @!attribute [rw] subnet_ids
5856
4956
  # The identifiers of the subnets to which a network interface is
5857
4957
  # attached from the fleet instance or image builder instance. Fleet