@aws-sdk/client-iam 3.298.0 → 3.300.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 +4 -0
  2. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +4 -0
  3. package/dist-types/commands/AddUserToGroupCommand.d.ts +4 -0
  4. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +4 -0
  5. package/dist-types/commands/AttachRolePolicyCommand.d.ts +4 -0
  6. package/dist-types/commands/AttachUserPolicyCommand.d.ts +4 -0
  7. package/dist-types/commands/ChangePasswordCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateAccessKeyCommand.d.ts +3 -0
  9. package/dist-types/commands/CreateAccountAliasCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
  11. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateLoginProfileCommand.d.ts +5 -0
  13. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +15 -0
  14. package/dist-types/commands/CreatePolicyCommand.d.ts +12 -0
  15. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +5 -0
  16. package/dist-types/commands/CreateRoleCommand.d.ts +14 -0
  17. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +10 -0
  18. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +5 -0
  19. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +4 -0
  20. package/dist-types/commands/CreateUserCommand.d.ts +11 -0
  21. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +10 -0
  22. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -0
  29. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +3 -0
  31. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -0
  32. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteRoleCommand.d.ts +3 -0
  34. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +3 -0
  35. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +3 -0
  37. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +3 -0
  39. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteUserCommand.d.ts +3 -0
  43. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +3 -0
  44. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +3 -0
  46. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +4 -0
  47. package/dist-types/commands/DetachRolePolicyCommand.d.ts +4 -0
  48. package/dist-types/commands/DetachUserPolicyCommand.d.ts +4 -0
  49. package/dist-types/commands/EnableMFADeviceCommand.d.ts +6 -0
  50. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +1 -0
  51. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +4 -0
  52. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +4 -0
  53. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +3 -0
  54. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +7 -0
  55. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +1 -0
  56. package/dist-types/commands/GetAccountSummaryCommand.d.ts +1 -0
  57. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +5 -0
  58. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -0
  59. package/dist-types/commands/GetCredentialReportCommand.d.ts +1 -0
  60. package/dist-types/commands/GetGroupCommand.d.ts +5 -0
  61. package/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -0
  62. package/dist-types/commands/GetInstanceProfileCommand.d.ts +3 -0
  63. package/dist-types/commands/GetLoginProfileCommand.d.ts +3 -0
  64. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +3 -0
  65. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +6 -0
  66. package/dist-types/commands/GetPolicyCommand.d.ts +3 -0
  67. package/dist-types/commands/GetPolicyVersionCommand.d.ts +4 -0
  68. package/dist-types/commands/GetRoleCommand.d.ts +3 -0
  69. package/dist-types/commands/GetRolePolicyCommand.d.ts +4 -0
  70. package/dist-types/commands/GetSAMLProviderCommand.d.ts +3 -0
  71. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +5 -0
  72. package/dist-types/commands/GetServerCertificateCommand.d.ts +3 -0
  73. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +5 -0
  74. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +6 -0
  75. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +3 -0
  76. package/dist-types/commands/GetUserCommand.d.ts +3 -0
  77. package/dist-types/commands/GetUserPolicyCommand.d.ts +4 -0
  78. package/dist-types/commands/ListAccessKeysCommand.d.ts +5 -0
  79. package/dist-types/commands/ListAccountAliasesCommand.d.ts +4 -0
  80. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +6 -0
  81. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +6 -0
  82. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +6 -0
  83. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +8 -0
  84. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +5 -0
  85. package/dist-types/commands/ListGroupsCommand.d.ts +5 -0
  86. package/dist-types/commands/ListGroupsForUserCommand.d.ts +5 -0
  87. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +5 -0
  88. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +5 -0
  89. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +5 -0
  90. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +5 -0
  91. package/dist-types/commands/ListMFADevicesCommand.d.ts +5 -0
  92. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +5 -0
  93. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -0
  94. package/dist-types/commands/ListPoliciesCommand.d.ts +8 -0
  95. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +7 -0
  96. package/dist-types/commands/ListPolicyTagsCommand.d.ts +5 -0
  97. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +5 -0
  98. package/dist-types/commands/ListRolePoliciesCommand.d.ts +5 -0
  99. package/dist-types/commands/ListRoleTagsCommand.d.ts +5 -0
  100. package/dist-types/commands/ListRolesCommand.d.ts +5 -0
  101. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +5 -0
  102. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -0
  103. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +5 -0
  104. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +5 -0
  105. package/dist-types/commands/ListServerCertificatesCommand.d.ts +5 -0
  106. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +5 -0
  108. package/dist-types/commands/ListUserPoliciesCommand.d.ts +5 -0
  109. package/dist-types/commands/ListUserTagsCommand.d.ts +5 -0
  110. package/dist-types/commands/ListUsersCommand.d.ts +5 -0
  111. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +5 -0
  112. package/dist-types/commands/PutGroupPolicyCommand.d.ts +5 -0
  113. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +4 -0
  114. package/dist-types/commands/PutRolePolicyCommand.d.ts +5 -0
  115. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +4 -0
  116. package/dist-types/commands/PutUserPolicyCommand.d.ts +5 -0
  117. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +4 -0
  118. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +4 -0
  119. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +4 -0
  120. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +4 -0
  121. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +6 -0
  122. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +4 -0
  123. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +3 -0
  124. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +29 -0
  125. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +30 -0
  126. package/dist-types/commands/TagInstanceProfileCommand.d.ts +9 -0
  127. package/dist-types/commands/TagMFADeviceCommand.d.ts +9 -0
  128. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +9 -0
  129. package/dist-types/commands/TagPolicyCommand.d.ts +9 -0
  130. package/dist-types/commands/TagRoleCommand.d.ts +9 -0
  131. package/dist-types/commands/TagSAMLProviderCommand.d.ts +9 -0
  132. package/dist-types/commands/TagServerCertificateCommand.d.ts +9 -0
  133. package/dist-types/commands/TagUserCommand.d.ts +9 -0
  134. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +6 -0
  135. package/dist-types/commands/UntagMFADeviceCommand.d.ts +6 -0
  136. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +6 -0
  137. package/dist-types/commands/UntagPolicyCommand.d.ts +6 -0
  138. package/dist-types/commands/UntagRoleCommand.d.ts +6 -0
  139. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +6 -0
  140. package/dist-types/commands/UntagServerCertificateCommand.d.ts +6 -0
  141. package/dist-types/commands/UntagUserCommand.d.ts +6 -0
  142. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -0
  143. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +11 -0
  144. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +4 -0
  145. package/dist-types/commands/UpdateGroupCommand.d.ts +5 -0
  146. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +5 -0
  147. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +6 -0
  148. package/dist-types/commands/UpdateRoleCommand.d.ts +5 -0
  149. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +4 -0
  150. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +4 -0
  151. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -0
  152. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +5 -0
  153. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +5 -0
  154. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -0
  155. package/dist-types/commands/UpdateUserCommand.d.ts +5 -0
  156. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +4 -0
  157. package/dist-types/commands/UploadServerCertificateCommand.d.ts +13 -0
  158. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +4 -0
  159. package/package.json +12 -12
