@aws-sdk/client-sso-admin 3.427.0 → 3.429.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-types/models/models_0.d.ts +16 -16
- package/dist-types/ts3.4/models/models_0.d.ts +16 -16
- package/package.json +31 -31
|
@@ -85,7 +85,7 @@ export interface AccountAssignment {
|
|
|
85
85
|
* @public
|
|
86
86
|
* <p>The entity type for which the assignment will be created.</p>
|
|
87
87
|
*/
|
|
88
|
-
PrincipalType?: PrincipalType
|
|
88
|
+
PrincipalType?: PrincipalType;
|
|
89
89
|
/**
|
|
90
90
|
* @public
|
|
91
91
|
* <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
|
|
@@ -126,7 +126,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
126
126
|
* @public
|
|
127
127
|
* <p>The status of the permission set provisioning process.</p>
|
|
128
128
|
*/
|
|
129
|
-
Status?: StatusValues
|
|
129
|
+
Status?: StatusValues;
|
|
130
130
|
/**
|
|
131
131
|
* @public
|
|
132
132
|
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
@@ -147,7 +147,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
147
147
|
* @public
|
|
148
148
|
* <p>The entity type for which the assignment will be created.</p>
|
|
149
149
|
*/
|
|
150
|
-
TargetType?: TargetType
|
|
150
|
+
TargetType?: TargetType;
|
|
151
151
|
/**
|
|
152
152
|
* @public
|
|
153
153
|
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -158,7 +158,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
158
158
|
* @public
|
|
159
159
|
* <p>The entity type for which the assignment will be created.</p>
|
|
160
160
|
*/
|
|
161
|
-
PrincipalType?: PrincipalType
|
|
161
|
+
PrincipalType?: PrincipalType;
|
|
162
162
|
/**
|
|
163
163
|
* @public
|
|
164
164
|
* <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
|
|
@@ -180,7 +180,7 @@ export interface AccountAssignmentOperationStatusMetadata {
|
|
|
180
180
|
* @public
|
|
181
181
|
* <p>The status of the permission set provisioning process.</p>
|
|
182
182
|
*/
|
|
183
|
-
Status?: StatusValues
|
|
183
|
+
Status?: StatusValues;
|
|
184
184
|
/**
|
|
185
185
|
* @public
|
|
186
186
|
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
@@ -382,7 +382,7 @@ export interface CreateAccountAssignmentRequest {
|
|
|
382
382
|
* @public
|
|
383
383
|
* <p>The entity type for which the assignment will be created.</p>
|
|
384
384
|
*/
|
|
385
|
-
TargetType: TargetType |
|
|
385
|
+
TargetType: TargetType | undefined;
|
|
386
386
|
/**
|
|
387
387
|
* @public
|
|
388
388
|
* <p>The ARN of the permission set that the admin wants to grant the principal access
|
|
@@ -393,7 +393,7 @@ export interface CreateAccountAssignmentRequest {
|
|
|
393
393
|
* @public
|
|
394
394
|
* <p>The entity type for which the assignment will be created.</p>
|
|
395
395
|
*/
|
|
396
|
-
PrincipalType: PrincipalType |
|
|
396
|
+
PrincipalType: PrincipalType | undefined;
|
|
397
397
|
/**
|
|
398
398
|
* @public
|
|
399
399
|
* <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
|
|
@@ -571,7 +571,7 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
571
571
|
* @public
|
|
572
572
|
* <p>The entity type for which the assignment will be deleted.</p>
|
|
573
573
|
*/
|
|
574
|
-
TargetType: TargetType |
|
|
574
|
+
TargetType: TargetType | undefined;
|
|
575
575
|
/**
|
|
576
576
|
* @public
|
|
577
577
|
* <p>The ARN of the permission set that will be used to remove access.</p>
|
|
@@ -581,7 +581,7 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
581
581
|
* @public
|
|
582
582
|
* <p>The entity type for which the assignment will be deleted.</p>
|
|
583
583
|
*/
|
|
584
|
-
PrincipalType: PrincipalType |
|
|
584
|
+
PrincipalType: PrincipalType | undefined;
|
|
585
585
|
/**
|
|
586
586
|
* @public
|
|
587
587
|
* <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
|
|
@@ -758,7 +758,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
|
758
758
|
* @public
|
|
759
759
|
* <p>The status of the attribute configuration process.</p>
|
|
760
760
|
*/
|
|
761
|
-
Status?: InstanceAccessControlAttributeConfigurationStatus
|
|
761
|
+
Status?: InstanceAccessControlAttributeConfigurationStatus;
|
|
762
762
|
/**
|
|
763
763
|
* @public
|
|
764
764
|
* <p>Provides more details about the current status of the specified attribute.</p>
|
|
@@ -824,7 +824,7 @@ export interface PermissionSetProvisioningStatus {
|
|
|
824
824
|
* @public
|
|
825
825
|
* <p>The status of the permission set provisioning process.</p>
|
|
826
826
|
*/
|
|
827
|
-
Status?: StatusValues
|
|
827
|
+
Status?: StatusValues;
|
|
828
828
|
/**
|
|
829
829
|
* @public
|
|
830
830
|
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
@@ -1023,7 +1023,7 @@ export interface OperationStatusFilter {
|
|
|
1023
1023
|
* @public
|
|
1024
1024
|
* <p>Filters the list operations result based on the status attribute.</p>
|
|
1025
1025
|
*/
|
|
1026
|
-
Status?: StatusValues
|
|
1026
|
+
Status?: StatusValues;
|
|
1027
1027
|
}
|
|
1028
1028
|
/**
|
|
1029
1029
|
* @public
|
|
@@ -1185,7 +1185,7 @@ export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
|
1185
1185
|
* @public
|
|
1186
1186
|
* <p>The permission set provisioning status for an Amazon Web Services account.</p>
|
|
1187
1187
|
*/
|
|
1188
|
-
ProvisioningStatus?: ProvisioningStatus
|
|
1188
|
+
ProvisioningStatus?: ProvisioningStatus;
|
|
1189
1189
|
/**
|
|
1190
1190
|
* @public
|
|
1191
1191
|
* <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
|
|
@@ -1362,7 +1362,7 @@ export interface PermissionSetProvisioningStatusMetadata {
|
|
|
1362
1362
|
* @public
|
|
1363
1363
|
* <p>The status of the permission set provisioning process.</p>
|
|
1364
1364
|
*/
|
|
1365
|
-
Status?: StatusValues
|
|
1365
|
+
Status?: StatusValues;
|
|
1366
1366
|
/**
|
|
1367
1367
|
* @public
|
|
1368
1368
|
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
@@ -1445,7 +1445,7 @@ export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
|
1445
1445
|
* @public
|
|
1446
1446
|
* <p>The status object for the permission set provisioning operation.</p>
|
|
1447
1447
|
*/
|
|
1448
|
-
ProvisioningStatus?: ProvisioningStatus
|
|
1448
|
+
ProvisioningStatus?: ProvisioningStatus;
|
|
1449
1449
|
/**
|
|
1450
1450
|
* @public
|
|
1451
1451
|
* <p>The maximum number of results to display for the assignment.</p>
|
|
@@ -1544,7 +1544,7 @@ export interface ProvisionPermissionSetRequest {
|
|
|
1544
1544
|
* @public
|
|
1545
1545
|
* <p>The entity type for which the assignment will be created.</p>
|
|
1546
1546
|
*/
|
|
1547
|
-
TargetType: ProvisionTargetType |
|
|
1547
|
+
TargetType: ProvisionTargetType | undefined;
|
|
1548
1548
|
}
|
|
1549
1549
|
/**
|
|
1550
1550
|
* @public
|
|
@@ -23,7 +23,7 @@ export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
|
23
23
|
export interface AccountAssignment {
|
|
24
24
|
AccountId?: string;
|
|
25
25
|
PermissionSetArn?: string;
|
|
26
|
-
PrincipalType?: PrincipalType
|
|
26
|
+
PrincipalType?: PrincipalType;
|
|
27
27
|
PrincipalId?: string;
|
|
28
28
|
}
|
|
29
29
|
export declare const StatusValues: {
|
|
@@ -37,18 +37,18 @@ export declare const TargetType: {
|
|
|
37
37
|
};
|
|
38
38
|
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
39
39
|
export interface AccountAssignmentOperationStatus {
|
|
40
|
-
Status?: StatusValues
|
|
40
|
+
Status?: StatusValues;
|
|
41
41
|
RequestId?: string;
|
|
42
42
|
FailureReason?: string;
|
|
43
43
|
TargetId?: string;
|
|
44
|
-
TargetType?: TargetType
|
|
44
|
+
TargetType?: TargetType;
|
|
45
45
|
PermissionSetArn?: string;
|
|
46
|
-
PrincipalType?: PrincipalType
|
|
46
|
+
PrincipalType?: PrincipalType;
|
|
47
47
|
PrincipalId?: string;
|
|
48
48
|
CreatedDate?: Date;
|
|
49
49
|
}
|
|
50
50
|
export interface AccountAssignmentOperationStatusMetadata {
|
|
51
|
-
Status?: StatusValues
|
|
51
|
+
Status?: StatusValues;
|
|
52
52
|
RequestId?: string;
|
|
53
53
|
CreatedDate?: Date;
|
|
54
54
|
}
|
|
@@ -121,9 +121,9 @@ export interface AttachManagedPolicyToPermissionSetResponse {}
|
|
|
121
121
|
export interface CreateAccountAssignmentRequest {
|
|
122
122
|
InstanceArn: string | undefined;
|
|
123
123
|
TargetId: string | undefined;
|
|
124
|
-
TargetType: TargetType |
|
|
124
|
+
TargetType: TargetType | undefined;
|
|
125
125
|
PermissionSetArn: string | undefined;
|
|
126
|
-
PrincipalType: PrincipalType |
|
|
126
|
+
PrincipalType: PrincipalType | undefined;
|
|
127
127
|
PrincipalId: string | undefined;
|
|
128
128
|
}
|
|
129
129
|
export interface CreateAccountAssignmentResponse {
|
|
@@ -165,9 +165,9 @@ export interface CreatePermissionSetResponse {
|
|
|
165
165
|
export interface DeleteAccountAssignmentRequest {
|
|
166
166
|
InstanceArn: string | undefined;
|
|
167
167
|
TargetId: string | undefined;
|
|
168
|
-
TargetType: TargetType |
|
|
168
|
+
TargetType: TargetType | undefined;
|
|
169
169
|
PermissionSetArn: string | undefined;
|
|
170
|
-
PrincipalType: PrincipalType |
|
|
170
|
+
PrincipalType: PrincipalType | undefined;
|
|
171
171
|
PrincipalId: string | undefined;
|
|
172
172
|
}
|
|
173
173
|
export interface DeleteAccountAssignmentResponse {
|
|
@@ -217,7 +217,7 @@ export declare const InstanceAccessControlAttributeConfigurationStatus: {
|
|
|
217
217
|
export type InstanceAccessControlAttributeConfigurationStatus =
|
|
218
218
|
(typeof InstanceAccessControlAttributeConfigurationStatus)[keyof typeof InstanceAccessControlAttributeConfigurationStatus];
|
|
219
219
|
export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
220
|
-
Status?: InstanceAccessControlAttributeConfigurationStatus
|
|
220
|
+
Status?: InstanceAccessControlAttributeConfigurationStatus;
|
|
221
221
|
StatusReason?: string;
|
|
222
222
|
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
|
223
223
|
}
|
|
@@ -233,7 +233,7 @@ export interface DescribePermissionSetProvisioningStatusRequest {
|
|
|
233
233
|
ProvisionPermissionSetRequestId: string | undefined;
|
|
234
234
|
}
|
|
235
235
|
export interface PermissionSetProvisioningStatus {
|
|
236
|
-
Status?: StatusValues
|
|
236
|
+
Status?: StatusValues;
|
|
237
237
|
RequestId?: string;
|
|
238
238
|
AccountId?: string;
|
|
239
239
|
PermissionSetArn?: string;
|
|
@@ -278,7 +278,7 @@ export interface InstanceMetadata {
|
|
|
278
278
|
IdentityStoreId?: string;
|
|
279
279
|
}
|
|
280
280
|
export interface OperationStatusFilter {
|
|
281
|
-
Status?: StatusValues
|
|
281
|
+
Status?: StatusValues;
|
|
282
282
|
}
|
|
283
283
|
export interface ListAccountAssignmentCreationStatusRequest {
|
|
284
284
|
InstanceArn: string | undefined;
|
|
@@ -320,7 +320,7 @@ export type ProvisioningStatus =
|
|
|
320
320
|
export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
321
321
|
InstanceArn: string | undefined;
|
|
322
322
|
PermissionSetArn: string | undefined;
|
|
323
|
-
ProvisioningStatus?: ProvisioningStatus
|
|
323
|
+
ProvisioningStatus?: ProvisioningStatus;
|
|
324
324
|
MaxResults?: number;
|
|
325
325
|
NextToken?: string;
|
|
326
326
|
}
|
|
@@ -363,7 +363,7 @@ export interface ListPermissionSetProvisioningStatusRequest {
|
|
|
363
363
|
Filter?: OperationStatusFilter;
|
|
364
364
|
}
|
|
365
365
|
export interface PermissionSetProvisioningStatusMetadata {
|
|
366
|
-
Status?: StatusValues
|
|
366
|
+
Status?: StatusValues;
|
|
367
367
|
RequestId?: string;
|
|
368
368
|
CreatedDate?: Date;
|
|
369
369
|
}
|
|
@@ -383,7 +383,7 @@ export interface ListPermissionSetsResponse {
|
|
|
383
383
|
export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
384
384
|
InstanceArn: string | undefined;
|
|
385
385
|
AccountId: string | undefined;
|
|
386
|
-
ProvisioningStatus?: ProvisioningStatus
|
|
386
|
+
ProvisioningStatus?: ProvisioningStatus;
|
|
387
387
|
MaxResults?: number;
|
|
388
388
|
NextToken?: string;
|
|
389
389
|
}
|
|
@@ -410,7 +410,7 @@ export interface ProvisionPermissionSetRequest {
|
|
|
410
410
|
InstanceArn: string | undefined;
|
|
411
411
|
PermissionSetArn: string | undefined;
|
|
412
412
|
TargetId?: string;
|
|
413
|
-
TargetType: ProvisionTargetType |
|
|
413
|
+
TargetType: ProvisionTargetType | undefined;
|
|
414
414
|
}
|
|
415
415
|
export interface ProvisionPermissionSetResponse {
|
|
416
416
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
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.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|