aws-sdk-nimblestudio 1.8.0 → 1.12.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.
@@ -10,10 +10,6 @@
10
10
  module Aws::NimbleStudio
11
11
  module Types
12
12
 
13
- # <zonbook />
14
- #
15
- # <xhtml />
16
- #
17
13
  # @note When making an API call, you may pass AcceptEulasRequest
18
14
  # data as a hash:
19
15
  #
@@ -51,10 +47,6 @@ module Aws::NimbleStudio
51
47
  include Aws::Structure
52
48
  end
53
49
 
54
- # <zonbook />
55
- #
56
- # <xhtml />
57
- #
58
50
  # @!attribute [rw] eula_acceptances
59
51
  # A collection of EULA acceptances.
60
52
  # @return [Array<Types::EulaAcceptance>]
@@ -215,10 +207,6 @@ module Aws::NimbleStudio
215
207
  include Aws::Structure
216
208
  end
217
209
 
218
- # <zonbook />
219
- #
220
- # <xhtml />
221
- #
222
210
  # @note When making an API call, you may pass CreateLaunchProfileRequest
223
211
  # data as a hash:
224
212
  #
@@ -233,6 +221,13 @@ module Aws::NimbleStudio
233
221
  # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
234
222
  # max_session_length_in_minutes: 1,
235
223
  # max_stopped_session_length_in_minutes: 1,
224
+ # session_storage: {
225
+ # mode: ["UPLOAD"], # required, accepts UPLOAD
226
+ # root: {
227
+ # linux: "StreamingSessionStorageRootPathLinux",
228
+ # windows: "StreamingSessionStorageRootPathWindows",
229
+ # },
230
+ # },
236
231
  # streaming_image_ids: ["StreamingImageId"], # required
237
232
  # },
238
233
  # studio_component_ids: ["String"], # required
@@ -305,10 +300,6 @@ module Aws::NimbleStudio
305
300
  include Aws::Structure
306
301
  end
307
302
 
308
- # <zonbook />
309
- #
310
- # <xhtml />
311
- #
312
303
  # @!attribute [rw] launch_profile
313
304
  # The launch profile.
314
305
  # @return [Types::LaunchProfile]
@@ -321,10 +312,6 @@ module Aws::NimbleStudio
321
312
  include Aws::Structure
322
313
  end
323
314
 
324
- # <zonbook />
325
- #
326
- # <xhtml />
327
- #
328
315
  # @note When making an API call, you may pass CreateStreamingImageRequest
329
316
  # data as a hash:
330
317
  #
@@ -384,10 +371,6 @@ module Aws::NimbleStudio
384
371
  include Aws::Structure
385
372
  end
386
373
 
387
- # <zonbook />
388
- #
389
- # <xhtml />
390
- #
391
374
  # @!attribute [rw] streaming_image
392
375
  # The streaming image.
393
376
  # @return [Types::StreamingImage]
@@ -400,10 +383,6 @@ module Aws::NimbleStudio
400
383
  include Aws::Structure
401
384
  end
402
385
 
403
- # <zonbook />
404
- #
405
- # <xhtml />
406
- #
407
386
  # @note When making an API call, you may pass CreateStreamingSessionRequest
408
387
  # data as a hash:
409
388
  #
@@ -438,7 +417,9 @@ module Aws::NimbleStudio
438
417
  # @return [String]
439
418
  #
440
419
  # @!attribute [rw] owned_by
441
- # The user ID of the user that owns the streaming session.
420
+ # The user ID of the user that owns the streaming session. The user
421
+ # that owns the session will be logging into the session and
422
+ # interacting with the virtual workstation.
442
423
  # @return [String]
443
424
  #
444
425
  # @!attribute [rw] streaming_image_id
@@ -468,10 +449,6 @@ module Aws::NimbleStudio
468
449
  include Aws::Structure
469
450
  end
470
451
 
471
- # <zonbook />
472
- #
473
- # <xhtml />
474
- #
475
452
  # @!attribute [rw] session
476
453
  # The session.
477
454
  # @return [Types::StreamingSession]
@@ -484,10 +461,6 @@ module Aws::NimbleStudio
484
461
  include Aws::Structure
485
462
  end
486
463
 
487
- # <zonbook />
488
- #
489
- # <xhtml />
490
- #
491
464
  # @note When making an API call, you may pass CreateStreamingSessionStreamRequest
492
465
  # data as a hash:
493
466
  #
@@ -531,10 +504,6 @@ module Aws::NimbleStudio
531
504
  include Aws::Structure
532
505
  end
533
506
 
534
- # <zonbook />
535
- #
536
- # <xhtml />
537
- #
538
507
  # @!attribute [rw] stream
539
508
  # The stream.
540
509
  # @return [Types::StreamingSessionStream]
