You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-nimble): 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.
Copy file name to clipboardExpand all lines: clients/client-nimble/src/Nimble.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1453,13 +1453,13 @@ export class Nimble extends NimbleClient {
1453
1453
}
1454
1454
1455
1455
/**
1456
-
* <p>Repairs the Amazon Web Services SSO configuration for a given studio.</p>
1457
-
* <p>If the studio has a valid Amazon Web Services SSO configuration currently associated with
1456
+
* <p>Repairs the IAM Identity Center configuration for a given studio.</p>
1457
+
* <p>If the studio has a valid IAM Identity Center configuration currently associated with
1458
1458
* it, this operation will fail with a validation error.</p>
1459
-
* <p>If the studio does not have a valid Amazon Web Services SSO configuration currently
1460
-
* associated with it, then a new Amazon Web Services SSO application is created for the studio
1459
+
* <p>If the studio does not have a valid IAM Identity Center configuration currently
1460
+
* associated with it, then a new IAM Identity Center application is created for the studio
1461
1461
* and the studio is changed to the READY state.</p>
1462
-
* <p>After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.</p>
1462
+
* <p>After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.</p>
* <p>Repairs the Amazon Web Services SSO configuration for a given studio.</p>
34
-
* <p>If the studio has a valid Amazon Web Services SSO configuration currently associated with
33
+
* <p>Repairs the IAM Identity Center configuration for a given studio.</p>
34
+
* <p>If the studio has a valid IAM Identity Center configuration currently associated with
35
35
* it, this operation will fail with a validation error.</p>
36
-
* <p>If the studio does not have a valid Amazon Web Services SSO configuration currently
37
-
* associated with it, then a new Amazon Web Services SSO application is created for the studio
36
+
* <p>If the studio does not have a valid IAM Identity Center configuration currently
37
+
* associated with it, then a new IAM Identity Center application is created for the studio
38
38
* and the studio is changed to the READY state.</p>
39
-
* <p>After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.</p>
39
+
* <p>After the IAM Identity Center application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.</p>
40
40
* @example
41
41
* Use a bare-bones client and the command you need to make an API call.
* first, before any other resource type can be created. All other resources you create and
1286
1295
* manage in Nimble Studio are contained within a studio.</p>
1287
1296
* <p>When creating a studio, you must provides two IAM roles for use with the Nimble Studio portal. These roles are assumed by your users when they log in to the
1288
-
* Nimble Studio portal via Amazon Web Services SSO and your identity source.</p>
1297
+
* Nimble Studio portal via IAM Identity Center and your identity source.</p>
1289
1298
* <p>The user role must have the AmazonNimbleStudio-StudioUser managed policy attached for
1290
1299
* the portal to function properly.</p>
1291
1300
* <p>The admin role must have the AmazonNimbleStudio-StudioAdmin managed policy attached
@@ -1322,8 +1331,8 @@ export interface Studio {
1322
1331
homeRegion?: string;
1323
1332
1324
1333
/**
1325
-
* <p>The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO
1326
-
* to enable Amazon Web Services SSO users to log in to Nimble Studio portal.</p>
1334
+
* <p>The IAM Identity Center application client ID used to integrate with IAM Identity Center
1335
+
* to enable IAM Identity Center users to log in to Nimble Studio portal.</p>
0 commit comments