cdk-lambda-subminute 2.0.300 → 2.0.302
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +52 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1864 -1397
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1121 -73
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +153 -25
- package/node_modules/aws-sdk/clients/ec2.d.ts +582 -23
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
- package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
- package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
- package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
- package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1529 -128
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1444 -1444
- package/node_modules/aws-sdk/dist/aws-sdk.js +2953 -2158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -180,6 +180,14 @@ declare class EC2 extends Service {
|
|
180
180
|
* Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
|
181
181
|
*/
|
182
182
|
associateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.AssociateInstanceEventWindowResult) => void): Request<EC2.Types.AssociateInstanceEventWindowResult, AWSError>;
|
183
|
+
/**
|
184
|
+
* Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide. After the association succeeds, the ASN is eligible for advertisement. You can view the association with DescribeByoipCidrs. You can advertise the CIDR with AdvertiseByoipCidr.
|
185
|
+
*/
|
186
|
+
associateIpamByoasn(params: EC2.Types.AssociateIpamByoasnRequest, callback?: (err: AWSError, data: EC2.Types.AssociateIpamByoasnResult) => void): Request<EC2.Types.AssociateIpamByoasnResult, AWSError>;
|
187
|
+
/**
|
188
|
+
* Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide. After the association succeeds, the ASN is eligible for advertisement. You can view the association with DescribeByoipCidrs. You can advertise the CIDR with AdvertiseByoipCidr.
|
189
|
+
*/
|
190
|
+
associateIpamByoasn(callback?: (err: AWSError, data: EC2.Types.AssociateIpamByoasnResult) => void): Request<EC2.Types.AssociateIpamByoasnResult, AWSError>;
|
183
191
|
/**
|
184
192
|
* Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
|
185
193
|
*/
|
@@ -205,11 +213,11 @@ declare class EC2 extends Service {
|
|
205
213
|
*/
|
206
214
|
associateRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateRouteTableResult) => void): Request<EC2.Types.AssociateRouteTableResult, AWSError>;
|
207
215
|
/**
|
208
|
-
* Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
|
216
|
+
* Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
|
209
217
|
*/
|
210
218
|
associateSubnetCidrBlock(params: EC2.Types.AssociateSubnetCidrBlockRequest, callback?: (err: AWSError, data: EC2.Types.AssociateSubnetCidrBlockResult) => void): Request<EC2.Types.AssociateSubnetCidrBlockResult, AWSError>;
|
211
219
|
/**
|
212
|
-
* Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
|
220
|
+
* Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.
|
213
221
|
*/
|
214
222
|
associateSubnetCidrBlock(callback?: (err: AWSError, data: EC2.Types.AssociateSubnetCidrBlockResult) => void): Request<EC2.Types.AssociateSubnetCidrBlockResult, AWSError>;
|
215
223
|
/**
|
@@ -237,19 +245,19 @@ declare class EC2 extends Service {
|
|
237
245
|
*/
|
238
246
|
associateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.AssociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.AssociateTransitGatewayRouteTableResult, AWSError>;
|
239
247
|
/**
|
240
|
-
*
|
248
|
+
* Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.
|
241
249
|
*/
|
242
250
|
associateTrunkInterface(params: EC2.Types.AssociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
|
243
251
|
/**
|
244
|
-
*
|
252
|
+
* Associates a branch network interface with a trunk network interface. Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.
|
245
253
|
*/
|
246
254
|
associateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.AssociateTrunkInterfaceResult) => void): Request<EC2.Types.AssociateTrunkInterfaceResult, AWSError>;
|
247
255
|
/**
|
248
|
-
* Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
|
256
|
+
* Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
|
249
257
|
*/
|
250
258
|
associateVpcCidrBlock(params: EC2.Types.AssociateVpcCidrBlockRequest, callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
|
251
259
|
/**
|
252
|
-
* Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
|
260
|
+
* Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
|
253
261
|
*/
|
254
262
|
associateVpcCidrBlock(callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
|
255
263
|
/**
|
@@ -853,11 +861,11 @@ declare class EC2 extends Service {
|
|
853
861
|
*/
|
854
862
|
createStoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateStoreImageTaskResult) => void): Request<EC2.Types.CreateStoreImageTaskResult, AWSError>;
|
855
863
|
/**
|
856
|
-
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it.
|
864
|
+
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information, see Subnets in the Amazon VPC User Guide.
|
857
865
|
*/
|
858
866
|
createSubnet(params: EC2.Types.CreateSubnetRequest, callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
|
859
867
|
/**
|
860
|
-
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it.
|
868
|
+
* Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. For more information, see Subnets in the Amazon VPC User Guide.
|
861
869
|
*/
|
862
870
|
createSubnet(callback?: (err: AWSError, data: EC2.Types.CreateSubnetResult) => void): Request<EC2.Types.CreateSubnetResult, AWSError>;
|
863
871
|
/**
|
@@ -1037,11 +1045,11 @@ declare class EC2 extends Service {
|
|
1037
1045
|
*/
|
1038
1046
|
createVolume(callback?: (err: AWSError, data: EC2.Types.Volume) => void): Request<EC2.Types.Volume, AWSError>;
|
1039
1047
|
/**
|
1040
|
-
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses
|
1048
|
+
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.
|
1041
1049
|
*/
|
1042
1050
|
createVpc(params: EC2.Types.CreateVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
|
1043
1051
|
/**
|
1044
|
-
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses
|
1052
|
+
* Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide. You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide. You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.
|
1045
1053
|
*/
|
1046
1054
|
createVpc(callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
|
1047
1055
|
/**
|
@@ -1700,6 +1708,14 @@ declare class EC2 extends Service {
|
|
1700
1708
|
* Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.
|
1701
1709
|
*/
|
1702
1710
|
deprovisionByoipCidr(callback?: (err: AWSError, data: EC2.Types.DeprovisionByoipCidrResult) => void): Request<EC2.Types.DeprovisionByoipCidrResult, AWSError>;
|
1711
|
+
/**
|
1712
|
+
* Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with DisassociateIpamByoasn. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
1713
|
+
*/
|
1714
|
+
deprovisionIpamByoasn(params: EC2.Types.DeprovisionIpamByoasnRequest, callback?: (err: AWSError, data: EC2.Types.DeprovisionIpamByoasnResult) => void): Request<EC2.Types.DeprovisionIpamByoasnResult, AWSError>;
|
1715
|
+
/**
|
1716
|
+
* Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with DisassociateIpamByoasn. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
1717
|
+
*/
|
1718
|
+
deprovisionIpamByoasn(callback?: (err: AWSError, data: EC2.Types.DeprovisionIpamByoasnResult) => void): Request<EC2.Types.DeprovisionIpamByoasnResult, AWSError>;
|
1703
1719
|
/**
|
1704
1720
|
* Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see Deprovision pool CIDRs in the Amazon VPC IPAM User Guide.
|
1705
1721
|
*/
|
@@ -2196,6 +2212,14 @@ declare class EC2 extends Service {
|
|
2196
2212
|
* Describes one or more of your internet gateways.
|
2197
2213
|
*/
|
2198
2214
|
describeInternetGateways(callback?: (err: AWSError, data: EC2.Types.DescribeInternetGatewaysResult) => void): Request<EC2.Types.DescribeInternetGatewaysResult, AWSError>;
|
2215
|
+
/**
|
2216
|
+
* Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
2217
|
+
*/
|
2218
|
+
describeIpamByoasn(params: EC2.Types.DescribeIpamByoasnRequest, callback?: (err: AWSError, data: EC2.Types.DescribeIpamByoasnResult) => void): Request<EC2.Types.DescribeIpamByoasnResult, AWSError>;
|
2219
|
+
/**
|
2220
|
+
* Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
2221
|
+
*/
|
2222
|
+
describeIpamByoasn(callback?: (err: AWSError, data: EC2.Types.DescribeIpamByoasnResult) => void): Request<EC2.Types.DescribeIpamByoasnResult, AWSError>;
|
2199
2223
|
/**
|
2200
2224
|
* Get information about your IPAM pools.
|
2201
2225
|
*/
|
@@ -2749,11 +2773,11 @@ declare class EC2 extends Service {
|
|
2749
2773
|
*/
|
2750
2774
|
describeTransitGateways(callback?: (err: AWSError, data: EC2.Types.DescribeTransitGatewaysResult) => void): Request<EC2.Types.DescribeTransitGatewaysResult, AWSError>;
|
2751
2775
|
/**
|
2752
|
-
*
|
2776
|
+
* Describes one or more network interface trunk associations.
|
2753
2777
|
*/
|
2754
2778
|
describeTrunkInterfaceAssociations(params: EC2.Types.DescribeTrunkInterfaceAssociationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
|
2755
2779
|
/**
|
2756
|
-
*
|
2780
|
+
* Describes one or more network interface trunk associations.
|
2757
2781
|
*/
|
2758
2782
|
describeTrunkInterfaceAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
|
2759
2783
|
/**
|
@@ -3140,6 +3164,14 @@ declare class EC2 extends Service {
|
|
3140
3164
|
* Disassociates one or more targets from an event window. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
|
3141
3165
|
*/
|
3142
3166
|
disassociateInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.DisassociateInstanceEventWindowResult) => void): Request<EC2.Types.DisassociateInstanceEventWindowResult, AWSError>;
|
3167
|
+
/**
|
3168
|
+
* Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR. You may want to use this action to disassociate an ASN from a CIDR or if you want to swap ASNs. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
3169
|
+
*/
|
3170
|
+
disassociateIpamByoasn(params: EC2.Types.DisassociateIpamByoasnRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateIpamByoasnResult) => void): Request<EC2.Types.DisassociateIpamByoasnResult, AWSError>;
|
3171
|
+
/**
|
3172
|
+
* Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR. You may want to use this action to disassociate an ASN from a CIDR or if you want to swap ASNs. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
3173
|
+
*/
|
3174
|
+
disassociateIpamByoasn(callback?: (err: AWSError, data: EC2.Types.DisassociateIpamByoasnResult) => void): Request<EC2.Types.DisassociateIpamByoasnResult, AWSError>;
|
3143
3175
|
/**
|
3144
3176
|
* Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
|
3145
3177
|
*/
|
@@ -3197,11 +3229,11 @@ declare class EC2 extends Service {
|
|
3197
3229
|
*/
|
3198
3230
|
disassociateTransitGatewayRouteTable(callback?: (err: AWSError, data: EC2.Types.DisassociateTransitGatewayRouteTableResult) => void): Request<EC2.Types.DisassociateTransitGatewayRouteTableResult, AWSError>;
|
3199
3231
|
/**
|
3200
|
-
*
|
3232
|
+
* Removes an association between a branch network interface with a trunk network interface.
|
3201
3233
|
*/
|
3202
3234
|
disassociateTrunkInterface(params: EC2.Types.DisassociateTrunkInterfaceRequest, callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
|
3203
3235
|
/**
|
3204
|
-
*
|
3236
|
+
* Removes an association between a branch network interface with a trunk network interface.
|
3205
3237
|
*/
|
3206
3238
|
disassociateTrunkInterface(callback?: (err: AWSError, data: EC2.Types.DisassociateTrunkInterfaceResult) => void): Request<EC2.Types.DisassociateTrunkInterfaceResult, AWSError>;
|
3207
3239
|
/**
|
@@ -3524,6 +3556,14 @@ declare class EC2 extends Service {
|
|
3524
3556
|
* Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.
|
3525
3557
|
*/
|
3526
3558
|
getIpamDiscoveredAccounts(callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredAccountsResult) => void): Request<EC2.Types.GetIpamDiscoveredAccountsResult, AWSError>;
|
3559
|
+
/**
|
3560
|
+
* Gets the public IP addresses that have been discovered by IPAM.
|
3561
|
+
*/
|
3562
|
+
getIpamDiscoveredPublicAddresses(params: EC2.Types.GetIpamDiscoveredPublicAddressesRequest, callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredPublicAddressesResult) => void): Request<EC2.Types.GetIpamDiscoveredPublicAddressesResult, AWSError>;
|
3563
|
+
/**
|
3564
|
+
* Gets the public IP addresses that have been discovered by IPAM.
|
3565
|
+
*/
|
3566
|
+
getIpamDiscoveredPublicAddresses(callback?: (err: AWSError, data: EC2.Types.GetIpamDiscoveredPublicAddressesResult) => void): Request<EC2.Types.GetIpamDiscoveredPublicAddressesResult, AWSError>;
|
3527
3567
|
/**
|
3528
3568
|
* Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.
|
3529
3569
|
*/
|
@@ -4364,6 +4404,14 @@ declare class EC2 extends Service {
|
|
4364
4404
|
* Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr. Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide. Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.
|
4365
4405
|
*/
|
4366
4406
|
provisionByoipCidr(callback?: (err: AWSError, data: EC2.Types.ProvisionByoipCidrResult) => void): Request<EC2.Types.ProvisionByoipCidrResult, AWSError>;
|
4407
|
+
/**
|
4408
|
+
* Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account. This action requires authorization context for Amazon to bring the ASN to an Amazon Web Services account. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
4409
|
+
*/
|
4410
|
+
provisionIpamByoasn(params: EC2.Types.ProvisionIpamByoasnRequest, callback?: (err: AWSError, data: EC2.Types.ProvisionIpamByoasnResult) => void): Request<EC2.Types.ProvisionIpamByoasnResult, AWSError>;
|
4411
|
+
/**
|
4412
|
+
* Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account. This action requires authorization context for Amazon to bring the ASN to an Amazon Web Services account. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.
|
4413
|
+
*/
|
4414
|
+
provisionIpamByoasn(callback?: (err: AWSError, data: EC2.Types.ProvisionIpamByoasnResult) => void): Request<EC2.Types.ProvisionIpamByoasnResult, AWSError>;
|
4367
4415
|
/**
|
4368
4416
|
* Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it. For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.
|
4369
4417
|
*/
|
@@ -5627,6 +5675,10 @@ declare namespace EC2 {
|
|
5627
5675
|
* The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.
|
5628
5676
|
*/
|
5629
5677
|
Cidr: String;
|
5678
|
+
/**
|
5679
|
+
* The public 2-byte or 4-byte ASN that you want to advertise.
|
5680
|
+
*/
|
5681
|
+
Asn?: String;
|
5630
5682
|
/**
|
5631
5683
|
* 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.
|
5632
5684
|
*/
|
@@ -5784,6 +5836,10 @@ declare namespace EC2 {
|
|
5784
5836
|
* A preview of the next available CIDR in a pool.
|
5785
5837
|
*/
|
5786
5838
|
PreviewNextCidr?: Boolean;
|
5839
|
+
/**
|
5840
|
+
* Include a particular CIDR range that can be returned by the pool. Allowed CIDRs are only allowed if using netmask length for allocation.
|
5841
|
+
*/
|
5842
|
+
AllowedCidrs?: IpamPoolAllocationAllowedCidrs;
|
5787
5843
|
/**
|
5788
5844
|
* Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.
|
5789
5845
|
*/
|
@@ -6045,6 +6101,37 @@ declare namespace EC2 {
|
|
6045
6101
|
export type ArchitectureTypeSet = ArchitectureType[];
|
6046
6102
|
export type ArchitectureValues = "i386"|"x86_64"|"arm64"|"x86_64_mac"|"arm64_mac"|string;
|
6047
6103
|
export type ArnList = ResourceArn[];
|
6104
|
+
export interface AsnAssociation {
|
6105
|
+
/**
|
6106
|
+
* The association's ASN.
|
6107
|
+
*/
|
6108
|
+
Asn?: String;
|
6109
|
+
/**
|
6110
|
+
* The association's CIDR.
|
6111
|
+
*/
|
6112
|
+
Cidr?: String;
|
6113
|
+
/**
|
6114
|
+
* The association's status message.
|
6115
|
+
*/
|
6116
|
+
StatusMessage?: String;
|
6117
|
+
/**
|
6118
|
+
* The association's state.
|
6119
|
+
*/
|
6120
|
+
State?: AsnAssociationState;
|
6121
|
+
}
|
6122
|
+
export type AsnAssociationSet = AsnAssociation[];
|
6123
|
+
export type AsnAssociationState = "disassociated"|"failed-disassociation"|"failed-association"|"pending-disassociation"|"pending-association"|"associated"|string;
|
6124
|
+
export interface AsnAuthorizationContext {
|
6125
|
+
/**
|
6126
|
+
* The authorization context's message.
|
6127
|
+
*/
|
6128
|
+
Message: String;
|
6129
|
+
/**
|
6130
|
+
* The authorization context's signature.
|
6131
|
+
*/
|
6132
|
+
Signature: String;
|
6133
|
+
}
|
6134
|
+
export type AsnState = "deprovisioned"|"failed-deprovision"|"failed-provision"|"pending-deprovision"|"pending-provision"|"provisioned"|string;
|
6048
6135
|
export type AssetId = string;
|
6049
6136
|
export type AssetIdList = AssetId[];
|
6050
6137
|
export interface AssignIpv6AddressesRequest {
|
@@ -6300,6 +6387,26 @@ declare namespace EC2 {
|
|
6300
6387
|
*/
|
6301
6388
|
InstanceEventWindow?: InstanceEventWindow;
|
6302
6389
|
}
|
6390
|
+
export interface AssociateIpamByoasnRequest {
|
6391
|
+
/**
|
6392
|
+
* 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.
|
6393
|
+
*/
|
6394
|
+
DryRun?: Boolean;
|
6395
|
+
/**
|
6396
|
+
* A public 2-byte or 4-byte ASN.
|
6397
|
+
*/
|
6398
|
+
Asn: String;
|
6399
|
+
/**
|
6400
|
+
* The BYOIP CIDR you want to associate with an ASN.
|
6401
|
+
*/
|
6402
|
+
Cidr: String;
|
6403
|
+
}
|
6404
|
+
export interface AssociateIpamByoasnResult {
|
6405
|
+
/**
|
6406
|
+
* The ASN and BYOIP CIDR association.
|
6407
|
+
*/
|
6408
|
+
AsnAssociation?: AsnAssociation;
|
6409
|
+
}
|
6303
6410
|
export interface AssociateIpamResourceDiscoveryRequest {
|
6304
6411
|
/**
|
6305
6412
|
* A check for 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.
|
@@ -6386,13 +6493,21 @@ declare namespace EC2 {
|
|
6386
6493
|
}
|
6387
6494
|
export interface AssociateSubnetCidrBlockRequest {
|
6388
6495
|
/**
|
6389
|
-
* The IPv6 CIDR block for your subnet.
|
6496
|
+
* The IPv6 CIDR block for your subnet.
|
6390
6497
|
*/
|
6391
|
-
Ipv6CidrBlock
|
6498
|
+
Ipv6CidrBlock?: String;
|
6392
6499
|
/**
|
6393
6500
|
* The ID of your subnet.
|
6394
6501
|
*/
|
6395
6502
|
SubnetId: SubnetId;
|
6503
|
+
/**
|
6504
|
+
* An IPv6 IPAM pool ID.
|
6505
|
+
*/
|
6506
|
+
Ipv6IpamPoolId?: IpamPoolId;
|
6507
|
+
/**
|
6508
|
+
* An IPv6 netmask length.
|
6509
|
+
*/
|
6510
|
+
Ipv6NetmaskLength?: NetmaskLength;
|
6396
6511
|
}
|
6397
6512
|
export interface AssociateSubnetCidrBlockResult {
|
6398
6513
|
/**
|
@@ -6506,7 +6621,7 @@ declare namespace EC2 {
|
|
6506
6621
|
}
|
6507
6622
|
export interface AssociateVpcCidrBlockRequest {
|
6508
6623
|
/**
|
6509
|
-
* Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses
|
6624
|
+
* Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses or the size of the CIDR block.
|
6510
6625
|
*/
|
6511
6626
|
AmazonProvidedIpv6CidrBlock?: Boolean;
|
6512
6627
|
/**
|
@@ -7164,6 +7279,25 @@ declare namespace EC2 {
|
|
7164
7279
|
export type BundleTaskState = "pending"|"waiting-for-shutdown"|"bundling"|"storing"|"cancelling"|"complete"|"failed"|string;
|
7165
7280
|
export type BurstablePerformance = "included"|"required"|"excluded"|string;
|
7166
7281
|
export type BurstablePerformanceFlag = boolean;
|
7282
|
+
export interface Byoasn {
|
7283
|
+
/**
|
7284
|
+
* A public 2-byte or 4-byte ASN.
|
7285
|
+
*/
|
7286
|
+
Asn?: String;
|
7287
|
+
/**
|
7288
|
+
* An IPAM ID.
|
7289
|
+
*/
|
7290
|
+
IpamId?: IpamId;
|
7291
|
+
/**
|
7292
|
+
* The status message.
|
7293
|
+
*/
|
7294
|
+
StatusMessage?: String;
|
7295
|
+
/**
|
7296
|
+
* The provisioning state of the BYOASN.
|
7297
|
+
*/
|
7298
|
+
State?: AsnState;
|
7299
|
+
}
|
7300
|
+
export type ByoasnSet = Byoasn[];
|
7167
7301
|
export interface ByoipCidr {
|
7168
7302
|
/**
|
7169
7303
|
* The address range, in CIDR notation.
|
@@ -7173,6 +7307,10 @@ declare namespace EC2 {
|
|
7173
7307
|
* The description of the address range.
|
7174
7308
|
*/
|
7175
7309
|
Description?: String;
|
7310
|
+
/**
|
7311
|
+
* The BYOIP CIDR associations with ASNs.
|
7312
|
+
*/
|
7313
|
+
AsnAssociations?: AsnAssociationSet;
|
7176
7314
|
/**
|
7177
7315
|
* Upon success, contains the ID of the address pool. Otherwise, contains an error message.
|
7178
7316
|
*/
|
@@ -8338,6 +8476,62 @@ declare namespace EC2 {
|
|
8338
8476
|
export type ConnectionNotificationSet = ConnectionNotification[];
|
8339
8477
|
export type ConnectionNotificationState = "Enabled"|"Disabled"|string;
|
8340
8478
|
export type ConnectionNotificationType = "Topic"|string;
|
8479
|
+
export interface ConnectionTrackingConfiguration {
|
8480
|
+
/**
|
8481
|
+
* Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
|
8482
|
+
*/
|
8483
|
+
TcpEstablishedTimeout?: Integer;
|
8484
|
+
/**
|
8485
|
+
* Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
|
8486
|
+
*/
|
8487
|
+
UdpStreamTimeout?: Integer;
|
8488
|
+
/**
|
8489
|
+
* Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
|
8490
|
+
*/
|
8491
|
+
UdpTimeout?: Integer;
|
8492
|
+
}
|
8493
|
+
export interface ConnectionTrackingSpecification {
|
8494
|
+
/**
|
8495
|
+
* Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
|
8496
|
+
*/
|
8497
|
+
TcpEstablishedTimeout?: Integer;
|
8498
|
+
/**
|
8499
|
+
* Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
|
8500
|
+
*/
|
8501
|
+
UdpTimeout?: Integer;
|
8502
|
+
/**
|
8503
|
+
* Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
|
8504
|
+
*/
|
8505
|
+
UdpStreamTimeout?: Integer;
|
8506
|
+
}
|
8507
|
+
export interface ConnectionTrackingSpecificationRequest {
|
8508
|
+
/**
|
8509
|
+
* Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
|
8510
|
+
*/
|
8511
|
+
TcpEstablishedTimeout?: Integer;
|
8512
|
+
/**
|
8513
|
+
* Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
|
8514
|
+
*/
|
8515
|
+
UdpStreamTimeout?: Integer;
|
8516
|
+
/**
|
8517
|
+
* Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
|
8518
|
+
*/
|
8519
|
+
UdpTimeout?: Integer;
|
8520
|
+
}
|
8521
|
+
export interface ConnectionTrackingSpecificationResponse {
|
8522
|
+
/**
|
8523
|
+
* Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
|
8524
|
+
*/
|
8525
|
+
TcpEstablishedTimeout?: Integer;
|
8526
|
+
/**
|
8527
|
+
* Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
|
8528
|
+
*/
|
8529
|
+
UdpStreamTimeout?: Integer;
|
8530
|
+
/**
|
8531
|
+
* Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
|
8532
|
+
*/
|
8533
|
+
UdpTimeout?: Integer;
|
8534
|
+
}
|
8341
8535
|
export type ConnectivityType = "private"|"public"|string;
|
8342
8536
|
export type ContainerFormat = "ova"|string;
|
8343
8537
|
export type ConversionIdStringList = ConversionTaskId[];
|
@@ -9437,6 +9631,10 @@ declare namespace EC2 {
|
|
9437
9631
|
* The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is byoip. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is amazon. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
|
9438
9632
|
*/
|
9439
9633
|
PublicIpSource?: IpamPoolPublicIpSource;
|
9634
|
+
/**
|
9635
|
+
* The resource used to provision CIDRs to a resource planning pool.
|
9636
|
+
*/
|
9637
|
+
SourceResource?: IpamPoolSourceResourceRequest;
|
9440
9638
|
}
|
9441
9639
|
export interface CreateIpamPoolResult {
|
9442
9640
|
/**
|
@@ -9465,6 +9663,10 @@ declare namespace EC2 {
|
|
9465
9663
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
|
9466
9664
|
*/
|
9467
9665
|
ClientToken?: String;
|
9666
|
+
/**
|
9667
|
+
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
9668
|
+
*/
|
9669
|
+
Tier?: IpamTier;
|
9468
9670
|
}
|
9469
9671
|
export interface CreateIpamResourceDiscoveryRequest {
|
9470
9672
|
/**
|
@@ -10065,6 +10267,10 @@ declare namespace EC2 {
|
|
10065
10267
|
* If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
|
10066
10268
|
*/
|
10067
10269
|
EnablePrimaryIpv6?: Boolean;
|
10270
|
+
/**
|
10271
|
+
* A connection tracking specification for the network interface.
|
10272
|
+
*/
|
10273
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
10068
10274
|
}
|
10069
10275
|
export interface CreateNetworkInterfaceResult {
|
10070
10276
|
/**
|
@@ -10484,7 +10690,7 @@ declare namespace EC2 {
|
|
10484
10690
|
*/
|
10485
10691
|
CidrBlock?: String;
|
10486
10692
|
/**
|
10487
|
-
* The IPv6 network range for the subnet, in CIDR notation.
|
10693
|
+
* The IPv6 network range for the subnet, in CIDR notation. This parameter is required for an IPv6 only subnet.
|
10488
10694
|
*/
|
10489
10695
|
Ipv6CidrBlock?: String;
|
10490
10696
|
/**
|
@@ -10503,6 +10709,22 @@ declare namespace EC2 {
|
|
10503
10709
|
* Indicates whether to create an IPv6 only subnet.
|
10504
10710
|
*/
|
10505
10711
|
Ipv6Native?: Boolean;
|
10712
|
+
/**
|
10713
|
+
* An IPv4 IPAM pool ID for the subnet.
|
10714
|
+
*/
|
10715
|
+
Ipv4IpamPoolId?: IpamPoolId;
|
10716
|
+
/**
|
10717
|
+
* An IPv4 netmask length for the subnet.
|
10718
|
+
*/
|
10719
|
+
Ipv4NetmaskLength?: NetmaskLength;
|
10720
|
+
/**
|
10721
|
+
* An IPv6 IPAM pool ID for the subnet.
|
10722
|
+
*/
|
10723
|
+
Ipv6IpamPoolId?: IpamPoolId;
|
10724
|
+
/**
|
10725
|
+
* An IPv6 netmask length for the subnet.
|
10726
|
+
*/
|
10727
|
+
Ipv6NetmaskLength?: NetmaskLength;
|
10506
10728
|
}
|
10507
10729
|
export interface CreateSubnetResult {
|
10508
10730
|
/**
|
@@ -11210,6 +11432,10 @@ declare namespace EC2 {
|
|
11210
11432
|
* The ID of the tenant application with the device-identity provider.
|
11211
11433
|
*/
|
11212
11434
|
TenantId?: String;
|
11435
|
+
/**
|
11436
|
+
* The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
11437
|
+
*/
|
11438
|
+
PublicSigningKeyUrl?: String;
|
11213
11439
|
}
|
11214
11440
|
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
11215
11441
|
/**
|
@@ -12075,6 +12301,10 @@ declare namespace EC2 {
|
|
12075
12301
|
* The ID of the pool to delete.
|
12076
12302
|
*/
|
12077
12303
|
IpamPoolId: IpamPoolId;
|
12304
|
+
/**
|
12305
|
+
* Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools. You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.
|
12306
|
+
*/
|
12307
|
+
Cascade?: Boolean;
|
12078
12308
|
}
|
12079
12309
|
export interface DeleteIpamPoolResult {
|
12080
12310
|
/**
|
@@ -13084,6 +13314,26 @@ declare namespace EC2 {
|
|
13084
13314
|
*/
|
13085
13315
|
ByoipCidr?: ByoipCidr;
|
13086
13316
|
}
|
13317
|
+
export interface DeprovisionIpamByoasnRequest {
|
13318
|
+
/**
|
13319
|
+
* 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.
|
13320
|
+
*/
|
13321
|
+
DryRun?: Boolean;
|
13322
|
+
/**
|
13323
|
+
* The IPAM ID.
|
13324
|
+
*/
|
13325
|
+
IpamId: IpamId;
|
13326
|
+
/**
|
13327
|
+
* An ASN.
|
13328
|
+
*/
|
13329
|
+
Asn: String;
|
13330
|
+
}
|
13331
|
+
export interface DeprovisionIpamByoasnResult {
|
13332
|
+
/**
|
13333
|
+
* An ASN and BYOIP CIDR association.
|
13334
|
+
*/
|
13335
|
+
Byoasn?: Byoasn;
|
13336
|
+
}
|
13087
13337
|
export interface DeprovisionIpamPoolCidrRequest {
|
13088
13338
|
/**
|
13089
13339
|
* A check for 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.
|
@@ -14995,6 +15245,31 @@ declare namespace EC2 {
|
|
14995
15245
|
*/
|
14996
15246
|
NextToken?: String;
|
14997
15247
|
}
|
15248
|
+
export type DescribeIpamByoasnMaxResults = number;
|
15249
|
+
export interface DescribeIpamByoasnRequest {
|
15250
|
+
/**
|
15251
|
+
* 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.
|
15252
|
+
*/
|
15253
|
+
DryRun?: Boolean;
|
15254
|
+
/**
|
15255
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
15256
|
+
*/
|
15257
|
+
MaxResults?: DescribeIpamByoasnMaxResults;
|
15258
|
+
/**
|
15259
|
+
* The token for the next page of results.
|
15260
|
+
*/
|
15261
|
+
NextToken?: NextToken;
|
15262
|
+
}
|
15263
|
+
export interface DescribeIpamByoasnResult {
|
15264
|
+
/**
|
15265
|
+
* ASN and BYOIP CIDR associations.
|
15266
|
+
*/
|
15267
|
+
Byoasns?: ByoasnSet;
|
15268
|
+
/**
|
15269
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
15270
|
+
*/
|
15271
|
+
NextToken?: String;
|
15272
|
+
}
|
14998
15273
|
export interface DescribeIpamPoolsRequest {
|
14999
15274
|
/**
|
15000
15275
|
* A check for 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.
|
@@ -18119,8 +18394,12 @@ declare namespace EC2 {
|
|
18119
18394
|
* The ID of the tenant application with the device-identity provider.
|
18120
18395
|
*/
|
18121
18396
|
TenantId?: String;
|
18397
|
+
/**
|
18398
|
+
* The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
18399
|
+
*/
|
18400
|
+
PublicSigningKeyUrl?: String;
|
18122
18401
|
}
|
18123
|
-
export type DeviceTrustProviderType = "jamf"|"crowdstrike"|string;
|
18402
|
+
export type DeviceTrustProviderType = "jamf"|"crowdstrike"|"jumpcloud"|string;
|
18124
18403
|
export type DeviceType = "ebs"|"instance-store"|string;
|
18125
18404
|
export interface DhcpConfiguration {
|
18126
18405
|
/**
|
@@ -18618,6 +18897,26 @@ declare namespace EC2 {
|
|
18618
18897
|
*/
|
18619
18898
|
InstanceEventWindow?: InstanceEventWindow;
|
18620
18899
|
}
|
18900
|
+
export interface DisassociateIpamByoasnRequest {
|
18901
|
+
/**
|
18902
|
+
* 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.
|
18903
|
+
*/
|
18904
|
+
DryRun?: Boolean;
|
18905
|
+
/**
|
18906
|
+
* A public 2-byte or 4-byte ASN.
|
18907
|
+
*/
|
18908
|
+
Asn: String;
|
18909
|
+
/**
|
18910
|
+
* A BYOIP CIDR.
|
18911
|
+
*/
|
18912
|
+
Cidr: String;
|
18913
|
+
}
|
18914
|
+
export interface DisassociateIpamByoasnResult {
|
18915
|
+
/**
|
18916
|
+
* An ASN and BYOIP CIDR association.
|
18917
|
+
*/
|
18918
|
+
AsnAssociation?: AsnAssociation;
|
18919
|
+
}
|
18621
18920
|
export interface DisassociateIpamResourceDiscoveryRequest {
|
18622
18921
|
/**
|
18623
18922
|
* A check for 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.
|
@@ -21386,6 +21685,46 @@ declare namespace EC2 {
|
|
21386
21685
|
*/
|
21387
21686
|
NextToken?: NextToken;
|
21388
21687
|
}
|
21688
|
+
export interface GetIpamDiscoveredPublicAddressesRequest {
|
21689
|
+
/**
|
21690
|
+
* A check for 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.
|
21691
|
+
*/
|
21692
|
+
DryRun?: Boolean;
|
21693
|
+
/**
|
21694
|
+
* An IPAM resource discovery ID.
|
21695
|
+
*/
|
21696
|
+
IpamResourceDiscoveryId: IpamResourceDiscoveryId;
|
21697
|
+
/**
|
21698
|
+
* The Amazon Web Services Region for the IP address.
|
21699
|
+
*/
|
21700
|
+
AddressRegion: String;
|
21701
|
+
/**
|
21702
|
+
* Filters.
|
21703
|
+
*/
|
21704
|
+
Filters?: FilterList;
|
21705
|
+
/**
|
21706
|
+
* The token for the next page of results.
|
21707
|
+
*/
|
21708
|
+
NextToken?: NextToken;
|
21709
|
+
/**
|
21710
|
+
* The maximum number of IPAM discovered public addresses to return in one page of results.
|
21711
|
+
*/
|
21712
|
+
MaxResults?: IpamMaxResults;
|
21713
|
+
}
|
21714
|
+
export interface GetIpamDiscoveredPublicAddressesResult {
|
21715
|
+
/**
|
21716
|
+
* IPAM discovered public addresses.
|
21717
|
+
*/
|
21718
|
+
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddressSet;
|
21719
|
+
/**
|
21720
|
+
* The oldest successful resource discovery time.
|
21721
|
+
*/
|
21722
|
+
OldestSampleTime?: MillisecondDateTime;
|
21723
|
+
/**
|
21724
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
21725
|
+
*/
|
21726
|
+
NextToken?: NextToken;
|
21727
|
+
}
|
21389
21728
|
export interface GetIpamDiscoveredResourceCidrsRequest {
|
21390
21729
|
/**
|
21391
21730
|
* A check for 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.
|
@@ -23484,7 +23823,7 @@ declare namespace EC2 {
|
|
23484
23823
|
*/
|
23485
23824
|
Placement?: Placement;
|
23486
23825
|
/**
|
23487
|
-
* The value is
|
23826
|
+
* The platform. This value is windows for Windows instances; otherwise, it is empty.
|
23488
23827
|
*/
|
23489
23828
|
Platform?: PlatformValues;
|
23490
23829
|
/**
|
@@ -24196,6 +24535,10 @@ declare namespace EC2 {
|
|
24196
24535
|
* The IPv6 delegated prefixes that are assigned to the network interface.
|
24197
24536
|
*/
|
24198
24537
|
Ipv6Prefixes?: InstanceIpv6PrefixList;
|
24538
|
+
/**
|
24539
|
+
* A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.
|
24540
|
+
*/
|
24541
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse;
|
24199
24542
|
}
|
24200
24543
|
export interface InstanceNetworkInterfaceAssociation {
|
24201
24544
|
/**
|
@@ -24335,6 +24678,10 @@ declare namespace EC2 {
|
|
24335
24678
|
* Specifies the ENA Express settings for the network interface that's attached to the instance.
|
24336
24679
|
*/
|
24337
24680
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
24681
|
+
/**
|
24682
|
+
* A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.
|
24683
|
+
*/
|
24684
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
24338
24685
|
}
|
24339
24686
|
export type InstanceNetworkInterfaceSpecificationList = InstanceNetworkInterfaceSpecification[];
|
24340
24687
|
export interface InstancePrivateIpAddress {
|
@@ -25035,6 +25382,14 @@ declare namespace EC2 {
|
|
25035
25382
|
* The IPAM's resource discovery association count.
|
25036
25383
|
*/
|
25037
25384
|
ResourceDiscoveryAssociationCount?: Integer;
|
25385
|
+
/**
|
25386
|
+
* The state message.
|
25387
|
+
*/
|
25388
|
+
StateMessage?: String;
|
25389
|
+
/**
|
25390
|
+
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
25391
|
+
*/
|
25392
|
+
Tier?: IpamTier;
|
25038
25393
|
}
|
25039
25394
|
export type IpamAddressHistoryMaxResults = number;
|
25040
25395
|
export interface IpamAddressHistoryRecord {
|
@@ -25120,6 +25475,85 @@ declare namespace EC2 {
|
|
25120
25475
|
LastSuccessfulDiscoveryTime?: MillisecondDateTime;
|
25121
25476
|
}
|
25122
25477
|
export type IpamDiscoveredAccountSet = IpamDiscoveredAccount[];
|
25478
|
+
export interface IpamDiscoveredPublicAddress {
|
25479
|
+
/**
|
25480
|
+
* The resource discovery ID.
|
25481
|
+
*/
|
25482
|
+
IpamResourceDiscoveryId?: IpamResourceDiscoveryId;
|
25483
|
+
/**
|
25484
|
+
* The Region of the resource the IP address is assigned to.
|
25485
|
+
*/
|
25486
|
+
AddressRegion?: String;
|
25487
|
+
/**
|
25488
|
+
* The IP address.
|
25489
|
+
*/
|
25490
|
+
Address?: String;
|
25491
|
+
/**
|
25492
|
+
* The ID of the owner of the resource the IP address is assigned to.
|
25493
|
+
*/
|
25494
|
+
AddressOwnerId?: String;
|
25495
|
+
/**
|
25496
|
+
* The allocation ID of the resource the IP address is assigned to.
|
25497
|
+
*/
|
25498
|
+
AddressAllocationId?: String;
|
25499
|
+
/**
|
25500
|
+
* The association status.
|
25501
|
+
*/
|
25502
|
+
AssociationStatus?: IpamPublicAddressAssociationStatus;
|
25503
|
+
/**
|
25504
|
+
* The IP address type.
|
25505
|
+
*/
|
25506
|
+
AddressType?: IpamPublicAddressType;
|
25507
|
+
/**
|
25508
|
+
* The Amazon Web Services service associated with the IP address.
|
25509
|
+
*/
|
25510
|
+
Service?: IpamPublicAddressAwsService;
|
25511
|
+
/**
|
25512
|
+
* The resource ARN or ID.
|
25513
|
+
*/
|
25514
|
+
ServiceResource?: String;
|
25515
|
+
/**
|
25516
|
+
* The ID of the VPC that the resource with the assigned IP address is in.
|
25517
|
+
*/
|
25518
|
+
VpcId?: String;
|
25519
|
+
/**
|
25520
|
+
* The ID of the subnet that the resource with the assigned IP address is in.
|
25521
|
+
*/
|
25522
|
+
SubnetId?: String;
|
25523
|
+
/**
|
25524
|
+
* The ID of the public IPv4 pool that the resource with the assigned IP address is from.
|
25525
|
+
*/
|
25526
|
+
PublicIpv4PoolId?: String;
|
25527
|
+
/**
|
25528
|
+
* The network interface ID of the resource with the assigned IP address.
|
25529
|
+
*/
|
25530
|
+
NetworkInterfaceId?: String;
|
25531
|
+
/**
|
25532
|
+
* The description of the network interface that IP address is assigned to.
|
25533
|
+
*/
|
25534
|
+
NetworkInterfaceDescription?: String;
|
25535
|
+
/**
|
25536
|
+
* The instance ID of the instance the assigned IP address is assigned to.
|
25537
|
+
*/
|
25538
|
+
InstanceId?: String;
|
25539
|
+
/**
|
25540
|
+
* Tags associated with the IP address.
|
25541
|
+
*/
|
25542
|
+
Tags?: IpamPublicAddressTags;
|
25543
|
+
/**
|
25544
|
+
* The network border group that the resource that the IP address is assigned to is in.
|
25545
|
+
*/
|
25546
|
+
NetworkBorderGroup?: String;
|
25547
|
+
/**
|
25548
|
+
* Security groups associated with the resource that the IP address is assigned to.
|
25549
|
+
*/
|
25550
|
+
SecurityGroups?: IpamPublicAddressSecurityGroupList;
|
25551
|
+
/**
|
25552
|
+
* The last successful resource discovery time.
|
25553
|
+
*/
|
25554
|
+
SampleTime?: MillisecondDateTime;
|
25555
|
+
}
|
25556
|
+
export type IpamDiscoveredPublicAddressSet = IpamDiscoveredPublicAddress[];
|
25123
25557
|
export interface IpamDiscoveredResourceCidr {
|
25124
25558
|
/**
|
25125
25559
|
* The resource discovery ID.
|
@@ -25232,7 +25666,7 @@ declare namespace EC2 {
|
|
25232
25666
|
*/
|
25233
25667
|
State?: IpamPoolState;
|
25234
25668
|
/**
|
25235
|
-
*
|
25669
|
+
* The state message.
|
25236
25670
|
*/
|
25237
25671
|
StateMessage?: String;
|
25238
25672
|
/**
|
@@ -25279,6 +25713,7 @@ declare namespace EC2 {
|
|
25279
25713
|
* The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is BYOIP. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.
|
25280
25714
|
*/
|
25281
25715
|
PublicIpSource?: IpamPoolPublicIpSource;
|
25716
|
+
SourceResource?: IpamPoolSourceResource;
|
25282
25717
|
}
|
25283
25718
|
export interface IpamPoolAllocation {
|
25284
25719
|
/**
|
@@ -25310,9 +25745,10 @@ declare namespace EC2 {
|
|
25310
25745
|
*/
|
25311
25746
|
ResourceOwner?: String;
|
25312
25747
|
}
|
25748
|
+
export type IpamPoolAllocationAllowedCidrs = String[];
|
25313
25749
|
export type IpamPoolAllocationDisallowedCidrs = String[];
|
25314
25750
|
export type IpamPoolAllocationId = string;
|
25315
|
-
export type IpamPoolAllocationResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|string;
|
25751
|
+
export type IpamPoolAllocationResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|"subnet"|string;
|
25316
25752
|
export type IpamPoolAllocationSet = IpamPoolAllocation[];
|
25317
25753
|
export type IpamPoolAwsService = "ec2"|string;
|
25318
25754
|
export interface IpamPoolCidr {
|
@@ -25354,7 +25790,75 @@ declare namespace EC2 {
|
|
25354
25790
|
export type IpamPoolId = string;
|
25355
25791
|
export type IpamPoolPublicIpSource = "amazon"|"byoip"|string;
|
25356
25792
|
export type IpamPoolSet = IpamPool[];
|
25793
|
+
export interface IpamPoolSourceResource {
|
25794
|
+
/**
|
25795
|
+
* The source resource ID.
|
25796
|
+
*/
|
25797
|
+
ResourceId?: String;
|
25798
|
+
/**
|
25799
|
+
* The source resource type.
|
25800
|
+
*/
|
25801
|
+
ResourceType?: IpamPoolSourceResourceType;
|
25802
|
+
/**
|
25803
|
+
* The source resource Region.
|
25804
|
+
*/
|
25805
|
+
ResourceRegion?: String;
|
25806
|
+
/**
|
25807
|
+
* The source resource owner.
|
25808
|
+
*/
|
25809
|
+
ResourceOwner?: String;
|
25810
|
+
}
|
25811
|
+
export interface IpamPoolSourceResourceRequest {
|
25812
|
+
/**
|
25813
|
+
* The source resource ID.
|
25814
|
+
*/
|
25815
|
+
ResourceId?: String;
|
25816
|
+
/**
|
25817
|
+
* The source resource type.
|
25818
|
+
*/
|
25819
|
+
ResourceType?: IpamPoolSourceResourceType;
|
25820
|
+
/**
|
25821
|
+
* The source resource Region.
|
25822
|
+
*/
|
25823
|
+
ResourceRegion?: String;
|
25824
|
+
/**
|
25825
|
+
* The source resource owner.
|
25826
|
+
*/
|
25827
|
+
ResourceOwner?: String;
|
25828
|
+
}
|
25829
|
+
export type IpamPoolSourceResourceType = "vpc"|string;
|
25357
25830
|
export type IpamPoolState = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress"|string;
|
25831
|
+
export type IpamPublicAddressAssociationStatus = "associated"|"disassociated"|string;
|
25832
|
+
export type IpamPublicAddressAwsService = "nat-gateway"|"database-migration-service"|"redshift"|"elastic-container-service"|"relational-database-service"|"site-to-site-vpn"|"load-balancer"|"global-accelerator"|"other"|string;
|
25833
|
+
export interface IpamPublicAddressSecurityGroup {
|
25834
|
+
/**
|
25835
|
+
* The security group's name.
|
25836
|
+
*/
|
25837
|
+
GroupName?: String;
|
25838
|
+
/**
|
25839
|
+
* The security group's ID.
|
25840
|
+
*/
|
25841
|
+
GroupId?: String;
|
25842
|
+
}
|
25843
|
+
export type IpamPublicAddressSecurityGroupList = IpamPublicAddressSecurityGroup[];
|
25844
|
+
export interface IpamPublicAddressTag {
|
25845
|
+
/**
|
25846
|
+
* The tag's key.
|
25847
|
+
*/
|
25848
|
+
Key?: String;
|
25849
|
+
/**
|
25850
|
+
* The tag's value.
|
25851
|
+
*/
|
25852
|
+
Value?: String;
|
25853
|
+
}
|
25854
|
+
export type IpamPublicAddressTagList = IpamPublicAddressTag[];
|
25855
|
+
export interface IpamPublicAddressTags {
|
25856
|
+
/**
|
25857
|
+
* Tags for an Elastic IP address.
|
25858
|
+
*/
|
25859
|
+
EipTags?: IpamPublicAddressTagList;
|
25860
|
+
}
|
25861
|
+
export type IpamPublicAddressType = "service-managed-ip"|"service-managed-byoip"|"amazon-owned-eip"|"byoip"|"ec2-public-ip"|string;
|
25358
25862
|
export interface IpamResourceCidr {
|
25359
25863
|
/**
|
25360
25864
|
* The IPAM ID for an IPAM resource.
|
@@ -25519,7 +26023,7 @@ declare namespace EC2 {
|
|
25519
26023
|
Value?: String;
|
25520
26024
|
}
|
25521
26025
|
export type IpamResourceTagList = IpamResourceTag[];
|
25522
|
-
export type IpamResourceType = "vpc"|"subnet"|"eip"|"public-ipv4-pool"|"ipv6-pool"|string;
|
26026
|
+
export type IpamResourceType = "vpc"|"subnet"|"eip"|"public-ipv4-pool"|"ipv6-pool"|"eni"|string;
|
25523
26027
|
export interface IpamScope {
|
25524
26028
|
/**
|
25525
26029
|
* The Amazon Web Services account ID of the owner of the scope.
|
@@ -25572,6 +26076,7 @@ declare namespace EC2 {
|
|
25572
26076
|
export type IpamScopeType = "public"|"private"|string;
|
25573
26077
|
export type IpamSet = Ipam[];
|
25574
26078
|
export type IpamState = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|"isolate-in-progress"|"isolate-complete"|"restore-in-progress"|string;
|
26079
|
+
export type IpamTier = "free"|"advanced"|string;
|
25575
26080
|
export type Ipv4PoolCoipId = string;
|
25576
26081
|
export type Ipv4PoolEc2Id = string;
|
25577
26082
|
export type Ipv4PrefixList = Ipv4PrefixSpecificationRequest[];
|
@@ -26294,6 +26799,10 @@ declare namespace EC2 {
|
|
26294
26799
|
* Contains the ENA Express settings for instances launched from your launch template.
|
26295
26800
|
*/
|
26296
26801
|
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
26802
|
+
/**
|
26803
|
+
* A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.
|
26804
|
+
*/
|
26805
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecification;
|
26297
26806
|
}
|
26298
26807
|
export type LaunchTemplateInstanceNetworkInterfaceSpecificationList = LaunchTemplateInstanceNetworkInterfaceSpecification[];
|
26299
26808
|
export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
@@ -26381,6 +26890,10 @@ declare namespace EC2 {
|
|
26381
26890
|
* Configure ENA Express settings for your launch template.
|
26382
26891
|
*/
|
26383
26892
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
26893
|
+
/**
|
26894
|
+
* A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.
|
26895
|
+
*/
|
26896
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
26384
26897
|
}
|
26385
26898
|
export type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
|
26386
26899
|
export interface LaunchTemplateLicenseConfiguration {
|
@@ -28016,6 +28529,10 @@ declare namespace EC2 {
|
|
28016
28529
|
* The operating Regions to remove.
|
28017
28530
|
*/
|
28018
28531
|
RemoveOperatingRegions?: RemoveIpamOperatingRegionSet;
|
28532
|
+
/**
|
28533
|
+
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
28534
|
+
*/
|
28535
|
+
Tier?: IpamTier;
|
28019
28536
|
}
|
28020
28537
|
export interface ModifyIpamResourceCidrRequest {
|
28021
28538
|
/**
|
@@ -28236,6 +28753,10 @@ declare namespace EC2 {
|
|
28236
28753
|
* If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.
|
28237
28754
|
*/
|
28238
28755
|
EnablePrimaryIpv6?: Boolean;
|
28756
|
+
/**
|
28757
|
+
* A connection tracking specification.
|
28758
|
+
*/
|
28759
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
28239
28760
|
}
|
28240
28761
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
28241
28762
|
/**
|
@@ -28914,6 +29435,12 @@ declare namespace EC2 {
|
|
28914
29435
|
*/
|
28915
29436
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
28916
29437
|
}
|
29438
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
29439
|
+
/**
|
29440
|
+
* The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
|
29441
|
+
*/
|
29442
|
+
PublicSigningKeyUrl?: String;
|
29443
|
+
}
|
28917
29444
|
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
28918
29445
|
/**
|
28919
29446
|
* The OIDC issuer.
|
@@ -28953,6 +29480,10 @@ declare namespace EC2 {
|
|
28953
29480
|
* The options for an OpenID Connect-compatible user-identity trust provider.
|
28954
29481
|
*/
|
28955
29482
|
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
29483
|
+
/**
|
29484
|
+
* The options for a device-based trust provider. This parameter is required when the provider type is device.
|
29485
|
+
*/
|
29486
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions;
|
28956
29487
|
/**
|
28957
29488
|
* A description for the Verified Access trust provider.
|
28958
29489
|
*/
|
@@ -30056,6 +30587,10 @@ declare namespace EC2 {
|
|
30056
30587
|
* The Availability Zone.
|
30057
30588
|
*/
|
30058
30589
|
AvailabilityZone?: String;
|
30590
|
+
/**
|
30591
|
+
* A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon Elastic Compute Cloud User Guide.
|
30592
|
+
*/
|
30593
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration;
|
30059
30594
|
/**
|
30060
30595
|
* A description.
|
30061
30596
|
*/
|
@@ -31185,6 +31720,30 @@ declare namespace EC2 {
|
|
31185
31720
|
*/
|
31186
31721
|
ByoipCidr?: ByoipCidr;
|
31187
31722
|
}
|
31723
|
+
export interface ProvisionIpamByoasnRequest {
|
31724
|
+
/**
|
31725
|
+
* 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.
|
31726
|
+
*/
|
31727
|
+
DryRun?: Boolean;
|
31728
|
+
/**
|
31729
|
+
* An IPAM ID.
|
31730
|
+
*/
|
31731
|
+
IpamId: IpamId;
|
31732
|
+
/**
|
31733
|
+
* A public 2-byte or 4-byte ASN.
|
31734
|
+
*/
|
31735
|
+
Asn: String;
|
31736
|
+
/**
|
31737
|
+
* An ASN authorization context.
|
31738
|
+
*/
|
31739
|
+
AsnAuthorizationContext: AsnAuthorizationContext;
|
31740
|
+
}
|
31741
|
+
export interface ProvisionIpamByoasnResult {
|
31742
|
+
/**
|
31743
|
+
* An ASN and BYOIP CIDR association.
|
31744
|
+
*/
|
31745
|
+
Byoasn?: Byoasn;
|
31746
|
+
}
|
31188
31747
|
export interface ProvisionIpamPoolCidrRequest {
|
31189
31748
|
/**
|
31190
31749
|
* A check for 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.
|