aws-sdk-nimblestudio 1.14.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: 93badd838654d821ae1302bbc739d8c83c25004f2c81db36237e90e716a0585c
4
- data.tar.gz: 6aeb7c40455fc698fdb17a1a579e3cb659443ecd39798fc1c1bcddc36258796d
3
+ metadata.gz: 1c49342330c599b2f6b25c79df75e118924326dd6ce0dc0cd6959984759d9bc2
4
+ data.tar.gz: 17a6a41866b1882da89155eeeebca5927cf1399a9eeeac230ad4faebf0a140bf
5
5
  SHA512:
6
- metadata.gz: f8435a403427330f108f0cbaad6a8571a20c2013a407532f81bcac93dccdc35de29c9d42f9f724509a180b5611d87821a00417f9eae43ce0e641fd192785cb2e
7
- data.tar.gz: cd014ad4dfaef23b04cf9efb764d51f6d8e4f6e3e96222cf9f12aaf16c5cb0e9dfcd1dbf4c8f96e737c2152a49995379f94c195d10764585dc86294fbad0903c
6
+ metadata.gz: ee16b3d852b976f3c65b2cace37eadf35805443f6f4e5ac15621389c3fb123a05cbff7f3983f27de93f232c705c39efc74c4361bd25e89e819270ae61d46cfb1
7
+ data.tar.gz: 59afe81a71b4058402c6f27571b83f6a6e9c9dc96377d1507aa431cc97182555ced6de3b0c829c9814084108f4bb6a0f08153528d89f3b9fea41f29ad15964f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.14.0 (2022-07-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.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
@@ -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",
@@ -1053,11 +1053,11 @@ module Aws::NimbleStudio
1053
1053
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1054
1054
  # resp.launch_profile.name #=> String
1055
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"
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"
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"
1057
1057
  # resp.launch_profile.status_message #=> String
1058
1058
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1059
1059
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
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"
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"
1061
1061
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1062
1062
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1063
1063
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1102,7 +1102,7 @@ module Aws::NimbleStudio
1102
1102
  # The Launch Profile ID.
1103
1103
  #
1104
1104
  # @option params [required, String] :principal_id
1105
- # The principal ID. This currently supports a Amazon Web Services SSO
1105
+ # The principal ID. This currently supports a IAM Identity Center
1106
1106
  # UserId.
1107
1107
  #
1108
1108
  # @option params [required, String] :studio_id
@@ -1401,7 +1401,7 @@ module Aws::NimbleStudio
1401
1401
  # not need to pass this option.**
1402
1402
  #
1403
1403
  # @option params [required, String] :principal_id
1404
- # The principal ID. This currently supports a Amazon Web Services SSO
1404
+ # The principal ID. This currently supports a IAM Identity Center
1405
1405
  # UserId.
1406
1406
  #
1407
1407
  # @option params [required, String] :studio_id
@@ -1490,11 +1490,11 @@ module Aws::NimbleStudio
1490
1490
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1491
1491
  # resp.launch_profile.name #=> String
1492
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"
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"
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"
1494
1494
  # resp.launch_profile.status_message #=> String
1495
1495
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1496
1496
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
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"
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"
1498
1498
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1499
1499
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1500
1500
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1568,11 +1568,11 @@ module Aws::NimbleStudio
1568
1568
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
1569
1569
  # resp.launch_profile.name #=> String
1570
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"
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"
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"
1572
1572
  # resp.launch_profile.status_message #=> String
1573
1573
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
1574
1574
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
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"
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"
1576
1576
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
1577
1577
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
1578
1578
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -1708,7 +1708,7 @@ module Aws::NimbleStudio
1708
1708
  # The Launch Profile ID.
1709
1709
  #
1710
1710
  # @option params [required, String] :principal_id
1711
- # The principal ID. This currently supports a Amazon Web Services SSO
1711
+ # The principal ID. This currently supports a IAM Identity Center
1712
1712
  # UserId.
1713
1713
  #
1714
1714
  # @option params [required, String] :studio_id
@@ -2043,7 +2043,7 @@ module Aws::NimbleStudio
2043
2043
  # Get a user's membership in a studio.
2044
2044
  #
2045
2045
  # @option params [required, String] :principal_id
2046
- # The principal ID. This currently supports a Amazon Web Services SSO
2046
+ # The principal ID. This currently supports a IAM Identity Center
2047
2047
  # UserId.
2048
2048
  #
2049
2049
  # @option params [required, String] :studio_id
@@ -2219,7 +2219,7 @@ module Aws::NimbleStudio
2219
2219
  # The token to request the next page of results.
2220
2220
  #
2221
2221
  # @option params [String] :principal_id
2222
- # The principal ID. This currently supports a Amazon Web Services SSO
2222
+ # The principal ID. This currently supports a IAM Identity Center
2223
2223
  # UserId.
2224
2224
  #
2225
2225
  # @option params [Array<String>] :states
@@ -2259,11 +2259,11 @@ module Aws::NimbleStudio
2259
2259
  # resp.launch_profiles[0].launch_profile_protocol_versions[0] #=> String
2260
2260
  # resp.launch_profiles[0].name #=> String
2261
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"
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"
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"
2263
2263
  # resp.launch_profiles[0].status_message #=> String
2264
2264
  # resp.launch_profiles[0].stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
2265
2265
  # resp.launch_profiles[0].stream_configuration.ec2_instance_types #=> Array
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"
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"
2267
2267
  # resp.launch_profiles[0].stream_configuration.max_session_length_in_minutes #=> Integer
2268
2268
  # resp.launch_profiles[0].stream_configuration.max_stopped_session_length_in_minutes #=> Integer
2269
2269
  # resp.launch_profiles[0].stream_configuration.session_storage.mode #=> Array
@@ -2805,20 +2805,19 @@ module Aws::NimbleStudio
2805
2805
  req.send_request(options)
2806
2806
  end
2807
2807
 
2808
- # Repairs the Amazon Web Services SSO configuration for a given studio.
2808
+ # Repairs the IAM Identity Center configuration for a given studio.
2809
2809
  #
2810
- # If the studio has a valid Amazon Web Services SSO configuration
2811
- # currently associated with it, this operation will fail with a
2812
- # 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.
2813
2812
  #
2814
- # If the studio does not have a valid Amazon Web Services SSO
2815
- # configuration currently associated with it, then a new Amazon Web
2816
- # Services SSO application is created for the studio and the studio is
2817
- # 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.
2818
2817
  #
2819
- # After the Amazon Web Services SSO application is repaired, you must
2820
- # use the Amazon Nimble Studio console to add administrators and users
2821
- # 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.
2822
2821
  #
2823
2822
  # @option params [String] :client_token
2824
2823
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -3042,7 +3041,7 @@ module Aws::NimbleStudio
3042
3041
  # name: "LaunchProfileName",
3043
3042
  # stream_configuration: {
3044
3043
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
3045
- # 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
3046
3045
  # max_session_length_in_minutes: 1,
3047
3046
  # max_stopped_session_length_in_minutes: 1,
3048
3047
  # session_storage: {
@@ -3071,11 +3070,11 @@ module Aws::NimbleStudio
3071
3070
  # resp.launch_profile.launch_profile_protocol_versions[0] #=> String
3072
3071
  # resp.launch_profile.name #=> String
3073
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"
3074
- # 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"
3075
3074
  # resp.launch_profile.status_message #=> String
3076
3075
  # resp.launch_profile.stream_configuration.clipboard_mode #=> String, one of "ENABLED", "DISABLED"
3077
3076
  # resp.launch_profile.stream_configuration.ec2_instance_types #=> Array
3078
- # 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"
3079
3078
  # resp.launch_profile.stream_configuration.max_session_length_in_minutes #=> Integer
3080
3079
  # resp.launch_profile.stream_configuration.max_stopped_session_length_in_minutes #=> Integer
3081
3080
  # resp.launch_profile.stream_configuration.session_storage.mode #=> Array
@@ -3123,7 +3122,7 @@ module Aws::NimbleStudio
3123
3122
  # The persona.
3124
3123
  #
3125
3124
  # @option params [required, String] :principal_id
3126
- # The principal ID. This currently supports a Amazon Web Services SSO
3125
+ # The principal ID. This currently supports a IAM Identity Center
3127
3126
  # UserId.
3128
3127
  #
3129
3128
  # @option params [required, String] :studio_id
@@ -3471,7 +3470,7 @@ module Aws::NimbleStudio
3471
3470
  params: params,
3472
3471
  config: config)
