@jjrawlins/cdk-iam-policy-builder-helper 0.0.81 → 0.0.83

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 (51) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +26 -0
  5. package/lib/constructs/Actions.js +27 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +16 -0
  7. package/lib/constructs/ManagedPolicies.js +17 -1
  8. package/methods_list.txt +24 -0
  9. package/node_modules/@aws-sdk/client-iam/package.json +5 -5
  10. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  11. package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
  12. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  17. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
  24. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  25. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  26. package/node_modules/@aws-sdk/core/package.json +1 -1
  27. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  28. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  29. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  30. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  31. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  32. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  33. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  34. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  35. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  36. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  37. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  38. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  39. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  40. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  41. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  42. package/node_modules/@smithy/core/package.json +2 -2
  43. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  44. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  45. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  46. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  47. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  48. package/node_modules/@smithy/smithy-client/package.json +3 -3
  49. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  50. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  51. package/package.json +2 -2
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.930.0",
10
+ "@aws-sdk/client-iam": "^3.932.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.81",
3530
- "fingerprint": "mFJmNK8oI7d00sjGPayXRL68TY6hX9e0Z9FhfBa149E="
3529
+ "version": "0.0.83",
3530
+ "fingerprint": "2H7Q79u0DwqvzV22kAScRlRVVw0UmERY7rWvl9hMDD0="
3531
3531
  }
@@ -13,7 +13,7 @@ import (
13
13
  constructs "github.com/aws/constructs-go/constructs/v10/jsii"
14
14
  )
15
15
 
16
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.80.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.82.tgz
17
17
  var tarball []byte
18
18
 
19
19
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
24
24
  constructs.Initialize()
25
25
 
26
26
  // Load this library into the kernel
27
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.80", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.82", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.80
1
+ 0.0.82
@@ -248,6 +248,23 @@ export declare const Actions: {
248
248
  UpdateReport: string;
249
249
  ValidateInvestigationGroup: string;
250
250
  };
251
+ 'airflow-serverless': {
252
+ CreateWorkflow: string;
253
+ DeleteWorkflow: string;
254
+ GetTaskInstance: string;
255
+ GetWorkflow: string;
256
+ GetWorkflowRun: string;
257
+ ListTagsForResource: string;
258
+ ListTaskInstances: string;
259
+ ListWorkflowRuns: string;
260
+ ListWorkflows: string;
261
+ ListWorkflowVersions: string;
262
+ StartWorkflowRun: string;
263
+ StopWorkflowRun: string;
264
+ TagResource: string;
265
+ UntagResource: string;
266
+ UpdateWorkflow: string;
267
+ };
251
268
  airflow: {
252
269
  CreateCliToken: string;
253
270
  CreateEnvironment: string;
@@ -2970,6 +2987,7 @@ export declare const Actions: {
2970
2987
  ExecuteChangeSet: string;
2971
2988
  ExecuteStackRefactor: string;
2972
2989
  GetGeneratedTemplate: string;
2990
+ GetHookResult: string;
2973
2991
  GetResource: string;
2974
2992
  GetResourceRequestStatus: string;
2975
2993
  GetStackPolicy: string;
@@ -8632,6 +8650,7 @@ export declare const Actions: {
8632
8650
  DescribeEntity: string;
8633
8651
  DescribeInboundIntegrations: string;
8634
8652
  DescribeIntegrations: string;
8653
+ FederateAuthorization: string;
8635
8654
  GetBlueprint: string;
8636
8655
  GetBlueprintRun: string;
8637
8656
  GetBlueprintRuns: string;
@@ -9138,10 +9157,12 @@ export declare const Actions: {
9138
9157
  };
9139
9158
  healthlake: {
9140
9159
  CancelFHIRExportJobWithDelete: string;
9160
+ ConfirmAttributionList: string;
9141
9161
  CreateFHIRDatastore: string;
9142
9162
  CreateResource: string;
9143
9163
  DeleteFHIRDatastore: string;
9144
9164
  DeleteResource: string;
9165
+ DescribeFHIRBulkDeleteJob: string;
9145
9166
  DescribeFHIRDatastore: string;
9146
9167
  DescribeFHIRExportJob: string;
9147
9168
  DescribeFHIRExportJobWithGet: string;
@@ -9159,12 +9180,17 @@ export declare const Actions: {
9159
9180
  ListTagsForResource: string;
9160
9181
  LookupCodeSystemWithGet: string;
9161
9182
  LookupCodeSystemWithPost: string;
9183
+ MemberAdd: string;
9184
+ MemberMatch: string;
9185
+ MemberRemove: string;
9162
9186
  PatchResource: string;
9163
9187
  ProcessBundle: string;
9164
9188
  ReadResource: string;
9189
+ RetrieveAttributionStatus: string;
9165
9190
  SearchEverything: string;
9166
9191
  SearchWithGet: string;
9167
9192
  SearchWithPost: string;
9193
+ StartFHIRBulkDeleteJob: string;
9168
9194
  StartFHIRExportJob: string;
9169
9195
  StartFHIRExportJobWithGet: string;
9170
9196
  StartFHIRExportJobWithPost: string;