@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
@@ -110,14 +110,14 @@ class SSOOIDCClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let SSOOIDCServiceException$1 = class SSOOIDCServiceException extends smithyClient.ServiceException {
113
+ class SSOOIDCServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, SSOOIDCServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends SSOOIDCServiceException$1 {
120
+ class AccessDeniedException extends SSOOIDCServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  error;
@@ -134,8 +134,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SSOOIDCService
134
134
  this.reason = opts.reason;
135
135
  this.error_description = opts.error_description;
136
136
  }
137
- };
138
- let AuthorizationPendingException$1 = class AuthorizationPendingException extends SSOOIDCServiceException$1 {
137
+ }
138
+ class AuthorizationPendingException extends SSOOIDCServiceException {
139
139
  name = "AuthorizationPendingException";
140
140
  $fault = "client";
141
141
  error;
@@ -150,8 +150,8 @@ let AuthorizationPendingException$1 = class AuthorizationPendingException extend
150
150
  this.error = opts.error;
151
151
  this.error_description = opts.error_description;
152
152
  }
153
- };
154
- let ExpiredTokenException$1 = class ExpiredTokenException extends SSOOIDCServiceException$1 {
153
+ }
154
+ class ExpiredTokenException extends SSOOIDCServiceException {
155
155
  name = "ExpiredTokenException";
156
156
  $fault = "client";
157
157
  error;
@@ -166,8 +166,8 @@ let ExpiredTokenException$1 = class ExpiredTokenException extends SSOOIDCService
166
166
  this.error = opts.error;
167
167
  this.error_description = opts.error_description;
168
168
  }
169
- };
170
- let InternalServerException$1 = class InternalServerException extends SSOOIDCServiceException$1 {
169
+ }
170
+ class InternalServerException extends SSOOIDCServiceException {
171
171
  name = "InternalServerException";
172
172
  $fault = "server";
173
173
  error;
@@ -182,8 +182,8 @@ let InternalServerException$1 = class InternalServerException extends SSOOIDCSer
182
182
  this.error = opts.error;
183
183
  this.error_description = opts.error_description;
184
184
  }
185
- };
186
- let InvalidClientException$1 = class InvalidClientException extends SSOOIDCServiceException$1 {
185
+ }
186
+ class InvalidClientException extends SSOOIDCServiceException {
187
187
  name = "InvalidClientException";
188
188
  $fault = "client";
189
189
  error;
@@ -198,8 +198,8 @@ let InvalidClientException$1 = class InvalidClientException extends SSOOIDCServi
198
198
  this.error = opts.error;
199
199
  this.error_description = opts.error_description;
200
200
  }
201
- };
202
- let InvalidGrantException$1 = class InvalidGrantException extends SSOOIDCServiceException$1 {
201
+ }
202
+ class InvalidGrantException extends SSOOIDCServiceException {
203
203
  name = "InvalidGrantException";
204
204
  $fault = "client";
205
205
  error;
@@ -214,8 +214,8 @@ let InvalidGrantException$1 = class InvalidGrantException extends SSOOIDCService
214
214
  this.error = opts.error;
215
215
  this.error_description = opts.error_description;
216
216
  }
217
- };
218
- let InvalidRequestException$1 = class InvalidRequestException extends SSOOIDCServiceException$1 {
217
+ }
218
+ class InvalidRequestException extends SSOOIDCServiceException {
219
219
  name = "InvalidRequestException";
220
220
  $fault = "client";
221
221
  error;
@@ -232,8 +232,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends SSOOIDCSer
232
232
  this.reason = opts.reason;
233
233
  this.error_description = opts.error_description;
234
234
  }
235
- };
236
- let InvalidScopeException$1 = class InvalidScopeException extends SSOOIDCServiceException$1 {
235
+ }
236
+ class InvalidScopeException extends SSOOIDCServiceException {
237
237
  name = "InvalidScopeException";
238
238
  $fault = "client";
239
239
  error;
@@ -248,8 +248,8 @@ let InvalidScopeException$1 = class InvalidScopeException extends SSOOIDCService
248
248
  this.error = opts.error;
249
249
  this.error_description = opts.error_description;
250
250
  }
