aws-sdk-nimblestudio 1.13.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85c599ddc737bc7553eb6725c7ebf7d1da81b5ff4513da4aabdcc9c9c1729f75
4
- data.tar.gz: d9974ca9fc8641c4c756e3e35343224473ea298ef5b4b4477221a562aedf1ed0
3
+ metadata.gz: 1c49342330c599b2f6b25c79df75e118924326dd6ce0dc0cd6959984759d9bc2
4
+ data.tar.gz: 17a6a41866b1882da89155eeeebca5927cf1399a9eeeac230ad4faebf0a140bf
5
5
  SHA512:
6
- metadata.gz: 5d663c44743343c05fe202fd9444fc9fac41f8ef16d20161e5e2be3492288046db449f3d683c5280bfcd7fbab1e9729c301e30ded210c58fdf8b563ae8eef979
7
- data.tar.gz: 4cd074956026a7ad910839b81bb652dff412786e59f660824da729a8429eba5b596a8663ef8a342f4bafa1c1ae9c481b891257e6ef167463a497d4c7a20153f0
6
+ metadata.gz: ee16b3d852b976f3c65b2cace37eadf35805443f6f4e5ac15621389c3fb123a05cbff7f3983f27de93f232c705c39efc74c4361bd25e89e819270ae61d46cfb1
7
+ data.tar.gz: 59afe81a71b4058402c6f27571b83f6a6e9c9dc96377d1507aa431cc97182555ced6de3b0c829c9814084108f4bb6a0f08153528d89f3b9fea41f29ad15964f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2022-09-23)
5
+ ------------------
6
+
7
+ * Feature - Amazon Nimble Studio adds support for on-demand Amazon Elastic Compute Cloud (EC2) G3 and G5 instances, allowing customers to utilize additional GPU instance types for their creative projects.
8
+
9
+ 1.14.0 (2022-07-14)
10
+ ------------------
11
+
12
+ * Feature - Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
13
+
4
14
  1.13.0 (2022-02-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.0
@@ -366,7 +366,7 @@ module Aws::NimbleStudio
366
366
  # The EULA ID.
367
367
  #
368
368
  # @option params [required, String] :studio_id
369
- # A collection of EULA IDs.
369
+ # The studio ID.
370
370
  #
371
371
  # @return [Types::AcceptEulasResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
372
372
  #
@@ -452,7 +452,7 @@ module Aws::NimbleStudio
452
452
  # name: "LaunchProfileName", # required
453
453
  # stream_configuration: { # required
454
454
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
455
- # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
455
+ # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
456
456
  # max_session_length_in_minutes: 1,
457
457
  # max_stopped_session_length_in_minutes: 1,
458
458
  # session_storage: {
@@ -484,11 +484,11 @@ module Aws::NimbleStudio
484
484
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
485
485
  # resp.launch_profile.name #=> String
486
486
  # resp.launch_profile.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
487
- # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
487
+ # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
488
488
  # resp.launch_profile.status_message #=> String
489
489
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
490
490
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
491
- # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
491
+ # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
492
492
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
493
493
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
494
494
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -554,9 +554,9 @@ module Aws::NimbleStudio
554
554
  #
555
555
  # resp = client.create_streaming_image({
556
556
  # client_token: "ClientToken",
557
- # description: "SyntheticCreateStreamingImageRequestStreamingImageDescription",
557
+ # description: "StreamingImageDescription",
558
558
  # ec2_image_id: "EC2ImageId", # required
559
- # name: "SyntheticCreateStreamingImageRequestStreamingImageName", # required
559
+ # name: "StreamingImageName", # required
560
560
  # studio_id: "String", # required
561
561
  # tags: {
562
562
  # "String" => "String",
@@ -634,7 +634,7 @@ module Aws::NimbleStudio
634
634
  #
635
635
  # resp = client.create_streaming_session({
636
636
  # client_token: "ClientToken",
637
- # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
637
+ # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
638
638
  # launch_profile_id: "String",
639
639
  # owned_by: "String",
640
640
  # streaming_image_id: "StreamingImageId",
@@ -802,9 +802,9 @@ module Aws::NimbleStudio
802
802
  # @example Request syntax with placeholder values
803
803
  #
804
804
  # resp = client.create_studio({
805
- # admin_role_arn: "String", # required
805
+ # admin_role_arn: "RoleArn", # required
806
806
  # client_token: "ClientToken",
807
- # display_name: "SyntheticCreateStudioRequestStudioDisplayName", # required
807
+ # display_name: "StudioDisplayName", # required
808
808
  # studio_encryption_configuration: {
809
809
  # key_arn: "StudioEncryptionConfigurationKeyArn",
810
810
  # key_type: "AWS_OWNED_KEY", # required, accepts AWS_OWNED_KEY, CUSTOMER_MANAGED_KEY
@@ -813,7 +813,7 @@ module Aws::NimbleStudio
813
813
  # tags: {
814
814
  # "String" => "String",
815
815
  # },
816
- # user_role_arn: "String", # required
816
+ # user_role_arn: "RoleArn", # required
817
817
  # })
818
818
  #
819
819
  # @example Response structure
@@ -872,9 +872,19 @@ module Aws::NimbleStudio
872
872
  # @option params [required, String] :name
873
873
  # The name for the studio component.
874
874
  #
875
+ # @option params [String] :runtime_role_arn
876
+ # An IAM role attached to a Studio Component that gives the studio
877
+ # component access to AWS resources at anytime while the instance is
878
+ # running.
879
+ #
875
880
  # @option params [Array<Types::ScriptParameterKeyValue>] :script_parameters
876
881
  # Parameters for the studio component scripts.
877
882
  #
883
+ # @option params [String] :secure_initialization_role_arn
884
+ # An IAM role attached to Studio Component when the system
885
+ # initialization script runs which give the studio component access to
886
+ # AWS resources when the system initialization script runs.
887
+ #
878
888
  # @option params [required, String] :studio_id
879
889
  # The studio ID.
880
890
  #
@@ -909,16 +919,16 @@ module Aws::NimbleStudio
909
919
  # },
910
920
  # compute_farm_configuration: {
911
921
  # active_directory_user: "String",
912
- # endpoint: "SyntheticComputeFarmConfigurationString",
922
+ # endpoint: "SensitiveString",
913
923
  # },
914
924
  # license_service_configuration: {
915
- # endpoint: "SyntheticLicenseServiceConfigurationString",
925
+ # endpoint: "SensitiveString",
916
926
  # },
917
927
  # shared_file_system_configuration: {
918
- # endpoint: "SyntheticSharedFileSystemConfigurationString",
928
+ # endpoint: "SensitiveString",
919
929
  # file_system_id: "String",
920
930
  # linux_mount_point: "LinuxMountPoint",
921
- # share_name: "SyntheticSharedFileSystemConfigurationString",
931
+ # share_name: "SensitiveString",
922
932
  # windows_mount_drive: "WindowsMountDrive",
923
933
  # },
924
934
  # },
@@ -933,12 +943,14 @@ module Aws::NimbleStudio
933
943
  # },
934
944
  # ],
935
945
  # name: "StudioComponentName", # required
946
+ # runtime_role_arn: "RoleArn",
936
947
  # script_parameters: [
937
948
  # {
938
949
  # key: "ScriptParameterKey",
939
950
  # value: "ScriptParameterValue",
940
951
  # },
941
952
  # ],
953
+ # secure_initialization_role_arn: "RoleArn",
942
954
  # studio_id: "String", # required
943
955
  # subtype: "AWS_MANAGED_MICROSOFT_AD", # accepts AWS_MANAGED_MICROSOFT_AD, AMAZON_FSX_FOR_WINDOWS, AMAZON_FSX_FOR_LUSTRE, CUSTOM
944
956
  # tags: {
@@ -974,9 +986,11 @@ module Aws::NimbleStudio
974
986
  # resp.studio_component.initialization_scripts[0].run_context #=> String, one of "SYSTEM_INITIALIZATION", "USER_INITIALIZATION"
975
987
  # resp.studio_component.initialization_scripts[0].script #=> String
976
988
  # resp.studio_component.name #=> String
989
+ # resp.studio_component.runtime_role_arn #=> String
977
990
  # resp.studio_component.script_parameters #=> Array
978
991
  # resp.studio_component.script_parameters[0].key #=> String
979
992
  # resp.studio_component.script_parameters[0].value #=> String
993
+ # resp.studio_component.secure_initialization_role_arn #=> String
980
994
  # resp.studio_component.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
981
995
  # resp.studio_component.status_code #=> String, one of "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR"
982
996
  # resp.studio_component.status_message #=> String
@@ -1039,11 +1053,11 @@ module Aws::NimbleStudio
1039
1053
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1040
1054
  # resp.launch_profile.name #=> String
1041
1055
  # resp.launch_profile.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
1042
- # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
1056
+ # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
1043
1057
  # resp.launch_profile.status_message #=> String
1044
1058
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1045
1059
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
1046
- # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
1060
+ # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
1047
1061
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1048
1062
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1049
1063
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1088,7 +1102,7 @@ module Aws::NimbleStudio
1088
1102
  # The Launch Profile ID.
1089
1103
  #
1090
1104
  # @option params [required, String] :principal_id
1091
- # The principal ID. This currently supports a Amazon Web Services SSO
1105
+ # The principal ID. This currently supports a IAM Identity Center
1092
1106
  # UserId.
1093
1107
  #
1094
1108
  # @option params [required, String] :studio_id
@@ -1350,9 +1364,11 @@ module Aws::NimbleStudio
1350
1364
  # resp.studio_component.initialization_scripts[0].run_context #=> String, one of "SYSTEM_INITIALIZATION", "USER_INITIALIZATION"
1351
1365
  # resp.studio_component.initialization_scripts[0].script #=> String
1352
1366
  # resp.studio_component.name #=> String
1367
+ # resp.studio_component.runtime_role_arn #=> String
1353
1368
  # resp.studio_component.script_parameters #=> Array
1354
1369
  # resp.studio_component.script_parameters[0].key #=> String
1355
1370
  # resp.studio_component.script_parameters[0].value #=> String
1371
+ # resp.studio_component.secure_initialization_role_arn #=> String
1356
1372
  # resp.studio_component.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
1357
1373
  # resp.studio_component.status_code #=> String, one of "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR"
1358
1374
  # resp.studio_component.status_message #=> String
@@ -1385,7 +1401,7 @@ module Aws::NimbleStudio
1385
1401
  # not need to pass this option.**
1386
1402
  #
1387
1403
  # @option params [required, String] :principal_id
1388
- # The principal ID. This currently supports a Amazon Web Services SSO
1404
+ # The principal ID. This currently supports a IAM Identity Center
1389
1405
  # UserId.
1390
1406
  #
1391
1407
  # @option params [required, String] :studio_id
@@ -1474,11 +1490,11 @@ module Aws::NimbleStudio
1474
1490
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1475
1491
  # resp.launch_profile.name #=> String
1476
1492
  # resp.launch_profile.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
1477
- # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
1493
+ # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
1478
1494
  # resp.launch_profile.status_message #=> String
1479
1495
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1480
1496
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
1481
- # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
1497
+ # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
1482
1498
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1483
1499
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1484
1500
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1552,11 +1568,11 @@ module Aws::NimbleStudio
1552
1568
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1553
1569
  # resp.launch_profile.name #=> String
1554
1570
  # resp.launch_profile.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
1555
- # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
1571
+ # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
1556
1572
  # resp.launch_profile.status_message #=> String
1557
1573
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1558
1574
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
1559
- # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
1575
+ # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
1560
1576
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1561
1577
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1562
1578
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1665,11 +1681,15 @@ module Aws::NimbleStudio
1665
1681
  # resp.launch_profile_initialization.name #=> String
1666
1682
  # resp.launch_profile_initialization.platform #=> String, one of "LINUX", "WINDOWS"
1667
1683
  # resp.launch_profile_initialization.system_initialization_scripts #=> Array
1684
+ # resp.launch_profile_initialization.system_initialization_scripts[0].runtime_role_arn #=> String
1668
1685
  # resp.launch_profile_initialization.system_initialization_scripts[0].script #=> String
1686
+ # resp.launch_profile_initialization.system_initialization_scripts[0].secure_initialization_role_arn #=> String
1669
1687
  # resp.launch_profile_initialization.system_initialization_scripts[0].studio_component_id #=> String
1670
1688
  # resp.launch_profile_initialization.system_initialization_scripts[0].studio_component_name #=> String
1671
1689
  # resp.launch_profile_initialization.user_initialization_scripts #=> Array
1690
+ # resp.launch_profile_initialization.user_initialization_scripts[0].runtime_role_arn #=> String
1672
1691
  # resp.launch_profile_initialization.user_initialization_scripts[0].script #=> String
1692
+ # resp.launch_profile_initialization.user_initialization_scripts[0].secure_initialization_role_arn #=> String
1673
1693
  # resp.launch_profile_initialization.user_initialization_scripts[0].studio_component_id #=> String
1674
1694
  # resp.launch_profile_initialization.user_initialization_scripts[0].studio_component_name #=> String
1675
1695
  #
@@ -1688,7 +1708,7 @@ module Aws::NimbleStudio
1688
1708
  # The Launch Profile ID.
1689
1709
  #
1690
1710
  # @option params [required, String] :principal_id
1691
- # The principal ID. This currently supports a Amazon Web Services SSO
1711
+ # The principal ID. This currently supports a IAM Identity Center
1692
1712
  # UserId.
1693
1713
  #
1694
1714
  # @option params [required, String] :studio_id
@@ -1989,9 +2009,11 @@ module Aws::NimbleStudio
1989
2009
  # resp.studio_component.initialization_scripts[0].run_context #=> String, one of "SYSTEM_INITIALIZATION", "USER_INITIALIZATION"
1990
2010
  # resp.studio_component.initialization_scripts[0].script #=> String
1991
2011
  # resp.studio_component.name #=> String
2012
+ # resp.studio_component.runtime_role_arn #=> String
1992
2013
  # resp.studio_component.script_parameters #=> Array
1993
2014
  # resp.studio_component.script_parameters[0].key #=> String
1994
2015
  # resp.studio_component.script_parameters[0].value #=> String
2016
+ # resp.studio_component.secure_initialization_role_arn #=> String
1995
2017
  # resp.studio_component.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
1996
2018
  # resp.studio_component.status_code #=> String, one of "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR"
1997
2019
  # resp.studio_component.status_message #=> String
@@ -2021,7 +2043,7 @@ module Aws::NimbleStudio
2021
2043
  # Get a user's membership in a studio.
2022
2044
  #
2023
2045
  # @option params [required, String] :principal_id
2024
- # The principal ID. This currently supports a Amazon Web Services SSO
2046
+ # The principal ID. This currently supports a IAM Identity Center
2025
2047
  # UserId.
2026
2048
  #
2027
2049
  # @option params [required, String] :studio_id
@@ -2197,7 +2219,7 @@ module Aws::NimbleStudio
2197
2219
  # The token to request the next page of results.
2198
2220
  #
2199
2221
  # @option params [String] :principal_id
2200
- # The principal ID. This currently supports a Amazon Web Services SSO
2222
+ # The principal ID. This currently supports a IAM Identity Center
2201
2223
  # UserId.
2202
2224
  #
2203
2225
  # @option params [Array<String>] :states
@@ -2237,11 +2259,11 @@ module Aws::NimbleStudio
2237
2259
  # resp.launch_profiles[0].launch_profile_protocol_versions[0] #=> String
2238
2260
  # resp.launch_profiles[0].name #=> String
2239
2261
  # resp.launch_profiles[0].state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
2240
- # resp.launch_profiles[0].status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
2262
+ # resp.launch_profiles[0].status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
2241
2263
  # resp.launch_profiles[0].status_message #=> String
2242
2264
  # resp.launch_profiles[0].stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
2243
2265
  # resp.launch_profiles[0].stream_configuration.ec2_instance_types #=> Array
2244
- # resp.launch_profiles[0].stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
2266
+ # resp.launch_profiles[0].stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
2245
2267
  # resp.launch_profiles[0].stream_configuration.max_session_length_in_minutes #=> Integer
2246
2268
  # resp.launch_profiles[0].stream_configuration.max_stopped_session_length_in_minutes #=> Integer
2247
2269
  # resp.launch_profiles[0].stream_configuration.session_storage.mode #=> Array
@@ -2331,7 +2353,7 @@ module Aws::NimbleStudio
2331
2353
  req.send_request(options)
2332
2354
  end
2333
2355
 
2334
- # Lists the streaming image resources in a studio.
2356
+ # Lists the streaming sessions in a studio.
2335
2357
  #
2336
2358
  # @option params [String] :created_by
2337
2359
  # Filters the request to streaming sessions created by the given user.
@@ -2465,9 +2487,11 @@ module Aws::NimbleStudio
2465
2487
  # resp.studio_components[0].initialization_scripts[0].run_context #=> String, one of "SYSTEM_INITIALIZATION", "USER_INITIALIZATION"
2466
2488
  # resp.studio_components[0].initialization_scripts[0].script #=> String
2467
2489
  # resp.studio_components[0].name #=> String
2490
+ # resp.studio_components[0].runtime_role_arn #=> String
2468
2491
  # resp.studio_components[0].script_parameters #=> Array
2469
2492
  # resp.studio_components[0].script_parameters[0].key #=> String
2470
2493
  # resp.studio_components[0].script_parameters[0].value #=> String
2494
+ # resp.studio_components[0].secure_initialization_role_arn #=> String
2471
2495
  # resp.studio_components[0].state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
2472
2496
  # resp.studio_components[0].status_code #=> String, one of "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR"
2473
2497
  # resp.studio_components[0].status_message #=> String
@@ -2781,20 +2805,19 @@ module Aws::NimbleStudio
2781
2805
  req.send_request(options)
2782
2806
  end
2783
2807
 
2784
- # Repairs the Amazon Web Services SSO configuration for a given studio.
2808
+ # Repairs the IAM Identity Center configuration for a given studio.
2785
2809
  #
2786
- # If the studio has a valid Amazon Web Services SSO configuration
2787
- # currently associated with it, this operation will fail with a
2788
- # validation error.
2810
+ # If the studio has a valid IAM Identity Center configuration currently
2811
+ # associated with it, this operation will fail with a validation error.
2789
2812
  #
2790
- # If the studio does not have a valid Amazon Web Services SSO
2791
- # configuration currently associated with it, then a new Amazon Web
2792
- # Services SSO application is created for the studio and the studio is
2793
- # changed to the READY state.
2813
+ # If the studio does not have a valid IAM Identity Center configuration
2814
+ # currently associated with it, then a new IAM Identity Center
2815
+ # application is created for the studio and the studio is changed to the
2816
+ # READY state.
2794
2817
  #
2795
- # After the Amazon Web Services SSO application is repaired, you must
2796
- # use the Amazon Nimble Studio console to add administrators and users
2797
- # to your studio.
2818
+ # After the IAM Identity Center application is repaired, you must use
2819
+ # the Amazon Nimble Studio console to add administrators and users to
2820
+ # your studio.
2798
2821
  #
2799
2822
  # @option params [String] :client_token
2800
2823
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -3018,7 +3041,7 @@ module Aws::NimbleStudio
3018
3041
  # name: "LaunchProfileName",
3019
3042
  # stream_configuration: {
3020
3043
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
3021
- # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
3044
+ # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
3022
3045
  # max_session_length_in_minutes: 1,
3023
3046
  # max_stopped_session_length_in_minutes: 1,
3024
3047
  # session_storage: {
@@ -3047,11 +3070,11 @@ module Aws::NimbleStudio
3047
3070
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
3048
3071
  # resp.launch_profile.name #=> String
3049
3072
  # resp.launch_profile.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
3050
- # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED"
3073
+ # resp.launch_profile.status_code #=> String, one of "LAUNCH_PROFILE_CREATED", "LAUNCH_PROFILE_UPDATED", "LAUNCH_PROFILE_DELETED", "LAUNCH_PROFILE_CREATE_IN_PROGRESS", "LAUNCH_PROFILE_UPDATE_IN_PROGRESS", "LAUNCH_PROFILE_DELETE_IN_PROGRESS", "INTERNAL_ERROR", "STREAMING_IMAGE_NOT_FOUND", "STREAMING_IMAGE_NOT_READY", "LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "INVALID_SUBNETS_PROVIDED", "INVALID_INSTANCE_TYPES_PROVIDED", "INVALID_SUBNETS_COMBINATION"
3051
3074
  # resp.launch_profile.status_message #=> String
3052
3075
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
3053
3076
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
3054
- # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge"
3077
+ # resp.launch_profile.stream_configuration.ec2_instance_types[0] #=> String, one of "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g3.4xlarge", "g3s.xlarge", "g5.xlarge", "g5.2xlarge", "g5.4xlarge", "g5.8xlarge", "g5.16xlarge"
3055
3078
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
3056
3079
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
3057
3080
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -3099,7 +3122,7 @@ module Aws::NimbleStudio
3099
3122
  # The persona.
3100
3123
  #
3101
3124
  # @option params [required, String] :principal_id
3102
- # The principal ID. This currently supports a Amazon Web Services SSO
3125
+ # The principal ID. This currently supports a IAM Identity Center
3103
3126
  # UserId.
3104
3127
  #
3105
3128
  # @option params [required, String] :studio_id
@@ -3166,8 +3189,8 @@ module Aws::NimbleStudio
3166
3189
  #
3167
3190
  # resp = client.update_streaming_image({
3168
3191
  # client_token: "ClientToken",
3169
- # description: "SyntheticUpdateStreamingImageRequestStreamingImageDescription",
3170
- # name: "SyntheticUpdateStreamingImageRequestStreamingImageName",
3192
+ # description: "StreamingImageDescription",
3193
+ # name: "StreamingImageName",
3171
3194
  # streaming_image_id: "String", # required
3172
3195
  # studio_id: "String", # required
3173
3196
  # })
@@ -3235,11 +3258,11 @@ module Aws::NimbleStudio
3235
3258
  # @example Request syntax with placeholder values
3236
3259
  #
3237
3260
  # resp = client.update_studio({
3238
- # admin_role_arn: "String",
3261
+ # admin_role_arn: "RoleArn",
3239
3262
  # client_token: "ClientToken",
3240
- # display_name: "SyntheticUpdateStudioRequestStudioDisplayName",
3263
+ # display_name: "StudioDisplayName",
3241
3264
  # studio_id: "String", # required
3242
- # user_role_arn: "String",
3265
+ # user_role_arn: "RoleArn",
3243
3266
  # })
3244
3267
  #
3245
3268
  # @example Response structure
@@ -3298,9 +3321,19 @@ module Aws::NimbleStudio
3298
3321
  # @option params [String] :name
3299
3322
  # The name for the studio component.
3300
3323
  #
3324
+ # @option params [String] :runtime_role_arn
3325
+ # An IAM role attached to a Studio Component that gives the studio
3326
+ # component access to AWS resources at anytime while the instance is
3327
+ # running.
3328
+ #
3301
3329
  # @option params [Array<Types::ScriptParameterKeyValue>] :script_parameters
3302
3330
  # Parameters for the studio component scripts.
3303
3331
  #
3332
+ # @option params [String] :secure_initialization_role_arn
3333
+ # An IAM role attached to Studio Component when the system
3334
+ # initialization script runs which give the studio component access to
3335
+ # AWS resources when the system initialization script runs.
3336
+ #
3304
3337
  # @option params [required, String] :studio_component_id
3305
3338
  # The studio component ID.
3306
3339
  #
@@ -3334,16 +3367,16 @@ module Aws::NimbleStudio
3334
3367
  # },
3335
3368
  # compute_farm_configuration: {
3336
3369
  # active_directory_user: "String",
3337
- # endpoint: "SyntheticComputeFarmConfigurationString",
3370
+ # endpoint: "SensitiveString",
3338
3371
  # },
3339
3372
  # license_service_configuration: {
3340
- # endpoint: "SyntheticLicenseServiceConfigurationString",
3373
+ # endpoint: "SensitiveString",
3341
3374
  # },
3342
3375
  # shared_file_system_configuration: {
3343
- # endpoint: "SyntheticSharedFileSystemConfigurationString",
3376
+ # endpoint: "SensitiveString",
3344
3377
  # file_system_id: "String",
3345
3378
  # linux_mount_point: "LinuxMountPoint",
3346
- # share_name: "SyntheticSharedFileSystemConfigurationString",
3379
+ # share_name: "SensitiveString",
3347
3380
  # windows_mount_drive: "WindowsMountDrive",
3348
3381
  # },
3349
3382
  # },
@@ -3358,12 +3391,14 @@ module Aws::NimbleStudio
3358
3391
  # },
3359
3392
  # ],
3360
3393
  # name: "StudioComponentName",
3394
+ # runtime_role_arn: "RoleArn",
3361
3395
  # script_parameters: [
3362
3396
  # {
3363
3397
  # key: "ScriptParameterKey",
3364
3398
  # value: "ScriptParameterValue",
3365
3399
  # },
3366
3400
  # ],
3401
+ # secure_initialization_role_arn: "RoleArn",
3367
3402
  # studio_component_id: "String", # required
3368
3403
  # studio_id: "String", # required
3369
3404
  # subtype: "AWS_MANAGED_MICROSOFT_AD", # accepts AWS_MANAGED_MICROSOFT_AD, AMAZON_FSX_FOR_WINDOWS, AMAZON_FSX_FOR_LUSTRE, CUSTOM
@@ -3397,9 +3432,11 @@ module Aws::NimbleStudio
3397
3432
  # resp.studio_component.initialization_scripts[0].run_context #=> String, one of "SYSTEM_INITIALIZATION", "USER_INITIALIZATION"
3398
3433
  # resp.studio_component.initialization_scripts[0].script #=> String
3399
3434
  # resp.studio_component.name #=> String
3435
+ # resp.studio_component.runtime_role_arn #=> String
3400
3436
  # resp.studio_component.script_parameters #=> Array
3401
3437
  # resp.studio_component.script_parameters[0].key #=> String
3402
3438
  # resp.studio_component.script_parameters[0].value #=> String
3439
+ # resp.studio_component.secure_initialization_role_arn #=> String
3403
3440
  # resp.studio_component.state #=> String, one of "CREATE_IN_PROGRESS", "READY", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DELETE_FAILED", "CREATE_FAILED", "UPDATE_FAILED"
3404
3441
  # resp.studio_component.status_code #=> String, one of "ACTIVE_DIRECTORY_ALREADY_EXISTS", "STUDIO_COMPONENT_CREATED", "STUDIO_COMPONENT_UPDATED", "STUDIO_COMPONENT_DELETED", "ENCRYPTION_KEY_ACCESS_DENIED", "ENCRYPTION_KEY_NOT_FOUND", "STUDIO_COMPONENT_CREATE_IN_PROGRESS", "STUDIO_COMPONENT_UPDATE_IN_PROGRESS", "STUDIO_COMPONENT_DELETE_IN_PROGRESS", "INTERNAL_ERROR"
3405
3442
  # resp.studio_component.status_message #=> String
@@ -3433,7 +3470,7 @@ module Aws::NimbleStudio
3433
3470
  params: params,
3434
3471
  config: config)
