@jjrawlins/cdk-iam-policy-builder-helper 0.0.15 → 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 (341) hide show
  1. package/.jsii +108 -4
  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/lib/constructs/Actions.d.ts +4 -0
  6. package/lib/constructs/Actions.js +5 -1
  7. package/methods_list.txt +4 -0
  8. package/node_modules/@aws-sdk/client-iam/package.json +11 -11
  9. package/node_modules/@aws-sdk/client-sso/package.json +10 -10
  10. package/node_modules/@aws-sdk/core/package.json +3 -3
  11. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  12. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -1
  13. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +3 -1
  14. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  15. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  16. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +1 -1
  17. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +3 -1
  18. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  19. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  20. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  21. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  22. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  23. package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
  24. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  25. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  26. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +3 -3
  27. package/node_modules/@smithy/abort-controller/package.json +3 -2
  28. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -15
  29. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
  30. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
  31. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  32. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  33. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  34. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  35. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  36. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  37. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  38. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  39. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  40. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  41. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  42. package/node_modules/@smithy/config-resolver/package.json +6 -5
  43. package/node_modules/@smithy/core/dist-cjs/index.js +10 -11
  44. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
  45. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -3
  46. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -3
  47. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -3
  48. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +3 -3
  49. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  50. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  51. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  52. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  53. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  54. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  55. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  56. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  57. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  58. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  59. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  60. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  61. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  62. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  63. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  64. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  65. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  66. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  67. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  68. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  69. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  70. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  71. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  72. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  73. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  74. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  75. package/node_modules/@smithy/core/package.json +10 -10
  76. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -13
  77. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  78. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  79. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  80. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  81. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  82. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  83. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  84. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  85. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  86. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  87. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  88. package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
  89. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +3 -3
  90. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  91. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
  92. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  93. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
  94. package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
  95. package/node_modules/@smithy/hash-node/dist-cjs/index.js +3 -3
  96. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  97. package/node_modules/@smithy/hash-node/package.json +5 -4
  98. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +3 -3
  99. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  100. package/node_modules/@smithy/invalid-dependency/package.json +3 -2
  101. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +3 -3
  102. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  103. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +5 -5
  104. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  105. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  106. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -5
  107. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  108. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  109. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
  110. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  111. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  112. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  113. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  114. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  115. package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
  116. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +33 -47
  117. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
  118. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
  119. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
  120. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  121. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
  122. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
  123. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
  124. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
  125. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
  126. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  127. package/node_modules/@smithy/middleware-retry/package.json +9 -8
  128. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -5
  129. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  130. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  131. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  132. package/node_modules/@smithy/middleware-serde/package.json +6 -5
  133. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +25 -30
  134. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  135. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  136. package/node_modules/@smithy/middleware-stack/package.json +3 -2
  137. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +3 -3
  138. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  139. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  140. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  141. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  142. package/node_modules/@smithy/node-config-provider/package.json +5 -4
  143. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +5 -5
  144. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  145. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +3 -2
  146. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
  147. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
  148. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
  149. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  150. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  151. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  152. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  153. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  154. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  155. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  156. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -1
  157. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
  158. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
  159. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
  160. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +3 -3
  161. package/node_modules/@smithy/node-http-handler/package.json +6 -5
  162. package/node_modules/@smithy/property-provider/dist-cjs/index.js +3 -3
  163. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  164. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  165. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  166. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  167. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  168. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  169. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
  170. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
  171. package/node_modules/@smithy/property-provider/package.json +3 -2
  172. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  173. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  174. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  175. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  176. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  177. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  178. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
  179. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
  180. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  181. package/node_modules/@smithy/protocol-http/package.json +3 -2
  182. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +3 -3
  183. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  184. package/node_modules/@smithy/querystring-builder/package.json +4 -3
  185. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +3 -3
  186. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  187. package/node_modules/@smithy/querystring-parser/package.json +3 -2
  188. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +3 -3
  189. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  190. package/node_modules/@smithy/service-error-classification/package.json +3 -2
  191. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +6 -6
  192. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  193. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  194. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -1
  195. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  196. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  197. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  198. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  199. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  200. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -2
  201. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +6 -9
  202. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
  203. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  204. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  205. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  206. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  207. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  208. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  209. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  210. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
  211. package/node_modules/@smithy/signature-v4/package.json +9 -8
  212. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +12 -15
  213. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  214. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  215. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
  216. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  217. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  218. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  219. package/node_modules/@smithy/smithy-client/package.json +8 -7
  220. package/node_modules/@smithy/types/dist-cjs/index.js +7 -7
  221. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  222. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  223. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  224. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  225. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  226. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  227. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  228. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  229. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  230. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  231. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  232. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  233. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  234. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  235. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  236. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  237. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  238. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
  239. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  240. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  241. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  242. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  243. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  244. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  245. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  246. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  247. package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
  248. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -0
  249. package/node_modules/@smithy/types/dist-types/serde.d.ts +4 -4
  250. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  251. package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
  252. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  253. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -0
  254. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  255. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  256. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  257. package/node_modules/@smithy/types/package.json +2 -1
  258. package/node_modules/@smithy/url-parser/dist-cjs/index.js +3 -3
  259. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  260. package/node_modules/@smithy/url-parser/package.json +4 -3
  261. package/node_modules/@smithy/util-base64/dist-cjs/index.js +4 -4
  262. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  263. package/node_modules/@smithy/util-base64/package.json +7 -6
  264. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +6 -9
  265. package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
  266. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +3 -3
  267. package/node_modules/@smithy/util-body-length-node/package.json +5 -4
  268. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +3 -3
  269. package/node_modules/@smithy/util-buffer-from/package.json +6 -5
  270. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +7 -11
  271. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  272. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  273. package/node_modules/@smithy/util-config-provider/package.json +5 -4
  274. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +3 -3
  275. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -4
  276. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +7 -7
  277. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  278. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
  279. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  280. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  281. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  282. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  283. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  284. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  285. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  286. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  287. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  288. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  289. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
  290. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -1
  291. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  292. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
  293. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
  294. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  295. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  296. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +1 -1
  297. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  298. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  299. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +2 -2
  300. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  301. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +1 -1
  302. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +2 -2
  303. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  304. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
  305. package/node_modules/@smithy/util-endpoints/package.json +6 -5
  306. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +3 -3
  307. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  308. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -5
  309. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  310. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  311. package/node_modules/@smithy/util-middleware/package.json +3 -2
  312. package/node_modules/@smithy/util-retry/dist-cjs/index.js +3 -3
  313. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
  314. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
  315. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  316. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
  317. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  318. package/node_modules/@smithy/util-retry/package.json +4 -3
  319. package/node_modules/@smithy/util-stream/dist-cjs/index.js +11 -11
  320. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  321. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
  322. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
  323. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
  324. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  325. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
  326. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  327. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  328. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  329. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
  330. package/node_modules/@smithy/util-stream/package.json +13 -12
  331. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +3 -3
  332. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  333. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +3 -3
  334. package/node_modules/@smithy/util-utf8/package.json +6 -5
  335. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -5
  336. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  337. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  338. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  339. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
  340. package/node_modules/@smithy/util-waiter/package.json +4 -3
  341. package/package.json +9 -8
