cdk-comprehend-s3olap 2.0.468 → 2.0.469

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.
@@ -405,11 +405,11 @@ declare class EC2 extends Service {
405
405
  */
406
406
  cancelReservedInstancesListing(callback?: (err: AWSError, data: EC2.Types.CancelReservedInstancesListingResult) => void): Request<EC2.Types.CancelReservedInstancesListingResult, AWSError>;
407
407
  /**
408
- * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.
408
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually. Restrictions You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.
409
409
  */
410
410
  cancelSpotFleetRequests(params: EC2.Types.CancelSpotFleetRequestsRequest, callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
411
411
  /**
412
- * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.
412
+ * Cancels the specified Spot Fleet requests. After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually. Restrictions You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.
413
413
  */
414
414
  cancelSpotFleetRequests(callback?: (err: AWSError, data: EC2.Types.CancelSpotFleetRequestsResponse) => void): Request<EC2.Types.CancelSpotFleetRequestsResponse, AWSError>;
415
415
  /**
@@ -1173,11 +1173,11 @@ declare class EC2 extends Service {
1173
1173
  */
1174
1174
  deleteEgressOnlyInternetGateway(callback?: (err: AWSError, data: EC2.Types.DeleteEgressOnlyInternetGatewayResult) => void): Request<EC2.Types.DeleteEgressOnlyInternetGatewayResult, AWSError>;
1175
1175
  /**
1176
- * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1176
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 fleets of type instant in a single request. You can delete up to 100 fleets of type maintain or request in a single request. You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above. If you exceed the specified number of fleets to delete, no fleets are deleted. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1177
1177
  */
1178
1178
  deleteFleets(params: EC2.Types.DeleteFleetsRequest, callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1179
1179
  /**
1180
- * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request. Up to 1000 instances can be terminated in a single request to delete instant fleets. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1180
+ * Deletes the specified EC2 Fleets. After you delete an EC2 Fleet, it launches no new instances. You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually. For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported. Restrictions You can delete up to 25 fleets of type instant in a single request. You can delete up to 100 fleets of type maintain or request in a single request. You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above. If you exceed the specified number of fleets to delete, no fleets are deleted. For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
1181
1181
  */
1182
1182
  deleteFleets(callback?: (err: AWSError, data: EC2.Types.DeleteFleetsResult) => void): Request<EC2.Types.DeleteFleetsResult, AWSError>;
1183
1183
  /**
@@ -2181,19 +2181,19 @@ declare class EC2 extends Service {
2181
2181
  */
2182
2182
  describeInstanceTopology(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTopologyResult) => void): Request<EC2.Types.DescribeInstanceTopologyResult, AWSError>;
2183
2183
  /**
2184
- * Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
2184
+ * Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.
2185
2185
  */
2186
2186
  describeInstanceTypeOfferings(params: EC2.Types.DescribeInstanceTypeOfferingsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypeOfferingsResult) => void): Request<EC2.Types.DescribeInstanceTypeOfferingsResult, AWSError>;
2187
2187
  /**
2188
- * Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
2188
+ * Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.
2189
2189
  */
2190
2190
  describeInstanceTypeOfferings(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypeOfferingsResult) => void): Request<EC2.Types.DescribeInstanceTypeOfferingsResult, AWSError>;
2191
2191
  /**
2192
- * Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
2192
+ * Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.
2193
2193
  */
2194
2194
  describeInstanceTypes(params: EC2.Types.DescribeInstanceTypesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypesResult) => void): Request<EC2.Types.DescribeInstanceTypesResult, AWSError>;
2195
2195
  /**
2196
- * Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
2196
+ * Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.
2197
2197
  */
2198
2198
  describeInstanceTypes(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTypesResult) => void): Request<EC2.Types.DescribeInstanceTypesResult, AWSError>;
2199
2199
  /**
@@ -3469,11 +3469,11 @@ declare class EC2 extends Service {
3469
3469
  */
3470
3470
  getConsoleOutput(callback?: (err: AWSError, data: EC2.Types.GetConsoleOutputResult) => void): Request<EC2.Types.GetConsoleOutputResult, AWSError>;
3471
3471
  /**
3472
- * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded.
3472
+ * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded. For more information, see Instance console output in the Amazon EC2 User Guide.
3473
3473
  */
3474
3474
  getConsoleScreenshot(params: EC2.Types.GetConsoleScreenshotRequest, callback?: (err: AWSError, data: EC2.Types.GetConsoleScreenshotResult) => void): Request<EC2.Types.GetConsoleScreenshotResult, AWSError>;
3475
3475
  /**
3476
- * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded.
3476
+ * Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. The returned content is Base64-encoded. For more information, see Instance console output in the Amazon EC2 User Guide.
3477
3477
  */
3478
3478
  getConsoleScreenshot(callback?: (err: AWSError, data: EC2.Types.GetConsoleScreenshotResult) => void): Request<EC2.Types.GetConsoleScreenshotResult, AWSError>;
