lambda-live-debugger 1.11.3 → 1.11.4

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 (1352) hide show
  1. package/dist/extension/extension.zip +0 -0
  2. package/dist/extension/nodejs/node_modules/interceptor.js +1313 -737
  3. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +347 -309
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +73 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +108 -108
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +230 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +265 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  10. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  12. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  13. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  14. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +37 -37
  15. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  16. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  17. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  18. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  19. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  20. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  21. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  22. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  23. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +18 -18
  24. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  25. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  26. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  27. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  31. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  32. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +11 -11
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/types/package.json +7 -7
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/abort-controller/package.json +3 -3
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/config-resolver/package.json +6 -6
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +11 -11
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/hash-node/package.json +3 -3
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/invalid-dependency/package.json +3 -3
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-content-length/package.json +4 -4
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +12 -12
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-serde/package.json +4 -4
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-stack/package.json +3 -3
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-config-provider/package.json +5 -5
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/node-http-handler/package.json +6 -6
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/property-provider/package.json +3 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/protocol-http/package.json +3 -3
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-builder/package.json +3 -3
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/querystring-parser/package.json +3 -3
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/service-error-classification/package.json +3 -3
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +5 -5
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +11 -11
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/types/package.json +2 -2
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/url-parser/package.json +4 -4
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-endpoints/package.json +4 -4
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-middleware/package.json +3 -3
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +4 -4
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  110. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  111. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  112. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  113. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  114. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  115. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  116. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  117. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  118. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  119. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  120. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  121. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  122. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  123. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  124. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-stream/package.json +5 -5
  125. package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
  126. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +34 -31
  127. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +5 -1
  128. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +28 -28
  129. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +8 -1
  130. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +12 -1
  131. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  132. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  133. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  134. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  135. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  136. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +37 -37
  137. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  138. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  139. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  140. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  141. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  142. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  143. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  144. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  145. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +18 -18
  146. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  147. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  148. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  149. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  150. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  151. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  152. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  153. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  154. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  155. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  156. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  157. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  158. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  159. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  160. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  161. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  162. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  163. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  164. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  165. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  166. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  167. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  168. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +11 -11
  169. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  170. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/types/package.json +7 -7
  171. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  172. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  173. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  174. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  175. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  176. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  177. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  178. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/abort-controller/package.json +3 -3
  179. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/config-resolver/package.json +6 -6
  180. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  181. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  182. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  183. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  184. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  185. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  186. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  187. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  188. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  189. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  190. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +11 -11
  191. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  192. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  193. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/hash-node/package.json +3 -3
  194. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/invalid-dependency/package.json +3 -3
  195. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-content-length/package.json +4 -4
  196. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  197. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +12 -12
  198. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-serde/package.json +4 -4
  199. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-stack/package.json +3 -3
  200. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-config-provider/package.json +5 -5
  201. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/node-http-handler/package.json +6 -6
  202. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
  203. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/protocol-http/package.json +3 -3
  204. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-builder/package.json +3 -3
  205. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/querystring-parser/package.json +3 -3
  206. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/service-error-classification/package.json +3 -3
  207. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +5 -5
  208. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  209. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  210. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  211. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  212. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +11 -11
  213. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  214. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  215. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/types/package.json +2 -2
  216. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/url-parser/package.json +4 -4
  217. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  218. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  219. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-endpoints/package.json +4 -4
  220. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-middleware/package.json +3 -3
  221. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-retry/package.json +4 -4
  222. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  223. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  224. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  225. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  226. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  227. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  228. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  229. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  230. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  231. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  232. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  233. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  234. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  235. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  236. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  237. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  238. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  239. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  240. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  241. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  242. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  243. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  244. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  245. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  246. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-stream/package.json +5 -5
  247. package/node_modules/@aws-sdk/client-cognito-identity/package.json +39 -39
  248. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +450 -408
  249. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +81 -1
  250. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +239 -239
  251. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +264 -1
  252. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +281 -1
  253. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  254. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  255. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  256. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  257. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  258. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +37 -37
  259. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  260. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  261. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  262. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  263. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  264. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  265. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  266. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  267. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +18 -18
  268. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  269. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  270. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  271. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  272. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  273. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  274. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  275. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  276. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  277. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  278. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  279. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  280. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  281. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  282. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  283. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  284. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  285. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  286. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  287. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  288. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  289. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  290. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +11 -11
  291. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  292. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +7 -7
  293. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  294. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  295. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  296. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  297. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  298. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  299. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  300. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/abort-controller/package.json +3 -3
  301. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +6 -6
  302. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  303. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  304. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  305. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  306. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  307. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  308. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  309. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  310. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  311. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  312. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +11 -11
  313. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  314. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  315. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +3 -3
  316. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +3 -3
  317. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +4 -4
  318. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  319. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +12 -12
  320. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +4 -4
  321. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +3 -3
  322. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +5 -5
  323. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +6 -6
  324. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +3 -3
  325. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +3 -3
  326. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-builder/package.json +3 -3
  327. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/querystring-parser/package.json +3 -3
  328. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/service-error-classification/package.json +3 -3
  329. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +5 -5
  330. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  331. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  332. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  333. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  334. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +11 -11
  335. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  336. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  337. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +2 -2
  338. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +4 -4
  339. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  340. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  341. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +4 -4
  342. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +3 -3
  343. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +4 -4
  344. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  345. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  346. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  347. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  348. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  349. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  350. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  351. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  352. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  353. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  354. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  355. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  356. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  357. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  358. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  359. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  360. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  361. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  362. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  363. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  364. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  365. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  366. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  367. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  368. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +5 -5
  369. package/node_modules/@aws-sdk/client-iam/package.json +39 -39
  370. package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +516 -450
  371. package/node_modules/@aws-sdk/client-iot/dist-es/IoT.js +131 -1
  372. package/node_modules/@aws-sdk/client-iot/dist-es/schemas/schemas_0.js +321 -321
  373. package/node_modules/@aws-sdk/client-iot/dist-types/IoT.d.ts +449 -1
  374. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/IoT.d.ts +453 -1
  375. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  376. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  377. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  378. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  379. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  380. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +37 -37
  381. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  382. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  383. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  384. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  385. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  386. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  387. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  388. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  389. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +18 -18
  390. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  391. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  392. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  393. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  394. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  395. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  396. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  397. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  398. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  399. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  400. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  401. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  402. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  403. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  404. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  405. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  406. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  407. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  408. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  409. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  410. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  411. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  412. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +11 -11
  413. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  414. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/types/package.json +7 -7
  415. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  416. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  417. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  418. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  419. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  420. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  421. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  422. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/abort-controller/package.json +3 -3
  423. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/config-resolver/package.json +6 -6
  424. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  425. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  426. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  427. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  428. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  429. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  430. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  431. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  432. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  433. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  434. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +11 -11
  435. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  436. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  437. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/hash-node/package.json +3 -3
  438. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/invalid-dependency/package.json +3 -3
  439. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-content-length/package.json +4 -4
  440. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  441. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +12 -12
  442. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-serde/package.json +4 -4
  443. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-stack/package.json +3 -3
  444. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-config-provider/package.json +5 -5
  445. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/node-http-handler/package.json +6 -6
  446. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/property-provider/package.json +3 -3
  447. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/protocol-http/package.json +3 -3
  448. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-builder/package.json +3 -3
  449. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/querystring-parser/package.json +3 -3
  450. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/service-error-classification/package.json +3 -3
  451. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +5 -5
  452. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  453. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  454. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  455. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  456. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +11 -11
  457. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  458. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  459. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/types/package.json +2 -2
  460. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/url-parser/package.json +4 -4
  461. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  462. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  463. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-endpoints/package.json +4 -4
  464. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-middleware/package.json +3 -3
  465. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-retry/package.json +4 -4
  466. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  467. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  468. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  469. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  470. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  471. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  472. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  473. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  474. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  475. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  476. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  477. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  478. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  479. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  480. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  481. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  482. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  483. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  484. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  485. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  486. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  487. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  488. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  489. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  490. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-stream/package.json +5 -5
  491. package/node_modules/@aws-sdk/client-iot/package.json +38 -38
  492. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +15 -12
  493. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/IoTDataPlane.js +5 -1
  494. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/schemas/schemas_0.js +9 -9
  495. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/IoTDataPlane.d.ts +8 -1
  496. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/IoTDataPlane.d.ts +12 -1
  497. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  498. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  499. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  500. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  501. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  502. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +37 -37
  503. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  504. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  505. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  506. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  507. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  508. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  509. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  510. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  511. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +18 -18
  512. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  513. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  514. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  515. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  516. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  517. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  518. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  519. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  520. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  521. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  522. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  523. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  524. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  525. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  526. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  527. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  528. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  529. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  530. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  531. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  532. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  533. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  534. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +11 -11
  535. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  536. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/types/package.json +7 -7
  537. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  538. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  539. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  540. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  541. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  542. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  543. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  544. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/abort-controller/package.json +3 -3
  545. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/config-resolver/package.json +6 -6
  546. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  547. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  548. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  549. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  550. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  551. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  552. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  553. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  554. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  555. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  556. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +11 -11
  557. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  558. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  559. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/hash-node/package.json +3 -3
  560. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/invalid-dependency/package.json +3 -3
  561. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-content-length/package.json +4 -4
  562. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  563. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +12 -12
  564. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-serde/package.json +4 -4
  565. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-stack/package.json +3 -3
  566. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-config-provider/package.json +5 -5
  567. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/node-http-handler/package.json +6 -6
  568. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/property-provider/package.json +3 -3
  569. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/protocol-http/package.json +3 -3
  570. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-builder/package.json +3 -3
  571. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/querystring-parser/package.json +3 -3
  572. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/service-error-classification/package.json +3 -3
  573. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +5 -5
  574. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  575. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  576. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  577. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  578. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +11 -11
  579. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  580. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  581. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/types/package.json +2 -2
  582. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/url-parser/package.json +4 -4
  583. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  584. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  585. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-endpoints/package.json +4 -4
  586. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-middleware/package.json +3 -3
  587. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-retry/package.json +4 -4
  588. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  589. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  590. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  591. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  592. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  593. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  594. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  595. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  596. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  597. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  598. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  599. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  600. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  601. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  602. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  603. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  604. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  605. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  606. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  607. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  608. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  609. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  610. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  611. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  612. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-stream/package.json +5 -5
  613. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +39 -39
  614. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +346 -305
  615. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
  616. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
  617. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +162 -156
  618. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
  619. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
  620. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
  621. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
  622. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
  623. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
  624. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
  625. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
  626. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +28 -2
  627. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +1 -0
  628. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
  629. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
  630. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
  631. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  632. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  633. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  634. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  635. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  636. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  637. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +37 -37
  638. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  639. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  640. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  641. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  642. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  643. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  644. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  645. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  646. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +18 -18
  647. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  648. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  649. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  650. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  651. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  652. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  653. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  654. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  655. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  656. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  657. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  658. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  659. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  660. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  661. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  662. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  663. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  664. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  665. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  666. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  667. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  668. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  669. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +11 -11
  670. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  671. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/types/package.json +7 -7
  672. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  673. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  674. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  675. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  676. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  677. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  678. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  679. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/abort-controller/package.json +3 -3
  680. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/config-resolver/package.json +6 -6
  681. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  682. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  683. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  684. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  685. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  686. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  687. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  688. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  689. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  690. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  691. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +11 -11
  692. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  693. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  694. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/hash-node/package.json +3 -3
  695. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/invalid-dependency/package.json +3 -3
  696. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-content-length/package.json +4 -4
  697. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  698. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +12 -12
  699. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-serde/package.json +4 -4
  700. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-stack/package.json +3 -3
  701. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-config-provider/package.json +5 -5
  702. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/node-http-handler/package.json +6 -6
  703. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/property-provider/package.json +3 -3
  704. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/protocol-http/package.json +3 -3
  705. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-builder/package.json +3 -3
  706. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/querystring-parser/package.json +3 -3
  707. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/service-error-classification/package.json +3 -3
  708. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +5 -5
  709. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  710. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  711. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  712. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  713. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +11 -11
  714. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  715. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  716. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/types/package.json +2 -2
  717. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/url-parser/package.json +4 -4
  718. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  719. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  720. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-endpoints/package.json +4 -4
  721. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-middleware/package.json +3 -3
  722. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-retry/package.json +4 -4
  723. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  724. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  725. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  726. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  727. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  728. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  729. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  730. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  731. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  732. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  733. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  734. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  735. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  736. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  737. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  738. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  739. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  740. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  741. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  742. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  743. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  744. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  745. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  746. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  747. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-stream/package.json +5 -5
  748. package/node_modules/@aws-sdk/client-lambda/package.json +43 -43
  749. package/node_modules/@aws-sdk/client-s3/README.md +7 -0
  750. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +423 -330
  751. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +23 -1
  752. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  753. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  754. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +12 -0
  755. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +262 -224
  756. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +61 -1
  757. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +3 -2
  758. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  759. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +25 -15
  760. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  761. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  762. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +16 -15
  763. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +23 -23
  764. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +186 -3
  765. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
  766. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  767. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
  768. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
  769. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +6 -0
  770. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +88 -1
  771. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +6 -0
  772. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  773. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  774. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +5 -0
  775. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +34 -0
  776. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  777. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  778. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  779. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -3
  780. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  781. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  782. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  783. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  784. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  785. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  786. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +37 -37
  787. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  788. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  789. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  790. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  791. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  792. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  793. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  794. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  795. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +18 -18
  796. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  797. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  798. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  799. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  800. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  801. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  802. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  803. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  804. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  805. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  806. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  807. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  808. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  809. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +17 -17
  810. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  811. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  812. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  813. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  814. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  815. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  816. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  817. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  818. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  819. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -9
  820. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +11 -11
  821. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  822. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/types/package.json +7 -7
  823. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-arn-parser/package.json +7 -7
  824. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  825. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  826. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  827. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  828. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  829. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  830. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  831. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/abort-controller/package.json +3 -3
  832. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/config-resolver/package.json +6 -6
  833. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  834. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  835. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  836. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  837. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  838. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  839. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  840. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  841. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  842. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  843. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +11 -11
  844. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  845. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  846. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/hash-node/package.json +3 -3
  847. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/invalid-dependency/package.json +3 -3
  848. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-content-length/package.json +4 -4
  849. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  850. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +12 -12
  851. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-serde/package.json +4 -4
  852. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-stack/package.json +3 -3
  853. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-config-provider/package.json +5 -5
  854. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/node-http-handler/package.json +6 -6
  855. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +3 -3
  856. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +3 -3
  857. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-builder/package.json +3 -3
  858. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +3 -3
  859. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/service-error-classification/package.json +3 -3
  860. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +5 -5
  861. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  862. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  863. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  864. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  865. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +11 -11
  866. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  867. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  868. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/types/package.json +2 -2
  869. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +4 -4
  870. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  871. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  872. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-endpoints/package.json +4 -4
  873. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-middleware/package.json +3 -3
  874. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-retry/package.json +4 -4
  875. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  876. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  877. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  878. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  879. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  880. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  881. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  882. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  883. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  884. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  885. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  886. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  887. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  888. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  889. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  890. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  891. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  892. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  893. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  894. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  895. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  896. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  897. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  898. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  899. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-stream/package.json +5 -5
  900. package/node_modules/@aws-sdk/client-s3/package.json +54 -54
  901. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  902. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  903. package/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types/package.json +2 -2
  904. package/node_modules/@aws-sdk/crc64-nvme/package.json +5 -5
  905. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  906. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/types/package.json +7 -7
  907. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/property-provider/package.json +3 -3
  908. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  909. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  910. package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@smithy/types/package.json +2 -2
  911. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +10 -10
  912. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  913. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  914. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  915. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  916. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  917. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  918. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  919. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  920. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +18 -18
  921. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  922. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  923. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  924. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  925. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  926. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  927. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  928. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  929. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  930. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  931. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  932. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  933. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  934. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/types/package.json +7 -7
  935. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  936. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  937. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  938. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  939. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  940. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  941. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  942. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/abort-controller/package.json +3 -3
  943. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/config-resolver/package.json +6 -6
  944. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  945. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  946. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  947. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  948. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  949. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  950. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  951. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  952. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  953. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  954. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/core/package.json +11 -11
  955. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  956. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  957. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/hash-node/package.json +3 -3
  958. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/invalid-dependency/package.json +3 -3
  959. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-content-length/package.json +4 -4
  960. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  961. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-retry/package.json +12 -12
  962. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-serde/package.json +4 -4
  963. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/middleware-stack/package.json +3 -3
  964. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-config-provider/package.json +5 -5
  965. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/node-http-handler/package.json +6 -6
  966. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/property-provider/package.json +3 -3
  967. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http/package.json +3 -3
  968. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-builder/package.json +3 -3
  969. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/querystring-parser/package.json +3 -3
  970. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/service-error-classification/package.json +3 -3
  971. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/signature-v4/package.json +5 -5
  972. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  973. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  974. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  975. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  976. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/smithy-client/package.json +11 -11
  977. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  978. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  979. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types/package.json +2 -2
  980. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/url-parser/package.json +4 -4
  981. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  982. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  983. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-endpoints/package.json +4 -4
  984. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-middleware/package.json +3 -3
  985. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-retry/package.json +4 -4
  986. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  987. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  988. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  989. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  990. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  991. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  992. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  993. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  994. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  995. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  996. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  997. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  998. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  999. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1000. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  1001. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1002. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1003. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1004. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1005. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1006. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1007. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1008. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1009. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1010. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/util-stream/package.json +5 -5
  1011. package/node_modules/@aws-sdk/credential-provider-login/package.json +14 -14
  1012. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
  1013. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
  1014. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
  1015. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
  1016. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
  1017. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +37 -37
  1018. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  1019. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  1020. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  1021. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  1022. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  1023. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  1024. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  1025. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  1026. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +18 -18
  1027. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
  1028. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
  1029. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
  1030. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  1031. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
  1032. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
  1033. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
  1034. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
  1035. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
  1036. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
  1037. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
  1038. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
  1039. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
  1040. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
  1041. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
  1042. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
  1043. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
  1044. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
  1045. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
  1046. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
  1047. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +35 -35
  1048. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
  1049. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +11 -11
  1050. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1051. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/types/package.json +7 -7
  1052. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
  1053. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
  1054. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
  1055. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  1056. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
  1057. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
  1058. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  1059. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/abort-controller/package.json +3 -3
  1060. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/config-resolver/package.json +6 -6
  1061. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  1062. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  1063. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  1064. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  1065. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  1066. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  1067. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  1068. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  1069. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  1070. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  1071. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +11 -11
  1072. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  1073. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  1074. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/hash-node/package.json +3 -3
  1075. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/invalid-dependency/package.json +3 -3
  1076. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-content-length/package.json +4 -4
  1077. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  1078. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +12 -12
  1079. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-serde/package.json +4 -4
  1080. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-stack/package.json +3 -3
  1081. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-config-provider/package.json +5 -5
  1082. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/node-http-handler/package.json +6 -6
  1083. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/property-provider/package.json +3 -3
  1084. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/protocol-http/package.json +3 -3
  1085. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-builder/package.json +3 -3
  1086. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/querystring-parser/package.json +3 -3
  1087. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/service-error-classification/package.json +3 -3
  1088. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +5 -5
  1089. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  1090. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1091. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1092. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1093. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +11 -11
  1094. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1095. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1096. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/types/package.json +2 -2
  1097. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/url-parser/package.json +4 -4
  1098. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
  1099. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
  1100. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-endpoints/package.json +4 -4
  1101. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-middleware/package.json +3 -3
  1102. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-retry/package.json +4 -4
  1103. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1104. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  1105. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1106. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1107. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  1108. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1109. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1110. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1111. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1112. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1113. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1114. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1115. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1116. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1117. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  1118. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1119. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1120. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1121. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1122. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1123. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1124. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1125. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1126. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1127. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-stream/package.json +5 -5
  1128. package/node_modules/@aws-sdk/credential-providers/package.json +24 -24
  1129. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1130. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/types/package.json +7 -7
  1131. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@aws-sdk/util-arn-parser/package.json +7 -7
  1132. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/node-config-provider/package.json +5 -5
  1133. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/property-provider/package.json +3 -3
  1134. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/protocol-http/package.json +3 -3
  1135. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1136. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1137. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/types/package.json +2 -2
  1138. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +11 -11
  1139. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1140. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@aws-sdk/types/package.json +7 -7
  1141. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/protocol-http/package.json +3 -3
  1142. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1143. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1144. package/node_modules/@aws-sdk/middleware-expect-continue/node_modules/@smithy/types/package.json +2 -2
  1145. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +9 -9
  1146. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  1147. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
  1148. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
  1149. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
  1150. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
  1151. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  1152. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
  1153. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
  1154. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +18 -18
  1155. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1156. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/types/package.json +7 -7
  1157. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/xml-builder/package.json +7 -7
  1158. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/abort-controller/package.json +3 -3
  1159. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +17 -0
  1160. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  1161. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
  1162. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
  1163. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +17 -0
  1164. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  1165. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
  1166. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
  1167. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  1168. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  1169. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +11 -11
  1170. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  1171. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +12 -12
  1172. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-serde/package.json +4 -4
  1173. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-stack/package.json +3 -3
  1174. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-config-provider/package.json +5 -5
  1175. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/node-http-handler/package.json +6 -6
  1176. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/property-provider/package.json +3 -3
  1177. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http/package.json +3 -3
  1178. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-builder/package.json +3 -3
  1179. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/querystring-parser/package.json +3 -3
  1180. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +5 -5
  1181. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
  1182. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1183. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
  1184. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
  1185. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +11 -11
  1186. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1187. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1188. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types/package.json +2 -2
  1189. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/url-parser/package.json +4 -4
  1190. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware/package.json +3 -3
  1191. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  1192. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
  1193. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  1194. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  1195. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
  1196. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
  1197. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
  1198. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  1199. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  1200. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  1201. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
  1202. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  1203. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  1204. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  1205. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
  1206. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
  1207. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
  1208. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
  1209. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
  1210. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
  1211. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
  1212. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
  1213. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
  1214. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
  1215. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-stream/package.json +5 -5
  1216. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +15 -15
  1217. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1218. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@aws-sdk/types/package.json +7 -7
  1219. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1220. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1221. package/node_modules/@aws-sdk/middleware-location-constraint/node_modules/@smithy/types/package.json +2 -2
  1222. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +8 -8
  1223. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1224. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@aws-sdk/types/package.json +7 -7
  1225. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1226. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1227. package/node_modules/@aws-sdk/middleware-ssec/node_modules/@smithy/types/package.json +2 -2
  1228. package/node_modules/@aws-sdk/middleware-ssec/package.json +8 -8
  1229. package/node_modules/@inquirer/ansi/package.json +26 -26
  1230. package/node_modules/@inquirer/checkbox/package.json +21 -22
  1231. package/node_modules/@inquirer/confirm/package.json +19 -20
  1232. package/node_modules/@inquirer/core/package.json +18 -19
  1233. package/node_modules/@inquirer/editor/package.json +20 -21
  1234. package/node_modules/@inquirer/expand/package.json +19 -20
  1235. package/node_modules/@inquirer/external-editor/package.json +31 -31
  1236. package/node_modules/@inquirer/figures/package.json +16 -16
  1237. package/node_modules/@inquirer/input/package.json +19 -20
  1238. package/node_modules/@inquirer/number/package.json +19 -20
  1239. package/node_modules/@inquirer/password/package.json +20 -21
  1240. package/node_modules/@inquirer/prompts/package.json +29 -30
  1241. package/node_modules/@inquirer/rawlist/README.md +4 -1
  1242. package/node_modules/@inquirer/rawlist/dist/index.d.ts +7 -1
  1243. package/node_modules/@inquirer/rawlist/dist/index.js +14 -3
  1244. package/node_modules/@inquirer/rawlist/package.json +19 -20
  1245. package/node_modules/@inquirer/search/README.md +2 -1
  1246. package/node_modules/@inquirer/search/dist/index.d.ts +1 -0
  1247. package/node_modules/@inquirer/search/dist/index.js +11 -4
  1248. package/node_modules/@inquirer/search/package.json +20 -21
  1249. package/node_modules/@inquirer/select/package.json +21 -22
  1250. package/node_modules/@inquirer/type/package.json +16 -16
  1251. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1252. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1253. package/node_modules/@smithy/eventstream-codec/node_modules/@smithy/types/package.json +2 -2
  1254. package/node_modules/@smithy/eventstream-codec/package.json +3 -3
  1255. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1256. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1257. package/node_modules/@smithy/eventstream-serde-browser/node_modules/@smithy/types/package.json +2 -2
  1258. package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -4
  1259. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1260. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1261. package/node_modules/@smithy/eventstream-serde-config-resolver/node_modules/@smithy/types/package.json +2 -2
  1262. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -3
  1263. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1264. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1265. package/node_modules/@smithy/eventstream-serde-node/node_modules/@smithy/types/package.json +2 -2
  1266. package/node_modules/@smithy/eventstream-serde-node/package.json +4 -4
  1267. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1268. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1269. package/node_modules/@smithy/eventstream-serde-universal/node_modules/@smithy/types/package.json +2 -2
  1270. package/node_modules/@smithy/eventstream-serde-universal/package.json +4 -4
  1271. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1272. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1273. package/node_modules/@smithy/hash-blob-browser/node_modules/@smithy/types/package.json +2 -2
  1274. package/node_modules/@smithy/hash-blob-browser/package.json +3 -3
  1275. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1276. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1277. package/node_modules/@smithy/hash-stream-node/node_modules/@smithy/types/package.json +2 -2
  1278. package/node_modules/@smithy/hash-stream-node/package.json +3 -3
  1279. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1280. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1281. package/node_modules/@smithy/md5-js/node_modules/@smithy/types/package.json +2 -2
  1282. package/node_modules/@smithy/md5-js/package.json +3 -3
  1283. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1284. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1285. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +2 -2
  1286. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  1287. package/node_modules/@smithy/util-waiter/node_modules/@smithy/abort-controller/package.json +3 -3
  1288. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
  1289. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
  1290. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +2 -2
  1291. package/node_modules/@smithy/util-waiter/package.json +4 -4
  1292. package/node_modules/@types/node/README.md +1 -1
  1293. package/node_modules/@types/node/fs/promises.d.ts +14 -1
  1294. package/node_modules/@types/node/fs.d.ts +3 -3
  1295. package/node_modules/@types/node/http.d.ts +9 -0
  1296. package/node_modules/@types/node/package.json +2 -2
  1297. package/node_modules/@types/node/process.d.ts +61 -2
  1298. package/node_modules/@types/node/sqlite.d.ts +16 -0
  1299. package/node_modules/@types/node/vm.d.ts +42 -14
  1300. package/node_modules/@types/node/worker_threads.d.ts +3 -0
  1301. package/node_modules/commander/Readme.md +82 -65
  1302. package/node_modules/commander/package-support.json +4 -1
  1303. package/node_modules/commander/package.json +1 -1
  1304. package/node_modules/fast-xml-parser/CHANGELOG.md +4 -0
  1305. package/node_modules/fast-xml-parser/README.md +1 -1
  1306. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  1307. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  1308. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  1309. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  1310. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  1311. package/node_modules/fast-xml-parser/package.json +1 -1
  1312. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +12 -2
  1313. package/node_modules/iconv-lite/lib/index.d.ts +68 -70
  1314. package/node_modules/iconv-lite/lib/index.js +39 -40
  1315. package/node_modules/iconv-lite/package.json +6 -1
  1316. package/node_modules/inquirer/dist/types.d.ts +12 -11
  1317. package/node_modules/inquirer/dist/ui/prompt.js +9 -1
  1318. package/node_modules/inquirer/dist/ui/skipped-renderer.d.ts +13 -0
  1319. package/node_modules/inquirer/dist/ui/skipped-renderer.js +57 -0
  1320. package/node_modules/inquirer/package.json +19 -20
  1321. package/package.json +23 -23
  1322. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1323. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1324. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1325. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1326. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1327. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1328. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1329. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1330. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1331. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1332. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1333. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1334. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1335. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1336. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1337. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1338. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1339. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1340. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1341. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1342. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1343. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1344. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1345. package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1346. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1347. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1348. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1349. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
  1350. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
  1351. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
  1352. package/node_modules/iconv-lite/Changelog.md +0 -241
