aws-sdk 2.1002.0 → 2.1006.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 +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- 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/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- 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
|
}
|
|
@@ -7289,7 +7289,7 @@ declare namespace EC2 {
|
|
|
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
|
/**
|
|
@@ -7566,14 +7566,14 @@ declare namespace EC2 {
|
|
|
7566
7566
|
* The ID of the local gateway route table.
|
|
7567
7567
|
*/
|
|
7568
7568
|
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
|
7569
|
-
/**
|
|
7570
|
-
* 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.
|
|
7571
|
-
*/
|
|
7572
|
-
DryRun?: Boolean;
|
|
7573
7569
|
/**
|
|
7574
7570
|
* The ID of the virtual interface group.
|
|
7575
7571
|
*/
|
|
7576
7572
|
LocalGatewayVirtualInterfaceGroupId: LocalGatewayVirtualInterfaceGroupId;
|
|
7573
|
+
/**
|
|
7574
|
+
* 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.
|
|
7575
|
+
*/
|
|
7576
|
+
DryRun?: Boolean;
|
|
7577
7577
|
}
|
|
7578
7578
|
export interface CreateLocalGatewayRouteResult {
|
|
7579
7579
|
/**
|
|
@@ -8255,6 +8255,10 @@ declare namespace EC2 {
|
|
|
8255
8255
|
* The AZ ID or the Local Zone ID of the subnet.
|
|
8256
8256
|
*/
|
|
8257
8257
|
AvailabilityZoneId?: String;
|
|
8258
|
+
/**
|
|
8259
|
+
* The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
|
|
8260
|
+
*/
|
|
8261
|
+
CidrBlock: String;
|
|
8258
8262
|
/**
|
|
8259
8263
|
* The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.
|
|
8260
8264
|
*/
|
|
@@ -8271,10 +8275,6 @@ declare namespace EC2 {
|
|
|
8271
8275
|
* 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.
|
|
8272
8276
|
*/
|
|
8273
8277
|
DryRun?: Boolean;
|
|
8274
|
-
/**
|
|
8275
|
-
* The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
|
|
8276
|
-
*/
|
|
8277
|
-
CidrBlock: String;
|
|
8278
8278
|
}
|
|
8279
8279
|
export interface CreateSubnetResult {
|
|
8280
8280
|
/**
|
|
@@ -8310,7 +8310,7 @@ declare namespace EC2 {
|
|
|
8310
8310
|
*/
|
|
8311
8311
|
DryRun?: Boolean;
|
|
8312
8312
|
/**
|
|
8313
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8313
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8314
8314
|
*/
|
|
8315
8315
|
ClientToken?: String;
|
|
8316
8316
|
}
|
|
@@ -8320,7 +8320,7 @@ declare namespace EC2 {
|
|
|
8320
8320
|
*/
|
|
8321
8321
|
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
8322
8322
|
/**
|
|
8323
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8323
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8324
8324
|
*/
|
|
8325
8325
|
ClientToken?: String;
|
|
8326
8326
|
}
|
|
@@ -8330,7 +8330,7 @@ declare namespace EC2 {
|
|
|
8330
8330
|
*/
|
|
8331
8331
|
TrafficMirrorFilterId: TrafficMirrorFilterId;
|
|
8332
8332
|
/**
|
|
8333
|
-
* The type of traffic
|
|
8333
|
+
* The type of traffic.
|
|
8334
8334
|
*/
|
|
8335
8335
|
TrafficDirection: TrafficDirection;
|
|
8336
8336
|
/**
|
|
@@ -8338,7 +8338,7 @@ declare namespace EC2 {
|
|
|
8338
8338
|
*/
|
|
8339
8339
|
RuleNumber: Integer;
|
|
8340
8340
|
/**
|
|
8341
|
-
* The action to take
|
|
8341
|
+
* The action to take on the filtered traffic.
|
|
8342
8342
|
*/
|
|
8343
8343
|
RuleAction: TrafficMirrorRuleAction;
|
|
8344
8344
|
/**
|
|
@@ -8370,7 +8370,7 @@ declare namespace EC2 {
|
|
|
8370
8370
|
*/
|
|
8371
8371
|
DryRun?: Boolean;
|
|
8372
8372
|
/**
|
|
8373
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8373
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8374
8374
|
*/
|
|
8375
8375
|
ClientToken?: String;
|
|
8376
8376
|
}
|
|
@@ -8380,7 +8380,7 @@ declare namespace EC2 {
|
|
|
8380
8380
|
*/
|
|
8381
8381
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
8382
8382
|
/**
|
|
8383
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8383
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8384
8384
|
*/
|
|
8385
8385
|
ClientToken?: String;
|
|
8386
8386
|
}
|
|
@@ -8422,7 +8422,7 @@ declare namespace EC2 {
|
|
|
8422
8422
|
*/
|
|
8423
8423
|
DryRun?: Boolean;
|
|
8424
8424
|
/**
|
|
8425
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8425
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8426
8426
|
*/
|
|
8427
8427
|
ClientToken?: String;
|
|
8428
8428
|
}
|
|
@@ -8432,7 +8432,7 @@ declare namespace EC2 {
|
|
|
8432
8432
|
*/
|
|
8433
8433
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
8434
8434
|
/**
|
|
8435
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8435
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8436
8436
|
*/
|
|
8437
8437
|
ClientToken?: String;
|
|
8438
8438
|
}
|
|
@@ -8458,7 +8458,7 @@ declare namespace EC2 {
|
|
|
8458
8458
|
*/
|
|
8459
8459
|
DryRun?: Boolean;
|
|
8460
8460
|
/**
|
|
8461
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8461
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8462
8462
|
*/
|
|
8463
8463
|
ClientToken?: String;
|
|
8464
8464
|
}
|
|
@@ -8468,7 +8468,7 @@ declare namespace EC2 {
|
|
|
8468
8468
|
*/
|
|
8469
8469
|
TrafficMirrorTarget?: TrafficMirrorTarget;
|
|
8470
8470
|
/**
|
|
8471
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8471
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8472
8472
|
*/
|
|
8473
8473
|
ClientToken?: String;
|
|
8474
8474
|
}
|
|
@@ -8851,7 +8851,7 @@ declare namespace EC2 {
|
|
|
8851
8851
|
*/
|
|
8852
8852
|
ConnectionEvents: ValueStringList;
|
|
8853
8853
|
/**
|
|
8854
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8854
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8855
8855
|
*/
|
|
8856
8856
|
ClientToken?: String;
|
|
8857
8857
|
}
|
|
@@ -8899,7 +8899,7 @@ declare namespace EC2 {
|
|
|
8899
8899
|
*/
|
|
8900
8900
|
SecurityGroupIds?: VpcEndpointSecurityGroupIdList;
|
|
8901
8901
|
/**
|
|
8902
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8902
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8903
8903
|
*/
|
|
8904
8904
|
ClientToken?: String;
|
|
8905
8905
|
/**
|
|
@@ -8943,7 +8943,7 @@ declare namespace EC2 {
|
|
|
8943
8943
|
*/
|
|
8944
8944
|
GatewayLoadBalancerArns?: ValueStringList;
|
|
8945
8945
|
/**
|
|
8946
|
-
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to
|
|
8946
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
|
|
8947
8947
|
*/
|
|
8948
8948
|
ClientToken?: String;
|
|
8949
8949
|
/**
|
|
@@ -11192,11 +11192,11 @@ declare namespace EC2 {
|
|
|
11192
11192
|
*/
|
|
11193
11193
|
FpgaImageIds?: FpgaImageIdList;
|
|
11194
11194
|
/**
|
|
11195
|
-
* Filters the AFI by owner. Specify an
|
|
11195
|
+
* 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
11196
|
*/
|
|
11197
11197
|
Owners?: OwnerStringList;
|
|
11198
11198
|
/**
|
|
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
|
|
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 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
11200
|
*/
|
|
11201
11201
|
Filters?: FilterList;
|
|
11202
11202
|
/**
|
|
@@ -11647,7 +11647,7 @@ declare namespace EC2 {
|
|
|
11647
11647
|
*/
|
|
11648
11648
|
InstanceTypes?: RequestInstanceTypeList;
|
|
11649
11649
|
/**
|
|
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
|
|
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.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
11651
|
*/
|
|
11652
11652
|
Filters?: FilterList;
|
|
11653
11653
|
/**
|
|
@@ -13901,7 +13901,7 @@ declare namespace EC2 {
|
|
|
13901
13901
|
*/
|
|
13902
13902
|
DryRun?: Boolean;
|
|
13903
13903
|
/**
|
|
13904
|
-
* One or more filters. service-id - The ID of the service. vpc-endpoint-owner - The
|
|
13904
|
+
* 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
13905
|
*/
|
|
13906
13906
|
Filters?: FilterList;
|
|
13907
13907
|
/**
|
|
@@ -15290,7 +15290,7 @@ declare namespace EC2 {
|
|
|
15290
15290
|
*/
|
|
15291
15291
|
EventDescription?: String;
|
|
15292
15292
|
/**
|
|
15293
|
-
* The event.
|
|
15293
|
+
* 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
15294
|
*/
|
|
15295
15295
|
EventSubType?: String;
|
|
15296
15296
|
/**
|
|
@@ -16196,7 +16196,7 @@ declare namespace EC2 {
|
|
|
16196
16196
|
*/
|
|
16197
16197
|
Description?: String;
|
|
16198
16198
|
/**
|
|
16199
|
-
* The version of the
|
|
16199
|
+
* The version of the Amazon Web Services Shell that was used to create the bitstream.
|
|
16200
16200
|
*/
|
|
16201
16201
|
ShellVersion?: String;
|
|
16202
16202
|
/**
|
|
@@ -16216,7 +16216,7 @@ declare namespace EC2 {
|
|
|
16216
16216
|
*/
|
|
16217
16217
|
UpdateTime?: DateTime;
|
|
16218
16218
|
/**
|
|
16219
|
-
* The
|
|
16219
|
+
* The ID of the Amazon Web Services account that owns the AFI.
|
|
16220
16220
|
*/
|
|
16221
16221
|
OwnerId?: String;
|
|
16222
16222
|
/**
|
|
@@ -17664,7 +17664,7 @@ declare namespace EC2 {
|
|
|
17664
17664
|
*/
|
|
17665
17665
|
TagSpecifications?: TagSpecificationList;
|
|
17666
17666
|
/**
|
|
17667
|
-
* The usage operation value. For more information, see
|
|
17667
|
+
* The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide.
|
|
17668
17668
|
*/
|
|
17669
17669
|
UsageOperation?: String;
|
|
17670
17670
|
/**
|
|
@@ -18683,7 +18683,7 @@ declare namespace EC2 {
|
|
|
18683
18683
|
*/
|
|
18684
18684
|
HttpPutResponseHopLimit?: Integer;
|
|
18685
18685
|
/**
|
|
18686
|
-
*
|
|
18686
|
+
* 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
18687
|
*/
|
|
18688
18688
|
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
18689
18689
|
/**
|
|
@@ -18705,11 +18705,11 @@ declare namespace EC2 {
|
|
|
18705
18705
|
*/
|
|
18706
18706
|
HttpPutResponseHopLimit?: Integer;
|
|
18707
18707
|
/**
|
|
18708
|
-
*
|
|
18708
|
+
* Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
|
|
18709
18709
|
*/
|
|
18710
18710
|
HttpEndpoint?: InstanceMetadataEndpointState;
|
|
18711
18711
|
/**
|
|
18712
|
-
*
|
|
18712
|
+
* Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
|
|
18713
18713
|
*/
|
|
18714
18714
|
HttpProtocolIpv6?: InstanceMetadataProtocolState;
|
|
18715
18715
|
}
|
|
@@ -19062,6 +19062,7 @@ declare namespace EC2 {
|
|
|
19062
19062
|
*/
|
|
19063
19063
|
Status?: SummaryStatus;
|
|
19064
19064
|
}
|
|
19065
|
+
export type InstanceStorageEncryptionSupport = "unsupported"|"required"|string;
|
|
19065
19066
|
export type InstanceStorageFlag = boolean;
|
|
19066
19067
|
export interface InstanceStorageInfo {
|
|
19067
19068
|
/**
|
|
@@ -19073,9 +19074,13 @@ declare namespace EC2 {
|
|
|
19073
19074
|
*/
|
|
19074
19075
|
Disks?: DiskInfoList;
|
|
19075
19076
|
/**
|
|
19076
|
-
* Indicates whether non-volatile memory express (NVMe) is supported
|
|
19077
|
+
* Indicates whether non-volatile memory express (NVMe) is supported.
|
|
19077
19078
|
*/
|
|
19078
19079
|
NvmeSupport?: EphemeralNvmeSupport;
|
|
19080
|
+
/**
|
|
19081
|
+
* Indicates whether data is encrypted at rest.
|
|
19082
|
+
*/
|
|
19083
|
+
EncryptionSupport?: InstanceStorageEncryptionSupport;
|
|
19079
19084
|
}
|
|
19080
19085
|
export type InstanceTagKeySet = String[];
|
|
19081
19086
|
export interface InstanceTagNotificationAttribute {
|
|
@@ -20301,7 +20306,7 @@ declare namespace EC2 {
|
|
|
20301
20306
|
}
|
|
20302
20307
|
export interface LoadPermission {
|
|
20303
20308
|
/**
|
|
20304
|
-
* The
|
|
20309
|
+
* The Amazon Web Services account ID.
|
|
20305
20310
|
*/
|
|
20306
20311
|
UserId?: String;
|
|
20307
20312
|
/**
|
|
@@ -20327,7 +20332,7 @@ declare namespace EC2 {
|
|
|
20327
20332
|
*/
|
|
20328
20333
|
Group?: PermissionGroup;
|
|
20329
20334
|
/**
|
|
20330
|
-
* The
|
|
20335
|
+
* The Amazon Web Services account ID.
|
|
20331
20336
|
*/
|
|
20332
20337
|
UserId?: String;
|
|
20333
20338
|
}
|
|
@@ -20341,7 +20346,7 @@ declare namespace EC2 {
|
|
|
20341
20346
|
*/
|
|
20342
20347
|
OutpostArn?: String;
|
|
20343
20348
|
/**
|
|
20344
|
-
* The
|
|
20349
|
+
* The ID of the Amazon Web Services account that owns the local gateway.
|
|
20345
20350
|
*/
|
|
20346
20351
|
OwnerId?: String;
|
|
20347
20352
|
/**
|
|
@@ -20382,7 +20387,7 @@ declare namespace EC2 {
|
|
|
20382
20387
|
*/
|
|
20383
20388
|
LocalGatewayRouteTableArn?: ResourceArn;
|
|
20384
20389
|
/**
|
|
20385
|
-
* The
|
|
20390
|
+
* The ID of the Amazon Web Services account that owns the local gateway route.
|
|
20386
20391
|
*/
|
|
20387
20392
|
OwnerId?: String;
|
|
20388
20393
|
}
|
|
@@ -20406,7 +20411,7 @@ declare namespace EC2 {
|
|
|
20406
20411
|
*/
|
|
20407
20412
|
OutpostArn?: String;
|
|
20408
20413
|
/**
|
|
20409
|
-
* The
|
|
20414
|
+
* The ID of the Amazon Web Services account that owns the local gateway route table.
|
|
20410
20415
|
*/
|
|
20411
20416
|
OwnerId?: String;
|
|
20412
20417
|
/**
|
|
@@ -20442,7 +20447,7 @@ declare namespace EC2 {
|
|
|
20442
20447
|
*/
|
|
20443
20448
|
LocalGatewayRouteTableArn?: ResourceArn;
|
|
20444
20449
|
/**
|
|
20445
|
-
* The
|
|
20450
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
|
|
20446
20451
|
*/
|
|
20447
20452
|
OwnerId?: String;
|
|
20448
20453
|
/**
|
|
@@ -20479,7 +20484,7 @@ declare namespace EC2 {
|
|
|
20479
20484
|
*/
|
|
20480
20485
|
VpcId?: String;
|
|
20481
20486
|
/**
|
|
20482
|
-
* The
|
|
20487
|
+
* The ID of the Amazon Web Services account that owns the local gateway route table for the association.
|
|
20483
20488
|
*/
|
|
20484
20489
|
OwnerId?: String;
|
|
20485
20490
|
/**
|
|
@@ -20527,7 +20532,7 @@ declare namespace EC2 {
|
|
|
20527
20532
|
*/
|
|
20528
20533
|
PeerBgpAsn?: Integer;
|
|
20529
20534
|
/**
|
|
20530
|
-
* The
|
|
20535
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface.
|
|
20531
20536
|
*/
|
|
20532
20537
|
OwnerId?: String;
|
|
20533
20538
|
/**
|
|
@@ -20549,7 +20554,7 @@ declare namespace EC2 {
|
|
|
20549
20554
|
*/
|
|
20550
20555
|
LocalGatewayId?: String;
|
|
20551
20556
|
/**
|
|
20552
|
-
* The
|
|
20557
|
+
* The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
|
|
20553
20558
|
*/
|
|
20554
20559
|
OwnerId?: String;
|
|
20555
20560
|
/**
|
|
@@ -20655,7 +20660,7 @@ declare namespace EC2 {
|
|
|
20655
20660
|
*/
|
|
20656
20661
|
GroupName: String;
|
|
20657
20662
|
/**
|
|
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
|
|
20663
|
+
* 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
20664
|
*/
|
|
20660
20665
|
OptInStatus: ModifyAvailabilityZoneOptInStatus;
|
|
20661
20666
|
/**
|
|
@@ -20872,7 +20877,7 @@ declare namespace EC2 {
|
|
|
20872
20877
|
*/
|
|
20873
20878
|
OperationType?: OperationType;
|
|
20874
20879
|
/**
|
|
20875
|
-
* The
|
|
20880
|
+
* The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.
|
|
20876
20881
|
*/
|
|
20877
20882
|
UserIds?: UserIdStringList;
|
|
20878
20883
|
/**
|
|
@@ -21475,7 +21480,7 @@ declare namespace EC2 {
|
|
|
21475
21480
|
*/
|
|
21476
21481
|
TrafficMirrorFilterRuleId: TrafficMirrorFilterRuleId;
|
|
21477
21482
|
/**
|
|
21478
|
-
* The type of traffic
|
|
21483
|
+
* The type of traffic to assign to the rule.
|
|
21479
21484
|
*/
|
|
21480
21485
|
TrafficDirection?: TrafficDirection;
|
|
21481
21486
|
/**
|
|
@@ -23868,7 +23873,7 @@ declare namespace EC2 {
|
|
|
23868
23873
|
*/
|
|
23869
23874
|
PublicIp?: String;
|
|
23870
23875
|
/**
|
|
23871
|
-
* The set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
23876
|
+
* 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
23877
|
*/
|
|
23873
23878
|
NetworkBorderGroup?: String;
|
|
23874
23879
|
/**
|
|
@@ -25918,6 +25923,10 @@ declare namespace EC2 {
|
|
|
25918
25923
|
* The ID of the local gateway route table.
|
|
25919
25924
|
*/
|
|
25920
25925
|
LocalGatewayRouteTableId: LocalGatewayRoutetableId;
|
|
25926
|
+
/**
|
|
25927
|
+
* One or more filters.
|
|
25928
|
+
*/
|
|
25929
|
+
Filters?: FilterList;
|
|
25921
25930
|
/**
|
|
25922
25931
|
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
25923
25932
|
*/
|
|
@@ -25930,10 +25939,6 @@ declare namespace EC2 {
|
|
|
25930
25939
|
* 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.
|
|
25931
25940
|
*/
|
|
25932
25941
|
DryRun?: Boolean;
|
|
25933
|
-
/**
|
|
25934
|
-
* One or more filters.
|
|
25935
|
-
*/
|
|
25936
|
-
Filters: FilterList;
|
|
25937
25942
|
}
|
|
25938
25943
|
export interface SearchLocalGatewayRoutesResult {
|
|
25939
25944
|
/**
|
|
@@ -26216,7 +26221,7 @@ declare namespace EC2 {
|
|
|
26216
26221
|
*/
|
|
26217
26222
|
AvailabilityZones?: ValueStringList;
|
|
26218
26223
|
/**
|
|
26219
|
-
* Indicates whether requests from other
|
|
26224
|
+
* Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.
|
|
26220
26225
|
*/
|
|
26221
26226
|
AcceptanceRequired?: Boolean;
|
|
26222
26227
|
/**
|
|
@@ -26267,7 +26272,7 @@ declare namespace EC2 {
|
|
|
26267
26272
|
*/
|
|
26268
26273
|
AvailabilityZones?: ValueStringList;
|
|
26269
26274
|
/**
|
|
26270
|
-
* The
|
|
26275
|
+
* The Amazon Web Services account ID of the service owner.
|
|
26271
26276
|
*/
|
|
26272
26277
|
Owner?: String;
|
|
26273
26278
|
/**
|
|
@@ -27445,7 +27450,7 @@ declare namespace EC2 {
|
|
|
27445
27450
|
export type TagList = Tag[];
|
|
27446
27451
|
export interface TagSpecification {
|
|
27447
27452
|
/**
|
|
27448
|
-
* The type of resource to tag on creation.
|
|
27453
|
+
* The type of resource to tag on creation.
|
|
27449
27454
|
*/
|
|
27450
27455
|
ResourceType?: ResourceType;
|
|
27451
27456
|
/**
|
|
@@ -29460,7 +29465,7 @@ declare namespace EC2 {
|
|
|
29460
29465
|
*/
|
|
29461
29466
|
Tags?: TagList;
|
|
29462
29467
|
/**
|
|
29463
|
-
* The ID of the
|
|
29468
|
+
* The ID of the Amazon Web Services account that owns the VPC endpoint.
|
|
29464
29469
|
*/
|
|
29465
29470
|
OwnerId?: String;
|
|
29466
29471
|
/**
|
|
@@ -29478,7 +29483,7 @@ declare namespace EC2 {
|
|
|
29478
29483
|
*/
|
|
29479
29484
|
VpcEndpointId?: String;
|
|
29480
29485
|
/**
|
|
29481
|
-
* The
|
|
29486
|
+
* The ID of the Amazon Web Services account that owns the VPC endpoint.
|
|
29482
29487
|
*/
|
|
29483
29488
|
VpcEndpointOwner?: String;
|
|
29484
29489
|
/**
|
|
@@ -29529,7 +29534,7 @@ declare namespace EC2 {
|
|
|
29529
29534
|
*/
|
|
29530
29535
|
Ipv6CidrBlockState?: VpcCidrBlockState;
|
|
29531
29536
|
/**
|
|
29532
|
-
* The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which
|
|
29537
|
+
* 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
29538
|
*/
|
|
29534
29539
|
NetworkBorderGroup?: String;
|
|
29535
29540
|
/**
|