3435
3472
  context[:gem_name] = 'aws-sdk-nimblestudio'
3436
- context[:gem_version] = '1.13.0'
3473
+ context[:gem_version] = '1.15.0'
3437
3474
  Seahorse::Client::Request.new(handlers, context)
3438
3475
  end
3439
3476
 
@@ -147,10 +147,12 @@ module Aws::NimbleStudio
147
147
  PutStudioMembersResponse = Shapes::StructureShape.new(name: 'PutStudioMembersResponse')
148
148
  Region = Shapes::StringShape.new(name: 'Region')
149
149
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
150
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
150
151
  ScriptParameterKey = Shapes::StringShape.new(name: 'ScriptParameterKey')
151
152
  ScriptParameterKeyValue = Shapes::StructureShape.new(name: 'ScriptParameterKeyValue')
152
153
  ScriptParameterValue = Shapes::StringShape.new(name: 'ScriptParameterValue')
153
154
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
155
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
154
156
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
155
157
  SharedFileSystemConfiguration = Shapes::StructureShape.new(name: 'SharedFileSystemConfiguration')
156
158
  StartStreamingSessionRequest = Shapes::StructureShape.new(name: 'StartStreamingSessionRequest')
@@ -166,12 +168,14 @@ module Aws::NimbleStudio
166
168
  StreamConfigurationSessionStorage = Shapes::StructureShape.new(name: 'StreamConfigurationSessionStorage')
