@jjrawlins/cdk-iam-policy-builder-helper 0.0.78 → 0.0.80

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 (1243) hide show
  1. package/.jsii +4 -4
  2. package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/go.mod +3 -3
  3. package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/jsii/jsii.go +2 -2
  4. package/cdkiampolicybuilderhelper/version +1 -0
  5. package/lib/constructs/Actions.d.ts +33 -0
  6. package/lib/constructs/Actions.js +34 -1
  7. package/lib/constructs/ManagedPolicies.d.ts +4 -0
  8. package/lib/constructs/ManagedPolicies.js +5 -1
  9. package/methods_list.txt +33 -0
  10. package/node_modules/@aws-sdk/client-iam/README.md +8 -0
  11. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +243 -73
  12. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +2 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +22 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +1 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +4 -26
  16. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +26 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +195 -49
  18. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +7 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +3 -2
  20. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +114 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -2
  23. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +116 -295
  25. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +296 -1
  26. package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +9 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +17 -0
  28. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +6 -0
  29. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateDelegationRequestCommand.d.ts +51 -0
  30. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +4 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +30 -44
  34. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +45 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  36. package/node_modules/@aws-sdk/client-iam/package.json +5 -5
  37. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  38. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  39. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  40. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  41. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  42. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  43. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  44. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
  45. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  46. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  47. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  48. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
  49. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  54. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  55. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
  56. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  58. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  59. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  60. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  61. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  62. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  63. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  64. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  65. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  66. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  67. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  68. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  69. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  70. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  71. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  72. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  73. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  74. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  75. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  76. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  77. package/node_modules/@aws-sdk/core/package.json +1 -1
  78. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  79. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  80. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  81. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  82. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  83. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  84. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  87. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  90. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  91. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  110. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  111. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  112. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  113. package/node_modules/@smithy/abort-controller/package.json +2 -2
  114. package/node_modules/@smithy/config-resolver/package.json +5 -5
  115. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  116. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  117. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  118. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  119. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  120. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  121. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  122. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  123. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  124. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  125. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  126. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  127. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  128. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  129. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  130. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  131. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  132. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  133. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  134. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  135. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  136. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  137. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  138. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  139. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  140. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  141. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  142. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  143. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  144. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  145. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  146. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  147. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  148. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  149. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  150. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  151. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  152. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  153. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  154. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  155. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  156. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  157. package/node_modules/@smithy/core/package.json +7 -7
  158. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  159. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  160. package/node_modules/@smithy/hash-node/package.json +2 -2
  161. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  162. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  163. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  164. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  165. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  166. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  167. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  168. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  169. package/node_modules/@smithy/property-provider/package.json +2 -2
  170. package/node_modules/@smithy/protocol-http/package.json +2 -2
  171. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  172. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  173. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  174. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  175. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  176. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  177. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  178. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  179. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  180. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  181. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  182. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  183. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  184. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  185. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  186. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  187. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  188. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  189. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  190. package/node_modules/@smithy/signature-v4/package.json +4 -4
  191. package/node_modules/@smithy/smithy-client/package.json +7 -7
  192. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  193. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  194. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  195. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  196. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  197. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  198. package/node_modules/@smithy/types/package.json +1 -1
  199. package/node_modules/@smithy/url-parser/package.json +3 -3
  200. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  201. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  202. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  203. package/node_modules/@smithy/util-middleware/package.json +2 -2
  204. package/node_modules/@smithy/util-retry/package.json +3 -3
  205. package/node_modules/@smithy/util-stream/package.json +4 -4
  206. package/node_modules/@smithy/util-waiter/package.json +3 -3
  207. package/package.json +4 -4
  208. package/cdk-iam-policy-builder-helper/version +0 -1
  209. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/LICENSE +0 -201
  210. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/README.md +0 -4
  211. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -22
  212. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  213. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  214. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  215. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  216. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  217. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  218. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  219. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  220. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  221. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  222. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  223. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  224. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  225. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  226. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/feature-ids.js +0 -1
  227. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/function.js +0 -1
  228. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  229. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  230. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  231. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  232. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  233. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  234. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  235. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/index.js +0 -34
  236. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  237. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  238. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  239. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  240. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  241. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  242. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  243. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  244. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  245. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  246. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  247. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  248. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  249. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  250. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  251. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  252. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  253. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  254. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  255. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  256. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  257. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  258. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  259. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -50
  260. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  261. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  262. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  263. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  264. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  265. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  266. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -65
  267. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/function.d.ts +0 -7
  268. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  269. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  270. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -60
  271. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  272. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  273. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -11
  274. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  275. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -34
  276. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  277. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  278. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  279. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  280. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  281. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  282. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  283. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  284. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  285. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  286. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  287. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  288. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  289. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  290. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  291. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  292. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  293. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  294. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  295. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  296. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  297. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  298. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  299. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  300. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  301. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  302. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  303. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -58
  304. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +0 -7
  305. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  306. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  307. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -30
  308. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  309. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  310. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -6
  311. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  312. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -34
  313. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  314. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  315. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  316. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  317. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  318. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  319. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  320. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  321. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  322. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  323. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  324. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  325. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  326. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  327. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  328. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  329. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  330. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  331. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  332. package/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/package.json +0 -57
  333. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/LICENSE +0 -201
  334. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/README.md +0 -115
  335. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-cjs/index.js +0 -91
  336. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  337. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/abort.js +0 -1
  338. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  339. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  340. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  341. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  342. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  343. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  344. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  345. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  346. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  347. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/client.js +0 -1
  348. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/command.js +0 -1
  349. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  350. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  351. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  352. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  353. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  354. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  355. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/encode.js +0 -1
  356. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  357. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  358. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  359. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  360. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  361. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  362. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  363. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  364. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  365. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  366. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  367. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  368. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  369. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  370. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  371. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  372. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/http.js +0 -5
  373. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  374. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  375. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  376. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  377. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  378. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/index.js +0 -42
  379. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/logger.js +0 -1
  380. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  381. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  382. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/profile.js +0 -6
  383. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/response.js +0 -1
  384. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/retry.js +0 -1
  385. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +0 -1
  386. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  387. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  388. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/schema/static-schemas.js +0 -1
  389. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  390. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/serde.js +0 -1
  391. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  392. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/signature.js +0 -1
  393. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/stream.js +0 -1
  394. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  395. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  396. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  397. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  398. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  399. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  400. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  401. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  402. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  403. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  404. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/uri.js +0 -1
  405. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/util.js +0 -1
  406. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  407. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  408. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  409. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  410. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  411. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  412. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  413. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  414. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  415. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  416. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
  417. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  418. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  419. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  420. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
  421. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  422. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  423. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  424. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  425. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  426. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  427. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  428. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  429. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  430. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  431. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  432. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  433. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  434. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  435. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  436. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  437. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  438. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  439. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  440. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  441. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  442. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
  443. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
  444. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  445. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  446. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  447. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  448. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  449. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/index.d.ts +0 -42
  450. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  451. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  452. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  453. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  454. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  455. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  456. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -136
  457. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -230
  458. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  459. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -82
  460. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  461. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  462. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  463. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  464. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  465. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  466. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  467. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  468. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
  469. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  470. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
  471. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  472. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  473. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  474. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  475. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  476. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  477. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  478. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  479. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  480. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  481. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  482. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  483. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  484. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  485. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  486. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  487. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  488. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  489. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  490. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  491. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  492. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  493. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  494. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  495. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  496. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  497. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  498. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  499. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  500. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  501. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  502. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  503. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  504. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  505. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  506. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  507. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  508. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  509. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  510. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  511. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  512. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  513. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  514. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  515. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  516. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  517. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -42
  518. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  519. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  520. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  521. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  522. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  523. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  524. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -142
  525. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -245
  526. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  527. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -101
  528. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  529. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  530. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  531. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  532. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  533. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  534. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  535. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  536. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  537. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  538. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  539. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  540. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  541. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  542. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  543. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  544. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  545. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  546. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  547. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  548. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  549. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/package.json +0 -61
  550. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/LICENSE +0 -201
  551. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/README.md +0 -4
  552. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -22
  553. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  554. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  555. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  556. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  557. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  558. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  559. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  560. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  561. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  562. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  563. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  564. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  565. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  566. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  567. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/feature-ids.js +0 -1
  568. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/function.js +0 -1
  569. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  570. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  571. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  572. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  573. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  574. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  575. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  576. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/index.js +0 -34
  577. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  578. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  579. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  580. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  581. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  582. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  583. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  584. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  585. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  586. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  587. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  588. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  589. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  590. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  591. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  592. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  593. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  594. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  595. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  596. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  597. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  598. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  599. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  600. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -50
  601. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  602. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  603. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  604. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  605. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  606. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  607. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -65
  608. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/function.d.ts +0 -7
  609. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  610. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  611. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -60
  612. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  613. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  614. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -11
  615. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  616. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -34
  617. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  618. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  619. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  620. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  621. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  622. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  623. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  624. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  625. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  626. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  627. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  628. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  629. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  630. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  631. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  632. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  633. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  634. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  635. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  636. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  637. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  638. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  639. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  640. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  641. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  642. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  643. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  644. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -58
  645. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +0 -7
  646. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  647. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  648. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -30
  649. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  650. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  651. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -6
  652. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  653. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -34
  654. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  655. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  656. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  657. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  658. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  659. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  660. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  661. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  662. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  663. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  664. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  665. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  666. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  667. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  668. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  669. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  670. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  671. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  672. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  673. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/package.json +0 -57
  674. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/LICENSE +0 -201
  675. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/README.md +0 -115
  676. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-cjs/index.js +0 -91
  677. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  678. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort.js +0 -1
  679. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  680. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  681. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  682. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  683. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  684. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  685. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  686. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  687. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  688. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/client.js +0 -1
  689. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/command.js +0 -1
  690. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  691. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  692. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  693. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  694. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  695. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  696. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/encode.js +0 -1
  697. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  698. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  699. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  700. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  701. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  702. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  703. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  704. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  705. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  706. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  707. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  708. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  709. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  710. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  711. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  712. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  713. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http.js +0 -5
  714. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  715. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  716. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  717. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  718. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  719. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/index.js +0 -42
  720. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/logger.js +0 -1
  721. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  722. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  723. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/profile.js +0 -6
  724. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/response.js +0 -1
  725. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/retry.js +0 -1
  726. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +0 -1
  727. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  728. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  729. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/static-schemas.js +0 -1
  730. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  731. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/serde.js +0 -1
  732. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  733. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/signature.js +0 -1
  734. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/stream.js +0 -1
  735. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  736. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  737. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  738. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  739. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  740. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  741. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  742. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  743. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  744. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  745. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/uri.js +0 -1
  746. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/util.js +0 -1
  747. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  748. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  749. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  750. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  751. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  752. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  753. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  754. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  755. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  756. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  757. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
  758. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  759. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  760. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  761. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
  762. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  763. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  764. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  765. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  766. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  767. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  768. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  769. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  770. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  771. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  772. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  773. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  774. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  775. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  776. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  777. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  778. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  779. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  780. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  781. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  782. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  783. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
  784. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
  785. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  786. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  787. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  788. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  789. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  790. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/index.d.ts +0 -42
  791. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  792. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  793. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  794. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  795. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  796. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  797. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -136
  798. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -230
  799. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  800. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -82
  801. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  802. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  803. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  804. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  805. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  806. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  807. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  808. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  809. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
  810. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  811. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
  812. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  813. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  814. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  815. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  816. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  817. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  818. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  819. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  820. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  821. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  822. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  823. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  824. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  825. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  826. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  827. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  828. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  829. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  830. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  831. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  832. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  833. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  834. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  835. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  836. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  837. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  838. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  839. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  840. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  841. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  842. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  843. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  844. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  845. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  846. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  847. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  848. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  849. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  850. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  851. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  852. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  853. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  854. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  855. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  856. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  857. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  858. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -42
  859. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  860. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  861. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  862. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  863. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  864. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  865. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -142
  866. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -245
  867. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  868. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -101
  869. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  870. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  871. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  872. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  873. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  874. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  875. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  876. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  877. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  878. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  879. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  880. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  881. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  882. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  883. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  884. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  885. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  886. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  887. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  888. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  889. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  890. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/package.json +0 -61
  891. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/LICENSE +0 -201
  892. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/README.md +0 -4
  893. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -22
  894. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  895. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  896. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  897. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  898. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  899. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  900. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  901. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  902. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  903. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  904. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  905. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  906. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  907. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  908. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/feature-ids.js +0 -1
  909. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/function.js +0 -1
  910. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  911. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  912. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  913. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  914. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  915. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  916. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  917. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/index.js +0 -34
  918. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  919. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  920. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  921. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  922. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  923. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  924. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  925. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  926. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  927. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  928. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  929. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  930. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  931. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  932. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  933. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  934. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  935. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  936. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  937. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  938. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  939. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  940. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  941. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -50
  942. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  943. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  944. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  945. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  946. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  947. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  948. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -65
  949. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/function.d.ts +0 -7
  950. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  951. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  952. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -60
  953. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  954. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  955. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -11
  956. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  957. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -34
  958. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  959. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  960. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  961. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  962. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  963. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  964. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  965. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  966. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  967. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  968. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  969. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  970. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  971. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  972. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  973. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  974. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  975. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  976. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  977. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  978. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -13
  979. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  980. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  981. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  982. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  983. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  984. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  985. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -58
  986. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +0 -7
  987. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  988. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  989. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -30
  990. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  991. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  992. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -6
  993. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  994. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -34
  995. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  996. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  997. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  998. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  999. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  1000. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  1001. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  1002. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  1003. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  1004. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  1005. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  1006. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  1007. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  1008. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  1009. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  1010. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  1011. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  1012. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  1013. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  1014. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/package.json +0 -57
  1015. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/LICENSE +0 -201
  1016. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/README.md +0 -115
  1017. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-cjs/index.js +0 -91
  1018. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  1019. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort.js +0 -1
  1020. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  1021. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  1022. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  1023. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  1024. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  1025. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  1026. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  1027. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  1028. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  1029. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/client.js +0 -1
  1030. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/command.js +0 -1
  1031. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  1032. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  1033. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  1034. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  1035. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  1036. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  1037. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/encode.js +0 -1
  1038. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  1039. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  1040. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  1041. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  1042. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  1043. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  1044. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  1045. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  1046. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
  1047. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
  1048. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  1049. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  1050. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  1051. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  1052. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  1053. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  1054. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http.js +0 -5
  1055. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  1056. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  1057. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  1058. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  1059. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  1060. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/index.js +0 -42
  1061. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/logger.js +0 -1
  1062. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  1063. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  1064. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/profile.js +0 -6
  1065. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/response.js +0 -1
  1066. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/retry.js +0 -1
  1067. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +0 -1
  1068. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
  1069. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
  1070. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/static-schemas.js +0 -1
  1071. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
  1072. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/serde.js +0 -1
  1073. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  1074. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/signature.js +0 -1
  1075. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/stream.js +0 -1
  1076. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  1077. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  1078. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  1079. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  1080. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  1081. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  1082. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  1083. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
  1084. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  1085. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  1086. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/uri.js +0 -1
  1087. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/util.js +0 -1
  1088. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  1089. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  1090. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  1091. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  1092. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  1093. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1094. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  1095. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  1096. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  1097. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  1098. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -40
  1099. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  1100. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
  1101. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
  1102. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -10
  1103. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  1104. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
  1105. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
  1106. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  1107. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  1108. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
  1109. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  1110. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
  1111. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
  1112. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
  1113. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
  1114. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  1115. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
  1116. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
  1117. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
  1118. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  1119. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1120. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  1121. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  1122. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  1123. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  1124. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -128
  1125. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http.d.ts +0 -112
  1126. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  1127. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  1128. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  1129. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  1130. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  1131. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/index.d.ts +0 -42
  1132. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  1133. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  1134. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
  1135. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  1136. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  1137. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  1138. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -136
  1139. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -230
  1140. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
  1141. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -82
  1142. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
  1143. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
  1144. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  1145. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  1146. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  1147. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  1148. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  1149. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  1150. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -41
  1151. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  1152. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -77
  1153. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  1154. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
  1155. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  1156. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  1157. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  1158. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  1159. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  1160. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  1161. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1162. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  1163. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  1164. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  1165. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  1166. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  1167. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  1168. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  1169. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  1170. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  1171. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1172. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  1173. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  1174. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  1175. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  1176. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  1177. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  1178. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  1179. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  1180. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  1181. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  1182. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  1183. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  1184. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  1185. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  1186. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  1187. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1188. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  1189. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1190. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  1191. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  1192. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  1193. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  1194. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  1195. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  1196. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  1197. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  1198. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  1199. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -42
  1200. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  1201. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  1202. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  1203. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  1204. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  1205. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  1206. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -142
  1207. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -245
  1208. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  1209. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -101
  1210. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  1211. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  1212. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  1213. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  1214. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  1215. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  1216. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  1217. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  1218. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  1219. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  1220. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  1221. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  1222. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  1223. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  1224. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  1225. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  1226. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  1227. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  1228. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  1229. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  1230. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  1231. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/package.json +0 -61
  1232. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  1233. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1234. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1235. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  1236. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1238. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  1239. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  1240. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  1241. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
  1242. /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/LICENSE +0 -0
  1243. /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/README.md +0 -0
