p6-cdk-s3-protector 0.0.38 → 0.0.40

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 (70) hide show
  1. package/.jsii +6 -6
  2. package/lib/p6cdks3protector.js +1 -1
  3. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  4. package/node_modules/@aws-sdk/client-s3-control/package.json +5 -5
  5. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  6. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  7. package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
  8. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  12. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  13. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  14. package/node_modules/@aws-sdk/core/package.json +1 -1
  15. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  16. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  17. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  18. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  19. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  20. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  21. package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  22. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  23. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  24. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  25. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  26. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  27. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  28. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  29. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  30. package/node_modules/cdk-iam-floyd/README.md +3 -3
  31. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -0
  32. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
  33. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
  34. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
  35. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.d.ts +18 -0
  36. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrock.js +24 -1
  37. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.d.ts +0 -40
  38. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/bedrockagentcore.js +1 -45
  39. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudfront.d.ts +39 -7
  40. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudfront.js +52 -8
  41. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.d.ts +40 -0
  42. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cognitouserpools.js +56 -1
  43. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.d.ts +29 -1
  44. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/connect.js +36 -2
  45. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.d.ts +265 -79
  46. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2.js +304 -86
  47. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.d.ts +10 -0
  48. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/ec2autoscaling.js +14 -1
  49. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancingv2.d.ts +9 -1
  50. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticloadbalancingv2.js +18 -3
  51. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.d.ts +98 -1
  52. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elementalmediaconnect.js +104 -1
  53. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.d.ts +8 -0
  54. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/emroneksemrcontainers.js +12 -1
  55. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.d.ts +8 -0
  56. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iotmanagedintegrations.js +12 -1
  57. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.d.ts +4 -0
  58. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/keymanagementservice.js +5 -1
  59. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.d.ts +34 -0
  60. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/kinesisdatastreams.js +48 -2
  61. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.d.ts +12 -0
  62. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/lambda.js +15 -1
  63. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.d.ts +130 -0
  64. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/managedserviceforprometheus.js +160 -1
  65. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rtbfabric.d.ts +41 -9
  66. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/rtbfabric.js +42 -10
  67. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.d.ts +8 -0
  68. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/support.js +12 -1
  69. package/node_modules/cdk-iam-floyd/package.json +5 -5
  70. package/package.json +8 -8
