cdk-comprehend-s3olap 2.0.61 → 2.0.62
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +306 -295
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +128 -87
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +274 -191
- package/node_modules/aws-sdk/clients/glue.d.ts +31 -2
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +45 -0
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +96 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +10 -10
- package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +82 -82
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -12,27 +12,27 @@ declare class SSOAdmin extends Service {
|
|
12
12
|
constructor(options?: SSOAdmin.Types.ClientConfiguration)
|
13
13
|
config: Config & SSOAdmin.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Attaches the specified
|
15
|
+
* Attaches the specified customer managed policy to the specified PermissionSet.
|
16
16
|
*/
|
17
17
|
attachCustomerManagedPolicyReferenceToPermissionSet(params: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Attaches the specified
|
19
|
+
* Attaches the specified customer managed policy to the specified PermissionSet.
|
20
20
|
*/
|
21
21
|
attachCustomerManagedPolicyReferenceToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Attaches an Amazon Web Services managed
|
23
|
+
* Attaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
|
24
24
|
*/
|
25
25
|
attachManagedPolicyToPermissionSet(params: SSOAdmin.Types.AttachManagedPolicyToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Attaches an Amazon Web Services managed
|
27
|
+
* Attaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
|
28
28
|
*/
|
29
29
|
attachManagedPolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the
|
31
|
+
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates.
|
32
32
|
*/
|
33
33
|
createAccountAssignment(params: SSOAdmin.Types.CreateAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the
|
35
|
+
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates.
|
36
36
|
*/
|
37
37
|
createAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
|
38
38
|
/**
|
@@ -44,11 +44,11 @@ declare class SSOAdmin extends Service {
|
|
44
44
|
*/
|
45
45
|
createInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Creates a permission set within a specified SSO instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
47
|
+
* Creates a permission set within a specified Amazon Web Services SSO instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
48
48
|
*/
|
49
49
|
createPermissionSet(params: SSOAdmin.Types.CreatePermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Creates a permission set within a specified SSO instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
51
|
+
* Creates a permission set within a specified Amazon Web Services SSO instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
52
52
|
*/
|
53
53
|
createPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
|
54
54
|
/**
|
@@ -132,19 +132,19 @@ declare class SSOAdmin extends Service {
|
|
132
132
|
*/
|
133
133
|
describePermissionSetProvisioningStatus(callback?: (err: AWSError, data: SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Detaches the specified
|
135
|
+
* Detaches the specified customer managed policy from the specified PermissionSet.
|
136
136
|
*/
|
137
137
|
detachCustomerManagedPolicyReferenceFromPermissionSet(params: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Detaches the specified
|
139
|
+
* Detaches the specified customer managed policy from the specified PermissionSet.
|
140
140
|
*/
|
141
141
|
detachCustomerManagedPolicyReferenceFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Detaches the attached Amazon Web Services managed
|
143
|
+
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
|
144
144
|
*/
|
145
145
|
detachManagedPolicyFromPermissionSet(params: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Detaches the attached Amazon Web Services managed
|
147
|
+
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
|
148
148
|
*/
|
149
149
|
detachManagedPolicyFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
|
150
150
|
/**
|
@@ -164,19 +164,19 @@ declare class SSOAdmin extends Service {
|
|
164
164
|
*/
|
165
165
|
getPermissionsBoundaryForPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse, AWSError>;
|
166
166
|
/**
|
167
|
-
* Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
|
167
|
+
* Lists the status of the Amazon Web Services account assignment creation requests for a specified Amazon Web Services SSO instance.
|
168
168
|
*/
|
169
169
|
listAccountAssignmentCreationStatus(params: SSOAdmin.Types.ListAccountAssignmentCreationStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
|
170
170
|
/**
|
171
|
-
* Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
|
171
|
+
* Lists the status of the Amazon Web Services account assignment creation requests for a specified Amazon Web Services SSO instance.
|
172
172
|
*/
|
173
173
|
listAccountAssignmentCreationStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
|
175
|
+
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified Amazon Web Services SSO instance.
|
176
176
|
*/
|
177
177
|
listAccountAssignmentDeletionStatus(params: SSOAdmin.Types.ListAccountAssignmentDeletionStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
|
179
|
+
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified Amazon Web Services SSO instance.
|
180
180
|
*/
|
181
181
|
listAccountAssignmentDeletionStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
|
182
182
|
/**
|
@@ -196,43 +196,43 @@ declare class SSOAdmin extends Service {
|
|
196
196
|
*/
|
197
197
|
listAccountsForProvisionedPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse) => void): Request<SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse, AWSError>;
|
198
198
|
/**
|
199
|
-
* Lists all
|
199
|
+
* Lists all customer managed policies attached to a specified PermissionSet.
|
200
200
|
*/
|
201
201
|
listCustomerManagedPolicyReferencesInPermissionSet(params: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse, AWSError>;
|
202
202
|
/**
|
203
|
-
* Lists all
|
203
|
+
* Lists all customer managed policies attached to a specified PermissionSet.
|
204
204
|
*/
|
205
205
|
listCustomerManagedPolicyReferencesInPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
* Lists the SSO instances that the caller has access to.
|
207
|
+
* Lists the Amazon Web Services SSO instances that the caller has access to.
|
208
208
|
*/
|
209
209
|
listInstances(params: SSOAdmin.Types.ListInstancesRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListInstancesResponse) => void): Request<SSOAdmin.Types.ListInstancesResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
* Lists the SSO instances that the caller has access to.
|
211
|
+
* Lists the Amazon Web Services SSO instances that the caller has access to.
|
212
212
|
*/
|
213
213
|
listInstances(callback?: (err: AWSError, data: SSOAdmin.Types.ListInstancesResponse) => void): Request<SSOAdmin.Types.ListInstancesResponse, AWSError>;
|
214
214
|
/**
|
215
|
-
* Lists the Amazon Web Services managed
|
215
|
+
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
|
216
216
|
*/
|
217
217
|
listManagedPoliciesInPermissionSet(params: SSOAdmin.Types.ListManagedPoliciesInPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
|
218
218
|
/**
|
219
|
-
* Lists the Amazon Web Services managed
|
219
|
+
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
|
220
220
|
*/
|
221
221
|
listManagedPoliciesInPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
|
222
222
|
/**
|
223
|
-
* Lists the status of the permission set provisioning requests for a specified SSO instance.
|
223
|
+
* Lists the status of the permission set provisioning requests for a specified Amazon Web Services SSO instance.
|
224
224
|
*/
|
225
225
|
listPermissionSetProvisioningStatus(params: SSOAdmin.Types.ListPermissionSetProvisioningStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse, AWSError>;
|
226
226
|
/**
|
227
|
-
* Lists the status of the permission set provisioning requests for a specified SSO instance.
|
227
|
+
* Lists the status of the permission set provisioning requests for a specified Amazon Web Services SSO instance.
|
228
228
|
*/
|
229
229
|
listPermissionSetProvisioningStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Lists the PermissionSets in an SSO instance.
|
231
|
+
* Lists the PermissionSets in an Amazon Web Services SSO instance.
|
232
232
|
*/
|
233
233
|
listPermissionSets(params: SSOAdmin.Types.ListPermissionSetsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Lists the PermissionSets in an SSO instance.
|
235
|
+
* Lists the PermissionSets in an Amazon Web Services SSO instance.
|
236
236
|
*/
|
237
237
|
listPermissionSets(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsResponse, AWSError>;
|
238
238
|
/**
|
@@ -260,19 +260,19 @@ declare class SSOAdmin extends Service {
|
|
260
260
|
*/
|
261
261
|
provisionPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ProvisionPermissionSetResponse) => void): Request<SSOAdmin.Types.ProvisionPermissionSetResponse, AWSError>;
|
262
262
|
/**
|
263
|
-
* Attaches an
|
263
|
+
* Attaches an inline policy to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this action to apply the corresponding IAM policy updates to all assigned accounts.
|
264
264
|
*/
|
265
265
|
putInlinePolicyToPermissionSet(params: SSOAdmin.Types.PutInlinePolicyToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse, AWSError>;
|
266
266
|
/**
|
267
|
-
* Attaches an
|
267
|
+
* Attaches an inline policy to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this action to apply the corresponding IAM policy updates to all assigned accounts.
|
268
268
|
*/
|
269
269
|
putInlinePolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse, AWSError>;
|
270
270
|
/**
|
271
|
-
* Attaches an Amazon Web Services managed or customer managed
|
271
|
+
* Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
|
272
272
|
*/
|
273
273
|
putPermissionsBoundaryToPermissionSet(params: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse, AWSError>;
|
274
274
|
/**
|
275
|
-
* Attaches an Amazon Web Services managed or customer managed
|
275
|
+
* Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
|
276
276
|
*/
|
277
277
|
putPermissionsBoundaryToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse, AWSError>;
|
278
278
|
/**
|
@@ -405,7 +405,7 @@ declare namespace SSOAdmin {
|
|
405
405
|
export type AccountList = AccountId[];
|
406
406
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
407
407
|
/**
|
408
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
408
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
409
409
|
*/
|
410
410
|
InstanceArn: InstanceArn;
|
411
411
|
/**
|
@@ -413,7 +413,7 @@ declare namespace SSOAdmin {
|
|
413
413
|
*/
|
414
414
|
PermissionSetArn: PermissionSetArn;
|
415
415
|
/**
|
416
|
-
* Specifies the name and path of
|
416
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
417
417
|
*/
|
418
418
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
419
419
|
}
|
@@ -421,7 +421,7 @@ declare namespace SSOAdmin {
|
|
421
421
|
}
|
422
422
|
export interface AttachManagedPolicyToPermissionSetRequest {
|
423
423
|
/**
|
424
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
424
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
425
425
|
*/
|
426
426
|
InstanceArn: InstanceArn;
|
427
427
|
/**
|
@@ -437,18 +437,18 @@ declare namespace SSOAdmin {
|
|
437
437
|
}
|
438
438
|
export interface AttachedManagedPolicy {
|
439
439
|
/**
|
440
|
-
* The name of the Amazon Web Services managed
|
440
|
+
* The name of the Amazon Web Services managed policy.
|
441
441
|
*/
|
442
442
|
Name?: Name;
|
443
443
|
/**
|
444
|
-
* The ARN of the Amazon Web Services managed
|
444
|
+
* The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
445
445
|
*/
|
446
446
|
Arn?: ManagedPolicyArn;
|
447
447
|
}
|
448
448
|
export type AttachedManagedPolicyList = AttachedManagedPolicy[];
|
449
449
|
export interface CreateAccountAssignmentRequest {
|
450
450
|
/**
|
451
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
451
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
452
452
|
*/
|
453
453
|
InstanceArn: InstanceArn;
|
454
454
|
/**
|
@@ -480,7 +480,7 @@ declare namespace SSOAdmin {
|
|
480
480
|
}
|
481
481
|
export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
482
482
|
/**
|
483
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
483
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
484
484
|
*/
|
485
485
|
InstanceArn: InstanceArn;
|
486
486
|
/**
|
@@ -500,7 +500,7 @@ declare namespace SSOAdmin {
|
|
500
500
|
*/
|
501
501
|
Description?: PermissionSetDescription;
|
502
502
|
/**
|
503
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
503
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
504
504
|
*/
|
505
505
|
InstanceArn: InstanceArn;
|
506
506
|
/**
|
@@ -524,11 +524,11 @@ declare namespace SSOAdmin {
|
|
524
524
|
}
|
525
525
|
export interface CustomerManagedPolicyReference {
|
526
526
|
/**
|
527
|
-
* The name of the policy
|
527
|
+
* The name of the IAM policy that you have configured in each account where you want to deploy your permission set.
|
528
528
|
*/
|
529
529
|
Name: ManagedPolicyName;
|
530
530
|
/**
|
531
|
-
* The path
|
531
|
+
* The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the Identity and Access Management User Guide.
|
532
532
|
*/
|
533
533
|
Path?: ManagedPolicyPath;
|
534
534
|
}
|
@@ -536,7 +536,7 @@ declare namespace SSOAdmin {
|
|
536
536
|
export type _Date = Date;
|
537
537
|
export interface DeleteAccountAssignmentRequest {
|
538
538
|
/**
|
539
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
539
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
540
540
|
*/
|
541
541
|
InstanceArn: InstanceArn;
|
542
542
|
/**
|
@@ -568,7 +568,7 @@ declare namespace SSOAdmin {
|
|
568
568
|
}
|
569
569
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
570
570
|
/**
|
571
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
571
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
572
572
|
*/
|
573
573
|
InstanceArn: InstanceArn;
|
574
574
|
/**
|
@@ -580,7 +580,7 @@ declare namespace SSOAdmin {
|
|
580
580
|
}
|
581
581
|
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
582
582
|
/**
|
583
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
583
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
584
584
|
*/
|
585
585
|
InstanceArn: InstanceArn;
|
586
586
|
}
|
@@ -588,7 +588,7 @@ declare namespace SSOAdmin {
|
|
588
588
|
}
|
589
589
|
export interface DeletePermissionSetRequest {
|
590
590
|
/**
|
591
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
591
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
592
592
|
*/
|
593
593
|
InstanceArn: InstanceArn;
|
594
594
|
/**
|
@@ -600,7 +600,7 @@ declare namespace SSOAdmin {
|
|
600
600
|
}
|
601
601
|
export interface DeletePermissionsBoundaryFromPermissionSetRequest {
|
602
602
|
/**
|
603
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
603
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
604
604
|
*/
|
605
605
|
InstanceArn: InstanceArn;
|
606
606
|
/**
|
@@ -612,7 +612,7 @@ declare namespace SSOAdmin {
|
|
612
612
|
}
|
613
613
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
614
614
|
/**
|
615
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
615
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
616
616
|
*/
|
617
617
|
InstanceArn: InstanceArn;
|
618
618
|
/**
|
@@ -628,7 +628,7 @@ declare namespace SSOAdmin {
|
|
628
628
|
}
|
629
629
|
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
630
630
|
/**
|
631
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
631
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
632
632
|
*/
|
633
633
|
InstanceArn: InstanceArn;
|
634
634
|
/**
|
@@ -644,7 +644,7 @@ declare namespace SSOAdmin {
|
|
644
644
|
}
|
645
645
|
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
646
646
|
/**
|
647
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
647
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
648
648
|
*/
|
649
649
|
InstanceArn: InstanceArn;
|
650
650
|
}
|
@@ -664,7 +664,7 @@ declare namespace SSOAdmin {
|
|
664
664
|
}
|
665
665
|
export interface DescribePermissionSetProvisioningStatusRequest {
|
666
666
|
/**
|
667
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
667
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
668
668
|
*/
|
669
669
|
InstanceArn: InstanceArn;
|
670
670
|
/**
|
@@ -680,11 +680,11 @@ declare namespace SSOAdmin {
|
|
680
680
|
}
|
681
681
|
export interface DescribePermissionSetRequest {
|
682
682
|
/**
|
683
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
683
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
684
684
|
*/
|
685
685
|
InstanceArn: InstanceArn;
|
686
686
|
/**
|
687
|
-
* The ARN of the permission set.
|
687
|
+
* The ARN of the permission set.
|
688
688
|
*/
|
689
689
|
PermissionSetArn: PermissionSetArn;
|
690
690
|
}
|
@@ -696,7 +696,7 @@ declare namespace SSOAdmin {
|
|
696
696
|
}
|
697
697
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
698
698
|
/**
|
699
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
699
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
700
700
|
*/
|
701
701
|
InstanceArn: InstanceArn;
|
702
702
|
/**
|
@@ -704,7 +704,7 @@ declare namespace SSOAdmin {
|
|
704
704
|
*/
|
705
705
|
PermissionSetArn: PermissionSetArn;
|
706
706
|
/**
|
707
|
-
* Specifies the name and path of
|
707
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
708
708
|
*/
|
709
709
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
710
710
|
}
|
@@ -712,7 +712,7 @@ declare namespace SSOAdmin {
|
|
712
712
|
}
|
713
713
|
export interface DetachManagedPolicyFromPermissionSetRequest {
|
714
714
|
/**
|
715
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
715
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
716
716
|
*/
|
717
717
|
InstanceArn: InstanceArn;
|
718
718
|
/**
|
@@ -729,7 +729,7 @@ declare namespace SSOAdmin {
|
|
729
729
|
export type Duration = string;
|
730
730
|
export interface GetInlinePolicyForPermissionSetRequest {
|
731
731
|
/**
|
732
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
732
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
733
733
|
*/
|
734
734
|
InstanceArn: InstanceArn;
|
735
735
|
/**
|
@@ -739,13 +739,13 @@ declare namespace SSOAdmin {
|
|
739
739
|
}
|
740
740
|
export interface GetInlinePolicyForPermissionSetResponse {
|
741
741
|
/**
|
742
|
-
* The
|
742
|
+
* The inline policy that is attached to the permission set.
|
743
743
|
*/
|
744
744
|
InlinePolicy?: PermissionSetPolicyDocument;
|
745
745
|
}
|
746
746
|
export interface GetPermissionsBoundaryForPermissionSetRequest {
|
747
747
|
/**
|
748
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
748
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
749
749
|
*/
|
750
750
|
InstanceArn: InstanceArn;
|
751
751
|
/**
|
@@ -772,17 +772,17 @@ declare namespace SSOAdmin {
|
|
772
772
|
export type InstanceList = InstanceMetadata[];
|
773
773
|
export interface InstanceMetadata {
|
774
774
|
/**
|
775
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
775
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
776
776
|
*/
|
777
777
|
InstanceArn?: InstanceArn;
|
778
778
|
/**
|
779
|
-
* The identifier of the identity store that is connected to the SSO instance.
|
779
|
+
* The identifier of the identity store that is connected to the Amazon Web Services SSO instance.
|
780
780
|
*/
|
781
781
|
IdentityStoreId?: Id;
|
782
782
|
}
|
783
783
|
export interface ListAccountAssignmentCreationStatusRequest {
|
784
784
|
/**
|
785
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
785
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
786
786
|
*/
|
787
787
|
InstanceArn: InstanceArn;
|
788
788
|
/**
|
@@ -810,7 +810,7 @@ declare namespace SSOAdmin {
|
|
810
810
|
}
|
811
811
|
export interface ListAccountAssignmentDeletionStatusRequest {
|
812
812
|
/**
|
813
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
813
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
814
814
|
*/
|
815
815
|
InstanceArn: InstanceArn;
|
816
816
|
/**
|
@@ -838,7 +838,7 @@ declare namespace SSOAdmin {
|
|
838
838
|
}
|
839
839
|
export interface ListAccountAssignmentsRequest {
|
840
840
|
/**
|
841
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
841
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
842
842
|
*/
|
843
843
|
InstanceArn: InstanceArn;
|
844
844
|
/**
|
@@ -870,7 +870,7 @@ declare namespace SSOAdmin {
|
|
870
870
|
}
|
871
871
|
export interface ListAccountsForProvisionedPermissionSetRequest {
|
872
872
|
/**
|
873
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
873
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
874
874
|
*/
|
875
875
|
InstanceArn: InstanceArn;
|
876
876
|
/**
|
@@ -902,11 +902,11 @@ declare namespace SSOAdmin {
|
|
902
902
|
}
|
903
903
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
904
904
|
/**
|
905
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
905
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
906
906
|
*/
|
907
907
|
InstanceArn: InstanceArn;
|
908
908
|
/**
|
909
|
-
* The ARN of the PermissionSet.
|
909
|
+
* The ARN of the PermissionSet.
|
910
910
|
*/
|
911
911
|
PermissionSetArn: PermissionSetArn;
|
912
912
|
/**
|
@@ -920,7 +920,7 @@ declare namespace SSOAdmin {
|
|
920
920
|
}
|
921
921
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
922
922
|
/**
|
923
|
-
* Specifies the names and paths of the
|
923
|
+
* Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
924
924
|
*/
|
925
925
|
CustomerManagedPolicyReferences?: CustomerManagedPolicyReferenceList;
|
926
926
|
/**
|
@@ -940,7 +940,7 @@ declare namespace SSOAdmin {
|
|
940
940
|
}
|
941
941
|
export interface ListInstancesResponse {
|
942
942
|
/**
|
943
|
-
* Lists the SSO instances that the caller has access to.
|
943
|
+
* Lists the Amazon Web Services SSO instances that the caller has access to.
|
944
944
|
*/
|
945
945
|
Instances?: InstanceList;
|
946
946
|
/**
|
@@ -950,7 +950,7 @@ declare namespace SSOAdmin {
|
|
950
950
|
}
|
951
951
|
export interface ListManagedPoliciesInPermissionSetRequest {
|
952
952
|
/**
|
953
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
953
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
954
954
|
*/
|
955
955
|
InstanceArn: InstanceArn;
|
956
956
|
/**
|
@@ -968,7 +968,7 @@ declare namespace SSOAdmin {
|
|
968
968
|
}
|
969
969
|
export interface ListManagedPoliciesInPermissionSetResponse {
|
970
970
|
/**
|
971
|
-
*
|
971
|
+
* An array of the AttachedManagedPolicy data type object.
|
972
972
|
*/
|
973
973
|
AttachedManagedPolicies?: AttachedManagedPolicyList;
|
974
974
|
/**
|
@@ -978,7 +978,7 @@ declare namespace SSOAdmin {
|
|
978
978
|
}
|
979
979
|
export interface ListPermissionSetProvisioningStatusRequest {
|
980
980
|
/**
|
981
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
981
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
982
982
|
*/
|
983
983
|
InstanceArn: InstanceArn;
|
984
984
|
/**
|
@@ -1006,7 +1006,7 @@ declare namespace SSOAdmin {
|
|
1006
1006
|
}
|
1007
1007
|
export interface ListPermissionSetsProvisionedToAccountRequest {
|
1008
1008
|
/**
|
1009
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1009
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1010
1010
|
*/
|
1011
1011
|
InstanceArn: InstanceArn;
|
1012
1012
|
/**
|
@@ -1038,7 +1038,7 @@ declare namespace SSOAdmin {
|
|
1038
1038
|
}
|
1039
1039
|
export interface ListPermissionSetsRequest {
|
1040
1040
|
/**
|
1041
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1041
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1042
1042
|
*/
|
1043
1043
|
InstanceArn: InstanceArn;
|
1044
1044
|
/**
|
@@ -1062,7 +1062,7 @@ declare namespace SSOAdmin {
|
|
1062
1062
|
}
|
1063
1063
|
export interface ListTagsForResourceRequest {
|
1064
1064
|
/**
|
1065
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1065
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1066
1066
|
*/
|
1067
1067
|
InstanceArn: InstanceArn;
|
1068
1068
|
/**
|
@@ -1169,7 +1169,7 @@ declare namespace SSOAdmin {
|
|
1169
1169
|
}
|
1170
1170
|
export interface PermissionsBoundary {
|
1171
1171
|
/**
|
1172
|
-
* Specifies the name and path of
|
1172
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
1173
1173
|
*/
|
1174
1174
|
CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
|
1175
1175
|
/**
|
@@ -1181,7 +1181,7 @@ declare namespace SSOAdmin {
|
|
1181
1181
|
export type PrincipalType = "USER"|"GROUP"|string;
|
1182
1182
|
export interface ProvisionPermissionSetRequest {
|
1183
1183
|
/**
|
1184
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1184
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1185
1185
|
*/
|
1186
1186
|
InstanceArn: InstanceArn;
|
1187
1187
|
/**
|
@@ -1207,7 +1207,7 @@ declare namespace SSOAdmin {
|
|
1207
1207
|
export type ProvisioningStatus = "LATEST_PERMISSION_SET_PROVISIONED"|"LATEST_PERMISSION_SET_NOT_PROVISIONED"|string;
|
1208
1208
|
export interface PutInlinePolicyToPermissionSetRequest {
|
1209
1209
|
/**
|
1210
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1210
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1211
1211
|
*/
|
1212
1212
|
InstanceArn: InstanceArn;
|
1213
1213
|
/**
|
@@ -1215,7 +1215,7 @@ declare namespace SSOAdmin {
|
|
1215
1215
|
*/
|
1216
1216
|
PermissionSetArn: PermissionSetArn;
|
1217
1217
|
/**
|
1218
|
-
* The
|
1218
|
+
* The inline policy to attach to a PermissionSet.
|
1219
1219
|
*/
|
1220
1220
|
InlinePolicy: PermissionSetPolicyDocument;
|
1221
1221
|
}
|
@@ -1223,7 +1223,7 @@ declare namespace SSOAdmin {
|
|
1223
1223
|
}
|
1224
1224
|
export interface PutPermissionsBoundaryToPermissionSetRequest {
|
1225
1225
|
/**
|
1226
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
1226
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
1227
1227
|
*/
|
1228
1228
|
InstanceArn: InstanceArn;
|
1229
1229
|
/**
|
@@ -1255,7 +1255,7 @@ declare namespace SSOAdmin {
|
|
1255
1255
|
export type TagList = Tag[];
|
1256
1256
|
export interface TagResourceRequest {
|
1257
1257
|
/**
|
1258
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1258
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1259
1259
|
*/
|
1260
1260
|
InstanceArn: InstanceArn;
|
1261
1261
|
/**
|
@@ -1277,7 +1277,7 @@ declare namespace SSOAdmin {
|
|
1277
1277
|
export type UUId = string;
|
1278
1278
|
export interface UntagResourceRequest {
|
1279
1279
|
/**
|
1280
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1280
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1281
1281
|
*/
|
1282
1282
|
InstanceArn: InstanceArn;
|
1283
1283
|
/**
|
@@ -1293,7 +1293,7 @@ declare namespace SSOAdmin {
|
|
1293
1293
|
}
|
1294
1294
|
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
1295
1295
|
/**
|
1296
|
-
* The ARN of the SSO instance under which the operation will be executed.
|
1296
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed.
|
1297
1297
|
*/
|
1298
1298
|
InstanceArn: InstanceArn;
|
1299
1299
|
/**
|
@@ -1305,7 +1305,7 @@ declare namespace SSOAdmin {
|
|
1305
1305
|
}
|
1306
1306
|
export interface UpdatePermissionSetRequest {
|
1307
1307
|
/**
|
1308
|
-
* The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1308
|
+
* The ARN of the Amazon Web Services SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1309
1309
|
*/
|
1310
1310
|
InstanceArn: InstanceArn;
|
1311
1311
|
/**
|