3479
3479
  /**
@@ -4029,11 +4029,11 @@ declare class EC2 extends Service {
4029
4029
  */
4030
4030
  modifyInstanceMaintenanceOptions(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMaintenanceOptionsResult) => void): Request<EC2.Types.ModifyInstanceMaintenanceOptionsResult, AWSError>;
4031
4031
  /**
4032
- * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. At instance launch, the value will come from the AMI, or from the launch parameter if specified. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4032
+ * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4033
4033
  */
4034
4034
  modifyInstanceMetadataDefaults(params: EC2.Types.ModifyInstanceMetadataDefaultsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMetadataDefaultsResult) => void): Request<EC2.Types.ModifyInstanceMetadataDefaultsResult, AWSError>;
4035
4035
  /**
4036
- * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. At instance launch, the value will come from the AMI, or from the launch parameter if specified. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4036
+ * Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services&#x2028; Region. To remove a parameter's account-level default setting, specify no-preference. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.
4037
4037
  */
4038
4038
  modifyInstanceMetadataDefaults(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMetadataDefaultsResult) => void): Request<EC2.Types.ModifyInstanceMetadataDefaultsResult, AWSError>;
4039
4039
  /**
@@ -7523,7 +7523,7 @@ declare namespace EC2 {
7523
7523
  */
7524
7524
  DryRun?: Boolean;
7525
7525
  /**
7526
- * The IDs of the Spot Fleet requests.
7526
+ * The IDs of the Spot Fleet requests. Constraint: You can specify up to 100 IDs in a single request.
7527
7527
  */
7528
7528
  SpotFleetRequestIds: SpotFleetRequestIdList;
7529
7529
  /**
@@ -12256,7 +12256,7 @@ declare namespace EC2 {
12256
12256
  */
12257
12257
  DryRun?: Boolean;
12258
12258
  /**
12259
- * The IDs of the EC2 Fleets.
12259
+ * The IDs of the EC2 Fleets. Constraints: In a single request, you can specify up to 25 instant fleet IDs and up to 100 maintain or request fleet IDs.
12260
12260
  */
12261
12261
  FleetIds: FleetIdSet;
12262
12262
  /**
@@ -15182,11 +15182,11 @@ declare namespace EC2 {
15182
15182
  */
15183
15183
  DryRun?: Boolean;
15184
15184
  /**
15185
- * The location type.
15185
+ * The location type. availability-zone - The Availability Zone. When you specify a location filter, it must be an Availability Zone for the current Region. availability-zone-id - The AZ ID. When you specify a location filter, it must be an AZ ID for the current Region. outpost - The Outpost ARN. When you specify a location filter, it must be an Outpost ARN for the current Region. region - The current Region. If you specify a location filter, it must match the current Region.
15186
15186
  */
15187
15187
  LocationType?: LocationType;
15188
15188
  /**
15189
- * One or more filters. Filter names and values are case-sensitive. location - This depends on the location type. For example, if the location type is region (default), the location is the Region code (for example, us-east-2.) instance-type - The instance type. For example, c5.2xlarge.
15189
+ * One or more filters. Filter names and values are case-sensitive. instance-type - The instance type. For a list of possible values, see Instance. location - The location. For a list of possible identifiers, see Regions and Zones.
15190
15190
  */
15191
15191
  Filters?: FilterList;
15192
15192
  /**
@@ -15200,7 +15200,7 @@ declare namespace EC2 {
15200
15200
  }
15201
15201
  export interface DescribeInstanceTypeOfferingsResult {
15202
15202
  /**
15203
- * The instance types offered.
15203
+ * The instance types offered in the location.
15204
15204
  */
15205
15205
  InstanceTypeOfferings?: InstanceTypeOfferingsList;
15206
15206
  /**
@@ -15214,7 +15214,7 @@ declare namespace EC2 {
15214
15214
  */
15215
15215
  DryRun?: Boolean;
15216
15216
  /**
15217
- * The instance types. For more information, see Instance types in the Amazon EC2 User Guide.
15217
+ * The instance types.
15218
15218
  */
15219
15219
  InstanceTypes?: RequestInstanceTypeList;
15220
15220
  /**
@@ -15232,7 +15232,7 @@ declare namespace EC2 {
15232
15232
  }
15233
15233
  export interface DescribeInstanceTypesResult {
15234
15234
  /**
15235
- * The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
15235
+ * The instance type.
15236
15236
  */
15237
15237
  InstanceTypes?: InstanceTypeInfoList;
15238
15238
  /**
@@ -28585,7 +28585,7 @@ declare namespace EC2 {
28585
28585
  */
28586
28586
  HttpTokens?: MetadataDefaultHttpTokensState;
28587
28587
  /**
28588
- * The maximum number of hops that the metadata token can travel. Minimum: 1 Maximum: 64
28588
+ * The maximum number of hops that the metadata token can travel. To indicate no preference, specify -1. Possible values: Integers from 1 to 64, and -1 to indicate no preference
28589
28589
  */
