aws-sdk 2.774.0 → 2.778.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/clients/ec2.d.ts CHANGED
@@ -2989,11 +2989,11 @@ declare class EC2 extends Service {
2989
2989
  */
2990
2990
  purchaseScheduledInstances(callback?: (err: AWSError, data: EC2.Types.PurchaseScheduledInstancesResult) => void): Request<EC2.Types.PurchaseScheduledInstancesResult, AWSError>;
2991
2991
  /**
2992
- * Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. If an instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot. For more information about troubleshooting, see Getting console output and rebooting instances in the Amazon Elastic Compute Cloud User Guide.
2992
+ * Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot. For more information about troubleshooting, see Getting console output and rebooting instances in the Amazon Elastic Compute Cloud User Guide.
2993
2993
  */
2994
2994
  rebootInstances(params: EC2.Types.RebootInstancesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2995
2995
  /**
2996
- * Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. If an instance does not cleanly shut down within four minutes, Amazon EC2 performs a hard reboot. For more information about troubleshooting, see Getting console output and rebooting instances in the Amazon Elastic Compute Cloud User Guide.
2996
+ * Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot. For more information about troubleshooting, see Getting console output and rebooting instances in the Amazon Elastic Compute Cloud User Guide.
2997
2997
  */
2998
2998
  rebootInstances(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2999
2999
  /**
@@ -6912,7 +6912,7 @@ declare namespace EC2 {
6912
6912
  }
6913
6913
  export interface CreateSpotDatafeedSubscriptionRequest {
6914
6914
  /**
6915
- * The Amazon S3 bucket in which to store the Spot Instance data feed.
6915
+ * The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.
6916
6916
  */
6917
6917
  Bucket: String;
6918
6918
  /**
@@ -6920,7 +6920,7 @@ declare namespace EC2 {
6920
6920
  */
6921
6921
  DryRun?: Boolean;
6922
6922
  /**
6923
- * A prefix for the data feed file names.
6923
+ * The prefix for the data feed file names.
6924
6924
  */
6925
6925
  Prefix?: String;
6926
6926
  }
@@ -10032,7 +10032,7 @@ declare namespace EC2 {
10032
10032
  */
10033
10033
  InstanceTypes?: RequestInstanceTypeList;
10034
10034
  /**
10035
- * One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether auto recovery is supported. (true | false) bare-metal - Indicates whether it is a bare metal instance type. (true | false) burstable-performance-supported - Indicates whether it is a burstable performance instance type. (true | false) current-generation - Indicates whether this instance type is the latest generation instance type of an instance family. (true | false) ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MBps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MBps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized. (supported | unsupported | default) ebs-info.encryption-support - Indicates whether EBS encryption is supported. (supported | unsupported) ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported or required. (required | supported | unsupported) free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier. (true | false) hibernation-supported - Indicates whether On-Demand hibernation is supported. (true | false) hypervisor - The hypervisor used. (nitro | xen) instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks. (hdd | ssd) instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB. instance-storage-supported - Indicates whether the instance type has local instance storage. (true | false) memory-info.size-in-mib - The memory size. network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required. (required | supported | unsupported) network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA). (true | false) network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface. network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface. network-info.ipv6-supported - Indicates whether the instance type supports IPv6. (true | false) network-info.maximum-network-interfaces - The maximum number of network interfaces per instance. network-info.network-performance - Describes the network performance. processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz. vcpu-info.default-cores - The default number of cores for the instance type. vcpu-info.default-threads-per-core - The default number of threads per core for the instance type. vcpu-info.default-vcpus - The default number of vCPUs for the instance type.
10035
+ * One or more filters. Filter names and values are case-sensitive. auto-recovery-supported - Indicates whether auto recovery is supported. (true | false) bare-metal - Indicates whether it is a bare metal instance type. (true | false) burstable-performance-supported - Indicates whether it is a burstable performance instance type. (true | false) current-generation - Indicates whether this instance type is the latest generation instance type of an instance family. (true | false) ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.baseline-iops - The baseline input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.baseline-throughput-in-mbps - The baseline throughput performance for an EBS-optimized instance type, in MBps. ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps. ebs-info.ebs-optimized-info.maximum-iops - The maximum input/output storage operations per second for an EBS-optimized instance type. ebs-info.ebs-optimized-info.maximum-throughput-in-mbps - The maximum throughput performance for an EBS-optimized instance type, in MBps. ebs-info.ebs-optimized-support - Indicates whether the instance type is EBS-optimized. (supported | unsupported | default) ebs-info.encryption-support - Indicates whether EBS encryption is supported. (supported | unsupported) ebs-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes. (required | supported | unsupported) free-tier-eligible - Indicates whether the instance type is eligible to use in the free tier. (true | false) hibernation-supported - Indicates whether On-Demand hibernation is supported. (true | false) hypervisor - The hypervisor. (nitro | xen) instance-storage-info.disk.count - The number of local disks. instance-storage-info.disk.size-in-gb - The storage size of each instance storage disk, in GB. instance-storage-info.disk.type - The storage technology for the local instance storage disks. (hdd | ssd) instance-storage-info.nvme-support - Indicates whether non-volatile memory express (NVMe) is supported for instance store. (required | supported) | unsupported) instance-storage-info.total-size-in-gb - The total amount of storage available from all local instance storage, in GB. instance-storage-supported - Indicates whether the instance type has local instance storage. (true | false) instance-type - The instance type (for example c5.2xlarge or c5*). memory-info.size-in-mib - The memory size. network-info.efa-supported - Indicates whether the instance type supports Elastic Fabric Adapter (EFA). (true | false) network-info.ena-support - Indicates whether Elastic Network Adapter (ENA) is supported or required. (required | supported | unsupported) network-info.ipv4-addresses-per-interface - The maximum number of private IPv4 addresses per network interface. network-info.ipv6-addresses-per-interface - The maximum number of private IPv6 addresses per network interface. network-info.ipv6-supported - Indicates whether the instance type supports IPv6. (true | false) network-info.maximum-network-interfaces - The maximum number of network interfaces per instance. network-info.network-performance - The network performance (for example, "25 Gigabit"). processor-info.supported-architecture - The CPU architecture. (arm64 | i386 | x86_64) processor-info.sustained-clock-speed-in-ghz - The CPU clock speed, in GHz. supported-root-device-type - The root device type. (ebs | instance-store) supported-usage-class - The usage class. (on-demand | spot) supported-virtualization-type - The virtualization type. (hvm | paravirtual) vcpu-info.default-cores - The default number of cores for the instance type. vcpu-info.default-threads-per-core - The default number of threads per core for the instance type. vcpu-info.default-vcpus - The default number of vCPUs for the instance type. vcpu-info.valid-cores - The number of cores that can be configured for the instance type. vcpu-info.valid-threads-per-core - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".
10036
10036
  */
10037
10037
  Filters?: FilterList;
10038
10038
  /**
@@ -11353,7 +11353,7 @@ declare namespace EC2 {
11353
11353
  }
11354
11354
  export interface DescribeSpotPriceHistoryRequest {
11355
11355
  /**
11356
- * One or more filters. availability-zone - The Availability Zone for which prices should be returned. instance-type - The type of instance (for example, m3.medium). product-description - The product description for the Spot price (Linux/UNIX | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) | SUSE Linux (Amazon VPC) | Windows (Amazon VPC)). spot-price - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported). timestamp - The time stamp of the Spot price history, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or less than comparison is not supported.
11356
+ * One or more filters. availability-zone - The Availability Zone for which prices should be returned. instance-type - The type of instance (for example, m3.medium). product-description - The product description for the Spot price (Linux/UNIX | Red Hat Enterprise Linux | SUSE Linux | Windows | Linux/UNIX (Amazon VPC) | Red Hat Enterprise Linux (Amazon VPC) | SUSE Linux (Amazon VPC) | Windows (Amazon VPC)). spot-price - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported). timestamp - The time stamp of the Spot price history, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or less than comparison is not supported.
11357
11357
  */
11358
11358
  Filters?: FilterList;
11359
11359
  /**
@@ -13242,6 +13242,7 @@ declare namespace EC2 {
13242
13242
  }
13243
13243
  export type EndDateType = "unlimited"|"limited"|string;
13244
13244
  export type EndpointSet = ClientVpnEndpoint[];
13245
+ export type EphemeralNvmeSupport = "unsupported"|"supported"|"required"|string;
13245
13246
  export type ErrorSet = ValidationError[];
13246
13247
  export type EventCode = "instance-reboot"|"system-reboot"|"system-maintenance"|"instance-retirement"|"instance-stop"|string;
13247
13248
  export interface EventInformation {
@@ -16376,6 +16377,10 @@ declare namespace EC2 {
16376
16377
  * Array describing the disks that are available for the instance type.
16377
16378
  */
16378
16379
  Disks?: DiskInfoList;
16380
+ /**
16381
+ * Indicates whether non-volatile memory express (NVMe) is supported for instance store.
16382
+ */
16383
+ NvmeSupport?: EphemeralNvmeSupport;
16379
16384
  }
16380
16385
  export type InstanceTagKeySet = String[];
16381
16386
  export interface InstanceTagNotificationAttribute {
@@ -20989,7 +20994,7 @@ declare namespace EC2 {
20989
20994
  */
20990
20995
  AvailabilityZoneGroup?: String;
20991
20996
  /**
20992
- * The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360). The duration period starts as soon as your Spot Instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates. You can't specify an Availability Zone group or a launch group if you specify a duration.
20997
+ * The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360). The duration period starts as soon as your Spot Instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates. You can't specify an Availability Zone group or a launch group if you specify a duration. New accounts or accounts with no previous billing history with AWS are not eligible for Spot Instances with a defined duration (also known as Spot blocks).
20993
20998
  */
20994
20999
  BlockDurationMinutes?: Integer;
20995
21000
  /**
@@ -21025,7 +21030,7 @@ declare namespace EC2 {
21025
21030
  */
21026
21031
  ValidFrom?: DateTime;
21027
21032
  /**
21028
- * The end date of the request. If this is a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.
21033
+ * The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). 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, the request remains active until all instances launch, the request is canceled, or the ValidUntil date and time is reached. By default, the request is valid for 7 days from the date the request was created.
21029
21034
  */
21030
21035
  ValidUntil?: DateTime;
21031
21036
  /**
@@ -23045,7 +23050,7 @@ declare namespace EC2 {
23045
23050
  export type SpotAllocationStrategy = "lowest-price"|"diversified"|"capacity-optimized"|string;
23046
23051
  export interface SpotDatafeedSubscription {
23047
23052
  /**
23048
- * The Amazon S3 bucket where the Spot Instance data feed is located.
23053
+ * The name of the Amazon S3 bucket where the Spot Instance data feed is located.
23049
23054
  */
23050
23055
  Bucket?: String;
23051
23056
  /**
@@ -23057,7 +23062,7 @@ declare namespace EC2 {
23057
23062
  */
23058
23063
  OwnerId?: String;
23059
23064
  /**
23060
- * The prefix that is prepended to data feed files.
23065
+ * The prefix for the data feed files.
23061
23066
  */
23062
23067
  Prefix?: String;
23063
23068
  /**
@@ -23107,7 +23112,7 @@ declare namespace EC2 {
23107
23112
  */
23108
23113
  Monitoring?: SpotFleetMonitoring;
23109
23114
  /**
23110
- * One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.
23115
+ * 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.
23111
23116
  */
23112
23117
  NetworkInterfaces?: InstanceNetworkInterfaceSpecificationList;
23113
23118
  /**
@@ -23350,7 +23355,7 @@ declare namespace EC2 {
23350
23355
  */
23351
23356
  ValidFrom?: DateTime;
23352
23357
  /**
23353
- * The end date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). If this is a one-time request, it remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date is reached. The default end date is 7 days from the current date.
23358
+ * The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). 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, the request remains active until all instances launch, the request is canceled, or the validUntil date and time is reached. By default, the request is valid for 7 days from the date the request was created.
23354
23359
  */
23355
23360
  ValidUntil?: DateTime;
23356
23361
  /**
@@ -23397,11 +23402,11 @@ declare namespace EC2 {
23397
23402
  */
23398
23403
  SpotInstanceType?: SpotInstanceType;
23399
23404
  /**
23400
- * The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).
23405
+ * The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360). The duration period starts as soon as your Spot Instance receives its instance ID. At the end of the duration period, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates. You can't specify an Availability Zone group or a launch group if you specify a duration. New accounts or accounts with no previous billing history with AWS are not eligible for Spot Instances with a defined duration (also known as Spot blocks).
23401
23406
  */
23402
23407
  BlockDurationMinutes?: Integer;
23403
23408
  /**
23404
- * The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached. The default end date is 7 days from the current date.
23409
+ * 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.
23405
23410
  */
23406
23411
  ValidUntil?: DateTime;
23407
23412
  /**
@@ -1654,7 +1654,7 @@ declare namespace ElasticBeanstalk {
1654
1654
  */
1655
1655
  LoadBalancer?: LoadBalancerDescription;
1656
1656
  }
1657
- export type EnvironmentStatus = "Launching"|"Updating"|"Ready"|"Terminating"|"Terminated"|string;
1657
+ export type EnvironmentStatus = "Aborting"|"Launching"|"Updating"|"LinkingFrom"|"LinkingTo"|"Ready"|"Terminating"|"Terminated"|string;
1658
1658
  export interface EnvironmentTier {
1659
1659
  /**
1660
1660
  * The name of this environment tier. Valid values: For Web server tier – WebServer For Worker tier – Worker
@@ -20,19 +20,19 @@ declare class GlobalAccelerator extends Service {
20
20
  */
21
21
  advertiseByoipCidr(callback?: (err: AWSError, data: GlobalAccelerator.Types.AdvertiseByoipCidrResponse) => void): Request<GlobalAccelerator.Types.AdvertiseByoipCidrResponse, AWSError>;
22
22
  /**
23
- * Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example. If you bring your own IP address ranges to AWS Global Accelerator (BYOIP), you can assign IP addresses from your own pool to your accelerator as the static IP address entry points. Only one IP address from each of your IP address ranges can be used for each accelerator. You must specify the US West (Oregon) Region to create or update accelerators.
23
+ * Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example. Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the US West (Oregon) Region to create or update accelerators.
24
24
  */
25
25
  createAccelerator(params: GlobalAccelerator.Types.CreateAcceleratorRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateAcceleratorResponse) => void): Request<GlobalAccelerator.Types.CreateAcceleratorResponse, AWSError>;
26
26
  /**
27
- * Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example. If you bring your own IP address ranges to AWS Global Accelerator (BYOIP), you can assign IP addresses from your own pool to your accelerator as the static IP address entry points. Only one IP address from each of your IP address ranges can be used for each accelerator. You must specify the US West (Oregon) Region to create or update accelerators.
27
+ * Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example. Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the US West (Oregon) Region to create or update accelerators.
28
28
  */
29
29
  createAccelerator(callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateAcceleratorResponse) => void): Request<GlobalAccelerator.Types.CreateAcceleratorResponse, AWSError>;
30
30
  /**
31
- * Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
31
+ * Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. A resource must be valid and active when you add it as an endpoint. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
32
32
  */
33
33
  createEndpointGroup(params: GlobalAccelerator.Types.CreateEndpointGroupRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateEndpointGroupResponse) => void): Request<GlobalAccelerator.Types.CreateEndpointGroupResponse, AWSError>;
34
34
  /**
35
- * Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
35
+ * Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. A resource must be valid and active when you add it as an endpoint. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
36
36
  */
37
37
  createEndpointGroup(callback?: (err: AWSError, data: GlobalAccelerator.Types.CreateEndpointGroupResponse) => void): Request<GlobalAccelerator.Types.CreateEndpointGroupResponse, AWSError>;
38
38
  /**
@@ -172,11 +172,11 @@ declare class GlobalAccelerator extends Service {
172
172
  */
173
173
  untagResource(callback?: (err: AWSError, data: GlobalAccelerator.Types.UntagResourceResponse) => void): Request<GlobalAccelerator.Types.UntagResourceResponse, AWSError>;
174
174
  /**
175
- * Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example. You must specify the US West (Oregon) Region to create or update accelerators.
175
+ * Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example. Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the US West (Oregon) Region to create or update accelerators.
176
176
  */
177
177
  updateAccelerator(params: GlobalAccelerator.Types.UpdateAcceleratorRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateAcceleratorResponse) => void): Request<GlobalAccelerator.Types.UpdateAcceleratorResponse, AWSError>;
