cdk-comprehend-s3olap 2.0.87 → 2.0.90

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.
Files changed (49) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  12. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  13. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  15. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  16. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +742 -687
  18. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  19. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  20. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  21. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
  23. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
  27. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  28. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  29. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  30. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  31. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +73 -4
  33. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  34. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +755 -748
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +52 -13
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +5 -5
  45. package/node_modules/esbuild/lib/main.js +14 -13
  46. package/node_modules/esbuild/package.json +22 -22
  47. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  48. package/node_modules/esbuild-linux-64/package.json +1 -1
  49. package/package.json +11 -10
@@ -154,7 +154,8 @@
154
154
  },
155
155
  "Tags": {
156
156
  "shape": "Sw"
157
- }
157
+ },
158
+ "DataProtectionPolicy": {}
158
159
  }
159
160
  },
160
161
  "output": {
@@ -214,6 +215,24 @@
214
215
  }
215
216
  }
216
217
  },
218
+ "GetDataProtectionPolicy": {
219
+ "input": {
220
+ "type": "structure",
221
+ "required": [
222
+ "ResourceArn"
223
+ ],
224
+ "members": {
225
+ "ResourceArn": {}
226
+ }
227
+ },
228
+ "output": {
229
+ "resultWrapper": "GetDataProtectionPolicyResult",
230
+ "type": "structure",
231
+ "members": {
232
+ "DataProtectionPolicy": {}
233
+ }
234
+ }
235
+ },
217
236
  "GetEndpointAttributes": {
218
237
  "input": {
219
238
  "type": "structure",
@@ -307,7 +326,7 @@
307
326
  "type": "structure",
308
327
  "members": {
309
328
  "Attributes": {
310
- "shape": "S1h"
329
+ "shape": "S1j"
311
330
  }
312
331
  }
313
332
  }
@@ -489,7 +508,7 @@
489
508
  "type": "structure",
490
509
  "members": {
491
510
  "Subscriptions": {
492
- "shape": "S2f"
511
+ "shape": "S2h"
493
512
  },
494
513
  "NextToken": {}
495
514
  }
@@ -511,7 +530,7 @@
511
530
  "type": "structure",
512
531
  "members": {
513
532
  "Subscriptions": {
514
- "shape": "S2f"
533
+ "shape": "S2h"
515
534
  },
516
535
  "NextToken": {}
517
536
  }
@@ -591,7 +610,7 @@
591
610
  "Subject": {},
592
611
  "MessageStructure": {},
593
612
  "MessageAttributes": {
594
- "shape": "S2z"
613
+ "shape": "S31"
595
614
  },
596
615
  "MessageDeduplicationId": {},
597
616
  "MessageGroupId": {}
@@ -629,7 +648,7 @@
629
648
  "Subject": {},
630
649
  "MessageStructure": {},
631
650
  "MessageAttributes": {
632
- "shape": "S2z"
651
+ "shape": "S31"
633
652
  },
634
653
  "MessageDeduplicationId": {},
635
654
  "MessageGroupId": {}
@@ -675,6 +694,19 @@
675
694
  }
676
695
  }
677
696
  },
697
+ "PutDataProtectionPolicy": {
698
+ "input": {
699
+ "type": "structure",
700
+ "required": [
701
+ "ResourceArn",
702
+ "DataProtectionPolicy"
703
+ ],
704
+ "members": {
705
+ "ResourceArn": {},
706
+ "DataProtectionPolicy": {}
707
+ }
708
+ }
709
+ },
678
710
  "RemovePermission": {
679
711
  "input": {
680
712
  "type": "structure",
@@ -776,7 +808,7 @@
776
808
  "Protocol": {},
777
809
  "Endpoint": {},
778
810
  "Attributes": {
779
- "shape": "S1h"
811
+ "shape": "S1j"
780
812
  },
781
813
  "ReturnSubscriptionArn": {
782
814
  "type": "boolean"
@@ -887,12 +919,12 @@
887
919
  }
888
920
  }
889
921
  },
