aws-sdk-nimblestudio 1.10.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-nimblestudio/client.rb +44 -12
- data/lib/aws-sdk-nimblestudio/client_api.rb +27 -3
- data/lib/aws-sdk-nimblestudio/types.rb +57 -18
- data/lib/aws-sdk-nimblestudio.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b01efec76e190c47b2b7d5ee6424131e282ced3da24bf69d30e20186b6e496f
|
4
|
+
data.tar.gz: 106dc811a10204a38b442950f016dbbc3d7909191f36c1844846dfd6b7d178a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e473b3b10315fbc97d04609c9a474da41a2a3b80528bb777f7854c74eb2f7f1f80d0f675eb55aa91d3d5d5d7295fc0e0df0977e7abdff2e5eec84a9d46fda3e3
|
7
|
+
data.tar.gz: 4c5a04ce5419744fe1d00a13b4002f303368706e755fb570de61557fc9de1feedf5aae1c21b57a3114cb901499e34767d2275a9acb33c875d08e244da042d16e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.11.0 (2022-01-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon Nimble Studio now supports validation for Launch Profiles. Launch Profiles now report static validation results after create/update to detect errors in network or active directory configuration.
|
8
|
+
|
4
9
|
1.10.0 (2021-12-21)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -499,6 +499,11 @@ module Aws::NimbleStudio
|
|
499
499
|
# resp.launch_profile.tags["String"] #=> String
|
500
500
|
# resp.launch_profile.updated_at #=> Time
|
501
501
|
# resp.launch_profile.updated_by #=> String
|
502
|
+
# resp.launch_profile.validation_results #=> Array
|
503
|
+
# resp.launch_profile.validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
504
|
+
# resp.launch_profile.validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
505
|
+
# resp.launch_profile.validation_results[0].status_message #=> String
|
506
|
+
# resp.launch_profile.validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
502
507
|
#
|
503
508
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/CreateLaunchProfile AWS API Documentation
|
504
509
|
#
|
@@ -603,7 +608,9 @@ module Aws::NimbleStudio
|
|
603
608
|
# The launch profile ID.
|
604
609
|
#
|
605
610
|
# @option params [String] :owned_by
|
606
|
-
# The user ID of the user that owns the streaming session.
|
611
|
+
# The user ID of the user that owns the streaming session. The user that
|
612
|
+
# owns the session will be logging into the session and interacting with
|
613
|
+
# the virtual workstation.
|
607
614
|
#
|
608
615
|
# @option params [String] :streaming_image_id
|
609
616
|
# The ID of the streaming image.
|
@@ -645,7 +652,7 @@ module Aws::NimbleStudio
|
|
645
652
|
# resp.session.started_at #=> Time
|
646
653
|
# resp.session.started_by #=> String
|
647
654
|
# resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
648
|
-
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
655
|
+
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
649
656
|
# resp.session.status_message #=> String
|
650
657
|
# resp.session.stop_at #=> Time
|
651
658
|
# resp.session.stopped_at #=> Time
|
@@ -1047,6 +1054,11 @@ module Aws::NimbleStudio
|
|
1047
1054
|
# resp.launch_profile.tags["String"] #=> String
|
1048
1055
|
# resp.launch_profile.updated_at #=> Time
|
1049
1056
|
# resp.launch_profile.updated_by #=> String
|
1057
|
+
# resp.launch_profile.validation_results #=> Array
|
1058
|
+
# resp.launch_profile.validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1059
|
+
# resp.launch_profile.validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1060
|
+
# resp.launch_profile.validation_results[0].status_message #=> String
|
1061
|
+
# resp.launch_profile.validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
1050
1062
|
#
|
1051
1063
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/DeleteLaunchProfile AWS API Documentation
|
1052
1064
|
#
|
@@ -1202,7 +1214,7 @@ module Aws::NimbleStudio
|
|
1202
1214
|
# resp.session.started_at #=> Time
|
1203
1215
|
# resp.session.started_by #=> String
|
1204
1216
|
# resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
1205
|
-
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
1217
|
+
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
1206
1218
|
# resp.session.status_message #=> String
|
1207
1219
|
# resp.session.stop_at #=> Time
|
1208
1220
|
# resp.session.stopped_at #=> Time
|
@@ -1477,6 +1489,11 @@ module Aws::NimbleStudio
|
|
1477
1489
|
# resp.launch_profile.tags["String"] #=> String
|
1478
1490
|
# resp.launch_profile.updated_at #=> Time
|
1479
1491
|
# resp.launch_profile.updated_by #=> String
|
1492
|
+
# resp.launch_profile.validation_results #=> Array
|
1493
|
+
# resp.launch_profile.validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1494
|
+
# resp.launch_profile.validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1495
|
+
# resp.launch_profile.validation_results[0].status_message #=> String
|
1496
|
+
# resp.launch_profile.validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
1480
1497
|
#
|
1481
1498
|
#
|
1482
1499
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -1550,6 +1567,11 @@ module Aws::NimbleStudio
|
|
1550
1567
|
# resp.launch_profile.tags["String"] #=> String
|
1551
1568
|
# resp.launch_profile.updated_at #=> Time
|
1552
1569
|
# resp.launch_profile.updated_by #=> String
|
1570
|
+
# resp.launch_profile.validation_results #=> Array
|
1571
|
+
# resp.launch_profile.validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1572
|
+
# resp.launch_profile.validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
1573
|
+
# resp.launch_profile.validation_results[0].status_message #=> String
|
1574
|
+
# resp.launch_profile.validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
1553
1575
|
# resp.streaming_images #=> Array
|
1554
1576
|
# resp.streaming_images[0].arn #=> String
|
1555
1577
|
# resp.streaming_images[0].description #=> String
|
@@ -1751,7 +1773,7 @@ module Aws::NimbleStudio
|
|
1751
1773
|
|
1752
1774
|
# Gets StreamingSession resource.
|
1753
1775
|
#
|
1754
|
-
#
|
1776
|
+
# Invoke this operation to poll for a streaming session state while
|
1755
1777
|
# creating or deleting a session.
|
1756
1778
|
#
|
1757
1779
|
# @option params [required, String] :session_id
|
@@ -1783,7 +1805,7 @@ module Aws::NimbleStudio
|
|
1783
1805
|
# resp.session.started_at #=> Time
|
1784
1806
|
# resp.session.started_by #=> String
|
1785
1807
|
# resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
1786
|
-
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
1808
|
+
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
1787
1809
|
# resp.session.status_message #=> String
|
1788
1810
|
# resp.session.stop_at #=> Time
|
1789
1811
|
# resp.session.stopped_at #=> Time
|
@@ -2193,7 +2215,7 @@ module Aws::NimbleStudio
|
|
2193
2215
|
# max_results: 1,
|
2194
2216
|
# next_token: "String",
|
2195
2217
|
# principal_id: "String",
|
2196
|
-
# states: ["
|
2218
|
+
# states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
|
2197
2219
|
# studio_id: "String", # required
|
2198
2220
|
# })
|
2199
2221
|
#
|
@@ -2230,6 +2252,11 @@ module Aws::NimbleStudio
|
|
2230
2252
|
# resp.launch_profiles[0].tags["String"] #=> String
|
2231
2253
|
# resp.launch_profiles[0].updated_at #=> Time
|
2232
2254
|
# resp.launch_profiles[0].updated_by #=> String
|
2255
|
+
# resp.launch_profiles[0].validation_results #=> Array
|
2256
|
+
# resp.launch_profiles[0].validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
2257
|
+
# resp.launch_profiles[0].validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
2258
|
+
# resp.launch_profiles[0].validation_results[0].status_message #=> String
|
2259
|
+
# resp.launch_profiles[0].validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
2233
2260
|
# resp.next_token #=> String
|
2234
2261
|
#
|
2235
2262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/ListLaunchProfiles AWS API Documentation
|
@@ -2348,7 +2375,7 @@ module Aws::NimbleStudio
|
|
2348
2375
|
# resp.sessions[0].started_at #=> Time
|
2349
2376
|
# resp.sessions[0].started_by #=> String
|
2350
2377
|
# resp.sessions[0].state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
2351
|
-
# resp.sessions[0].status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
2378
|
+
# resp.sessions[0].status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
2352
2379
|
# resp.sessions[0].status_message #=> String
|
2353
2380
|
# resp.sessions[0].stop_at #=> Time
|
2354
2381
|
# resp.sessions[0].stopped_at #=> Time
|
@@ -2400,9 +2427,9 @@ module Aws::NimbleStudio
|
|
2400
2427
|
# resp = client.list_studio_components({
|
2401
2428
|
# max_results: 1,
|
2402
2429
|
# next_token: "String",
|
2403
|
-
# states: ["
|
2430
|
+
# states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
|
2404
2431
|
# studio_id: "String", # required
|
2405
|
-
# types: ["
|
2432
|
+
# types: ["ACTIVE_DIRECTORY"], # accepts ACTIVE_DIRECTORY, SHARED_FILE_SYSTEM, COMPUTE_FARM, LICENSE_SERVICE, CUSTOM
|
2406
2433
|
# })
|
2407
2434
|
#
|
2408
2435
|
# @example Response structure
|
@@ -2729,7 +2756,7 @@ module Aws::NimbleStudio
|
|
2729
2756
|
# resp.session.started_at #=> Time
|
2730
2757
|
# resp.session.started_by #=> String
|
2731
2758
|
# resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
2732
|
-
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
2759
|
+
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
2733
2760
|
# resp.session.status_message #=> String
|
2734
2761
|
# resp.session.stop_at #=> Time
|
2735
2762
|
# resp.session.stopped_at #=> Time
|
@@ -2861,7 +2888,7 @@ module Aws::NimbleStudio
|
|
2861
2888
|
# resp.session.started_at #=> Time
|
2862
2889
|
# resp.session.started_by #=> String
|
2863
2890
|
# resp.session.state #=> String, one of "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "DELETED", "CREATE_FAILED", "DELETE_FAILED", "STOP_IN_PROGRESS", "START_IN_PROGRESS", "STOPPED", "STOP_FAILED", "START_FAILED"
|
2864
|
-
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS"
|
2891
|
+
# resp.session.status_code #=> String, one of "STREAMING_SESSION_READY", "STREAMING_SESSION_DELETED", "STREAMING_SESSION_CREATE_IN_PROGRESS", "STREAMING_SESSION_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "INSUFFICIENT_CAPACITY", "ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR", "NETWORK_CONNECTION_ERROR", "INITIALIZATION_SCRIPT_ERROR", "DECRYPT_STREAMING_IMAGE_ERROR", "NETWORK_INTERFACE_ERROR", "STREAMING_SESSION_STOPPED", "STREAMING_SESSION_STARTED", "STREAMING_SESSION_STOP_IN_PROGRESS", "STREAMING_SESSION_START_IN_PROGRESS", "AMI_VALIDATION_ERROR"
|
2865
2892
|
# resp.session.status_message #=> String
|
2866
2893
|
# resp.session.stop_at #=> Time
|
2867
2894
|
# resp.session.stopped_at #=> Time
|
@@ -3035,6 +3062,11 @@ module Aws::NimbleStudio
|
|
3035
3062
|
# resp.launch_profile.tags["String"] #=> String
|
3036
3063
|
# resp.launch_profile.updated_at #=> Time
|
3037
3064
|
# resp.launch_profile.updated_by #=> String
|
3065
|
+
# resp.launch_profile.validation_results #=> Array
|
3066
|
+
# resp.launch_profile.validation_results[0].state #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
3067
|
+
# resp.launch_profile.validation_results[0].status_code #=> String, one of "VALIDATION_NOT_STARTED", "VALIDATION_IN_PROGRESS", "VALIDATION_SUCCESS", "VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION", "VALIDATION_FAILED_SUBNET_NOT_FOUND", "VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION", "VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY", "VALIDATION_FAILED_UNAUTHORIZED", "VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
|
3068
|
+
# resp.launch_profile.validation_results[0].status_message #=> String
|
3069
|
+
# resp.launch_profile.validation_results[0].type #=> String, one of "VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT", "VALIDATE_SUBNET_ASSOCIATION", "VALIDATE_NETWORK_ACL_ASSOCIATION", "VALIDATE_SECURITY_GROUP_ASSOCIATION"
|
3038
3070
|
#
|
3039
3071
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/UpdateLaunchProfile AWS API Documentation
|
3040
3072
|
#
|
@@ -3397,7 +3429,7 @@ module Aws::NimbleStudio
|
|
3397
3429
|
params: params,
|
3398
3430
|
config: config)
|
3399
3431
|
context[:gem_name] = 'aws-sdk-nimblestudio'
|
3400
|
-
context[:gem_version] = '1.
|
3432
|
+
context[:gem_version] = '1.11.0'
|
3401
3433
|
Seahorse::Client::Request.new(handlers, context)
|
3402
3434
|
end
|
3403
3435
|
|
@@ -106,8 +106,13 @@ module Aws::NimbleStudio
|
|
106
106
|
LaunchProfileProtocolVersionList = Shapes::ListShape.new(name: 'LaunchProfileProtocolVersionList')
|
107
107
|
LaunchProfileSecurityGroupIdList = Shapes::ListShape.new(name: 'LaunchProfileSecurityGroupIdList')
|
108
108
|
LaunchProfileState = Shapes::StringShape.new(name: 'LaunchProfileState')
|
109
|
+
LaunchProfileStateList = Shapes::ListShape.new(name: 'LaunchProfileStateList')
|
109
110
|
LaunchProfileStatusCode = Shapes::StringShape.new(name: 'LaunchProfileStatusCode')
|
110
111
|
LaunchProfileStudioComponentIdList = Shapes::ListShape.new(name: 'LaunchProfileStudioComponentIdList')
|
112
|
+
LaunchProfileValidationState = Shapes::StringShape.new(name: 'LaunchProfileValidationState')
|
113
|
+
LaunchProfileValidationStatusCode = Shapes::StringShape.new(name: 'LaunchProfileValidationStatusCode')
|
114
|
+
LaunchProfileValidationStatusMessage = Shapes::StringShape.new(name: 'LaunchProfileValidationStatusMessage')
|
115
|
+
LaunchProfileValidationType = Shapes::StringShape.new(name: 'LaunchProfileValidationType')
|
111
116
|
LaunchPurpose = Shapes::StringShape.new(name: 'LaunchPurpose')
|
112
117
|
LicenseServiceConfiguration = Shapes::StructureShape.new(name: 'LicenseServiceConfiguration')
|
113
118
|
LinuxMountPoint = Shapes::StringShape.new(name: 'LinuxMountPoint')
|
@@ -203,11 +208,13 @@ module Aws::NimbleStudio
|
|
203
208
|
StudioComponentScriptParameterKeyValueList = Shapes::ListShape.new(name: 'StudioComponentScriptParameterKeyValueList')
|
204
209
|
StudioComponentSecurityGroupIdList = Shapes::ListShape.new(name: 'StudioComponentSecurityGroupIdList')
|
205
210
|
StudioComponentState = Shapes::StringShape.new(name: 'StudioComponentState')
|
211
|
+
StudioComponentStateList = Shapes::ListShape.new(name: 'StudioComponentStateList')
|
206
212
|
StudioComponentStatusCode = Shapes::StringShape.new(name: 'StudioComponentStatusCode')
|
207
213
|
StudioComponentSubtype = Shapes::StringShape.new(name: 'StudioComponentSubtype')
|
208
214
|
StudioComponentSummary = Shapes::StructureShape.new(name: 'StudioComponentSummary')
|
209
215
|
StudioComponentSummaryList = Shapes::ListShape.new(name: 'StudioComponentSummaryList')
|
210
216
|
StudioComponentType = Shapes::StringShape.new(name: 'StudioComponentType')
|
217
|
+
StudioComponentTypeList = Shapes::ListShape.new(name: 'StudioComponentTypeList')
|
211
218
|
StudioEncryptionConfiguration = Shapes::StructureShape.new(name: 'StudioEncryptionConfiguration')
|
212
219
|
StudioEncryptionConfigurationKeyArn = Shapes::StringShape.new(name: 'StudioEncryptionConfigurationKeyArn')
|
213
220
|
StudioEncryptionConfigurationKeyType = Shapes::StringShape.new(name: 'StudioEncryptionConfigurationKeyType')
|
@@ -249,6 +256,8 @@ module Aws::NimbleStudio
|
|
249
256
|
UpdateStudioRequest = Shapes::StructureShape.new(name: 'UpdateStudioRequest')
|
250
257
|
UpdateStudioResponse = Shapes::StructureShape.new(name: 'UpdateStudioResponse')
|
251
258
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
259
|
+
ValidationResult = Shapes::StructureShape.new(name: 'ValidationResult')
|
260
|
+
ValidationResults = Shapes::ListShape.new(name: 'ValidationResults')
|
252
261
|
WindowsMountDrive = Shapes::StringShape.new(name: 'WindowsMountDrive')
|
253
262
|
|
254
263
|
AcceptEulasRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
@@ -542,6 +551,7 @@ module Aws::NimbleStudio
|
|
542
551
|
LaunchProfile.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
543
552
|
LaunchProfile.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
544
553
|
LaunchProfile.add_member(:updated_by, Shapes::ShapeRef.new(shape: String, location_name: "updatedBy"))
|
554
|
+
LaunchProfile.add_member(:validation_results, Shapes::ShapeRef.new(shape: ValidationResults, location_name: "validationResults"))
|
545
555
|
LaunchProfile.struct_class = Types::LaunchProfile
|
546
556
|
|
547
557
|
LaunchProfileInitialization.add_member(:active_directory, Shapes::ShapeRef.new(shape: LaunchProfileInitializationActiveDirectory, location_name: "activeDirectory"))
|
@@ -585,6 +595,8 @@ module Aws::NimbleStudio
|
|
585
595
|
|
586
596
|
LaunchProfileSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
587
597
|
|
598
|
+
LaunchProfileStateList.member = Shapes::ShapeRef.new(shape: LaunchProfileState)
|
599
|
+
|
588
600
|
LaunchProfileStudioComponentIdList.member = Shapes::ShapeRef.new(shape: String)
|
589
601
|
|
590
602
|
LicenseServiceConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SyntheticLicenseServiceConfigurationString, location_name: "endpoint"))
|
@@ -620,7 +632,7 @@ module Aws::NimbleStudio
|
|
620
632
|
ListLaunchProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
621
633
|
ListLaunchProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
622
634
|
ListLaunchProfilesRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "principalId"))
|
623
|
-
ListLaunchProfilesRequest.add_member(:states, Shapes::ShapeRef.new(shape:
|
635
|
+
ListLaunchProfilesRequest.add_member(:states, Shapes::ShapeRef.new(shape: LaunchProfileStateList, location: "querystring", location_name: "states"))
|
624
636
|
ListLaunchProfilesRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
|
625
637
|
ListLaunchProfilesRequest.struct_class = Types::ListLaunchProfilesRequest
|
626
638
|
|
@@ -650,9 +662,9 @@ module Aws::NimbleStudio
|
|
650
662
|
|
651
663
|
ListStudioComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
652
664
|
ListStudioComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
653
|
-
ListStudioComponentsRequest.add_member(:states, Shapes::ShapeRef.new(shape:
|
665
|
+
ListStudioComponentsRequest.add_member(:states, Shapes::ShapeRef.new(shape: StudioComponentStateList, location: "querystring", location_name: "states"))
|
654
666
|
ListStudioComponentsRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
|
655
|
-
ListStudioComponentsRequest.add_member(:types, Shapes::ShapeRef.new(shape:
|
667
|
+
ListStudioComponentsRequest.add_member(:types, Shapes::ShapeRef.new(shape: StudioComponentTypeList, location: "querystring", location_name: "types"))
|
656
668
|
ListStudioComponentsRequest.struct_class = Types::ListStudioComponentsRequest
|
657
669
|
|
658
670
|
ListStudioComponentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
@@ -905,6 +917,8 @@ module Aws::NimbleStudio
|
|
905
917
|
|
906
918
|
StudioComponentSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
907
919
|
|
920
|
+
StudioComponentStateList.member = Shapes::ShapeRef.new(shape: StudioComponentState)
|
921
|
+
|
908
922
|
StudioComponentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
909
923
|
StudioComponentSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
|
910
924
|
StudioComponentSummary.add_member(:description, Shapes::ShapeRef.new(shape: StudioComponentDescription, location_name: "description"))
|
@@ -918,6 +932,8 @@ module Aws::NimbleStudio
|
|
918
932
|
|
919
933
|
StudioComponentSummaryList.member = Shapes::ShapeRef.new(shape: StudioComponentSummary)
|
920
934
|
|
935
|
+
StudioComponentTypeList.member = Shapes::ShapeRef.new(shape: StudioComponentType)
|
936
|
+
|
921
937
|
StudioEncryptionConfiguration.add_member(:key_arn, Shapes::ShapeRef.new(shape: StudioEncryptionConfigurationKeyArn, location_name: "keyArn"))
|
922
938
|
StudioEncryptionConfiguration.add_member(:key_type, Shapes::ShapeRef.new(shape: StudioEncryptionConfigurationKeyType, required: true, location_name: "keyType"))
|
923
939
|
StudioEncryptionConfiguration.struct_class = Types::StudioEncryptionConfiguration
|
@@ -1016,6 +1032,14 @@ module Aws::NimbleStudio
|
|
1016
1032
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1017
1033
|
ValidationException.struct_class = Types::ValidationException
|
1018
1034
|
|
1035
|
+
ValidationResult.add_member(:state, Shapes::ShapeRef.new(shape: LaunchProfileValidationState, required: true, location_name: "state"))
|
1036
|
+
ValidationResult.add_member(:status_code, Shapes::ShapeRef.new(shape: LaunchProfileValidationStatusCode, required: true, location_name: "statusCode"))
|
1037
|
+
ValidationResult.add_member(:status_message, Shapes::ShapeRef.new(shape: LaunchProfileValidationStatusMessage, required: true, location_name: "statusMessage"))
|
1038
|
+
ValidationResult.add_member(:type, Shapes::ShapeRef.new(shape: LaunchProfileValidationType, required: true, location_name: "type"))
|
1039
|
+
ValidationResult.struct_class = Types::ValidationResult
|
1040
|
+
|
1041
|
+
ValidationResults.member = Shapes::ShapeRef.new(shape: ValidationResult)
|
1042
|
+
|
1019
1043
|
|
1020
1044
|
# @api private
|
1021
1045
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -417,7 +417,9 @@ module Aws::NimbleStudio
|
|
417
417
|
# @return [String]
|
418
418
|
#
|
419
419
|
# @!attribute [rw] owned_by
|
420
|
-
# 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.
|
421
423
|
# @return [String]
|
422
424
|
#
|
423
425
|
# @!attribute [rw] streaming_image_id
|
@@ -1671,6 +1673,10 @@ module Aws::NimbleStudio
|
|
1671
1673
|
# The user ID of the user that most recently updated the resource.
|
1672
1674
|
# @return [String]
|
1673
1675
|
#
|
1676
|
+
# @!attribute [rw] validation_results
|
1677
|
+
# The list of the latest validation results.
|
1678
|
+
# @return [Array<Types::ValidationResult>]
|
1679
|
+
#
|
1674
1680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/LaunchProfile AWS API Documentation
|
1675
1681
|
#
|
1676
1682
|
class LaunchProfile < Struct.new(
|
@@ -1689,7 +1695,8 @@ module Aws::NimbleStudio
|
|
1689
1695
|
:studio_component_ids,
|
1690
1696
|
:tags,
|
1691
1697
|
:updated_at,
|
1692
|
-
:updated_by
|
1698
|
+
:updated_by,
|
1699
|
+
:validation_results)
|
1693
1700
|
SENSITIVE = [:description, :name]
|
1694
1701
|
include Aws::Structure
|
1695
1702
|
end
|
@@ -2051,7 +2058,7 @@ module Aws::NimbleStudio
|
|
2051
2058
|
# max_results: 1,
|
2052
2059
|
# next_token: "String",
|
2053
2060
|
# principal_id: "String",
|
2054
|
-
# states: ["
|
2061
|
+
# states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
|
2055
2062
|
# studio_id: "String", # required
|
2056
2063
|
# }
|
2057
2064
|
#
|
@@ -2222,9 +2229,9 @@ module Aws::NimbleStudio
|
|
2222
2229
|
# {
|
2223
2230
|
# max_results: 1,
|
2224
2231
|
# next_token: "String",
|
2225
|
-
# states: ["
|
2232
|
+
# states: ["CREATE_IN_PROGRESS"], # accepts CREATE_IN_PROGRESS, READY, UPDATE_IN_PROGRESS, DELETE_IN_PROGRESS, DELETED, DELETE_FAILED, CREATE_FAILED, UPDATE_FAILED
|
2226
2233
|
# studio_id: "String", # required
|
2227
|
-
# types: ["
|
2234
|
+
# types: ["ACTIVE_DIRECTORY"], # accepts ACTIVE_DIRECTORY, SHARED_FILE_SYSTEM, COMPUTE_FARM, LICENSE_SERVICE, CUSTOM
|
2228
2235
|
# }
|
2229
2236
|
#
|
2230
2237
|
# @!attribute [rw] max_results
|
@@ -2860,15 +2867,15 @@ module Aws::NimbleStudio
|
|
2860
2867
|
# is 0. The maximum value is 5760.
|
2861
2868
|
#
|
2862
2869
|
# If the value is missing or set to 0, your sessions can’t be stopped.
|
2863
|
-
# If you then call StopStreamingSession
|
2870
|
+
# If you then call `StopStreamingSession`, the session fails. If the
|
2864
2871
|
# time that a session stays in the READY state exceeds the
|
2865
|
-
# maxSessionLengthInMinutes value, the session will automatically be
|
2872
|
+
# `maxSessionLengthInMinutes` value, the session will automatically be
|
2866
2873
|
# terminated by AWS (instead of stopped).
|
2867
2874
|
#
|
2868
2875
|
# If the value is set to a positive number, the session can be
|
2869
|
-
# stopped. You can call StopStreamingSession to stop sessions in the
|
2876
|
+
# stopped. You can call `StopStreamingSession` to stop sessions in the
|
2870
2877
|
# READY state. If the time that a session stays in the READY state
|
2871
|
-
# exceeds the maxSessionLengthInMinutes value, the session will
|
2878
|
+
# exceeds the `maxSessionLengthInMinutes` value, the session will
|
2872
2879
|
# automatically be stopped by AWS (instead of terminated).
|
2873
2880
|
# @return [Integer]
|
2874
2881
|
#
|
@@ -2939,15 +2946,15 @@ module Aws::NimbleStudio
|
|
2939
2946
|
# is 0. The maximum value is 5760.
|
2940
2947
|
#
|
2941
2948
|
# If the value is missing or set to 0, your sessions can’t be stopped.
|
2942
|
-
# If you then call StopStreamingSession
|
2949
|
+
# If you then call `StopStreamingSession`, the session fails. If the
|
2943
2950
|
# time that a session stays in the READY state exceeds the
|
2944
|
-
# maxSessionLengthInMinutes value, the session will automatically be
|
2951
|
+
# `maxSessionLengthInMinutes` value, the session will automatically be
|
2945
2952
|
# terminated by AWS (instead of stopped).
|
2946
2953
|
#
|
2947
2954
|
# If the value is set to a positive number, the session can be
|
2948
|
-
# stopped. You can call StopStreamingSession to stop sessions in the
|
2955
|
+
# stopped. You can call `StopStreamingSession` to stop sessions in the
|
2949
2956
|
# READY state. If the time that a session stays in the READY state
|
2950
|
-
# exceeds the maxSessionLengthInMinutes value, the session will
|
2957
|
+
# exceeds the `maxSessionLengthInMinutes` value, the session will
|
2951
2958
|
# automatically be stopped by AWS (instead of terminated).
|
2952
2959
|
# @return [Integer]
|
2953
2960
|
#
|
@@ -3141,7 +3148,9 @@ module Aws::NimbleStudio
|
|
3141
3148
|
# @return [String]
|
3142
3149
|
#
|
3143
3150
|
# @!attribute [rw] owned_by
|
3144
|
-
# 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.
|
3145
3154
|
# @return [String]
|
3146
3155
|
#
|
3147
3156
|
# @!attribute [rw] session_id
|
@@ -3243,13 +3252,11 @@ module Aws::NimbleStudio
|
|
3243
3252
|
# }
|
3244
3253
|
#
|
3245
3254
|
# @!attribute [rw] linux
|
3246
|
-
# The folder path in Linux workstations where files are uploaded.
|
3247
|
-
# default path is `$HOME/Downloads`.
|
3255
|
+
# The folder path in Linux workstations where files are uploaded.
|
3248
3256
|
# @return [String]
|
3249
3257
|
#
|
3250
3258
|
# @!attribute [rw] windows
|
3251
3259
|
# The folder path in Windows workstations where files are uploaded.
|
3252
|
-
# The default path is `%HOMEPATH%\Downloads`.
|
3253
3260
|
# @return [String]
|
3254
3261
|
#
|
3255
3262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StreamingSessionStorageRoot AWS API Documentation
|
@@ -3281,7 +3288,9 @@ module Aws::NimbleStudio
|
|
3281
3288
|
# @return [Time]
|
3282
3289
|
#
|
3283
3290
|
# @!attribute [rw] owned_by
|
3284
|
-
# 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.
|
3285
3294
|
# @return [String]
|
3286
3295
|
#
|
3287
3296
|
# @!attribute [rw] state
|
@@ -4293,5 +4302,35 @@ module Aws::NimbleStudio
|
|
4293
4302
|
include Aws::Structure
|
4294
4303
|
end
|
4295
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
|
+
|
4296
4335
|
end
|
4297
4336
|
end
|
data/lib/aws-sdk-nimblestudio.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-nimblestudio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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:
|
11
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|