cdk-lambda-subminute 2.0.357 → 2.0.359

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.
@@ -143,7 +143,7 @@ declare namespace Cloud9 {
143
143
  */
144
144
  subnetId?: SubnetId;
145
145
  /**
146
- * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux: amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Amazon Linux 2023 (recommended): amazonlinux-2023-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Amazon Linux 2023 (recommended): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
146
+ * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From December 04, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully supported. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux 2: amazonlinux-2-x86_64 Amazon Linux 2023 (recommended): amazonlinux-2023-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Amazon Linux 2023 (recommended): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
147
147
  */
148
148
  imageId: ImageId;
149
149
  /**
@@ -28,11 +28,11 @@ declare class ConnectCases extends Service {
28
28
  */
29
29
  batchPutFieldOptions(callback?: (err: AWSError, data: ConnectCases.Types.BatchPutFieldOptionsResponse) => void): Request<ConnectCases.Types.BatchPutFieldOptionsResponse, AWSError>;
30
30
  /**
31
- * Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types. The following fields are required when creating a case: &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
31
+ * If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide &lt;p&gt;Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.&lt;/p&gt; &lt;p&gt;The following fields are required when creating a case:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
32
32
  */
33
33
  createCase(params: ConnectCases.Types.CreateCaseRequest, callback?: (err: AWSError, data: ConnectCases.Types.CreateCaseResponse) => void): Request<ConnectCases.Types.CreateCaseResponse, AWSError>;
34
34
  /**
35
- * Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types. The following fields are required when creating a case: &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
35
+ * If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide &lt;p&gt;Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.&lt;/p&gt; &lt;p&gt;The following fields are required when creating a case:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt;
36
36
  */
37
37
  createCase(callback?: (err: AWSError, data: ConnectCases.Types.CreateCaseResponse) => void): Request<ConnectCases.Types.CreateCaseResponse, AWSError>;
38
38
  /**
@@ -91,6 +91,14 @@ declare class ConnectCases extends Service {
91
91
  * Returns information about a specific case if it exists.
92
92
  */
93
93
  getCase(callback?: (err: AWSError, data: ConnectCases.Types.GetCaseResponse) => void): Request<ConnectCases.Types.GetCaseResponse, AWSError>;
94
+ /**
95
+ * Returns the audit history about a specific case if it exists.
96
+ */
97
+ getCaseAuditEvents(params: ConnectCases.Types.GetCaseAuditEventsRequest, callback?: (err: AWSError, data: ConnectCases.Types.GetCaseAuditEventsResponse) => void): Request<ConnectCases.Types.GetCaseAuditEventsResponse, AWSError>;
98
+ /**
99
+ * Returns the audit history about a specific case if it exists.
100
+ */
101
+ getCaseAuditEvents(callback?: (err: AWSError, data: ConnectCases.Types.GetCaseAuditEventsResponse) => void): Request<ConnectCases.Types.GetCaseAuditEventsResponse, AWSError>;
94
102
  /**
95
103
  * Returns the case event publishing configuration.
96
104
  */
@@ -220,11 +228,11 @@ declare class ConnectCases extends Service {
220
228
  */
221
229
  untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
222
230
  /**
223
- * Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the CreateCase input . If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
231
+ * If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide &lt;p&gt;Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the &lt;code&gt;CreateCase&lt;/code&gt; input .&lt;/p&gt; &lt;p&gt;If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.&lt;/p&gt;
224
232
  */
225
233
  updateCase(params: ConnectCases.Types.UpdateCaseRequest, callback?: (err: AWSError, data: ConnectCases.Types.UpdateCaseResponse) => void): Request<ConnectCases.Types.UpdateCaseResponse, AWSError>;
226
234
  /**
227
- * Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the CreateCase input . If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
235
+ * If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide &lt;p&gt;Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the &lt;code&gt;CreateCase&lt;/code&gt; input .&lt;/p&gt; &lt;p&gt;If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.&lt;/p&gt;
228
236
  */
229
237
  updateCase(callback?: (err: AWSError, data: ConnectCases.Types.UpdateCaseResponse) => void): Request<ConnectCases.Types.UpdateCaseResponse, AWSError>;
230
238
  /**
@@ -255,6 +263,78 @@ declare class ConnectCases extends Service {
255
263
  declare namespace ConnectCases {
256
264
  export type Arn = string;
257
265
  export type AssociationTime = Date;
266
+ export interface AuditEvent {
267
+ /**
268
+ * Unique identifier of a case audit history event.
269
+ */
270
+ eventId: AuditEventId;
271
+ /**
272
+ * A list of Case Audit History event fields.
273
+ */
274
+ fields: AuditEventFieldList;
275
+ /**
276
+ * Information of the user which performed the audit.
277
+ */
278
+ performedBy?: AuditEventPerformedBy;
279
+ /**
280
+ * Time at which an Audit History event took place.
281
+ */
282
+ performedTime: AuditEventDateTime;
283
+ /**
284
+ * The Type of the related item.
285
+ */
286
+ relatedItemType?: RelatedItemType;
287
+ /**
288
+ * The Type of an audit history event.
289
+ */
290
+ type: AuditEventType;
291
+ }
292
+ export type AuditEventDateTime = Date;
293
+ export interface AuditEventField {
294
+ /**
295
+ * Unique identifier of field in an Audit History entry.
296
+ */
297
+ eventFieldId: AuditEventFieldId;
298
+ /**
299
+ * Union of potential field value types.
300
+ */
301
+ newValue: AuditEventFieldValueUnion;
302
+ /**
303
+ * Union of potential field value types.
304
+ */
305
+ oldValue?: AuditEventFieldValueUnion;
306
+ }
307
+ export type AuditEventFieldId = string;
308
+ export type AuditEventFieldList = AuditEventField[];
309
+ export interface AuditEventFieldValueUnion {
310
+ /**
311
+ * Can be either null, or have a Boolean value type. Only one value can be provided.
312
+ */
313
+ booleanValue?: Boolean;
314
+ /**
315
+ * Can be either null, or have a Double value type. Only one value can be provided.
316
+ */
317
+ doubleValue?: Double;
318
+ emptyValue?: EmptyFieldValue;
319
+ /**
320
+ * Can be either null, or have a String value type. Only one value can be provided.
321
+ */
322
+ stringValue?: AuditEventFieldValueUnionStringValueString;
323
+ /**
324
+ * Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.
325
+ */
326
+ userArnValue?: String;
327
+ }
328
+ export type AuditEventFieldValueUnionStringValueString = string;
329
+ export type AuditEventId = string;
330
+ export interface AuditEventPerformedBy {
331
+ /**
332
+ * Unique identifier of an IAM role.
333
+ */
334
+ iamPrincipalArn: IamPrincipalArn;
335
+ user?: UserUnion;
336
+ }
337
+ export type AuditEventType = "Case.Created"|"Case.Updated"|"RelatedItem.Created"|string;
258
338
  export interface BasicLayout {
259
339
  /**
260
340
  * This represents sections in a tab of the page layout.
@@ -408,6 +488,7 @@ declare namespace ConnectCases {
408
488
  * An array of objects with field ID (matching ListFields/DescribeField) and value union data.
409
489
  */
410
490
  fields: CreateCaseRequestFieldsList;
491
+ performedBy?: UserUnion;
411
492
  /**
412
493
  * A unique identifier of a template.
413
494
  */
@@ -738,7 +819,7 @@ declare namespace ConnectCases {
738
819
  */
739
820
  type: FieldType;
740
821
  }
741
- export type FieldType = "Text"|"Number"|"Boolean"|"DateTime"|"SingleSelect"|"Url"|string;
822
+ export type FieldType = "Text"|"Number"|"Boolean"|"DateTime"|"SingleSelect"|"Url"|"User"|string;
742
823
  export interface FieldValue {
743
824
  /**
744
825
  * Unique identifier of a field.
@@ -766,8 +847,42 @@ declare namespace ConnectCases {
766
847
  * String value type.
767
848
  */
768
849
  stringValue?: FieldValueUnionStringValueString;
850
+ /**
851
+ * Represents the user that performed the audit.
852
+ */
853
+ userArnValue?: String;
769
854
  }
770
855
  export type FieldValueUnionStringValueString = string;
856
+ export interface GetCaseAuditEventsRequest {
857
+ /**
858
+ * A unique identifier of the case.
859
+ */
860
+ caseId: CaseId;
861
+ /**
862
+ * The unique identifier of the Cases domain.
863
+ */
864
+ domainId: DomainId;
865
+ /**
866
+ * The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.
867
+ */
868
+ maxResults?: GetCaseAuditEventsRequestMaxResultsInteger;
869
+ /**
870
+ * The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
871
+ */
872
+ nextToken?: NextToken;
873
+ }
874
+ export type GetCaseAuditEventsRequestMaxResultsInteger = number;
875
+ export interface GetCaseAuditEventsResponse {
876
+ /**
877
+ * A list of case audits where each represents a particular edit of the case.
878
+ */
879
+ auditEvents: GetCaseAuditEventsResponseAuditEventsList;
880
+ /**
881
+ * The token for the next set of results. This is null if there are no more results to return.
882
+ */
883
+ nextToken?: NextToken;
884
+ }
885
+ export type GetCaseAuditEventsResponseAuditEventsList = AuditEvent[];
771
886
  export interface GetCaseEventConfigurationRequest {
772
887
  /**
773
888
  * The unique identifier of the Cases domain.
@@ -956,6 +1071,7 @@ declare namespace ConnectCases {
956
1071
  */
957
1072
  templateId: TemplateId;
958
1073
  }
1074
+ export type IamPrincipalArn = string;
959
1075
  export type LayoutArn = string;
960
1076
  export interface LayoutConfiguration {
961
1077
  /**
@@ -1426,6 +1542,7 @@ declare namespace ConnectCases {
1426
1542
  * An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
1427
1543
  */
1428
1544
  fields: UpdateCaseRequestFieldsList;
1545
+ performedBy?: UserUnion;
1429
1546
  }
1430
1547
  export type UpdateCaseRequestFieldsList = FieldValue[];
1431
1548
  export interface UpdateCaseResponse {
@@ -1957,11 +1957,11 @@ declare class EC2 extends Service {
1957
1957
  */
1958
1958
  describeEgressOnlyInternetGateways(callback?: (err: AWSError, data: EC2.Types.DescribeEgressOnlyInternetGatewaysResult) => void): Request<EC2.Types.DescribeEgressOnlyInternetGatewaysResult, AWSError>;
1959
1959
  /**
1960
- * Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
1960
+ * Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances. Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
1961
1961
  */
1962
1962
  describeElasticGpus(params: EC2.Types.DescribeElasticGpusRequest, callback?: (err: AWSError, data: EC2.Types.DescribeElasticGpusResult) => void): Request<EC2.Types.DescribeElasticGpusResult, AWSError>;
1963
1963
  /**
1964
- * Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
1964
+ * Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances. Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
1965
1965
  */
1966
1966
  describeElasticGpus(callback?: (err: AWSError, data: EC2.Types.DescribeElasticGpusResult) => void): Request<EC2.Types.DescribeElasticGpusResult, AWSError>;
1967
1967
  /**
@@ -3597,11 +3597,11 @@ declare class EC2 extends Service {
3597
3597
  */
3598
3598
  getIpamResourceCidrs(callback?: (err: AWSError, data: EC2.Types.GetIpamResourceCidrsResult) => void): Request<EC2.Types.GetIpamResourceCidrsResult, AWSError>;
3599
3599
  /**
3600
- * Retrieves the configuration data of the specified instance. You can use this data to create a launch template. This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow describe* depending on your instance requirements.
3600
+ * Retrieves the configuration data of the specified instance. You can use this data to create a launch template. This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, and DescribeInstanceAttribute. Or, you can allow describe* depending on your instance requirements.
3601
3601
  */
3602
3602
  getLaunchTemplateData(params: EC2.Types.GetLaunchTemplateDataRequest, callback?: (err: AWSError, data: EC2.Types.GetLaunchTemplateDataResult) => void): Request<EC2.Types.GetLaunchTemplateDataResult, AWSError>;
3603
3603
  /**
3604
- * Retrieves the configuration data of the specified instance. You can use this data to create a launch template. This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow describe* depending on your instance requirements.
3604
+ * Retrieves the configuration data of the specified instance. You can use this data to create a launch template. This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, and DescribeInstanceAttribute. Or, you can allow describe* depending on your instance requirements.
3605
3605
  */
3606
3606
  getLaunchTemplateData(callback?: (err: AWSError, data: EC2.Types.GetLaunchTemplateDataResult) => void): Request<EC2.Types.GetLaunchTemplateDataResult, AWSError>;
3607
3607
  /**
@@ -4813,11 +4813,11 @@ declare class EC2 extends Service {
4813
4813
  */
4814
4814
  sendDiagnosticInterrupt(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
4815
4815
  /**
4816
- * Starts an Amazon EBS-backed instance that you've previously stopped. Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. Performing this operation on an instance that uses an instance store as its root device returns an error. If you attempt to start a T3 instance with host tenancy and the unlimted CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated. For more information, see Stop and start your instance in the Amazon EC2 User Guide.
4816
+ * Starts an Amazon EBS-backed instance that you've previously stopped. Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. Performing this operation on an instance that uses an instance store as its root device returns an error. If you attempt to start a T3 instance with host tenancy and the unlimited CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated. For more information, see Stop and start your instance in the Amazon EC2 User Guide.
4817
4817
  */
4818
4818
  startInstances(params: EC2.Types.StartInstancesRequest, callback?: (err: AWSError, data: EC2.Types.StartInstancesResult) => void): Request<EC2.Types.StartInstancesResult, AWSError>;
4819
4819
  /**
4820
- * Starts an Amazon EBS-backed instance that you've previously stopped. Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. Performing this operation on an instance that uses an instance store as its root device returns an error. If you attempt to start a T3 instance with host tenancy and the unlimted CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated. For more information, see Stop and start your instance in the Amazon EC2 User Guide.
4820
+ * Starts an Amazon EBS-backed instance that you've previously stopped. Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. Performing this operation on an instance that uses an instance store as its root device returns an error. If you attempt to start a T3 instance with host tenancy and the unlimited CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated. For more information, see Stop and start your instance in the Amazon EC2 User Guide.
4821
4821
  */
4822
4822
  startInstances(callback?: (err: AWSError, data: EC2.Types.StartInstancesResult) => void): Request<EC2.Types.StartInstancesResult, AWSError>;
4823
4823
  /**
@@ -13595,7 +13595,7 @@ declare namespace EC2 {
13595
13595
  }
13596
13596
  export interface DescribeAvailabilityZonesRequest {
13597
13597
  /**
13598
- * The filters. group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). message - The Zone message. opt-in-status - The opt-in status (opted-in | not-opted-in | opt-in-not-required). parent-zoneID - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. parent-zoneName - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. region-name - The name of the Region for the Zone (for example, us-east-1). state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (available). zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-type - The type of zone (availability-zone | local-zone | wavelength-zone).
13598
+ * The filters. group-name - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, us-west-2-lax-1) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). message - The Zone message. opt-in-status - The opt-in status (opted-in | not-opted-in | opt-in-not-required). parent-zone-id - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. parent-zone-name - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls. region-name - The name of the Region for the Zone (for example, us-east-1). state - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (available). zone-id - The ID of the Availability Zone (for example, use1-az1), the Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-name - The name of the Availability Zone (for example, us-east-1a), the Local Zone (for example, us-west-2-lax-1a), or the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1). zone-type - The type of zone (availability-zone | local-zone | wavelength-zone).
13599
13599
  */
13600
13600
  Filters?: FilterList;
13601
13601
  /**
@@ -16515,7 +16515,7 @@ declare namespace EC2 {
16515
16515
  export type DescribeRouteTablesMaxResults = number;
16516
16516
  export interface DescribeRouteTablesRequest {
16517
16517
  /**
16518
- * The filters. association.route-table-association-id - The ID of an association ID for the route table. association.route-table-id - The ID of the route table involved in the association. association.subnet-id - The ID of the subnet involved in the association. association.main - Indicates whether the route table is the main route table for the VPC (true | false). Route tables that do not have an association ID are not returned in the response. owner-id - The ID of the Amazon Web Services account that owns the route table. route-table-id - The ID of the route table. route.destination-cidr-block - The IPv4 CIDR range specified in a route in the table. route.destination-ipv6-cidr-block - The IPv6 CIDR range specified in a route in the route table. route.destination-prefix-list-id - The ID (prefix) of the Amazon Web Service specified in a route in the table. route.egress-only-internet-gateway-id - The ID of an egress-only Internet gateway specified in a route in the route table. route.gateway-id - The ID of a gateway specified in a route in the table. route.instance-id - The ID of an instance specified in a route in the table. route.nat-gateway-id - The ID of a NAT gateway. route.transit-gateway-id - The ID of a transit gateway. route.origin - Describes how the route was created. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation. route.state - The state of a route in the route table (active | blackhole). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on). route.vpc-peering-connection-id - The ID of a VPC peering connection specified in a route in the table. 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 route table.
16518
+ * The filters. association.gateway-id - The ID of the gateway involved in the association. association.route-table-association-id - The ID of an association ID for the route table. association.route-table-id - The ID of the route table involved in the association. association.subnet-id - The ID of the subnet involved in the association. association.main - Indicates whether the route table is the main route table for the VPC (true | false). Route tables that do not have an association ID are not returned in the response. owner-id - The ID of the Amazon Web Services account that owns the route table. route-table-id - The ID of the route table. route.destination-cidr-block - The IPv4 CIDR range specified in a route in the table. route.destination-ipv6-cidr-block - The IPv6 CIDR range specified in a route in the route table. route.destination-prefix-list-id - The ID (prefix) of the Amazon Web Service specified in a route in the table. route.egress-only-internet-gateway-id - The ID of an egress-only Internet gateway specified in a route in the route table. route.gateway-id - The ID of a gateway specified in a route in the table. route.instance-id - The ID of an instance specified in a route in the table. route.nat-gateway-id - The ID of a NAT gateway. route.transit-gateway-id - The ID of a transit gateway. route.origin - Describes how the route was created. CreateRouteTable indicates that the route was automatically created when the route table was created; CreateRoute indicates that the route was manually added to the route table; EnableVgwRoutePropagation indicates that the route was propagated by route propagation. route.state - The state of a route in the route table (active | blackhole). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on). route.vpc-peering-connection-id - The ID of a VPC peering connection specified in a route in the table. 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 route table.
16519
16519
  */
16520
16520
  Filters?: FilterList;
16521
16521
  /**
@@ -19480,7 +19480,7 @@ declare namespace EC2 {
19480
19480
  export type ElasticGpuSpecificationList = ElasticGpuSpecification[];
19481
19481
  export interface ElasticGpuSpecificationResponse {
19482
19482
  /**
19483
- * The elastic GPU type.
19483
+ * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
19484
19484
  */
19485
19485
  Type?: String;
19486
19486
  }
@@ -19606,11 +19606,11 @@ declare namespace EC2 {
19606
19606
  }
19607
19607
  export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
19608
19608
  /**
19609
- * The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.
19609
+ * The source Region (like us-east-1) or Availability Zone ID (like use1-az1) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.
19610
19610
  */
19611
19611
  Source?: String;
19612
19612
  /**
19613
- * The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.
19613
+ * The target Region (like us-east-2) or Availability Zone ID (like use2-az2) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.
19614
19614
  */
19615
19615
  Destination?: String;
19616
19616
  /**
@@ -23920,7 +23920,7 @@ declare namespace EC2 {
23920
23920
  */
23921
23921
  InstanceLifecycle?: InstanceLifecycleType;
23922
23922
  /**
23923
- * The Elastic GPU associated with the instance.
23923
+ * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
23924
23924
  */
23925
23925
  ElasticGpuAssociations?: ElasticGpuAssociationList;
23926
23926
  /**
@@ -27143,7 +27143,7 @@ declare namespace EC2 {
27143
27143
  export type LaunchTemplateTagSpecificationList = LaunchTemplateTagSpecification[];
27144
27144
  export interface LaunchTemplateTagSpecificationRequest {
27145
27145
  /**
27146
- * The type of resource to tag. Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include an Elastic GPU. To tag a resource after it has been created, see CreateTags.
27146
+ * The type of resource to tag. Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: instance | volume | network-interface | spot-instances-request. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume. To tag a resource after it has been created, see CreateTags.
27147
27147
  */
27148
27148
  ResourceType?: ResourceType;
27149
27149
  /**
@@ -28942,7 +28942,7 @@ declare namespace EC2 {
28942
28942
  */
28943
28943
  AssignIpv6AddressOnCreation?: AttributeBooleanValue;
28944
28944
  /**
28945
- * Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.
28945
+ * Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address. Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
28946
28946
  */
28947
28947
  MapPublicIpOnLaunch?: AttributeBooleanValue;
28948
28948
  /**
@@ -29973,7 +29973,7 @@ declare namespace EC2 {
29973
29973
  */
29974
29974
  Phase2LifetimeSeconds?: Integer;
29975
29975
  /**
29976
- * The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage. Constraints: A value between 60 and half of Phase2LifetimeSeconds. Default: 540
29976
+ * The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage. Constraints: A value between 60 and half of Phase2LifetimeSeconds. Default: 270
29977
29977
  */
29978
29978
  RekeyMarginTimeSeconds?: Integer;
29979
29979
  /**
@@ -32863,7 +32863,7 @@ declare namespace EC2 {
32863
32863
  */
32864
32864
  TagSpecifications?: LaunchTemplateTagSpecificationRequestList;
32865
32865
  /**
32866
- * An elastic GPU to associate with the instance.
32866
+ * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
32867
32867
  */
32868
32868
  ElasticGpuSpecifications?: ElasticGpuSpecificationList;
32869
32869
  /**
@@ -33639,7 +33639,7 @@ declare namespace EC2 {
33639
33639
  */
33640
33640
  TagSpecifications?: LaunchTemplateTagSpecificationList;
33641
33641
  /**
33642
- * The elastic GPU specification.
33642
+ * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
33643
33643
  */
33644
33644
  ElasticGpuSpecifications?: ElasticGpuSpecificationResponseList;
33645
33645
  /**
@@ -34283,7 +34283,7 @@ declare namespace EC2 {
34283
34283
  */
34284
34284
  PrivateIpAddress?: String;
34285
34285
  /**
34286
- * An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.
34286
+ * Deprecated. Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
34287
34287
  */
34288
34288
  ElasticGpuSpecification?: ElasticGpuSpecifications;
34289
34289
  /**
@@ -34291,7 +34291,7 @@ declare namespace EC2 {
34291
34291
  */
34292
34292
  ElasticInferenceAccelerators?: ElasticInferenceAccelerators;
34293
34293
  /**
34294
- * 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.
34294
+ * The tags to apply to the resources that are created during instance launch. You can specify tags for the following resources only: Instances Volumes Spot Instance requests Network interfaces To tag a resource after it has been created, see CreateTags.
34295
34295
  */
34296
34296
  TagSpecifications?: TagSpecificationList;
34297
34297
  /**
@@ -36343,7 +36343,7 @@ declare namespace EC2 {
36343
36343
  */
36344
36344
  EnableLniAtDeviceIndex?: Integer;
36345
36345
  /**
36346
- * Indicates whether instances launched in this subnet receive a public IPv4 address.
36346
+ * Indicates whether instances launched in this subnet receive a public IPv4 address. Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
36347
36347
  */
36348
36348
  MapPublicIpOnLaunch?: Boolean;
36349
36349
  /**
@@ -39837,7 +39837,7 @@ declare namespace EC2 {
39837
39837
  */
39838
39838
  Phase2LifetimeSeconds?: Integer;
39839
39839
  /**
39840
- * The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage. Constraints: A value between 60 and half of Phase2LifetimeSeconds. Default: 540
39840
+ * The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage. Constraints: A value between 60 and half of Phase2LifetimeSeconds. Default: 270
39841
39841
  */
39842
39842
  RekeyMarginTimeSeconds?: Integer;
39843
39843
  /**
@@ -1886,6 +1886,7 @@ declare namespace ECS {
1886
1886
  labels?: StringMap;
1887
1887
  }
1888
1888
  export type Double = number;
1889
+ export type Duration = number;
1889
1890
  export type EBSKMSKeyId = string;
1890
1891
  export type EBSResourceType = "volume"|string;
1891
1892
  export type EBSSnapshotId = string;
@@ -3352,6 +3353,11 @@ declare namespace ECS {
3352
3353
  * The port number for the Service Connect proxy to listen on. Use the value of this field to bypass the proxy for traffic on the port number specified in the named portMapping in the task definition of this application, and then use it in your VPC security groups to allow traffic into the proxy for this Amazon ECS service. In awsvpc mode and Fargate, the default value is the container port number. The container port number is in the portMapping in the task definition. In bridge mode, the default value is the ephemeral port of the Service Connect proxy.
3353
3354
  */
3354
3355
  ingressPortOverride?: PortNumber;
3356
+ /**
3357
+ * A reference to an object that represents the configured timeouts for Service Connect.
3358
+ */
3359
+ timeout?: TimeoutConfiguration;
3360
+ tls?: ServiceConnectTlsConfiguration;
3355
3361
  }
3356
3362
  export type ServiceConnectServiceList = ServiceConnectService[];
3357
3363
  export interface ServiceConnectServiceResource {
@@ -3365,6 +3371,26 @@ declare namespace ECS {
3365
3371
  discoveryArn?: String;
3366
3372
  }
3367
3373
  export type ServiceConnectServiceResourceList = ServiceConnectServiceResource[];
3374
+ export interface ServiceConnectTlsCertificateAuthority {
3375
+ /**
3376
+ * The ARN of the Amazon Web Services Private Certificate Authority certificate.
3377
+ */
3378
+ awsPcaAuthorityArn?: String;
3379
+ }
3380
+ export interface ServiceConnectTlsConfiguration {
3381
+ /**
3382
+ * The signer certificate authority.
3383
+ */
3384
+ issuerCertificateAuthority: ServiceConnectTlsCertificateAuthority;
3385
+ /**
3386
+ * The Amazon Web Services Key Management Service key.
3387
+ */
3388
+ kmsKey?: String;
3389
+ /**
3390
+ * The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.
3391
+ */
3392
+ roleArn?: String;
3393
+ }
3368
3394
  export interface ServiceEvent {
3369
3395
  /**
3370
3396
  * The ID string for the event.
@@ -4182,6 +4208,16 @@ declare namespace ECS {
4182
4208
  }
4183
4209
  export type TaskVolumeConfigurations = TaskVolumeConfiguration[];
4184
4210
  export type Tasks = Task[];
4211
+ export interface TimeoutConfiguration {
4212
+ /**
4213
+ * The amount of time in seconds a connection will stay active while idle. A value of 0 can be set to disable idleTimeout. The idleTimeout default for HTTP/HTTP2/GRPC is 5 minutes. The idleTimeout default for TCP is 1 hour.
4214
+ */
4215
+ idleTimeoutSeconds?: Duration;
4216
+ /**
4217
+ * The amount of time waiting for the upstream to respond with a complete response per request. A value of 0 can be set to disable perRequestTimeout. perRequestTimeout can only be set if Service Connect appProtocol isn't TCP. Only idleTimeout is allowed for TCP appProtocol.
4218
+ */
4219
+ perRequestTimeoutSeconds?: Duration;
4220
+ }
4185
4221
  export type Timestamp = Date;
4186
4222
  export interface Tmpfs {
4187
4223
  /**
@@ -36,11 +36,11 @@ declare class Organizations extends Service {
36
36
  */
37
37
  cancelHandshake(callback?: (err: AWSError, data: Organizations.Types.CancelHandshakeResponse) => void): Request<Organizations.Types.CancelHandshakeResponse, AWSError>;
38
38
  /**
39
- * Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled . You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following: Use the AccountId that you sent in the CloseAccount request to provide as a parameter to the DescribeAccount operation. While the close account request is in progress, Account status will indicate PENDING_CLOSURE. When the close account request completes, the status will change to SUSPENDED. Check the CloudTrail log for the CloseAccountResult event that gets published after the account closes successfully. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. You can close only 10% of member accounts, between 10 and 200, within a rolling 30 day period. This quota is not bound by a calendar month, but starts when you close an account. After you reach this limit, you can close additional accounts. For more information, see Closing a member account in your organization in the Organizations User Guide. To reinstate a closed account, contact Amazon Web Services Support within the 90-day grace period while the account is in SUSPENDED status. If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US) account, the CloseAccount request will close both accounts. To learn important pre-closure details, see Closing an Amazon Web Services GovCloud (US) account in the Amazon Web Services GovCloud User Guide.
39
+ * Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled . You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following: Use the AccountId that you sent in the CloseAccount request to provide as a parameter to the DescribeAccount operation. While the close account request is in progress, Account status will indicate PENDING_CLOSURE. When the close account request completes, the status will change to SUSPENDED. Check the CloudTrail log for the CloseAccountResult event that gets published after the account closes successfully. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. You can close only 10% of member accounts, between 10 and 1000, within a rolling 30 day period. This quota is not bound by a calendar month, but starts when you close an account. After you reach this limit, you can close additional accounts. For more information, see Closing a member account in your organization and Quotas for Organizationsin the Organizations User Guide. To reinstate a closed account, contact Amazon Web Services Support within the 90-day grace period while the account is in SUSPENDED status. If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US) account, the CloseAccount request will close both accounts. To learn important pre-closure details, see Closing an Amazon Web Services GovCloud (US) account in the Amazon Web Services GovCloud User Guide.
40
40
  */
41
41
  closeAccount(params: Organizations.Types.CloseAccountRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
42
42
  /**
43
- * Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled . You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following: Use the AccountId that you sent in the CloseAccount request to provide as a parameter to the DescribeAccount operation. While the close account request is in progress, Account status will indicate PENDING_CLOSURE. When the close account request completes, the status will change to SUSPENDED. Check the CloudTrail log for the CloseAccountResult event that gets published after the account closes successfully. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. You can close only 10% of member accounts, between 10 and 200, within a rolling 30 day period. This quota is not bound by a calendar month, but starts when you close an account. After you reach this limit, you can close additional accounts. For more information, see Closing a member account in your organization in the Organizations User Guide. To reinstate a closed account, contact Amazon Web Services Support within the 90-day grace period while the account is in SUSPENDED status. If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US) account, the CloseAccount request will close both accounts. To learn important pre-closure details, see Closing an Amazon Web Services GovCloud (US) account in the Amazon Web Services GovCloud User Guide.
43
+ * Closes an Amazon Web Services member account within an organization. You can close an account when all features are enabled . You can't close the management account with this API. This is an asynchronous request that Amazon Web Services performs in the background. Because CloseAccount operates asynchronously, it can return a successful completion message even though account closure might still be in progress. You need to wait a few minutes before the account is fully closed. To check the status of the request, do one of the following: Use the AccountId that you sent in the CloseAccount request to provide as a parameter to the DescribeAccount operation. While the close account request is in progress, Account status will indicate PENDING_CLOSURE. When the close account request completes, the status will change to SUSPENDED. Check the CloudTrail log for the CloseAccountResult event that gets published after the account closes successfully. For information on using CloudTrail with Organizations, see Logging and monitoring in Organizations in the Organizations User Guide. You can close only 10% of member accounts, between 10 and 1000, within a rolling 30 day period. This quota is not bound by a calendar month, but starts when you close an account. After you reach this limit, you can close additional accounts. For more information, see Closing a member account in your organization and Quotas for Organizationsin the Organizations User Guide. To reinstate a closed account, contact Amazon Web Services Support within the 90-day grace period while the account is in SUSPENDED status. If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US) account, the CloseAccount request will close both accounts. To learn important pre-closure details, see Closing an Amazon Web Services GovCloud (US) account in the Amazon Web Services GovCloud User Guide.
44
44
  */
45
45
  closeAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
46
46
  /**
@@ -651,7 +651,7 @@ declare namespace Organizations {
651
651
  }
652
652
  export interface CreatePolicyRequest {
653
653
  /**
654
- * The policy text content to add to the new policy. The text that you supply must adhere to the rules of the policy type you specify in the Type parameter.
654
+ * The policy text content to add to the new policy. The text that you supply must adhere to the rules of the policy type you specify in the Type parameter. The maximum size of a policy document depends on the policy's type. For more information, see Maximum and minimum values in the Organizations User Guide.
655
655
  */
656
656
  Content: PolicyContent;
657
657
  /**
@@ -1717,7 +1717,7 @@ declare namespace Organizations {
1717
1717
  */
1718
1718
  Description?: PolicyDescription;
1719
1719
  /**
1720
- * If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see SCP syntax in the Organizations User Guide.
1720
+ * If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see SCP syntax in the Organizations User Guide. The maximum size of a policy document depends on the policy's type. For more information, see Maximum and minimum values in the Organizations User Guide.
1721
1721
  */
1722
1722
  Content?: PolicyContent;
1723
1723
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1540.0',
86
+ VERSION: '2.1541.0',
87
87
 
88
88
  /**
89
89
  * @api private