aws-sdk 2.627.0 → 2.628.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 +5 -1
- package/README.md +1 -1
- package/apis/globalaccelerator-2018-08-08.min.json +235 -30
- package/apis/lightsail-2016-11-28.min.json +368 -110
- package/clients/globalaccelerator.d.ts +240 -23
- package/clients/lightsail.d.ts +492 -130
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.628.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.628.0
|
|
6
|
+
* feature: GlobalAccelerator: This release adds support for adding tags to accelerators and bringing your own IP address to AWS Global Accelerator (BYOIP).
|
|
7
|
+
* feature: Lightsail: Adds support to create notification contacts in Amazon Lightsail, and to create instance, database, and load balancer metric alarms that notify you based on the value of a metric relative to a threshold that you specify.
|
|
8
|
+
|
|
5
9
|
## 2.627.0
|
|
6
10
|
* feature: EC2: This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
|
|
7
11
|
* feature: SageMaker: SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs.
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.628.0.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -13,6 +13,25 @@
|
|
|
13
13
|
"uid": "globalaccelerator-2018-08-08"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"AdvertiseByoipCidr": {
|
|
17
|
+
"input": {
|
|
18
|
+
"type": "structure",
|
|
19
|
+
"required": [
|
|
20
|
+
"Cidr"
|
|
21
|
+
],
|
|
22
|
+
"members": {
|
|
23
|
+
"Cidr": {}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"output": {
|
|
27
|
+
"type": "structure",
|
|
28
|
+
"members": {
|
|
29
|
+
"ByoipCidr": {
|
|
30
|
+
"shape": "S4"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
16
35
|
"CreateAccelerator": {
|
|
17
36
|
"input": {
|
|
18
37
|
"type": "structure",
|
|
@@ -23,17 +42,25 @@
|
|
|
23
42
|
"members": {
|
|
24
43
|
"Name": {},
|
|
25
44
|
"IpAddressType": {},
|
|
45
|
+
"IpAddresses": {
|
|
46
|
+
"shape": "S8"
|
|
47
|
+
},
|
|
26
48
|
"Enabled": {
|
|
27
49
|
"type": "boolean"
|
|
28
50
|
},
|
|
29
|
-
"IdempotencyToken": {
|
|
51
|
+
"IdempotencyToken": {
|
|
52
|
+
"idempotencyToken": true
|
|
53
|
+
},
|
|
54
|
+
"Tags": {
|
|
55
|
+
"shape": "Sc"
|
|
56
|
+
}
|
|
30
57
|
}
|
|
31
58
|
},
|
|
32
59
|
"output": {
|
|
33
60
|
"type": "structure",
|
|
34
61
|
"members": {
|
|
35
62
|
"Accelerator": {
|
|
36
|
-
"shape": "
|
|
63
|
+
"shape": "Sh"
|
|
37
64
|
}
|
|
38
65
|
}
|
|
39
66
|
}
|
|
@@ -50,7 +77,7 @@
|
|
|
50
77
|
"ListenerArn": {},
|
|
51
78
|
"EndpointGroupRegion": {},
|
|
52
79
|
"EndpointConfigurations": {
|
|
53
|
-
"shape": "
|
|
80
|
+
"shape": "Sn"
|
|
54
81
|
},
|
|
55
82
|
"TrafficDialPercentage": {
|
|
56
83
|
"type": "float"
|
|
@@ -66,14 +93,16 @@
|
|
|
66
93
|
"ThresholdCount": {
|
|
67
94
|
"type": "integer"
|
|
68
95
|
},
|
|
69
|
-
"IdempotencyToken": {
|
|
96
|
+
"IdempotencyToken": {
|
|
97
|
+
"idempotencyToken": true
|
|
98
|
+
}
|
|
70
99
|
}
|
|
71
100
|
},
|
|
72
101
|
"output": {
|
|
73
102
|
"type": "structure",
|
|
74
103
|
"members": {
|
|
75
104
|
"EndpointGroup": {
|
|
76
|
-
"shape": "
|
|
105
|
+
"shape": "Sw"
|
|
77
106
|
}
|
|
78
107
|
}
|
|
79
108
|
}
|
|
@@ -90,18 +119,20 @@
|
|
|
90
119
|
"members": {
|
|
91
120
|
"AcceleratorArn": {},
|
|
92
121
|
"PortRanges": {
|
|
93
|
-
"shape": "
|
|
122
|
+
"shape": "S11"
|
|
94
123
|
},
|
|
95
124
|
"Protocol": {},
|
|
96
125
|
"ClientAffinity": {},
|
|
97
|
-
"IdempotencyToken": {
|
|
126
|
+
"IdempotencyToken": {
|
|
127
|
+
"idempotencyToken": true
|
|
128
|
+
}
|
|
98
129
|
}
|
|
99
130
|
},
|
|
100
131
|
"output": {
|
|
101
132
|
"type": "structure",
|
|
102
133
|
"members": {
|
|
103
134
|
"Listener": {
|
|
104
|
-
"shape": "
|
|
135
|
+
"shape": "S17"
|
|
105
136
|
}
|
|
106
137
|
}
|
|
107
138
|
}
|
|
@@ -139,6 +170,25 @@
|
|
|
139
170
|
}
|
|
140
171
|
}
|
|
141
172
|
},
|
|
173
|
+
"DeprovisionByoipCidr": {
|
|
174
|
+
"input": {
|
|
175
|
+
"type": "structure",
|
|
176
|
+
"required": [
|
|
177
|
+
"Cidr"
|
|
178
|
+
],
|
|
179
|
+
"members": {
|
|
180
|
+
"Cidr": {}
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"output": {
|
|
184
|
+
"type": "structure",
|
|
185
|
+
"members": {
|
|
186
|
+
"ByoipCidr": {
|
|
187
|
+
"shape": "S4"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
142
192
|
"DescribeAccelerator": {
|
|
143
193
|
"input": {
|
|
144
194
|
"type": "structure",
|
|
@@ -153,7 +203,7 @@
|
|
|
153
203
|
"type": "structure",
|
|
154
204
|
"members": {
|
|
155
205
|
"Accelerator": {
|
|
156
|
-
"shape": "
|
|
206
|
+
"shape": "Sh"
|
|
157
207
|
}
|
|
158
208
|
}
|
|
159
209
|
}
|
|
@@ -172,7 +222,7 @@
|
|
|
172
222
|
"type": "structure",
|
|
173
223
|
"members": {
|
|
174
224
|
"AcceleratorAttributes": {
|
|
175
|
-
"shape": "
|
|
225
|
+
"shape": "S1h"
|
|
176
226
|
}
|
|
177
227
|
}
|
|
178
228
|
}
|
|
@@ -191,7 +241,7 @@
|
|
|
191
241
|
"type": "structure",
|
|
192
242
|
"members": {
|
|
193
243
|
"EndpointGroup": {
|
|
194
|
-
"shape": "
|
|
244
|
+
"shape": "Sw"
|
|
195
245
|
}
|
|
196
246
|
}
|
|
197
247
|
}
|
|
@@ -210,7 +260,7 @@
|
|
|
210
260
|
"type": "structure",
|
|
211
261
|
"members": {
|
|
212
262
|
"Listener": {
|
|
213
|
-
"shape": "
|
|
263
|
+
"shape": "S17"
|
|
214
264
|
}
|
|
215
265
|
}
|
|
216
266
|
}
|
|
@@ -231,7 +281,30 @@
|
|
|
231
281
|
"Accelerators": {
|
|
232
282
|
"type": "list",
|
|
233
283
|
"member": {
|
|
234
|
-
"shape": "
|
|
284
|
+
"shape": "Sh"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"NextToken": {}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"ListByoipCidrs": {
|
|
292
|
+
"input": {
|
|
293
|
+
"type": "structure",
|
|
294
|
+
"members": {
|
|
295
|
+
"MaxResults": {
|
|
296
|
+
"type": "integer"
|
|
297
|
+
},
|
|
298
|
+
"NextToken": {}
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"output": {
|
|
302
|
+
"type": "structure",
|
|
303
|
+
"members": {
|
|
304
|
+
"ByoipCidrs": {
|
|
305
|
+
"type": "list",
|
|
306
|
+
"member": {
|
|
307
|
+
"shape": "S4"
|
|
235
308
|
}
|
|
236
309
|
},
|
|
237
310
|
"NextToken": {}
|
|
@@ -258,7 +331,7 @@
|
|
|
258
331
|
"EndpointGroups": {
|
|
259
332
|
"type": "list",
|
|
260
333
|
"member": {
|
|
261
|
-
"shape": "
|
|
334
|
+
"shape": "Sw"
|
|
262
335
|
}
|
|
263
336
|
},
|
|
264
337
|
"NextToken": {}
|
|
@@ -285,13 +358,102 @@
|
|
|
285
358
|
"Listeners": {
|
|
286
359
|
"type": "list",
|
|
287
360
|
"member": {
|
|
288
|
-
"shape": "
|
|
361
|
+
"shape": "S17"
|
|
289
362
|
}
|
|
290
363
|
},
|
|
291
364
|
"NextToken": {}
|
|
292
365
|
}
|
|
293
366
|
}
|
|
294
367
|
},
|
|
368
|
+
"ListTagsForResource": {
|
|
369
|
+
"input": {
|
|
370
|
+
"type": "structure",
|
|
371
|
+
"required": [
|
|
372
|
+
"ResourceArn"
|
|
373
|
+
],
|
|
374
|
+
"members": {
|
|
375
|
+
"ResourceArn": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"output": {
|
|
379
|
+
"type": "structure",
|
|
380
|
+
"members": {
|
|
381
|
+
"Tags": {
|
|
382
|
+
"shape": "Sc"
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"ProvisionByoipCidr": {
|
|
388
|
+
"input": {
|
|
389
|
+
"type": "structure",
|
|
390
|
+
"required": [
|
|
391
|
+
"Cidr",
|
|
392
|
+
"CidrAuthorizationContext"
|
|
393
|
+
],
|
|
394
|
+
"members": {
|
|
395
|
+
"Cidr": {},
|
|
396
|
+
"CidrAuthorizationContext": {
|
|
397
|
+
"type": "structure",
|
|
398
|
+
"required": [
|
|
399
|
+
"Message",
|
|
400
|
+
"Signature"
|
|
401
|
+
],
|
|
402
|
+
"members": {
|
|
403
|
+
"Message": {},
|
|
404
|
+
"Signature": {}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"output": {
|
|
410
|
+
"type": "structure",
|
|
411
|
+
"members": {
|
|
412
|
+
"ByoipCidr": {
|
|
413
|
+
"shape": "S4"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"TagResource": {
|
|
419
|
+
"input": {
|
|
420
|
+
"type": "structure",
|
|
421
|
+
"required": [
|
|
422
|
+
"ResourceArn",
|
|
423
|
+
"Tags"
|
|
424
|
+
],
|
|
425
|
+
"members": {
|
|
426
|
+
"ResourceArn": {},
|
|
427
|
+
"Tags": {
|
|
428
|
+
"shape": "Sc"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"output": {
|
|
433
|
+
"type": "structure",
|
|
434
|
+
"members": {}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"UntagResource": {
|
|
438
|
+
"input": {
|
|
439
|
+
"type": "structure",
|
|
440
|
+
"required": [
|
|
441
|
+
"ResourceArn",
|
|
442
|
+
"TagKeys"
|
|
443
|
+
],
|
|
444
|
+
"members": {
|
|
445
|
+
"ResourceArn": {},
|
|
446
|
+
"TagKeys": {
|
|
447
|
+
"type": "list",
|
|
448
|
+
"member": {}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"output": {
|
|
453
|
+
"type": "structure",
|
|
454
|
+
"members": {}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
295
457
|
"UpdateAccelerator": {
|
|
296
458
|
"input": {
|
|
297
459
|
"type": "structure",
|
|
@@ -311,7 +473,7 @@
|
|
|
311
473
|
"type": "structure",
|
|
312
474
|
"members": {
|
|
313
475
|
"Accelerator": {
|
|
314
|
-
"shape": "
|
|
476
|
+
"shape": "Sh"
|
|
315
477
|
}
|
|
316
478
|
}
|
|
317
479
|
}
|
|
@@ -335,7 +497,7 @@
|
|
|
335
497
|
"type": "structure",
|
|
336
498
|
"members": {
|
|
337
499
|
"AcceleratorAttributes": {
|
|
338
|
-
"shape": "
|
|
500
|
+
"shape": "S1h"
|
|
339
501
|
}
|
|
340
502
|
}
|
|
341
503
|
}
|
|
@@ -349,7 +511,7 @@
|
|
|
349
511
|
"members": {
|
|
350
512
|
"EndpointGroupArn": {},
|
|
351
513
|
"EndpointConfigurations": {
|
|
352
|
-
"shape": "
|
|
514
|
+
"shape": "Sn"
|
|
353
515
|
},
|
|
354
516
|
"TrafficDialPercentage": {
|
|
355
517
|
"type": "float"
|
|
@@ -371,7 +533,7 @@
|
|
|
371
533
|
"type": "structure",
|
|
372
534
|
"members": {
|
|
373
535
|
"EndpointGroup": {
|
|
374
|
-
"shape": "
|
|
536
|
+
"shape": "Sw"
|
|
375
537
|
}
|
|
376
538
|
}
|
|
377
539
|
}
|
|
@@ -385,7 +547,7 @@
|
|
|
385
547
|
"members": {
|
|
386
548
|
"ListenerArn": {},
|
|
387
549
|
"PortRanges": {
|
|
388
|
-
"shape": "
|
|
550
|
+
"shape": "S11"
|
|
389
551
|
},
|
|
390
552
|
"Protocol": {},
|
|
391
553
|
"ClientAffinity": {}
|
|
@@ -395,14 +557,58 @@
|
|
|
395
557
|
"type": "structure",
|
|
396
558
|
"members": {
|
|
397
559
|
"Listener": {
|
|
398
|
-
"shape": "
|
|
560
|
+
"shape": "S17"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"WithdrawByoipCidr": {
|
|
566
|
+
"input": {
|
|
567
|
+
"type": "structure",
|
|
568
|
+
"required": [
|
|
569
|
+
"Cidr"
|
|
570
|
+
],
|
|
571
|
+
"members": {
|
|
572
|
+
"Cidr": {}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"output": {
|
|
576
|
+
"type": "structure",
|
|
577
|
+
"members": {
|
|
578
|
+
"ByoipCidr": {
|
|
579
|
+
"shape": "S4"
|
|
399
580
|
}
|
|
400
581
|
}
|
|
401
582
|
}
|
|
402
583
|
}
|
|
403
584
|
},
|
|
404
585
|
"shapes": {
|
|
405
|
-
"
|
|
586
|
+
"S4": {
|
|
587
|
+
"type": "structure",
|
|
588
|
+
"members": {
|
|
589
|
+
"Cidr": {},
|
|
590
|
+
"State": {}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"S8": {
|
|
594
|
+
"type": "list",
|
|
595
|
+
"member": {}
|
|
596
|
+
},
|
|
597
|
+
"Sc": {
|
|
598
|
+
"type": "list",
|
|
599
|
+
"member": {
|
|
600
|
+
"type": "structure",
|
|
601
|
+
"required": [
|
|
602
|
+
"Key",
|
|
603
|
+
"Value"
|
|
604
|
+
],
|
|
605
|
+
"members": {
|
|
606
|
+
"Key": {},
|
|
607
|
+
"Value": {}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"Sh": {
|
|
406
612
|
"type": "structure",
|
|
407
613
|
"members": {
|
|
408
614
|
"AcceleratorArn": {},
|
|
@@ -418,8 +624,7 @@
|
|
|
418
624
|
"members": {
|
|
419
625
|
"IpFamily": {},
|
|
420
626
|
"IpAddresses": {
|
|
421
|
-
"
|
|
422
|
-
"member": {}
|
|
627
|
+
"shape": "S8"
|
|
423
628
|
}
|
|
424
629
|
}
|
|
425
630
|
}
|
|
@@ -434,7 +639,7 @@
|
|
|
434
639
|
}
|
|
435
640
|
}
|
|
436
641
|
},
|
|
437
|
-
"
|
|
642
|
+
"Sn": {
|
|
438
643
|
"type": "list",
|
|
439
644
|
"member": {
|
|
440
645
|
"type": "structure",
|
|
@@ -449,7 +654,7 @@
|
|
|
449
654
|
}
|
|
450
655
|
}
|
|
451
656
|
},
|
|
452
|
-
"
|
|
657
|
+
"Sw": {
|
|
453
658
|
"type": "structure",
|
|
454
659
|
"members": {
|
|
455
660
|
"EndpointGroupArn": {},
|
|
@@ -487,7 +692,7 @@
|
|
|
487
692
|
}
|
|
488
693
|
}
|
|
489
694
|
},
|
|
490
|
-
"
|
|
695
|
+
"S11": {
|
|
491
696
|
"type": "list",
|
|
492
697
|
"member": {
|
|
493
698
|
"type": "structure",
|
|
@@ -501,18 +706,18 @@
|
|
|
501
706
|
}
|
|
502
707
|
}
|
|
503
708
|
},
|
|
504
|
-
"
|
|
709
|
+
"S17": {
|
|
505
710
|
"type": "structure",
|
|
506
711
|
"members": {
|
|
507
712
|
"ListenerArn": {},
|
|
508
713
|
"PortRanges": {
|
|
509
|
-
"shape": "
|
|
714
|
+
"shape": "S11"
|
|
510
715
|
},
|
|
511
716
|
"Protocol": {},
|
|
512
717
|
"ClientAffinity": {}
|
|
513
718
|
}
|
|
514
719
|
},
|
|
515
|
-
"
|
|
720
|
+
"S1h": {
|
|
516
721
|
"type": "structure",
|
|
517
722
|
"members": {
|
|
518
723
|
"FlowLogsEnabled": {
|