@@ -42,6 +42,10 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
42
42
  }
43
43
  )[];
44
44
  logger: import("@smithy/types").Logger;
45
+ protocol: import("@smithy/types").ClientProtocol<
46
+ import("@smithy/types").HttpRequest,
47
+ import("@smithy/types").HttpResponse
48
+ >;
45
49
  serviceId: string;
46
50
  urlParser: import("@smithy/types").UrlParser;
47
51
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,32 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticSimpleSchema,
6
+ StaticStructureSchema,
7
+ } from "@smithy/types";
8
+ export declare var AccessTokenType: StaticSimpleSchema;
9
+ export declare var SecretAccessKeyType: StaticSimpleSchema;
10
+ export declare var SessionTokenType: StaticSimpleSchema;
11
+ export declare var AccountInfo: StaticStructureSchema;
12
+ export declare var GetRoleCredentialsRequest: StaticStructureSchema;
13
+ export declare var GetRoleCredentialsResponse: StaticStructureSchema;
14
+ export declare var InvalidRequestException: StaticErrorSchema;
15
+ export declare var ListAccountRolesRequest: StaticStructureSchema;
16
+ export declare var ListAccountRolesResponse: StaticStructureSchema;
17
+ export declare var ListAccountsRequest: StaticStructureSchema;
18
+ export declare var ListAccountsResponse: StaticStructureSchema;
19
+ export declare var LogoutRequest: StaticStructureSchema;
20
+ export declare var ResourceNotFoundException: StaticErrorSchema;
21
+ export declare var RoleCredentials: StaticStructureSchema;
22
+ export declare var RoleInfo: StaticStructureSchema;
23
+ export declare var TooManyRequestsException: StaticErrorSchema;
24
+ export declare var UnauthorizedException: StaticErrorSchema;
25
+ export declare var __Unit: "unit";
26
+ export declare var SSOServiceException: StaticErrorSchema;
27
+ export declare var AccountListType: StaticListSchema;
28
+ export declare var RoleListType: StaticListSchema;
29
+ export declare var GetRoleCredentials: StaticOperationSchema;
30
+ export declare var ListAccountRoles: StaticOperationSchema;
31
+ export declare var ListAccounts: StaticOperationSchema;
32
+ export declare var Logout: StaticOperationSchema;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.927.0",
23
+ "@aws-sdk/core": "3.928.0",
24
24
  "@aws-sdk/middleware-host-header": "3.922.0",