178
178
  /**
179
- * Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example. You must specify the US West (Oregon) Region to create or update accelerators.
179
+ * Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example. Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the US West (Oregon) Region to create or update accelerators.
180
180
  */
181
181
  updateAccelerator(callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateAcceleratorResponse) => void): Request<GlobalAccelerator.Types.UpdateAcceleratorResponse, AWSError>;
182
182
  /**
@@ -188,11 +188,11 @@ declare class GlobalAccelerator extends Service {
188
188
  */
189
189
  updateAcceleratorAttributes(callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateAcceleratorAttributesResponse) => void): Request<GlobalAccelerator.Types.UpdateAcceleratorAttributesResponse, AWSError>;
190
190
  /**
191
- * Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
191
+ * Update an endpoint group. A resource must be valid and active when you add it as an endpoint. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
192
192
  */
193
193
  updateEndpointGroup(params: GlobalAccelerator.Types.UpdateEndpointGroupRequest, callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateEndpointGroupResponse) => void): Request<GlobalAccelerator.Types.UpdateEndpointGroupResponse, AWSError>;
194
194
  /**
195
- * Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
195
+ * Update an endpoint group. A resource must be valid and active when you add it as an endpoint. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
196
196
  */
197
197
  updateEndpointGroup(callback?: (err: AWSError, data: GlobalAccelerator.Types.UpdateEndpointGroupResponse) => void): Request<GlobalAccelerator.Types.UpdateEndpointGroupResponse, AWSError>;
