aws-sdk 2.1119.0 → 2.1122.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 (43) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudfront-2020-05-31.min.json +42 -28
  4. package/apis/connect-2017-08-08.min.json +133 -9
  5. package/apis/connect-2017-08-08.paginators.json +9 -0
  6. package/apis/ec2-2016-11-15.min.json +14 -11
  7. package/apis/ec2-2016-11-15.waiters2.json +18 -0
  8. package/apis/ivschat-2020-07-14.examples.json +5 -0
  9. package/apis/ivschat-2020-07-14.min.json +443 -0
  10. package/apis/ivschat-2020-07-14.paginators.json +9 -0
  11. package/apis/lightsail-2016-11-28.min.json +55 -17
  12. package/apis/metadata.json +3 -0
  13. package/apis/mq-2017-11-27.min.json +22 -7
  14. package/apis/network-firewall-2020-11-12.min.json +107 -52
  15. package/apis/rds-data-2018-08-01.min.json +4 -1
  16. package/apis/sagemaker-2017-07-24.min.json +447 -434
  17. package/apis/securityhub-2018-10-26.min.json +20 -18
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/cloudfront.d.ts +15 -0
  21. package/clients/connect.d.ts +176 -9
  22. package/clients/ec2.d.ts +23 -14
  23. package/clients/eventbridge.js +1 -0
  24. package/clients/gamelift.d.ts +67 -67
  25. package/clients/glue.d.ts +79 -10
  26. package/clients/ivschat.d.ts +523 -0
  27. package/clients/ivschat.js +18 -0
  28. package/clients/lightsail.d.ts +113 -42
  29. package/clients/mq.d.ts +16 -1
  30. package/clients/networkfirewall.d.ts +103 -21
  31. package/clients/pricing.d.ts +3 -3
  32. package/clients/rdsdataservice.d.ts +22 -7
  33. package/clients/sagemaker.d.ts +24 -0
  34. package/clients/securityhub.d.ts +13 -4
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +822 -754
  37. package/dist/aws-sdk.js +228 -52
  38. package/dist/aws-sdk.min.js +83 -83
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/lib/services/eventbridge.js +19 -0
  42. package/lib/services/s3util.js +6 -1
  43. package/package.json +1 -1
