1{
2  "version": "2.0",
3  "service": null,
4  "operations": {
5    "AttachManagedPolicyToPermissionSet": "<p>Attaches an IAM managed policy ARN to a permission set.</p> <note> <p>If the permission set is already referenced by one or more account assignments, you will need to call <code> <a>ProvisionPermissionSet</a> </code> after this action to apply the corresponding IAM policy updates to all assigned accounts.</p> </note>",
6    "CreateAccountAssignment": "<p>Assigns access to a principal for a specified AWS account using a specified permission set.</p> <note> <p>The term <i>principal</i> here refers to a user or group that is defined in AWS SSO.</p> </note> <note> <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy attached to the SSO-created IAM role. 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 will need to call <code> <a>ProvisionPermissionSet</a> </code> to make these updates.</p> </note>",
7    "CreateInstanceAccessControlAttributeConfiguration": "<p>Enables the attributes-based access control (ABAC) feature for the specified AWS SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see <a href=\"/singlesignon/latest/userguide/abac.html\">Attribute-Based Access Control</a> in the <i>AWS SSO User Guide</i>.</p>",
8    "CreatePermissionSet": "<p>Creates a permission set within a specified SSO instance.</p> <note> <p>To grant users and groups access to AWS account resources, use <code> <a>CreateAccountAssignment</a> </code>.</p> </note>",
9    "DeleteAccountAssignment": "<p>Deletes a principal's access from a specified AWS account using a specified permission set.</p>",
10    "DeleteInlinePolicyFromPermissionSet": "<p>Deletes the inline policy from a specified permission set.</p>",
11    "DeleteInstanceAccessControlAttributeConfiguration": "<p>Disables the attributes-based access control (ABAC) feature for the specified AWS SSO instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see <a href=\"/singlesignon/latest/userguide/abac.html\">Attribute-Based Access Control</a> in the <i>AWS SSO User Guide</i>.</p>",
12    "DeletePermissionSet": "<p>Deletes the specified permission set.</p>",
13    "DescribeAccountAssignmentCreationStatus": "<p>Describes the status of the assignment creation request.</p>",
14    "DescribeAccountAssignmentDeletionStatus": "<p>Describes the status of the assignment deletion request.</p>",
15    "DescribeInstanceAccessControlAttributeConfiguration": "<p>Returns the list of AWS SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified AWS SSO instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see <a href=\"/singlesignon/latest/userguide/abac.html\">Attribute-Based Access Control</a> in the <i>AWS SSO User Guide</i>.</p>",
16    "DescribePermissionSet": "<p>Gets the details of the permission set.</p>",
17    "DescribePermissionSetProvisioningStatus": "<p>Describes the status for the given permission set provisioning request.</p>",
18    "DetachManagedPolicyFromPermissionSet": "<p>Detaches the attached IAM managed policy ARN from the specified permission set.</p>",
19    "GetInlinePolicyForPermissionSet": "<p>Obtains the inline policy assigned to the permission set.</p>",
20    "ListAccountAssignmentCreationStatus": "<p>Lists the status of the AWS account assignment creation requests for a specified SSO instance.</p>",
21    "ListAccountAssignmentDeletionStatus": "<p>Lists the status of the AWS account assignment deletion requests for a specified SSO instance.</p>",
22    "ListAccountAssignments": "<p>Lists the assignee of the specified AWS account with the specified permission set.</p>",
23    "ListAccountsForProvisionedPermissionSet": "<p>Lists all the AWS accounts where the specified permission set is provisioned.</p>",
24    "ListInstances": "<p>Lists the SSO instances that the caller has access to.</p>",
25    "ListManagedPoliciesInPermissionSet": "<p>Lists the IAM managed policy that is attached to a specified permission set.</p>",
26    "ListPermissionSetProvisioningStatus": "<p>Lists the status of the permission set provisioning requests for a specified SSO instance.</p>",
27    "ListPermissionSets": "<p>Lists the <a>PermissionSet</a>s in an SSO instance.</p>",
28    "ListPermissionSetsProvisionedToAccount": "<p>Lists all the permission sets that are provisioned to a specified AWS account.</p>",
29    "ListTagsForResource": "<p>Lists the tags that are attached to a specified resource.</p>",
30    "ProvisionPermissionSet": "<p>The process by which a specified permission set is provisioned to the specified target.</p>",
31    "PutInlinePolicyToPermissionSet": "<p>Attaches an IAM inline policy to a permission set.</p> <note> <p>If the permission set is already referenced by one or more account assignments, you will need to call <code> <a>ProvisionPermissionSet</a> </code> after this action to apply the corresponding IAM policy updates to all assigned accounts.</p> </note>",
32    "TagResource": "<p>Associates a set of tags with a specified resource.</p>",
33    "UntagResource": "<p>Disassociates a set of tags from a specified resource.</p>",
34    "UpdateInstanceAccessControlAttributeConfiguration": "<p>Updates the AWS SSO identity store attributes to use with the AWS SSO instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store. For more information about ABAC, see <a href=\"/singlesignon/latest/userguide/abac.html\">Attribute-Based Access Control</a> in the <i>AWS SSO User Guide</i>.</p>",
35    "UpdatePermissionSet": "<p>Updates an existing permission set.</p>"
36  },
37  "shapes": {
38    "AccessControlAttribute": {
39      "base": "<p>These are AWS SSO identity store attributes that you can configure for use in attributes-based access control (ABAC). You can create permission policies that determine who can access your AWS resources based upon the configured attribute value(s). When you enable ABAC and specify AccessControlAttributes, AWS SSO passes the attribute(s) value of the authenticated user into IAM for use in policy evaluation.</p>",
40      "refs": {
41        "AccessControlAttributeList$member": null
42      }
43    },
44    "AccessControlAttributeKey": {
45      "base": null,
46      "refs": {
47        "AccessControlAttribute$Key": "<p>The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in AWS SSO.</p>"
48      }
49    },
50    "AccessControlAttributeList": {
51      "base": null,
52      "refs": {
53        "InstanceAccessControlAttributeConfiguration$AccessControlAttributes": "<p>Lists the attributes that are configured for ABAC in the specified AWS SSO instance.</p>"
54      }
55    },
56    "AccessControlAttributeValue": {
57      "base": "<p>The value used for mapping a specified attribute to an identity source.</p>",
58      "refs": {
59        "AccessControlAttribute$Value": "<p>The value used for mapping a specified attribute to an identity source.</p>"
60      }
61    },
62    "AccessControlAttributeValueSource": {
63      "base": null,
64      "refs": {
65        "AccessControlAttributeValueSourceList$member": null
66      }
67    },
68    "AccessControlAttributeValueSourceList": {
69      "base": null,
70      "refs": {
71        "AccessControlAttributeValue$Source": "<p>The identity source to use when mapping a specified attribute to AWS SSO.</p>"
72      }
73    },
74    "AccessDeniedException": {
75      "base": "<p>You do not have sufficient access to perform this action.</p>",
76      "refs": {
77      }
78    },
79    "AccessDeniedExceptionMessage": {
80      "base": null,
81      "refs": {
82        "AccessDeniedException$Message": null
83      }
84    },
85    "AccountAssignment": {
86      "base": "<p>The assignment that indicates a principal's limited access to a specified AWS account with a specified permission set.</p> <note> <p>The term <i>principal</i> here refers to a user or group that is defined in AWS SSO.</p> </note>",
87      "refs": {
88        "AccountAssignmentList$member": null
89      }
90    },
91    "AccountAssignmentList": {
92      "base": null,
93      "refs": {
94        "ListAccountAssignmentsResponse$AccountAssignments": "<p>The list of assignments that match the input AWS account and permission set.</p>"
95      }
96    },
97    "AccountAssignmentOperationStatus": {
98      "base": "<p>The status of the creation or deletion operation of an assignment that a principal needs to access an account.</p>",
99      "refs": {
100        "CreateAccountAssignmentResponse$AccountAssignmentCreationStatus": "<p>The status object for the account assignment creation operation.</p>",
101        "DeleteAccountAssignmentResponse$AccountAssignmentDeletionStatus": "<p>The status object for the account assignment deletion operation.</p>",
102        "DescribeAccountAssignmentCreationStatusResponse$AccountAssignmentCreationStatus": "<p>The status object for the account assignment creation operation.</p>",
103        "DescribeAccountAssignmentDeletionStatusResponse$AccountAssignmentDeletionStatus": "<p>The status object for the account assignment deletion operation.</p>"
104      }
105    },
106    "AccountAssignmentOperationStatusList": {
107      "base": null,
108      "refs": {
109        "ListAccountAssignmentCreationStatusResponse$AccountAssignmentsCreationStatus": "<p>The status object for the account assignment creation operation.</p>",
110        "ListAccountAssignmentDeletionStatusResponse$AccountAssignmentsDeletionStatus": "<p>The status object for the account assignment deletion operation.</p>"
111      }
112    },
113    "AccountAssignmentOperationStatusMetadata": {
114      "base": "<p>Provides information about the <a>AccountAssignment</a> creation request.</p>",
115      "refs": {
116        "AccountAssignmentOperationStatusList$member": null
117      }
118    },
119    "AccountId": {
120      "base": null,
121      "refs": {
122        "AccountAssignment$AccountId": "<p>The identifier of the AWS account.</p>",
123        "AccountList$member": null,
124        "ListPermissionSetsProvisionedToAccountRequest$AccountId": "<p>The identifier of the AWS account from which to list the assignments.</p>",
125        "PermissionSetProvisioningStatus$AccountId": "<p>The identifier of the AWS account from which to list the assignments.</p>"
126      }
127    },
128    "AccountList": {
129      "base": null,
130      "refs": {
131        "ListAccountsForProvisionedPermissionSetResponse$AccountIds": "<p>The list of AWS <code>AccountIds</code>.</p>"
132      }
133    },
134    "AttachManagedPolicyToPermissionSetRequest": {
135      "base": null,
136      "refs": {
137      }
138    },
139    "AttachManagedPolicyToPermissionSetResponse": {
140      "base": null,
141      "refs": {
142      }
143    },
144    "AttachedManagedPolicy": {
145      "base": "<p>A structure that stores the details of the IAM managed policy.</p>",
146      "refs": {
147        "AttachedManagedPolicyList$member": null
148      }
149    },
150    "AttachedManagedPolicyList": {
151      "base": null,
152      "refs": {
153        "ListManagedPoliciesInPermissionSetResponse$AttachedManagedPolicies": "<p>The array of the <a>AttachedManagedPolicy</a> data type object.</p>"
154      }
155    },
156    "ConflictException": {
157      "base": "<p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>",
158      "refs": {
159      }
160    },
161    "ConflictExceptionMessage": {
162      "base": null,
163      "refs": {
164        "ConflictException$Message": null
165      }
166    },
167    "CreateAccountAssignmentRequest": {
168      "base": null,
169      "refs": {
170      }
171    },
172    "CreateAccountAssignmentResponse": {
173      "base": null,
174      "refs": {
175      }
176    },
177    "CreateInstanceAccessControlAttributeConfigurationRequest": {
178      "base": null,
179      "refs": {
180      }
181    },
182    "CreateInstanceAccessControlAttributeConfigurationResponse": {
183      "base": null,
184      "refs": {
185      }
186    },
187    "CreatePermissionSetRequest": {
188      "base": null,
189      "refs": {
190      }
191    },
192    "CreatePermissionSetResponse": {
193      "base": null,
194      "refs": {
195      }
196    },
197    "Date": {
198      "base": null,
199      "refs": {
200        "AccountAssignmentOperationStatus$CreatedDate": "<p>The date that the permission set was created.</p>",
201        "AccountAssignmentOperationStatusMetadata$CreatedDate": "<p>The date that the permission set was created.</p>",
202        "PermissionSet$CreatedDate": "<p>The date that the permission set was created.</p>",
203        "PermissionSetProvisioningStatus$CreatedDate": "<p>The date that the permission set was created.</p>",
204        "PermissionSetProvisioningStatusMetadata$CreatedDate": "<p>The date that the permission set was created.</p>"
205      }
206    },
207    "DeleteAccountAssignmentRequest": {
208      "base": null,
209      "refs": {
210      }
211    },
212    "DeleteAccountAssignmentResponse": {
213      "base": null,
214      "refs": {
215      }
216    },
217    "DeleteInlinePolicyFromPermissionSetRequest": {
218      "base": null,
219      "refs": {
220      }
221    },
222    "DeleteInlinePolicyFromPermissionSetResponse": {
223      "base": null,
224      "refs": {
225      }
226    },
227    "DeleteInstanceAccessControlAttributeConfigurationRequest": {
228      "base": null,
229      "refs": {
230      }
231    },
232    "DeleteInstanceAccessControlAttributeConfigurationResponse": {
233      "base": null,
234      "refs": {
235      }
236    },
237    "DeletePermissionSetRequest": {
238      "base": null,
239      "refs": {
240      }
241    },
242    "DeletePermissionSetResponse": {
243      "base": null,
244      "refs": {
245      }
246    },
247    "DescribeAccountAssignmentCreationStatusRequest": {
248      "base": null,
249      "refs": {
250      }
251    },
252    "DescribeAccountAssignmentCreationStatusResponse": {
253      "base": null,
254      "refs": {
255      }
256    },
257    "DescribeAccountAssignmentDeletionStatusRequest": {
258      "base": null,
259      "refs": {
260      }
261    },
262    "DescribeAccountAssignmentDeletionStatusResponse": {
263      "base": null,
264      "refs": {
265      }
266    },
267    "DescribeInstanceAccessControlAttributeConfigurationRequest": {
268      "base": null,
269      "refs": {
270      }
271    },
272    "DescribeInstanceAccessControlAttributeConfigurationResponse": {
273      "base": null,
274      "refs": {
275      }
276    },
277    "DescribePermissionSetProvisioningStatusRequest": {
278      "base": null,
279      "refs": {
280      }
281    },
282    "DescribePermissionSetProvisioningStatusResponse": {
283      "base": null,
284      "refs": {
285      }
286    },
287    "DescribePermissionSetRequest": {
288      "base": null,
289      "refs": {
290      }
291    },
292    "DescribePermissionSetResponse": {
293      "base": null,
294      "refs": {
295      }
296    },
297    "DetachManagedPolicyFromPermissionSetRequest": {
298      "base": null,
299      "refs": {
300      }
301    },
302    "DetachManagedPolicyFromPermissionSetResponse": {
303      "base": null,
304      "refs": {
305      }
306    },
307    "Duration": {
308      "base": null,
309      "refs": {
310        "CreatePermissionSetRequest$SessionDuration": "<p>The length of time that the application user sessions are valid in the ISO-8601 standard.</p>",
311        "PermissionSet$SessionDuration": "<p>The length of time that the application user sessions are valid for in the ISO-8601 standard.</p>",
312        "UpdatePermissionSetRequest$SessionDuration": "<p>The length of time that the application user sessions are valid for in the ISO-8601 standard.</p>"
313      }
314    },
315    "GeneralArn": {
316      "base": null,
317      "refs": {
318        "ListTagsForResourceRequest$ResourceArn": "<p>The ARN of the resource with the tags to be listed.</p>",
319        "TagResourceRequest$ResourceArn": "<p>The ARN of the resource with the tags to be listed.</p>",
320        "UntagResourceRequest$ResourceArn": "<p>The ARN of the resource with the tags to be listed.</p>"
321      }
322    },
323    "GetInlinePolicyForPermissionSetRequest": {
324      "base": null,
325      "refs": {
326      }
327    },
328    "GetInlinePolicyForPermissionSetResponse": {
329      "base": null,
330      "refs": {
331      }
332    },
333    "Id": {
334      "base": null,
335      "refs": {
336        "InstanceMetadata$IdentityStoreId": "<p>The identifier of the identity store that is connected to the SSO instance.</p>"
337      }
338    },
339    "InstanceAccessControlAttributeConfiguration": {
340      "base": "<p>Specifies the attributes to add to your attribute-based access control (ABAC) configuration.</p>",
341      "refs": {
342        "CreateInstanceAccessControlAttributeConfigurationRequest$InstanceAccessControlAttributeConfiguration": "<p>Specifies the AWS SSO identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the AWS SSO identity store. If a SAML assertion passes any of these attributes, AWS SSO will replace the attribute value with the value from the AWS SSO identity store.</p>",
343        "DescribeInstanceAccessControlAttributeConfigurationResponse$InstanceAccessControlAttributeConfiguration": "<p>Gets the list of AWS SSO identity store attributes added to your ABAC configuration.</p>",
344        "UpdateInstanceAccessControlAttributeConfigurationRequest$InstanceAccessControlAttributeConfiguration": "<p>Updates the attributes for your ABAC configuration.</p>"
345      }
346    },
347    "InstanceAccessControlAttributeConfigurationStatus": {
348      "base": null,
349      "refs": {
350        "DescribeInstanceAccessControlAttributeConfigurationResponse$Status": "<p>The status of the attribute configuration process.</p>"
351      }
352    },
353    "InstanceAccessControlAttributeConfigurationStatusReason": {
354      "base": null,
355      "refs": {
356        "DescribeInstanceAccessControlAttributeConfigurationResponse$StatusReason": "<p>Provides more details about the current status of the specified attribute.</p>"
357      }
358    },
359    "InstanceArn": {
360      "base": null,
361      "refs": {
362        "AttachManagedPolicyToPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
363        "CreateAccountAssignmentRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
364        "CreateInstanceAccessControlAttributeConfigurationRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed.</p>",
365        "CreatePermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
366        "DeleteAccountAssignmentRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
367        "DeleteInlinePolicyFromPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
368        "DeleteInstanceAccessControlAttributeConfigurationRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed.</p>",
369        "DeletePermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
370        "DescribeAccountAssignmentCreationStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
371        "DescribeAccountAssignmentDeletionStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
372        "DescribeInstanceAccessControlAttributeConfigurationRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed.</p>",
373        "DescribePermissionSetProvisioningStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
374        "DescribePermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
375        "DetachManagedPolicyFromPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
376        "GetInlinePolicyForPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
377        "InstanceMetadata$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
378        "ListAccountAssignmentCreationStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
379        "ListAccountAssignmentDeletionStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
380        "ListAccountAssignmentsRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
381        "ListAccountsForProvisionedPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
382        "ListManagedPoliciesInPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
383        "ListPermissionSetProvisioningStatusRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
384        "ListPermissionSetsProvisionedToAccountRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
385        "ListPermissionSetsRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
386        "ListTagsForResourceRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
387        "ProvisionPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
388        "PutInlinePolicyToPermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
389        "TagResourceRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
390        "UntagResourceRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
391        "UpdateInstanceAccessControlAttributeConfigurationRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed.</p>",
392        "UpdatePermissionSetRequest$InstanceArn": "<p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>"
393      }
394    },
395    "InstanceList": {
396      "base": null,
397      "refs": {
398        "ListInstancesResponse$Instances": "<p>Lists the SSO instances that the caller has access to.</p>"
399      }
400    },
401    "InstanceMetadata": {
402      "base": "<p>Provides information about the SSO instance.</p>",
403      "refs": {
404        "InstanceList$member": null
405      }
406    },
407    "InternalFailureMessage": {
408      "base": null,
409      "refs": {
410        "InternalServerException$Message": null
411      }
412    },
413    "InternalServerException": {
414      "base": "<p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>",
415      "refs": {
416      }
417    },
418    "ListAccountAssignmentCreationStatusRequest": {
419      "base": null,
420      "refs": {
421      }
422    },
423    "ListAccountAssignmentCreationStatusResponse": {
424      "base": null,
425      "refs": {
426      }
427    },
428    "ListAccountAssignmentDeletionStatusRequest": {
429      "base": null,
430      "refs": {
431      }
432    },
433    "ListAccountAssignmentDeletionStatusResponse": {
434      "base": null,
435      "refs": {
436      }
437    },
438    "ListAccountAssignmentsRequest": {
439      "base": null,
440      "refs": {
441      }
442    },
443    "ListAccountAssignmentsResponse": {
444      "base": null,
445      "refs": {
446      }
447    },
448    "ListAccountsForProvisionedPermissionSetRequest": {
449      "base": null,
450      "refs": {
451      }
452    },
453    "ListAccountsForProvisionedPermissionSetResponse": {
454      "base": null,
455      "refs": {
456      }
457    },
458    "ListInstancesRequest": {
459      "base": null,
460      "refs": {
461      }
462    },
463    "ListInstancesResponse": {
464      "base": null,
465      "refs": {
466      }
467    },
468    "ListManagedPoliciesInPermissionSetRequest": {
469      "base": null,
470      "refs": {
471      }
472    },
473    "ListManagedPoliciesInPermissionSetResponse": {
474      "base": null,
475      "refs": {
476      }
477    },
478    "ListPermissionSetProvisioningStatusRequest": {
479      "base": null,
480      "refs": {
481      }
482    },
483    "ListPermissionSetProvisioningStatusResponse": {
484      "base": null,
485      "refs": {
486      }
487    },
488    "ListPermissionSetsProvisionedToAccountRequest": {
489      "base": null,
490      "refs": {
491      }
492    },
493    "ListPermissionSetsProvisionedToAccountResponse": {
494      "base": null,
495      "refs": {
496      }
497    },
498    "ListPermissionSetsRequest": {
499      "base": null,
500      "refs": {
501      }
502    },
503    "ListPermissionSetsResponse": {
504      "base": null,
505      "refs": {
506      }
507    },
508    "ListTagsForResourceRequest": {
509      "base": null,
510      "refs": {
511      }
512    },
513    "ListTagsForResourceResponse": {
514      "base": null,
515      "refs": {
516      }
517    },
518    "ManagedPolicyArn": {
519      "base": null,
520      "refs": {
521        "AttachManagedPolicyToPermissionSetRequest$ManagedPolicyArn": "<p>The IAM managed policy ARN to be attached to a permission set.</p>",
522        "AttachedManagedPolicy$Arn": "<p>The ARN of the IAM managed policy. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
523        "DetachManagedPolicyFromPermissionSetRequest$ManagedPolicyArn": "<p>The IAM managed policy ARN to be attached to a permission set.</p>"
524      }
525    },
526    "MaxResults": {
527      "base": null,
528      "refs": {
529        "ListAccountAssignmentCreationStatusRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>",
530        "ListAccountAssignmentDeletionStatusRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>",
531        "ListAccountAssignmentsRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>",
532        "ListAccountsForProvisionedPermissionSetRequest$MaxResults": "<p>The maximum number of results to display for the <a>PermissionSet</a>.</p>",
533        "ListInstancesRequest$MaxResults": "<p>The maximum number of results to display for the instance.</p>",
534        "ListManagedPoliciesInPermissionSetRequest$MaxResults": "<p>The maximum number of results to display for the <a>PermissionSet</a>.</p>",
535        "ListPermissionSetProvisioningStatusRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>",
536        "ListPermissionSetsProvisionedToAccountRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>",
537        "ListPermissionSetsRequest$MaxResults": "<p>The maximum number of results to display for the assignment.</p>"
538      }
539    },
540    "Name": {
541      "base": null,
542      "refs": {
543        "AttachedManagedPolicy$Name": "<p>The name of the IAM managed policy.</p>"
544      }
545    },
546    "OperationStatusFilter": {
547      "base": "<p>Filters he operation status list based on the passed attribute value.</p>",
548      "refs": {
549        "ListAccountAssignmentCreationStatusRequest$Filter": "<p>Filters results based on the passed attribute value.</p>",
550        "ListAccountAssignmentDeletionStatusRequest$Filter": "<p>Filters results based on the passed attribute value.</p>",
551        "ListPermissionSetProvisioningStatusRequest$Filter": "<p>Filters results based on the passed attribute value.</p>"
552      }
553    },
554    "PermissionSet": {
555      "base": "<p>An entity that contains IAM policies.</p>",
556      "refs": {
557        "CreatePermissionSetResponse$PermissionSet": "<p>Defines the level of access on an AWS account.</p>",
558        "DescribePermissionSetResponse$PermissionSet": "<p>Describes the level of access on an AWS account.</p>"
559      }
560    },
561    "PermissionSetArn": {
562      "base": null,
563      "refs": {
564        "AccountAssignment$PermissionSetArn": "<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 Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
565        "AccountAssignmentOperationStatus$PermissionSetArn": "<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 Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
566        "AttachManagedPolicyToPermissionSetRequest$PermissionSetArn": "<p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached to.</p>",
567        "CreateAccountAssignmentRequest$PermissionSetArn": "<p>The ARN of the permission set that the admin wants to grant the principal access to.</p>",
568        "DeleteAccountAssignmentRequest$PermissionSetArn": "<p>The ARN of the permission set that will be used to remove access.</p>",
569        "DeleteInlinePolicyFromPermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set that will be used to remove access.</p>",
570        "DeletePermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set that should be deleted.</p>",
571        "DescribePermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set.</p>",
572        "DetachManagedPolicyFromPermissionSetRequest$PermissionSetArn": "<p>The ARN of the <a>PermissionSet</a> from which the policy should be detached.</p>",
573        "GetInlinePolicyForPermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set.</p>",
574        "ListAccountAssignmentsRequest$PermissionSetArn": "<p>The ARN of the permission set from which to list assignments.</p>",
575        "ListAccountsForProvisionedPermissionSetRequest$PermissionSetArn": "<p>The ARN of the <a>PermissionSet</a> from which the associated AWS accounts will be listed.</p>",
576        "ListManagedPoliciesInPermissionSetRequest$PermissionSetArn": "<p>The ARN of the <a>PermissionSet</a> whose managed policies will be listed.</p>",
577        "PermissionSet$PermissionSetArn": "<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 Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
578        "PermissionSetList$member": null,
579        "PermissionSetProvisioningStatus$PermissionSetArn": "<p>The ARN of the permission set that is being provisioned. For more information about ARNs, see <a href=\"/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and AWS Service Namespaces</a> in the <i>AWS General Reference</i>.</p>",
580        "ProvisionPermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set.</p>",
581        "PutInlinePolicyToPermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set.</p>",
582        "UpdatePermissionSetRequest$PermissionSetArn": "<p>The ARN of the permission set.</p>"
583      }
584    },
585    "PermissionSetDescription": {
586      "base": null,
587      "refs": {
588        "CreatePermissionSetRequest$Description": "<p>The description of the <a>PermissionSet</a>.</p>",
589        "PermissionSet$Description": "<p>The description of the <a>PermissionSet</a>.</p>",
590        "UpdatePermissionSetRequest$Description": "<p>The description of the <a>PermissionSet</a>.</p>"
591      }
592    },
593    "PermissionSetList": {
594      "base": null,
595      "refs": {
596        "ListPermissionSetsProvisionedToAccountResponse$PermissionSets": "<p>Defines the level of access that an AWS account has.</p>",
597        "ListPermissionSetsResponse$PermissionSets": "<p>Defines the level of access on an AWS account.</p>"
598      }
599    },
600    "PermissionSetName": {
601      "base": null,
602      "refs": {
603        "CreatePermissionSetRequest$Name": "<p>The name of the <a>PermissionSet</a>.</p>",
604        "PermissionSet$Name": "<p>The name of the permission set.</p>"
605      }
606    },
607    "PermissionSetPolicyDocument": {
608      "base": null,
609      "refs": {
610        "GetInlinePolicyForPermissionSetResponse$InlinePolicy": "<p>The IAM inline policy that is attached to the permission set.</p>",
611        "PutInlinePolicyToPermissionSetRequest$InlinePolicy": "<p>The IAM inline policy to attach to a <a>PermissionSet</a>.</p>"
612      }
613    },
614    "PermissionSetProvisioningStatus": {
615      "base": "<p>A structure that is used to provide the status of the provisioning operation for a specified permission set.</p>",
616      "refs": {
617        "DescribePermissionSetProvisioningStatusResponse$PermissionSetProvisioningStatus": "<p>The status object for the permission set provisioning operation.</p>",
618        "ProvisionPermissionSetResponse$PermissionSetProvisioningStatus": "<p>The status object for the permission set provisioning operation.</p>"
619      }
620    },
621    "PermissionSetProvisioningStatusList": {
622      "base": null,
623      "refs": {
624        "ListPermissionSetProvisioningStatusResponse$PermissionSetsProvisioningStatus": "<p>The status object for the permission set provisioning operation.</p>"
625      }
626    },
627    "PermissionSetProvisioningStatusMetadata": {
628      "base": "<p>Provides information about the permission set provisioning status.</p>",
629      "refs": {
630        "PermissionSetProvisioningStatusList$member": null
631      }
632    },
633    "PrincipalId": {
634      "base": null,
635      "refs": {
636        "AccountAssignment$PrincipalId": "<p>An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the <a href=\"/singlesignon/latest/IdentityStoreAPIReference/welcome.html\">AWS SSO Identity Store API Reference</a>.</p>",
637        "AccountAssignmentOperationStatus$PrincipalId": "<p>An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the <a href=\"/singlesignon/latest/IdentityStoreAPIReference/welcome.html\">AWS SSO Identity Store API Reference</a>.</p>",
638        "CreateAccountAssignmentRequest$PrincipalId": "<p>An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the <a href=\"/singlesignon/latest/IdentityStoreAPIReference/welcome.html\">AWS SSO Identity Store API Reference</a>.</p>",
639        "DeleteAccountAssignmentRequest$PrincipalId": "<p>An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the <a href=\"/singlesignon/latest/IdentityStoreAPIReference/welcome.html\">AWS SSO Identity Store API Reference</a>.</p>"
640      }
641    },
642    "PrincipalType": {
643      "base": null,
644      "refs": {
645        "AccountAssignment$PrincipalType": "<p>The entity type for which the assignment will be created.</p>",
646        "AccountAssignmentOperationStatus$PrincipalType": "<p>The entity type for which the assignment will be created.</p>",
647        "CreateAccountAssignmentRequest$PrincipalType": "<p>The entity type for which the assignment will be created.</p>",
648        "DeleteAccountAssignmentRequest$PrincipalType": "<p>The entity type for which the assignment will be deleted.</p>"
649      }
650    },
651    "ProvisionPermissionSetRequest": {
652      "base": null,
653      "refs": {
654      }
655    },
656    "ProvisionPermissionSetResponse": {
657      "base": null,
658      "refs": {
659      }
660    },
661    "ProvisionTargetType": {
662      "base": null,
663      "refs": {
664        "ProvisionPermissionSetRequest$TargetType": "<p>The entity type for which the assignment will be created.</p>"
665      }
666    },
667    "ProvisioningStatus": {
668      "base": null,
669      "refs": {
670        "ListAccountsForProvisionedPermissionSetRequest$ProvisioningStatus": "<p>The permission set provisioning status for an AWS account.</p>",
671        "ListPermissionSetsProvisionedToAccountRequest$ProvisioningStatus": "<p>The status object for the permission set provisioning operation.</p>"
672      }
673    },
674    "PutInlinePolicyToPermissionSetRequest": {
675      "base": null,
676      "refs": {
677      }
678    },
679    "PutInlinePolicyToPermissionSetResponse": {
680      "base": null,
681      "refs": {
682      }
683    },
684    "Reason": {
685      "base": null,
686      "refs": {
687        "AccountAssignmentOperationStatus$FailureReason": "<p>The message that contains an error or exception in case of an operation failure.</p>",
688        "PermissionSetProvisioningStatus$FailureReason": "<p>The message that contains an error or exception in case of an operation failure.</p>"
689      }
690    },
691    "RelayState": {
692      "base": null,
693      "refs": {
694        "CreatePermissionSetRequest$RelayState": "<p>Used to redirect users within the application during the federation authentication process.</p>",
695        "PermissionSet$RelayState": "<p>Used to redirect users within the application during the federation authentication process.</p>",
696        "UpdatePermissionSetRequest$RelayState": "<p>Used to redirect users within the application during the federation authentication process.</p>"
697      }
698    },
699    "ResourceNotFoundException": {
700      "base": "<p>Indicates that a requested resource is not found.</p>",
701      "refs": {
702      }
703    },
704    "ResourceNotFoundMessage": {
705      "base": null,
706      "refs": {
707        "ResourceNotFoundException$Message": null
708      }
709    },
710    "ServiceQuotaExceededException": {
711      "base": "<p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>",
712      "refs": {
713      }
714    },
715    "ServiceQuotaExceededMessage": {
716      "base": null,
717      "refs": {
718        "ServiceQuotaExceededException$Message": null
719      }
720    },
721    "StatusValues": {
722      "base": null,
723      "refs": {
724        "AccountAssignmentOperationStatus$Status": "<p>The status of the permission set provisioning process.</p>",
725        "AccountAssignmentOperationStatusMetadata$Status": "<p>The status of the permission set provisioning process.</p>",
726        "OperationStatusFilter$Status": "<p>Filters the list operations result based on the status attribute.</p>",
727        "PermissionSetProvisioningStatus$Status": "<p>The status of the permission set provisioning process.</p>",
728        "PermissionSetProvisioningStatusMetadata$Status": "<p>The status of the permission set provisioning process.</p>"
729      }
730    },
731    "Tag": {
732      "base": "<p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that AWS SSO creates in AWS accounts.</p>",
733      "refs": {
734        "TagList$member": null
735      }
736    },
737    "TagKey": {
738      "base": null,
739      "refs": {
740        "Tag$Key": "<p>The key for the tag.</p>",
741        "TagKeyList$member": null
742      }
743    },
744    "TagKeyList": {
745      "base": null,
746      "refs": {
747        "UntagResourceRequest$TagKeys": "<p>The keys of tags that are attached to the resource.</p>"
748      }
749    },
750    "TagList": {
751      "base": null,
752      "refs": {
753        "CreatePermissionSetRequest$Tags": "<p>The tags to attach to the new <a>PermissionSet</a>.</p>",
754        "ListTagsForResourceResponse$Tags": "<p>A set of key-value pairs that are used to manage the resource.</p>",
755        "TagResourceRequest$Tags": "<p>A set of key-value pairs that are used to manage the resource.</p>"
756      }
757    },
758    "TagResourceRequest": {
759      "base": null,
760      "refs": {
761      }
762    },
763    "TagResourceResponse": {
764      "base": null,
765      "refs": {
766      }
767    },
768    "TagValue": {
769      "base": null,
770      "refs": {
771        "Tag$Value": "<p>The value of the tag.</p>"
772      }
773    },
774    "TargetId": {
775      "base": null,
776      "refs": {
777        "AccountAssignmentOperationStatus$TargetId": "<p>TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).</p>",
778        "CreateAccountAssignmentRequest$TargetId": "<p>TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).</p>",
779        "DeleteAccountAssignmentRequest$TargetId": "<p>TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).</p>",
780        "ListAccountAssignmentsRequest$AccountId": "<p>The identifier of the AWS account from which to list the assignments.</p>",
781        "ProvisionPermissionSetRequest$TargetId": "<p>TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).</p>"
782      }
783    },
784    "TargetType": {
785      "base": null,
786      "refs": {
787        "AccountAssignmentOperationStatus$TargetType": "<p>The entity type for which the assignment will be created.</p>",
788        "CreateAccountAssignmentRequest$TargetType": "<p>The entity type for which the assignment will be created.</p>",
789        "DeleteAccountAssignmentRequest$TargetType": "<p>The entity type for which the assignment will be deleted.</p>"
790      }
791    },
792    "ThrottlingException": {
793      "base": "<p>Indicates that the principal has crossed the throttling limits of the API operations.</p>",
794      "refs": {
795      }
796    },
797    "ThrottlingExceptionMessage": {
798      "base": null,
799      "refs": {
800        "ThrottlingException$Message": null
801      }
802    },
803    "Token": {
804      "base": null,
805      "refs": {
806        "ListAccountAssignmentCreationStatusRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
807        "ListAccountAssignmentCreationStatusResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
808        "ListAccountAssignmentDeletionStatusRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
809        "ListAccountAssignmentDeletionStatusResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
810        "ListAccountAssignmentsRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
811        "ListAccountAssignmentsResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
812        "ListAccountsForProvisionedPermissionSetRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
813        "ListAccountsForProvisionedPermissionSetResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
814        "ListInstancesRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
815        "ListInstancesResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
816        "ListManagedPoliciesInPermissionSetRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
817        "ListManagedPoliciesInPermissionSetResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
818        "ListPermissionSetProvisioningStatusRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
819        "ListPermissionSetProvisioningStatusResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
820        "ListPermissionSetsProvisionedToAccountRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
821        "ListPermissionSetsProvisionedToAccountResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
822        "ListPermissionSetsRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
823        "ListPermissionSetsResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
824        "ListTagsForResourceRequest$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>",
825        "ListTagsForResourceResponse$NextToken": "<p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>"
826      }
827    },
828    "UUId": {
829      "base": null,
830      "refs": {
831        "AccountAssignmentOperationStatus$RequestId": "<p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>",
832        "AccountAssignmentOperationStatusMetadata$RequestId": "<p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>",
833        "DescribeAccountAssignmentCreationStatusRequest$AccountAssignmentCreationRequestId": "<p>The identifier that is used to track the request operation progress.</p>",
834        "DescribeAccountAssignmentDeletionStatusRequest$AccountAssignmentDeletionRequestId": "<p>The identifier that is used to track the request operation progress.</p>",
835        "DescribePermissionSetProvisioningStatusRequest$ProvisionPermissionSetRequestId": "<p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call to retrieve the current status of the provisioning workflow.</p>",
836        "PermissionSetProvisioningStatus$RequestId": "<p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>",
837        "PermissionSetProvisioningStatusMetadata$RequestId": "<p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>"
838      }
839    },
840    "UntagResourceRequest": {
841      "base": null,
842      "refs": {
843      }
844    },
845    "UntagResourceResponse": {
846      "base": null,
847      "refs": {
848      }
849    },
850    "UpdateInstanceAccessControlAttributeConfigurationRequest": {
851      "base": null,
852      "refs": {
853      }
854    },
855    "UpdateInstanceAccessControlAttributeConfigurationResponse": {
856      "base": null,
857      "refs": {
858      }
859    },
860    "UpdatePermissionSetRequest": {
861      "base": null,
862      "refs": {
863      }
864    },
865    "UpdatePermissionSetResponse": {
866      "base": null,
867      "refs": {
868      }
869    },
870    "ValidationException": {
871      "base": "<p>The request failed because it contains a syntax error.</p>",
872      "refs": {
873      }
874    },
875    "ValidationExceptionMessage": {
876      "base": null,
877      "refs": {
878        "ValidationException$Message": null
879      }
880    }
881  }
882}
883