aws-sdk 2.810.0 → 2.814.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,292 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-11-03",
5
+ "endpointPrefix": "api.fleethub.iot",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS IoT Fleet Hub",
9
+ "serviceId": "IoTFleetHub",
10
+ "signatureVersion": "v4",
11
+ "signingName": "iotfleethub",
12
+ "uid": "iotfleethub-2020-11-03"
13
+ },
14
+ "operations": {
15
+ "CreateApplication": {
16
+ "http": {
17
+ "requestUri": "/applications",
18
+ "responseCode": 201
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "applicationName",
24
+ "roleArn"
25
+ ],
26
+ "members": {
27
+ "applicationName": {},
28
+ "applicationDescription": {},
29
+ "clientToken": {
30
+ "idempotencyToken": true
31
+ },
32
+ "roleArn": {},
33
+ "tags": {
34
+ "shape": "S6"
35
+ }
36
+ }
37
+ },
38
+ "output": {
39
+ "type": "structure",
40
+ "required": [
41
+ "applicationId",
42
+ "applicationArn"
43
+ ],
44
+ "members": {
45
+ "applicationId": {},
46
+ "applicationArn": {}
47
+ }
48
+ }
49
+ },
50
+ "DeleteApplication": {
51
+ "http": {
52
+ "method": "DELETE",
53
+ "requestUri": "/applications/{applicationId}",
54
+ "responseCode": 204
55
+ },
56
+ "input": {
57
+ "type": "structure",
58
+ "required": [
59
+ "applicationId"
60
+ ],
61
+ "members": {
62
+ "applicationId": {
63
+ "location": "uri",
64
+ "locationName": "applicationId"
65
+ },
66
+ "clientToken": {
67
+ "idempotencyToken": true,
68
+ "location": "querystring",
69
+ "locationName": "clientToken"
70
+ }
71
+ }
72
+ },
73
+ "output": {
74
+ "type": "structure",
75
+ "members": {}
76
+ }
77
+ },
78
+ "DescribeApplication": {
79
+ "http": {
80
+ "method": "GET",
81
+ "requestUri": "/applications/{applicationId}",
82
+ "responseCode": 200
83
+ },
84
+ "input": {
85
+ "type": "structure",
86
+ "required": [
87
+ "applicationId"
88
+ ],
89
+ "members": {
90
+ "applicationId": {
91
+ "location": "uri",
92
+ "locationName": "applicationId"
93
+ }
94
+ }
95
+ },
96
+ "output": {
97
+ "type": "structure",
98
+ "required": [
99
+ "applicationId",
100
+ "applicationArn",
101
+ "applicationName",
102
+ "applicationUrl",
103
+ "applicationState",
104
+ "applicationCreationDate",
105
+ "applicationLastUpdateDate",
106
+ "roleArn"
107
+ ],
108
+ "members": {
109
+ "applicationId": {},
110
+ "applicationArn": {},
111
+ "applicationName": {},
112
+ "applicationDescription": {},
113
+ "applicationUrl": {},
114
+ "applicationState": {},
115
+ "applicationCreationDate": {
116
+ "type": "long"
117
+ },
118
+ "applicationLastUpdateDate": {
119
+ "type": "long"
120
+ },
121
+ "roleArn": {},
122
+ "ssoClientId": {},
123
+ "errorMessage": {},
124
+ "tags": {
125
+ "shape": "S6"
126
+ }
127
+ }
128
+ }
129
+ },
130
+ "ListApplications": {
131
+ "http": {
132
+ "method": "GET",
133
+ "requestUri": "/applications",
134
+ "responseCode": 200
135
+ },
136
+ "input": {
137
+ "type": "structure",
138
+ "members": {
139
+ "nextToken": {
140
+ "location": "querystring",
141
+ "locationName": "nextToken"
142
+ }
143
+ }
144
+ },
145
+ "output": {
146
+ "type": "structure",
147
+ "members": {
148
+ "applicationSummaries": {
149
+ "type": "list",
150
+ "member": {
151
+ "type": "structure",
152
+ "required": [
153
+ "applicationId",
154
+ "applicationName",
155
+ "applicationUrl"
156
+ ],
157
+ "members": {
158
+ "applicationId": {},
159
+ "applicationName": {},
160
+ "applicationDescription": {},
161
+ "applicationUrl": {},
162
+ "applicationCreationDate": {
163
+ "type": "long"
164
+ },
165
+ "applicationLastUpdateDate": {
166
+ "type": "long"
167
+ },
168
+ "applicationState": {}
169
+ }
170
+ }
171
+ },
172
+ "nextToken": {}
173
+ }
174
+ }
175
+ },
176
+ "ListTagsForResource": {
177
+ "http": {
178
+ "method": "GET",
179
+ "requestUri": "/tags/{resourceArn}"
180
+ },
181
+ "input": {
182
+ "type": "structure",
183
+ "required": [
184
+ "resourceArn"
185
+ ],
186
+ "members": {
187
+ "resourceArn": {
188
+ "location": "uri",
189
+ "locationName": "resourceArn"
190
+ }
191
+ }
192
+ },
193
+ "output": {
194
+ "type": "structure",
195
+ "members": {
196
+ "tags": {
197
+ "shape": "S6"
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "TagResource": {
203
+ "http": {
204
+ "requestUri": "/tags/{resourceArn}"
205
+ },
206
+ "input": {
207
+ "type": "structure",
208
+ "required": [
209
+ "resourceArn",
210
+ "tags"
211
+ ],
212
+ "members": {
213
+ "resourceArn": {
214
+ "location": "uri",
215
+ "locationName": "resourceArn"
216
+ },
217
+ "tags": {
218
+ "shape": "S6"
219
+ }
220
+ }
221
+ },
222
+ "output": {
223
+ "type": "structure",
224
+ "members": {}
225
+ }
226
+ },
227
+ "UntagResource": {
228
+ "http": {
229
+ "method": "DELETE",
230
+ "requestUri": "/tags/{resourceArn}"
231
+ },
232
+ "input": {
233
+ "type": "structure",
234
+ "required": [
235
+ "resourceArn",
236
+ "tagKeys"
237
+ ],
238
+ "members": {
239
+ "resourceArn": {
240
+ "location": "uri",
241
+ "locationName": "resourceArn"
242
+ },
243
+ "tagKeys": {
244
+ "location": "querystring",
245
+ "locationName": "tagKeys",
246
+ "type": "list",
247
+ "member": {}
248
+ }
249
+ }
250
+ },
251
+ "output": {
252
+ "type": "structure",
253
+ "members": {}
254
+ }
255
+ },
256
+ "UpdateApplication": {
257
+ "http": {
258
+ "method": "PATCH",
259
+ "requestUri": "/applications/{applicationId}",
260
+ "responseCode": 202
261
+ },
262
+ "input": {
263
+ "type": "structure",
264
+ "required": [
265
+ "applicationId"
266
+ ],
267
+ "members": {
268
+ "applicationId": {
269
+ "location": "uri",
270
+ "locationName": "applicationId"
271
+ },
272
+ "applicationName": {},
273
+ "applicationDescription": {},
274
+ "clientToken": {
275
+ "idempotencyToken": true
276
+ }
277
+ }
278
+ },
279
+ "output": {
280
+ "type": "structure",
281
+ "members": {}
282
+ }
283
+ }
284
+ },
285
+ "shapes": {
286
+ "S6": {
287
+ "type": "map",
288
+ "key": {},
289
+ "value": {}
290
+ }
291
+ }
292
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "result_key": "applicationSummaries"
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }