@jjrawlins/cdk-iam-policy-builder-helper 0.0.82 → 0.0.84

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 (49) 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 +20 -0
  5. package/lib/constructs/Actions.js +21 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +16 -0
  7. package/lib/constructs/ManagedPolicies.js +17 -1
  8. package/methods_list.txt +18 -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 +33 -16
  12. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +33 -16
  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 +2 -2
  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/query/AwsQueryProtocol.d.ts +3 -0
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
  23. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  24. package/node_modules/@aws-sdk/core/package.json +1 -1
  25. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  26. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  27. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  28. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  29. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  30. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  31. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  32. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  33. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  34. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  35. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  36. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  37. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  38. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  39. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  40. package/node_modules/@smithy/core/package.json +2 -2
  41. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  42. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  43. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  44. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  45. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  46. package/node_modules/@smithy/smithy-client/package.json +3 -3
  47. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  48. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  49. 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.931.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.82",
3530
- "fingerprint": "1cmUbTnM16sDhAKaXnQkWbJuXufPDWsgDv1OhsM+SG4="
3529
+ "version": "0.0.84",
3530
+ "fingerprint": "1YDDiIvi1AI+KuIloKGjm4shccBnIgxC92UYKhfhAu0="
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.81.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.83.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.81", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.83", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.81
1
+ 0.0.83
@@ -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;
@@ -1168,7 +1185,9 @@ export declare const Actions: {
1168
1185
  GetQueryResults: string;
1169
1186
  GetQueryResultsStream: string;
1170
1187
  GetQueryRuntimeStatistics: string;
1188
+ GetResourceDashboard: string;
1171
1189
  GetSession: string;
1190
+ GetSessionEndpoint: string;
1172
1191
  GetSessionStatus: string;
1173
1192
  GetTable: string;
1174
1193
  GetTableMetadata: string;
@@ -8633,6 +8652,7 @@ export declare const Actions: {
8633
8652
  DescribeEntity: string;
8634
8653
  DescribeInboundIntegrations: string;
8635
8654
  DescribeIntegrations: string;
8655
+ FederateAuthorization: string;
8636
8656
  GetBlueprint: string;
8637
8657
  GetBlueprintRun: string;
8638
8658
  GetBlueprintRuns: string;