198
198
  /**
@@ -289,7 +289,7 @@ declare namespace GlobalAccelerator {
289
289
  */
290
290
  State?: ByoipCidrState;
291
291
  /**
292
- * A history of status changes for an IP address range that that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
292
+ * A history of status changes for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
293
293
  */
294
294
  Events?: ByoipCidrEvents;
295
295
  }
@@ -327,7 +327,7 @@ declare namespace GlobalAccelerator {
327
327
  */
328
328
  IpAddressType?: IpAddressType;
329
329
  /**
330
- * Optionally, if you've added your own IP address pool to Global Accelerator, you can choose IP addresses from your own pool to use for the accelerator's static IP addresses. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool. For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
330
+ * Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can specify one or two addresses, separated by a comma. Do not include the /32 suffix. Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only one IP address from your IP address range, Global Accelerator assigns a second static IP address for the accelerator from the AWS IP address pool. Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses. For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
331
331
  */
332
332
  IpAddresses?: IpAddresses;
333
333
  /**
@@ -355,7 +355,7 @@ declare namespace GlobalAccelerator {
355
355
  */
356
356
  ListenerArn: GenericString;
357
357
  /**
358
- * The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
358
+ * The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
359
359
  */
360
360
  EndpointGroupRegion: GenericString;
361
361
  /**
@@ -390,6 +390,10 @@ declare namespace GlobalAccelerator {
390
390
  * A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
391
391
  */
392
392
  IdempotencyToken: IdempotencyToken;
393
+ /**
394
+ * Override specific listener ports used to route traffic to endpoints that are part of this endpoint group. For example, you can create a port override in which the listener receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080 and 1443, respectively, on the endpoints. For more information, see Port overrides in the AWS Global Accelerator Developer Guide.
395
+ */
396
+ PortOverrides?: PortOverrides;
393
397
  }