@@ -547,10 +516,6 @@ module Aws::NimbleStudio
547
516
  include Aws::Structure
548
517
  end
549
518
 
550
- # <zonbook />
551
- #
552
- # <xhtml />
553
- #
554
519
  # @note When making an API call, you may pass CreateStudioComponentRequest
555
520
  # data as a hash:
556
521
  #
@@ -688,10 +653,6 @@ module Aws::NimbleStudio
688
653
  include Aws::Structure
689
654
  end
690
655
 
691
- # <zonbook />
692
- #
693
- # <xhtml />
694
- #
695
656
  # @note When making an API call, you may pass CreateStudioRequest
696
657
  # data as a hash:
697
658
  #
@@ -762,10 +723,6 @@ module Aws::NimbleStudio
762
723
  include Aws::Structure
763
724
  end
764
725
 
765
- # <zonbook />
766
- #
767
- # <xhtml />
768
- #
769
726
  # @!attribute [rw] studio
770
727
  # Information about a studio.
771
728
  # @return [Types::Studio]
@@ -822,10 +779,6 @@ module Aws::NimbleStudio
822
779
  include Aws::Structure
823
780
  end
824
781
 
825
- # <zonbook />
826
- #
827
- # <xhtml />
828
- #
829
782
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/DeleteLaunchProfileMemberResponse AWS API Documentation
830
783
  #
831
784
  class DeleteLaunchProfileMemberResponse < Aws::EmptyStructure; end
@@ -867,10 +820,6 @@ module Aws::NimbleStudio
867
820
  include Aws::Structure
868
821
  end
869
822
 
870
- # <zonbook />
871
- #
872
- # <xhtml />
873
- #
874
823
  # @!attribute [rw] launch_profile
875
824
  # The launch profile.
876
825
  # @return [Types::LaunchProfile]
@@ -920,10 +869,6 @@ module Aws::NimbleStudio
920
869
  include Aws::Structure
921
870
  end
922
871
 
923
- # <zonbook />
924
- #
925
- # <xhtml />
926
- #
927
872
  # @!attribute [rw] streaming_image
928
873
  # The streaming image.
929
874
  # @return [Types::StreamingImage]
@@ -973,10 +918,6 @@ module Aws::NimbleStudio
973
918
  include Aws::Structure
974
919
  end
975
920
 
976
- # <zonbook />
977
- #
978
- # <xhtml />
979
- #
980
921
  # @!attribute [rw] session
981
922
  # The session.
982
923
  # @return [Types::StreamingSession]
@@ -1026,10 +967,6 @@ module Aws::NimbleStudio
1026
967
  include Aws::Structure
1027
968
  end
1028
969
 
1029
- # <zonbook />
1030
- #
1031
- # <xhtml />
1032
- #
1033
970
  # @!attribute [rw] studio_component
1034
971
  # Information about the studio component.
1035
972
  # @return [Types::StudioComponent]
@@ -1080,10 +1017,6 @@ module Aws::NimbleStudio
1080
1017
  include Aws::Structure
1081
1018
  end
1082
1019
 
1083
- # <zonbook />
1084
- #
1085
- # <xhtml />
1086
- #
1087
1020
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/DeleteStudioMemberResponse AWS API Documentation
1088
1021
  #
1089
1022
  class DeleteStudioMemberResponse < Aws::EmptyStructure; end
@@ -1119,10 +1052,6 @@ module Aws::NimbleStudio
1119
1052
  include Aws::Structure
1120
1053
  end
1121
1054
 
1122
- # <zonbook />
1123
- #
1124
- # <xhtml />
1125
- #
1126
1055
  # @!attribute [rw] studio
1127
1056
  # Information about a studio.
1128
1057
  # @return [Types::Studio]
@@ -1225,10 +1154,6 @@ module Aws::NimbleStudio
1225
1154
  include Aws::Structure
1226
1155
  end
1227
1156
 
1228
- # <zonbook />
1229
- #
1230
- # <xhtml />
1231
- #
1232
1157
  # @!attribute [rw] eula
1233
1158
  # The EULA.
1234
1159
  # @return [Types::Eula]
@@ -1266,10 +1191,6 @@ module Aws::NimbleStudio
1266
1191
  include Aws::Structure
1267
1192
  end
1268
1193
 
1269
- # <zonbook />
1270
- #
1271
- # <xhtml />
1272
- #
1273
1194
  # @!attribute [rw] launch_profile
1274
1195
  # The launch profile.
1275
1196
  # @return [Types::LaunchProfile]
@@ -1336,10 +1257,6 @@ module Aws::NimbleStudio
1336
1257
  include Aws::Structure
1337
1258
  end
1338
1259
 
1339
- # <zonbook />
1340
- #
1341
- # <xhtml />
1342
- #
1343
1260
  # @!attribute [rw] launch_profile_initialization
