cdk-docker-image-deployment 0.0.88 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +29 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +16 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -252,6 +252,14 @@ declare class EC2 extends Service {
|
|
|
252
252
|
* Attaches a network interface to an instance.
|
|
253
253
|
*/
|
|
254
254
|
attachNetworkInterface(callback?: (err: AWSError, data: EC2.Types.AttachNetworkInterfaceResult) => void): Request<EC2.Types.AttachNetworkInterfaceResult, AWSError>;
|
|
255
|
+
/**
|
|
256
|
+
* A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. One or more trust providers can be attached to an Amazon Web Services Verified Access instance.
|
|
257
|
+
*/
|
|
258
|
+
attachVerifiedAccessTrustProvider(params: EC2.Types.AttachVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.AttachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.AttachVerifiedAccessTrustProviderResult, AWSError>;
|
|
259
|
+
/**
|
|
260
|
+
* A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. One or more trust providers can be attached to an Amazon Web Services Verified Access instance.
|
|
261
|
+
*/
|
|
262
|
+
attachVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.AttachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.AttachVerifiedAccessTrustProviderResult, AWSError>;
|
|
255
263
|
/**
|
|
256
264
|
* Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide. After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use. If a volume has an Amazon Web Services Marketplace product code: The volume can be attached only to a stopped instance. Amazon Web Services Marketplace product codes are copied from the volume to the instance. You must be subscribed to the product. The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance. For more information, see Attach an Amazon EBS volume to an instance in the Amazon Elastic Compute Cloud User Guide.
|
|
257
265
|
*/
|
|
@@ -948,6 +956,38 @@ declare class EC2 extends Service {
|
|
|
948
956
|
* Attaches the specified VPC to the specified transit gateway. If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table. To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
|
|
949
957
|
*/
|
|
950
958
|
createTransitGatewayVpcAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayVpcAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayVpcAttachmentResult, AWSError>;
|
|
959
|
+
/**
|
|
960
|
+
* An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
|
|
961
|
+
*/
|
|
962
|
+
createVerifiedAccessEndpoint(params: EC2.Types.CreateVerifiedAccessEndpointRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessEndpointResult) => void): Request<EC2.Types.CreateVerifiedAccessEndpointResult, AWSError>;
|
|
963
|
+
/**
|
|
964
|
+
* An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
|
|
965
|
+
*/
|
|
966
|
+
createVerifiedAccessEndpoint(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessEndpointResult) => void): Request<EC2.Types.CreateVerifiedAccessEndpointResult, AWSError>;
|
|
967
|
+
/**
|
|
968
|
+
* An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within an Amazon Web Services Verified Access group shares an Amazon Web Services Verified Access policy. For example, you can group all Amazon Web Services Verified Access instances associated with “sales” applications together and use one common Amazon Web Services Verified Access policy.
|
|
969
|
+
*/
|
|
970
|
+
createVerifiedAccessGroup(params: EC2.Types.CreateVerifiedAccessGroupRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessGroupResult) => void): Request<EC2.Types.CreateVerifiedAccessGroupResult, AWSError>;
|
|
971
|
+
/**
|
|
972
|
+
* An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within an Amazon Web Services Verified Access group shares an Amazon Web Services Verified Access policy. For example, you can group all Amazon Web Services Verified Access instances associated with “sales” applications together and use one common Amazon Web Services Verified Access policy.
|
|
973
|
+
*/
|
|
974
|
+
createVerifiedAccessGroup(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessGroupResult) => void): Request<EC2.Types.CreateVerifiedAccessGroupResult, AWSError>;
|
|
975
|
+
/**
|
|
976
|
+
* An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.
|
|
977
|
+
*/
|
|
978
|
+
createVerifiedAccessInstance(params: EC2.Types.CreateVerifiedAccessInstanceRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessInstanceResult) => void): Request<EC2.Types.CreateVerifiedAccessInstanceResult, AWSError>;
|
|
979
|
+
/**
|
|
980
|
+
* An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.
|
|
981
|
+
*/
|
|
982
|
+
createVerifiedAccessInstance(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessInstanceResult) => void): Request<EC2.Types.CreateVerifiedAccessInstanceResult, AWSError>;
|
|
983
|
+
/**
|
|
984
|
+
* A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or denying the application request.
|
|
985
|
+
*/
|
|
986
|
+
createVerifiedAccessTrustProvider(params: EC2.Types.CreateVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.CreateVerifiedAccessTrustProviderResult, AWSError>;
|
|
987
|
+
/**
|
|
988
|
+
* A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider will be evaluated by Amazon Web Services Verified Access, before allowing or denying the application request.
|
|
989
|
+
*/
|
|
990
|
+
createVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.CreateVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.CreateVerifiedAccessTrustProviderResult, AWSError>;
|
|
951
991
|
/**
|
|
952
992
|
* Creates an EBS volume that can be attached to an instance in the same Availability Zone. You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume. You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide. You can tag your volumes during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information, see Create an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.
|
|
953
993
|
*/
|
|
@@ -1492,6 +1532,38 @@ declare class EC2 extends Service {
|
|
|
1492
1532
|
* Deletes the specified VPC attachment.
|
|
1493
1533
|
*/
|
|
1494
1534
|
deleteTransitGatewayVpcAttachment(callback?: (err: AWSError, data: EC2.Types.DeleteTransitGatewayVpcAttachmentResult) => void): Request<EC2.Types.DeleteTransitGatewayVpcAttachmentResult, AWSError>;
|
|
1535
|
+
/**
|
|
1536
|
+
* Delete an Amazon Web Services Verified Access endpoint.
|
|
1537
|
+
*/
|
|
1538
|
+
deleteVerifiedAccessEndpoint(params: EC2.Types.DeleteVerifiedAccessEndpointRequest, callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessEndpointResult) => void): Request<EC2.Types.DeleteVerifiedAccessEndpointResult, AWSError>;
|
|
1539
|
+
/**
|
|
1540
|
+
* Delete an Amazon Web Services Verified Access endpoint.
|
|
1541
|
+
*/
|
|
1542
|
+
deleteVerifiedAccessEndpoint(callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessEndpointResult) => void): Request<EC2.Types.DeleteVerifiedAccessEndpointResult, AWSError>;
|
|
1543
|
+
/**
|
|
1544
|
+
* Delete an Amazon Web Services Verified Access group.
|
|
1545
|
+
*/
|
|
1546
|
+
deleteVerifiedAccessGroup(params: EC2.Types.DeleteVerifiedAccessGroupRequest, callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessGroupResult) => void): Request<EC2.Types.DeleteVerifiedAccessGroupResult, AWSError>;
|
|
1547
|
+
/**
|
|
1548
|
+
* Delete an Amazon Web Services Verified Access group.
|
|
1549
|
+
*/
|
|
1550
|
+
deleteVerifiedAccessGroup(callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessGroupResult) => void): Request<EC2.Types.DeleteVerifiedAccessGroupResult, AWSError>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Delete an Amazon Web Services Verified Access instance.
|
|
1553
|
+
*/
|
|
1554
|
+
deleteVerifiedAccessInstance(params: EC2.Types.DeleteVerifiedAccessInstanceRequest, callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessInstanceResult) => void): Request<EC2.Types.DeleteVerifiedAccessInstanceResult, AWSError>;
|
|
1555
|
+
/**
|
|
1556
|
+
* Delete an Amazon Web Services Verified Access instance.
|
|
1557
|
+
*/
|
|
1558
|
+
deleteVerifiedAccessInstance(callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessInstanceResult) => void): Request<EC2.Types.DeleteVerifiedAccessInstanceResult, AWSError>;
|
|
1559
|
+
/**
|
|
1560
|
+
* Delete an Amazon Web Services Verified Access trust provider.
|
|
1561
|
+
*/
|
|
1562
|
+
deleteVerifiedAccessTrustProvider(params: EC2.Types.DeleteVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DeleteVerifiedAccessTrustProviderResult, AWSError>;
|
|
1563
|
+
/**
|
|
1564
|
+
* Delete an Amazon Web Services Verified Access trust provider.
|
|
1565
|
+
*/
|
|
1566
|
+
deleteVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.DeleteVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DeleteVerifiedAccessTrustProviderResult, AWSError>;
|
|
1495
1567
|
/**
|
|
1496
1568
|
* Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance). The volume can remain in the deleting state for several minutes. For more information, see Delete an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.
|
|
1497
1569
|
*/
|
|
@@ -1668,6 +1740,14 @@ declare class EC2 extends Service {
|
|
|
1668
1740
|
* 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.
|
|
1669
1741
|
*/
|
|
1670
1742
|
describeAvailabilityZones(callback?: (err: AWSError, data: EC2.Types.DescribeAvailabilityZonesResult) => void): Request<EC2.Types.DescribeAvailabilityZonesResult, AWSError>;
|
|
1743
|
+
/**
|
|
1744
|
+
* Describes the curent Infrastructure Performance metric subscriptions.
|
|
1745
|
+
*/
|
|
1746
|
+
describeAwsNetworkPerformanceMetricSubscriptions(params: EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult) => void): Request<EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult, AWSError>;
|
|
1747
|
+
/**
|
|
1748
|
+
* Describes the curent Infrastructure Performance metric subscriptions.
|
|
1749
|
+
*/
|
|
1750
|
+
describeAwsNetworkPerformanceMetricSubscriptions(callback?: (err: AWSError, data: EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult) => void): Request<EC2.Types.DescribeAwsNetworkPerformanceMetricSubscriptionsResult, AWSError>;
|
|
1671
1751
|
/**
|
|
1672
1752
|
* Describes the specified bundle tasks or all of your bundle tasks. Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.
|
|
1673
1753
|
*/
|
|
@@ -2572,6 +2652,46 @@ declare class EC2 extends Service {
|
|
|
2572
2652
|
* This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager. Describes one or more network interface trunk associations.
|
|
2573
2653
|
*/
|
|
2574
2654
|
describeTrunkInterfaceAssociations(callback?: (err: AWSError, data: EC2.Types.DescribeTrunkInterfaceAssociationsResult) => void): Request<EC2.Types.DescribeTrunkInterfaceAssociationsResult, AWSError>;
|
|
2655
|
+
/**
|
|
2656
|
+
* Describe Amazon Web Services Verified Access endpoints.
|
|
2657
|
+
*/
|
|
2658
|
+
describeVerifiedAccessEndpoints(params: EC2.Types.DescribeVerifiedAccessEndpointsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessEndpointsResult) => void): Request<EC2.Types.DescribeVerifiedAccessEndpointsResult, AWSError>;
|
|
2659
|
+
/**
|
|
2660
|
+
* Describe Amazon Web Services Verified Access endpoints.
|
|
2661
|
+
*/
|
|
2662
|
+
describeVerifiedAccessEndpoints(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessEndpointsResult) => void): Request<EC2.Types.DescribeVerifiedAccessEndpointsResult, AWSError>;
|
|
2663
|
+
/**
|
|
2664
|
+
* Describe details of existing Verified Access groups.
|
|
2665
|
+
*/
|
|
2666
|
+
describeVerifiedAccessGroups(params: EC2.Types.DescribeVerifiedAccessGroupsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessGroupsResult) => void): Request<EC2.Types.DescribeVerifiedAccessGroupsResult, AWSError>;
|
|
2667
|
+
/**
|
|
2668
|
+
* Describe details of existing Verified Access groups.
|
|
2669
|
+
*/
|
|
2670
|
+
describeVerifiedAccessGroups(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessGroupsResult) => void): Request<EC2.Types.DescribeVerifiedAccessGroupsResult, AWSError>;
|
|
2671
|
+
/**
|
|
2672
|
+
* Describes the current logging configuration for the Amazon Web Services Verified Access instances.
|
|
2673
|
+
*/
|
|
2674
|
+
describeVerifiedAccessInstanceLoggingConfigurations(params: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult, AWSError>;
|
|
2675
|
+
/**
|
|
2676
|
+
* Describes the current logging configuration for the Amazon Web Services Verified Access instances.
|
|
2677
|
+
*/
|
|
2678
|
+
describeVerifiedAccessInstanceLoggingConfigurations(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstanceLoggingConfigurationsResult, AWSError>;
|
|
2679
|
+
/**
|
|
2680
|
+
* Describe Verified Access instances.
|
|
2681
|
+
*/
|
|
2682
|
+
describeVerifiedAccessInstances(params: EC2.Types.DescribeVerifiedAccessInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstancesResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstancesResult, AWSError>;
|
|
2683
|
+
/**
|
|
2684
|
+
* Describe Verified Access instances.
|
|
2685
|
+
*/
|
|
2686
|
+
describeVerifiedAccessInstances(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessInstancesResult) => void): Request<EC2.Types.DescribeVerifiedAccessInstancesResult, AWSError>;
|
|
2687
|
+
/**
|
|
2688
|
+
* Describe details of existing Verified Access trust providers.
|
|
2689
|
+
*/
|
|
2690
|
+
describeVerifiedAccessTrustProviders(params: EC2.Types.DescribeVerifiedAccessTrustProvidersRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessTrustProvidersResult) => void): Request<EC2.Types.DescribeVerifiedAccessTrustProvidersResult, AWSError>;
|
|
2691
|
+
/**
|
|
2692
|
+
* Describe details of existing Verified Access trust providers.
|
|
2693
|
+
*/
|
|
2694
|
+
describeVerifiedAccessTrustProviders(callback?: (err: AWSError, data: EC2.Types.DescribeVerifiedAccessTrustProvidersResult) => void): Request<EC2.Types.DescribeVerifiedAccessTrustProvidersResult, AWSError>;
|
|
2575
2695
|
/**
|
|
2576
2696
|
* Describes the specified attribute of the specified volume. You can specify only one attribute at a time. For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
|
|
2577
2697
|
*/
|
|
@@ -2732,6 +2852,14 @@ declare class EC2 extends Service {
|
|
|
2732
2852
|
* Detaches a network interface from an instance.
|
|
2733
2853
|
*/
|
|
2734
2854
|
detachNetworkInterface(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
2855
|
+
/**
|
|
2856
|
+
* Detach a trust provider from an Amazon Web Services Verified Access instance.
|
|
2857
|
+
*/
|
|
2858
|
+
detachVerifiedAccessTrustProvider(params: EC2.Types.DetachVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.DetachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DetachVerifiedAccessTrustProviderResult, AWSError>;
|
|
2859
|
+
/**
|
|
2860
|
+
* Detach a trust provider from an Amazon Web Services Verified Access instance.
|
|
2861
|
+
*/
|
|
2862
|
+
detachVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.DetachVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.DetachVerifiedAccessTrustProviderResult, AWSError>;
|
|
2735
2863
|
/**
|
|
2736
2864
|
* Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first. When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance. For more information, see Detach an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.
|
|
2737
2865
|
*/
|
|
@@ -2756,6 +2884,14 @@ declare class EC2 extends Service {
|
|
|
2756
2884
|
* Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.
|
|
2757
2885
|
*/
|
|
2758
2886
|
disableAddressTransfer(callback?: (err: AWSError, data: EC2.Types.DisableAddressTransferResult) => void): Request<EC2.Types.DisableAddressTransferResult, AWSError>;
|
|
2887
|
+
/**
|
|
2888
|
+
* Disables Infrastructure Performance metric subscriptions.
|
|
2889
|
+
*/
|
|
2890
|
+
disableAwsNetworkPerformanceMetricSubscription(params: EC2.Types.DisableAwsNetworkPerformanceMetricSubscriptionRequest, callback?: (err: AWSError, data: EC2.Types.DisableAwsNetworkPerformanceMetricSubscriptionResult) => void): Request<EC2.Types.DisableAwsNetworkPerformanceMetricSubscriptionResult, AWSError>;
|
|
2891
|
+
/**
|
|
2892
|
+
* Disables Infrastructure Performance metric subscriptions.
|
|
2893
|
+
*/
|
|
2894
|
+
disableAwsNetworkPerformanceMetricSubscription(callback?: (err: AWSError, data: EC2.Types.DisableAwsNetworkPerformanceMetricSubscriptionResult) => void): Request<EC2.Types.DisableAwsNetworkPerformanceMetricSubscriptionResult, AWSError>;
|
|
2759
2895
|
/**
|
|
2760
2896
|
* Disables EBS encryption by default for your account in the current Region. After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume. Disabling encryption by default does not change the encryption status of your existing volumes. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.
|
|
2761
2897
|
*/
|
|
@@ -2940,6 +3076,14 @@ declare class EC2 extends Service {
|
|
|
2940
3076
|
* Enables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.
|
|
2941
3077
|
*/
|
|
2942
3078
|
enableAddressTransfer(callback?: (err: AWSError, data: EC2.Types.EnableAddressTransferResult) => void): Request<EC2.Types.EnableAddressTransferResult, AWSError>;
|
|
3079
|
+
/**
|
|
3080
|
+
* Enables Infrastructure Performance subscriptions.
|
|
3081
|
+
*/
|
|
3082
|
+
enableAwsNetworkPerformanceMetricSubscription(params: EC2.Types.EnableAwsNetworkPerformanceMetricSubscriptionRequest, callback?: (err: AWSError, data: EC2.Types.EnableAwsNetworkPerformanceMetricSubscriptionResult) => void): Request<EC2.Types.EnableAwsNetworkPerformanceMetricSubscriptionResult, AWSError>;
|
|
3083
|
+
/**
|
|
3084
|
+
* Enables Infrastructure Performance subscriptions.
|
|
3085
|
+
*/
|
|
3086
|
+
enableAwsNetworkPerformanceMetricSubscription(callback?: (err: AWSError, data: EC2.Types.EnableAwsNetworkPerformanceMetricSubscriptionResult) => void): Request<EC2.Types.EnableAwsNetworkPerformanceMetricSubscriptionResult, AWSError>;
|
|
2943
3087
|
/**
|
|
2944
3088
|
* Enables EBS encryption by default for your account in the current Region. After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide. You can specify the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId. Enabling encryption by default has no effect on the encryption status of your existing volumes. After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported instance types.
|
|
2945
3089
|
*/
|
|
@@ -2980,6 +3124,14 @@ declare class EC2 extends Service {
|
|
|
2980
3124
|
* Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.
|
|
2981
3125
|
*/
|
|
2982
3126
|
enableIpamOrganizationAdminAccount(callback?: (err: AWSError, data: EC2.Types.EnableIpamOrganizationAdminAccountResult) => void): Request<EC2.Types.EnableIpamOrganizationAdminAccountResult, AWSError>;
|
|
3127
|
+
/**
|
|
3128
|
+
*
|
|
3129
|
+
*/
|
|
3130
|
+
enableReachabilityAnalyzerOrganizationSharing(params: EC2.Types.EnableReachabilityAnalyzerOrganizationSharingRequest, callback?: (err: AWSError, data: EC2.Types.EnableReachabilityAnalyzerOrganizationSharingResult) => void): Request<EC2.Types.EnableReachabilityAnalyzerOrganizationSharingResult, AWSError>;
|
|
3131
|
+
/**
|
|
3132
|
+
*
|
|
3133
|
+
*/
|
|
3134
|
+
enableReachabilityAnalyzerOrganizationSharing(callback?: (err: AWSError, data: EC2.Types.EnableReachabilityAnalyzerOrganizationSharingResult) => void): Request<EC2.Types.EnableReachabilityAnalyzerOrganizationSharingResult, AWSError>;
|
|
2983
3135
|
/**
|
|
2984
3136
|
* Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.
|
|
2985
3137
|
*/
|
|
@@ -3076,6 +3228,14 @@ declare class EC2 extends Service {
|
|
|
3076
3228
|
* Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
|
3077
3229
|
*/
|
|
3078
3230
|
getAssociatedIpv6PoolCidrs(callback?: (err: AWSError, data: EC2.Types.GetAssociatedIpv6PoolCidrsResult) => void): Request<EC2.Types.GetAssociatedIpv6PoolCidrsResult, AWSError>;
|
|
3231
|
+
/**
|
|
3232
|
+
* Gets network performance data.
|
|
3233
|
+
*/
|
|
3234
|
+
getAwsNetworkPerformanceData(params: EC2.Types.GetAwsNetworkPerformanceDataRequest, callback?: (err: AWSError, data: EC2.Types.GetAwsNetworkPerformanceDataResult) => void): Request<EC2.Types.GetAwsNetworkPerformanceDataResult, AWSError>;
|
|
3235
|
+
/**
|
|
3236
|
+
* Gets network performance data.
|
|
3237
|
+
*/
|
|
3238
|
+
getAwsNetworkPerformanceData(callback?: (err: AWSError, data: EC2.Types.GetAwsNetworkPerformanceDataResult) => void): Request<EC2.Types.GetAwsNetworkPerformanceDataResult, AWSError>;
|
|
3079
3239
|
/**
|
|
3080
3240
|
* Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.
|
|
3081
3241
|
*/
|
|
@@ -3340,6 +3500,22 @@ declare class EC2 extends Service {
|
|
|
3340
3500
|
* Gets information about the route table propagations for the specified transit gateway route table.
|
|
3341
3501
|
*/
|
|
3342
3502
|
getTransitGatewayRouteTablePropagations(callback?: (err: AWSError, data: EC2.Types.GetTransitGatewayRouteTablePropagationsResult) => void): Request<EC2.Types.GetTransitGatewayRouteTablePropagationsResult, AWSError>;
|
|
3503
|
+
/**
|
|
3504
|
+
* Get the Verified Access policy associated with the endpoint.
|
|
3505
|
+
*/
|
|
3506
|
+
getVerifiedAccessEndpointPolicy(params: EC2.Types.GetVerifiedAccessEndpointPolicyRequest, callback?: (err: AWSError, data: EC2.Types.GetVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.GetVerifiedAccessEndpointPolicyResult, AWSError>;
|
|
3507
|
+
/**
|
|
3508
|
+
* Get the Verified Access policy associated with the endpoint.
|
|
3509
|
+
*/
|
|
3510
|
+
getVerifiedAccessEndpointPolicy(callback?: (err: AWSError, data: EC2.Types.GetVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.GetVerifiedAccessEndpointPolicyResult, AWSError>;
|
|
3511
|
+
/**
|
|
3512
|
+
* Shows the contents of the Verified Access policy associated with the group.
|
|
3513
|
+
*/
|
|
3514
|
+
getVerifiedAccessGroupPolicy(params: EC2.Types.GetVerifiedAccessGroupPolicyRequest, callback?: (err: AWSError, data: EC2.Types.GetVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.GetVerifiedAccessGroupPolicyResult, AWSError>;
|
|
3515
|
+
/**
|
|
3516
|
+
* Shows the contents of the Verified Access policy associated with the group.
|
|
3517
|
+
*/
|
|
3518
|
+
getVerifiedAccessGroupPolicy(callback?: (err: AWSError, data: EC2.Types.GetVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.GetVerifiedAccessGroupPolicyResult, AWSError>;
|
|
3343
3519
|
/**
|
|
3344
3520
|
* 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.
|
|
3345
3521
|
*/
|
|
@@ -3756,6 +3932,62 @@ declare class EC2 extends Service {
|
|
|
3756
3932
|
* Modifies the specified VPC attachment.
|
|
3757
3933
|
*/
|
|
3758
3934
|
modifyTransitGatewayVpcAttachment(callback?: (err: AWSError, data: EC2.Types.ModifyTransitGatewayVpcAttachmentResult) => void): Request<EC2.Types.ModifyTransitGatewayVpcAttachmentResult, AWSError>;
|
|
3935
|
+
/**
|
|
3936
|
+
* Modifies the configuration of an Amazon Web Services Verified Access endpoint.
|
|
3937
|
+
*/
|
|
3938
|
+
modifyVerifiedAccessEndpoint(params: EC2.Types.ModifyVerifiedAccessEndpointRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointResult, AWSError>;
|
|
3939
|
+
/**
|
|
3940
|
+
* Modifies the configuration of an Amazon Web Services Verified Access endpoint.
|
|
3941
|
+
*/
|
|
3942
|
+
modifyVerifiedAccessEndpoint(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointResult, AWSError>;
|
|
3943
|
+
/**
|
|
3944
|
+
* Modifies the specified Verified Access endpoint policy.
|
|
3945
|
+
*/
|
|
3946
|
+
modifyVerifiedAccessEndpointPolicy(params: EC2.Types.ModifyVerifiedAccessEndpointPolicyRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointPolicyResult, AWSError>;
|
|
3947
|
+
/**
|
|
3948
|
+
* Modifies the specified Verified Access endpoint policy.
|
|
3949
|
+
*/
|
|
3950
|
+
modifyVerifiedAccessEndpointPolicy(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessEndpointPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessEndpointPolicyResult, AWSError>;
|
|
3951
|
+
/**
|
|
3952
|
+
* Modifies the specified Verified Access group configuration.
|
|
3953
|
+
*/
|
|
3954
|
+
modifyVerifiedAccessGroup(params: EC2.Types.ModifyVerifiedAccessGroupRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupResult, AWSError>;
|
|
3955
|
+
/**
|
|
3956
|
+
* Modifies the specified Verified Access group configuration.
|
|
3957
|
+
*/
|
|
3958
|
+
modifyVerifiedAccessGroup(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupResult, AWSError>;
|
|
3959
|
+
/**
|
|
3960
|
+
* Modifies the specified Verified Access group policy.
|
|
3961
|
+
*/
|
|
3962
|
+
modifyVerifiedAccessGroupPolicy(params: EC2.Types.ModifyVerifiedAccessGroupPolicyRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupPolicyResult, AWSError>;
|
|
3963
|
+
/**
|
|
3964
|
+
* Modifies the specified Verified Access group policy.
|
|
3965
|
+
*/
|
|
3966
|
+
modifyVerifiedAccessGroupPolicy(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessGroupPolicyResult) => void): Request<EC2.Types.ModifyVerifiedAccessGroupPolicyResult, AWSError>;
|
|
3967
|
+
/**
|
|
3968
|
+
* Modifies the configuration of the specified Verified Access instance.
|
|
3969
|
+
*/
|
|
3970
|
+
modifyVerifiedAccessInstance(params: EC2.Types.ModifyVerifiedAccessInstanceRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceResult, AWSError>;
|
|
3971
|
+
/**
|
|
3972
|
+
* Modifies the configuration of the specified Verified Access instance.
|
|
3973
|
+
*/
|
|
3974
|
+
modifyVerifiedAccessInstance(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceResult, AWSError>;
|
|
3975
|
+
/**
|
|
3976
|
+
* Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.
|
|
3977
|
+
*/
|
|
3978
|
+
modifyVerifiedAccessInstanceLoggingConfiguration(params: EC2.Types.ModifyVerifiedAccessInstanceLoggingConfigurationRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceLoggingConfigurationResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceLoggingConfigurationResult, AWSError>;
|
|
3979
|
+
/**
|
|
3980
|
+
* Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.
|
|
3981
|
+
*/
|
|
3982
|
+
modifyVerifiedAccessInstanceLoggingConfiguration(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessInstanceLoggingConfigurationResult) => void): Request<EC2.Types.ModifyVerifiedAccessInstanceLoggingConfigurationResult, AWSError>;
|
|
3983
|
+
/**
|
|
3984
|
+
* Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.
|
|
3985
|
+
*/
|
|
3986
|
+
modifyVerifiedAccessTrustProvider(params: EC2.Types.ModifyVerifiedAccessTrustProviderRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.ModifyVerifiedAccessTrustProviderResult, AWSError>;
|
|
3987
|
+
/**
|
|
3988
|
+
* Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.
|
|
3989
|
+
*/
|
|
3990
|
+
modifyVerifiedAccessTrustProvider(callback?: (err: AWSError, data: EC2.Types.ModifyVerifiedAccessTrustProviderResult) => void): Request<EC2.Types.ModifyVerifiedAccessTrustProviderResult, AWSError>;
|
|
3759
3991
|
/**
|
|
3760
3992
|
* You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see Amazon EBS Elastic Volumes (Linux instances) or Amazon EBS Elastic Volumes (Windows instances). When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For more information, see Extend a Linux file system or Extend a Windows file system. You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using DescribeVolumesModifications. For information about tracking status changes using either method, see Monitor the progress of volume modifications. With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance. After modifying a volume, you must wait at least six hours and ensure that the volume is in the in-use or available state before you can modify the same volume. This is sometimes referred to as a cooldown period.
|
|
3761
3993
|
*/
|
|
@@ -4767,6 +4999,9 @@ declare namespace EC2 {
|
|
|
4767
4999
|
DryRun?: Boolean;
|
|
4768
5000
|
}
|
|
4769
5001
|
export interface AcceptTransitGatewayMulticastDomainAssociationsResult {
|
|
5002
|
+
/**
|
|
5003
|
+
* Information about the multicast domain associations.
|
|
5004
|
+
*/
|
|
4770
5005
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
4771
5006
|
}
|
|
4772
5007
|
export interface AcceptTransitGatewayPeeringAttachmentRequest {
|
|
@@ -4829,7 +5064,7 @@ declare namespace EC2 {
|
|
|
4829
5064
|
/**
|
|
4830
5065
|
* The ID of the VPC peering connection. You must specify this parameter in the request.
|
|
4831
5066
|
*/
|
|
4832
|
-
VpcPeeringConnectionId?:
|
|
5067
|
+
VpcPeeringConnectionId?: VpcPeeringConnectionIdWithResolver;
|
|
4833
5068
|
}
|
|
4834
5069
|
export interface AcceptVpcPeeringConnectionResult {
|
|
4835
5070
|
/**
|
|
@@ -6035,6 +6270,10 @@ declare namespace EC2 {
|
|
|
6035
6270
|
* The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
|
|
6036
6271
|
*/
|
|
6037
6272
|
NetworkCardIndex?: Integer;
|
|
6273
|
+
/**
|
|
6274
|
+
* Configures ENA Express for the network interface that this action attaches to the instance.
|
|
6275
|
+
*/
|
|
6276
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
6038
6277
|
}
|
|
6039
6278
|
export interface AttachNetworkInterfaceResult {
|
|
6040
6279
|
/**
|
|
@@ -6046,6 +6285,34 @@ declare namespace EC2 {
|
|
|
6046
6285
|
*/
|
|
6047
6286
|
NetworkCardIndex?: Integer;
|
|
6048
6287
|
}
|
|
6288
|
+
export interface AttachVerifiedAccessTrustProviderRequest {
|
|
6289
|
+
/**
|
|
6290
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
6291
|
+
*/
|
|
6292
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
6293
|
+
/**
|
|
6294
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
6295
|
+
*/
|
|
6296
|
+
VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
|
|
6297
|
+
/**
|
|
6298
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
6299
|
+
*/
|
|
6300
|
+
ClientToken?: String;
|
|
6301
|
+
/**
|
|
6302
|
+
* 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.
|
|
6303
|
+
*/
|
|
6304
|
+
DryRun?: Boolean;
|
|
6305
|
+
}
|
|
6306
|
+
export interface AttachVerifiedAccessTrustProviderResult {
|
|
6307
|
+
/**
|
|
6308
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
6309
|
+
*/
|
|
6310
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
6311
|
+
/**
|
|
6312
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
6313
|
+
*/
|
|
6314
|
+
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
6315
|
+
}
|
|
6049
6316
|
export interface AttachVolumeRequest {
|
|
6050
6317
|
/**
|
|
6051
6318
|
* The device name (for example, /dev/sdh or xvdh).
|
|
@@ -6084,6 +6351,22 @@ declare namespace EC2 {
|
|
|
6084
6351
|
*/
|
|
6085
6352
|
VpcAttachment?: VpcAttachment;
|
|
6086
6353
|
}
|
|
6354
|
+
export interface AttachmentEnaSrdSpecification {
|
|
6355
|
+
/**
|
|
6356
|
+
* Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
|
6357
|
+
*/
|
|
6358
|
+
EnaSrdEnabled?: Boolean;
|
|
6359
|
+
/**
|
|
6360
|
+
* ENA Express configuration for UDP network traffic.
|
|
6361
|
+
*/
|
|
6362
|
+
EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
|
|
6363
|
+
}
|
|
6364
|
+
export interface AttachmentEnaSrdUdpSpecification {
|
|
6365
|
+
/**
|
|
6366
|
+
* Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
|
|
6367
|
+
*/
|
|
6368
|
+
EnaSrdUdpEnabled?: Boolean;
|
|
6369
|
+
}
|
|
6087
6370
|
export type AttachmentStatus = "attaching"|"attached"|"detaching"|"detached"|string;
|
|
6088
6371
|
export interface AttributeBooleanValue {
|
|
6089
6372
|
/**
|
|
@@ -6987,6 +7270,7 @@ declare namespace EC2 {
|
|
|
6987
7270
|
export type CarrierGatewayMaxResults = number;
|
|
6988
7271
|
export type CarrierGatewaySet = CarrierGateway[];
|
|
6989
7272
|
export type CarrierGatewayState = "pending"|"available"|"deleting"|"deleted"|string;
|
|
7273
|
+
export type CertificateArn = string;
|
|
6990
7274
|
export interface CertificateAuthentication {
|
|
6991
7275
|
/**
|
|
6992
7276
|
* The ARN of the client certificate.
|
|
@@ -8119,6 +8403,9 @@ declare namespace EC2 {
|
|
|
8119
8403
|
DryRun?: Boolean;
|
|
8120
8404
|
}
|
|
8121
8405
|
export interface CreateCoipPoolResult {
|
|
8406
|
+
/**
|
|
8407
|
+
* Information about the CoIP address pool.
|
|
8408
|
+
*/
|
|
8122
8409
|
CoipPool?: CoipPool;
|
|
8123
8410
|
}
|
|
8124
8411
|
export interface CreateCustomerGatewayRequest {
|
|
@@ -8844,6 +9131,9 @@ declare namespace EC2 {
|
|
|
8844
9131
|
DryRun?: Boolean;
|
|
8845
9132
|
}
|
|
8846
9133
|
export interface CreateLocalGatewayRouteTableResult {
|
|
9134
|
+
/**
|
|
9135
|
+
* Information about the local gateway route table.
|
|
9136
|
+
*/
|
|
8847
9137
|
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
8848
9138
|
}
|
|
8849
9139
|
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
@@ -8865,6 +9155,9 @@ declare namespace EC2 {
|
|
|
8865
9155
|
DryRun?: Boolean;
|
|
8866
9156
|
}
|
|
8867
9157
|
export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
9158
|
+
/**
|
|
9159
|
+
* Information about the local gateway route table virtual interface group association.
|
|
9160
|
+
*/
|
|
8868
9161
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
8869
9162
|
}
|
|
8870
9163
|
export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
|
|
@@ -10173,6 +10466,243 @@ declare namespace EC2 {
|
|
|
10173
10466
|
*/
|
|
10174
10467
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
10175
10468
|
}
|
|
10469
|
+
export interface CreateVerifiedAccessEndpointEniOptions {
|
|
10470
|
+
/**
|
|
10471
|
+
* The ID of the network interface.
|
|
10472
|
+
*/
|
|
10473
|
+
NetworkInterfaceId?: NetworkInterfaceId;
|
|
10474
|
+
/**
|
|
10475
|
+
* The IP protocol.
|
|
10476
|
+
*/
|
|
10477
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
10478
|
+
/**
|
|
10479
|
+
* The IP port number.
|
|
10480
|
+
*/
|
|
10481
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
10482
|
+
}
|
|
10483
|
+
export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
10484
|
+
/**
|
|
10485
|
+
* The IP protocol.
|
|
10486
|
+
*/
|
|
10487
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
10488
|
+
/**
|
|
10489
|
+
* The IP port number.
|
|
10490
|
+
*/
|
|
10491
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
10492
|
+
/**
|
|
10493
|
+
* The ARN of the load balancer.
|
|
10494
|
+
*/
|
|
10495
|
+
LoadBalancerArn?: LoadBalancerArn;
|
|
10496
|
+
/**
|
|
10497
|
+
* The IDs of the subnets.
|
|
10498
|
+
*/
|
|
10499
|
+
SubnetIds?: CreateVerifiedAccessEndpointSubnetIdList;
|
|
10500
|
+
}
|
|
10501
|
+
export interface CreateVerifiedAccessEndpointRequest {
|
|
10502
|
+
/**
|
|
10503
|
+
* The ID of the Verified Access group to associate the endpoint with.
|
|
10504
|
+
*/
|
|
10505
|
+
VerifiedAccessGroupId: VerifiedAccessGroupId;
|
|
10506
|
+
/**
|
|
10507
|
+
* The type of Amazon Web Services Verified Access endpoint to create.
|
|
10508
|
+
*/
|
|
10509
|
+
EndpointType: VerifiedAccessEndpointType;
|
|
10510
|
+
/**
|
|
10511
|
+
* The Amazon Web Services network component Verified Access attaches to.
|
|
10512
|
+
*/
|
|
10513
|
+
AttachmentType: VerifiedAccessEndpointAttachmentType;
|
|
10514
|
+
/**
|
|
10515
|
+
* The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
|
|
10516
|
+
*/
|
|
10517
|
+
DomainCertificateArn: CertificateArn;
|
|
10518
|
+
/**
|
|
10519
|
+
* The DNS name for users to reach your application.
|
|
10520
|
+
*/
|
|
10521
|
+
ApplicationDomain: String;
|
|
10522
|
+
/**
|
|
10523
|
+
* A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
|
|
10524
|
+
*/
|
|
10525
|
+
EndpointDomainPrefix: String;
|
|
10526
|
+
/**
|
|
10527
|
+
* The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.
|
|
10528
|
+
*/
|
|
10529
|
+
SecurityGroupIds?: SecurityGroupIdList;
|
|
10530
|
+
/**
|
|
10531
|
+
* The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.
|
|
10532
|
+
*/
|
|
10533
|
+
LoadBalancerOptions?: CreateVerifiedAccessEndpointLoadBalancerOptions;
|
|
10534
|
+
/**
|
|
10535
|
+
* The network interface details if creating the Amazon Web Services Verified Access endpoint as network-interfacetype.
|
|
10536
|
+
*/
|
|
10537
|
+
NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions;
|
|
10538
|
+
/**
|
|
10539
|
+
* A description for the Amazon Web Services Verified Access endpoint.
|
|
10540
|
+
*/
|
|
10541
|
+
Description?: String;
|
|
10542
|
+
/**
|
|
10543
|
+
* The Amazon Web Services Verified Access policy document.
|
|
10544
|
+
*/
|
|
10545
|
+
PolicyDocument?: String;
|
|
10546
|
+
/**
|
|
10547
|
+
* The tags to assign to the Amazon Web Services Verified Access endpoint.
|
|
10548
|
+
*/
|
|
10549
|
+
TagSpecifications?: TagSpecificationList;
|
|
10550
|
+
/**
|
|
10551
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
10552
|
+
*/
|
|
10553
|
+
ClientToken?: String;
|
|
10554
|
+
/**
|
|
10555
|
+
* 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.
|
|
10556
|
+
*/
|
|
10557
|
+
DryRun?: Boolean;
|
|
10558
|
+
}
|
|
10559
|
+
export interface CreateVerifiedAccessEndpointResult {
|
|
10560
|
+
/**
|
|
10561
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
10562
|
+
*/
|
|
10563
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
10564
|
+
}
|
|
10565
|
+
export type CreateVerifiedAccessEndpointSubnetIdList = SubnetId[];
|
|
10566
|
+
export interface CreateVerifiedAccessGroupRequest {
|
|
10567
|
+
/**
|
|
10568
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
10569
|
+
*/
|
|
10570
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
10571
|
+
/**
|
|
10572
|
+
* A description for the Amazon Web Services Verified Access group.
|
|
10573
|
+
*/
|
|
10574
|
+
Description?: String;
|
|
10575
|
+
/**
|
|
10576
|
+
* The Amazon Web Services Verified Access policy document.
|
|
10577
|
+
*/
|
|
10578
|
+
PolicyDocument?: String;
|
|
10579
|
+
/**
|
|
10580
|
+
* The tags to assign to the Amazon Web Services Verified Access group.
|
|
10581
|
+
*/
|
|
10582
|
+
TagSpecifications?: TagSpecificationList;
|
|
10583
|
+
/**
|
|
10584
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
10585
|
+
*/
|
|
10586
|
+
ClientToken?: String;
|
|
10587
|
+
/**
|
|
10588
|
+
* 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.
|
|
10589
|
+
*/
|
|
10590
|
+
DryRun?: Boolean;
|
|
10591
|
+
}
|
|
10592
|
+
export interface CreateVerifiedAccessGroupResult {
|
|
10593
|
+
/**
|
|
10594
|
+
* The ID of the Verified Access group.
|
|
10595
|
+
*/
|
|
10596
|
+
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
10597
|
+
}
|
|
10598
|
+
export interface CreateVerifiedAccessInstanceRequest {
|
|
10599
|
+
/**
|
|
10600
|
+
* A description for the Amazon Web Services Verified Access instance.
|
|
10601
|
+
*/
|
|
10602
|
+
Description?: String;
|
|
10603
|
+
/**
|
|
10604
|
+
* The tags to assign to the Amazon Web Services Verified Access instance.
|
|
10605
|
+
*/
|
|
10606
|
+
TagSpecifications?: TagSpecificationList;
|
|
10607
|
+
/**
|
|
10608
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
10609
|
+
*/
|
|
10610
|
+
ClientToken?: String;
|
|
10611
|
+
/**
|
|
10612
|
+
* 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.
|
|
10613
|
+
*/
|
|
10614
|
+
DryRun?: Boolean;
|
|
10615
|
+
}
|
|
10616
|
+
export interface CreateVerifiedAccessInstanceResult {
|
|
10617
|
+
/**
|
|
10618
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
10619
|
+
*/
|
|
10620
|
+
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
10621
|
+
}
|
|
10622
|
+
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
10623
|
+
/**
|
|
10624
|
+
* The ID of the tenant application with the device-identity provider.
|
|
10625
|
+
*/
|
|
10626
|
+
TenantId?: String;
|
|
10627
|
+
}
|
|
10628
|
+
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
10629
|
+
/**
|
|
10630
|
+
* The OIDC issuer.
|
|
10631
|
+
*/
|
|
10632
|
+
Issuer?: String;
|
|
10633
|
+
/**
|
|
10634
|
+
* The OIDC authorization endpoint.
|
|
10635
|
+
*/
|
|
10636
|
+
AuthorizationEndpoint?: String;
|
|
10637
|
+
/**
|
|
10638
|
+
* The OIDC token endpoint.
|
|
10639
|
+
*/
|
|
10640
|
+
TokenEndpoint?: String;
|
|
10641
|
+
/**
|
|
10642
|
+
* The OIDC user info endpoint.
|
|
10643
|
+
*/
|
|
10644
|
+
UserInfoEndpoint?: String;
|
|
10645
|
+
/**
|
|
10646
|
+
* The client identifier.
|
|
10647
|
+
*/
|
|
10648
|
+
ClientId?: String;
|
|
10649
|
+
/**
|
|
10650
|
+
* The client secret.
|
|
10651
|
+
*/
|
|
10652
|
+
ClientSecret?: String;
|
|
10653
|
+
/**
|
|
10654
|
+
* OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
|
|
10655
|
+
*/
|
|
10656
|
+
Scope?: String;
|
|
10657
|
+
}
|
|
10658
|
+
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
10659
|
+
/**
|
|
10660
|
+
* The type of trust provider can be either user or device-based.
|
|
10661
|
+
*/
|
|
10662
|
+
TrustProviderType: TrustProviderType;
|
|
10663
|
+
/**
|
|
10664
|
+
* The type of user-based trust provider.
|
|
10665
|
+
*/
|
|
10666
|
+
UserTrustProviderType?: UserTrustProviderType;
|
|
10667
|
+
/**
|
|
10668
|
+
* The type of device-based trust provider.
|
|
10669
|
+
*/
|
|
10670
|
+
DeviceTrustProviderType?: DeviceTrustProviderType;
|
|
10671
|
+
/**
|
|
10672
|
+
* The OpenID Connect details for an oidc-type, user-identity based trust provider.
|
|
10673
|
+
*/
|
|
10674
|
+
OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions;
|
|
10675
|
+
/**
|
|
10676
|
+
* The options for device identity based trust providers.
|
|
10677
|
+
*/
|
|
10678
|
+
DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions;
|
|
10679
|
+
/**
|
|
10680
|
+
* The identifier to be used when working with policy rules.
|
|
10681
|
+
*/
|
|
10682
|
+
PolicyReferenceName: String;
|
|
10683
|
+
/**
|
|
10684
|
+
* A description for the Amazon Web Services Verified Access trust provider.
|
|
10685
|
+
*/
|
|
10686
|
+
Description?: String;
|
|
10687
|
+
/**
|
|
10688
|
+
* The tags to assign to the Amazon Web Services Verified Access trust provider.
|
|
10689
|
+
*/
|
|
10690
|
+
TagSpecifications?: TagSpecificationList;
|
|
10691
|
+
/**
|
|
10692
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
10693
|
+
*/
|
|
10694
|
+
ClientToken?: String;
|
|
10695
|
+
/**
|
|
10696
|
+
* 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.
|
|
10697
|
+
*/
|
|
10698
|
+
DryRun?: Boolean;
|
|
10699
|
+
}
|
|
10700
|
+
export interface CreateVerifiedAccessTrustProviderResult {
|
|
10701
|
+
/**
|
|
10702
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
10703
|
+
*/
|
|
10704
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
10705
|
+
}
|
|
10176
10706
|
export interface CreateVolumePermission {
|
|
10177
10707
|
/**
|
|
10178
10708
|
* The group to be added or removed. The possible value is all.
|
|
@@ -10607,6 +11137,64 @@ declare namespace EC2 {
|
|
|
10607
11137
|
export type CustomerGatewayList = CustomerGateway[];
|
|
10608
11138
|
export type DITMaxResults = number;
|
|
10609
11139
|
export type DITOMaxResults = number;
|
|
11140
|
+
export type DataQueries = DataQuery[];
|
|
11141
|
+
export interface DataQuery {
|
|
11142
|
+
/**
|
|
11143
|
+
* A user-defined ID associated with a data query that's returned in the dataResponse identifying the query. For example, if you set the Id to MyQuery01in the query, the dataResponse identifies the query as MyQuery01.
|
|
11144
|
+
*/
|
|
11145
|
+
Id?: String;
|
|
11146
|
+
/**
|
|
11147
|
+
* The Region or Availability Zone that's the source for the data query. For example, us-east-1.
|
|
11148
|
+
*/
|
|
11149
|
+
Source?: String;
|
|
11150
|
+
/**
|
|
11151
|
+
* The Region or Availability Zone that's the target for the data query. For example, eu-north-1.
|
|
11152
|
+
*/
|
|
11153
|
+
Destination?: String;
|
|
11154
|
+
/**
|
|
11155
|
+
* The aggregation metric used for the data query. Currently only aggregation-latency is supported, indicating network latency.
|
|
11156
|
+
*/
|
|
11157
|
+
Metric?: MetricType;
|
|
11158
|
+
/**
|
|
11159
|
+
* Metric data aggregations over specified periods of time. The following are the supported Infrastructure Performance statistics: p50 - The median value of the metric aggregated over a specified start and end time. For example, a metric of five_minutes is the median of all the data points gathered within those five minutes.
|
|
11160
|
+
*/
|
|
11161
|
+
Statistic?: StatisticType;
|
|
11162
|
+
/**
|
|
11163
|
+
* The aggregation period used for the data query.
|
|
11164
|
+
*/
|
|
11165
|
+
Period?: PeriodType;
|
|
11166
|
+
}
|
|
11167
|
+
export interface DataResponse {
|
|
11168
|
+
/**
|
|
11169
|
+
* The ID passed in the DataQuery.
|
|
11170
|
+
*/
|
|
11171
|
+
Id?: String;
|
|
11172
|
+
/**
|
|
11173
|
+
* The Region or Availability Zone that's the source for the data query. For example, us-east-1.
|
|
11174
|
+
*/
|
|
11175
|
+
Source?: String;
|
|
11176
|
+
/**
|
|
11177
|
+
* The Region or Availability Zone that's the destination for the data query. For example, eu-west-1.
|
|
11178
|
+
*/
|
|
11179
|
+
Destination?: String;
|
|
11180
|
+
/**
|
|
11181
|
+
* The metric used for the network performance request. Currently only aggregate-latency is supported, showing network latency during a specified period.
|
|
11182
|
+
*/
|
|
11183
|
+
Metric?: MetricType;
|
|
11184
|
+
/**
|
|
11185
|
+
* The statistic used for the network performance request.
|
|
11186
|
+
*/
|
|
11187
|
+
Statistic?: StatisticType;
|
|
11188
|
+
/**
|
|
11189
|
+
* The period used for the network performance request.
|
|
11190
|
+
*/
|
|
11191
|
+
Period?: PeriodType;
|
|
11192
|
+
/**
|
|
11193
|
+
* A list of MetricPoint objects.
|
|
11194
|
+
*/
|
|
11195
|
+
MetricPoints?: MetricPoints;
|
|
11196
|
+
}
|
|
11197
|
+
export type DataResponses = DataResponse[];
|
|
10610
11198
|
export type DatafeedSubscriptionState = "Active"|"Inactive"|string;
|
|
10611
11199
|
export type DateTime = Date;
|
|
10612
11200
|
export type DedicatedHostFlag = boolean;
|
|
@@ -10704,6 +11292,9 @@ declare namespace EC2 {
|
|
|
10704
11292
|
DryRun?: Boolean;
|
|
10705
11293
|
}
|
|
10706
11294
|
export interface DeleteCoipPoolResult {
|
|
11295
|
+
/**
|
|
11296
|
+
* Information about the CoIP address pool.
|
|
11297
|
+
*/
|
|
10707
11298
|
CoipPool?: CoipPool;
|
|
10708
11299
|
}
|
|
10709
11300
|
export interface DeleteCustomerGatewayRequest {
|
|
@@ -11044,6 +11635,9 @@ declare namespace EC2 {
|
|
|
11044
11635
|
DryRun?: Boolean;
|
|
11045
11636
|
}
|
|
11046
11637
|
export interface DeleteLocalGatewayRouteTableResult {
|
|
11638
|
+
/**
|
|
11639
|
+
* Information about the local gateway route table.
|
|
11640
|
+
*/
|
|
11047
11641
|
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
11048
11642
|
}
|
|
11049
11643
|
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
@@ -11057,6 +11651,9 @@ declare namespace EC2 {
|
|
|
11057
11651
|
DryRun?: Boolean;
|
|
11058
11652
|
}
|
|
11059
11653
|
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
11654
|
+
/**
|
|
11655
|
+
* Information about the association.
|
|
11656
|
+
*/
|
|
11060
11657
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
11061
11658
|
}
|
|
11062
11659
|
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
@@ -11637,6 +12234,86 @@ declare namespace EC2 {
|
|
|
11637
12234
|
*/
|
|
11638
12235
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
11639
12236
|
}
|
|
12237
|
+
export interface DeleteVerifiedAccessEndpointRequest {
|
|
12238
|
+
/**
|
|
12239
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
12240
|
+
*/
|
|
12241
|
+
VerifiedAccessEndpointId: VerifiedAccessEndpointId;
|
|
12242
|
+
/**
|
|
12243
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
12244
|
+
*/
|
|
12245
|
+
ClientToken?: String;
|
|
12246
|
+
/**
|
|
12247
|
+
* 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.
|
|
12248
|
+
*/
|
|
12249
|
+
DryRun?: Boolean;
|
|
12250
|
+
}
|
|
12251
|
+
export interface DeleteVerifiedAccessEndpointResult {
|
|
12252
|
+
/**
|
|
12253
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
12254
|
+
*/
|
|
12255
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
12256
|
+
}
|
|
12257
|
+
export interface DeleteVerifiedAccessGroupRequest {
|
|
12258
|
+
/**
|
|
12259
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
12260
|
+
*/
|
|
12261
|
+
VerifiedAccessGroupId: VerifiedAccessGroupId;
|
|
12262
|
+
/**
|
|
12263
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
12264
|
+
*/
|
|
12265
|
+
ClientToken?: String;
|
|
12266
|
+
/**
|
|
12267
|
+
* 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.
|
|
12268
|
+
*/
|
|
12269
|
+
DryRun?: Boolean;
|
|
12270
|
+
}
|
|
12271
|
+
export interface DeleteVerifiedAccessGroupResult {
|
|
12272
|
+
/**
|
|
12273
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
12274
|
+
*/
|
|
12275
|
+
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
12276
|
+
}
|
|
12277
|
+
export interface DeleteVerifiedAccessInstanceRequest {
|
|
12278
|
+
/**
|
|
12279
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
12280
|
+
*/
|
|
12281
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
12282
|
+
/**
|
|
12283
|
+
* 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.
|
|
12284
|
+
*/
|
|
12285
|
+
DryRun?: Boolean;
|
|
12286
|
+
/**
|
|
12287
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
12288
|
+
*/
|
|
12289
|
+
ClientToken?: String;
|
|
12290
|
+
}
|
|
12291
|
+
export interface DeleteVerifiedAccessInstanceResult {
|
|
12292
|
+
/**
|
|
12293
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
12294
|
+
*/
|
|
12295
|
+
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
12296
|
+
}
|
|
12297
|
+
export interface DeleteVerifiedAccessTrustProviderRequest {
|
|
12298
|
+
/**
|
|
12299
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
12300
|
+
*/
|
|
12301
|
+
VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
|
|
12302
|
+
/**
|
|
12303
|
+
* 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.
|
|
12304
|
+
*/
|
|
12305
|
+
DryRun?: Boolean;
|
|
12306
|
+
/**
|
|
12307
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
12308
|
+
*/
|
|
12309
|
+
ClientToken?: String;
|
|
12310
|
+
}
|
|
12311
|
+
export interface DeleteVerifiedAccessTrustProviderResult {
|
|
12312
|
+
/**
|
|
12313
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
12314
|
+
*/
|
|
12315
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
12316
|
+
}
|
|
11640
12317
|
export interface DeleteVolumeRequest {
|
|
11641
12318
|
/**
|
|
11642
12319
|
* The ID of the volume.
|
|
@@ -12041,6 +12718,34 @@ declare namespace EC2 {
|
|
|
12041
12718
|
*/
|
|
12042
12719
|
AvailabilityZones?: AvailabilityZoneList;
|
|
12043
12720
|
}
|
|
12721
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
|
|
12722
|
+
/**
|
|
12723
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
12724
|
+
*/
|
|
12725
|
+
MaxResults?: MaxResultsParam;
|
|
12726
|
+
/**
|
|
12727
|
+
* The token for the next page of results.
|
|
12728
|
+
*/
|
|
12729
|
+
NextToken?: String;
|
|
12730
|
+
/**
|
|
12731
|
+
* One or more filters.
|
|
12732
|
+
*/
|
|
12733
|
+
Filters?: FilterList;
|
|
12734
|
+
/**
|
|
12735
|
+
* 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.
|
|
12736
|
+
*/
|
|
12737
|
+
DryRun?: Boolean;
|
|
12738
|
+
}
|
|
12739
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
12740
|
+
/**
|
|
12741
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
12742
|
+
*/
|
|
12743
|
+
NextToken?: String;
|
|
12744
|
+
/**
|
|
12745
|
+
* Describes the current Infrastructure Performance subscriptions.
|
|
12746
|
+
*/
|
|
12747
|
+
Subscriptions?: SubscriptionList;
|
|
12748
|
+
}
|
|
12044
12749
|
export interface DescribeBundleTasksRequest {
|
|
12045
12750
|
/**
|
|
12046
12751
|
* The bundle task IDs. Default: Describes all your bundle tasks.
|
|
@@ -15718,6 +16423,183 @@ declare namespace EC2 {
|
|
|
15718
16423
|
*/
|
|
15719
16424
|
NextToken?: String;
|
|
15720
16425
|
}
|
|
16426
|
+
export type DescribeVerifiedAccessEndpointsMaxResults = number;
|
|
16427
|
+
export interface DescribeVerifiedAccessEndpointsRequest {
|
|
16428
|
+
/**
|
|
16429
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
16430
|
+
*/
|
|
16431
|
+
VerifiedAccessEndpointIds?: VerifiedAccessEndpointIdList;
|
|
16432
|
+
/**
|
|
16433
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
16434
|
+
*/
|
|
16435
|
+
VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
|
|
16436
|
+
/**
|
|
16437
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
16438
|
+
*/
|
|
16439
|
+
VerifiedAccessGroupId?: VerifiedAccessGroupId;
|
|
16440
|
+
/**
|
|
16441
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
16442
|
+
*/
|
|
16443
|
+
MaxResults?: DescribeVerifiedAccessEndpointsMaxResults;
|
|
16444
|
+
/**
|
|
16445
|
+
* The token for the next page of results.
|
|
16446
|
+
*/
|
|
16447
|
+
NextToken?: NextToken;
|
|
16448
|
+
/**
|
|
16449
|
+
* One or more filters. Filter names and values are case-sensitive.
|
|
16450
|
+
*/
|
|
16451
|
+
Filters?: FilterList;
|
|
16452
|
+
/**
|
|
16453
|
+
* 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.
|
|
16454
|
+
*/
|
|
16455
|
+
DryRun?: Boolean;
|
|
16456
|
+
}
|
|
16457
|
+
export interface DescribeVerifiedAccessEndpointsResult {
|
|
16458
|
+
/**
|
|
16459
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
16460
|
+
*/
|
|
16461
|
+
VerifiedAccessEndpoints?: VerifiedAccessEndpointList;
|
|
16462
|
+
/**
|
|
16463
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
16464
|
+
*/
|
|
16465
|
+
NextToken?: NextToken;
|
|
16466
|
+
}
|
|
16467
|
+
export type DescribeVerifiedAccessGroupMaxResults = number;
|
|
16468
|
+
export interface DescribeVerifiedAccessGroupsRequest {
|
|
16469
|
+
/**
|
|
16470
|
+
* The ID of the Amazon Web Services Verified Access groups.
|
|
16471
|
+
*/
|
|
16472
|
+
VerifiedAccessGroupIds?: VerifiedAccessGroupIdList;
|
|
16473
|
+
/**
|
|
16474
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
16475
|
+
*/
|
|
16476
|
+
VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
|
|
16477
|
+
/**
|
|
16478
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
16479
|
+
*/
|
|
16480
|
+
MaxResults?: DescribeVerifiedAccessGroupMaxResults;
|
|
16481
|
+
/**
|
|
16482
|
+
* The token for the next page of results.
|
|
16483
|
+
*/
|
|
16484
|
+
NextToken?: NextToken;
|
|
16485
|
+
/**
|
|
16486
|
+
* One or more filters. Filter names and values are case-sensitive.
|
|
16487
|
+
*/
|
|
16488
|
+
Filters?: FilterList;
|
|
16489
|
+
/**
|
|
16490
|
+
* 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.
|
|
16491
|
+
*/
|
|
16492
|
+
DryRun?: Boolean;
|
|
16493
|
+
}
|
|
16494
|
+
export interface DescribeVerifiedAccessGroupsResult {
|
|
16495
|
+
/**
|
|
16496
|
+
* The ID of the Verified Access group.
|
|
16497
|
+
*/
|
|
16498
|
+
VerifiedAccessGroups?: VerifiedAccessGroupList;
|
|
16499
|
+
/**
|
|
16500
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
16501
|
+
*/
|
|
16502
|
+
NextToken?: NextToken;
|
|
16503
|
+
}
|
|
16504
|
+
export type DescribeVerifiedAccessInstanceLoggingConfigurationsMaxResults = number;
|
|
16505
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
16506
|
+
/**
|
|
16507
|
+
* The IDs of the Amazon Web Services Verified Access instances.
|
|
16508
|
+
*/
|
|
16509
|
+
VerifiedAccessInstanceIds?: VerifiedAccessInstanceIdList;
|
|
16510
|
+
/**
|
|
16511
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
16512
|
+
*/
|
|
16513
|
+
MaxResults?: DescribeVerifiedAccessInstanceLoggingConfigurationsMaxResults;
|
|
16514
|
+
/**
|
|
16515
|
+
* The token for the next page of results.
|
|
16516
|
+
*/
|
|
16517
|
+
NextToken?: NextToken;
|
|
16518
|
+
/**
|
|
16519
|
+
* One or more filters. Filter names and values are case-sensitive.
|
|
16520
|
+
*/
|
|
16521
|
+
Filters?: FilterList;
|
|
16522
|
+
/**
|
|
16523
|
+
* 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.
|
|
16524
|
+
*/
|
|
16525
|
+
DryRun?: Boolean;
|
|
16526
|
+
}
|
|
16527
|
+
export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
|
|
16528
|
+
/**
|
|
16529
|
+
* The current logging configuration for the Amazon Web Services Verified Access instances.
|
|
16530
|
+
*/
|
|
16531
|
+
LoggingConfigurations?: VerifiedAccessInstanceLoggingConfigurationList;
|
|
16532
|
+
/**
|
|
16533
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
16534
|
+
*/
|
|
16535
|
+
NextToken?: NextToken;
|
|
16536
|
+
}
|
|
16537
|
+
export type DescribeVerifiedAccessInstancesMaxResults = number;
|
|
16538
|
+
export interface DescribeVerifiedAccessInstancesRequest {
|
|
16539
|
+
/**
|
|
16540
|
+
* The IDs of the Amazon Web Services Verified Access instances.
|
|
16541
|
+
*/
|
|
16542
|
+
VerifiedAccessInstanceIds?: VerifiedAccessInstanceIdList;
|
|
16543
|
+
/**
|
|
16544
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
16545
|
+
*/
|
|
16546
|
+
MaxResults?: DescribeVerifiedAccessInstancesMaxResults;
|
|
16547
|
+
/**
|
|
16548
|
+
* The token for the next page of results.
|
|
16549
|
+
*/
|
|
16550
|
+
NextToken?: NextToken;
|
|
16551
|
+
/**
|
|
16552
|
+
* One or more filters. Filter names and values are case-sensitive.
|
|
16553
|
+
*/
|
|
16554
|
+
Filters?: FilterList;
|
|
16555
|
+
/**
|
|
16556
|
+
* 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.
|
|
16557
|
+
*/
|
|
16558
|
+
DryRun?: Boolean;
|
|
16559
|
+
}
|
|
16560
|
+
export interface DescribeVerifiedAccessInstancesResult {
|
|
16561
|
+
/**
|
|
16562
|
+
* The IDs of the Amazon Web Services Verified Access instances.
|
|
16563
|
+
*/
|
|
16564
|
+
VerifiedAccessInstances?: VerifiedAccessInstanceList;
|
|
16565
|
+
/**
|
|
16566
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
16567
|
+
*/
|
|
16568
|
+
NextToken?: NextToken;
|
|
16569
|
+
}
|
|
16570
|
+
export type DescribeVerifiedAccessTrustProvidersMaxResults = number;
|
|
16571
|
+
export interface DescribeVerifiedAccessTrustProvidersRequest {
|
|
16572
|
+
/**
|
|
16573
|
+
* The IDs of the Amazon Web Services Verified Access trust providers.
|
|
16574
|
+
*/
|
|
16575
|
+
VerifiedAccessTrustProviderIds?: VerifiedAccessTrustProviderIdList;
|
|
16576
|
+
/**
|
|
16577
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
16578
|
+
*/
|
|
16579
|
+
MaxResults?: DescribeVerifiedAccessTrustProvidersMaxResults;
|
|
16580
|
+
/**
|
|
16581
|
+
* The token for the next page of results.
|
|
16582
|
+
*/
|
|
16583
|
+
NextToken?: NextToken;
|
|
16584
|
+
/**
|
|
16585
|
+
* One or more filters. Filter names and values are case-sensitive.
|
|
16586
|
+
*/
|
|
16587
|
+
Filters?: FilterList;
|
|
16588
|
+
/**
|
|
16589
|
+
* 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.
|
|
16590
|
+
*/
|
|
16591
|
+
DryRun?: Boolean;
|
|
16592
|
+
}
|
|
16593
|
+
export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
16594
|
+
/**
|
|
16595
|
+
* The IDs of the Amazon Web Services Verified Access trust providers.
|
|
16596
|
+
*/
|
|
16597
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProviderList;
|
|
16598
|
+
/**
|
|
16599
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
16600
|
+
*/
|
|
16601
|
+
NextToken?: NextToken;
|
|
16602
|
+
}
|
|
15721
16603
|
export interface DescribeVolumeAttributeRequest {
|
|
15722
16604
|
/**
|
|
15723
16605
|
* The attribute of the volume. This parameter is required.
|
|
@@ -16054,7 +16936,7 @@ declare namespace EC2 {
|
|
|
16054
16936
|
*/
|
|
16055
16937
|
ServiceNames?: ValueStringList;
|
|
16056
16938
|
/**
|
|
16057
|
-
* One or more filters. service-name - The name of the service. service-type - The type of service (Interface | Gateway). supported-ip-address-types - The IP address type (ipv4 | ipv6). 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.
|
|
16939
|
+
* One or more filters. owner - The ID or alias of the Amazon Web Services account that owns the service. service-name - The name of the service. service-type - The type of service (Interface | Gateway | GatewayLoadBalancer). supported-ip-address-types - The IP address type (ipv4 | ipv6). 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.
|
|
16058
16940
|
*/
|
|
16059
16941
|
Filters?: FilterList;
|
|
16060
16942
|
/**
|
|
@@ -16090,7 +16972,7 @@ declare namespace EC2 {
|
|
|
16090
16972
|
*/
|
|
16091
16973
|
VpcEndpointIds?: VpcEndpointIdList;
|
|
16092
16974
|
/**
|
|
16093
|
-
* One or more filters. ip-address-type - The IP address type (ipv4 | ipv6). service-name - The name of the service.
|
|
16975
|
+
* One or more filters. ip-address-type - The IP address type (ipv4 | ipv6). service-name - The name of the service. 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. vpc-id - The ID of the VPC in which the endpoint resides. vpc-endpoint-id - The ID of the endpoint. vpc-endpoint-state - The state of the endpoint (pendingAcceptance | pending | available | deleting | deleted | rejected | failed). vpc-endpoint-type - The type of VPC endpoint (Interface | Gateway | GatewayLoadBalancer).
|
|
16094
16976
|
*/
|
|
16095
16977
|
Filters?: FilterList;
|
|
16096
16978
|
/**
|
|
@@ -16295,6 +17177,34 @@ declare namespace EC2 {
|
|
|
16295
17177
|
*/
|
|
16296
17178
|
Force?: Boolean;
|
|
16297
17179
|
}
|
|
17180
|
+
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
17181
|
+
/**
|
|
17182
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
17183
|
+
*/
|
|
17184
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
17185
|
+
/**
|
|
17186
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
17187
|
+
*/
|
|
17188
|
+
VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
|
|
17189
|
+
/**
|
|
17190
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
17191
|
+
*/
|
|
17192
|
+
ClientToken?: String;
|
|
17193
|
+
/**
|
|
17194
|
+
* 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.
|
|
17195
|
+
*/
|
|
17196
|
+
DryRun?: Boolean;
|
|
17197
|
+
}
|
|
17198
|
+
export interface DetachVerifiedAccessTrustProviderResult {
|
|
17199
|
+
/**
|
|
17200
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
17201
|
+
*/
|
|
17202
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
17203
|
+
/**
|
|
17204
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
17205
|
+
*/
|
|
17206
|
+
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
17207
|
+
}
|
|
16298
17208
|
export interface DetachVolumeRequest {
|
|
16299
17209
|
/**
|
|
16300
17210
|
* The device name.
|
|
@@ -16331,6 +17241,13 @@ declare namespace EC2 {
|
|
|
16331
17241
|
*/
|
|
16332
17242
|
DryRun?: Boolean;
|
|
16333
17243
|
}
|
|
17244
|
+
export interface DeviceOptions {
|
|
17245
|
+
/**
|
|
17246
|
+
* The ID of the tenant application with the device-identity provider.
|
|
17247
|
+
*/
|
|
17248
|
+
TenantId?: String;
|
|
17249
|
+
}
|
|
17250
|
+
export type DeviceTrustProviderType = "jamf"|"crowdstrike"|string;
|
|
16334
17251
|
export type DeviceType = "ebs"|"instance-store"|string;
|
|
16335
17252
|
export interface DhcpConfiguration {
|
|
16336
17253
|
/**
|
|
@@ -16393,6 +17310,34 @@ declare namespace EC2 {
|
|
|
16393
17310
|
*/
|
|
16394
17311
|
AddressTransfer?: AddressTransfer;
|
|
16395
17312
|
}
|
|
17313
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
17314
|
+
/**
|
|
17315
|
+
* The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1.
|
|
17316
|
+
*/
|
|
17317
|
+
Source?: String;
|
|
17318
|
+
/**
|
|
17319
|
+
* The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.
|
|
17320
|
+
*/
|
|
17321
|
+
Destination?: String;
|
|
17322
|
+
/**
|
|
17323
|
+
* The metric used for the disabled subscription.
|
|
17324
|
+
*/
|
|
17325
|
+
Metric?: MetricType;
|
|
17326
|
+
/**
|
|
17327
|
+
* The statistic used for the disabled subscription.
|
|
17328
|
+
*/
|
|
17329
|
+
Statistic?: StatisticType;
|
|
17330
|
+
/**
|
|
17331
|
+
* 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.
|
|
17332
|
+
*/
|
|
17333
|
+
DryRun?: Boolean;
|
|
17334
|
+
}
|
|
17335
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
17336
|
+
/**
|
|
17337
|
+
* Indicates whether the unsubscribe action was successful.
|
|
17338
|
+
*/
|
|
17339
|
+
Output?: Boolean;
|
|
17340
|
+
}
|
|
16396
17341
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
16397
17342
|
/**
|
|
16398
17343
|
* 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.
|
|
@@ -17254,6 +18199,23 @@ declare namespace EC2 {
|
|
|
17254
18199
|
export type ElasticInferenceAcceleratorCount = number;
|
|
17255
18200
|
export type ElasticInferenceAccelerators = ElasticInferenceAccelerator[];
|
|
17256
18201
|
export type ElasticIpAssociationId = string;
|
|
18202
|
+
export interface EnaSrdSpecification {
|
|
18203
|
+
/**
|
|
18204
|
+
* Indicates whether ENA Express is enabled for the network interface.
|
|
18205
|
+
*/
|
|
18206
|
+
EnaSrdEnabled?: Boolean;
|
|
18207
|
+
/**
|
|
18208
|
+
* Configures ENA Express for UDP network traffic.
|
|
18209
|
+
*/
|
|
18210
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
|
|
18211
|
+
}
|
|
18212
|
+
export type EnaSrdSupported = boolean;
|
|
18213
|
+
export interface EnaSrdUdpSpecification {
|
|
18214
|
+
/**
|
|
18215
|
+
* Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.
|
|
18216
|
+
*/
|
|
18217
|
+
EnaSrdUdpEnabled?: Boolean;
|
|
18218
|
+
}
|
|
17257
18219
|
export type EnaSupport = "unsupported"|"supported"|"required"|string;
|
|
17258
18220
|
export interface EnableAddressTransferRequest {
|
|
17259
18221
|
/**
|
|
@@ -17275,6 +18237,34 @@ declare namespace EC2 {
|
|
|
17275
18237
|
*/
|
|
17276
18238
|
AddressTransfer?: AddressTransfer;
|
|
17277
18239
|
}
|
|
18240
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
18241
|
+
/**
|
|
18242
|
+
* The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.
|
|
18243
|
+
*/
|
|
18244
|
+
Source?: String;
|
|
18245
|
+
/**
|
|
18246
|
+
* The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.
|
|
18247
|
+
*/
|
|
18248
|
+
Destination?: String;
|
|
18249
|
+
/**
|
|
18250
|
+
* The metric used for the enabled subscription.
|
|
18251
|
+
*/
|
|
18252
|
+
Metric?: MetricType;
|
|
18253
|
+
/**
|
|
18254
|
+
* The statistic used for the enabled subscription.
|
|
18255
|
+
*/
|
|
18256
|
+
Statistic?: StatisticType;
|
|
18257
|
+
/**
|
|
18258
|
+
* 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.
|
|
18259
|
+
*/
|
|
18260
|
+
DryRun?: Boolean;
|
|
18261
|
+
}
|
|
18262
|
+
export interface EnableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
18263
|
+
/**
|
|
18264
|
+
* Indicates whether the subscribe action was successful.
|
|
18265
|
+
*/
|
|
18266
|
+
Output?: Boolean;
|
|
18267
|
+
}
|
|
17278
18268
|
export interface EnableEbsEncryptionByDefaultRequest {
|
|
17279
18269
|
/**
|
|
17280
18270
|
* 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.
|
|
@@ -17490,6 +18480,12 @@ declare namespace EC2 {
|
|
|
17490
18480
|
*/
|
|
17491
18481
|
Success?: Boolean;
|
|
17492
18482
|
}
|
|
18483
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
|
|
18484
|
+
DryRun?: Boolean;
|
|
18485
|
+
}
|
|
18486
|
+
export interface EnableReachabilityAnalyzerOrganizationSharingResult {
|
|
18487
|
+
ReturnValue?: Boolean;
|
|
18488
|
+
}
|
|
17493
18489
|
export interface EnableSerialConsoleAccessRequest {
|
|
17494
18490
|
/**
|
|
17495
18491
|
* 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.
|
|
@@ -18749,6 +19745,42 @@ declare namespace EC2 {
|
|
|
18749
19745
|
*/
|
|
18750
19746
|
NextToken?: String;
|
|
18751
19747
|
}
|
|
19748
|
+
export interface GetAwsNetworkPerformanceDataRequest {
|
|
19749
|
+
/**
|
|
19750
|
+
* A list of network performance data queries.
|
|
19751
|
+
*/
|
|
19752
|
+
DataQueries?: DataQueries;
|
|
19753
|
+
/**
|
|
19754
|
+
* The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.
|
|
19755
|
+
*/
|
|
19756
|
+
StartTime?: MillisecondDateTime;
|
|
19757
|
+
/**
|
|
19758
|
+
* The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.
|
|
19759
|
+
*/
|
|
19760
|
+
EndTime?: MillisecondDateTime;
|
|
19761
|
+
/**
|
|
19762
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
19763
|
+
*/
|
|
19764
|
+
MaxResults?: Integer;
|
|
19765
|
+
/**
|
|
19766
|
+
* The token for the next page of results.
|
|
19767
|
+
*/
|
|
19768
|
+
NextToken?: String;
|
|
19769
|
+
/**
|
|
19770
|
+
* 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.
|
|
19771
|
+
*/
|
|
19772
|
+
DryRun?: Boolean;
|
|
19773
|
+
}
|
|
19774
|
+
export interface GetAwsNetworkPerformanceDataResult {
|
|
19775
|
+
/**
|
|
19776
|
+
* The list of data responses.
|
|
19777
|
+
*/
|
|
19778
|
+
DataResponses?: DataResponses;
|
|
19779
|
+
/**
|
|
19780
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
|
19781
|
+
*/
|
|
19782
|
+
NextToken?: String;
|
|
19783
|
+
}
|
|
18752
19784
|
export interface GetCapacityReservationUsageRequest {
|
|
18753
19785
|
/**
|
|
18754
19786
|
* The ID of the Capacity Reservation.
|
|
@@ -19750,6 +20782,46 @@ declare namespace EC2 {
|
|
|
19750
20782
|
*/
|
|
19751
20783
|
NextToken?: String;
|
|
19752
20784
|
}
|
|
20785
|
+
export interface GetVerifiedAccessEndpointPolicyRequest {
|
|
20786
|
+
/**
|
|
20787
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
20788
|
+
*/
|
|
20789
|
+
VerifiedAccessEndpointId: VerifiedAccessEndpointId;
|
|
20790
|
+
/**
|
|
20791
|
+
* 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.
|
|
20792
|
+
*/
|
|
20793
|
+
DryRun?: Boolean;
|
|
20794
|
+
}
|
|
20795
|
+
export interface GetVerifiedAccessEndpointPolicyResult {
|
|
20796
|
+
/**
|
|
20797
|
+
* The status of the Verified Access policy.
|
|
20798
|
+
*/
|
|
20799
|
+
PolicyEnabled?: Boolean;
|
|
20800
|
+
/**
|
|
20801
|
+
* The Amazon Web Services Verified Access policy document.
|
|
20802
|
+
*/
|
|
20803
|
+
PolicyDocument?: String;
|
|
20804
|
+
}
|
|
20805
|
+
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
20806
|
+
/**
|
|
20807
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
20808
|
+
*/
|
|
20809
|
+
VerifiedAccessGroupId: VerifiedAccessGroupId;
|
|
20810
|
+
/**
|
|
20811
|
+
* 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.
|
|
20812
|
+
*/
|
|
20813
|
+
DryRun?: Boolean;
|
|
20814
|
+
}
|
|
20815
|
+
export interface GetVerifiedAccessGroupPolicyResult {
|
|
20816
|
+
/**
|
|
20817
|
+
* The status of the Verified Access policy.
|
|
20818
|
+
*/
|
|
20819
|
+
PolicyEnabled?: Boolean;
|
|
20820
|
+
/**
|
|
20821
|
+
* The Amazon Web Services Verified Access policy document.
|
|
20822
|
+
*/
|
|
20823
|
+
PolicyDocument?: String;
|
|
20824
|
+
}
|
|
19753
20825
|
export interface GetVpnConnectionDeviceSampleConfigurationRequest {
|
|
19754
20826
|
/**
|
|
19755
20827
|
* The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.
|
|
@@ -22199,7 +23271,7 @@ declare namespace EC2 {
|
|
|
22199
23271
|
*/
|
|
22200
23272
|
IncludeAllTagsOfInstance?: Boolean;
|
|
22201
23273
|
}
|
|
22202
|
-
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|string;
|
|
23274
|
+
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|string;
|
|
22203
23275
|
export type InstanceTypeHypervisor = "nitro"|"xen"|string;
|
|
22204
23276
|
export interface InstanceTypeInfo {
|
|
22205
23277
|
/**
|
|
@@ -23947,6 +25019,7 @@ declare namespace EC2 {
|
|
|
23947
25019
|
}
|
|
23948
25020
|
export type ListingState = "available"|"sold"|"cancelled"|"pending"|string;
|
|
23949
25021
|
export type ListingStatus = "active"|"pending"|"cancelled"|"closed"|string;
|
|
25022
|
+
export type LoadBalancerArn = string;
|
|
23950
25023
|
export interface LoadBalancersConfig {
|
|
23951
25024
|
/**
|
|
23952
25025
|
* The Classic Load Balancers.
|
|
@@ -24091,6 +25164,9 @@ declare namespace EC2 {
|
|
|
24091
25164
|
* The mode of the local gateway route table.
|
|
24092
25165
|
*/
|
|
24093
25166
|
Mode?: LocalGatewayRouteTableMode;
|
|
25167
|
+
/**
|
|
25168
|
+
* Information about the state change.
|
|
25169
|
+
*/
|
|
24094
25170
|
StateReason?: StateReason;
|
|
24095
25171
|
}
|
|
24096
25172
|
export type LocalGatewayRouteTableIdSet = LocalGatewayRoutetableId[];
|
|
@@ -24294,6 +25370,7 @@ declare namespace EC2 {
|
|
|
24294
25370
|
export type MaxIpv6AddrPerInterface = number;
|
|
24295
25371
|
export type MaxNetworkInterfaces = number;
|
|
24296
25372
|
export type MaxResults = number;
|
|
25373
|
+
export type MaxResultsParam = number;
|
|
24297
25374
|
export type MaximumBandwidthInMbps = number;
|
|
24298
25375
|
export type MaximumEfaInterfaces = number;
|
|
24299
25376
|
export type MaximumIops = number;
|
|
@@ -24347,6 +25424,23 @@ declare namespace EC2 {
|
|
|
24347
25424
|
Max?: Integer;
|
|
24348
25425
|
}
|
|
24349
25426
|
export type MemorySize = number;
|
|
25427
|
+
export interface MetricPoint {
|
|
25428
|
+
/**
|
|
25429
|
+
* The start date for the metric point. The starting date for the metric point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.
|
|
25430
|
+
*/
|
|
25431
|
+
StartDate?: MillisecondDateTime;
|
|
25432
|
+
/**
|
|
25433
|
+
* The end date for the metric point. The ending time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.
|
|
25434
|
+
*/
|
|
25435
|
+
EndDate?: MillisecondDateTime;
|
|
25436
|
+
Value?: Float;
|
|
25437
|
+
/**
|
|
25438
|
+
* The status of the metric point.
|
|
25439
|
+
*/
|
|
25440
|
+
Status?: String;
|
|
25441
|
+
}
|
|
25442
|
+
export type MetricPoints = MetricPoint[];
|
|
25443
|
+
export type MetricType = "aggregate-latency"|string;
|
|
24350
25444
|
export type MillisecondDateTime = Date;
|
|
24351
25445
|
export interface ModifyAddressAttributeRequest {
|
|
24352
25446
|
/**
|
|
@@ -25192,6 +26286,9 @@ declare namespace EC2 {
|
|
|
25192
26286
|
DryRun?: Boolean;
|
|
25193
26287
|
}
|
|
25194
26288
|
export interface ModifyLocalGatewayRouteResult {
|
|
26289
|
+
/**
|
|
26290
|
+
* Information about the local gateway route table.
|
|
26291
|
+
*/
|
|
25195
26292
|
Route?: LocalGatewayRoute;
|
|
25196
26293
|
}
|
|
25197
26294
|
export interface ModifyManagedPrefixListRequest {
|
|
@@ -25232,7 +26329,7 @@ declare namespace EC2 {
|
|
|
25232
26329
|
}
|
|
25233
26330
|
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
25234
26331
|
/**
|
|
25235
|
-
* Information about the interface attachment. If modifying the
|
|
26332
|
+
* Information about the interface attachment. If modifying the delete on termination attribute, you must specify the ID of the interface attachment.
|
|
25236
26333
|
*/
|
|
25237
26334
|
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
25238
26335
|
/**
|
|
@@ -25255,6 +26352,10 @@ declare namespace EC2 {
|
|
|
25255
26352
|
* Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.
|
|
25256
26353
|
*/
|
|
25257
26354
|
SourceDestCheck?: AttributeBooleanValue;
|
|
26355
|
+
/**
|
|
26356
|
+
* Updates the ENA Express configuration for the network interface that’s attached to the instance.
|
|
26357
|
+
*/
|
|
26358
|
+
EnaSrdSpecification?: EnaSrdSpecification;
|
|
25258
26359
|
}
|
|
25259
26360
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
25260
26361
|
/**
|
|
@@ -25669,6 +26770,9 @@ declare namespace EC2 {
|
|
|
25669
26770
|
DryRun?: Boolean;
|
|
25670
26771
|
}
|
|
25671
26772
|
export interface ModifyTransitGatewayResult {
|
|
26773
|
+
/**
|
|
26774
|
+
* Information about the transit gateway.
|
|
26775
|
+
*/
|
|
25672
26776
|
TransitGateway?: TransitGateway;
|
|
25673
26777
|
}
|
|
25674
26778
|
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
@@ -25713,6 +26817,241 @@ declare namespace EC2 {
|
|
|
25713
26817
|
*/
|
|
25714
26818
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
25715
26819
|
}
|
|
26820
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
26821
|
+
/**
|
|
26822
|
+
* The IP protocol.
|
|
26823
|
+
*/
|
|
26824
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
26825
|
+
/**
|
|
26826
|
+
* The IP port number.
|
|
26827
|
+
*/
|
|
26828
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
26829
|
+
}
|
|
26830
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
26831
|
+
/**
|
|
26832
|
+
* The IDs of the subnets.
|
|
26833
|
+
*/
|
|
26834
|
+
SubnetIds?: ModifyVerifiedAccessEndpointSubnetIdList;
|
|
26835
|
+
/**
|
|
26836
|
+
* The IP protocol.
|
|
26837
|
+
*/
|
|
26838
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
26839
|
+
/**
|
|
26840
|
+
* The IP port number.
|
|
26841
|
+
*/
|
|
26842
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
26843
|
+
}
|
|
26844
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
26845
|
+
/**
|
|
26846
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
26847
|
+
*/
|
|
26848
|
+
VerifiedAccessEndpointId: VerifiedAccessEndpointId;
|
|
26849
|
+
/**
|
|
26850
|
+
* The status of the Verified Access policy.
|
|
26851
|
+
*/
|
|
26852
|
+
PolicyEnabled: Boolean;
|
|
26853
|
+
/**
|
|
26854
|
+
* The Amazon Web Services Verified Access policy document.
|
|
26855
|
+
*/
|
|
26856
|
+
PolicyDocument?: String;
|
|
26857
|
+
/**
|
|
26858
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
26859
|
+
*/
|
|
26860
|
+
ClientToken?: String;
|
|
26861
|
+
/**
|
|
26862
|
+
* 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.
|
|
26863
|
+
*/
|
|
26864
|
+
DryRun?: Boolean;
|
|
26865
|
+
}
|
|
26866
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
26867
|
+
/**
|
|
26868
|
+
* The status of the Verified Access policy.
|
|
26869
|
+
*/
|
|
26870
|
+
PolicyEnabled?: Boolean;
|
|
26871
|
+
/**
|
|
26872
|
+
* The Amazon Web Services Verified Access policy document.
|
|
26873
|
+
*/
|
|
26874
|
+
PolicyDocument?: String;
|
|
26875
|
+
}
|
|
26876
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
26877
|
+
/**
|
|
26878
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
26879
|
+
*/
|
|
26880
|
+
VerifiedAccessEndpointId: VerifiedAccessEndpointId;
|
|
26881
|
+
/**
|
|
26882
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
26883
|
+
*/
|
|
26884
|
+
VerifiedAccessGroupId?: VerifiedAccessGroupId;
|
|
26885
|
+
/**
|
|
26886
|
+
* The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.
|
|
26887
|
+
*/
|
|
26888
|
+
LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions;
|
|
26889
|
+
/**
|
|
26890
|
+
* The network interface options.
|
|
26891
|
+
*/
|
|
26892
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions;
|
|
26893
|
+
/**
|
|
26894
|
+
* A description for the Amazon Web Services Verified Access endpoint.
|
|
26895
|
+
*/
|
|
26896
|
+
Description?: String;
|
|
26897
|
+
/**
|
|
26898
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
26899
|
+
*/
|
|
26900
|
+
ClientToken?: String;
|
|
26901
|
+
/**
|
|
26902
|
+
* 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.
|
|
26903
|
+
*/
|
|
26904
|
+
DryRun?: Boolean;
|
|
26905
|
+
}
|
|
26906
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
26907
|
+
/**
|
|
26908
|
+
* The Amazon Web Services Verified Access endpoint details.
|
|
26909
|
+
*/
|
|
26910
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
26911
|
+
}
|
|
26912
|
+
export type ModifyVerifiedAccessEndpointSubnetIdList = SubnetId[];
|
|
26913
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
26914
|
+
/**
|
|
26915
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
26916
|
+
*/
|
|
26917
|
+
VerifiedAccessGroupId: VerifiedAccessGroupId;
|
|
26918
|
+
/**
|
|
26919
|
+
* The status of the Verified Access policy.
|
|
26920
|
+
*/
|
|
26921
|
+
PolicyEnabled: Boolean;
|
|
26922
|
+
/**
|
|
26923
|
+
* The Amazon Web Services Verified Access policy document.
|
|
26924
|
+
*/
|
|
26925
|
+
PolicyDocument?: String;
|
|
26926
|
+
/**
|
|
26927
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
26928
|
+
*/
|
|
26929
|
+
ClientToken?: String;
|
|
26930
|
+
/**
|
|
26931
|
+
* 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.
|
|
26932
|
+
*/
|
|
26933
|
+
DryRun?: Boolean;
|
|
26934
|
+
}
|
|
26935
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
26936
|
+
/**
|
|
26937
|
+
* The status of the Verified Access policy.
|
|
26938
|
+
*/
|
|
26939
|
+
PolicyEnabled?: Boolean;
|
|
26940
|
+
/**
|
|
26941
|
+
* The Amazon Web Services Verified Access policy document.
|
|
26942
|
+
*/
|
|
26943
|
+
PolicyDocument?: String;
|
|
26944
|
+
}
|
|
26945
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
26946
|
+
/**
|
|
26947
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
26948
|
+
*/
|
|
26949
|
+
VerifiedAccessGroupId: VerifiedAccessGroupId;
|
|
26950
|
+
/**
|
|
26951
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
26952
|
+
*/
|
|
26953
|
+
VerifiedAccessInstanceId?: VerifiedAccessInstanceId;
|
|
26954
|
+
/**
|
|
26955
|
+
* A description for the Amazon Web Services Verified Access group.
|
|
26956
|
+
*/
|
|
26957
|
+
Description?: String;
|
|
26958
|
+
/**
|
|
26959
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
26960
|
+
*/
|
|
26961
|
+
ClientToken?: String;
|
|
26962
|
+
/**
|
|
26963
|
+
* 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.
|
|
26964
|
+
*/
|
|
26965
|
+
DryRun?: Boolean;
|
|
26966
|
+
}
|
|
26967
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
26968
|
+
/**
|
|
26969
|
+
* Details of Amazon Web Services Verified Access group.
|
|
26970
|
+
*/
|
|
26971
|
+
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
26972
|
+
}
|
|
26973
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
26974
|
+
/**
|
|
26975
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
26976
|
+
*/
|
|
26977
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
26978
|
+
/**
|
|
26979
|
+
* The configuration options for Amazon Web Services Verified Access instances.
|
|
26980
|
+
*/
|
|
26981
|
+
AccessLogs: VerifiedAccessLogOptions;
|
|
26982
|
+
/**
|
|
26983
|
+
* 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.
|
|
26984
|
+
*/
|
|
26985
|
+
DryRun?: Boolean;
|
|
26986
|
+
/**
|
|
26987
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
26988
|
+
*/
|
|
26989
|
+
ClientToken?: String;
|
|
26990
|
+
}
|
|
26991
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
26992
|
+
/**
|
|
26993
|
+
* The logging configuration for Amazon Web Services Verified Access instance.
|
|
26994
|
+
*/
|
|
26995
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration;
|
|
26996
|
+
}
|
|
26997
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
26998
|
+
/**
|
|
26999
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
27000
|
+
*/
|
|
27001
|
+
VerifiedAccessInstanceId: VerifiedAccessInstanceId;
|
|
27002
|
+
/**
|
|
27003
|
+
* A description for the Amazon Web Services Verified Access instance.
|
|
27004
|
+
*/
|
|
27005
|
+
Description?: String;
|
|
27006
|
+
/**
|
|
27007
|
+
* 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.
|
|
27008
|
+
*/
|
|
27009
|
+
DryRun?: Boolean;
|
|
27010
|
+
/**
|
|
27011
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
27012
|
+
*/
|
|
27013
|
+
ClientToken?: String;
|
|
27014
|
+
}
|
|
27015
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
27016
|
+
/**
|
|
27017
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
27018
|
+
*/
|
|
27019
|
+
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
27020
|
+
}
|
|
27021
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
27022
|
+
/**
|
|
27023
|
+
* OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
|
|
27024
|
+
*/
|
|
27025
|
+
Scope?: String;
|
|
27026
|
+
}
|
|
27027
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
27028
|
+
/**
|
|
27029
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
27030
|
+
*/
|
|
27031
|
+
VerifiedAccessTrustProviderId: VerifiedAccessTrustProviderId;
|
|
27032
|
+
/**
|
|
27033
|
+
* The OpenID Connect details for an oidc-type, user-identity based trust provider.
|
|
27034
|
+
*/
|
|
27035
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions;
|
|
27036
|
+
/**
|
|
27037
|
+
* A description for the Amazon Web Services Verified Access trust provider.
|
|
27038
|
+
*/
|
|
27039
|
+
Description?: String;
|
|
27040
|
+
/**
|
|
27041
|
+
* 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.
|
|
27042
|
+
*/
|
|
27043
|
+
DryRun?: Boolean;
|
|
27044
|
+
/**
|
|
27045
|
+
* A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
|
|
27046
|
+
*/
|
|
27047
|
+
ClientToken?: String;
|
|
27048
|
+
}
|
|
27049
|
+
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
27050
|
+
/**
|
|
27051
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
27052
|
+
*/
|
|
27053
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
27054
|
+
}
|
|
25716
27055
|
export interface ModifyVolumeAttributeRequest {
|
|
25717
27056
|
/**
|
|
25718
27057
|
* Indicates whether the volume should be auto-enabled for I/O operations.
|
|
@@ -26040,6 +27379,9 @@ declare namespace EC2 {
|
|
|
26040
27379
|
DryRun?: Boolean;
|
|
26041
27380
|
}
|
|
26042
27381
|
export interface ModifyVpnConnectionOptionsResult {
|
|
27382
|
+
/**
|
|
27383
|
+
* Information about the VPN connection.
|
|
27384
|
+
*/
|
|
26043
27385
|
VpnConnection?: VpnConnection;
|
|
26044
27386
|
}
|
|
26045
27387
|
export interface ModifyVpnConnectionRequest {
|
|
@@ -26065,6 +27407,9 @@ declare namespace EC2 {
|
|
|
26065
27407
|
DryRun?: Boolean;
|
|
26066
27408
|
}
|
|
26067
27409
|
export interface ModifyVpnConnectionResult {
|
|
27410
|
+
/**
|
|
27411
|
+
* Information about the VPN connection.
|
|
27412
|
+
*/
|
|
26068
27413
|
VpnConnection?: VpnConnection;
|
|
26069
27414
|
}
|
|
26070
27415
|
export interface ModifyVpnTunnelCertificateRequest {
|
|
@@ -26082,6 +27427,9 @@ declare namespace EC2 {
|
|
|
26082
27427
|
DryRun?: Boolean;
|
|
26083
27428
|
}
|
|
26084
27429
|
export interface ModifyVpnTunnelCertificateResult {
|
|
27430
|
+
/**
|
|
27431
|
+
* Information about the VPN connection.
|
|
27432
|
+
*/
|
|
26085
27433
|
VpnConnection?: VpnConnection;
|
|
26086
27434
|
}
|
|
26087
27435
|
export interface ModifyVpnTunnelOptionsRequest {
|
|
@@ -26103,6 +27451,9 @@ declare namespace EC2 {
|
|
|
26103
27451
|
DryRun?: Boolean;
|
|
26104
27452
|
}
|
|
26105
27453
|
export interface ModifyVpnTunnelOptionsResult {
|
|
27454
|
+
/**
|
|
27455
|
+
* Information about the VPN connection.
|
|
27456
|
+
*/
|
|
26106
27457
|
VpnConnection?: VpnConnection;
|
|
26107
27458
|
}
|
|
26108
27459
|
export interface ModifyVpnTunnelOptionsSpecification {
|
|
@@ -26506,6 +27857,10 @@ declare namespace EC2 {
|
|
|
26506
27857
|
* Indicates whether the instance type automatically encrypts in-transit traffic between instances.
|
|
26507
27858
|
*/
|
|
26508
27859
|
EncryptionInTransitSupported?: EncryptionInTransitSupported;
|
|
27860
|
+
/**
|
|
27861
|
+
* Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
27862
|
+
*/
|
|
27863
|
+
EnaSrdSupported?: EnaSrdSupported;
|
|
26509
27864
|
}
|
|
26510
27865
|
export interface NetworkInsightsAccessScope {
|
|
26511
27866
|
/**
|
|
@@ -26608,6 +27963,7 @@ declare namespace EC2 {
|
|
|
26608
27963
|
* The ID of the path.
|
|
26609
27964
|
*/
|
|
26610
27965
|
NetworkInsightsPathId?: NetworkInsightsPathId;
|
|
27966
|
+
AdditionalAccounts?: ValueStringList;
|
|
26611
27967
|
/**
|
|
26612
27968
|
* The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.
|
|
26613
27969
|
*/
|
|
@@ -26648,6 +28004,7 @@ declare namespace EC2 {
|
|
|
26648
28004
|
* Potential intermediate components.
|
|
26649
28005
|
*/
|
|
26650
28006
|
AlternatePathHints?: AlternatePathHintList;
|
|
28007
|
+
SuggestedAccounts?: ValueStringList;
|
|
26651
28008
|
/**
|
|
26652
28009
|
* The tags.
|
|
26653
28010
|
*/
|
|
@@ -26678,6 +28035,8 @@ declare namespace EC2 {
|
|
|
26678
28035
|
* The Amazon Web Services resource that is the destination of the path.
|
|
26679
28036
|
*/
|
|
26680
28037
|
Destination?: String;
|
|
28038
|
+
SourceArn?: ResourceArn;
|
|
28039
|
+
DestinationArn?: ResourceArn;
|
|
26681
28040
|
/**
|
|
26682
28041
|
* The IP address of the Amazon Web Services resource that is the source of the path.
|
|
26683
28042
|
*/
|
|
@@ -26872,6 +28231,10 @@ declare namespace EC2 {
|
|
|
26872
28231
|
* The attachment state.
|
|
26873
28232
|
*/
|
|
26874
28233
|
Status?: AttachmentStatus;
|
|
28234
|
+
/**
|
|
28235
|
+
* Configures ENA Express for the network interface that this action attaches to the instance.
|
|
28236
|
+
*/
|
|
28237
|
+
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
26875
28238
|
}
|
|
26876
28239
|
export interface NetworkInterfaceAttachmentChanges {
|
|
26877
28240
|
/**
|
|
@@ -26989,6 +28352,36 @@ declare namespace EC2 {
|
|
|
26989
28352
|
export type OfferingClassType = "standard"|"convertible"|string;
|
|
26990
28353
|
export type OfferingId = string;
|
|
26991
28354
|
export type OfferingTypeValues = "Heavy Utilization"|"Medium Utilization"|"Light Utilization"|"No Upfront"|"Partial Upfront"|"All Upfront"|string;
|
|
28355
|
+
export interface OidcOptions {
|
|
28356
|
+
/**
|
|
28357
|
+
* The OIDC issuer.
|
|
28358
|
+
*/
|
|
28359
|
+
Issuer?: String;
|
|
28360
|
+
/**
|
|
28361
|
+
* The OIDC authorization endpoint.
|
|
28362
|
+
*/
|
|
28363
|
+
AuthorizationEndpoint?: String;
|
|
28364
|
+
/**
|
|
28365
|
+
* The OIDC token endpoint.
|
|
28366
|
+
*/
|
|
28367
|
+
TokenEndpoint?: String;
|
|
28368
|
+
/**
|
|
28369
|
+
* The OIDC user info endpoint.
|
|
28370
|
+
*/
|
|
28371
|
+
UserInfoEndpoint?: String;
|
|
28372
|
+
/**
|
|
28373
|
+
* The client identifier.
|
|
28374
|
+
*/
|
|
28375
|
+
ClientId?: String;
|
|
28376
|
+
/**
|
|
28377
|
+
* The client secret.
|
|
28378
|
+
*/
|
|
28379
|
+
ClientSecret?: String;
|
|
28380
|
+
/**
|
|
28381
|
+
* The OpenID Connect (OIDC) scope specified.
|
|
28382
|
+
*/
|
|
28383
|
+
Scope?: String;
|
|
28384
|
+
}
|
|
26992
28385
|
export type OnDemandAllocationStrategy = "lowestPrice"|"prioritized"|string;
|
|
26993
28386
|
export interface OnDemandOptions {
|
|
26994
28387
|
/**
|
|
@@ -27275,6 +28668,7 @@ declare namespace EC2 {
|
|
|
27275
28668
|
*/
|
|
27276
28669
|
Region?: String;
|
|
27277
28670
|
}
|
|
28671
|
+
export type PeriodType = "five-minutes"|"fifteen-minutes"|"one-hour"|"three-hours"|"one-day"|"one-week"|string;
|
|
27278
28672
|
export type PermissionGroup = "all"|string;
|
|
27279
28673
|
export type Phase1DHGroupNumbersList = Phase1DHGroupNumbersListValue[];
|
|
27280
28674
|
export interface Phase1DHGroupNumbersListValue {
|
|
@@ -27362,39 +28756,39 @@ declare namespace EC2 {
|
|
|
27362
28756
|
}
|
|
27363
28757
|
export interface Placement {
|
|
27364
28758
|
/**
|
|
27365
|
-
* The Availability Zone of the instance. If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region. This parameter is not supported
|
|
28759
|
+
* The Availability Zone of the instance. If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region. This parameter is not supported for CreateFleet.
|
|
27366
28760
|
*/
|
|
27367
28761
|
AvailabilityZone?: String;
|
|
27368
28762
|
/**
|
|
27369
|
-
* The affinity setting for the instance on the Dedicated Host. This parameter is not supported for
|
|
28763
|
+
* The affinity setting for the instance on the Dedicated Host. This parameter is not supported for CreateFleet or ImportInstance.
|
|
27370
28764
|
*/
|
|
27371
28765
|
Affinity?: String;
|
|
27372
28766
|
/**
|
|
27373
|
-
* The name of the placement group the instance is in.
|
|
28767
|
+
* The name of the placement group that the instance is in. If you specify GroupName, you can't specify GroupId.
|
|
27374
28768
|
*/
|
|
27375
28769
|
GroupName?: PlacementGroupName;
|
|
27376
28770
|
/**
|
|
27377
|
-
* The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition. This parameter is not supported
|
|
28771
|
+
* The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition. This parameter is not supported for CreateFleet.
|
|
27378
28772
|
*/
|
|
27379
28773
|
PartitionNumber?: Integer;
|
|
27380
28774
|
/**
|
|
27381
|
-
* The ID of the Dedicated Host on which the instance resides. This parameter is not supported for
|
|
28775
|
+
* The ID of the Dedicated Host on which the instance resides. This parameter is not supported for CreateFleet or ImportInstance.
|
|
27382
28776
|
*/
|
|
27383
28777
|
HostId?: String;
|
|
27384
28778
|
/**
|
|
27385
|
-
* The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.
|
|
28779
|
+
* The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. This parameter is not supported for CreateFleet. The host tenancy is not supported for ImportInstance or for T3 instances that are configured for the unlimited CPU credit option.
|
|
27386
28780
|
*/
|
|
27387
28781
|
Tenancy?: Tenancy;
|
|
27388
28782
|
/**
|
|
27389
|
-
* Reserved for future use.
|
|
28783
|
+
* Reserved for future use.
|
|
27390
28784
|
*/
|
|
27391
28785
|
SpreadDomain?: String;
|
|
27392
28786
|
/**
|
|
27393
|
-
* The ARN of the host resource group in which to launch the instances. If you specify
|
|
28787
|
+
* The ARN of the host resource group in which to launch the instances. If you specify this parameter, either omit the Tenancy parameter or set it to host. This parameter is not supported for CreateFleet.
|
|
27394
28788
|
*/
|
|
27395
28789
|
HostResourceGroupArn?: String;
|
|
27396
28790
|
/**
|
|
27397
|
-
* The
|
|
28791
|
+
* The ID of the placement group that the instance is in. If you specify GroupId, you can't specify GroupName.
|
|
27398
28792
|
*/
|
|
27399
28793
|
GroupId?: PlacementGroupId;
|
|
27400
28794
|
}
|
|
@@ -27428,7 +28822,7 @@ declare namespace EC2 {
|
|
|
27428
28822
|
*/
|
|
27429
28823
|
GroupArn?: String;
|
|
27430
28824
|
/**
|
|
27431
|
-
*
|
|
28825
|
+
* The spread level for the placement group. Only Outpost placement groups can be spread across hosts.
|
|
27432
28826
|
*/
|
|
27433
28827
|
SpreadLevel?: SpreadLevel;
|
|
27434
28828
|
}
|
|
@@ -28253,6 +29647,9 @@ declare namespace EC2 {
|
|
|
28253
29647
|
DryRun?: Boolean;
|
|
28254
29648
|
}
|
|
28255
29649
|
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
29650
|
+
/**
|
|
29651
|
+
* Information about the multicast domain associations.
|
|
29652
|
+
*/
|
|
28256
29653
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
28257
29654
|
}
|
|
28258
29655
|
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
@@ -29447,7 +30844,7 @@ declare namespace EC2 {
|
|
|
29447
30844
|
*/
|
|
29448
30845
|
ResourceTypes?: ValueStringList;
|
|
29449
30846
|
}
|
|
29450
|
-
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
|
|
30847
|
+
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|string;
|
|
29451
30848
|
export interface ResponseError {
|
|
29452
30849
|
/**
|
|
29453
30850
|
* The error code.
|
|
@@ -30737,6 +32134,7 @@ declare namespace EC2 {
|
|
|
30737
32134
|
VpcId?: String;
|
|
30738
32135
|
}
|
|
30739
32136
|
export type SecurityGroupId = string;
|
|
32137
|
+
export type SecurityGroupIdList = SecurityGroupId[];
|
|
30740
32138
|
export type SecurityGroupIdStringList = SecurityGroupId[];
|
|
30741
32139
|
export interface SecurityGroupIdentifier {
|
|
30742
32140
|
/**
|
|
@@ -31495,7 +32893,7 @@ declare namespace EC2 {
|
|
|
31495
32893
|
}
|
|
31496
32894
|
export interface SpotFleetRequestConfigData {
|
|
31497
32895
|
/**
|
|
31498
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.
|
|
32896
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. priceCapacityOptimized (recommended) Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools. capacityOptimized Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. diversified Spot Fleet requests instances from all of the Spot Instance pools that you specify. lowestPrice Spot Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates. Default: lowestPrice
|
|
31499
32897
|
*/
|
|
31500
32898
|
AllocationStrategy?: AllocationStrategy;
|
|
31501
32899
|
/**
|
|
@@ -31751,7 +33149,7 @@ declare namespace EC2 {
|
|
|
31751
33149
|
}
|
|
31752
33150
|
export interface SpotOptions {
|
|
31753
33151
|
/**
|
|
31754
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.
|
|
33152
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. price-capacity-optimized (recommended) EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools. capacity-optimized EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. diversified EC2 Fleet requests instances from all of the Spot Instance pools that you specify. lowest-price EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates. Default: lowest-price
|
|
31755
33153
|
*/
|
|
31756
33154
|
AllocationStrategy?: SpotAllocationStrategy;
|
|
31757
33155
|
/**
|
|
@@ -31785,7 +33183,7 @@ declare namespace EC2 {
|
|
|
31785
33183
|
}
|
|
31786
33184
|
export interface SpotOptionsRequest {
|
|
31787
33185
|
/**
|
|
31788
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.
|
|
33186
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. price-capacity-optimized (recommended) EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools. capacity-optimized EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. diversified EC2 Fleet requests instances from all of the Spot Instance pools that you specify. lowest-price EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates. Default: lowest-price
|
|
31789
33187
|
*/
|
|
31790
33188
|
AllocationStrategy?: SpotAllocationStrategy;
|
|
31791
33189
|
/**
|
|
@@ -31975,6 +33373,7 @@ declare namespace EC2 {
|
|
|
31975
33373
|
* The ID of the path.
|
|
31976
33374
|
*/
|
|
31977
33375
|
NetworkInsightsPathId: NetworkInsightsPathId;
|
|
33376
|
+
AdditionalAccounts?: ValueStringList;
|
|
31978
33377
|
/**
|
|
31979
33378
|
* The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
|
31980
33379
|
*/
|
|
@@ -32026,6 +33425,7 @@ declare namespace EC2 {
|
|
|
32026
33425
|
Message?: String;
|
|
32027
33426
|
}
|
|
32028
33427
|
export type StaticSourcesSupportValue = "enable"|"disable"|string;
|
|
33428
|
+
export type StatisticType = "p50"|string;
|
|
32029
33429
|
export type Status = "MoveInProgress"|"InVpc"|"InClassic"|string;
|
|
32030
33430
|
export type StatusName = "reachability"|string;
|
|
32031
33431
|
export type StatusType = "passed"|"failed"|"insufficient-data"|"initializing"|string;
|
|
@@ -32265,6 +33665,29 @@ declare namespace EC2 {
|
|
|
32265
33665
|
export type SubnetIpv6CidrBlockAssociationSet = SubnetIpv6CidrBlockAssociation[];
|
|
32266
33666
|
export type SubnetList = Subnet[];
|
|
32267
33667
|
export type SubnetState = "pending"|"available"|string;
|
|
33668
|
+
export interface Subscription {
|
|
33669
|
+
/**
|
|
33670
|
+
* The Region or Availability Zone that's the source for the subscription. For example, us-east-1.
|
|
33671
|
+
*/
|
|
33672
|
+
Source?: String;
|
|
33673
|
+
/**
|
|
33674
|
+
* The Region or Availability Zone that's the target for the subscription. For example, eu-west-1.
|
|
33675
|
+
*/
|
|
33676
|
+
Destination?: String;
|
|
33677
|
+
/**
|
|
33678
|
+
* The metric used for the subscription.
|
|
33679
|
+
*/
|
|
33680
|
+
Metric?: MetricType;
|
|
33681
|
+
/**
|
|
33682
|
+
* The statistic used for the subscription.
|
|
33683
|
+
*/
|
|
33684
|
+
Statistic?: StatisticType;
|
|
33685
|
+
/**
|
|
33686
|
+
* The data aggregation time for the subscription.
|
|
33687
|
+
*/
|
|
33688
|
+
Period?: PeriodType;
|
|
33689
|
+
}
|
|
33690
|
+
export type SubscriptionList = Subscription[];
|
|
32268
33691
|
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
32269
33692
|
/**
|
|
32270
33693
|
* The ID of the instance.
|
|
@@ -33769,6 +35192,7 @@ declare namespace EC2 {
|
|
|
33769
35192
|
export type TrunkInterfaceAssociationId = string;
|
|
33770
35193
|
export type TrunkInterfaceAssociationIdList = TrunkInterfaceAssociationId[];
|
|
33771
35194
|
export type TrunkInterfaceAssociationList = TrunkInterfaceAssociation[];
|
|
35195
|
+
export type TrustProviderType = "user"|"device"|string;
|
|
33772
35196
|
export type TunnelInsideIpVersion = "ipv4"|"ipv6"|string;
|
|
33773
35197
|
export interface TunnelOption {
|
|
33774
35198
|
/**
|
|
@@ -34074,6 +35498,7 @@ declare namespace EC2 {
|
|
|
34074
35498
|
export type UserIdGroupPairList = UserIdGroupPair[];
|
|
34075
35499
|
export type UserIdGroupPairSet = UserIdGroupPair[];
|
|
34076
35500
|
export type UserIdStringList = String[];
|
|
35501
|
+
export type UserTrustProviderType = "iam-identity-center"|"oidc"|string;
|
|
34077
35502
|
export type VCpuCount = number;
|
|
34078
35503
|
export interface VCpuCountRange {
|
|
34079
35504
|
/**
|
|
@@ -34113,7 +35538,7 @@ declare namespace EC2 {
|
|
|
34113
35538
|
*/
|
|
34114
35539
|
ValidCores?: CoreCountList;
|
|
34115
35540
|
/**
|
|
34116
|
-
* The valid number of threads per core that can be configured for the instance type.
|
|
35541
|
+
* The valid number of threads per core that can be configured for the instance type.
|
|
34117
35542
|
*/
|
|
34118
35543
|
ValidThreadsPerCore?: ThreadsPerCoreList;
|
|
34119
35544
|
}
|
|
@@ -34134,6 +35559,411 @@ declare namespace EC2 {
|
|
|
34134
35559
|
Errors?: ErrorSet;
|
|
34135
35560
|
}
|
|
34136
35561
|
export type ValueStringList = String[];
|
|
35562
|
+
export interface VerifiedAccessEndpoint {
|
|
35563
|
+
/**
|
|
35564
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
35565
|
+
*/
|
|
35566
|
+
VerifiedAccessInstanceId?: String;
|
|
35567
|
+
/**
|
|
35568
|
+
* The ID of the Amazon Web Services Verified Access group.
|
|
35569
|
+
*/
|
|
35570
|
+
VerifiedAccessGroupId?: String;
|
|
35571
|
+
/**
|
|
35572
|
+
* The ID of the Amazon Web Services Verified Access endpoint.
|
|
35573
|
+
*/
|
|
35574
|
+
VerifiedAccessEndpointId?: String;
|
|
35575
|
+
/**
|
|
35576
|
+
* The DNS name for users to reach your application.
|
|
35577
|
+
*/
|
|
35578
|
+
ApplicationDomain?: String;
|
|
35579
|
+
/**
|
|
35580
|
+
* The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
|
|
35581
|
+
*/
|
|
35582
|
+
EndpointType?: VerifiedAccessEndpointType;
|
|
35583
|
+
/**
|
|
35584
|
+
* The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.
|
|
35585
|
+
*/
|
|
35586
|
+
AttachmentType?: VerifiedAccessEndpointAttachmentType;
|
|
35587
|
+
/**
|
|
35588
|
+
* The ARN of a public TLS/SSL certificate imported into or created with ACM.
|
|
35589
|
+
*/
|
|
35590
|
+
DomainCertificateArn?: String;
|
|
35591
|
+
/**
|
|
35592
|
+
* A DNS name that is generated for the endpoint.
|
|
35593
|
+
*/
|
|
35594
|
+
EndpointDomain?: String;
|
|
35595
|
+
/**
|
|
35596
|
+
* Returned if endpoint has a device trust provider attached.
|
|
35597
|
+
*/
|
|
35598
|
+
DeviceValidationDomain?: String;
|
|
35599
|
+
/**
|
|
35600
|
+
* The IDs of the security groups for the endpoint.
|
|
35601
|
+
*/
|
|
35602
|
+
SecurityGroupIds?: SecurityGroupIdList;
|
|
35603
|
+
/**
|
|
35604
|
+
* The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.
|
|
35605
|
+
*/
|
|
35606
|
+
LoadBalancerOptions?: VerifiedAccessEndpointLoadBalancerOptions;
|
|
35607
|
+
/**
|
|
35608
|
+
* The options for network-interface type endpoint.
|
|
35609
|
+
*/
|
|
35610
|
+
NetworkInterfaceOptions?: VerifiedAccessEndpointEniOptions;
|
|
35611
|
+
/**
|
|
35612
|
+
* The endpoint status.
|
|
35613
|
+
*/
|
|
35614
|
+
Status?: VerifiedAccessEndpointStatus;
|
|
35615
|
+
/**
|
|
35616
|
+
* A description for the Amazon Web Services Verified Access endpoint.
|
|
35617
|
+
*/
|
|
35618
|
+
Description?: String;
|
|
35619
|
+
/**
|
|
35620
|
+
* The creation time.
|
|
35621
|
+
*/
|
|
35622
|
+
CreationTime?: String;
|
|
35623
|
+
/**
|
|
35624
|
+
* The last updated time.
|
|
35625
|
+
*/
|
|
35626
|
+
LastUpdatedTime?: String;
|
|
35627
|
+
/**
|
|
35628
|
+
* The deletion time.
|
|
35629
|
+
*/
|
|
35630
|
+
DeletionTime?: String;
|
|
35631
|
+
/**
|
|
35632
|
+
* The tags.
|
|
35633
|
+
*/
|
|
35634
|
+
Tags?: TagList;
|
|
35635
|
+
}
|
|
35636
|
+
export type VerifiedAccessEndpointAttachmentType = "vpc"|string;
|
|
35637
|
+
export interface VerifiedAccessEndpointEniOptions {
|
|
35638
|
+
/**
|
|
35639
|
+
* The ID of the network interface.
|
|
35640
|
+
*/
|
|
35641
|
+
NetworkInterfaceId?: NetworkInterfaceId;
|
|
35642
|
+
/**
|
|
35643
|
+
* The IP protocol.
|
|
35644
|
+
*/
|
|
35645
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
35646
|
+
/**
|
|
35647
|
+
* The IP port number.
|
|
35648
|
+
*/
|
|
35649
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
35650
|
+
}
|
|
35651
|
+
export type VerifiedAccessEndpointId = string;
|
|
35652
|
+
export type VerifiedAccessEndpointIdList = VerifiedAccessEndpointId[];
|
|
35653
|
+
export type VerifiedAccessEndpointList = VerifiedAccessEndpoint[];
|
|
35654
|
+
export interface VerifiedAccessEndpointLoadBalancerOptions {
|
|
35655
|
+
/**
|
|
35656
|
+
* The IP protocol.
|
|
35657
|
+
*/
|
|
35658
|
+
Protocol?: VerifiedAccessEndpointProtocol;
|
|
35659
|
+
/**
|
|
35660
|
+
* The IP port number.
|
|
35661
|
+
*/
|
|
35662
|
+
Port?: VerifiedAccessEndpointPortNumber;
|
|
35663
|
+
/**
|
|
35664
|
+
* The ARN of the load balancer.
|
|
35665
|
+
*/
|
|
35666
|
+
LoadBalancerArn?: String;
|
|
35667
|
+
/**
|
|
35668
|
+
* The IDs of the subnets.
|
|
35669
|
+
*/
|
|
35670
|
+
SubnetIds?: VerifiedAccessEndpointSubnetIdList;
|
|
35671
|
+
}
|
|
35672
|
+
export type VerifiedAccessEndpointPortNumber = number;
|
|
35673
|
+
export type VerifiedAccessEndpointProtocol = "http"|"https"|string;
|
|
35674
|
+
export interface VerifiedAccessEndpointStatus {
|
|
35675
|
+
/**
|
|
35676
|
+
* The status code of the Verified Access endpoint.
|
|
35677
|
+
*/
|
|
35678
|
+
Code?: VerifiedAccessEndpointStatusCode;
|
|
35679
|
+
/**
|
|
35680
|
+
* The status message of the Verified Access endpoint.
|
|
35681
|
+
*/
|
|
35682
|
+
Message?: String;
|
|
35683
|
+
}
|
|
35684
|
+
export type VerifiedAccessEndpointStatusCode = "pending"|"active"|"updating"|"deleting"|"deleted"|string;
|
|
35685
|
+
export type VerifiedAccessEndpointSubnetIdList = SubnetId[];
|
|
35686
|
+
export type VerifiedAccessEndpointType = "load-balancer"|"network-interface"|string;
|
|
35687
|
+
export interface VerifiedAccessGroup {
|
|
35688
|
+
/**
|
|
35689
|
+
* The ID of the Verified Access group.
|
|
35690
|
+
*/
|
|
35691
|
+
VerifiedAccessGroupId?: String;
|
|
35692
|
+
/**
|
|
35693
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
35694
|
+
*/
|
|
35695
|
+
VerifiedAccessInstanceId?: String;
|
|
35696
|
+
/**
|
|
35697
|
+
* A description for the Amazon Web Services Verified Access group.
|
|
35698
|
+
*/
|
|
35699
|
+
Description?: String;
|
|
35700
|
+
/**
|
|
35701
|
+
* The Amazon Web Services account number that owns the group.
|
|
35702
|
+
*/
|
|
35703
|
+
Owner?: String;
|
|
35704
|
+
/**
|
|
35705
|
+
* The ARN of the Verified Access group.
|
|
35706
|
+
*/
|
|
35707
|
+
VerifiedAccessGroupArn?: String;
|
|
35708
|
+
/**
|
|
35709
|
+
* The creation time.
|
|
35710
|
+
*/
|
|
35711
|
+
CreationTime?: String;
|
|
35712
|
+
/**
|
|
35713
|
+
* The last updated time.
|
|
35714
|
+
*/
|
|
35715
|
+
LastUpdatedTime?: String;
|
|
35716
|
+
/**
|
|
35717
|
+
* The deletion time.
|
|
35718
|
+
*/
|
|
35719
|
+
DeletionTime?: String;
|
|
35720
|
+
/**
|
|
35721
|
+
* The tags.
|
|
35722
|
+
*/
|
|
35723
|
+
Tags?: TagList;
|
|
35724
|
+
}
|
|
35725
|
+
export type VerifiedAccessGroupId = string;
|
|
35726
|
+
export type VerifiedAccessGroupIdList = VerifiedAccessGroupId[];
|
|
35727
|
+
export type VerifiedAccessGroupList = VerifiedAccessGroup[];
|
|
35728
|
+
export interface VerifiedAccessInstance {
|
|
35729
|
+
/**
|
|
35730
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
35731
|
+
*/
|
|
35732
|
+
VerifiedAccessInstanceId?: String;
|
|
35733
|
+
/**
|
|
35734
|
+
* A description for the Amazon Web Services Verified Access instance.
|
|
35735
|
+
*/
|
|
35736
|
+
Description?: String;
|
|
35737
|
+
/**
|
|
35738
|
+
* The IDs of the Amazon Web Services Verified Access trust providers.
|
|
35739
|
+
*/
|
|
35740
|
+
VerifiedAccessTrustProviders?: VerifiedAccessTrustProviderCondensedList;
|
|
35741
|
+
/**
|
|
35742
|
+
* The creation time.
|
|
35743
|
+
*/
|
|
35744
|
+
CreationTime?: String;
|
|
35745
|
+
/**
|
|
35746
|
+
* The last updated time.
|
|
35747
|
+
*/
|
|
35748
|
+
LastUpdatedTime?: String;
|
|
35749
|
+
/**
|
|
35750
|
+
* The tags.
|
|
35751
|
+
*/
|
|
35752
|
+
Tags?: TagList;
|
|
35753
|
+
}
|
|
35754
|
+
export type VerifiedAccessInstanceId = string;
|
|
35755
|
+
export type VerifiedAccessInstanceIdList = VerifiedAccessInstanceId[];
|
|
35756
|
+
export type VerifiedAccessInstanceList = VerifiedAccessInstance[];
|
|
35757
|
+
export interface VerifiedAccessInstanceLoggingConfiguration {
|
|
35758
|
+
/**
|
|
35759
|
+
* The ID of the Amazon Web Services Verified Access instance.
|
|
35760
|
+
*/
|
|
35761
|
+
VerifiedAccessInstanceId?: String;
|
|
35762
|
+
/**
|
|
35763
|
+
* Details about the logging options.
|
|
35764
|
+
*/
|
|
35765
|
+
AccessLogs?: VerifiedAccessLogs;
|
|
35766
|
+
}
|
|
35767
|
+
export type VerifiedAccessInstanceLoggingConfigurationList = VerifiedAccessInstanceLoggingConfiguration[];
|
|
35768
|
+
export interface VerifiedAccessLogCloudWatchLogsDestination {
|
|
35769
|
+
/**
|
|
35770
|
+
* Indicates whether logging is enabled.
|
|
35771
|
+
*/
|
|
35772
|
+
Enabled?: Boolean;
|
|
35773
|
+
/**
|
|
35774
|
+
* The delivery status for access logs.
|
|
35775
|
+
*/
|
|
35776
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
35777
|
+
/**
|
|
35778
|
+
* The ID of the CloudWatch Logs log group.
|
|
35779
|
+
*/
|
|
35780
|
+
LogGroup?: String;
|
|
35781
|
+
}
|
|
35782
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
35783
|
+
/**
|
|
35784
|
+
* Indicates whether logging is enabled.
|
|
35785
|
+
*/
|
|
35786
|
+
Enabled: Boolean;
|
|
35787
|
+
/**
|
|
35788
|
+
* The ID of the CloudWatch Logs log group.
|
|
35789
|
+
*/
|
|
35790
|
+
LogGroup?: String;
|
|
35791
|
+
}
|
|
35792
|
+
export interface VerifiedAccessLogDeliveryStatus {
|
|
35793
|
+
/**
|
|
35794
|
+
* The status code.
|
|
35795
|
+
*/
|
|
35796
|
+
Code?: VerifiedAccessLogDeliveryStatusCode;
|
|
35797
|
+
/**
|
|
35798
|
+
* The status message.
|
|
35799
|
+
*/
|
|
35800
|
+
Message?: String;
|
|
35801
|
+
}
|
|
35802
|
+
export type VerifiedAccessLogDeliveryStatusCode = "success"|"failed"|string;
|
|
35803
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestination {
|
|
35804
|
+
/**
|
|
35805
|
+
* Indicates whether logging is enabled.
|
|
35806
|
+
*/
|
|
35807
|
+
Enabled?: Boolean;
|
|
35808
|
+
/**
|
|
35809
|
+
* The delivery status.
|
|
35810
|
+
*/
|
|
35811
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
35812
|
+
/**
|
|
35813
|
+
* The ID of the delivery stream.
|
|
35814
|
+
*/
|
|
35815
|
+
DeliveryStream?: String;
|
|
35816
|
+
}
|
|
35817
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
35818
|
+
/**
|
|
35819
|
+
* Indicates whether logging is enabled.
|
|
35820
|
+
*/
|
|
35821
|
+
Enabled: Boolean;
|
|
35822
|
+
/**
|
|
35823
|
+
* The ID of the delivery stream.
|
|
35824
|
+
*/
|
|
35825
|
+
DeliveryStream?: String;
|
|
35826
|
+
}
|
|
35827
|
+
export interface VerifiedAccessLogOptions {
|
|
35828
|
+
/**
|
|
35829
|
+
* Sends Verified Access logs to Amazon S3.
|
|
35830
|
+
*/
|
|
35831
|
+
S3?: VerifiedAccessLogS3DestinationOptions;
|
|
35832
|
+
/**
|
|
35833
|
+
* Sends Verified Access logs to CloudWatch Logs.
|
|
35834
|
+
*/
|
|
35835
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestinationOptions;
|
|
35836
|
+
/**
|
|
35837
|
+
* Sends Verified Access logs to Kinesis.
|
|
35838
|
+
*/
|
|
35839
|
+
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
|
|
35840
|
+
}
|
|
35841
|
+
export interface VerifiedAccessLogS3Destination {
|
|
35842
|
+
/**
|
|
35843
|
+
* Indicates whether logging is enabled.
|
|
35844
|
+
*/
|
|
35845
|
+
Enabled?: Boolean;
|
|
35846
|
+
/**
|
|
35847
|
+
* The delivery status.
|
|
35848
|
+
*/
|
|
35849
|
+
DeliveryStatus?: VerifiedAccessLogDeliveryStatus;
|
|
35850
|
+
/**
|
|
35851
|
+
* The bucket name.
|
|
35852
|
+
*/
|
|
35853
|
+
BucketName?: String;
|
|
35854
|
+
/**
|
|
35855
|
+
* The bucket prefix.
|
|
35856
|
+
*/
|
|
35857
|
+
Prefix?: String;
|
|
35858
|
+
/**
|
|
35859
|
+
* The Amazon Web Services account number that owns the bucket.
|
|
35860
|
+
*/
|
|
35861
|
+
BucketOwner?: String;
|
|
35862
|
+
}
|
|
35863
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
35864
|
+
/**
|
|
35865
|
+
* Indicates whether logging is enabled.
|
|
35866
|
+
*/
|
|
35867
|
+
Enabled: Boolean;
|
|
35868
|
+
/**
|
|
35869
|
+
* The bucket name.
|
|
35870
|
+
*/
|
|
35871
|
+
BucketName?: String;
|
|
35872
|
+
/**
|
|
35873
|
+
* The bucket prefix.
|
|
35874
|
+
*/
|
|
35875
|
+
Prefix?: String;
|
|
35876
|
+
/**
|
|
35877
|
+
* The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
|
|
35878
|
+
*/
|
|
35879
|
+
BucketOwner?: String;
|
|
35880
|
+
}
|
|
35881
|
+
export interface VerifiedAccessLogs {
|
|
35882
|
+
/**
|
|
35883
|
+
* Amazon S3 logging options.
|
|
35884
|
+
*/
|
|
35885
|
+
S3?: VerifiedAccessLogS3Destination;
|
|
35886
|
+
/**
|
|
35887
|
+
* CloudWatch Logs logging destination.
|
|
35888
|
+
*/
|
|
35889
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination;
|
|
35890
|
+
/**
|
|
35891
|
+
* Kinesis logging destination.
|
|
35892
|
+
*/
|
|
35893
|
+
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
|
|
35894
|
+
}
|
|
35895
|
+
export interface VerifiedAccessTrustProvider {
|
|
35896
|
+
/**
|
|
35897
|
+
* The ID of the Amazon Web Services Verified Access trust provider.
|
|
35898
|
+
*/
|
|
35899
|
+
VerifiedAccessTrustProviderId?: String;
|
|
35900
|
+
/**
|
|
35901
|
+
* A description for the Amazon Web Services Verified Access trust provider.
|
|
35902
|
+
*/
|
|
35903
|
+
Description?: String;
|
|
35904
|
+
/**
|
|
35905
|
+
* The type of Verified Access trust provider.
|
|
35906
|
+
*/
|
|
35907
|
+
TrustProviderType?: TrustProviderType;
|
|
35908
|
+
/**
|
|
35909
|
+
* The type of user-based trust provider.
|
|
35910
|
+
*/
|
|
35911
|
+
UserTrustProviderType?: UserTrustProviderType;
|
|
35912
|
+
/**
|
|
35913
|
+
* The type of device-based trust provider.
|
|
35914
|
+
*/
|
|
35915
|
+
DeviceTrustProviderType?: DeviceTrustProviderType;
|
|
35916
|
+
/**
|
|
35917
|
+
* The OpenID Connect details for an oidc-type, user-identity based trust provider.
|
|
35918
|
+
*/
|
|
35919
|
+
OidcOptions?: OidcOptions;
|
|
35920
|
+
/**
|
|
35921
|
+
* The options for device-identity type trust provider.
|
|
35922
|
+
*/
|
|
35923
|
+
DeviceOptions?: DeviceOptions;
|
|
35924
|
+
/**
|
|
35925
|
+
* The identifier to be used when working with policy rules.
|
|
35926
|
+
*/
|
|
35927
|
+
PolicyReferenceName?: String;
|
|
35928
|
+
/**
|
|
35929
|
+
* The creation time.
|
|
35930
|
+
*/
|
|
35931
|
+
CreationTime?: String;
|
|
35932
|
+
/**
|
|
35933
|
+
* The last updated time.
|
|
35934
|
+
*/
|
|
35935
|
+
LastUpdatedTime?: String;
|
|
35936
|
+
/**
|
|
35937
|
+
* The tags.
|
|
35938
|
+
*/
|
|
35939
|
+
Tags?: TagList;
|
|
35940
|
+
}
|
|
35941
|
+
export interface VerifiedAccessTrustProviderCondensed {
|
|
35942
|
+
/**
|
|
35943
|
+
* The ID of the trust provider.
|
|
35944
|
+
*/
|
|
35945
|
+
VerifiedAccessTrustProviderId?: String;
|
|
35946
|
+
/**
|
|
35947
|
+
* The description of trust provider.
|
|
35948
|
+
*/
|
|
35949
|
+
Description?: String;
|
|
35950
|
+
/**
|
|
35951
|
+
* The type of trust provider (user- or device-based).
|
|
35952
|
+
*/
|
|
35953
|
+
TrustProviderType?: TrustProviderType;
|
|
35954
|
+
/**
|
|
35955
|
+
* The type of user-based trust provider.
|
|
35956
|
+
*/
|
|
35957
|
+
UserTrustProviderType?: UserTrustProviderType;
|
|
35958
|
+
/**
|
|
35959
|
+
* The type of device-based trust provider.
|
|
35960
|
+
*/
|
|
35961
|
+
DeviceTrustProviderType?: DeviceTrustProviderType;
|
|
35962
|
+
}
|
|
35963
|
+
export type VerifiedAccessTrustProviderCondensedList = VerifiedAccessTrustProviderCondensed[];
|
|
35964
|
+
export type VerifiedAccessTrustProviderId = string;
|
|
35965
|
+
export type VerifiedAccessTrustProviderIdList = VerifiedAccessTrustProviderId[];
|
|
35966
|
+
export type VerifiedAccessTrustProviderList = VerifiedAccessTrustProvider[];
|
|
34137
35967
|
export type VersionDescription = string;
|
|
34138
35968
|
export type VersionStringList = String[];
|
|
34139
35969
|
export interface VgwTelemetry {
|
|
@@ -34737,6 +36567,7 @@ declare namespace EC2 {
|
|
|
34737
36567
|
}
|
|
34738
36568
|
export type VpcPeeringConnectionId = string;
|
|
34739
36569
|
export type VpcPeeringConnectionIdList = VpcPeeringConnectionId[];
|
|
36570
|
+
export type VpcPeeringConnectionIdWithResolver = string;
|
|
34740
36571
|
export type VpcPeeringConnectionList = VpcPeeringConnection[];
|
|
34741
36572
|
export interface VpcPeeringConnectionOptionsDescription {
|
|
34742
36573
|
/**
|