@@ -0,0 +1,443 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-07-14",
5
+ "endpointPrefix": "ivschat",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "ivschat",
9
+ "serviceFullName": "Amazon Interactive Video Service Chat",
10
+ "serviceId": "ivschat",
11
+ "signatureVersion": "v4",
12
+ "signingName": "ivschat",
13
+ "uid": "ivschat-2020-07-14"
14
+ },
15
+ "operations": {
16
+ "CreateChatToken": {
17
+ "http": {
18
+ "requestUri": "/CreateChatToken",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "roomIdentifier",
25
+ "userId"
26
+ ],
27
+ "members": {
28
+ "attributes": {
29
+ "type": "map",
30
+ "key": {},
31
+ "value": {}
32
+ },
33
+ "capabilities": {
34
+ "type": "list",
35
+ "member": {}
36
+ },
37
+ "roomIdentifier": {},
38
+ "sessionDurationInMinutes": {
39
+ "type": "integer"
40
+ },
41
+ "userId": {}
42
+ }
43
+ },
44
+ "output": {
45
+ "type": "structure",
46
+ "members": {
47
+ "sessionExpirationTime": {
48
+ "shape": "Sa"
49
+ },
50
+ "token": {},
51
+ "tokenExpirationTime": {
52
+ "shape": "Sa"
53
+ }
54
+ }
55
+ }
56
+ },
57
+ "CreateRoom": {
58
+ "http": {
59
+ "requestUri": "/CreateRoom",
60
+ "responseCode": 200
61
+ },
62
+ "input": {
63
+ "type": "structure",
64
+ "members": {
65
+ "maximumMessageLength": {
66
+ "type": "integer"
67
+ },
68
+ "maximumMessageRatePerSecond": {
69
+ "type": "integer"
70
+ },
71
+ "messageReviewHandler": {
72
+ "shape": "Sf"
73
+ },
74
+ "name": {},
75
+ "tags": {
76
+ "shape": "Sj"
77
+ }
78
+ }
79
+ },
80
+ "output": {
81
+ "type": "structure",
82
+ "members": {
83
+ "arn": {},
84
+ "createTime": {
85
+ "shape": "Sa"
86
+ },
87
+ "id": {},
88
+ "maximumMessageLength": {
89
+ "type": "integer"
90
+ },
91
+ "maximumMessageRatePerSecond": {
92
+ "type": "integer"
93
+ },
94
+ "messageReviewHandler": {
95
+ "shape": "Sf"
96
+ },
97
+ "name": {},
98
+ "tags": {
99
+ "shape": "Sj"
100
+ },
101
+ "updateTime": {
102
+ "shape": "Sa"
103
+ }
104
+ }
105
+ }
106
+ },
107
+ "DeleteMessage": {
108
+ "http": {
109
+ "requestUri": "/DeleteMessage",
110
+ "responseCode": 200
111
+ },
112
+ "input": {
113
+ "type": "structure",
114
+ "required": [
115
+ "id",
116
+ "roomIdentifier"
117
+ ],
118
+ "members": {
119
+ "id": {},
120
+ "reason": {},
121
+ "roomIdentifier": {}
122
+ }
123
+ },
124
+ "output": {
125
+ "type": "structure",
126
+ "members": {
127
+ "id": {}
128
+ }
129
+ }
130
+ },
131
+ "DeleteRoom": {
132
+ "http": {
133
+ "requestUri": "/DeleteRoom",
134
+ "responseCode": 204
135
+ },
136
+ "input": {
137
+ "type": "structure",
138
+ "required": [
139
+ "identifier"
140
+ ],
141
+ "members": {
142
+ "identifier": {}
143
+ }
144
+ }
145
+ },
146
+ "DisconnectUser": {
147
+ "http": {
148
+ "requestUri": "/DisconnectUser",
149
+ "responseCode": 200
150
+ },
151
+ "input": {
152
+ "type": "structure",
153
+ "required": [
154
+ "roomIdentifier",
155
+ "userId"
156
+ ],
157
+ "members": {
158
+ "reason": {},
159
+ "roomIdentifier": {},
160
+ "userId": {}
161
+ }
162
+ },
163
+ "output": {
164
+ "type": "structure",
165
+ "members": {}
166
+ }
167
+ },
168
+ "GetRoom": {
169
+ "http": {
170
+ "requestUri": "/GetRoom",
171
+ "responseCode": 200
172
+ },
173
+ "input": {
174
+ "type": "structure",
175
+ "required": [
176
+ "identifier"
177
+ ],
178
+ "members": {
179
+ "identifier": {}
180
+ }
181
+ },
182
+ "output": {
183
+ "type": "structure",
184
+ "members": {
185
+ "arn": {},
186
+ "createTime": {
187
+ "shape": "Sa"
188
+ },
189
+ "id": {},
190
+ "maximumMessageLength": {
191
+ "type": "integer"
192
+ },
193
+ "maximumMessageRatePerSecond": {
194
+ "type": "integer"
195
+ },
196
+ "messageReviewHandler": {
197
+ "shape": "Sf"
198
+ },
199
+ "name": {},
200
+ "tags": {
201
+ "shape": "Sj"
202
+ },
203
+ "updateTime": {
204
+ "shape": "Sa"
205
+ }
206
+ }
207
+ }
208
+ },
209
+ "ListRooms": {
210
+ "http": {
211
+ "requestUri": "/ListRooms",
212
+ "responseCode": 200
213
+ },
214
+ "input": {
215
+ "type": "structure",
216
+ "members": {
217
+ "maxResults": {
218
+ "type": "integer"
219
+ },
220
+ "messageReviewHandlerUri": {},
221
+ "name": {},
222
+ "nextToken": {}
223
+ }
224
+ },
225
+ "output": {
226
+ "type": "structure",
227
+ "required": [
228
+ "rooms"
229
+ ],
230
+ "members": {
231
+ "nextToken": {},
232
+ "rooms": {
233
+ "type": "list",
234
+ "member": {
235
+ "type": "structure",
236
+ "members": {
237
+ "arn": {},
238
+ "createTime": {
239
+ "shape": "Sa"
240
+ },
241
+ "id": {},
242
+ "messageReviewHandler": {
243
+ "shape": "Sf"
244
+ },
245
+ "name": {},
246
+ "tags": {
247
+ "shape": "Sj"
248
+ },
249
+ "updateTime": {
250
+ "shape": "Sa"
251
+ }
252
+ }
253
+ }
254
+ }
255
+ }
256
+ }
257
+ },
258
+ "ListTagsForResource": {
259
+ "http": {
260
+ "method": "GET",
261
+ "requestUri": "/tags/{resourceArn}",
262
+ "responseCode": 200
263
+ },
264
+ "input": {
265
+ "type": "structure",
266
+ "required": [
267
+ "resourceArn"
268
+ ],
269
+ "members": {
270
+ "resourceArn": {
271
+ "location": "uri",
272
+ "locationName": "resourceArn"
273
+ }
274
+ }
275
+ },
276
+ "output": {
277
+ "type": "structure",
278
+ "required": [
279
+ "tags"
280
+ ],
281
+ "members": {
282
+ "tags": {
283
+ "shape": "Sj"
284
+ }
285
+ }
286
+ }
287
+ },
288
+ "SendEvent": {
289
+ "http": {
290
+ "requestUri": "/SendEvent",
291
+ "responseCode": 200
292
+ },
293
+ "input": {
294
+ "type": "structure",
295
+ "required": [
296
+ "eventName",
297
+ "roomIdentifier"
298
+ ],
299
+ "members": {
300
+ "attributes": {
301
+ "type": "map",
302
+ "key": {},
303
+ "value": {}
304
+ },
305
+ "eventName": {},
306
+ "roomIdentifier": {}
307
+ }
308
+ },
309
+ "output": {
310
+ "type": "structure",
311
+ "members": {
312
+ "id": {}
313
+ }
314
+ }
315
+ },
316
+ "TagResource": {
317
+ "http": {
318
+ "requestUri": "/tags/{resourceArn}",
319
+ "responseCode": 200
320
+ },
321
+ "input": {
322
+ "type": "structure",
323
+ "required": [
324
+ "resourceArn",
325
+ "tags"
326
+ ],
327
+ "members": {
328
+ "resourceArn": {
329
+ "location": "uri",
330
+ "locationName": "resourceArn"
331
+ },
332
+ "tags": {
333
+ "shape": "Sj"
334
+ }
335
+ }
336
+ },
337
+ "output": {
338
+ "type": "structure",
339
+ "members": {}
340
+ }
341
+ },
342
+ "UntagResource": {
343
+ "http": {
344
+ "method": "DELETE",
345
+ "requestUri": "/tags/{resourceArn}",
346
+ "responseCode": 200
347
+ },
348
+ "input": {
349
+ "type": "structure",
350
+ "required": [
351
+ "resourceArn",
352
+ "tagKeys"
353
+ ],
354
+ "members": {
355
+ "resourceArn": {
356
+ "location": "uri",
357
+ "locationName": "resourceArn"
358
+ },
359
+ "tagKeys": {
360
+ "location": "querystring",
361
+ "locationName": "tagKeys",
362
+ "type": "list",
363
+ "member": {}
364
+ }
365
+ }
366
+ },
367
+ "output": {
368
+ "type": "structure",
369
+ "members": {}
370
+ },
371
+ "idempotent": true
372
+ },
373
+ "UpdateRoom": {
374
+ "http": {
375
+ "requestUri": "/UpdateRoom",
376
+ "responseCode": 200
377
+ },
378
+ "input": {
379
+ "type": "structure",
380
+ "required": [
381
+ "identifier"
382
+ ],
383
+ "members": {
384
+ "identifier": {},
385
+ "maximumMessageLength": {
386
+ "type": "integer"
387
+ },
388
+ "maximumMessageRatePerSecond": {
389
+ "type": "integer"
390
+ },
391
+ "messageReviewHandler": {
392
+ "shape": "Sf"
393
+ },
394
+ "name": {}
395
+ }
396
+ },
397
+ "output": {
398
+ "type": "structure",
399
+ "members": {
400
+ "arn": {},
401
+ "createTime": {
402
+ "shape": "Sa"
403
+ },
404
+ "id": {},
405
+ "maximumMessageLength": {
406
+ "type": "integer"
407
+ },
408
+ "maximumMessageRatePerSecond": {
409
+ "type": "integer"
410
+ },
411
+ "messageReviewHandler": {
412
+ "shape": "Sf"
413
+ },
414
+ "name": {},
415
+ "tags": {
416
+ "shape": "Sj"
417
+ },
418
+ "updateTime": {
419
+ "shape": "Sa"
420
+ }
421
+ }
422
+ }
423
+ }
424
+ },
425
+ "shapes": {
426
+ "Sa": {
427
+ "type": "timestamp",
428
+ "timestampFormat": "iso8601"
429
+ },
430
+ "Sf": {
431
+ "type": "structure",
432
+ "members": {
433
+ "fallbackResult": {},
434
+ "uri": {}
435
+ }
436
+ },
437
+ "Sj": {
438
+ "type": "map",
439
+ "key": {},
440
+ "value": {}
441
+ }
442
+ }
443
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListRooms": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ }
8
+ }
9
+ }
@@ -763,7 +763,8 @@
763
763
  "tags": {
764
764
  "shape": "S10"
765
765
  },