1344
1261
  # The launch profile initialization.
1345
1262
  # @return [Types::LaunchProfileInitialization]
@@ -1384,10 +1301,6 @@ module Aws::NimbleStudio
1384
1301
  include Aws::Structure
1385
1302
  end
1386
1303
 
1387
- # <zonbook />
1388
- #
1389
- # <xhtml />
1390
- #
1391
1304
  # @!attribute [rw] member
1392
1305
  # The member.
1393
1306
  # @return [Types::LaunchProfileMembership]
@@ -1425,10 +1338,6 @@ module Aws::NimbleStudio
1425
1338
  include Aws::Structure
1426
1339
  end
1427
1340
 
1428
- # <zonbook />
1429
- #
1430
- # <xhtml />
1431
- #
1432
1341
  # @!attribute [rw] launch_profile
1433
1342
  # The launch profile.
1434
1343
  # @return [Types::LaunchProfile]
@@ -1466,10 +1375,6 @@ module Aws::NimbleStudio
1466
1375
  include Aws::Structure
1467
1376
  end
1468
1377
 
1469
- # <zonbook />
1470
- #
1471
- # <xhtml />
1472
- #
1473
1378
  # @!attribute [rw] streaming_image
1474
1379
  # The streaming image.
1475
1380
  # @return [Types::StreamingImage]
@@ -1507,10 +1412,6 @@ module Aws::NimbleStudio
1507
1412
  include Aws::Structure
1508
1413
  end
1509
1414
 
1510
- # <zonbook />
1511
- #
1512
- # <xhtml />
1513
- #
1514
1415
  # @!attribute [rw] session
1515
1416
  # The session.
1516
1417
  # @return [Types::StreamingSession]
@@ -1554,10 +1455,6 @@ module Aws::NimbleStudio
1554
1455
  include Aws::Structure
1555
1456
  end
1556
1457
 
1557
- # <zonbook />
1558
- #
1559
- # <xhtml />
1560
- #
1561
1458
  # @!attribute [rw] stream
1562
1459
  # The stream.
1563
1460
  # @return [Types::StreamingSessionStream]
@@ -1595,10 +1492,6 @@ module Aws::NimbleStudio
1595
1492
  include Aws::Structure
1596
1493
  end
1597
1494
 
1598
- # <zonbook />
1599
- #
1600
- # <xhtml />
1601
- #
1602
1495
  # @!attribute [rw] studio_component
1603
1496
  # Information about the studio component.
1604
1497
  # @return [Types::StudioComponent]
@@ -1637,10 +1530,6 @@ module Aws::NimbleStudio
1637
1530
  include Aws::Structure
1638
1531
  end
1639
1532
 
1640
- # <zonbook />
1641
- #
1642
- # <xhtml />
1643
- #
1644
1533
  # @!attribute [rw] member
1645
1534
  # The member.
1646
1535
  # @return [Types::StudioMembership]
@@ -1672,10 +1561,6 @@ module Aws::NimbleStudio
1672
1561
  include Aws::Structure
1673
1562
  end
1674
1563
 
1675
- # <zonbook />
1676
- #
1677
- # <xhtml />
1678
- #
1679
1564
  # @!attribute [rw] studio
1680
1565
  # Information about a studio.
1681
1566
  # @return [Types::Studio]
@@ -1788,6 +1673,10 @@ module Aws::NimbleStudio
1788
1673
  # The user ID of the user that most recently updated the resource.
1789
1674
  # @return [String]
1790
1675
  #
1676
+ # @!attribute [rw] validation_results
1677
+ # The list of the latest validation results.
1678
+ # @return [Array<Types::ValidationResult>]
1679
+ #
1791
1680
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/LaunchProfile AWS API Documentation
1792
1681
  #
1793
1682
  class LaunchProfile < Struct.new(
@@ -1806,13 +1695,14 @@ module Aws::NimbleStudio
1806
1695
  :studio_component_ids,
1807
1696
  :tags,
1808
1697
  :updated_at,
1809
- :updated_by)
1698
+ :updated_by,
1699
+ :validation_results)
1810
1700
  SENSITIVE = [:description, :name]
1811
1701
  include Aws::Structure
1812
1702
  end
1813
1703
 
1814
1704
  # A Launch Profile Initialization contains information required for a
1815
- # workstation or server to connect to a launch profile
1705
+ # workstation or server to connect to a launch profile.
1816
1706
  #
1817
1707
  # This includes scripts, endpoints, security groups, subnets, and other
1818
1708
  # configuration.
@@ -1870,6 +1760,10 @@ module Aws::NimbleStudio
1870
1760
  include Aws::Structure
1871
1761
  end
1872
1762
 