167
169
  StreamingClipboardMode = Shapes::StringShape.new(name: 'StreamingClipboardMode')
168
170
  StreamingImage = Shapes::StructureShape.new(name: 'StreamingImage')
171
+ StreamingImageDescription = Shapes::StringShape.new(name: 'StreamingImageDescription')
169
172
  StreamingImageEncryptionConfiguration = Shapes::StructureShape.new(name: 'StreamingImageEncryptionConfiguration')
170
173
  StreamingImageEncryptionConfigurationKeyArn = Shapes::StringShape.new(name: 'StreamingImageEncryptionConfigurationKeyArn')
171
174
  StreamingImageEncryptionConfigurationKeyType = Shapes::StringShape.new(name: 'StreamingImageEncryptionConfigurationKeyType')
172
175
  StreamingImageId = Shapes::StringShape.new(name: 'StreamingImageId')
173
176
  StreamingImageIdList = Shapes::ListShape.new(name: 'StreamingImageIdList')
174
177
  StreamingImageList = Shapes::ListShape.new(name: 'StreamingImageList')
178
+ StreamingImageName = Shapes::StringShape.new(name: 'StreamingImageName')
175
179
  StreamingImageOwner = Shapes::StringShape.new(name: 'StreamingImageOwner')
176
180
  StreamingImagePlatform = Shapes::StringShape.new(name: 'StreamingImagePlatform')
