aws-sdk 2.1659.0 → 2.1661.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 (46) hide show
  1. package/README.md +1 -1
  2. package/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  3. package/apis/connect-2017-08-08.min.json +364 -175
  4. package/apis/connect-2017-08-08.paginators.json +18 -0
  5. package/apis/datazone-2018-05-10.min.json +902 -364
  6. package/apis/datazone-2018-05-10.paginators.json +6 -0
  7. package/apis/ec2-2016-11-15.min.json +1161 -1028
  8. package/apis/firehose-2015-08-04.min.json +226 -81
  9. package/apis/ivs-2020-07-14.min.json +159 -154
  10. package/apis/ivschat-2020-07-14.min.json +144 -139
  11. package/apis/ivschat-2020-07-14.waiters2.json +5 -0
  12. package/apis/medialive-2017-10-14.min.json +327 -230
  13. package/apis/metadata.json +0 -3
  14. package/apis/redshift-serverless-2021-04-21.min.json +25 -21
  15. package/apis/taxsettings-2018-05-10.min.json +4 -1
  16. package/apis/timestream-query-2018-11-01.min.json +4 -1
  17. package/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  18. package/clients/acmpca.d.ts +12 -12
  19. package/clients/all.d.ts +0 -1
  20. package/clients/all.js +0 -1
  21. package/clients/connect.d.ts +198 -2
  22. package/clients/datazone.d.ts +576 -0
  23. package/clients/ec2.d.ts +172 -17
  24. package/clients/firehose.d.ts +141 -0
  25. package/clients/ivs.d.ts +229 -229
  26. package/clients/ivschat.d.ts +166 -166
  27. package/clients/ivschat.js +1 -0
  28. package/clients/medialive.d.ts +100 -4
  29. package/clients/rds.d.ts +9 -9
  30. package/clients/redshiftserverless.d.ts +20 -3
  31. package/clients/sagemaker.d.ts +2 -2
  32. package/clients/secretsmanager.d.ts +7 -7
  33. package/clients/timestreamquery.d.ts +1 -1
  34. package/clients/workspacesthinclient.d.ts +1 -1
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +1807 -1837
  37. package/dist/aws-sdk.js +1772 -1290
  38. package/dist/aws-sdk.min.js +84 -84
  39. package/lib/config_service_placeholders.d.ts +0 -2
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
  42. package/apis/mobile-2017-07-01.examples.json +0 -5
  43. package/apis/mobile-2017-07-01.min.json +0 -341
  44. package/apis/mobile-2017-07-01.paginators.json +0 -14
  45. package/clients/mobile.d.ts +0 -333
  46. package/clients/mobile.js +0 -18