1763
+ # The Launch Profile Initialization Active Directory contains
1764
+ # information required for the launch profile to connect to the Active
1765
+ # Directory.
1766
+ #
1873
1767
  # @!attribute [rw] computer_attributes
1874
1768
  # A collection of custom attributes for an Active Directory computer.
1875
1769
  # @return [Array<Types::ActiveDirectoryComputerAttribute>]
@@ -1913,6 +1807,9 @@ module Aws::NimbleStudio
1913
1807
  include Aws::Structure
1914
1808
  end
1915
1809
 
1810
+ # The Launch Profile Initialization Script is used when start streaming
1811
+ # session runs.
1812
+ #
1916
1813
  # @!attribute [rw] script
1917
1814
  # The initialization script.
1918
1815
  # @return [String]
@@ -1935,6 +1832,27 @@ module Aws::NimbleStudio
1935
1832
  include Aws::Structure
1936
1833
  end
1937
1834
 
1835
+ # Launch profile membership enables your studio admins to delegate
1836
+ # launch profile access to other studio users in the Nimble Studio
1837
+ # portal without needing to write or maintain complex IAM policies. A
1838
+ # launch profile member is a user association from your studio identity
1839
+ # source who is granted permissions to a launch profile.
1840
+ #
1841
+ # A launch profile member (type USER) provides the following permissions
1842
+ # to that launch profile:
1843
+ #
1844
+ # * GetLaunchProfile
1845
+ #
1846
+ # * GetLaunchProfileInitialization
1847
+ #
1848
+ # * GetLaunchProfileMembers
1849
+ #
1850
+ # * GetLaunchProfileMember
1851
+ #
1852
+ # * CreateStreamingSession
1853
+ #
1854
+ # * GetLaunchProfileDetails
1855
+ #
1938
1856
  # @!attribute [rw] identity_store_id
1939
1857
  # The ID of the identity store.
1940
1858
  # @return [String]
@@ -2060,10 +1978,6 @@ module Aws::NimbleStudio
2060
1978
  include Aws::Structure
2061
1979
  end
2062
1980
 
2063
- # <zonbook />
2064
- #
2065
- # <xhtml />
2066
- #
2067
1981
  # @!attribute [rw] eulas
2068
1982
  # A collection of EULA resources.
2069
1983
  # @return [Array<Types::Eula>]
@@ -2119,10 +2033,6 @@ module Aws::NimbleStudio
2119
2033
  include Aws::Structure
2120
2034
  end
2121
2035
 
2122
- # <zonbook />
2123
- #
2124
- # <xhtml />
2125
- #
2126
2036
  # @!attribute [rw] members
2127
2037
  # A list of members.
2128
2038
  # @return [Array<Types::LaunchProfileMembership>]
@@ -2148,7 +2058,7 @@ module Aws::NimbleStudio
2148
2058
  # max_results: 1,
2149
2059
  # next_token: "String",
2150
2060
  # principal_id: "String",
2151
- # states: ["String"],
2061
+ # states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
2152
2062
  # studio_id: "String", # required
2153
2063
  # }
2154
2064
  #
@@ -2185,10 +2095,6 @@ module Aws::NimbleStudio
2185
2095
  include Aws::Structure
2186
2096
  end
2187
2097
 
2188
- # <zonbook />
2189
- #
2190
- # <xhtml />
2191
- #
2192
2098
  # @!attribute [rw] launch_profiles
2193
2099
  # A collection of launch profiles.
2194
2100
  # @return [Array<Types::LaunchProfile>]
@@ -2238,10 +2144,6 @@ module Aws::NimbleStudio
2238
2144
  include Aws::Structure
2239
2145
  end
2240
2146
 
2241
- # <zonbook />
2242
- #
2243
- # <xhtml />
2244
- #
2245
2147
  # @!attribute [rw] next_token
2246
2148
  # The token for the next set of results, or null if there are no more
2247
2149
  # results.
@@ -2303,10 +2205,6 @@ module Aws::NimbleStudio
2303
2205
  include Aws::Structure
2304
2206
  end
2305
2207
 
2306
- # <zonbook />
2307
- #
2308
- # <xhtml />
2309
- #
2310
2208
  # @!attribute [rw] next_token
2311
2209
  # The token for the next set of results, or null if there are no more
2312
2210
  # results.
@@ -2331,9 +2229,9 @@ module Aws::NimbleStudio
2331
2229
  # {
2332
2230
  # max_results: 1,
2333
2231
  # next_token: "String",
2334
- # states: ["String"],
2232
+ # states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
2335
2233
  # studio_id: "String", # required
2336
- # types: ["String"],
2234
+ # types: ["ACTIVE_DIRECTORY"], # accepts ACTIVE_DIRECTORY, SHARED_FILE_SYSTEM, COMPUTE_FARM, LICENSE_SERVICE, CUSTOM
2337
2235
  # }
