@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
@@ -1,40 +0,0 @@
1
- /**
2
- * @public
3
- */
4
- export interface ResponseMetadata {
5
- /**
6
- * The status code of the last HTTP response received for this operation.
7
- */
8
- httpStatusCode?: number;
9
- /**
10
- * A unique identifier for the last request sent for this operation. Often
11
- * requested by AWS service teams to aid in debugging.
12
- */
13
- requestId?: string;
14
- /**
15
- * A secondary identifier for the last request sent. Used for debugging.
16
- */
17
- extendedRequestId?: string;
18
- /**
19
- * A tertiary identifier for the last request sent. Used for debugging.
20
- */
21
- cfId?: string;
22
- /**
23
- * The number of times this operation was attempted.
24
- */
25
- attempts?: number;
26
- /**
27
- * The total amount of time (in milliseconds) that was spent waiting between
28
- * retry attempts.
29
- */
30
- totalRetryDelay?: number;
31
- }
32
- /**
33
- * @public
34
- */
35
- export interface MetadataBearer {
36
- /**
37
- * Metadata pertaining to this request.
38
- */
39
- $metadata: ResponseMetadata;
40
- }
@@ -1,133 +0,0 @@
1
- import type { SdkError } from "./shapes";
2
- /**
3
- * @public
4
- */
5
- export type RetryErrorType =
6
- /**
7
- * This is a connection level error such as a socket timeout, socket connect
8
- * error, tls negotiation timeout etc...
9
- * Typically these should never be applied for non-idempotent request types
10
- * since in this scenario, it's impossible to know whether the operation had
11
- * a side effect on the server.
12
- */
13
- "TRANSIENT"
14
- /**
15
- * This is an error where the server explicitly told the client to back off,
16
- * such as a 429 or 503 Http error.
17
- */
18
- | "THROTTLING"
19
- /**
20
- * This is a server error that isn't explicitly throttling but is considered
21
- * by the client to be something that should be retried.
22
- */
23
- | "SERVER_ERROR"
24
- /**
25
- * Doesn't count against any budgets. This could be something like a 401
26
- * challenge in Http.
27
- */
28
- | "CLIENT_ERROR";
29
- /**
30
- * @public
31
- */
32
- export interface RetryErrorInfo {
33
- /**
34
- * The error thrown during the initial request, if available.
35
- */
36
- error?: SdkError;
37
- errorType: RetryErrorType;
38
- /**
39
- * Protocol hint. This could come from Http's 'retry-after' header or
40
- * something from MQTT or any other protocol that has the ability to convey
41
- * retry info from a peer.
42
- *
43
- * The Date after which a retry should be attempted.
44
- */
45
- retryAfterHint?: Date;
46
- }
47
- /**
48
- * @public
49
- */
50
- export interface RetryBackoffStrategy {
51
- /**
52
- * @returns the number of milliseconds to wait before retrying an action.
53
- */
54
- computeNextBackoffDelay(retryAttempt: number): number;
55
- }
56
- /**
57
- * @public
58
- */
59
- export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy {
60
- /**
61
- * Sets the delayBase used to compute backoff delays.
62
- * @param delayBase -
63
- */
64
- setDelayBase(delayBase: number): void;
65
- }
66
- /**
67
- * @public
68
- */
69
- export interface RetryStrategyOptions {
70
- backoffStrategy: RetryBackoffStrategy;
71
- maxRetriesBase: number;
72
- }
73
- /**
74
- * @public
75
- */
76
- export interface RetryToken {
77
- /**
78
- * @returns the current count of retry.
79
- */
80
- getRetryCount(): number;
81
- /**
82
- * @returns the number of milliseconds to wait before retrying an action.
83
- */
84
- getRetryDelay(): number;
85
- }
86
- /**
87
- * @public
88
- */
89
- export interface StandardRetryToken extends RetryToken {
90
- /**
91
- * @returns the cost of the last retry attempt.
92
- */
93
- getRetryCost(): number | undefined;
94
- }
95
- /**
96
- * @public
97
- */
98
- export interface RetryStrategyV2 {
99
- /**
100
- * Called before any retries (for the first call to the operation). It either
101
- * returns a retry token or an error upon the failure to acquire a token prior.
102
- *
103
- * tokenScope is arbitrary and out of scope for this component. However,
104
- * adding it here offers us a lot of future flexibility for outage detection.
105
- * For example, it could be "us-east-1" on a shared retry strategy, or
106
- * "us-west-2-c:dynamodb".
107
- */
108
- acquireInitialRetryToken(retryTokenScope: string): Promise<RetryToken>;
109
- /**
110
- * After a failed operation call, this function is invoked to refresh the
111
- * retryToken returned by acquireInitialRetryToken(). This function can
112
- * either choose to allow another retry and send a new or updated token,
113
- * or reject the retry attempt and report the error either in an exception
114
- * or returning an error.
115
- */
116
- refreshRetryTokenForRetry(tokenToRenew: RetryToken, errorInfo: RetryErrorInfo): Promise<RetryToken>;
117
- /**
118
- * Upon successful completion of the operation, this function is called
119
- * to record that the operation was successful.
120
- */
121
- recordSuccess(token: RetryToken): void;
122
- }
123
- /**
124
- * @public
125
- */
126
- export type ExponentialBackoffJitterType = "DEFAULT" | "NONE" | "FULL" | "DECORRELATED";
127
- /**
128
- * @public
129
- */
130
- export interface ExponentialBackoffStrategyOptions {
131
- jitterType: ExponentialBackoffJitterType;
132
- backoffScaleValue?: number;
133
- }
@@ -1,136 +0,0 @@
1
- import type { EndpointV2 } from "../endpoint";
2
- import type { HandlerExecutionContext } from "../middleware";
3
- import type { MetadataBearer } from "../response";
4
- import type { EndpointBearer, SerdeFunctions } from "../serde";
5
- import type { ConfigurableSerdeContext, NormalizedSchema, SchemaTraits, SimpleSchema, UnitSchema } from "./schema";
6
- import type { StaticSchema } from "./static-schemas";
7
- /**
8
- * A schema is an object or value that describes how to serialize/deserialize data.
9
- * @public
10
- * @deprecated use $Schema
11
- */
12
- export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
13
- /**
14
- * A schema "reference" is either a schema or a function that
15
- * provides a schema. This is useful for lazy loading, and to allow
16
- * code generation to define schema out of dependency order.
17
- * @public
18
- * @deprecated use $SchemaRef
19
- */
20
- export type SchemaRef = Schema | (() => Schema);
21
- /**
22
- * A schema that has traits.
23
- *
24
- * @public
25
- * @deprecated use static schema.
26
- */
27
- export interface TraitsSchema {
28
- namespace: string;
29
- name: string;
30
- traits: SchemaTraits;
31
- }
32
- /**
33
- * Indicates the schema is a member of a parent Structure schema.
34
- * It may also have a set of member traits distinct from its target shape's traits.
35
- * @public
36
- * @deprecated use $MemberSchema
37
- */
38
- export type MemberSchema = [SchemaRef, SchemaTraits];
39
- /**
40
- * Schema for the structure aggregate type.
41
- * @public
42
- * @deprecated use static schema.
43
- */
44
- export interface StructureSchema extends TraitsSchema {
45
- memberNames: string[];
46
- memberList: SchemaRef[];
47
- /**
48
- * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
49
- * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
50
- */
51
- members?: Record<string, [SchemaRef, SchemaTraits]> | undefined;
52
- }
53
- /**
54
- * Schema for the list aggregate type.
55
- * @public
56
- * @deprecated use static schema.
57
- */
58
- export interface ListSchema extends TraitsSchema {
59
- valueSchema: SchemaRef;
60
- }
61
- /**
62
- * Schema for the map aggregate type.
63
- * @public
64
- * @deprecated use static schema.
65
- */
66
- export interface MapSchema extends TraitsSchema {
67
- keySchema: SchemaRef;
68
- valueSchema: SchemaRef;
69
- }
70
- /**
71
- * Schema for an operation.
72
- * @public
73
- * @deprecated use StaticOperationSchema or $OperationSchema
74
- */
75
- export interface OperationSchema {
76
- namespace: string;
77
- name: string;
78
- traits: SchemaTraits;
79
- input: SchemaRef;
80
- output: SchemaRef;
81
- }
82
- /**
83
- * Turns a serialization into a data object.
84
- * @public
85
- * @deprecated use $ShapeDeserializer
86
- */
87
- export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
88
- /**
89
- * Optionally async.
90
- */
91
- read(schema: Schema, data: SerializationType): any | Promise<any>;
92
- }
93
- /**
94
- * Turns a data object into a serialization.
95
- * @public
96
- * @deprecated use $ShapeSerializer
97
- */
98
- export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
99
- write(schema: Schema, value: unknown): void;
100
- flush(): SerializationType;
101
- }
102
- /**
103
- * A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
104
- *
105
- * @public
106
- * @deprecated use $Codec
107
- */
108
- export interface Codec<S, D> extends ConfigurableSerdeContext {
109
- createSerializer(): ShapeSerializer<S>;
110
- createDeserializer(): ShapeDeserializer<D>;
111
- }
112
- /**
113
- * A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
114
- * @public
115
- * @deprecated use $ClientProtocol
116
- */
117
- export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
118
- /**
119
- * @returns the Smithy qualified shape id.
120
- */
121
- getShapeId(): string;
122
- getRequestType(): {
123
- new (...args: any[]): Request;
124
- };
125
- getResponseType(): {
126
- new (...args: any[]): Response;
127
- };
128
- /**
129
- * @returns the payload codec if the requests/responses have a symmetric format.
130
- * It otherwise may return null.
131
- */
132
- getPayloadCodec(): Codec<any, any>;
133
- serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
134
- updateServiceEndpoint(request: Request, endpoint: EndpointV2): Request;
135
- deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
136
- }
@@ -1,230 +0,0 @@
1
- import type { EndpointV2 } from "../endpoint";
2
- import type { HandlerExecutionContext } from "../middleware";
3
- import type { MetadataBearer } from "../response";
4
- import type { EndpointBearer, SerdeFunctions } from "../serde";
5
- import type { BigDecimalSchema, BigIntegerSchema, BlobSchema, BooleanSchema, DocumentSchema, NumericSchema, StreamingBlobSchema, StringSchema, TimestampDateTimeSchema, TimestampDefaultSchema, TimestampEpochSecondsSchema, TimestampHttpDateSchema } from "./sentinels";
6
- import type { StaticSchema } from "./static-schemas";
7
- import type { TraitBitVector } from "./traits";
8
- /**
9
- * A schema is an object or value that describes how to serialize/deserialize data.
10
- * @alpha
11
- */
12
- export type $Schema = UnitSchema | SimpleSchema | $MemberSchema | StaticSchema | NormalizedSchema;
13
- /**
14
- * Traits attached to schema objects.
15
- *
16
- * When this is a number, it refers to a pre-allocated
17
- * trait combination that is equivalent to one of the
18
- * object type's variations.
19
- *
20
- * @public
21
- */
22
- export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
23
- /**
24
- * Simple schemas are those corresponding to simple Smithy types.
25
- * @see https://smithy.io/2.0/spec/simple-types.html
26
- * @public
27
- */
28
- export type SimpleSchema = BlobSchemas | StringSchema | BooleanSchema | NumericSchema | BigIntegerSchema | BigDecimalSchema | DocumentSchema | TimestampSchemas | number;
29
- /**
30
- * Sentinel value for Timestamp schema.
31
- * "Default" means unspecified and to use the protocol serializer's default format.
32
- *
33
- * @public
34
- */
35
- export type TimestampSchemas = TimestampDefaultSchema | TimestampDateTimeSchema | TimestampHttpDateSchema | TimestampEpochSecondsSchema;
36
- /**
37
- * Sentinel values for Blob schema.
38
- * @public
39
- */
40
- export type BlobSchemas = BlobSchema | StreamingBlobSchema;
41
- /**
42
- * Signal value for the Smithy void value. Typically used for
43
- * operation input and outputs.
44
- *
45
- * @alpha
46
- */
47
- export type UnitSchema = "unit";
48
- /**
49
- * See https://smithy.io/2.0/trait-index.html for individual definitions.
50
- *
51
- * @public
52
- */
53
- export type SchemaTraitsObject = {
54
- idempotent?: 1;
55
- idempotencyToken?: 1;
56
- sensitive?: 1;
57
- sparse?: 1;
58
- /**
59
- * timestampFormat is expressed by the schema sentinel values of 4, 5, 6, and 7,
60
- * and not contained in trait objects.
61
- * @deprecated use schema value.
62
- */
63
- timestampFormat?: never;
64
- httpLabel?: 1;
65
- httpHeader?: string;
66
- httpQuery?: string;
67
- httpPrefixHeaders?: string;
68
- httpQueryParams?: 1;
69
- httpPayload?: 1;
70
- /**
71
- * [method, path, statusCode]
72
- */
73
- http?: [string, string, number];
74
- httpResponseCode?: 1;
75
- /**
76
- * [hostPrefix]
77
- */
78
- endpoint?: [string];
79
- xmlAttribute?: 1;
80
- xmlName?: string;
81
- /**
82
- * [prefix, uri]
83
- */
84
- xmlNamespace?: [string, string];
85
- xmlFlattened?: 1;
86
- jsonName?: string;
87
- mediaType?: string;
88
- error?: "client" | "server";
89
- streaming?: 1;
90
- eventHeader?: 1;
91
- eventPayload?: 1;
92
- [traitName: string]: unknown;
93
- };
94
- /**
95
- * Indicates the schema is a member of a parent Structure schema.
96
- * It may also have a set of member traits distinct from its target shape's traits.
97
- * @alpha
98
- */
99
- export type $MemberSchema = [$SchemaRef, SchemaTraits];
100
- /**
101
- * Schema for an operation.
102
- * @alpha
103
- */
104
- export interface $OperationSchema {
105
- namespace: string;
106
- name: string;
107
- traits: SchemaTraits;
108
- input: $SchemaRef;
109
- output: $SchemaRef;
110
- }
111
- /**
112
- * Normalization wrapper for various schema data objects.
113
- * @public
114
- */
115
- export interface NormalizedSchema {
116
- getSchema(): $Schema;
117
- getName(): string | undefined;
118
- isMemberSchema(): boolean;
119
- isListSchema(): boolean;
120
- isMapSchema(): boolean;
121
- isStructSchema(): boolean;
122
- isBlobSchema(): boolean;
123
- isTimestampSchema(): boolean;
124
- isStringSchema(): boolean;
125
- isBooleanSchema(): boolean;
126
- isNumericSchema(): boolean;
127
- isBigIntegerSchema(): boolean;
128
- isBigDecimalSchema(): boolean;
129
- isStreaming(): boolean;
130
- getMergedTraits(): SchemaTraitsObject;
131
- getMemberTraits(): SchemaTraitsObject;
132
- getOwnTraits(): SchemaTraitsObject;
133
- /**
134
- * For list/set/map.
135
- */
136
- getValueSchema(): NormalizedSchema;
137
- /**
138
- * For struct/union.
139
- */
140
- getMemberSchema(member: string): NormalizedSchema | undefined;
141
- structIterator(): Generator<[string, NormalizedSchema], undefined, undefined>;
142
- }
143
- /**
144
- * A schema "reference" is either a schema or a function that
145
- * provides a schema. This is useful for lazy loading, and to allow
146
- * code generation to define schema out of dependency order.
147
- * @alpha
148
- */
149
- export type $SchemaRef = $Schema | (() => $Schema);
150
- /**
151
- * A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
152
- *
153
- * @public
154
- */
155
- export interface $Codec<S, D> extends ConfigurableSerdeContext {
156
- createSerializer(): $ShapeSerializer<S>;
157
- createDeserializer(): $ShapeDeserializer<D>;
158
- }
159
- /**
160
- * Configuration for codecs. Different protocols may share codecs, but require different behaviors from them.
161
- *
162
- * @public
163
- */
164
- export type CodecSettings = {
165
- timestampFormat: {
166
- /**
167
- * Whether to use member timestamp format traits.
168
- */
169
- useTrait: boolean;
170
- /**
171
- * Default timestamp format.
172
- */
173
- default: TimestampDateTimeSchema | TimestampHttpDateSchema | TimestampEpochSecondsSchema;
174
- };
175
- /**
176
- * Whether to use HTTP binding traits.
177
- */
178
- httpBindings?: boolean;
179
- };
180
- /**
181
- * Turns a serialization into a data object.
182
- * @public
183
- */
184
- export interface $ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
185
- /**
186
- * Optionally async.
187
- */
188
- read(schema: $Schema, data: SerializationType): any | Promise<any>;
189
- }
190
- /**
191
- * Turns a data object into a serialization.
192
- * @public
193
- */
194
- export interface $ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
195
- write(schema: $Schema, value: unknown): void;
196
- flush(): SerializationType;
197
- }
198
- /**
199
- * A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
200
- * @public
201
- */
202
- export interface $ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
203
- /**
204
- * @returns the Smithy qualified shape id.
205
- */
206
- getShapeId(): string;
207
- getRequestType(): {
208
- new (...args: any[]): Request;
209
- };
210
- getResponseType(): {
211
- new (...args: any[]): Response;
212
- };
213
- /**
214
- * @returns the payload codec if the requests/responses have a symmetric format.
215
- * It otherwise may return null.
216
- */
217
- getPayloadCodec(): $Codec<any, any>;
218
- serializeRequest<Input extends object>(operationSchema: $OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
219
- updateServiceEndpoint(request: Request, endpoint: EndpointV2): Request;
220
- deserializeResponse<Output extends MetadataBearer>(operationSchema: $OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
221
- }
222
- /**
223
- * Allows a protocol, codec, or serde utility to accept the serdeContext
224
- * from a client configuration or request/response handlerExecutionContext.
225
- *
226
- * @public
227
- */
228
- export interface ConfigurableSerdeContext {
229
- setSerdeContext(serdeContext: SerdeFunctions): void;
230
- }
@@ -1,65 +0,0 @@
1
- /**
2
- * The blob Smithy type, in JS as Uint8Array and other representations
3
- * such as Buffer, string, or Readable(Stream) depending on circumstances.
4
- * @public
5
- */
6
- export type BlobSchema = 21;
7
- /**
8
- * @public
9
- */
10
- export type StreamingBlobSchema = 42;
11
- /**
12
- * @public
13
- */
14
- export type BooleanSchema = 2;
15
- /**
16
- * Includes string and enum Smithy types.
17
- * @public
18
- */
19
- export type StringSchema = 0;
20
- /**
21
- * Includes all numeric Smithy types except bigInteger and bigDecimal.
22
- * byte, short, integer, long, float, double, intEnum.
23
- *
24
- * @public
25
- */
26
- export type NumericSchema = 1;
27
- /**
28
- * @public
29
- */
30
- export type BigIntegerSchema = 17;
31
- /**
32
- * @public
33
- */
34
- export type BigDecimalSchema = 19;
35
- /**
36
- * @public
37
- */
38
- export type DocumentSchema = 15;
39
- /**
40
- * Smithy type timestamp, in JS as native Date object.
41
- * @public
42
- */
43
- export type TimestampDefaultSchema = 4;
44
- /**
45
- * @public
46
- */
47
- export type TimestampDateTimeSchema = 5;
48
- /**
49
- * @public
50
- */
51
- export type TimestampHttpDateSchema = 6;
52
- /**
53
- * @public
54
- */
55
- export type TimestampEpochSecondsSchema = 7;
56
- /**
57
- * Additional bit indicating the type is a list.
58
- * @public
59
- */
60
- export type ListSchemaModifier = 64;
61
- /**
62
- * Additional bit indicating the type is a map.
63
- * @public
64
- */
65
- export type MapSchemaModifier = 128;
@@ -1,82 +0,0 @@
1
- import type { $SchemaRef, SchemaTraits } from "../schema/schema";
2
- /**
3
- * @alpha
4
- */
5
- export type StaticSchemaIdSimple = 0;
6
- /**
7
- * @alpha
8
- */
9
- export type StaticSchemaIdList = 1;
10
- /**
11
- * @alpha
12
- */
13
- export type StaticSchemaIdMap = 2;
14
- /**
15
- * @alpha
16
- */
17
- export type StaticSchemaIdStruct = 3;
18
- /**
19
- * @alpha
20
- */
21
- export type StaticSchemaIdError = -3;
22
- /**
23
- * @alpha
24
- */
25
- export type StaticSchemaIdOperation = 9;
26
- /**
27
- * @alpha
28
- */
29
- export type StaticSchema = StaticSimpleSchema | StaticListSchema | StaticMapSchema | StaticStructureSchema | StaticErrorSchema | StaticOperationSchema;
30
- /**
31
- * @alpha
32
- */
33
- export type ShapeName = string;
34
- /**
35
- * @alpha
36
- */
37
- export type ShapeNamespace = string;
38
- /**
39
- * @alpha
40
- */
41
- export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
42
- /**
43
- * @alpha
44
- */
45
- export type StaticListSchema = [StaticSchemaIdList, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
46
- /**
47
- * @alpha
48
- */
49
- export type StaticMapSchema = [StaticSchemaIdMap, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef, $SchemaRef];
50
- /**
51
- * @alpha
52
- */
53
- export type StaticStructureSchema = [
54
- StaticSchemaIdStruct,
55
- ShapeNamespace,
56
- ShapeName,
57
- SchemaTraits,
58
- string[],
59
- $SchemaRef[]
60
- ];
61
- /**
62
- * @alpha
63
- */
64
- export type StaticErrorSchema = [
65
- StaticSchemaIdError,
66
- ShapeNamespace,
67
- ShapeName,
68
- SchemaTraits,
69
- string[],
70
- $SchemaRef[]
71
- ];
72
- /**
73
- * @alpha
74
- */
75
- export type StaticOperationSchema = [
76
- StaticSchemaIdOperation,
77
- ShapeNamespace,
78
- ShapeName,
79
- SchemaTraits,
80
- $SchemaRef,
81
- $SchemaRef
82
- ];