@jjrawlins/cdk-iam-policy-builder-helper 0.0.16 → 0.0.17

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 (339) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/go.mod +3 -3
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/methods_list.txt +4 -0
  6. package/node_modules/@aws-sdk/client-iam/package.json +11 -11
  7. package/node_modules/@aws-sdk/client-sso/package.json +10 -10
  8. package/node_modules/@aws-sdk/core/package.json +3 -3
  9. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  10. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -1
  11. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +3 -1
  12. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  14. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +1 -1
  15. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +3 -1
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  17. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  18. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  19. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  21. package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
  22. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  23. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  24. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +3 -3
  25. package/node_modules/@smithy/abort-controller/package.json +3 -2
  26. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -15
  27. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
  28. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
  29. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  30. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  31. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  32. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  33. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  34. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  35. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  36. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  37. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  38. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  39. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  40. package/node_modules/@smithy/config-resolver/package.json +6 -5
  41. package/node_modules/@smithy/core/dist-cjs/index.js +10 -11
  42. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
  43. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -3
  44. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -3
  45. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -3
  46. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +3 -3
  47. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  48. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  49. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  50. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  51. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  52. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  53. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  54. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  55. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  56. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  57. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  58. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  59. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  60. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  61. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  62. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  63. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  64. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  65. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  66. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  67. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  68. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  69. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  70. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  71. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  72. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  73. package/node_modules/@smithy/core/package.json +10 -10
  74. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -13
  75. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  76. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  77. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  78. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  79. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  80. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  81. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  82. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  83. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  84. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  85. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  86. package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
  87. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +3 -3
  88. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  89. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
  90. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  91. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
  92. package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
  93. package/node_modules/@smithy/hash-node/dist-cjs/index.js +3 -3
  94. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  95. package/node_modules/@smithy/hash-node/package.json +5 -4
  96. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +3 -3
  97. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  98. package/node_modules/@smithy/invalid-dependency/package.json +3 -2
  99. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +3 -3
  100. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  101. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +5 -5
  102. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  103. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  104. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -5
  105. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  106. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  107. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
  108. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  109. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  110. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  111. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  112. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  113. package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
  114. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +33 -47
  115. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
  116. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
  117. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
  118. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  119. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
  120. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
  121. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
  122. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
  123. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
  124. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  125. package/node_modules/@smithy/middleware-retry/package.json +9 -8
  126. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -5
  127. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  128. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  129. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  130. package/node_modules/@smithy/middleware-serde/package.json +6 -5
  131. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +25 -30
  132. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  133. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  134. package/node_modules/@smithy/middleware-stack/package.json +3 -2
  135. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +3 -3
  136. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  137. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  138. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  139. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  140. package/node_modules/@smithy/node-config-provider/package.json +5 -4
  141. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +5 -5
  142. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  143. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +3 -2
  144. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
  145. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
  146. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
  147. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  148. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  149. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  150. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  151. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  152. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  153. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  154. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -1
  155. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
  156. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
  157. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
  158. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +3 -3
  159. package/node_modules/@smithy/node-http-handler/package.json +6 -5
  160. package/node_modules/@smithy/property-provider/dist-cjs/index.js +3 -3
  161. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  162. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  163. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  164. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  165. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  166. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  167. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
  168. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
  169. package/node_modules/@smithy/property-provider/package.json +3 -2
  170. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  171. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  172. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  173. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  174. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  175. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  176. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
  177. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
  178. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  179. package/node_modules/@smithy/protocol-http/package.json +3 -2
  180. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +3 -3
  181. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  182. package/node_modules/@smithy/querystring-builder/package.json +4 -3
  183. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +3 -3
  184. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  185. package/node_modules/@smithy/querystring-parser/package.json +3 -2
  186. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +3 -3
  187. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  188. package/node_modules/@smithy/service-error-classification/package.json +3 -2
  189. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +6 -6
  190. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  191. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  192. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -1
  193. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  194. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  195. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  196. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  197. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  198. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -2
  199. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +6 -9
  200. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
  201. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  202. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  203. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  204. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  205. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  206. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  207. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  208. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
  209. package/node_modules/@smithy/signature-v4/package.json +9 -8
  210. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +12 -15
  211. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  212. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  213. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
  214. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  215. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  216. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  217. package/node_modules/@smithy/smithy-client/package.json +8 -7
  218. package/node_modules/@smithy/types/dist-cjs/index.js +7 -7
  219. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  220. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  221. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  222. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  223. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  224. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  225. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  226. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  227. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  228. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  229. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  230. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  231. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  232. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  233. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  234. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  235. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  236. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
  237. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  238. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  239. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  240. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  241. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  242. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  243. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  244. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  245. package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
  246. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -0
  247. package/node_modules/@smithy/types/dist-types/serde.d.ts +4 -4
  248. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  249. package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
  250. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  251. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -0
  252. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  253. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  254. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  255. package/node_modules/@smithy/types/package.json +2 -1
  256. package/node_modules/@smithy/url-parser/dist-cjs/index.js +3 -3
  257. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  258. package/node_modules/@smithy/url-parser/package.json +4 -3
  259. package/node_modules/@smithy/util-base64/dist-cjs/index.js +4 -4
  260. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  261. package/node_modules/@smithy/util-base64/package.json +7 -6
  262. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +6 -9
  263. package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
  264. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +3 -3
  265. package/node_modules/@smithy/util-body-length-node/package.json +5 -4
  266. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +3 -3
  267. package/node_modules/@smithy/util-buffer-from/package.json +6 -5
  268. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +7 -11
  269. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  270. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  271. package/node_modules/@smithy/util-config-provider/package.json +5 -4
  272. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +3 -3
  273. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -4
  274. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +7 -7
  275. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  276. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
  277. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  278. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  279. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  280. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  281. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  282. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  283. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  284. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  285. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  286. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  287. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
  288. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -1
  289. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  290. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
  291. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
  292. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  293. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  294. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +1 -1
  295. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  296. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  297. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +2 -2
  298. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  299. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +1 -1
  300. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +2 -2
  301. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  302. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
  303. package/node_modules/@smithy/util-endpoints/package.json +6 -5
  304. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +3 -3
  305. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  306. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -5
  307. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  308. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  309. package/node_modules/@smithy/util-middleware/package.json +3 -2
  310. package/node_modules/@smithy/util-retry/dist-cjs/index.js +3 -3
  311. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
  312. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
  313. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  314. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
  315. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  316. package/node_modules/@smithy/util-retry/package.json +4 -3
  317. package/node_modules/@smithy/util-stream/dist-cjs/index.js +11 -11
  318. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  319. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
  320. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
  321. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
  322. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  323. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
  324. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  325. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  326. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  327. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
  328. package/node_modules/@smithy/util-stream/package.json +13 -12
  329. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +3 -3
  330. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  331. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +3 -3
  332. package/node_modules/@smithy/util-utf8/package.json +6 -5
  333. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -5
  334. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  335. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  336. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  337. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
  338. package/node_modules/@smithy/util-waiter/package.json +4 -3
  339. package/package.json +4 -4
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.879.0",
10
+ "@aws-sdk/client-iam": "^3.882.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -4140,6 +4140,6 @@
4140
4140
  }