177
181
  StreamingImageState = Shapes::StringShape.new(name: 'StreamingImageState')
@@ -215,6 +219,7 @@ module Aws::NimbleStudio
215
219
  StudioComponentSummaryList = Shapes::ListShape.new(name: 'StudioComponentSummaryList')
216
220
  StudioComponentType = Shapes::StringShape.new(name: 'StudioComponentType')
217
221
  StudioComponentTypeList = Shapes::ListShape.new(name: 'StudioComponentTypeList')
222
+ StudioDisplayName = Shapes::StringShape.new(name: 'StudioDisplayName')
218
223
  StudioEncryptionConfiguration = Shapes::StructureShape.new(name: 'StudioEncryptionConfiguration')
219
224
  StudioEncryptionConfigurationKeyArn = Shapes::StringShape.new(name: 'StudioEncryptionConfigurationKeyArn')
220
225
  StudioEncryptionConfigurationKeyType = Shapes::StringShape.new(name: 'StudioEncryptionConfigurationKeyType')
@@ -225,19 +230,6 @@ module Aws::NimbleStudio
225
230
  StudioPersona = Shapes::StringShape.new(name: 'StudioPersona')
226
231
  StudioState = Shapes::StringShape.new(name: 'StudioState')
227
232
  StudioStatusCode = Shapes::StringShape.new(name: 'StudioStatusCode')
228
- SyntheticComputeFarmConfigurationString = Shapes::StringShape.new(name: 'SyntheticComputeFarmConfigurationString')
229
- SyntheticCreateStreamingImageRequestStreamingImageDescription = Shapes::StringShape.new(name: 'SyntheticCreateStreamingImageRequestStreamingImageDescription')
230
- SyntheticCreateStreamingImageRequestStreamingImageName = Shapes::StringShape.new(name: 'SyntheticCreateStreamingImageRequestStreamingImageName')
231
- SyntheticCreateStudioRequestStudioDisplayName = Shapes::StringShape.new(name: 'SyntheticCreateStudioRequestStudioDisplayName')
232
- SyntheticLicenseServiceConfigurationString = Shapes::StringShape.new(name: 'SyntheticLicenseServiceConfigurationString')
233
- SyntheticSharedFileSystemConfigurationString = Shapes::StringShape.new(name: 'SyntheticSharedFileSystemConfigurationString')
234
- SyntheticStreamingImageStreamingImageDescription = Shapes::StringShape.new(name: 'SyntheticStreamingImageStreamingImageDescription')
235
- SyntheticStreamingImageStreamingImageName = Shapes::StringShape.new(name: 'SyntheticStreamingImageStreamingImageName')
236
- SyntheticStreamingSessionStreamString = Shapes::StringShape.new(name: 'SyntheticStreamingSessionStreamString')
237
- SyntheticStudioStudioDisplayName = Shapes::StringShape.new(name: 'SyntheticStudioStudioDisplayName')
238
- SyntheticUpdateStreamingImageRequestStreamingImageDescription = Shapes::StringShape.new(name: 'SyntheticUpdateStreamingImageRequestStreamingImageDescription')
239
- SyntheticUpdateStreamingImageRequestStreamingImageName = Shapes::StringShape.new(name: 'SyntheticUpdateStreamingImageRequestStreamingImageName')
240
- SyntheticUpdateStudioRequestStudioDisplayName = Shapes::StringShape.new(name: 'SyntheticUpdateStudioRequestStudioDisplayName')
241
233
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
242
234
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
243
235
  Tags = Shapes::MapShape.new(name: 'Tags')
@@ -287,7 +279,7 @@ module Aws::NimbleStudio
287
279
  ActiveDirectoryDnsIpAddressList.member = Shapes::ShapeRef.new(shape: ActiveDirectoryDnsIpAddress)
288
280
 
289
281
  ComputeFarmConfiguration.add_member(:active_directory_user, Shapes::ShapeRef.new(shape: String, location_name: "activeDirectoryUser"))
290
- ComputeFarmConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SyntheticComputeFarmConfigurationString, location_name: "endpoint"))
282
+ ComputeFarmConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "endpoint"))
291
283
  ComputeFarmConfiguration.struct_class = Types::ComputeFarmConfiguration
292
284
 
293
285
  ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
@@ -310,9 +302,9 @@ module Aws::NimbleStudio
310
302
  CreateLaunchProfileResponse.struct_class = Types::CreateLaunchProfileResponse
311
303
 
312
304
  CreateStreamingImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
313
- CreateStreamingImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: SyntheticCreateStreamingImageRequestStreamingImageDescription, location_name: "description"))
305
+ CreateStreamingImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StreamingImageDescription, location_name: "description"))
314
306
  CreateStreamingImageRequest.add_member(:ec2_image_id, Shapes::ShapeRef.new(shape: EC2ImageId, required: true, location_name: "ec2ImageId"))
315
- CreateStreamingImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: SyntheticCreateStreamingImageRequestStreamingImageName, required: true, location_name: "name"))
307
+ CreateStreamingImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: StreamingImageName, required: true, location_name: "name"))
316
308
  CreateStreamingImageRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
317
309
  CreateStreamingImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
318
310
  CreateStreamingImageRequest.struct_class = Types::CreateStreamingImageRequest
@@ -347,7 +339,9 @@ module Aws::NimbleStudio
347
339
  CreateStudioComponentRequest.add_member(:ec2_security_group_ids, Shapes::ShapeRef.new(shape: StudioComponentSecurityGroupIdList, location_name: "ec2SecurityGroupIds"))
348
340
  CreateStudioComponentRequest.add_member(:initialization_scripts, Shapes::ShapeRef.new(shape: StudioComponentInitializationScriptList, location_name: "initializationScripts"))
349
341
  CreateStudioComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: StudioComponentName, required: true, location_name: "name"))
342
+ CreateStudioComponentRequest.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
350
343
  CreateStudioComponentRequest.add_member(:script_parameters, Shapes::ShapeRef.new(shape: StudioComponentScriptParameterKeyValueList, location_name: "scriptParameters"))
344
+ CreateStudioComponentRequest.add_member(:secure_initialization_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "secureInitializationRoleArn"))
351
345
  CreateStudioComponentRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