394
398
  export interface CreateEndpointGroupResponse {
395
399
  /**
@@ -411,7 +415,7 @@ declare namespace GlobalAccelerator {
411
415
  */
412
416
  Protocol: Protocol;
413
417
  /**
414
- * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
418
+ * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Client affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
415
419
  */
416
420
  ClientAffinity?: ClientAffinity;
417
421
  /**
@@ -505,7 +509,7 @@ declare namespace GlobalAccelerator {
505
509
  }
506
510
  export interface EndpointConfiguration {
507
511
  /**
508
- * An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For EC2 instances, this is the EC2 instance ID. An Application Load Balancer can be either internal or internet-facing.
512
+ * An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint. An Application Load Balancer can be either internal or internet-facing.
509
513
  */
510
514
  EndpointId?: GenericString;
511
515
  /**
@@ -547,7 +551,7 @@ declare namespace GlobalAccelerator {
547
551
  */
548
552
  EndpointGroupArn?: GenericString;
549
553
  /**
550
- * The AWS Region that this endpoint group belongs.
554
+ * The AWS Region where the endpoint group is located.
551
555
  */
552
556
  EndpointGroupRegion?: GenericString;
553
557
  /**
@@ -578,6 +582,10 @@ declare namespace GlobalAccelerator {
578
582
  * The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
579
583
  */
580
584
  ThresholdCount?: ThresholdCount;
585
+ /**
586
+ * Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you to map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
587
+ */
588
+ PortOverrides?: PortOverrides;
581
589
  }
