cdk-comprehend-s3olap 2.0.89 → 2.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -8
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +160 -51
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -75,6 +75,14 @@ declare class CloudTrail extends Service {
|
|
75
75
|
* Retrieves settings for one or more trails associated with the current region for your account.
|
76
76
|
*/
|
77
77
|
describeTrails(callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
|
80
|
+
*/
|
81
|
+
getChannel(params: CloudTrail.Types.GetChannelRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
|
84
|
+
*/
|
85
|
+
getChannel(callback?: (err: AWSError, data: CloudTrail.Types.GetChannelResponse) => void): Request<CloudTrail.Types.GetChannelResponse, AWSError>;
|
78
86
|
/**
|
79
87
|
* Returns information about an event data store specified as either an ARN or the ID portion of the ARN.
|
80
88
|
*/
|
@@ -123,6 +131,14 @@ declare class CloudTrail extends Service {
|
|
123
131
|
* Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.
|
124
132
|
*/
|
125
133
|
getTrailStatus(callback?: (err: AWSError, data: CloudTrail.Types.GetTrailStatusResponse) => void): Request<CloudTrail.Types.GetTrailStatusResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Returns all CloudTrail channels.
|
136
|
+
*/
|
137
|
+
listChannels(params: CloudTrail.Types.ListChannelsRequest, callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Returns all CloudTrail channels.
|
140
|
+
*/
|
141
|
+
listChannels(callback?: (err: AWSError, data: CloudTrail.Types.ListChannelsResponse) => void): Request<CloudTrail.Types.ListChannelsResponse, AWSError>;
|
126
142
|
/**
|
127
143
|
* Returns information about all event data stores in the account, in the current region.
|
128
144
|
*/
|
@@ -228,11 +244,11 @@ declare class CloudTrail extends Service {
|
|
228
244
|
*/
|
229
245
|
stopLogging(callback?: (err: AWSError, data: CloudTrail.Types.StopLoggingResponse) => void): Request<CloudTrail.Types.StopLoggingResponse, AWSError>;
|
230
246
|
/**
|
231
|
-
* Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and
|
247
|
+
* Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2557. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
|
232
248
|
*/
|
233
249
|
updateEventDataStore(params: CloudTrail.Types.UpdateEventDataStoreRequest, callback?: (err: AWSError, data: CloudTrail.Types.UpdateEventDataStoreResponse) => void): Request<CloudTrail.Types.UpdateEventDataStoreResponse, AWSError>;
|
234
250
|
/**
|
235
|
-
* Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and
|
251
|
+
* Updates an event data store. The required EventDataStore value is an ARN or the ID portion of the ARN. Other parameters are optional, but at least one optional parameter must be specified, or CloudTrail throws an error. RetentionPeriod is in days, and valid values are integers between 90 and 2557. By default, TerminationProtection is enabled. AdvancedEventSelectors includes or excludes management and data events in your event data store; for more information about AdvancedEventSelectors, see PutEventSelectorsRequest$AdvancedEventSelectors.
|
236
252
|
*/
|
237
253
|
updateEventDataStore(callback?: (err: AWSError, data: CloudTrail.Types.UpdateEventDataStoreResponse) => void): Request<CloudTrail.Types.UpdateEventDataStoreResponse, AWSError>;
|
238
254
|
/**
|
@@ -270,7 +286,7 @@ declare namespace CloudTrail {
|
|
270
286
|
export type AdvancedEventSelectors = AdvancedEventSelector[];
|
271
287
|
export interface AdvancedFieldSelector {
|
272
288
|
/**
|
273
|
-
* A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN. readOnly - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both
|
289
|
+
* A field in an event record on which to filter events to be logged. Supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN. readOnly - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both read and write events. A value of true logs only read events. A value of false logs only write events. eventSource - For filtering management events only. This can be set only to NotEquals kms.amazonaws.com. eventName - Can use any operator. You can use it to filter in or filter out any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock. You can have multiple values for this field, separated by commas. eventCategory - This is required. It must be set to Equals, and the value must be Management or Data. resources.type - This field is required. resources.type can only use the Equals operator, and the value can be one of the following: AWS::S3::Object AWS::Lambda::Function AWS::DynamoDB::Table AWS::S3Outposts::Object AWS::ManagedBlockchain::Node AWS::S3ObjectLambda::AccessPoint AWS::EC2::Snapshot AWS::S3::AccessPoint AWS::DynamoDB::Stream AWS::Glue::Table You can have only one resources.type field per selector. To log data events on more than one resource type, add another selector. resources.ARN - You can use any operator with resources.ARN, but if you use Equals or NotEquals, the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. For example, if resources.type equals AWS::S3::Object, the ARN must be in one of the following formats. To log all data events for all objects in a specific S3 bucket, use the StartsWith operator, and include only the bucket ARN as the matching value. The trailing slash is intentional; do not exclude it. Replace the text between less than and greater than symbols (<>) with resource-specific information. arn:<partition>:s3:::<bucket_name>/ arn:<partition>:s3:::<bucket_name>/<object_path>/ When resources.type equals AWS::S3::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in one of the following formats. To log events on all objects in an S3 access point, we recommend that you use only the access point ARN, don’t include the object path, and use the StartsWith or NotStartsWith operators. arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name> arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path> When resources.type equals AWS::Lambda::Function, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:lambda:<region>:<account_ID>:function:<function_name> When resources.type equals AWS::DynamoDB::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name> When resources.type equals AWS::S3Outposts::Object, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:s3-outposts:<region>:<account_ID>:<object_path> When resources.type equals AWS::ManagedBlockchain::Node, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:managedblockchain:<region>:<account_ID>:nodes/<node_ID> When resources.type equals AWS::S3ObjectLambda::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:s3-object-lambda:<region>:<account_ID>:accesspoint/<access_point_name> When resources.type equals AWS::EC2::Snapshot, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:ec2:<region>::snapshot/<snapshot_ID> When resources.type equals AWS::DynamoDB::Stream, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name>/stream/<date_time> When resources.type equals AWS::Glue::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format: arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name>
|
274
290
|
*/
|
275
291
|
Field: SelectorField;
|
276
292
|
/**
|
@@ -321,6 +337,19 @@ declare namespace CloudTrail {
|
|
321
337
|
*/
|
322
338
|
QueryStatus: QueryStatus;
|
323
339
|
}
|
340
|
+
export interface Channel {
|
341
|
+
/**
|
342
|
+
* The Amazon Resource Name (ARN) of the channel.
|
343
|
+
*/
|
344
|
+
ChannelArn?: ChannelArn;
|
345
|
+
/**
|
346
|
+
* The name of the CloudTrail channel. For service-linked channels, the name is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix created by the Amazon Web Services service.
|
347
|
+
*/
|
348
|
+
Name?: ChannelName;
|
349
|
+
}
|
350
|
+
export type ChannelArn = string;
|
351
|
+
export type ChannelName = string;
|
352
|
+
export type Channels = Channel[];
|
324
353
|
export interface CreateEventDataStoreRequest {
|
325
354
|
/**
|
326
355
|
* The name of the event data store.
|
@@ -339,7 +368,7 @@ declare namespace CloudTrail {
|
|
339
368
|
*/
|
340
369
|
OrganizationEnabled?: Boolean;
|
341
370
|
/**
|
342
|
-
* The retention period of the event data store, in days. You can set a retention period of up to
|
371
|
+
* The retention period of the event data store, in days. You can set a retention period of up to 2557 days, the equivalent of seven years.
|
343
372
|
*/
|
344
373
|
RetentionPeriod?: RetentionPeriod;
|
345
374
|
/**
|
@@ -569,6 +598,18 @@ declare namespace CloudTrail {
|
|
569
598
|
*/
|
570
599
|
trailList?: TrailList;
|
571
600
|
}
|
601
|
+
export interface Destination {
|
602
|
+
/**
|
603
|
+
* The type of service. For service-linked channels, the value is AWS_SERVICE.
|
604
|
+
*/
|
605
|
+
Type: DestinationType;
|
606
|
+
/**
|
607
|
+
* The location of the service. For service-linked channels, this is the name of the Amazon Web Services service.
|
608
|
+
*/
|
609
|
+
Location: Location;
|
610
|
+
}
|
611
|
+
export type DestinationType = "EVENT_DATA_STORE"|"AWS_SERVICE"|string;
|
612
|
+
export type Destinations = Destination[];
|
572
613
|
export type ErrorMessage = string;
|
573
614
|
export interface Event {
|
574
615
|
/**
|
@@ -676,6 +717,34 @@ declare namespace CloudTrail {
|
|
676
717
|
export type EventSelectors = EventSelector[];
|
677
718
|
export type EventsList = Event[];
|
678
719
|
export type ExcludeManagementEventSources = String[];
|
720
|
+
export interface GetChannelRequest {
|
721
|
+
/**
|
722
|
+
* The Amazon Resource Name (ARN) of the CloudTrail service-linked channel.
|
723
|
+
*/
|
724
|
+
Channel: ChannelArn;
|
725
|
+
}
|
726
|
+
export interface GetChannelResponse {
|
727
|
+
/**
|
728
|
+
* The ARN of the CloudTrail service-linked channel.
|
729
|
+
*/
|
730
|
+
ChannelArn?: ChannelArn;
|
731
|
+
/**
|
732
|
+
* The name of the CloudTrail service-linked channel. For service-linked channels, the value is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix generated by the Amazon Web Services service.
|
733
|
+
*/
|
734
|
+
Name?: ChannelName;
|
735
|
+
/**
|
736
|
+
* The trail or event data store for the CloudTrail service-linked channel.
|
737
|
+
*/
|
738
|
+
Source?: Source;
|
739
|
+
/**
|
740
|
+
* Provides information about the advanced event selectors configured for the service-linked channel, and whether the service-linked channel applies to all regions or one region.
|
741
|
+
*/
|
742
|
+
SourceConfig?: SourceConfig;
|
743
|
+
/**
|
744
|
+
* The Amazon Web Services service that created the CloudTrail service-linked channel.
|
745
|
+
*/
|
746
|
+
Destinations?: Destinations;
|
747
|
+
}
|
679
748
|
export interface GetEventDataStoreRequest {
|
680
749
|
/**
|
681
750
|
* The ARN (or ID suffix of the ARN) of the event data store about which you want information.
|
@@ -894,6 +963,27 @@ declare namespace CloudTrail {
|
|
894
963
|
export type InsightSelectors = InsightSelector[];
|
895
964
|
export type InsightType = "ApiCallRateInsight"|"ApiErrorRateInsight"|string;
|
896
965
|
export type Integer = number;
|
966
|
+
export type ListChannelsMaxResultsCount = number;
|
967
|
+
export interface ListChannelsRequest {
|
968
|
+
/**
|
969
|
+
* The maximum number of CloudTrail channels to display on a single page.
|
970
|
+
*/
|
971
|
+
MaxResults?: ListChannelsMaxResultsCount;
|
972
|
+
/**
|
973
|
+
* A token you can use to get the next page of results.
|
974
|
+
*/
|
975
|
+
NextToken?: PaginationToken;
|
976
|
+
}
|
977
|
+
export interface ListChannelsResponse {
|
978
|
+
/**
|
979
|
+
* The list of CloudTrail channels.
|
980
|
+
*/
|
981
|
+
Channels?: Channels;
|
982
|
+
/**
|
983
|
+
* A token used to get the next page of results.
|
984
|
+
*/
|
985
|
+
NextToken?: PaginationToken;
|
986
|
+
}
|
897
987
|
export type ListEventDataStoresMaxResultsCount = number;
|
898
988
|
export interface ListEventDataStoresRequest {
|
899
989
|
/**
|
@@ -998,7 +1088,7 @@ declare namespace CloudTrail {
|
|
998
1088
|
}
|
999
1089
|
export interface ListTrailsRequest {
|
1000
1090
|
/**
|
1001
|
-
* The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the
|
1091
|
+
* The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
|
1002
1092
|
*/
|
1003
1093
|
NextToken?: String;
|
1004
1094
|
}
|
@@ -1012,6 +1102,7 @@ declare namespace CloudTrail {
|
|
1012
1102
|
*/
|
1013
1103
|
NextToken?: String;
|
1014
1104
|
}
|
1105
|
+
export type Location = string;
|
1015
1106
|
export type Long = number;
|
1016
1107
|
export interface LookupAttribute {
|
1017
1108
|
/**
|
@@ -1047,7 +1138,7 @@ declare namespace CloudTrail {
|
|
1047
1138
|
*/
|
1048
1139
|
MaxResults?: MaxResults;
|
1049
1140
|
/**
|
1050
|
-
* The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the
|
1141
|
+
* The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
|
1051
1142
|
*/
|
1052
1143
|
NextToken?: NextToken;
|
1053
1144
|
}
|
@@ -1279,6 +1370,17 @@ declare namespace CloudTrail {
|
|
1279
1370
|
export type RetentionPeriod = number;
|
1280
1371
|
export type SelectorField = string;
|
1281
1372
|
export type SelectorName = string;
|
1373
|
+
export type Source = string;
|
1374
|
+
export interface SourceConfig {
|
1375
|
+
/**
|
1376
|
+
* Specifies whether the service-linked channel applies to one region or all regions.
|
1377
|
+
*/
|
1378
|
+
ApplyToAllRegions?: Boolean;
|
1379
|
+
/**
|
1380
|
+
* The advanced event selectors configured for the service-linked channel.
|
1381
|
+
*/
|
1382
|
+
AdvancedEventSelectors?: AdvancedEventSelectors;
|
1383
|
+
}
|
1282
1384
|
export interface StartLoggingRequest {
|
1283
1385
|
/**
|
1284
1386
|
* Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls. The following is the format of a trail ARN. arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
|
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
8098
|
+
* The type of resource to monitor.
|
8095
8099
|
*/
|
8096
8100
|
ResourceType: FlowLogsResourceType;
|
8097
8101
|
/**
|
8098
|
-
* The type of traffic to
|
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
|
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
|
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
|
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
|
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:<key> - 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
|
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
|
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
|
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
|
18046
|
+
* The type of destination for the flow log data.
|
18039
18047
|
*/
|
18040
18048
|
LogDestinationType?: LogDestinationType;
|
18041
18049
|
/**
|
18042
|
-
* The
|
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
|
/**
|
@@ -245,7 +245,7 @@ declare namespace EMRcontainers {
|
|
245
245
|
*/
|
246
246
|
executionRoleArn: IAMRoleArn;
|
247
247
|
/**
|
248
|
-
* The certificate ARN provided by users for the managed endpoint. This
|
248
|
+
* The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.
|
249
249
|
*/
|
250
250
|
certificateArn?: ACMCertArn;
|
251
251
|
/**
|
@@ -486,6 +486,10 @@ declare namespace EMRcontainers {
|
|
486
486
|
* The job driver parameters specified for spark submit.
|
487
487
|
*/
|
488
488
|
sparkSubmitJobDriver?: SparkSubmitJobDriver;
|
489
|
+
/**
|
490
|
+
* The job driver for job type.
|
491
|
+
*/
|
492
|
+
sparkSqlJobDriver?: SparkSqlJobDriver;
|
489
493
|
}
|
490
494
|
export interface JobRun {
|
491
495
|
/**
|
@@ -718,6 +722,17 @@ declare namespace EMRcontainers {
|
|
718
722
|
logUri: UriString;
|
719
723
|
}
|
720
724
|
export type SensitivePropertiesMap = {[key: string]: String1024};
|
725
|
+
export interface SparkSqlJobDriver {
|
726
|
+
/**
|
727
|
+
* The SQL file to be executed.
|
728
|
+
*/
|
729
|
+
entryPoint?: EntryPointPath;
|
730
|
+
/**
|
731
|
+
* The Spark parameters to be included in the Spark SQL command.
|
732
|
+
*/
|
733
|
+
sparkSqlParameters?: SparkSqlParameters;
|
734
|
+
}
|
735
|
+
export type SparkSqlParameters = string;
|
721
736
|
export interface SparkSubmitJobDriver {
|
722
737
|
/**
|
723
738
|
* The entry point of job application.
|