352
346
  CreateStudioComponentRequest.add_member(:subtype, Shapes::ShapeRef.new(shape: StudioComponentSubtype, location_name: "subtype"))
353
347
  CreateStudioComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -357,13 +351,13 @@ module Aws::NimbleStudio
357
351
  CreateStudioComponentResponse.add_member(:studio_component, Shapes::ShapeRef.new(shape: StudioComponent, location_name: "studioComponent"))
358
352
  CreateStudioComponentResponse.struct_class = Types::CreateStudioComponentResponse
359
353
 
360
- CreateStudioRequest.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "adminRoleArn"))
354
+ CreateStudioRequest.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "adminRoleArn"))
361
355
  CreateStudioRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
362
- CreateStudioRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: SyntheticCreateStudioRequestStudioDisplayName, required: true, location_name: "displayName"))
356
+ CreateStudioRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: StudioDisplayName, required: true, location_name: "displayName"))
363
357
  CreateStudioRequest.add_member(:studio_encryption_configuration, Shapes::ShapeRef.new(shape: StudioEncryptionConfiguration, location_name: "studioEncryptionConfiguration"))
364
358
  CreateStudioRequest.add_member(:studio_name, Shapes::ShapeRef.new(shape: StudioName, required: true, location_name: "studioName"))
365
359
  CreateStudioRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
366
- CreateStudioRequest.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userRoleArn"))
360
+ CreateStudioRequest.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "userRoleArn"))
367
361
  CreateStudioRequest.struct_class = Types::CreateStudioRequest
368
362
 
369
363
  CreateStudioResponse.add_member(:studio, Shapes::ShapeRef.new(shape: Studio, location_name: "studio"))
@@ -574,7 +568,9 @@ module Aws::NimbleStudio
574
568
  LaunchProfileInitializationActiveDirectory.add_member(:studio_component_name, Shapes::ShapeRef.new(shape: StudioComponentName, location_name: "studioComponentName"))
575
569
  LaunchProfileInitializationActiveDirectory.struct_class = Types::LaunchProfileInitializationActiveDirectory
576
570
 
571
+ LaunchProfileInitializationScript.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
577
572
  LaunchProfileInitializationScript.add_member(:script, Shapes::ShapeRef.new(shape: StudioComponentInitializationScriptContent, location_name: "script"))
573
+ LaunchProfileInitializationScript.add_member(:secure_initialization_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "secureInitializationRoleArn"))
578
574
  LaunchProfileInitializationScript.add_member(:studio_component_id, Shapes::ShapeRef.new(shape: StudioComponentId, location_name: "studioComponentId"))
579
575
  LaunchProfileInitializationScript.add_member(:studio_component_name, Shapes::ShapeRef.new(shape: StudioComponentName, location_name: "studioComponentName"))
580
576
  LaunchProfileInitializationScript.struct_class = Types::LaunchProfileInitializationScript
@@ -599,7 +595,7 @@ module Aws::NimbleStudio
599
595
 
600
596
  LaunchProfileStudioComponentIdList.member = Shapes::ShapeRef.new(shape: String)
601
597
 
602
- LicenseServiceConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SyntheticLicenseServiceConfigurationString, location_name: "endpoint"))
598
+ LicenseServiceConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "endpoint"))
603
599
  LicenseServiceConfiguration.struct_class = Types::LicenseServiceConfiguration
604
600
 
605
601
  ListEulaAcceptancesRequest.add_member(:eula_ids, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "eulaIds"))
@@ -736,10 +732,10 @@ module Aws::NimbleStudio
736
732
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
737
733
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
738
734
 
739
- SharedFileSystemConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SyntheticSharedFileSystemConfigurationString, location_name: "endpoint"))
735
+ SharedFileSystemConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "endpoint"))
740
736
  SharedFileSystemConfiguration.add_member(:file_system_id, Shapes::ShapeRef.new(shape: String, location_name: "fileSystemId"))
741
737
  SharedFileSystemConfiguration.add_member(:linux_mount_point, Shapes::ShapeRef.new(shape: LinuxMountPoint, location_name: "linuxMountPoint"))
742
- SharedFileSystemConfiguration.add_member(:share_name, Shapes::ShapeRef.new(shape: SyntheticSharedFileSystemConfigurationString, location_name: "shareName"))
738
+ SharedFileSystemConfiguration.add_member(:share_name, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "shareName"))
743
739
  SharedFileSystemConfiguration.add_member(:windows_mount_drive, Shapes::ShapeRef.new(shape: WindowsMountDrive, location_name: "windowsMountDrive"))
744
740
  SharedFileSystemConfiguration.struct_class = Types::SharedFileSystemConfiguration
745
741
 
@@ -787,11 +783,11 @@ module Aws::NimbleStudio
787
783
  StreamConfigurationSessionStorage.struct_class = Types::StreamConfigurationSessionStorage
788
784
 
789
785
  StreamingImage.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
790
- StreamingImage.add_member(:description, Shapes::ShapeRef.new(shape: SyntheticStreamingImageStreamingImageDescription, location_name: "description"))
786
+ StreamingImage.add_member(:description, Shapes::ShapeRef.new(shape: StreamingImageDescription, location_name: "description"))
791
787
  StreamingImage.add_member(:ec2_image_id, Shapes::ShapeRef.new(shape: EC2ImageId, location_name: "ec2ImageId"))
792
788
  StreamingImage.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: StreamingImageEncryptionConfiguration, location_name: "encryptionConfiguration"))
793
789
  StreamingImage.add_member(:eula_ids, Shapes::ShapeRef.new(shape: EulaIdList, location_name: "eulaIds"))
794
- StreamingImage.add_member(:name, Shapes::ShapeRef.new(shape: SyntheticStreamingImageStreamingImageName, location_name: "name"))
790
+ StreamingImage.add_member(:name, Shapes::ShapeRef.new(shape: StreamingImageName, location_name: "name"))
795
791
  StreamingImage.add_member(:owner, Shapes::ShapeRef.new(shape: StreamingImageOwner, location_name: "owner"))
796
792
  StreamingImage.add_member(:platform, Shapes::ShapeRef.new(shape: StreamingImagePlatform, location_name: "platform"))
797
793
  StreamingImage.add_member(:state, Shapes::ShapeRef.new(shape: StreamingImageState, location_name: "state"))
@@ -848,15 +844,15 @@ module Aws::NimbleStudio
848
844
  StreamingSessionStream.add_member(:state, Shapes::ShapeRef.new(shape: StreamingSessionStreamState, location_name: "state"))
849
845
  StreamingSessionStream.add_member(:status_code, Shapes::ShapeRef.new(shape: StreamingSessionStreamStatusCode, location_name: "statusCode"))
850
846
  StreamingSessionStream.add_member(:stream_id, Shapes::ShapeRef.new(shape: String, location_name: "streamId"))
851
- StreamingSessionStream.add_member(:url, Shapes::ShapeRef.new(shape: SyntheticStreamingSessionStreamString, location_name: "url"))
847
+ StreamingSessionStream.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "url"))
852
848
  StreamingSessionStream.struct_class = Types::StreamingSessionStream
853
849
 
854
850
  StringList.member = Shapes::ShapeRef.new(shape: String)
855
851
 
856
- Studio.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "adminRoleArn"))
852
+ Studio.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "adminRoleArn"))
857
853
  Studio.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
858
854
  Studio.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
859
- Studio.add_member(:display_name, Shapes::ShapeRef.new(shape: SyntheticStudioStudioDisplayName, location_name: "displayName"))
855
+ Studio.add_member(:display_name, Shapes::ShapeRef.new(shape: StudioDisplayName, location_name: "displayName"))
860
856
  Studio.add_member(:home_region, Shapes::ShapeRef.new(shape: Region, location_name: "homeRegion"))
861
857
  Studio.add_member(:sso_client_id, Shapes::ShapeRef.new(shape: String, location_name: "ssoClientId"))
862
858
  Studio.add_member(:state, Shapes::ShapeRef.new(shape: StudioState, location_name: "state"))
@@ -868,7 +864,7 @@ module Aws::NimbleStudio
868
864
  Studio.add_member(:studio_url, Shapes::ShapeRef.new(shape: String, location_name: "studioUrl"))
869
865
  Studio.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
870
866
  Studio.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
871
- Studio.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "userRoleArn"))
867
+ Studio.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "userRoleArn"))
872
868
  Studio.struct_class = Types::Studio
873
869
 
874
870
  StudioComponent.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
@@ -879,7 +875,9 @@ module Aws::NimbleStudio
879
875
  StudioComponent.add_member(:ec2_security_group_ids, Shapes::ShapeRef.new(shape: StudioComponentSecurityGroupIdList, location_name: "ec2SecurityGroupIds"))
880
876
  StudioComponent.add_member(:initialization_scripts, Shapes::ShapeRef.new(shape: StudioComponentInitializationScriptList, location_name: "initializationScripts"))
881
877
  StudioComponent.add_member(:name, Shapes::ShapeRef.new(shape: StudioComponentName, location_name: "name"))