2338
2236
  #
2339
2237
  # @!attribute [rw] max_results
@@ -2370,10 +2268,6 @@ module Aws::NimbleStudio
2370
2268
  include Aws::Structure
2371
2269
  end
2372
2270
 
2373
- # <zonbook />
2374
- #
2375
- # <xhtml />
2376
- #
2377
2271
  # @!attribute [rw] next_token
2378
2272
  # The token for the next set of results, or null if there are no more
2379
2273
  # results.
@@ -2423,12 +2317,8 @@ module Aws::NimbleStudio
2423
2317
  include Aws::Structure
2424
2318
  end
2425
2319
 
2426
- # <zonbook />
2427
- #
2428
- # <xhtml />
2429
- #
2430
2320
  # @!attribute [rw] members
2431
- # A list of members.
2321
+ # A list of admin members.
2432
2322
  # @return [Array<Types::StudioMembership>]
2433
2323
  #
2434
2324
  # @!attribute [rw] next_token
@@ -2464,10 +2354,6 @@ module Aws::NimbleStudio
2464
2354
  include Aws::Structure
2465
2355
  end
2466
2356
 
2467
- # <zonbook />
2468
- #
2469
- # <xhtml />
2470
- #
2471
2357
  # @!attribute [rw] next_token
2472
2358
  # The token for the next set of results, or null if there are no more
2473
2359
  # results.
@@ -2506,10 +2392,6 @@ module Aws::NimbleStudio
2506
2392
  include Aws::Structure
2507
2393
  end
2508
2394
 
2509
- # <zonbook />
2510
- #
2511
- # <xhtml />
2512
- #
2513
2395
  # @!attribute [rw] tags
2514
2396
  # A collection of labels, in the form of key:value pairs, that apply
2515
2397
  # to this resource.
@@ -2523,6 +2405,8 @@ module Aws::NimbleStudio
2523
2405
  include Aws::Structure
2524
2406
  end
2525
2407
 
2408
+ # A new member that is added to a launch profile.
2409
+ #
2526
2410
  # @note When making an API call, you may pass NewLaunchProfileMember
2527
2411
  # data as a hash:
2528
2412
  #
@@ -2548,6 +2432,8 @@ module Aws::NimbleStudio
2548
2432
  include Aws::Structure
2549
2433
  end
2550
2434
 
2435
+ # A new studio user's membership.
2436
+ #
2551
2437
  # @note When making an API call, you may pass NewStudioMember
2552
2438
  # data as a hash:
2553
2439
  #
@@ -2573,10 +2459,6 @@ module Aws::NimbleStudio
2573
2459
  include Aws::Structure
2574
2460
  end
2575
2461
 
2576
- # <zonbook />
2577
- #
2578
- # <xhtml />
2579
- #
2580
2462
  # @note When making an API call, you may pass PutLaunchProfileMembersRequest
2581
2463
  # data as a hash:
2582
2464
  #
@@ -2635,10 +2517,6 @@ module Aws::NimbleStudio
2635
2517
  #
2636
2518
  class PutLaunchProfileMembersResponse < Aws::EmptyStructure; end
2637
2519
 
2638
- # <zonbook />
2639
- #
2640
- # <xhtml />
2641
- #
2642
2520
  # @note When making an API call, you may pass PutStudioMembersRequest
2643
2521
  # data as a hash:
2644
2522
  #
@@ -2687,10 +2565,6 @@ module Aws::NimbleStudio
2687
2565
  include Aws::Structure
2688
2566
  end
2689
2567
 
2690
- # <zonbook />
2691
- #
2692
- # <xhtml />
2693
- #
2694
2568
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/PutStudioMembersResponse AWS API Documentation
2695
2569
  #
2696
2570
  class PutStudioMembersResponse < Aws::EmptyStructure; end
@@ -2905,10 +2779,6 @@ module Aws::NimbleStudio
2905
2779
  include Aws::Structure
2906
2780
  end
2907
2781
 
2908
- # <zonbook />
2909
- #
2910
- # <xhtml />
2911
- #
2912
2782
  # @!attribute [rw] studio
2913
2783
  # Information about a studio.
2914
2784
  # @return [Types::Studio]
@@ -2997,18 +2867,22 @@ module Aws::NimbleStudio
2997
2867
  # is 0. The maximum value is 5760.
2998
2868
  #
2999
2869
  # If the value is missing or set to 0, your sessions can’t be stopped.
3000
- # If you then call StopStreamingSession, the session fails. If the
2870
+ # If you then call `StopStreamingSession`, the session fails. If the
3001
2871
  # time that a session stays in the READY state exceeds the