582
590
  export type EndpointGroups = EndpointGroup[];
583
591
  export type EndpointWeight = number;
@@ -716,13 +724,24 @@ declare namespace GlobalAccelerator {
716
724
  */
717
725
  Protocol?: Protocol;
718
726
  /**
719
- * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
727
+ * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Client affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
720
728
  */
721
729
  ClientAffinity?: ClientAffinity;
722
730
  }
723
731
  export type Listeners = Listener[];
724
732
  export type MaxResults = number;
725
733
  export type PortNumber = number;
734
+ export interface PortOverride {
735
+ /**
736
+ * The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
737
+ */
738
+ ListenerPort?: PortNumber;
739
+ /**
740
+ * The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
741
+ */
742
+ EndpointPort?: PortNumber;
743
+ }
744
+ export type PortOverrides = PortOverride[];
726
745
  export interface PortRange {
727
746
  /**
728
747
  * The first port in the range of ports, inclusive.
@@ -847,7 +866,7 @@ declare namespace GlobalAccelerator {
847
866
  */
848
867
  EndpointGroupArn: GenericString;
849
868
  /**
850
- * The list of endpoint objects.
869
+ * The list of endpoint objects. A resource must be valid and active when you add it as an endpoint.
851
870
  */
852
871
  EndpointConfigurations?: EndpointConfigurations;
853
872
  /**
@@ -874,6 +893,10 @@ declare namespace GlobalAccelerator {
874
893
  * The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
875
894
  */
876
895
  ThresholdCount?: ThresholdCount;
896
+ /**
897
+ * Override specific listener ports used to route traffic to endpoints that are part of this endpoint group. For example, you can create a port override in which the listener receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080 and 1443, respectively, on the endpoints. For more information, see Port overrides in the AWS Global Accelerator Developer Guide.
898
+ */
899
+ PortOverrides?: PortOverrides;
877
900
  }
878
901
  export interface UpdateEndpointGroupResponse {
879
902
  /**
@@ -895,7 +918,7 @@ declare namespace GlobalAccelerator {
895
918
  */
896
919
  Protocol?: Protocol;
897
920
  /**
898
- * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
921
+ * Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Client affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes. If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP instead. When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value. The default value is NONE.
899
922
  */
900
923
  ClientAffinity?: ClientAffinity;
901
924
  }