878
+ StudioComponent.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
882
879
  StudioComponent.add_member(:script_parameters, Shapes::ShapeRef.new(shape: StudioComponentScriptParameterKeyValueList, location_name: "scriptParameters"))
880
+ StudioComponent.add_member(:secure_initialization_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "secureInitializationRoleArn"))
883
881
  StudioComponent.add_member(:state, Shapes::ShapeRef.new(shape: StudioComponentState, location_name: "state"))
884
882
  StudioComponent.add_member(:status_code, Shapes::ShapeRef.new(shape: StudioComponentStatusCode, location_name: "statusCode"))
885
883
  StudioComponent.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
@@ -992,8 +990,8 @@ module Aws::NimbleStudio
992
990
  UpdateLaunchProfileResponse.struct_class = Types::UpdateLaunchProfileResponse
993
991
 
994
992
  UpdateStreamingImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
995
- UpdateStreamingImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: SyntheticUpdateStreamingImageRequestStreamingImageDescription, location_name: "description"))
996
- UpdateStreamingImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: SyntheticUpdateStreamingImageRequestStreamingImageName, location_name: "name"))
993
+ UpdateStreamingImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: StreamingImageDescription, location_name: "description"))
994
+ UpdateStreamingImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: StreamingImageName, location_name: "name"))
997
995
  UpdateStreamingImageRequest.add_member(:streaming_image_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "streamingImageId"))
998
996
  UpdateStreamingImageRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
999
997
  UpdateStreamingImageRequest.struct_class = Types::UpdateStreamingImageRequest
@@ -1007,7 +1005,9 @@ module Aws::NimbleStudio
1007
1005
  UpdateStudioComponentRequest.add_member(:ec2_security_group_ids, Shapes::ShapeRef.new(shape: StudioComponentSecurityGroupIdList, location_name: "ec2SecurityGroupIds"))
1008
1006
  UpdateStudioComponentRequest.add_member(:initialization_scripts, Shapes::ShapeRef.new(shape: StudioComponentInitializationScriptList, location_name: "initializationScripts"))
1009
1007
  UpdateStudioComponentRequest.add_member(:name, Shapes::ShapeRef.new(shape: StudioComponentName, location_name: "name"))
1008
+ UpdateStudioComponentRequest.add_member(:runtime_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "runtimeRoleArn"))
1010
1009
  UpdateStudioComponentRequest.add_member(:script_parameters, Shapes::ShapeRef.new(shape: StudioComponentScriptParameterKeyValueList, location_name: "scriptParameters"))
1010
+ UpdateStudioComponentRequest.add_member(:secure_initialization_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "secureInitializationRoleArn"))
1011
1011
  UpdateStudioComponentRequest.add_member(:studio_component_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioComponentId"))
1012
1012
  UpdateStudioComponentRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
1013
1013
  UpdateStudioComponentRequest.add_member(:subtype, Shapes::ShapeRef.new(shape: StudioComponentSubtype, location_name: "subtype"))
@@ -1017,11 +1017,11 @@ module Aws::NimbleStudio
1017
1017
  UpdateStudioComponentResponse.add_member(:studio_component, Shapes::ShapeRef.new(shape: StudioComponent, location_name: "studioComponent"))
1018
1018
  UpdateStudioComponentResponse.struct_class = Types::UpdateStudioComponentResponse
1019
1019
 
1020
- UpdateStudioRequest.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "adminRoleArn"))
1020
+ UpdateStudioRequest.add_member(:admin_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "adminRoleArn"))
1021
1021
  UpdateStudioRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
1022
- UpdateStudioRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: SyntheticUpdateStudioRequestStudioDisplayName, location_name: "displayName"))
1022
+ UpdateStudioRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: StudioDisplayName, location_name: "displayName"))
1023
1023
  UpdateStudioRequest.add_member(:studio_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "studioId"))
1024
- UpdateStudioRequest.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "userRoleArn"))
1024
+ UpdateStudioRequest.add_member(:user_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "userRoleArn"))
1025
1025
  UpdateStudioRequest.struct_class = Types::UpdateStudioRequest
1026
1026
 
1027
1027
  UpdateStudioResponse.add_member(:studio, Shapes::ShapeRef.new(shape: Studio, required: true, location_name: "studio"))
@@ -34,7 +34,7 @@ module Aws::NimbleStudio
34
34
  # @return [Array<String>]
35
35
  #
36
36
  # @!attribute [rw] studio_id
37
- # A collection of EULA IDs.
37
+ # The studio ID.
38
38
  # @return [String]
39
39
  #
40
40
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/AcceptEulasRequest AWS API Documentation
@@ -161,7 +161,7 @@ module Aws::NimbleStudio
161
161
  #
162
162
  # {
163
163
  # active_directory_user: "String",
164
- # endpoint: "SyntheticComputeFarmConfigurationString",
164
+ # endpoint: "SensitiveString",
165
165
  # }
166
166
  #
167
167
  # @!attribute [rw] active_directory_user
@@ -218,7 +218,7 @@ module Aws::NimbleStudio
218
218
  # name: "LaunchProfileName", # required
219
219
  # stream_configuration: { # required
220
220
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
221
- # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
221
+ # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
222
222
  # max_session_length_in_minutes: 1,
223
223
  # max_stopped_session_length_in_minutes: 1,
224
224
  # session_storage: {
@@ -317,9 +317,9 @@ module Aws::NimbleStudio
317
317
  #
318
318
  # {
319
319
  # client_token: "ClientToken",
320
- # description: "SyntheticCreateStreamingImageRequestStreamingImageDescription",
320
+ # description: "StreamingImageDescription",
321
321
  # ec2_image_id: "EC2ImageId", # required
322
- # name: "SyntheticCreateStreamingImageRequestStreamingImageName", # required
322
+ # name: "StreamingImageName", # required
323
323
  # studio_id: "String", # required
324
324
  # tags: {
325
325
  # "String" => "String",
@@ -388,7 +388,7 @@ module Aws::NimbleStudio
388
388
  #
389
389
  # {
390
390
  # client_token: "ClientToken",
391
- # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
391
+ # ec2_instance_type: "g4dn.xlarge", # accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
392
392
  # launch_profile_id: "String",
393
393
  # owned_by: "String",
394
394
  # streaming_image_id: "StreamingImageId",
@@ -534,16 +534,16 @@ module Aws::NimbleStudio
534
534
  # },
535
535
  # compute_farm_configuration: {
536
536
  # active_directory_user: "String",
537
- # endpoint: "SyntheticComputeFarmConfigurationString",
537
+ # endpoint: "SensitiveString",
538
538
  # },
539
539
  # license_service_configuration: {
540
- # endpoint: "SyntheticLicenseServiceConfigurationString",
540
+ # endpoint: "SensitiveString",
541
541
  # },
542
542
  # shared_file_system_configuration: {
543
- # endpoint: "SyntheticSharedFileSystemConfigurationString",
543
+ # endpoint: "SensitiveString",
544
544
  # file_system_id: "String",
545
545
  # linux_mount_point: "LinuxMountPoint",
546
- # share_name: "SyntheticSharedFileSystemConfigurationString",
546
+ # share_name: "SensitiveString",
547
547
  # windows_mount_drive: "WindowsMountDrive",
548
548
  # },
549
549
  # },
@@ -558,12 +558,14 @@ module Aws::NimbleStudio
558
558
  # },
559
559
  # ],
560
560
  # name: "StudioComponentName", # required
561
+ # runtime_role_arn: "RoleArn",
561
562
  # script_parameters: [
562
563
  # {
563
564
  # key: "ScriptParameterKey",
564
565
  # value: "ScriptParameterValue",
565
566
  # },
566
567
  # ],
568
+ # secure_initialization_role_arn: "RoleArn",
567
569
  # studio_id: "String", # required
568
570
  # subtype: "AWS_MANAGED_MICROSOFT_AD", # accepts AWS_MANAGED_MICROSOFT_AD, AMAZON_FSX_FOR_WINDOWS, AMAZON_FSX_FOR_LUSTRE, CUSTOM
569
571
  # tags: {
@@ -602,10 +604,22 @@ module Aws::NimbleStudio
602
604
  # The name for the studio component.
603
605
  # @return [String]
604
606
  #
607
+ # @!attribute [rw] runtime_role_arn
608
+ # An IAM role attached to a Studio Component that gives the studio
609
+ # component access to AWS resources at anytime while the instance is
610
+ # running.
611
+ # @return [String]
612
+ #
605
613
  # @!attribute [rw] script_parameters
606
614
  # Parameters for the studio component scripts.
607
615
  # @return [Array<Types::ScriptParameterKeyValue>]
608
616
  #
617
+ # @!attribute [rw] secure_initialization_role_arn
618
+ # An IAM role attached to Studio Component when the system
619
+ # initialization script runs which give the studio component access to
620
+ # AWS resources when the system initialization script runs.
621
+ # @return [String]
622
+ #
609
623
  # @!attribute [rw] studio_id
610
624
  # The studio ID.
611
625
  # @return [String]
@@ -632,7 +646,9 @@ module Aws::NimbleStudio
632
646
  :ec2_security_group_ids,