251
- };
252
- let SlowDownException$1 = class SlowDownException extends SSOOIDCServiceException$1 {
251
+ }
252
+ class SlowDownException extends SSOOIDCServiceException {
253
253
  name = "SlowDownException";
254
254
  $fault = "client";
255
255
  error;
@@ -264,8 +264,8 @@ let SlowDownException$1 = class SlowDownException extends SSOOIDCServiceExceptio
264
264
  this.error = opts.error;
265
265
  this.error_description = opts.error_description;
266
266
  }
267
- };
268
- let UnauthorizedClientException$1 = class UnauthorizedClientException extends SSOOIDCServiceException$1 {
267
+ }
268
+ class UnauthorizedClientException extends SSOOIDCServiceException {
269
269
  name = "UnauthorizedClientException";
270
270
  $fault = "client";
271
271
  error;
@@ -280,8 +280,8 @@ let UnauthorizedClientException$1 = class UnauthorizedClientException extends SS
280
280
  this.error = opts.error;
281
281
  this.error_description = opts.error_description;
282
282
  }
283
- };
284
- let UnsupportedGrantTypeException$1 = class UnsupportedGrantTypeException extends SSOOIDCServiceException$1 {
283
+ }
284
+ class UnsupportedGrantTypeException extends SSOOIDCServiceException {
285
285
  name = "UnsupportedGrantTypeException";
286
286
  $fault = "client";
287
287
  error;
@@ -296,7 +296,7 @@ let UnsupportedGrantTypeException$1 = class UnsupportedGrantTypeException extend
296
296
  this.error = opts.error;
297
297
  this.error_description = opts.error_description;
298
298
  }
299
- };
299
+ }
300
300
 
301
301
  const _ADE = "AccessDeniedException";
302
302
  const _APE = "AuthorizationPendingException";
@@ -344,7 +344,7 @@ var ClientSecret = [0, n0, _CS, 8, 0];
344
344
  var CodeVerifier = [0, n0, _CV, 8, 0];
345
345
  var IdToken = [0, n0, _IT, 8, 0];
346
346
  var RefreshToken = [0, n0, _RT, 8, 0];