890
- "S1h": {
922
+ "S1j": {
891
923
  "type": "map",
892
924
  "key": {},
893
925
  "value": {}
894
926
  },
895
- "S2f": {
927
+ "S2h": {
896
928
  "type": "list",
897
929
  "member": {
898
930
  "type": "structure",
@@ -905,7 +937,7 @@
905
937
  }
906
938
  }
907
939
  },
908
- "S2z": {
940
+ "S31": {
909
941
  "type": "map",
910
942
  "key": {
911
943
  "locationName": "Name"
@@ -175,6 +175,9 @@
175
175
  },
176
176
  "TargetMaps": {
177
177
  "shape": "S20"
178
+ },
179
+ "Tags": {
180
+ "shape": "S4"
178
181
  }
179
182
  }
180
183
  },
@@ -1441,9 +1441,16 @@ declare namespace DataExchange {
1441
1441
  NextToken?: NextToken;
1442
1442
  }
1443
1443
  export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
1444
+ export type ListOfAssetEntry = AssetEntry[];
1444
1445
  export type ListOfAssetSourceEntry = AssetSourceEntry[];
1446
+ export type ListOfDataSetEntry = DataSetEntry[];
1447
+ export type ListOfEventActionEntry = EventActionEntry[];
1448
+ export type ListOfJobEntry = JobEntry[];
1449
+ export type ListOfJobError = JobError[];
1445
1450
  export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
1446
1451
  export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
1452
+ export type ListOfRevisionEntry = RevisionEntry[];
1453
+ export type ListOf__string = __string[];
1447
1454
  export interface ListRevisionAssetsRequest {
1448
1455
  /**
1449
1456
  * The unique identifier for a data set.
@@ -1484,6 +1491,7 @@ declare namespace DataExchange {
1484
1491
  */
1485
1492
  Tags?: MapOf__string;
1486
1493
  }
1494
+ export type MapOf__string = {[key: string]: __string};
1487
1495
  export type MaxResults = number;
1488
1496
  export type Name = string;
1489
1497
  export type NextToken = string;
@@ -1521,11 +1529,11 @@ declare namespace DataExchange {
1521
1529
  */
1522
1530
  ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
1523
1531
  /**
1524
- * Details about the import from signed URL request.
1532
+ * Details about the import from Amazon S3 request.
1525
1533
  */
1526
1534
  ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
1527
1535
  /**
1528
- * Details about the import from Amazon S3 request.
1536
+ * Information about the import asset from API Gateway API request.
1529
1537
  */
1530
1538
  ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
1531
1539
  /**
@@ -1533,7 +1541,7 @@ declare namespace DataExchange {
1533
1541
  */
1534
1542
  ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
1535
1543
  /**
1536
- * Information about the import asset from API Gateway API request.
1544
+ * Details about the import from signed URL request.
1537
1545
  */
1538
1546
  ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
1539
1547
  }
@@ -1725,7 +1733,7 @@ declare namespace DataExchange {
1725
1733
  */
1726
1734
  Method?: __string;
1727
1735
  /**
1728
- * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}
1736
+ * URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.
1729
1737
  */
1730
1738
  Path?: __string;
1731
1739
  /**
@@ -1994,18 +2002,10 @@ declare namespace DataExchange {
1994
2002
  export type __boolean = boolean;
1995
2003
  export type __double = number;
1996
2004
  export type __doubleMin0 = number;
1997
- export type ListOfAssetEntry = AssetEntry[];
1998
- export type ListOfDataSetEntry = DataSetEntry[];
1999
- export type ListOfEventActionEntry = EventActionEntry[];
2000
- export type ListOfJobEntry = JobEntry[];
2001
- export type ListOfJobError = JobError[];
2002
- export type ListOfRevisionEntry = RevisionEntry[];
2003
- export type ListOf__string = __string[];
2004
- export type MapOf__string = {[key: string]: __string};
2005
2005
  export type __string = string;
2006
2006
  export type __stringMin0Max16384 = string;
2007
- export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2008
2007
  export type __stringMin10Max512 = string;
2008
+ export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
2009
2009
  /**
2010
2010
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
2011
2011
  */
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['dataexchange'], '2017-07-25', {
9
9
  get: function get() {
10
10
  var model = require('../apis/dataexchange-2017-07-25.min.json');
11
11
  model.paginators = require('../apis/dataexchange-2017-07-25.paginators.json').pagination;
12
+ model.waiters = require('../apis/dataexchange-2017-07-25.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -221,11 +221,11 @@ declare class EC2 extends Service {
221
221
  */
222
222
  associateVpcCidrBlock(callback?: (err: AWSError, data: EC2.Types.AssociateVpcCidrBlockResult) => void): Request<EC2.Types.AssociateVpcCidrBlockResult, AWSError>;
223
223
  /**
224
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
224
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
225
225
  */
226
226
  attachClassicLinkVpc(params: EC2.Types.AttachClassicLinkVpcRequest, callback?: (err: AWSError, data: EC2.Types.AttachClassicLinkVpcResult) => void): Request<EC2.Types.AttachClassicLinkVpcResult, AWSError>;
227
227
  /**
228
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
228
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.
229
229
  */
230
230
  attachClassicLinkVpc(callback?: (err: AWSError, data: EC2.Types.AttachClassicLinkVpcResult) => void): Request<EC2.Types.AttachClassicLinkVpcResult, AWSError>;
231
231
  /**
@@ -453,11 +453,11 @@ declare class EC2 extends Service {
453
453
  */
454
454
  createDefaultSubnet(callback?: (err: AWSError, data: EC2.Types.CreateDefaultSubnetResult) => void): Request<EC2.Types.CreateDefaultSubnetResult, AWSError>;
455
455
  /**
456
- * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
456
+ * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
457
457
  */
458
458
  createDefaultVpc(params: EC2.Types.CreateDefaultVpcRequest, callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
459
459
  /**
460
- * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
460
+ * Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPC and default subnets in the Amazon Virtual Private Cloud User Guide. You cannot specify the components of the default VPC yourself. If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
461
461
  */
462
462
  createDefaultVpc(callback?: (err: AWSError, data: EC2.Types.CreateDefaultVpcResult) => void): Request<EC2.Types.CreateDefaultVpcResult, AWSError>;
463
463
  /**
@@ -1621,11 +1621,11 @@ declare class EC2 extends Service {
1621
1621
  */
1622
1622
  describeCarrierGateways(callback?: (err: AWSError, data: EC2.Types.DescribeCarrierGatewaysResult) => void): Request<EC2.Types.DescribeCarrierGatewaysResult, AWSError>;
1623
1623
  /**
1624
- * Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
1624
+ * Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
1625
1625
  */
1626
1626
  describeClassicLinkInstances(params: EC2.Types.DescribeClassicLinkInstancesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeClassicLinkInstancesResult) => void): Request<EC2.Types.DescribeClassicLinkInstancesResult, AWSError>;
1627
1627
  /**
1628
- * Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
1628
+ * Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
1629
1629
  */
1630
1630
  describeClassicLinkInstances(callback?: (err: AWSError, data: EC2.Types.DescribeClassicLinkInstancesResult) => void): Request<EC2.Types.DescribeClassicLinkInstancesResult, AWSError>;
1631
1631
  /**
@@ -1773,11 +1773,11 @@ declare class EC2 extends Service {
1773
1773
  */
1774
1774
  describeFleets(callback?: (err: AWSError, data: EC2.Types.DescribeFleetsResult) => void): Request<EC2.Types.DescribeFleetsResult, AWSError>;
1775
1775
  /**
1776
- * Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
1776
+ * Describes one or more flow logs. To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.
1777
1777
  */
1778
1778
  describeFlowLogs(params: EC2.Types.DescribeFlowLogsRequest, callback?: (err: AWSError, data: EC2.Types.DescribeFlowLogsResult) => void): Request<EC2.Types.DescribeFlowLogsResult, AWSError>;
1779
1779
  /**
1780
- * Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
1780
+ * Describes one or more flow logs. To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.
1781
1781
  */
1782
1782
  describeFlowLogs(callback?: (err: AWSError, data: EC2.Types.DescribeFlowLogsResult) => void): Request<EC2.Types.DescribeFlowLogsResult, AWSError>;
1783
1783
  /**
@@ -2525,19 +2525,19 @@ declare class EC2 extends Service {
2525
2525
  */
2526
2526
  describeVpcAttribute(callback?: (err: AWSError, data: EC2.Types.DescribeVpcAttributeResult) => void): Request<EC2.Types.DescribeVpcAttributeResult, AWSError>;
2527
2527
  /**
2528
- * Describes the ClassicLink status of one or more VPCs. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2528
+ * Describes the ClassicLink status of one or more VPCs. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2529
2529
  */
2530
2530
  describeVpcClassicLink(params: EC2.Types.DescribeVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkResult) => void): Request<EC2.Types.DescribeVpcClassicLinkResult, AWSError>;
2531
2531
  /**
2532
- * Describes the ClassicLink status of one or more VPCs. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2532
+ * Describes the ClassicLink status of one or more VPCs. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2533
2533
  */
2534
2534
  describeVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkResult) => void): Request<EC2.Types.DescribeVpcClassicLinkResult, AWSError>;
2535
2535
  /**
2536
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2536
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2537
2537
  */
2538
2538
  describeVpcClassicLinkDnsSupport(params: EC2.Types.DescribeVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DescribeVpcClassicLinkDnsSupportResult, AWSError>;
2539
2539
  /**
2540
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2540
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2541
2541
  */
2542
2542
  describeVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.DescribeVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DescribeVpcClassicLinkDnsSupportResult, AWSError>;
2543
2543
  /**
@@ -2621,11 +2621,11 @@ declare class EC2 extends Service {
2621
2621
  */
2622
2622
  describeVpnGateways(callback?: (err: AWSError, data: EC2.Types.DescribeVpnGatewaysResult) => void): Request<EC2.Types.DescribeVpnGatewaysResult, AWSError>;
2623
2623
  /**
2624
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
2624
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
2625
2625
  */
2626
2626
  detachClassicLinkVpc(params: EC2.Types.DetachClassicLinkVpcRequest, callback?: (err: AWSError, data: EC2.Types.DetachClassicLinkVpcResult) => void): Request<EC2.Types.DetachClassicLinkVpcResult, AWSError>;
2627
2627
  /**
2628
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
2628
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.
2629
2629
  */
2630
2630
  detachClassicLinkVpc(callback?: (err: AWSError, data: EC2.Types.DetachClassicLinkVpcResult) => void): Request<EC2.Types.DetachClassicLinkVpcResult, AWSError>;
2631
2631
  /**
@@ -2725,19 +2725,19 @@ declare class EC2 extends Service {
2725
2725
  */
2726
2726
  disableVgwRoutePropagation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2727
2727
  /**
2728
- * Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2728
+ * Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2729
2729
  */
2730
2730
  disableVpcClassicLink(params: EC2.Types.DisableVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkResult) => void): Request<EC2.Types.DisableVpcClassicLinkResult, AWSError>;
2731
2731
  /**
2732
- * Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2732
+ * Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2733
2733
  */
2734
2734
  disableVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkResult) => void): Request<EC2.Types.DisableVpcClassicLinkResult, AWSError>;
