aws-sdk 2.976.0 → 2.980.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +27 -1
- package/apis/compute-optimizer-2019-11-01.min.json +98 -25
- package/apis/ec2-2016-11-15.min.json +8 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -21
- package/apis/firehose-2015-08-04.min.json +104 -79
- package/apis/iot-2015-05-28.min.json +481 -232
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/kms-2014-11-01.examples.json +100 -94
- package/apis/kms-2014-11-01.min.json +54 -34
- package/apis/rekognition-2016-06-27.min.json +134 -110
- package/apis/s3-2006-03-01.examples.json +162 -162
- package/clients/cloudformation.d.ts +116 -80
- package/clients/codebuild.d.ts +3 -3
- package/clients/computeoptimizer.d.ts +181 -81
- package/clients/ec2.d.ts +34 -22
- package/clients/emr.d.ts +78 -15
- package/clients/firehose.d.ts +39 -10
- package/clients/iot.d.ts +829 -506
- package/clients/kms.d.ts +293 -280
- package/clients/memorydb.d.ts +2 -2
- package/clients/polly.d.ts +2 -2
- package/clients/rekognition.d.ts +27 -7
- package/clients/s3.d.ts +6 -6
- package/clients/sqs.d.ts +4 -4
- package/clients/transcribeservice.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -16
- package/dist/aws-sdk.js +907 -481
- package/dist/aws-sdk.min.js +85 -85
- package/dist/xml2js.js +2 -3
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ec2.d.ts
CHANGED
|
@@ -749,11 +749,11 @@ declare class EC2 extends Service {
|
|
|
749
749
|
*/
|
|
750
750
|
createTransitGateway(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayResult) => void): Request<EC2.Types.CreateTransitGatewayResult, AWSError>;
|
|
751
751
|
/**
|
|
752
|
-
* Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or
|
|
752
|
+
* Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.
|
|
753
753
|
*/
|
|
754
754
|
createTransitGatewayConnect(params: EC2.Types.CreateTransitGatewayConnectRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayConnectResult) => void): Request<EC2.Types.CreateTransitGatewayConnectResult, AWSError>;
|
|
755
755
|
/**
|
|
756
|
-
* Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or
|
|
756
|
+
* Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.
|
|
757
757
|
*/
|
|
758
758
|
createTransitGatewayConnect(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayConnectResult) => void): Request<EC2.Types.CreateTransitGatewayConnectResult, AWSError>;
|
|
759
759
|
/**
|
|
@@ -773,11 +773,11 @@ declare class EC2 extends Service {
|
|
|
773
773
|
*/
|
|
774
774
|
createTransitGatewayMulticastDomain(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayMulticastDomainResult) => void): Request<EC2.Types.CreateTransitGatewayMulticastDomainResult, AWSError>;
|
|
775
775
|
/**
|
|
776
|
-
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different
|
|
776
|
+
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
|
|
777
777
|
*/
|
|
778
778
|
createTransitGatewayPeeringAttachment(params: EC2.Types.CreateTransitGatewayPeeringAttachmentRequest, callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
|
|
779
779
|
/**
|
|
780
|
-
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different
|
|
780
|
+
* Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The transit gateways must be in different Regions. The peer transit gateway can be in your account or a different Amazon Web Services account. After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.
|
|
781
781
|
*/
|
|
782
782
|
createTransitGatewayPeeringAttachment(callback?: (err: AWSError, data: EC2.Types.CreateTransitGatewayPeeringAttachmentResult) => void): Request<EC2.Types.CreateTransitGatewayPeeringAttachmentResult, AWSError>;
|
|
783
783
|
/**
|
|
@@ -8273,7 +8273,7 @@ declare namespace EC2 {
|
|
|
8273
8273
|
}
|
|
8274
8274
|
export interface CreateTransitGatewayConnectRequest {
|
|
8275
8275
|
/**
|
|
8276
|
-
* The ID of the transit gateway attachment. You can specify a VPC attachment or
|
|
8276
|
+
* The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.
|
|
8277
8277
|
*/
|
|
8278
8278
|
TransportTransitGatewayAttachmentId: TransitGatewayAttachmentId;
|
|
8279
8279
|
/**
|
|
@@ -8349,7 +8349,7 @@ declare namespace EC2 {
|
|
|
8349
8349
|
*/
|
|
8350
8350
|
PeerTransitGatewayId: TransitAssociationGatewayId;
|
|
8351
8351
|
/**
|
|
8352
|
-
* The
|
|
8352
|
+
* The ID of the Amazon Web Services account that owns the peer transit gateway.
|
|
8353
8353
|
*/
|
|
8354
8354
|
PeerAccountId: String;
|
|
8355
8355
|
/**
|
|
@@ -13112,7 +13112,7 @@ declare namespace EC2 {
|
|
|
13112
13112
|
*/
|
|
13113
13113
|
TransitGatewayAttachmentIds?: TransitGatewayAttachmentIdStringList;
|
|
13114
13114
|
/**
|
|
13115
|
-
* One or more filters. The possible values are: association.state - The state of the association (associating | associated | disassociating). association.transit-gateway-route-table-id - The ID of the route table for the transit gateway. resource-id - The ID of the resource. resource-owner-id - The ID of the
|
|
13115
|
+
* One or more filters. The possible values are: association.state - The state of the association (associating | associated | disassociating). association.transit-gateway-route-table-id - The ID of the route table for the transit gateway. resource-id - The ID of the resource. resource-owner-id - The ID of the Amazon Web Services account that owns the resource. resource-type - The resource type. Valid values are vpc | vpn | direct-connect-gateway | peering | connect. state - The state of the attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting. transit-gateway-attachment-id - The ID of the attachment. transit-gateway-id - The ID of the transit gateway. transit-gateway-owner-id - The ID of the Amazon Web Services account that owns the transit gateway.
|
|
13116
13116
|
*/
|
|
13117
13117
|
Filters?: FilterList;
|
|
13118
13118
|
/**
|
|
@@ -13240,7 +13240,7 @@ declare namespace EC2 {
|
|
|
13240
13240
|
*/
|
|
13241
13241
|
TransitGatewayAttachmentIds?: TransitGatewayAttachmentIdStringList;
|
|
13242
13242
|
/**
|
|
13243
|
-
* One or more filters. The possible values are: transit-gateway-attachment-id - The ID of the transit gateway attachment. local-owner-id - The ID of your
|
|
13243
|
+
* One or more filters. The possible values are: transit-gateway-attachment-id - The ID of the transit gateway attachment. local-owner-id - The ID of your Amazon Web Services account. remote-owner-id - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway. state - The state of the peering attachment. Valid values are available | deleted | deleting | failed | failing | initiatingRequest | modifying | pendingAcceptance | pending | rollingBack | rejected | rejecting). 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 that have a tag with a specific key, regardless of the tag value. transit-gateway-id - The ID of the transit gateway.
|
|
13244
13244
|
*/
|
|
13245
13245
|
Filters?: FilterList;
|
|
13246
13246
|
/**
|
|
@@ -13336,7 +13336,7 @@ declare namespace EC2 {
|
|
|
13336
13336
|
*/
|
|
13337
13337
|
TransitGatewayIds?: TransitGatewayIdStringList;
|
|
13338
13338
|
/**
|
|
13339
|
-
* One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the
|
|
13339
|
+
* One or more filters. The possible values are: options.propagation-default-route-table-id - The ID of the default propagation route table. options.amazon-side-asn - The private ASN for the Amazon side of a BGP session. options.association-default-route-table-id - The ID of the default association route table. options.auto-accept-shared-attachments - Indicates whether there is automatic acceptance of attachment requests (enable | disable). options.default-route-table-association - Indicates whether resource attachments are automatically associated with the default association route table (enable | disable). options.default-route-table-propagation - Indicates whether resource attachments automatically propagate routes to the default propagation route table (enable | disable). options.dns-support - Indicates whether DNS support is enabled (enable | disable). options.vpn-ecmp-support - Indicates whether Equal Cost Multipath Protocol support is enabled (enable | disable). owner-id - The ID of the Amazon Web Services account that owns the transit gateway. state - The state of the transit gateway (available | deleted | deleting | modifying | pending). transit-gateway-id - The ID of the transit gateway.
|
|
13340
13340
|
*/
|
|
13341
13341
|
Filters?: FilterList;
|
|
13342
13342
|
/**
|
|
@@ -14388,7 +14388,7 @@ declare namespace EC2 {
|
|
|
14388
14388
|
}
|
|
14389
14389
|
export interface DisassociateTrunkInterfaceRequest {
|
|
14390
14390
|
/**
|
|
14391
|
-
* The ID
|
|
14391
|
+
* The ID of the association
|
|
14392
14392
|
*/
|
|
14393
14393
|
AssociationId: TrunkInterfaceAssociationId;
|
|
14394
14394
|
/**
|
|
@@ -17287,6 +17287,10 @@ declare namespace EC2 {
|
|
|
17287
17287
|
* The usage operation value. For more information, see AMI billing information fields in the Amazon Elastic Compute Cloud User Guide.
|
|
17288
17288
|
*/
|
|
17289
17289
|
UsageOperation?: String;
|
|
17290
|
+
/**
|
|
17291
|
+
* The boot mode of the virtual machine.
|
|
17292
|
+
*/
|
|
17293
|
+
BootMode?: BootModeValues;
|
|
17290
17294
|
}
|
|
17291
17295
|
export interface ImportImageResult {
|
|
17292
17296
|
/**
|
|
@@ -17419,6 +17423,10 @@ declare namespace EC2 {
|
|
|
17419
17423
|
* The usage operation value.
|
|
17420
17424
|
*/
|
|
17421
17425
|
UsageOperation?: String;
|
|
17426
|
+
/**
|
|
17427
|
+
* The boot mode of the virtual machine.
|
|
17428
|
+
*/
|
|
17429
|
+
BootMode?: BootModeValues;
|
|
17422
17430
|
}
|
|
17423
17431
|
export type ImportImageTaskId = string;
|
|
17424
17432
|
export type ImportImageTaskList = ImportImageTask[];
|
|
@@ -20846,6 +20854,10 @@ declare namespace EC2 {
|
|
|
20846
20854
|
* One or more entries to remove from the prefix list.
|
|
20847
20855
|
*/
|
|
20848
20856
|
RemoveEntries?: RemovePrefixListEntries;
|
|
20857
|
+
/**
|
|
20858
|
+
* The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
|
|
20859
|
+
*/
|
|
20860
|
+
MaxEntries?: Integer;
|
|
20849
20861
|
}
|
|
20850
20862
|
export interface ModifyManagedPrefixListResult {
|
|
20851
20863
|
/**
|
|
@@ -21228,7 +21240,7 @@ declare namespace EC2 {
|
|
|
21228
21240
|
*/
|
|
21229
21241
|
RemoveSubnetIds?: TransitGatewaySubnetIdList;
|
|
21230
21242
|
/**
|
|
21231
|
-
* The new VPC attachment options.
|
|
21243
|
+
* The new VPC attachment options.
|
|
21232
21244
|
*/
|
|
21233
21245
|
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions;
|
|
21234
21246
|
/**
|
|
@@ -22481,7 +22493,7 @@ declare namespace EC2 {
|
|
|
22481
22493
|
*/
|
|
22482
22494
|
TransitGatewayId?: String;
|
|
22483
22495
|
/**
|
|
22484
|
-
* The
|
|
22496
|
+
* The ID of the Amazon Web Services account that owns the transit gateway.
|
|
22485
22497
|
*/
|
|
22486
22498
|
OwnerId?: String;
|
|
22487
22499
|
/**
|
|
@@ -25478,7 +25490,7 @@ declare namespace EC2 {
|
|
|
25478
25490
|
*/
|
|
25479
25491
|
TransitGatewayMulticastDomainId?: TransitGatewayMulticastDomainId;
|
|
25480
25492
|
/**
|
|
25481
|
-
* One or more filters. The possible values are: group-ip-address - The IP address of the transit gateway multicast group. is-group-member - The resource is a group member. Valid values are true | false. is-group-source - The resource is a group source. Valid values are true | false. member-type - The member type. Valid values are igmp | static. resource-id - The ID of the resource. resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering. source-type - The source type. Valid values are igmp | static.
|
|
25493
|
+
* One or more filters. The possible values are: group-ip-address - The IP address of the transit gateway multicast group. is-group-member - The resource is a group member. Valid values are true | false. is-group-source - The resource is a group source. Valid values are true | false. member-type - The member type. Valid values are igmp | static. resource-id - The ID of the resource. resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering. source-type - The source type. Valid values are igmp | static. subnet-id - The ID of the subnet. transit-gateway-attachment-id - The id of the transit gateway attachment.
|
|
25482
25494
|
*/
|
|
25483
25495
|
Filters?: FilterList;
|
|
25484
25496
|
/**
|
|
@@ -27358,7 +27370,7 @@ declare namespace EC2 {
|
|
|
27358
27370
|
*/
|
|
27359
27371
|
State?: TransitGatewayState;
|
|
27360
27372
|
/**
|
|
27361
|
-
* The ID of the
|
|
27373
|
+
* The ID of the Amazon Web Services account that owns the transit gateway.
|
|
27362
27374
|
*/
|
|
27363
27375
|
OwnerId?: String;
|
|
27364
27376
|
/**
|
|
@@ -27411,11 +27423,11 @@ declare namespace EC2 {
|
|
|
27411
27423
|
*/
|
|
27412
27424
|
TransitGatewayId?: String;
|
|
27413
27425
|
/**
|
|
27414
|
-
* The ID of the
|
|
27426
|
+
* The ID of the Amazon Web Services account that owns the transit gateway.
|
|
27415
27427
|
*/
|
|
27416
27428
|
TransitGatewayOwnerId?: String;
|
|
27417
27429
|
/**
|
|
27418
|
-
* The ID of the
|
|
27430
|
+
* The ID of the Amazon Web Services account that owns the resource.
|
|
27419
27431
|
*/
|
|
27420
27432
|
ResourceOwnerId?: String;
|
|
27421
27433
|
/**
|
|
@@ -27635,7 +27647,7 @@ declare namespace EC2 {
|
|
|
27635
27647
|
*/
|
|
27636
27648
|
TransitGatewayMulticastDomainArn?: String;
|
|
27637
27649
|
/**
|
|
27638
|
-
* The ID of the
|
|
27650
|
+
* The ID of the Amazon Web Services account that owns the transit gateway multicast domain.
|
|
27639
27651
|
*/
|
|
27640
27652
|
OwnerId?: String;
|
|
27641
27653
|
/**
|
|
@@ -27669,7 +27681,7 @@ declare namespace EC2 {
|
|
|
27669
27681
|
*/
|
|
27670
27682
|
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
27671
27683
|
/**
|
|
27672
|
-
* The ID of the
|
|
27684
|
+
* The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.
|
|
27673
27685
|
*/
|
|
27674
27686
|
ResourceOwnerId?: String;
|
|
27675
27687
|
/**
|
|
@@ -27696,7 +27708,7 @@ declare namespace EC2 {
|
|
|
27696
27708
|
*/
|
|
27697
27709
|
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
27698
27710
|
/**
|
|
27699
|
-
* The ID of the
|
|
27711
|
+
* The ID of the Amazon Web Services account that owns the resource.
|
|
27700
27712
|
*/
|
|
27701
27713
|
ResourceOwnerId?: String;
|
|
27702
27714
|
/**
|
|
@@ -27744,7 +27756,7 @@ declare namespace EC2 {
|
|
|
27744
27756
|
*/
|
|
27745
27757
|
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
27746
27758
|
/**
|
|
27747
|
-
* The ID of the
|
|
27759
|
+
* The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
|
|
27748
27760
|
*/
|
|
27749
27761
|
ResourceOwnerId?: String;
|
|
27750
27762
|
/**
|
|
@@ -28098,7 +28110,7 @@ declare namespace EC2 {
|
|
|
28098
28110
|
*/
|
|
28099
28111
|
VpcId?: String;
|
|
28100
28112
|
/**
|
|
28101
|
-
* The ID of the
|
|
28113
|
+
* The ID of the Amazon Web Services account that owns the VPC.
|
|
28102
28114
|
*/
|
|
28103
28115
|
VpcOwnerId?: String;
|
|
28104
28116
|
/**
|
|
@@ -28164,7 +28176,7 @@ declare namespace EC2 {
|
|
|
28164
28176
|
*/
|
|
28165
28177
|
GreKey?: Integer;
|
|
28166
28178
|
/**
|
|
28167
|
-
* The tags for the trunk interface
|
|
28179
|
+
* The tags for the trunk interface association.
|
|
28168
28180
|
*/
|
|
28169
28181
|
Tags?: TagList;
|
|
28170
28182
|
}
|
package/clients/emr.d.ts
CHANGED
|
@@ -157,11 +157,19 @@ declare class EMR extends Service {
|
|
|
157
157
|
*/
|
|
158
158
|
describeStudio(callback?: (err: AWSError, data: EMR.Types.DescribeStudioOutput) => void): Request<EMR.Types.DescribeStudioOutput, AWSError>;
|
|
159
159
|
/**
|
|
160
|
-
* Returns the
|
|
160
|
+
* Returns the auto-termination policy for an Amazon EMR cluster.
|
|
161
|
+
*/
|
|
162
|
+
getAutoTerminationPolicy(params: EMR.Types.GetAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.GetAutoTerminationPolicyOutput) => void): Request<EMR.Types.GetAutoTerminationPolicyOutput, AWSError>;
|
|
163
|
+
/**
|
|
164
|
+
* Returns the auto-termination policy for an Amazon EMR cluster.
|
|
165
|
+
*/
|
|
166
|
+
getAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.GetAutoTerminationPolicyOutput) => void): Request<EMR.Types.GetAutoTerminationPolicyOutput, AWSError>;
|
|
167
|
+
/**
|
|
168
|
+
* Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
161
169
|
*/
|
|
162
170
|
getBlockPublicAccessConfiguration(params: EMR.Types.GetBlockPublicAccessConfigurationInput, callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
163
171
|
/**
|
|
164
|
-
* Returns the Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
172
|
+
* Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
165
173
|
*/
|
|
166
174
|
getBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.GetBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.GetBlockPublicAccessConfigurationOutput, AWSError>;
|
|
167
175
|
/**
|
|
@@ -189,11 +197,11 @@ declare class EMR extends Service {
|
|
|
189
197
|
*/
|
|
190
198
|
listBootstrapActions(callback?: (err: AWSError, data: EMR.Types.ListBootstrapActionsOutput) => void): Request<EMR.Types.ListBootstrapActionsOutput, AWSError>;
|
|
191
199
|
/**
|
|
192
|
-
* Provides the status of all clusters visible to this account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
200
|
+
* Provides the status of all clusters visible to this Amazon Web Services account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
193
201
|
*/
|
|
194
202
|
listClusters(params: EMR.Types.ListClustersInput, callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
|
|
195
203
|
/**
|
|
196
|
-
* Provides the status of all clusters visible to this account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
204
|
+
* Provides the status of all clusters visible to this Amazon Web Services account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
197
205
|
*/
|
|
198
206
|
listClusters(callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
|
|
199
207
|
/**
|
|
@@ -261,11 +269,11 @@ declare class EMR extends Service {
|
|
|
261
269
|
*/
|
|
262
270
|
listStudioSessionMappings(callback?: (err: AWSError, data: EMR.Types.ListStudioSessionMappingsOutput) => void): Request<EMR.Types.ListStudioSessionMappingsOutput, AWSError>;
|
|
263
271
|
/**
|
|
264
|
-
* Returns a list of all Amazon EMR Studios associated with the account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
272
|
+
* Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
265
273
|
*/
|
|
266
274
|
listStudios(params: EMR.Types.ListStudiosInput, callback?: (err: AWSError, data: EMR.Types.ListStudiosOutput) => void): Request<EMR.Types.ListStudiosOutput, AWSError>;
|
|
267
275
|
/**
|
|
268
|
-
* Returns a list of all Amazon EMR Studios associated with the account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
276
|
+
* Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
|
|
269
277
|
*/
|
|
270
278
|
listStudios(callback?: (err: AWSError, data: EMR.Types.ListStudiosOutput) => void): Request<EMR.Types.ListStudiosOutput, AWSError>;
|
|
271
279
|
/**
|
|
@@ -301,11 +309,19 @@ declare class EMR extends Service {
|
|
|
301
309
|
*/
|
|
302
310
|
putAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoScalingPolicyOutput) => void): Request<EMR.Types.PutAutoScalingPolicyOutput, AWSError>;
|
|
303
311
|
/**
|
|
304
|
-
* Creates or updates an Amazon EMR
|
|
312
|
+
* Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
313
|
+
*/
|
|
314
|
+
putAutoTerminationPolicy(params: EMR.Types.PutAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
|
315
|
+
/**
|
|
316
|
+
* Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
|
|
317
|
+
*/
|
|
318
|
+
putAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
|
|
319
|
+
/**
|
|
320
|
+
* Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
305
321
|
*/
|
|
306
322
|
putBlockPublicAccessConfiguration(params: EMR.Types.PutBlockPublicAccessConfigurationInput, callback?: (err: AWSError, data: EMR.Types.PutBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.PutBlockPublicAccessConfigurationOutput, AWSError>;
|
|
307
323
|
/**
|
|
308
|
-
* Creates or updates an Amazon EMR block public access configuration for your account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
324
|
+
* Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
|
|
309
325
|
*/
|
|
310
326
|
putBlockPublicAccessConfiguration(callback?: (err: AWSError, data: EMR.Types.PutBlockPublicAccessConfigurationOutput) => void): Request<EMR.Types.PutBlockPublicAccessConfigurationOutput, AWSError>;
|
|
311
327
|
/**
|
|
@@ -324,6 +340,14 @@ declare class EMR extends Service {
|
|
|
324
340
|
* Removes an automatic scaling policy from a specified instance group within an EMR cluster.
|
|
325
341
|
*/
|
|
326
342
|
removeAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.RemoveAutoScalingPolicyOutput) => void): Request<EMR.Types.RemoveAutoScalingPolicyOutput, AWSError>;
|
|
343
|
+
/**
|
|
344
|
+
* Removes an auto-termination policy from an Amazon EMR cluster.
|
|
345
|
+
*/
|
|
346
|
+
removeAutoTerminationPolicy(params: EMR.Types.RemoveAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.RemoveAutoTerminationPolicyOutput) => void): Request<EMR.Types.RemoveAutoTerminationPolicyOutput, AWSError>;
|
|
347
|
+
/**
|
|
348
|
+
* Removes an auto-termination policy from an Amazon EMR cluster.
|
|
349
|
+
*/
|
|
350
|
+
removeAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.RemoveAutoTerminationPolicyOutput) => void): Request<EMR.Types.RemoveAutoTerminationPolicyOutput, AWSError>;
|
|
327
351
|
/**
|
|
328
352
|
* Removes a managed scaling policy from a specified EMR cluster.
|
|
329
353
|
*/
|
|
@@ -357,11 +381,11 @@ declare class EMR extends Service {
|
|
|
357
381
|
*/
|
|
358
382
|
setTerminationProtection(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
359
383
|
/**
|
|
360
|
-
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
384
|
+
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
361
385
|
*/
|
|
362
386
|
setVisibleToAllUsers(params: EMR.Types.SetVisibleToAllUsersInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
363
387
|
/**
|
|
364
|
-
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
388
|
+
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals. This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
365
389
|
*/
|
|
366
390
|
setVisibleToAllUsers(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
367
391
|
/**
|
|
@@ -575,6 +599,12 @@ declare namespace EMR {
|
|
|
575
599
|
*/
|
|
576
600
|
StateChangeReason?: AutoScalingPolicyStateChangeReason;
|
|
577
601
|
}
|
|
602
|
+
export interface AutoTerminationPolicy {
|
|
603
|
+
/**
|
|
604
|
+
* Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
|
|
605
|
+
*/
|
|
606
|
+
IdleTimeout?: Long;
|
|
607
|
+
}
|
|
578
608
|
export interface BlockPublicAccessConfiguration {
|
|
579
609
|
/**
|
|
580
610
|
* Indicates whether Amazon EMR block public access is enabled (true) or disabled (false). By default, the value is false for accounts that have created EMR clusters before July 2019. For accounts created after this, the default is true.
|
|
@@ -739,7 +769,7 @@ declare namespace EMR {
|
|
|
739
769
|
*/
|
|
740
770
|
TerminationProtected?: Boolean;
|
|
741
771
|
/**
|
|
742
|
-
* Indicates whether the cluster is visible to IAM principals in the account associated with the cluster. When true, IAM principals in the account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
772
|
+
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
743
773
|
*/
|
|
744
774
|
VisibleToAllUsers?: Boolean;
|
|
745
775
|
/**
|
|
@@ -1309,6 +1339,18 @@ declare namespace EMR {
|
|
|
1309
1339
|
*/
|
|
1310
1340
|
LogFile?: String;
|
|
1311
1341
|
}
|
|
1342
|
+
export interface GetAutoTerminationPolicyInput {
|
|
1343
|
+
/**
|
|
1344
|
+
* Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
|
|
1345
|
+
*/
|
|
1346
|
+
ClusterId: ClusterId;
|
|
1347
|
+
}
|
|
1348
|
+
export interface GetAutoTerminationPolicyOutput {
|
|
1349
|
+
/**
|
|
1350
|
+
* Specifies the auto-termination policy that is attached to an Amazon EMR cluster.
|
|
1351
|
+
*/
|
|
1352
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
1353
|
+
}
|
|
1312
1354
|
export interface GetBlockPublicAccessConfigurationInput {
|
|
1313
1355
|
}
|
|
1314
1356
|
export interface GetBlockPublicAccessConfigurationOutput {
|
|
@@ -1997,7 +2039,7 @@ declare namespace EMR {
|
|
|
1997
2039
|
*/
|
|
1998
2040
|
SupportedProducts?: SupportedProductsList;
|
|
1999
2041
|
/**
|
|
2000
|
-
* Indicates whether the cluster is visible to IAM principals in the account associated with the cluster. When true, IAM principals in the account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Management Console. IAM principals that are authorized to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2042
|
+
* Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals. The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console. IAM principals that are authorized to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2001
2043
|
*/
|
|
2002
2044
|
VisibleToAllUsers?: Boolean;
|
|
2003
2045
|
/**
|
|
@@ -2369,7 +2411,7 @@ declare namespace EMR {
|
|
|
2369
2411
|
*/
|
|
2370
2412
|
Filters?: ReleaseLabelFilter;
|
|
2371
2413
|
/**
|
|
2372
|
-
* Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
|
|
2414
|
+
* Specifies the next page of results. If NextToken is not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. The ListReleaseLabels request fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if the NextToken is expired or tampered with.
|
|
2373
2415
|
*/
|
|
2374
2416
|
NextToken?: String;
|
|
2375
2417
|
/**
|
|
@@ -2706,6 +2748,18 @@ declare namespace EMR {
|
|
|
2706
2748
|
*/
|
|
2707
2749
|
ClusterArn?: ArnType;
|
|
2708
2750
|
}
|
|
2751
|
+
export interface PutAutoTerminationPolicyInput {
|
|
2752
|
+
/**
|
|
2753
|
+
* Specifies the ID of the Amazon EMR cluster to which the auto-termination policy will be attached.
|
|
2754
|
+
*/
|
|
2755
|
+
ClusterId: ClusterId;
|
|
2756
|
+
/**
|
|
2757
|
+
* Specifies the auto-termination policy to attach to the cluster.
|
|
2758
|
+
*/
|
|
2759
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
2760
|
+
}
|
|
2761
|
+
export interface PutAutoTerminationPolicyOutput {
|
|
2762
|
+
}
|
|
2709
2763
|
export interface PutBlockPublicAccessConfigurationInput {
|
|
2710
2764
|
/**
|
|
2711
2765
|
* A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating BlockPublicSecurityGroupRules to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an EMR cluster in a Region before this date, block public access is enabled by default in that Region.
|
|
@@ -2748,6 +2802,14 @@ declare namespace EMR {
|
|
|
2748
2802
|
}
|
|
2749
2803
|
export interface RemoveAutoScalingPolicyOutput {
|
|
2750
2804
|
}
|
|
2805
|
+
export interface RemoveAutoTerminationPolicyInput {
|
|
2806
|
+
/**
|
|
2807
|
+
* Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
|
|
2808
|
+
*/
|
|
2809
|
+
ClusterId: ClusterId;
|
|
2810
|
+
}
|
|
2811
|
+
export interface RemoveAutoTerminationPolicyOutput {
|
|
2812
|
+
}
|
|
2751
2813
|
export interface RemoveManagedScalingPolicyInput {
|
|
2752
2814
|
/**
|
|
2753
2815
|
* Specifies the ID of the cluster from which the managed scaling policy will be removed.
|
|
@@ -2824,7 +2886,7 @@ declare namespace EMR {
|
|
|
2824
2886
|
*/
|
|
2825
2887
|
Configurations?: ConfigurationList;
|
|
2826
2888
|
/**
|
|
2827
|
-
* Set this value to true so that IAM principals in the account associated with the cluster can perform EMR actions on the cluster that their IAM policies allow. This value defaults to true for clusters created using the EMR API or the CLI create-cluster command. When set to false, only the IAM principal that created the cluster and the account root user can perform EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2889
|
+
* Set this value to true so that IAM principals in the Amazon Web Services account associated with the cluster can perform EMR actions on the cluster that their IAM policies allow. This value defaults to true for clusters created using the EMR API or the CLI create-cluster command. When set to false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions for the cluster, regardless of the IAM permissions policies attached to other IAM principals. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.
|
|
2828
2890
|
*/
|
|
2829
2891
|
VisibleToAllUsers?: Boolean;
|
|
2830
2892
|
/**
|
|
@@ -2879,6 +2941,7 @@ declare namespace EMR {
|
|
|
2879
2941
|
* The specified placement group configuration for an Amazon EMR cluster.
|
|
2880
2942
|
*/
|
|
2881
2943
|
PlacementGroupConfigs?: PlacementGroupConfigList;
|
|
2944
|
+
AutoTerminationPolicy?: AutoTerminationPolicy;
|
|
2882
2945
|
}
|
|
2883
2946
|
export interface RunJobFlowOutput {
|
|
2884
2947
|
/**
|
|
@@ -3031,7 +3094,7 @@ declare namespace EMR {
|
|
|
3031
3094
|
*/
|
|
3032
3095
|
JobFlowIds: XmlStringList;
|
|
3033
3096
|
/**
|
|
3034
|
-
* A value of true indicates that an IAM principal in the account can perform EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
|
|
3097
|
+
* A value of true indicates that an IAM principal in the Amazon Web Services account can perform EMR actions on the cluster that the IAM policies attached to the principal allow. A value of false indicates that only the IAM principal that created the cluster and the Amazon Web Services root user can perform EMR actions on the cluster.
|
|
3035
3098
|
*/
|
|
3036
3099
|
VisibleToAllUsers: Boolean;
|
|
3037
3100
|
}
|
package/clients/firehose.d.ts
CHANGED
|
@@ -52,19 +52,19 @@ declare class Firehose extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
listTagsForDeliveryStream(callback?: (err: AWSError, data: Firehose.Types.ListTagsForDeliveryStreamOutput) => void): Request<Firehose.Types.ListTagsForDeliveryStreamOutput, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use PutRecordBatch. Applications using these operations are referred to as producers. By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see Amazon Kinesis Data Firehose Limits. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000
|
|
55
|
+
* Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use PutRecordBatch. Applications using these operations are referred to as producers. By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see Amazon Kinesis Data Firehose Limits. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KiB in size, and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on. Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\n) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination. The PutRecord operation returns a RecordId, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation. If the PutRecord operation throws a ServiceUnavailableException, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it tries to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available. Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
|
|
56
56
|
*/
|
|
57
57
|
putRecord(params: Firehose.Types.PutRecordInput, callback?: (err: AWSError, data: Firehose.Types.PutRecordOutput) => void): Request<Firehose.Types.PutRecordOutput, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use PutRecordBatch. Applications using these operations are referred to as producers. By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see Amazon Kinesis Data Firehose Limits. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000
|
|
59
|
+
* Writes a single data record into an Amazon Kinesis Data Firehose delivery stream. To write multiple data records into a delivery stream, use PutRecordBatch. Applications using these operations are referred to as producers. By default, each delivery stream can take in up to 2,000 transactions per second, 5,000 records per second, or 5 MB per second. If you use PutRecord and PutRecordBatch, the limits are an aggregate across these two operations for each delivery stream. For more information about limits and how to request an increase, see Amazon Kinesis Data Firehose Limits. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KiB in size, and any kind of data. For example, it can be a segment from a log file, geographic location data, website clickstream data, and so on. Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\n) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination. The PutRecord operation returns a RecordId, which is a unique string assigned to each record. Producer applications can use this ID for purposes such as auditability and investigation. If the PutRecord operation throws a ServiceUnavailableException, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it tries to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available. Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
|
|
60
60
|
*/
|
|
61
61
|
putRecord(callback?: (err: AWSError, data: Firehose.Types.PutRecordOutput) => void): Request<Firehose.Types.PutRecordOutput, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use PutRecord. Applications using these operations are referred to as producers. For information about service quota, see Amazon Kinesis Data Firehose Quota. Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before
|
|
63
|
+
* Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use PutRecord. Applications using these operations are referred to as producers. For information about service quota, see Amazon Kinesis Data Firehose Quota. Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before base64 encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on. Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\n) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination. The PutRecordBatch response includes a count of failed records, FailedPutCount, and an array of responses, RequestResponses. Even if the PutRecordBatch call succeeds, the value of FailedPutCount may be greater than 0, indicating that there are records for which the operation didn't succeed. Each entry in the RequestResponses array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. RequestResponses includes both successfully and unsuccessfully processed records. Kinesis Data Firehose tries to process all records in each PutRecordBatch request. A single record failure does not stop the processing of subsequent records. A successfully processed record includes a RecordId value, which is unique for the record. An unsuccessfully processed record includes ErrorCode and ErrorMessage values. ErrorCode reflects the type of error, and is one of the following values: ServiceUnavailableException or InternalFailure. ErrorMessage provides more detailed information about the error. If there is an internal server error or a timeout, the write might have completed or it might have failed. If FailedPutCount is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination. If PutRecordBatch throws ServiceUnavailableException, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available. Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
|
|
64
64
|
*/
|
|
65
65
|
putRecordBatch(params: Firehose.Types.PutRecordBatchInput, callback?: (err: AWSError, data: Firehose.Types.PutRecordBatchOutput) => void): Request<Firehose.Types.PutRecordBatchOutput, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use PutRecord. Applications using these operations are referred to as producers. For information about service quota, see Amazon Kinesis Data Firehose Quota. Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before
|
|
67
|
+
* Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. To write single data records into a delivery stream, use PutRecord. Applications using these operations are referred to as producers. For information about service quota, see Amazon Kinesis Data Firehose Quota. Each PutRecordBatch request supports up to 500 records. Each record in the request can be as large as 1,000 KB (before base64 encoding), up to a limit of 4 MB for the entire request. These limits cannot be changed. You must specify the name of the delivery stream and the data record when using PutRecord. The data record consists of a data blob that can be up to 1,000 KB in size, and any kind of data. For example, it could be a segment from a log file, geographic location data, website clickstream data, and so on. Kinesis Data Firehose buffers records before delivering them to the destination. To disambiguate the data blobs at the destination, a common solution is to use delimiters in the data, such as a newline (\n) or some other character unique within the data. This allows the consumer application to parse individual data items when reading the data from the destination. The PutRecordBatch response includes a count of failed records, FailedPutCount, and an array of responses, RequestResponses. Even if the PutRecordBatch call succeeds, the value of FailedPutCount may be greater than 0, indicating that there are records for which the operation didn't succeed. Each entry in the RequestResponses array provides additional information about the processed record. It directly correlates with a record in the request array using the same ordering, from the top to the bottom. The response array always includes the same number of records as the request array. RequestResponses includes both successfully and unsuccessfully processed records. Kinesis Data Firehose tries to process all records in each PutRecordBatch request. A single record failure does not stop the processing of subsequent records. A successfully processed record includes a RecordId value, which is unique for the record. An unsuccessfully processed record includes ErrorCode and ErrorMessage values. ErrorCode reflects the type of error, and is one of the following values: ServiceUnavailableException or InternalFailure. ErrorMessage provides more detailed information about the error. If there is an internal server error or a timeout, the write might have completed or it might have failed. If FailedPutCount is greater than 0, retry the request, resending only those records that might have failed processing. This minimizes the possible duplicate records and also reduces the total bytes sent (and corresponding charges). We recommend that you handle any duplicates at the destination. If PutRecordBatch throws ServiceUnavailableException, back off and retry. If the exception persists, it is possible that the throughput limits have been exceeded for the delivery stream. Data records sent to Kinesis Data Firehose are stored for 24 hours from the time they are added to a delivery stream as it attempts to send the records to the destination. If the destination is unreachable for more than 24 hours, the data is no longer available. Don't concatenate two or more base64 strings to form the data fields of your records. Instead, concatenate the raw data, then perform base64 encoding.
|
|
68
68
|
*/
|
|
69
69
|
putRecordBatch(callback?: (err: AWSError, data: Firehose.Types.PutRecordBatchOutput) => void): Request<Firehose.Types.PutRecordBatchOutput, AWSError>;
|
|
70
70
|
/**
|
|
@@ -391,6 +391,16 @@ declare namespace Firehose {
|
|
|
391
391
|
}
|
|
392
392
|
export type DestinationDescriptionList = DestinationDescription[];
|
|
393
393
|
export type DestinationId = string;
|
|
394
|
+
export interface DynamicPartitioningConfiguration {
|
|
395
|
+
/**
|
|
396
|
+
* The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
|
|
397
|
+
*/
|
|
398
|
+
RetryOptions?: RetryOptions;
|
|
399
|
+
/**
|
|
400
|
+
* Specifies that the dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
|
|
401
|
+
*/
|
|
402
|
+
Enabled?: BooleanObject;
|
|
403
|
+
}
|
|
394
404
|
export interface ElasticsearchBufferingHints {
|
|
395
405
|
/**
|
|
396
406
|
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
|
|
@@ -632,6 +642,10 @@ declare namespace Firehose {
|
|
|
632
642
|
* The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
|
|
633
643
|
*/
|
|
634
644
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
645
|
+
/**
|
|
646
|
+
* The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
|
|
647
|
+
*/
|
|
648
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
635
649
|
}
|
|
636
650
|
export interface ExtendedS3DestinationDescription {
|
|
637
651
|
/**
|
|
@@ -682,6 +696,10 @@ declare namespace Firehose {
|
|
|
682
696
|
* The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
|
|
683
697
|
*/
|
|
684
698
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
699
|
+
/**
|
|
700
|
+
* The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
|
|
701
|
+
*/
|
|
702
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
685
703
|
}
|
|
686
704
|
export interface ExtendedS3DestinationUpdate {
|
|
687
705
|
/**
|
|
@@ -732,6 +750,10 @@ declare namespace Firehose {
|
|
|
732
750
|
* The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
|
|
733
751
|
*/
|
|
734
752
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
753
|
+
/**
|
|
754
|
+
* The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html
|
|
755
|
+
*/
|
|
756
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
735
757
|
}
|
|
736
758
|
export interface FailureDescription {
|
|
737
759
|
/**
|
|
@@ -781,7 +803,7 @@ declare namespace Firehose {
|
|
|
781
803
|
export type HttpEndpointCommonAttributesList = HttpEndpointCommonAttribute[];
|
|
782
804
|
export interface HttpEndpointConfiguration {
|
|
783
805
|
/**
|
|
784
|
-
* The URL of the HTTP endpoint selected as the destination.
|
|
806
|
+
* The URL of the HTTP endpoint selected as the destination. If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.
|
|
785
807
|
*/
|
|
786
808
|
Url: HttpEndpointUrl;
|
|
787
809
|
/**
|
|
@@ -1137,9 +1159,9 @@ declare namespace Firehose {
|
|
|
1137
1159
|
ParameterValue: ProcessorParameterValue;
|
|
1138
1160
|
}
|
|
1139
1161
|
export type ProcessorParameterList = ProcessorParameter[];
|
|
1140
|
-
export type ProcessorParameterName = "LambdaArn"|"NumberOfRetries"|"RoleArn"|"BufferSizeInMBs"|"BufferIntervalInSeconds"|string;
|
|
1162
|
+
export type ProcessorParameterName = "LambdaArn"|"NumberOfRetries"|"MetadataExtractionQuery"|"JsonParsingEngine"|"RoleArn"|"BufferSizeInMBs"|"BufferIntervalInSeconds"|"SubRecordType"|"Delimiter"|string;
|
|
1141
1163
|
export type ProcessorParameterValue = string;
|
|
1142
|
-
export type ProcessorType = "Lambda"|string;
|
|
1164
|
+
export type ProcessorType = "RecordDeAggregation"|"Lambda"|"MetadataExtraction"|"AppendDelimiterToRecord"|string;
|
|
1143
1165
|
export type Proportion = number;
|
|
1144
1166
|
export interface PutRecordBatchInput {
|
|
1145
1167
|
/**
|
|
@@ -1350,6 +1372,13 @@ declare namespace Firehose {
|
|
|
1350
1372
|
DurationInSeconds?: RedshiftRetryDurationInSeconds;
|
|
1351
1373
|
}
|
|
1352
1374
|
export type RedshiftS3BackupMode = "Disabled"|"Enabled"|string;
|
|
1375
|
+
export type RetryDurationInSeconds = number;
|
|
1376
|
+
export interface RetryOptions {
|
|
1377
|
+
/**
|
|
1378
|
+
* The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.
|
|
1379
|
+
*/
|
|
1380
|
+
DurationInSeconds?: RetryDurationInSeconds;
|
|
1381
|
+
}
|
|
1353
1382
|
export type RoleARN = string;
|
|
1354
1383
|
export type S3BackupMode = "Disabled"|"Enabled"|string;
|
|
1355
1384
|
export interface S3DestinationConfiguration {
|
|
@@ -1456,7 +1485,7 @@ declare namespace Firehose {
|
|
|
1456
1485
|
}
|
|
1457
1486
|
export interface SchemaConfiguration {
|
|
1458
1487
|
/**
|
|
1459
|
-
* The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
|
|
1488
|
+
* The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed. If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.
|
|
1460
1489
|
*/
|
|
1461
1490
|
RoleARN?: NonEmptyStringWithoutWhitespace;
|
|
1462
1491
|
/**
|
|
@@ -1464,11 +1493,11 @@ declare namespace Firehose {
|
|
|
1464
1493
|
*/
|
|
1465
1494
|
CatalogId?: NonEmptyStringWithoutWhitespace;
|
|
1466
1495
|
/**
|
|
1467
|
-
* Specifies the name of the AWS Glue database that contains the schema for the output data.
|
|
1496
|
+
* Specifies the name of the AWS Glue database that contains the schema for the output data. If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.
|
|
1468
1497
|
*/
|
|
1469
1498
|
DatabaseName?: NonEmptyStringWithoutWhitespace;
|
|
1470
1499
|
/**
|
|
1471
|
-
* Specifies the AWS Glue table that contains the column information that constitutes your data schema.
|
|
1500
|
+
* Specifies the AWS Glue table that contains the column information that constitutes your data schema. If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.
|
|
1472
1501
|
*/
|
|
1473
1502
|
TableName?: NonEmptyStringWithoutWhitespace;
|
|
1474
1503
|
/**
|