iam-floyd 0.770.0 → 0.771.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 +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/deadlinecloud.d.ts +16 -0
- package/lib/generated/policy-statements/deadlinecloud.js +23 -1
- package/lib/generated/policy-statements/marketplacediscovery.d.ts +122 -0
- package/lib/generated/policy-statements/marketplacediscovery.js +163 -2
- package/lib/generated/policy-statements/securitylake.d.ts +2 -0
- package/lib/generated/policy-statements/securitylake.js +3 -1
- package/lib/generated/policy-statements/workspaces.d.ts +24 -0
- package/lib/generated/policy-statements/workspaces.js +35 -2
- package/package.json +1 -1
|
@@ -862,6 +862,8 @@ export declare class AwsManagedPolicy {
|
|
|
862
862
|
static AmazonSageMakerCanvasFullAccess: string;
|
|
863
863
|
/** Provides permissions for Amazon SageMaker Canvas to use the SageMaker Data Science Assistant service. The Data Science Assistant currently uses both Amazon SageMaker and Amazon Q Developer to process user prompts. */
|
|
864
864
|
static AmazonSageMakerCanvasSMDataScienceAssistantAccess: string;
|
|
865
|
+
/** This policy grants permissions to Amazon SageMaker Capacity Reservations to publish CloudWatch metrics into customer accounts for utilization visibility. */
|
|
866
|
+
static AmazonSageMakerCapacityReservationServiceRolePolicy: string;
|
|
865
867
|
/** This policy grants permissions commonly needed to use Amazon SageMaker Cluster. */
|
|
866
868
|
static AmazonSageMakerClusterInstanceRolePolicy: string;
|
|
867
869
|
/** Managed policy for Service Linked Role for Amazon SageMaker Core Services */
|