package/.jsii CHANGED
@@ -7,12 +7,12 @@
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
  },
14
14
  "dependencies": {
15
- "aws-cdk-lib": "^2.189.1",
15
+ "aws-cdk-lib": "^2.214.0",
16
16
  "constructs": "^10.4.2",
17
17
  "projen": "^0.95.6"
18
18
  },
@@ -166,6 +166,19 @@
166
166
  }
167
167
  }
168
168
  },
169
+ "aws-cdk-lib.aws_aiops": {
170
+ "targets": {
171
+ "dotnet": {
172
+ "package": "Amazon.CDK.AWS.AIOps"
173
+ },
174
+ "java": {
175
+ "package": "software.amazon.awscdk.services.aiops"
176
+ },
177
+ "python": {
178
+ "module": "aws_cdk.aws_aiops"
179
+ }
180
+ }
181
+ },
169
182
  "aws-cdk-lib.aws_amazonmq": {
170
183
  "targets": {
171
184
  "dotnet": {
@@ -413,6 +426,19 @@
413
426
  }
414
427
  }
415
428
  },
429
+ "aws-cdk-lib.aws_arcregionswitch": {
430
+ "targets": {
431
+ "dotnet": {
432
+ "package": "Amazon.CDK.AWS.ARCRegionSwitch"
433
+ },
434
+ "java": {
435
+ "package": "software.amazon.awscdk.services.arcregionswitch"
436
+ },
437
+ "python": {
438
+ "module": "aws_cdk.aws_arcregionswitch"
439
+ }
440
+ }
441
+ },
416
442
  "aws-cdk-lib.aws_arczonalshift": {
417
443
  "targets": {
418
444
  "dotnet": {
@@ -1558,6 +1584,19 @@
1558
1584
  }
1559
1585
  }
1560
1586
  },
