aws-sdk 2.1237.0 → 2.1239.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 +12 -1
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +13 -11
- package/apis/batch-2016-08-10.min.json +383 -95
- package/apis/cognito-idp-2016-04-18.min.json +156 -153
- package/apis/datasync-2018-11-09.min.json +40 -28
- package/apis/s3-2006-03-01.examples.json +132 -132
- package/apis/sagemaker-2017-07-24.min.json +624 -513
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/clients/acmpca.d.ts +10 -1
- package/clients/batch.d.ts +542 -157
- package/clients/cognitoidentityserviceprovider.d.ts +38 -25
- package/clients/datasync.d.ts +45 -28
- package/clients/sagemaker.d.ts +105 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +159 -156
- package/dist/aws-sdk.min.js +72 -72
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1239.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1239.0
|
|
6
|
+
* feature: ACMPCA: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
|
|
7
|
+
* feature: Batch: This release adds support for AWS Batch on Amazon EKS.
|
|
8
|
+
* feature: DataSync: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
|
|
9
|
+
* feature: SageMaker: SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.
|
|
10
|
+
|
|
11
|
+
## 2.1238.0
|
|
12
|
+
* feature: CognitoIdentityServiceProvider: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
|
|
13
|
+
* feature: S3: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
|
|
14
|
+
* feature: SageMaker: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
|
|
15
|
+
|
|
5
16
|
## 2.1237.0
|
|
6
17
|
* feature: AwsQueryCompatible: Make AwsQueryCompatible translation only if trait is found
|
|
7
18
|
* feature: DevOpsGuru: This release adds information about the resources DevOps Guru is analyzing.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1239.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"KeyStorageSecurityStandard": {},
|
|
33
33
|
"Tags": {
|
|
34
34
|
"shape": "S14"
|
|
35
|
-
}
|
|
35
|
+
},
|
|
36
|
+
"UsageMode": {}
|
|
36
37
|
}
|
|
37
38
|
},
|
|
38
39
|
"output": {
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"Principal": {},
|
|
80
81
|
"SourceAccount": {},
|
|
81
82
|
"Actions": {
|
|
82
|
-
"shape": "
|
|
83
|
+
"shape": "S1k"
|
|
83
84
|
}
|
|
84
85
|
}
|
|
85
86
|
}
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
"type": "structure",
|
|
138
139
|
"members": {
|
|
139
140
|
"CertificateAuthority": {
|
|
140
|
-
"shape": "
|
|
141
|
+
"shape": "S1s"
|
|
141
142
|
}
|
|
142
143
|
}
|
|
143
144
|
}
|
|
@@ -356,10 +357,10 @@
|
|
|
356
357
|
"SigningAlgorithm": {},
|
|
357
358
|
"TemplateArn": {},
|
|
358
359
|
"Validity": {
|
|
359
|
-
"shape": "
|
|
360
|
+
"shape": "S2w"
|
|
360
361
|
},
|
|
361
362
|
"ValidityNotBefore": {
|
|
362
|
-
"shape": "
|
|
363
|
+
"shape": "S2w"
|
|
363
364
|
},
|
|
364
365
|
"IdempotencyToken": {}
|
|
365
366
|
}
|
|
@@ -389,7 +390,7 @@
|
|
|
389
390
|
"CertificateAuthorities": {
|
|
390
391
|
"type": "list",
|
|
391
392
|
"member": {
|
|
392
|
-
"shape": "
|
|
393
|
+
"shape": "S1s"
|
|
393
394
|
}
|
|
394
395
|
},
|
|
395
396
|
"NextToken": {}
|
|
@@ -425,7 +426,7 @@
|
|
|
425
426
|
"Principal": {},
|
|
426
427
|
"SourceAccount": {},
|
|
427
428
|
"Actions": {
|
|
428
|
-
"shape": "
|
|
429
|
+
"shape": "S1k"
|
|
429
430
|
},
|
|
430
431
|
"Policy": {}
|
|
431
432
|
}
|
|
@@ -736,11 +737,11 @@
|
|
|
736
737
|
}
|
|
737
738
|
}
|
|
738
739
|
},
|
|
739
|
-
"
|
|
740
|
+
"S1k": {
|
|
740
741
|
"type": "list",
|
|
741
742
|
"member": {}
|
|
742
743
|
},
|
|
743
|
-
"
|
|
744
|
+
"S1s": {
|
|
744
745
|
"type": "structure",
|
|
745
746
|
"members": {
|
|
746
747
|
"Arn": {},
|
|
@@ -770,10 +771,11 @@
|
|
|
770
771
|
"RestorableUntil": {
|
|
771
772
|
"type": "timestamp"
|
|
772
773
|
},
|
|
773
|
-
"KeyStorageSecurityStandard": {}
|
|
774
|
+
"KeyStorageSecurityStandard": {},
|
|
775
|
+
"UsageMode": {}
|
|
774
776
|
}
|
|
775
777
|
},
|
|
776
|
-
"
|
|
778
|
+
"S2w": {
|
|
777
779
|
"type": "structure",
|
|
778
780
|
"required": [
|
|
779
781
|
"Value",
|