2735
2735
  /**
2736
- * Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2736
+ * Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2737
2737
  */
2738
2738
  disableVpcClassicLinkDnsSupport(params: EC2.Types.DisableVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DisableVpcClassicLinkDnsSupportResult, AWSError>;
2739
2739
  /**
2740
- * Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request. We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2740
+ * Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request. We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
2741
2741
  */
2742
2742
  disableVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.DisableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.DisableVpcClassicLinkDnsSupportResult, AWSError>;
2743
2743
  /**
@@ -2909,19 +2909,19 @@ declare class EC2 extends Service {
2909
2909
  */
2910
2910
  enableVolumeIO(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
2911
2911
  /**
2912
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2912
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2913
2913
  */
2914
2914
  enableVpcClassicLink(params: EC2.Types.EnableVpcClassicLinkRequest, callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkResult) => void): Request<EC2.Types.EnableVpcClassicLinkResult, AWSError>;
2915
2915
  /**
2916
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2916
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
2917
2917
  */
2918
2918
  enableVpcClassicLink(callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkResult) => void): Request<EC2.Types.EnableVpcClassicLinkResult, AWSError>;
2919
2919
  /**
2920
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.
2920
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.
2921
2921
  */
2922
2922
  enableVpcClassicLinkDnsSupport(params: EC2.Types.EnableVpcClassicLinkDnsSupportRequest, callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.EnableVpcClassicLinkDnsSupportResult, AWSError>;
2923
2923
  /**
2924
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.
2924
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide. You must specify a VPC ID in the request.
2925
2925
  */
2926
2926
  enableVpcClassicLinkDnsSupport(callback?: (err: AWSError, data: EC2.Types.EnableVpcClassicLinkDnsSupportResult) => void): Request<EC2.Types.EnableVpcClassicLinkDnsSupportResult, AWSError>;
2927
2927
  /**
@@ -3709,11 +3709,11 @@ declare class EC2 extends Service {
3709
3709
  */
3710
3710
  modifyVpcEndpointServicePermissions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcEndpointServicePermissionsResult) => void): Request<EC2.Types.ModifyVpcEndpointServicePermissionsResult, AWSError>;
