cdk-comprehend-s3olap 2.0.39 → 2.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -551
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +476 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +29 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -573,11 +573,11 @@ declare class EC2 extends Service {
|
|
573
573
|
*/
|
574
574
|
createLaunchTemplate(callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateResult) => void): Request<EC2.Types.CreateLaunchTemplateResult, AWSError>;
|
575
575
|
/**
|
576
|
-
* Creates a new version
|
576
|
+
* Creates a new version of a launch template. You can specify an existing version of launch template from which to base the new version. Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions. Launch templates are immutable; after you create a launch template, you can't modify it. Instead, you can create a new version of the launch template that includes any changes you require. For more information, see Modify a launch template (manage launch template versions) in the Amazon Elastic Compute Cloud User Guide.
|
577
577
|
*/
|
578
578
|
createLaunchTemplateVersion(params: EC2.Types.CreateLaunchTemplateVersionRequest, callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateVersionResult) => void): Request<EC2.Types.CreateLaunchTemplateVersionResult, AWSError>;
|
579
579
|
/**
|
580
|
-
* Creates a new version
|
580
|
+
* Creates a new version of a launch template. You can specify an existing version of launch template from which to base the new version. Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions. Launch templates are immutable; after you create a launch template, you can't modify it. Instead, you can create a new version of the launch template that includes any changes you require. For more information, see Modify a launch template (manage launch template versions) in the Amazon Elastic Compute Cloud User Guide.
|
581
581
|
*/
|
582
582
|
createLaunchTemplateVersion(callback?: (err: AWSError, data: EC2.Types.CreateLaunchTemplateVersionResult) => void): Request<EC2.Types.CreateLaunchTemplateVersionResult, AWSError>;
|
583
583
|
/**
|
@@ -773,11 +773,11 @@ declare class EC2 extends Service {
|
|
773
773
|
*/
|
774
774
|
createSubnetCidrReservation(callback?: (err: AWSError, data: EC2.Types.CreateSubnetCidrReservationResult) => void): Request<EC2.Types.CreateSubnetCidrReservationResult, AWSError>;
|
775
775
|
/**
|
776
|
-
* Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. For more information about tags, see
|
776
|
+
* Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.
|
777
777
|
*/
|
778
778
|
createTags(params: EC2.Types.CreateTagsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
779
779
|
/**
|
780
|
-
* Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. For more information about tags, see
|
780
|
+
* Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.
|
781
781
|
*/
|
782
782
|
createTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
783
783
|
/**
|
@@ -845,11 +845,11 @@ declare class EC2 extends Service {
|
|
845
845
|
*/
|
846
846
|
createTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.CreateTransitGatewayMulticastDomainResult, AWSError>;
|
847
847
|
/**
|
848
|
-
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The
|
848
|
+
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
|
849
849
|
*/
|
850
850
|
createTransitGatewayPeeringAttachment(params: EC2.Types.CreateTransitGatewayPeeringAttachmentRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
|
851
851
|
/**
|
852
|
-
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The
|
852
|
+
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
|
853
853
|
*/
|
854
854
|
createTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
|
855
855
|
/**
|
@@ -1285,11 +1285,11 @@ declare class EC2 extends Service {
|
|
1285
1285
|
*/
|
1286
1286
|
deleteSubnetCidrReservation(callback?: (err: AWSError, data: EC2.Types.DeleteSubnetCidrReservationResult) => void): Request<EC2.Types.DeleteSubnetCidrReservationResult, AWSError>;
|
1287
1287
|
/**
|
1288
|
-
* Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags. For more information about tags, see
|
1288
|
+
* Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
|
1289
1289
|
*/
|
1290
1290
|
deleteTags(params: EC2.Types.DeleteTagsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1291
1291
|
/**
|
1292
|
-
* Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags. For more information about tags, see
|
1292
|
+
* Deletes the specified set of tags from the specified set of resources. To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
|
1293
1293
|
*/
|
1294
1294
|
deleteTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1295
1295
|
/**
|
@@ -2365,11 +2365,11 @@ declare class EC2 extends Service {
|
|
2365
2365
|
*/
|
2366
2366
|
describeSubnets(callback?: (err: AWSError, data: EC2.Types.DescribeSubnetsResult) => void): Request<EC2.Types.DescribeSubnetsResult, AWSError>;
|
2367
2367
|
/**
|
2368
|
-
* Describes the specified tags for your EC2 resources. For more information about tags, see
|
2368
|
+
* Describes the specified tags for your EC2 resources. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
|
2369
2369
|
*/
|
2370
2370
|
describeTags(params: EC2.Types.DescribeTagsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeTagsResult) => void): Request<EC2.Types.DescribeTagsResult, AWSError>;
|
2371
2371
|
/**
|
2372
|
-
* Describes the specified tags for your EC2 resources. For more information about tags, see
|
2372
|
+
* Describes the specified tags for your EC2 resources. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.
|
2373
2373
|
*/
|
2374
2374
|
describeTags(callback?: (err: AWSError, data: EC2.Types.DescribeTagsResult) => void): Request<EC2.Types.DescribeTagsResult, AWSError>;
|
2375
2375
|
/**
|
@@ -3837,11 +3837,11 @@ declare class EC2 extends Service {
|
|
3837
3837
|
*/
|
3838
3838
|
rebootInstances(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
3839
3839
|
/**
|
3840
|
-
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
|
3840
|
+
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
|
3841
3841
|
*/
|
3842
3842
|
registerImage(params: EC2.Types.RegisterImageRequest, callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
|
3843
3843
|
/**
|
3844
|
-
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
|
3844
|
+
* Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide. For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage. If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. Register a snapshot of a root device volume You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide. Amazon Web Services Marketplace product codes If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: Launch an instance from an existing AMI with that billing product code. Customize the instance. Create an AMI from the instance using CreateImage. If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
|
3845
3845
|
*/
|
3846
3846
|
registerImage(callback?: (err: AWSError, data: EC2.Types.RegisterImageResult) => void): Request<EC2.Types.RegisterImageResult, AWSError>;
|
3847
3847
|
/**
|
@@ -8448,11 +8448,11 @@ declare namespace EC2 {
|
|
8448
8448
|
*/
|
8449
8449
|
ClientToken?: String;
|
8450
8450
|
/**
|
8451
|
-
* The ID of the launch template. You must specify either the
|
8451
|
+
* The ID of the launch template. You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.
|
8452
8452
|
*/
|
8453
8453
|
LaunchTemplateId?: LaunchTemplateId;
|
8454
8454
|
/**
|
8455
|
-
* The name of the launch template. You must specify
|
8455
|
+
* The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.
|
8456
8456
|
*/
|
8457
8457
|
LaunchTemplateName?: LaunchTemplateName;
|
8458
8458
|
/**
|
@@ -9578,6 +9578,9 @@ declare namespace EC2 {
|
|
9578
9578
|
* The Region where the peer transit gateway is located.
|
9579
9579
|
*/
|
9580
9580
|
PeerRegion: String;
|
9581
|
+
/**
|
9582
|
+
* Requests a transit gateway peering attachment.
|
9583
|
+
*/
|
9581
9584
|
Options?: CreateTransitGatewayPeeringAttachmentRequestOptions;
|
9582
9585
|
/**
|
9583
9586
|
* The tags to apply to the transit gateway peering attachment.
|
@@ -9589,6 +9592,9 @@ declare namespace EC2 {
|
|
9589
9592
|
DryRun?: Boolean;
|
9590
9593
|
}
|
9591
9594
|
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
9595
|
+
/**
|
9596
|
+
* Indicates whether dynamic routing is enabled or disabled.
|
9597
|
+
*/
|
9592
9598
|
DynamicRouting?: DynamicRoutingValue;
|
9593
9599
|
}
|
9594
9600
|
export interface CreateTransitGatewayPeeringAttachmentResult {
|
@@ -10170,13 +10176,13 @@ declare namespace EC2 {
|
|
10170
10176
|
}
|
10171
10177
|
export interface CreditSpecification {
|
10172
10178
|
/**
|
10173
|
-
* The credit option for CPU usage of a
|
10179
|
+
* The credit option for CPU usage of a T instance. Valid values: standard | unlimited
|
10174
10180
|
*/
|
10175
10181
|
CpuCredits?: String;
|
10176
10182
|
}
|
10177
10183
|
export interface CreditSpecificationRequest {
|
10178
10184
|
/**
|
10179
|
-
* The credit option for CPU usage of a
|
10185
|
+
* The credit option for CPU usage of a T instance. Valid values: standard | unlimited
|
10180
10186
|
*/
|
10181
10187
|
CpuCredits: String;
|
10182
10188
|
}
|
@@ -10518,11 +10524,11 @@ declare namespace EC2 {
|
|
10518
10524
|
*/
|
10519
10525
|
DryRun?: Boolean;
|
10520
10526
|
/**
|
10521
|
-
* The ID of the launch template. You must specify either the
|
10527
|
+
* The ID of the launch template. You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.
|
10522
10528
|
*/
|
10523
10529
|
LaunchTemplateId?: LaunchTemplateId;
|
10524
10530
|
/**
|
10525
|
-
* The name of the launch template. You must specify either the
|
10531
|
+
* The name of the launch template. You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.
|
10526
10532
|
*/
|
10527
10533
|
LaunchTemplateName?: LaunchTemplateName;
|
10528
10534
|
}
|
@@ -10538,11 +10544,11 @@ declare namespace EC2 {
|
|
10538
10544
|
*/
|
10539
10545
|
DryRun?: Boolean;
|
10540
10546
|
/**
|
10541
|
-
* The ID of the launch template. You must specify either the
|
10547
|
+
* The ID of the launch template. You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.
|
10542
10548
|
*/
|
10543
10549
|
LaunchTemplateId?: LaunchTemplateId;
|
10544
10550
|
/**
|
10545
|
-
* The name of the launch template. You must specify either the
|
10551
|
+
* The name of the launch template. You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.
|
10546
10552
|
*/
|
10547
10553
|
LaunchTemplateName?: LaunchTemplateName;
|
10548
10554
|
/**
|
@@ -13206,15 +13212,15 @@ declare namespace EC2 {
|
|
13206
13212
|
*/
|
13207
13213
|
DryRun?: Boolean;
|
13208
13214
|
/**
|
13209
|
-
* The ID of the launch template. To describe one or more versions of a specified launch template, you must specify either the
|
13215
|
+
* The ID of the launch template. To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateId or the LaunchTemplateName, but not both. To describe all the latest or default launch template versions in your account, you must omit this parameter.
|
13210
13216
|
*/
|
13211
13217
|
LaunchTemplateId?: LaunchTemplateId;
|
13212
13218
|
/**
|
13213
|
-
* The name of the launch template. To describe one or more versions of a specified launch template, you must specify either the
|
13219
|
+
* The name of the launch template. To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateName or the LaunchTemplateId, but not both. To describe all the latest or default launch template versions in your account, you must omit this parameter.
|
13214
13220
|
*/
|
13215
13221
|
LaunchTemplateName?: LaunchTemplateName;
|
13216
13222
|
/**
|
13217
|
-
* One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account. To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers. To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same
|
13223
|
+
* One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account. To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers. To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same request. You cannot specify numbers.
|
13218
13224
|
*/
|
13219
13225
|
Versions?: VersionStringList;
|
13220
13226
|
/**
|
@@ -17832,7 +17838,7 @@ declare namespace EC2 {
|
|
17832
17838
|
*/
|
17833
17839
|
InstanceType?: InstanceType;
|
17834
17840
|
/**
|
17835
|
-
* The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
17841
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
17836
17842
|
*/
|
17837
17843
|
MaxPrice?: String;
|
17838
17844
|
/**
|
@@ -17868,7 +17874,7 @@ declare namespace EC2 {
|
|
17868
17874
|
*/
|
17869
17875
|
InstanceType?: InstanceType;
|
17870
17876
|
/**
|
17871
|
-
* The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
17877
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
17872
17878
|
*/
|
17873
17879
|
MaxPrice?: String;
|
17874
17880
|
/**
|
@@ -17898,11 +17904,11 @@ declare namespace EC2 {
|
|
17898
17904
|
}
|
17899
17905
|
export interface FleetLaunchTemplateSpecification {
|
17900
17906
|
/**
|
17901
|
-
* The ID of the launch template.
|
17907
|
+
* The ID of the launch template. You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.
|
17902
17908
|
*/
|
17903
17909
|
LaunchTemplateId?: String;
|
17904
17910
|
/**
|
17905
|
-
* The name of the launch template.
|
17911
|
+
* The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.
|
17906
17912
|
*/
|
17907
17913
|
LaunchTemplateName?: LaunchTemplateName;
|
17908
17914
|
/**
|
@@ -17912,11 +17918,11 @@ declare namespace EC2 {
|
|
17912
17918
|
}
|
17913
17919
|
export interface FleetLaunchTemplateSpecificationRequest {
|
17914
17920
|
/**
|
17915
|
-
* The ID of the launch template.
|
17921
|
+
* The ID of the launch template. You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.
|
17916
17922
|
*/
|
17917
17923
|
LaunchTemplateId?: LaunchTemplateId;
|
17918
17924
|
/**
|
17919
|
-
* The name of the launch template.
|
17925
|
+
* The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.
|
17920
17926
|
*/
|
17921
17927
|
LaunchTemplateName?: LaunchTemplateName;
|
17922
17928
|
/**
|
@@ -21323,11 +21329,11 @@ declare namespace EC2 {
|
|
21323
21329
|
*/
|
21324
21330
|
InstanceGenerations?: InstanceGenerationSet;
|
21325
21331
|
/**
|
21326
|
-
* The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage above the
|
21332
|
+
* The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 100
|
21327
21333
|
*/
|
21328
21334
|
SpotMaxPricePercentageOverLowestPrice?: Integer;
|
21329
21335
|
/**
|
21330
|
-
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the
|
21336
|
+
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
|
21331
21337
|
*/
|
21332
21338
|
OnDemandMaxPricePercentageOverLowestPrice?: Integer;
|
21333
21339
|
/**
|
@@ -21409,11 +21415,11 @@ declare namespace EC2 {
|
|
21409
21415
|
*/
|
21410
21416
|
InstanceGenerations?: InstanceGenerationSet;
|
21411
21417
|
/**
|
21412
|
-
* The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance, expressed as a percentage above the
|
21418
|
+
* The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 100
|
21413
21419
|
*/
|
21414
21420
|
SpotMaxPricePercentageOverLowestPrice?: Integer;
|
21415
21421
|
/**
|
21416
|
-
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the
|
21422
|
+
* The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold. The parameter accepts an integer, which Amazon EC2 interprets as a percentage. To turn off price protection, specify a high value, such as 999999. This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements. If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price. Default: 20
|
21417
21423
|
*/
|
21418
21424
|
OnDemandMaxPricePercentageOverLowestPrice?: Integer;
|
21419
21425
|
/**
|
@@ -22173,7 +22179,7 @@ declare namespace EC2 {
|
|
22173
22179
|
*/
|
22174
22180
|
ResourceTags?: IpamResourceTagList;
|
22175
22181
|
/**
|
22176
|
-
* The IP address space in the
|
22182
|
+
* The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following: For a resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs. For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated. For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
|
22177
22183
|
*/
|
22178
22184
|
IpUsage?: BoxedDouble;
|
22179
22185
|
/**
|
@@ -22851,7 +22857,7 @@ declare namespace EC2 {
|
|
22851
22857
|
*/
|
22852
22858
|
HttpTokens?: LaunchTemplateHttpTokensState;
|
22853
22859
|
/**
|
22854
|
-
* The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Default: 1
|
22860
|
+
* The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. Default: 1 Possible values: Integers from 1 to 64
|
22855
22861
|
*/
|
22856
22862
|
HttpPutResponseHopLimit?: Integer;
|
22857
22863
|
/**
|
@@ -23050,7 +23056,7 @@ declare namespace EC2 {
|
|
23050
23056
|
*/
|
23051
23057
|
InstanceType?: InstanceType;
|
23052
23058
|
/**
|
23053
|
-
* The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
23059
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
23054
23060
|
*/
|
23055
23061
|
SpotPrice?: String;
|
23056
23062
|
/**
|
@@ -23174,11 +23180,11 @@ declare namespace EC2 {
|
|
23174
23180
|
export type LaunchTemplateSet = LaunchTemplate[];
|
23175
23181
|
export interface LaunchTemplateSpecification {
|
23176
23182
|
/**
|
23177
|
-
* The ID of the launch template.
|
23183
|
+
* The ID of the launch template. You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.
|
23178
23184
|
*/
|
23179
23185
|
LaunchTemplateId?: LaunchTemplateId;
|
23180
23186
|
/**
|
23181
|
-
* The name of the launch template.
|
23187
|
+
* The name of the launch template. You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.
|
23182
23188
|
*/
|
23183
23189
|
LaunchTemplateName?: String;
|
23184
23190
|
/**
|
@@ -23188,7 +23194,7 @@ declare namespace EC2 {
|
|
23188
23194
|
}
|
23189
23195
|
export interface LaunchTemplateSpotMarketOptions {
|
23190
23196
|
/**
|
23191
|
-
* The maximum hourly price you're willing to pay for the Spot Instances.
|
23197
|
+
* The maximum hourly price you're willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
23192
23198
|
*/
|
23193
23199
|
MaxPrice?: String;
|
23194
23200
|
/**
|
@@ -23210,7 +23216,7 @@ declare namespace EC2 {
|
|
23210
23216
|
}
|
23211
23217
|
export interface LaunchTemplateSpotMarketOptionsRequest {
|
23212
23218
|
/**
|
23213
|
-
* The maximum hourly price you're willing to pay for the Spot Instances.
|
23219
|
+
* The maximum hourly price you're willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
23214
23220
|
*/
|
23215
23221
|
MaxPrice?: String;
|
23216
23222
|
/**
|
@@ -23218,11 +23224,11 @@ declare namespace EC2 {
|
|
23218
23224
|
*/
|
23219
23225
|
SpotInstanceType?: SpotInstanceType;
|
23220
23226
|
/**
|
23221
|
-
*
|
23227
|
+
* Deprecated.
|
23222
23228
|
*/
|
23223
23229
|
BlockDurationMinutes?: Integer;
|
23224
23230
|
/**
|
23225
|
-
* The end date of the request. For a
|
23231
|
+
* The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests. For a persistent request, the request remains active until the ValidUntil date and time is reached. Otherwise, the request remains active until you cancel it. For a one-time request, ValidUntil is not supported. The request remains active until all instances launch or you cancel the request. Default: 7 days from the current date
|
23226
23232
|
*/
|
23227
23233
|
ValidUntil?: DateTime;
|
23228
23234
|
/**
|
@@ -24549,11 +24555,11 @@ declare namespace EC2 {
|
|
24549
24555
|
*/
|
24550
24556
|
ClientToken?: String;
|
24551
24557
|
/**
|
24552
|
-
* The ID of the launch template. You must specify either the
|
24558
|
+
* The ID of the launch template. You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.
|
24553
24559
|
*/
|
24554
24560
|
LaunchTemplateId?: LaunchTemplateId;
|
24555
24561
|
/**
|
24556
|
-
* The name of the launch template. You must specify either the
|
24562
|
+
* The name of the launch template. You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.
|
24557
24563
|
*/
|
24558
24564
|
LaunchTemplateName?: LaunchTemplateName;
|
24559
24565
|
/**
|
@@ -26592,6 +26598,9 @@ declare namespace EC2 {
|
|
26592
26598
|
* The ID of the transit gateway.
|
26593
26599
|
*/
|
26594
26600
|
TransitGatewayId?: String;
|
26601
|
+
/**
|
26602
|
+
* The ID of the core network where the transit gateway peer is located.
|
26603
|
+
*/
|
26595
26604
|
CoreNetworkId?: String;
|
26596
26605
|
/**
|
26597
26606
|
* The ID of the Amazon Web Services account that owns the transit gateway.
|
@@ -28160,7 +28169,7 @@ declare namespace EC2 {
|
|
28160
28169
|
*/
|
28161
28170
|
LaunchSpecification?: RequestSpotLaunchSpecification;
|
28162
28171
|
/**
|
28163
|
-
* The maximum price per hour that you are willing to pay for a Spot Instance.
|
28172
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
28164
28173
|
*/
|
28165
28174
|
SpotPrice?: String;
|
28166
28175
|
/**
|
@@ -29438,7 +29447,7 @@ declare namespace EC2 {
|
|
29438
29447
|
*/
|
29439
29448
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerators;
|
29440
29449
|
/**
|
29441
|
-
* The tags to apply to the resources during launch. You can
|
29450
|
+
* The tags to apply to the resources that are created during instance launch. You can specify tags for the following resources only: Instances Volumes Elastic graphics Spot Instance requests Network interfaces To tag a resource after it has been created, see CreateTags.
|
29442
29451
|
*/
|
29443
29452
|
TagSpecifications?: TagSpecificationList;
|
29444
29453
|
/**
|
@@ -29486,7 +29495,7 @@ declare namespace EC2 {
|
|
29486
29495
|
*/
|
29487
29496
|
MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
|
29488
29497
|
/**
|
29489
|
-
* Indicates whether an instance is enabled for stop protection. For more information, see Stop
|
29498
|
+
* Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.
|
29490
29499
|
*/
|
29491
29500
|
DisableApiStop?: Boolean;
|
29492
29501
|
}
|
@@ -30261,7 +30270,7 @@ declare namespace EC2 {
|
|
30261
30270
|
export type ServiceConnectivityType = "ipv4"|"ipv6"|string;
|
30262
30271
|
export interface ServiceDetail {
|
30263
30272
|
/**
|
30264
|
-
* The
|
30273
|
+
* The name of the service.
|
30265
30274
|
*/
|
30266
30275
|
ServiceName?: String;
|
30267
30276
|
/**
|
@@ -30741,7 +30750,7 @@ declare namespace EC2 {
|
|
30741
30750
|
*/
|
30742
30751
|
RamdiskId?: String;
|
30743
30752
|
/**
|
30744
|
-
* The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
30753
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
30745
30754
|
*/
|
30746
30755
|
SpotPrice?: String;
|
30747
30756
|
/**
|
@@ -30839,7 +30848,7 @@ declare namespace EC2 {
|
|
30839
30848
|
*/
|
30840
30849
|
LaunchTemplateConfigs?: LaunchTemplateConfigList;
|
30841
30850
|
/**
|
30842
|
-
* The maximum price per unit hour that you are willing to pay for a Spot Instance.
|
30851
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
30843
30852
|
*/
|
30844
30853
|
SpotPrice?: String;
|
30845
30854
|
/**
|
@@ -30964,7 +30973,7 @@ declare namespace EC2 {
|
|
30964
30973
|
*/
|
30965
30974
|
SpotInstanceRequestId?: String;
|
30966
30975
|
/**
|
30967
|
-
* The maximum price per hour that you are willing to pay for a Spot Instance.
|
30976
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
30968
30977
|
*/
|
30969
30978
|
SpotPrice?: String;
|
30970
30979
|
/**
|
@@ -31033,7 +31042,7 @@ declare namespace EC2 {
|
|
31033
31042
|
}
|
31034
31043
|
export interface SpotMarketOptions {
|
31035
31044
|
/**
|
31036
|
-
* The maximum hourly price you're willing to pay for
|
31045
|
+
* The maximum hourly price that you're willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
31037
31046
|
*/
|
31038
31047
|
MaxPrice?: String;
|
31039
31048
|
/**
|
@@ -31083,7 +31092,7 @@ declare namespace EC2 {
|
|
31083
31092
|
*/
|
31084
31093
|
MinTargetCapacity?: Integer;
|
31085
31094
|
/**
|
31086
|
-
* The maximum amount per hour for Spot Instances that you're willing to pay.
|
31095
|
+
* The maximum amount per hour for Spot Instances that you're willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
31087
31096
|
*/
|
31088
31097
|
MaxTotalPrice?: String;
|
31089
31098
|
}
|
@@ -31117,7 +31126,7 @@ declare namespace EC2 {
|
|
31117
31126
|
*/
|
31118
31127
|
MinTargetCapacity?: Integer;
|
31119
31128
|
/**
|
31120
|
-
* The maximum amount per hour for Spot Instances that you're willing to pay.
|
31129
|
+
* The maximum amount per hour for Spot Instances that you're willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
31121
31130
|
*/
|
31122
31131
|
MaxTotalPrice?: String;
|
31123
31132
|
}
|
@@ -31166,7 +31175,7 @@ declare namespace EC2 {
|
|
31166
31175
|
*/
|
31167
31176
|
ProductDescription?: RIProductDescription;
|
31168
31177
|
/**
|
31169
|
-
* The maximum price per hour that you are willing to pay for a Spot Instance.
|
31178
|
+
* The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
|
31170
31179
|
*/
|
31171
31180
|
SpotPrice?: String;
|
31172
31181
|
/**
|
@@ -32552,6 +32561,9 @@ declare namespace EC2 {
|
|
32552
32561
|
* Information about the accepter transit gateway.
|
32553
32562
|
*/
|
32554
32563
|
AccepterTgwInfo?: PeeringTgwInfo;
|
32564
|
+
/**
|
32565
|
+
* Details about the transit gateway peering attachment.
|
32566
|
+
*/
|
32555
32567
|
Options?: TransitGatewayPeeringAttachmentOptions;
|
32556
32568
|
/**
|
32557
32569
|
* The status of the transit gateway peering attachment.
|
@@ -32572,6 +32584,9 @@ declare namespace EC2 {
|
|
32572
32584
|
}
|
32573
32585
|
export type TransitGatewayPeeringAttachmentList = TransitGatewayPeeringAttachment[];
|
32574
32586
|
export interface TransitGatewayPeeringAttachmentOptions {
|
32587
|
+
/**
|
32588
|
+
* Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
32589
|
+
*/
|
32575
32590
|
DynamicRouting?: DynamicRoutingValue;
|
32576
32591
|
}
|
32577
32592
|
export interface TransitGatewayPolicyRule {
|
@@ -32786,6 +32801,9 @@ declare namespace EC2 {
|
|
32786
32801
|
* The ID of the prefix list used for destination matches.
|
32787
32802
|
*/
|
32788
32803
|
PrefixListId?: PrefixListResourceId;
|
32804
|
+
/**
|
32805
|
+
* The ID of the transit gateway route table announcement.
|
32806
|
+
*/
|
32789
32807
|
TransitGatewayRouteTableAnnouncementId?: TransitGatewayRouteTableAnnouncementId;
|
32790
32808
|
/**
|
32791
32809
|
* The attachments.
|
@@ -32856,11 +32874,17 @@ declare namespace EC2 {
|
|
32856
32874
|
* The ID of the transit gateway.
|
32857
32875
|
*/
|
32858
32876
|
TransitGatewayId?: TransitGatewayId;
|
32877
|
+
/**
|
32878
|
+
* The ID of the core network for the transit gateway route table announcement.
|
32879
|
+
*/
|
32859
32880
|
CoreNetworkId?: String;
|
32860
32881
|
/**
|
32861
32882
|
* The ID of the peer transit gateway.
|
32862
32883
|
*/
|
32863
32884
|
PeerTransitGatewayId?: TransitGatewayId;
|
32885
|
+
/**
|
32886
|
+
* The ID of the core network ID for the peer.
|
32887
|
+
*/
|
32864
32888
|
PeerCoreNetworkId?: String;
|
32865
32889
|
/**
|
32866
32890
|
* The ID of the peering attachment.
|