@@ -106,7 +106,6 @@ export abstract class ConfigurationServicePlaceholders {
106
106
  migrationhub?: AWS.MigrationHub.Types.ClientConfiguration;
107
107
  cloudhsmv2?: AWS.CloudHSMV2.Types.ClientConfiguration;
108
108
  glue?: AWS.Glue.Types.ClientConfiguration;
109
- mobile?: AWS.Mobile.Types.ClientConfiguration;
110
109
  pricing?: AWS.Pricing.Types.ClientConfiguration;
111
110
  costexplorer?: AWS.CostExplorer.Types.ClientConfiguration;
112
111
  mediaconvert?: AWS.MediaConvert.Types.ClientConfiguration;
@@ -493,7 +492,6 @@ export interface ConfigurationServiceApiVersions {
493
492
  migrationhub?: AWS.MigrationHub.Types.apiVersion;
494
493
  cloudhsmv2?: AWS.CloudHSMV2.Types.apiVersion;
495
494
  glue?: AWS.Glue.Types.apiVersion;
496
- mobile?: AWS.Mobile.Types.apiVersion;
497
495
  pricing?: AWS.Pricing.Types.apiVersion;
498
496
  costexplorer?: AWS.CostExplorer.Types.apiVersion;
499
497
  mediaconvert?: AWS.MediaConvert.Types.apiVersion;
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1659.0',
23
+ VERSION: '2.1661.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1659.0",
4
+ "version": "2.1661.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }
@@ -1,341 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2017-07-01",
5
- "endpointPrefix": "mobile",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceFullName": "AWS Mobile",
9
- "serviceId": "Mobile",
10
- "signatureVersion": "v4",
11
- "signingName": "AWSMobileHubService",
12
- "uid": "mobile-2017-07-01"
13
- },
14
- "operations": {
15
- "CreateProject": {
16
- "http": {
17
- "requestUri": "/projects"
18
- },
19
- "input": {
20
- "type": "structure",
21
- "members": {
22
- "name": {
23
- "location": "querystring",
24
- "locationName": "name"
25
- },
26
- "region": {
27
- "location": "querystring",
28
- "locationName": "region"
29
- },
30
- "contents": {
31
- "type": "blob"
32
- },
33
- "snapshotId": {
34
- "location": "querystring",
35
- "locationName": "snapshotId"
36
- }
37
- },
38
- "payload": "contents"
39
- },
40
- "output": {
41
- "type": "structure",
42
- "members": {
43
- "details": {
44
- "shape": "S7"
45
- }
46
- }
47
- }
48
- },
49
- "DeleteProject": {
50
- "http": {
51
- "method": "DELETE",
52
- "requestUri": "/projects/{projectId}"
53
- },
54
- "input": {
55
- "type": "structure",
56
- "required": [
57
- "projectId"
58
- ],
59
- "members": {
60
- "projectId": {
61
- "location": "uri",
62
- "locationName": "projectId"
63
- }
64
- }
65
- },
66
- "output": {
67
- "type": "structure",
68
- "members": {
69
- "deletedResources": {
70
- "shape": "Sc"
71
- },
72
- "orphanedResources": {
73
- "shape": "Sc"
74
- }
75
- }
76
- }
77
- },
78
- "DescribeBundle": {
79
- "http": {
80
- "method": "GET",
81
- "requestUri": "/bundles/{bundleId}"
82
- },
83
- "input": {
84
- "type": "structure",
85
- "required": [
86
- "bundleId"
87
- ],
88
- "members": {
89
- "bundleId": {
90
- "location": "uri",
91
- "locationName": "bundleId"
92
- }
93
- }
94
- },
95
- "output": {
96
- "type": "structure",
97
- "members": {
98
- "details": {
99
- "shape": "Sq"
100
- }
101
- }
102
- }
103
- },
104
- "DescribeProject": {
105
- "http": {
106
- "method": "GET",
107
- "requestUri": "/project"
108
- },
109
- "input": {
110
- "type": "structure",
111
- "required": [
112
- "projectId"
113
- ],
114
- "members": {
115
- "projectId": {
116
- "location": "querystring",
117
- "locationName": "projectId"
118
- },
119
- "syncFromResources": {
120
- "location": "querystring",
121
- "locationName": "syncFromResources",
122
- "type": "boolean"
123
- }
124
- }
125
- },
126
- "output": {
127
- "type": "structure",
128
- "members": {
129
- "details": {
130
- "shape": "S7"
131
- }
132
- }
133
- }
134
- },
135
- "ExportBundle": {
136
- "http": {
137
- "requestUri": "/bundles/{bundleId}"
138
- },
139
- "input": {
140
- "type": "structure",
141
- "required": [
142
- "bundleId"
143
- ],
144
- "members": {
145
- "bundleId": {
146
- "location": "uri",
147
- "locationName": "bundleId"
148
- },
149
- "projectId": {
150
- "location": "querystring",
151
- "locationName": "projectId"
152
- },
153
- "platform": {
154
- "location": "querystring",
155
- "locationName": "platform"
156
- }
157
- }
158
- },
159
- "output": {
160
- "type": "structure",
161
- "members": {
162
- "downloadUrl": {}
163
- }
164
- }
165
- },
166
- "ExportProject": {
167
- "http": {
168
- "requestUri": "/exports/{projectId}"
169
- },
170
- "input": {
171
- "type": "structure",
172
- "required": [
173
- "projectId"
174
- ],
175
- "members": {
176
- "projectId": {
177
- "location": "uri",
178
- "locationName": "projectId"
179
- }
180
- }
181
- },
182
- "output": {
183
- "type": "structure",
184
- "members": {
185
- "downloadUrl": {},
186
- "shareUrl": {},
187
- "snapshotId": {}
188
- }
189
- }
190
- },
191
- "ListBundles": {
192
- "http": {
193
- "method": "GET",
194
- "requestUri": "/bundles"
195
- },
196
- "input": {
197
- "type": "structure",
198
- "members": {
199
- "maxResults": {
200
- "location": "querystring",
201
- "locationName": "maxResults",
202
- "type": "integer"
203
- },
204
- "nextToken": {
205
- "location": "querystring",
206
- "locationName": "nextToken"
207
- }
208
- }
209
- },
210
- "output": {
211
- "type": "structure",
212
- "members": {
213
- "bundleList": {
214
- "type": "list",
215
- "member": {
216
- "shape": "Sq"
217
- }
218
- },
219
- "nextToken": {}
220
- }
221
- }
222
- },
223
- "ListProjects": {
224
- "http": {
225
- "method": "GET",
226
- "requestUri": "/projects"
227
- },
228
- "input": {
229
- "type": "structure",
230
- "members": {
231
- "maxResults": {
232
- "location": "querystring",
233
- "locationName": "maxResults",
234
- "type": "integer"
235
- },
236
- "nextToken": {
237
- "location": "querystring",
238
- "locationName": "nextToken"
239
- }
240
- }
241
- },
242
- "output": {
243
- "type": "structure",
244
- "members": {
245
- "projects": {
246
- "type": "list",
247
- "member": {
248
- "type": "structure",
249
- "members": {
250
- "name": {},
251
- "projectId": {}
252
- }
253
- }
254
- },
255
- "nextToken": {}
256
- }
257
- }
258
- },
259
- "UpdateProject": {
260
- "http": {
261
- "requestUri": "/update"
262
- },
263
- "input": {
264
- "type": "structure",
265
- "required": [
266
- "projectId"
267
- ],
268
- "members": {
269
- "contents": {
270
- "type": "blob"
271
- },
272
- "projectId": {
273
- "location": "querystring",
274
- "locationName": "projectId"
275
- }
276
- },
277
- "payload": "contents"
278
- },
279
- "output": {
280
- "type": "structure",
281
- "members": {
282
- "details": {
283
- "shape": "S7"
284
- }
285
- }
286
- }
287
- }
288
- },
289
- "shapes": {
290
- "S7": {
291
- "type": "structure",
292
- "members": {
293
- "name": {},
294
- "projectId": {},
295
- "region": {},
296
- "state": {},
297
- "createdDate": {
298
- "type": "timestamp"
299
- },
300
- "lastUpdatedDate": {
301
- "type": "timestamp"
302
- },
303
- "consoleUrl": {},
304
- "resources": {
305
- "shape": "Sc"
306
- }
307
- }
308
- },
309
- "Sc": {
310
- "type": "list",
311
- "member": {
312
- "type": "structure",
313
- "members": {
314
- "type": {},
315
- "name": {},
316
- "arn": {},
317
- "feature": {},
318
- "attributes": {
319
- "type": "map",
320
- "key": {},
321
- "value": {}
322
- }
323
- }
324
- }
325
- },
326
- "Sq": {
327
- "type": "structure",
328
- "members": {
329
- "bundleId": {},
330
- "title": {},
331
- "version": {},
332
- "description": {},
333
- "iconUrl": {},
334
- "availablePlatforms": {
335
- "type": "list",
336
- "member": {}
337
- }
338
- }
339
- }
340
- }
341
- }
@@ -1,14 +0,0 @@
1
- {
2
- "pagination": {
3
- "ListBundles": {
4
- "input_token": "nextToken",
5
- "output_token": "nextToken",
6
- "limit_key": "maxResults"
7
- },
8
- "ListProjects": {
9
- "input_token": "nextToken",
10
- "output_token": "nextToken",
11
- "limit_key": "maxResults"
12
- }
13
- }
14
- }