@jjrawlins/cdk-iam-policy-builder-helper 0.0.70 → 0.0.71

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 (85) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/go.mod +1 -1
  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 +2 -0
  6. package/lib/constructs/Actions.js +3 -1
  7. package/methods_list.txt +2 -0
  8. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  9. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  12. package/node_modules/@aws-sdk/core/package.json +11 -11
  13. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  14. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  15. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  17. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  18. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  19. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  20. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  21. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  22. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  24. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  25. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  26. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  27. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  28. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  29. package/node_modules/@aws-sdk/types/package.json +2 -2
  30. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  31. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  32. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  33. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  34. package/node_modules/@smithy/abort-controller/package.json +2 -2
  35. package/node_modules/@smithy/config-resolver/package.json +5 -5
  36. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  37. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  38. package/node_modules/@smithy/core/package.json +7 -7
  39. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  40. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  41. package/node_modules/@smithy/hash-node/package.json +2 -2
  42. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  43. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  44. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  45. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  46. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  47. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  48. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  49. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  50. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  51. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  52. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  53. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  54. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  55. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  56. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  57. package/node_modules/@smithy/property-provider/package.json +2 -2
  58. package/node_modules/@smithy/protocol-http/package.json +2 -2
  59. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  60. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  61. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  62. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  63. package/node_modules/@smithy/signature-v4/package.json +4 -4
  64. package/node_modules/@smithy/smithy-client/package.json +7 -7
  65. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  66. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  67. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  68. package/node_modules/@smithy/types/package.json +1 -1
  69. package/node_modules/@smithy/url-parser/package.json +3 -3
  70. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  71. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  72. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  73. package/node_modules/@smithy/util-middleware/package.json +2 -2
  74. package/node_modules/@smithy/util-retry/package.json +3 -3
  75. package/node_modules/@smithy/util-stream/package.json +4 -4
  76. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  77. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  78. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  79. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  80. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  81. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  82. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  83. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  84. package/node_modules/@smithy/util-waiter/package.json +3 -3
  85. package/package.json +3 -3
@@ -5,6 +5,6 @@ import type { WaiterOptions, WaiterResult } from "./waiter";
5
5
  * @param params - options passed to the waiter.
6
6
  * @param client - AWS SDK Client
7
7
  * @param input - client input
8
- * @param stateChecker - function that checks the acceptor states on each poll.
8
+ * @param acceptorChecks - function that checks the acceptor states on each poll.
9
9
  */
10
10
  export declare const runPolling: <Client, Input>({ minDelay, maxDelay, maxWaitTime, abortController, client, abortSignal }: WaiterOptions<Client>, input: Input, acceptorChecks: (client: Client, input: Input) => Promise<WaiterResult>) => Promise<WaiterResult>;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Helper for JSON stringification debug logging.
3
+ *
4
+ * @internal
5
+ */
6
+ export declare const getCircularReplacer: () => (key: any, value: any) => any;
@@ -5,6 +5,6 @@ import { WaiterOptions, WaiterResult } from "./waiter";
5
5
  * @param params - options passed to the waiter.
6
6
  * @param client - AWS SDK Client
7
7
  * @param input - client input
8
- * @param stateChecker - function that checks the acceptor states on each poll.
8
+ * @param acceptorChecks - function that checks the acceptor states on each poll.
9
9
  */
10
10
  export declare const runPolling: <Client, Input>({ minDelay, maxDelay, maxWaitTime, abortController, client, abortSignal }: WaiterOptions<Client>, input: Input, acceptorChecks: (client: Client, input: Input) => Promise<WaiterResult>) => Promise<WaiterResult>;
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.2.3",
7
- "@smithy/types": "^4.8.0",
6
+ "@smithy/abort-controller": "^4.2.4",
7
+ "@smithy/types": "^4.8.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "organization": false
41
41
  },
42
42
  "devDependencies": {
43
- "@aws-sdk/types": "^3.920.0",
43
+ "@aws-sdk/types": "^3.921.0",
44
44
  "@stylistic/eslint-plugin": "^2",
45
45
  "@types/jest": "^29.5.14",
46
46
  "@types/node": "^20",
@@ -69,7 +69,7 @@
69
69
  "constructs": "^10.0.5"
70
70
  },
71
71
  "dependencies": {
72
- "@aws-sdk/client-iam": "^3.920.0",
72
+ "@aws-sdk/client-iam": "^3.921.0",
73
73
  "axios": "^1.8.2",
74
74
  "constructs": "^10.4.2",
75
75
  "jsonc-parser": "^3.3.1"
@@ -101,7 +101,7 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "version": "0.0.70",
104
+ "version": "0.0.71",
105
105
  "jest": {
106
106
  "coverageProvider": "v8",
107
107
  "testMatch": [