cdk-docker-image-deployment 0.0.150 → 0.0.152

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 (51) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +104 -86
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +204 -55
  10. package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.min.json +94 -0
  12. package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
  13. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +73 -21
  14. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +41 -33
  15. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1477 -1297
  16. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +68 -65
  17. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +312 -41
  18. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +4 -1
  19. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +175 -75
  20. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +192 -176
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +630 -585
  23. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +173 -157
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/appsync.d.ts +20 -2
  27. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +234 -40
  29. package/node_modules/aws-sdk/clients/cloudtraildata.d.ts +111 -0
  30. package/node_modules/aws-sdk/clients/cloudtraildata.js +18 -0
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +43 -6
  32. package/node_modules/aws-sdk/clients/devopsguru.d.ts +7 -0
  33. package/node_modules/aws-sdk/clients/ec2.d.ts +212 -15
  34. package/node_modules/aws-sdk/clients/forecastservice.d.ts +52 -39
  35. package/node_modules/aws-sdk/clients/groundstation.d.ts +284 -0
  36. package/node_modules/aws-sdk/clients/iam.d.ts +18 -18
  37. package/node_modules/aws-sdk/clients/iot.d.ts +4 -0
  38. package/node_modules/aws-sdk/clients/mediatailor.d.ts +119 -0
  39. package/node_modules/aws-sdk/clients/opensearch.d.ts +31 -0
  40. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  41. package/node_modules/aws-sdk/clients/sagemaker.d.ts +57 -1
  42. package/node_modules/aws-sdk/clients/securityhub.d.ts +26 -3
  43. package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
  44. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  45. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
  46. package/node_modules/aws-sdk/dist/aws-sdk.js +1763 -1421
  47. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
  48. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  49. package/node_modules/aws-sdk/lib/core.js +1 -1
  50. package/node_modules/aws-sdk/package.json +1 -1
  51. package/package.json +5 -6
@@ -124,6 +124,14 @@ declare class EC2 extends Service {
124
124
  * Assigns one or more secondary private IP addresses to the specified network interface. You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete. You must specify either the IP addresses or the IP address count in the request. You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.
125
125
  */
126
126
  assignPrivateIpAddresses(callback?: (err: AWSError, data: EC2.Types.AssignPrivateIpAddressesResult) => void): Request<EC2.Types.AssignPrivateIpAddressesResult, AWSError>;
127
+ /**
128
+ * Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon Virtual Private Cloud User Guide.
129
+ */
130
+ assignPrivateNatGatewayAddress(params: EC2.Types.AssignPrivateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.AssignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.AssignPrivateNatGatewayAddressResult, AWSError>;
131
+ /**
132
+ * Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon Virtual Private Cloud User Guide.
133
+ */
134
+ assignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.AssignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.AssignPrivateNatGatewayAddressResult, AWSError>;
127
135
  /**
128
136
  * Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account. An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide. [EC2-Classic, VPC in an EC2-VPC-only account] If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account. [VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address. [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface. You cannot associate an Elastic IP address with an interface in a different network border group. This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
129
137
  */
@@ -180,6 +188,14 @@ declare class EC2 extends Service {
180
188
  * Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
181
189
  */
182
190
  associateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.AssociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.AssociateIpamResourceDiscoveryResult, AWSError>;
191
+ /**
192
+ * Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon Virtual Private Cloud User Guide. By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon Virtual Private Cloud User Guide.
193
+ */
194
+ associateNatGatewayAddress(params: EC2.Types.AssociateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.AssociateNatGatewayAddressResult) => void): Request<EC2.Types.AssociateNatGatewayAddressResult, AWSError>;
195
+ /**
196
+ * Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon Virtual Private Cloud User Guide. By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon Virtual Private Cloud User Guide.
197
+ */
198
+ associateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.AssociateNatGatewayAddressResult) => void): Request<EC2.Types.AssociateNatGatewayAddressResult, AWSError>;
183
199
  /**
184
200
  * Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
185
201
  */
