@aws-sdk/client-iam 3.288.0 → 3.290.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +29 -0
  2. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +35 -0
  3. package/dist-types/commands/AddUserToGroupCommand.d.ts +25 -0
  4. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +33 -0
  5. package/dist-types/commands/AttachRolePolicyCommand.d.ts +39 -0
  6. package/dist-types/commands/AttachUserPolicyCommand.d.ts +33 -0
  7. package/dist-types/commands/ChangePasswordCommand.d.ts +39 -0
  8. package/dist-types/commands/CreateAccessKeyCommand.d.ts +35 -0
  9. package/dist-types/commands/CreateAccountAliasCommand.d.ts +24 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +39 -0
  11. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +44 -0
  12. package/dist-types/commands/CreateLoginProfileCommand.d.ts +43 -0
  13. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +43 -0
  14. package/dist-types/commands/CreatePolicyCommand.d.ts +25 -0
  15. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +21 -0
  16. package/dist-types/commands/CreateRoleCommand.d.ts +50 -0
  17. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +21 -0
  18. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +17 -0
  19. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +12 -0
  20. package/dist-types/commands/CreateUserCommand.d.ts +47 -0
  21. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +21 -0
  22. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +19 -0
  23. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +25 -0
  24. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +24 -0
  25. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +22 -0
  26. package/dist-types/commands/DeleteGroupCommand.d.ts +17 -0
  27. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +25 -0
  28. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +28 -0
  29. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +30 -0
  30. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +13 -0
  31. package/dist-types/commands/DeletePolicyCommand.d.ts +21 -0
  32. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +21 -0
  33. package/dist-types/commands/DeleteRoleCommand.d.ts +38 -0
  34. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +15 -0
  35. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +31 -0
  36. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +17 -0
  37. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +5 -0
  38. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +17 -0
  39. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +13 -0
  40. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +5 -0
  41. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +25 -0
  42. package/dist-types/commands/DeleteUserCommand.d.ts +32 -0
  43. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +9 -0
  44. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +25 -0
  45. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +28 -0
  46. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +17 -0
  47. package/dist-types/commands/DetachRolePolicyCommand.d.ts +23 -0
  48. package/dist-types/commands/DetachUserPolicyCommand.d.ts +17 -0
  49. package/dist-types/commands/EnableMFADeviceCommand.d.ts +27 -0
  50. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +9 -0
  51. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +21 -0
  52. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +25 -0
  53. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +5 -0
  54. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +5 -0
  55. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +34 -0
  56. package/dist-types/commands/GetAccountSummaryCommand.d.ts +46 -0
  57. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +5 -0
  58. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +9 -0
  59. package/dist-types/commands/GetCredentialReportCommand.d.ts +18 -0
  60. package/dist-types/commands/GetGroupCommand.d.ts +9 -0
  61. package/dist-types/commands/GetGroupPolicyCommand.d.ts +9 -0
  62. package/dist-types/commands/GetInstanceProfileCommand.d.ts +41 -0
  63. package/dist-types/commands/GetLoginProfileCommand.d.ts +28 -0
  64. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +13 -0
  65. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +49 -0
  66. package/dist-types/commands/GetPolicyCommand.d.ts +13 -0
  67. package/dist-types/commands/GetPolicyVersionCommand.d.ts +13 -0
  68. package/dist-types/commands/GetRoleCommand.d.ts +37 -0
  69. package/dist-types/commands/GetRolePolicyCommand.d.ts +9 -0
  70. package/dist-types/commands/GetSAMLProviderCommand.d.ts +13 -0
  71. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +9 -0
  72. package/dist-types/commands/GetServerCertificateCommand.d.ts +9 -0
  73. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +42 -0
  74. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +50 -0
  75. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +13 -0
  76. package/dist-types/commands/GetUserCommand.d.ts +31 -0
  77. package/dist-types/commands/GetUserPolicyCommand.d.ts +9 -0
  78. package/dist-types/commands/ListAccessKeysCommand.d.ts +38 -0
  79. package/dist-types/commands/ListAccountAliasesCommand.d.ts +21 -0
  80. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +13 -0
  81. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +13 -0
  82. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +13 -0
  83. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +13 -0
  84. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +28 -0
  85. package/dist-types/commands/ListGroupsCommand.d.ts +41 -0
  86. package/dist-types/commands/ListGroupsForUserCommand.d.ts +40 -0
  87. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +9 -0
  88. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +5 -0
  89. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +9 -0
  90. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +13 -0
  91. package/dist-types/commands/ListMFADevicesCommand.d.ts +9 -0
  92. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +13 -0
  93. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +5 -0
  94. package/dist-types/commands/ListPoliciesCommand.d.ts +5 -0
  95. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +57 -0
  96. package/dist-types/commands/ListPolicyTagsCommand.d.ts +13 -0
  97. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +13 -0
  98. package/dist-types/commands/ListRolePoliciesCommand.d.ts +9 -0
  99. package/dist-types/commands/ListRoleTagsCommand.d.ts +35 -0
  100. package/dist-types/commands/ListRolesCommand.d.ts +5 -0
  101. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +13 -0
  102. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +5 -0
  103. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +5 -0
  104. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +9 -0
  105. package/dist-types/commands/ListServerCertificatesCommand.d.ts +5 -0
  106. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +8 -0
  107. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +33 -0
  108. package/dist-types/commands/ListUserPoliciesCommand.d.ts +9 -0
  109. package/dist-types/commands/ListUserTagsCommand.d.ts +35 -0
  110. package/dist-types/commands/ListUsersCommand.d.ts +36 -0
  111. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +22 -0
  112. package/dist-types/commands/PutGroupPolicyCommand.d.ts +30 -0
  113. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +23 -0
  114. package/dist-types/commands/PutRolePolicyCommand.d.ts +36 -0
  115. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +17 -0
  116. package/dist-types/commands/PutUserPolicyCommand.d.ts +30 -0
  117. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +13 -0
  118. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +31 -0
  119. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +25 -0
  120. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +5 -0
  121. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +17 -0
  122. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +17 -0
  123. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
  124. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +9 -0
  125. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +13 -0
  126. package/dist-types/commands/TagInstanceProfileCommand.d.ts +21 -0
  127. package/dist-types/commands/TagMFADeviceCommand.d.ts +21 -0
  128. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +21 -0
  129. package/dist-types/commands/TagPolicyCommand.d.ts +21 -0
  130. package/dist-types/commands/TagRoleCommand.d.ts +42 -0
  131. package/dist-types/commands/TagSAMLProviderCommand.d.ts +21 -0
  132. package/dist-types/commands/TagServerCertificateCommand.d.ts +21 -0
  133. package/dist-types/commands/TagUserCommand.d.ts +42 -0
  134. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +17 -0
  135. package/dist-types/commands/UntagMFADeviceCommand.d.ts +17 -0
  136. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +17 -0
  137. package/dist-types/commands/UntagPolicyCommand.d.ts +17 -0
  138. package/dist-types/commands/UntagRoleCommand.d.ts +27 -0
  139. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +17 -0
  140. package/dist-types/commands/UntagServerCertificateCommand.d.ts +17 -0
  141. package/dist-types/commands/UntagUserCommand.d.ts +27 -0
  142. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +26 -0
  143. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +29 -0
  144. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +35 -0
  145. package/dist-types/commands/UpdateGroupCommand.d.ts +29 -0
  146. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +35 -0
  147. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +13 -0
  148. package/dist-types/commands/UpdateRoleCommand.d.ts +15 -0
  149. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +15 -0
  150. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +17 -0
  151. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -0
  152. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +17 -0
  153. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +5 -0
  154. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +26 -0
  155. package/dist-types/commands/UpdateUserCommand.d.ts +39 -0
  156. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +20 -0
  157. package/dist-types/commands/UploadServerCertificateCommand.d.ts +55 -0
  158. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +51 -0
  159. package/package.json +30 -30