1587
+ "aws-cdk-lib.aws_evs": {
1588
+ "targets": {
1589
+ "dotnet": {
1590
+ "package": "Amazon.CDK.AWS.EVS"
1591
+ },
1592
+ "java": {
1593
+ "package": "software.amazon.awscdk.services.evs"
1594
+ },
1595
+ "python": {
1596
+ "module": "aws_cdk.aws_evs"
1597
+ }
1598
+ }
1599
+ },
1561
1600
  "aws-cdk-lib.aws_finspace": {
1562
1601
  "targets": {
1563
1602
  "dotnet": {
@@ -2494,6 +2533,19 @@
2494
2533
  }
2495
2534
  }
2496
2535
  },
2536
+ "aws-cdk-lib.aws_mpa": {
2537
+ "targets": {
2538
+ "dotnet": {
2539
+ "package": "Amazon.CDK.AWS.MPA"
2540
+ },
2541
+ "java": {
2542
+ "package": "software.amazon.awscdk.services.mpa"
2543
+ },
2544
+ "python": {
2545
+ "module": "aws_cdk.aws_mpa"
2546
+ }
2547
+ }
2548
+ },
2497
2549
  "aws-cdk-lib.aws_msk": {
2498
2550
  "targets": {
2499
2551
  "dotnet": {
@@ -2624,6 +2676,32 @@
2624
2676
  }
2625
2677
  }
2626
2678
  },
2679
+ "aws-cdk-lib.aws_observabilityadmin": {
2680
+ "targets": {
2681
+ "dotnet": {
2682
+ "package": "Amazon.CDK.AWS.ObservabilityAdmin"
2683
+ },
2684
+ "java": {
2685
+ "package": "software.amazon.awscdk.services.observabilityadmin"
2686
+ },
2687
+ "python": {
2688
+ "module": "aws_cdk.aws_observabilityadmin"
2689
+ }
2690
+ }
2691
+ },
2692
+ "aws-cdk-lib.aws_odb": {
2693
+ "targets": {
2694
+ "dotnet": {
2695
+ "package": "Amazon.CDK.AWS.ODB"
2696
+ },
2697
+ "java": {
2698
+ "package": "software.amazon.awscdk.services.odb"
2699
+ },
2700
+ "python": {
2701
+ "module": "aws_cdk.aws_odb"
2702
+ }
2703
+ }
2704
+ },
2627
2705
  "aws-cdk-lib.aws_omics": {
2628
2706
  "targets": {
2629
2707
  "dotnet": {
@@ -3521,6 +3599,19 @@
3521
3599
  }
3522
3600
  }
3523
3601
  },