package/clients/glue.d.ts CHANGED
@@ -1902,6 +1902,10 @@ declare namespace Glue {
1902
1902
  * A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.
1903
1903
  */
1904
1904
  Classifiers?: ClassifierNameList;
1905
+ /**
1906
+ * A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
1907
+ */
1908
+ RecrawlPolicy?: RecrawlPolicy;
1905
1909
  /**
1906
1910
  * The policy that specifies update and delete behaviors for the crawler.
1907
1911
  */
@@ -2084,6 +2088,10 @@ declare namespace Glue {
2084
2088
  * The policy for the crawler's update and deletion behavior.
2085
2089
  */
2086
2090
  SchemaChangePolicy?: SchemaChangePolicy;
2091
+ /**
2092
+ * A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
2093
+ */
2094
+ RecrawlPolicy?: RecrawlPolicy;
2087
2095
  /**
2088
2096
  * Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Configuring a Crawler.
2089
2097
  */
@@ -5557,6 +5565,13 @@ declare namespace Glue {
5557
5565
  export type PythonScript = string;
5558
5566
  export type PythonVersionString = string;
5559
5567
  export type RecordsCount = number;
5568
+ export type RecrawlBehavior = "CRAWL_EVERYTHING"|"CRAWL_NEW_FOLDERS_ONLY"|string;
5569
+ export interface RecrawlPolicy {
5570
+ /**
5571
+ * Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. A value of CRAWL_EVERYTHING specifies crawling the entire dataset again. A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last crawler run.
5572
+ */
5573
+ RecrawlBehavior?: RecrawlBehavior;
5574
+ }
5560
5575
  export type ReplaceBoolean = boolean;
5561
5576
  export interface ResetJobBookmarkRequest {
5562
5577
  /**
@@ -6624,6 +6639,10 @@ declare namespace Glue {
6624
6639
  * The policy for the crawler's update and deletion behavior.
6625
6640
  */
6626
6641
  SchemaChangePolicy?: SchemaChangePolicy;
6642
+ /**
6643
+ * A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
6644
+ */
6645
+ RecrawlPolicy?: RecrawlPolicy;
6627
6646
  /**
6628
6647
  * Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Configuring a Crawler.
6629
6648
  */
@@ -435,25 +435,29 @@ declare namespace Kendra {
435
435
  */
436
436
  Type: DataSourceType;
437
437
  /**
438
- * The data source connector configuration information that is required to access the repository.
438
+ * The connector configuration information that is required to access the repository. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The Configuration parameter is required for all other data sources.
439
439
  */
440
- Configuration: DataSourceConfiguration;
440
+ Configuration?: DataSourceConfiguration;
441
441
  /**
442
442
  * A description for the data source.
443
443
  */
444
444
  Description?: Description;
445
445
  /**
446
- * Sets the frequency that Amazon Kendra will check the documents in your repository and update the index. If you don't set a schedule Amazon Kendra will not periodically update the index. You can call the StartDataSourceSyncJob operation to update the index.
446
+ * Sets the frequency that Amazon Kendra will check the documents in your repository and update the index. If you don't set a schedule Amazon Kendra will not periodically update the index. You can call the StartDataSourceSyncJob operation to update the index. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception.
447
447
  */
448
448
  Schedule?: ScanSchedule;
449
449
  /**
450
- * The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM Roles for Amazon Kendra.
450
+ * The Amazon Resource Name (ARN) of a role with permission to access the data source. For more information, see IAM Roles for Amazon Kendra. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM. If you do, you receive a ValidationException exception. The RoleArn parameter is required for all other data sources.
451
451
  */
452
- RoleArn: RoleArn;
452
+ RoleArn?: RoleArn;
453
453
  /**
454
454
  * A list of key-value pairs that identify the data source. You can use the tags to identify and organize your resources and to control access to resources.
455
455
  */
456
456
  Tags?: TagList;
457
+ /**
458
+ * A token that you provide to identify the request to create a data source. Multiple calls to the CreateDataSource operation with the same client token will create only one data source.
459
+ */
460
+ ClientToken?: ClientTokenName;
457
461
  }
458
462
  export interface CreateDataSourceResponse {
459
463
  /**
@@ -490,6 +494,10 @@ declare namespace Kendra {
490
494
  * The format of the input file. You can choose between a basic CSV format, a CSV format that includes customs attributes in a header, and a JSON format that includes custom attributes. The format must match the format of the file stored in the S3 bucket identified in the S3Path parameter. For more information, see Adding questions and answers.
491
495
  */
492
496
  FileFormat?: FaqFileFormat;
497
+ /**
498
+ * A token that you provide to identify the request to create a FAQ. Multiple calls to the CreateFaqRequest operation with the same client token will create only one FAQ.
499
+ */
500
+ ClientToken?: ClientTokenName;
493
501
  }
494
502
  export interface CreateFaqResponse {
495
503
  /**
@@ -507,7 +515,7 @@ declare namespace Kendra {
507
515
  */
508
516
  Edition?: IndexEdition;
509
517
  /**
510
- * An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role used when you use the BatchPutDocument operation to index documents from an Amazon S3 bucket.
518
+ * An AWS Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role used when you use the BatchPutDocument operation to index documents from an Amazon S3 bucket.
511
519
  */
512
520
  RoleArn: RoleArn;
513
521
  /**
@@ -519,7 +527,7 @@ declare namespace Kendra {
519
527
  */
520
528
  Description?: Description;
521
529
  /**
522
- * A token that you provide to identify the request to create an index. Multiple calls to the CreateIndex operation with the same client token will create only one index.”
530
+ * A token that you provide to identify the request to create an index. Multiple calls to the CreateIndex operation with the same client token will create only one index.
523
531
  */
524
532
  ClientToken?: ClientTokenName;
525
533
  /**
@@ -677,7 +685,7 @@ declare namespace Kendra {
677
685
  IndexFieldName: IndexFieldName;
678
686
  }
679
687
  export type DataSourceToIndexFieldMappingList = DataSourceToIndexFieldMapping[];
680
- export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|string;
688
+ export type DataSourceType = "S3"|"SHAREPOINT"|"DATABASE"|"SALESFORCE"|"ONEDRIVE"|"SERVICENOW"|"CUSTOM"|string;
681
689
  export interface DataSourceVpcConfiguration {
682
690
  /**
683
691
  * A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
@@ -1469,7 +1477,11 @@ declare namespace Kendra {
1469
1477
  */
1470
1478
  InclusionPrefixes?: DataSourceInclusionsExclusionsStrings;
1471
1479
  /**
1472
- * A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix also matches an exclusion pattern, the document is not indexed. For more information about glob patterns, see glob (programming) in Wikipedia.
1480
+ * A list of glob patterns for documents that should be indexed. If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed. For more information about glob patterns, see glob (programming) in Wikipedia.
1481
+ */
1482
+ InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
1483
+ /**
1484
+ * A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed. For more information about glob patterns, see glob (programming) in Wikipedia.
1473
1485
  */
1474
1486
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
1475
1487
  DocumentsMetadataConfiguration?: DocumentsMetadataConfiguration;
@@ -148,11 +148,11 @@ declare class Macie2 extends Service {
148
148
  */
149
149
  disableMacie(callback?: (err: AWSError, data: Macie2.Types.DisableMacieResponse) => void): Request<Macie2.Types.DisableMacieResponse, AWSError>;
150
150
  /**
151
- * Disables an account as a delegated administrator of Amazon Macie for an AWS organization.
151
+ * Disables an account as the delegated Amazon Macie administrator account for an AWS organization.
152
152
  */
153
153
  disableOrganizationAdminAccount(params: Macie2.Types.DisableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: Macie2.Types.DisableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.DisableOrganizationAdminAccountResponse, AWSError>;
154
154
  /**
155
- * Disables an account as a delegated administrator of Amazon Macie for an AWS organization.
155
+ * Disables an account as the delegated Amazon Macie administrator account for an AWS organization.
156
156
  */
157
157
  disableOrganizationAdminAccount(callback?: (err: AWSError, data: Macie2.Types.DisableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.DisableOrganizationAdminAccountResponse, AWSError>;
158
158
  /**
@@ -180,11 +180,11 @@ declare class Macie2 extends Service {
180
180
  */
181
181
  enableMacie(callback?: (err: AWSError, data: Macie2.Types.EnableMacieResponse) => void): Request<Macie2.Types.EnableMacieResponse, AWSError>;
182
182
  /**
183
- * Enables an account as a delegated administrator of Amazon Macie for an AWS organization.
183
+ * Designates an account as the delegated Amazon Macie administrator account for an AWS organization.
184
184
  */
185
185
  enableOrganizationAdminAccount(params: Macie2.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: Macie2.Types.EnableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.EnableOrganizationAdminAccountResponse, AWSError>;
186
186
  /**
187
- * Enables an account as a delegated administrator of Amazon Macie for an AWS organization.
187
+ * Designates an account as the delegated Amazon Macie administrator account for an AWS organization.
188
188
  */
189
189
  enableOrganizationAdminAccount(callback?: (err: AWSError, data: Macie2.Types.EnableOrganizationAdminAccountResponse) => void): Request<Macie2.Types.EnableOrganizationAdminAccountResponse, AWSError>;
190
190
  /**
@@ -332,11 +332,11 @@ declare class Macie2 extends Service {
332
332
  */
333
333
  listMembers(callback?: (err: AWSError, data: Macie2.Types.ListMembersResponse) => void): Request<Macie2.Types.ListMembersResponse, AWSError>;
334
334
  /**
335
- * Retrieves information about the account that's designated as the delegated administrator of Amazon Macie for an AWS organization.
335
+ * Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.
336
336
  */
337
337
  listOrganizationAdminAccounts(params: Macie2.Types.ListOrganizationAdminAccountsRequest, callback?: (err: AWSError, data: Macie2.Types.ListOrganizationAdminAccountsResponse) => void): Request<Macie2.Types.ListOrganizationAdminAccountsResponse, AWSError>;
338
338
  /**
339
- * Retrieves information about the account that's designated as the delegated administrator of Amazon Macie for an AWS organization.
339
+ * Retrieves information about the delegated Amazon Macie administrator account for an AWS organization.
340
340
  */
341
341
  listOrganizationAdminAccounts(callback?: (err: AWSError, data: Macie2.Types.ListOrganizationAdminAccountsResponse) => void): Request<Macie2.Types.ListOrganizationAdminAccountsResponse, AWSError>;
342
342
  /**
@@ -412,11 +412,11 @@ declare class Macie2 extends Service {
412
412
  */
413
413
  updateMemberSession(callback?: (err: AWSError, data: Macie2.Types.UpdateMemberSessionResponse) => void): Request<Macie2.Types.UpdateMemberSessionResponse, AWSError>;
414
414
  /**
415
- * Updates Amazon Macie configuration settings for an AWS organization.
415
+ * Updates the Amazon Macie configuration settings for an AWS organization.
416
416
  */
417
417
  updateOrganizationConfiguration(params: Macie2.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: Macie2.Types.UpdateOrganizationConfigurationResponse) => void): Request<Macie2.Types.UpdateOrganizationConfigurationResponse, AWSError>;
418
418
  /**
419
- * Updates Amazon Macie configuration settings for an AWS organization.
419
+ * Updates the Amazon Macie configuration settings for an AWS organization.
420
420
  */
421
421
  updateOrganizationConfiguration(callback?: (err: AWSError, data: Macie2.Types.UpdateOrganizationConfigurationResponse) => void): Request<Macie2.Types.UpdateOrganizationConfigurationResponse, AWSError>;
422
422
  }
@@ -1311,7 +1311,7 @@ declare namespace Macie2 {
1311
1311
  */
1312
1312
  autoEnable?: __boolean;
1313
1313
  /**
1314
- * Specifies whether the maximum number of Amazon Macie member accounts are already associated with the AWS organization.
1314
+ * Specifies whether the maximum number of Amazon Macie member accounts are part of the AWS organization.
1315
1315
  */
1316
1316
  maxAccountLimitReached?: __boolean;
1317
1317
  }
@@ -1364,7 +1364,7 @@ declare namespace Macie2 {
1364
1364
  }
1365
1365
  export interface EnableOrganizationAdminAccountRequest {
1366
1366
  /**
1367
- * The AWS account ID for the account.
1367
+ * The AWS account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
1368
1368
  */
1369
1369
  adminAccountId: __string;
1370
1370
  /**
@@ -2227,7 +2227,7 @@ declare namespace Macie2 {
2227
2227
  }
2228
2228
  export interface ListOrganizationAdminAccountsResponse {
2229
2229
  /**
2230
- * An array of objects, one for each account that's designated as a delegated administrator of Amazon Macie for the AWS organization. Of those accounts, only one can have a status of ENABLED.
2230
+ * An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.
2231
2231
  */
2232
2232
  adminAccounts?: __listOfAdminAccount;
2233
2233
  /**
@@ -2331,7 +2331,7 @@ declare namespace Macie2 {
2331
2331
  */
2332
2332
  lineRanges?: Ranges;
2333
2333
  /**
2334
- * An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the start of the file. This value is typically null. For binary text files, Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
2334
+ * An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the beginning of the file. This value is typically null. For binary text files, Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
2335
2335
  */
2336
2336
  offsetRanges?: Ranges;
2337
2337
  /**
@@ -2350,7 +2350,7 @@ declare namespace Macie2 {
2350
2350
  */
2351
2351
  lineRange?: Range;
2352
2352
  /**
2353
- * The position of the data on the page, relative to the start and end of the page.
2353
+ * The position of the data on the page, relative to the beginning of the page.
2354
2354
  */
2355
2355
  offsetRange?: Range;
2356
2356
  /**
@@ -2383,11 +2383,11 @@ declare namespace Macie2 {
2383
2383
  }
2384
2384
  export interface Range {
2385
2385
  /**
2386
- * Possible values are: In an Occurrences.lineRanges array, the number of lines from the end of the file. In an Occurrences.offsetRanges array, the number of characters from the end of the file. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the end of the page.
2386
+ * Possible values are: In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data. In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
2387
2387
  */
2388
2388
  end?: __long;
2389
2389
  /**
2390
- * Possible values are: In an Occurrences.lineRanges array, the number of lines from the start of the file. In an Occurrences.offsetRanges array, the number of characters from the start of the file. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the start of the page.
2390
+ * Possible values are: In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data. In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data. In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
2391
2391
  */
2392
2392
  start?: __long;
2393
2393
  /**