3711
3711
  /**
3712
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3712
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3713
3713
  */
3714
3714
  modifyVpcPeeringConnectionOptions(params: EC2.Types.ModifyVpcPeeringConnectionOptionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
3715
3715
  /**
3716
- * We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3716
+ * We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide. Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following: Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC. Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC. Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.
3717
3717
  */
3718
3718
  modifyVpcPeeringConnectionOptions(callback?: (err: AWSError, data: EC2.Types.ModifyVpcPeeringConnectionOptionsResult) => void): Request<EC2.Types.ModifyVpcPeeringConnectionOptionsResult, AWSError>;
3719
3719
  /**
@@ -8079,35 +8079,39 @@ declare namespace EC2 {
8079
8079
  */
8080
8080
  ClientToken?: String;
8081
8081
  /**
8082
- * The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account. If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName.
8082
+ * The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account. This parameter is required if the destination type is cloud-watch-logs and unsupported otherwise.
8083
8083
  */
8084
8084
  DeliverLogsPermissionArn?: String;
8085
8085
  /**
8086
- * The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs. If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName.
8086
+ * The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.
8087
+ */
8088
+ DeliverCrossAccountRole?: String;
8089
+ /**
8090
+ * The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs. This parameter is valid only if the destination type is cloud-watch-logs.
8087
8091
  */
8088
8092
  LogGroupName?: String;
8089
8093
  /**
8090
- * The ID of the subnet, network interface, or VPC for which you want to create a flow log. Constraints: Maximum of 1000 resources
8094
+ * The IDs of the resources to monitor. For example, if the resource type is VPC, specify the IDs of the VPCs. Constraints: Maximum of 1000 resources
8091
8095
  */
8092
8096
  ResourceIds: FlowLogResourceIds;
8093
8097
  /**
8094
- * The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId property, specify VPC for this property.
8098
+ * The type of resource to monitor.
8095
8099
  */
8096
8100
  ResourceType: FlowLogsResourceType;
8097
8101
  /**
8098
- * The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.
8102
+ * The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
8099
8103
  */
8100
8104
  TrafficType?: TrafficType;
8101
8105
  /**
8102
- * The type of destination to which the flow log data is to be published. Flow log data can be published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify cloud-watch-logs. To publish flow log data to Amazon S3, specify s3. If you specify LogDestinationType as s3, do not specify DeliverLogsPermissionArn or LogGroupName. Default: cloud-watch-logs
8106
+ * The type of destination for the flow log data. Default: cloud-watch-logs
8103
8107
  */
8104
8108
  LogDestinationType?: LogDestinationType;
8105
8109
  /**
8106
- * The destination to which the flow log data is to be published. Flow log data can be published to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified for LogDestinationType. If LogDestinationType is not specified or cloud-watch-logs, specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish to a log group called my-logs, specify arn:aws:logs:us-east-1:123456789012:log-group:my-logs. Alternatively, use LogGroupName instead. If LogDestinationType is s3, specify the ARN of the Amazon S3 bucket. You can also specify a subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format: bucket_ARN/subfolder_name/. For example, to specify a subfolder named my-logs in a bucket named my-bucket, use the following ARN: arn:aws:s3:::my-bucket/my-logs/. You cannot use AWSLogs as a subfolder name. This is a reserved term.
8110
+ * The destination for the flow log data. The meaning of this parameter depends on the destination type. If the destination type is cloud-watch-logs, specify the ARN of a CloudWatch Logs log group. For example: arn:aws:logs:region:account_id:log-group:my_group Alternatively, use the LogGroupName parameter. If the destination type is s3, specify the ARN of an S3 bucket. For example: arn:aws:s3:::my_bucket/my_subfolder/ The subfolder is optional. Note that you can't use AWSLogs as a subfolder name. If the destination type is kinesis-data-firehose, specify the ARN of a Kinesis Data Firehose delivery stream. For example: arn:aws:firehose:region:account_id:deliverystream:my_stream
8107
8111
  */
8108
8112
  LogDestination?: String;
8109
8113
  /**
8110
- * The fields to include in the flow log record, in the order in which they should appear. For a list of available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must specify at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.
8114
+ * The fields to include in the flow log record. List the fields in the order in which they should appear. For more information about the available fields, see Flow log records. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.
8111
8115
  */
8112
8116
  LogFormat?: String;
8113
8117
  /**
@@ -12480,7 +12484,7 @@ declare namespace EC2 {
12480
12484
  */
12481
12485
  DryRun?: Boolean;
12482
12486
  /**
12483
- * One or more filters. deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). log-destination-type - The type of destination to which the flow log publishes data. Possible destination types include cloud-watch-logs and s3. flow-log-id - The ID of the flow log. log-group-name - The name of the log group. resource-id - The ID of the VPC, subnet, or network interface. traffic-type - The type of traffic (ACCEPT | REJECT | ALL). 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.
12487
+ * One or more filters. deliver-log-status - The status of the logs delivery (SUCCESS | FAILED). log-destination-type - The type of destination for the flow log data (cloud-watch-logs | s3 | kinesis-data-firehose). flow-log-id - The ID of the flow log. log-group-name - The name of the log group. resource-id - The ID of the VPC, subnet, or network interface. traffic-type - The type of traffic (ACCEPT | REJECT | ALL). 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.
12484
12488
  */
12485
12489
  Filter?: FilterList;
12486
12490
  /**
@@ -18007,15 +18011,19 @@ declare namespace EC2 {
18007
18011
  */
18008
18012
  DeliverLogsErrorMessage?: String;
18009
18013
  /**
18010
- * The ARN of the IAM role that posts logs to CloudWatch Logs.
18014
+ * The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.
18011
18015
  */
18012
18016
  DeliverLogsPermissionArn?: String;
18017
+ /**
18018
+ * The ARN of the IAM role that allows the service to publish flow logs across accounts.
18019
+ */
18020
+ DeliverCrossAccountRole?: String;
18013
18021
  /**
18014
18022
  * The status of the logs delivery (SUCCESS | FAILED).
18015
18023
  */
18016
18024
  DeliverLogsStatus?: String;
18017
18025
  /**
18018
- * The flow log ID.
18026
+ * The ID of the flow log.
18019
18027
  */
18020
18028
  FlowLogId?: String;
18021
18029
  /**
@@ -18027,7 +18035,7 @@ declare namespace EC2 {
18027
18035
  */
18028
18036
  LogGroupName?: String;
18029
18037
  /**
18030
- * The ID of the resource on which the flow log was created.
18038
+ * The ID of the resource being monitored.
18031
18039
  */
18032
18040
  ResourceId?: String;
18033
18041
  /**
@@ -18035,11 +18043,11 @@ declare namespace EC2 {
18035
18043
  */
18036
18044
  TrafficType?: TrafficType;
18037
18045
  /**
18038
- * The type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.
18046
+ * The type of destination for the flow log data.
18039
18047
  */
18040
18048
  LogDestinationType?: LogDestinationType;
18041
18049
  /**
18042
- * The destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.
18050
+ * The Amazon Resource Name (ARN) of the destination for the flow log data.
18043
18051
  */
18044
18052
  LogDestination?: String;
18045
18053
  /**
@@ -23688,7 +23696,7 @@ declare namespace EC2 {
23688
23696
  export type LocalStorageTypeSet = LocalStorageType[];
23689
23697
  export type Location = string;
23690
23698
  export type LocationType = "region"|"availability-zone"|"availability-zone-id"|string;
23691
- export type LogDestinationType = "cloud-watch-logs"|"s3"|string;
23699
+ export type LogDestinationType = "cloud-watch-logs"|"s3"|"kinesis-data-firehose"|string;
23692
23700
  export type Long = number;
23693
23701
  export interface ManagedPrefixList {
23694
23702
  /**
@@ -28794,7 +28802,7 @@ declare namespace EC2 {
28794
28802
  */
28795
28803
  ResourceTypes?: ValueStringList;
28796
28804
  }