3002
- # maxSessionLengthInMinutes value, the session will automatically be
2872
+ # `maxSessionLengthInMinutes` value, the session will automatically be
3003
2873
  # terminated by AWS (instead of stopped).
3004
2874
  #
3005
2875
  # If the value is set to a positive number, the session can be
3006
- # stopped. You can call StopStreamingSession to stop sessions in the
2876
+ # stopped. You can call `StopStreamingSession` to stop sessions in the
3007
2877
  # READY state. If the time that a session stays in the READY state
3008
- # exceeds the maxSessionLengthInMinutes value, the session will
2878
+ # exceeds the `maxSessionLengthInMinutes` value, the session will
3009
2879
  # automatically be stopped by AWS (instead of terminated).
3010
2880
  # @return [Integer]
3011
2881
  #
2882
+ # @!attribute [rw] session_storage
2883
+ # (Optional) The upload storage for a streaming session.
2884
+ # @return [Types::StreamConfigurationSessionStorage]
2885
+ #
3012
2886
  # @!attribute [rw] streaming_image_ids
3013
2887
  # The streaming images that users can select from when launching a
3014
2888
  # streaming session with this launch profile.
@@ -3021,6 +2895,7 @@ module Aws::NimbleStudio
3021
2895
  :ec2_instance_types,
3022
2896
  :max_session_length_in_minutes,
3023
2897
  :max_stopped_session_length_in_minutes,
2898
+ :session_storage,
3024
2899
  :streaming_image_ids)
3025
2900
  SENSITIVE = []
3026
2901
  include Aws::Structure
@@ -3037,6 +2912,13 @@ module Aws::NimbleStudio
3037
2912
  # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
3038
2913
  # max_session_length_in_minutes: 1,
3039
2914
  # max_stopped_session_length_in_minutes: 1,
2915
+ # session_storage: {
2916
+ # mode: ["UPLOAD"], # required, accepts UPLOAD
2917
+ # root: {
2918
+ # linux: "StreamingSessionStorageRootPathLinux",
2919
+ # windows: "StreamingSessionStorageRootPathWindows",
2920
+ # },
2921
+ # },
3040
2922
  # streaming_image_ids: ["StreamingImageId"], # required
3041
2923
  # }
3042
2924
  #
@@ -3059,13 +2941,28 @@ module Aws::NimbleStudio
3059
2941
  # @return [Integer]
3060
2942
  #
3061
2943
  # @!attribute [rw] max_stopped_session_length_in_minutes
3062
- # The length of time, in minutes, that a streaming session can be
3063
- # active before it is stopped or terminated. After this point, Nimble
3064
- # Studio automatically terminates or stops the session. The default
3065
- # length of time is 690 minutes, and the maximum length of time is 30
3066
- # days.
2944
+ # Integer that determines if you can start and stop your sessions and
2945
+ # how long a session can stay in the STOPPED state. The default value
2946
+ # is 0. The maximum value is 5760.
2947
+ #
2948
+ # If the value is missing or set to 0, your sessions can’t be stopped.
2949
+ # If you then call `StopStreamingSession`, the session fails. If the
2950
+ # time that a session stays in the READY state exceeds the
2951
+ # `maxSessionLengthInMinutes` value, the session will automatically be
2952
+ # terminated by AWS (instead of stopped).
2953
+ #
2954
+ # If the value is set to a positive number, the session can be
2955
+ # stopped. You can call `StopStreamingSession` to stop sessions in the
2956
+ # READY state. If the time that a session stays in the READY state
2957
+ # exceeds the `maxSessionLengthInMinutes` value, the session will
2958
+ # automatically be stopped by AWS (instead of terminated).
3067
2959
  # @return [Integer]
3068
2960
  #
2961
+ # @!attribute [rw] session_storage
2962
+ # (Optional) The upload storage for a streaming workstation that is
2963
+ # created using this launch profile.
2964
+ # @return [Types::StreamConfigurationSessionStorage]
2965
+ #
3069
2966
  # @!attribute [rw] streaming_image_ids
3070
2967
  # The streaming images that users can select from when launching a
3071
2968
  # streaming session with this launch profile.
@@ -3078,11 +2975,44 @@ module Aws::NimbleStudio
3078
2975
  :ec2_instance_types,
3079
2976
  :max_session_length_in_minutes,
3080
2977
  :max_stopped_session_length_in_minutes,
2978
+ :session_storage,
3081
2979
  :streaming_image_ids)
3082
2980
  SENSITIVE = []
3083
2981
  include Aws::Structure
3084
2982
  end
3085
2983
 
