@jjrawlins/cdk-iam-policy-builder-helper 0.0.106 → 0.0.108

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 (394) hide show
  1. package/.jsii +4 -4
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +22 -2
  5. package/lib/constructs/Actions.js +23 -3
  6. package/lib/constructs/ManagedPolicies.d.ts +16 -0
  7. package/lib/constructs/ManagedPolicies.js +17 -1
  8. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +1727 -1132
  9. package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +7 -6
  10. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +2 -2
  11. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +2 -2
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +2 -2
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +2 -2
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +2 -2
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +2 -2
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +2 -2
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +2 -2
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +2 -2
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
  24. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  25. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -2
  26. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +2 -2
  27. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
  28. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +2 -2
  29. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +2 -2
  30. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -2
  31. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +2 -2
  33. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  38. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +2 -2
  39. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
  40. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -2
  104. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -2
  105. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +2 -2
  106. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -2
  107. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +2 -2
  108. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +2 -2
  109. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +2 -2
  110. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -2
  111. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +2 -2
  112. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -2
  113. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +2 -2
  114. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +2 -2
  115. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
  116. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -2
  117. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +2 -2
  118. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +2 -2
  119. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
  120. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +2 -2
  121. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
  122. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +2 -2
  123. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +2 -2
  124. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +2 -2
  125. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -2
  126. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +2 -2
  127. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +2 -2
  128. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +2 -2
  129. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +2 -2
  130. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -2
  131. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +2 -2
  132. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +2 -2
  133. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +2 -2
  134. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +2 -2
  135. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  136. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +2 -2
  137. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
  138. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +2 -2
  139. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
  140. package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +2 -2
  141. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +2 -2
  142. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
  143. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
  144. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
  145. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  146. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
  147. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +2 -2
  148. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  149. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
  150. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +2 -2
  151. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -2
  152. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +2 -2
  153. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +2 -2
  154. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
  155. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +2 -2
  156. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +2 -2
  157. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +2 -2
  158. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +2 -2
  159. package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +2 -2
  160. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
  161. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +2 -2
  162. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
  163. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +2 -2
  164. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +2 -2
  165. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
  166. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +2 -2
  167. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +2 -2
  168. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
  169. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
  170. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
  171. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +2 -2
  172. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +2 -2
  173. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
  174. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
  175. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +2 -2
  176. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -2
  177. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +2 -2
  178. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
  179. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
  180. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
  181. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
  182. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +2 -2
  183. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -2
  184. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  185. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +2 -2
  186. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +1 -0
  187. package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +7 -6
  188. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +942 -877
  189. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +1 -10
  190. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +6 -2
  192. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +6 -2
  193. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +6 -2
  194. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +6 -1
  195. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +531 -597
  196. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +0 -4
  197. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  199. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  200. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  201. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  202. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +530 -598
  203. package/node_modules/@aws-sdk/client-iam/package.json +35 -35
  204. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +78 -52
  205. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +6 -1
  206. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +2 -2
  207. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +2 -2
  208. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +2 -2
  209. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +2 -2
  210. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -0
  211. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +6 -1
  212. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +46 -39
  213. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -10
  214. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +1 -0
  215. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -2
  216. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -2
  217. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -2
  218. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +6 -1
  219. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -26
  220. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -4
  221. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  222. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  223. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  224. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  225. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  226. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -27
  227. package/node_modules/@aws-sdk/client-sso/package.json +33 -33
  228. package/node_modules/@aws-sdk/core/package.json +11 -11
  229. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  230. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  231. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +22 -24
  232. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  233. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -3
  234. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +2 -2
  235. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +5 -5
  236. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  237. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  238. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -3
  239. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +3 -3
  240. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +2 -1
  241. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +2 -1
  242. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  243. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
  244. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +5 -3
  245. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -0
  246. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +3 -1
  247. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -0
  248. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  249. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  250. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  251. package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
  252. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  253. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  254. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -3
  255. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  256. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +3 -3
  257. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
  258. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  259. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  260. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  261. package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  262. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  263. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  264. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  265. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  266. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  267. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +48 -37
  268. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +6 -1
  269. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +88 -66
  270. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  271. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +82 -62
  272. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -6
  273. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  274. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
  275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +6 -1
  276. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +24 -24
  277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  278. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
  279. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +6 -1
  280. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +44 -37
  281. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  282. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  283. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +3 -2
  284. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
  285. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -6
  286. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +39 -39
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -10
  288. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
  289. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +6 -2
  290. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +6 -2
  291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +6 -2
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +6 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -13
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -10
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +6 -2
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +6 -2
  298. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +6 -2
  299. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +6 -1
  300. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -22
  301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -10
  302. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
  303. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +6 -2
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +6 -2
  305. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +6 -2
  306. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +6 -1
  307. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -26
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +0 -4
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +9 -5
  311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +9 -5
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +9 -5
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +9 -4
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +11 -13
  315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -4
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -5
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -5
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -5
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -4
  321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +15 -22
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -4
  323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +9 -5
  325. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +9 -5
  326. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +9 -5
  327. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -4
  328. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +19 -27
  329. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  330. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -1
  331. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  332. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -13
  333. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  334. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  335. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
  336. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  337. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
  338. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
  339. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  340. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  341. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  342. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  343. package/node_modules/@aws-sdk/types/package.json +3 -3
  344. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  345. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  346. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  347. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  348. package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
  349. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  350. package/node_modules/@smithy/abort-controller/package.json +2 -2
  351. package/node_modules/@smithy/config-resolver/package.json +5 -5
  352. package/node_modules/@smithy/core/package.json +10 -8
  353. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  354. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  355. package/node_modules/@smithy/hash-node/package.json +2 -2
  356. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  357. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  358. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
  359. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
  360. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
  361. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  362. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
  363. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  364. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  365. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  366. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  367. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  368. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  369. package/node_modules/@smithy/property-provider/package.json +2 -2
  370. package/node_modules/@smithy/protocol-http/package.json +2 -2
  371. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  372. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  373. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  374. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  375. package/node_modules/@smithy/signature-v4/package.json +4 -4
  376. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
  377. package/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
  378. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  379. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
  380. package/node_modules/@smithy/smithy-client/package.json +7 -7
  381. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  382. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  383. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  384. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  385. package/node_modules/@smithy/types/package.json +1 -1
  386. package/node_modules/@smithy/url-parser/package.json +3 -3
  387. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  388. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  389. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  390. package/node_modules/@smithy/util-middleware/package.json +2 -2
  391. package/node_modules/@smithy/util-retry/package.json +3 -3
  392. package/node_modules/@smithy/util-stream/package.json +4 -4
  393. package/node_modules/@smithy/util-waiter/package.json +3 -3
  394. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroup } from "../schemas/schemas_0";