3602
+ "aws-cdk-lib.aws_ssmguiconnect": {
3603
+ "targets": {
3604
+ "dotnet": {
3605
+ "package": "Amazon.CDK.AWS.SSMGuiConnect"
3606
+ },
3607
+ "java": {
3608
+ "package": "software.amazon.awscdk.services.ssmguiconnect"
3609
+ },
3610
+ "python": {
3611
+ "module": "aws_cdk.aws_ssmguiconnect"
3612
+ }
3613
+ }
3614
+ },
3524
3615
  "aws-cdk-lib.aws_ssmincidents": {
3525
3616
  "targets": {
3526
3617
  "dotnet": {
@@ -3755,6 +3846,19 @@
3755
3846
  }
3756
3847
  }
3757
3848
  },
3849
+ "aws-cdk-lib.aws_workspacesinstances": {
3850
+ "targets": {
3851
+ "dotnet": {
3852
+ "package": "Amazon.CDK.AWS.WorkspacesInstances"
3853
+ },
3854
+ "java": {
3855
+ "package": "software.amazon.awscdk.services.workspacesinstances"
3856
+ },
3857
+ "python": {
3858
+ "module": "aws_cdk.aws_workspacesinstances"
3859
+ }
3860
+ }
3861
+ },
3758
3862
  "aws-cdk-lib.aws_workspacesthinclient": {
3759
3863
  "targets": {
3760
3864
  "dotnet": {
@@ -4036,6 +4140,6 @@
4036
4140
  }
4037
4141
  },
4038
4142
  "types": {},
4039
- "version": "0.0.15",
4040
- "fingerprint": "cBor+ltrIPfK9exza7W4o/EhMFryRLobEyY7cl0NdGk="
4143
+ "version": "0.0.17",
4144
+ "fingerprint": "tFwP3LugnKlqy9DFTkJwY7TBNxdEO7owNff0F4cmNJ8="
4041
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.14.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.14", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.16", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.16
@@ -2699,6 +2699,7 @@ export declare const Actions: {
2699
2699
  BatchGetSchemaAnalysisRule: string;
2700
2700
  CreateAnalysisTemplate: string;
2701
2701
  CreateCollaboration: string;
2702
+ CreateCollaborationChangeRequest: string;
2702
2703
  CreateConfiguredAudienceModelAssociation: string;
2703
2704
  CreateConfiguredTable: string;
2704
2705
  CreateConfiguredTableAnalysisRule: string;
@@ -2723,6 +2724,7 @@ export declare const Actions: {
2723
2724
  GetAnalysisTemplate: string;
2724
2725
  GetCollaboration: string;
2725
2726
  GetCollaborationAnalysisTemplate: string;
2727
+ GetCollaborationChangeRequest: string;
2726
2728
  GetCollaborationConfiguredAudienceModelAssociation: string;
2727
2729
  GetCollaborationIdNamespaceAssociation: string;
2728
2730
  GetCollaborationPrivacyBudgetTemplate: string;
@@ -2741,6 +2743,7 @@ export declare const Actions: {
2741
2743
  GetSchemaAnalysisRule: string;
2742
2744
  ListAnalysisTemplates: string;
2743
2745
  ListCollaborationAnalysisTemplates: string;
2746
+ ListCollaborationChangeRequests: string;
2744
2747
  ListCollaborationConfiguredAudienceModelAssociations: string;
2745
2748
  ListCollaborationIdNamespaceAssociations: string;
2746
2749
  ListCollaborationPrivacyBudgets: string;
@@ -12831,6 +12834,7 @@ export declare const Actions: {
12831
12834
  Promote: string;
12832
12835
  RebootBroker: string;
12833
12836
  UpdateBroker: string;
12837
+ UpdateBrokerAccessConfiguration: string;
12834
12838
  UpdateConfiguration: string;
12835
12839
  UpdateUser: string;
12836
12840
  };