2984
+ # The configuration for a streaming session’s upload storage.
2985
+ #
2986
+ # @note When making an API call, you may pass StreamConfigurationSessionStorage
2987
+ # data as a hash:
2988
+ #
2989
+ # {
2990
+ # mode: ["UPLOAD"], # required, accepts UPLOAD
2991
+ # root: {
2992
+ # linux: "StreamingSessionStorageRootPathLinux",
2993
+ # windows: "StreamingSessionStorageRootPathWindows",
2994
+ # },
2995
+ # }
2996
+ #
2997
+ # @!attribute [rw] mode
2998
+ # Allows artists to upload files to their workstations. The only valid
2999
+ # option is `UPLOAD`.
3000
+ # @return [Array<String>]
3001
+ #
3002
+ # @!attribute [rw] root
3003
+ # The configuration for the upload storage root of the streaming
3004
+ # session.
3005
+ # @return [Types::StreamingSessionStorageRoot]
3006
+ #
3007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StreamConfigurationSessionStorage AWS API Documentation
3008
+ #
3009
+ class StreamConfigurationSessionStorage < Struct.new(
3010
+ :mode,
3011
+ :root)
3012
+ SENSITIVE = []
3013
+ include Aws::Structure
3014
+ end
3015
+
3086
3016
  # Represents a streaming image resource.
3087
3017
  #
3088
3018
  # Streaming images are used by studio users to select which operating
@@ -3218,7 +3148,9 @@ module Aws::NimbleStudio
3218
3148
  # @return [String]
3219
3149
  #
3220
3150
  # @!attribute [rw] owned_by
3221
- # The user ID of the user that owns the streaming session.
3151
+ # The user ID of the user that owns the streaming session. The user
3152
+ # that owns the session will be logging into the session and
3153
+ # interacting with the virtual workstation.
3222
3154
  # @return [String]
3223
3155
  #
3224
3156
  # @!attribute [rw] session_id
@@ -3308,6 +3240,34 @@ module Aws::NimbleStudio
3308
3240
  include Aws::Structure
3309
3241
  end
3310
3242
 
3243
+ # The upload storage root location (folder) on streaming workstations
3244
+ # where files are uploaded.
3245
+ #
3246
+ # @note When making an API call, you may pass StreamingSessionStorageRoot
3247
+ # data as a hash:
3248
+ #
3249
+ # {
3250
+ # linux: "StreamingSessionStorageRootPathLinux",
3251
+ # windows: "StreamingSessionStorageRootPathWindows",
3252
+ # }
3253
+ #
3254
+ # @!attribute [rw] linux
3255
+ # The folder path in Linux workstations where files are uploaded.
3256
+ # @return [String]
3257
+ #
3258
+ # @!attribute [rw] windows
3259
+ # The folder path in Windows workstations where files are uploaded.
3260
+ # @return [String]
3261
+ #
3262
+ # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StreamingSessionStorageRoot AWS API Documentation
3263
+ #
3264
+ class StreamingSessionStorageRoot < Struct.new(
3265
+ :linux,
3266
+ :windows)
3267
+ SENSITIVE = [:linux, :windows]
3268
+ include Aws::Structure
3269
+ end
3270
+
3311
3271
  # A stream is an active connection to a streaming session, enabling a
3312
3272
  # studio user to control the streaming session using a compatible
3313
3273
  # client. Streaming session streams are compatible with the NICE DCV web
@@ -3328,7 +3288,9 @@ module Aws::NimbleStudio
3328
3288
  # @return [Time]
3329
3289
  #
3330
3290
  # @!attribute [rw] owned_by
3331
- # The user ID of the user that owns the streaming session.
3291
+ # The user ID of the user that owns the streaming session. The user
3292
+ # that owns the session will be logging into the session and
3293
+ # interacting with the virtual workstation.
3332
3294
  # @return [String]
3333
3295
  #
3334
3296
  # @!attribute [rw] state
@@ -3679,6 +3641,8 @@ module Aws::NimbleStudio
3679
3641
  include Aws::Structure
3680
3642
  end
3681
3643
 
3644
+ # The studio component's summary.
3645
+ #
3682
3646
  # @!attribute [rw] created_at
3683
3647
  # The Unix epoch timestamp in seconds for when the resource was
3684
3648
  # created.
@@ -3951,10 +3915,6 @@ module Aws::NimbleStudio
3951
3915
  include Aws::Structure
3952
3916
  end
3953
3917
 
3954
- # <zonbook />
3955
- #
3956
- # <xhtml />
3957
- #
3958
3918
  # @note When making an API call, you may pass UpdateLaunchProfileRequest
3959
3919
  # data as a hash:
3960
3920
  #
@@ -3969,6 +3929,13 @@ module Aws::NimbleStudio
3969
3929
  # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
3970
3930
  # max_session_length_in_minutes: 1,
3971
3931
  # max_stopped_session_length_in_minutes: 1,
