aws-sdk 2.1004.0 → 2.1008.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +62 -56
- package/apis/ec2-2016-11-15.min.json +813 -781
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/robomaker-2018-06-29.min.json +213 -200
- package/apis/sagemaker-2017-07-24.min.json +1 -2
- package/apis/storagegateway-2013-06-30.min.json +53 -9
- package/apis/workmail-2017-10-01.min.json +156 -27
- package/apis/workmail-2017-10-01.paginators.json +5 -0
- package/clients/autoscaling.d.ts +12 -8
- package/clients/configservice.d.ts +1 -1
- package/clients/ec2.d.ts +128 -86
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +18 -1
- package/clients/frauddetector.d.ts +434 -26
- package/clients/kinesisanalyticsv2.d.ts +30 -30
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/robomaker.d.ts +54 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/storagegateway.d.ts +85 -33
- package/clients/workmail.d.ts +171 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +963 -875
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ec2.d.ts
CHANGED
|
@@ -477,11 +477,11 @@ declare class EC2 extends Service {
|
|
|
477
477
|
*/
|
|
478
478
|
createFlowLogs(callback?: (err: AWSError, data: EC2.Types.CreateFlowLogsResult) => void): Request<EC2.Types.CreateFlowLogsResult, AWSError>;
|
|
479
479
|
/**
|
|
480
|
-
* Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the
|
|
480
|
+
* Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.
|
|
481
481
|
*/
|
|
482
482
|
createFpgaImage(params: EC2.Types.CreateFpgaImageRequest, callback?: (err: AWSError, data: EC2.Types.CreateFpgaImageResult) => void): Request<EC2.Types.CreateFpgaImageResult, AWSError>;
|
|
483
483
|
/**
|
|
484
|
-
* Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the
|
|
484
|
+
* Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.
|
|
485
485
|
*/
|
|
486
486
|
createFpgaImage(callback?: (err: AWSError, data: EC2.Types.CreateFpgaImageResult) => void): Request<EC2.Types.CreateFpgaImageResult, AWSError>;
|
|
487
487
|
/**
|
|
@@ -525,11 +525,11 @@ declare class EC2 extends Service {
|
|
|
525
525
|
*/
|
|
526
526
|
createKeyPair(callback?: (err: AWSError, data: EC2.Types.KeyPair) => void): Request<EC2.Types.KeyPair, AWSError>;
|
|
527
527
|
/**
|
|
528
|
-
* Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launching an instance from a launch
|
|
528
|
+
* Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launching an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.
|
|
529
529
|
*/
|
|
530
530
|
createLaunchTemplate(params: EC2.Types.CreateLaunchTemplateRequest, callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateResult) => void): Request<EC2.Types.CreateLaunchTemplateResult, AWSError>;
|
|
531
531
|
/**
|
|
532
|
-
* Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launching an instance from a launch
|
|
532
|
+
* Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launching an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.
|
|
533
533
|
*/
|
|
534
534
|
createLaunchTemplate(callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateResult) => void): Request<EC2.Types.CreateLaunchTemplateResult, AWSError>;
|
|
535
535
|
/**
|
|
@@ -733,11 +733,11 @@ declare class EC2 extends Service {
|
|
|
733
733
|
*/
|
|
734
734
|
createTrafficMirrorFilter(callback?: (err: AWSError, data: EC2.Types.CreateTrafficMirrorFilterResult) => void): Request<EC2.Types.CreateTrafficMirrorFilterResult, AWSError>;
|
|
735
735
|
/**
|
|
736
|
-
* Creates a Traffic Mirror filter rule.
|
|
736
|
+
* Creates a Traffic Mirror filter rule. A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror. You need the Traffic Mirror filter ID when you create the rule.
|
|
737
737
|
*/
|
|
738
738
|
createTrafficMirrorFilterRule(params: EC2.Types.CreateTrafficMirrorFilterRuleRequest, callback?: (err: AWSError, data: EC2.Types.CreateTrafficMirrorFilterRuleResult) => void): Request<EC2.Types.CreateTrafficMirrorFilterRuleResult, AWSError>;
|
|
739
739
|
/**
|
|
740
|
-
* Creates a Traffic Mirror filter rule.
|
|
740
|
+
* Creates a Traffic Mirror filter rule. A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror. You need the Traffic Mirror filter ID when you create the rule.
|
|
741
741
|
*/
|
|
742
742
|
createTrafficMirrorFilterRule(callback?: (err: AWSError, data: EC2.Types.CreateTrafficMirrorFilterRuleResult) => void): Request<EC2.Types.CreateTrafficMirrorFilterRuleResult, AWSError>;
|
|
743
743
|
/**
|
|
@@ -845,11 +845,11 @@ declare class EC2 extends Service {
|
|
|
845
845
|
*/
|
|
846
846
|
createVpc(callback?: (err: AWSError, data: EC2.Types.CreateVpcResult) => void): Request<EC2.Types.CreateVpcResult, AWSError>;
|
|
847
847
|
/**
|
|
848
|
-
* Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by
|
|
848
|
+
* Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide. A gateway endpoint serves as a target for a route in your route table for traffic destined for the Amazon Web Service. You can specify an endpoint policy to attach to the endpoint, which will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. An interface endpoint is a network interface in your subnet that serves as an endpoint for communicating with the specified service. You can specify the subnets in which to create an endpoint, and the security groups to associate with the endpoint network interface. A GatewayLoadBalancer endpoint is a network interface in your subnet that serves an endpoint for communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service. Use DescribeVpcEndpointServices to get a list of supported services.
|
|
849
849
|
*/
|
|
850
850
|
createVpcEndpoint(params: EC2.Types.CreateVpcEndpointRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointResult) => void): Request<EC2.Types.CreateVpcEndpointResult, AWSError>;
|
|
851
851
|
/**
|
|
852
|
-
* Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by
|
|
852
|
+
* Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide. A gateway endpoint serves as a target for a route in your route table for traffic destined for the Amazon Web Service. You can specify an endpoint policy to attach to the endpoint, which will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. An interface endpoint is a network interface in your subnet that serves as an endpoint for communicating with the specified service. You can specify the subnets in which to create an endpoint, and the security groups to associate with the endpoint network interface. A GatewayLoadBalancer endpoint is a network interface in your subnet that serves an endpoint for communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service. Use DescribeVpcEndpointServices to get a list of supported services.
|
|
853
853
|
*/
|
|
854
854
|
createVpcEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointResult) => void): Request<EC2.Types.CreateVpcEndpointResult, AWSError>;
|
|
855
855
|
/**
|
|
@@ -861,11 +861,11 @@ declare class EC2 extends Service {
|
|
|
861
861
|
*/
|
|
862
862
|
createVpcEndpointConnectionNotification(callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointConnectionNotificationResult) => void): Request<EC2.Types.CreateVpcEndpointConnectionNotificationResult, AWSError>;
|
|
863
863
|
/**
|
|
864
|
-
* Creates a VPC endpoint service configuration to which service consumers (
|
|
864
|
+
* Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users, and IAM roles) can connect. To create an endpoint service configuration, you must first create one of the following for your service: A Network Load Balancer. Service consumers connect to your service using an interface endpoint. A Gateway Load Balancer. Service consumers connect to your service using a Gateway Load Balancer endpoint. For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide. If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
|
|
865
865
|
*/
|
|
866
866
|
createVpcEndpointServiceConfiguration(params: EC2.Types.CreateVpcEndpointServiceConfigurationRequest, callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointServiceConfigurationResult) => void): Request<EC2.Types.CreateVpcEndpointServiceConfigurationResult, AWSError>;
|
|
867
867
|
/**
|
|
868
|
-
* Creates a VPC endpoint service configuration to which service consumers (
|
|
868
|
+
* Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users, and IAM roles) can connect. To create an endpoint service configuration, you must first create one of the following for your service: A Network Load Balancer. Service consumers connect to your service using an interface endpoint. A Gateway Load Balancer. Service consumers connect to your service using a Gateway Load Balancer endpoint. For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide. If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
|
|
869
869
|
*/
|
|
870
870
|
createVpcEndpointServiceConfiguration(callback?: (err: AWSError, data: EC2.Types.CreateVpcEndpointServiceConfigurationResult) => void): Request<EC2.Types.CreateVpcEndpointServiceConfigurationResult, AWSError>;
|
|
871
871
|
/**
|
|
@@ -1421,11 +1421,11 @@ declare class EC2 extends Service {
|
|
|
1421
1421
|
*/
|
|
1422
1422
|
describeAggregateIdFormat(callback?: (err: AWSError, data: EC2.Types.DescribeAggregateIdFormatResult) => void): Request<EC2.Types.DescribeAggregateIdFormatResult, AWSError>;
|
|
1423
1423
|
/**
|
|
1424
|
-
* Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone. For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions
|
|
1424
|
+
* Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone. For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.
|
|
1425
1425
|
*/
|
|
1426
1426
|
describeAvailabilityZones(params: EC2.Types.DescribeAvailabilityZonesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeAvailabilityZonesResult) => void): Request<EC2.Types.DescribeAvailabilityZonesResult, AWSError>;
|
|
1427
1427
|
/**
|
|
1428
|
-
* Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone. For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions
|
|
1428
|
+
* Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone. For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.
|
|
1429
1429
|
*/
|
|
1430
1430
|
describeAvailabilityZones(callback?: (err: AWSError, data: EC2.Types.DescribeAvailabilityZonesResult) => void): Request<EC2.Types.DescribeAvailabilityZonesResult, AWSError>;
|
|
1431
1431
|
/**
|
|
@@ -1589,11 +1589,11 @@ declare class EC2 extends Service {
|
|
|
1589
1589
|
*/
|
|
1590
1590
|
describeFastSnapshotRestores(callback?: (err: AWSError, data: EC2.Types.DescribeFastSnapshotRestoresResult) => void): Request<EC2.Types.DescribeFastSnapshotRestoresResult, AWSError>;
|
|
1591
1591
|
/**
|
|
1592
|
-
* Describes the events for the specified EC2 Fleet during the specified time. EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours. For more information, see
|
|
1592
|
+
* Describes the events for the specified EC2 Fleet during the specified time. EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.
|
|
1593
1593
|
*/
|
|
1594
1594
|
describeFleetHistory(params: EC2.Types.DescribeFleetHistoryRequest, callback?: (err: AWSError, data: EC2.Types.DescribeFleetHistoryResult) => void): Request<EC2.Types.DescribeFleetHistoryResult, AWSError>;
|
|
1595
1595
|
/**
|
|
1596
|
-
* Describes the events for the specified EC2 Fleet during the specified time. EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours. For more information, see
|
|
1596
|
+
* Describes the events for the specified EC2 Fleet during the specified time. EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.
|
|
1597
1597
|
*/
|
|
1598
1598
|
describeFleetHistory(callback?: (err: AWSError, data: EC2.Types.DescribeFleetHistoryResult) => void): Request<EC2.Types.DescribeFleetHistoryResult, AWSError>;
|
|
1599
1599
|
/**
|
|
@@ -1629,11 +1629,11 @@ declare class EC2 extends Service {
|
|
|
1629
1629
|
*/
|
|
1630
1630
|
describeFpgaImageAttribute(callback?: (err: AWSError, data: EC2.Types.DescribeFpgaImageAttributeResult) => void): Request<EC2.Types.DescribeFpgaImageAttributeResult, AWSError>;
|
|
1631
1631
|
/**
|
|
1632
|
-
* Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other
|
|
1632
|
+
* Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.
|
|
1633
1633
|
*/
|
|
1634
1634
|
describeFpgaImages(params: EC2.Types.DescribeFpgaImagesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeFpgaImagesResult) => void): Request<EC2.Types.DescribeFpgaImagesResult, AWSError>;
|
|
1635
1635
|
/**
|
|
1636
|
-
* Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other
|
|
1636
|
+
* Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.
|
|
1637
1637
|
*/
|
|
1638
1638
|
describeFpgaImages(callback?: (err: AWSError, data: EC2.Types.DescribeFpgaImagesResult) => void): Request<EC2.Types.DescribeFpgaImagesResult, AWSError>;
|
|
1639
1639
|
/**
|
|
@@ -1669,11 +1669,11 @@ declare class EC2 extends Service {
|
|
|
1669
1669
|
*/
|
|
1670
1670
|
describeIamInstanceProfileAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeIamInstanceProfileAssociationsResult) => void): Request<EC2.Types.DescribeIamInstanceProfileAssociationsResult, AWSError>;
|
|
1671
1671
|
/**
|
|
1672
|
-
* Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the IAM user who makes the request; they do not apply to the entire
|
|
1672
|
+
* Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.
|
|
1673
1673
|
*/
|
|
1674
1674
|
describeIdFormat(params: EC2.Types.DescribeIdFormatRequest, callback?: (err: AWSError, data: EC2.Types.DescribeIdFormatResult) => void): Request<EC2.Types.DescribeIdFormatResult, AWSError>;
|
|
1675
1675
|
/**
|
|
1676
|
-
* Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the IAM user who makes the request; they do not apply to the entire
|
|
1676
|
+
* Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.
|
|
1677
1677
|
*/
|
|
1678
1678
|
describeIdFormat(callback?: (err: AWSError, data: EC2.Types.DescribeIdFormatResult) => void): Request<EC2.Types.DescribeIdFormatResult, AWSError>;
|
|
1679
1679
|
/**
|
|
@@ -1973,11 +1973,11 @@ declare class EC2 extends Service {
|
|
|
1973
1973
|
*/
|
|
1974
1974
|
describePublicIpv4Pools(callback?: (err: AWSError, data: EC2.Types.DescribePublicIpv4PoolsResult) => void): Request<EC2.Types.DescribePublicIpv4PoolsResult, AWSError>;
|
|
1975
1975
|
/**
|
|
1976
|
-
* Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see
|
|
1976
|
+
* Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas. For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.
|
|
1977
1977
|
*/
|
|
1978
1978
|
describeRegions(params: EC2.Types.DescribeRegionsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeRegionsResult) => void): Request<EC2.Types.DescribeRegionsResult, AWSError>;
|
|
1979
1979
|
/**
|
|
1980
|
-
* Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see
|
|
1980
|
+
* Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas. For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.
|
|
1981
1981
|
*/
|
|
1982
1982
|
describeRegions(callback?: (err: AWSError, data: EC2.Types.DescribeRegionsResult) => void): Request<EC2.Types.DescribeRegionsResult, AWSError>;
|
|
1983
1983
|
/**
|
|
@@ -2101,11 +2101,11 @@ declare class EC2 extends Service {
|
|
|
2101
2101
|
*/
|
|
2102
2102
|
describeSpotFleetInstances(callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetInstancesResponse) => void): Request<EC2.Types.DescribeSpotFleetInstancesResponse, AWSError>;
|
|
2103
2103
|
/**
|
|
2104
|
-
* Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.
|
|
2104
|
+
* Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide for Linux Instances.
|
|
2105
2105
|
*/
|
|
2106
2106
|
describeSpotFleetRequestHistory(params: EC2.Types.DescribeSpotFleetRequestHistoryRequest, callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetRequestHistoryResponse) => void): Request<EC2.Types.DescribeSpotFleetRequestHistoryResponse, AWSError>;
|
|
2107
2107
|
/**
|
|
2108
|
-
* Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.
|
|
2108
|
+
* Describes the events for the specified Spot Fleet request during the specified time. Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide for Linux Instances.
|
|
2109
2109
|
*/
|
|
2110
2110
|
describeSpotFleetRequestHistory(callback?: (err: AWSError, data: EC2.Types.DescribeSpotFleetRequestHistoryResponse) => void): Request<EC2.Types.DescribeSpotFleetRequestHistoryResponse, AWSError>;
|
|
2111
2111
|
/**
|
|
@@ -2885,11 +2885,11 @@ declare class EC2 extends Service {
|
|
|
2885
2885
|
*/
|
|
2886
2886
|
getTransitGatewayRouteTablePropagations(callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayRouteTablePropagationsResult) => void): Request<EC2.Types.GetTransitGatewayRouteTablePropagationsResult, AWSError>;
|
|
2887
2887
|
/**
|
|
2888
|
-
* Download an
|
|
2888
|
+
* Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.
|
|
2889
2889
|
*/
|
|
2890
2890
|
getVpnConnectionDeviceSampleConfiguration(params: EC2.Types.GetVpnConnectionDeviceSampleConfigurationRequest, callback?: (err: AWSError, data: EC2.Types.GetVpnConnectionDeviceSampleConfigurationResult) => void): Request<EC2.Types.GetVpnConnectionDeviceSampleConfigurationResult, AWSError>;
|
|
2891
2891
|
/**
|
|
2892
|
-
* Download an
|
|
2892
|
+
* Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.
|
|
2893
2893
|
*/
|
|
2894
2894
|
getVpnConnectionDeviceSampleConfiguration(callback?: (err: AWSError, data: EC2.Types.GetVpnConnectionDeviceSampleConfigurationResult) => void): Request<EC2.Types.GetVpnConnectionDeviceSampleConfigurationResult, AWSError>;
|
|
2895
2895
|
/**
|
|
@@ -3029,11 +3029,11 @@ declare class EC2 extends Service {
|
|
|
3029
3029
|
*/
|
|
3030
3030
|
modifyHosts(callback?: (err: AWSError, data: EC2.Types.ModifyHostsResult) => void): Request<EC2.Types.ModifyHostsResult, AWSError>;
|
|
3031
3031
|
/**
|
|
3032
|
-
* Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. This setting applies to the IAM user who makes the request; it does not apply to the entire
|
|
3032
|
+
* Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide. Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.
|
|
3033
3033
|
*/
|
|
3034
3034
|
modifyIdFormat(params: EC2.Types.ModifyIdFormatRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
3035
3035
|
/**
|
|
3036
|
-
* Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. This setting applies to the IAM user who makes the request; it does not apply to the entire
|
|
3036
|
+
* Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway. This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide. Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.
|
|
3037
3037
|
*/
|
|
3038
3038
|
modifyIdFormat(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
3039
3039
|
/**
|
|
@@ -3173,11 +3173,11 @@ declare class EC2 extends Service {
|
|
|
3173
3173
|
*/
|
|
3174
3174
|
modifySubnetAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
3175
3175
|
/**
|
|
3176
|
-
* Allows or restricts mirroring network services. By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.
|
|
3176
|
+
* Allows or restricts mirroring network services. By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.
|
|
3177
3177
|
*/
|
|
3178
3178
|
modifyTrafficMirrorFilterNetworkServices(params: EC2.Types.ModifyTrafficMirrorFilterNetworkServicesRequest, callback?: (err: AWSError, data: EC2.Types.ModifyTrafficMirrorFilterNetworkServicesResult) => void): Request<EC2.Types.ModifyTrafficMirrorFilterNetworkServicesResult, AWSError>;
|
|
3179
3179
|
/**
|
|
3180
|
-
* Allows or restricts mirroring network services. By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.
|
|
3180
|
+
* Allows or restricts mirroring network services. By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.
|
|
3181
3181
|
*/
|
|
3182
3182
|
modifyTrafficMirrorFilterNetworkServices(callback?: (err: AWSError, data: EC2.Types.ModifyTrafficMirrorFilterNetworkServicesResult) => void): Request<EC2.Types.ModifyTrafficMirrorFilterNetworkServicesResult, AWSError>;
|
|
3183
3183
|
/**
|
|
@@ -3269,11 +3269,11 @@ declare class EC2 extends Service {
|
|
|
3269
3269
|
*/
|
|
3270
3270
|
modifyVpcEndpointServiceConfiguration(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServiceConfigurationResult) => void): Request<EC2.Types.ModifyVpcEndpointServiceConfigurationResult, AWSError>;
|
|
3271
3271
|
/**
|
|
3272
|
-
* Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and
|
|
3272
|
+
* Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and Amazon Web Services accounts) to connect to your endpoint service. If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.
|
|
3273
3273
|
*/
|
|
3274
3274
|
modifyVpcEndpointServicePermissions(params: EC2.Types.ModifyVpcEndpointServicePermissionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
|
|
3275
3275
|
/**
|
|
3276
|
-
* Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and
|
|
3276
|
+
* Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and Amazon Web Services accounts) to connect to your endpoint service. If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.
|
|
3277
3277
|
*/
|
|
3278
3278
|
modifyVpcEndpointServicePermissions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
|
|
3279
3279
|
/**
|
|
@@ -4240,7 +4240,7 @@ declare namespace EC2 {
|
|
|
4240
4240
|
*/
|
|
4241
4241
|
PublicIpv4Pool?: String;
|
|
4242
4242
|
/**
|
|
4243
|
-
* The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
4243
|
+
* The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
|
|
4244
4244
|
*/
|
|
4245
4245
|
NetworkBorderGroup?: String;
|
|
4246
4246
|
/**
|
|
@@ -4309,7 +4309,7 @@ declare namespace EC2 {
|
|
|
4309
4309
|
*/
|
|
4310
4310
|
PublicIpv4Pool?: Ipv4PoolEc2Id;
|
|
4311
4311
|
/**
|
|
4312
|
-
* A unique set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
4312
|
+
* A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups. Use DescribeAvailabilityZones to view the network border groups. You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.
|
|
4313
4313
|
*/
|
|
4314
4314
|
NetworkBorderGroup?: String;
|
|
4315
4315
|
/**
|
|
@@ -4339,7 +4339,7 @@ declare namespace EC2 {
|
|
|
4339
4339
|
*/
|
|
4340
4340
|
PublicIpv4Pool?: String;
|
|
4341
4341
|
/**
|
|
4342
|
-
* The set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
4342
|
+
* The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
|
|
4343
4343
|
*/
|
|
4344
4344
|
NetworkBorderGroup?: String;
|
|
4345
4345
|
/**
|
|
@@ -4608,7 +4608,7 @@ declare namespace EC2 {
|
|
|
4608
4608
|
*/
|
|
4609
4609
|
SecurityGroupIds?: ClientVpnSecurityGroupIdSet;
|
|
4610
4610
|
}
|
|
4611
|
-
export type ArchitectureType = "i386"|"x86_64"|"arm64"|string;
|
|
4611
|
+
export type ArchitectureType = "i386"|"x86_64"|"arm64"|"x86_64_mac"|string;
|
|
4612
4612
|
export type ArchitectureTypeList = ArchitectureType[];
|
|
4613
4613
|
export type ArchitectureValues = "i386"|"x86_64"|"arm64"|"x86_64_mac"|string;
|
|
4614
4614
|
export type ArnList = ResourceArn[];
|
|
@@ -6425,11 +6425,11 @@ declare namespace EC2 {
|
|
|
6425
6425
|
*/
|
|
6426
6426
|
AllocationId?: String;
|
|
6427
6427
|
/**
|
|
6428
|
-
* The
|
|
6428
|
+
* The Amazon Web Services account ID.
|
|
6429
6429
|
*/
|
|
6430
6430
|
AwsAccountId?: String;
|
|
6431
6431
|
/**
|
|
6432
|
-
* The
|
|
6432
|
+
* The Amazon Web Services service.
|
|
6433
6433
|
*/
|
|
6434
6434
|
AwsService?: String;
|
|
6435
6435
|
/**
|
|
@@ -6608,7 +6608,7 @@ declare namespace EC2 {
|
|
|
6608
6608
|
*/
|
|
6609
6609
|
SourceRegion: String;
|
|
6610
6610
|
/**
|
|
6611
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring
|
|
6611
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
|
|
6612
6612
|
*/
|
|
6613
6613
|
ClientToken?: String;
|
|
6614
6614
|
}
|
|
@@ -7281,15 +7281,15 @@ declare namespace EC2 {
|
|
|
7281
7281
|
*/
|
|
7282
7282
|
TrafficType: TrafficType;
|
|
7283
7283
|
/**
|
|
7284
|
-
*
|
|
7284
|
+
* The type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log data to Amazon S3, specify s3. If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName. Default: cloud-watch-logs
|
|
7285
7285
|
*/
|
|
7286
7286
|
LogDestinationType?: LogDestinationType;
|
|
7287
7287
|
/**
|
|
7288
|
-
*
|
|
7288
|
+
* The destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType. If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs. Alternatively, use LogGroupName instead. If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, to specify a subfolder named my-logs in a bucket named my-bucket, use the following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as a subfolder name. This is a reserved term.
|
|
7289
7289
|
*/
|
|
7290
7290
|
LogDestination?: String;
|
|
7291
7291
|
/**
|
|
7292
|
-
* The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the CLI,
|
|
7292
|
+
* The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.
|
|
7293
7293
|
*/
|
|
7294
7294
|
LogFormat?: String;
|
|
7295
7295
|
/**
|
|
@@ -7300,6 +7300,10 @@ declare namespace EC2 {
|
|
|
7300
7300
|
* The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes). When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify. Default: 600
|
|
7301
7301
|
*/
|
|
7302
7302
|
MaxAggregationInterval?: Integer;
|
|
7303
|
+
/**
|
|
7304
|
+
* The destination options.
|
|
7305
|
+
*/
|
|
7306
|
+
DestinationOptions?: DestinationOptionsRequest;
|
|
7303
7307
|
}
|
|
7304
7308
|
export interface CreateFlowLogsResult {
|
|
7305
7309
|
/**
|
|
@@ -8310,7 +8314,7 @@ declare namespace EC2 {
|
|
|
8310
8314
|
*/
|
|
8311
8315
|
DryRun?: Boolean;
|
|
8312
8316
|
/**
|
|
8313
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8317
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8314
8318
|
*/
|
|
8315
8319
|
ClientToken?: String;
|
|
8316
8320
|
}
|
|
@@ -8320,7 +8324,7 @@ declare namespace EC2 {
|
|
|
8320
8324
|
*/
|
|
8321
8325
|
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
8322
8326
|
/**
|
|
8323
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8327
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8324
8328
|
*/
|
|
8325
8329
|
ClientToken?: String;
|
|
8326
8330
|
}
|
|
@@ -8330,7 +8334,7 @@ declare namespace EC2 {
|
|
|
8330
8334
|
*/
|
|
8331
8335
|
TrafficMirrorFilterId: TrafficMirrorFilterId;
|
|
8332
8336
|
/**
|
|
8333
|
-
* The type of traffic
|
|
8337
|
+
* The type of traffic.
|
|
8334
8338
|
*/
|
|
8335
8339
|
TrafficDirection: TrafficDirection;
|
|
8336
8340
|
/**
|
|
@@ -8338,7 +8342,7 @@ declare namespace EC2 {
|
|
|
8338
8342
|
*/
|
|
8339
8343
|
RuleNumber: Integer;
|
|
8340
8344
|
/**
|
|
8341
|
-
* The action to take
|
|
8345
|
+
* The action to take on the filtered traffic.
|
|
8342
8346
|
*/
|
|
8343
8347
|
RuleAction: TrafficMirrorRuleAction;
|
|
8344
8348
|
/**
|
|
@@ -8370,7 +8374,7 @@ declare namespace EC2 {
|
|
|
8370
8374
|
*/
|
|
8371
8375
|
DryRun?: Boolean;
|
|
8372
8376
|
/**
|
|
8373
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8377
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8374
8378
|
*/
|
|
8375
8379
|
ClientToken?: String;
|
|
8376
8380
|
}
|
|
@@ -8380,7 +8384,7 @@ declare namespace EC2 {
|
|
|
8380
8384
|
*/
|
|
8381
8385
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
8382
8386
|
/**
|
|
8383
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8387
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8384
8388
|
*/
|
|
8385
8389
|
ClientToken?: String;
|
|
8386
8390
|
}
|
|
@@ -8422,7 +8426,7 @@ declare namespace EC2 {
|
|
|
8422
8426
|
*/
|
|
8423
8427
|
DryRun?: Boolean;
|
|
8424
8428
|
/**
|
|
8425
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8429
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8426
8430
|
*/
|
|
8427
8431
|
ClientToken?: String;
|
|
8428
8432
|
}
|
|
@@ -8432,7 +8436,7 @@ declare namespace EC2 {
|
|
|
8432
8436
|
*/
|
|
8433
8437
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
8434
8438
|
/**
|
|
8435
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8439
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8436
8440
|
*/
|
|
8437
8441
|
ClientToken?: String;
|
|
8438
8442
|
}
|
|
@@ -8458,7 +8462,7 @@ declare namespace EC2 {
|
|
|
8458
8462
|
*/
|
|
8459
8463
|
DryRun?: Boolean;
|
|
8460
8464
|
/**
|
|
8461
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8465
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8462
8466
|
*/
|
|
8463
8467
|
ClientToken?: String;
|
|
8464
8468
|
}
|
|
@@ -8468,7 +8472,7 @@ declare namespace EC2 {
|
|
|
8468
8472
|
*/
|
|
8469
8473
|
TrafficMirrorTarget?: TrafficMirrorTarget;
|
|
8470
8474
|
/**
|
|
8471
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8475
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8472
8476
|
*/
|
|
8473
8477
|
ClientToken?: String;
|
|
8474
8478
|
}
|
|
@@ -8851,7 +8855,7 @@ declare namespace EC2 {
|
|
|
8851
8855
|
*/
|
|
8852
8856
|
ConnectionEvents: ValueStringList;
|
|
8853
8857
|
/**
|
|
8854
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8858
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8855
8859
|
*/
|
|
8856
8860
|
ClientToken?: String;
|
|
8857
8861
|
}
|
|
@@ -8899,7 +8903,7 @@ declare namespace EC2 {
|
|
|
8899
8903
|
*/
|
|
8900
8904
|
SecurityGroupIds?: VpcEndpointSecurityGroupIdList;
|
|
8901
8905
|
/**
|
|
8902
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8906
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8903
8907
|
*/
|
|
8904
8908
|
ClientToken?: String;
|
|
8905
8909
|
/**
|
|
@@ -8943,7 +8947,7 @@ declare namespace EC2 {
|
|
|
8943
8947
|
*/
|
|
8944
8948
|
GatewayLoadBalancerArns?: ValueStringList;
|
|
8945
8949
|
/**
|
|
8946
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8950
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8947
8951
|
*/
|
|
8948
8952
|
ClientToken?: String;
|
|
8949
8953
|
/**
|
|
@@ -11192,11 +11196,11 @@ declare namespace EC2 {
|
|
|
11192
11196
|
*/
|
|
11193
11197
|
FpgaImageIds?: FpgaImageIdList;
|
|
11194
11198
|
/**
|
|
11195
|
-
* Filters the AFI by owner. Specify an
|
|
11199
|
+
* Filters the AFI by owner. Specify an Amazon Web Services account ID, self (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon | aws-marketplace).
|
|
11196
11200
|
*/
|
|
11197
11201
|
Owners?: OwnerStringList;
|
|
11198
11202
|
/**
|
|
11199
|
-
* The filters. create-time - The creation time of the AFI. fpga-image-id - The FPGA image identifier (AFI ID). fpga-image-global-id - The global FPGA image identifier (AGFI ID). name - The name of the AFI. owner-id - The
|
|
11203
|
+
* The filters. create-time - The creation time of the AFI. fpga-image-id - The FPGA image identifier (AFI ID). fpga-image-global-id - The global FPGA image identifier (AGFI ID). name - The name of the AFI. owner-id - The Amazon Web Services account ID of the AFI owner. product-code - The product code. shell-version - The version of the Amazon Web Services Shell that was used to create the bitstream. state - The state of the AFI (pending | failed | available | unavailable). tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. update-time - The time of the most recent update.
|
|
11200
11204
|
*/
|
|
11201
11205
|
Filters?: FilterList;
|
|
11202
11206
|
/**
|
|
@@ -11647,7 +11651,7 @@ declare namespace EC2 {
|
|
|
11647
11651
|
*/
|
|
11648
11652
|
InstanceTypes?: RequestInstanceTypeList;
|
|
11649
11653
|
/**
|
|
11650
|
-
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether auto recovery is supported (true | false). bare-metal - Indicates whether it is a bare metal instance type (true | false). burstable-performance-supported - Indicates whether it is a burstable performance instance type (true | false). current-generation - Indicates whether this instance type is the latest generation instance type of an instance family (true | false). ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized (supported | unsupported | default). ebs-info.encryption-support - Indicates whether EBS encryption is supported (supported | unsupported). ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (required | supported | unsupported). free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier (true | false). hibernation-supported - Indicates whether On-Demand hibernation is supported (true | false). hypervisor - The hypervisor (nitro | xen). instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks (hdd | ssd). instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store (required | supported
|
|
11654
|
+
* One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether auto recovery is supported (true | false). bare-metal - Indicates whether it is a bare metal instance type (true | false). burstable-performance-supported - Indicates whether it is a burstable performance instance type (true | false). current-generation - Indicates whether this instance type is the latest generation instance type of an instance family (true | false). ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MB/s. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized (supported | unsupported | default). ebs-info.encryption-support - Indicates whether EBS encryption is supported (supported | unsupported). ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (required | supported | unsupported). free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier (true | false). hibernation-supported - Indicates whether On-Demand hibernation is supported (true | false). hypervisor - The hypervisor (nitro | xen). instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks (hdd | ssd). instance-storage-info.encryption-supported - Indicates whether data is encrypted at rest (required | unsupported). instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store (required | supported | unsupported). instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB. instance-storage-supported - Indicates whether the instance type has local instance storage (true | false). instance-type - The instance type (for example c5.2xlarge or c5*). memory-info.size-in-mib - The memory size. network-info.efa-info.maximum-efa-interfaces - The maximum number of Elastic Fabric Adapters (EFAs) per instance. network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (true | false). network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required (required | supported | unsupported). network-info.encryption-in-transit-supported - Indicates whether the instance type automatically encrypts in-transit traffic between instances (true | false). network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface. network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface. network-info.ipv6-supported - Indicates whether the instance type supports IPv6 (true | false). network-info.maximum-network-interfaces - The maximum number of network interfaces per instance. network-info.network-performance - The network performance (for example, "25 Gigabit"). processor-info.supported-architecture - The CPU architecture (arm64 | i386 | x86_64). processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz. supported-boot-mode - The boot mode (legacy-bios | uefi). supported-root-device-type - The root device type (ebs | instance-store). supported-usage-class - The usage class (on-demand | spot). supported-virtualization-type - The virtualization type (hvm | paravirtual). vcpu-info.default-cores - The default number of cores for the instance type. vcpu-info.default-threads-per-core - The default number of threads per core for the instance type. vcpu-info.default-vcpus - The default number of vCPUs for the instance type. vcpu-info.valid-cores - The number of cores that can be configured for the instance type. vcpu-info.valid-threads-per-core - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".
|
|
11651
11655
|
*/
|
|
11652
11656
|
Filters?: FilterList;
|
|
11653
11657
|
/**
|
|
@@ -13901,7 +13905,7 @@ declare namespace EC2 {
|
|
|
13901
13905
|
*/
|
|
13902
13906
|
DryRun?: Boolean;
|
|
13903
13907
|
/**
|
|
13904
|
-
* One or more filters. service-id - The ID of the service. vpc-endpoint-owner - The
|
|
13908
|
+
* One or more filters. service-id - The ID of the service. vpc-endpoint-owner - The ID of the Amazon Web Services account ID that owns the endpoint. vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending | available | deleting | deleted | rejected | failed). vpc-endpoint-id - The ID of the endpoint.
|
|
13905
13909
|
*/
|
|
13906
13910
|
Filters?: FilterList;
|
|
13907
13911
|
/**
|
|
@@ -14161,6 +14165,35 @@ declare namespace EC2 {
|
|
|
14161
14165
|
*/
|
|
14162
14166
|
VpnGateways?: VpnGatewayList;
|
|
14163
14167
|
}
|
|
14168
|
+
export type DestinationFileFormat = "plain-text"|"parquet"|string;
|
|
14169
|
+
export interface DestinationOptionsRequest {
|
|
14170
|
+
/**
|
|
14171
|
+
* The format for the flow log. The default is plain-text.
|
|
14172
|
+
*/
|
|
14173
|
+
FileFormat?: DestinationFileFormat;
|
|
14174
|
+
/**
|
|
14175
|
+
* Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.
|
|
14176
|
+
*/
|
|
14177
|
+
HiveCompatiblePartitions?: Boolean;
|
|
14178
|
+
/**
|
|
14179
|
+
* Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.
|
|
14180
|
+
*/
|
|
14181
|
+
PerHourPartition?: Boolean;
|
|
14182
|
+
}
|
|
14183
|
+
export interface DestinationOptionsResponse {
|
|
14184
|
+
/**
|
|
14185
|
+
* The format for the flow log.
|
|
14186
|
+
*/
|
|
14187
|
+
FileFormat?: DestinationFileFormat;
|
|
14188
|
+
/**
|
|
14189
|
+
* Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
|
|
14190
|
+
*/
|
|
14191
|
+
HiveCompatiblePartitions?: Boolean;
|
|
14192
|
+
/**
|
|
14193
|
+
* Indicates whether to partition the flow log per hour.
|
|
14194
|
+
*/
|
|
14195
|
+
PerHourPartition?: Boolean;
|
|
14196
|
+
}
|
|
14164
14197
|
export interface DetachClassicLinkVpcRequest {
|
|
14165
14198
|
/**
|
|
14166
14199
|
* 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.
|
|
@@ -15290,7 +15323,7 @@ declare namespace EC2 {
|
|
|
15290
15323
|
*/
|
|
15291
15324
|
EventDescription?: String;
|
|
15292
15325
|
/**
|
|
15293
|
-
* The event.
|
|
15326
|
+
* The event. error events: iamFleetRoleInvalid - The EC2 Fleet or Spot Fleet does not have the required permissions either to launch or terminate an instance. allLaunchSpecsTemporarilyBlacklisted - None of the configurations are valid, and several attempts to launch instances have failed. For more information, see the description of the event. spotInstanceCountLimitExceeded - You've reached the limit on the number of Spot Instances that you can launch. spotFleetRequestConfigurationInvalid - The configuration is not valid. For more information, see the description of the event. fleetRequestChange events: active - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is attempting to maintain the target number of running instances. cancelled - The EC2 Fleet or Spot Fleet request is canceled and has no running instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are terminated. cancelled_running - The EC2 Fleet or Spot Fleet request is canceled and does not launch additional instances. Its existing instances continue to run until they are interrupted or terminated. The request remains in this state until all instances are interrupted or terminated. cancelled_terminating - The EC2 Fleet or Spot Fleet request is canceled and its instances are terminating. The request remains in this state until all instances are terminated. expired - The EC2 Fleet or Spot Fleet request has expired. If the request was created with TerminateInstancesWithExpiration set, a subsequent terminated event indicates that the instances are terminated. modify_in_progress - The EC2 Fleet or Spot Fleet request is being modified. The request remains in this state until the modification is fully processed. modify_succeeded - The EC2 Fleet or Spot Fleet request was modified. submitted - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of instances. progress - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled. instanceChange events: launched - A new instance was launched. terminated - An instance was terminated by the user. termination_notified - An instance termination notification was sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target capacity of the fleet was modified down, for example, from a target capacity of 4 to a target capacity of 3. Information events: fleetProgressHalted - The price in every launch specification is not valid because it is below the Spot price (all the launch specifications have produced launchSpecUnusable events). A launch specification might become valid if the Spot price changes. launchSpecTemporarilyBlacklisted - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event. launchSpecUnusable - The price in a launch specification is not valid because it is below the Spot price. registerWithLoadBalancersFailed - An attempt to register instances with load balancers failed. For more information, see the description of the event.
|
|
15294
15327
|
*/
|
|
15295
15328
|
EventSubType?: String;
|
|
15296
15329
|
/**
|
|
@@ -16124,11 +16157,11 @@ declare namespace EC2 {
|
|
|
16124
16157
|
*/
|
|
16125
16158
|
TrafficType?: TrafficType;
|
|
16126
16159
|
/**
|
|
16127
|
-
*
|
|
16160
|
+
* The type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.
|
|
16128
16161
|
*/
|
|
16129
16162
|
LogDestinationType?: LogDestinationType;
|
|
16130
16163
|
/**
|
|
16131
|
-
*
|
|
16164
|
+
* The destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.
|
|
16132
16165
|
*/
|
|
16133
16166
|
LogDestination?: String;
|
|
16134
16167
|
/**
|
|
@@ -16143,6 +16176,10 @@ declare namespace EC2 {
|
|
|
16143
16176
|
* The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value. Valid Values: 60 | 600
|
|
16144
16177
|
*/
|
|
16145
16178
|
MaxAggregationInterval?: Integer;
|
|
16179
|
+
/**
|
|
16180
|
+
* The destination options.
|
|
16181
|
+
*/
|
|
16182
|
+
DestinationOptions?: DestinationOptionsResponse;
|
|
16146
16183
|
}
|
|
16147
16184
|
export type FlowLogIdList = VpcFlowLogId[];
|
|
16148
16185
|
export type FlowLogResourceId = string;
|
|
@@ -16196,7 +16233,7 @@ declare namespace EC2 {
|
|
|
16196
16233
|
*/
|
|
16197
16234
|
Description?: String;
|
|
16198
16235
|
/**
|
|
16199
|
-
* The version of the
|
|
16236
|
+
* The version of the Amazon Web Services Shell that was used to create the bitstream.
|
|
16200
16237
|
*/
|
|
16201
16238
|
ShellVersion?: String;
|
|
16202
16239
|
/**
|
|
@@ -16216,7 +16253,7 @@ declare namespace EC2 {
|
|
|
16216
16253
|
*/
|
|
16217
16254
|
UpdateTime?: DateTime;
|
|
16218
16255
|
/**
|
|
16219
|
-
* The
|
|
16256
|
+
* The ID of the Amazon Web Services account that owns the AFI.
|
|
16220
16257
|
*/
|
|
16221
16258
|
OwnerId?: String;
|
|
16222
16259
|
/**
|
|
@@ -17664,7 +17701,7 @@ declare namespace EC2 {
|
|
|
17664
17701
|
*/
|
|
17665
17702
|
TagSpecifications?: TagSpecificationList;
|
|
17666
17703
|
/**
|
|
17667
|
-
* The usage operation value. For more information, see
|
|
17704
|
+
* The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide.
|
|
17668
17705
|
*/
|
|
17669
17706
|
UsageOperation?: String;
|
|
17670
17707
|
/**
|
|
@@ -18683,7 +18720,7 @@ declare namespace EC2 {
|
|
|
18683
18720
|
*/
|
|
18684
18721
|
HttpPutResponseHopLimit?: Integer;
|
|
18685
18722
|
/**
|
|
18686
|
-
*
|
|
18723
|
+
* Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled. If you specify a value of disabled, you will not be able to access your instance metadata.
|
|
18687
18724
|
*/
|
|
18688
18725
|
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
18689
18726
|
/**
|
|
@@ -18705,11 +18742,11 @@ declare namespace EC2 {
|
|
|
18705
18742
|
*/
|
|
18706
18743
|
HttpPutResponseHopLimit?: Integer;
|
|
18707
18744
|
/**
|
|
18708
|
-
*
|
|
18745
|
+
* Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
|
18709
18746
|
*/
|
|
18710
18747
|
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
18711
18748
|
/**
|
|
18712
|
-
*
|
|
18749
|
+
* Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
|
18713
18750
|
*/
|
|
18714
18751
|
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
18715
18752
|
}
|
|
@@ -19062,6 +19099,7 @@ declare namespace EC2 {
|
|
|
19062
19099
|
*/
|
|
19063
19100
|
Status?: SummaryStatus;
|
|
19064
19101
|
}
|
|
19102
|
+
export type InstanceStorageEncryptionSupport = "unsupported"|"required"|string;
|
|
19065
19103
|
export type InstanceStorageFlag = boolean;
|
|
19066
19104
|
export interface InstanceStorageInfo {
|
|
19067
19105
|
/**
|
|
@@ -19073,9 +19111,13 @@ declare namespace EC2 {
|
|
|
19073
19111
|
*/
|
|
19074
19112
|
Disks?: DiskInfoList;
|
|
19075
19113
|
/**
|
|
19076
|
-
* Indicates whether non-volatile memory express (NVMe) is supported
|
|
19114
|
+
* Indicates whether non-volatile memory express (NVMe) is supported.
|
|
19077
19115
|
*/
|
|
19078
19116
|
NvmeSupport?: EphemeralNvmeSupport;
|
|
19117
|
+
/**
|
|
19118
|
+
* Indicates whether data is encrypted at rest.
|
|
19119
|
+
*/
|
|
19120
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport;
|
|
19079
19121
|
}
|
|
19080
19122
|
export type InstanceTagKeySet = String[];
|
|
19081
19123
|
export interface InstanceTagNotificationAttribute {
|
|
@@ -20301,7 +20343,7 @@ declare namespace EC2 {
|
|
|
20301
20343
|
}
|
|
20302
20344
|
export interface LoadPermission {
|
|
20303
20345
|
/**
|
|
20304
|
-
* The
|
|
20346
|
+
* The Amazon Web Services account ID.
|
|
20305
20347
|
*/
|
|
20306
20348
|
UserId?: String;
|
|
20307
20349
|
/**
|
|
@@ -20327,7 +20369,7 @@ declare namespace EC2 {
|
|
|
20327
20369
|
*/
|
|
20328
20370
|
Group?: PermissionGroup;
|
|
20329
20371
|
/**
|
|
20330
|
-
* The
|
|
20372
|
+
* The Amazon Web Services account ID.
|
|
20331
20373
|
*/
|
|
20332
20374
|
UserId?: String;
|
|
20333
20375
|
}
|
|
@@ -20341,7 +20383,7 @@ declare namespace EC2 {
|
|
|
20341
20383
|
*/
|
|
20342
20384
|
OutpostArn?: String;
|
|
20343
20385
|
/**
|
|
20344
|
-
* The
|
|
20386
|
+
* The ID of the Amazon Web Services account that owns the local gateway.
|
|
20345
20387
|
*/
|
|
20346
20388
|
OwnerId?: String;
|
|
20347
20389
|
/**
|
|
@@ -20382,7 +20424,7 @@ declare namespace EC2 {
|
|
|
20382
20424
|
*/
|
|
20383
20425
|
LocalGatewayRouteTableArn?: ResourceArn;
|
|
20384
20426
|
/**
|
|
20385
|
-
* The
|
|
20427
|
+
* The ID of the Amazon Web Services account that owns the local gateway route.
|
|
20386
20428
|
*/
|
|
20387
20429
|
OwnerId?: String;
|
|
20388
20430
|
}
|
|
@@ -20406,7 +20448,7 @@ declare namespace EC2 {
|
|
|
20406
20448
|
*/
|
|
20407
20449
|
OutpostArn?: String;
|
|
20408
20450
|
/**
|
|
20409
|
-
* The
|
|
20451
|
+
* The ID of the Amazon Web Services account that owns the local gateway route table.
|
|
20410
20452
|
*/
|
|
20411
20453
|
OwnerId?: String;
|
|
20412
20454
|
/**
|
|
@@ -20442,7 +20484,7 @@ declare namespace EC2 {
|
|
|
20442
20484
|
*/
|
|
20443
20485
|
LocalGatewayRouteTableArn?: ResourceArn;
|
|
20444
20486
|
/**
|
|
20445
|
-
* The
|
|
20487
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
|
|
20446
20488
|
*/
|
|
20447
20489
|
OwnerId?: String;
|
|
20448
20490
|
/**
|
|
@@ -20479,7 +20521,7 @@ declare namespace EC2 {
|
|
|
20479
20521
|
*/
|
|
20480
20522
|
VpcId?: String;
|
|
20481
20523
|
/**
|
|
20482
|
-
* The
|
|
20524
|
+
* The ID of the Amazon Web Services account that owns the local gateway route table for the association.
|
|
20483
20525
|
*/
|
|
20484
20526
|
OwnerId?: String;
|
|
20485
20527
|
/**
|
|
@@ -20527,7 +20569,7 @@ declare namespace EC2 {
|
|
|
20527
20569
|
*/
|
|
20528
20570
|
PeerBgpAsn?: Integer;
|
|
20529
20571
|
/**
|
|
20530
|
-
* The
|
|
20572
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface.
|
|
20531
20573
|
*/
|
|
20532
20574
|
OwnerId?: String;
|
|
20533
20575
|
/**
|
|
@@ -20549,7 +20591,7 @@ declare namespace EC2 {
|
|
|
20549
20591
|
*/
|
|
20550
20592
|
LocalGatewayId?: String;
|
|
20551
20593
|
/**
|
|
20552
|
-
* The
|
|
20594
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
|
|
20553
20595
|
*/
|
|
20554
20596
|
OwnerId?: String;
|
|
20555
20597
|
/**
|
|
@@ -20655,7 +20697,7 @@ declare namespace EC2 {
|
|
|
20655
20697
|
*/
|
|
20656
20698
|
GroupName: String;
|
|
20657
20699
|
/**
|
|
20658
|
-
* Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact
|
|
20700
|
+
* Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.
|
|
20659
20701
|
*/
|
|
20660
20702
|
OptInStatus: ModifyAvailabilityZoneOptInStatus;
|
|
20661
20703
|
/**
|
|
@@ -20872,7 +20914,7 @@ declare namespace EC2 {
|
|
|
20872
20914
|
*/
|
|
20873
20915
|
OperationType?: OperationType;
|
|
20874
20916
|
/**
|
|
20875
|
-
* The
|
|
20917
|
+
* The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.
|
|
20876
20918
|
*/
|
|
20877
20919
|
UserIds?: UserIdStringList;
|
|
20878
20920
|
/**
|
|
@@ -21475,7 +21517,7 @@ declare namespace EC2 {
|
|
|
21475
21517
|
*/
|
|
21476
21518
|
TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleId;
|
|
21477
21519
|
/**
|
|
21478
|
-
* The type of traffic
|
|
21520
|
+
* The type of traffic to assign to the rule.
|
|
21479
21521
|
*/
|
|
21480
21522
|
TrafficDirection?: TrafficDirection;
|
|
21481
21523
|
/**
|
|
@@ -23868,7 +23910,7 @@ declare namespace EC2 {
|
|
|
23868
23910
|
*/
|
|
23869
23911
|
PublicIp?: String;
|
|
23870
23912
|
/**
|
|
23871
|
-
* The set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
23913
|
+
* The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error. You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.
|
|
23872
23914
|
*/
|
|
23873
23915
|
NetworkBorderGroup?: String;
|
|
23874
23916
|
/**
|
|
@@ -26216,7 +26258,7 @@ declare namespace EC2 {
|
|
|
26216
26258
|
*/
|
|
26217
26259
|
AvailabilityZones?: ValueStringList;
|
|
26218
26260
|
/**
|
|
26219
|
-
* Indicates whether requests from other
|
|
26261
|
+
* Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.
|
|
26220
26262
|
*/
|
|
26221
26263
|
AcceptanceRequired?: Boolean;
|
|
26222
26264
|
/**
|
|
@@ -26267,7 +26309,7 @@ declare namespace EC2 {
|
|
|
26267
26309
|
*/
|
|
26268
26310
|
AvailabilityZones?: ValueStringList;
|
|
26269
26311
|
/**
|
|
26270
|
-
* The
|
|
26312
|
+
* The Amazon Web Services account ID of the service owner.
|
|
26271
26313
|
*/
|
|
26272
26314
|
Owner?: String;
|
|
26273
26315
|
/**
|
|
@@ -27445,7 +27487,7 @@ declare namespace EC2 {
|
|
|
27445
27487
|
export type TagList = Tag[];
|
|
27446
27488
|
export interface TagSpecification {
|
|
27447
27489
|
/**
|
|
27448
|
-
* The type of resource to tag on creation.
|
|
27490
|
+
* The type of resource to tag on creation.
|
|
27449
27491
|
*/
|
|
27450
27492
|
ResourceType?: ResourceType;
|
|
27451
27493
|
/**
|
|
@@ -29460,7 +29502,7 @@ declare namespace EC2 {
|
|
|
29460
29502
|
*/
|
|
29461
29503
|
Tags?: TagList;
|
|
29462
29504
|
/**
|
|
29463
|
-
* The ID of the
|
|
29505
|
+
* The ID of the Amazon Web Services account that owns the VPC endpoint.
|
|
29464
29506
|
*/
|
|
29465
29507
|
OwnerId?: String;
|
|
29466
29508
|
/**
|
|
@@ -29478,7 +29520,7 @@ declare namespace EC2 {
|
|
|
29478
29520
|
*/
|
|
29479
29521
|
VpcEndpointId?: String;
|
|
29480
29522
|
/**
|
|
29481
|
-
* The
|
|
29523
|
+
* The ID of the Amazon Web Services account that owns the VPC endpoint.
|
|
29482
29524
|
*/
|
|
29483
29525
|
VpcEndpointOwner?: String;
|
|
29484
29526
|
/**
|
|
@@ -29529,7 +29571,7 @@ declare namespace EC2 {
|
|
|
29529
29571
|
*/
|
|
29530
29572
|
Ipv6CidrBlockState?: VpcCidrBlockState;
|
|
29531
29573
|
/**
|
|
29532
|
-
* The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
29574
|
+
* The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.
|
|
29533
29575
|
*/
|
|
29534
29576
|
NetworkBorderGroup?: String;
|
|
29535
29577
|
/**
|