aws-sdk 2.1559.0 → 2.1561.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/amplify-2017-07-25.min.json +49 -21
- package/apis/chatbot-2017-10-11.examples.json +5 -0
- package/apis/chatbot-2017-10-11.min.json +781 -0
- package/apis/chatbot-2017-10-11.paginators.json +39 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +26 -0
- package/apis/firehose-2015-08-04.min.json +260 -171
- package/apis/mediatailor-2018-04-23.min.json +3 -0
- package/apis/metadata.json +3 -0
- package/apis/sns-2010-03-31.min.json +35 -9
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplify.d.ts +56 -13
- package/clients/chatbot.d.ts +958 -0
- package/clients/chatbot.js +18 -0
- package/clients/configservice.d.ts +12 -12
- package/clients/connectparticipant.d.ts +7 -7
- package/clients/emr.d.ts +32 -2
- package/clients/firehose.d.ts +195 -118
- package/clients/ivs.d.ts +4 -4
- package/clients/keyspaces.d.ts +2 -2
- package/clients/lambda.d.ts +15 -15
- package/clients/mediatailor.d.ts +1 -1
- package/clients/rds.d.ts +2 -2
- package/clients/sns.d.ts +20 -20
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +46 -9
- package/dist/aws-sdk.js +327 -183
- package/dist/aws-sdk.min.js +57 -57
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"DescribeChimeWebhookConfigurations": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"DescribeSlackChannelConfigurations": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"DescribeSlackUserIdentities": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"DescribeSlackWorkspaces": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"ListMicrosoftTeamsChannelConfigurations": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
},
|
28
|
+
"ListMicrosoftTeamsConfiguredTeams": {
|
29
|
+
"input_token": "NextToken",
|
30
|
+
"output_token": "NextToken",
|
31
|
+
"limit_key": "MaxResults"
|
32
|
+
},
|
33
|
+
"ListMicrosoftTeamsUserIdentities": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "MaxResults"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
@@ -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",
|