@aws-sdk/client-sso-admin 3.955.0 → 3.956.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1510,9 +1510,9 @@ var Scopes = [1, n0, _Sco, 0, () => ScopeDetails$];
1510
1510
  var TagList = [1, n0, _TL, 0, () => Tag$];
1511
1511
  var TrustedTokenIssuerList = [1, n0, _TTIL, 0, () => TrustedTokenIssuerMetadata$];
1512
1512
  var ResourceServerScopes = [2, n0, _RSS, 0, 0, () => ResourceServerScopeDetails$];
1513
- var AuthenticationMethod$ = [3, n0, _AM, 0, [_Ia], [() => IamAuthenticationMethod$]];
1513
+ var AuthenticationMethod$ = [4, n0, _AM, 0, [_Ia], [() => IamAuthenticationMethod$]];
1514
1514
  var Grant$ = [
1515
- 3,
1515
+ 4,
1516
1516
  n0,
1517
1517
  _G,
1518
1518
  0,
@@ -1520,7 +1520,7 @@ var Grant$ = [
1520
1520
  [() => AuthorizationCodeGrant$, () => JwtBearerGrant$, () => RefreshTokenGrant$, () => TokenExchangeGrant$],
1521
1521
  ];
1522
1522
  var TrustedTokenIssuerConfiguration$ = [
1523
- 3,
1523
+ 4,
1524
1524
  n0,
1525
1525
  _TTIC,
1526
1526
  0,
@@ -1528,7 +1528,7 @@ var TrustedTokenIssuerConfiguration$ = [
1528
1528
  [() => OidcJwtConfiguration$],
1529
1529
  ];
1530
1530
  var TrustedTokenIssuerUpdateConfiguration$ = [
1531
- 3,
1531
+ 4,
1532
1532
  n0,
1533
1533
  _TTIUC,
1534
1534
  0,
@@ -1294,9 +1294,9 @@ var TagList = [1, n0, _TL, 0, () => Tag$];
1294
1294
  var TokenIssuerAudiences = 64 | 0;
1295
1295
  var TrustedTokenIssuerList = [1, n0, _TTIL, 0, () => TrustedTokenIssuerMetadata$];
1296
1296
  var ResourceServerScopes = [2, n0, _RSS, 0, 0, () => ResourceServerScopeDetails$];
1297
- export var AuthenticationMethod$ = [3, n0, _AM, 0, [_Ia], [() => IamAuthenticationMethod$]];
1297
+ export var AuthenticationMethod$ = [4, n0, _AM, 0, [_Ia], [() => IamAuthenticationMethod$]];
1298
1298
  export var Grant$ = [
1299
- 3,
1299
+ 4,
1300
1300
  n0,
1301
1301
  _G,
1302
1302
  0,
@@ -1304,7 +1304,7 @@ export var Grant$ = [
1304
1304
  [() => AuthorizationCodeGrant$, () => JwtBearerGrant$, () => RefreshTokenGrant$, () => TokenExchangeGrant$],
1305
1305
  ];
1306
1306
  export var TrustedTokenIssuerConfiguration$ = [
1307
- 3,
1307
+ 4,
1308
1308
  n0,
1309
1309
  _TTIC,
1310
1310
  0,
@@ -1312,7 +1312,7 @@ export var TrustedTokenIssuerConfiguration$ = [
1312
1312
  [() => OidcJwtConfiguration$],
1313
1313
  ];
1314
1314
  export var TrustedTokenIssuerUpdateConfiguration$ = [
1315
- 3,
1315
+ 4,
1316
1316
  n0,
1317
1317
  _TTIUC,
1318
1318
  0,
@@ -1,4 +1,4 @@
1
- import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
2
2
  export declare var AccessControlAttribute$: StaticStructureSchema;
3
3
  export declare var AccessControlAttributeValue$: StaticStructureSchema;
4
4
  export declare var AccessDeniedException$: StaticErrorSchema;
@@ -194,10 +194,10 @@ export declare var UpdateTrustedTokenIssuerRequest$: StaticStructureSchema;
194
194
  export declare var UpdateTrustedTokenIssuerResponse$: StaticStructureSchema;
195
195
  export declare var ValidationException$: StaticErrorSchema;
196
196
  export declare var SSOAdminServiceException$: StaticErrorSchema;
197
- export declare var AuthenticationMethod$: StaticStructureSchema;
198
- export declare var Grant$: StaticStructureSchema;
199
- export declare var TrustedTokenIssuerConfiguration$: StaticStructureSchema;
200
- export declare var TrustedTokenIssuerUpdateConfiguration$: StaticStructureSchema;
197
+ export declare var AuthenticationMethod$: StaticUnionSchema;
198
+ export declare var Grant$: StaticUnionSchema;
199
+ export declare var TrustedTokenIssuerConfiguration$: StaticUnionSchema;
200
+ export declare var TrustedTokenIssuerUpdateConfiguration$: StaticUnionSchema;
201
201
  export declare var AttachCustomerManagedPolicyReferenceToPermissionSet$: StaticOperationSchema;
202
202
  export declare var AttachManagedPolicyToPermissionSet$: StaticOperationSchema;
203
203
  export declare var CreateAccountAssignment$: StaticOperationSchema;
@@ -2,6 +2,7 @@ import {
2
2
  StaticErrorSchema,
3
3
  StaticOperationSchema,
4
4
  StaticStructureSchema,
5
+ StaticUnionSchema,
5
6
  } from "@smithy/types";
6
7
  export declare var AccessControlAttribute$: StaticStructureSchema;
7
8
  export declare var AccessControlAttributeValue$: StaticStructureSchema;
@@ -198,10 +199,10 @@ export declare var UpdateTrustedTokenIssuerRequest$: StaticStructureSchema;
198
199
  export declare var UpdateTrustedTokenIssuerResponse$: StaticStructureSchema;
199
200
  export declare var ValidationException$: StaticErrorSchema;
200
201
  export declare var SSOAdminServiceException$: StaticErrorSchema;
201
- export declare var AuthenticationMethod$: StaticStructureSchema;
202
- export declare var Grant$: StaticStructureSchema;
203
- export declare var TrustedTokenIssuerConfiguration$: StaticStructureSchema;
204
- export declare var TrustedTokenIssuerUpdateConfiguration$: StaticStructureSchema;
202
+ export declare var AuthenticationMethod$: StaticUnionSchema;
203
+ export declare var Grant$: StaticUnionSchema;
204
+ export declare var TrustedTokenIssuerConfiguration$: StaticUnionSchema;
205
+ export declare var TrustedTokenIssuerUpdateConfiguration$: StaticUnionSchema;
205
206
  export declare var AttachCustomerManagedPolicyReferenceToPermissionSet$: StaticOperationSchema;
206
207
  export declare var AttachManagedPolicyToPermissionSet$: StaticOperationSchema;
207
208
  export declare var CreateAccountAssignment$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-admin",
3
3
  "description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
4
+ "version": "3.956.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso-admin",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
37
+ "@smithy/fetch-http-handler": "^5.3.8",
38
+ "@smithy/hash-node": "^4.2.7",
39
+ "@smithy/invalid-dependency": "^4.2.7",
40
+ "@smithy/middleware-content-length": "^4.2.7",
41
+ "@smithy/middleware-endpoint": "^4.4.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
43
+ "@smithy/middleware-serde": "^4.2.8",
44
+ "@smithy/middleware-stack": "^4.2.7",
45
+ "@smithy/node-config-provider": "^4.3.7",
46
+ "@smithy/node-http-handler": "^4.4.7",
47
+ "@smithy/protocol-http": "^5.3.7",
48
+ "@smithy/smithy-client": "^4.10.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },