Skip to content

Commit

Permalink
feat(client-sso-admin): Instances bound to a single AWS account, API …
Browse files Browse the repository at this point in the history
…operations for managing instances and applications, and assignments to applications are now supported. Trusted identity propagation is also supported, with new API operations for managing trusted token issuers and application grants and scopes.
  • Loading branch information
awstools committed Nov 16, 2023
1 parent bf2c573 commit e9e1aaa
Show file tree
Hide file tree
Showing 92 changed files with 19,362 additions and 1,883 deletions.
320 changes: 306 additions & 14 deletions clients/client-sso-admin/README.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion clients/client-sso-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@
"@smithy/util-endpoints": "^1.0.4",
"@smithy/util-retry": "^2.0.6",
"@smithy/util-utf8": "^2.0.2",
"tslib": "^2.5.0"
"tslib": "^2.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@smithy/service-client-documentation-generator": "^2.0.0",
"@tsconfig/node14": "1.0.3",
"@types/node": "^14.14.31",
"@types/uuid": "^8.3.0",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
Expand Down
Loading

0 comments on commit e9e1aaa

Please sign in to comment.