aws-sdk 2.1115.0 → 2.1118.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 +23 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +28 -24
- package/apis/autoscaling-2011-01-01.min.json +100 -91
- package/apis/connect-2017-08-08.min.json +396 -135
- package/apis/connect-2017-08-08.paginators.json +12 -0
- package/apis/kendra-2019-02-03.min.json +97 -55
- package/apis/kms-2014-11-01.examples.json +239 -9
- package/apis/kms-2014-11-01.min.json +80 -12
- package/apis/lightsail-2016-11-28.min.json +63 -50
- package/apis/macie2-2020-01-01.min.json +31 -28
- package/apis/mgn-2020-02-26.min.json +0 -9
- package/apis/personalize-2018-05-22.min.json +36 -0
- package/apis/rds-2014-10-31.min.json +263 -406
- package/apis/rds-2014-10-31.paginators.json +0 -12
- package/apis/redshift-2012-12-01.min.json +30 -19
- package/apis/ssm-2014-11-06.min.json +303 -285
- package/apis/textract-2018-06-27.min.json +82 -45
- package/apis/worklink-2018-09-25.min.json +99 -33
- package/clients/athena.d.ts +11 -3
- package/clients/autoscaling.d.ts +31 -18
- package/clients/connect.d.ts +335 -2
- package/clients/kendra.d.ts +58 -1
- package/clients/kms.d.ts +205 -115
- package/clients/lightsail.d.ts +33 -9
- package/clients/macie2.d.ts +7 -2
- package/clients/mgn.d.ts +3 -3
- package/clients/personalize.d.ts +42 -2
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +30 -253
- package/clients/redshift.d.ts +21 -3
- package/clients/ssm.d.ts +30 -5
- package/clients/textract.d.ts +46 -13
- package/clients/transfer.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +1251 -987
- package/dist/aws-sdk.min.js +91 -91
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1118.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1118.0
|
|
6
|
+
* feature: Connect: This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.
|
|
7
|
+
* feature: Macie2: Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
|
|
8
|
+
* feature: Mgn: Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
|
|
9
|
+
* feature: RDS: Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.
|
|
10
|
+
|
|
11
|
+
## 2.1117.0
|
|
12
|
+
* feature: AutoScaling: EC2 Auto Scaling now adds default instance warm-up times for all scaling activities, health check replacements, and other replacement events in the Auto Scaling instance lifecycle.
|
|
13
|
+
* feature: KMS: Adds support for KMS keys and APIs that generate and verify HMAC codes
|
|
14
|
+
* feature: Kendra: Amazon Kendra now provides a data source connector for Quip. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-quip.html
|
|
15
|
+
* feature: Personalize: Adding StartRecommender and StopRecommender APIs for Personalize.
|
|
16
|
+
* feature: Polly: Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.
|
|
17
|
+
* feature: Redshift: Introduces new fields for LogDestinationType and LogExports on EnableLogging requests and Enable/Disable/DescribeLogging responses. Customers can now select CloudWatch Logs as a destination for their Audit Logs.
|
|
18
|
+
* feature: SSM: Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression when creating SSM association.
|
|
19
|
+
* feature: Textract: This release adds support for specifying and extracting information from documents using the Queries feature within Analyze Document API
|
|
20
|
+
* feature: WorkLink: Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
|
|
21
|
+
|
|
22
|
+
## 2.1116.0
|
|
23
|
+
* feature: Athena: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
|
|
24
|
+
* feature: Lightsail: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
|
|
25
|
+
* feature: RDS: Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation
|
|
26
|
+
|
|
5
27
|
## 2.1115.0
|
|
6
28
|
* feature: AppStream: Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
|
|
7
29
|
* feature: Appflow: Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile
|
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.1118.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
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"Type": {},
|
|
95
95
|
"Description": {},
|
|
96
96
|
"Parameters": {
|
|
97
|
-
"shape": "
|
|
97
|
+
"shape": "S19"
|
|
98
98
|
},
|
|
99
99
|
"Tags": {
|
|
100
|
-
"shape": "
|
|
100
|
+
"shape": "S1c"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -162,11 +162,11 @@
|
|
|
162
162
|
"members": {
|
|
163
163
|
"Name": {},
|
|
164
164
|
"Configuration": {
|
|
165
|
-
"shape": "
|
|
165
|
+
"shape": "S1o"
|
|
166
166
|
},
|
|
167
167
|
"Description": {},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "S1c"
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"Description": {},
|
|
269
269
|
"Type": {},
|
|
270
270
|
"Parameters": {
|
|
271
|
-
"shape": "
|
|
271
|
+
"shape": "S19"
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"type": "structure",
|
|
292
292
|
"members": {
|
|
293
293
|
"Database": {
|
|
294
|
-
"shape": "
|
|
294
|
+
"shape": "S26"
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
}
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"Name": {},
|
|
489
489
|
"State": {},
|
|
490
490
|
"Configuration": {
|
|
491
|
-
"shape": "
|
|
491
|
+
"shape": "S1o"
|
|
492
492
|
},
|
|
493
493
|
"Description": {},
|
|
494
494
|
"CreationTime": {
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
"DatabaseList": {
|
|
547
547
|
"type": "list",
|
|
548
548
|
"member": {
|
|
549
|
-
"shape": "
|
|
549
|
+
"shape": "S26"
|
|
550
550
|
}
|
|
551
551
|
},
|
|
552
552
|
"NextToken": {}
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"EngineVersions": {
|
|
570
570
|
"type": "list",
|
|
571
571
|
"member": {
|
|
572
|
-
"shape": "
|
|
572
|
+
"shape": "S14"
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
575
|
"NextToken": {}
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"type": "structure",
|
|
700
700
|
"members": {
|
|
701
701
|
"Tags": {
|
|
702
|
-
"shape": "
|
|
702
|
+
"shape": "S1c"
|
|
703
703
|
},
|
|
704
704
|
"NextToken": {}
|
|
705
705
|
}
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
"type": "timestamp"
|
|
731
731
|
},
|
|
732
732
|
"EngineVersion": {
|
|
733
|
-
"shape": "
|
|
733
|
+
"shape": "S14"
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
736
|
}
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"members": {
|
|
796
796
|
"ResourceARN": {},
|
|
797
797
|
"Tags": {
|
|
798
|
-
"shape": "
|
|
798
|
+
"shape": "S1c"
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
},
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"Type": {},
|
|
837
837
|
"Description": {},
|
|
838
838
|
"Parameters": {
|
|
839
|
-
"shape": "
|
|
839
|
+
"shape": "S19"
|
|
840
840
|
}
|
|
841
841
|
}
|
|
842
842
|
},
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"type": "boolean"
|
|
940
940
|
},
|
|
941
941
|
"EngineVersion": {
|
|
942
|
-
"shape": "
|
|
942
|
+
"shape": "S14"
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
},
|
|
@@ -1008,7 +1008,11 @@
|
|
|
1008
1008
|
},
|
|
1009
1009
|
"ErrorType": {
|
|
1010
1010
|
"type": "integer"
|
|
1011
|
-
}
|
|
1011
|
+
},
|
|
1012
|
+
"Retryable": {
|
|
1013
|
+
"type": "boolean"
|
|
1014
|
+
},
|
|
1015
|
+
"ErrorMessage": {}
|
|
1012
1016
|
}
|
|
1013
1017
|
}
|
|
1014
1018
|
}
|
|
@@ -1039,7 +1043,7 @@
|
|
|
1039
1043
|
},
|
|
1040
1044
|
"WorkGroup": {},
|
|
1041
1045
|
"EngineVersion": {
|
|
1042
|
-
"shape": "
|
|
1046
|
+
"shape": "S14"
|
|
1043
1047
|
}
|
|
1044
1048
|
}
|
|
1045
1049
|
},
|
|
@@ -1082,19 +1086,19 @@
|
|
|
1082
1086
|
"Catalog": {}
|
|
1083
1087
|
}
|
|
1084
1088
|
},
|
|
1085
|
-
"
|
|
1089
|
+
"S14": {
|
|
1086
1090
|
"type": "structure",
|
|
1087
1091
|
"members": {
|
|
1088
1092
|
"SelectedEngineVersion": {},
|
|
1089
1093
|
"EffectiveEngineVersion": {}
|
|
1090
1094
|
}
|
|
1091
1095
|
},
|
|
1092
|
-
"
|
|
1096
|
+
"S19": {
|
|
1093
1097
|
"type": "map",
|
|
1094
1098
|
"key": {},
|
|
1095
1099
|
"value": {}
|
|
1096
1100
|
},
|
|
1097
|
-
"
|
|
1101
|
+
"S1c": {
|
|
1098
1102
|
"type": "list",
|
|
1099
1103
|
"member": {
|
|
1100
1104
|
"type": "structure",
|
|
@@ -1104,7 +1108,7 @@
|
|
|
1104
1108
|
}
|
|
1105
1109
|
}
|
|
1106
1110
|
},
|
|
1107
|
-
"
|
|
1111
|
+
"S1o": {
|
|
1108
1112
|
"type": "structure",
|
|
1109
1113
|
"members": {
|
|
1110
1114
|
"ResultConfiguration": {
|
|
@@ -1123,11 +1127,11 @@
|
|
|
1123
1127
|
"type": "boolean"
|
|
1124
1128
|
},
|
|
1125
1129
|
"EngineVersion": {
|
|
1126
|
-
"shape": "
|
|
1130
|
+
"shape": "S14"
|
|
1127
1131
|
}
|
|
1128
1132
|
}
|
|
1129
1133
|
},
|
|
1130
|
-
"
|
|
1134
|
+
"S26": {
|
|
1131
1135
|
"type": "structure",
|
|
1132
1136
|
"required": [
|
|
1133
1137
|
"Name"
|
|
@@ -1136,7 +1140,7 @@
|
|
|
1136
1140
|
"Name": {},
|
|
1137
1141
|
"Description": {},
|
|
1138
1142
|
"Parameters": {
|
|
1139
|
-
"shape": "
|
|
1143
|
+
"shape": "S19"
|
|
1140
1144
|
}
|
|
1141
1145
|
}
|
|
1142
1146
|
},
|
|
@@ -1161,7 +1165,7 @@
|
|
|
1161
1165
|
"shape": "S2y"
|
|
1162
1166
|
},
|
|
1163
1167
|
"Parameters": {
|
|
1164
|
-
"shape": "
|
|
1168
|
+
"shape": "S19"
|
|
1165
1169
|
}
|
|
1166
1170
|
}
|
|
1167
1171
|
},
|