@jjrawlins/cdk-iam-policy-builder-helper 0.0.64 → 0.0.65

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  3. package/cdk-iam-policy-builder-helper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +97 -8
  5. package/lib/constructs/Actions.js +98 -9
  6. package/lib/constructs/ManagedPolicies.d.ts +24 -0
  7. package/lib/constructs/ManagedPolicies.js +25 -1
  8. package/methods_list.txt +19416 -0
  9. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +1 -1
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +15 -15
  11. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +1 -1
  12. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +12 -12
  13. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +3 -3
  14. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +4 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +4 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +13 -13
  19. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +10 -10
  20. package/node_modules/@aws-sdk/client-iam/package.json +1 -1
  21. package/node_modules/@smithy/core/package.json +2 -2
  22. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  23. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  24. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +17 -12
  25. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +16 -11
  26. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  27. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  28. package/node_modules/@smithy/smithy-client/package.json +4 -4
  29. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  30. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  31. package/node_modules/@smithy/util-stream/package.json +2 -2
  32. package/package.json +4 -4
@@ -5567,4 +5567,28 @@ export declare const ManagedPolicies: {
5567
5567
  PolicyName: string;
5568
5568
  Arn: string;
5569
5569
  };
5570
+ AWSControlTowerIdentityCenterManagementPolicy: {
5571
+ PolicyName: string;
5572
+ Arn: string;
5573
+ };
5574
+ AWSEC2CapacityManagerServiceRolePolicy: {
5575
+ PolicyName: string;
5576
+ Arn: string;
5577
+ };
5578
+ AIOpsAssistantIncidentReportPolicy: {
5579
+ PolicyName: string;
5580
+ Arn: string;
5581
+ };
5582
+ BedrockAgentCoreRuntimeIdentityServiceRolePolicy: {
5583
+ PolicyName: string;
5584
+ Arn: string;
5585
+ };
5586
+ DynamoDBGlobalTableSettingsManagementServiceRolePolicy: {
5587
+ PolicyName: string;
5588
+ Arn: string;
5589
+ };
5590
+ RTBFabricServiceRolePolicy: {
5591
+ PolicyName: string;
5592
+ Arn: string;
5593
+ };
5570
5594
  };