347
- var AccessDeniedException = [
347
+ var AccessDeniedException$ = [
348
348
  -3,
349
349
  n0,
350
350
  _ADE,
@@ -352,8 +352,8 @@ var AccessDeniedException = [
352
352
  [_e, _r, _ed],
353
353
  [0, 0, 0],
354
354
  ];
355
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
356
- var AuthorizationPendingException = [
355
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
356
+ var AuthorizationPendingException$ = [
357
357
  -3,
358
358
  n0,
359
359
  _APE,
@@ -361,8 +361,8 @@ var AuthorizationPendingException = [
361
361
  [_e, _ed],
362
362
  [0, 0],
363
363
  ];
364
- schema.TypeRegistry.for(n0).registerError(AuthorizationPendingException, AuthorizationPendingException$1);
365
- var CreateTokenRequest = [
364
+ schema.TypeRegistry.for(n0).registerError(AuthorizationPendingException$, AuthorizationPendingException);
365
+ var CreateTokenRequest$ = [
366
366
  3,
367
367
  n0,
368
368
  _CTR,
@@ -370,7 +370,7 @@ var CreateTokenRequest = [
370
370
  [_cI, _cS, _gT, _dC, _co, _rT, _s, _rU, _cV],
371
371
  [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
372
372
  ];
373
- var CreateTokenResponse = [
373
+ var CreateTokenResponse$ = [
374
374
  3,
375
375
  n0,
376
376
  _CTRr,
@@ -378,15 +378,15 @@ var CreateTokenResponse = [
378
378
  [_aT, _tT, _eI, _rT, _iT],
379
379
  [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]],
380
380
  ];
381
- var ExpiredTokenException = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
382
- schema.TypeRegistry.for(n0).registerError(ExpiredTokenException, ExpiredTokenException$1);
383
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
384
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
385
- var InvalidClientException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
386
- schema.TypeRegistry.for(n0).registerError(InvalidClientException, InvalidClientException$1);
387
- var InvalidGrantException = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
388
- schema.TypeRegistry.for(n0).registerError(InvalidGrantException, InvalidGrantException$1);
389
- var InvalidRequestException = [
381
+ var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
382
+ schema.TypeRegistry.for(n0).registerError(ExpiredTokenException$, ExpiredTokenException);
383
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
384
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
385
+ var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
386
+ schema.TypeRegistry.for(n0).registerError(InvalidClientException$, InvalidClientException);
387
+ var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
388
+ schema.TypeRegistry.for(n0).registerError(InvalidGrantException$, InvalidGrantException);
389
+ var InvalidRequestException$ = [
390
390
  -3,
391
391
  n0,
392
392
  _IRE,
@@ -394,14 +394,21 @@ var InvalidRequestException = [
394
394
  [_e, _r, _ed],
395
395
  [0, 0, 0],
396
396
  ];
397
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
398
- var InvalidScopeException = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
399
- schema.TypeRegistry.for(n0).registerError(InvalidScopeException, InvalidScopeException$1);
400
- var SlowDownException = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
401
- schema.TypeRegistry.for(n0).registerError(SlowDownException, SlowDownException$1);
402
- var UnauthorizedClientException = [-3, n0, _UCE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
403
- schema.TypeRegistry.for(n0).registerError(UnauthorizedClientException, UnauthorizedClientException$1);
404
- var UnsupportedGrantTypeException = [
397
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
398
+ var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
399
+ schema.TypeRegistry.for(n0).registerError(InvalidScopeException$, InvalidScopeException);
400
+ var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
401
+ schema.TypeRegistry.for(n0).registerError(SlowDownException$, SlowDownException);
402
+ var UnauthorizedClientException$ = [
403
+ -3,
404
+ n0,
405
+ _UCE,
406
+ { [_e]: _c, [_hE]: 400 },
407
+ [_e, _ed],
408
+ [0, 0],
409
+ ];
410
+ schema.TypeRegistry.for(n0).registerError(UnauthorizedClientException$, UnauthorizedClientException);
411
+ var UnsupportedGrantTypeException$ = [
405
412
  -3,
406
413
  n0,
407
414
  _UGTE,
@@ -409,16 +416,16 @@ var UnsupportedGrantTypeException = [
409
416
  [_e, _ed],
410
417
  [0, 0],
411
418
  ];
412
- schema.TypeRegistry.for(n0).registerError(UnsupportedGrantTypeException, UnsupportedGrantTypeException$1);
413
- var SSOOIDCServiceException = [-3, _sm, "SSOOIDCServiceException", 0, [], []];
414
- schema.TypeRegistry.for(_sm).registerError(SSOOIDCServiceException, SSOOIDCServiceException$1);
415
- var CreateToken = [
419
+ schema.TypeRegistry.for(n0).registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
420
+ var SSOOIDCServiceException$ = [-3, _sm, "SSOOIDCServiceException", 0, [], []];
421
+ schema.TypeRegistry.for(_sm).registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
422
+ var CreateToken$ = [
416
423
  9,
417
424
  n0,
418
425
  _CT,
419
426
  { [_h]: ["POST", "/token", 200] },
420
- () => CreateTokenRequest,
421
- () => CreateTokenResponse,
427
+ () => CreateTokenRequest$,
428
+ () => CreateTokenResponse$,
422
429
  ];
423
430
 
424
431
  class CreateTokenCommand extends smithyClient.Command
@@ -429,7 +436,7 @@ class CreateTokenCommand extends smithyClient.Command
429
436
  })
430
437
  .s("AWSSSOOIDCService", "CreateToken", {})
431
438
  .n("SSOOIDCClient", "CreateTokenCommand")
432
- .sc(CreateToken)
439
+ .sc(CreateToken$)
433
440
  .build() {
434
441
  }
435
442
 
@@ -458,20 +465,35 @@ Object.defineProperty(exports, "__Client", {
458
465
  enumerable: true,
459
466
  get: function () { return smithyClient.Client; }
460
467
  });
461
- exports.AccessDeniedException = AccessDeniedException$1;
468
+ exports.AccessDeniedException = AccessDeniedException;
469
+ exports.AccessDeniedException$ = AccessDeniedException$;
462
470
  exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
463
- exports.AuthorizationPendingException = AuthorizationPendingException$1;
471
+ exports.AuthorizationPendingException = AuthorizationPendingException;
472
+ exports.AuthorizationPendingException$ = AuthorizationPendingException$;
473
+ exports.CreateToken$ = CreateToken$;
464
474
  exports.CreateTokenCommand = CreateTokenCommand;
465
- exports.ExpiredTokenException = ExpiredTokenException$1;
466
- exports.InternalServerException = InternalServerException$1;
467
- exports.InvalidClientException = InvalidClientException$1;
468
- exports.InvalidGrantException = InvalidGrantException$1;
469
- exports.InvalidRequestException = InvalidRequestException$1;
475
+ exports.CreateTokenRequest$ = CreateTokenRequest$;
476
+ exports.CreateTokenResponse$ = CreateTokenResponse$;
477
+ exports.ExpiredTokenException = ExpiredTokenException;
478
+ exports.ExpiredTokenException$ = ExpiredTokenException$;
479
+ exports.InternalServerException = InternalServerException;
480
+ exports.InternalServerException$ = InternalServerException$;
481
+ exports.InvalidClientException = InvalidClientException;
482
+ exports.InvalidClientException$ = InvalidClientException$;
483
+ exports.InvalidGrantException = InvalidGrantException;
484
+ exports.InvalidGrantException$ = InvalidGrantException$;
485
+ exports.InvalidRequestException = InvalidRequestException;
486
+ exports.InvalidRequestException$ = InvalidRequestException$;
470
487
  exports.InvalidRequestExceptionReason = InvalidRequestExceptionReason;
471
- exports.InvalidScopeException = InvalidScopeException$1;
488
+ exports.InvalidScopeException = InvalidScopeException;
489
+ exports.InvalidScopeException$ = InvalidScopeException$;
472
490
  exports.SSOOIDC = SSOOIDC;
473
491
  exports.SSOOIDCClient = SSOOIDCClient;
474
- exports.SSOOIDCServiceException = SSOOIDCServiceException$1;
475
- exports.SlowDownException = SlowDownException$1;
476
- exports.UnauthorizedClientException = UnauthorizedClientException$1;
477
- exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException$1;
492
+ exports.SSOOIDCServiceException = SSOOIDCServiceException;
493
+ exports.SSOOIDCServiceException$ = SSOOIDCServiceException$;
494
+ exports.SlowDownException = SlowDownException;
495
+ exports.SlowDownException$ = SlowDownException$;
496
+ exports.UnauthorizedClientException = UnauthorizedClientException;
497
+ exports.UnauthorizedClientException$ = UnauthorizedClientException$;
498
+ exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException;
499
+ exports.UnsupportedGrantTypeException$ = UnsupportedGrantTypeException$;
@@ -32,7 +32,12 @@ const getRuntimeConfig = (config) => {
32
32
  },
33
33
  ],
34
34
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
35
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.ssooidc" }),
35
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
36
+ protocolSettings: config?.protocolSettings ?? {
37
+ defaultNamespace: "com.amazonaws.ssooidc",
38
+ version: "2019-06-10",
39
+ serviceTarget: "AWSSSOOIDCService",
40
+ },
36
41
  serviceId: config?.serviceId ?? "SSO OIDC",
37
42
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
38
43
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -8,14 +8,14 @@ var schema = require('@smithy/core/schema');
8
8
  var client = require('@aws-sdk/core/client');
9
9
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
10
10
 
11
- let STSServiceException$1 = class STSServiceException extends smithyClient.ServiceException {
11
+ class STSServiceException extends smithyClient.ServiceException {
12
12
  constructor(options) {
13
13
  super(options);
14
14
  Object.setPrototypeOf(this, STSServiceException.prototype);
15
15
  }
16
- };
16
+ }
17
17
 
18
- let ExpiredTokenException$1 = class ExpiredTokenException extends STSServiceException$1 {
18
+ class ExpiredTokenException extends STSServiceException {
19
19
  name = "ExpiredTokenException";
20
20
  $fault = "client";
21
21
  constructor(opts) {
@@ -26,8 +26,8 @@ let ExpiredTokenException$1 = class ExpiredTokenException extends STSServiceExce
26
26
  });
27
27
  Object.setPrototypeOf(this, ExpiredTokenException.prototype);
28
28
  }
29
- };
30
- let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException extends STSServiceException$1 {
29
+ }
30
+ class MalformedPolicyDocumentException extends STSServiceException {
31
31
  name = "MalformedPolicyDocumentException";
32
32
  $fault = "client";
33
33
  constructor(opts) {
@@ -38,8 +38,8 @@ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException
38
38
  });
39
39
  Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
40
40
  }
41
- };
42
- let PackedPolicyTooLargeException$1 = class PackedPolicyTooLargeException extends STSServiceException$1 {
41
+ }
42
+ class PackedPolicyTooLargeException extends STSServiceException {
43
43
  name = "PackedPolicyTooLargeException";
44
44
  $fault = "client";
45
45
  constructor(opts) {
@@ -50,8 +50,8 @@ let PackedPolicyTooLargeException$1 = class PackedPolicyTooLargeException extend
50
50
  });
51
51
  Object.setPrototypeOf(this, PackedPolicyTooLargeException.prototype);
52
52
  }
53
- };
54
- let RegionDisabledException$1 = class RegionDisabledException extends STSServiceException$1 {
53
+ }
54
+ class RegionDisabledException extends STSServiceException {
55
55
  name = "RegionDisabledException";
56
56
  $fault = "client";
57
57
  constructor(opts) {
@@ -62,8 +62,8 @@ let RegionDisabledException$1 = class RegionDisabledException extends STSService
62
62
  });
63
63
  Object.setPrototypeOf(this, RegionDisabledException.prototype);
64
64
  }
65
- };
66
- let IDPRejectedClaimException$1 = class IDPRejectedClaimException extends STSServiceException$1 {
65
+ }
66
+ class IDPRejectedClaimException extends STSServiceException {
67
67
  name = "IDPRejectedClaimException";
68
68
  $fault = "client";
69
69
  constructor(opts) {
@@ -74,8 +74,8 @@ let IDPRejectedClaimException$1 = class IDPRejectedClaimException extends STSSer
74
74
  });
75
75
  Object.setPrototypeOf(this, IDPRejectedClaimException.prototype);
76
76
  }
77
- };
78
- let InvalidIdentityTokenException$1 = class InvalidIdentityTokenException extends STSServiceException$1 {
77
+ }
78
+ class InvalidIdentityTokenException extends STSServiceException {
79
79
  name = "InvalidIdentityTokenException";
80
80
  $fault = "client";
81
81
  constructor(opts) {
@@ -86,8 +86,8 @@ let InvalidIdentityTokenException$1 = class InvalidIdentityTokenException extend
86
86
  });
87
87
  Object.setPrototypeOf(this, InvalidIdentityTokenException.prototype);
88
88
  }
89
- };
90
- let IDPCommunicationErrorException$1 = class IDPCommunicationErrorException extends STSServiceException$1 {
89
+ }
90
+ class IDPCommunicationErrorException extends STSServiceException {
91
91
  name = "IDPCommunicationErrorException";
92
92
  $fault = "client";
93
93
  constructor(opts) {
@@ -98,7 +98,7 @@ let IDPCommunicationErrorException$1 = class IDPCommunicationErrorException exte
98
98
  });