4141
4141
  },
4142
4142
  "types": {},
4143
- "version": "0.0.16",
4144
- "fingerprint": "KlD2YhwRJVXCW5oGDnxcN1sWklTOtBrBmte+6MA2wJQ="
4143
+ "version": "0.0.17",
4144
+ "fingerprint": "tFwP3LugnKlqy9DFTkJwY7TBNxdEO7owNff0F4cmNJ8="
4145
4145
  }
@@ -4,10 +4,10 @@ go 1.23
4
4
 
5
5
  require (
6
6
  github.com/aws/jsii-runtime-go v1.113.0
7
- github.com/aws/aws-cdk-go/awscdk/v2 v2.189.1
7
+ github.com/aws/aws-cdk-go/awscdk/v2 v2.214.0
8
8
  github.com/aws/constructs-go/constructs/v10 v10.4.2
9
9
  github.com/projen/projen-go/projen v0.95.6
10
- github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.250 // indirect
10
+ github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.242 // indirect
11
11
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
12
- github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v41 v41.2.0 // indirect
12
+ github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.7.0 // indirect
13
13
  )
@@ -14,7 +14,7 @@ import (
14
14
  projen "github.com/projen/projen-go/projen/jsii"
15
15
  )
16
16
 
17
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.15.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.16.tgz
18
18
  var tarball []byte
