@cdklabs/cdk-ecs-codedeploy 0.0.430 → 0.0.431

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 (434) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +17 -18
  8. package/node_modules/@aws-sdk/client-codedeploy/package.json +38 -38
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -4
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  24. package/node_modules/@aws-sdk/core/package.json +13 -13
  25. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  26. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  37. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  38. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
  39. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  40. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
  41. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  42. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  43. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  44. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
  45. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
  46. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  49. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  50. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  51. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  52. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  53. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  54. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  55. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  56. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
  57. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  58. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  59. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  60. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  61. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
  62. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  63. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
  64. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
  65. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  66. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  67. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  68. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  69. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  70. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
  71. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
  72. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
  73. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
  74. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
  75. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  77. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  78. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  79. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  80. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  83. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  86. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  87. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  91. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
  92. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  93. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  95. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +18 -71
  96. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
  104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  107. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountRolesCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  108. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  115. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  116. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  122. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  124. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  128. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  161. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  162. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  163. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  164. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  169. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  171. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  199. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  200. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  201. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  205. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  207. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  210. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  211. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  212. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  213. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  214. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  215. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
  216. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  217. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
  218. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  219. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
  220. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
  221. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  222. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  223. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  224. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  225. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  226. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
  227. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  228. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  229. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  230. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  231. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  232. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  233. package/node_modules/@aws-sdk/types/package.json +2 -2
  234. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  235. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  236. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  237. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  238. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  239. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
  240. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  241. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  242. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +51 -8
  243. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +7 -2
  244. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +1 -1
  245. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +14 -0
  246. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +24 -0
  247. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +9 -0
  248. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  249. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  250. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  251. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +1 -0
  252. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  253. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  254. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  255. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  256. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  257. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  258. package/node_modules/@smithy/abort-controller/package.json +2 -2
  259. package/node_modules/@smithy/config-resolver/package.json +5 -5
  260. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  261. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  262. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  263. package/node_modules/@smithy/core/package.json +7 -7
  264. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  265. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  266. package/node_modules/@smithy/hash-node/package.json +2 -2
  267. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  268. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  269. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  270. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  271. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  272. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  273. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  274. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  275. package/node_modules/@smithy/property-provider/package.json +2 -2
  276. package/node_modules/@smithy/protocol-http/package.json +2 -2
  277. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  278. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  279. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  280. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  281. package/node_modules/@smithy/signature-v4/package.json +4 -4
  282. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  283. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  284. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  285. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  286. package/node_modules/@smithy/smithy-client/package.json +10 -8
  287. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  288. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  289. package/node_modules/@smithy/types/package.json +1 -1
  290. package/node_modules/@smithy/url-parser/package.json +3 -3
  291. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  292. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  293. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  294. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  295. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  296. package/node_modules/@smithy/util-middleware/package.json +2 -2
  297. package/node_modules/@smithy/util-retry/package.json +3 -3
  298. package/node_modules/@smithy/util-stream/package.json +4 -4
  299. package/node_modules/@smithy/util-waiter/package.json +3 -3
  300. package/node_modules/strnum/README.md +1 -0
  301. package/node_modules/strnum/package.json +3 -3
  302. package/node_modules/strnum/strnum.js +85 -59
  303. package/node_modules/strnum/tests/infinity_test.js +18 -0
  304. package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +67 -68
  305. package/package.json +3 -3
  306. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  307. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  308. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  309. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  310. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  311. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  312. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  313. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  314. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  315. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  316. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  317. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  318. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  319. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  320. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  321. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  322. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  323. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  324. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  325. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  326. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  327. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  328. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  329. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  330. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  331. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  332. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  333. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  334. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  335. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  336. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  337. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  338. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  339. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  340. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  341. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  342. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  343. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  344. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  345. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  346. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  347. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  348. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  349. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  350. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  351. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  352. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  353. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  354. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  355. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  356. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  357. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  358. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  359. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  360. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  361. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  362. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  363. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
  364. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  365. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  366. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  367. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  368. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  369. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  370. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  371. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  372. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  373. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  374. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  375. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  376. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  377. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  378. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  379. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  380. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  381. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  382. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  383. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  384. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  385. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  386. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  387. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  388. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  389. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  390. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  391. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  392. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  393. package/node_modules/strnum/test.js +0 -9
  394. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  395. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  396. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  397. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  398. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  399. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  400. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  401. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  402. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  403. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  404. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  405. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  406. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  407. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  408. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  409. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  410. /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
  411. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  412. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  413. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  414. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  415. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  416. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  417. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  418. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  419. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  420. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  421. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  422. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  423. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  424. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  425. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  426. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  427. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  428. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  429. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  430. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  431. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  432. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  433. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  434. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ruleSet = void 0;