@@ -3060,6 +3076,14 @@ declare class EC2 extends Service {
3060
3076
  * Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM Service to manage and monitor resources that belong to the owning account.
3061
3077
  */
3062
3078
  disassociateIpamResourceDiscovery(callback?: (err: AWSError, data: EC2.Types.DisassociateIpamResourceDiscoveryResult) => void): Request<EC2.Types.DisassociateIpamResourceDiscoveryResult, AWSError>;
3079
+ /**
3080
+ * Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway. An EIP will only be released at the end of MaxDrainDurationSeconds. The EIPs stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IPs mapped to them) get released.
3081
+ */
3082
+ disassociateNatGatewayAddress(params: EC2.Types.DisassociateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateNatGatewayAddressResult) => void): Request<EC2.Types.DisassociateNatGatewayAddressResult, AWSError>;
3083
+ /**
3084
+ * Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway. An EIP will only be released at the end of MaxDrainDurationSeconds. The EIPs stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IPs mapped to them) get released.
3085
+ */
3086
+ disassociateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.DisassociateNatGatewayAddressResult) => void): Request<EC2.Types.DisassociateNatGatewayAddressResult, AWSError>;
3063
3087
  /**
3064
3088
  * Disassociates a subnet or gateway from a route table. After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
3065
3089
  */