766
- "ipAddressType": {}
766
+ "ipAddressType": {},
767
+ "tlsPolicyName": {}
767
768
  }
768
769
  },
769
770
  "output": {
@@ -2871,6 +2872,39 @@
2871
2872
  }
2872
2873
  }
2873
2874
  },
2875
+ "GetLoadBalancerTlsPolicies": {
2876
+ "input": {
2877
+ "type": "structure",
2878
+ "members": {
2879
+ "pageToken": {}
2880
+ }
2881
+ },
2882
+ "output": {
2883
+ "type": "structure",
2884
+ "members": {
2885
+ "tlsPolicies": {
2886
+ "type": "list",
2887
+ "member": {
2888
+ "type": "structure",
2889
+ "members": {
2890
+ "name": {},
2891
+ "isDefault": {
2892
+ "type": "boolean"
2893
+ },
2894
+ "description": {},
2895
+ "protocols": {
2896
+ "shape": "Su"
2897
+ },
2898
+ "ciphers": {
2899
+ "shape": "Su"
2900
+ }
2901
+ }
2902
+ }
2903
+ },
2904
+ "nextPageToken": {}
2905
+ }
2906
+ }
2907
+ },
2874
2908
  "GetLoadBalancers": {
2875
2909
  "input": {
2876
2910
  "type": "structure",
@@ -2976,10 +3010,10 @@
2976
3010
  "displayName": {},
2977
3011
  "name": {},
2978
3012
  "availabilityZones": {
2979
- "shape": "Sd5"
3013
+ "shape": "Sd9"
2980
3014
  },
2981
3015
  "relationalDatabaseAvailabilityZones": {
2982
- "shape": "Sd5"
3016
+ "shape": "Sd9"
2983
3017
  }
2984
3018
  }
2985
3019
  }