3473
3472
  context[:gem_name] = 'aws-sdk-nimblestudio'
3474
- context[:gem_version] = '1.14.0'
3473
+ context[:gem_version] = '1.15.0'
3475
3474
  Seahorse::Client::Request.new(handlers, context)
3476
3475
  end
3477
3476
 
@@ -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
@@ -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: {
@@ -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",
@@ -776,7 +776,7 @@ module Aws::NimbleStudio
776
776
  # @return [String]
777
777
  #
778
778
  # @!attribute [rw] principal_id
779
- # The principal ID. This currently supports a Amazon Web Services SSO
779
+ # The principal ID. This currently supports a IAM Identity Center
780
780
  # UserId.
781
781
  # @return [String]
782
782
  #
@@ -1015,7 +1015,7 @@ module Aws::NimbleStudio
1015
1015
  # @return [String]
1016
1016
  #
1017
1017
  # @!attribute [rw] principal_id
1018
- # The principal ID. This currently supports a Amazon Web Services SSO
1018
+ # The principal ID. This currently supports a IAM Identity Center
1019
1019
  # UserId.
1020
1020
  # @return [String]
1021
1021
  #
@@ -1299,7 +1299,7 @@ module Aws::NimbleStudio
1299
1299
  # @return [String]
1300
1300
  #
1301
1301
  # @!attribute [rw] principal_id
1302
- # The principal ID. This currently supports a Amazon Web Services SSO
1302
+ # The principal ID. This currently supports a IAM Identity Center
1303
1303
  # UserId.
1304
1304
  # @return [String]
1305
1305
  #
@@ -1529,7 +1529,7 @@ module Aws::NimbleStudio
1529
1529
  # }
1530
1530
  #
1531
1531
  # @!attribute [rw] principal_id
1532
- # The principal ID. This currently supports a Amazon Web Services SSO
1532
+ # The principal ID. This currently supports a IAM Identity Center
1533
1533
  # UserId.
1534
1534
  # @return [String]
1535
1535
  #
@@ -2101,7 +2101,7 @@ module Aws::NimbleStudio
2101
2101
  # @return [String]
2102
2102
  #
2103
2103
  # @!attribute [rw] principal_id
2104
- # The principal ID. This currently supports a Amazon Web Services SSO
2104
+ # The principal ID. This currently supports a IAM Identity Center
2105
2105
  # UserId.
2106
2106
  # @return [String]
2107
2107
  #
@@ -2939,7 +2939,7 @@ module Aws::NimbleStudio
2939
2939
  #
2940
2940
  # {
2941
2941
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
2942
- # 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
2943
2943
  # max_session_length_in_minutes: 1,
2944
2944
  # max_stopped_session_length_in_minutes: 1,
2945
2945
  # session_storage: {
@@ -3363,8 +3363,8 @@ module Aws::NimbleStudio
3363
3363
  #
3364
3364
  # When creating a studio, you must provides two IAM roles for use with
3365
3365
  # the Nimble Studio portal. These roles are assumed by your users when
3366
- # they log in to the Nimble Studio portal via Amazon Web Services SSO
3367
- # and your identity source.
3366
+ # they log in to the Nimble Studio portal via IAM Identity Center and
3367
+ # your identity source.
3368
3368
  #
3369
3369
  # The user role must have the AmazonNimbleStudio-StudioUser managed
3370
3370
  # policy attached for the portal to function properly.
@@ -3399,9 +3399,9 @@ module Aws::NimbleStudio
3399
3399
  # @return [String]
3400
3400
  #
3401
3401
  # @!attribute [rw] sso_client_id
3402
- # The Amazon Web Services SSO application client ID used to integrate
3403
- # with Amazon Web Services SSO to enable Amazon Web Services SSO users
3404
- # 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.
3405
3405
  # @return [String]
3406
3406
  #
3407
3407
  # @!attribute [rw] state
@@ -3772,11 +3772,11 @@ module Aws::NimbleStudio
3772
3772
  # source to elevated permissions that they are granted in the studio.
3773
3773
  #
3774
3774
  # When you add a user to your studio using the Nimble Studio console,
3775
- # they are given access to the studio's AWS SSO application and are
3776
- # given access to log in to the Nimble Studio portal. These users have
3777
- # the permissions provided by the studio's user IAM role and do not
3778
- # appear in the studio membership collection. Only studio admins appear
3779
- # 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.
3780
3780
  #
3781
3781
  # When you add a user to studio membership with the persona ADMIN, upon
3782
3782
  # logging in to the Nimble Studio portal, they are granted permissions
@@ -3927,7 +3927,7 @@ module Aws::NimbleStudio
3927
3927
  # @return [String]
3928
3928
  #
3929
3929
  # @!attribute [rw] principal_id
3930
- # The principal ID. This currently supports a Amazon Web Services SSO
3930
+ # The principal ID. This currently supports a IAM Identity Center
3931
3931
  # UserId.
3932
3932
  # @return [String]
3933
3933
  #
@@ -3970,7 +3970,7 @@ module Aws::NimbleStudio
3970
3970
  # name: "LaunchProfileName",
3971
3971
  # stream_configuration: {
3972
3972
  # clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
3973
- # 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
3974
3974
  # max_session_length_in_minutes: 1,
3975
3975
  # max_stopped_session_length_in_minutes: 1,
3976
3976
  # session_storage: {
@@ -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.14.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.14.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-07-14 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