aws-sdk 2.1002.0 → 2.1006.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 +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ecs.d.ts
CHANGED
|
@@ -1209,7 +1209,7 @@ declare namespace ECS {
|
|
|
1209
1209
|
*/
|
|
1210
1210
|
enableECSManagedTags?: Boolean;
|
|
1211
1211
|
/**
|
|
1212
|
-
* Specifies whether to propagate the tags from the task definition or the service to the tasks in the service. If no value is specified, the tags are not propagated. Tags can only be propagated to the tasks within the service during service creation. To add tags to a task after service creation, use the TagResource API action.
|
|
1212
|
+
* Specifies whether to propagate the tags from the task definition or the service to the tasks in the service. If no value is specified, the tags are not propagated. Tags can only be propagated to the tasks within the service during service creation. To add tags to a task after service creation or task creation, use the TagResource API action.
|
|
1213
1213
|
*/
|
|
1214
1214
|
propagateTags?: PropagateTags;
|
|
1215
1215
|
/**
|
|
@@ -2856,7 +2856,7 @@ declare namespace ECS {
|
|
|
2856
2856
|
*/
|
|
2857
2857
|
tags?: Tags;
|
|
2858
2858
|
/**
|
|
2859
|
-
* The family and revision (family:revision) or full ARN of the task definition to run. If a revision is not specified, the latest ACTIVE revision is used.
|
|
2859
|
+
* The family and revision (family:revision) or full ARN of the task definition to run. If a revision is not specified, the latest ACTIVE revision is used. The full ARN value must match the value that you specified ias the Resource of the IAM principal's permissions policy. For example, if the Resource is arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*, the taskDefinition ARN value must be arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName.
|
|
2860
2860
|
*/
|
|
2861
2861
|
taskDefinition: String;
|
|
2862
2862
|
}
|
|
@@ -3580,7 +3580,7 @@ declare namespace ECS {
|
|
|
3580
3580
|
*/
|
|
3581
3581
|
inferenceAcceleratorOverrides?: InferenceAcceleratorOverrides;
|
|
3582
3582
|
/**
|
|
3583
|
-
* The Amazon Resource Name (ARN) of the task execution IAM role override for the task.
|
|
3583
|
+
* The Amazon Resource Name (ARN) of the task execution IAM role override for the task. For more information, see Amazon ECS task execution IAM role in the Amazon Elastic Container Service Developer Guide.
|
|
3584
3584
|
*/
|
|
3585
3585
|
executionRoleArn?: String;
|
|
3586
3586
|
/**
|
|
@@ -3588,7 +3588,7 @@ declare namespace ECS {
|
|
|
3588
3588
|
*/
|
|
3589
3589
|
memory?: String;
|
|
3590
3590
|
/**
|
|
3591
|
-
* The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.
|
|
3591
|
+
* The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role. For more information, see IAM Role for Tasks in the Amazon Elastic Container Service Developer Guide.
|
|
3592
3592
|
*/
|
|
3593
3593
|
taskRoleArn?: String;
|
|
3594
3594
|
/**
|
package/clients/elbv2.d.ts
CHANGED
|
@@ -725,6 +725,10 @@ declare namespace ELBv2 {
|
|
|
725
725
|
* The tags to assign to the target group.
|
|
726
726
|
*/
|
|
727
727
|
Tags?: TagList;
|
|
728
|
+
/**
|
|
729
|
+
* The type of IP address used for this target group. The possible values are ipv4 and ipv6. This is an optional parameter. If not specified, the IP address type defaults to ipv4.
|
|
730
|
+
*/
|
|
731
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum;
|
|
728
732
|
}
|
|
729
733
|
export interface CreateTargetGroupOutput {
|
|
730
734
|
/**
|
|
@@ -1234,7 +1238,7 @@ declare namespace ELBv2 {
|
|
|
1234
1238
|
export type Marker = string;
|
|
1235
1239
|
export interface Matcher {
|
|
1236
1240
|
/**
|
|
1237
|
-
* For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299"). For Network Load Balancers and Gateway Load Balancers, this must be "200–399".
|
|
1241
|
+
* For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299"). For Network Load Balancers and Gateway Load Balancers, this must be "200–399". Note that when using shorthand syntax, some values such as commas need to be escaped.
|
|
1238
1242
|
*/
|
|
1239
1243
|
HttpCode?: HttpCode;
|
|
1240
1244
|
/**
|
|
@@ -1784,6 +1788,10 @@ declare namespace ELBv2 {
|
|
|
1784
1788
|
* [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
|
|
1785
1789
|
*/
|
|
1786
1790
|
ProtocolVersion?: ProtocolVersion;
|
|
1791
|
+
/**
|
|
1792
|
+
* The type of IP address used for this target group. The possible values are ipv4 and ipv6. This is an optional parameter. If not specified, the IP address type defaults to ipv4.
|
|
1793
|
+
*/
|
|
1794
|
+
IpAddressType?: TargetGroupIpAddressTypeEnum;
|
|
1787
1795
|
}
|
|
1788
1796
|
export type TargetGroupArn = string;
|
|
1789
1797
|
export type TargetGroupArns = TargetGroupArn[];
|
|
@@ -1800,6 +1808,7 @@ declare namespace ELBv2 {
|
|
|
1800
1808
|
export type TargetGroupAttributeKey = string;
|
|
1801
1809
|
export type TargetGroupAttributeValue = string;
|
|
1802
1810
|
export type TargetGroupAttributes = TargetGroupAttribute[];
|
|
1811
|
+
export type TargetGroupIpAddressTypeEnum = "ipv4"|"ipv6"|string;
|
|
1803
1812
|
export type TargetGroupList = TargetGroupTuple[];
|
|
1804
1813
|
export type TargetGroupName = string;
|
|
1805
1814
|
export type TargetGroupNames = TargetGroupName[];
|
package/clients/firehose.d.ts
CHANGED
|
@@ -110,6 +110,65 @@ declare class Firehose extends Service {
|
|
|
110
110
|
}
|
|
111
111
|
declare namespace Firehose {
|
|
112
112
|
export type AWSKMSKeyARN = string;
|
|
113
|
+
export interface AmazonopensearchserviceBufferingHints {
|
|
114
|
+
IntervalInSeconds?: AmazonopensearchserviceBufferingIntervalInSeconds;
|
|
115
|
+
SizeInMBs?: AmazonopensearchserviceBufferingSizeInMBs;
|
|
116
|
+
}
|
|
117
|
+
export type AmazonopensearchserviceBufferingIntervalInSeconds = number;
|
|
118
|
+
export type AmazonopensearchserviceBufferingSizeInMBs = number;
|
|
119
|
+
export type AmazonopensearchserviceClusterEndpoint = string;
|
|
120
|
+
export interface AmazonopensearchserviceDestinationConfiguration {
|
|
121
|
+
RoleARN: RoleARN;
|
|
122
|
+
DomainARN?: AmazonopensearchserviceDomainARN;
|
|
123
|
+
ClusterEndpoint?: AmazonopensearchserviceClusterEndpoint;
|
|
124
|
+
IndexName: AmazonopensearchserviceIndexName;
|
|
125
|
+
TypeName?: AmazonopensearchserviceTypeName;
|
|
126
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
127
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
128
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
129
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
130
|
+
S3Configuration: S3DestinationConfiguration;
|
|
131
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
132
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
133
|
+
VpcConfiguration?: VpcConfiguration;
|
|
134
|
+
}
|
|
135
|
+
export interface AmazonopensearchserviceDestinationDescription {
|
|
136
|
+
RoleARN?: RoleARN;
|
|
137
|
+
DomainARN?: AmazonopensearchserviceDomainARN;
|
|
138
|
+
ClusterEndpoint?: AmazonopensearchserviceClusterEndpoint;
|
|
139
|
+
IndexName?: AmazonopensearchserviceIndexName;
|
|
140
|
+
TypeName?: AmazonopensearchserviceTypeName;
|
|
141
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
142
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
143
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
144
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
145
|
+
S3DestinationDescription?: S3DestinationDescription;
|
|
146
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
147
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
148
|
+
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
149
|
+
}
|
|
150
|
+
export interface AmazonopensearchserviceDestinationUpdate {
|
|
151
|
+
RoleARN?: RoleARN;
|
|
152
|
+
DomainARN?: AmazonopensearchserviceDomainARN;
|
|
153
|
+
ClusterEndpoint?: AmazonopensearchserviceClusterEndpoint;
|
|
154
|
+
IndexName?: AmazonopensearchserviceIndexName;
|
|
155
|
+
TypeName?: AmazonopensearchserviceTypeName;
|
|
156
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
157
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
158
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
159
|
+
S3Update?: S3DestinationUpdate;
|
|
160
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
161
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
162
|
+
}
|
|
163
|
+
export type AmazonopensearchserviceDomainARN = string;
|
|
164
|
+
export type AmazonopensearchserviceIndexName = string;
|
|
165
|
+
export type AmazonopensearchserviceIndexRotationPeriod = "NoRotation"|"OneHour"|"OneDay"|"OneWeek"|"OneMonth"|string;
|
|
166
|
+
export type AmazonopensearchserviceRetryDurationInSeconds = number;
|
|
167
|
+
export interface AmazonopensearchserviceRetryOptions {
|
|
168
|
+
DurationInSeconds?: AmazonopensearchserviceRetryDurationInSeconds;
|
|
169
|
+
}
|
|
170
|
+
export type AmazonopensearchserviceS3BackupMode = "FailedDocumentsOnly"|"AllDocuments"|string;
|
|
171
|
+
export type AmazonopensearchserviceTypeName = string;
|
|
113
172
|
export type BlockSizeBytes = number;
|
|
114
173
|
export type BooleanObject = boolean;
|
|
115
174
|
export type BucketARN = string;
|
|
@@ -189,6 +248,7 @@ declare namespace Firehose {
|
|
|
189
248
|
* The destination in Amazon ES. You can specify only one destination.
|
|
190
249
|
*/
|
|
191
250
|
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration;
|
|
251
|
+
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration;
|
|
192
252
|
/**
|
|
193
253
|
* The destination in Splunk. You can specify only one destination.
|
|
194
254
|
*/
|
|
@@ -380,6 +440,7 @@ declare namespace Firehose {
|
|
|
380
440
|
* The destination in Amazon ES.
|
|
381
441
|
*/
|
|
382
442
|
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription;
|
|
443
|
+
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription;
|
|
383
444
|
/**
|
|
384
445
|
* The destination in Splunk.
|
|
385
446
|
*/
|
|
@@ -1738,6 +1799,7 @@ declare namespace Firehose {
|
|
|
1738
1799
|
* Describes an update for a destination in Amazon ES.
|
|
1739
1800
|
*/
|
|
1740
1801
|
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate;
|
|
1802
|
+
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate;
|
|
1741
1803
|
/**
|
|
1742
1804
|
* Describes an update for a destination in Splunk.
|
|
1743
1805
|
*/
|