25
25
  "@aws-sdk/middleware-logger": "3.922.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
27
- "@aws-sdk/middleware-user-agent": "3.927.0",
27
+ "@aws-sdk/middleware-user-agent": "3.928.0",
28
28
  "@aws-sdk/region-config-resolver": "3.925.0",
29
29
  "@aws-sdk/types": "3.922.0",
30
30
  "@aws-sdk/util-endpoints": "3.922.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.922.0",
32
- "@aws-sdk/util-user-agent-node": "3.927.0",
32
+ "@aws-sdk/util-user-agent-node": "3.928.0",
33
33
  "@smithy/config-resolver": "^4.4.2",
34
34
  "@smithy/core": "^3.17.2",
35
35
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -3,7 +3,7 @@ import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse
3
3
  /**
4
4
  * Extends the Smithy implementation to add AwsQueryCompatibility support.
5
5
  *
6
- * @alpha
6
+ * @public
7
7
  */
8
8
  export declare class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
9
9
  private readonly awsQueryCompatible;
@@ -1,6 +1,6 @@
1
1
  import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
2
2
  /**
3
- * @alpha
3
+ * @public
4
4
  * @see https://smithy.io/2.0/aws/protocols/aws-json-1_1-protocol.html#differences-between-awsjson1-0-and-awsjson1-1
5
5
  */