19
19
 
20
20
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -26,5 +26,5 @@ func Initialize() {
26
26
  projen.Initialize()
27
27
 
28
28
  // Load this library into the kernel
29
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.15", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.16", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.15
1
+ 0.0.16
package/methods_list.txt CHANGED
@@ -12698,6 +12698,7 @@ notifications-contacts:UntagResource
12698
12698
  notifications:AssociateChannel
12699
12699
  notifications:AssociateManagedNotificationAccountContact
12700
12700
  notifications:AssociateManagedNotificationAdditionalChannel
12701
+ notifications:AssociateOrganizationalUnit
12701
12702
  notifications:CreateEventRule
12702
12703
  notifications:CreateNotificationConfiguration
12703
12704
  notifications:DeleteEventRule
@@ -12707,6 +12708,7 @@ notifications:DisableNotificationsAccessForOrganization
12707
12708
  notifications:DisassociateChannel
12708
12709
  notifications:DisassociateManagedNotificationAccountContact
12709
12710
  notifications:DisassociateManagedNotificationAdditionalChannel
12711
+ notifications:DisassociateOrganizationalUnit
12710
12712
  notifications:EnableNotificationsAccessForOrganization
12711
12713
  notifications:GetEventRule
12712
12714
  notifications:GetFeatureOptInStatus
@@ -12722,9 +12724,11 @@ notifications:ListManagedNotificationChannelAssociations
12722
12724
  notifications:ListManagedNotificationChildEvents
12723
12725
  notifications:ListManagedNotificationConfigurations
12724
12726
  notifications:ListManagedNotificationEvents
12727
+ notifications:ListMemberAccounts
12725
12728
  notifications:ListNotificationConfigurations
12726
12729
  notifications:ListNotificationEvents
12727
12730
  notifications:ListNotificationHubs
12731
+ notifications:ListOrganizationalUnits
12728
12732
  notifications:ListTagsForResource
12729
12733
  notifications:PutFeatureOptInStatus
12730
12734
  notifications:RegisterNotificationHub
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.879.0",
4
+ "version": "3.882.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.879.0",
24
- "@aws-sdk/credential-provider-node": "3.879.0",
23
+ "@aws-sdk/core": "3.882.0",
24
+ "@aws-sdk/credential-provider-node": "3.882.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.879.0",
28
+ "@aws-sdk/middleware-user-agent": "3.882.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.879.0",
33
+ "@aws-sdk/util-user-agent-node": "3.882.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
- "@smithy/core": "^3.9.0",
35
+ "@smithy/core": "^3.9.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",
37
37
  "@smithy/hash-node": "^4.0.5",
38
38
  "@smithy/invalid-dependency": "^4.0.5",
39
39
  "@smithy/middleware-content-length": "^4.0.5",
40
- "@smithy/middleware-endpoint": "^4.1.19",
41
- "@smithy/middleware-retry": "^4.1.20",
40
+ "@smithy/middleware-endpoint": "^4.1.21",
41
+ "@smithy/middleware-retry": "^4.1.22",
42
42
  "@smithy/middleware-serde": "^4.0.9",
43
43
  "@smithy/middleware-stack": "^4.0.5",
44
44
  "@smithy/node-config-provider": "^4.1.4",
45
45
  "@smithy/node-http-handler": "^4.1.1",
46
46
  "@smithy/protocol-http": "^5.1.3",
47
- "@smithy/smithy-client": "^4.5.0",
47
+ "@smithy/smithy-client": "^4.5.2",
48
48
  "@smithy/types": "^4.3.2",
49
49
  "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.27",
54
- "@smithy/util-defaults-mode-node": "^4.0.27",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.29",
54
+ "@smithy/util-defaults-mode-node": "^4.0.29",
55
55
  "@smithy/util-endpoints": "^3.0.7",
56
56
  "@smithy/util-middleware": "^4.0.5",
57
57
  "@smithy/util-retry": "^4.0.7",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.879.0",
4
+ "version": "3.882.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.879.0",
23
+ "@aws-sdk/core": "3.882.0",
24
24
  "@aws-sdk/middleware-host-header": "3.873.0",
25
25
  "@aws-sdk/middleware-logger": "3.876.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
27
- "@aws-sdk/middleware-user-agent": "3.879.0",
27
+ "@aws-sdk/middleware-user-agent": "3.882.0",
28
28
  "@aws-sdk/region-config-resolver": "3.873.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@aws-sdk/util-endpoints": "3.879.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.873.0",
32
- "@aws-sdk/util-user-agent-node": "3.879.0",
32
+ "@aws-sdk/util-user-agent-node": "3.882.0",
33
33
  "@smithy/config-resolver": "^4.1.5",
34
- "@smithy/core": "^3.9.0",
34
+ "@smithy/core": "^3.9.2",
35
35
  "@smithy/fetch-http-handler": "^5.1.1",
36
36
  "@smithy/hash-node": "^4.0.5",
37
37
  "@smithy/invalid-dependency": "^4.0.5",
38
38
  "@smithy/middleware-content-length": "^4.0.5",
39
- "@smithy/middleware-endpoint": "^4.1.19",
40
- "@smithy/middleware-retry": "^4.1.20",
39
+ "@smithy/middleware-endpoint": "^4.1.21",
40
+ "@smithy/middleware-retry": "^4.1.22",
41
41
  "@smithy/middleware-serde": "^4.0.9",
42
42
  "@smithy/middleware-stack": "^4.0.5",
43
43
  "@smithy/node-config-provider": "^4.1.4",
44
44
  "@smithy/node-http-handler": "^4.1.1",
45
45
  "@smithy/protocol-http": "^5.1.3",
46
- "@smithy/smithy-client": "^4.5.0",
46
+ "@smithy/smithy-client": "^4.5.2",
47
47
  "@smithy/types": "^4.3.2",
48
48
  "@smithy/url-parser": "^4.0.5",
49
49
  "@smithy/util-base64": "^4.0.0",
50
50
  "@smithy/util-body-length-browser": "^4.0.0",
51
51
  "@smithy/util-body-length-node": "^4.0.0",
52
- "@smithy/util-defaults-mode-browser": "^4.0.27",
53
- "@smithy/util-defaults-mode-node": "^4.0.27",
52
+ "@smithy/util-defaults-mode-browser": "^4.0.29",
53
+ "@smithy/util-defaults-mode-node": "^4.0.29",
54
54
  "@smithy/util-endpoints": "^3.0.7",
55
55
  "@smithy/util-middleware": "^4.0.5",
56
56
  "@smithy/util-retry": "^4.0.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -83,12 +83,12 @@
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "3.862.0",
85
85
  "@aws-sdk/xml-builder": "3.873.0",
86
- "@smithy/core": "^3.9.0",
86
+ "@smithy/core": "^3.9.2",
87
87
  "@smithy/node-config-provider": "^4.1.4",
88
88
  "@smithy/property-provider": "^4.0.5",
89
89
  "@smithy/protocol-http": "^5.1.3",
90
90
  "@smithy/signature-v4": "^5.1.3",
91
- "@smithy/smithy-client": "^4.5.0",
91
+ "@smithy/smithy-client": "^4.5.2",
92
92
  "@smithy/types": "^4.3.2",
93
93
  "@smithy/util-base64": "^4.0.0",
94
94
  "@smithy/util-body-length-browser": "^4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.879.0",
28
+ "@aws-sdk/core": "3.882.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@smithy/property-provider": "^4.0.5",
31
31
  "@smithy/types": "^4.3.2",
@@ -21,7 +21,9 @@ const fromHttp = (options = {}) => {
21
21
  const full = options.awsContainerCredentialsFullUri ?? process.env[AWS_CONTAINER_CREDENTIALS_FULL_URI];
22
22
  const token = options.awsContainerAuthorizationToken ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN];
23
23
  const tokenFile = options.awsContainerAuthorizationTokenFile ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE];