99
99
  Object.setPrototypeOf(this, IDPCommunicationErrorException.prototype);
100
100
  }
101
- };
101
+ }
102
102
 
103
103
  const _A = "Arn";
104
104
  const _AKI = "AccessKeyId";
@@ -161,8 +161,8 @@ const _tLT = "tagListType";
161
161
  const n0 = "com.amazonaws.sts";
162
162
  var accessKeySecretType = [0, n0, _aKST, 8, 0];
163
163
  var clientTokenType = [0, n0, _cTT, 8, 0];
164
- var AssumedRoleUser = [3, n0, _ARU, 0, [_ARI, _A], [0, 0]];
165
- var AssumeRoleRequest = [
164
+ var AssumedRoleUser$ = [3, n0, _ARU, 0, [_ARI, _A], [0, 0]];
165
+ var AssumeRoleRequest$ = [
166
166
  3,
167
167
  n0,
168
168
  _ARR,
@@ -170,15 +170,15 @@ var AssumeRoleRequest = [
170
170
  [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
171
171
  [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
172
172
  ];
173
- var AssumeRoleResponse = [
173
+ var AssumeRoleResponse$ = [
174
174
  3,
175
175
  n0,
176
176
  _ARRs,
177
177
  0,
178
178
  [_C, _ARU, _PPS, _SI],
179
- [[() => Credentials, 0], () => AssumedRoleUser, 1, 0],
179
+ [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0],
180
180
  ];
181
- var AssumeRoleWithWebIdentityRequest = [
181
+ var AssumeRoleWithWebIdentityRequest$ = [
182
182
  3,
183
183
  n0,
184
184
  _ARWWIR,
@@ -186,15 +186,15 @@ var AssumeRoleWithWebIdentityRequest = [
186
186
  [_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
187
187
  [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
188
188
  ];
189
- var AssumeRoleWithWebIdentityResponse = [
189
+ var AssumeRoleWithWebIdentityResponse$ = [
190
190
  3,
191
191
  n0,
192
192
  _ARWWIRs,
193
193
  0,
194
194
  [_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
195
- [[() => Credentials, 0], 0, () => AssumedRoleUser, 1, 0, 0, 0],
195
+ [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0],
196
196
  ];
197
- var Credentials = [
197
+ var Credentials$ = [
198
198
  3,
199
199
  n0,
200
200
  _C,
@@ -202,7 +202,7 @@ var Credentials = [
202
202
  [_AKI, _SAK, _ST, _E],
203
203
  [0, [() => accessKeySecretType, 0], 0, 4],
204
204
  ];
205
- var ExpiredTokenException = [
205
+ var ExpiredTokenException$ = [
206
206
  -3,
207
207
  n0,
208
208
  _ETE,
@@ -210,8 +210,8 @@ var ExpiredTokenException = [
210
210
  [_m],
211
211
  [0],
212
212
  ];
213
- schema.TypeRegistry.for(n0).registerError(ExpiredTokenException, ExpiredTokenException$1);
214
- var IDPCommunicationErrorException = [
213
+ schema.TypeRegistry.for(n0).registerError(ExpiredTokenException$, ExpiredTokenException);
214
+ var IDPCommunicationErrorException$ = [
215
215
  -3,
216
216
  n0,
217
217
  _IDPCEE,
@@ -219,8 +219,8 @@ var IDPCommunicationErrorException = [
219
219
  [_m],
220
220
  [0],
221
221
  ];
222
- schema.TypeRegistry.for(n0).registerError(IDPCommunicationErrorException, IDPCommunicationErrorException$1);
223
- var IDPRejectedClaimException = [
222
+ schema.TypeRegistry.for(n0).registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
223
+ var IDPRejectedClaimException$ = [
224
224
  -3,
225
225
  n0,
226
226
  _IDPRCE,
@@ -228,8 +228,8 @@ var IDPRejectedClaimException = [
228
228
  [_m],
229
229
  [0],
230
230
  ];
231
- schema.TypeRegistry.for(n0).registerError(IDPRejectedClaimException, IDPRejectedClaimException$1);
232
- var InvalidIdentityTokenException = [
231
+ schema.TypeRegistry.for(n0).registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
232
+ var InvalidIdentityTokenException$ = [
233
233
  -3,
234
234
  n0,
235
235
  _IITE,
@@ -237,8 +237,8 @@ var InvalidIdentityTokenException = [
237
237
  [_m],
238
238
  [0],
239
239
  ];
240
- schema.TypeRegistry.for(n0).registerError(InvalidIdentityTokenException, InvalidIdentityTokenException$1);
241
- var MalformedPolicyDocumentException = [
240
+ schema.TypeRegistry.for(n0).registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
241
+ var MalformedPolicyDocumentException$ = [
242
242
  -3,
243
243
  n0,
244
244
  _MPDE,
@@ -246,8 +246,8 @@ var MalformedPolicyDocumentException = [
246
246
  [_m],
247
247
  [0],
248
248
  ];
249
- schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
250
- var PackedPolicyTooLargeException = [
249
+ schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
250
+ var PackedPolicyTooLargeException$ = [
251
251
  -3,
252
252
  n0,
253
253
  _PPTLE,
@@ -255,10 +255,10 @@ var PackedPolicyTooLargeException = [
255
255
  [_m],
256
256
  [0],
257
257
  ];
258
- schema.TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException, PackedPolicyTooLargeException$1);
259
- var PolicyDescriptorType = [3, n0, _PDT, 0, [_a], [0]];
260
- var ProvidedContext = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
261
- var RegionDisabledException = [
258
+ schema.TypeRegistry.for(n0).registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
259
+ var PolicyDescriptorType$ = [3, n0, _PDT, 0, [_a], [0]];
260
+ var ProvidedContext$ = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
261
+ var RegionDisabledException$ = [
262
262
  -3,
263
263
  n0,
264
264
  _RDE,
@@ -266,21 +266,21 @@ var RegionDisabledException = [
266
266
  [_m],
267
267
  [0],
268
268
  ];
269
- schema.TypeRegistry.for(n0).registerError(RegionDisabledException, RegionDisabledException$1);
270
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
271
- var STSServiceException = [-3, _s, "STSServiceException", 0, [], []];
272
- schema.TypeRegistry.for(_s).registerError(STSServiceException, STSServiceException$1);
273
- var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType];
274
- var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext];
275
- var tagListType = [1, n0, _tLT, 0, () => Tag];
276
- var AssumeRole = [9, n0, _AR, 0, () => AssumeRoleRequest, () => AssumeRoleResponse];
277
- var AssumeRoleWithWebIdentity = [
269
+ schema.TypeRegistry.for(n0).registerError(RegionDisabledException$, RegionDisabledException);
270
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
271
+ var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
272
+ schema.TypeRegistry.for(_s).registerError(STSServiceException$, STSServiceException);
273
+ var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType$];
274
+ var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext$];
275
+ var tagListType = [1, n0, _tLT, 0, () => Tag$];
276
+ var AssumeRole$ = [9, n0, _AR, 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$];
277
+ var AssumeRoleWithWebIdentity$ = [
278
278
  9,
279
279
  n0,
280
280
  _ARWWI,
281
281
  0,
282
- () => AssumeRoleWithWebIdentityRequest,
283
- () => AssumeRoleWithWebIdentityResponse,
282
+ () => AssumeRoleWithWebIdentityRequest$,
283
+ () => AssumeRoleWithWebIdentityResponse$,
284
284
  ];
285
285
 
286
286
  class AssumeRoleCommand extends smithyClient.Command
@@ -291,7 +291,7 @@ class AssumeRoleCommand extends smithyClient.Command
291
291
  })
292
292
  .s("AWSSecurityTokenServiceV20110615", "AssumeRole", {})
293
293
  .n("STSClient", "AssumeRoleCommand")
294
- .sc(AssumeRole)
294
+ .sc(AssumeRole$)
295
295
  .build() {
296
296
  }
297
297
 
@@ -303,7 +303,7 @@ class AssumeRoleWithWebIdentityCommand extends smithyClient.Command
303
303
  })
304
304
  .s("AWSSecurityTokenServiceV20110615", "AssumeRoleWithWebIdentity", {})
305
305
  .n("STSClient", "AssumeRoleWithWebIdentityCommand")
306
- .sc(AssumeRoleWithWebIdentity)
306
+ .sc(AssumeRoleWithWebIdentity$)
307
307
  .build() {
308
308
  }
309
309
 
@@ -327,9 +327,10 @@ const getAccountIdFromAssumedRoleUser = (assumedRoleUser) => {
327
327
  const resolveRegion = async (_region, _parentRegion, credentialProviderLogger, loaderConfig = {}) => {
328
328
  const region = typeof _region === "function" ? await _region() : _region;
329
329
  const parentRegion = typeof _parentRegion === "function" ? await _parentRegion() : _parentRegion;
330
- const stsDefaultRegion = await regionConfigResolver.stsRegionDefaultResolver(loaderConfig)();
330
+ let stsDefaultRegion = "";
331
+ const resolvedRegion = region ?? parentRegion ?? (stsDefaultRegion = await regionConfigResolver.stsRegionDefaultResolver(loaderConfig)());
331
332
  credentialProviderLogger?.debug?.("@aws-sdk/client-sts::resolveRegion", "accepting first of:", `${region} (credential provider clientConfig)`, `${parentRegion} (contextual client)`, `${stsDefaultRegion} (STS default: AWS_REGION, profile region, or us-east-1)`);
332
- return region ?? parentRegion ?? stsDefaultRegion;
333
+ return resolvedRegion;
333
334
  };
334
335
  const getDefaultRoleAssumer$1 = (stsOptions, STSClient) => {
335
336
  let stsClient;
@@ -438,17 +439,36 @@ Object.defineProperty(exports, "$Command", {
438
439
  enumerable: true,
439
440
  get: function () { return smithyClient.Command; }
440
441
  });
442
+ exports.AssumeRole$ = AssumeRole$;
441
443
  exports.AssumeRoleCommand = AssumeRoleCommand;
444
+ exports.AssumeRoleRequest$ = AssumeRoleRequest$;
445
+ exports.AssumeRoleResponse$ = AssumeRoleResponse$;
446
+ exports.AssumeRoleWithWebIdentity$ = AssumeRoleWithWebIdentity$;
442
447
  exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand;
443
- exports.ExpiredTokenException = ExpiredTokenException$1;
444
- exports.IDPCommunicationErrorException = IDPCommunicationErrorException$1;
445
- exports.IDPRejectedClaimException = IDPRejectedClaimException$1;
446
- exports.InvalidIdentityTokenException = InvalidIdentityTokenException$1;
447
- exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException$1;
448
- exports.PackedPolicyTooLargeException = PackedPolicyTooLargeException$1;
449
- exports.RegionDisabledException = RegionDisabledException$1;
448
+ exports.AssumeRoleWithWebIdentityRequest$ = AssumeRoleWithWebIdentityRequest$;
449
+ exports.AssumeRoleWithWebIdentityResponse$ = AssumeRoleWithWebIdentityResponse$;
450
+ exports.AssumedRoleUser$ = AssumedRoleUser$;
451
+ exports.Credentials$ = Credentials$;
452
+ exports.ExpiredTokenException = ExpiredTokenException;
453
+ exports.ExpiredTokenException$ = ExpiredTokenException$;
454
+ exports.IDPCommunicationErrorException = IDPCommunicationErrorException;
455
+ exports.IDPCommunicationErrorException$ = IDPCommunicationErrorException$;
456
+ exports.IDPRejectedClaimException = IDPRejectedClaimException;
457
+ exports.IDPRejectedClaimException$ = IDPRejectedClaimException$;
458
+ exports.InvalidIdentityTokenException = InvalidIdentityTokenException;
459
+ exports.InvalidIdentityTokenException$ = InvalidIdentityTokenException$;
460
+ exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
461
+ exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
462
+ exports.PackedPolicyTooLargeException = PackedPolicyTooLargeException;
463
+ exports.PackedPolicyTooLargeException$ = PackedPolicyTooLargeException$;
464
+ exports.PolicyDescriptorType$ = PolicyDescriptorType$;
465
+ exports.ProvidedContext$ = ProvidedContext$;
466
+ exports.RegionDisabledException = RegionDisabledException;
467
+ exports.RegionDisabledException$ = RegionDisabledException$;
450
468
  exports.STS = STS;
451
- exports.STSServiceException = STSServiceException$1;
469
+ exports.STSServiceException = STSServiceException;
470
+ exports.STSServiceException$ = STSServiceException$;
471
+ exports.Tag$ = Tag$;
452
472
  exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider;
453
473
  exports.getDefaultRoleAssumer = getDefaultRoleAssumer;
454
474
  exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity;
@@ -32,12 +32,13 @@ const getRuntimeConfig = (config) => {
32
32
  },
33
33
  ],
34
34
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
35
- protocol: config?.protocol ??
36
- new protocols_1.AwsQueryProtocol({
37
- defaultNamespace: "com.amazonaws.sts",
38
- xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
39
- version: "2011-06-15",
40
- }),
35
+ protocol: config?.protocol ?? protocols_1.AwsQueryProtocol,
36
+ protocolSettings: config?.protocolSettings ?? {
37
+ defaultNamespace: "com.amazonaws.sts",
38
+ xmlNamespace: "https://sts.amazonaws.com/doc/2011-06-15/",
39
+ version: "2011-06-15",
40
+ serviceTarget: "AWSSecurityTokenServiceV20110615",
41
+ },
41
42
  serviceId: config?.serviceId ?? "STS",
42
43
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
43
44
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,