@@ -3001,7 +3035,7 @@
3001
3035
  "type": "structure",
3002
3036
  "members": {
3003
3037
  "relationalDatabase": {
3004
- "shape": "Sd9"
3038
+ "shape": "Sdd"
3005
3039
  }
3006
3040
  }
3007
3041
  }
@@ -3257,7 +3291,7 @@
3257
3291
  "type": "structure",
3258
3292
  "members": {
3259
3293
  "parameters": {
3260
- "shape": "Se6"
3294
+ "shape": "Sea"
3261
3295
  },
3262
3296
  "nextPageToken": {}
3263
3297
  }
@@ -3277,7 +3311,7 @@
3277
3311
  "type": "structure",
3278
3312
  "members": {
3279
3313
  "relationalDatabaseSnapshot": {
3280
- "shape": "Sea"
3314
+ "shape": "See"
3281
3315
  }
3282
3316
  }
3283
3317
  }
@@ -3295,7 +3329,7 @@
3295
3329
  "relationalDatabaseSnapshots": {
3296
3330
  "type": "list",
3297
3331
  "member": {
3298
- "shape": "Sea"
3332
+ "shape": "See"
3299
3333
  }
3300
3334
  },
3301
3335
  "nextPageToken": {}
@@ -3315,7 +3349,7 @@
3315
3349
  "relationalDatabases": {
3316
3350
  "type": "list",
3317
3351
  "member": {
3318
- "shape": "Sd9"
3352
+ "shape": "Sdd"
3319
3353
  }
3320
3354
  },
