iam-floyd 0.731.0 → 0.733.0
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.
- package/README.md +4 -4
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +30 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +61 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +30 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +31 -1
- package/lib/generated/index.d.ts +5 -2
- package/lib/generated/index.js +19 -13
- package/lib/generated/policy-statements/applicationmigrationservice.d.ts +43 -0
- package/lib/generated/policy-statements/applicationmigrationservice.js +56 -1
- package/lib/generated/policy-statements/appstream2-0.d.ts +94 -0
- package/lib/generated/policy-statements/appstream2-0.js +123 -2
- package/lib/generated/policy-statements/athena.d.ts +38 -0
- package/lib/generated/policy-statements/athena.js +47 -1
- package/lib/generated/policy-statements/backup.d.ts +127 -0
- package/lib/generated/policy-statements/backup.js +168 -3
- package/lib/generated/policy-statements/bedrock.d.ts +23 -0
- package/lib/generated/policy-statements/bedrock.js +29 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +13 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +16 -1
- package/lib/generated/policy-statements/billing.d.ts +8 -0
- package/lib/generated/policy-statements/billing.js +9 -1
- package/lib/generated/policy-statements/braket.d.ts +71 -0
- package/lib/generated/policy-statements/braket.js +88 -3
- package/lib/generated/policy-statements/cloudformation.d.ts +34 -0
- package/lib/generated/policy-statements/cloudformation.js +43 -1
- package/lib/generated/policy-statements/cloudtrail.d.ts +10 -2
- package/lib/generated/policy-statements/cloudtrail.js +14 -3
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.d.ts +8 -0
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.js +12 -1
- package/lib/generated/policy-statements/cloudwatchlogs.d.ts +69 -0
- package/lib/generated/policy-statements/cloudwatchlogs.js +91 -2
- package/lib/generated/policy-statements/costoptimizationhub.d.ts +8 -0
- package/lib/generated/policy-statements/costoptimizationhub.js +12 -1
- package/lib/generated/policy-statements/databasemigrationservice.d.ts +32 -0
- package/lib/generated/policy-statements/databasemigrationservice.js +39 -1
- package/lib/generated/policy-statements/dynamodb.d.ts +37 -1
- package/lib/generated/policy-statements/dynamodb.js +46 -2
- package/lib/generated/policy-statements/ec2autoscaling.d.ts +16 -0
- package/lib/generated/policy-statements/ec2autoscaling.js +23 -1
- package/lib/generated/policy-statements/ec2imagebuilder.d.ts +30 -0
- package/lib/generated/policy-statements/ec2imagebuilder.js +37 -1
- package/lib/generated/policy-statements/eksmcpserver.d.ts +41 -0
- package/lib/generated/policy-statements/eksmcpserver.js +61 -0
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +74 -0
- package/lib/generated/policy-statements/elasticcontainerservice.js +87 -1
- package/lib/generated/policy-statements/glue.d.ts +71 -0
- package/lib/generated/policy-statements/glue.js +80 -1
- package/lib/generated/policy-statements/guardduty.d.ts +24 -0
- package/lib/generated/policy-statements/guardduty.js +34 -1
- package/lib/generated/policy-statements/healthlake.d.ts +56 -0
- package/lib/generated/policy-statements/healthlake.js +78 -1
- package/lib/generated/policy-statements/identityandaccessmanagementiam.d.ts +180 -0
- package/lib/generated/policy-statements/identityandaccessmanagementiam.js +224 -1
- package/lib/generated/policy-statements/identitystore.d.ts +144 -1
- package/lib/generated/policy-statements/identitystore.js +155 -2
- package/lib/generated/policy-statements/invoicingservice.d.ts +78 -0
- package/lib/generated/policy-statements/invoicingservice.js +101 -3
- package/lib/generated/policy-statements/kinesisvideostreams.d.ts +16 -0
- package/lib/generated/policy-statements/kinesisvideostreams.js +24 -2
- package/lib/generated/policy-statements/lakeformation.d.ts +16 -0
- package/lib/generated/policy-statements/lakeformation.js +23 -1
- package/lib/generated/policy-statements/lambda.d.ts +2 -0
- package/lib/generated/policy-statements/lambda.js +3 -1
- package/lib/generated/policy-statements/licensemanager.d.ts +141 -3
- package/lib/generated/policy-statements/licensemanager.js +183 -5
- package/lib/generated/policy-statements/managedstreamingforapachekafka.d.ts +40 -2
- package/lib/generated/policy-statements/managedstreamingforapachekafka.js +50 -3
- package/lib/generated/policy-statements/mwaaserverless.d.ts +213 -0
- package/lib/generated/policy-statements/mwaaserverless.js +281 -0
- package/lib/generated/policy-statements/opensearchservice.d.ts +32 -0
- package/lib/generated/policy-statements/opensearchservice.js +45 -1
- package/lib/generated/policy-statements/organizations.d.ts +125 -0
- package/lib/generated/policy-statements/organizations.js +152 -3
- package/lib/generated/policy-statements/{partnercentralselling.d.ts → partnercentral.d.ts} +287 -9
- package/lib/generated/policy-statements/partnercentral.js +1172 -0
- package/lib/generated/policy-statements/pricingplanmanagerservice.d.ts +91 -0
- package/lib/generated/policy-statements/pricingplanmanagerservice.js +128 -0
- package/lib/generated/policy-statements/quicksight.d.ts +8 -0
- package/lib/generated/policy-statements/quicksight.js +28 -17
- package/lib/generated/policy-statements/resourcegrouptaggingapi.d.ts +8 -0
- package/lib/generated/policy-statements/resourcegrouptaggingapi.js +14 -1
- package/lib/generated/policy-statements/route53.d.ts +0 -8
- package/lib/generated/policy-statements/route53.js +1 -12
- package/lib/generated/policy-statements/s3.d.ts +75 -1
- package/lib/generated/policy-statements/s3.js +84 -2
- package/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.d.ts → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.d.ts} +2 -2
- package/lib/generated/policy-statements/{sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.js → sagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue_athena.js} +3 -3
- package/lib/generated/policy-statements/secretsmanager.d.ts +81 -0
- package/lib/generated/policy-statements/secretsmanager.js +88 -1
- package/lib/generated/policy-statements/securityhub.d.ts +16 -0
- package/lib/generated/policy-statements/securityhub.js +23 -1
- package/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +6 -0
- package/lib/generated/policy-statements/service-oracledatabase-aws.js +11 -2
- package/lib/generated/policy-statements/signin.d.ts +18 -2
- package/lib/generated/policy-statements/signin.js +27 -3
- package/lib/generated/policy-statements/usernotificationscontacts.d.ts +4 -0
- package/lib/generated/policy-statements/usernotificationscontacts.js +5 -1
- package/package.json +4 -4
- package/lib/generated/policy-statements/partnercentralselling.js +0 -841
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<!-- stats -->
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
19
|
+
- 434 Services
|
|
20
|
+
- 19576 Actions
|
|
21
|
+
- 2083 Resource Types
|
|
22
|
+
- 2210 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -62,6 +62,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
62
62
|
AmazonAppStreamServiceAccess(): aws_iam.IManagedPolicy;
|
|
63
63
|
/** Provide full access to Amazon Athena and scoped access to the dependencies needed to enable querying, writing results, and data management. */
|
|
64
64
|
AmazonAthenaFullAccess(): aws_iam.IManagedPolicy;
|
|
65
|
+
/** Allows access to other AWS service resources that are required to run Amazon Athena */
|
|
66
|
+
AmazonAthenaServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
65
67
|
/** Provides access to perform all operations Amazon Augmented AI resources, including FlowDefinitions, HumanTaskUis and HumanLoops. Does not allow access for creating FlowDefinitions against the public-crowd Workteam. */
|
|
66
68
|
AmazonAugmentedAIFullAccess(): aws_iam.IManagedPolicy;
|
|
67
69
|
/** Provides access to perform all operations on HumanLoops. */
|
|
@@ -332,6 +334,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
332
334
|
AmazonEKSLocalOutpostClusterPolicy(): aws_iam.IManagedPolicy;
|
|
333
335
|
/** Allows Amazon EKS Local to call AWS services on your behalf. */
|
|
334
336
|
AmazonEKSLocalOutpostServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
337
|
+
/** Provides read-only access to the Amazon EKS MCP service. This policy grants permissions to use only read-only tools in the EKS MCP service meant for observability, troubleshooting, retrieving EKS resource information, and getting EKS-optimized suggestions. */
|
|
338
|
+
AmazonEKSMCPReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
335
339
|
/** Policy attached to the EKS Cluster Role that grants permissions to manage the cluster's networking resources. */
|
|
336
340
|
AmazonEKSNetworkingPolicy(): aws_iam.IManagedPolicy;
|
|
337
341
|
/** This policy allows Amazon Elastic Container Service for Kubernetes to create and manage the necessary resources to operate EKS Clusters. */
|
|
@@ -638,6 +642,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
638
642
|
AmazonMSKFullAccess(): aws_iam.IManagedPolicy;
|
|
639
643
|
/** Provide readonly access to Amazon MSK */
|
|
640
644
|
AmazonMSKReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
645
|
+
/** Provides access to Amazon Airflow Serverless Service to manage networking for your workflows and access other AWS services on your behalf */
|
|
646
|
+
AmazonMWAAServerlessServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
641
647
|
/** The Service Linked Role used by Amazon Managed Workflows for Apache Airflow. */
|
|
642
648
|
AmazonMWAAServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
643
649
|
/** This policy grants access to resources needed by Nimble Studio Launch Profile workers. Attach this policy to EC2 instances created by Nimble Studio Builder. */
|
|
@@ -734,6 +740,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
734
740
|
AmazonRedshiftAllCommandsFullAccess(): aws_iam.IManagedPolicy;
|
|
735
741
|
/** This policy provides full access to Amazon Redshift Data APIs. This policy also grants scoped access to other required services. */
|
|
736
742
|
AmazonRedshiftDataFullAccess(): aws_iam.IManagedPolicy;
|
|
743
|
+
/** This is an ease-of-use policy for running queries with Amazon Redshift Federated Authorization */
|
|
744
|
+
AmazonRedshiftFederatedAuthorization(): aws_iam.IManagedPolicy;
|
|
737
745
|
/** Provides full access to Amazon Redshift via the AWS Management Console. */
|
|
738
746
|
AmazonRedshiftFullAccess(): aws_iam.IManagedPolicy;
|
|
739
747
|
/** Provides full access to the Amazon Redshift Query Editor and to saved queries via the AWS Management Console. */
|
|
@@ -886,6 +894,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
886
894
|
AmazonSageMakerServiceCatalogProductsGlueServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
887
895
|
/** Service role policy used by the AWS Lambda within the AWS ServiceCatalog provisioned products from Amazon SageMaker portfolio of products. Grants permissions to a set of related services including ECR, S3 and others. */
|
|
888
896
|
AmazonSageMakerServiceCatalogProductsLambdaServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
897
|
+
/** Grants Systems Manager activation, session management, and KMS key operations permissions required for the SageMaker Spaces Addon to enable secure remote access to EKS SageMaker Spaces. */
|
|
898
|
+
AmazonSageMakerSpacesControllerPolicy(): aws_iam.IManagedPolicy;
|
|
899
|
+
/** Grants Systems KMS key operations permissions required for the SageMaker Spaces Router to enable secure remote access to EKS SageMaker Spaces. */
|
|
900
|
+
AmazonSageMakerSpacesRouterPolicy(): aws_iam.IManagedPolicy;
|
|
889
901
|
/** This Amazon Managed Policy provides the necessary permissions to create and manage SageMaker Training Plans. It allows users to create Training Plans and Reserved Capacities, describe existing Training Plans, and perform search and listing operations. */
|
|
890
902
|
AmazonSageMakerTrainingPlanCreateAccess(): aws_iam.IManagedPolicy;
|
|
891
903
|
/** Provides full access to Amazon Security Lake and related services needed to administer Security Lake. */
|
|
@@ -1188,6 +1200,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1188
1200
|
AWSBackupFullAccess(): aws_iam.IManagedPolicy;
|
|
1189
1201
|
/** Provides AWS BackupGateway permission to sync the metadata of Virtual Machines on your behalf */
|
|
1190
1202
|
AWSBackupGatewayServiceRolePolicyForVirtualMachineMetadataSync(): aws_iam.IManagedPolicy;
|
|
1203
|
+
/** Provides GuardDuty permission to read your AWS Backup Recovery Points for malware scans */
|
|
1204
|
+
AWSBackupGuardDutyRolePolicyForScans(): aws_iam.IManagedPolicy;
|
|
1191
1205
|
/** This policy grants users permissions to assign AWS resources to backup plans, create on-demand backups, and restore backups. This policy does not allow the user to create or edit backup plans or to delete scheduled backups after they are created. */
|
|
1192
1206
|
AWSBackupOperatorAccess(): aws_iam.IManagedPolicy;
|
|
1193
1207
|
/** This policy is for backup administators who use cross-account backup management to manage backups for the organization. */
|
|
@@ -1212,6 +1226,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1212
1226
|
AWSBackupServiceRolePolicyForS3Backup(): aws_iam.IManagedPolicy;
|
|
1213
1227
|
/** Policy containing permissions necessary for AWS Backup to restore a S3 backup to a bucket. This includes read/write permissions to all S3 buckets, and permissions to GenerateDataKey and DescribeKey for all KMS keys. */
|
|
1214
1228
|
AWSBackupServiceRolePolicyForS3Restore(): aws_iam.IManagedPolicy;
|
|
1229
|
+
/** Provides AWS Backup permission to perform malware scans on your AWS Backup Recovery Points */
|
|
1230
|
+
AWSBackupServiceRolePolicyForScans(): aws_iam.IManagedPolicy;
|
|
1215
1231
|
/** Provides full access for AWS Batch resources. */
|
|
1216
1232
|
AWSBatchFullAccess(): aws_iam.IManagedPolicy;
|
|
1217
1233
|
/** Policy to enable CloudWatch Event Target for AWS Batch Job Submission */
|
|
@@ -1678,6 +1694,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1678
1694
|
AWSHealthImagingReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1679
1695
|
/** Provides the list of actions that are allowed for roles assumed with the IAM Identity Center identity context. AWS Security Token Service (AWS STS) automatically attaches this policy to assumed roles. The identity context is passed as ProvidedContext. */
|
|
1680
1696
|
AWSIAMIdentityCenterAllowListForIdentityContext(): aws_iam.IManagedPolicy;
|
|
1697
|
+
/** Provides access to manage IAM Identity Center users from an external provider. */
|
|
1698
|
+
AWSIdentityCenterExternalManagementPolicy(): aws_iam.IManagedPolicy;
|
|
1681
1699
|
/** Grants full access to the Identity Sync service */
|
|
1682
1700
|
AWSIdentitySyncFullAccess(): aws_iam.IManagedPolicy;
|
|
1683
1701
|
/** Read only access to the Identity Sync service */
|
|
@@ -1874,6 +1892,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1874
1892
|
AWSMarketplaceSellerProductsFullAccess(): aws_iam.IManagedPolicy;
|
|
1875
1893
|
/** Provide sellers read-only access to AWS Marketplace Management Products page. */
|
|
1876
1894
|
AWSMarketplaceSellerProductsReadOnly(): aws_iam.IManagedPolicy;
|
|
1895
|
+
/** Provides full access to all MCP service actions. This policy does not grant access to the actions taken by the MCP, only the MCP actions themselves. */
|
|
1896
|
+
AWSMcpServiceActionsFullAccess(): aws_iam.IManagedPolicy;
|
|
1877
1897
|
/** The default policy that enables access to AWS Services and Resources used or managed by MediaConnect. */
|
|
1878
1898
|
AWSMediaConnectServicePolicy(): aws_iam.IManagedPolicy;
|
|
1879
1899
|
/** Allows MediaLive Anywhere to create and manage AWS resources on your behalf. */
|
|
@@ -1912,6 +1932,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1912
1932
|
AWSMigrationHubStrategyServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1913
1933
|
/** Grants permissions to Amazon MSK Replicator to replicate data between MSK Clusters. */
|
|
1914
1934
|
AWSMSKReplicatorExecutionRole(): aws_iam.IManagedPolicy;
|
|
1935
|
+
/** Provides permissions to manage VPC resources for the configuration and management of NAT Gateways. */
|
|
1936
|
+
AWSNATGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1915
1937
|
/** Grants full access to AWS Network Firewall service, including permissions to create, configure, manage, and delete firewall resources, policies, and rule groups. Additionally includes permissions to modify VPC endpoints, S3 bucket policies, CloudWatch Logs configurations, and create service-linked roles for Network Firewall and log delivery services */
|
|
1916
1938
|
AWSNetworkFirewallFullAccess(): aws_iam.IManagedPolicy;
|
|
1917
1939
|
/** Provides read-only access to AWS Network Firewall resources via the AWS Management Console, CLI, and SDKs. This policy allows users to view and monitor firewall configurations, policies, rule groups, and associated resources, without the ability to make changes. */
|
|
@@ -1956,6 +1978,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1956
1978
|
AWSPanoramaServiceLinkedRolePolicy(): aws_iam.IManagedPolicy;
|
|
1957
1979
|
/** Allows AWS Panorama to manage resources in Amazon S3, AWS IoT, AWS IoT GreenGrass, AWS Lambda, Amazon SageMaker, and Amazon CloudWatch Logs, and to pass service roles to AWS IoT, AWS IoT GreenGrass, and Amazon SageMaker. */
|
|
1958
1980
|
AWSPanoramaServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1981
|
+
/** Provides necessary access for channel handshake approval management activities. */
|
|
1982
|
+
AWSPartnerCentralChannelHandshakeApprovalManagement(): aws_iam.IManagedPolicy;
|
|
1983
|
+
/** Provides necessary access for channel management activities. */
|
|
1984
|
+
AWSPartnerCentralChannelManagement(): aws_iam.IManagedPolicy;
|
|
1959
1985
|
/** Provides full access to AWS Partner Central and related AWS Services. */
|
|
1960
1986
|
AWSPartnerCentralFullAccess(): aws_iam.IManagedPolicy;
|
|
1961
1987
|
/** Provides necessary access for opportunity management activities. */
|
|
@@ -2474,6 +2500,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2474
2500
|
ComprehendMedicalFullAccess(): aws_iam.IManagedPolicy;
|
|
2475
2501
|
/** Provides read-only access to Amazon Comprehend. */
|
|
2476
2502
|
ComprehendReadOnly(): aws_iam.IManagedPolicy;
|
|
2503
|
+
/** The ComputeOptimizerAutomationServiceRolePolicy managed policy is attached to a service-linked role that allows Compute Optimizer to perform actions on your behalf */
|
|
2504
|
+
ComputeOptimizerAutomationServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2477
2505
|
/** Provides read only access to ComputeOptimizer. */
|
|
2478
2506
|
ComputeOptimizerReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2479
2507
|
/** Allows ComputeOptimizer to call AWS services and collect workload details on your behalf. */
|
|
@@ -2782,6 +2810,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2782
2810
|
ServiceQuotasReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2783
2811
|
/** Allows Service Quotas to create support cases on your behalf */
|
|
2784
2812
|
ServiceQuotasServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2813
|
+
/** Provides permissions for programmatic access to AWS through the AWS Sign-in service, including OAuth2 token creation for developer tools and applications. */
|
|
2814
|
+
SignInLocalDevelopmentAccess(): aws_iam.IManagedPolicy;
|
|
2785
2815
|
/** Provides full access to the Simple Workflow configuration service. */
|
|
2786
2816
|
SimpleWorkflowFullAccess(): aws_iam.IManagedPolicy;
|
|
2787
2817
|
/** Allows SMSVoice to publish metrics to CloudWatch on your behalf */
|