aws-sdk 2.1230.0 → 2.1231.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 +5 -1
- package/README.md +1 -1
- package/apis/greengrassv2-2020-11-30.min.json +21 -0
- package/apis/quicksight-2018-04-01.min.json +107 -106
- package/clients/codegurureviewer.d.ts +1 -1
- package/clients/elbv2.d.ts +3 -3
- package/clients/greengrassv2.d.ts +34 -2
- package/clients/quicksight.d.ts +13 -4
- package/clients/resiliencehub.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1231.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1231.0
|
|
6
|
+
* feature: GreengrassV2: This release adds error status details for deployments and components that failed on a device and adds features to improve visibility into component installation.
|
|
7
|
+
* feature: QuickSight: Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup
|
|
8
|
+
|
|
5
9
|
## 2.1230.0
|
|
6
10
|
* feature: Glue: This SDK release adds support to sync glue jobs with source control provider. Additionally, a new parameter called SourceControlDetails will be added to Job model.
|
|
7
11
|
* feature: NetworkFirewall: StreamExceptionPolicy configures how AWS Network Firewall processes traffic when a network connection breaks midstream
|
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.1231.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
|
|
@@ -975,6 +975,19 @@
|
|
|
975
975
|
},
|
|
976
976
|
"modifiedTimestamp": {
|
|
977
977
|
"type": "timestamp"
|
|
978
|
+
},
|
|
979
|
+
"statusDetails": {
|
|
980
|
+
"type": "structure",
|
|
981
|
+
"members": {
|
|
982
|
+
"errorStack": {
|
|
983
|
+
"type": "list",
|
|
984
|
+
"member": {}
|
|
985
|
+
},
|
|
986
|
+
"errorTypes": {
|
|
987
|
+
"type": "list",
|
|
988
|
+
"member": {}
|
|
989
|
+
}
|
|
990
|
+
}
|
|
978
991
|
}
|
|
979
992
|
}
|
|
980
993
|
}
|
|
@@ -1030,6 +1043,14 @@
|
|
|
1030
1043
|
},
|
|
1031
1044
|
"lastStatusChangeTimestamp": {
|
|
1032
1045
|
"type": "timestamp"
|
|
1046
|
+
},
|
|
1047
|
+
"lastReportedTimestamp": {
|
|
1048
|
+
"type": "timestamp"
|
|
1049
|
+
},
|
|
1050
|
+
"lastInstallationSource": {},
|
|
1051
|
+
"lifecycleStatusCodes": {
|
|
1052
|
+
"type": "list",
|
|
1053
|
+
"member": {}
|
|
1033
1054
|
}
|
|
1034
1055
|
}
|
|
1035
1056
|
}
|