aws-sdk 2.1559.0 → 2.1560.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/README.md +1 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +26 -0
- package/apis/firehose-2015-08-04.min.json +260 -171
- package/apis/sns-2010-03-31.min.json +35 -9
- package/clients/connectparticipant.d.ts +7 -7
- package/clients/emr.d.ts +32 -2
- package/clients/firehose.d.ts +195 -118
- package/clients/lambda.d.ts +15 -15
- package/clients/rds.d.ts +2 -2
- package/clients/sns.d.ts +20 -20
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +324 -183
- package/dist/aws-sdk.min.js +57 -57
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
69
69
|
To use the SDK in the browser, simply add the following script tag to your
|
70
70
|
HTML pages:
|
71
71
|
|
72
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
72
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1560.0.min.js"></script>
|
73
73
|
|
74
74
|
You can also build a custom browser SDK with your specified set of AWS services.
|
75
75
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -325,6 +325,9 @@
|
|
325
325
|
"TerminationProtected": {
|
326
326
|
"type": "boolean"
|
327
327
|
},
|
328
|
+
"UnhealthyNodeReplacement": {
|
329
|
+
"type": "boolean"
|
330
|
+
},
|
328
331
|
"VisibleToAllUsers": {
|
329
332
|
"type": "boolean"
|
330
333
|
},
|
@@ -507,6 +510,9 @@
|
|
507
510
|
"TerminationProtected": {
|
508
511
|
"type": "boolean"
|
509
512
|
},
|
513
|
+
"UnhealthyNodeReplacement": {
|
514
|
+
"type": "boolean"
|
515
|
+
},
|
510
516
|
"HadoopVersion": {}
|
511
517
|
}
|
512
518
|
},
|
@@ -1788,6 +1794,9 @@
|
|
1788
1794
|
"TerminationProtected": {
|
1789
1795
|
"type": "boolean"
|
1790
1796
|
},
|
1797
|
+
"UnhealthyNodeReplacement": {
|
1798
|
+
"type": "boolean"
|
1799
|
+
},
|
1791
1800
|
"HadoopVersion": {},
|
1792
1801
|
"Ec2SubnetId": {},
|
1793
1802
|
"Ec2SubnetIds": {
|
@@ -1916,6 +1925,23 @@
|
|
1916
1925
|
}
|
1917
1926
|
}
|
1918
1927
|
},
|
1928
|
+
"SetUnhealthyNodeReplacement": {
|
1929
|
+
"input": {
|
1930
|
+
"type": "structure",
|
1931
|
+
"required": [
|
1932
|
+
"JobFlowIds",
|
1933
|
+
"UnhealthyNodeReplacement"
|
1934
|
+
],
|
1935
|
+
"members": {
|
1936
|
+
"JobFlowIds": {
|
1937
|
+
"shape": "S1t"
|
1938
|
+
},
|
1939
|
+
"UnhealthyNodeReplacement": {
|
1940
|
+
"type": "boolean"
|
1941
|
+
}
|
1942
|
+
}
|
1943
|
+
}
|
1944
|
+
},
|
1919
1945
|
"SetVisibleToAllUsers": {
|
1920
1946
|
"input": {
|
1921
1947
|
"type": "structure",
|