aws-sdk 2.981.0 → 2.982.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 +26 -14
- package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
- package/apis/fsx-2018-03-01.min.json +639 -66
- package/apis/fsx-2018-03-01.paginators.json +15 -0
- package/apis/quicksight-2018-04-01.min.json +162 -127
- package/apis/s3control-2018-08-20.min.json +470 -24
- package/apis/s3control-2018-08-20.paginators.json +5 -0
- package/apis/schemas-2019-12-02.min.json +49 -31
- package/apis/securityhub-2018-10-26.min.json +492 -205
- package/apis/securityhub-2018-10-26.paginators.json +22 -11
- package/apis/transfer-2018-11-05.min.json +403 -9
- package/apis/transfer-2018-11-05.paginators.json +10 -0
- package/clients/accessanalyzer.d.ts +46 -43
- package/clients/acmpca.d.ts +21 -7
- package/clients/ebs.d.ts +1 -1
- package/clients/efs.d.ts +57 -31
- package/clients/fsx.d.ts +694 -52
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/quicksight.d.ts +343 -310
- package/clients/s3control.d.ts +439 -44
- package/clients/schemas.d.ts +25 -0
- package/clients/securityhub.d.ts +524 -21
- package/clients/transfer.d.ts +556 -28
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +5 -4
- package/dist/aws-sdk.min.js +6 -6
- 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.982.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.982.0
|
|
6
|
+
* feature: ACMPCA: Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
|
|
7
|
+
* feature: EFS: Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes.
|
|
8
|
+
* feature: FSx: Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
|
|
9
|
+
* feature: LexModelBuildingService: Lex now supports Korean (ko-KR) locale.
|
|
10
|
+
* feature: QuickSight: This release adds support for referencing parent datasets as sources in a child dataset.
|
|
11
|
+
* feature: S3Control: S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
|
|
12
|
+
* feature: Schemas: This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
|
|
13
|
+
* feature: SecurityHub: New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
|
|
14
|
+
* feature: Transfer: AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
|
|
15
|
+
|
|
5
16
|
## 2.981.0
|
|
6
17
|
* feature: EC2: Added LaunchTemplate support for the IMDS IPv6 endpoint
|
|
7
18
|
* feature: MediaTailor: This release adds support for wall clock programs in LINEAR channels.
|
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.982.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
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"IdempotencyToken": {},
|
|
32
32
|
"KeyStorageSecurityStandard": {},
|
|
33
33
|
"Tags": {
|
|
34
|
-
"shape": "
|
|
34
|
+
"shape": "S11"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"Principal": {},
|
|
80
80
|
"SourceAccount": {},
|
|
81
81
|
"Actions": {
|
|
82
|
-
"shape": "
|
|
82
|
+
"shape": "S1g"
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"type": "structure",
|
|
138
138
|
"members": {
|
|
139
139
|
"CertificateAuthority": {
|
|
140
|
-
"shape": "
|
|
140
|
+
"shape": "S1o"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
}
|
|
@@ -339,10 +339,10 @@
|
|
|
339
339
|
"SigningAlgorithm": {},
|
|
340
340
|
"TemplateArn": {},
|
|
341
341
|
"Validity": {
|
|
342
|
-
"shape": "
|
|
342
|
+
"shape": "S2p"
|
|
343
343
|
},
|
|
344
344
|
"ValidityNotBefore": {
|
|
345
|
-
"shape": "
|
|
345
|
+
"shape": "S2p"
|
|
346
346
|
},
|
|
347
347
|
"IdempotencyToken": {}
|
|
348
348
|
}
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"CertificateAuthorities": {
|
|
373
373
|
"type": "list",
|
|
374
374
|
"member": {
|
|
375
|
-
"shape": "
|
|
375
|
+
"shape": "S1o"
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
378
|
"NextToken": {}
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"Principal": {},
|
|
409
409
|
"SourceAccount": {},
|
|
410
410
|
"Actions": {
|
|
411
|
-
"shape": "
|
|
411
|
+
"shape": "S1g"
|
|
412
412
|
},
|
|
413
413
|
"Policy": {}
|
|
414
414
|
}
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"type": "structure",
|
|
437
437
|
"members": {
|
|
438
438
|
"Tags": {
|
|
439
|
-
"shape": "
|
|
439
|
+
"shape": "S11"
|
|
440
440
|
},
|
|
441
441
|
"NextToken": {}
|
|
442
442
|
}
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"members": {
|
|
492
492
|
"CertificateAuthorityArn": {},
|
|
493
493
|
"Tags": {
|
|
494
|
-
"shape": "
|
|
494
|
+
"shape": "S11"
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
}
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"members": {
|
|
507
507
|
"CertificateAuthorityArn": {},
|
|
508
508
|
"Tags": {
|
|
509
|
-
"shape": "
|
|
509
|
+
"shape": "S11"
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
}
|
|
@@ -677,10 +677,22 @@
|
|
|
677
677
|
"S3BucketName": {},
|
|
678
678
|
"S3ObjectAcl": {}
|
|
679
679
|
}
|
|
680
|
+
},
|
|
681
|
+
"OcspConfiguration": {
|
|
682
|
+
"type": "structure",
|
|
683
|
+
"required": [
|
|
684
|
+
"Enabled"
|
|
685
|
+
],
|
|
686
|
+
"members": {
|
|
687
|
+
"Enabled": {
|
|
688
|
+
"type": "boolean"
|
|
689
|
+
},
|
|
690
|
+
"OcspCustomCname": {}
|
|
691
|
+
}
|
|
680
692
|
}
|
|
681
693
|
}
|
|
682
694
|
},
|
|
683
|
-
"
|
|
695
|
+
"S11": {
|
|
684
696
|
"type": "list",
|
|
685
697
|
"member": {
|
|
686
698
|
"type": "structure",
|
|
@@ -693,11 +705,11 @@
|
|
|
693
705
|
}
|
|
694
706
|
}
|
|
695
707
|
},
|
|
696
|
-
"
|
|
708
|
+
"S1g": {
|
|
697
709
|
"type": "list",
|
|
698
710
|
"member": {}
|
|
699
711
|
},
|
|
700
|
-
"
|
|
712
|
+
"S1o": {
|
|
701
713
|
"type": "structure",
|
|
702
714
|
"members": {
|
|
703
715
|
"Arn": {},
|
|
@@ -730,7 +742,7 @@
|
|
|
730
742
|
"KeyStorageSecurityStandard": {}
|
|
731
743
|
}
|
|
732
744
|
},
|
|
733
|
-
"
|
|
745
|
+
"S2p": {
|
|
734
746
|
"type": "structure",
|
|
735
747
|
"required": [
|
|
736
748
|
"Value",
|