@@ -2480,17 +2480,17 @@ var ResourceDescription = [0, n0, _RD, 8, 0];
2480
2480
  var AbortConfig$ = [3, n0, _AC,
2481
2481
  0,
2482
2482
  [_cL],
2483
- [() => AbortCriteriaList]
2483
+ [() => AbortCriteriaList], 1
2484
2484
  ];
2485
2485
  var AbortCriteria$ = [3, n0, _ACb,
2486
2486
  0,
2487
2487
  [_fT, _a, _tP, _mNOET],
2488
- [0, 0, 1, 1]
2488
+ [0, 0, 1, 1], 4
2489
2489
  ];
2490
2490
  var AcceptCertificateTransferRequest$ = [3, n0, _ACTR,
2491
2491
  0,
2492
2492
  [_cI, _sAA],
2493
- [[0, 1], [2, { [_hQ]: _sAA }]]
2493
+ [[0, 1], [2, { [_hQ]: _sAA }]], 1
2494
2494
  ];
2495
2495
  var Action$ = [3, n0, _A,
2496
2496
  0,
@@ -2505,7 +2505,7 @@ var ActiveViolation$ = [3, n0, _AV,
2505
2505
  var AddThingsToThingGroupParams$ = [3, n0, _ATTTGP,
2506
2506
  0,
2507
2507
  [_tGN, _oDG],
2508
- [64 | 0, 2]
2508
+ [64 | 0, 2], 1
2509
2509
  ];
2510
2510
  var AddThingToBillingGroupRequest$ = [3, n0, _ATTBGR,
2511
2511
  0,
@@ -2530,12 +2530,12 @@ var AddThingToThingGroupResponse$ = [3, n0, _ATTTGRd,
2530
2530
  var AggregationType$ = [3, n0, _AT,
2531
2531
  0,
2532
2532
  [_n, _v],
2533
- [0, 64 | 0]
2533
+ [0, 64 | 0], 1
2534
2534
  ];
2535
2535
  var AlertTarget$ = [3, n0, _ATl,
2536
2536
  0,
2537
2537
  [_aTA, _rA],
2538
- [0, 0]
2538
+ [0, 0], 2
2539
2539
  ];
2540
2540
  var Allowed$ = [3, n0, _Al,
2541
2541
  0,
@@ -2545,17 +2545,17 @@ var Allowed$ = [3, n0, _Al,
2545
2545
  var AssetPropertyTimestamp$ = [3, n0, _APT,
2546
2546
  0,
2547
2547
  [_tIS, _oIN],
2548
- [0, 0]
2548
+ [0, 0], 1
2549
2549
  ];
2550
2550
  var AssetPropertyValue$ = [3, n0, _APV,
2551
2551
  0,
2552
2552
  [_va, _ti, _q],
2553
- [() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0]
2553
+ [() => AssetPropertyVariant$, () => AssetPropertyTimestamp$, 0], 2
2554
2554
  ];
2555
2555
  var AssociateSbomWithPackageVersionRequest$ = [3, n0, _ASWPVR,
2556
2556
  0,
2557
2557
  [_pN, _vN, _sb, _cT],
2558
- [[0, 1], [0, 1], () => Sbom$, [0, { [_hQ]: _cT, [_iT]: 1 }]]
2558
+ [[0, 1], [0, 1], () => Sbom$, [0, { [_hQ]: _cT, [_iT]: 1 }]], 3
2559
2559
  ];
2560
2560
  var AssociateSbomWithPackageVersionResponse$ = [3, n0, _ASWPVRs,
2561
2561
  0,
@@ -2565,7 +2565,7 @@ var AssociateSbomWithPackageVersionResponse$ = [3, n0, _ASWPVRs,
2565
2565
  var AssociateTargetsWithJobRequest$ = [3, n0, _ATWJR,
2566
2566
  0,
2567
2567
  [_ta, _jI, _c, _nI],
2568
- [64 | 0, [0, 1], 0, [0, { [_hQ]: _nI }]]
2568
+ [64 | 0, [0, 1], 0, [0, { [_hQ]: _nI }]], 2
2569
2569
  ];
2570
2570
  var AssociateTargetsWithJobResponse$ = [3, n0, _ATWJRs,
2571
2571
  0,
@@ -2575,17 +2575,17 @@ var AssociateTargetsWithJobResponse$ = [3, n0, _ATWJRs,
2575
2575
  var AttachPolicyRequest$ = [3, n0, _APR,
2576
2576
  0,
2577
2577
  [_pNo, _tar],
2578
- [[0, 1], 0]
2578
+ [[0, 1], 0], 2
2579
2579
  ];
2580
2580
  var AttachPrincipalPolicyRequest$ = [3, n0, _APPR,
2581
2581
  0,
2582
2582
  [_pNo, _pr],
2583
- [[0, 1], [0, { [_hH]: _xaip }]]
2583
+ [[0, 1], [0, { [_hH]: _xaip }]], 2
2584
2584
  ];
2585
2585
  var AttachSecurityProfileRequest$ = [3, n0, _ASPR,
2586
2586
  0,
2587
2587
  [_sPN, _sPTA],
2588
- [[0, 1], [0, { [_hQ]: _sPTA }]]
2588
+ [[0, 1], [0, { [_hQ]: _sPTA }]], 2
2589
2589
  ];
2590
2590
  var AttachSecurityProfileResponse$ = [3, n0, _ASPRt,
2591
2591
  0,
@@ -2595,7 +2595,7 @@ var AttachSecurityProfileResponse$ = [3, n0, _ASPRt,
2595
2595
  var AttachThingPrincipalRequest$ = [3, n0, _ATPR,
2596
2596
  0,
2597
2597
  [_tN, _pr, _tPT],
2598
- [[0, 1], [0, { [_hH]: _xap }], [0, { [_hQ]: _tPT }]]
2598
+ [[0, 1], [0, { [_hH]: _xap }], [0, { [_hQ]: _tPT }]], 2
2599
2599
  ];
2600
2600
  var AttachThingPrincipalResponse$ = [3, n0, _ATPRt,
2601
2601
  0,
@@ -2645,7 +2645,7 @@ var AuditNotificationTarget$ = [3, n0, _ANT,
2645
2645
  var AuditSuppression$ = [3, n0, _AS,
2646
2646
  0,
2647
2647
  [_cN, _rI, _eD, _sI, _d],
2648
- [0, () => ResourceIdentifier$, 4, 2, 0]
2648
+ [0, () => ResourceIdentifier$, 4, 2, 0], 2
2649
2649
  ];
2650
2650
  var AuditTaskMetadata$ = [3, n0, _ATM,
2651
2651
  0,
@@ -2654,8 +2654,8 @@ var AuditTaskMetadata$ = [3, n0, _ATM,
2654
2654
  ];
2655
2655
  var AuthInfo$ = [3, n0, _AI,
2656
2656
  0,
2657
- [_aT, _re],
2658
- [0, 64 | 0]
2657
+ [_re, _aT],
2658
+ [64 | 0, 0], 1
2659
2659
  ];
2660
2660
  var AuthorizerConfig$ = [3, n0, _ACu,
2661
2661
  0,
@@ -2680,12 +2680,12 @@ var AuthResult$ = [3, n0, _AR,
2680
2680
  var AwsJobAbortConfig$ = [3, n0, _AJAC,
2681
2681
  0,
2682
2682
  [_aCL],
2683
- [() => AwsJobAbortCriteriaList]
2683
+ [() => AwsJobAbortCriteriaList], 1
2684
2684
  ];
2685
2685
  var AwsJobAbortCriteria$ = [3, n0, _AJACw,
2686
2686
  0,
2687
2687
  [_fT, _a, _tP, _mNOET],
2688
- [0, 0, 1, 1]
2688
+ [0, 0, 1, 1], 4
2689
2689
  ];
2690
2690
  var AwsJobExecutionsRolloutConfig$ = [3, n0, _AJERC,
2691
2691
  0,
@@ -2695,7 +2695,7 @@ var AwsJobExecutionsRolloutConfig$ = [3, n0, _AJERC,
2695
2695
  var AwsJobExponentialRolloutRate$ = [3, n0, _AJERR,
2696
2696
  0,
2697
2697
  [_bRPM, _iF, _rIC],
2698
- [1, 1, () => AwsJobRateIncreaseCriteria$]
2698
+ [1, 1, () => AwsJobRateIncreaseCriteria$], 3
2699
2699
  ];
2700
2700
  var AwsJobPresignedUrlConfig$ = [3, n0, _AJPUC,
2701
2701
  0,
@@ -2715,7 +2715,7 @@ var AwsJobTimeoutConfig$ = [3, n0, _AJTC,
2715
2715
  var AwsJsonSubstitutionCommandPreprocessorConfig$ = [3, n0, _AJSCPC,
2716
2716
  0,
2717
2717
  [_oF],
2718
- [0]
2718
+ [0], 1
2719
2719
  ];
2720
2720
  var BatchConfig$ = [3, n0, _BC,
2721
2721
  0,
@@ -2725,7 +2725,7 @@ var BatchConfig$ = [3, n0, _BC,
2725
2725
  var Behavior$ = [3, n0, _B,
2726
2726
  0,
2727
2727
  [_n, _met, _mD, _cr, _sA, _eM],
2728
- [0, 0, () => MetricDimension$, () => BehaviorCriteria$, 2, 2]
2728
+ [0, 0, () => MetricDimension$, () => BehaviorCriteria$, 2, 2], 1
2729
2729
  ];
2730
2730
  var BehaviorCriteria$ = [3, n0, _BCe,
2731
2731
  0,
@@ -2770,7 +2770,7 @@ var CACertificateDescription$ = [3, n0, _CACD,
2770
2770
  var CancelAuditMitigationActionsTaskRequest$ = [3, n0, _CAMATR,
2771
2771
  0,
2772
2772
  [_tI],
2773
- [[0, 1]]
2773
+ [[0, 1]], 1
2774
2774
  ];
2775
2775
  var CancelAuditMitigationActionsTaskResponse$ = [3, n0, _CAMATRa,
2776
2776
  0,
@@ -2780,7 +2780,7 @@ var CancelAuditMitigationActionsTaskResponse$ = [3, n0, _CAMATRa,
2780
2780
  var CancelAuditTaskRequest$ = [3, n0, _CATR,
2781
2781
  0,
2782
2782
  [_tI],
2783
- [[0, 1]]
2783
+ [[0, 1]], 1
2784
2784
  ];
2785
2785
  var CancelAuditTaskResponse$ = [3, n0, _CATRa,
2786
2786
  0,
@@ -2790,12 +2790,12 @@ var CancelAuditTaskResponse$ = [3, n0, _CATRa,
2790
2790
  var CancelCertificateTransferRequest$ = [3, n0, _CCTR,
2791
2791
  0,
2792
2792
  [_cI],
2793
- [[0, 1]]
2793
+ [[0, 1]], 1
2794
2794
  ];
2795
2795
  var CancelDetectMitigationActionsTaskRequest$ = [3, n0, _CDMATR,
2796
2796
  0,
2797
2797
  [_tI],
2798
- [[0, 1]]
2798
+ [[0, 1]], 1
2799
2799
  ];
2800
2800
  var CancelDetectMitigationActionsTaskResponse$ = [3, n0, _CDMATRa,
2801
2801
  0,
@@ -2805,12 +2805,12 @@ var CancelDetectMitigationActionsTaskResponse$ = [3, n0, _CDMATRa,
2805
2805
  var CancelJobExecutionRequest$ = [3, n0, _CJER,
2806
2806
  0,
2807
2807
  [_jI, _tN, _fo, _eV, _sDt],
2808
- [[0, 1], [0, 1], [2, { [_hQ]: _fo }], 1, 128 | 0]
2808
+ [[0, 1], [0, 1], [2, { [_hQ]: _fo }], 1, 128 | 0], 2
2809
2809
  ];
2810
2810
  var CancelJobRequest$ = [3, n0, _CJR,
2811
2811
  0,
2812
2812
  [_jI, _rC, _c, _fo],
2813
- [[0, 1], 0, 0, [2, { [_hQ]: _fo }]]
2813
+ [[0, 1], 0, 0, [2, { [_hQ]: _fo }]], 1
2814
2814
  ];
2815
2815
  var CancelJobResponse$ = [3, n0, _CJRa,
2816
2816
  0,
@@ -2873,17 +2873,17 @@ var ClientCertificateConfig$ = [3, n0, _CCC,
2873
2873
  var CloudwatchAlarmAction$ = [3, n0, _CAA,
2874
2874
  0,
2875
2875
  [_rA, _aNl, _sR, _sV],
2876
- [0, 0, 0, 0]
2876
+ [0, 0, 0, 0], 4
2877
2877
  ];
2878
2878
  var CloudwatchLogsAction$ = [3, n0, _CLA,
2879
2879
  0,
2880
2880
  [_rA, _lGN, _bM],
2881
- [0, 0, 2]
2881
+ [0, 0, 2], 2
2882
2882
  ];
2883
2883
  var CloudwatchMetricAction$ = [3, n0, _CMA,
2884
2884
  0,
2885
2885
  [_rA, _mN, _mNe, _mV, _mU, _mT],
2886
- [0, 0, 0, 0, 0, 0]
2886
+ [0, 0, 0, 0, 0, 0], 5
2887
2887
  ];
2888
2888
  var CodeSigning$ = [3, n0, _CS,
2889
2889
  0,
@@ -2913,7 +2913,7 @@ var CommandExecutionSummary$ = [3, n0, _CES,
2913
2913
  var CommandParameter$ = [3, n0, _CP,
2914
2914
  0,
2915
2915
  [_n, _ty, _va, _dV, _vC, _d],
2916
- [0, 0, () => CommandParameterValue$, () => CommandParameterValue$, () => CommandParameterValueConditionList, 0]
2916
+ [0, 0, () => CommandParameterValue$, () => CommandParameterValue$, () => CommandParameterValueConditionList, 0], 1
2917
2917
  ];
2918
2918
  var CommandParameterValue$ = [3, n0, _CPV,
2919
2919
  0,
@@ -2928,12 +2928,12 @@ var CommandParameterValueComparisonOperand$ = [3, n0, _CPVCO,
2928
2928
  var CommandParameterValueCondition$ = [3, n0, _CPVC,
2929
2929
  0,
2930
2930
  [_cO, _o],
2931
- [0, () => CommandParameterValueComparisonOperand$]
2931
+ [0, () => CommandParameterValueComparisonOperand$], 2
2932
2932
  ];
2933
2933
  var CommandParameterValueNumberRange$ = [3, n0, _CPVNR,
2934
2934
  0,
2935
2935
  [_mi, _ma],
2936
- [0, 0]
2936
+ [0, 0], 2
2937
2937
  ];
2938
2938
  var CommandPayload$ = [3, n0, _CPo,
2939
2939
  0,
@@ -2963,7 +2963,7 @@ var ConfigurationDetails$ = [3, n0, _CDo,
2963
2963
  var ConfirmTopicRuleDestinationRequest$ = [3, n0, _CTRDR,
2964
2964
  0,
2965
2965
  [_cTon],
2966
- [[0, 1]]
2966
+ [[0, 1]], 1
2967
2967
  ];
2968
2968
  var ConfirmTopicRuleDestinationResponse$ = [3, n0, _CTRDRo,
2969
2969
  0,
@@ -2985,7 +2985,7 @@ schema.TypeRegistry.for(n0).registerError(ConflictingResourceUpdateException$, C
2985
2985
  var CreateAuditSuppressionRequest$ = [3, n0, _CASR,
2986
2986
  0,
2987
2987
  [_cN, _rI, _eD, _sI, _d, _cRT],
2988
- [0, () => ResourceIdentifier$, 4, 2, 0, [0, 4]]
2988
+ [0, () => ResourceIdentifier$, 4, 2, 0, [0, 4]], 2
2989
2989
  ];
2990
2990
  var CreateAuditSuppressionResponse$ = [3, n0, _CASRr,
2991
2991
  0,
@@ -2995,7 +2995,7 @@ var CreateAuditSuppressionResponse$ = [3, n0, _CASRr,
2995
2995
  var CreateAuthorizerRequest$ = [3, n0, _CAR,
2996
2996
  0,
2997
2997
  [_aNu, _aFA, _tKN, _tSPK, _st, _tag, _sD, _eCFH],
2998
- [[0, 1], 0, 0, 128 | 0, 0, () => TagList, 2, 2]
2998
+ [[0, 1], 0, 0, 128 | 0, 0, () => TagList, 2, 2], 2
2999
2999
  ];
3000
3000
  var CreateAuthorizerResponse$ = [3, n0, _CARr,
3001
3001
  0,
@@ -3005,7 +3005,7 @@ var CreateAuthorizerResponse$ = [3, n0, _CARr,
3005
3005
  var CreateBillingGroupRequest$ = [3, n0, _CBGR,
3006
3006
  0,
3007
3007
  [_bGN, _bGP, _tag],
3008
- [[0, 1], () => BillingGroupProperties$, () => TagList]
3008
+ [[0, 1], () => BillingGroupProperties$, () => TagList], 1
3009
3009
  ];
3010
3010
  var CreateBillingGroupResponse$ = [3, n0, _CBGRr,
3011
3011
  0,
@@ -3015,7 +3015,7 @@ var CreateBillingGroupResponse$ = [3, n0, _CBGRr,
3015
3015
  var CreateCertificateFromCsrRequest$ = [3, n0, _CCFCR,
3016
3016
  0,
3017
3017
  [_cSR, _sAA],
3018
- [0, [2, { [_hQ]: _sAA }]]
3018
+ [0, [2, { [_hQ]: _sAA }]], 1
3019
3019
  ];
3020
3020
  var CreateCertificateFromCsrResponse$ = [3, n0, _CCFCRr,
3021
3021
  0,
@@ -3025,7 +3025,7 @@ var CreateCertificateFromCsrResponse$ = [3, n0, _CCFCRr,
3025
3025
  var CreateCertificateProviderRequest$ = [3, n0, _CCPR,
3026
3026
  0,
3027
3027
  [_cPN, _lFA, _aDFO, _cT, _tag],
3028
- [[0, 1], 0, 64 | 0, [0, 4], () => TagList]
3028
+ [[0, 1], 0, 64 | 0, [0, 4], () => TagList], 3
3029
3029
  ];
3030
3030
  var CreateCertificateProviderResponse$ = [3, n0, _CCPRr,
3031
3031
  0,
@@ -3035,7 +3035,7 @@ var CreateCertificateProviderResponse$ = [3, n0, _CCPRr,
3035
3035
  var CreateCommandRequest$ = [3, n0, _CCR,
3036
3036
  0,
3037
3037
  [_cIo, _na, _dN, _d, _pa, _pT, _pre, _mP, _rA, _tag],
3038
- [[0, 1], 0, 0, 0, () => CommandPayload$, 0, () => CommandPreprocessor$, () => CommandParameterList, 0, () => TagList]
3038
+ [[0, 1], 0, 0, 0, () => CommandPayload$, 0, () => CommandPreprocessor$, () => CommandParameterList, 0, () => TagList], 1
3039
3039
  ];
3040
3040
  var CreateCommandResponse$ = [3, n0, _CCRr,
3041
3041
  0,
@@ -3044,8 +3044,8 @@ var CreateCommandResponse$ = [3, n0, _CCRr,
3044
3044
  ];
3045
3045
  var CreateCustomMetricRequest$ = [3, n0, _CCMR,
3046
3046
  0,
3047
- [_mNe, _dN, _mTe, _tag, _cRT],
3048
- [[0, 1], 0, 0, () => TagList, [0, 4]]
3047
+ [_mNe, _mTe, _dN, _tag, _cRT],
3048
+ [[0, 1], 0, 0, () => TagList, [0, 4]], 2
3049
3049
  ];
3050
3050
  var CreateCustomMetricResponse$ = [3, n0, _CCMRr,
3051
3051
  0,
@@ -3055,7 +3055,7 @@ var CreateCustomMetricResponse$ = [3, n0, _CCMRr,
3055
3055
  var CreateDimensionRequest$ = [3, n0, _CDR,
3056
3056
  0,
3057
3057
  [_n, _ty, _sVt, _tag, _cRT],
3058
- [[0, 1], 0, 64 | 0, () => TagList, [0, 4]]
3058
+ [[0, 1], 0, 64 | 0, () => TagList, [0, 4]], 3
3059
3059
  ];
3060
3060
  var CreateDimensionResponse$ = [3, n0, _CDRr,
3061
3061
  0,
@@ -3065,7 +3065,7 @@ var CreateDimensionResponse$ = [3, n0, _CDRr,
3065
3065
  var CreateDomainConfigurationRequest$ = [3, n0, _CDCR,
3066
3066
  0,
3067
3067
  [_dCN, _dNo, _sCA, _vCA, _aC, _sTe, _tag, _tC, _sCC, _aTu, _aP, _cCC],
3068
- [[0, 1], 0, 64 | 0, 0, () => AuthorizerConfig$, 0, () => TagList, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$]
3068
+ [[0, 1], 0, 64 | 0, 0, () => AuthorizerConfig$, 0, () => TagList, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$], 1
3069
3069
  ];
3070
3070
  var CreateDomainConfigurationResponse$ = [3, n0, _CDCRr,
3071
3071
  0,
@@ -3074,8 +3074,8 @@ var CreateDomainConfigurationResponse$ = [3, n0, _CDCRr,
3074
3074
  ];
3075
3075
  var CreateDynamicThingGroupRequest$ = [3, n0, _CDTGR,
3076
3076
  0,
3077
- [_tGNh, _tGP, _iN, _qS, _qV, _tag],
3078
- [[0, 1], () => ThingGroupProperties$, 0, 0, 0, () => TagList]
3077
+ [_tGNh, _qS, _tGP, _iN, _qV, _tag],
3078
+ [[0, 1], 0, () => ThingGroupProperties$, 0, 0, () => TagList], 2
3079
3079
  ];
3080
3080
  var CreateDynamicThingGroupResponse$ = [3, n0, _CDTGRr,
3081
3081
  0,
@@ -3085,7 +3085,7 @@ var CreateDynamicThingGroupResponse$ = [3, n0, _CDTGRr,
3085
3085
  var CreateFleetMetricRequest$ = [3, n0, _CFMR,
3086
3086
  0,
3087
3087
  [_mNe, _qS, _aTg, _pe, _aF, _d, _qV, _iN, _u, _tag],
3088
- [[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0, 0, () => TagList]
3088
+ [[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0, 0, () => TagList], 5
3089
3089
  ];
3090
3090
  var CreateFleetMetricResponse$ = [3, n0, _CFMRr,
3091
3091
  0,
@@ -3095,7 +3095,7 @@ var CreateFleetMetricResponse$ = [3, n0, _CFMRr,
3095
3095
  var CreateJobRequest$ = [3, n0, _CJRr,
3096
3096
  0,
3097
3097
  [_jI, _ta, _dSo, _do, _d, _pUC, _tSa, _jERC, _aCb, _tCi, _tag, _nI, _jTA, _jERCo, _dP, _sC, _dPV],
3098
- [[0, 1], 64 | 0, 0, 0, 0, () => PresignedUrlConfig$, 0, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, 0, 0, () => JobExecutionsRetryConfig$, 128 | 0, () => SchedulingConfig$, 64 | 0]
3098
+ [[0, 1], 64 | 0, 0, 0, 0, () => PresignedUrlConfig$, 0, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, 0, 0, () => JobExecutionsRetryConfig$, 128 | 0, () => SchedulingConfig$, 64 | 0], 2
3099
3099
  ];
3100
3100
  var CreateJobResponse$ = [3, n0, _CJRre,
3101
3101
  0,
@@ -3104,8 +3104,8 @@ var CreateJobResponse$ = [3, n0, _CJRre,
3104
3104
  ];
3105
3105
  var CreateJobTemplateRequest$ = [3, n0, _CJTR,
3106
3106
  0,
3107
- [_jTI, _jA, _dSo, _do, _d, _pUC, _jERC, _aCb, _tCi, _tag, _jERCo, _mW, _dPV],
3108
- [[0, 1], 0, 0, 0, 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, () => JobExecutionsRetryConfig$, () => MaintenanceWindows, 64 | 0]
3107
+ [_jTI, _d, _jA, _dSo, _do, _pUC, _jERC, _aCb, _tCi, _tag, _jERCo, _mW, _dPV],
3108
+ [[0, 1], 0, 0, 0, 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, () => TagList, () => JobExecutionsRetryConfig$, () => MaintenanceWindows, 64 | 0], 2
3109
3109
  ];
3110
3110
  var CreateJobTemplateResponse$ = [3, n0, _CJTRr,
3111
3111
  0,
@@ -3125,7 +3125,7 @@ var CreateKeysAndCertificateResponse$ = [3, n0, _CKACRr,
3125
3125
  var CreateMitigationActionRequest$ = [3, n0, _CMAR,
3126
3126
  0,
3127
3127
  [_aN, _rA, _aPc, _tag],
3128
- [[0, 1], 0, () => MitigationActionParams$, () => TagList]
3128
+ [[0, 1], 0, () => MitigationActionParams$, () => TagList], 3
3129
3129
  ];
3130
3130
  var CreateMitigationActionResponse$ = [3, n0, _CMARr,
3131
3131
  0,
@@ -3134,8 +3134,8 @@ var CreateMitigationActionResponse$ = [3, n0, _CMARr,
3134
3134
  ];
3135
3135
  var CreateOTAUpdateRequest$ = [3, n0, _COTAUR,
3136
3136
  0,
3137
- [_oUI, _d, _ta, _pro, _tSa, _aJERC, _aJPUC, _aJAC, _aJTC, _fi, _rA, _aPd, _tag],
3138
- [[0, 1], 0, 64 | 0, 64 | 0, 0, () => AwsJobExecutionsRolloutConfig$, () => AwsJobPresignedUrlConfig$, () => AwsJobAbortConfig$, () => AwsJobTimeoutConfig$, () => OTAUpdateFiles, 0, 128 | 0, () => TagList]
3137
+ [_oUI, _ta, _fi, _rA, _d, _pro, _tSa, _aJERC, _aJPUC, _aJAC, _aJTC, _aPd, _tag],
3138
+ [[0, 1], 64 | 0, () => OTAUpdateFiles, 0, 0, 64 | 0, 0, () => AwsJobExecutionsRolloutConfig$, () => AwsJobPresignedUrlConfig$, () => AwsJobAbortConfig$, () => AwsJobTimeoutConfig$, 128 | 0, () => TagList], 4
3139
3139
  ];
3140
3140
  var CreateOTAUpdateResponse$ = [3, n0, _COTAURr,
3141
3141
  0,
@@ -3145,7 +3145,7 @@ var CreateOTAUpdateResponse$ = [3, n0, _COTAURr,
3145
3145
  var CreatePackageRequest$ = [3, n0, _CPR,
3146
3146
  0,
3147
3147
  [_pN, _d, _tag, _cT],
3148
- [[0, 1], [() => ResourceDescription, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT]: 1 }]]
3148
+ [[0, 1], [() => ResourceDescription, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
3149
3149
  ];
3150
3150
  var CreatePackageResponse$ = [3, n0, _CPRr,
3151
3151
  0,
@@ -3155,7 +3155,7 @@ var CreatePackageResponse$ = [3, n0, _CPRr,
3155
3155
  var CreatePackageVersionRequest$ = [3, n0, _CPVR,
3156
3156
  0,
3157
3157
  [_pN, _vN, _d, _at, _art, _rec, _tag, _cT],
3158
- [[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, [() => PackageVersionRecipe, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT]: 1 }]]
3158
+ [[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, [() => PackageVersionRecipe, 0], 128 | 0, [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
3159
3159
  ];
3160
3160
  var CreatePackageVersionResponse$ = [3, n0, _CPVRr,
3161
3161
  0,
@@ -3165,7 +3165,7 @@ var CreatePackageVersionResponse$ = [3, n0, _CPVRr,
3165
3165
  var CreatePolicyRequest$ = [3, n0, _CPRre,
3166
3166
  0,
3167
3167
  [_pNo, _pDo, _tag],
3168
- [[0, 1], 0, () => TagList]
3168
+ [[0, 1], 0, () => TagList], 2
3169
3169
  ];
3170
3170
  var CreatePolicyResponse$ = [3, n0, _CPRrea,
3171
3171
  0,
@@ -3175,7 +3175,7 @@ var CreatePolicyResponse$ = [3, n0, _CPRrea,
3175
3175
  var CreatePolicyVersionRequest$ = [3, n0, _CPVRre,
3176
3176
  0,
3177
3177
  [_pNo, _pDo, _sAD],
3178
- [[0, 1], 0, [2, { [_hQ]: _sAD }]]
3178
+ [[0, 1], 0, [2, { [_hQ]: _sAD }]], 2
3179
3179
  ];
3180
3180
  var CreatePolicyVersionResponse$ = [3, n0, _CPVRrea,
3181
3181
  0,
@@ -3185,7 +3185,7 @@ var CreatePolicyVersionResponse$ = [3, n0, _CPVRrea,
3185
3185
  var CreateProvisioningClaimRequest$ = [3, n0, _CPCR,
3186
3186
  0,
3187
3187
  [_tNe],
3188
- [[0, 1]]
3188
+ [[0, 1]], 1
3189
3189
  ];
3190
3190
  var CreateProvisioningClaimResponse$ = [3, n0, _CPCRr,
3191
3191
  0,
@@ -3194,8 +3194,8 @@ var CreateProvisioningClaimResponse$ = [3, n0, _CPCRr,
3194
3194
  ];
3195
3195
  var CreateProvisioningTemplateRequest$ = [3, n0, _CPTR,
3196
3196
  0,
3197
- [_tNe, _d, _tB, _en, _pRA, _pPH, _tag, _ty],
3198
- [0, 0, 0, 2, 0, () => ProvisioningHook$, () => TagList, 0]
3197
+ [_tNe, _tB, _pRA, _d, _en, _pPH, _tag, _ty],
3198
+ [0, 0, 0, 0, 2, () => ProvisioningHook$, () => TagList, 0], 3
3199
3199
  ];
3200
3200
  var CreateProvisioningTemplateResponse$ = [3, n0, _CPTRr,
3201
3201
  0,
@@ -3205,7 +3205,7 @@ var CreateProvisioningTemplateResponse$ = [3, n0, _CPTRr,
3205
3205
  var CreateProvisioningTemplateVersionRequest$ = [3, n0, _CPTVR,
3206
3206
  0,
3207
3207
  [_tNe, _tB, _sAD],
3208
- [[0, 1], 0, [2, { [_hQ]: _sAD }]]
3208
+ [[0, 1], 0, [2, { [_hQ]: _sAD }]], 2
3209
3209
  ];
3210
3210
  var CreateProvisioningTemplateVersionResponse$ = [3, n0, _CPTVRr,
3211
3211
  0,
@@ -3215,7 +3215,7 @@ var CreateProvisioningTemplateVersionResponse$ = [3, n0, _CPTVRr,
3215
3215
  var CreateRoleAliasRequest$ = [3, n0, _CRAR,
3216
3216
  0,
3217
3217
  [_rAo, _rA, _cDS, _tag],
3218
- [[0, 1], 0, 1, () => TagList]
3218
+ [[0, 1], 0, 1, () => TagList], 2
3219
3219
  ];
3220
3220
  var CreateRoleAliasResponse$ = [3, n0, _CRARr,
3221
3221
  0,
@@ -3224,8 +3224,8 @@ var CreateRoleAliasResponse$ = [3, n0, _CRARr,
3224
3224
  ];
3225
3225
  var CreateScheduledAuditRequest$ = [3, n0, _CSAR,
3226
3226
  0,
3227
- [_fr, _dOM, _dOW, _tCN, _sAN, _tag],
3228
- [0, 0, 0, 64 | 0, [0, 1], () => TagList]
3227
+ [_fr, _tCN, _sAN, _dOM, _dOW, _tag],
3228
+ [0, 64 | 0, [0, 1], 0, 0, () => TagList], 3
3229
3229
  ];
3230
3230
  var CreateScheduledAuditResponse$ = [3, n0, _CSARr,
3231
3231
  0,
@@ -3235,7 +3235,7 @@ var CreateScheduledAuditResponse$ = [3, n0, _CSARr,
3235
3235
  var CreateSecurityProfileRequest$ = [3, n0, _CSPR,
3236
3236
  0,
3237
3237
  [_sPN, _sPD, _be, _aTl, _aMTR, _aMTRV, _tag, _mEC],
3238
- [[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, () => TagList, () => MetricsExportConfig$]
3238
+ [[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, () => TagList, () => MetricsExportConfig$], 1
3239
3239
  ];
3240
3240
  var CreateSecurityProfileResponse$ = [3, n0, _CSPRr,
3241
3241
  0,
@@ -3244,8 +3244,8 @@ var CreateSecurityProfileResponse$ = [3, n0, _CSPRr,
3244
3244
  ];
3245
3245
  var CreateStreamRequest$ = [3, n0, _CSR,
3246
3246
  0,
3247
- [_sIt, _d, _fi, _rA, _tag],
3248
- [[0, 1], 0, () => StreamFiles, 0, () => TagList]
3247
+ [_sIt, _fi, _rA, _d, _tag],
3248
+ [[0, 1], () => StreamFiles, 0, 0, () => TagList], 3
3249
3249
  ];
3250
3250
  var CreateStreamResponse$ = [3, n0, _CSRr,
3251
3251
  0,
@@ -3255,7 +3255,7 @@ var CreateStreamResponse$ = [3, n0, _CSRr,
3255
3255
  var CreateThingGroupRequest$ = [3, n0, _CTGR,
3256
3256
  0,
3257
3257
  [_tGNh, _pGN, _tGP, _tag],
3258
- [[0, 1], 0, () => ThingGroupProperties$, () => TagList]
3258
+ [[0, 1], 0, () => ThingGroupProperties$, () => TagList], 1
3259
3259
  ];
3260
3260
  var CreateThingGroupResponse$ = [3, n0, _CTGRr,
3261
3261
  0,
@@ -3265,7 +3265,7 @@ var CreateThingGroupResponse$ = [3, n0, _CTGRr,
3265
3265
  var CreateThingRequest$ = [3, n0, _CTR,
3266
3266
  0,
3267
3267
  [_tN, _tTN, _aPt, _bGN],
3268
- [[0, 1], 0, () => AttributePayload$, 0]
3268
+ [[0, 1], 0, () => AttributePayload$, 0], 1
3269
3269
  ];
3270
3270
  var CreateThingResponse$ = [3, n0, _CTRr,
3271
3271
  0,
@@ -3275,7 +3275,7 @@ var CreateThingResponse$ = [3, n0, _CTRr,
3275
3275
  var CreateThingTypeRequest$ = [3, n0, _CTTR,
3276
3276
  0,
3277
3277
  [_tTN, _tTP, _tag],
3278
- [[0, 1], () => ThingTypeProperties$, () => TagList]
3278
+ [[0, 1], () => ThingTypeProperties$, () => TagList], 1
3279
3279
  ];
3280
3280
  var CreateThingTypeResponse$ = [3, n0, _CTTRr,
3281
3281
  0,
@@ -3285,7 +3285,7 @@ var CreateThingTypeResponse$ = [3, n0, _CTTRr,
3285
3285
  var CreateTopicRuleDestinationRequest$ = [3, n0, _CTRDRr,
3286
3286
  0,
3287
3287
  [_dC],
3288
- [() => TopicRuleDestinationConfiguration$]
3288
+ [() => TopicRuleDestinationConfiguration$], 1
3289
3289
  ];
3290
3290
  var CreateTopicRuleDestinationResponse$ = [3, n0, _CTRDRre,
3291
3291
  0,
@@ -3295,7 +3295,7 @@ var CreateTopicRuleDestinationResponse$ = [3, n0, _CTRDRre,
3295
3295
  var CreateTopicRuleRequest$ = [3, n0, _CTRR,
3296
3296
  0,
3297
3297
  [_rN, _tRP, _tag],
3298
- [[0, 1], [() => TopicRulePayload$, 16], [0, { [_hH]: _xat }]]
3298
+ [[0, 1], [() => TopicRulePayload$, 16], [0, { [_hH]: _xat }]], 2
3299
3299
  ];
3300
3300
  var CustomCodeSigning$ = [3, n0, _CCS,
3301
3301
  0,
@@ -3315,7 +3315,7 @@ var DeleteAccountAuditConfigurationResponse$ = [3, n0, _DAACRe,
3315
3315
  var DeleteAuditSuppressionRequest$ = [3, n0, _DASR,
3316
3316
  0,
3317
3317
  [_cN, _rI],
3318
- [0, () => ResourceIdentifier$]
3318
+ [0, () => ResourceIdentifier$], 2
3319
3319
  ];
3320
3320
  var DeleteAuditSuppressionResponse$ = [3, n0, _DASRe,
3321
3321
  0,
@@ -3325,7 +3325,7 @@ var DeleteAuditSuppressionResponse$ = [3, n0, _DASRe,
3325
3325
  var DeleteAuthorizerRequest$ = [3, n0, _DAR,
3326
3326
  0,
3327
3327
  [_aNu],
3328
- [[0, 1]]
3328
+ [[0, 1]], 1
3329
3329
  ];
3330
3330
  var DeleteAuthorizerResponse$ = [3, n0, _DARe,
3331
3331
  0,
@@ -3335,7 +3335,7 @@ var DeleteAuthorizerResponse$ = [3, n0, _DARe,
3335
3335
  var DeleteBillingGroupRequest$ = [3, n0, _DBGR,
3336
3336
  0,
3337
3337
  [_bGN, _eV],
3338
- [[0, 1], [1, { [_hQ]: _eV }]]
3338
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3339
3339
  ];
3340
3340
  var DeleteBillingGroupResponse$ = [3, n0, _DBGRe,
3341
3341
  0,
@@ -3345,7 +3345,7 @@ var DeleteBillingGroupResponse$ = [3, n0, _DBGRe,
3345
3345
  var DeleteCACertificateRequest$ = [3, n0, _DCACR,
3346
3346
  0,
3347
3347
  [_cI],
3348
- [[0, 1]]
3348
+ [[0, 1]], 1
3349
3349
  ];
3350
3350
  var DeleteCACertificateResponse$ = [3, n0, _DCACRe,
3351
3351
  0,
@@ -3355,7 +3355,7 @@ var DeleteCACertificateResponse$ = [3, n0, _DCACRe,
3355
3355
  var DeleteCertificateProviderRequest$ = [3, n0, _DCPR,
3356
3356
  0,
3357
3357
  [_cPN],
3358
- [[0, 1]]
3358
+ [[0, 1]], 1
3359
3359
  ];
3360
3360
  var DeleteCertificateProviderResponse$ = [3, n0, _DCPRe,
3361
3361
  0,
@@ -3365,12 +3365,12 @@ var DeleteCertificateProviderResponse$ = [3, n0, _DCPRe,
3365
3365
  var DeleteCertificateRequest$ = [3, n0, _DCR,
3366
3366
  0,
3367
3367
  [_cI, _fD],
3368
- [[0, 1], [2, { [_hQ]: _fD }]]
3368
+ [[0, 1], [2, { [_hQ]: _fD }]], 1
3369
3369
  ];
3370
3370
  var DeleteCommandExecutionRequest$ = [3, n0, _DCER,
3371
3371
  0,
3372
3372
  [_eI, _tAa],
3373
- [[0, 1], [0, { [_hQ]: _tAa }]]
3373
+ [[0, 1], [0, { [_hQ]: _tAa }]], 2
3374
3374
  ];
3375
3375
  var DeleteCommandExecutionResponse$ = [3, n0, _DCERe,
3376
3376
  0,
@@ -3380,7 +3380,7 @@ var DeleteCommandExecutionResponse$ = [3, n0, _DCERe,
3380
3380
  var DeleteCommandRequest$ = [3, n0, _DCRe,
3381
3381
  0,
3382
3382
  [_cIo],
3383
- [[0, 1]]
3383
+ [[0, 1]], 1
3384
3384
  ];
3385
3385
  var DeleteCommandResponse$ = [3, n0, _DCRel,
3386
3386
  0,
@@ -3396,7 +3396,7 @@ schema.TypeRegistry.for(n0).registerError(DeleteConflictException$, DeleteConfli
3396
3396
  var DeleteCustomMetricRequest$ = [3, n0, _DCMR,
3397
3397
  0,
3398
3398
  [_mNe],
3399
- [[0, 1]]
3399
+ [[0, 1]], 1
3400
3400
  ];
3401
3401
  var DeleteCustomMetricResponse$ = [3, n0, _DCMRe,
3402
3402
  0,
@@ -3406,7 +3406,7 @@ var DeleteCustomMetricResponse$ = [3, n0, _DCMRe,
3406
3406
  var DeleteDimensionRequest$ = [3, n0, _DDR,
3407
3407
  0,
3408
3408
  [_n],
3409
- [[0, 1]]
3409
+ [[0, 1]], 1
3410
3410
  ];
3411
3411
  var DeleteDimensionResponse$ = [3, n0, _DDRe,
3412
3412
  0,
@@ -3416,7 +3416,7 @@ var DeleteDimensionResponse$ = [3, n0, _DDRe,
3416
3416
  var DeleteDomainConfigurationRequest$ = [3, n0, _DDCR,
3417
3417
  0,
3418
3418
  [_dCN],
3419
- [[0, 1]]
3419
+ [[0, 1]], 1
3420
3420
  ];
3421
3421
  var DeleteDomainConfigurationResponse$ = [3, n0, _DDCRe,
3422
3422
  0,
@@ -3426,7 +3426,7 @@ var DeleteDomainConfigurationResponse$ = [3, n0, _DDCRe,
3426
3426
  var DeleteDynamicThingGroupRequest$ = [3, n0, _DDTGR,
3427
3427
  0,
3428
3428
  [_tGNh, _eV],
3429
- [[0, 1], [1, { [_hQ]: _eV }]]
3429
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3430
3430
  ];
3431
3431
  var DeleteDynamicThingGroupResponse$ = [3, n0, _DDTGRe,
3432
3432
  0,
@@ -3436,27 +3436,27 @@ var DeleteDynamicThingGroupResponse$ = [3, n0, _DDTGRe,
3436
3436
  var DeleteFleetMetricRequest$ = [3, n0, _DFMR,
3437
3437
  0,
3438
3438
  [_mNe, _eV],
3439
- [[0, 1], [1, { [_hQ]: _eV }]]
3439
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3440
3440
  ];
3441
3441
  var DeleteJobExecutionRequest$ = [3, n0, _DJER,
3442
3442
  0,
3443
3443
  [_jI, _tN, _eN, _fo, _nI],
3444
- [[0, 1], [0, 1], [1, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]]
3444
+ [[0, 1], [0, 1], [1, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]], 3
3445
3445
  ];
3446
3446
  var DeleteJobRequest$ = [3, n0, _DJR,
3447
3447
  0,
3448
3448
  [_jI, _fo, _nI],
3449
- [[0, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]]
3449
+ [[0, 1], [2, { [_hQ]: _fo }], [0, { [_hQ]: _nI }]], 1
3450
3450
  ];
3451
3451
  var DeleteJobTemplateRequest$ = [3, n0, _DJTR,
3452
3452
  0,
3453
3453
  [_jTI],
3454
- [[0, 1]]
3454
+ [[0, 1]], 1
3455
3455
  ];
3456
3456
  var DeleteMitigationActionRequest$ = [3, n0, _DMAR,
3457
3457
  0,
3458
3458
  [_aN],
3459
- [[0, 1]]
3459
+ [[0, 1]], 1
3460
3460
  ];
3461
3461
  var DeleteMitigationActionResponse$ = [3, n0, _DMARe,
3462
3462
  0,
@@ -3466,7 +3466,7 @@ var DeleteMitigationActionResponse$ = [3, n0, _DMARe,
3466
3466
  var DeleteOTAUpdateRequest$ = [3, n0, _DOTAUR,
3467
3467
  0,
3468
3468
  [_oUI, _dSe, _fDAWSJ],
3469
- [[0, 1], [2, { [_hQ]: _dSe }], [2, { [_hQ]: _fDAWSJ }]]
3469
+ [[0, 1], [2, { [_hQ]: _dSe }], [2, { [_hQ]: _fDAWSJ }]], 1
3470
3470
  ];
3471
3471
  var DeleteOTAUpdateResponse$ = [3, n0, _DOTAURe,
3472
3472
  0,
@@ -3476,7 +3476,7 @@ var DeleteOTAUpdateResponse$ = [3, n0, _DOTAURe,
3476
3476
  var DeletePackageRequest$ = [3, n0, _DPR,
3477
3477
  0,
3478
3478
  [_pN, _cT],
3479
- [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]]
3479
+ [[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
3480
3480
  ];
3481
3481
  var DeletePackageResponse$ = [3, n0, _DPRe,
3482
3482
  0,
@@ -3486,7 +3486,7 @@ var DeletePackageResponse$ = [3, n0, _DPRe,
3486
3486
  var DeletePackageVersionRequest$ = [3, n0, _DPVR,
3487
3487
  0,
3488
3488
  [_pN, _vN, _cT],
3489
- [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]]
3489
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
3490
3490
  ];
3491
3491
  var DeletePackageVersionResponse$ = [3, n0, _DPVRe,
3492
3492
  0,
@@ -3496,17 +3496,17 @@ var DeletePackageVersionResponse$ = [3, n0, _DPVRe,
3496
3496
  var DeletePolicyRequest$ = [3, n0, _DPRel,
3497
3497
  0,
3498
3498
  [_pNo],
3499
- [[0, 1]]
3499
+ [[0, 1]], 1
3500
3500
  ];
3501
3501
  var DeletePolicyVersionRequest$ = [3, n0, _DPVRel,
3502
3502
  0,
3503
3503
  [_pNo, _pVI],
3504
- [[0, 1], [0, 1]]
3504
+ [[0, 1], [0, 1]], 2
3505
3505
  ];
3506
3506
  var DeleteProvisioningTemplateRequest$ = [3, n0, _DPTR,
3507
3507
  0,
3508
3508
  [_tNe],
3509
- [[0, 1]]
3509
+ [[0, 1]], 1
3510
3510
  ];
3511
3511
  var DeleteProvisioningTemplateResponse$ = [3, n0, _DPTRe,
3512
3512
  0,
@@ -3516,7 +3516,7 @@ var DeleteProvisioningTemplateResponse$ = [3, n0, _DPTRe,
3516
3516
  var DeleteProvisioningTemplateVersionRequest$ = [3, n0, _DPTVR,
3517
3517
  0,
3518
3518
  [_tNe, _vIe],
3519
- [[0, 1], [1, 1]]
3519
+ [[0, 1], [1, 1]], 2
3520
3520
  ];
3521
3521
  var DeleteProvisioningTemplateVersionResponse$ = [3, n0, _DPTVRe,
3522
3522
  0,
@@ -3536,7 +3536,7 @@ var DeleteRegistrationCodeResponse$ = [3, n0, _DRCRe,
3536
3536
  var DeleteRoleAliasRequest$ = [3, n0, _DRAR,
3537
3537
  0,
3538
3538
  [_rAo],
3539
- [[0, 1]]
3539
+ [[0, 1]], 1
3540
3540
  ];
3541
3541
  var DeleteRoleAliasResponse$ = [3, n0, _DRARe,
3542
3542
  0,
@@ -3546,7 +3546,7 @@ var DeleteRoleAliasResponse$ = [3, n0, _DRARe,
3546
3546
  var DeleteScheduledAuditRequest$ = [3, n0, _DSAR,
3547
3547
  0,
3548
3548
  [_sAN],
3549
- [[0, 1]]
3549
+ [[0, 1]], 1
3550
3550
  ];
3551
3551
  var DeleteScheduledAuditResponse$ = [3, n0, _DSARe,
3552
3552
  0,
@@ -3556,7 +3556,7 @@ var DeleteScheduledAuditResponse$ = [3, n0, _DSARe,
3556
3556
  var DeleteSecurityProfileRequest$ = [3, n0, _DSPR,
3557
3557
  0,
3558
3558
  [_sPN, _eV],
3559
- [[0, 1], [1, { [_hQ]: _eV }]]
3559
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3560
3560
  ];
3561
3561
  var DeleteSecurityProfileResponse$ = [3, n0, _DSPRe,
3562
3562
  0,
@@ -3566,7 +3566,7 @@ var DeleteSecurityProfileResponse$ = [3, n0, _DSPRe,
3566
3566
  var DeleteStreamRequest$ = [3, n0, _DSR,
3567
3567
  0,
3568
3568
  [_sIt],
3569
- [[0, 1]]
3569
+ [[0, 1]], 1
3570
3570
  ];
3571
3571
  var DeleteStreamResponse$ = [3, n0, _DSRe,
3572
3572
  0,
@@ -3576,7 +3576,7 @@ var DeleteStreamResponse$ = [3, n0, _DSRe,
3576
3576
  var DeleteThingGroupRequest$ = [3, n0, _DTGR,
3577
3577
  0,
3578
3578
  [_tGNh, _eV],
3579
- [[0, 1], [1, { [_hQ]: _eV }]]
3579
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3580
3580
  ];
3581
3581
  var DeleteThingGroupResponse$ = [3, n0, _DTGRe,
3582
3582
  0,
@@ -3586,7 +3586,7 @@ var DeleteThingGroupResponse$ = [3, n0, _DTGRe,
3586
3586
  var DeleteThingRequest$ = [3, n0, _DTR,
3587
3587
  0,
3588
3588
  [_tN, _eV],
3589
- [[0, 1], [1, { [_hQ]: _eV }]]
3589
+ [[0, 1], [1, { [_hQ]: _eV }]], 1
3590
3590
  ];
3591
3591
  var DeleteThingResponse$ = [3, n0, _DTRe,
3592
3592
  0,
@@ -3596,7 +3596,7 @@ var DeleteThingResponse$ = [3, n0, _DTRe,
3596
3596
  var DeleteThingTypeRequest$ = [3, n0, _DTTR,
3597
3597
  0,
3598
3598
  [_tTN],
3599
- [[0, 1]]
3599
+ [[0, 1]], 1
3600
3600
  ];
3601
3601
  var DeleteThingTypeResponse$ = [3, n0, _DTTRe,
3602
3602
  0,
@@ -3606,7 +3606,7 @@ var DeleteThingTypeResponse$ = [3, n0, _DTTRe,
3606
3606
  var DeleteTopicRuleDestinationRequest$ = [3, n0, _DTRDR,
3607
3607
  0,
3608
3608
  [_ar],
3609
- [[0, 1]]
3609
+ [[0, 1]], 1
3610
3610
  ];
3611
3611
  var DeleteTopicRuleDestinationResponse$ = [3, n0, _DTRDRe,
3612
3612
  0,
@@ -3616,12 +3616,12 @@ var DeleteTopicRuleDestinationResponse$ = [3, n0, _DTRDRe,
3616
3616
  var DeleteTopicRuleRequest$ = [3, n0, _DTRR,
3617
3617
  0,
3618
3618
  [_rN],
3619
- [[0, 1]]
3619
+ [[0, 1]], 1
3620
3620
  ];
3621
3621
  var DeleteV2LoggingLevelRequest$ = [3, n0, _DVLLR,
3622
3622
  0,
3623
3623
  [_tTa, _tNa],
3624
- [[0, { [_hQ]: _tTa }], [0, { [_hQ]: _tNa }]]
3624
+ [[0, { [_hQ]: _tTa }], [0, { [_hQ]: _tNa }]], 2
3625
3625
  ];
3626
3626
  var Denied$ = [3, n0, _De,
3627
3627
  0,
@@ -3631,7 +3631,7 @@ var Denied$ = [3, n0, _De,
3631
3631
  var DeprecateThingTypeRequest$ = [3, n0, _DTTRep,
3632
3632
  0,
3633
3633
  [_tTN, _uD],
3634
- [[0, 1], 2]
3634
+ [[0, 1], 2], 1
3635
3635
  ];
3636
3636
  var DeprecateThingTypeResponse$ = [3, n0, _DTTRepr,
3637
3637
  0,
@@ -3651,7 +3651,7 @@ var DescribeAccountAuditConfigurationResponse$ = [3, n0, _DAACResc,
3651
3651
  var DescribeAuditFindingRequest$ = [3, n0, _DAFR,
3652
3652
  0,
3653
3653
  [_fI],
3654
- [[0, 1]]
3654
+ [[0, 1]], 1
3655
3655
  ];
3656
3656
  var DescribeAuditFindingResponse$ = [3, n0, _DAFRe,
3657
3657
  0,
@@ -3661,7 +3661,7 @@ var DescribeAuditFindingResponse$ = [3, n0, _DAFRe,
3661
3661
  var DescribeAuditMitigationActionsTaskRequest$ = [3, n0, _DAMATR,
3662
3662
  0,
3663
3663
  [_tI],
3664
- [[0, 1]]
3664
+ [[0, 1]], 1
3665
3665
  ];
3666
3666
  var DescribeAuditMitigationActionsTaskResponse$ = [3, n0, _DAMATRe,
3667
3667
  0,
@@ -3671,7 +3671,7 @@ var DescribeAuditMitigationActionsTaskResponse$ = [3, n0, _DAMATRe,
3671
3671
  var DescribeAuditSuppressionRequest$ = [3, n0, _DASRes,
3672
3672
  0,
3673
3673
  [_cN, _rI],
3674
- [0, () => ResourceIdentifier$]
3674
+ [0, () => ResourceIdentifier$], 2
3675
3675
  ];
3676
3676
  var DescribeAuditSuppressionResponse$ = [3, n0, _DASResc,
3677
3677
  0,
@@ -3681,7 +3681,7 @@ var DescribeAuditSuppressionResponse$ = [3, n0, _DASResc,
3681
3681
  var DescribeAuditTaskRequest$ = [3, n0, _DATR,
3682
3682
  0,
3683
3683
  [_tI],
3684
- [[0, 1]]
3684
+ [[0, 1]], 1
3685
3685
  ];
3686
3686
  var DescribeAuditTaskResponse$ = [3, n0, _DATRe,
3687
3687
  0,
@@ -3691,7 +3691,7 @@ var DescribeAuditTaskResponse$ = [3, n0, _DATRe,
3691
3691
  var DescribeAuthorizerRequest$ = [3, n0, _DARes,
3692
3692
  0,
3693
3693
  [_aNu],
3694
- [[0, 1]]
3694
+ [[0, 1]], 1
3695
3695
  ];
3696
3696
  var DescribeAuthorizerResponse$ = [3, n0, _DAResc,
3697
3697
  0,
@@ -3701,7 +3701,7 @@ var DescribeAuthorizerResponse$ = [3, n0, _DAResc,
3701
3701
  var DescribeBillingGroupRequest$ = [3, n0, _DBGRes,
3702
3702
  0,
3703
3703
  [_bGN],
3704
- [[0, 1]]
3704
+ [[0, 1]], 1
3705
3705
  ];
3706
3706
  var DescribeBillingGroupResponse$ = [3, n0, _DBGResc,
3707
3707
  0,
@@ -3711,7 +3711,7 @@ var DescribeBillingGroupResponse$ = [3, n0, _DBGResc,
3711
3711
  var DescribeCACertificateRequest$ = [3, n0, _DCACRes,
3712
3712
  0,
3713
3713
  [_cI],
3714
- [[0, 1]]
3714
+ [[0, 1]], 1
3715
3715
  ];
3716
3716
  var DescribeCACertificateResponse$ = [3, n0, _DCACResc,
3717
3717
  0,
@@ -3721,7 +3721,7 @@ var DescribeCACertificateResponse$ = [3, n0, _DCACResc,
3721
3721
  var DescribeCertificateProviderRequest$ = [3, n0, _DCPRes,
3722
3722
  0,
3723
3723
  [_cPN],
3724
- [[0, 1]]
3724
+ [[0, 1]], 1
3725
3725
  ];
3726
3726
  var DescribeCertificateProviderResponse$ = [3, n0, _DCPResc,
3727
3727
  0,
@@ -3731,7 +3731,7 @@ var DescribeCertificateProviderResponse$ = [3, n0, _DCPResc,
3731
3731
  var DescribeCertificateRequest$ = [3, n0, _DCRes,
3732
3732
  0,
3733
3733
  [_cI],
3734
- [[0, 1]]
3734
+ [[0, 1]], 1
3735
3735
  ];
3736
3736
  var DescribeCertificateResponse$ = [3, n0, _DCResc,
3737
3737
  0,
@@ -3741,7 +3741,7 @@ var DescribeCertificateResponse$ = [3, n0, _DCResc,
3741
3741
  var DescribeCustomMetricRequest$ = [3, n0, _DCMRes,
3742
3742
  0,
3743
3743
  [_mNe],
3744
- [[0, 1]]
3744
+ [[0, 1]], 1
3745
3745
  ];
3746
3746
  var DescribeCustomMetricResponse$ = [3, n0, _DCMResc,
3747
3747
  0,
@@ -3761,7 +3761,7 @@ var DescribeDefaultAuthorizerResponse$ = [3, n0, _DDARe,
3761
3761
  var DescribeDetectMitigationActionsTaskRequest$ = [3, n0, _DDMATR,
3762
3762
  0,
3763
3763
  [_tI],
3764
- [[0, 1]]
3764
+ [[0, 1]], 1
3765
3765
  ];
3766
3766
  var DescribeDetectMitigationActionsTaskResponse$ = [3, n0, _DDMATRe,
3767
3767
  0,
@@ -3771,7 +3771,7 @@ var DescribeDetectMitigationActionsTaskResponse$ = [3, n0, _DDMATRe,
3771
3771
  var DescribeDimensionRequest$ = [3, n0, _DDRes,
3772
3772
  0,
3773
3773
  [_n],
3774
- [[0, 1]]
3774
+ [[0, 1]], 1
3775
3775
  ];
3776
3776
  var DescribeDimensionResponse$ = [3, n0, _DDResc,
3777
3777
  0,
@@ -3781,7 +3781,7 @@ var DescribeDimensionResponse$ = [3, n0, _DDResc,
3781
3781
  var DescribeDomainConfigurationRequest$ = [3, n0, _DDCRes,
3782
3782
  0,
3783
3783
  [_dCN],
3784
- [[0, 1]]
3784
+ [[0, 1]], 1
3785
3785
  ];
3786
3786
  var DescribeDomainConfigurationResponse$ = [3, n0, _DDCResc,
3787
3787
  0,
@@ -3821,7 +3821,7 @@ var DescribeEventConfigurationsResponse$ = [3, n0, _DECResc,
3821
3821
  var DescribeFleetMetricRequest$ = [3, n0, _DFMRe,
3822
3822
  0,
3823
3823
  [_mNe],
3824
- [[0, 1]]
3824
+ [[0, 1]], 1
3825
3825
  ];
3826
3826
  var DescribeFleetMetricResponse$ = [3, n0, _DFMRes,
3827
3827
  0,
@@ -3831,7 +3831,7 @@ var DescribeFleetMetricResponse$ = [3, n0, _DFMRes,
3831
3831
  var DescribeIndexRequest$ = [3, n0, _DIR,
3832
3832
  0,
3833
3833
  [_iN],
3834
- [[0, 1]]
3834
+ [[0, 1]], 1
3835
3835
  ];
3836
3836
  var DescribeIndexResponse$ = [3, n0, _DIRe,
3837
3837
  0,
@@ -3841,7 +3841,7 @@ var DescribeIndexResponse$ = [3, n0, _DIRe,
3841
3841
  var DescribeJobExecutionRequest$ = [3, n0, _DJERe,
3842
3842
  0,
3843
3843
  [_jI, _tN, _eN],
3844
- [[0, 1], [0, 1], [1, { [_hQ]: _eN }]]
3844
+ [[0, 1], [0, 1], [1, { [_hQ]: _eN }]], 2
3845
3845
  ];
3846
3846
  var DescribeJobExecutionResponse$ = [3, n0, _DJERes,
3847
3847
  0,
@@ -3851,7 +3851,7 @@ var DescribeJobExecutionResponse$ = [3, n0, _DJERes,
3851
3851
  var DescribeJobRequest$ = [3, n0, _DJRe,
3852
3852
  0,
3853
3853
  [_jI, _bS],
3854
- [[0, 1], [2, { [_hQ]: _bS }]]
3854
+ [[0, 1], [2, { [_hQ]: _bS }]], 1
3855
3855
  ];
3856
3856
  var DescribeJobResponse$ = [3, n0, _DJRes,
3857
3857
  0,
@@ -3861,7 +3861,7 @@ var DescribeJobResponse$ = [3, n0, _DJRes,
3861
3861
  var DescribeJobTemplateRequest$ = [3, n0, _DJTRe,
3862
3862
  0,
3863
3863
  [_jTI],
3864
- [[0, 1]]
3864
+ [[0, 1]], 1
3865
3865
  ];
3866
3866
  var DescribeJobTemplateResponse$ = [3, n0, _DJTRes,
3867
3867
  0,
@@ -3871,7 +3871,7 @@ var DescribeJobTemplateResponse$ = [3, n0, _DJTRes,
3871
3871
  var DescribeManagedJobTemplateRequest$ = [3, n0, _DMJTR,
3872
3872
  0,
3873
3873
  [_tNe, _tV],
3874
- [[0, 1], [0, { [_hQ]: _tV }]]
3874
+ [[0, 1], [0, { [_hQ]: _tV }]], 1
3875
3875
  ];
3876
3876
  var DescribeManagedJobTemplateResponse$ = [3, n0, _DMJTRe,
3877
3877
  0,
@@ -3881,7 +3881,7 @@ var DescribeManagedJobTemplateResponse$ = [3, n0, _DMJTRe,
3881
3881
  var DescribeMitigationActionRequest$ = [3, n0, _DMARes,
3882
3882
  0,
3883
3883
  [_aN],
3884
- [[0, 1]]
3884
+ [[0, 1]], 1
3885
3885
  ];
3886
3886
  var DescribeMitigationActionResponse$ = [3, n0, _DMAResc,
3887
3887
  0,
@@ -3891,7 +3891,7 @@ var DescribeMitigationActionResponse$ = [3, n0, _DMAResc,
3891
3891
  var DescribeProvisioningTemplateRequest$ = [3, n0, _DPTRes,
3892
3892
  0,
3893
3893
  [_tNe],
3894
- [[0, 1]]
3894
+ [[0, 1]], 1
3895
3895
  ];
3896
3896
  var DescribeProvisioningTemplateResponse$ = [3, n0, _DPTResc,
3897
3897
  0,
@@ -3901,7 +3901,7 @@ var DescribeProvisioningTemplateResponse$ = [3, n0, _DPTResc,
3901
3901
  var DescribeProvisioningTemplateVersionRequest$ = [3, n0, _DPTVRes,
3902
3902
  0,
3903
3903
  [_tNe, _vIe],
3904
- [[0, 1], [1, 1]]
3904
+ [[0, 1], [1, 1]], 2
3905
3905
  ];
3906
3906
  var DescribeProvisioningTemplateVersionResponse$ = [3, n0, _DPTVResc,
3907
3907
  0,
@@ -3911,7 +3911,7 @@ var DescribeProvisioningTemplateVersionResponse$ = [3, n0, _DPTVResc,
3911
3911
  var DescribeRoleAliasRequest$ = [3, n0, _DRARes,
3912
3912
  0,
3913
3913
  [_rAo],
3914
- [[0, 1]]
3914
+ [[0, 1]], 1
3915
3915
  ];
3916
3916
  var DescribeRoleAliasResponse$ = [3, n0, _DRAResc,
3917
3917
  0,
@@ -3921,7 +3921,7 @@ var DescribeRoleAliasResponse$ = [3, n0, _DRAResc,
3921
3921
  var DescribeScheduledAuditRequest$ = [3, n0, _DSARes,
3922
3922
  0,
3923
3923
  [_sAN],
3924
- [[0, 1]]
3924
+ [[0, 1]], 1
3925
3925
  ];
3926
3926
  var DescribeScheduledAuditResponse$ = [3, n0, _DSAResc,
3927
3927
  0,
@@ -3931,7 +3931,7 @@ var DescribeScheduledAuditResponse$ = [3, n0, _DSAResc,
3931
3931
  var DescribeSecurityProfileRequest$ = [3, n0, _DSPRes,
3932
3932
  0,
3933
3933
  [_sPN],
3934
- [[0, 1]]
3934
+ [[0, 1]], 1
3935
3935
  ];
3936
3936
  var DescribeSecurityProfileResponse$ = [3, n0, _DSPResc,
3937
3937
  0,
@@ -3941,7 +3941,7 @@ var DescribeSecurityProfileResponse$ = [3, n0, _DSPResc,
3941
3941
  var DescribeStreamRequest$ = [3, n0, _DSRes,
3942
3942
  0,
3943
3943
  [_sIt],
3944
- [[0, 1]]
3944
+ [[0, 1]], 1
3945
3945
  ];
3946
3946
  var DescribeStreamResponse$ = [3, n0, _DSResc,
3947
3947
  0,
@@ -3951,7 +3951,7 @@ var DescribeStreamResponse$ = [3, n0, _DSResc,
3951
3951
  var DescribeThingGroupRequest$ = [3, n0, _DTGRes,
3952
3952
  0,
3953
3953
  [_tGNh],
3954
- [[0, 1]]
3954
+ [[0, 1]], 1
3955
3955
  ];
3956
3956
  var DescribeThingGroupResponse$ = [3, n0, _DTGResc,
3957
3957
  0,
@@ -3961,7 +3961,7 @@ var DescribeThingGroupResponse$ = [3, n0, _DTGResc,
3961
3961
  var DescribeThingRegistrationTaskRequest$ = [3, n0, _DTRTR,
3962
3962
  0,
3963
3963
  [_tI],
3964
- [[0, 1]]
3964
+ [[0, 1]], 1
3965
3965
  ];
3966
3966
  var DescribeThingRegistrationTaskResponse$ = [3, n0, _DTRTRe,
3967
3967
  0,
@@ -3971,7 +3971,7 @@ var DescribeThingRegistrationTaskResponse$ = [3, n0, _DTRTRe,
3971
3971
  var DescribeThingRequest$ = [3, n0, _DTRes,
3972
3972
  0,
3973
3973
  [_tN],
3974
- [[0, 1]]
3974
+ [[0, 1]], 1
3975
3975
  ];
3976
3976
  var DescribeThingResponse$ = [3, n0, _DTResc,
3977
3977
  0,
@@ -3981,7 +3981,7 @@ var DescribeThingResponse$ = [3, n0, _DTResc,
3981
3981
  var DescribeThingTypeRequest$ = [3, n0, _DTTRes,
3982
3982
  0,
3983
3983
  [_tTN],
3984
- [[0, 1]]
3984
+ [[0, 1]], 1
3985
3985
  ];
3986
3986
  var DescribeThingTypeResponse$ = [3, n0, _DTTResc,
3987
3987
  0,
@@ -3996,17 +3996,17 @@ var Destination$ = [3, n0, _Des,
3996
3996
  var DetachPolicyRequest$ = [3, n0, _DPRet,
3997
3997
  0,
3998
3998
  [_pNo, _tar],
3999
- [[0, 1], 0]
3999
+ [[0, 1], 0], 2
4000
4000
  ];
4001
4001
  var DetachPrincipalPolicyRequest$ = [3, n0, _DPPR,
4002
4002
  0,
4003
4003
  [_pNo, _pr],
4004
- [[0, 1], [0, { [_hH]: _xaip }]]
4004
+ [[0, 1], [0, { [_hH]: _xaip }]], 2
4005
4005
  ];
4006
4006
  var DetachSecurityProfileRequest$ = [3, n0, _DSPRet,
4007
4007
  0,
4008
4008
  [_sPN, _sPTA],
4009
- [[0, 1], [0, { [_hQ]: _sPTA }]]
4009
+ [[0, 1], [0, { [_hQ]: _sPTA }]], 2
4010
4010
  ];
4011
4011
  var DetachSecurityProfileResponse$ = [3, n0, _DSPReta,
4012
4012
  0,
@@ -4016,7 +4016,7 @@ var DetachSecurityProfileResponse$ = [3, n0, _DSPReta,
4016
4016
  var DetachThingPrincipalRequest$ = [3, n0, _DTPR,
4017
4017
  0,
4018
4018
  [_tN, _pr],
4019
- [[0, 1], [0, { [_hH]: _xap }]]
4019
+ [[0, 1], [0, { [_hH]: _xap }]], 2
4020
4020
  ];
4021
4021
  var DetachThingPrincipalResponse$ = [3, n0, _DTPRe,
4022
4022
  0,
@@ -4046,12 +4046,12 @@ var DetectMitigationActionsTaskTarget$ = [3, n0, _DMATT,
4046
4046
  var DisableTopicRuleRequest$ = [3, n0, _DTRRi,
4047
4047
  0,
4048
4048
  [_rN],
4049
- [[0, 1]]
4049
+ [[0, 1]], 1
4050
4050
  ];
4051
4051
  var DisassociateSbomFromPackageVersionRequest$ = [3, n0, _DSFPVR,
4052
4052
  0,
4053
4053
  [_pN, _vN, _cT],
4054
- [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]]
4054
+ [[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
4055
4055
  ];
4056
4056
  var DisassociateSbomFromPackageVersionResponse$ = [3, n0, _DSFPVRi,
4057
4057
  0,
@@ -4070,13 +4070,13 @@ var DomainConfigurationSummary$ = [3, n0, _DCS,
4070
4070
  ];
4071
4071
  var DynamoDBAction$ = [3, n0, _DDBA,
4072
4072
  0,
4073
- [_tNab, _rA, _ope, _hKF, _hKV, _hKT, _rKF, _rKV, _rKT, _pF],
4074
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
4073
+ [_tNab, _rA, _hKF, _hKV, _ope, _hKT, _rKF, _rKV, _rKT, _pF],
4074
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 4
4075
4075
  ];
4076
4076
  var DynamoDBv2Action$ = [3, n0, _DDBAy,
4077
4077
  0,
4078
4078
  [_rA, _pI],
4079
- [0, () => PutItemInput$]
4079
+ [0, () => PutItemInput$], 2
4080
4080
  ];
4081
4081
  var EffectivePolicy$ = [3, n0, _EP,
4082
4082
  0,
@@ -4086,17 +4086,17 @@ var EffectivePolicy$ = [3, n0, _EP,
4086
4086
  var ElasticsearchAction$ = [3, n0, _EA,
4087
4087
  0,
4088
4088
  [_rA, _end, _i, _ty, _id],
4089
- [0, 0, 0, 0, 0]
4089
+ [0, 0, 0, 0, 0], 5
4090
4090
  ];
4091
4091
  var EnableIoTLoggingParams$ = [3, n0, _EITLP,
4092
4092
  0,
4093
4093
  [_rAFL, _lL],
4094
- [0, 0]
4094
+ [0, 0], 2
4095
4095
  ];
4096
4096
  var EnableTopicRuleRequest$ = [3, n0, _ETRR,
4097
4097
  0,
4098
4098
  [_rN],
4099
- [[0, 1]]
4099
+ [[0, 1]], 1
4100
4100
  ];
4101
4101
  var ErrorInfo$ = [3, n0, _EI,
4102
4102
  0,
@@ -4111,7 +4111,7 @@ var ExplicitDeny$ = [3, n0, _ED,
4111
4111
  var ExponentialRolloutRate$ = [3, n0, _ERR,
4112
4112
  0,
4113
4113
  [_bRPM, _iF, _rIC],
4114
- [1, 1, () => RateIncreaseCriteria$]
4114
+ [1, 1, () => RateIncreaseCriteria$], 3
4115
4115
  ];
4116
4116
  var Field$ = [3, n0, _F,
4117
4117
  0,
@@ -4126,7 +4126,7 @@ var FileLocation$ = [3, n0, _FL,
4126
4126
  var FirehoseAction$ = [3, n0, _FA,
4127
4127
  0,
4128
4128
  [_rA, _dSN, _sep, _bM],
4129
- [0, 0, 0, 2]
4129
+ [0, 0, 0, 2], 2
4130
4130
  ];
4131
4131
  var FleetMetricNameAndArn$ = [3, n0, _FMNAA,
4132
4132
  0,
@@ -4150,8 +4150,8 @@ var GetBehaviorModelTrainingSummariesResponse$ = [3, n0, _GBMTSRe,
4150
4150
  ];
4151
4151
  var GetBucketsAggregationRequest$ = [3, n0, _GBAR,
4152
4152
  0,
4153
- [_iN, _qS, _aF, _qV, _bAT],
4154
- [0, 0, 0, 0, () => BucketsAggregationType$]
4153
+ [_qS, _aF, _bAT, _iN, _qV],
4154
+ [0, 0, () => BucketsAggregationType$, 0, 0], 3
4155
4155
  ];
4156
4156
  var GetBucketsAggregationResponse$ = [3, n0, _GBARe,
4157
4157
  0,
@@ -4160,8 +4160,8 @@ var GetBucketsAggregationResponse$ = [3, n0, _GBARe,
4160
4160
  ];
4161
4161
  var GetCardinalityRequest$ = [3, n0, _GCR,
4162
4162
  0,
4163
- [_iN, _qS, _aF, _qV],
4164
- [0, 0, 0, 0]
4163
+ [_qS, _iN, _aF, _qV],
4164
+ [0, 0, 0, 0], 1
4165
4165
  ];
4166
4166
  var GetCardinalityResponse$ = [3, n0, _GCRe,
4167
4167
  0,
@@ -4171,7 +4171,7 @@ var GetCardinalityResponse$ = [3, n0, _GCRe,
4171
4171
  var GetCommandExecutionRequest$ = [3, n0, _GCER,
4172
4172
  0,
4173
4173
  [_eI, _tAa, _iR],
4174
- [[0, 1], [0, { [_hQ]: _tAa }], [2, { [_hQ]: _iR }]]
4174
+ [[0, 1], [0, { [_hQ]: _tAa }], [2, { [_hQ]: _iR }]], 2
4175
4175
  ];
4176
4176
  var GetCommandExecutionResponse$ = [3, n0, _GCERe,
4177
4177
  0,
@@ -4181,7 +4181,7 @@ var GetCommandExecutionResponse$ = [3, n0, _GCERe,
4181
4181
  var GetCommandRequest$ = [3, n0, _GCRet,
4182
4182
  0,
4183
4183
  [_cIo],
4184
- [[0, 1]]
4184
+ [[0, 1]], 1
4185
4185
  ];
4186
4186
  var GetCommandResponse$ = [3, n0, _GCReto,
4187
4187
  0,
@@ -4211,7 +4211,7 @@ var GetIndexingConfigurationResponse$ = [3, n0, _GICRe,
4211
4211
  var GetJobDocumentRequest$ = [3, n0, _GJDR,
4212
4212
  0,
4213
4213
  [_jI, _bS],
4214
- [[0, 1], [2, { [_hQ]: _bS }]]
4214
+ [[0, 1], [2, { [_hQ]: _bS }]], 1
4215
4215
  ];
4216
4216
  var GetJobDocumentResponse$ = [3, n0, _GJDRe,
4217
4217
  0,
@@ -4231,7 +4231,7 @@ var GetLoggingOptionsResponse$ = [3, n0, _GLORe,
4231
4231
  var GetOTAUpdateRequest$ = [3, n0, _GOTAUR,
4232
4232
  0,
4233
4233
  [_oUI],
4234
- [[0, 1]]
4234
+ [[0, 1]], 1
4235
4235
  ];
4236
4236
  var GetOTAUpdateResponse$ = [3, n0, _GOTAURe,
4237
4237
  0,
@@ -4251,7 +4251,7 @@ var GetPackageConfigurationResponse$ = [3, n0, _GPCRe,
4251
4251
  var GetPackageRequest$ = [3, n0, _GPR,
4252
4252
  0,
4253
4253
  [_pN],
4254
- [[0, 1]]
4254
+ [[0, 1]], 1
4255
4255
  ];
4256
4256
  var GetPackageResponse$ = [3, n0, _GPRe,
4257
4257
  0,
@@ -4261,7 +4261,7 @@ var GetPackageResponse$ = [3, n0, _GPRe,
4261
4261
  var GetPackageVersionRequest$ = [3, n0, _GPVR,
4262
4262
  0,
4263
4263
  [_pN, _vN],
4264
- [[0, 1], [0, 1]]
4264
+ [[0, 1], [0, 1]], 2
4265
4265
  ];
4266
4266
  var GetPackageVersionResponse$ = [3, n0, _GPVRe,
4267
4267
  0,
@@ -4270,8 +4270,8 @@ var GetPackageVersionResponse$ = [3, n0, _GPVRe,
4270
4270
  ];
4271
4271
  var GetPercentilesRequest$ = [3, n0, _GPRet,
4272
4272
  0,
4273
- [_iN, _qS, _aF, _qV, _per],
4274
- [0, 0, 0, 0, 64 | 1]
4273
+ [_qS, _iN, _aF, _qV, _per],
4274
+ [0, 0, 0, 0, 64 | 1], 1
4275
4275
  ];
4276
4276
  var GetPercentilesResponse$ = [3, n0, _GPRete,
4277
4277
  0,
@@ -4281,7 +4281,7 @@ var GetPercentilesResponse$ = [3, n0, _GPRete,
4281
4281
  var GetPolicyRequest$ = [3, n0, _GPReto,
4282
4282
  0,
4283
4283
  [_pNo],
4284
- [[0, 1]]
4284
+ [[0, 1]], 1
4285
4285
  ];
4286
4286
  var GetPolicyResponse$ = [3, n0, _GPRetol,
4287
4287
  0,
@@ -4291,7 +4291,7 @@ var GetPolicyResponse$ = [3, n0, _GPRetol,
4291
4291
  var GetPolicyVersionRequest$ = [3, n0, _GPVRet,
4292
4292
  0,
4293
4293
  [_pNo, _pVI],
4294
- [[0, 1], [0, 1]]
4294
+ [[0, 1], [0, 1]], 2
4295
4295
  ];
4296
4296
  var GetPolicyVersionResponse$ = [3, n0, _GPVReto,
4297
4297
  0,
@@ -4310,8 +4310,8 @@ var GetRegistrationCodeResponse$ = [3, n0, _GRCRe,
4310
4310
  ];
4311
4311
  var GetStatisticsRequest$ = [3, n0, _GSR,
4312
4312
  0,
4313
- [_iN, _qS, _aF, _qV],
4314
- [0, 0, 0, 0]
4313
+ [_qS, _iN, _aF, _qV],
4314
+ [0, 0, 0, 0], 1
4315
4315
  ];
4316
4316
  var GetStatisticsResponse$ = [3, n0, _GSRe,
4317
4317
  0,
@@ -4321,7 +4321,7 @@ var GetStatisticsResponse$ = [3, n0, _GSRe,
4321
4321
  var GetThingConnectivityDataRequest$ = [3, n0, _GTCDR,
4322
4322
  0,
4323
4323
  [_tN],
4324
- [[() => ConnectivityApiThingName, 1]]
4324
+ [[() => ConnectivityApiThingName, 1]], 1
4325
4325
  ];
4326
4326
  var GetThingConnectivityDataResponse$ = [3, n0, _GTCDRe,
4327
4327
  0,
@@ -4331,7 +4331,7 @@ var GetThingConnectivityDataResponse$ = [3, n0, _GTCDRe,
4331
4331
  var GetTopicRuleDestinationRequest$ = [3, n0, _GTRDR,
4332
4332
  0,
4333
4333
  [_ar],
4334
- [[0, 1]]
4334
+ [[0, 1]], 1
4335
4335
  ];
4336
4336
  var GetTopicRuleDestinationResponse$ = [3, n0, _GTRDRe,
4337
4337
  0,
@@ -4341,7 +4341,7 @@ var GetTopicRuleDestinationResponse$ = [3, n0, _GTRDRe,
4341
4341
  var GetTopicRuleRequest$ = [3, n0, _GTRR,
4342
4342
  0,
4343
4343
  [_rN],
4344
- [[0, 1]]
4344
+ [[0, 1]], 1
4345
4345
  ];
4346
4346
  var GetTopicRuleResponse$ = [3, n0, _GTRRe,
4347
4347
  0,
@@ -4366,12 +4366,12 @@ var GroupNameAndArn$ = [3, n0, _GNAA,
4366
4366
  var HttpAction$ = [3, n0, _HA,
4367
4367
  0,
4368
4368
  [_ur, _cU, _he, _au, _eB, _bC],
4369
- [0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$]
4369
+ [0, 0, () => HeaderList, () => HttpAuthorization$, 2, () => BatchConfig$], 1
4370
4370
  ];
4371
4371
  var HttpActionHeader$ = [3, n0, _HAH,
4372
4372
  0,
4373
4373
  [_ke, _va],
4374
- [0, 0]
4374
+ [0, 0], 2
4375
4375
  ];
4376
4376
  var HttpAuthorization$ = [3, n0, _HAt,
4377
4377
  0,
@@ -4386,7 +4386,7 @@ var HttpContext$ = [3, n0, _HC,
4386
4386
  var HttpUrlDestinationConfiguration$ = [3, n0, _HUDC,
4387
4387
  0,
4388
4388
  [_cU],
4389
- [0]
4389
+ [0], 1
4390
4390
  ];
4391
4391
  var HttpUrlDestinationProperties$ = [3, n0, _HUDP,
4392
4392
  0,
@@ -4469,13 +4469,13 @@ var IotAnalyticsAction$ = [3, n0, _IAA,
4469
4469
  ];
4470
4470
  var IotEventsAction$ = [3, n0, _IEA,
4471
4471
  0,
4472
- [_iNn, _mI, _bM, _rA],
4473
- [0, 0, 2, 0]
4472
+ [_iNn, _rA, _mI, _bM],
4473
+ [0, 0, 0, 2], 2
4474
4474
  ];
4475
4475
  var IotSiteWiseAction$ = [3, n0, _ISWA,
4476
4476
  0,
4477
4477
  [_pAPVE, _rA],
4478
- [() => PutAssetPropertyValueEntryList, 0]
4478
+ [() => PutAssetPropertyValueEntryList, 0], 2
4479
4479
  ];
4480
4480
  var IssuerCertificateIdentifier$ = [3, n0, _ICI,
4481
4481
  0,
@@ -4495,7 +4495,7 @@ var JobExecution$ = [3, n0, _JE,
4495
4495
  var JobExecutionsRetryConfig$ = [3, n0, _JERC,
4496
4496
  0,
4497
4497
  [_cL],
4498
- [() => RetryCriteriaList]
4498
+ [() => RetryCriteriaList], 1
4499
4499
  ];
4500
4500
  var JobExecutionsRolloutConfig$ = [3, n0, _JERCo,
4501
4501
  0,
@@ -4539,13 +4539,13 @@ var JobTemplateSummary$ = [3, n0, _JTS,
4539
4539
  ];
4540
4540
  var KafkaAction$ = [3, n0, _KA,
4541
4541
  0,
4542
- [_dA, _to, _ke, _part, _cPl, _he],
4543
- [0, 0, 0, 0, 128 | 0, () => KafkaHeaders]
4542
+ [_dA, _to, _cPl, _ke, _part, _he],
4543
+ [0, 0, 128 | 0, 0, 0, () => KafkaHeaders], 3
4544
4544
  ];
4545
4545
  var KafkaActionHeader$ = [3, n0, _KAH,
4546
4546
  0,
4547
4547
  [_ke, _va],
4548
- [0, 0]
4548
+ [0, 0], 2
4549
4549
  ];
4550
4550
  var KeyPair$ = [3, n0, _KP,
4551
4551
  0,
@@ -4555,12 +4555,12 @@ var KeyPair$ = [3, n0, _KP,
4555
4555
  var KinesisAction$ = [3, n0, _KAi,
4556
4556
  0,
4557
4557
  [_rA, _sN, _pK],
4558
- [0, 0, 0]
4558
+ [0, 0, 0], 2
4559
4559
  ];
4560
4560
  var LambdaAction$ = [3, n0, _LA,
4561
4561
  0,
4562
4562
  [_fA],
4563
- [0]
4563
+ [0], 1
4564
4564
  ];
4565
4565
  var LimitExceededException$ = [-3, n0, _LEE,
4566
4566
  { [_er]: _cl, [_hE]: 410 },
@@ -4581,7 +4581,7 @@ var ListActiveViolationsResponse$ = [3, n0, _LAVRi,
4581
4581
  var ListAttachedPoliciesRequest$ = [3, n0, _LAPR,
4582
4582
  0,
4583
4583
  [_tar, _recu, _mar, _pS],
4584
- [[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]]
4584
+ [[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]], 1
4585
4585
  ];
4586
4586
  var ListAttachedPoliciesResponse$ = [3, n0, _LAPRi,
4587
4587
  0,
@@ -4600,8 +4600,8 @@ var ListAuditFindingsResponse$ = [3, n0, _LAFRi,
4600
4600
  ];
4601
4601
  var ListAuditMitigationActionsExecutionsRequest$ = [3, n0, _LAMAER,
4602
4602
  0,
4603
- [_tI, _aSc, _fI, _mR, _nT],
4604
- [[0, { [_hQ]: _tI }], [0, { [_hQ]: _aSc }], [0, { [_hQ]: _fI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
4603
+ [_tI, _fI, _aSc, _mR, _nT],
4604
+ [[0, { [_hQ]: _tI }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _aSc }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
4605
4605
  ];
4606
4606
  var ListAuditMitigationActionsExecutionsResponse$ = [3, n0, _LAMAERi,
4607
4607
  0,
@@ -4610,8 +4610,8 @@ var ListAuditMitigationActionsExecutionsResponse$ = [3, n0, _LAMAERi,
4610
4610
  ];
4611
4611
  var ListAuditMitigationActionsTasksRequest$ = [3, n0, _LAMATR,
4612
4612
  0,
4613
- [_aTI, _fI, _tS, _mR, _nT, _sT, _eT],
4614
- [[0, { [_hQ]: _aTI }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _tS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }]]
4613
+ [_sT, _eT, _aTI, _fI, _tS, _mR, _nT],
4614
+ [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _aTI }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _tS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
4615
4615
  ];
4616
4616
  var ListAuditMitigationActionsTasksResponse$ = [3, n0, _LAMATRi,
4617
4617
  0,
@@ -4631,7 +4631,7 @@ var ListAuditSuppressionsResponse$ = [3, n0, _LASRi,
4631
4631
  var ListAuditTasksRequest$ = [3, n0, _LATR,
4632
4632
  0,
4633
4633
  [_sT, _eT, _tT, _tS, _nT, _mR],
4634
- [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tT }], [0, { [_hQ]: _tS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
4634
+ [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tT }], [0, { [_hQ]: _tS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
4635
4635
  ];
4636
4636
  var ListAuditTasksResponse$ = [3, n0, _LATRi,
4637
4637
  0,
@@ -4681,7 +4681,7 @@ var ListCertificateProvidersResponse$ = [3, n0, _LCPRi,
4681
4681
  var ListCertificatesByCARequest$ = [3, n0, _LCBCAR,
4682
4682
  0,
4683
4683
  [_cCI, _pS, _mar, _aO],
4684
- [[0, 1], [1, { [_hQ]: _pS }], [0, { [_hQ]: _mar }], [2, { [_hQ]: _iAO }]]
4684
+ [[0, 1], [1, { [_hQ]: _pS }], [0, { [_hQ]: _mar }], [2, { [_hQ]: _iAO }]], 1
4685
4685
  ];
4686
4686
  var ListCertificatesByCAResponse$ = [3, n0, _LCBCARi,
4687
4687
  0,
@@ -4740,8 +4740,8 @@ var ListDetectMitigationActionsExecutionsResponse$ = [3, n0, _LDMAERi,
4740
4740
  ];
4741
4741
  var ListDetectMitigationActionsTasksRequest$ = [3, n0, _LDMATR,
4742
4742
  0,
4743
- [_mR, _nT, _sT, _eT],
4744
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }]]
4743
+ [_sT, _eT, _mR, _nT],
4744
+ [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
4745
4745
  ];
4746
4746
  var ListDetectMitigationActionsTasksResponse$ = [3, n0, _LDMATRi,
4747
4747
  0,
@@ -4791,7 +4791,7 @@ var ListIndicesResponse$ = [3, n0, _LIRi,
4791
4791
  var ListJobExecutionsForJobRequest$ = [3, n0, _LJEFJR,
4792
4792
  0,
4793
4793
  [_jI, _st, _mR, _nT],
4794
- [[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
4794
+ [[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
4795
4795
  ];
4796
4796
  var ListJobExecutionsForJobResponse$ = [3, n0, _LJEFJRi,
4797
4797
  0,
@@ -4801,7 +4801,7 @@ var ListJobExecutionsForJobResponse$ = [3, n0, _LJEFJRi,
4801
4801
  var ListJobExecutionsForThingRequest$ = [3, n0, _LJEFTR,
4802
4802
  0,
4803
4803
  [_tN, _st, _nI, _mR, _nT, _jI],
4804
- [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _jI }]]
4804
+ [[0, 1], [0, { [_hQ]: _st }], [0, { [_hQ]: _nI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _jI }]], 1
4805
4805
  ];
4806
4806
  var ListJobExecutionsForThingResponse$ = [3, n0, _LJEFTRi,
4807
4807
  0,
@@ -4840,8 +4840,8 @@ var ListManagedJobTemplatesResponse$ = [3, n0, _LMJTRi,
4840
4840
  ];
4841
4841
  var ListMetricValuesRequest$ = [3, n0, _LMVR,
4842
4842
  0,
4843
- [_tN, _mNe, _dNim, _dVO, _sT, _eT, _mR, _nT],
4844
- [[0, { [_hQ]: _tN }], [0, { [_hQ]: _mNe }], [0, { [_hQ]: _dNim }], [0, { [_hQ]: _dVO }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
4843
+ [_tN, _mNe, _sT, _eT, _dNim, _dVO, _mR, _nT],
4844
+ [[0, { [_hQ]: _tN }], [0, { [_hQ]: _mNe }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _dNim }], [0, { [_hQ]: _dVO }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 4
4845
4845
  ];
4846
4846
  var ListMetricValuesResponse$ = [3, n0, _LMVRi,
4847
4847
  0,
@@ -4891,7 +4891,7 @@ var ListPackagesResponse$ = [3, n0, _LPRi,
4891
4891
  var ListPackageVersionsRequest$ = [3, n0, _LPVR,
4892
4892
  0,
4893
4893
  [_pN, _st, _mR, _nT],
4894
- [[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
4894
+ [[0, 1], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
4895
4895
  ];
4896
4896
  var ListPackageVersionsResponse$ = [3, n0, _LPVRi,
4897
4897
  0,
@@ -4911,7 +4911,7 @@ var ListPoliciesResponse$ = [3, n0, _LPRist,
4911
4911
  var ListPolicyPrincipalsRequest$ = [3, n0, _LPPR,
4912
4912
  0,
4913
4913
  [_pNo, _mar, _pS, _aO],
4914
- [[0, { [_hH]: _xaip_ }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]]
4914
+ [[0, { [_hH]: _xaip_ }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]], 1
4915
4915
  ];
4916
4916
  var ListPolicyPrincipalsResponse$ = [3, n0, _LPPRi,
4917
4917
  0,
@@ -4921,7 +4921,7 @@ var ListPolicyPrincipalsResponse$ = [3, n0, _LPPRi,
4921
4921
  var ListPolicyVersionsRequest$ = [3, n0, _LPVRis,
4922
4922
  0,
4923
4923
  [_pNo],
4924
- [[0, 1]]
4924
+ [[0, 1]], 1
4925
4925
  ];
4926
4926
  var ListPolicyVersionsResponse$ = [3, n0, _LPVRist,
4927
4927
  0,
@@ -4931,7 +4931,7 @@ var ListPolicyVersionsResponse$ = [3, n0, _LPVRist,
4931
4931
  var ListPrincipalPoliciesRequest$ = [3, n0, _LPPRis,
4932
4932
  0,
4933
4933
  [_pr, _mar, _pS, _aO],
4934
- [[0, { [_hH]: _xaip }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]]
4934
+ [[0, { [_hH]: _xaip }], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }], [2, { [_hQ]: _iAO }]], 1
4935
4935
  ];
4936
4936
  var ListPrincipalPoliciesResponse$ = [3, n0, _LPPRist,
4937
4937
  0,
@@ -4940,8 +4940,8 @@ var ListPrincipalPoliciesResponse$ = [3, n0, _LPPRist,
4940
4940
  ];
4941
4941
  var ListPrincipalThingsRequest$ = [3, n0, _LPTR,
4942
4942
  0,
4943
- [_nT, _mR, _pr],
4944
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hH]: _xap }]]
4943
+ [_pr, _nT, _mR],
4944
+ [[0, { [_hH]: _xap }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
4945
4945
  ];
4946
4946
  var ListPrincipalThingsResponse$ = [3, n0, _LPTRi,
4947
4947
  0,
@@ -4950,8 +4950,8 @@ var ListPrincipalThingsResponse$ = [3, n0, _LPTRi,
4950
4950
  ];
4951
4951
  var ListPrincipalThingsV2Request$ = [3, n0, _LPTVR,
4952
4952
  0,
4953
- [_nT, _mR, _pr, _tPT],
4954
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hH]: _xap }], [0, { [_hQ]: _tPT }]]
4953
+ [_pr, _nT, _mR, _tPT],
4954
+ [[0, { [_hH]: _xap }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tPT }]], 1
4955
4955
  ];
4956
4956
  var ListPrincipalThingsV2Response$ = [3, n0, _LPTVRi,
4957
4957
  0,
@@ -4971,7 +4971,7 @@ var ListProvisioningTemplatesResponse$ = [3, n0, _LPTRist,
4971
4971
  var ListProvisioningTemplateVersionsRequest$ = [3, n0, _LPTVRis,
4972
4972
  0,
4973
4973
  [_tNe, _mR, _nT],
4974
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
4974
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
4975
4975
  ];
4976
4976
  var ListProvisioningTemplateVersionsResponse$ = [3, n0, _LPTVRist,
4977
4977
  0,
@@ -4981,7 +4981,7 @@ var ListProvisioningTemplateVersionsResponse$ = [3, n0, _LPTVRist,
4981
4981
  var ListRelatedResourcesForAuditFindingRequest$ = [3, n0, _LRRFAFR,
4982
4982
  0,
4983
4983
  [_fI, _nT, _mR],
4984
- [[0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
4984
+ [[0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
4985
4985
  ];
4986
4986
  var ListRelatedResourcesForAuditFindingResponse$ = [3, n0, _LRRFAFRi,
4987
4987
  0,
@@ -5001,7 +5001,7 @@ var ListRoleAliasesResponse$ = [3, n0, _LRARi,
5001
5001
  var ListSbomValidationResultsRequest$ = [3, n0, _LSVRR,
5002
5002
  0,
5003
5003
  [_pN, _vN, _vR, _mR, _nT],
5004
- [[0, 1], [0, 1], [0, { [_hQ]: _vR }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
5004
+ [[0, 1], [0, 1], [0, { [_hQ]: _vR }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
5005
5005
  ];
5006
5006
  var ListSbomValidationResultsResponse$ = [3, n0, _LSVRRi,
5007
5007
  0,
@@ -5020,8 +5020,8 @@ var ListScheduledAuditsResponse$ = [3, n0, _LSARi,
5020
5020
  ];
5021
5021
  var ListSecurityProfilesForTargetRequest$ = [3, n0, _LSPFTR,
5022
5022
  0,
5023
- [_nT, _mR, _recu, _sPTA],
5024
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _recu }], [0, { [_hQ]: _sPTA }]]
5023
+ [_sPTA, _nT, _mR, _recu],
5024
+ [[0, { [_hQ]: _sPTA }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [2, { [_hQ]: _recu }]], 1
5025
5025
  ];
5026
5026
  var ListSecurityProfilesForTargetResponse$ = [3, n0, _LSPFTRi,
5027
5027
  0,
@@ -5051,7 +5051,7 @@ var ListStreamsResponse$ = [3, n0, _LSRi,
5051
5051
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
5052
5052
  0,
5053
5053
  [_rAes, _nT],
5054
- [[0, { [_hQ]: _rAes }], [0, { [_hQ]: _nT }]]
5054
+ [[0, { [_hQ]: _rAes }], [0, { [_hQ]: _nT }]], 1
5055
5055
  ];
5056
5056
  var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
5057
5057
  0,
@@ -5061,7 +5061,7 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
5061
5061
  var ListTargetsForPolicyRequest$ = [3, n0, _LTFPR,
5062
5062
  0,
5063
5063
  [_pNo, _mar, _pS],
5064
- [[0, 1], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]]
5064
+ [[0, 1], [0, { [_hQ]: _mar }], [1, { [_hQ]: _pS }]], 1
5065
5065
  ];
5066
5066
  var ListTargetsForPolicyResponse$ = [3, n0, _LTFPRi,
5067
5067
  0,
@@ -5071,7 +5071,7 @@ var ListTargetsForPolicyResponse$ = [3, n0, _LTFPRi,
5071
5071
  var ListTargetsForSecurityProfileRequest$ = [3, n0, _LTFSPR,
5072
5072
  0,
5073
5073
  [_sPN, _nT, _mR],
5074
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5074
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
5075
5075
  ];
5076
5076
  var ListTargetsForSecurityProfileResponse$ = [3, n0, _LTFSPRi,
5077
5077
  0,
@@ -5081,7 +5081,7 @@ var ListTargetsForSecurityProfileResponse$ = [3, n0, _LTFSPRi,
5081
5081
  var ListThingGroupsForThingRequest$ = [3, n0, _LTGFTR,
5082
5082
  0,
5083
5083
  [_tN, _nT, _mR],
5084
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5084
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
5085
5085
  ];
5086
5086
  var ListThingGroupsForThingResponse$ = [3, n0, _LTGFTRi,
5087
5087
  0,
@@ -5100,8 +5100,8 @@ var ListThingGroupsResponse$ = [3, n0, _LTGRi,
5100
5100
  ];
5101
5101
  var ListThingPrincipalsRequest$ = [3, n0, _LTPR,
5102
5102
  0,
5103
- [_nT, _mR, _tN],
5104
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, 1]]
5103
+ [_tN, _nT, _mR],
5104
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
5105
5105
  ];
5106
5106
  var ListThingPrincipalsResponse$ = [3, n0, _LTPRi,
5107
5107
  0,
@@ -5110,8 +5110,8 @@ var ListThingPrincipalsResponse$ = [3, n0, _LTPRi,
5110
5110
  ];
5111
5111
  var ListThingPrincipalsV2Request$ = [3, n0, _LTPVR,
5112
5112
  0,
5113
- [_nT, _mR, _tN, _tPT],
5114
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, 1], [0, { [_hQ]: _tPT }]]
5113
+ [_tN, _nT, _mR, _tPT],
5114
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _tPT }]], 1
5115
5115
  ];
5116
5116
  var ListThingPrincipalsV2Response$ = [3, n0, _LTPVRi,
5117
5117
  0,
@@ -5121,7 +5121,7 @@ var ListThingPrincipalsV2Response$ = [3, n0, _LTPVRi,
5121
5121
  var ListThingRegistrationTaskReportsRequest$ = [3, n0, _LTRTRR,
5122
5122
  0,
5123
5123
  [_tI, _rT, _nT, _mR],
5124
- [[0, 1], [0, { [_hQ]: _rT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5124
+ [[0, 1], [0, { [_hQ]: _rT }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
5125
5125
  ];
5126
5126
  var ListThingRegistrationTaskReportsResponse$ = [3, n0, _LTRTRRi,
5127
5127
  0,
@@ -5141,7 +5141,7 @@ var ListThingRegistrationTasksResponse$ = [3, n0, _LTRTRi,
5141
5141
  var ListThingsInBillingGroupRequest$ = [3, n0, _LTIBGR,
5142
5142
  0,
5143
5143
  [_bGN, _nT, _mR],
5144
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5144
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
5145
5145
  ];
5146
5146
  var ListThingsInBillingGroupResponse$ = [3, n0, _LTIBGRi,
5147
5147
  0,
@@ -5151,7 +5151,7 @@ var ListThingsInBillingGroupResponse$ = [3, n0, _LTIBGRi,
5151
5151
  var ListThingsInThingGroupRequest$ = [3, n0, _LTITGR,
5152
5152
  0,
5153
5153
  [_tGNh, _recu, _nT, _mR],
5154
- [[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5154
+ [[0, 1], [2, { [_hQ]: _recu }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
5155
5155
  ];
5156
5156
  var ListThingsInThingGroupResponse$ = [3, n0, _LTITGRi,
5157
5157
  0,
@@ -5211,7 +5211,7 @@ var ListV2LoggingLevelsResponse$ = [3, n0, _LVLLRi,
5211
5211
  var ListViolationEventsRequest$ = [3, n0, _LVER,
5212
5212
  0,
5213
5213
  [_sT, _eT, _tN, _sPN, _bCT, _lSA, _vS, _nT, _mR],
5214
- [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tN }], [0, { [_hQ]: _sPN }], [0, { [_hQ]: _bCT }], [2, { [_hQ]: _lSA }], [0, { [_hQ]: _vS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
5214
+ [[4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _tN }], [0, { [_hQ]: _sPN }], [0, { [_hQ]: _bCT }], [2, { [_hQ]: _lSA }], [0, { [_hQ]: _vS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
5215
5215
  ];
5216
5216
  var ListViolationEventsResponse$ = [3, n0, _LVERi,
5217
5217
  0,
@@ -5220,28 +5220,28 @@ var ListViolationEventsResponse$ = [3, n0, _LVERi,
5220
5220
  ];
5221
5221
  var LocationAction$ = [3, n0, _LAo,
5222
5222
  0,
5223
- [_rA, _tNr, _dI, _ti, _la, _lon],
5224
- [0, 0, 0, () => LocationTimestamp$, 0, 0]
5223
+ [_rA, _tNr, _dI, _la, _lon, _ti],
5224
+ [0, 0, 0, 0, 0, () => LocationTimestamp$], 5
5225
5225
  ];
5226
5226
  var LocationTimestamp$ = [3, n0, _LT,
5227
5227
  0,
5228
5228
  [_va, _u],
5229
- [0, 0]
5229
+ [0, 0], 1
5230
5230
  ];
5231
5231
  var LogEventConfiguration$ = [3, n0, _LEC,
5232
5232
  0,
5233
5233
  [_eTv, _lL, _lD],
5234
- [0, 0, 0]
5234
+ [0, 0, 0], 1
5235
5235
  ];
5236
5236
  var LoggingOptionsPayload$ = [3, n0, _LOP,
5237
5237
  0,
5238
5238
  [_rA, _lL],
5239
- [0, 0]
5239
+ [0, 0], 1
5240
5240
  ];
5241
5241
  var LogTarget$ = [3, n0, _LTo,
5242
5242
  0,
5243
5243
  [_tTa, _tNa],
5244
- [0, 0]
5244
+ [0, 0], 1
5245
5245
  ];
5246
5246
  var LogTargetConfiguration$ = [3, n0, _LTC,
5247
5247
  0,
@@ -5251,12 +5251,12 @@ var LogTargetConfiguration$ = [3, n0, _LTC,
5251
5251
  var MachineLearningDetectionConfig$ = [3, n0, _MLDC,
5252
5252
  0,
5253
5253
  [_cLo],
5254
- [0]
5254
+ [0], 1
5255
5255
  ];
5256
5256
  var MaintenanceWindow$ = [3, n0, _MW,
5257
5257
  0,
5258
5258
  [_sT, _dIM],
5259
- [0, 1]
5259
+ [0, 1], 2
5260
5260
  ];
5261
5261
  var MalformedPolicyException$ = [-3, n0, _MPE,
5262
5262
  { [_er]: _cl, [_hE]: 400 },
@@ -5277,17 +5277,17 @@ var MetricDatum$ = [3, n0, _MD,
5277
5277
  var MetricDimension$ = [3, n0, _MDe,
5278
5278
  0,
5279
5279
  [_dNim, _oper],
5280
- [0, 0]
5280
+ [0, 0], 1
5281
5281
  ];
5282
5282
  var MetricsExportConfig$ = [3, n0, _MEC,
5283
5283
  0,
5284
5284
  [_mTq, _rA],
5285
- [0, 0]
5285
+ [0, 0], 2
5286
5286
  ];
5287
5287
  var MetricToRetain$ = [3, n0, _MTR,
5288
5288
  0,
5289
5289
  [_met, _mD, _eM],
5290
- [0, () => MetricDimension$, 2]
5290
+ [0, () => MetricDimension$, 2], 1
5291
5291
  ];
5292
5292
  var MetricValue$ = [3, n0, _MV,
5293
5293
  0,
@@ -5338,7 +5338,7 @@ schema.TypeRegistry.for(n0).registerError(NotConfiguredException$, NotConfigured
5338
5338
  var OpenSearchAction$ = [3, n0, _OSA,
5339
5339
  0,
5340
5340
  [_rA, _end, _i, _ty, _id],
5341
- [0, 0, 0, 0, 0]
5341
+ [0, 0, 0, 0, 0], 5
5342
5342
  ];
5343
5343
  var OTAUpdateFile$ = [3, n0, _OTAUF,
5344
5344
  0,
@@ -5403,7 +5403,7 @@ var PresignedUrlConfig$ = [3, n0, _PUC,
5403
5403
  var PrincipalThingObject$ = [3, n0, _PTO,
5404
5404
  0,
5405
5405
  [_tN, _tPT],
5406
- [0, 0]
5406
+ [0, 0], 1
5407
5407
  ];
5408
5408
  var PropagatingAttribute$ = [3, n0, _PA,
5409
5409
  0,
@@ -5412,8 +5412,8 @@ var PropagatingAttribute$ = [3, n0, _PA,
5412
5412
  ];
5413
5413
  var ProvisioningHook$ = [3, n0, _PH,
5414
5414
  0,
5415
- [_pVa, _tAa],
5416
- [0, 0]
5415
+ [_tAa, _pVa],
5416
+ [0, 0], 1
5417
5417
  ];
5418
5418
  var ProvisioningTemplateSummary$ = [3, n0, _PTS,
5419
5419
  0,
@@ -5428,22 +5428,22 @@ var ProvisioningTemplateVersionSummary$ = [3, n0, _PTVS,
5428
5428
  var PublishFindingToSnsParams$ = [3, n0, _PFTSP,
5429
5429
  0,
5430
5430
  [_tAo],
5431
- [0]
5431
+ [0], 1
5432
5432
  ];
5433
5433
  var PutAssetPropertyValueEntry$ = [3, n0, _PAPVE,
5434
5434
  0,
5435
- [_eIn, _aIs, _pIr, _pAro, _pVr],
5436
- [0, 0, 0, 0, () => AssetPropertyValueList]
5435
+ [_pVr, _eIn, _aIs, _pIr, _pAro],
5436
+ [() => AssetPropertyValueList, 0, 0, 0, 0], 1
5437
5437
  ];
5438
5438
  var PutItemInput$ = [3, n0, _PII,
5439
5439
  0,
5440
5440
  [_tNab],
5441
- [0]
5441
+ [0], 1
5442
5442
  ];
5443
5443
  var PutVerificationStateOnViolationRequest$ = [3, n0, _PVSOVR,
5444
5444
  0,
5445
5445
  [_vI, _vS, _vSD],
5446
- [[0, 1], 0, 0]
5446
+ [[0, 1], 0, 0], 2
5447
5447
  ];
5448
5448
  var PutVerificationStateOnViolationResponse$ = [3, n0, _PVSOVRu,
5449
5449
  0,
@@ -5458,7 +5458,7 @@ var RateIncreaseCriteria$ = [3, n0, _RIC,
5458
5458
  var RegisterCACertificateRequest$ = [3, n0, _RCACR,
5459
5459
  0,
5460
5460
  [_cCa, _vCe, _sAA, _aAR, _rCe, _tag, _cMe],
5461
- [0, 0, [2, { [_hQ]: _sAA }], [2, { [_hQ]: _aAR }], () => RegistrationConfig$, () => TagList, 0]
5461
+ [0, 0, [2, { [_hQ]: _sAA }], [2, { [_hQ]: _aAR }], () => RegistrationConfig$, () => TagList, 0], 1
5462
5462
  ];
5463
5463
  var RegisterCACertificateResponse$ = [3, n0, _RCACRe,
5464
5464
  0,
@@ -5468,7 +5468,7 @@ var RegisterCACertificateResponse$ = [3, n0, _RCACRe,
5468
5468
  var RegisterCertificateRequest$ = [3, n0, _RCR,
5469
5469
  0,
5470
5470
  [_cP, _cCP, _sAA, _st],
5471
- [0, 0, [2, { [_hQ]: _sAA }], 0]
5471
+ [0, 0, [2, { [_hQ]: _sAA }], 0], 1
5472
5472
  ];
5473
5473
  var RegisterCertificateResponse$ = [3, n0, _RCRe,
5474
5474
  0,
@@ -5478,7 +5478,7 @@ var RegisterCertificateResponse$ = [3, n0, _RCRe,
5478
5478
  var RegisterCertificateWithoutCARequest$ = [3, n0, _RCWCAR,
5479
5479
  0,
5480
5480
  [_cP, _st],
5481
- [0, 0]
5481
+ [0, 0], 1
5482
5482
  ];
5483
5483
  var RegisterCertificateWithoutCAResponse$ = [3, n0, _RCWCARe,
5484
5484
  0,
@@ -5488,7 +5488,7 @@ var RegisterCertificateWithoutCAResponse$ = [3, n0, _RCWCARe,
5488
5488
  var RegisterThingRequest$ = [3, n0, _RTR,
5489
5489
  0,
5490
5490
  [_tB, _par],
5491
- [0, 128 | 0]
5491
+ [0, 128 | 0], 1
5492
5492
  ];
5493
5493
  var RegisterThingResponse$ = [3, n0, _RTRe,
5494
5494
  0,
@@ -5509,7 +5509,7 @@ var RegistrationConfig$ = [3, n0, _RC,
5509
5509
  var RejectCertificateTransferRequest$ = [3, n0, _RCTR,
5510
5510
  0,
5511
5511
  [_cI, _rRe],
5512
- [[0, 1], 0]
5512
+ [[0, 1], 0], 1
5513
5513
  ];
5514
5514
  var RelatedResource$ = [3, n0, _RR,
5515
5515
  0,
@@ -5539,17 +5539,17 @@ var RemoveThingFromThingGroupResponse$ = [3, n0, _RTFTGRe,
5539
5539
  var ReplaceDefaultPolicyVersionParams$ = [3, n0, _RDPVP,
5540
5540
  0,
5541
5541
  [_tNe],
5542
- [0]
5542
+ [0], 1
5543
5543
  ];
5544
5544
  var ReplaceTopicRuleRequest$ = [3, n0, _RTRR,
5545
5545
  0,
5546
5546
  [_rN, _tRP],
5547
- [[0, 1], [() => TopicRulePayload$, 16]]
5547
+ [[0, 1], [() => TopicRulePayload$, 16]], 2
5548
5548
  ];
5549
5549
  var RepublishAction$ = [3, n0, _RA,
5550
5550
  0,
5551
5551
  [_rA, _to, _qo, _he],
5552
- [0, 0, 1, () => MqttHeaders$]
5552
+ [0, 0, 1, () => MqttHeaders$], 2
5553
5553
  ];
5554
5554
  var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
5555
5555
  { [_er]: _cl, [_hE]: 409 },
@@ -5577,7 +5577,7 @@ schema.TypeRegistry.for(n0).registerError(ResourceRegistrationFailureException$,
5577
5577
  var RetryCriteria$ = [3, n0, _RCe,
5578
5578
  0,
5579
5579
  [_fT, _nOR],
5580
- [0, 1]
5580
+ [0, 1], 2
5581
5581
  ];
5582
5582
  var RoleAliasDescription$ = [3, n0, _RAD,
5583
5583
  0,
@@ -5587,7 +5587,7 @@ var RoleAliasDescription$ = [3, n0, _RAD,
5587
5587
  var S3Action$ = [3, n0, _SA,
5588
5588
  0,
5589
5589
  [_rA, _bNu, _ke, _cAa],
5590
- [0, 0, 0, 0]
5590
+ [0, 0, 0, 0], 3
5591
5591
  ];
5592
5592
  var S3Destination$ = [3, n0, _SD,
5593
5593
  0,
@@ -5602,7 +5602,7 @@ var S3Location$ = [3, n0, _SL,
5602
5602
  var SalesforceAction$ = [3, n0, _SAa,
5603
5603
  0,
5604
5604
  [_tok, _ur],
5605
- [0, 0]
5605
+ [0, 0], 2
5606
5606
  ];
5607
5607
  var Sbom$ = [3, n0, _Sb,
5608
5608
  0,
@@ -5631,8 +5631,8 @@ var SchedulingConfig$ = [3, n0, _SC,
5631
5631
  ];
5632
5632
  var SearchIndexRequest$ = [3, n0, _SIR,
5633
5633
  0,
5634
- [_iN, _qS, _nT, _mR, _qV],
5635
- [0, 0, 0, 1, 0]
5634
+ [_qS, _iN, _nT, _mR, _qV],
5635
+ [0, 0, 0, 1, 0], 1
5636
5636
  ];
5637
5637
  var SearchIndexResponse$ = [3, n0, _SIRe,
5638
5638
  0,
@@ -5642,12 +5642,12 @@ var SearchIndexResponse$ = [3, n0, _SIRe,
5642
5642
  var SecurityProfileIdentifier$ = [3, n0, _SPI,
5643
5643
  0,
5644
5644
  [_n, _ar],
5645
- [0, 0]
5645
+ [0, 0], 2
5646
5646
  ];
5647
5647
  var SecurityProfileTarget$ = [3, n0, _SPT,
5648
5648
  0,
5649
5649
  [_ar],
5650
- [0]
5650
+ [0], 1
5651
5651
  ];
5652
5652
  var SecurityProfileTargetMapping$ = [3, n0, _SPTM,
5653
5653
  0,
@@ -5679,7 +5679,7 @@ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceU
5679
5679
  var SetDefaultAuthorizerRequest$ = [3, n0, _SDAR,
5680
5680
  0,
5681
5681
  [_aNu],
5682
- [0]
5682
+ [0], 1
5683
5683
  ];
5684
5684
  var SetDefaultAuthorizerResponse$ = [3, n0, _SDARe,
5685
5685
  0,
@@ -5689,17 +5689,17 @@ var SetDefaultAuthorizerResponse$ = [3, n0, _SDARe,
5689
5689
  var SetDefaultPolicyVersionRequest$ = [3, n0, _SDPVR,
5690
5690
  0,
5691
5691
  [_pNo, _pVI],
5692
- [[0, 1], [0, 1]]
5692
+ [[0, 1], [0, 1]], 2
5693
5693
  ];
5694
5694
  var SetLoggingOptionsRequest$ = [3, n0, _SLOR,
5695
5695
  0,
5696
5696
  [_lOP],
5697
- [[() => LoggingOptionsPayload$, 16]]
5697
+ [[() => LoggingOptionsPayload$, 16]], 1
5698
5698
  ];
5699
5699
  var SetV2LoggingLevelRequest$ = [3, n0, _SVLLR,
5700
5700
  0,
5701
5701
  [_lT, _lL],
5702
- [() => LogTarget$, 0]
5702
+ [() => LogTarget$, 0], 2
5703
5703
  ];
5704
5704
  var SetV2LoggingOptionsRequest$ = [3, n0, _SVLOR,
5705
5705
  0,
@@ -5714,12 +5714,12 @@ var SigningProfileParameter$ = [3, n0, _SPP,
5714
5714
  var SigV4Authorization$ = [3, n0, _SVA,
5715
5715
  0,
5716
5716
  [_sRi, _sNe, _rA],
5717
- [0, 0, 0]
5717
+ [0, 0, 0], 3
5718
5718
  ];
5719
5719
  var SnsAction$ = [3, n0, _SAn,
5720
5720
  0,
5721
5721
  [_tAa, _rA, _mF],
5722
- [0, 0, 0]
5722
+ [0, 0, 0], 2
5723
5723
  ];
5724
5724
  var SqlParseException$ = [-3, n0, _SPE,
5725
5725
  { [_er]: _cl, [_hE]: 400 },
@@ -5730,12 +5730,12 @@ schema.TypeRegistry.for(n0).registerError(SqlParseException$, SqlParseException)
5730
5730
  var SqsAction$ = [3, n0, _SAq,
5731
5731
  0,
5732
5732
  [_rA, _qU, _uB],
5733
- [0, 0, 2]
5733
+ [0, 0, 2], 2
5734
5734
  ];
5735
5735
  var StartAuditMitigationActionsTaskRequest$ = [3, n0, _SAMATR,
5736
5736
  0,
5737
5737
  [_tI, _tar, _aCTAM, _cRT],
5738
- [[0, 1], () => AuditMitigationActionsTaskTarget$, [2, n0, _ACTAM, 0, 0, 64 | 0], [0, 4]]
5738
+ [[0, 1], () => AuditMitigationActionsTaskTarget$, [2, n0, _ACTAM, 0, 0, 64 | 0], [0, 4]], 3
5739
5739
  ];
5740
5740
  var StartAuditMitigationActionsTaskResponse$ = [3, n0, _SAMATRt,
5741
5741
  0,
@@ -5745,7 +5745,7 @@ var StartAuditMitigationActionsTaskResponse$ = [3, n0, _SAMATRt,
5745
5745
  var StartDetectMitigationActionsTaskRequest$ = [3, n0, _SDMATR,
5746
5746
  0,
5747
5747
  [_tI, _tar, _act, _vEOR, _iOAV, _iSA, _cRT],
5748
- [[0, 1], () => DetectMitigationActionsTaskTarget$, 64 | 0, () => ViolationEventOccurrenceRange$, 2, 2, [0, 4]]
5748
+ [[0, 1], () => DetectMitigationActionsTaskTarget$, 64 | 0, () => ViolationEventOccurrenceRange$, 2, 2, [0, 4]], 3
5749
5749
  ];
5750
5750
  var StartDetectMitigationActionsTaskResponse$ = [3, n0, _SDMATRt,
5751
5751
  0,
@@ -5755,7 +5755,7 @@ var StartDetectMitigationActionsTaskResponse$ = [3, n0, _SDMATRt,
5755
5755
  var StartOnDemandAuditTaskRequest$ = [3, n0, _SODATR,
5756
5756
  0,
5757
5757
  [_tCN],
5758
- [64 | 0]
5758
+ [64 | 0], 1
5759
5759
  ];
5760
5760
  var StartOnDemandAuditTaskResponse$ = [3, n0, _SODATRt,
5761
5761
  0,
@@ -5770,7 +5770,7 @@ var StartSigningJobParameter$ = [3, n0, _SSJP,
5770
5770
  var StartThingRegistrationTaskRequest$ = [3, n0, _STRTR,
5771
5771
  0,
5772
5772
  [_tB, _iFB, _iFK, _rA],
5773
- [0, 0, 0, 0]
5773
+ [0, 0, 0, 0], 4
5774
5774
  ];
5775
5775
  var StartThingRegistrationTaskResponse$ = [3, n0, _STRTRt,
5776
5776
  0,
@@ -5790,17 +5790,17 @@ var Statistics$ = [3, n0, _St,
5790
5790
  var StatusReason$ = [3, n0, _SR,
5791
5791
  0,
5792
5792
  [_rC, _rDe],
5793
- [0, 0]
5793
+ [0, 0], 1
5794
5794
  ];
5795
5795
  var StepFunctionsAction$ = [3, n0, _SFA,
5796
5796
  0,
5797
- [_eNP, _sMN, _rA],
5798
- [0, 0, 0]
5797
+ [_sMN, _rA, _eNP],
5798
+ [0, 0, 0], 2
5799
5799
  ];
5800
5800
  var StopThingRegistrationTaskRequest$ = [3, n0, _STRTRto,
5801
5801
  0,
5802
5802
  [_tI],
5803
- [[0, 1]]
5803
+ [[0, 1]], 1
5804
5804
  ];
5805
5805
  var StopThingRegistrationTaskResponse$ = [3, n0, _STRTRtop,
5806
5806
  0,
@@ -5830,12 +5830,12 @@ var StreamSummary$ = [3, n0, _SS,
5830
5830
  var Tag$ = [3, n0, _T,
5831
5831
  0,
5832
5832
  [_K, _V],
5833
- [0, 0]
5833
+ [0, 0], 1
5834
5834
  ];
5835
5835
  var TagResourceRequest$ = [3, n0, _TRR,
5836
5836
  0,
5837
5837
  [_rAes, _tag],
5838
- [0, () => TagList]
5838
+ [0, () => TagList], 2
5839
5839
  ];
5840
5840
  var TagResourceResponse$ = [3, n0, _TRRa,
5841
5841
  0,
@@ -5865,8 +5865,8 @@ var TermsAggregation$ = [3, n0, _TA,
5865
5865
  ];
5866
5866
  var TestAuthorizationRequest$ = [3, n0, _TAR,
5867
5867
  0,
5868
- [_pr, _cIPI, _aIut, _cIl, _pNTA, _pNTS],
5869
- [0, 0, () => AuthInfos, [0, { [_hQ]: _cIl }], 64 | 0, 64 | 0]
5868
+ [_aIut, _pr, _cIPI, _cIl, _pNTA, _pNTS],
5869
+ [() => AuthInfos, 0, 0, [0, { [_hQ]: _cIl }], 64 | 0, 64 | 0], 1
5870
5870
  ];
5871
5871
  var TestAuthorizationResponse$ = [3, n0, _TARe,
5872
5872
  0,
@@ -5876,7 +5876,7 @@ var TestAuthorizationResponse$ = [3, n0, _TARe,
5876
5876
  var TestInvokeAuthorizerRequest$ = [3, n0, _TIAR,
5877
5877
  0,
5878
5878
  [_aNu, _tok, _tSo, _hC, _mC, _tCl],
5879
- [[0, 1], 0, 0, () => HttpContext$, () => MqttContext$, () => TlsContext$]
5879
+ [[0, 1], 0, 0, () => HttpContext$, () => MqttContext$, () => TlsContext$], 1
5880
5880
  ];
5881
5881
  var TestInvokeAuthorizerResponse$ = [3, n0, _TIARe,
5882
5882
  0,
@@ -5906,7 +5906,7 @@ var ThingGroupDocument$ = [3, n0, _TGD,
5906
5906
  var ThingGroupIndexingConfiguration$ = [3, n0, _TGIC,
5907
5907
  0,
5908
5908
  [_tGIM, _mFa, _cF],
5909
- [0, () => Fields, () => Fields]
5909
+ [0, () => Fields, () => Fields], 1
5910
5910
  ];
5911
5911
  var ThingGroupMetadata$ = [3, n0, _TGM,
5912
5912
  0,
@@ -5921,12 +5921,12 @@ var ThingGroupProperties$ = [3, n0, _TGP,
5921
5921
  var ThingIndexingConfiguration$ = [3, n0, _TIC,
5922
5922
  0,
5923
5923
  [_tIM, _tCIM, _dDIM, _nSIM, _mFa, _cF, _fil],
5924
- [0, 0, 0, 0, () => Fields, () => Fields, () => IndexingFilter$]
5924
+ [0, 0, 0, 0, () => Fields, () => Fields, () => IndexingFilter$], 1
5925
5925
  ];
5926
5926
  var ThingPrincipalObject$ = [3, n0, _TPO,
5927
5927
  0,
5928
5928
  [_pr, _tPT],
5929
- [0, 0]
5929
+ [0, 0], 1
5930
5930
  ];
5931
5931
  var ThingTypeDefinition$ = [3, n0, _TTD,
5932
5932
  0,
@@ -5962,17 +5962,17 @@ var TimeoutConfig$ = [3, n0, _TCi,
5962
5962
  var TimestreamAction$ = [3, n0, _TAi,
5963
5963
  0,
5964
5964
  [_rA, _dNa, _tNab, _di, _ti],
5965
- [0, 0, 0, () => TimestreamDimensionList, () => TimestreamTimestamp$]
5965
+ [0, 0, 0, () => TimestreamDimensionList, () => TimestreamTimestamp$], 4
5966
5966
  ];
5967
5967
  var TimestreamDimension$ = [3, n0, _TDi,
5968
5968
  0,
5969
5969
  [_n, _va],
5970
- [0, 0]
5970
+ [0, 0], 2
5971
5971
  ];
5972
5972
  var TimestreamTimestamp$ = [3, n0, _TT,
5973
5973
  0,
5974
5974
  [_va, _u],
5975
- [0, 0]
5975
+ [0, 0], 2
5976
5976
  ];
5977
5977
  var TlsConfig$ = [3, n0, _TCl,
5978
5978
  0,
@@ -6011,8 +6011,8 @@ var TopicRuleListItem$ = [3, n0, _TRLI,
6011
6011
  ];
6012
6012
  var TopicRulePayload$ = [3, n0, _TRP,
6013
6013
  0,
6014
- [_sql, _d, _act, _rD, _aISV, _eAr],
6015
- [0, 0, () => ActionList, 2, 0, () => Action$]
6014
+ [_sql, _act, _d, _rD, _aISV, _eAr],
6015
+ [0, () => ActionList, 0, 2, 0, () => Action$], 2
6016
6016
  ];
6017
6017
  var TransferAlreadyCompletedException$ = [-3, n0, _TACE,
6018
6018
  { [_er]: _cl, [_hE]: 410 },
@@ -6023,7 +6023,7 @@ schema.TypeRegistry.for(n0).registerError(TransferAlreadyCompletedException$, Tr
6023
6023
  var TransferCertificateRequest$ = [3, n0, _TCR,
6024
6024
  0,
6025
6025
  [_cI, _tAA, _tM],
6026
- [[0, 1], [0, { [_hQ]: _tAA }], 0]
6026
+ [[0, 1], [0, { [_hQ]: _tAA }], 0], 2
6027
6027
  ];
6028
6028
  var TransferCertificateResponse$ = [3, n0, _TCRr,
6029
6029
  0,
@@ -6050,7 +6050,7 @@ schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedEx
6050
6050
  var UntagResourceRequest$ = [3, n0, _URR,
6051
6051
  0,
6052
6052
  [_rAes, _tK],
6053
- [0, 64 | 0]
6053
+ [0, 64 | 0], 2
6054
6054
  ];
6055
6055
  var UntagResourceResponse$ = [3, n0, _URRn,
6056
6056
  0,
@@ -6070,7 +6070,7 @@ var UpdateAccountAuditConfigurationResponse$ = [3, n0, _UAACRp,
6070
6070
  var UpdateAuditSuppressionRequest$ = [3, n0, _UASR,
6071
6071
  0,
6072
6072
  [_cN, _rI, _eD, _sI, _d],
6073
- [0, () => ResourceIdentifier$, 4, 2, 0]
6073
+ [0, () => ResourceIdentifier$, 4, 2, 0], 2
6074
6074
  ];
6075
6075
  var UpdateAuditSuppressionResponse$ = [3, n0, _UASRp,
6076
6076
  0,
@@ -6080,7 +6080,7 @@ var UpdateAuditSuppressionResponse$ = [3, n0, _UASRp,
6080
6080
  var UpdateAuthorizerRequest$ = [3, n0, _UAR,
6081
6081
  0,
6082
6082
  [_aNu, _aFA, _tKN, _tSPK, _st, _eCFH],
6083
- [[0, 1], 0, 0, 128 | 0, 0, 2]
6083
+ [[0, 1], 0, 0, 128 | 0, 0, 2], 1
6084
6084
  ];
6085
6085
  var UpdateAuthorizerResponse$ = [3, n0, _UARp,
6086
6086
  0,
@@ -6090,7 +6090,7 @@ var UpdateAuthorizerResponse$ = [3, n0, _UARp,
6090
6090
  var UpdateBillingGroupRequest$ = [3, n0, _UBGR,
6091
6091
  0,
6092
6092
  [_bGN, _bGP, _eV],
6093
- [[0, 1], () => BillingGroupProperties$, 1]
6093
+ [[0, 1], () => BillingGroupProperties$, 1], 2
6094
6094
  ];
6095
6095
  var UpdateBillingGroupResponse$ = [3, n0, _UBGRp,
6096
6096
  0,
@@ -6100,17 +6100,17 @@ var UpdateBillingGroupResponse$ = [3, n0, _UBGRp,
6100
6100
  var UpdateCACertificateParams$ = [3, n0, _UCACP,
6101
6101
  0,
6102
6102
  [_a],
6103
- [0]
6103
+ [0], 1
6104
6104
  ];
6105
6105
  var UpdateCACertificateRequest$ = [3, n0, _UCACR,
6106
6106
  0,
6107
6107
  [_cI, _nS, _nARS, _rCe, _rAR],
6108
- [[0, 1], [0, { [_hQ]: _nS }], [0, { [_hQ]: _nARS }], () => RegistrationConfig$, 2]
6108
+ [[0, 1], [0, { [_hQ]: _nS }], [0, { [_hQ]: _nARS }], () => RegistrationConfig$, 2], 1
6109
6109
  ];
6110
6110
  var UpdateCertificateProviderRequest$ = [3, n0, _UCPR,
6111
6111
  0,
6112
6112
  [_cPN, _lFA, _aDFO],
6113
- [[0, 1], 0, 64 | 0]
6113
+ [[0, 1], 0, 64 | 0], 1
6114
6114
  ];
6115
6115
  var UpdateCertificateProviderResponse$ = [3, n0, _UCPRp,
6116
6116
  0,
@@ -6120,12 +6120,12 @@ var UpdateCertificateProviderResponse$ = [3, n0, _UCPRp,
6120
6120
  var UpdateCertificateRequest$ = [3, n0, _UCR,
6121
6121
  0,
6122
6122
  [_cI, _nS],
6123
- [[0, 1], [0, { [_hQ]: _nS }]]
6123
+ [[0, 1], [0, { [_hQ]: _nS }]], 2
6124
6124
  ];
6125
6125
  var UpdateCommandRequest$ = [3, n0, _UCRp,
6126
6126
  0,
6127
6127
  [_cIo, _dN, _d, _dep],
6128
- [[0, 1], 0, 0, 2]
6128
+ [[0, 1], 0, 0, 2], 1
6129
6129
  ];
6130
6130
  var UpdateCommandResponse$ = [3, n0, _UCRpd,
6131
6131
  0,
@@ -6135,7 +6135,7 @@ var UpdateCommandResponse$ = [3, n0, _UCRpd,
6135
6135
  var UpdateCustomMetricRequest$ = [3, n0, _UCMR,
6136
6136
  0,
6137
6137
  [_mNe, _dN],
6138
- [[0, 1], 0]
6138
+ [[0, 1], 0], 2
6139
6139
  ];
6140
6140
  var UpdateCustomMetricResponse$ = [3, n0, _UCMRp,
6141
6141
  0,
@@ -6145,12 +6145,12 @@ var UpdateCustomMetricResponse$ = [3, n0, _UCMRp,
6145
6145
  var UpdateDeviceCertificateParams$ = [3, n0, _UDCP,
6146
6146
  0,
6147
6147
  [_a],
6148
- [0]
6148
+ [0], 1
6149
6149
  ];
6150
6150
  var UpdateDimensionRequest$ = [3, n0, _UDR,
6151
6151
  0,
6152
6152
  [_n, _sVt],
6153
- [[0, 1], 64 | 0]
6153
+ [[0, 1], 64 | 0], 2
6154
6154
  ];
6155
6155
  var UpdateDimensionResponse$ = [3, n0, _UDRp,
6156
6156
  0,
@@ -6160,7 +6160,7 @@ var UpdateDimensionResponse$ = [3, n0, _UDRp,
6160
6160
  var UpdateDomainConfigurationRequest$ = [3, n0, _UDCR,
6161
6161
  0,
6162
6162
  [_dCN, _aC, _dCS, _rAC, _tC, _sCC, _aTu, _aP, _cCC],
6163
- [[0, 1], () => AuthorizerConfig$, 0, 2, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$]
6163
+ [[0, 1], () => AuthorizerConfig$, 0, 2, () => TlsConfig$, () => ServerCertificateConfig$, 0, 0, () => ClientCertificateConfig$], 1
6164
6164
  ];
6165
6165
  var UpdateDomainConfigurationResponse$ = [3, n0, _UDCRp,
6166
6166
  0,
@@ -6170,7 +6170,7 @@ var UpdateDomainConfigurationResponse$ = [3, n0, _UDCRp,
6170
6170
  var UpdateDynamicThingGroupRequest$ = [3, n0, _UDTGR,
6171
6171
  0,
6172
6172
  [_tGNh, _tGP, _eV, _iN, _qS, _qV],
6173
- [[0, 1], () => ThingGroupProperties$, 1, 0, 0, 0]
6173
+ [[0, 1], () => ThingGroupProperties$, 1, 0, 0, 0], 2
6174
6174
  ];
6175
6175
  var UpdateDynamicThingGroupResponse$ = [3, n0, _UDTGRp,
6176
6176
  0,
@@ -6180,7 +6180,7 @@ var UpdateDynamicThingGroupResponse$ = [3, n0, _UDTGRp,
6180
6180
  var UpdateEncryptionConfigurationRequest$ = [3, n0, _UECR,
6181
6181
  0,
6182
6182
  [_eTn, _kKA, _kARA],
6183
- [0, 0, 0]
6183
+ [0, 0, 0], 1
6184
6184
  ];
6185
6185
  var UpdateEncryptionConfigurationResponse$ = [3, n0, _UECRp,
6186
6186
  0,
@@ -6199,8 +6199,8 @@ var UpdateEventConfigurationsResponse$ = [3, n0, _UECRpda,
6199
6199
  ];
6200
6200
  var UpdateFleetMetricRequest$ = [3, n0, _UFMR,
6201
6201
  0,
6202
- [_mNe, _qS, _aTg, _pe, _aF, _d, _qV, _iN, _u, _eV],
6203
- [[0, 1], 0, () => AggregationType$, 1, 0, 0, 0, 0, 0, 1]
6202
+ [_mNe, _iN, _qS, _aTg, _pe, _aF, _d, _qV, _u, _eV],
6203
+ [[0, 1], 0, 0, () => AggregationType$, 1, 0, 0, 0, 0, 1], 2
6204
6204
  ];
6205
6205
  var UpdateIndexingConfigurationRequest$ = [3, n0, _UICR,
6206
6206
  0,
@@ -6215,12 +6215,12 @@ var UpdateIndexingConfigurationResponse$ = [3, n0, _UICRp,
6215
6215
  var UpdateJobRequest$ = [3, n0, _UJR,
6216
6216
  0,
6217
6217
  [_jI, _d, _pUC, _jERC, _aCb, _tCi, _nI, _jERCo],
6218
- [[0, 1], 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, [0, { [_hQ]: _nI }], () => JobExecutionsRetryConfig$]
6218
+ [[0, 1], 0, () => PresignedUrlConfig$, () => JobExecutionsRolloutConfig$, () => AbortConfig$, () => TimeoutConfig$, [0, { [_hQ]: _nI }], () => JobExecutionsRetryConfig$], 1
6219
6219
  ];
6220
6220
  var UpdateMitigationActionRequest$ = [3, n0, _UMAR,
6221
6221
  0,
6222
6222
  [_aN, _rA, _aPc],
6223
- [[0, 1], 0, () => MitigationActionParams$]
6223
+ [[0, 1], 0, () => MitigationActionParams$], 1
6224
6224
  ];
6225
6225
  var UpdateMitigationActionResponse$ = [3, n0, _UMARp,
6226
6226
  0,
@@ -6240,7 +6240,7 @@ var UpdatePackageConfigurationResponse$ = [3, n0, _UPCRp,
6240
6240
  var UpdatePackageRequest$ = [3, n0, _UPR,
6241
6241
  0,
6242
6242
  [_pN, _d, _dVN, _uDV, _cT],
6243
- [[0, 1], [() => ResourceDescription, 0], 0, 2, [0, { [_hQ]: _cT, [_iT]: 1 }]]
6243
+ [[0, 1], [() => ResourceDescription, 0], 0, 2, [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
6244
6244
  ];
6245
6245
  var UpdatePackageResponse$ = [3, n0, _UPRp,
6246
6246
  0,
@@ -6250,7 +6250,7 @@ var UpdatePackageResponse$ = [3, n0, _UPRp,
6250
6250
  var UpdatePackageVersionRequest$ = [3, n0, _UPVR,
6251
6251
  0,
6252
6252
  [_pN, _vN, _d, _at, _art, _a, _rec, _cT],
6253
- [[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, 0, [() => PackageVersionRecipe, 0], [0, { [_hQ]: _cT, [_iT]: 1 }]]
6253
+ [[0, 1], [0, 1], [() => ResourceDescription, 0], [() => ResourceAttributes, 0], () => PackageVersionArtifact$, 0, [() => PackageVersionRecipe, 0], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
6254
6254
  ];
6255
6255
  var UpdatePackageVersionResponse$ = [3, n0, _UPVRp,
6256
6256
  0,
@@ -6260,7 +6260,7 @@ var UpdatePackageVersionResponse$ = [3, n0, _UPVRp,
6260
6260
  var UpdateProvisioningTemplateRequest$ = [3, n0, _UPTR,
6261
6261
  0,
6262
6262
  [_tNe, _d, _en, _dVI, _pRA, _pPH, _rPPH],
6263
- [[0, 1], 0, 2, 1, 0, () => ProvisioningHook$, 2]
6263
+ [[0, 1], 0, 2, 1, 0, () => ProvisioningHook$, 2], 1
6264
6264
  ];
6265
6265
  var UpdateProvisioningTemplateResponse$ = [3, n0, _UPTRp,
6266
6266
  0,
@@ -6270,7 +6270,7 @@ var UpdateProvisioningTemplateResponse$ = [3, n0, _UPTRp,
6270
6270
  var UpdateRoleAliasRequest$ = [3, n0, _URAR,
6271
6271
  0,
6272
6272
  [_rAo, _rA, _cDS],
6273
- [[0, 1], 0, 1]
6273
+ [[0, 1], 0, 1], 1
6274
6274
  ];
6275
6275
  var UpdateRoleAliasResponse$ = [3, n0, _URARp,
6276
6276
  0,
@@ -6279,8 +6279,8 @@ var UpdateRoleAliasResponse$ = [3, n0, _URARp,
6279
6279
  ];
6280
6280
  var UpdateScheduledAuditRequest$ = [3, n0, _USAR,
6281
6281
  0,
6282
- [_fr, _dOM, _dOW, _tCN, _sAN],
6283
- [0, 0, 0, 64 | 0, [0, 1]]
6282
+ [_sAN, _fr, _dOM, _dOW, _tCN],
6283
+ [[0, 1], 0, 0, 0, 64 | 0], 1
6284
6284
  ];
6285
6285
  var UpdateScheduledAuditResponse$ = [3, n0, _USARp,
6286
6286
  0,
@@ -6290,7 +6290,7 @@ var UpdateScheduledAuditResponse$ = [3, n0, _USARp,
6290
6290
  var UpdateSecurityProfileRequest$ = [3, n0, _USPR,
6291
6291
  0,
6292
6292
  [_sPN, _sPD, _be, _aTl, _aMTR, _aMTRV, _dB, _dAT, _dAMTR, _eV, _mEC, _dMEC],
6293
- [[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, 2, 2, 2, [1, { [_hQ]: _eV }], () => MetricsExportConfig$, 2]
6293
+ [[0, 1], 0, () => Behaviors, () => AlertTargets, 64 | 0, () => AdditionalMetricsToRetainV2List, 2, 2, 2, [1, { [_hQ]: _eV }], () => MetricsExportConfig$, 2], 1
6294
6294
  ];
6295
6295
  var UpdateSecurityProfileResponse$ = [3, n0, _USPRp,
6296
6296
  0,
@@ -6300,7 +6300,7 @@ var UpdateSecurityProfileResponse$ = [3, n0, _USPRp,
6300
6300
  var UpdateStreamRequest$ = [3, n0, _USR,
6301
6301
  0,
6302
6302
  [_sIt, _d, _fi, _rA],
6303
- [[0, 1], 0, () => StreamFiles, 0]
6303
+ [[0, 1], 0, () => StreamFiles, 0], 1
6304
6304
  ];
6305
6305
  var UpdateStreamResponse$ = [3, n0, _USRp,
6306
6306
  0,
@@ -6310,7 +6310,7 @@ var UpdateStreamResponse$ = [3, n0, _USRp,
6310
6310
  var UpdateThingGroupRequest$ = [3, n0, _UTGR,
6311
6311
  0,
6312
6312
  [_tGNh, _tGP, _eV],
6313
- [[0, 1], () => ThingGroupProperties$, 1]
6313
+ [[0, 1], () => ThingGroupProperties$, 1], 2
6314
6314
  ];
6315
6315
  var UpdateThingGroupResponse$ = [3, n0, _UTGRp,
6316
6316
  0,
@@ -6330,7 +6330,7 @@ var UpdateThingGroupsForThingResponse$ = [3, n0, _UTGFTRp,
6330
6330
  var UpdateThingRequest$ = [3, n0, _UTR,
6331
6331
  0,
6332
6332
  [_tN, _tTN, _aPt, _eV, _rTT],
6333
- [[0, 1], 0, () => AttributePayload$, 1, 2]
6333
+ [[0, 1], 0, () => AttributePayload$, 1, 2], 1
6334
6334
  ];
6335
6335
  var UpdateThingResponse$ = [3, n0, _UTRp,
6336
6336
  0,
@@ -6340,7 +6340,7 @@ var UpdateThingResponse$ = [3, n0, _UTRp,
6340
6340
  var UpdateThingTypeRequest$ = [3, n0, _UTTR,
6341
6341
  0,
6342
6342
  [_tTN, _tTP],
6343
- [[0, 1], () => ThingTypeProperties$]
6343
+ [[0, 1], () => ThingTypeProperties$], 1
6344
6344
  ];
6345
6345
  var UpdateThingTypeResponse$ = [3, n0, _UTTRp,
6346
6346
  0,
@@ -6350,7 +6350,7 @@ var UpdateThingTypeResponse$ = [3, n0, _UTTRp,
6350
6350
  var UpdateTopicRuleDestinationRequest$ = [3, n0, _UTRDR,
6351
6351
  0,
6352
6352
  [_ar, _st],
6353
- [0, 0]
6353
+ [0, 0], 2
6354
6354
  ];
6355
6355
  var UpdateTopicRuleDestinationResponse$ = [3, n0, _UTRDRp,
6356
6356
  0,
@@ -6360,12 +6360,12 @@ var UpdateTopicRuleDestinationResponse$ = [3, n0, _UTRDRp,
6360
6360
  var UserProperty$ = [3, n0, _UP,
6361
6361
  0,
6362
6362
  [_ke, _va],
6363
- [0, 0]
6363
+ [0, 0], 2
6364
6364
  ];
6365
6365
  var ValidateSecurityProfileBehaviorsRequest$ = [3, n0, _VSPBR,
6366
6366
  0,
6367
6367
  [_be],
6368
- [() => Behaviors]
6368
+ [() => Behaviors], 1
6369
6369
  ];
6370
6370
  var ValidateSecurityProfileBehaviorsResponse$ = [3, n0, _VSPBRa,
6371
6371
  0,
@@ -6413,12 +6413,12 @@ var ViolationEventAdditionalInfo$ = [3, n0, _VEAI,
6413
6413
  var ViolationEventOccurrenceRange$ = [3, n0, _VEOR,
6414
6414
  0,
6415
6415
  [_sT, _eT],
6416
- [4, 4]
6416
+ [4, 4], 2
6417
6417
  ];
6418
6418
  var VpcDestinationConfiguration$ = [3, n0, _VDC,
6419
6419
  0,
6420
- [_sIu, _sG, _vIp, _rA],
6421
- [64 | 0, 64 | 0, 0, 0]
6420
+ [_sIu, _vIp, _rA, _sG],
6421
+ [64 | 0, 0, 0, 64 | 0], 3
6422
6422
  ];
6423
6423
  var VpcDestinationProperties$ = [3, n0, _VDP,
6424
6424
  0,
@@ -10795,6 +10795,134 @@ class ValidateSecurityProfileBehaviorsCommand extends smithyClient.Command
10795
10795
  .build() {
10796
10796
  }
10797
10797
 
10798
+ const paginateGetBehaviorModelTrainingSummaries = core.createPaginator(IoTClient, GetBehaviorModelTrainingSummariesCommand, "nextToken", "nextToken", "maxResults");
10799
+
10800
+ const paginateListActiveViolations = core.createPaginator(IoTClient, ListActiveViolationsCommand, "nextToken", "nextToken", "maxResults");
10801
+
10802
+ const paginateListAttachedPolicies = core.createPaginator(IoTClient, ListAttachedPoliciesCommand, "marker", "nextMarker", "pageSize");
10803
+
10804
+ const paginateListAuditFindings = core.createPaginator(IoTClient, ListAuditFindingsCommand, "nextToken", "nextToken", "maxResults");
10805
+
10806
+ const paginateListAuditMitigationActionsExecutions = core.createPaginator(IoTClient, ListAuditMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
10807
+
10808
+ const paginateListAuditMitigationActionsTasks = core.createPaginator(IoTClient, ListAuditMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
10809
+
10810
+ const paginateListAuditSuppressions = core.createPaginator(IoTClient, ListAuditSuppressionsCommand, "nextToken", "nextToken", "maxResults");
10811
+
10812
+ const paginateListAuditTasks = core.createPaginator(IoTClient, ListAuditTasksCommand, "nextToken", "nextToken", "maxResults");
10813
+
10814
+ const paginateListAuthorizers = core.createPaginator(IoTClient, ListAuthorizersCommand, "marker", "nextMarker", "pageSize");
10815
+
10816
+ const paginateListBillingGroups = core.createPaginator(IoTClient, ListBillingGroupsCommand, "nextToken", "nextToken", "maxResults");
10817
+
10818
+ const paginateListCACertificates = core.createPaginator(IoTClient, ListCACertificatesCommand, "marker", "nextMarker", "pageSize");
10819
+
10820
+ const paginateListCertificatesByCA = core.createPaginator(IoTClient, ListCertificatesByCACommand, "marker", "nextMarker", "pageSize");
10821
+
10822
+ const paginateListCertificates = core.createPaginator(IoTClient, ListCertificatesCommand, "marker", "nextMarker", "pageSize");
10823
+
10824
+ const paginateListCommandExecutions = core.createPaginator(IoTClient, ListCommandExecutionsCommand, "nextToken", "nextToken", "maxResults");
10825
+
10826
+ const paginateListCommands = core.createPaginator(IoTClient, ListCommandsCommand, "nextToken", "nextToken", "maxResults");
10827
+
10828
+ const paginateListCustomMetrics = core.createPaginator(IoTClient, ListCustomMetricsCommand, "nextToken", "nextToken", "maxResults");
10829
+
10830
+ const paginateListDetectMitigationActionsExecutions = core.createPaginator(IoTClient, ListDetectMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
10831
+
10832
+ const paginateListDetectMitigationActionsTasks = core.createPaginator(IoTClient, ListDetectMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
10833
+
10834
+ const paginateListDimensions = core.createPaginator(IoTClient, ListDimensionsCommand, "nextToken", "nextToken", "maxResults");
10835
+
10836
+ const paginateListDomainConfigurations = core.createPaginator(IoTClient, ListDomainConfigurationsCommand, "marker", "nextMarker", "pageSize");
10837
+
10838
+ const paginateListFleetMetrics = core.createPaginator(IoTClient, ListFleetMetricsCommand, "nextToken", "nextToken", "maxResults");
10839
+
10840
+ const paginateListIndices = core.createPaginator(IoTClient, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
10841
+
10842
+ const paginateListJobExecutionsForJob = core.createPaginator(IoTClient, ListJobExecutionsForJobCommand, "nextToken", "nextToken", "maxResults");
10843
+
10844
+ const paginateListJobExecutionsForThing = core.createPaginator(IoTClient, ListJobExecutionsForThingCommand, "nextToken", "nextToken", "maxResults");
10845
+
10846
+ const paginateListJobs = core.createPaginator(IoTClient, ListJobsCommand, "nextToken", "nextToken", "maxResults");
10847
+
10848
+ const paginateListJobTemplates = core.createPaginator(IoTClient, ListJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
10849
+
10850
+ const paginateListManagedJobTemplates = core.createPaginator(IoTClient, ListManagedJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
10851
+
10852
+ const paginateListMetricValues = core.createPaginator(IoTClient, ListMetricValuesCommand, "nextToken", "nextToken", "maxResults");
10853
+
10854
+ const paginateListMitigationActions = core.createPaginator(IoTClient, ListMitigationActionsCommand, "nextToken", "nextToken", "maxResults");
10855
+
10856
+ const paginateListOTAUpdates = core.createPaginator(IoTClient, ListOTAUpdatesCommand, "nextToken", "nextToken", "maxResults");
10857
+
10858
+ const paginateListOutgoingCertificates = core.createPaginator(IoTClient, ListOutgoingCertificatesCommand, "marker", "nextMarker", "pageSize");
10859
+
10860
+ const paginateListPackages = core.createPaginator(IoTClient, ListPackagesCommand, "nextToken", "nextToken", "maxResults");
10861
+
10862
+ const paginateListPackageVersions = core.createPaginator(IoTClient, ListPackageVersionsCommand, "nextToken", "nextToken", "maxResults");
10863
+
10864
+ const paginateListPolicies = core.createPaginator(IoTClient, ListPoliciesCommand, "marker", "nextMarker", "pageSize");
10865
+
10866
+ const paginateListPolicyPrincipals = core.createPaginator(IoTClient, ListPolicyPrincipalsCommand, "marker", "nextMarker", "pageSize");
10867
+
10868
+ const paginateListPrincipalPolicies = core.createPaginator(IoTClient, ListPrincipalPoliciesCommand, "marker", "nextMarker", "pageSize");
10869
+
10870
+ const paginateListPrincipalThings = core.createPaginator(IoTClient, ListPrincipalThingsCommand, "nextToken", "nextToken", "maxResults");
10871
+
10872
+ const paginateListPrincipalThingsV2 = core.createPaginator(IoTClient, ListPrincipalThingsV2Command, "nextToken", "nextToken", "maxResults");
10873
+
10874
+ const paginateListProvisioningTemplates = core.createPaginator(IoTClient, ListProvisioningTemplatesCommand, "nextToken", "nextToken", "maxResults");
10875
+
10876
+ const paginateListProvisioningTemplateVersions = core.createPaginator(IoTClient, ListProvisioningTemplateVersionsCommand, "nextToken", "nextToken", "maxResults");
10877
+
10878
+ const paginateListRelatedResourcesForAuditFinding = core.createPaginator(IoTClient, ListRelatedResourcesForAuditFindingCommand, "nextToken", "nextToken", "maxResults");
10879
+
10880
+ const paginateListRoleAliases = core.createPaginator(IoTClient, ListRoleAliasesCommand, "marker", "nextMarker", "pageSize");
10881
+
10882
+ const paginateListSbomValidationResults = core.createPaginator(IoTClient, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
10883
+
10884
+ const paginateListScheduledAudits = core.createPaginator(IoTClient, ListScheduledAuditsCommand, "nextToken", "nextToken", "maxResults");
10885
+
10886
+ const paginateListSecurityProfilesForTarget = core.createPaginator(IoTClient, ListSecurityProfilesForTargetCommand, "nextToken", "nextToken", "maxResults");
10887
+
10888
+ const paginateListSecurityProfiles = core.createPaginator(IoTClient, ListSecurityProfilesCommand, "nextToken", "nextToken", "maxResults");
10889
+
10890
+ const paginateListStreams = core.createPaginator(IoTClient, ListStreamsCommand, "nextToken", "nextToken", "maxResults");
10891
+
10892
+ const paginateListTagsForResource = core.createPaginator(IoTClient, ListTagsForResourceCommand, "nextToken", "nextToken", "");
10893
+
10894
+ const paginateListTargetsForPolicy = core.createPaginator(IoTClient, ListTargetsForPolicyCommand, "marker", "nextMarker", "pageSize");
10895
+
10896
+ const paginateListTargetsForSecurityProfile = core.createPaginator(IoTClient, ListTargetsForSecurityProfileCommand, "nextToken", "nextToken", "maxResults");
10897
+
10898
+ const paginateListThingGroupsForThing = core.createPaginator(IoTClient, ListThingGroupsForThingCommand, "nextToken", "nextToken", "maxResults");
10899
+
10900
+ const paginateListThingGroups = core.createPaginator(IoTClient, ListThingGroupsCommand, "nextToken", "nextToken", "maxResults");
10901
+
10902
+ const paginateListThingPrincipals = core.createPaginator(IoTClient, ListThingPrincipalsCommand, "nextToken", "nextToken", "maxResults");
10903
+
10904
+ const paginateListThingPrincipalsV2 = core.createPaginator(IoTClient, ListThingPrincipalsV2Command, "nextToken", "nextToken", "maxResults");
10905
+
10906
+ const paginateListThingRegistrationTaskReports = core.createPaginator(IoTClient, ListThingRegistrationTaskReportsCommand, "nextToken", "nextToken", "maxResults");
10907
+
10908
+ const paginateListThingRegistrationTasks = core.createPaginator(IoTClient, ListThingRegistrationTasksCommand, "nextToken", "nextToken", "maxResults");
10909
+
10910
+ const paginateListThingsInBillingGroup = core.createPaginator(IoTClient, ListThingsInBillingGroupCommand, "nextToken", "nextToken", "maxResults");
10911
+
10912
+ const paginateListThingsInThingGroup = core.createPaginator(IoTClient, ListThingsInThingGroupCommand, "nextToken", "nextToken", "maxResults");
10913
+
10914
+ const paginateListThings = core.createPaginator(IoTClient, ListThingsCommand, "nextToken", "nextToken", "maxResults");
10915
+
10916
+ const paginateListThingTypes = core.createPaginator(IoTClient, ListThingTypesCommand, "nextToken", "nextToken", "maxResults");
10917
+
10918
+ const paginateListTopicRuleDestinations = core.createPaginator(IoTClient, ListTopicRuleDestinationsCommand, "nextToken", "nextToken", "maxResults");
10919
+
10920
+ const paginateListTopicRules = core.createPaginator(IoTClient, ListTopicRulesCommand, "nextToken", "nextToken", "maxResults");
10921
+
10922
+ const paginateListV2LoggingLevels = core.createPaginator(IoTClient, ListV2LoggingLevelsCommand, "nextToken", "nextToken", "maxResults");
10923
+
10924
+ const paginateListViolationEvents = core.createPaginator(IoTClient, ListViolationEventsCommand, "nextToken", "nextToken", "maxResults");
10925
+
10798
10926
  const commands = {
10799
10927
  AcceptCertificateTransferCommand,
10800
10928
  AddThingToBillingGroupCommand,
@@ -11069,137 +11197,75 @@ const commands = {
11069
11197
  UpdateTopicRuleDestinationCommand,
11070
11198
  ValidateSecurityProfileBehaviorsCommand,
11071
11199
  };
11200
+ const paginators = {
11201
+ paginateGetBehaviorModelTrainingSummaries,
11202
+ paginateListActiveViolations,
11203
+ paginateListAttachedPolicies,
11204
+ paginateListAuditFindings,
11205
+ paginateListAuditMitigationActionsExecutions,
11206
+ paginateListAuditMitigationActionsTasks,
11207
+ paginateListAuditSuppressions,
11208
+ paginateListAuditTasks,
11209
+ paginateListAuthorizers,
11210
+ paginateListBillingGroups,
11211
+ paginateListCACertificates,
11212
+ paginateListCertificates,
11213
+ paginateListCertificatesByCA,
11214
+ paginateListCommandExecutions,
11215
+ paginateListCommands,
11216
+ paginateListCustomMetrics,
11217
+ paginateListDetectMitigationActionsExecutions,
11218
+ paginateListDetectMitigationActionsTasks,
11219
+ paginateListDimensions,
11220
+ paginateListDomainConfigurations,
11221
+ paginateListFleetMetrics,
11222
+ paginateListIndices,
11223
+ paginateListJobExecutionsForJob,
11224
+ paginateListJobExecutionsForThing,
11225
+ paginateListJobs,
11226
+ paginateListJobTemplates,
11227
+ paginateListManagedJobTemplates,
11228
+ paginateListMetricValues,
11229
+ paginateListMitigationActions,
11230
+ paginateListOTAUpdates,
11231
+ paginateListOutgoingCertificates,
11232
+ paginateListPackages,
11233
+ paginateListPackageVersions,
11234
+ paginateListPolicies,
11235
+ paginateListPolicyPrincipals,
11236
+ paginateListPrincipalPolicies,
11237
+ paginateListPrincipalThings,
11238
+ paginateListPrincipalThingsV2,
11239
+ paginateListProvisioningTemplates,
11240
+ paginateListProvisioningTemplateVersions,
11241
+ paginateListRelatedResourcesForAuditFinding,
11242
+ paginateListRoleAliases,
11243
+ paginateListSbomValidationResults,
11244
+ paginateListScheduledAudits,
11245
+ paginateListSecurityProfiles,
11246
+ paginateListSecurityProfilesForTarget,
11247
+ paginateListStreams,
11248
+ paginateListTagsForResource,
11249
+ paginateListTargetsForPolicy,
11250
+ paginateListTargetsForSecurityProfile,
11251
+ paginateListThingGroups,
11252
+ paginateListThingGroupsForThing,
11253
+ paginateListThingPrincipals,
11254
+ paginateListThingPrincipalsV2,
11255
+ paginateListThingRegistrationTaskReports,
11256
+ paginateListThingRegistrationTasks,
11257
+ paginateListThings,
11258
+ paginateListThingsInBillingGroup,
11259
+ paginateListThingsInThingGroup,
11260
+ paginateListThingTypes,
11261
+ paginateListTopicRuleDestinations,
11262
+ paginateListTopicRules,
11263
+ paginateListV2LoggingLevels,
11264
+ paginateListViolationEvents,
11265
+ };
11072
11266
  class IoT extends IoTClient {
11073
11267
  }
11074
- smithyClient.createAggregatedClient(commands, IoT);
11075
-
11076
- const paginateGetBehaviorModelTrainingSummaries = core.createPaginator(IoTClient, GetBehaviorModelTrainingSummariesCommand, "nextToken", "nextToken", "maxResults");
11077
-
11078
- const paginateListActiveViolations = core.createPaginator(IoTClient, ListActiveViolationsCommand, "nextToken", "nextToken", "maxResults");
11079
-
11080
- const paginateListAttachedPolicies = core.createPaginator(IoTClient, ListAttachedPoliciesCommand, "marker", "nextMarker", "pageSize");
11081
-
11082
- const paginateListAuditFindings = core.createPaginator(IoTClient, ListAuditFindingsCommand, "nextToken", "nextToken", "maxResults");
11083
-
11084
- const paginateListAuditMitigationActionsExecutions = core.createPaginator(IoTClient, ListAuditMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
11085
-
11086
- const paginateListAuditMitigationActionsTasks = core.createPaginator(IoTClient, ListAuditMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
11087
-
11088
- const paginateListAuditSuppressions = core.createPaginator(IoTClient, ListAuditSuppressionsCommand, "nextToken", "nextToken", "maxResults");
11089
-
11090
- const paginateListAuditTasks = core.createPaginator(IoTClient, ListAuditTasksCommand, "nextToken", "nextToken", "maxResults");
11091
-
11092
- const paginateListAuthorizers = core.createPaginator(IoTClient, ListAuthorizersCommand, "marker", "nextMarker", "pageSize");
11093
-
11094
- const paginateListBillingGroups = core.createPaginator(IoTClient, ListBillingGroupsCommand, "nextToken", "nextToken", "maxResults");
11095
-
11096
- const paginateListCACertificates = core.createPaginator(IoTClient, ListCACertificatesCommand, "marker", "nextMarker", "pageSize");
11097
-
11098
- const paginateListCertificates = core.createPaginator(IoTClient, ListCertificatesCommand, "marker", "nextMarker", "pageSize");
11099
-
11100
- const paginateListCertificatesByCA = core.createPaginator(IoTClient, ListCertificatesByCACommand, "marker", "nextMarker", "pageSize");
11101
-
11102
- const paginateListCommandExecutions = core.createPaginator(IoTClient, ListCommandExecutionsCommand, "nextToken", "nextToken", "maxResults");
11103
-
11104
- const paginateListCommands = core.createPaginator(IoTClient, ListCommandsCommand, "nextToken", "nextToken", "maxResults");
11105
-
11106
- const paginateListCustomMetrics = core.createPaginator(IoTClient, ListCustomMetricsCommand, "nextToken", "nextToken", "maxResults");
11107
-
11108
- const paginateListDetectMitigationActionsExecutions = core.createPaginator(IoTClient, ListDetectMitigationActionsExecutionsCommand, "nextToken", "nextToken", "maxResults");
11109
-
11110
- const paginateListDetectMitigationActionsTasks = core.createPaginator(IoTClient, ListDetectMitigationActionsTasksCommand, "nextToken", "nextToken", "maxResults");
11111
-
11112
- const paginateListDimensions = core.createPaginator(IoTClient, ListDimensionsCommand, "nextToken", "nextToken", "maxResults");
11113
-
11114
- const paginateListDomainConfigurations = core.createPaginator(IoTClient, ListDomainConfigurationsCommand, "marker", "nextMarker", "pageSize");
11115
-
11116
- const paginateListFleetMetrics = core.createPaginator(IoTClient, ListFleetMetricsCommand, "nextToken", "nextToken", "maxResults");
11117
-
11118
- const paginateListIndices = core.createPaginator(IoTClient, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
11119
-
11120
- const paginateListJobExecutionsForJob = core.createPaginator(IoTClient, ListJobExecutionsForJobCommand, "nextToken", "nextToken", "maxResults");
11121
-
11122
- const paginateListJobExecutionsForThing = core.createPaginator(IoTClient, ListJobExecutionsForThingCommand, "nextToken", "nextToken", "maxResults");
11123
-
11124
- const paginateListJobs = core.createPaginator(IoTClient, ListJobsCommand, "nextToken", "nextToken", "maxResults");
11125
-
11126
- const paginateListJobTemplates = core.createPaginator(IoTClient, ListJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
11127
-
11128
- const paginateListManagedJobTemplates = core.createPaginator(IoTClient, ListManagedJobTemplatesCommand, "nextToken", "nextToken", "maxResults");
11129
-
11130
- const paginateListMetricValues = core.createPaginator(IoTClient, ListMetricValuesCommand, "nextToken", "nextToken", "maxResults");
11131
-
11132
- const paginateListMitigationActions = core.createPaginator(IoTClient, ListMitigationActionsCommand, "nextToken", "nextToken", "maxResults");
11133
-
11134
- const paginateListOTAUpdates = core.createPaginator(IoTClient, ListOTAUpdatesCommand, "nextToken", "nextToken", "maxResults");
11135
-
11136
- const paginateListOutgoingCertificates = core.createPaginator(IoTClient, ListOutgoingCertificatesCommand, "marker", "nextMarker", "pageSize");
11137
-
11138
- const paginateListPackages = core.createPaginator(IoTClient, ListPackagesCommand, "nextToken", "nextToken", "maxResults");
11139
-
11140
- const paginateListPackageVersions = core.createPaginator(IoTClient, ListPackageVersionsCommand, "nextToken", "nextToken", "maxResults");
11141
-
11142
- const paginateListPolicies = core.createPaginator(IoTClient, ListPoliciesCommand, "marker", "nextMarker", "pageSize");
11143
-
11144
- const paginateListPolicyPrincipals = core.createPaginator(IoTClient, ListPolicyPrincipalsCommand, "marker", "nextMarker", "pageSize");
11145
-
11146
- const paginateListPrincipalPolicies = core.createPaginator(IoTClient, ListPrincipalPoliciesCommand, "marker", "nextMarker", "pageSize");
11147
-
11148
- const paginateListPrincipalThings = core.createPaginator(IoTClient, ListPrincipalThingsCommand, "nextToken", "nextToken", "maxResults");
11149
-
11150
- const paginateListPrincipalThingsV2 = core.createPaginator(IoTClient, ListPrincipalThingsV2Command, "nextToken", "nextToken", "maxResults");
11151
-
11152
- const paginateListProvisioningTemplates = core.createPaginator(IoTClient, ListProvisioningTemplatesCommand, "nextToken", "nextToken", "maxResults");
11153
-
11154
- const paginateListProvisioningTemplateVersions = core.createPaginator(IoTClient, ListProvisioningTemplateVersionsCommand, "nextToken", "nextToken", "maxResults");
11155
-
11156
- const paginateListRelatedResourcesForAuditFinding = core.createPaginator(IoTClient, ListRelatedResourcesForAuditFindingCommand, "nextToken", "nextToken", "maxResults");
11157
-
11158
- const paginateListRoleAliases = core.createPaginator(IoTClient, ListRoleAliasesCommand, "marker", "nextMarker", "pageSize");
11159
-
11160
- const paginateListSbomValidationResults = core.createPaginator(IoTClient, ListSbomValidationResultsCommand, "nextToken", "nextToken", "maxResults");
11161
-
11162
- const paginateListScheduledAudits = core.createPaginator(IoTClient, ListScheduledAuditsCommand, "nextToken", "nextToken", "maxResults");
11163
-
11164
- const paginateListSecurityProfiles = core.createPaginator(IoTClient, ListSecurityProfilesCommand, "nextToken", "nextToken", "maxResults");
11165
-
11166
- const paginateListSecurityProfilesForTarget = core.createPaginator(IoTClient, ListSecurityProfilesForTargetCommand, "nextToken", "nextToken", "maxResults");
11167
-
11168
- const paginateListStreams = core.createPaginator(IoTClient, ListStreamsCommand, "nextToken", "nextToken", "maxResults");
11169
-
11170
- const paginateListTagsForResource = core.createPaginator(IoTClient, ListTagsForResourceCommand, "nextToken", "nextToken", "");
11171
-
11172
- const paginateListTargetsForPolicy = core.createPaginator(IoTClient, ListTargetsForPolicyCommand, "marker", "nextMarker", "pageSize");
11173
-
11174
- const paginateListTargetsForSecurityProfile = core.createPaginator(IoTClient, ListTargetsForSecurityProfileCommand, "nextToken", "nextToken", "maxResults");
11175
-
11176
- const paginateListThingGroups = core.createPaginator(IoTClient, ListThingGroupsCommand, "nextToken", "nextToken", "maxResults");
11177
-
11178
- const paginateListThingGroupsForThing = core.createPaginator(IoTClient, ListThingGroupsForThingCommand, "nextToken", "nextToken", "maxResults");
11179
-
11180
- const paginateListThingPrincipals = core.createPaginator(IoTClient, ListThingPrincipalsCommand, "nextToken", "nextToken", "maxResults");
11181
-
11182
- const paginateListThingPrincipalsV2 = core.createPaginator(IoTClient, ListThingPrincipalsV2Command, "nextToken", "nextToken", "maxResults");
11183
-
11184
- const paginateListThingRegistrationTaskReports = core.createPaginator(IoTClient, ListThingRegistrationTaskReportsCommand, "nextToken", "nextToken", "maxResults");
11185
-
11186
- const paginateListThingRegistrationTasks = core.createPaginator(IoTClient, ListThingRegistrationTasksCommand, "nextToken", "nextToken", "maxResults");
11187
-
11188
- const paginateListThings = core.createPaginator(IoTClient, ListThingsCommand, "nextToken", "nextToken", "maxResults");
11189
-
11190
- const paginateListThingsInBillingGroup = core.createPaginator(IoTClient, ListThingsInBillingGroupCommand, "nextToken", "nextToken", "maxResults");
11191
-
11192
- const paginateListThingsInThingGroup = core.createPaginator(IoTClient, ListThingsInThingGroupCommand, "nextToken", "nextToken", "maxResults");
11193
-
11194
- const paginateListThingTypes = core.createPaginator(IoTClient, ListThingTypesCommand, "nextToken", "nextToken", "maxResults");
11195
-
11196
- const paginateListTopicRuleDestinations = core.createPaginator(IoTClient, ListTopicRuleDestinationsCommand, "nextToken", "nextToken", "maxResults");
11197
-
11198
- const paginateListTopicRules = core.createPaginator(IoTClient, ListTopicRulesCommand, "nextToken", "nextToken", "maxResults");
11199
-
11200
- const paginateListV2LoggingLevels = core.createPaginator(IoTClient, ListV2LoggingLevelsCommand, "nextToken", "nextToken", "maxResults");
11201
-
11202
- const paginateListViolationEvents = core.createPaginator(IoTClient, ListViolationEventsCommand, "nextToken", "nextToken", "maxResults");
11268
+ smithyClient.createAggregatedClient(commands, IoT, { paginators });
11203
11269
 
11204
11270
  const AbortAction = {
11205
11271
  CANCEL: "CANCEL",