4
+ import { GetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetGroup", {})
13
13
  .n("IAMClient", "GetGroupCommand")
14
- .sc(GetGroup)
14
+ .sc(GetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroupPolicy } from "../schemas/schemas_0";
4
+ import { GetGroupPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetGroupPolicy", {})
13
13
  .n("IAMClient", "GetGroupPolicyCommand")
14
- .sc(GetGroupPolicy)
14
+ .sc(GetGroupPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetHumanReadableSummary } from "../schemas/schemas_0";
4
+ import { GetHumanReadableSummary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetHumanReadableSummaryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetHumanReadableSummaryCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetHumanReadableSummary", {})
13
13
  .n("IAMClient", "GetHumanReadableSummaryCommand")
14
- .sc(GetHumanReadableSummary)
14
+ .sc(GetHumanReadableSummary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetInstanceProfile } from "../schemas/schemas_0";
4
+ import { GetInstanceProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetInstanceProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetInstanceProfileCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetInstanceProfile", {})
13
13
  .n("IAMClient", "GetInstanceProfileCommand")
14
- .sc(GetInstanceProfile)
14
+ .sc(GetInstanceProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLoginProfile } from "../schemas/schemas_0";
4
+ import { GetLoginProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLoginProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLoginProfileCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetLoginProfile", {})
13
13
  .n("IAMClient", "GetLoginProfileCommand")
14
- .sc(GetLoginProfile)
14
+ .sc(GetLoginProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMFADevice } from "../schemas/schemas_0";
4
+ import { GetMFADevice$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMFADeviceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMFADeviceCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetMFADevice", {})
13
13
  .n("IAMClient", "GetMFADeviceCommand")
14
- .sc(GetMFADevice)
14
+ .sc(GetMFADevice$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetOpenIDConnectProvider } from "../schemas/schemas_0";
4
+ import { GetOpenIDConnectProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOpenIDConnectProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOpenIDConnectProviderCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetOpenIDConnectProvider", {})
13
13
  .n("IAMClient", "GetOpenIDConnectProviderCommand")
14
- .sc(GetOpenIDConnectProvider)
14
+ .sc(GetOpenIDConnectProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetOrganizationsAccessReport } from "../schemas/schemas_0";
4
+ import { GetOrganizationsAccessReport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOrganizationsAccessReportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOrganizationsAccessReportCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetOrganizationsAccessReport", {})
13
13
  .n("IAMClient", "GetOrganizationsAccessReportCommand")
14
- .sc(GetOrganizationsAccessReport)
14
+ .sc(GetOrganizationsAccessReport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetOutboundWebIdentityFederationInfo } from "../schemas/schemas_0";
4
+ import { GetOutboundWebIdentityFederationInfo$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOutboundWebIdentityFederationInfoCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOutboundWebIdentityFederationInfoCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetOutboundWebIdentityFederationInfo", {})
13
13
  .n("IAMClient", "GetOutboundWebIdentityFederationInfoCommand")
14
- .sc(GetOutboundWebIdentityFederationInfo)
14
+ .sc(GetOutboundWebIdentityFederationInfo$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetPolicy } from "../schemas/schemas_0";
4
+ import { GetPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetPolicy", {})
13
13
  .n("IAMClient", "GetPolicyCommand")
14
- .sc(GetPolicy)
14
+ .sc(GetPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetPolicyVersion } from "../schemas/schemas_0";
4
+ import { GetPolicyVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPolicyVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPolicyVersionCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetPolicyVersion", {})
13
13
  .n("IAMClient", "GetPolicyVersionCommand")
14
- .sc(GetPolicyVersion)
14
+ .sc(GetPolicyVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRole } from "../schemas/schemas_0";
4
+ import { GetRole$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRoleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRoleCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetRole", {})
13
13
  .n("IAMClient", "GetRoleCommand")
14
- .sc(GetRole)
14
+ .sc(GetRole$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRolePolicy } from "../schemas/schemas_0";
4
+ import { GetRolePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRolePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRolePolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetRolePolicy", {})
13
13
  .n("IAMClient", "GetRolePolicyCommand")
14
- .sc(GetRolePolicy)
14
+ .sc(GetRolePolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSAMLProvider } from "../schemas/schemas_0";
4
+ import { GetSAMLProvider$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSAMLProviderCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSAMLProviderCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetSAMLProvider", {})
13
13
  .n("IAMClient", "GetSAMLProviderCommand")
14
- .sc(GetSAMLProvider)
14
+ .sc(GetSAMLProvider$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSSHPublicKey } from "../schemas/schemas_0";
4
+ import { GetSSHPublicKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSSHPublicKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSSHPublicKeyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetSSHPublicKey", {})
13
13
  .n("IAMClient", "GetSSHPublicKeyCommand")
14
- .sc(GetSSHPublicKey)
14
+ .sc(GetSSHPublicKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServerCertificate } from "../schemas/schemas_0";
4
+ import { GetServerCertificate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServerCertificateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServerCertificateCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetServerCertificate", {})
13
13
  .n("IAMClient", "GetServerCertificateCommand")
14
- .sc(GetServerCertificate)
14
+ .sc(GetServerCertificate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceLastAccessedDetails } from "../schemas/schemas_0";
4
+ import { GetServiceLastAccessedDetails$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceLastAccessedDetailsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceLastAccessedDetailsCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetServiceLastAccessedDetails", {})
13
13
  .n("IAMClient", "GetServiceLastAccessedDetailsCommand")
14
- .sc(GetServiceLastAccessedDetails)
14
+ .sc(GetServiceLastAccessedDetails$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceLastAccessedDetailsWithEntities } from "../schemas/schemas_0";
4
+ import { GetServiceLastAccessedDetailsWithEntities$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetServiceLastAccessedDetailsWithEntities", {})
13
13
  .n("IAMClient", "GetServiceLastAccessedDetailsWithEntitiesCommand")
14
- .sc(GetServiceLastAccessedDetailsWithEntities)
14
+ .sc(GetServiceLastAccessedDetailsWithEntities$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceLinkedRoleDeletionStatus } from "../schemas/schemas_0";
4
+ import { GetServiceLinkedRoleDeletionStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceLinkedRoleDeletionStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetServiceLinkedRoleDeletionStatus", {})
13
13
  .n("IAMClient", "GetServiceLinkedRoleDeletionStatusCommand")
14
- .sc(GetServiceLinkedRoleDeletionStatus)
14
+ .sc(GetServiceLinkedRoleDeletionStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetUser } from "../schemas/schemas_0";
4
+ import { GetUser$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetUserCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetUserCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetUser", {})
13
13
  .n("IAMClient", "GetUserCommand")
14
- .sc(GetUser)
14
+ .sc(GetUser$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetUserPolicy } from "../schemas/schemas_0";
4
+ import { GetUserPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetUserPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetUserPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "GetUserPolicy", {})
13
13
  .n("IAMClient", "GetUserPolicyCommand")
14
- .sc(GetUserPolicy)
14
+ .sc(GetUserPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccessKeys } from "../schemas/schemas_0";
4
+ import { ListAccessKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccessKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccessKeysCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListAccessKeys", {})
13
13
  .n("IAMClient", "ListAccessKeysCommand")
14
- .sc(ListAccessKeys)
14
+ .sc(ListAccessKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAccountAliases } from "../schemas/schemas_0";
4
+ import { ListAccountAliases$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAccountAliasesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAccountAliasesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListAccountAliases", {})
13
13
  .n("IAMClient", "ListAccountAliasesCommand")
14
- .sc(ListAccountAliases)
14
+ .sc(ListAccountAliases$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAttachedGroupPolicies } from "../schemas/schemas_0";
4
+ import { ListAttachedGroupPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAttachedGroupPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAttachedGroupPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListAttachedGroupPolicies", {})
13
13
  .n("IAMClient", "ListAttachedGroupPoliciesCommand")
14
- .sc(ListAttachedGroupPolicies)
14
+ .sc(ListAttachedGroupPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAttachedRolePolicies } from "../schemas/schemas_0";
4
+ import { ListAttachedRolePolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAttachedRolePoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAttachedRolePoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListAttachedRolePolicies", {})
13
13
  .n("IAMClient", "ListAttachedRolePoliciesCommand")
14
- .sc(ListAttachedRolePolicies)
14
+ .sc(ListAttachedRolePolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAttachedUserPolicies } from "../schemas/schemas_0";
4
+ import { ListAttachedUserPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAttachedUserPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAttachedUserPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListAttachedUserPolicies", {})
13
13
  .n("IAMClient", "ListAttachedUserPoliciesCommand")
14
- .sc(ListAttachedUserPolicies)
14
+ .sc(ListAttachedUserPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDelegationRequests } from "../schemas/schemas_0";
4
+ import { ListDelegationRequests$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDelegationRequestsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDelegationRequestsCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListDelegationRequests", {})
13
13
  .n("IAMClient", "ListDelegationRequestsCommand")
14
- .sc(ListDelegationRequests)
14
+ .sc(ListDelegationRequests$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEntitiesForPolicy } from "../schemas/schemas_0";
4
+ import { ListEntitiesForPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEntitiesForPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEntitiesForPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListEntitiesForPolicy", {})
13
13
  .n("IAMClient", "ListEntitiesForPolicyCommand")
14
- .sc(ListEntitiesForPolicy)
14
+ .sc(ListEntitiesForPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroupPolicies } from "../schemas/schemas_0";
4
+ import { ListGroupPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupPoliciesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListGroupPolicies", {})
13
13
  .n("IAMClient", "ListGroupPoliciesCommand")
14
- .sc(ListGroupPolicies)
14
+ .sc(ListGroupPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroups } from "../schemas/schemas_0";
4
+ import { ListGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupsCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListGroups", {})
13
13
  .n("IAMClient", "ListGroupsCommand")
14
- .sc(ListGroups)
14
+ .sc(ListGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroupsForUser } from "../schemas/schemas_0";
4
+ import { ListGroupsForUser$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupsForUserCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupsForUserCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListGroupsForUser", {})
13
13
  .n("IAMClient", "ListGroupsForUserCommand")
14
- .sc(ListGroupsForUser)
14
+ .sc(ListGroupsForUser$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInstanceProfileTags } from "../schemas/schemas_0";
4
+ import { ListInstanceProfileTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstanceProfileTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstanceProfileTagsCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListInstanceProfileTags", {})
13
13
  .n("IAMClient", "ListInstanceProfileTagsCommand")
14
- .sc(ListInstanceProfileTags)
14
+ .sc(ListInstanceProfileTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInstanceProfiles } from "../schemas/schemas_0";
4
+ import { ListInstanceProfiles$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstanceProfilesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstanceProfilesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListInstanceProfiles", {})
13
13
  .n("IAMClient", "ListInstanceProfilesCommand")
14
- .sc(ListInstanceProfiles)
14
+ .sc(ListInstanceProfiles$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListInstanceProfilesForRole } from "../schemas/schemas_0";
4
+ import { ListInstanceProfilesForRole$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstanceProfilesForRoleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstanceProfilesForRoleCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListInstanceProfilesForRole", {})
13
13
  .n("IAMClient", "ListInstanceProfilesForRoleCommand")
14
- .sc(ListInstanceProfilesForRole)
14
+ .sc(ListInstanceProfilesForRole$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMFADeviceTags } from "../schemas/schemas_0";
4
+ import { ListMFADeviceTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMFADeviceTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMFADeviceTagsCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListMFADeviceTags", {})
13
13
  .n("IAMClient", "ListMFADeviceTagsCommand")
14
- .sc(ListMFADeviceTags)
14
+ .sc(ListMFADeviceTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMFADevices } from "../schemas/schemas_0";
4
+ import { ListMFADevices$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMFADevicesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMFADevicesCommand extends $Command
11
11
  })
12
12
  .s("AWSIdentityManagementV20100508", "ListMFADevices", {})
13
13
  .n("IAMClient", "ListMFADevicesCommand")
14
- .sc(ListMFADevices)
14
+ .sc(ListMFADevices$)
15
15
  .build() {
16
16
  }