28590
28590
  HttpPutResponseHopLimit?: BoxedInteger;
28591
28591
  /**
@@ -33082,7 +33082,7 @@ declare namespace EC2 {
33082
33082
  */
33083
33083
  BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequestList;
33084
33084
  /**
33085
- * One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
33085
+ * The network interfaces for the instance.
33086
33086
  */
33087
33087
  NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList;
33088
33088
  /**
@@ -33134,11 +33134,11 @@ declare namespace EC2 {
33134
33134
  */
33135
33135
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorList;
33136
33136
  /**
33137
- * One or more security group IDs. You can create a security group using CreateSecurityGroup.
33137
+ * The IDs of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
33138
33138
  */
33139
33139
  SecurityGroupIds?: SecurityGroupIdStringList;
33140
33140
  /**
33141
- * One or more security group names. For a nondefault VPC, you must use security group IDs instead.
33141
+ * The names of the security groups. For a nondefault VPC, you must use security group IDs instead. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
33142
33142
  */
33143
33143
  SecurityGroups?: SecurityGroupStringList;
33144
33144
  /**
@@ -34494,15 +34494,15 @@ declare namespace EC2 {
34494
34494
  */
34495
34495
  RamdiskId?: RamdiskId;
34496
34496
  /**
34497
- * The IDs of the security groups. You can create a security group using CreateSecurityGroup. If you specify a network interface, you must specify any security groups as part of the network interface.
34497
+ * The IDs of the security groups. You can create a security group using CreateSecurityGroup. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
34498
34498
  */
34499
34499
  SecurityGroupIds?: SecurityGroupIdStringList;
34500
34500
  /**
34501
- * [Default VPC] The names of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface. Default: Amazon EC2 uses the default security group.
34501
+ * [Default VPC] The names of the security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter. Default: Amazon EC2 uses the default security group.
34502
34502
  */
34503
34503
  SecurityGroups?: SecurityGroupStringList;
34504
34504
  /**
34505
- * The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface.
34505
+ * The ID of the subnet to launch the instance into. If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
34506
34506
  */
34507
34507
  SubnetId?: SubnetId;
34508
34508
  /**
@@ -34538,7 +34538,7 @@ declare namespace EC2 {
34538
34538
  */
34539
34539
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior;
34540
34540
  /**
34541
- * The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
34541
+ * The network interfaces to associate with the instance.
34542
34542
  */
34543
34543
  NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
34544
34544
  /**
@@ -34546,11 +34546,11 @@ declare namespace EC2 {
34546
34546
  */
34547
34547
  PrivateIpAddress?: String;
34548
34548
  /**
34549
- * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
34549
+ * An elastic GPU to associate with the instance. Amazon Elastic Graphics reached end of life on January 8, 2024.
34550
34550
  */
34551
34551
  ElasticGpuSpecification?: ElasticGpuSpecifications;
34552
34552
  /**
34553
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads. You cannot specify accelerators from different generations in the same request. Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
34553
+ * An elastic inference accelerator to associate with the instance. Amazon Elastic Inference (EI) is no longer available to new customers. For more information, see Amazon Elastic Inference FAQs.
34554
34554
  */
34555
34555
  ElasticInferenceAccelerators?: ElasticInferenceAccelerators;
34556
34556
  /**
@@ -35110,7 +35110,7 @@ declare namespace EC2 {
35110
35110
  */
35111
35111
  Filters: FilterList;
35112
35112
  /**
35113
- * The maximum number of routes to return.
35113
+ * The maximum number of routes to return. If a value is not provided, the default is 1000.
35114
35114
  */
35115
35115
  MaxResults?: TransitGatewayMaxResults;
35116
35116
  /**
@@ -35856,7 +35856,7 @@ declare namespace EC2 {
35856
35856
  }
35857
35857
  export interface SpotFleetLaunchSpecification {
35858
35858
  /**
35859
- * The security groups.
35859
+ * The security groups. If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
35860
35860
  */
35861
35861
  SecurityGroups?: GroupIdentifierList;
35862
35862
  /**
@@ -35896,7 +35896,7 @@ declare namespace EC2 {
35896
35896
  */
35897
35897
  Monitoring?: SpotFleetMonitoring;
35898
35898
  /**
35899
- * One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface. SpotFleetLaunchSpecification currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use LaunchTemplateConfig.
35899
+ * The network interfaces. SpotFleetLaunchSpecification does not support Elastic Fabric Adapter (EFA). You must use LaunchTemplateConfig instead.
35900
35900
  */
35901
35901
  NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
35902
35902
  /**
@@ -35912,7 +35912,7 @@ declare namespace EC2 {
35912
35912
  */
35913
35913
  SpotPrice?: String;
35914
35914
  /**
35915
- * The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2".
35915
+ * The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2". If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.
35916
35916
  */
35917
35917
  SubnetId?: SubnetId;
35918
35918
  /**