@@ -4660,6 +4684,14 @@ declare class EC2 extends Service {
4660
4684
  * Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
4661
4685
  */
4662
4686
  unassignPrivateIpAddresses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
4687
+ /**
4688
+ * Unassigns secondary private NAT gateway IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4689
+ */
4690
+ unassignPrivateNatGatewayAddress(params: EC2.Types.UnassignPrivateNatGatewayAddressRequest, callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
4691
+ /**
4692
+ * Unassigns secondary private NAT gateway IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon Virtual Private Cloud User Guide. While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses get released.
4693
+ */
4694
+ unassignPrivateNatGatewayAddress(callback?: (err: AWSError, data: EC2.Types.UnassignPrivateNatGatewayAddressResult) => void): Request<EC2.Types.UnassignPrivateNatGatewayAddressResult, AWSError>;
4663
4695
  /**
4664
4696
  * Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide.
4665
4697
  */
@@ -5868,6 +5900,34 @@ declare namespace EC2 {
5868
5900
  */
5869
5901
  AssignedIpv4Prefixes?: Ipv4PrefixesList;
5870
5902
  }
5903
+ export interface AssignPrivateNatGatewayAddressRequest {
5904
+ /**
5905
+ * The NAT gateway ID.
5906
+ */
5907
+ NatGatewayId: NatGatewayId;
5908
+ /**
5909
+ * The private IPv4 addresses you want to assign to the private NAT gateway.
5910
+ */
5911
+ PrivateIpAddresses?: IpList;
5912
+ /**
5913
+ * The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses.
5914
+ */
5915
+ PrivateIpAddressCount?: PrivateIpAddressCount;
5916
+ /**
5917
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
5918
+ */
5919
+ DryRun?: Boolean;
5920
+ }
5921
+ export interface AssignPrivateNatGatewayAddressResult {
5922
+ /**
5923
+ * The NAT gateway ID.
5924
+ */
5925
+ NatGatewayId?: NatGatewayId;
5926
+ /**
5927
+ * NAT gateway IP addresses.
5928
+ */
5929
+ NatGatewayAddresses?: NatGatewayAddressList;
5930
+ }
5871
5931
  export interface AssignedPrivateIpAddress {
5872
5932
  /**
5873
5933
  * The private IP address assigned to the network interface.
@@ -5957,11 +6017,11 @@ declare namespace EC2 {
5957
6017
  /**
5958
6018
  * The ARN of the ACM certificate with which to associate the IAM role.
5959
6019
  */
5960
- CertificateArn?: ResourceArn;
6020
+ CertificateArn?: CertificateId;
5961
6021
  /**
5962
6022
  * The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.
5963
6023
  */
5964
- RoleArn?: ResourceArn;
6024
+ RoleArn?: RoleId;
5965
6025
  /**
5966
6026
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
5967
6027
  */
@@ -6045,6 +6105,34 @@ declare namespace EC2 {
6045
6105
  */
6046
6106
  IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
6047
6107
  }
6108
+ export interface AssociateNatGatewayAddressRequest {
6109
+ /**
6110
+ * The NAT gateway ID.
6111
+ */
6112
+ NatGatewayId: NatGatewayId;
6113
+ /**
6114
+ * The allocation IDs of EIPs that you want to associate with your NAT gateway.
6115
+ */
6116
+ AllocationIds: AllocationIdList;
6117
+ /**
6118
+ * The private IPv4 addresses that you want to assign to the NAT gateway.
6119
+ */
6120
+ PrivateIpAddresses?: IpList;
6121
+ /**
6122
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
6123
+ */
6124
+ DryRun?: Boolean;
6125
+ }
6126
+ export interface AssociateNatGatewayAddressResult {
6127
+ /**
6128
+ * The NAT gateway ID.
6129
+ */
6130
+ NatGatewayId?: NatGatewayId;
6131
+ /**
6132
+ * The IP addresses.
6133
+ */
6134
+ NatGatewayAddresses?: NatGatewayAddressList;
6135
+ }
6048
6136
  export interface AssociateRouteTableRequest {
6049
6137
  /**
6050
6138
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -7383,6 +7471,7 @@ declare namespace EC2 {
7383
7471
  */
7384
7472
  ClientRootCertificateChainArn?: String;
7385
7473
  }
7474
+ export type CertificateId = string;
7386
7475
  export interface CidrAuthorizationContext {
7387
7476
  /**
7388
7477
  * The plain-text authorization message for the prefix and account.
@@ -8114,7 +8203,7 @@ declare namespace EC2 {
8114
8203
  /**
8115
8204
  * When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query requests. The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using Amazon Web Services Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.
8116
8205
  */
8117
- PresignedUrl?: String;
8206
+ PresignedUrl?: CopySnapshotRequestPSU;
8118
8207
  /**
8119
8208
  * The ID of the Region that contains the snapshot to be copied.
8120
8209
  */
@@ -8132,6 +8221,7 @@ declare namespace EC2 {
8132
8221
  */
8133
8222
  DryRun?: Boolean;
8134
8223
  }
8224
+ export type CopySnapshotRequestPSU = string;
8135
8225
  export interface CopySnapshotResult {
8136
8226
  /**
8137
8227
  * The ID of the new snapshot.
@@ -9224,7 +9314,7 @@ declare namespace EC2 {
9224
9314
  /**
9225
9315
  * The CIDR range used for destination matches. Routing decisions are based on the most specific match.
9226
9316
  */
9227
- DestinationCidrBlock: String;
9317
+ DestinationCidrBlock?: String;
9228
9318
  /**
9229
9319
  * The ID of the local gateway route table.
9230
9320
  */
@@ -9241,6 +9331,10 @@ declare namespace EC2 {
9241
9331
  * The ID of the network interface.
9242
9332
  */
9243
9333
  NetworkInterfaceId?: NetworkInterfaceId;
9334
+ /**
9335
+ * The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.
9336
+ */
9337
+ DestinationPrefixListId?: PrefixListResourceId;
9244
9338
  }
9245
9339
  export interface CreateLocalGatewayRouteResult {
9246
9340
  /**
@@ -9370,7 +9464,7 @@ declare namespace EC2 {
9370
9464
  */
9371
9465
  DryRun?: Boolean;
9372
9466
  /**
9373
- * The subnet in which to create the NAT gateway.
9467
+ * The ID of the subnet in which to create the NAT gateway.
9374
9468
  */
9375
9469
  SubnetId: SubnetId;
9376
9470
  /**
@@ -9385,6 +9479,18 @@ declare namespace EC2 {
9385
9479
  * The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.
9386
9480
  */
9387
9481
  PrivateIpAddress?: String;
9482
+ /**
9483
+ * Secondary EIP allocation IDs. For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide.
9484
+ */
9485
+ SecondaryAllocationIds?: AllocationIdList;
9486
+ /**
9487
+ * Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide.
9488
+ */
9489
+ SecondaryPrivateIpAddresses?: IpList;
9490
+ /**
9491
+ * [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see Create a NAT gateway in the Amazon Virtual Private Cloud User Guide.
9492
+ */
9493
+ SecondaryPrivateIpAddressCount?: PrivateIpAddressCount;
9388
9494
  }
9389
9495
  export interface CreateNatGatewayResult {
9390
9496
  /**
@@ -11760,7 +11866,7 @@ declare namespace EC2 {
11760
11866
  /**
11761
11867
  * The CIDR range for the route. This must match the CIDR for the route exactly.
11762
11868
  */
11763
- DestinationCidrBlock: String;
11869
+ DestinationCidrBlock?: String;
11764
11870
  /**
11765
11871
  * The ID of the local gateway route table.
11766
11872
  */
@@ -11769,6 +11875,10 @@ declare namespace EC2 {
11769
11875
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
11770
11876
  */
11771
11877
  DryRun?: Boolean;
11878
+ /**
11879
+ * Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.
11880
+ */
11881
+ DestinationPrefixListId?: PrefixListResourceId;
11772
11882
  }
11773
11883
  export interface DeleteLocalGatewayRouteResult {
11774
11884
  /**
@@ -12158,7 +12268,7 @@ declare namespace EC2 {
12158
12268
  /**
12159
12269
  * The ID of the Traffic Mirror rule.
12160
12270
  */
12161
- TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleId;
12271
+ TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleIdWithResolver;
12162
12272
  /**
12163
12273
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
12164
12274
  */
@@ -17889,11 +17999,11 @@ declare namespace EC2 {
17889
17999
  /**
17890
18000
  * The ARN of the ACM certificate from which to disassociate the IAM role.
17891
18001
  */
17892
- CertificateArn?: ResourceArn;
18002
+ CertificateArn?: CertificateId;
17893
18003
  /**
17894
18004
  * The ARN of the IAM role to disassociate.
17895
18005
  */
17896
- RoleArn?: ResourceArn;
18006
+ RoleArn?: RoleId;
17897
18007
  /**
17898
18008
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
17899
18009
  */
@@ -17953,6 +18063,34 @@ declare namespace EC2 {
17953
18063
  */
17954
18064
  IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
17955
18065
  }
18066
+ export interface DisassociateNatGatewayAddressRequest {
18067
+ /**
18068
+ * The NAT gateway ID.
18069
+ */
18070
+ NatGatewayId: NatGatewayId;
18071
+ /**
18072
+ * The association IDs of EIPs that have been associated with the NAT gateway.
18073
+ */
18074
+ AssociationIds: EipAssociationIdList;
18075
+ /**
18076
+ * The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.
18077
+ */
18078
+ MaxDrainDurationSeconds?: DrainSeconds;
18079
+ /**
18080
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
18081
+ */
18082
+ DryRun?: Boolean;
18083
+ }
18084
+ export interface DisassociateNatGatewayAddressResult {
18085
+ /**
18086
+ * The NAT gateway ID.
18087
+ */
18088
+ NatGatewayId?: NatGatewayId;
18089
+ /**
18090
+ * Information about the NAT gateway IP addresses.
18091
+ */
18092
+ NatGatewayAddresses?: NatGatewayAddressList;
18093
+ }
17956
18094
  export interface DisassociateRouteTableRequest {
17957
18095
  /**
17958
18096
  * The association ID representing the current association between the route table and subnet or gateway.
@@ -18202,6 +18340,7 @@ declare namespace EC2 {
18202
18340
  export type DomainType = "vpc"|"standard"|string;
18203
18341
  export type Double = number;
18204
18342
  export type DoubleWithConstraints = number;
18343
+ export type DrainSeconds = number;
18205
18344
  export type DynamicRoutingValue = "enable"|"disable"|string;
18206
18345
  export interface EbsBlockDevice {
18207
18346
  /**
@@ -18340,6 +18479,7 @@ declare namespace EC2 {
18340
18479
  export type EgressOnlyInternetGatewayId = string;
18341
18480
  export type EgressOnlyInternetGatewayIdList = EgressOnlyInternetGatewayId[];
18342
18481
  export type EgressOnlyInternetGatewayList = EgressOnlyInternetGateway[];
18482
+ export type EipAssociationIdList = ElasticIpAssociationId[];
18343
18483
  export interface ElasticGpuAssociation {
18344
18484
  /**
18345
18485
  * The ID of the Elastic Graphics accelerator.
@@ -19963,7 +20103,7 @@ declare namespace EC2 {
19963
20103
  /**
19964
20104
  * The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.
19965
20105
  */
19966
- CertificateArn?: ResourceArn;
20106
+ CertificateArn?: CertificateId;
19967
20107
  /**
19968
20108
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
19969
20109
  */
@@ -22906,6 +23046,7 @@ declare namespace EC2 {
22906
23046
  export type InstanceIdList = InstanceId[];
22907
23047
  export type InstanceIdSet = InstanceId[];
22908
23048
  export type InstanceIdStringList = InstanceId[];
23049
+ export type InstanceIdWithVolumeResolver = string;
22909
23050
  export type InstanceIdsSet = InstanceId[];
22910
23051
  export type InstanceInterruptionBehavior = "hibernate"|"stop"|"terminate"|string;
22911
23052
  export interface InstanceIpv4Prefix {
@@ -23452,7 +23593,7 @@ declare namespace EC2 {
23452
23593
  /**
23453
23594
  * The instance to specify which volumes should be snapshotted.
23454
23595
  */
23455
- InstanceId?: InstanceId;
23596
+ InstanceId: InstanceIdWithVolumeResolver;
23456
23597
  /**
23457
23598
  * Excludes the root volume from being snapshotted.
23458
23599
  */
@@ -23784,6 +23925,7 @@ declare namespace EC2 {
23784
23925
  export type IpAddress = string;
23785
23926
  export type IpAddressList = IpAddress[];
23786
23927
  export type IpAddressType = "ipv4"|"dualstack"|"ipv6"|string;
23928
+ export type IpList = String[];
23787
23929
  export interface IpPermission {
23788
23930
  /**
23789
23931
  * If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.
@@ -25654,6 +25796,10 @@ declare namespace EC2 {
25654
25796
  * The ID of the network interface.
25655
25797
  */
25656
25798
  NetworkInterfaceId?: NetworkInterfaceId;
25799
+ /**
25800
+ * The ID of the prefix list.
25801
+ */
25802
+ DestinationPrefixListId?: PrefixListResourceId;
25657
25803
  }
25658
25804
  export type LocalGatewayRouteList = LocalGatewayRoute[];
25659
25805
  export type LocalGatewayRouteState = "pending"|"active"|"blackhole"|"deleting"|"deleted"|string;
@@ -26821,7 +26967,7 @@ declare namespace EC2 {
26821
26967
  /**
26822
26968
  * The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.
26823
26969
  */
26824
- DestinationCidrBlock: String;
26970
+ DestinationCidrBlock?: String;
26825
26971
  /**
26826
26972
  * The ID of the local gateway route table.
26827
26973
  */
@@ -26838,6 +26984,10 @@ declare namespace EC2 {
26838
26984
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
26839
26985
  */
26840
26986
  DryRun?: Boolean;
26987
+ /**
26988
+ * The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.
26989
+ */
26990
+ DestinationPrefixListId?: PrefixListResourceId;
26841
26991
  }
26842
26992
  export interface ModifyLocalGatewayRouteResult {
26843
26993
  /**
@@ -27139,7 +27289,7 @@ declare namespace EC2 {
27139
27289
  /**
27140
27290
  * The ID of the Traffic Mirror rule.
27141
27291
  */
27142
- TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleId;
27292
+ TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleIdWithResolver;
27143
27293
  /**
27144
27294
  * The type of traffic to assign to the rule.
27145
27295
  */
@@ -28235,8 +28385,25 @@ declare namespace EC2 {
28235
28385
  * [Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
28236
28386
  */
28237
28387
  PublicIp?: String;
28388
+ /**
28389
+ * [Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.
28390
+ */
28391
+ AssociationId?: String;
28392
+ /**
28393
+ * Defines if the IP address is the primary address.
28394
+ */
28395
+ IsPrimary?: Boolean;
28396
+ /**
28397
+ * The address failure message.
28398
+ */
28399
+ FailureMessage?: String;
28400
+ /**
28401
+ * The address status.
28402
+ */
28403
+ Status?: NatGatewayAddressStatus;
28238
28404
  }
28239
28405
  export type NatGatewayAddressList = NatGatewayAddress[];
28406
+ export type NatGatewayAddressStatus = "assigning"|"unassigning"|"associating"|"disassociating"|"succeeded"|"failed"|string;
28240
28407
  export type NatGatewayId = string;
28241
28408
  export type NatGatewayIdStringList = NatGatewayId[];
28242
28409
  export type NatGatewayList = NatGateway[];
@@ -29613,6 +29780,7 @@ declare namespace EC2 {
29613
29780
  EnableResourceNameDnsAAAARecord?: Boolean;
29614
29781
  }
29615
29782
  export type PrivateIpAddressConfigSet = ScheduledInstancesPrivateIpAddressConfig[];
29783
+ export type PrivateIpAddressCount = number;
29616
29784
  export interface PrivateIpAddressSpecification {
29617
29785
  /**
29618
29786
  * Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
@@ -31844,6 +32012,7 @@ declare namespace EC2 {
31844
32012
  */
31845
32013
  UnknownIpPermissions?: IpPermissionList;
31846
32014
  }
32015
+ export type RoleId = string;
31847
32016
  export type RootDeviceType = "ebs"|"instance-store"|string;
31848
32017
  export type RootDeviceTypeList = RootDeviceType[];
31849
32018
  export interface Route {
@@ -32587,7 +32756,7 @@ declare namespace EC2 {
32587
32756
  */
32588
32757
  LocalGatewayRouteTableId: LocalGatewayRoutetableId;
32589
32758
  /**
32590
- * One or more filters. route-search.exact-match - The exact match of the specified filter. route-search.longest-prefix-match - The longest prefix that matches the route. route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter. route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29. state - The state of the route. type - The route type.
32759
+ * One or more filters. prefix-list-id - The ID of the prefix list. route-search.exact-match - The exact match of the specified filter. route-search.longest-prefix-match - The longest prefix that matches the route. route-search.subnet-of-match - The routes with a subnet that match the specified CIDR filter. route-search.supernet-of-match - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29. state - The state of the route. type - The route type.
32591
32760
  */
32592
32761
  Filters?: FilterList;
32593
32762
  /**
@@ -34621,7 +34790,7 @@ declare namespace EC2 {
34621
34790
  }
34622
34791
  export type TrafficMirrorFilterRuleField = "destination-port-range"|"source-port-range"|"protocol"|"description"|string;
34623
34792
  export type TrafficMirrorFilterRuleFieldList = TrafficMirrorFilterRuleField[];
34624
- export type TrafficMirrorFilterRuleId = string;
34793
+ export type TrafficMirrorFilterRuleIdWithResolver = string;
34625
34794
  export type TrafficMirrorFilterRuleList = TrafficMirrorFilterRule[];
34626
34795
  export type TrafficMirrorFilterSet = TrafficMirrorFilter[];
34627
34796
  export type TrafficMirrorNetworkService = "amazon-dns"|string;
@@ -35896,6 +36065,34 @@ declare namespace EC2 {
35896
36065
  */
35897
36066
  Ipv4Prefixes?: IpPrefixList;
35898
36067
  }
36068
+ export interface UnassignPrivateNatGatewayAddressRequest {
36069
+ /**
36070
+ * The NAT gateway ID.
36071
+ */
36072
+ NatGatewayId: NatGatewayId;
36073
+ /**
36074
+ * The private IPv4 addresses you want to unassign.
36075
+ */
36076
+ PrivateIpAddresses: IpList;
36077
+ /**
36078
+ * The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.
36079
+ */
36080
+ MaxDrainDurationSeconds?: DrainSeconds;
36081
+ /**
36082
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
36083
+ */
36084
+ DryRun?: Boolean;
36085
+ }
36086
+ export interface UnassignPrivateNatGatewayAddressResult {
36087
+ /**
36088
+ * The NAT gateway ID.
36089
+ */
36090
+ NatGatewayId?: NatGatewayId;
36091
+ /**
36092
+ * Information about the NAT gateway IP addresses.
36093
+ */
36094
+ NatGatewayAddresses?: NatGatewayAddressList;
36095
+ }
35899
36096
  export type UnlimitedSupportedInstanceFamily = "t2"|"t3"|"t3a"|"t4g"|string;
35900
36097
  export interface UnmonitorInstancesRequest {
35901
36098
  /**