6
6
  export declare class AwsJson1_0Protocol extends AwsJsonRpcProtocol {
@@ -1,6 +1,6 @@
1
1
  import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
2
2
  /**
3
- * @alpha
3
+ * @public
4
4
  * @see https://smithy.io/2.0/aws/protocols/aws-json-1_1-protocol.html#differences-between-awsjson1-0-and-awsjson1-1
5
5
  */
6
6
  export declare class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
@@ -2,7 +2,7 @@ import { RpcProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { JsonCodec } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
8
8
  protected serializer: ShapeSerializer<string | Uint8Array>;
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { JsonCodec } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
8
8
  protected serializer: ShapeSerializer<string | Uint8Array>;
@@ -3,7 +3,7 @@ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { JsonShapeDeserializer } from "./JsonShapeDeserializer";
4
4
  import { JsonShapeSerializer } from "./JsonShapeSerializer";
5
5
  /**
6
- * @alpha
6
+ * @public
7
7
  */
8
8
  export type JsonSettings = CodecSettings & {
9
9
  jsonName: boolean;
@@ -2,7 +2,7 @@ import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { JsonSettings } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class JsonShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<string> {
8
8
  readonly settings: JsonSettings;
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { JsonSettings } from "./JsonCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class JsonShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string> {
8
8
  readonly settings: JsonSettings;
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#browser_compatibility
8
8
  *
9
- * @alpha
9
+ * @internal
10
10
  *
11
11
  * @returns transformed value.
12
12
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsQueryProtocol } from "./AwsQueryProtocol";
2
2
  /**
3
- * @alpha
3
+ * @public
4
4
  */
5
5
  export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
6
6
  options: {
@@ -3,7 +3,7 @@ import type { Codec, EndpointBearer, HandlerExecutionContext, HttpRequest, HttpR
3
3
  import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
4
4
  import { QueryShapeSerializer } from "./QueryShapeSerializer";
5
5
  /**
6
- * @alpha
6
+ * @public
7
7
  */
8
8
  export declare class AwsQueryProtocol extends RpcProtocol {
9
9
  options: {
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { QuerySerializerSettings } from "./QuerySerializerSettings";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class QueryShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
8
  readonly settings: QuerySerializerSettings;
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
2
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { XmlCodec } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
8
8
  private readonly codec;
@@ -2,7 +2,7 @@ import type { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import type { XmlSettings } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class XmlShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<Uint8Array | string> {
8
8
  readonly settings: XmlSettings;
@@ -2,7 +2,7 @@ import type { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
3
  import { XmlSettings } from "./XmlCodec";
4
4
  /**
5
- * @alpha
5
+ * @public
6
6
  */
7
7
  export declare class XmlShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
8
  readonly settings: XmlSettings;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.927.0",
29
+ "@aws-sdk/core": "3.928.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@smithy/property-provider": "^4.2.4",
32
32
  "@smithy/types": "^4.8.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.927.0",
31
+ "@aws-sdk/core": "3.928.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@smithy/fetch-http-handler": "^5.3.5",
34
34
  "@smithy/node-http-handler": "^4.4.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.927.0",
3
+ "version": "3.929.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.927.0",
32
- "@aws-sdk/credential-provider-env": "3.927.0",
33
- "@aws-sdk/credential-provider-http": "3.927.0",
34
- "@aws-sdk/credential-provider-process": "3.927.0",
35
- "@aws-sdk/credential-provider-sso": "3.927.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.927.0",
37
- "@aws-sdk/nested-clients": "3.927.0",
31
+ "@aws-sdk/core": "3.928.0",
32
+ "@aws-sdk/credential-provider-env": "3.928.0",
33
+ "@aws-sdk/credential-provider-http": "3.928.0",
34
+ "@aws-sdk/credential-provider-process": "3.928.0",
35
+ "@aws-sdk/credential-provider-sso": "3.929.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.929.0",
37
+ "@aws-sdk/nested-clients": "3.929.0",
38
38
  "@aws-sdk/types": "3.922.0",
39
39
  "@smithy/credential-provider-imds": "^4.2.4",
40
40
  "@smithy/property-provider": "^4.2.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.927.0",
3
+ "version": "3.929.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "3.927.0",
35
- "@aws-sdk/credential-provider-http": "3.927.0",
36
- "@aws-sdk/credential-provider-ini": "3.927.0",
37
- "@aws-sdk/credential-provider-process": "3.927.0",
38
- "@aws-sdk/credential-provider-sso": "3.927.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.927.0",
34
+ "@aws-sdk/credential-provider-env": "3.928.0",
35
+ "@aws-sdk/credential-provider-http": "3.928.0",
36
+ "@aws-sdk/credential-provider-ini": "3.929.0",
37
+ "@aws-sdk/credential-provider-process": "3.928.0",
38
+ "@aws-sdk/credential-provider-sso": "3.929.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.929.0",
40
40
  "@aws-sdk/types": "3.922.0",
41
41
  "@smithy/credential-provider-imds": "^4.2.4",
42
42
  "@smithy/property-provider": "^4.2.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.927.0",
29
+ "@aws-sdk/core": "3.928.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@smithy/property-provider": "^4.2.4",
32
32
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.927.0",
3
+ "version": "3.929.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/client-sso": "3.927.0",
30
- "@aws-sdk/core": "3.927.0",
31
- "@aws-sdk/token-providers": "3.927.0",
29
+ "@aws-sdk/client-sso": "3.929.0",
30
+ "@aws-sdk/core": "3.928.0",
31
+ "@aws-sdk/token-providers": "3.929.0",
32
32
  "@aws-sdk/types": "3.922.0",
33
33
  "@smithy/property-provider": "^4.2.4",
34
34
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.927.0",
3
+ "version": "3.929.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "3.927.0",
38
- "@aws-sdk/nested-clients": "3.927.0",
37
+ "@aws-sdk/core": "3.928.0",
38
+ "@aws-sdk/nested-clients": "3.929.0",
39
39
  "@aws-sdk/types": "3.922.0",
40
40
  "@smithy/property-provider": "^4.2.4",
41
41
  "@smithy/shared-ini-file-loader": "^4.3.4",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.927.0",
3
+ "version": "3.928.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.927.0",
28
+ "@aws-sdk/core": "3.928.0",
29
29
  "@aws-sdk/types": "3.922.0",
30
30
  "@aws-sdk/util-endpoints": "3.922.0",
31
31
  "@smithy/core": "^3.17.2",