633
647
  :initialization_scripts,
634
648
  :name,
649
+ :runtime_role_arn,
635
650
  :script_parameters,
651
+ :secure_initialization_role_arn,
636
652
  :studio_id,
637
653
  :subtype,
638
654
  :tags,
@@ -657,9 +673,9 @@ module Aws::NimbleStudio
657
673
  # data as a hash:
658
674
  #
659
675
  # {
660
- # admin_role_arn: "String", # required
676
+ # admin_role_arn: "RoleArn", # required
661
677
  # client_token: "ClientToken",
662
- # display_name: "SyntheticCreateStudioRequestStudioDisplayName", # required
678
+ # display_name: "StudioDisplayName", # required
663
679
  # studio_encryption_configuration: {
664
680
  # key_arn: "StudioEncryptionConfigurationKeyArn",
665
681
  # key_type: "AWS_OWNED_KEY", # required, accepts AWS_OWNED_KEY, CUSTOMER_MANAGED_KEY
@@ -668,7 +684,7 @@ module Aws::NimbleStudio
668
684
  # tags: {
669
685
  # "String" => "String",
670
686
  # },
671
- # user_role_arn: "String", # required
687
+ # user_role_arn: "RoleArn", # required
672
688
  # }
673
689
  #
674
690
  # @!attribute [rw] admin_role_arn
@@ -760,7 +776,7 @@ module Aws::NimbleStudio
760
776
  # @return [String]
761
777
  #
762
778
  # @!attribute [rw] principal_id
763
- # The principal ID. This currently supports a Amazon Web Services SSO
779
+ # The principal ID. This currently supports a IAM Identity Center
764
780
  # UserId.
765
781
  # @return [String]
766
782
  #
@@ -999,7 +1015,7 @@ module Aws::NimbleStudio
999
1015
  # @return [String]
1000
1016
  #
1001
1017
  # @!attribute [rw] principal_id
1002
- # The principal ID. This currently supports a Amazon Web Services SSO
1018
+ # The principal ID. This currently supports a IAM Identity Center
1003
1019
  # UserId.
1004
1020
  # @return [String]
1005
1021
  #
@@ -1283,7 +1299,7 @@ module Aws::NimbleStudio
1283
1299
  # @return [String]
1284
1300
  #
1285
1301
  # @!attribute [rw] principal_id
1286
- # The principal ID. This currently supports a Amazon Web Services SSO
1302
+ # The principal ID. This currently supports a IAM Identity Center
1287
1303
  # UserId.
1288
1304
  # @return [String]
1289
1305
  #
@@ -1513,7 +1529,7 @@ module Aws::NimbleStudio
1513
1529
  # }
1514
1530
  #
1515
1531
  # @!attribute [rw] principal_id
1516
- # The principal ID. This currently supports a Amazon Web Services SSO
1532
+ # The principal ID. This currently supports a IAM Identity Center
1517
1533
  # UserId.
1518
1534
  # @return [String]
1519
1535
  #
@@ -1810,10 +1826,22 @@ module Aws::NimbleStudio
1810
1826
  # The Launch Profile Initialization Script is used when start streaming
1811
1827
  # session runs.
1812
1828
  #
1829
+ # @!attribute [rw] runtime_role_arn
1830
+ # An IAM role attached to a Studio Component that gives the studio
1831
+ # component access to AWS resources at anytime while the instance is
1832
+ # running.
1833
+ # @return [String]
1834
+ #
1813
1835
  # @!attribute [rw] script
1814
1836
  # The initialization script.
1815
1837
  # @return [String]
1816
1838
  #
1839
+ # @!attribute [rw] secure_initialization_role_arn
1840
+ # An IAM role attached to Studio Component when the system
1841
+ # initialization script runs which give the studio component access to
1842
+ # AWS resources when the system initialization script runs.
1843
+ # @return [String]
1844
+ #
1817
1845
  # @!attribute [rw] studio_component_id
1818
1846
  # The unique identifier for a studio component resource.
1819
1847
  # @return [String]
@@ -1825,7 +1853,9 @@ module Aws::NimbleStudio
1825
1853
  # @see http://docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/LaunchProfileInitializationScript AWS API Documentation
1826
1854
  #
1827
1855
  class LaunchProfileInitializationScript < Struct.new(
1856
+ :runtime_role_arn,
1828
1857
  :script,
1858
+ :secure_initialization_role_arn,
1829
1859
  :studio_component_id,
1830
1860
  :studio_component_name)
1831
1861
  SENSITIVE = [:script, :studio_component_name]
@@ -1888,7 +1918,7 @@ module Aws::NimbleStudio
1888
1918
  # data as a hash:
1889
1919
  #
1890
1920
  # {
1891
- # endpoint: "SyntheticLicenseServiceConfigurationString",
1921
+ # endpoint: "SensitiveString",
1892
1922
  # }
1893
1923
  #
1894
1924
  # @!attribute [rw] endpoint
@@ -2071,7 +2101,7 @@ module Aws::NimbleStudio
2071
2101
  # @return [String]
2072
2102
  #
2073
2103
  # @!attribute [rw] principal_id
2074
- # The principal ID. This currently supports a Amazon Web Services SSO
2104
+ # The principal ID. This currently supports a IAM Identity Center
2075
2105
  # UserId.
2076
2106
  # @return [String]
2077
2107
  #
@@ -2656,10 +2686,10 @@ module Aws::NimbleStudio
2656
2686
  # data as a hash:
2657
2687
  #
2658
2688
  # {
2659
- # endpoint: "SyntheticSharedFileSystemConfigurationString",
2689
+ # endpoint: "SensitiveString",
2660
2690
  # file_system_id: "String",
2661
2691
  # linux_mount_point: "LinuxMountPoint",
2662
- # share_name: "SyntheticSharedFileSystemConfigurationString",
2692
+ # share_name: "SensitiveString",
2663
2693
  # windows_mount_drive: "WindowsMountDrive",
2664
2694
  # }
2665
2695
  #
@@ -2870,13 +2900,13 @@ module Aws::NimbleStudio
2870
2900
  # If you then call `StopStreamingSession`, the session fails. If the
2871
2901
  # time that a session stays in the READY state exceeds the
2872
2902
  # `maxSessionLengthInMinutes` value, the session will automatically be
2873
- # terminated by AWS (instead of stopped).
2903
+ # terminated (instead of stopped).
2874
2904
  #
2875
2905
  # If the value is set to a positive number, the session can be
2876
2906
  # stopped. You can call `StopStreamingSession` to stop sessions in the
2877
2907
  # READY state. If the time that a session stays in the READY state
2878
2908
  # exceeds the `maxSessionLengthInMinutes` value, the session will
2879
- # automatically be stopped by AWS (instead of terminated).
2909
+ # automatically be stopped (instead of terminated).
2880
2910
  # @return [Integer]
2881
2911
  #
2882
2912
  # @!attribute [rw] session_storage
@@ -2909,7 +2939,7 @@ module Aws::NimbleStudio
2909
2939
  #
2910
2940
  # {
2911
2941
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
2912
- # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
2942
+ # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
2913
2943
  # max_session_length_in_minutes: 1,
2914
2944
  # max_stopped_session_length_in_minutes: 1,
2915
2945
  # session_storage: {
@@ -2949,13 +2979,13 @@ module Aws::NimbleStudio
2949
2979
  # If you then call `StopStreamingSession`, the session fails. If the
2950
2980
  # time that a session stays in the READY state exceeds the
2951
2981
  # `maxSessionLengthInMinutes` value, the session will automatically be
2952
- # terminated by AWS (instead of stopped).
2982
+ # terminated (instead of stopped).
2953
2983
  #
2954
2984
  # If the value is set to a positive number, the session can be
2955
2985
  # stopped. You can call `StopStreamingSession` to stop sessions in the
2956
2986
  # READY state. If the time that a session stays in the READY state
2957
2987
  # exceeds the `maxSessionLengthInMinutes` value, the session will
2958
- # automatically be stopped by AWS (instead of terminated).
2988
+ # automatically be stopped (instead of terminated).
2959
2989
  # @return [Integer]
2960
2990
  #
2961
2991
  # @!attribute [rw] session_storage
@@ -3333,8 +3363,8 @@ module Aws::NimbleStudio
3333
3363
  #
3334
3364
  # When creating a studio, you must provides two IAM roles for use with
3335
3365
  # the Nimble Studio portal. These roles are assumed by your users when
3336
- # they log in to the Nimble Studio portal via Amazon Web Services SSO
3337
- # and your identity source.
3366
+ # they log in to the Nimble Studio portal via IAM Identity Center and
3367
+ # your identity source.
3338
3368
  #
3339
3369
  # The user role must have the AmazonNimbleStudio-StudioUser managed
3340
3370
  # policy attached for the portal to function properly.
@@ -3369,9 +3399,9 @@ module Aws::NimbleStudio
3369
3399
  # @return [String]
3370
3400
  #
3371
3401
  # @!attribute [rw] sso_client_id
