aws-sdk 2.1615.0 → 2.1616.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/cognito-idp-2016-04-18.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +282 -279
- package/apis/ecr-2015-09-21.min.json +3 -0
- package/apis/metadata.json +0 -6
- package/apis/sqs-2012-11-05.min.json +21 -14
- package/clients/all.d.ts +0 -2
- package/clients/all.js +0 -2
- package/clients/cognitoidentityserviceprovider.d.ts +1 -1
- package/clients/ec2.d.ts +5 -0
- package/clients/ecr.d.ts +2 -2
- package/clients/fms.d.ts +4 -4
- package/clients/polly.d.ts +9 -9
- package/clients/sqs.d.ts +19 -14
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1624 -1698
- package/dist/aws-sdk.js +312 -302
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +0 -4
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
- package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
- package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
- package/apis/honeycode-2020-03-01.examples.json +0 -5
- package/apis/honeycode-2020-03-01.min.json +0 -962
- package/apis/honeycode-2020-03-01.paginators.json +0 -27
- package/clients/alexaforbusiness.d.ts +0 -3862
- package/clients/alexaforbusiness.js +0 -18
- package/clients/honeycode.d.ts +0 -910
- package/clients/honeycode.js +0 -18
@@ -1,94 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"pagination": {
|
3
|
-
"ListBusinessReportSchedules": {
|
4
|
-
"input_token": "NextToken",
|
5
|
-
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
7
|
-
},
|
8
|
-
"ListConferenceProviders": {
|
9
|
-
"input_token": "NextToken",
|
10
|
-
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
-
},
|
13
|
-
"ListDeviceEvents": {
|
14
|
-
"input_token": "NextToken",
|
15
|
-
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
17
|
-
},
|
18
|
-
"ListGatewayGroups": {
|
19
|
-
"input_token": "NextToken",
|
20
|
-
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
22
|
-
},
|
23
|
-
"ListGateways": {
|
24
|
-
"input_token": "NextToken",
|
25
|
-
"output_token": "NextToken",
|
26
|
-
"limit_key": "MaxResults"
|
27
|
-
},
|
28
|
-
"ListSkills": {
|
29
|
-
"input_token": "NextToken",
|
30
|
-
"output_token": "NextToken",
|
31
|
-
"limit_key": "MaxResults"
|
32
|
-
},
|
33
|
-
"ListSkillsStoreCategories": {
|
34
|
-
"input_token": "NextToken",
|
35
|
-
"output_token": "NextToken",
|
36
|
-
"limit_key": "MaxResults"
|
37
|
-
},
|
38
|
-
"ListSkillsStoreSkillsByCategory": {
|
39
|
-
"input_token": "NextToken",
|
40
|
-
"output_token": "NextToken",
|
41
|
-
"limit_key": "MaxResults"
|
42
|
-
},
|
43
|
-
"ListSmartHomeAppliances": {
|
44
|
-
"input_token": "NextToken",
|
45
|
-
"output_token": "NextToken",
|
46
|
-
"limit_key": "MaxResults"
|
47
|
-
},
|
48
|
-
"ListTags": {
|
49
|
-
"input_token": "NextToken",
|
50
|
-
"output_token": "NextToken",
|
51
|
-
"limit_key": "MaxResults"
|
52
|
-
},
|
53
|
-
"SearchAddressBooks": {
|
54
|
-
"input_token": "NextToken",
|
55
|
-
"output_token": "NextToken",
|
56
|
-
"limit_key": "MaxResults"
|
57
|
-
},
|
58
|
-
"SearchContacts": {
|
59
|
-
"input_token": "NextToken",
|
60
|
-
"output_token": "NextToken",
|
61
|
-
"limit_key": "MaxResults"
|
62
|
-
},
|
63
|
-
"SearchDevices": {
|
64
|
-
"input_token": "NextToken",
|
65
|
-
"output_token": "NextToken",
|
66
|
-
"limit_key": "MaxResults"
|
67
|
-
},
|
68
|
-
"SearchNetworkProfiles": {
|
69
|
-
"input_token": "NextToken",
|
70
|
-
"output_token": "NextToken",
|
71
|
-
"limit_key": "MaxResults"
|
72
|
-
},
|
73
|
-
"SearchProfiles": {
|
74
|
-
"input_token": "NextToken",
|
75
|
-
"output_token": "NextToken",
|
76
|
-
"limit_key": "MaxResults"
|
77
|
-
},
|
78
|
-
"SearchRooms": {
|
79
|
-
"input_token": "NextToken",
|
80
|
-
"output_token": "NextToken",
|
81
|
-
"limit_key": "MaxResults"
|
82
|
-
},
|
83
|
-
"SearchSkillGroups": {
|
84
|
-
"input_token": "NextToken",
|
85
|
-
"output_token": "NextToken",
|
86
|
-
"limit_key": "MaxResults"
|
87
|
-
},
|
88
|
-
"SearchUsers": {
|
89
|
-
"input_token": "NextToken",
|
90
|
-
"output_token": "NextToken",
|
91
|
-
"limit_key": "MaxResults"
|
92
|
-
}
|
93
|
-
}
|
94
|
-
}
|