@@ -43,6 +43,15 @@ export interface GetGroupPolicyCommandOutput extends GetGroupPolicyResponse, __M
43
43
  * @see {@link GetGroupPolicyCommandOutput} for command's `response` shape.
44
44
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
45
45
  *
46
+ * @throws {@link NoSuchEntityException} (client fault)
47
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
48
+ * error message describes the resource.</p>
49
+ *
50
+ * @throws {@link ServiceFailureException} (server fault)
51
+ * <p>The request processing has failed because of an unknown error, exception or
52
+ * failure.</p>
53
+ *
54
+ *
46
55
  */
47
56
  export declare class GetGroupPolicyCommand extends $Command<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput, IAMClientResolvedConfig> {
48
57
  readonly input: GetGroupPolicyCommandInput;
@@ -32,6 +32,47 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileRespo
32
32
  * @see {@link GetInstanceProfileCommandOutput} for command's `response` shape.
33
33
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
34
34
  *
35
+ * @throws {@link NoSuchEntityException} (client fault)
36
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
37
+ * error message describes the resource.</p>
38
+ *
39
+ * @throws {@link ServiceFailureException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or
41
+ * failure.</p>
42
+ *
43
+ *
44
+ * @example To get information about an instance profile
45
+ * ```javascript
46
+ * // The following command gets information about the instance profile named ExampleInstanceProfile.
47
+ * const input = {
48
+ * "InstanceProfileName": "ExampleInstanceProfile"
49
+ * };
50
+ * const command = new GetInstanceProfileCommand(input);
51
+ * const response = await client.send(command);
52
+ * /* response ==
53
+ * {
54
+ * "InstanceProfile": {
55
+ * "Arn": "arn:aws:iam::336924118301:instance-profile/ExampleInstanceProfile",
56
+ * "CreateDate": "2013-06-12T23:52:02Z",
57
+ * "InstanceProfileId": "AID2MAB8DPLSRHEXAMPLE",
58
+ * "InstanceProfileName": "ExampleInstanceProfile",
59
+ * "Path": "/",
60
+ * "Roles": [
61
+ * {
62
+ * "Arn": "arn:aws:iam::336924118301:role/Test-Role",
63
+ * "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
64
+ * "CreateDate": "2013-01-09T06:33:26Z",
65
+ * "Path": "/",
66
+ * "RoleId": "AIDGPMS9RO4H3FEXAMPLE",
67
+ * "RoleName": "Test-Role"
68
+ * }
69
+ * ]
70
+ * }
71
+ * }
72
+ * *\/
73
+ * // example id: 463b9ba5-18cc-4608-9ccb-5a7c6b6e5fe7
74
+ * ```
75
+ *
35
76
  */
36
77
  export declare class GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, IAMClientResolvedConfig> {
37
78
  readonly input: GetInstanceProfileCommandInput;
@@ -38,6 +38,34 @@ export interface GetLoginProfileCommandOutput extends GetLoginProfileResponse, _
38
38
  * @see {@link GetLoginProfileCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link NoSuchEntityException} (client fault)
42
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
43
+ * error message describes the resource.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The request processing has failed because of an unknown error, exception or
47
+ * failure.</p>
48
+ *
49
+ *
50
+ * @example To get password information for an IAM user
51
+ * ```javascript
52
+ * // The following command gets information about the password for the IAM user named Anika.
53
+ * const input = {
54
+ * "UserName": "Anika"
55
+ * };
56
+ * const command = new GetLoginProfileCommand(input);
57
+ * const response = await client.send(command);
58
+ * /* response ==
59
+ * {
60
+ * "LoginProfile": {
61
+ * "CreateDate": "2012-09-21T23:03:39Z",
62
+ * "UserName": "Anika"
63
+ * }
64
+ * }
65
+ * *\/
66
+ * // example id: d6b580cc-909f-4925-9caa-d425cbc1ad47
67
+ * ```
68
+ *
41
69
  */
42
70
  export declare class GetLoginProfileCommand extends $Command<GetLoginProfileCommandInput, GetLoginProfileCommandOutput, IAMClientResolvedConfig> {
43
71
  readonly input: GetLoginProfileCommandInput;
@@ -30,6 +30,19 @@ export interface GetOpenIDConnectProviderCommandOutput extends GetOpenIDConnectP
30
30
  * @see {@link GetOpenIDConnectProviderCommandOutput} for command's `response` shape.
31
31
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidInputException} (client fault)
34
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
35
+ * input parameter.</p>
36
+ *
37
+ * @throws {@link NoSuchEntityException} (client fault)
38
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
39
+ * error message describes the resource.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or
43
+ * failure.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class GetOpenIDConnectProviderCommand extends $Command<GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig> {
35
48
  readonly input: GetOpenIDConnectProviderCommandInput;
@@ -47,6 +47,55 @@ export interface GetOrganizationsAccessReportCommandOutput extends GetOrganizati
47
47
  * @see {@link GetOrganizationsAccessReportCommandOutput} for command's `response` shape.
48
48
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
49
49
  *
50
+ * @throws {@link NoSuchEntityException} (client fault)
51
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
52
+ * error message describes the resource.</p>
53
+ *
54
+ *
55
+ * @example To get details from a previously generated organizational unit report
56
+ * ```javascript
57
+ * // The following operation gets details about the report with the job ID: examplea-1234-b567-cde8-90fg123abcd4
58
+ * const input = {
59
+ * "JobId": "examplea-1234-b567-cde8-90fg123abcd4"
60
+ * };
61
+ * const command = new GetOrganizationsAccessReportCommand(input);
62
+ * const response = await client.send(command);
63
+ * /* response ==
64
+ * {
65
+ * "AccessDetails": [
66
+ * {
67
+ * "EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333",
68
+ * "LastAuthenticatedTime": "2019-05-25T16:29:52Z",
69
+ * "Region": "us-east-1",
70
+ * "ServiceName": "Amazon DynamoDB",
71
+ * "ServiceNamespace": "dynamodb",
72
+ * "TotalAuthenticatedEntities": 2
73
+ * },
74
+ * {
75
+ * "EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012",
76
+ * "LastAuthenticatedTime": "2019-06-15T13:12:06Z",
77
+ * "Region": "us-east-1",
78
+ * "ServiceName": "AWS Identity and Access Management",
79
+ * "ServiceNamespace": "iam",
80
+ * "TotalAuthenticatedEntities": 4
81
+ * },
82
+ * {
83
+ * "ServiceName": "Amazon Simple Storage Service",
84
+ * "ServiceNamespace": "s3",
85
+ * "TotalAuthenticatedEntities": 0
86
+ * }
87
+ * ],
88
+ * "IsTruncated": false,
89
+ * "JobCompletionDate": "2019-06-18T19:47:35.241Z",
90
+ * "JobCreationDate": "2019-06-18T19:47:31.466Z",
91
+ * "JobStatus": "COMPLETED",
92
+ * "NumberOfServicesAccessible": 3,
93
+ * "NumberOfServicesNotAccessed": 1
94
+ * }
95
+ * *\/
96
+ * // example id: getorganizationsaccessreport-ou
97
+ * ```
98
+ *
50
99
  */
51
100
  export declare class GetOrganizationsAccessReportCommand extends $Command<GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig> {
52
101
  readonly input: GetOrganizationsAccessReportCommandInput;
@@ -38,6 +38,19 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
38
38
  * @see {@link GetPolicyCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
43
+ * input parameter.</p>
44
+ *
45
+ * @throws {@link NoSuchEntityException} (client fault)
46
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
47
+ * error message describes the resource.</p>
48
+ *
49
+ * @throws {@link ServiceFailureException} (server fault)
50
+ * <p>The request processing has failed because of an unknown error, exception or
51
+ * failure.</p>
52
+ *
53
+ *
41
54
  */
42
55
  export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, IAMClientResolvedConfig> {
43
56
  readonly input: GetPolicyCommandInput;
@@ -44,6 +44,19 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse,
44
44
  * @see {@link GetPolicyVersionCommandOutput} for command's `response` shape.
45
45
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
46
46
  *
47
+ * @throws {@link InvalidInputException} (client fault)
48
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
49
+ * input parameter.</p>
50
+ *
51
+ * @throws {@link NoSuchEntityException} (client fault)
52
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
53
+ * error message describes the resource.</p>
54
+ *
55
+ * @throws {@link ServiceFailureException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or
57
+ * failure.</p>
58
+ *
59
+ *
47
60
  */
48
61
  export declare class GetPolicyVersionCommand extends $Command<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput, IAMClientResolvedConfig> {
49
62
  readonly input: GetPolicyVersionCommandInput;
@@ -38,6 +38,43 @@ export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer
38
38
  * @see {@link GetRoleCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link NoSuchEntityException} (client fault)
42
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
43
+ * error message describes the resource.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The request processing has failed because of an unknown error, exception or
47
+ * failure.</p>
48
+ *
49
+ *
50
+ * @example To get information about an IAM role
51
+ * ```javascript
52
+ * // The following command gets information about the role named Test-Role.
53
+ * const input = {
54
+ * "RoleName": "Test-Role"
55
+ * };
56
+ * const command = new GetRoleCommand(input);
57
+ * const response = await client.send(command);
58
+ * /* response ==
59
+ * {
60
+ * "Role": {
61
+ * "Arn": "arn:aws:iam::123456789012:role/Test-Role",
62
+ * "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
63
+ * "CreateDate": "2013-04-18T05:01:58Z",
64
+ * "MaxSessionDuration": 3600,
65
+ * "Path": "/",
66
+ * "RoleId": "AROADBQP57FF2AEXAMPLE",
67
+ * "RoleLastUsed": {
68
+ * "LastUsedDate": "2019-11-18T05:01:58Z",
69
+ * "Region": "us-east-1"
70
+ * },
71
+ * "RoleName": "Test-Role"
72
+ * }
73
+ * }
74
+ * *\/
75
+ * // example id: 5b7d03a6-340c-472d-aa77-56425950d8b0
76
+ * ```
77
+ *
41
78
  */
42
79
  export declare class GetRoleCommand extends $Command<GetRoleCommandInput, GetRoleCommandOutput, IAMClientResolvedConfig> {
43
80
  readonly input: GetRoleCommandInput;
@@ -45,6 +45,15 @@ export interface GetRolePolicyCommandOutput extends GetRolePolicyResponse, __Met
45
45
  * @see {@link GetRolePolicyCommandOutput} for command's `response` shape.
46
46
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
47
47
  *
48
+ * @throws {@link NoSuchEntityException} (client fault)
49
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
50
+ * error message describes the resource.</p>
51
+ *
52
+ * @throws {@link ServiceFailureException} (server fault)
53
+ * <p>The request processing has failed because of an unknown error, exception or
54
+ * failure.</p>
55
+ *
56
+ *
48
57
  */
49
58
  export declare class GetRolePolicyCommand extends $Command<GetRolePolicyCommandInput, GetRolePolicyCommandOutput, IAMClientResolvedConfig> {
50
59
  readonly input: GetRolePolicyCommandInput;
@@ -33,6 +33,19 @@ export interface GetSAMLProviderCommandOutput extends GetSAMLProviderResponse, _
33
33
  * @see {@link GetSAMLProviderCommandOutput} for command's `response` shape.
34
34
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
38
+ * input parameter.</p>
39
+ *
40
+ * @throws {@link NoSuchEntityException} (client fault)
41
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
42
+ * error message describes the resource.</p>
43
+ *
44
+ * @throws {@link ServiceFailureException} (server fault)
45
+ * <p>The request processing has failed because of an unknown error, exception or
46
+ * failure.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class GetSAMLProviderCommand extends $Command<GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput, IAMClientResolvedConfig> {
38
51
  readonly input: GetSAMLProviderCommandInput;
@@ -33,6 +33,15 @@ export interface GetSSHPublicKeyCommandOutput extends GetSSHPublicKeyResponse, _
33
33
  * @see {@link GetSSHPublicKeyCommandOutput} for command's `response` shape.
34
34
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
35
35
  *
36
+ * @throws {@link NoSuchEntityException} (client fault)
37
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
38
+ * error message describes the resource.</p>
39
+ *
40
+ * @throws {@link UnrecognizedPublicKeyEncodingException} (client fault)
41
+ * <p>The request was rejected because the public key encoding format is unsupported or
42
+ * unrecognized.</p>
43
+ *
44
+ *
36
45
  */
37
46
  export declare class GetSSHPublicKeyCommand extends $Command<GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput, IAMClientResolvedConfig> {
38
47
  readonly input: GetSSHPublicKeyCommandInput;
@@ -33,6 +33,15 @@ export interface GetServerCertificateCommandOutput extends GetServerCertificateR
33
33
  * @see {@link GetServerCertificateCommandOutput} for command's `response` shape.
34
34
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
35
35
  *
36
+ * @throws {@link NoSuchEntityException} (client fault)
37
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
38
+ * error message describes the resource.</p>
39
+ *
40
+ * @throws {@link ServiceFailureException} (server fault)
41
+ * <p>The request processing has failed because of an unknown error, exception or
42
+ * failure.</p>
43
+ *
44
+ *
36
45
  */
37
46
  export declare class GetServerCertificateCommand extends $Command<GetServerCertificateCommandInput, GetServerCertificateCommandOutput, IAMClientResolvedConfig> {
38
47
  readonly input: GetServerCertificateCommandInput;
@@ -80,6 +80,48 @@ export interface GetServiceLastAccessedDetailsCommandOutput extends GetServiceLa
80
80
  * @see {@link GetServiceLastAccessedDetailsCommandOutput} for command's `response` shape.
81
81
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
82
82
  *
83
+ * @throws {@link InvalidInputException} (client fault)
84
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
85
+ * input parameter.</p>
86
+ *
87
+ * @throws {@link NoSuchEntityException} (client fault)
88
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
89
+ * error message describes the resource.</p>
90
+ *
91
+ *
92
+ * @example To get details from a previously-generated report
93
+ * ```javascript
94
+ * // The following operation gets details about the report with the job ID: examplef-1305-c245-eba4-71fe298bcda7
95
+ * const input = {
96
+ * "JobId": "examplef-1305-c245-eba4-71fe298bcda7"
97
+ * };
98
+ * const command = new GetServiceLastAccessedDetailsCommand(input);
99
+ * const response = await client.send(command);
100
+ * /* response ==
101
+ * {
102
+ * "IsTruncated": false,
103
+ * "JobCompletionDate": "2018-10-24T19:47:35.241Z",
104
+ * "JobCreationDate": "2018-10-24T19:47:31.466Z",
105
+ * "JobStatus": "COMPLETED",
106
+ * "ServicesLastAccessed": [
107
+ * {
108
+ * "LastAuthenticated": "2018-10-24T19:11:00Z",
109
+ * "LastAuthenticatedEntity": "arn:aws:iam::123456789012:user/AWSExampleUser01",
110
+ * "ServiceName": "AWS Identity and Access Management",
111
+ * "ServiceNamespace": "iam",
112
+ * "TotalAuthenticatedEntities": 2
113
+ * },
114
+ * {
115
+ * "ServiceName": "Amazon Simple Storage Service",
116
+ * "ServiceNamespace": "s3",
117
+ * "TotalAuthenticatedEntities": 0
118
+ * }
119
+ * ]
120
+ * }
121
+ * *\/
122
+ * // example id: getserviceaccessdetails-policy-1541696298085
123
+ * ```
124
+ *
83
125
  */
84
126
  export declare class GetServiceLastAccessedDetailsCommand extends $Command<GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig> {
85
127
  readonly input: GetServiceLastAccessedDetailsCommandInput;
@@ -54,6 +54,56 @@ export interface GetServiceLastAccessedDetailsWithEntitiesCommandOutput extends
54
54
  * @see {@link GetServiceLastAccessedDetailsWithEntitiesCommandOutput} for command's `response` shape.
55
55
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
56
56
  *
57
+ * @throws {@link InvalidInputException} (client fault)
58
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
59
+ * input parameter.</p>
60
+ *
61
+ * @throws {@link NoSuchEntityException} (client fault)
62
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
63
+ * error message describes the resource.</p>
64
+ *
65
+ *
66
+ * @example To get sntity details from a previously-generated report
67
+ * ```javascript
68
+ * // The following operation returns details about the entities that attempted to access the IAM service.
69
+ * const input = {
70
+ * "JobId": "examplef-1305-c245-eba4-71fe298bcda7",
71
+ * "ServiceNamespace": "iam"
72
+ * };
73
+ * const command = new GetServiceLastAccessedDetailsWithEntitiesCommand(input);
74
+ * const response = await client.send(command);
75
+ * /* response ==
76
+ * {
77
+ * "EntityDetailsList": [
78
+ * {
79
+ * "EntityInfo": {
80
+ * "Arn": "arn:aws:iam::123456789012:user/AWSExampleUser01",
81
+ * "Id": "AIDAEX2EXAMPLEB6IGCDC",
82
+ * "Name": "AWSExampleUser01",
83
+ * "Path": "/",
84
+ * "Type": "USER"
85
+ * },
86
+ * "LastAuthenticated": "2018-10-24T19:10:00Z"
87
+ * },
88
+ * {
89
+ * "EntityInfo": {
90
+ * "Arn": "arn:aws:iam::123456789012:role/AWSExampleRole01",
91
+ * "Id": "AROAEAEXAMPLEIANXSIU4",
92
+ * "Name": "AWSExampleRole01",
93
+ * "Path": "/",
94
+ * "Type": "ROLE"
95
+ * }
96
+ * }
97
+ * ],
98
+ * "IsTruncated": false,
99
+ * "JobCompletionDate": "2018-10-24T19:47:35.241Z",
100
+ * "JobCreationDate": "2018-10-24T19:47:31.466Z",
101
+ * "JobStatus": "COMPLETED"
102
+ * }
103
+ * *\/
104
+ * // example id: getserviceaccessdetailsentity-policy-1541697621384
105
+ * ```
106
+ *
57
107
  */
58
108
  export declare class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command<GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput, IAMClientResolvedConfig> {
59
109
  readonly input: GetServiceLastAccessedDetailsWithEntitiesCommandInput;
@@ -33,6 +33,19 @@ export interface GetServiceLinkedRoleDeletionStatusCommandOutput extends GetServ
33
33
  * @see {@link GetServiceLinkedRoleDeletionStatusCommandOutput} for command's `response` shape.
34
34
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidInputException} (client fault)
37
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
38
+ * input parameter.</p>
39
+ *
40
+ * @throws {@link NoSuchEntityException} (client fault)
41
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
42
+ * error message describes the resource.</p>
43
+ *
44
+ * @throws {@link ServiceFailureException} (server fault)
45
+ * <p>The request processing has failed because of an unknown error, exception or
46
+ * failure.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class GetServiceLinkedRoleDeletionStatusCommand extends $Command<GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput, IAMClientResolvedConfig> {
38
51
  readonly input: GetServiceLinkedRoleDeletionStatusCommandInput;
@@ -32,6 +32,37 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
32
32
  * @see {@link GetUserCommandOutput} for command's `response` shape.
33
33
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
34
34
  *
35
+ * @throws {@link NoSuchEntityException} (client fault)
36
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
37
+ * error message describes the resource.</p>
38
+ *
39
+ * @throws {@link ServiceFailureException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or
41
+ * failure.</p>
42
+ *
43
+ *
44
+ * @example To get information about an IAM user
45
+ * ```javascript
46
+ * // The following command gets information about the IAM user named Bob.
47
+ * const input = {
48
+ * "UserName": "Bob"
49
+ * };
50
+ * const command = new GetUserCommand(input);
51
+ * const response = await client.send(command);
52
+ * /* response ==
53
+ * {
54
+ * "User": {
55
+ * "Arn": "arn:aws:iam::123456789012:user/Bob",
56
+ * "CreateDate": "2012-09-21T23:03:13Z",
57
+ * "Path": "/",
58
+ * "UserId": "AKIAIOSFODNN7EXAMPLE",
59
+ * "UserName": "Bob"
60
+ * }
61
+ * }
62
+ * *\/
63
+ * // example id: ede000a1-9e4c-40db-bd0a-d4f95e41a6ab
64
+ * ```
65
+ *
35
66
  */
36
67
  export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, IAMClientResolvedConfig> {
37
68
  readonly input: GetUserCommandInput;
@@ -43,6 +43,15 @@ export interface GetUserPolicyCommandOutput extends GetUserPolicyResponse, __Met
43
43
  * @see {@link GetUserPolicyCommandOutput} for command's `response` shape.
44
44
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
45
45
  *
46
+ * @throws {@link NoSuchEntityException} (client fault)
47
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
48
+ * error message describes the resource.</p>
49
+ *
50
+ * @throws {@link ServiceFailureException} (server fault)
51
+ * <p>The request processing has failed because of an unknown error, exception or
52
+ * failure.</p>
53
+ *
54
+ *
46
55
  */
47
56
  export declare class GetUserPolicyCommand extends $Command<GetUserPolicyCommandInput, GetUserPolicyCommandOutput, IAMClientResolvedConfig> {
48
57
  readonly input: GetUserPolicyCommandInput;
@@ -43,6 +43,44 @@ export interface ListAccessKeysCommandOutput extends ListAccessKeysResponse, __M
43
43
  * @see {@link ListAccessKeysCommandOutput} for command's `response` shape.
44
44
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
45
45
  *
46
+ * @throws {@link NoSuchEntityException} (client fault)
47
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
48
+ * error message describes the resource.</p>
49
+ *
50
+ * @throws {@link ServiceFailureException} (server fault)
51
+ * <p>The request processing has failed because of an unknown error, exception or
52
+ * failure.</p>
53
+ *
54
+ *
55
+ * @example To list the access key IDs for an IAM user
56
+ * ```javascript
57
+ * // The following command lists the access keys IDs for the IAM user named Alice.
58
+ * const input = {
59
+ * "UserName": "Alice"
60
+ * };
61
+ * const command = new ListAccessKeysCommand(input);
62
+ * const response = await client.send(command);
63
+ * /* response ==
64
+ * {
65
+ * "AccessKeyMetadata": [
66
+ * {
67
+ * "AccessKeyId": "AKIA111111111EXAMPLE",
68
+ * "CreateDate": "2016-12-01T22:19:58Z",
69
+ * "Status": "Active",
70
+ * "UserName": "Alice"
71
+ * },
72
+ * {
73
+ * "AccessKeyId": "AKIA222222222EXAMPLE",
74
+ * "CreateDate": "2016-12-01T22:20:01Z",
75
+ * "Status": "Active",
76
+ * "UserName": "Alice"
77
+ * }
78
+ * ]
79
+ * }
80
+ * *\/
81
+ * // example id: 15571463-ebea-411a-a021-1c76bd2a3625
82
+ * ```
83
+ *
46
84
  */
47
85
  export declare class ListAccessKeysCommand extends $Command<ListAccessKeysCommandInput, ListAccessKeysCommandOutput, IAMClientResolvedConfig> {
48
86
  readonly input: ListAccessKeysCommandInput;
@@ -31,6 +31,27 @@ export interface ListAccountAliasesCommandOutput extends ListAccountAliasesRespo
31
31
  * @see {@link ListAccountAliasesCommandOutput} for command's `response` shape.
32
32
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
33
33
  *
34
+ * @throws {@link ServiceFailureException} (server fault)
35
+ * <p>The request processing has failed because of an unknown error, exception or
36
+ * failure.</p>
37
+ *
38
+ *
39
+ * @example To list account aliases
40
+ * ```javascript
41
+ * // The following command lists the aliases for the current account.
42
+ * const input = {};
43
+ * const command = new ListAccountAliasesCommand(input);
44
+ * const response = await client.send(command);
45
+ * /* response ==
46
+ * {
47
+ * "AccountAliases": [
48
+ * "exmaple-corporation"
49
+ * ]
50
+ * }
51
+ * *\/
52
+ * // example id: e27b457a-16f9-4e05-a006-3df7b3472741
53
+ * ```
54
+ *
34
55
  */
35
56
  export declare class ListAccountAliasesCommand extends $Command<ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput, IAMClientResolvedConfig> {
36
57
  readonly input: ListAccountAliasesCommandInput;
@@ -38,6 +38,19 @@ export interface ListAttachedGroupPoliciesCommandOutput extends ListAttachedGrou
38
38
  * @see {@link ListAttachedGroupPoliciesCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
43
+ * input parameter.</p>
44
+ *
45
+ * @throws {@link NoSuchEntityException} (client fault)
46
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
47
+ * error message describes the resource.</p>
48
+ *
49
+ * @throws {@link ServiceFailureException} (server fault)
50
+ * <p>The request processing has failed because of an unknown error, exception or
51
+ * failure.</p>
52
+ *
53
+ *
41
54
  */
42
55
  export declare class ListAttachedGroupPoliciesCommand extends $Command<ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput, IAMClientResolvedConfig> {
43
56
  readonly input: ListAttachedGroupPoliciesCommandInput;
@@ -38,6 +38,19 @@ export interface ListAttachedRolePoliciesCommandOutput extends ListAttachedRoleP
38
38
  * @see {@link ListAttachedRolePoliciesCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
43
+ * input parameter.</p>
44
+ *
45
+ * @throws {@link NoSuchEntityException} (client fault)
46
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
47
+ * error message describes the resource.</p>
48
+ *
49
+ * @throws {@link ServiceFailureException} (server fault)
50
+ * <p>The request processing has failed because of an unknown error, exception or
51
+ * failure.</p>
52
+ *
53
+ *
41
54
  */
42
55
  export declare class ListAttachedRolePoliciesCommand extends $Command<ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput, IAMClientResolvedConfig> {
43
56
  readonly input: ListAttachedRolePoliciesCommandInput;
@@ -38,6 +38,19 @@ export interface ListAttachedUserPoliciesCommandOutput extends ListAttachedUserP
38
38
  * @see {@link ListAttachedUserPoliciesCommandOutput} for command's `response` shape.
39
39
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
40
40
  *
41
+ * @throws {@link InvalidInputException} (client fault)
42
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
43
+ * input parameter.</p>
44
+ *
45
+ * @throws {@link NoSuchEntityException} (client fault)
46
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
47
+ * error message describes the resource.</p>
48
+ *
49
+ * @throws {@link ServiceFailureException} (server fault)
50
+ * <p>The request processing has failed because of an unknown error, exception or
51
+ * failure.</p>
52
+ *
53
+ *
41
54
  */
42
55
  export declare class ListAttachedUserPoliciesCommand extends $Command<ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput, IAMClientResolvedConfig> {
43
56
  readonly input: ListAttachedUserPoliciesCommandInput;