3372
- # The Amazon Web Services SSO application client ID used to integrate
3373
- # with Amazon Web Services SSO to enable Amazon Web Services SSO users
3374
- # to log in to Nimble Studio portal.
3402
+ # The IAM Identity Center application client ID used to integrate with
3403
+ # IAM Identity Center to enable IAM Identity Center users to log in to
3404
+ # Nimble Studio portal.
3375
3405
  # @return [String]
3376
3406
  #
3377
3407
  # @!attribute [rw] state
@@ -3489,10 +3519,22 @@ module Aws::NimbleStudio
3489
3519
  # A friendly name for the studio component resource.
3490
3520
  # @return [String]
3491
3521
  #
3522
+ # @!attribute [rw] runtime_role_arn
3523
+ # An IAM role attached to a Studio Component that gives the studio
3524
+ # component access to AWS resources at anytime while the instance is
3525
+ # running.
3526
+ # @return [String]
3527
+ #
3492
3528
  # @!attribute [rw] script_parameters
3493
3529
  # Parameters for the studio component scripts.
3494
3530
  # @return [Array<Types::ScriptParameterKeyValue>]
3495
3531
  #
3532
+ # @!attribute [rw] secure_initialization_role_arn
3533
+ # An IAM role attached to Studio Component when the system
3534
+ # initialization script runs which give the studio component access to
3535
+ # AWS resources when the system initialization script runs.
3536
+ # @return [String]
3537
+ #
3496
3538
  # @!attribute [rw] state
3497
3539
  # The current state.
3498
3540
  # @return [String]
@@ -3542,7 +3584,9 @@ module Aws::NimbleStudio
3542
3584
  :ec2_security_group_ids,
3543
3585
  :initialization_scripts,
3544
3586
  :name,
3587
+ :runtime_role_arn,
3545
3588
  :script_parameters,
3589
+ :secure_initialization_role_arn,
3546
3590
  :state,
3547
3591
  :status_code,
3548
3592
  :status_message,
@@ -3728,11 +3772,11 @@ module Aws::NimbleStudio
3728
3772
  # source to elevated permissions that they are granted in the studio.
3729
3773
  #
3730
3774
  # When you add a user to your studio using the Nimble Studio console,
3731
- # they are given access to the studio's AWS SSO application and are
3732
- # given access to log in to the Nimble Studio portal. These users have
3733
- # the permissions provided by the studio's user IAM role and do not
3734
- # appear in the studio membership collection. Only studio admins appear
3735
- # in studio membership.
3775
+ # they are given access to the studio's IAM Identity Center application
3776
+ # and are given access to log in to the Nimble Studio portal. These
3777
+ # users have the permissions provided by the studio's user IAM role and
3778
+ # do not appear in the studio membership collection. Only studio admins
3779
+ # appear in studio membership.
3736
3780
  #
3737
3781
  # When you add a user to studio membership with the persona ADMIN, upon
3738
3782
  # logging in to the Nimble Studio portal, they are granted permissions
@@ -3883,7 +3927,7 @@ module Aws::NimbleStudio
3883
3927
  # @return [String]
3884
3928
  #
3885
3929
  # @!attribute [rw] principal_id
3886
- # The principal ID. This currently supports a Amazon Web Services SSO
3930
+ # The principal ID. This currently supports a IAM Identity Center
3887
3931
  # UserId.
3888
3932
  # @return [String]
3889
3933
  #
@@ -3926,7 +3970,7 @@ module Aws::NimbleStudio
3926
3970
  # name: "LaunchProfileName",
3927
3971
  # stream_configuration: {
3928
3972
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
3929
- # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
3973
+ # ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, g3.4xlarge, g3s.xlarge, g5.xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g5.16xlarge
3930
3974
  # max_session_length_in_minutes: 1,
3931
3975
  # max_stopped_session_length_in_minutes: 1,
3932
3976
  # session_storage: {
@@ -4014,8 +4058,8 @@ module Aws::NimbleStudio
4014
4058
  #
4015
4059
  # {
4016
4060
  # client_token: "ClientToken",
4017
- # description: "SyntheticUpdateStreamingImageRequestStreamingImageDescription",
4018
- # name: "SyntheticUpdateStreamingImageRequestStreamingImageName",
4061
+ # description: "StreamingImageDescription",
4062
+ # name: "StreamingImageName",
4019
4063
  # streaming_image_id: "String", # required
4020
4064
  # studio_id: "String", # required
4021
4065
  # }
@@ -4099,16 +4143,16 @@ module Aws::NimbleStudio
4099
4143
  # },
4100
4144
  # compute_farm_configuration: {
4101
4145
  # active_directory_user: "String",
4102
- # endpoint: "SyntheticComputeFarmConfigurationString",
4146
+ # endpoint: "SensitiveString",
4103
4147
  # },
4104
4148
  # license_service_configuration: {
4105
- # endpoint: "SyntheticLicenseServiceConfigurationString",
4149
+ # endpoint: "SensitiveString",
4106
4150
  # },
4107
4151
  # shared_file_system_configuration: {
4108
- # endpoint: "SyntheticSharedFileSystemConfigurationString",
4152
+ # endpoint: "SensitiveString",
4109
4153
  # file_system_id: "String",
4110
4154
  # linux_mount_point: "LinuxMountPoint",
4111
- # share_name: "SyntheticSharedFileSystemConfigurationString",
4155
+ # share_name: "SensitiveString",
4112
4156
  # windows_mount_drive: "WindowsMountDrive",
4113
4157
  # },
4114
4158
  # },
@@ -4123,12 +4167,14 @@ module Aws::NimbleStudio
4123
4167
  # },
4124
4168
  # ],
4125
4169
  # name: "StudioComponentName",
4170
+ # runtime_role_arn: "RoleArn",
4126
4171
  # script_parameters: [
4127
4172
  # {
4128
4173
  # key: "ScriptParameterKey",
4129
4174
  # value: "ScriptParameterValue",
4130
4175
  # },
4131
4176
  # ],
4177
+ # secure_initialization_role_arn: "RoleArn",
4132
4178
  # studio_component_id: "String", # required
4133
4179
  # studio_id: "String", # required
4134
4180
  # subtype: "AWS_MANAGED_MICROSOFT_AD", # accepts AWS_MANAGED_MICROSOFT_AD, AMAZON_FSX_FOR_WINDOWS, AMAZON_FSX_FOR_LUSTRE, CUSTOM
@@ -4165,10 +4211,22 @@ module Aws::NimbleStudio
4165
4211
  # The name for the studio component.
4166
4212
  # @return [String]
4167
4213
  #
4214
+ # @!attribute [rw] runtime_role_arn
4215
+ # An IAM role attached to a Studio Component that gives the studio
4216
+ # component access to AWS resources at anytime while the instance is
4217
+ # running.
4218
+ # @return [String]
4219
+ #
4168
4220
  # @!attribute [rw] script_parameters
4169
4221
  # Parameters for the studio component scripts.
4170
4222
  # @return [Array<Types::ScriptParameterKeyValue>]
4171
4223
  #
4224
+ # @!attribute [rw] secure_initialization_role_arn
4225
+ # An IAM role attached to Studio Component when the system
4226
+ # initialization script runs which give the studio component access to
4227
+ # AWS resources when the system initialization script runs.
4228
+ # @return [String]
4229
+ #
4172
4230
  # @!attribute [rw] studio_component_id
4173
4231
  # The studio component ID.
4174
4232
  # @return [String]
@@ -4194,7 +4252,9 @@ module Aws::NimbleStudio
4194
4252
  :ec2_security_group_ids,
4195
4253
  :initialization_scripts,
4196
4254
  :name,
4255
+ :runtime_role_arn,
4197
4256
  :script_parameters,
4257
+ :secure_initialization_role_arn,
4198
4258
  :studio_component_id,
4199
4259
  :studio_id,
4200
4260
  :subtype,
@@ -4219,11 +4279,11 @@ module Aws::NimbleStudio
4219
4279
  # data as a hash:
4220
4280
  #
4221
4281
  # {
4222
- # admin_role_arn: "String",
4282
+ # admin_role_arn: "RoleArn",
4223
4283
  # client_token: "ClientToken",
4224
- # display_name: "SyntheticUpdateStudioRequestStudioDisplayName",
4284
+ # display_name: "StudioDisplayName",
4225
4285
  # studio_id: "String", # required
4226
- # user_role_arn: "String",
4286
+ # user_role_arn: "RoleArn",
4227
4287
  # }
4228
4288
  #
4229
4289
  # @!attribute [rw] admin_role_arn
@@ -276,7 +276,7 @@ module Aws::NimbleStudio
276
276
 
277
277
  end
278
278
 
279
- # Wait until a StreamingSessionDeleted. Use this after invoking Deletesession
279
+ # Wait until a StreamingSessionDeleted. Use this after invoking DeleteStreamingSession
280
280
  class StreamingSessionDeleted
281
281
 
282
282
  # @param [Hash] options
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-nimblestudio/customizations'
49
49
  # @!group service
50
50
  module Aws::NimbleStudio
51
51
 
52
- GEM_VERSION = '1.13.0'
52
+ GEM_VERSION = '1.15.0'
53
53
 
54
54
  end
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.13.0
4
+ version: 1.15.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core