@@ -709,6 +709,34 @@ export declare class Ec2 extends PolicyStatement {
709
709
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CopySnapshot.html
710
710
  */
711
711
  toCopySnapshot(): this;
712
+ /**
713
+ * Grants permission to create a copy of an EBS volume. Resource-level permissions specified for this action apply to the source and copied volume. Condition keys for the copied volume correspond to parameters specified in the CopyVolumes API request
714
+ *
715
+ * Access Level: Write
716
+ *
717
+ * Possible conditions:
718
+ * - .ifRegion()
719
+ *
720
+ * Dependent actions:
721
+ * - ec2:CreateTags
722
+ *
723
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CopyVolumes.html
724
+ */
725
+ toCopyVolumes(): this;
726
+ /**
727
+ * Grants permission to create a new S3 Data Export for Capacity Manager
728
+ *
729
+ * Access Level: Write
730
+ *
731
+ * Possible conditions:
732
+ * - .ifRegion()
733
+ *
734
+ * Dependent actions:
735
+ * - ec2:CreateTags
736
+ *
737
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateCapacityManagerDataExport.html
738
+ */
739
+ toCreateCapacityManagerDataExport(): this;
712
740
  /**
713
741
  * Grants permission to create a Capacity Reservation
714
742
  *
@@ -2009,6 +2037,17 @@ export declare class Ec2 extends PolicyStatement {
2009
2037
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpnGateway.html
2010
2038
  */
2011
2039
  toCreateVpnGateway(): this;
2040
+ /**
2041
+ * Grants permission to delete an existing Capacity Manager data export configuration
2042
+ *
2043
+ * Access Level: Write
2044
+ *
2045
+ * Possible conditions:
2046
+ * - .ifRegion()
2047
+ *
2048
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteCapacityManagerDataExport.html
2049
+ */
2050
+ toDeleteCapacityManagerDataExport(): this;
2012
2051
  /**
2013
2052
  * Grants permission to delete a carrier gateway
2014
2053
  *
@@ -3198,6 +3237,17 @@ export declare class Ec2 extends PolicyStatement {
3198
3237
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityBlocks.html
3199
3238
  */
3200
3239
  toDescribeCapacityBlocks(): this;
3240
+ /**
3241
+ * Grants permission to describe one or more Capacity Manager data export configurations
3242
+ *
3243
+ * Access Level: List
3244
+ *
3245
+ * Possible conditions:
3246
+ * - .ifRegion()
3247
+ *
3248
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityManagerDataExports.html
3249
+ */
3250
+ toDescribeCapacityManagerDataExports(): this;
3201
3251
  /**
3202
3252
  * Grants permission to describe one or more requests to assign the billing of the unused capacity of a Capacity Reservation
3203
3253
  *
@@ -5060,6 +5110,17 @@ export declare class Ec2 extends PolicyStatement {
5060
5110
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisableAwsNetworkPerformanceMetricSubscription.html
5061
5111
  */
5062
5112
  toDisableAwsNetworkPerformanceMetricSubscription(): this;
5113
+ /**
5114
+ * Grants permission to disable EC2 Capacity Manager for your account
5115
+ *
5116
+ * Access Level: Write
5117
+ *
5118
+ * Possible conditions:
5119
+ * - .ifRegion()
5120
+ *
5121
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisableCapacityManager.html
5122
+ */
5123
+ toDisableCapacityManager(): this;
5063
5124
  /**
5064
5125
  * Grants permission to disable EBS encryption by default for your account
5065
5126
  *
@@ -5470,6 +5531,17 @@ export declare class Ec2 extends PolicyStatement {
5470
5531
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableAwsNetworkPerformanceMetricSubscription.html
5471
5532
  */
5472
5533
  toEnableAwsNetworkPerformanceMetricSubscription(): this;
5534
+ /**
5535
+ * Grants permission to enable EC2 Capacity Manager for your account
5536
+ *
5537
+ * Access Level: Write
5538
+ *
5539
+ * Possible conditions:
5540
+ * - .ifRegion()
5541
+ *
5542
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableCapacityManager.html
5543
+ */
5544
+ toEnableCapacityManager(): this;
5473
5545
  /**
5474
5546
  * Grants permission to enable EBS encryption by default for your account
5475
5547
  *
@@ -5798,6 +5870,39 @@ export declare class Ec2 extends PolicyStatement {
5798
5870
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetAwsNetworkPerformanceData.html
5799
5871
  */
5800
5872
  toGetAwsNetworkPerformanceData(): this;
5873
+ /**
5874
+ * Grants permission to retrieve the current configuration and status of EC2 Capacity Manager
5875
+ *
5876
+ * Access Level: Read
5877
+ *
5878
+ * Possible conditions:
5879
+ * - .ifRegion()
5880
+ *
5881
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetCapacityManagerAttributes.html
5882
+ */
5883
+ toGetCapacityManagerAttributes(): this;
5884
+ /**
5885
+ * Grants permission to retrieve capacity usage metrics for your EC2 resources
5886
+ *
5887
+ * Access Level: Read
5888
+ *
5889
+ * Possible conditions:
5890
+ * - .ifRegion()
5891
+ *
5892
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetCapacityManagerMetricData.html
5893
+ */
5894
+ toGetCapacityManagerMetricData(): this;
5895
+ /**
5896
+ * Grants permission to retrieve the available dimension values for capacity metrics within a specified time range
5897
+ *
5898
+ * Access Level: Read
5899
+ *
5900
+ * Possible conditions:
5901
+ * - .ifRegion()
5902
+ *
5903
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetCapacityManagerMetricDimensions.html
5904
+ */
5905
+ toGetCapacityManagerMetricDimensions(): this;
5801
5906
  /**
5802
5907
  * Grants permission to get usage information about a Capacity Reservation
5803
5908
  *
@@ -8164,6 +8269,17 @@ export declare class Ec2 extends PolicyStatement {
8164
8269
  * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UnmonitorInstances.html
8165
8270
  */
8166
8271
  toUnmonitorInstances(): this;
8272
+ /**
8273
+ * Grants permission to update the Organizations access setting for EC2 Capacity Manager
8274
+ *
8275
+ * Access Level: Write
8276
+ *
8277
+ * Possible conditions:
8278
+ * - .ifRegion()
8279
+ *
8280
+ * https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UpdateCapacityManagerOrganizationsAccess.html
8281
+ */
8282
+ toUpdateCapacityManagerOrganizationsAccess(): this;
8167
8283
  /**
8168
8284
  * Grants permission to update descriptions for one or more outbound rules in a VPC security group
8169
8285
  *
@@ -8241,6 +8357,26 @@ export declare class Ec2 extends PolicyStatement {
8241
8357
  * - .ifResourceTag()
8242
8358
  */
8243
8359
  onCapacityBlock(capacityBlockId: string, account?: string, region?: string, partition?: string): this;
8360
+ /**
8361
+ * Adds a resource of type capacity-manager-data-export to the statement
8362
+ *
8363
+ * https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-for-amazon-ec2.html#EC2_ARN_Format
8364
+ *
8365
+ * @param capacityManagerDataExportId - Identifier for the capacityManagerDataExportId.
8366
+ * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
8367
+ * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
8368
+ * @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
8369
+ *
8370
+ * Possible conditions:
8371
+ * - .ifAwsRequestTag()
8372
+ * - .ifAwsResourceTag()
8373
+ * - .ifAwsTagKeys()
8374
+ * - .ifAttribute()
8375
+ * - .ifAttribute()
8376
+ * - .ifRegion()
8377
+ * - .ifResourceTag()
8378
+ */
8379
+ onCapacityManagerDataExport(capacityManagerDataExportId: string, account?: string, region?: string, partition?: string): this;
8244
8380
  /**
8245
8381
  * Adds a resource of type capacity-reservation-fleet to the statement
8246
8382
  *
@@ -9974,6 +10110,7 @@ export declare class Ec2 extends PolicyStatement {
9974
10110
  * - .ifLaunchTemplate()
9975
10111
  * - .ifManagedResourceOperator()
9976
10112
  * - .ifParentSnapshot()
10113
+ * - .ifParentVolume()
9977
10114
  * - .ifRegion()
9978
10115
  * - .ifResourceTag()
9979
10116
  * - .ifVolumeID()
@@ -10040,9 +10177,9 @@ export declare class Ec2 extends PolicyStatement {
10040
10177
  * - .ifAttribute()
10041
10178
  * - .ifRegion()
10042
10179
  * - .ifResourceTag()
10180
+ * - .ifVpceMultiRegion()
10043
10181
  * - .ifVpceServiceName()
10044
10182
  * - .ifVpceServiceOwner()
10045
- * - .ifVpceMultiRegion()
10046
10183
  * - .ifVpceServiceRegion()
10047
10184
  */
10048
10185
  onVpcEndpoint(vpcEndpointId: string, account?: string, region?: string, partition?: string): this;
@@ -10064,8 +10201,8 @@ export declare class Ec2 extends PolicyStatement {
10064
10201
  * - .ifAttribute()
10065
10202
  * - .ifRegion()
10066
10203
  * - .ifResourceTag()
10067
- * - .ifVpceServicePrivateDnsName()
10068
10204
  * - .ifVpceMultiRegion()
10205
+ * - .ifVpceServicePrivateDnsName()
10069
10206
  * - .ifVpceServiceRegion()
10070
10207
  * - .ifVpceSupportedRegion()
10071
10208
  */
@@ -10237,6 +10374,8 @@ export declare class Ec2 extends PolicyStatement {
10237
10374
  * - .toAuthorizeSecurityGroupIngress()
10238
10375
  * - .toCopyImage()
10239
10376
  * - .toCopySnapshot()
10377
+ * - .toCopyVolumes()
10378
+ * - .toCreateCapacityManagerDataExport()
10240
10379
  * - .toCreateCapacityReservation()
10241
10380
  * - .toCreateCapacityReservationFleet()
10242
10381
  * - .toCreateCarrierGateway()
@@ -10328,6 +10467,7 @@ export declare class Ec2 extends PolicyStatement {
10328
10467
  * Applies to resource types:
10329
10468
  * - elastic-ip
10330
10469
  * - capacity-block
10470
+ * - capacity-manager-data-export
10331
10471
  * - capacity-reservation-fleet
10332
10472
  * - capacity-reservation
10333
10473
  * - carrier-gateway
@@ -10546,6 +10686,7 @@ export declare class Ec2 extends PolicyStatement {
10546
10686
  * - .toCreateVpcPeeringConnection()
10547
10687
  * - .toCreateVpnConnection()
10548
10688
  * - .toCreateVpnConnectionRoute()
10689
+ * - .toDeleteCapacityManagerDataExport()
10549
10690
  * - .toDeleteCarrierGateway()
10550
10691
  * - .toDeleteClientVpnEndpoint()
10551
10692
  * - .toDeleteClientVpnRoute()
@@ -10879,6 +11020,7 @@ export declare class Ec2 extends PolicyStatement {
10879
11020
  * Applies to resource types:
10880
11021
  * - elastic-ip
10881
11022
  * - capacity-block
11023
+ * - capacity-manager-data-export
10882
11024
  * - capacity-reservation-fleet
10883
11025
  * - capacity-reservation
10884
11026
  * - carrier-gateway
@@ -10991,6 +11133,8 @@ export declare class Ec2 extends PolicyStatement {
10991
11133
  * - .toAuthorizeSecurityGroupIngress()
10992
11134
  * - .toCopyImage()
10993
11135
  * - .toCopySnapshot()
11136
+ * - .toCopyVolumes()
11137
+ * - .toCreateCapacityManagerDataExport()
10994
11138
  * - .toCreateCapacityReservation()
10995
11139
  * - .toCreateCapacityReservationFleet()
10996
11140
  * - .toCreateCarrierGateway()
@@ -11082,6 +11226,7 @@ export declare class Ec2 extends PolicyStatement {
11082
11226
  * Applies to resource types:
11083
11227
  * - elastic-ip
11084
11228
  * - capacity-block
11229
+ * - capacity-manager-data-export
11085
11230
  * - capacity-reservation-fleet
11086
11231
  * - capacity-reservation
11087
11232
  * - carrier-gateway
@@ -11340,6 +11485,7 @@ export declare class Ec2 extends PolicyStatement {
11340
11485
  * Applies to resource types:
11341
11486
  * - elastic-ip
11342
11487
  * - capacity-block
11488
+ * - capacity-manager-data-export
11343
11489
  * - capacity-reservation-fleet
11344
11490
  * - capacity-reservation
11345
11491
  * - client-vpn-endpoint
@@ -11460,6 +11606,7 @@ export declare class Ec2 extends PolicyStatement {
11460
11606
  * Applies to resource types:
11461
11607
  * - elastic-ip
11462
11608
  * - capacity-block
11609
+ * - capacity-manager-data-export
11463
11610
  * - capacity-reservation-fleet
11464
11611
  * - capacity-reservation
11465
11612
  * - client-vpn-endpoint
@@ -11596,6 +11743,7 @@ export declare class Ec2 extends PolicyStatement {
11596
11743
  * - .toAttachClassicLinkVpc()
11597
11744
  * - .toAttachNetworkInterface()
11598
11745
  * - .toAttachVolume()
11746
+ * - .toCopyVolumes()
11599
11747
  * - .toCreateCapacityReservation()
11600
11748
  * - .toCreateCapacityReservationBySplitting()
11601
11749
  * - .toCreateDelegateMacVolumeOwnershipTask()
@@ -11734,6 +11882,7 @@ export declare class Ec2 extends PolicyStatement {
11734
11882
  * - .toAttachClassicLinkVpc()
11735
11883
  * - .toAttachNetworkInterface()
11736
11884
  * - .toAttachVolume()
11885
+ * - .toCopyVolumes()
11737
11886
  * - .toCreateCapacityReservation()
11738
11887
  * - .toCreateClientVpnRoute()
11739
11888
  * - .toCreateDelegateMacVolumeOwnershipTask()
@@ -12244,6 +12393,7 @@ export declare class Ec2 extends PolicyStatement {
12244
12393
  * Applies to actions:
12245
12394
  * - .toAttachVolume()
12246
12395
  * - .toCopySnapshot()
12396
+ * - .toCopyVolumes()
12247
12397
  * - .toCreateFleet()
12248
12398
  * - .toCreateSnapshot()
12249
12399
  * - .toCreateSnapshots()
@@ -13231,6 +13381,15 @@ export declare class Ec2 extends PolicyStatement {
13231
13381
  * - .toAttachClassicLinkVpc()
13232
13382
  * - .toAttachNetworkInterface()
13233
13383
  * - .toAttachVolume()
13384
+ * - .toCopyVolumes()
13385
+ * - .toCreateImage()
13386
+ * - .toCreateInstanceExportTask()
13387
+ * - .toCreateLaunchTemplateVersion()
13388
+ * - .toCreateNetworkInterfacePermission()
13389
+ * - .toCreateReplaceRootVolumeTask()
13390
+ * - .toCreateSnapshot()
13391
+ * - .toCreateTags()
13392
+ * - .toCreateTrafficMirrorSession()
13234
13393
  * - .toDeleteLaunchTemplate()
13235
13394
  * - .toDeleteLaunchTemplateVersions()
13236
13395
  * - .toDeleteNetworkInterface()
@@ -13667,6 +13826,7 @@ export declare class Ec2 extends PolicyStatement {
13667
13826
  * Applies to actions:
13668
13827
  * - .toAttachVolume()
13669
13828
  * - .toCopySnapshot()
13829
+ * - .toCopyVolumes()
13670
13830
  * - .toCreateFleet()
13671
13831
  * - .toCreateTags()
13672
13832
  * - .toCreateVolume()
@@ -13696,7 +13856,9 @@ export declare class Ec2 extends PolicyStatement {
13696
13856
  * https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-for-amazon-ec2.html#amazon-ec2-keys
13697
13857
  *
13698
13858
  * Applies to actions:
13859
+ * - .toAttachVolume()
13699
13860
  * - .toCopySnapshot()
13861
+ * - .toCopyVolumes()
13700
13862
  * - .toCreateImage()
13701
13863
  * - .toCreateReplaceRootVolumeTask()
13702
13864
  * - .toCreateSnapshot()
@@ -13704,7 +13866,10 @@ export declare class Ec2 extends PolicyStatement {
13704
13866
  * - .toCreateTags()
13705
13867
  * - .toCreateVolume()
13706
13868
  * - .toDeleteSnapshot()
13869
+ * - .toDeleteVolume()
13707
13870
  * - .toDescribeSnapshotAttribute()
13871
+ * - .toDescribeVolumeAttribute()
13872
+ * - .toDetachVolume()
13708
13873
  * - .toDisableFastSnapshotRestores()
13709
13874
  * - .toEnableFastSnapshotRestores()
13710
13875
  * - .toImportImage()
@@ -13712,6 +13877,8 @@ export declare class Ec2 extends PolicyStatement {
13712
13877
  * - .toLockSnapshot()
13713
13878
  * - .toModifySnapshotAttribute()
13714
13879
  * - .toModifySnapshotTier()
13880
+ * - .toModifyVolume()
13881
+ * - .toModifyVolumeAttribute()
13715
13882
  * - .toRegisterImage()
13716
13883
  * - .toRequestSpotFleet()
13717
13884
  * - .toRequestSpotInstances()
@@ -13723,6 +13890,7 @@ export declare class Ec2 extends PolicyStatement {
13723
13890
  *
13724
13891
  * Applies to resource types:
13725
13892
  * - snapshot
13893
+ * - volume
13726
13894
  *
13727
13895
  * @param value The value(s) to check
13728
13896
  * @param operator Works with [arn operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_ARN). **Default:** `ArnLike`
@@ -14207,6 +14375,8 @@ export declare class Ec2 extends PolicyStatement {
14207
14375
  * - .toCopyFpgaImage()
14208
14376
  * - .toCopyImage()
14209
14377
  * - .toCopySnapshot()
14378
+ * - .toCopyVolumes()
14379
+ * - .toCreateCapacityManagerDataExport()
14210
14380
  * - .toCreateCapacityReservation()
14211
14381
  * - .toCreateCapacityReservationBySplitting()
14212
14382
  * - .toCreateCapacityReservationFleet()
@@ -14302,6 +14472,7 @@ export declare class Ec2 extends PolicyStatement {
14302
14472
  * - .toCreateVpnConnection()
14303
14473
  * - .toCreateVpnConnectionRoute()
14304
14474
  * - .toCreateVpnGateway()
14475
+ * - .toDeleteCapacityManagerDataExport()
14305
14476
  * - .toDeleteCarrierGateway()
14306
14477
  * - .toDeleteClientVpnEndpoint()
14307
14478
  * - .toDeleteClientVpnRoute()
@@ -14409,6 +14580,7 @@ export declare class Ec2 extends PolicyStatement {
14409
14580
  * - .toDescribeCapacityBlockOfferings()
14410
14581
  * - .toDescribeCapacityBlockStatus()
14411
14582
  * - .toDescribeCapacityBlocks()
14583
+ * - .toDescribeCapacityManagerDataExports()
14412
14584
  * - .toDescribeCapacityReservationBillingRequests()
14413
14585
  * - .toDescribeCapacityReservationFleets()
14414
14586
  * - .toDescribeCapacityReservations()
@@ -14578,6 +14750,7 @@ export declare class Ec2 extends PolicyStatement {
14578
14750
  * - .toDisableAddressTransfer()
14579
14751
  * - .toDisableAllowedImagesSettings()
14580
14752
  * - .toDisableAwsNetworkPerformanceMetricSubscription()
14753
+ * - .toDisableCapacityManager()
14581
14754
  * - .toDisableEbsEncryptionByDefault()
14582
14755
  * - .toDisableFastLaunch()
14583
14756
  * - .toDisableFastSnapshotRestores()
@@ -14615,6 +14788,7 @@ export declare class Ec2 extends PolicyStatement {
14615
14788
  * - .toEnableAddressTransfer()
14616
14789
  * - .toEnableAllowedImagesSettings()
14617
14790
  * - .toEnableAwsNetworkPerformanceMetricSubscription()
14791
+ * - .toEnableCapacityManager()
14618
14792
  * - .toEnableEbsEncryptionByDefault()
14619
14793
  * - .toEnableFastLaunch()
14620
14794
  * - .toEnableFastSnapshotRestores()
@@ -14642,6 +14816,9 @@ export declare class Ec2 extends PolicyStatement {
14642
14816
  * - .toGetAssociatedEnclaveCertificateIamRoles()
14643
14817
  * - .toGetAssociatedIpv6PoolCidrs()
14644
14818
  * - .toGetAwsNetworkPerformanceData()
14819
+ * - .toGetCapacityManagerAttributes()
14820
+ * - .toGetCapacityManagerMetricData()
14821
+ * - .toGetCapacityManagerMetricDimensions()
14645
14822
  * - .toGetCapacityReservationUsage()
14646
14823
  * - .toGetCoipPoolUsage()
14647
14824
  * - .toGetConsoleOutput()
@@ -14853,6 +15030,7 @@ export declare class Ec2 extends PolicyStatement {
14853
15030
  * - .toUnassignPrivateNatGatewayAddress()
14854
15031
  * - .toUnlockSnapshot()
14855
15032
  * - .toUnmonitorInstances()
15033
+ * - .toUpdateCapacityManagerOrganizationsAccess()
14856
15034
  * - .toUpdateSecurityGroupRuleDescriptionsEgress()
14857
15035
  * - .toUpdateSecurityGroupRuleDescriptionsIngress()
14858
15036
  * - .toWithdrawByoipCidr()
@@ -14860,6 +15038,7 @@ export declare class Ec2 extends PolicyStatement {
14860
15038
  * Applies to resource types:
14861
15039
  * - elastic-ip
14862
15040
  * - capacity-block
15041
+ * - capacity-manager-data-export
14863
15042
  * - capacity-reservation-fleet
14864
15043
  * - capacity-reservation
14865
15044
  * - carrier-gateway
@@ -15199,6 +15378,7 @@ export declare class Ec2 extends PolicyStatement {
15199
15378
  * - .toCreateVpcPeeringConnection()
15200
15379
  * - .toCreateVpnConnection()
15201
15380
  * - .toCreateVpnConnectionRoute()
15381
+ * - .toDeleteCapacityManagerDataExport()
15202
15382
  * - .toDeleteCarrierGateway()
15203
15383
  * - .toDeleteClientVpnEndpoint()
15204
15384
  * - .toDeleteClientVpnRoute()
@@ -15529,6 +15709,7 @@ export declare class Ec2 extends PolicyStatement {
15529
15709
  * Applies to resource types:
15530
15710
  * - elastic-ip
15531
15711
  * - capacity-block
15712
+ * - capacity-manager-data-export
15532
15713
  * - capacity-reservation-fleet
15533
15714
  * - capacity-reservation
15534
15715
  * - carrier-gateway
@@ -16281,6 +16462,7 @@ export declare class Ec2 extends PolicyStatement {
16281
16462
  *
16282
16463
  * Applies to actions:
16283
16464
  * - .toAttachVolume()
16465
+ * - .toCopyVolumes()
16284
16466
  * - .toCreateReplaceRootVolumeTask()
16285
16467
  * - .toCreateSnapshot()
16286
16468
  * - .toCreateSnapshots()
@@ -16308,6 +16490,7 @@ export declare class Ec2 extends PolicyStatement {
16308
16490
  *
16309
16491
  * Applies to actions:
16310
16492
  * - .toAttachVolume()
16493
+ * - .toCopyVolumes()
16311
16494
  * - .toCreateFleet()
16312
16495
  * - .toCreateSnapshot()
16313
16496
  * - .toCreateSnapshots()
@@ -16340,6 +16523,7 @@ export declare class Ec2 extends PolicyStatement {
16340
16523
  * Applies to actions:
16341
16524
  * - .toAttachVolume()
16342
16525
  * - .toCopySnapshot()
16526
+ * - .toCopyVolumes()
16343
16527
  * - .toCreateFleet()
16344
16528
  * - .toCreateImage()
16345
16529
  * - .toCreateReplaceRootVolumeTask()
@@ -16390,6 +16574,7 @@ export declare class Ec2 extends PolicyStatement {
16390
16574
  *
16391
16575
  * Applies to actions:
16392
16576
  * - .toAttachVolume()
16577
+ * - .toCopyVolumes()
16393
16578
  * - .toCreateFleet()
16394
16579
  * - .toCreateSnapshot()
16395
16580
  * - .toCreateSnapshots()
@@ -16421,6 +16606,7 @@ export declare class Ec2 extends PolicyStatement {
16421
16606
  *
16422
16607
  * Applies to actions:
16423
16608
  * - .toAttachVolume()
16609
+ * - .toCopyVolumes()
16424
16610
  * - .toCreateFleet()
16425
16611
  * - .toCreateSnapshot()
16426
16612
  * - .toCreateSnapshots()
@@ -16618,6 +16804,37 @@ export declare class Ec2 extends PolicyStatement {
16618
16804
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16619
16805
  */
16620
16806
  ifVpcPeeringConnectionID(value: string | string[], operator?: Operator | string): this;
16807
+ /**
16808
+ * Filters access by multi region of the VPC endpoint service
16809
+ *
16810
+ * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16811
+ *
16812
+ * Applies to actions:
16813
+ * - .toAcceptVpcEndpointConnections()
16814
+ * - .toCreateTags()
16815
+ * - .toCreateVpcEndpoint()
16816
+ * - .toCreateVpcEndpointConnectionNotification()
16817
+ * - .toCreateVpcEndpointServiceConfiguration()
16818
+ * - .toDeleteVpcEndpointConnectionNotifications()
16819
+ * - .toDeleteVpcEndpointServiceConfigurations()
16820
+ * - .toDeleteVpcEndpoints()
16821
+ * - .toDescribeVpcEndpointServicePermissions()
16822
+ * - .toModifyVpcEndpoint()
16823
+ * - .toModifyVpcEndpointConnectionNotification()
16824
+ * - .toModifyVpcEndpointServiceConfiguration()
16825
+ * - .toModifyVpcEndpointServicePayerResponsibility()
16826
+ * - .toModifyVpcEndpointServicePermissions()
16827
+ * - .toRejectVpcEndpointConnections()
16828
+ * - .toStartVpcEndpointServicePrivateDnsVerification()
16829
+ *
16830
+ * Applies to resource types:
16831
+ * - vpc-endpoint
16832
+ * - vpc-endpoint-service
16833
+ *
16834
+ * @param value The value(s) to check
16835
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16836
+ */
16837
+ ifVpceMultiRegion(value: string | string[], operator?: Operator | string): this;
16621
16838
  /**
16622
16839
  * Filters access by the name of the VPC endpoint service
16623
16840
  *
@@ -16667,6 +16884,52 @@ export declare class Ec2 extends PolicyStatement {
16667
16884
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16668
16885
  */
16669
16886
  ifVpceServicePrivateDnsName(value: string | string[], operator?: Operator | string): this;
16887
+ /**
16888
+ * Filters access by the region of the VPC endpoint service
16889
+ *
16890
+ * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16891
+ *
16892
+ * Applies to actions:
16893
+ * - .toCreateTags()
16894
+ * - .toCreateVpcEndpoint()
16895
+ * - .toCreateVpcEndpointConnectionNotification()
16896
+ * - .toCreateVpcEndpointServiceConfiguration()
16897
+ * - .toDeleteVpcEndpoints()
16898
+ * - .toModifyVpcEndpoint()
16899
+ *
16900
+ * Applies to resource types:
16901
+ * - vpc-endpoint
16902
+ * - vpc-endpoint-service
16903
+ *
16904
+ * @param value The value(s) to check
16905
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16906
+ */
16907
+ ifVpceServiceRegion(value: string | string[], operator?: Operator | string): this;
16908
+ /**
16909
+ * Filters access by the supported region of the VPC endpoint service
16910
+ *
16911
+ * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16912
+ *
16913
+ * Applies to actions:
16914
+ * - .toAcceptVpcEndpointConnections()
16915
+ * - .toCreateTags()
16916
+ * - .toDeleteVpcEndpointConnectionNotifications()
16917
+ * - .toDeleteVpcEndpointServiceConfigurations()
16918
+ * - .toDescribeVpcEndpointServicePermissions()
16919
+ * - .toModifyVpcEndpointConnectionNotification()
16920
+ * - .toModifyVpcEndpointServiceConfiguration()
16921
+ * - .toModifyVpcEndpointServicePayerResponsibility()
16922
+ * - .toModifyVpcEndpointServicePermissions()
16923
+ * - .toRejectVpcEndpointConnections()
16924
+ * - .toStartVpcEndpointServicePrivateDnsVerification()
16925
+ *
16926
+ * Applies to resource types:
16927
+ * - vpc-endpoint-service
16928
+ *
16929
+ * @param value The value(s) to check
16930
+ * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16931
+ */
16932
+ ifVpceSupportedRegion(value: string | string[], operator?: Operator | string): this;
16670
16933
  /**
16671
16934
  * Filters access by the ID of a transit gateway attachment
16672
16935
  *
@@ -16837,83 +17100,6 @@ export declare class Ec2 extends PolicyStatement {
16837
17100
  * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16838
17101
  */
16839
17102
  ifTransitGatewayRouteTableId(value: string | string[], operator?: Operator | string): this;
16840
- /**
16841
- * Filters access by multi region of the VPC endpoint service
16842
- *
16843
- * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16844
- *
16845
- * Applies to actions:
16846
- * - .toAcceptVpcEndpointConnections()
16847
- * - .toCreateTags()
16848
- * - .toCreateVpcEndpoint()
16849
- * - .toCreateVpcEndpointConnectionNotification()
16850
- * - .toCreateVpcEndpointServiceConfiguration()
16851
- * - .toDeleteVpcEndpointConnectionNotifications()
16852
- * - .toDeleteVpcEndpointServiceConfigurations()
16853
- * - .toDeleteVpcEndpoints()
16854
- * - .toDescribeVpcEndpointServicePermissions()
16855
- * - .toModifyVpcEndpoint()
16856
- * - .toModifyVpcEndpointConnectionNotification()
16857
- * - .toModifyVpcEndpointServiceConfiguration()
16858
- * - .toModifyVpcEndpointServicePayerResponsibility()
16859
- * - .toModifyVpcEndpointServicePermissions()
16860
- * - .toRejectVpcEndpointConnections()
16861
- * - .toStartVpcEndpointServicePrivateDnsVerification()
16862
- *
16863
- * Applies to resource types:
16864
- * - vpc-endpoint
16865
- * - vpc-endpoint-service
16866
- *
16867
- * @param value The value(s) to check
16868
- * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16869
- */
16870
- ifVpceMultiRegion(value: string | string[], operator?: Operator | string): this;
16871
- /**
16872
- * Filters access by the region of the VPC endpoint service
16873
- *
16874
- * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16875
- *
16876
- * Applies to actions:
16877
- * - .toCreateTags()
16878
- * - .toCreateVpcEndpoint()
16879
- * - .toCreateVpcEndpointConnectionNotification()
16880
- * - .toCreateVpcEndpointServiceConfiguration()
16881
- * - .toDeleteVpcEndpoints()
16882
- * - .toModifyVpcEndpoint()
16883
- *
16884
- * Applies to resource types:
16885
- * - vpc-endpoint
16886
- * - vpc-endpoint-service
16887
- *
16888
- * @param value The value(s) to check
16889
- * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16890
- */
16891
- ifVpceServiceRegion(value: string | string[], operator?: Operator | string): this;
16892
- /**
16893
- * Filters access by the supported region of the VPC endpoint service
16894
- *
16895
- * https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints-iam.html
16896
- *
16897
- * Applies to actions:
16898
- * - .toAcceptVpcEndpointConnections()
16899
- * - .toCreateTags()
16900
- * - .toDeleteVpcEndpointConnectionNotifications()
16901
- * - .toDeleteVpcEndpointServiceConfigurations()
16902
- * - .toDescribeVpcEndpointServicePermissions()
16903
- * - .toModifyVpcEndpointConnectionNotification()
16904
- * - .toModifyVpcEndpointServiceConfiguration()
16905
- * - .toModifyVpcEndpointServicePayerResponsibility()
16906
- * - .toModifyVpcEndpointServicePermissions()
16907
- * - .toRejectVpcEndpointConnections()
16908
- * - .toStartVpcEndpointServicePrivateDnsVerification()
16909
- *
16910
- * Applies to resource types:
16911
- * - vpc-endpoint-service
16912
- *
16913
- * @param value The value(s) to check
16914
- * @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
16915
- */
16916
- ifVpceSupportedRegion(value: string | string[], operator?: Operator | string): this;
16917
17103
  /**
16918
17104
  * Statement provider for service [ec2](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html).
16919
17105
  *