@@ -34,6 +34,11 @@ export interface ListRolePoliciesCommandOutput extends ListRolePoliciesResponse,
34
34
  * import { IAMClient, ListRolePoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
35
35
  * // const { IAMClient, ListRolePoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
36
36
  * const client = new IAMClient(config);
37
+ * const input = {
38
+ * RoleName: "STRING_VALUE", // required
39
+ * Marker: "STRING_VALUE",
40
+ * MaxItems: Number("int"),
41
+ * };
37
42
  * const command = new ListRolePoliciesCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -28,6 +28,11 @@ export interface ListRoleTagsCommandOutput extends ListRoleTagsResponse, __Metad
28
28
  * import { IAMClient, ListRoleTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
29
29
  * // const { IAMClient, ListRoleTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
30
30
  * const client = new IAMClient(config);
31
+ * const input = {
32
+ * RoleName: "STRING_VALUE", // required
33
+ * Marker: "STRING_VALUE",
34
+ * MaxItems: Number("int"),
35
+ * };
31
36
  * const command = new ListRoleTagsCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -34,6 +34,11 @@ export interface ListRolesCommandOutput extends ListRolesResponse, __MetadataBea
34
34
  * import { IAMClient, ListRolesCommand } from "@aws-sdk/client-iam"; // ES Modules import
35
35
  * // const { IAMClient, ListRolesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
36
36
  * const client = new IAMClient(config);
37
+ * const input = {
38
+ * PathPrefix: "STRING_VALUE",
39
+ * Marker: "STRING_VALUE",
40
+ * MaxItems: Number("int"),
41
+ * };
37
42
  * const command = new ListRolesCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -30,6 +30,11 @@ export interface ListSAMLProviderTagsCommandOutput extends ListSAMLProviderTagsR
30
30
  * import { IAMClient, ListSAMLProviderTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
31
31
  * // const { IAMClient, ListSAMLProviderTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
32
32
  * const client = new IAMClient(config);
33
+ * const input = {
34
+ * SAMLProviderArn: "STRING_VALUE", // required
35
+ * Marker: "STRING_VALUE",
36
+ * MaxItems: Number("int"),
37
+ * };
33
38
  * const command = new ListSAMLProviderTagsCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -31,6 +31,7 @@ export interface ListSAMLProvidersCommandOutput extends ListSAMLProvidersRespons
31
31
  * import { IAMClient, ListSAMLProvidersCommand } from "@aws-sdk/client-iam"; // ES Modules import
32
32
  * // const { IAMClient, ListSAMLProvidersCommand } = require("@aws-sdk/client-iam"); // CommonJS import
33
33
  * const client = new IAMClient(config);
34
+ * const input = {};
34
35
  * const command = new ListSAMLProvidersCommand(input);
35
36
  * const response = await client.send(command);
36
37
  * ```
@@ -33,6 +33,11 @@ export interface ListSSHPublicKeysCommandOutput extends ListSSHPublicKeysRespons
33
33
  * import { IAMClient, ListSSHPublicKeysCommand } from "@aws-sdk/client-iam"; // ES Modules import
34
34
  * // const { IAMClient, ListSSHPublicKeysCommand } = require("@aws-sdk/client-iam"); // CommonJS import
35
35
  * const client = new IAMClient(config);
36
+ * const input = {
37
+ * UserName: "STRING_VALUE",
38
+ * Marker: "STRING_VALUE",
39
+ * MaxItems: Number("int"),
40
+ * };
36
41
  * const command = new ListSSHPublicKeysCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -35,6 +35,11 @@ export interface ListServerCertificateTagsCommandOutput extends ListServerCertif
35
35
  * import { IAMClient, ListServerCertificateTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
36
  * // const { IAMClient, ListServerCertificateTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
37
  * const client = new IAMClient(config);
38
+ * const input = {
39
+ * ServerCertificateName: "STRING_VALUE", // required
40
+ * Marker: "STRING_VALUE",
41
+ * MaxItems: Number("int"),
42
+ * };
38
43
  * const command = new ListServerCertificateTagsCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -37,6 +37,11 @@ export interface ListServerCertificatesCommandOutput extends ListServerCertifica
37
37
  * import { IAMClient, ListServerCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import
38
38
  * // const { IAMClient, ListServerCertificatesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
39
39
  * const client = new IAMClient(config);
40
+ * const input = {
41
+ * PathPrefix: "STRING_VALUE",
42
+ * Marker: "STRING_VALUE",
43
+ * MaxItems: Number("int"),
44
+ * };
40
45
  * const command = new ListServerCertificatesCommand(input);
41
46
  * const response = await client.send(command);
42
47
  * ```
@@ -31,6 +31,10 @@ export interface ListServiceSpecificCredentialsCommandOutput extends ListService
31
31
  * import { IAMClient, ListServiceSpecificCredentialsCommand } from "@aws-sdk/client-iam"; // ES Modules import
32
32
  * // const { IAMClient, ListServiceSpecificCredentialsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
33
33
  * const client = new IAMClient(config);
34
+ * const input = {
35
+ * UserName: "STRING_VALUE",
36
+ * ServiceName: "STRING_VALUE",
37
+ * };
34
38
  * const command = new ListServiceSpecificCredentialsCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -35,6 +35,11 @@ export interface ListSigningCertificatesCommandOutput extends ListSigningCertifi
35
35
  * import { IAMClient, ListSigningCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
36
  * // const { IAMClient, ListSigningCertificatesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
37
  * const client = new IAMClient(config);
38
+ * const input = {
39
+ * UserName: "STRING_VALUE",
40
+ * Marker: "STRING_VALUE",
41
+ * MaxItems: Number("int"),
42
+ * };
38
43
  * const command = new ListSigningCertificatesCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -33,6 +33,11 @@ export interface ListUserPoliciesCommandOutput extends ListUserPoliciesResponse,
33
33
  * import { IAMClient, ListUserPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
34
34
  * // const { IAMClient, ListUserPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
35
35
  * const client = new IAMClient(config);
36
+ * const input = {
37
+ * UserName: "STRING_VALUE", // required
38
+ * Marker: "STRING_VALUE",
39
+ * MaxItems: Number("int"),
40
+ * };
36
41
  * const command = new ListUserPoliciesCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -27,6 +27,11 @@ export interface ListUserTagsCommandOutput extends ListUserTagsResponse, __Metad
27
27
  * import { IAMClient, ListUserTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
28
28
  * // const { IAMClient, ListUserTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
29
29
  * const client = new IAMClient(config);
30
+ * const input = {
31
+ * UserName: "STRING_VALUE", // required
32
+ * Marker: "STRING_VALUE",
33
+ * MaxItems: Number("int"),
34
+ * };
30
35
  * const command = new ListUserTagsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -34,6 +34,11 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
34
34
  * import { IAMClient, ListUsersCommand } from "@aws-sdk/client-iam"; // ES Modules import
35
35
  * // const { IAMClient, ListUsersCommand } = require("@aws-sdk/client-iam"); // CommonJS import
36
36
  * const client = new IAMClient(config);
37
+ * const input = {
38
+ * PathPrefix: "STRING_VALUE",
39
+ * Marker: "STRING_VALUE",
40
+ * MaxItems: Number("int"),
41
+ * };
37
42
  * const command = new ListUsersCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -35,6 +35,11 @@ export interface ListVirtualMFADevicesCommandOutput extends ListVirtualMFADevice
35
35
  * import { IAMClient, ListVirtualMFADevicesCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
36
  * // const { IAMClient, ListVirtualMFADevicesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
37
  * const client = new IAMClient(config);
38
+ * const input = {
39
+ * AssignmentStatus: "Assigned" || "Unassigned" || "Any",
40
+ * Marker: "STRING_VALUE",
41
+ * MaxItems: Number("int"),
42
+ * };
38
43
  * const command = new ListVirtualMFADevicesCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -40,6 +40,11 @@ export interface PutGroupPolicyCommandOutput extends __MetadataBearer {
40
40
  * import { IAMClient, PutGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
41
41
  * // const { IAMClient, PutGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
42
42
  * const client = new IAMClient(config);
43
+ * const input = {
44
+ * GroupName: "STRING_VALUE", // required
45
+ * PolicyName: "STRING_VALUE", // required
46
+ * PolicyDocument: "STRING_VALUE", // required
47
+ * };
43
48
  * const command = new PutGroupPolicyCommand(input);
44
49
  * const response = await client.send(command);
45
50
  * ```
@@ -37,6 +37,10 @@ export interface PutRolePermissionsBoundaryCommandOutput extends __MetadataBeare
37
37
  * import { IAMClient, PutRolePermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
38
38
  * // const { IAMClient, PutRolePermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
39
39
  * const client = new IAMClient(config);
40
+ * const input = {
41
+ * RoleName: "STRING_VALUE", // required
42
+ * PermissionsBoundary: "STRING_VALUE", // required
43
+ * };
40
44
  * const command = new PutRolePermissionsBoundaryCommand(input);
41
45
  * const response = await client.send(command);
42
46
  * ```
@@ -45,6 +45,11 @@ export interface PutRolePolicyCommandOutput extends __MetadataBearer {
45
45
  * import { IAMClient, PutRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
46
46
  * // const { IAMClient, PutRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
47
47
  * const client = new IAMClient(config);
48
+ * const input = {
49
+ * RoleName: "STRING_VALUE", // required
50
+ * PolicyName: "STRING_VALUE", // required
51
+ * PolicyDocument: "STRING_VALUE", // required
52
+ * };
48
53
  * const command = new PutRolePolicyCommand(input);
49
54
  * const response = await client.send(command);
50
55
  * ```
@@ -36,6 +36,10 @@ export interface PutUserPermissionsBoundaryCommandOutput extends __MetadataBeare
36
36
  * import { IAMClient, PutUserPermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
37
37
  * // const { IAMClient, PutUserPermissionsBoundaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
38
38
  * const client = new IAMClient(config);
39
+ * const input = {
40
+ * UserName: "STRING_VALUE", // required
41
+ * PermissionsBoundary: "STRING_VALUE", // required
42
+ * };
39
43
  * const command = new PutUserPermissionsBoundaryCommand(input);
40
44
  * const response = await client.send(command);
41
45
  * ```
@@ -40,6 +40,11 @@ export interface PutUserPolicyCommandOutput extends __MetadataBearer {
40
40
  * import { IAMClient, PutUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
41
41
  * // const { IAMClient, PutUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
42
42
  * const client = new IAMClient(config);
43
+ * const input = {
44
+ * UserName: "STRING_VALUE", // required
45
+ * PolicyName: "STRING_VALUE", // required
46
+ * PolicyDocument: "STRING_VALUE", // required
47
+ * };
43
48
  * const command = new PutUserPolicyCommand(input);
44
49
  * const response = await client.send(command);
45
50
  * ```
@@ -30,6 +30,10 @@ export interface RemoveClientIDFromOpenIDConnectProviderCommandOutput extends __
30
30
  * import { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
31
31
  * // const { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
32
32
  * const client = new IAMClient(config);
33
+ * const input = {
34
+ * OpenIDConnectProviderArn: "STRING_VALUE", // required
35
+ * ClientID: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new RemoveClientIDFromOpenIDConnectProviderCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -35,6 +35,10 @@ export interface RemoveRoleFromInstanceProfileCommandOutput extends __MetadataBe
35
35
  * import { IAMClient, RemoveRoleFromInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
36
  * // const { IAMClient, RemoveRoleFromInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
37
  * const client = new IAMClient(config);
38
+ * const input = {
39
+ * InstanceProfileName: "STRING_VALUE", // required
40
+ * RoleName: "STRING_VALUE", // required
41
+ * };
38
42
  * const command = new RemoveRoleFromInstanceProfileCommand(input);
39
43
  * const response = await client.send(command);
40
44
  * ```
@@ -26,6 +26,10 @@ export interface RemoveUserFromGroupCommandOutput extends __MetadataBearer {
26
26
  * import { IAMClient, RemoveUserFromGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
27
27
  * // const { IAMClient, RemoveUserFromGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import
28
28
  * const client = new IAMClient(config);
29
+ * const input = {
30
+ * GroupName: "STRING_VALUE", // required
31
+ * UserName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new RemoveUserFromGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -29,6 +29,10 @@ export interface ResetServiceSpecificCredentialCommandOutput extends ResetServic
29
29
  * import { IAMClient, ResetServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import
30
30
  * // const { IAMClient, ResetServiceSpecificCredentialCommand } = require("@aws-sdk/client-iam"); // CommonJS import
31
31
  * const client = new IAMClient(config);
32
+ * const input = {
33
+ * UserName: "STRING_VALUE",
34
+ * ServiceSpecificCredentialId: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new ResetServiceSpecificCredentialCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -29,6 +29,12 @@ export interface ResyncMFADeviceCommandOutput extends __MetadataBearer {
29
29
  * import { IAMClient, ResyncMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
30
30
  * // const { IAMClient, ResyncMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
31
31
  * const client = new IAMClient(config);
32
+ * const input = {
33
+ * UserName: "STRING_VALUE", // required
34
+ * SerialNumber: "STRING_VALUE", // required
35
+ * AuthenticationCode1: "STRING_VALUE", // required
36
+ * AuthenticationCode2: "STRING_VALUE", // required
37
+ * };
32
38
  * const command = new ResyncMFADeviceCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -31,6 +31,10 @@ export interface SetDefaultPolicyVersionCommandOutput extends __MetadataBearer {
31
31
  * import { IAMClient, SetDefaultPolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import
32
32
  * // const { IAMClient, SetDefaultPolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import
33
33
  * const client = new IAMClient(config);
34
+ * const input = {
35
+ * PolicyArn: "STRING_VALUE", // required
36
+ * VersionId: "STRING_VALUE", // required
37
+ * };
34
38
  * const command = new SetDefaultPolicyVersionCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -44,6 +44,9 @@ export interface SetSecurityTokenServicePreferencesCommandOutput extends __Metad
44
44
  * import { IAMClient, SetSecurityTokenServicePreferencesCommand } from "@aws-sdk/client-iam"; // ES Modules import
45
45
  * // const { IAMClient, SetSecurityTokenServicePreferencesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
46
46
  * const client = new IAMClient(config);
47
+ * const input = {
48
+ * GlobalEndpointTokenVersion: "v1Token" || "v2Token", // required
49
+ * };
47
50
  * const command = new SetSecurityTokenServicePreferencesCommand(input);
48
51
  * const response = await client.send(command);
49
52
  * ```
@@ -49,6 +49,35 @@ export interface SimulateCustomPolicyCommandOutput extends SimulatePolicyRespons
49
49
  * import { IAMClient, SimulateCustomPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
50
50
  * // const { IAMClient, SimulateCustomPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
51
51
  * const client = new IAMClient(config);
52
+ * const input = {
53
+ * PolicyInputList: [ // required
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * PermissionsBoundaryPolicyInputList: [
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * ActionNames: [ // required
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * ResourceArns: [
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * ResourcePolicy: "STRING_VALUE",
66
+ * ResourceOwner: "STRING_VALUE",
67
+ * CallerArn: "STRING_VALUE",
68
+ * ContextEntries: [
69
+ * {
70
+ * ContextKeyName: "STRING_VALUE",
71
+ * ContextKeyValues: [
72
+ * "STRING_VALUE",
73
+ * ],
74
+ * ContextKeyType: "string" || "stringList" || "numeric" || "numericList" || "boolean" || "booleanList" || "ip" || "ipList" || "binary" || "binaryList" || "date" || "dateList",
75
+ * },
76
+ * ],
77
+ * ResourceHandlingOption: "STRING_VALUE",
78
+ * MaxItems: Number("int"),
79
+ * Marker: "STRING_VALUE",
80
+ * };
52
81
  * const command = new SimulateCustomPolicyCommand(input);
53
82
  * const response = await client.send(command);
54
83
  * ```
@@ -58,6 +58,36 @@ export interface SimulatePrincipalPolicyCommandOutput extends SimulatePolicyResp
58
58
  * import { IAMClient, SimulatePrincipalPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
59
59
  * // const { IAMClient, SimulatePrincipalPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
60
60
  * const client = new IAMClient(config);
61
+ * const input = {
62
+ * PolicySourceArn: "STRING_VALUE", // required
63
+ * PolicyInputList: [
64
+ * "STRING_VALUE",
65
+ * ],
66
+ * PermissionsBoundaryPolicyInputList: [
67
+ * "STRING_VALUE",
68
+ * ],
69
+ * ActionNames: [ // required
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * ResourceArns: [
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * ResourcePolicy: "STRING_VALUE",
76
+ * ResourceOwner: "STRING_VALUE",
77
+ * CallerArn: "STRING_VALUE",
78
+ * ContextEntries: [
79
+ * {
80
+ * ContextKeyName: "STRING_VALUE",
81
+ * ContextKeyValues: [
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * ContextKeyType: "string" || "stringList" || "numeric" || "numericList" || "boolean" || "booleanList" || "ip" || "ipList" || "binary" || "binaryList" || "date" || "dateList",
85
+ * },
86
+ * ],
87
+ * ResourceHandlingOption: "STRING_VALUE",
88
+ * MaxItems: Number("int"),
89
+ * Marker: "STRING_VALUE",
90
+ * };
61
91
  * const command = new SimulatePrincipalPolicyCommand(input);
62
92
  * const response = await client.send(command);
63
93
  * ```
@@ -61,6 +61,15 @@ export interface TagInstanceProfileCommandOutput extends __MetadataBearer {
61
61
  * import { IAMClient, TagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
62
62
  * // const { IAMClient, TagInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
63
63
  * const client = new IAMClient(config);
64
+ * const input = {
65
+ * InstanceProfileName: "STRING_VALUE", // required
66
+ * Tags: [ // required
67
+ * {
68
+ * Key: "STRING_VALUE", // required
69
+ * Value: "STRING_VALUE", // required
70
+ * },
71
+ * ],
72
+ * };
64
73
  * const command = new TagInstanceProfileCommand(input);
65
74
  * const response = await client.send(command);
66
75
  * ```
@@ -62,6 +62,15 @@ export interface TagMFADeviceCommandOutput extends __MetadataBearer {
62
62
  * import { IAMClient, TagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
63
63
  * // const { IAMClient, TagMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
64
64
  * const client = new IAMClient(config);
65
+ * const input = {
66
+ * SerialNumber: "STRING_VALUE", // required
67
+ * Tags: [ // required
68
+ * {
69
+ * Key: "STRING_VALUE", // required
70
+ * Value: "STRING_VALUE", // required
71
+ * },
72
+ * ],
73
+ * };
65
74
  * const command = new TagMFADeviceCommand(input);
66
75
  * const response = await client.send(command);
67
76
  * ```
@@ -63,6 +63,15 @@ export interface TagOpenIDConnectProviderCommandOutput extends __MetadataBearer
63
63
  * import { IAMClient, TagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
64
64
  * // const { IAMClient, TagOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
65
65
  * const client = new IAMClient(config);
66
+ * const input = {
67
+ * OpenIDConnectProviderArn: "STRING_VALUE", // required
68
+ * Tags: [ // required
69
+ * {
70
+ * Key: "STRING_VALUE", // required
71
+ * Value: "STRING_VALUE", // required
72
+ * },
73
+ * ],
74
+ * };
66
75
  * const command = new TagOpenIDConnectProviderCommand(input);
67
76
  * const response = await client.send(command);
68
77
  * ```
@@ -61,6 +61,15 @@ export interface TagPolicyCommandOutput extends __MetadataBearer {
61
61
  * import { IAMClient, TagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
62
62
  * // const { IAMClient, TagPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
63
63
  * const client = new IAMClient(config);
64
+ * const input = {
65
+ * PolicyArn: "STRING_VALUE", // required
66
+ * Tags: [ // required
67
+ * {
68
+ * Key: "STRING_VALUE", // required
69
+ * Value: "STRING_VALUE", // required
70
+ * },
71
+ * ],
72
+ * };
64
73
  * const command = new TagPolicyCommand(input);
65
74
  * const response = await client.send(command);
66
75
  * ```
@@ -70,6 +70,15 @@ export interface TagRoleCommandOutput extends __MetadataBearer {
70
70
  * import { IAMClient, TagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
71
71
  * // const { IAMClient, TagRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
72
72
  * const client = new IAMClient(config);
73
+ * const input = {
74
+ * RoleName: "STRING_VALUE", // required
75
+ * Tags: [ // required
76
+ * {
77
+ * Key: "STRING_VALUE", // required
78
+ * Value: "STRING_VALUE", // required
79
+ * },
80
+ * ],
81
+ * };
73
82
  * const command = new TagRoleCommand(input);
74
83
  * const response = await client.send(command);
75
84
  * ```
@@ -63,6 +63,15 @@ export interface TagSAMLProviderCommandOutput extends __MetadataBearer {
63
63
  * import { IAMClient, TagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
64
64
  * // const { IAMClient, TagSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
65
65
  * const client = new IAMClient(config);
66
+ * const input = {
67
+ * SAMLProviderArn: "STRING_VALUE", // required
68
+ * Tags: [ // required
69
+ * {
70
+ * Key: "STRING_VALUE", // required
71
+ * Value: "STRING_VALUE", // required
72
+ * },
73
+ * ],
74
+ * };
66
75
  * const command = new TagSAMLProviderCommand(input);
67
76
  * const response = await client.send(command);
68
77
  * ```
@@ -73,6 +73,15 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {
73
73
  * import { IAMClient, TagServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
74
74
  * // const { IAMClient, TagServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
75
75
  * const client = new IAMClient(config);
76
+ * const input = {
77
+ * ServerCertificateName: "STRING_VALUE", // required
78
+ * Tags: [ // required
79
+ * {
80
+ * Key: "STRING_VALUE", // required
81
+ * Value: "STRING_VALUE", // required
82
+ * },
83
+ * ],
84
+ * };
76
85
  * const command = new TagServerCertificateCommand(input);
77
86
  * const response = await client.send(command);
78
87
  * ```
@@ -69,6 +69,15 @@ export interface TagUserCommandOutput extends __MetadataBearer {
69
69
  * import { IAMClient, TagUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
70
70
  * // const { IAMClient, TagUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
71
71
  * const client = new IAMClient(config);
72
+ * const input = {
73
+ * UserName: "STRING_VALUE", // required
74
+ * Tags: [ // required
75
+ * {
76
+ * Key: "STRING_VALUE", // required
77
+ * Value: "STRING_VALUE", // required
78
+ * },
79
+ * ],
80
+ * };
72
81
  * const command = new TagUserCommand(input);
73
82
  * const response = await client.send(command);
74
83
  * ```
@@ -27,6 +27,12 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
27
27
  * import { IAMClient, UntagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
28
28
  * // const { IAMClient, UntagInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
29
29
  * const client = new IAMClient(config);
30
+ * const input = {
31
+ * InstanceProfileName: "STRING_VALUE", // required
32
+ * TagKeys: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new UntagInstanceProfileCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -28,6 +28,12 @@ export interface UntagMFADeviceCommandOutput extends __MetadataBearer {
28
28
  * import { IAMClient, UntagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
29
29
  * // const { IAMClient, UntagMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
30
30
  * const client = new IAMClient(config);
31
+ * const input = {
32
+ * SerialNumber: "STRING_VALUE", // required
33
+ * TagKeys: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new UntagMFADeviceCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -29,6 +29,12 @@ export interface UntagOpenIDConnectProviderCommandOutput extends __MetadataBeare
29
29
  * import { IAMClient, UntagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
30
30
  * // const { IAMClient, UntagOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
31
31
  * const client = new IAMClient(config);
32
+ * const input = {
33
+ * OpenIDConnectProviderArn: "STRING_VALUE", // required
34
+ * TagKeys: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new UntagOpenIDConnectProviderCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -27,6 +27,12 @@ export interface UntagPolicyCommandOutput extends __MetadataBearer {
27
27
  * import { IAMClient, UntagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
28
28
  * // const { IAMClient, UntagPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
29
29
  * const client = new IAMClient(config);
30
+ * const input = {
31
+ * PolicyArn: "STRING_VALUE", // required
32
+ * TagKeys: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new UntagPolicyCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -27,6 +27,12 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {
27
27
  * import { IAMClient, UntagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
28
28
  * // const { IAMClient, UntagRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
29
29
  * const client = new IAMClient(config);
30
+ * const input = {
31
+ * RoleName: "STRING_VALUE", // required
32
+ * TagKeys: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new UntagRoleCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -29,6 +29,12 @@ export interface UntagSAMLProviderCommandOutput extends __MetadataBearer {
29
29
  * import { IAMClient, UntagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
30
30
  * // const { IAMClient, UntagSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
31
31
  * const client = new IAMClient(config);
32
+ * const input = {
33
+ * SAMLProviderArn: "STRING_VALUE", // required
34
+ * TagKeys: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new UntagSAMLProviderCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```