cdk-comprehend-s3olap 2.0.19 → 2.0.22

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.
@@ -693,11 +693,11 @@ declare class EC2 extends Service {
693
693
  */
694
694
  createRestoreImageTask(callback?: (err: AWSError, data: EC2.Types.CreateRestoreImageTaskResult) => void): Request<EC2.Types.CreateRestoreImageTaskResult, AWSError>;
695
695
  /**
696
- * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
696
+ * Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
697
697
  */
698
698
  createRoute(params: EC2.Types.CreateRouteRequest, callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
699
699
  /**
700
- * Creates a route in a route table within a VPC. You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
700
+ * Creates a route in a route table within a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes: 192.0.2.0/24 (goes to some target A) 192.0.2.0/28 (goes to some target B) Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. For more information about route tables, see Route tables in the Amazon Virtual Private Cloud User Guide.
701
701
  */
702
702
  createRoute(callback?: (err: AWSError, data: EC2.Types.CreateRouteResult) => void): Request<EC2.Types.CreateRouteResult, AWSError>;
703
703
  /**
@@ -837,11 +837,11 @@ declare class EC2 extends Service {
837
837
  */
838
838
  createTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.CreateTransitGatewayMulticastDomainResult, AWSError>;
839
839
  /**
840
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. 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.
840
+ * 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.
841
841
  */
842
842
  createTransitGatewayPeeringAttachment(params: EC2.Types.CreateTransitGatewayPeeringAttachmentRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
843
843
  /**
844
- * Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. 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.
844
+ * 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.
845
845
  */
846
846
  createTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
847
847
  /**
@@ -3829,11 +3829,11 @@ declare class EC2 extends Service {
3829
3829
  */
3830
3830
  rejectVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.RejectVpcPeeringConnectionResult) => void): Request<EC2.Types.RejectVpcPeeringConnectionResult, AWSError>;
3831
3831
  /**
3832
- * Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.
3832
+ * Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
3833
3833
  */
3834
3834
  releaseAddress(params: EC2.Types.ReleaseAddressRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3835
3835
  /**
3836
- * Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.
3836
+ * Releases the specified Elastic IP address. [EC2-Classic, default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress. [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse). After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account. [EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
3837
3837
  */
3838
3838
  releaseAddress(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3839
3839
  /**
@@ -3877,11 +3877,11 @@ declare class EC2 extends Service {
3877
3877
  */
3878
3878
  replaceNetworkAclEntry(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3879
3879
  /**
3880
- * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3880
+ * Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3881
3881
  */
3882
3882
  replaceRoute(params: EC2.Types.ReplaceRouteRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3883
3883
  /**
3884
- * Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3884
+ * Replaces an existing route within a route table in a VPC. You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
3885
3885
  */
3886
3886
  replaceRoute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
3887
3887
  /**
@@ -6448,7 +6448,7 @@ declare namespace EC2 {
6448
6448
  */
6449
6449
  EbsOptimized?: Boolean;
6450
6450
  /**
6451
- * Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.
6451
+ * Deprecated.
6452
6452
  */
6453
6453
  EphemeralStorage?: Boolean;
6454
6454
  /**
@@ -7524,7 +7524,7 @@ declare namespace EC2 {
7524
7524
  */
7525
7525
  EbsOptimized?: Boolean;
7526
7526
  /**
7527
- * Indicates whether the Capacity Reservation supports instances with temporary, block-level storage.
7527
+ * Deprecated.
7528
7528
  */
7529
7529
  EphemeralStorage?: Boolean;
7530
7530
  /**
@@ -8324,7 +8324,7 @@ declare namespace EC2 {
8324
8324
  */
8325
8325
  LaunchTemplateData: RequestLaunchTemplateData;
8326
8326
  /**
8327
- * The tags to apply to the launch template during creation.
8327
+ * The tags to apply to the launch template on creation. To tag the launch template, the resource type must be launch-template. To specify the tags for the resources that are created when an instance is launched, you must use the TagSpecifications parameter in the launch template data structure.
8328
8328
  */
8329
8329
  TagSpecifications?: TagSpecificationList;
8330
8330
  }
@@ -8761,6 +8761,10 @@ declare namespace EC2 {
8761
8761
  * The tags to apply to the new placement group.
8762
8762
  */
8763
8763
  TagSpecifications?: TagSpecificationList;
8764
+ /**
8765
+ * Determines how placement groups spread instances. Host – You can use host only with Outpost placement groups. Rack – No usage restrictions.
8766
+ */
8767
+ SpreadLevel?: SpreadLevel;
8764
8768
  }
8765
8769
  export interface CreatePlacementGroupResult {
8766
8770
  PlacementGroup?: PlacementGroup;
@@ -13394,7 +13398,7 @@ declare namespace EC2 {
13394
13398
  export type DescribeNetworkAclsMaxResults = number;
13395
13399
  export interface DescribeNetworkAclsRequest {
13396
13400
  /**
13397
- * One or more filters. association.association-id - The ID of an association ID for the ACL. association.network-acl-id - The ID of the network ACL involved in the association. association.subnet-id - The ID of the subnet involved in the association. default - Indicates whether the ACL is the default network ACL for the VPC. entry.cidr - The IPv4 CIDR range specified in the entry. entry.icmp.code - The ICMP code specified in the entry, if any. entry.icmp.type - The ICMP type specified in the entry, if any. entry.ipv6-cidr - The IPv6 CIDR range specified in the entry. entry.port-range.from - The start of the port range specified in the entry. entry.port-range.to - The end of the port range specified in the entry. entry.protocol - The protocol specified in the entry (tcp | udp | icmp or a protocol number). entry.rule-action - Allows or denies the matching traffic (allow | deny). entry.rule-number - The number of an entry (in other words, rule) in the set of ACL entries. network-acl-id - The ID of the network ACL. owner-id - The ID of the Amazon Web Services account that owns the network ACL. tag:&lt;key&gt; - 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 for the network ACL.
13401
+ * One or more filters. association.association-id - The ID of an association ID for the ACL. association.network-acl-id - The ID of the network ACL involved in the association. association.subnet-id - The ID of the subnet involved in the association. default - Indicates whether the ACL is the default network ACL for the VPC. entry.cidr - The IPv4 CIDR range specified in the entry. entry.icmp.code - The ICMP code specified in the entry, if any. entry.icmp.type - The ICMP type specified in the entry, if any. entry.ipv6-cidr - The IPv6 CIDR range specified in the entry. entry.port-range.from - The start of the port range specified in the entry. entry.port-range.to - The end of the port range specified in the entry. entry.protocol - The protocol specified in the entry (tcp | udp | icmp or a protocol number). entry.rule-action - Allows or denies the matching traffic (allow | deny). entry.egress - A Boolean that indicates the type of rule. Specify true for egress rules, or false for ingress rules. entry.rule-number - The number of an entry (in other words, rule) in the set of ACL entries. network-acl-id - The ID of the network ACL. owner-id - The ID of the Amazon Web Services account that owns the network ACL. tag:&lt;key&gt; - 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 for the network ACL.
13398
13402
  */
13399
13403
  Filters?: FilterList;
13400
13404
  /**
@@ -13676,7 +13680,7 @@ declare namespace EC2 {
13676
13680
  }
13677
13681
  export interface DescribePlacementGroupsRequest {
13678
13682
  /**
13679
- * The filters. group-name - The name of the placement group. group-arn - The Amazon Resource Name (ARN) of the placement group. state - The state of the placement group (pending | available | deleting | deleted). strategy - The strategy of the placement group (cluster | spread | partition). tag:&lt;key&gt; - 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 that have a tag with a specific key, regardless of the tag value.
13683
+ * The filters. group-name - The name of the placement group. group-arn - The Amazon Resource Name (ARN) of the placement group. spread-level - The spread level for the placement group (host | rack). state - The state of the placement group (pending | available | deleting | deleted). strategy - The strategy of the placement group (cluster | spread | partition). tag:&lt;key&gt; - 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 that have a tag with a specific key, regardless of the tag value.
13680
13684
  */
13681
13685
  Filters?: FilterList;
13682
13686
  /**
@@ -16811,7 +16815,7 @@ declare namespace EC2 {
16811
16815
  */
16812
16816
  EventDescription?: String;
16813
16817
  /**
16814
- * The event. error events: iamFleetRoleInvalid - The EC2 Fleet or Spot Fleet does not have the required permissions either to launch or terminate an instance. allLaunchSpecsTemporarilyBlacklisted - None of the configurations are valid, and several attempts to launch instances have failed. For more information, see the description of the event. spotInstanceCountLimitExceeded - You've reached the limit on the number of Spot Instances that you can launch. spotFleetRequestConfigurationInvalid - The configuration is not valid. For more information, see the description of the event. fleetRequestChange events: active - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is attempting to maintain the target number of running instances. cancelled - The EC2 Fleet or Spot Fleet request is canceled and has no running instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are terminated. cancelled_running - The EC2 Fleet or Spot Fleet request is canceled and does not launch additional instances. Its existing instances continue to run until they are interrupted or terminated. The request remains in this state until all instances are interrupted or terminated. cancelled_terminating - The EC2 Fleet or Spot Fleet request is canceled and its instances are terminating. The request remains in this state until all instances are terminated. expired - The EC2 Fleet or Spot Fleet request has expired. If the request was created with TerminateInstancesWithExpiration set, a subsequent terminated event indicates that the instances are terminated. modify_in_progress - The EC2 Fleet or Spot Fleet request is being modified. The request remains in this state until the modification is fully processed. modify_succeeded - The EC2 Fleet or Spot Fleet request was modified. submitted - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of instances. progress - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled. instanceChange events: launched - A new instance was launched. terminated - An instance was terminated by the user. termination_notified - An instance termination notification was sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target capacity of the fleet was modified down, for example, from a target capacity of 4 to a target capacity of 3. Information events: fleetProgressHalted - The price in every launch specification is not valid because it is below the Spot price (all the launch specifications have produced launchSpecUnusable events). A launch specification might become valid if the Spot price changes. launchSpecTemporarilyBlacklisted - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event. launchSpecUnusable - The price in a launch specification is not valid because it is below the Spot price. registerWithLoadBalancersFailed - An attempt to register instances with load balancers failed. For more information, see the description of the event.
16818
+ * The event. error events: iamFleetRoleInvalid - The EC2 Fleet or Spot Fleet does not have the required permissions either to launch or terminate an instance. allLaunchSpecsTemporarilyBlacklisted - None of the configurations are valid, and several attempts to launch instances have failed. For more information, see the description of the event. spotInstanceCountLimitExceeded - You've reached the limit on the number of Spot Instances that you can launch. spotFleetRequestConfigurationInvalid - The configuration is not valid. For more information, see the description of the event. fleetRequestChange events: active - The EC2 Fleet or Spot Fleet request has been validated and Amazon EC2 is attempting to maintain the target number of running instances. deleted (EC2 Fleet) / cancelled (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and has no running instances. The EC2 Fleet or Spot Fleet will be deleted two days after its instances are terminated. deleted_running (EC2 Fleet) / cancelled_running (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and does not launch additional instances. Its existing instances continue to run until they are interrupted or terminated. The request remains in this state until all instances are interrupted or terminated. deleted_terminating (EC2 Fleet) / cancelled_terminating (Spot Fleet) - The EC2 Fleet is deleted or the Spot Fleet request is canceled and its instances are terminating. The request remains in this state until all instances are terminated. expired - The EC2 Fleet or Spot Fleet request has expired. If the request was created with TerminateInstancesWithExpiration set, a subsequent terminated event indicates that the instances are terminated. modify_in_progress - The EC2 Fleet or Spot Fleet request is being modified. The request remains in this state until the modification is fully processed. modify_succeeded - The EC2 Fleet or Spot Fleet request was modified. submitted - The EC2 Fleet or Spot Fleet request is being evaluated and Amazon EC2 is preparing to launch the target number of instances. progress - The EC2 Fleet or Spot Fleet request is in the process of being fulfilled. instanceChange events: launched - A new instance was launched. terminated - An instance was terminated by the user. termination_notified - An instance termination notification was sent when a Spot Instance was terminated by Amazon EC2 during scale-down, when the target capacity of the fleet was modified down, for example, from a target capacity of 4 to a target capacity of 3. Information events: fleetProgressHalted - The price in every launch specification is not valid because it is below the Spot price (all the launch specifications have produced launchSpecUnusable events). A launch specification might become valid if the Spot price changes. launchSpecTemporarilyBlacklisted - The configuration is not valid and several attempts to launch instances have failed. For more information, see the description of the event. launchSpecUnusable - The price in a launch specification is not valid because it is below the Spot price. registerWithLoadBalancersFailed - An attempt to register instances with load balancers failed. For more information, see the description of the event.
16815
16819
  */
16816
16820
  EventSubType?: String;
16817
16821
  /**
@@ -21014,7 +21018,7 @@ declare namespace EC2 {
21014
21018
  */
21015
21019
  LocalStorage?: LocalStorage;
21016
21020
  /**
21017
- * The type of local storage that is required. For instance types with hard disk drive (HDD) storage, specify hdd. For instance types with solid state drive (SDD) storage, specify sdd. Default: hdd and sdd
21021
+ * The type of local storage that is required. For instance types with hard disk drive (HDD) storage, specify hdd. For instance types with solid state drive (SSD) storage, specify ssd. Default: hdd and ssd
21018
21022
  */
21019
21023
  LocalStorageTypes?: LocalStorageTypeSet;
21020
21024
  /**
@@ -21100,7 +21104,7 @@ declare namespace EC2 {
21100
21104
  */
21101
21105
  LocalStorage?: LocalStorage;
21102
21106
  /**
21103
- * The type of local storage that is required. For instance types with hard disk drive (HDD) storage, specify hdd. For instance types with solid state drive (SDD) storage, specify sdd. Default: hdd and sdd
21107
+ * The type of local storage that is required. For instance types with hard disk drive (HDD) storage, specify hdd. For instance types with solid state drive (SSD) storage, specify ssd. Default: hdd and ssd
21104
21108
  */
21105
21109
  LocalStorageTypes?: LocalStorageTypeSet;
21106
21110
  /**
@@ -22895,7 +22899,7 @@ declare namespace EC2 {
22895
22899
  }
22896
22900
  export interface LaunchTemplateTagSpecification {
22897
22901
  /**
22898
- * The type of resource.
22902
+ * The type of resource to tag.
22899
22903
  */
22900
22904
  ResourceType?: ResourceType;
22901
22905
  /**
@@ -22906,7 +22910,7 @@ declare namespace EC2 {
22906
22910
  export type LaunchTemplateTagSpecificationList = LaunchTemplateTagSpecification[];
22907
22911
  export interface LaunchTemplateTagSpecificationRequest {
22908
22912
  /**
22909
- * The type of resource to tag. Currently, the resource types that support tagging on creation are instance, volume, elastic-gpu, network-interface, and spot-instances-request. To tag a resource after it has been created, see CreateTags.
22913
+ * The type of resource to tag. The Valid Values are all the resource types that can be tagged. However, when creating a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request To tag a resource after it has been created, see CreateTags.
22910
22914
  */
22911
22915
  ResourceType?: ResourceType;
22912
22916
  /**
@@ -26158,6 +26162,9 @@ declare namespace EC2 {
26158
26162
  * The additional details.
26159
26163
  */
26160
26164
  AdditionalDetails?: AdditionalDetailList;
26165
+ /**
26166
+ * The transit gateway.
26167
+ */
26161
26168
  TransitGateway?: AnalysisComponent;
26162
26169
  /**
26163
26170
  * The route in a transit gateway route table.
@@ -26405,6 +26412,10 @@ declare namespace EC2 {
26405
26412
  * The Amazon Resource Name (ARN) of the placement group.
26406
26413
  */
26407
26414
  GroupArn?: String;
26415
+ /**
26416
+ * The spread level for the placement group. Only Outpost placement groups can be spread across hosts.
26417
+ */
26418
+ SpreadLevel?: SpreadLevel;
26408
26419
  }
26409
26420
  export type PlacementGroupArn = string;
26410
26421
  export type PlacementGroupId = string;
@@ -27697,7 +27708,7 @@ declare namespace EC2 {
27697
27708
  */
27698
27709
  UserData?: String;
27699
27710
  /**
27700
- * The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags.
27711
+ * 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. To tag the launch template itself, you must use the TagSpecification parameter.
27701
27712
  */
27702
27713
  TagSpecifications?: LaunchTemplateTagSpecificationRequestList;
27703
27714
  /**
@@ -27721,7 +27732,7 @@ declare namespace EC2 {
27721
27732
  */
27722
27733
  InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest;
27723
27734
  /**
27724
- * The credit option for CPU usage of the instance. Valid for T2, T3, or T3a instances only.
27735
+ * The credit option for CPU usage of the instance. Valid only for T instances.
27725
27736
  */
27726
27737
  CreditSpecification?: CreditSpecificationRequest;
27727
27738
  /**
@@ -28473,7 +28484,7 @@ declare namespace EC2 {
28473
28484
  */
28474
28485
  UserData?: String;
28475
28486
  /**
28476
- * The tags.
28487
+ * The tags that are applied to the resources that are created during instance launch.
28477
28488
  */
28478
28489
  TagSpecifications?: LaunchTemplateTagSpecificationList;
28479
28490
  /**
@@ -30826,6 +30837,7 @@ declare namespace EC2 {
30826
30837
  Timestamp?: DateTime;
30827
30838
  }
30828
30839
  export type SpotPriceHistoryList = SpotPrice[];
30840
+ export type SpreadLevel = "host"|"rack"|string;
30829
30841
  export interface StaleIpPermission {
30830
30842
  /**
30831
30843
  * The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.
@@ -123,6 +123,14 @@ declare class Finspacedata extends Service {
123
123
  * Returns information about a Dataset.
124
124
  */
125
125
  getDataset(callback?: (err: AWSError, data: Finspacedata.Types.GetDatasetResponse) => void): Request<Finspacedata.Types.GetDatasetResponse, AWSError>;
126
+ /**
127
+ * Returns the credentials to access the external Dataview from an S3 location. To call this API: You must retrieve the programmatic credentials. You must be a member of a FinSpace user group, where the dataset that you want to access has Read Dataset Data permissions.
128
+ */
129
+ getExternalDataViewAccessDetails(params: Finspacedata.Types.GetExternalDataViewAccessDetailsRequest, callback?: (err: AWSError, data: Finspacedata.Types.GetExternalDataViewAccessDetailsResponse) => void): Request<Finspacedata.Types.GetExternalDataViewAccessDetailsResponse, AWSError>;
130
+ /**
131
+ * Returns the credentials to access the external Dataview from an S3 location. To call this API: You must retrieve the programmatic credentials. You must be a member of a FinSpace user group, where the dataset that you want to access has Read Dataset Data permissions.
132
+ */
133
+ getExternalDataViewAccessDetails(callback?: (err: AWSError, data: Finspacedata.Types.GetExternalDataViewAccessDetailsResponse) => void): Request<Finspacedata.Types.GetExternalDataViewAccessDetailsResponse, AWSError>;
126
134
  /**
127
135
  * Retrieves the details of a specific permission group.
128
136
  */
@@ -253,6 +261,7 @@ declare class Finspacedata extends Service {
253
261
  updateUser(callback?: (err: AWSError, data: Finspacedata.Types.UpdateUserResponse) => void): Request<Finspacedata.Types.UpdateUserResponse, AWSError>;
254
262
  }
255
263
  declare namespace Finspacedata {
264
+ export type AccessKeyId = string;
256
265
  export type AliasString = string;
257
266
  export type ApiAccess = "ENABLED"|"DISABLED"|string;
258
267
  export type ApplicationPermission = "CreateDataset"|"ManageClusters"|"ManageUsersAndGroups"|"ManageAttributeSets"|"ViewAuditData"|"AccessNotebooks"|"GetTemporaryCredentials"|string;
@@ -277,6 +286,24 @@ declare namespace Finspacedata {
277
286
  */
278
287
  statusCode?: StatusCode;
279
288
  }
289
+ export interface AwsCredentials {
290
+ /**
291
+ * The unique identifier for the security credentials.
292
+ */
293
+ accessKeyId?: AccessKeyId;
294
+ /**
295
+ * The secret access key that can be used to sign requests.
296
+ */
297
+ secretAccessKey?: SecretAccessKey;
298
+ /**
299
+ * The token that users must pass to use the credentials.
300
+ */
301
+ sessionToken?: SessionToken;
302
+ /**
303
+ * The Epoch time when the current credentials expire.
304
+ */
305
+ expiration?: TimestampEpoch;
306
+ }
280
307
  export type Boolean = boolean;
281
308
  export type ChangeType = "REPLACE"|"APPEND"|"MODIFY"|string;
282
309
  export type ChangesetArn = string;
@@ -488,7 +515,7 @@ declare namespace Finspacedata {
488
515
  */
489
516
  description?: PermissionGroupDescription;
490
517
  /**
491
- * The option to indicate FinSpace application permissions that are granted to a specific group. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
518
+ * The option to indicate FinSpace application permissions that are granted to a specific group. When assigning application permissions, be aware that the permission ManageUsersAndGroups allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
492
519
  */
493
520
  applicationPermissions: ApplicationPermissionList;
494
521
  /**
@@ -956,6 +983,26 @@ declare namespace Finspacedata {
956
983
  */
957
984
  status?: DatasetStatus;
958
985
  }
986
+ export interface GetExternalDataViewAccessDetailsRequest {
987
+ /**
988
+ * The unique identifier for the Dataview that you want to access.
989
+ */
990
+ dataViewId: DataViewId;
991
+ /**
992
+ * The unique identifier for the Dataset.
993
+ */
994
+ datasetId: DatasetId;
995
+ }
996
+ export interface GetExternalDataViewAccessDetailsResponse {
997
+ /**
998
+ * The credentials required to access the external Dataview from the S3 location.
999
+ */
1000
+ credentials?: AwsCredentials;
1001
+ /**
1002
+ * The location where the external Dataview is stored.
1003
+ */
1004
+ s3Location?: S3Location;
1005
+ }
959
1006
  export interface GetPermissionGroupRequest {
960
1007
  /**
961
1008
  * The unique identifier for the permission group.
@@ -1242,7 +1289,7 @@ declare namespace Finspacedata {
1242
1289
  */
1243
1290
  description?: PermissionGroupDescription;
1244
1291
  /**
1245
- * Indicates the permissions that are granted to a specific group for accessing the FinSpace application. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
1292
+ * Indicates the permissions that are granted to a specific group for accessing the FinSpace application. When assigning application permissions, be aware that the permission ManageUsersAndGroups allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
1246
1293
  */
1247
1294
  applicationPermissions?: ApplicationPermissionList;
1248
1295
  /**
@@ -1318,7 +1365,19 @@ declare namespace Finspacedata {
1318
1365
  export type ResourcePermissionsList = ResourcePermission[];
1319
1366
  export type ResultLimit = number;
1320
1367
  export type RoleArn = string;
1368
+ export type S3BucketName = string;
1321
1369
  export type S3DestinationFormatOptions = {[key: string]: StringMapValue};
1370
+ export type S3Key = string;
1371
+ export interface S3Location {
1372
+ /**
1373
+ * The name of the S3 bucket.
1374
+ */
1375
+ bucket: S3BucketName;
1376
+ /**
1377
+ * The path of the folder, within the S3 bucket that contains the Dataset.
1378
+ */
1379
+ key: S3Key;
1380
+ }
1322
1381
  export interface SchemaDefinition {
1323
1382
  /**
1324
1383
  * List of column definitions.
@@ -1335,7 +1394,9 @@ declare namespace Finspacedata {
1335
1394
  */
1336
1395
  tabularSchemaConfig?: SchemaDefinition;
1337
1396
  }
1397
+ export type SecretAccessKey = string;
1338
1398
  export type SessionDuration = number;
1399
+ export type SessionToken = string;
1339
1400
  export type SortColumnList = StringValueLength1to255[];
1340
1401
  export type SourceParams = {[key: string]: StringMapValue};
1341
1402
  export type StatusCode = number;
@@ -1426,7 +1487,7 @@ declare namespace Finspacedata {
1426
1487
  */
1427
1488
  description?: PermissionGroupDescription;
1428
1489
  /**
1429
- * The permissions that are granted to a specific group for accessing the FinSpace application. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
1490
+ * The permissions that are granted to a specific group for accessing the FinSpace application. When assigning application permissions, be aware that the permission ManageUsersAndGroups allows users to grant themselves or others access to any functionality in their FinSpace environment's application. It should only be granted to trusted users. CreateDataset – Group members can create new datasets. ManageClusters – Group members can manage Apache Spark clusters from FinSpace notebooks. ManageUsersAndGroups – Group members can manage users and permission groups. This is a privileged permission that allows users to grant themselves or others access to any functionality in the application. It should only be granted to trusted users. ManageAttributeSets – Group members can manage attribute sets. ViewAuditData – Group members can view audit data. AccessNotebooks – Group members will have access to FinSpace notebooks. GetTemporaryCredentials – Group members can get temporary API credentials.
1430
1491
  */
1431
1492
  applicationPermissions?: ApplicationPermissionList;
1432
1493
  /**
@@ -488,7 +488,7 @@ declare namespace Polly {
488
488
  */
489
489
  SupportedEngines?: EngineList;
490
490
  }
491
- export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|string;
491
+ export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|string;
492
492
  export type VoiceList = Voice[];
493
493
  export type VoiceName = string;
494
494
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1162.0',
86
+ VERSION: '2.1164.0',
87
87
 
88
88
  /**
89
89
  * @api private