aws-sdk 2.1024.0 → 2.1028.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 +24 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +92 -59
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +258 -62
- package/apis/connect-2017-08-08.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +477 -144
- package/apis/devops-guru-2020-12-01.paginators.json +27 -7
- package/apis/ec2-2016-11-15.min.json +650 -645
- package/apis/ecs-2014-11-13.min.json +100 -78
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/apis/metadata.json +3 -0
- package/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/apis/translate-2017-07-01.min.json +28 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +13 -0
- package/clients/batch.d.ts +239 -23
- package/clients/connect.d.ts +265 -28
- package/clients/devopsguru.d.ts +420 -63
- package/clients/dynamodb.d.ts +61 -61
- package/clients/ec2.d.ts +5 -1
- package/clients/ecs.d.ts +380 -345
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/clients/mediaconvert.d.ts +16 -16
- package/clients/resiliencehub.d.ts +2101 -0
- package/clients/resiliencehub.js +18 -0
- package/clients/ssm.d.ts +4 -4
- package/clients/translate.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +116 -101
- package/dist/aws-sdk-react-native.js +181 -171
- package/dist/aws-sdk.js +1326 -1025
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config-base.d.ts +8 -0
- package/lib/config.js +14 -2
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/config_use_dualstack.d.ts +3 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +39 -39
- package/lib/metadata_service/get_endpoint.js +8 -0
- package/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/lib/node_loader.js +63 -21
- package/lib/region/utils.js +21 -0
- package/lib/region_config.js +12 -55
- package/lib/region_config_data.json +102 -59
- package/lib/service.js +20 -1
- package/lib/services/s3util.js +2 -1
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +5 -5
- package/lib/metadata_service/endpoint.js +0 -6
- package/lib/metadata_service/endpoint_config_options.js +0 -14
- package/lib/metadata_service/endpoint_mode.js +0 -6
- package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['resiliencehub'] = {};
|
|
7
|
+
AWS.Resiliencehub = Service.defineService('resiliencehub', ['2020-04-30']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['resiliencehub'], '2020-04-30', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/resiliencehub-2020-04-30.min.json');
|
|
11
|
+
model.paginators = require('../apis/resiliencehub-2020-04-30.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.Resiliencehub;
|
package/clients/ssm.d.ts
CHANGED
|
@@ -1285,7 +1285,7 @@ declare namespace SSM {
|
|
|
1285
1285
|
*/
|
|
1286
1286
|
DocumentVersion?: DocumentVersion;
|
|
1287
1287
|
/**
|
|
1288
|
-
*
|
|
1288
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
1289
1289
|
*/
|
|
1290
1290
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
1291
1291
|
/**
|
|
@@ -2511,7 +2511,7 @@ declare namespace SSM {
|
|
|
2511
2511
|
*/
|
|
2512
2512
|
AssociationName?: AssociationName;
|
|
2513
2513
|
/**
|
|
2514
|
-
*
|
|
2514
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
2515
2515
|
*/
|
|
2516
2516
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
2517
2517
|
/**
|
|
@@ -6805,7 +6805,7 @@ declare namespace SSM {
|
|
|
6805
6805
|
export type NotificationEvent = "All"|"InProgress"|"Success"|"TimedOut"|"Cancelled"|"Failed"|string;
|
|
6806
6806
|
export type NotificationEventList = NotificationEvent[];
|
|
6807
6807
|
export type NotificationType = "Command"|"Invocation"|string;
|
|
6808
|
-
export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|string;
|
|
6808
|
+
export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|string;
|
|
6809
6809
|
export interface OpsAggregator {
|
|
6810
6810
|
/**
|
|
6811
6811
|
* Either a Range or Count aggregator for limiting an OpsData summary.
|
|
@@ -9049,7 +9049,7 @@ declare namespace SSM {
|
|
|
9049
9049
|
*/
|
|
9050
9050
|
AssociationVersion?: AssociationVersion;
|
|
9051
9051
|
/**
|
|
9052
|
-
*
|
|
9052
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
9053
9053
|
*/
|
|
9054
9054
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
9055
9055
|
/**
|
package/clients/translate.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ declare namespace Translate {
|
|
|
203
203
|
TextTranslationJobProperties?: TextTranslationJobProperties;
|
|
204
204
|
}
|
|
205
205
|
export type Description = string;
|
|
206
|
+
export type Directionality = "UNI"|"MULTI"|string;
|
|
206
207
|
export interface EncryptionKey {
|
|
207
208
|
/**
|
|
208
209
|
* The type of encryption key used by Amazon Translate to encrypt custom terminologies.
|
|
@@ -245,9 +246,9 @@ declare namespace Translate {
|
|
|
245
246
|
*/
|
|
246
247
|
Name: ResourceName;
|
|
247
248
|
/**
|
|
248
|
-
* The data format of the custom terminology being retrieved,
|
|
249
|
+
* The data format of the custom terminology being retrieved. If you don't specify this parameter, Amazon Translate returns a file that has the same format as the file that was imported to create the terminology. If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as that of the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
|
|
249
250
|
*/
|
|
250
|
-
TerminologyDataFormat
|
|
251
|
+
TerminologyDataFormat?: TerminologyDataFormat;
|
|
251
252
|
}
|
|
252
253
|
export interface GetTerminologyResponse {
|
|
253
254
|
/**
|
|
@@ -258,6 +259,10 @@ declare namespace Translate {
|
|
|
258
259
|
* The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
|
|
259
260
|
*/
|
|
260
261
|
TerminologyDataLocation?: TerminologyDataLocation;
|
|
262
|
+
/**
|
|
263
|
+
* The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
|
|
264
|
+
*/
|
|
265
|
+
AuxiliaryDataLocation?: TerminologyDataLocation;
|
|
261
266
|
}
|
|
262
267
|
export type IamRoleArn = string;
|
|
263
268
|
export interface ImportTerminologyRequest {
|
|
@@ -287,6 +292,10 @@ declare namespace Translate {
|
|
|
287
292
|
* The properties of the custom terminology being imported.
|
|
288
293
|
*/
|
|
289
294
|
TerminologyProperties?: TerminologyProperties;
|
|
295
|
+
/**
|
|
296
|
+
* The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
|
|
297
|
+
*/
|
|
298
|
+
AuxiliaryDataLocation?: TerminologyDataLocation;
|
|
290
299
|
}
|
|
291
300
|
export interface InputDataConfig {
|
|
292
301
|
/**
|
|
@@ -571,11 +580,15 @@ declare namespace Translate {
|
|
|
571
580
|
*/
|
|
572
581
|
File: TerminologyFile;
|
|
573
582
|
/**
|
|
574
|
-
* The data format of the custom terminology.
|
|
583
|
+
* The data format of the custom terminology.
|
|
575
584
|
*/
|
|
576
585
|
Format: TerminologyDataFormat;
|
|
586
|
+
/**
|
|
587
|
+
* The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). UNI The terminology resource has one source language (for example, the first column in a CSV file), and all of its other languages are target languages. MULTI Any language in the terminology resource can be the source language or a target language. A single multi-directional terminology resource can be used for jobs that translate different language pairs. For example, if the terminology contains terms in English and Spanish, then it can be used for jobs that translate English to Spanish and jobs that translate Spanish to English. When you create a custom terminology resource without specifying the directionality, it behaves as uni-directional terminology, although this parameter will have a null value.
|
|
588
|
+
*/
|
|
589
|
+
Directionality?: Directionality;
|
|
577
590
|
}
|
|
578
|
-
export type TerminologyDataFormat = "CSV"|"TMX"|string;
|
|
591
|
+
export type TerminologyDataFormat = "CSV"|"TMX"|"TSV"|string;
|
|
579
592
|
export interface TerminologyDataLocation {
|
|
580
593
|
/**
|
|
581
594
|
* The repository type for the custom terminology data.
|
|
@@ -605,7 +618,7 @@ declare namespace Translate {
|
|
|
605
618
|
*/
|
|
606
619
|
SourceLanguageCode?: LanguageCodeString;
|
|
607
620
|
/**
|
|
608
|
-
* The language codes for the target languages available with the custom terminology
|
|
621
|
+
* The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.
|
|
609
622
|
*/
|
|
610
623
|
TargetLanguageCodes?: LanguageCodeStringList;
|
|
611
624
|
/**
|
|
@@ -628,6 +641,22 @@ declare namespace Translate {
|
|
|
628
641
|
* The time at which the custom terminology was last update, based on the timestamp.
|
|
629
642
|
*/
|
|
630
643
|
LastUpdatedAt?: Timestamp;
|
|
644
|
+
/**
|
|
645
|
+
* The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). UNI The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages. MULTI Any language in the terminology resource can be the source language.
|
|
646
|
+
*/
|
|
647
|
+
Directionality?: Directionality;
|
|
648
|
+
/**
|
|
649
|
+
* Additional information from Amazon Translate about the terminology resource.
|
|
650
|
+
*/
|
|
651
|
+
Message?: UnboundedLengthString;
|
|
652
|
+
/**
|
|
653
|
+
* The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.
|
|
654
|
+
*/
|
|
655
|
+
SkippedTermCount?: Integer;
|
|
656
|
+
/**
|
|
657
|
+
* The format of the custom terminology input file.
|
|
658
|
+
*/
|
|
659
|
+
Format?: TerminologyDataFormat;
|
|
631
660
|
}
|
|
632
661
|
export type TerminologyPropertiesList = TerminologyProperties[];
|
|
633
662
|
export interface TextTranslationJobFilter {
|