aws-sdk 2.702.0 → 2.706.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/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +135 -73
- package/apis/backup-2018-11-15.min.json +64 -31
- package/apis/cloudformation-2010-05-15.min.json +40 -18
- package/apis/codecommit-2015-04-13.min.json +96 -24
- package/apis/codecommit-2015-04-13.paginators.json +5 -0
- package/apis/cognito-idp-2016-04-18.min.json +4 -2
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +103 -96
- package/apis/fsx-2018-03-01.min.json +59 -15
- package/apis/glue-2017-03-31.min.json +449 -60
- package/apis/honeycode-2020-03-01.examples.json +5 -0
- package/apis/honeycode-2020-03-01.min.json +182 -0
- package/apis/honeycode-2020-03-01.paginators.json +4 -0
- package/apis/mediatailor-2018-04-23.min.json +42 -23
- package/apis/metadata.json +3 -0
- package/apis/quicksight-2018-04-01.min.json +66 -53
- package/apis/sagemaker-2017-07-24.min.json +146 -129
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplify.d.ts +413 -373
- package/clients/autoscaling.d.ts +35 -35
- package/clients/backup.d.ts +68 -15
- package/clients/cloudformation.d.ts +35 -3
- package/clients/codecommit.d.ts +105 -6
- package/clients/dms.d.ts +48 -48
- package/clients/ec2.d.ts +53 -49
- package/clients/emr.d.ts +18 -2
- package/clients/fsx.d.ts +63 -26
- package/clients/glue.d.ts +415 -0
- package/clients/honeycode.d.ts +190 -0
- package/clients/honeycode.js +18 -0
- package/clients/iam.d.ts +15 -15
- package/clients/mediatailor.d.ts +26 -0
- package/clients/organizations.d.ts +21 -21
- package/clients/quicksight.d.ts +33 -19
- package/clients/sagemaker.d.ts +23 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +54 -17
- package/dist/aws-sdk.js +259 -144
- package/dist/aws-sdk.min.js +74 -73
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"apiVersion": "2020-03-01",
|
|
5
|
+
"endpointPrefix": "honeycode",
|
|
6
|
+
"jsonVersion": "1.1",
|
|
7
|
+
"protocol": "rest-json",
|
|
8
|
+
"serviceAbbreviation": "Honeycode",
|
|
9
|
+
"serviceFullName": "Amazon Honeycode",
|
|
10
|
+
"serviceId": "Honeycode",
|
|
11
|
+
"signatureVersion": "v4",
|
|
12
|
+
"signingName": "honeycode",
|
|
13
|
+
"uid": "honeycode-2020-03-01"
|
|
14
|
+
},
|
|
15
|
+
"operations": {
|
|
16
|
+
"GetScreenData": {
|
|
17
|
+
"http": {
|
|
18
|
+
"requestUri": "/screendata"
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"workbookId",
|
|
24
|
+
"appId",
|
|
25
|
+
"screenId"
|
|
26
|
+
],
|
|
27
|
+
"members": {
|
|
28
|
+
"workbookId": {},
|
|
29
|
+
"appId": {},
|
|
30
|
+
"screenId": {},
|
|
31
|
+
"variables": {
|
|
32
|
+
"shape": "S3"
|
|
33
|
+
},
|
|
34
|
+
"maxResults": {
|
|
35
|
+
"type": "integer"
|
|
36
|
+
},
|
|
37
|
+
"nextToken": {}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"output": {
|
|
41
|
+
"type": "structure",
|
|
42
|
+
"required": [
|
|
43
|
+
"results",
|
|
44
|
+
"workbookCursor"
|
|
45
|
+
],
|
|
46
|
+
"members": {
|
|
47
|
+
"results": {
|
|
48
|
+
"type": "map",
|
|
49
|
+
"key": {
|
|
50
|
+
"shape": "Sb"
|
|
51
|
+
},
|
|
52
|
+
"value": {
|
|
53
|
+
"type": "structure",
|
|
54
|
+
"required": [
|
|
55
|
+
"headers",
|
|
56
|
+
"rows"
|
|
57
|
+
],
|
|
58
|
+
"members": {
|
|
59
|
+
"headers": {
|
|
60
|
+
"type": "list",
|
|
61
|
+
"member": {
|
|
62
|
+
"type": "structure",
|
|
63
|
+
"required": [
|
|
64
|
+
"name",
|
|
65
|
+
"format"
|
|
66
|
+
],
|
|
67
|
+
"members": {
|
|
68
|
+
"name": {
|
|
69
|
+
"shape": "Sb"
|
|
70
|
+
},
|
|
71
|
+
"format": {}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"rows": {
|
|
76
|
+
"type": "list",
|
|
77
|
+
"member": {
|
|
78
|
+
"type": "structure",
|
|
79
|
+
"required": [
|
|
80
|
+
"dataItems"
|
|
81
|
+
],
|
|
82
|
+
"members": {
|
|
83
|
+
"rowId": {},
|
|
84
|
+
"dataItems": {
|
|
85
|
+
"type": "list",
|
|
86
|
+
"member": {
|
|
87
|
+
"type": "structure",
|
|
88
|
+
"members": {
|
|
89
|
+
"overrideFormat": {},
|
|
90
|
+
"rawValue": {},
|
|
91
|
+
"formattedValue": {}
|
|
92
|
+
},
|
|
93
|
+
"sensitive": true
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"workbookCursor": {
|
|
103
|
+
"type": "long"
|
|
104
|
+
},
|
|
105
|
+
"nextToken": {}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"InvokeScreenAutomation": {
|
|
110
|
+
"http": {
|
|
111
|
+
"requestUri": "/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}"
|
|
112
|
+
},
|
|
113
|
+
"input": {
|
|
114
|
+
"type": "structure",
|
|
115
|
+
"required": [
|
|
116
|
+
"workbookId",
|
|
117
|
+
"appId",
|
|
118
|
+
"screenId",
|
|
119
|
+
"screenAutomationId"
|
|
120
|
+
],
|
|
121
|
+
"members": {
|
|
122
|
+
"workbookId": {
|
|
123
|
+
"location": "uri",
|
|
124
|
+
"locationName": "workbookId"
|
|
125
|
+
},
|
|
126
|
+
"appId": {
|
|
127
|
+
"location": "uri",
|
|
128
|
+
"locationName": "appId"
|
|
129
|
+
},
|
|
130
|
+
"screenId": {
|
|
131
|
+
"location": "uri",
|
|
132
|
+
"locationName": "screenId"
|
|
133
|
+
},
|
|
134
|
+
"screenAutomationId": {
|
|
135
|
+
"location": "uri",
|
|
136
|
+
"locationName": "automationId"
|
|
137
|
+
},
|
|
138
|
+
"variables": {
|
|
139
|
+
"shape": "S3"
|
|
140
|
+
},
|
|
141
|
+
"rowId": {},
|
|
142
|
+
"clientRequestToken": {}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"output": {
|
|
146
|
+
"type": "structure",
|
|
147
|
+
"required": [
|
|
148
|
+
"workbookCursor"
|
|
149
|
+
],
|
|
150
|
+
"members": {
|
|
151
|
+
"workbookCursor": {
|
|
152
|
+
"type": "long"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"shapes": {
|
|
159
|
+
"S3": {
|
|
160
|
+
"type": "map",
|
|
161
|
+
"key": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"sensitive": true
|
|
164
|
+
},
|
|
165
|
+
"value": {
|
|
166
|
+
"type": "structure",
|
|
167
|
+
"required": [
|
|
168
|
+
"rawValue"
|
|
169
|
+
],
|
|
170
|
+
"members": {
|
|
171
|
+
"rawValue": {}
|
|
172
|
+
},
|
|
173
|
+
"sensitive": true
|
|
174
|
+
},
|
|
175
|
+
"sensitive": true
|
|
176
|
+
},
|
|
177
|
+
"Sb": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"sensitive": true
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
@@ -59,17 +59,20 @@
|
|
|
59
59
|
"AvailSuppression": {
|
|
60
60
|
"shape": "S6"
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"Bumper": {
|
|
63
63
|
"shape": "S8"
|
|
64
64
|
},
|
|
65
|
-
"
|
|
65
|
+
"CdnConfiguration": {
|
|
66
66
|
"shape": "S9"
|
|
67
67
|
},
|
|
68
|
+
"DashConfiguration": {
|
|
69
|
+
"shape": "Sa"
|
|
70
|
+
},
|
|
68
71
|
"HlsConfiguration": {
|
|
69
|
-
"shape": "
|
|
72
|
+
"shape": "Sc"
|
|
70
73
|
},
|
|
71
74
|
"LivePreRollConfiguration": {
|
|
72
|
-
"shape": "
|
|
75
|
+
"shape": "Sd"
|
|
73
76
|
},
|
|
74
77
|
"Name": {},
|
|
75
78
|
"PersonalizationThresholdSeconds": {
|
|
@@ -81,7 +84,7 @@
|
|
|
81
84
|
"SlateAdUrl": {},
|
|
82
85
|
"Tags": {
|
|
83
86
|
"locationName": "tags",
|
|
84
|
-
"shape": "
|
|
87
|
+
"shape": "Sg"
|
|
85
88
|
},
|
|
86
89
|
"TranscodeProfileName": {},
|
|
87
90
|
"VideoContentSourceUrl": {}
|
|
@@ -118,14 +121,17 @@
|
|
|
118
121
|
"AvailSuppression": {
|
|
119
122
|
"shape": "S6"
|
|
120
123
|
},
|
|
121
|
-
"
|
|
124
|
+
"Bumper": {
|
|
122
125
|
"shape": "S8"
|
|
123
126
|
},
|
|
124
|
-
"
|
|
127
|
+
"CdnConfiguration": {
|
|
125
128
|
"shape": "S9"
|
|
126
129
|
},
|
|
130
|
+
"DashConfiguration": {
|
|
131
|
+
"shape": "Sa"
|
|
132
|
+
},
|
|
127
133
|
"HlsConfiguration": {
|
|
128
|
-
"shape": "
|
|
134
|
+
"shape": "Sc"
|
|
129
135
|
},
|
|
130
136
|
"Name": {},
|
|
131
137
|
"PlaybackConfigurationArn": {},
|
|
@@ -134,7 +140,7 @@
|
|
|
134
140
|
"SlateAdUrl": {},
|
|
135
141
|
"Tags": {
|
|
136
142
|
"locationName": "tags",
|
|
137
|
-
"shape": "
|
|
143
|
+
"shape": "Sg"
|
|
138
144
|
},
|
|
139
145
|
"TranscodeProfileName": {},
|
|
140
146
|
"PersonalizationThresholdSeconds": {
|
|
@@ -173,7 +179,7 @@
|
|
|
173
179
|
"members": {
|
|
174
180
|
"Tags": {
|
|
175
181
|
"locationName": "tags",
|
|
176
|
-
"shape": "
|
|
182
|
+
"shape": "Sg"
|
|
177
183
|
}
|
|
178
184
|
},
|
|
179
185
|
"type": "structure"
|
|
@@ -191,9 +197,12 @@
|
|
|
191
197
|
"AvailSuppression": {
|
|
192
198
|
"shape": "S6"
|
|
193
199
|
},
|
|
194
|
-
"
|
|
200
|
+
"Bumper": {
|
|
195
201
|
"shape": "S8"
|
|
196
202
|
},
|
|
203
|
+
"CdnConfiguration": {
|
|
204
|
+
"shape": "S9"
|
|
205
|
+
},
|
|
197
206
|
"DashConfiguration": {
|
|
198
207
|
"members": {
|
|
199
208
|
"MpdLocation": {},
|
|
@@ -202,7 +211,7 @@
|
|
|
202
211
|
"type": "structure"
|
|
203
212
|
},
|
|
204
213
|
"LivePreRollConfiguration": {
|
|
205
|
-
"shape": "
|
|
214
|
+
"shape": "Sd"
|
|
206
215
|
},
|
|
207
216
|
"Name": {},
|
|
208
217
|
"PersonalizationThresholdSeconds": {
|
|
@@ -211,7 +220,7 @@
|
|
|
211
220
|
"SlateAdUrl": {},
|
|
212
221
|
"Tags": {
|
|
213
222
|
"locationName": "tags",
|
|
214
|
-
"shape": "
|
|
223
|
+
"shape": "Sg"
|
|
215
224
|
},
|
|
216
225
|
"TranscodeProfileName": {},
|
|
217
226
|
"VideoContentSourceUrl": {}
|
|
@@ -224,17 +233,20 @@
|
|
|
224
233
|
"AvailSuppression": {
|
|
225
234
|
"shape": "S6"
|
|
226
235
|
},
|
|
227
|
-
"
|
|
236
|
+
"Bumper": {
|
|
228
237
|
"shape": "S8"
|
|
229
238
|
},
|
|
230
|
-
"
|
|
239
|
+
"CdnConfiguration": {
|
|
231
240
|
"shape": "S9"
|
|
232
241
|
},
|
|
242
|
+
"DashConfiguration": {
|
|
243
|
+
"shape": "Sa"
|
|
244
|
+
},
|
|
233
245
|
"HlsConfiguration": {
|
|
234
|
-
"shape": "
|
|
246
|
+
"shape": "Sc"
|
|
235
247
|
},
|
|
236
248
|
"LivePreRollConfiguration": {
|
|
237
|
-
"shape": "
|
|
249
|
+
"shape": "Sd"
|
|
238
250
|
},
|
|
239
251
|
"Name": {},
|
|
240
252
|
"PersonalizationThresholdSeconds": {
|
|
@@ -246,7 +258,7 @@
|
|
|
246
258
|
"SlateAdUrl": {},
|
|
247
259
|
"Tags": {
|
|
248
260
|
"locationName": "tags",
|
|
249
|
-
"shape": "
|
|
261
|
+
"shape": "Sg"
|
|
250
262
|
},
|
|
251
263
|
"TranscodeProfileName": {},
|
|
252
264
|
"VideoContentSourceUrl": {}
|
|
@@ -267,7 +279,7 @@
|
|
|
267
279
|
},
|
|
268
280
|
"Tags": {
|
|
269
281
|
"locationName": "tags",
|
|
270
|
-
"shape": "
|
|
282
|
+
"shape": "Sg"
|
|
271
283
|
}
|
|
272
284
|
},
|
|
273
285
|
"required": [
|
|
@@ -313,13 +325,20 @@
|
|
|
313
325
|
}
|
|
314
326
|
},
|
|
315
327
|
"S8": {
|
|
328
|
+
"type": "structure",
|
|
329
|
+
"members": {
|
|
330
|
+
"EndUrl": {},
|
|
331
|
+
"StartUrl": {}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"S9": {
|
|
316
335
|
"members": {
|
|
317
336
|
"AdSegmentUrlPrefix": {},
|
|
318
337
|
"ContentSegmentUrlPrefix": {}
|
|
319
338
|
},
|
|
320
339
|
"type": "structure"
|
|
321
340
|
},
|
|
322
|
-
"
|
|
341
|
+
"Sa": {
|
|
323
342
|
"members": {
|
|
324
343
|
"ManifestEndpointPrefix": {},
|
|
325
344
|
"MpdLocation": {},
|
|
@@ -327,13 +346,13 @@
|
|
|
327
346
|
},
|
|
328
347
|
"type": "structure"
|
|
329
348
|
},
|
|
330
|
-
"
|
|
349
|
+
"Sc": {
|
|
331
350
|
"members": {
|
|
332
351
|
"ManifestEndpointPrefix": {}
|
|
333
352
|
},
|
|
334
353
|
"type": "structure"
|
|
335
354
|
},
|
|
336
|
-
"
|
|
355
|
+
"Sd": {
|
|
337
356
|
"type": "structure",
|
|
338
357
|
"members": {
|
|
339
358
|
"AdDecisionServerUrl": {},
|
|
@@ -342,7 +361,7 @@
|
|
|
342
361
|
}
|
|
343
362
|
}
|
|
344
363
|
},
|
|
345
|
-
"
|
|
364
|
+
"Sg": {
|
|
346
365
|
"key": {},
|
|
347
366
|
"type": "map",
|
|
348
367
|
"value": {}
|