3932
+ # session_storage: {
3933
+ # mode: ["UPLOAD"], # required, accepts UPLOAD
3934
+ # root: {
3935
+ # linux: "StreamingSessionStorageRootPathLinux",
3936
+ # windows: "StreamingSessionStorageRootPathWindows",
3937
+ # },
3938
+ # },
3972
3939
  # streaming_image_ids: ["StreamingImageId"], # required
3973
3940
  # },
3974
3941
  # studio_component_ids: ["String"],
@@ -4030,10 +3997,6 @@ module Aws::NimbleStudio
4030
3997
  include Aws::Structure
4031
3998
  end
4032
3999
 
4033
- # <zonbook />
4034
- #
4035
- # <xhtml />
4036
- #
4037
4000
  # @!attribute [rw] launch_profile
4038
4001
  # The launch profile.
4039
4002
  # @return [Types::LaunchProfile]
@@ -4046,10 +4009,6 @@ module Aws::NimbleStudio
4046
4009
  include Aws::Structure
4047
4010
  end
4048
4011
 
4049
- # <zonbook />
4050
- #
4051
- # <xhtml />
4052
- #
4053
4012
  # @note When making an API call, you may pass UpdateStreamingImageRequest
4054
4013
  # data as a hash:
4055
4014
  #
@@ -4100,6 +4059,18 @@ module Aws::NimbleStudio
4100
4059
  end
4101
4060
 
4102
4061
  # @!attribute [rw] streaming_image
4062
+ # Represents a streaming image resource.
4063
+ #
4064
+ # Streaming images are used by studio users to select which operating
4065
+ # system and software they want to use in a Nimble Studio streaming
4066
+ # session.
4067
+ #
4068
+ # Amazon provides a number of streaming images that include popular
4069
+ # 3rd-party software.
4070
+ #
4071
+ # You can create your own streaming images using an Amazon Elastic
4072
+ # Compute Cloud (Amazon EC2) machine image that you create for this
4073
+ # purpose. You can also include software that your users require.
4103
4074
  # @return [Types::StreamingImage]
4104
4075
  #
4105
4076
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/UpdateStreamingImageResponse AWS API Documentation
@@ -4110,10 +4081,6 @@ module Aws::NimbleStudio
4110
4081
  include Aws::Structure
4111
4082
  end
4112
4083
 
4113
- # <zonbook />
4114
- #
4115
- # <xhtml />
4116
- #
4117
4084
  # @note When making an API call, you may pass UpdateStudioComponentRequest
4118
4085
  # data as a hash:
4119
4086
  #
@@ -4236,10 +4203,6 @@ module Aws::NimbleStudio
4236
4203
  include Aws::Structure
4237
4204
  end
4238
4205
 
4239
- # <zonbook />
4240
- #
4241
- # <xhtml />
4242
- #
4243
4206
  # @!attribute [rw] studio_component
4244
4207
  # Information about the studio component.
4245
4208
  # @return [Types::StudioComponent]
@@ -4252,10 +4215,6 @@ module Aws::NimbleStudio
4252
4215
  include Aws::Structure
4253
4216
  end
4254
4217
 
4255
- # <zonbook />
4256
- #
4257
- # <xhtml />
4258
- #
4259
4218
  # @note When making an API call, you may pass UpdateStudioRequest
4260
4219
  # data as a hash:
4261
4220
  #
@@ -4307,10 +4266,6 @@ module Aws::NimbleStudio
4307
4266
  include Aws::Structure
4308
4267
  end
4309
4268
 
4310
- # <zonbook />
4311
- #
4312
- # <xhtml />
4313
- #
4314
4269
  # @!attribute [rw] studio
4315
4270
  # Information about a studio.
4316
4271
  # @return [Types::Studio]
@@ -4347,5 +4302,35 @@ module Aws::NimbleStudio
4347
4302
  include Aws::Structure
4348
4303
  end
4349
4304
 
4305
+ # The launch profile validation result.
4306
+ #
4307
+ # @!attribute [rw] state
4308
+ # The current state.
4309
+ # @return [String]
4310
+ #
4311
+ # @!attribute [rw] status_code
4312
+ # The status code. This will contain the failure reason if the state
4313
+ # is `VALIDATION_FAILED`.
4314
+ # @return [String]
4315
+ #
4316
+ # @!attribute [rw] status_message
4317
+ # The status message for the validation result.
4318
+ # @return [String]
4319
+ #
4320
+ # @!attribute [rw] type
4321
+ # The type of the validation result.
4322
+ # @return [String]
4323
+ #
4324
+ # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/ValidationResult AWS API Documentation
4325
+ #
4326
+ class ValidationResult < Struct.new(
4327
+ :state,
4328
+ :status_code,
4329
+ :status_message,
4330
+ :type)
4331
+ SENSITIVE = []
4332
+ include Aws::Structure
4333
+ end
4334
+
4350
4335
  end
4351
4336
  end