28797
- export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|string;
28805
+ export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
28798
28806
  export interface ResponseError {
28799
28807
  /**
28800
28808
  * The error code.
@@ -429,7 +429,7 @@ declare namespace EKS {
429
429
  }
430
430
  export type AddonIssueCode = "AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"InsufficientNumberOfReplicas"|"ConfigurationConflict"|"AdmissionRequestDenied"|"UnsupportedAddonModification"|"K8sResourceNotFound"|string;
431
431
  export type AddonIssueList = AddonIssue[];
432
- export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|string;
432
+ export type AddonStatus = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"DELETING"|"DELETE_FAILED"|"DEGRADED"|"UPDATE_FAILED"|string;
433
433
  export interface AddonVersionInfo {
434
434
  /**
435
435
  * The version of the add-on.
@@ -644,7 +644,7 @@ declare namespace EKS {
644
644
  */
645
645
  serviceAccountRoleArn?: RoleArn;
646
646
  /**
647
- * How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.
647
+ * How to resolve field value conflicts for an Amazon EKS add-on. Conflicts are handled based on the value you choose: None – If the self-managed version of the add-on is installed on your cluster, Amazon EKS doesn't change the value. Creation of the add-on might fail. Overwrite – If the self-managed version of the add-on is installed on your cluster and the Amazon EKS default value is different than the existing value, Amazon EKS changes the value to the Amazon EKS default value. Preserve – Not supported. You can set this value when updating an add-on though. For more information, see UpdateAddon. If you don't currently have the self-managed version of the add-on installed on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all values to default values, regardless of the option that you specify.
648
648
  */
649
649
  resolveConflicts?: ResolveConflicts;
650
650
  /**
@@ -1177,15 +1177,15 @@ declare namespace EKS {
1177
1177
  }
1178
1178
  export interface LaunchTemplateSpecification {
1179
1179
  /**
1180
- * The name of the launch template.
1180
+ * The name of the launch template. You must specify either the launch template name or the launch template ID in the request, but not both.
1181
1181
  */
1182
1182
  name?: String;
1183
1183
  /**
1184
- * The version of the launch template to use. If no version is specified, then the template's default version is used.
1184
+ * The launch template version number, $Latest, or $Default. If the value is $Latest, Amazon EKS uses the latest version of the launch template. If the value is $Default, Amazon EKS uses the default version of the launch template. Default: The default version of the launch template.
1185
1185
  */
1186
1186
  version?: String;
1187
1187
  /**
1188
- * The ID of the launch template.
1188
+ * The ID of the launch template. You must specify either the launch template ID or the launch template name in the request, but not both.
1189
1189
  */
1190
1190
  id?: String;
1191
1191
  }
@@ -1642,7 +1642,7 @@ declare namespace EKS {
1642
1642
  */
1643
1643
  sourceSecurityGroups?: StringList;
1644
1644
  }
1645
- export type ResolveConflicts = "OVERWRITE"|"NONE"|string;
1645
+ export type ResolveConflicts = "OVERWRITE"|"NONE"|"PRESERVE"|string;
1646
1646
  export type RoleArn = string;
1647
1647
  export type String = string;
1648
1648
  export type StringList = String[];
@@ -1734,7 +1734,7 @@ declare namespace EKS {
1734
1734
  */
1735
1735
  serviceAccountRoleArn?: RoleArn;
1736
1736
  /**
1737
- * How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
1737
+ * How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Conflicts are handled based on the option you choose: None – Amazon EKS doesn't change the value. The update might fail. Overwrite – Amazon EKS overwrites the changed value back to the Amazon EKS default value. Preserve – Amazon EKS preserves the value. If you choose this option, we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster.
1738
1738
  */
1739
1739
  resolveConflicts?: ResolveConflicts;
1740
1740
  /**