3321
3355
  "nextPageToken": {}
@@ -3336,7 +3370,7 @@
3336
3370
  "type": "structure",
3337
3371
  "members": {
3338
3372
  "staticIp": {
3339
- "shape": "Sej"
3373
+ "shape": "Sen"
3340
3374
  }
3341
3375
  }
3342
3376
  }
@@ -3354,7 +3388,7 @@
3354
3388
  "staticIps": {
3355
3389
  "type": "list",
3356
3390
  "member": {
3357
- "shape": "Sej"
3391
+ "shape": "Sen"
3358
3392
  }
3359
3393
  },
3360
3394
  "nextPageToken": {}
@@ -4063,7 +4097,7 @@
4063
4097
  "members": {
4064
4098
  "relationalDatabaseName": {},
4065
4099
  "parameters": {
4066
- "shape": "Se6"
4100
+ "shape": "Sea"
4067
4101
  }
4068
4102
  }
4069
4103
  },
@@ -5032,10 +5066,14 @@
5032
5066
  "key": {},
5033
5067
  "value": {}
5034
5068
  },
5035
- "ipAddressType": {}
5069
+ "ipAddressType": {},
5070
+ "httpsRedirectionEnabled": {
5071
+ "type": "boolean"
5072
+ },
5073
+ "tlsPolicyName": {}
5036
5074
  }
5037
5075
  },
5038
- "Sd5": {
5076
+ "Sd9": {
5039
5077
  "type": "list",
5040
5078
  "member": {
5041
5079
  "type": "structure",
@@ -5045,7 +5083,7 @@
5045
5083
  }
5046
5084
  }
5047
5085
  },
5048
- "Sd9": {
5086
+ "Sdd": {
5049
5087
  "type": "structure",
5050
5088
  "members": {
5051
5089
  "name": {},
@@ -5130,7 +5168,7 @@
5130
5168
  "caCertificateIdentifier": {}
5131
5169
  }
5132
5170
  },
5133
- "Se6": {
5171
+ "Sea": {
5134
5172
  "type": "list",
5135
5173
  "member": {
5136
5174
  "type": "structure",
@@ -5148,7 +5186,7 @@
5148
5186
  }
5149
5187
  }
5150
5188
  },
5151
- "Sea": {
5189
+ "See": {
5152
5190
  "type": "structure",
5153
5191
  "members": {
5154
5192
  "name": {},
@@ -5176,7 +5214,7 @@
5176
5214
  "fromRelationalDatabaseBlueprintId": {}
5177
5215
  }
5178
5216
  },
5179
- "Sej": {
5217
+ "Sen": {
5180
5218
  "type": "structure",
5181
5219
  "members": {
5182
5220
  "name": {},
@@ -1152,5 +1152,8 @@
1152
1152
  "pinpointsmsvoicev2": {
1153
1153
  "prefix": "pinpoint-sms-voice-v2",
1154
1154
  "name": "PinpointSMSVoiceV2"
1155
+ },
1156
+ "ivschat": {
1157
+ "name": "Ivschat"
1155
1158
  }
1156
1159
  }