@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,6 +1,301 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
- import { AssertionEncryptionModeType, ContextEntry, Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0";
3
+ import { AssertionEncryptionModeType, GlobalEndpointTokenVersion, Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface SetSecurityTokenServicePreferencesRequest {
8
+ /**
9
+ * <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in
10
+ * manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid
11
+ * in all Regions. However, version 2 tokens are longer and might affect systems where you
12
+ * temporarily store tokens.</p>
13
+ * <p>For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
14
+ * deactivating STS in an Amazon Web Services Region</a> in the
15
+ * <i>IAM User Guide</i>.</p>
16
+ * @public
17
+ */
18
+ GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
19
+ }
20
+ /**
21
+ * <p>The request failed because a provided policy could not be successfully evaluated. An
22
+ * additional detailed message indicates the source of the failure.</p>
23
+ * @public
24
+ */
25
+ export declare class PolicyEvaluationException extends __BaseException {
26
+ readonly name: "PolicyEvaluationException";
27
+ readonly $fault: "server";
28
+ /**
29
+ * @internal
30
+ */
31
+ constructor(opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>);
32
+ }
33
+ /**
34
+ * @public
35
+ * @enum
36
+ */
37
+ export declare const ContextKeyTypeEnum: {
38
+ readonly BINARY: "binary";
39
+ readonly BINARY_LIST: "binaryList";
40
+ readonly BOOLEAN: "boolean";
41
+ readonly BOOLEAN_LIST: "booleanList";
42
+ readonly DATE: "date";
43
+ readonly DATE_LIST: "dateList";
44
+ readonly IP: "ip";
45
+ readonly IP_LIST: "ipList";
46
+ readonly NUMERIC: "numeric";
47
+ readonly NUMERIC_LIST: "numericList";
48
+ readonly STRING: "string";
49
+ readonly STRING_LIST: "stringList";
50
+ };
51
+ /**
52
+ * @public
53
+ */
54
+ export type ContextKeyTypeEnum = (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
55
+ /**
56
+ * <p>Contains information about a condition context key. It includes the name of the key and
57
+ * specifies the value (or values, if the context key supports multiple values) to use in the
58
+ * simulation. This information is used when evaluating the <code>Condition</code> elements of
59
+ * the input policies.</p>
60
+ * <p>This data type is used as an input parameter to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
61
+ * and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>.</p>
62
+ * @public
63
+ */
64
+ export interface ContextEntry {
65
+ /**
66
+ * <p>The full name of a condition context key, including the service prefix. For example,
67
+ * <code>aws:SourceIp</code> or <code>s3:VersionId</code>.</p>
68
+ * @public
69
+ */
70
+ ContextKeyName?: string | undefined;
71
+ /**
72
+ * <p>The value (or values, if the condition context key supports multiple values) to provide
73
+ * to the simulation when the key is referenced by a <code>Condition</code> element in an
74
+ * input policy.</p>
75
+ * @public
76
+ */
77
+ ContextKeyValues?: string[] | undefined;
78
+ /**
79
+ * <p>The data type of the value (or values) specified in the <code>ContextKeyValues</code>
80
+ * parameter.</p>
81
+ * @public
82
+ */
83
+ ContextKeyType?: ContextKeyTypeEnum | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface SimulateCustomPolicyRequest {
89
+ /**
90
+ * <p>A list of policy documents to include in the simulation. Each document is specified as
91
+ * a string containing the complete, valid JSON text of an IAM policy. Do not include any
92
+ * resource-based policies in this parameter. Any resource-based policy must be submitted
93
+ * with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down"
94
+ * policies, such as you could include in a call to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of
95
+ * the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> API operations. In other words, do not use policies designed to
96
+ * restrict what a user can do while using the temporary credentials.</p>
97
+ * <p>The maximum length of the policy document that you can pass in this operation,
98
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
99
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
100
+ * used to validate this parameter is a string of characters consisting of the following:</p>
101
+ * <ul>
102
+ * <li>
103
+ * <p>Any printable ASCII
104
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
108
+ * (through <code>\u00FF</code>)</p>
109
+ * </li>
110
+ * <li>
111
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
112
+ * carriage return (<code>\u000D</code>)</p>
113
+ * </li>
114
+ * </ul>
115
+ * @public
116
+ */
117
+ PolicyInputList: string[] | undefined;
118
+ /**
119
+ * <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
120
+ * maximum permissions that an IAM entity can have. You can input only one permissions
121
+ * boundary when you pass a policy to this operation. For more information about
122
+ * permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
123
+ * entities</a> in the <i>IAM User Guide</i>. The policy input is
124
+ * specified as a string that contains the complete, valid JSON text of a permissions
125
+ * boundary policy.</p>
126
+ * <p>The maximum length of the policy document that you can pass in this operation,
127
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
128
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
129
+ * used to validate this parameter is a string of characters consisting of the following:</p>
130
+ * <ul>
131
+ * <li>
132
+ * <p>Any printable ASCII
133
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
137
+ * (through <code>\u00FF</code>)</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
141
+ * carriage return (<code>\u000D</code>)</p>
142
+ * </li>
143
+ * </ul>
144
+ * @public
145
+ */
146
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
147
+ /**
148
+ * <p>A list of names of API operations to evaluate in the simulation. Each operation is
149
+ * evaluated against each resource. Each operation must include the service identifier,
150
+ * such as <code>iam:CreateUser</code>. This operation does not support using wildcards (*)
151
+ * in an action name.</p>
152
+ * @public
153
+ */
154
+ ActionNames: string[] | undefined;
155
+ /**
156
+ * <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
157
+ * not provided, then the value defaults to <code>*</code> (all resources). Each API in the
158
+ * <code>ActionNames</code> parameter is evaluated for each resource in this list. The
159
+ * simulation determines the access result (allowed or denied) of each combination and
160
+ * reports it in the response. You can simulate resources that don't exist in your
161
+ * account.</p>
162
+ * <p>The simulation does not automatically retrieve policies for the specified resources.
163
+ * If you want to include a resource policy in the simulation, then you must include the
164
+ * policy as a string in the <code>ResourcePolicy</code> parameter.</p>
165
+ * <p>If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the
166
+ * resources included in the simulation or you receive an invalid input error.</p>
167
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
168
+ * <note>
169
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
170
+ * </note>
171
+ * @public
172
+ */
173
+ ResourceArns?: string[] | undefined;
174
+ /**
175
+ * <p>A resource-based policy to include in the simulation provided as a string. Each
176
+ * resource in the simulation is treated as if it had this policy attached. You can include
177
+ * only one resource-based policy in a simulation.</p>
178
+ * <p>The maximum length of the policy document that you can pass in this operation,
179
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
180
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
181
+ * used to validate this parameter is a string of characters consisting of the following:</p>
182
+ * <ul>
183
+ * <li>
184
+ * <p>Any printable ASCII
185
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
186
+ * </li>
187
+ * <li>
188
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
189
+ * (through <code>\u00FF</code>)</p>
190
+ * </li>
191
+ * <li>
192
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
193
+ * carriage return (<code>\u000D</code>)</p>
194
+ * </li>
195
+ * </ul>
196
+ * <note>
197
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
198
+ * </note>
199
+ * @public
200
+ */
201
+ ResourcePolicy?: string | undefined;
202
+ /**
203
+ * <p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated
204
+ * resource that does not identify its owner in the resource ARN. Examples of resource ARNs
205
+ * include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also
206
+ * used as the account owner of any <code>ResourcePolicy</code> included in the simulation.
207
+ * If the <code>ResourceOwner</code> parameter is not specified, then the owner of the
208
+ * resources and the resource policy defaults to the account of the identity provided in
209
+ * <code>CallerArn</code>. This parameter is required only if you specify a
210
+ * resource-based policy and account that owns the resource is different from the account
211
+ * that owns the simulated calling user <code>CallerArn</code>.</p>
212
+ * <p>The ARN for an account uses the following syntax:
213
+ * <code>arn:aws:iam::<i>AWS-account-ID</i>:root</code>. For example,
214
+ * to represent the account with the 112233445566 ID, use the following ARN:
215
+ * <code>arn:aws:iam::112233445566-ID:root</code>. </p>
216
+ * @public
217
+ */
218
+ ResourceOwner?: string | undefined;
219
+ /**
220
+ * <p>The ARN of the IAM user that you want to use as the simulated caller of the API
221
+ * operations. <code>CallerArn</code> is required if you include a
222
+ * <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has
223
+ * a value to use in evaluating the policy.</p>
224
+ * <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
225
+ * assumed role, federated user, or a service principal.</p>
226
+ * @public
227
+ */
228
+ CallerArn?: string | undefined;
229
+ /**
230
+ * <p>A list of context keys and corresponding values for the simulation to use. Whenever a
231
+ * context key is evaluated in one of the simulated IAM permissions policies, the
232
+ * corresponding value is supplied.</p>
233
+ * @public
234
+ */
235
+ ContextEntries?: ContextEntry[] | undefined;
236
+ /**
237
+ * <p>Specifies the type of simulation to run. Different API operations that support
238
+ * resource-based policies require different combinations of resources. By specifying the
239
+ * type of simulation to run, you enable the policy simulator to enforce the presence of
240
+ * the required resources to ensure reliable simulation results. If your simulation does
241
+ * not match one of the following scenarios, then you can omit this parameter. The
242
+ * following list shows each of the supported scenario values and the resources that you
243
+ * must define to run the simulation.</p>
244
+ * <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
245
+ * group resources. If your scenario includes an EBS volume, then you must specify that
246
+ * volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
247
+ * network interface resource. If it includes an IP subnet, then you must specify the
248
+ * subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
249
+ * <ul>
250
+ * <li>
251
+ * <p>
252
+ * <b>EC2-VPC-InstanceStore</b>
253
+ * </p>
254
+ * <p>instance, image, security group, network interface</p>
255
+ * </li>
256
+ * <li>
257
+ * <p>
258
+ * <b>EC2-VPC-InstanceStore-Subnet</b>
259
+ * </p>
260
+ * <p>instance, image, security group, network interface, subnet</p>
261
+ * </li>
262
+ * <li>
263
+ * <p>
264
+ * <b>EC2-VPC-EBS</b>
265
+ * </p>
266
+ * <p>instance, image, security group, network interface, volume</p>
267
+ * </li>
268
+ * <li>
269
+ * <p>
270
+ * <b>EC2-VPC-EBS-Subnet</b>
271
+ * </p>
272
+ * <p>instance, image, security group, network interface, subnet, volume</p>
273
+ * </li>
274
+ * </ul>
275
+ * @public
276
+ */
277
+ ResourceHandlingOption?: string | undefined;
278
+ /**
279
+ * <p>Use this only when paginating results to indicate the
280
+ * maximum number of items you want in the response. If additional items exist beyond the maximum
281
+ * you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
282
+ * <p>If you do not include this parameter, the number of items defaults to 100. Note that
283
+ * IAM might return fewer results, even when there are more results available. In that case, the
284
+ * <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
285
+ * contains a value to include in the subsequent call that tells the service where to continue
286
+ * from.</p>
287
+ * @public
288
+ */
289
+ MaxItems?: number | undefined;
290
+ /**
291
+ * <p>Use this parameter only when paginating results and only after
292
+ * you receive a response indicating that the results are truncated. Set it to the value of the
293
+ * <code>Marker</code> element in the response that you received to indicate where the next call
294
+ * should start.</p>
295
+ * @public
296
+ */
297
+ Marker?: string | undefined;
298
+ }
4
299
  /**
5
300
  * @public
6
301
  * @enum
@@ -9,6 +9,7 @@ import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "../
9
9
  import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
10
10
  import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "../commands/CreateAccessKeyCommand";
11
11
  import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "../commands/CreateAccountAliasCommand";
12
+ import { CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput } from "../commands/CreateDelegationRequestCommand";
12
13
  import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
13
14
  import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
14
15
  import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "../commands/CreateLoginProfileCommand";
@@ -200,6 +201,10 @@ export declare const se_CreateAccessKeyCommand: (input: CreateAccessKeyCommandIn
200
201
  * serializeAws_queryCreateAccountAliasCommand
201
202
  */
202
203
  export declare const se_CreateAccountAliasCommand: (input: CreateAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_queryCreateDelegationRequestCommand
206
+ */
207
+ export declare const se_CreateDelegationRequestCommand: (input: CreateDelegationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
208
  /**
204
209
  * serializeAws_queryCreateGroupCommand
205
210
  */
@@ -856,6 +861,10 @@ export declare const de_CreateAccessKeyCommand: (output: __HttpResponse, context
856
861
  * deserializeAws_queryCreateAccountAliasCommand
857
862
  */
858
863
  export declare const de_CreateAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountAliasCommandOutput>;
864
+ /**
865
+ * deserializeAws_queryCreateDelegationRequestCommand
866
+ */
867
+ export declare const de_CreateDelegationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDelegationRequestCommandOutput>;
859
868
  /**
860
869
  * deserializeAws_queryCreateGroupCommand
861
870
  */
@@ -35,6 +35,10 @@ import {
35
35
  CreateAccountAliasCommandInput,
36
36
  CreateAccountAliasCommandOutput,
37
37
  } from "./commands/CreateAccountAliasCommand";
38
+ import {
39
+ CreateDelegationRequestCommandInput,
40
+ CreateDelegationRequestCommandOutput,
41
+ } from "./commands/CreateDelegationRequestCommand";
38
42
  import {
39
43
  CreateGroupCommandInput,
40
44
  CreateGroupCommandOutput,
@@ -781,6 +785,19 @@ export interface IAM {
781
785
  options: __HttpHandlerOptions,
782
786
  cb: (err: any, data?: CreateAccountAliasCommandOutput) => void
783
787
  ): void;
788
+ createDelegationRequest(
789
+ args: CreateDelegationRequestCommandInput,
790
+ options?: __HttpHandlerOptions
791
+ ): Promise<CreateDelegationRequestCommandOutput>;
792
+ createDelegationRequest(
793
+ args: CreateDelegationRequestCommandInput,
794
+ cb: (err: any, data?: CreateDelegationRequestCommandOutput) => void
795
+ ): void;
796
+ createDelegationRequest(
797
+ args: CreateDelegationRequestCommandInput,
798
+ options: __HttpHandlerOptions,
799
+ cb: (err: any, data?: CreateDelegationRequestCommandOutput) => void
800
+ ): void;
784
801
  createGroup(
785
802
  args: CreateGroupCommandInput,
786
803
  options?: __HttpHandlerOptions
@@ -81,6 +81,10 @@ import {
81
81
  CreateAccountAliasCommandInput,
82
82
  CreateAccountAliasCommandOutput,
83
83
  } from "./commands/CreateAccountAliasCommand";
84
+ import {
85
+ CreateDelegationRequestCommandInput,
86
+ CreateDelegationRequestCommandOutput,
87
+ } from "./commands/CreateDelegationRequestCommand";
84
88
  import {
85
89
  CreateGroupCommandInput,
86
90
  CreateGroupCommandOutput,
@@ -718,6 +722,7 @@ export type ServiceInputTypes =
718
722
  | ChangePasswordCommandInput
719
723
  | CreateAccessKeyCommandInput
720
724
  | CreateAccountAliasCommandInput
725
+ | CreateDelegationRequestCommandInput
721
726
  | CreateGroupCommandInput
722
727
  | CreateInstanceProfileCommandInput
723
728
  | CreateLoginProfileCommandInput
@@ -883,6 +888,7 @@ export type ServiceOutputTypes =
883
888
  | ChangePasswordCommandOutput
884
889
  | CreateAccessKeyCommandOutput
885
890
  | CreateAccountAliasCommandOutput
891
+ | CreateDelegationRequestCommandOutput
886
892
  | CreateGroupCommandOutput
887
893
  | CreateInstanceProfileCommandOutput
888
894
  | CreateLoginProfileCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ CreateDelegationRequestRequest,
10
+ CreateDelegationRequestResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateDelegationRequestCommandInput
15
+ extends CreateDelegationRequestRequest {}
16
+ export interface CreateDelegationRequestCommandOutput
17
+ extends CreateDelegationRequestResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateDelegationRequestCommand_base: {
20
+ new (
21
+ input: CreateDelegationRequestCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateDelegationRequestCommandInput,
24
+ CreateDelegationRequestCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateDelegationRequestCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateDelegationRequestCommandInput,
33
+ CreateDelegationRequestCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateDelegationRequestCommand extends CreateDelegationRequestCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDelegationRequestRequest;
44
+ output: CreateDelegationRequestResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDelegationRequestCommandInput;
48
+ output: CreateDelegationRequestCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
8
+ import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SetSecurityTokenServicePreferencesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SimulateCustomPolicyRequest } from "../models/models_0";
9
- import { SimulatePolicyResponse } from "../models/models_1";
8
+ import {
9
+ SimulateCustomPolicyRequest,
10
+ SimulatePolicyResponse,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface SimulateCustomPolicyCommandInput
@@ -7,6 +7,7 @@ export * from "./AttachUserPolicyCommand";
7
7
  export * from "./ChangePasswordCommand";
8
8
  export * from "./CreateAccessKeyCommand";
9
9
  export * from "./CreateAccountAliasCommand";
10
+ export * from "./CreateDelegationRequestCommand";
10
11
  export * from "./CreateGroupCommand";
11
12
  export * from "./CreateInstanceProfileCommand";
12
13
  export * from "./CreateLoginProfileCommand";
@@ -198,6 +198,36 @@ export interface CreateAccessKeyResponse {
198
198
  export interface CreateAccountAliasRequest {
199
199
  AccountAlias: string | undefined;
200
200
  }
201
+ export declare const PolicyParameterTypeEnum: {
202
+ readonly STRING: "string";
203
+ readonly STRING_LIST: "stringList";
204
+ };
205
+ export type PolicyParameterTypeEnum =
206
+ (typeof PolicyParameterTypeEnum)[keyof typeof PolicyParameterTypeEnum];
207
+ export interface PolicyParameter {
208
+ Name?: string | undefined;
209
+ Values?: string[] | undefined;
210
+ Type?: PolicyParameterTypeEnum | undefined;
211
+ }
212
+ export interface DelegationPermission {
213
+ PolicyTemplateArn?: string | undefined;
214
+ Parameters?: PolicyParameter[] | undefined;
215
+ }
216
+ export interface CreateDelegationRequestRequest {
217
+ OwnerAccountId?: string | undefined;
218
+ Description: string | undefined;
219
+ Permissions: DelegationPermission | undefined;
220
+ RequestMessage?: string | undefined;
221
+ RequestorWorkflowId: string | undefined;
222
+ RedirectUrl?: string | undefined;
223
+ NotificationChannel: string | undefined;
224
+ SessionDuration: number | undefined;
225
+ OnlySendByOwner?: boolean | undefined;
226
+ }
227
+ export interface CreateDelegationRequestResponse {
228
+ ConsoleDeepLink?: string | undefined;
229
+ DelegationRequestId?: string | undefined;
230
+ }
201
231
  export interface CreateGroupRequest {
202
232
  Path?: string | undefined;
203
233
  GroupName: string | undefined;
@@ -1592,50 +1622,6 @@ export declare const GlobalEndpointTokenVersion: {
1592
1622
  };
1593
1623
  export type GlobalEndpointTokenVersion =
1594
1624
  (typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
1595
- export interface SetSecurityTokenServicePreferencesRequest {
1596
- GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
1597
- }
1598
- export declare class PolicyEvaluationException extends __BaseException {
1599
- readonly name: "PolicyEvaluationException";
1600
- readonly $fault: "server";
1601
- constructor(
1602
- opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
1603
- );
1604
- }
1605
- export declare const ContextKeyTypeEnum: {
1606
- readonly BINARY: "binary";
1607
- readonly BINARY_LIST: "binaryList";
1608
- readonly BOOLEAN: "boolean";
1609
- readonly BOOLEAN_LIST: "booleanList";
1610
- readonly DATE: "date";
1611
- readonly DATE_LIST: "dateList";
1612
- readonly IP: "ip";
1613
- readonly IP_LIST: "ipList";
1614
- readonly NUMERIC: "numeric";
1615
- readonly NUMERIC_LIST: "numericList";
1616
- readonly STRING: "string";
1617
- readonly STRING_LIST: "stringList";
1618
- };
1619
- export type ContextKeyTypeEnum =
1620
- (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
1621
- export interface ContextEntry {
1622
- ContextKeyName?: string | undefined;
1623
- ContextKeyValues?: string[] | undefined;
1624
- ContextKeyType?: ContextKeyTypeEnum | undefined;
1625
- }
1626
- export interface SimulateCustomPolicyRequest {
1627
- PolicyInputList: string[] | undefined;
1628
- PermissionsBoundaryPolicyInputList?: string[] | undefined;
1629
- ActionNames: string[] | undefined;
1630
- ResourceArns?: string[] | undefined;
1631
- ResourcePolicy?: string | undefined;
1632
- ResourceOwner?: string | undefined;
1633
- CallerArn?: string | undefined;
1634
- ContextEntries?: ContextEntry[] | undefined;
1635
- ResourceHandlingOption?: string | undefined;
1636
- MaxItems?: number | undefined;
1637
- Marker?: string | undefined;
1638
- }
1639
1625
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1640
1626
  export declare const ChangePasswordRequestFilterSensitiveLog: (
1641
1627
  obj: ChangePasswordRequest
@@ -2,7 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
3
  import {
4
4
  AssertionEncryptionModeType,
5
- ContextEntry,
5
+ GlobalEndpointTokenVersion,
6
6
  Role,
7
7
  ServerCertificateMetadata,
8
8
  SigningCertificate,
@@ -10,6 +10,50 @@ import {
10
10
  StatusType,
11
11
  Tag,
12
12
  } from "./models_0";
13
+ export interface SetSecurityTokenServicePreferencesRequest {
14
+ GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
15
+ }
16
+ export declare class PolicyEvaluationException extends __BaseException {
17
+ readonly name: "PolicyEvaluationException";
18
+ readonly $fault: "server";
19
+ constructor(
20
+ opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
21
+ );
22
+ }
23
+ export declare const ContextKeyTypeEnum: {
24
+ readonly BINARY: "binary";
25
+ readonly BINARY_LIST: "binaryList";
26
+ readonly BOOLEAN: "boolean";
27
+ readonly BOOLEAN_LIST: "booleanList";
28
+ readonly DATE: "date";
29
+ readonly DATE_LIST: "dateList";
30
+ readonly IP: "ip";
31
+ readonly IP_LIST: "ipList";
32
+ readonly NUMERIC: "numeric";
33
+ readonly NUMERIC_LIST: "numericList";
34
+ readonly STRING: "string";
35
+ readonly STRING_LIST: "stringList";
36
+ };
37
+ export type ContextKeyTypeEnum =
38
+ (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
39
+ export interface ContextEntry {
40
+ ContextKeyName?: string | undefined;
41
+ ContextKeyValues?: string[] | undefined;
42
+ ContextKeyType?: ContextKeyTypeEnum | undefined;
43
+ }
44
+ export interface SimulateCustomPolicyRequest {
45
+ PolicyInputList: string[] | undefined;
46
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
47
+ ActionNames: string[] | undefined;
48
+ ResourceArns?: string[] | undefined;
49
+ ResourcePolicy?: string | undefined;
50
+ ResourceOwner?: string | undefined;
51
+ CallerArn?: string | undefined;
52
+ ContextEntries?: ContextEntry[] | undefined;
53
+ ResourceHandlingOption?: string | undefined;
54
+ MaxItems?: number | undefined;
55
+ Marker?: string | undefined;
56
+ }
13
57
  export declare const PolicyEvaluationDecisionType: {
14
58
  readonly ALLOWED: "allowed";
15
59
  readonly EXPLICIT_DENY: "explicitDeny";
@@ -39,6 +39,10 @@ import {
39
39
  CreateAccountAliasCommandInput,
40
40
  CreateAccountAliasCommandOutput,
41
41
  } from "../commands/CreateAccountAliasCommand";
42
+ import {
43
+ CreateDelegationRequestCommandInput,
44
+ CreateDelegationRequestCommandOutput,
45
+ } from "../commands/CreateDelegationRequestCommand";
42
46
  import {
43
47
  CreateGroupCommandInput,
44
48
  CreateGroupCommandOutput,
@@ -695,6 +699,10 @@ export declare const se_CreateAccountAliasCommand: (
695
699
  input: CreateAccountAliasCommandInput,
696
700
  context: __SerdeContext
697
701
  ) => Promise<__HttpRequest>;
702
+ export declare const se_CreateDelegationRequestCommand: (
703
+ input: CreateDelegationRequestCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
698
706
  export declare const se_CreateGroupCommand: (
699
707
  input: CreateGroupCommandInput,
700
708
  context: __SerdeContext
@@ -1351,6 +1359,10 @@ export declare const de_CreateAccountAliasCommand: (
1351
1359
  output: __HttpResponse,
1352
1360
  context: __SerdeContext
1353
1361
  ) => Promise<CreateAccountAliasCommandOutput>;
1362
+ export declare const de_CreateDelegationRequestCommand: (
1363
+ output: __HttpResponse,
1364
+ context: __SerdeContext
1365
+ ) => Promise<CreateDelegationRequestCommandOutput>;
1354
1366
  export declare const de_CreateGroupCommand: (
1355
1367
  output: __HttpResponse,
1356
1368
  context: __SerdeContext