4
+ const u = "required", v = "fn", w = "argv", x = "ref";
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, type: "string" }, j = { [u]: true, default: false, type: "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
+ const _data = {
7
+ version: "1.0",
8
+ parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
9
+ rules: [
10
+ {
11
+ conditions: [{ [v]: b, [w]: [k] }],
12
+ rules: [
13
+ { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
+ { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
+ { endpoint: { url: k, properties: n, headers: n }, type: e },
16
+ ],
17
+ type: f,
18
+ },
19
+ {
20
+ conditions: [{ [v]: b, [w]: t }],
21
+ rules: [
22
+ {
23
+ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
24
+ rules: [
25
+ {
26
+ conditions: [l, m],
27
+ rules: [
28
+ {
29
+ conditions: [{ [v]: c, [w]: [a, o] }, q],
30
+ rules: [
31
+ {
32
+ endpoint: {
33
+ url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
34
+ properties: n,
35
+ headers: n,
36
+ },
37
+ type: e,
38
+ },
39
+ ],
40
+ type: f,
41
+ },
42
+ { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
43
+ ],
44
+ type: f,
45
+ },
46
+ {
47
+ conditions: r,
48
+ rules: [
49
+ {
50
+ conditions: [{ [v]: c, [w]: [o, a] }],
51
+ rules: [
52
+ {
53
+ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
54
+ endpoint: { url: "https://portal.sso.{Region}.amazonaws.com", properties: n, headers: n },
55
+ type: e,
56
+ },
57
+ {
58
+ endpoint: {
59
+ url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}",
60
+ properties: n,
61
+ headers: n,
62
+ },
63
+ type: e,
64
+ },
65
+ ],
66
+ type: f,
67
+ },
68
+ { error: "FIPS is enabled but this partition does not support FIPS", type: d },
69
+ ],
70
+ type: f,
71
+ },
72
+ {
73
+ conditions: s,
74
+ rules: [
75
+ {
76
+ conditions: [q],
77
+ rules: [
78
+ {
79
+ endpoint: {
80
+ url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}",
81
+ properties: n,
82
+ headers: n,
83
+ },
84
+ type: e,
85
+ },
86
+ ],
87
+ type: f,
88
+ },
89
+ { error: "DualStack is enabled but this partition does not support DualStack", type: d },
90
+ ],
91
+ type: f,
92
+ },
93
+ {
94
+ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
95
+ type: e,
96
+ },
97
+ ],
98
+ type: f,
99
+ },
100
+ ],
101
+ type: f,
102
+ },
103
+ { error: "Invalid Configuration: Missing Region", type: d },
104
+ ],
105
+ };
106
+ exports.ruleSet = _data;
@@ -125,89 +125,36 @@ class GetRoleCredentialsCommand extends smithyClient.Command
125
125
  .build() {
126
126
  }
127
127
 
128
- class ListAccountRolesCommand extends smithyClient.Command
129
- .classBuilder()
130
- .ep(commonParams)
131
- .m(function (Command, cs, config, o) {
132
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
- })
134
- .s("SWBPortalService", "ListAccountRoles", {})
135
- .n("SSOClient", "ListAccountRolesCommand")
136
- .sc(schemas_0.ListAccountRoles$)
137
- .build() {
138
- }
139
-
140
- class ListAccountsCommand extends smithyClient.Command
141
- .classBuilder()
142
- .ep(commonParams)
143
- .m(function (Command, cs, config, o) {
144
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
145
- })
146
- .s("SWBPortalService", "ListAccounts", {})
147
- .n("SSOClient", "ListAccountsCommand")
148
- .sc(schemas_0.ListAccounts$)
149
- .build() {
150
- }
151
-
152
- class LogoutCommand extends smithyClient.Command
153
- .classBuilder()
154
- .ep(commonParams)
155
- .m(function (Command, cs, config, o) {
156
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
157
- })
158
- .s("SWBPortalService", "Logout", {})
159
- .n("SSOClient", "LogoutCommand")
160
- .sc(schemas_0.Logout$)
161
- .build() {
162
- }
163
-
164
- const paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
165
-
166
- const paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
167
-
168
128
  const commands = {
169
129
  GetRoleCredentialsCommand,
170
- ListAccountRolesCommand,
171
- ListAccountsCommand,
172
- LogoutCommand,
173
- };
174
- const paginators = {
175
- paginateListAccountRoles,
176
- paginateListAccounts,
177
130
  };
178
131
  class SSO extends SSOClient {
179
132
  }
180
- smithyClient.createAggregatedClient(commands, SSO, { paginators });
133
+ smithyClient.createAggregatedClient(commands, SSO);
181
134
 
182
- Object.defineProperty(exports, "$Command", {
183
- enumerable: true,
184
- get: function () { return smithyClient.Command; }
185
- });
186
- Object.defineProperty(exports, "__Client", {
187
- enumerable: true,
188
- get: function () { return smithyClient.Client; }
189
- });
190
- Object.defineProperty(exports, "SSOServiceException", {
191
- enumerable: true,
192
- get: function () { return SSOServiceException.SSOServiceException; }
193
- });
135
+ exports.$Command = smithyClient.Command;
136
+ exports.__Client = smithyClient.Client;
137
+ exports.SSOServiceException = SSOServiceException.SSOServiceException;
194
138
  exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand;
195
- exports.ListAccountRolesCommand = ListAccountRolesCommand;
196
- exports.ListAccountsCommand = ListAccountsCommand;
197
- exports.LogoutCommand = LogoutCommand;
198
139
  exports.SSO = SSO;
199
140
  exports.SSOClient = SSOClient;
200
- exports.paginateListAccountRoles = paginateListAccountRoles;
201
- exports.paginateListAccounts = paginateListAccounts;
202
- Object.keys(schemas_0).forEach(function (k) {
203
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
141
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
142
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
143
+ Object.defineProperty(exports, '__proto__', {
204
144
  enumerable: true,
205
- get: function () { return schemas_0[k]; }
145
+ value: schemas_0['__proto__']
206
146
  });
147
+
148
+ Object.keys(schemas_0).forEach(function (k) {
149
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
207
150
  });
208
- Object.keys(errors).forEach(function (k) {
209
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
151
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
152
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
153
+ Object.defineProperty(exports, '__proto__', {
210
154
  enumerable: true,
211
- get: function () { return errors[k]; }
155
+ value: errors['__proto__']
212
156
  });
157
+
158
+ Object.keys(errors).forEach(function (k) {
159
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
213
160
  });
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../../../package.json"));
6
+ const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
+ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
12
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
14
+ const util_retry_1 = require("@smithy/util-retry");
15
+ const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
+ const getRuntimeConfig = (config) => {
17
+ const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
19
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
20
+ return {
21
+ ...clientSharedValues,
22
+ ...config,
23
+ runtime: "browser",
24
+ defaultsMode,
25
+ bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
26
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
27
+ (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
28
+ maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
29
+ region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
30
+ requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
31
+ retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
32
+ sha256: config?.sha256 ?? sha256_browser_1.Sha256,
33
+ streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
34
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
35
+ useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
36
+ };
37
+ };
38
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../../../package.json"));
6
+ const core_1 = require("@aws-sdk/core");
7
+ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const hash_node_1 = require("@smithy/hash-node");
10
+ const middleware_retry_1 = require("@smithy/middleware-retry");
11
+ const node_config_provider_1 = require("@smithy/node-config-provider");
12
+ const node_http_handler_1 = require("@smithy/node-http-handler");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
+ const util_body_length_node_1 = require("@smithy/util-body-length-node");
15
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
16
+ const util_retry_1 = require("@smithy/util-retry");
17
+ const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
+ const getRuntimeConfig = (config) => {
19
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
20
+ const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
21
+ const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
22
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
23
+ (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
24
+ const loaderConfig = {
25
+ profile: config?.profile,
26
+ logger: clientSharedValues.logger,
27
+ };
28
+ return {
29
+ ...clientSharedValues,
30
+ ...config,
31
+ runtime: "node",
32
+ defaultsMode,
33
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
34
+ bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
35
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
+ (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
+ maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
+ region: config?.region ??
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
+ requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
+ retryMode: config?.retryMode ??
42
+ (0, node_config_provider_1.loadConfig)({
43
+ ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
44
+ default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
45
+ }, config),
46
+ sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
+ streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
+ };
52
+ };
53
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const sha256_js_1 = require("@aws-crypto/sha256-js");
5
+ const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
+ const getRuntimeConfig = (config) => {
7
+ const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
8
+ return {
9
+ ...browserDefaults,
10
+ ...config,
11
+ runtime: "react-native",
12
+ sha256: config?.sha256 ?? sha256_js_1.Sha256,
13
+ };
14
+ };
15
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetRoleCredentials$ = exports.RoleCredentials$ = exports.GetRoleCredentialsResponse$ = exports.GetRoleCredentialsRequest$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.ResourceNotFoundException$ = exports.InvalidRequestException$ = exports.SSOServiceException$ = void 0;
4
+ const _ATT = "AccessTokenType";
5
+ const _GRC = "GetRoleCredentials";
6
+ const _GRCR = "GetRoleCredentialsRequest";
7
+ const _GRCRe = "GetRoleCredentialsResponse";
8
+ const _IRE = "InvalidRequestException";
9
+ const _RC = "RoleCredentials";
10
+ const _RNFE = "ResourceNotFoundException";
11
+ const _SAKT = "SecretAccessKeyType";
12
+ const _STT = "SessionTokenType";
13
+ const _TMRE = "TooManyRequestsException";
14
+ const _UE = "UnauthorizedException";
15
+ const _aI = "accountId";
16
+ const _aKI = "accessKeyId";
17
+ const _aT = "accessToken";
18
+ const _ai = "account_id";
19
+ const _c = "client";
20
+ const _e = "error";
21
+ const _ex = "expiration";
22
+ const _h = "http";
23
+ const _hE = "httpError";
24
+ const _hH = "httpHeader";
25
+ const _hQ = "httpQuery";
26
+ const _m = "message";
27
+ const _rC = "roleCredentials";
28
+ const _rN = "roleName";
29
+ const _rn = "role_name";
30
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
31
+ const _sAK = "secretAccessKey";
32
+ const _sT = "sessionToken";
33
+ const _xasbt = "x-amz-sso_bearer_token";
34
+ const n0 = "com.amazonaws.sso";
35
+ const schema_1 = require("@smithy/core/schema");
36
+ const errors_1 = require("../models/errors");
37
+ const SSOServiceException_1 = require("../models/SSOServiceException");
38
+ const _s_registry = schema_1.TypeRegistry.for(_s);
39
+ exports.SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
40
+ _s_registry.registerError(exports.SSOServiceException$, SSOServiceException_1.SSOServiceException);
41
+ const n0_registry = schema_1.TypeRegistry.for(n0);
42
+ exports.InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
43
+ n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
44
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
45
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
46
+ exports.TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
47
+ n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
48
+ exports.UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
49
+ n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
50
+ exports.errorTypeRegistries = [_s_registry, n0_registry];
51
+ var AccessTokenType = [0, n0, _ATT, 8, 0];
52
+ var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
53
+ var SessionTokenType = [0, n0, _STT, 8, 0];
54
+ exports.GetRoleCredentialsRequest$ = [
55
+ 3,
56
+ n0,
57
+ _GRCR,
58
+ 0,
59
+ [_rN, _aI, _aT],
60
+ [
61
+ [0, { [_hQ]: _rn }],
62
+ [0, { [_hQ]: _ai }],
63
+ [() => AccessTokenType, { [_hH]: _xasbt }],
64
+ ],
65
+ 3,
66
+ ];
67
+ exports.GetRoleCredentialsResponse$ = [
68
+ 3,
69
+ n0,
70
+ _GRCRe,
71
+ 0,
72
+ [_rC],
73
+ [[() => exports.RoleCredentials$, 0]],
74
+ ];
75
+ exports.RoleCredentials$ = [
76
+ 3,
77
+ n0,
78
+ _RC,
79
+ 0,
80
+ [_aKI, _sAK, _sT, _ex],
81
+ [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1],
82
+ ];
83
+ exports.GetRoleCredentials$ = [
84
+ 9,
85
+ n0,
86
+ _GRC,
87
+ { [_h]: ["GET", "/federation/credentials", 200] },
88
+ () => exports.GetRoleCredentialsRequest$,
89
+ () => exports.GetRoleCredentialsResponse$,
90
+ ];
@@ -2,6 +2,105 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const u = "required", v = "fn", w = "argv", x = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, type: "string" }, j = { [u]: true, default: false, type: "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
6
+ const _data = {
7
+ version: "1.0",
8
+ parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i },
9
+ rules: [
10
+ {
11
+ conditions: [{ [v]: b, [w]: [k] }],
12
+ rules: [
13
+ { conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d },
14
+ { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d },
15
+ { endpoint: { url: k, properties: n, headers: n }, type: e },
16
+ ],
17
+ type: f,
18
+ },
19
+ {
20
+ conditions: [{ [v]: b, [w]: t }],
21
+ rules: [
22
+ {
23
+ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }],
24
+ rules: [
25
+ {
26
+ conditions: [l, m],
27
+ rules: [
28
+ {
29
+ conditions: [{ [v]: c, [w]: [a, o] }, q],
30
+ rules: [
31
+ {
32
+ endpoint: {
33
+ url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
34
+ properties: n,
35
+ headers: n,
36
+ },
37
+ type: e,
38
+ },
39
+ ],
40
+ type: f,
41
+ },
42
+ { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d },
43
+ ],
44
+ type: f,
45
+ },
46
+ {
47
+ conditions: r,
48
+ rules: [
49
+ {
50
+ conditions: [{ [v]: c, [w]: [o, a] }],
51
+ rules: [
52
+ {
53
+ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }],
54
+ endpoint: { url: "https://oidc.{Region}.amazonaws.com", properties: n, headers: n },
55
+ type: e,
56
+ },
57
+ {
58
+ endpoint: {
59
+ url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",
60
+ properties: n,
61
+ headers: n,
62
+ },
63
+ type: e,
64
+ },
65
+ ],
66
+ type: f,
67
+ },
68
+ { error: "FIPS is enabled but this partition does not support FIPS", type: d },
69
+ ],
70
+ type: f,
71
+ },
72
+ {
73
+ conditions: s,
74
+ rules: [
75
+ {
76
+ conditions: [q],
77
+ rules: [
78
+ {
79
+ endpoint: {
80
+ url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",
81
+ properties: n,
82
+ headers: n,
83
+ },
84
+ type: e,
85
+ },
86
+ ],
87
+ type: f,
88
+ },
89
+ { error: "DualStack is enabled but this partition does not support DualStack", type: d },
90
+ ],
91
+ type: f,
92
+ },
93
+ {
94
+ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n },
95
+ type: e,
96
+ },
97
+ ],
98
+ type: f,
99
+ },
100
+ ],
101
+ type: f,
102
+ },
103
+ { error: "Invalid Configuration: Missing Region", type: d },
104
+ ],
105
+ };
7
106
  exports.ruleSet = _data;
@@ -142,32 +142,31 @@ const InvalidRequestExceptionReason = {
142
142
  KMS_KEY_NOT_FOUND: "KMS_NotFoundException",
143
143
  };
144
144
 
145
- Object.defineProperty(exports, "$Command", {
146
- enumerable: true,
147
- get: function () { return smithyClient.Command; }
148
- });
149
- Object.defineProperty(exports, "__Client", {
150
- enumerable: true,
151
- get: function () { return smithyClient.Client; }
152
- });
153
- Object.defineProperty(exports, "SSOOIDCServiceException", {
154
- enumerable: true,
155
- get: function () { return SSOOIDCServiceException.SSOOIDCServiceException; }
156
- });
145
+ exports.$Command = smithyClient.Command;
146
+ exports.__Client = smithyClient.Client;
147
+ exports.SSOOIDCServiceException = SSOOIDCServiceException.SSOOIDCServiceException;
157
148
  exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
158
149
  exports.CreateTokenCommand = CreateTokenCommand;
159
150
  exports.InvalidRequestExceptionReason = InvalidRequestExceptionReason;
160
151
  exports.SSOOIDC = SSOOIDC;
161
152
  exports.SSOOIDCClient = SSOOIDCClient;
162
- Object.keys(schemas_0).forEach(function (k) {
163
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
153
+ Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
154
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
155
+ Object.defineProperty(exports, '__proto__', {
164
156
  enumerable: true,
165
- get: function () { return schemas_0[k]; }
157
+ value: schemas_0['__proto__']
166
158
  });
159
+
160
+ Object.keys(schemas_0).forEach(function (k) {
161
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
167
162
  });
168
- Object.keys(errors).forEach(function (k) {
169
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
163
+ Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
164
+ !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
165
+ Object.defineProperty(exports, '__proto__', {
170
166
  enumerable: true,
171
- get: function () { return errors[k]; }
167
+ value: errors['__proto__']
172
168
  });
169
+
170
+ Object.keys(errors).forEach(function (k) {
171
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
173
172
  });