24
- const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger ? console.warn : options.logger.warn;
24
+ const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger?.warn
25
+ ? console.warn
26
+ : options.logger.warn.bind(options.logger);
25
27
  if (relative && full) {
26
28
  warn("@aws-sdk/credential-provider-http: " +
27
29
  "you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
@@ -17,7 +17,9 @@ export const fromHttp = (options = {}) => {
17
17
  const full = options.awsContainerCredentialsFullUri ?? process.env[AWS_CONTAINER_CREDENTIALS_FULL_URI];
18
18
  const token = options.awsContainerAuthorizationToken ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN];
19
19
  const tokenFile = options.awsContainerAuthorizationTokenFile ?? process.env[AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE];
20
- const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger ? console.warn : options.logger.warn;
20
+ const warn = options.logger?.constructor?.name === "NoOpLogger" || !options.logger?.warn
21
+ ? console.warn
22
+ : options.logger.warn.bind(options.logger);
21
23
  if (relative && full) {
22
24
  warn("@aws-sdk/credential-provider-http: " +
23
25
  "you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.879.0",
30
+ "@aws-sdk/core": "3.882.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
32
  "@smithy/fetch-http-handler": "^5.1.1",
33
33
  "@smithy/node-http-handler": "^4.1.1",
34
34
  "@smithy/property-provider": "^4.0.5",
35
35
  "@smithy/protocol-http": "^5.1.3",
36
- "@smithy/smithy-client": "^4.5.0",
36
+ "@smithy/smithy-client": "^4.5.2",
37
37
  "@smithy/types": "^4.3.2",
38
38
  "@smithy/util-stream": "^4.2.4",
39
39
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.879.0",
31
- "@aws-sdk/credential-provider-env": "3.879.0",
32
- "@aws-sdk/credential-provider-http": "3.879.0",
33
- "@aws-sdk/credential-provider-process": "3.879.0",
34
- "@aws-sdk/credential-provider-sso": "3.879.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.879.0",
36
- "@aws-sdk/nested-clients": "3.879.0",
30
+ "@aws-sdk/core": "3.882.0",
31
+ "@aws-sdk/credential-provider-env": "3.882.0",
32
+ "@aws-sdk/credential-provider-http": "3.882.0",
33
+ "@aws-sdk/credential-provider-process": "3.882.0",
34
+ "@aws-sdk/credential-provider-sso": "3.882.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.882.0",
36
+ "@aws-sdk/nested-clients": "3.882.0",
37
37
  "@aws-sdk/types": "3.862.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.7",
39
39
  "@smithy/property-provider": "^4.0.5",
@@ -71,7 +71,7 @@ var defaultProvider = /* @__PURE__ */ __name((init = {}) => (0, import_property_
71
71
  const envStaticCredentialsAreSet = process.env[import_credential_provider_env.ENV_KEY] && process.env[import_credential_provider_env.ENV_SECRET];
72
72
  if (envStaticCredentialsAreSet) {
73
73
  if (!multipleCredentialSourceWarningEmitted) {
74
- const warnFn = init.logger?.warn && init.logger?.constructor?.name !== "NoOpLogger" ? init.logger.warn : console.warn;
74
+ const warnFn = init.logger?.warn && init.logger?.constructor?.name !== "NoOpLogger" ? init.logger.warn.bind(init.logger) : console.warn;
75
75
  warnFn(
76
76
  `@aws-sdk/credential-provider-node - defaultProvider::fromEnv WARNING:
77
77
  Multiple credential sources detected:
@@ -9,7 +9,9 @@ export const defaultProvider = (init = {}) => memoize(chain(async () => {
9
9
  const envStaticCredentialsAreSet = process.env[ENV_KEY] && process.env[ENV_SECRET];
10
10
  if (envStaticCredentialsAreSet) {
11
11
  if (!multipleCredentialSourceWarningEmitted) {
12
- const warnFn = init.logger?.warn && init.logger?.constructor?.name !== "NoOpLogger" ? init.logger.warn : console.warn;
12
+ const warnFn = init.logger?.warn && init.logger?.constructor?.name !== "NoOpLogger"
13
+ ? init.logger.warn.bind(init.logger)
14
+ : console.warn;
13
15
  warnFn(`@aws-sdk/credential-provider-node - defaultProvider::fromEnv WARNING:
14
16
  Multiple credential sources detected:
15
17
  Both AWS_PROFILE and the pair AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY static credentials are set.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.879.0",
33
- "@aws-sdk/credential-provider-http": "3.879.0",
34
- "@aws-sdk/credential-provider-ini": "3.879.0",
35
- "@aws-sdk/credential-provider-process": "3.879.0",
36
- "@aws-sdk/credential-provider-sso": "3.879.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.879.0",
32
+ "@aws-sdk/credential-provider-env": "3.882.0",
33
+ "@aws-sdk/credential-provider-http": "3.882.0",
34
+ "@aws-sdk/credential-provider-ini": "3.882.0",
35
+ "@aws-sdk/credential-provider-process": "3.882.0",
36
+ "@aws-sdk/credential-provider-sso": "3.882.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.882.0",
38
38
  "@aws-sdk/types": "3.862.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.7",
40
40
  "@smithy/property-provider": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.879.0",
28
+ "@aws-sdk/core": "3.882.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@smithy/property-provider": "^4.0.5",
31
31
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.879.0",
29
- "@aws-sdk/core": "3.879.0",
30
- "@aws-sdk/token-providers": "3.879.0",
28
+ "@aws-sdk/client-sso": "3.882.0",
29
+ "@aws-sdk/core": "3.882.0",
30
+ "@aws-sdk/token-providers": "3.882.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
32
  "@smithy/property-provider": "^4.0.5",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.879.0",
37
- "@aws-sdk/nested-clients": "3.879.0",
36
+ "@aws-sdk/core": "3.882.0",
37
+ "@aws-sdk/nested-clients": "3.882.0",
38
38
  "@aws-sdk/types": "3.862.0",
39
39
  "@smithy/property-provider": "^4.0.5",
40
40
  "@smithy/types": "^4.3.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.879.0",
27
+ "@aws-sdk/core": "3.882.0",
28
28
  "@aws-sdk/types": "3.862.0",
29
29
  "@aws-sdk/util-endpoints": "3.879.0",
30
- "@smithy/core": "^3.9.0",
30
+ "@smithy/core": "^3.9.2",
31
31
  "@smithy/protocol-http": "^5.1.3",
32
32
  "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,37 +28,37 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/core": "3.879.0",
31
+ "@aws-sdk/core": "3.882.0",
32
32
  "@aws-sdk/middleware-host-header": "3.873.0",
33
33
  "@aws-sdk/middleware-logger": "3.876.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
35
- "@aws-sdk/middleware-user-agent": "3.879.0",
35
+ "@aws-sdk/middleware-user-agent": "3.882.0",
36
36
  "@aws-sdk/region-config-resolver": "3.873.0",
37
37
  "@aws-sdk/types": "3.862.0",
38
38
  "@aws-sdk/util-endpoints": "3.879.0",
39
39
  "@aws-sdk/util-user-agent-browser": "3.873.0",
40
- "@aws-sdk/util-user-agent-node": "3.879.0",
40
+ "@aws-sdk/util-user-agent-node": "3.882.0",
41
41
  "@smithy/config-resolver": "^4.1.5",
42
- "@smithy/core": "^3.9.0",
42
+ "@smithy/core": "^3.9.2",
43
43
  "@smithy/fetch-http-handler": "^5.1.1",
44
44
  "@smithy/hash-node": "^4.0.5",
45
45
  "@smithy/invalid-dependency": "^4.0.5",
46
46
  "@smithy/middleware-content-length": "^4.0.5",
47
- "@smithy/middleware-endpoint": "^4.1.19",
48
- "@smithy/middleware-retry": "^4.1.20",
47
+ "@smithy/middleware-endpoint": "^4.1.21",
48
+ "@smithy/middleware-retry": "^4.1.22",
49
49
  "@smithy/middleware-serde": "^4.0.9",
50
50
  "@smithy/middleware-stack": "^4.0.5",
51
51
  "@smithy/node-config-provider": "^4.1.4",
52
52
  "@smithy/node-http-handler": "^4.1.1",
53
53
  "@smithy/protocol-http": "^5.1.3",
54
- "@smithy/smithy-client": "^4.5.0",
54
+ "@smithy/smithy-client": "^4.5.2",
55
55
  "@smithy/types": "^4.3.2",
56
56
  "@smithy/url-parser": "^4.0.5",
57
57
  "@smithy/util-base64": "^4.0.0",
58
58
  "@smithy/util-body-length-browser": "^4.0.0",
59
59
  "@smithy/util-body-length-node": "^4.0.0",
60
- "@smithy/util-defaults-mode-browser": "^4.0.27",
61
- "@smithy/util-defaults-mode-node": "^4.0.27",
60
+ "@smithy/util-defaults-mode-browser": "^4.0.29",
61
+ "@smithy/util-defaults-mode-node": "^4.0.29",
62
62
  "@smithy/util-endpoints": "^3.0.7",
63
63
  "@smithy/util-middleware": "^4.0.5",
64
64
  "@smithy/util-retry": "^4.0.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "3.879.0",
33
- "@aws-sdk/nested-clients": "3.879.0",
32
+ "@aws-sdk/core": "3.882.0",
33
+ "@aws-sdk/nested-clients": "3.882.0",
34
34
  "@aws-sdk/types": "3.862.0",
35
35
  "@smithy/property-provider": "^4.0.5",
36
36
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.879.0",
3
+ "version": "3.882.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.879.0",
24
+ "@aws-sdk/middleware-user-agent": "3.882.0",
25
25
  "@aws-sdk/types": "3.862.0",
26
26
  "@smithy/node-config-provider": "^4.1.4",
27
27
  "@smithy/types": "^4.3.2",
@@ -18,15 +18,15 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  AbortController: () => AbortController,
24
24
  AbortHandler: () => import_types.AbortHandler,
25
25
  AbortSignal: () => AbortSignal,
26
26
  IAbortController: () => import_types.AbortController,
27
27
  IAbortSignal: () => import_types.AbortSignal
28
28
  });
29
- module.exports = __toCommonJS(src_exports);
29
+ module.exports = __toCommonJS(index_exports);
30
30
 
31
31
  // src/AbortController.ts
32
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "4.0.5",
3
+ "version": "4.1.0",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,8 +24,9 @@
24
24
  "url": "https://aws.amazon.com/javascript/"
25
25
  },
26
26
  "license": "Apache-2.0",
27
+ "sideEffects": false,
27
28
  "dependencies": {
28
- "@smithy/types": "^4.3.2",
29
+ "@smithy/types": "^4.4.0",
29
30
  "tslib": "^2.6.2"
30
31
  },
31
32
  "engines": {