aws-sdk-core 2.11.453 → 2.11.454
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.
- checksums.yaml +4 -4
- data/apis/globalaccelerator/2018-08-08/api-2.json +338 -3
- data/apis/lightsail/2016-11-28/api-2.json +414 -2
- data/endpoints.json +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a253da845d90c2863d22522fa527776203863df
|
|
4
|
+
data.tar.gz: 96359764a3d380e2a6373c1c2c4c167de68ae504
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f47d7f9276dc8cbc1f5c0bb91b5275c87631c738ce46ae283c3e36f845fce7561565a644121a991b605b5e9552533651cdf095a4ef4a50f2f89958ba6bb4eff9
|
|
7
|
+
data.tar.gz: c08cc2067796159133a7e2dfc89af961c5ecb1df2e3af47ca6eb21954673452634575ed57e838924e9d2b939b649dfc07de9e8738507b038cfa539fdeeac1462
|
|
@@ -13,6 +13,22 @@
|
|
|
13
13
|
"uid":"globalaccelerator-2018-08-08"
|
|
14
14
|
},
|
|
15
15
|
"operations":{
|
|
16
|
+
"AdvertiseByoipCidr":{
|
|
17
|
+
"name":"AdvertiseByoipCidr",
|
|
18
|
+
"http":{
|
|
19
|
+
"method":"POST",
|
|
20
|
+
"requestUri":"/"
|
|
21
|
+
},
|
|
22
|
+
"input":{"shape":"AdvertiseByoipCidrRequest"},
|
|
23
|
+
"output":{"shape":"AdvertiseByoipCidrResponse"},
|
|
24
|
+
"errors":[
|
|
25
|
+
{"shape":"InternalServiceErrorException"},
|
|
26
|
+
{"shape":"InvalidArgumentException"},
|
|
27
|
+
{"shape":"AccessDeniedException"},
|
|
28
|
+
{"shape":"ByoipCidrNotFoundException"},
|
|
29
|
+
{"shape":"IncorrectCidrStateException"}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
16
32
|
"CreateAccelerator":{
|
|
17
33
|
"name":"CreateAccelerator",
|
|
18
34
|
"http":{
|
|
@@ -103,6 +119,22 @@
|
|
|
103
119
|
{"shape":"InternalServiceErrorException"}
|
|
104
120
|
]
|
|
105
121
|
},
|
|
122
|
+
"DeprovisionByoipCidr":{
|
|
123
|
+
"name":"DeprovisionByoipCidr",
|
|
124
|
+
"http":{
|
|
125
|
+
"method":"POST",
|
|
126
|
+
"requestUri":"/"
|
|
127
|
+
},
|
|
128
|
+
"input":{"shape":"DeprovisionByoipCidrRequest"},
|
|
129
|
+
"output":{"shape":"DeprovisionByoipCidrResponse"},
|
|
130
|
+
"errors":[
|
|
131
|
+
{"shape":"InternalServiceErrorException"},
|
|
132
|
+
{"shape":"InvalidArgumentException"},
|
|
133
|
+
{"shape":"AccessDeniedException"},
|
|
134
|
+
{"shape":"ByoipCidrNotFoundException"},
|
|
135
|
+
{"shape":"IncorrectCidrStateException"}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
106
138
|
"DescribeAccelerator":{
|
|
107
139
|
"name":"DescribeAccelerator",
|
|
108
140
|
"http":{
|
|
@@ -173,6 +205,21 @@
|
|
|
173
205
|
{"shape":"InternalServiceErrorException"}
|
|
174
206
|
]
|
|
175
207
|
},
|
|
208
|
+
"ListByoipCidrs":{
|
|
209
|
+
"name":"ListByoipCidrs",
|
|
210
|
+
"http":{
|
|
211
|
+
"method":"POST",
|
|
212
|
+
"requestUri":"/"
|
|
213
|
+
},
|
|
214
|
+
"input":{"shape":"ListByoipCidrsRequest"},
|
|
215
|
+
"output":{"shape":"ListByoipCidrsResponse"},
|
|
216
|
+
"errors":[
|
|
217
|
+
{"shape":"InternalServiceErrorException"},
|
|
218
|
+
{"shape":"InvalidArgumentException"},
|
|
219
|
+
{"shape":"AccessDeniedException"},
|
|
220
|
+
{"shape":"InvalidNextTokenException"}
|
|
221
|
+
]
|
|
222
|
+
},
|
|
176
223
|
"ListEndpointGroups":{
|
|
177
224
|
"name":"ListEndpointGroups",
|
|
178
225
|
"http":{
|
|
@@ -203,6 +250,64 @@
|
|
|
203
250
|
{"shape":"InternalServiceErrorException"}
|
|
204
251
|
]
|
|
205
252
|
},
|
|
253
|
+
"ListTagsForResource":{
|
|
254
|
+
"name":"ListTagsForResource",
|
|
255
|
+
"http":{
|
|
256
|
+
"method":"POST",
|
|
257
|
+
"requestUri":"/"
|
|
258
|
+
},
|
|
259
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
|
260
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
|
261
|
+
"errors":[
|
|
262
|
+
{"shape":"AcceleratorNotFoundException"},
|
|
263
|
+
{"shape":"InternalServiceErrorException"},
|
|
264
|
+
{"shape":"InvalidArgumentException"}
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
"ProvisionByoipCidr":{
|
|
268
|
+
"name":"ProvisionByoipCidr",
|
|
269
|
+
"http":{
|
|
270
|
+
"method":"POST",
|
|
271
|
+
"requestUri":"/"
|
|
272
|
+
},
|
|
273
|
+
"input":{"shape":"ProvisionByoipCidrRequest"},
|
|
274
|
+
"output":{"shape":"ProvisionByoipCidrResponse"},
|
|
275
|
+
"errors":[
|
|
276
|
+
{"shape":"InternalServiceErrorException"},
|
|
277
|
+
{"shape":"InvalidArgumentException"},
|
|
278
|
+
{"shape":"LimitExceededException"},
|
|
279
|
+
{"shape":"AccessDeniedException"},
|
|
280
|
+
{"shape":"IncorrectCidrStateException"}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"TagResource":{
|
|
284
|
+
"name":"TagResource",
|
|
285
|
+
"http":{
|
|
286
|
+
"method":"POST",
|
|
287
|
+
"requestUri":"/"
|
|
288
|
+
},
|
|
289
|
+
"input":{"shape":"TagResourceRequest"},
|
|
290
|
+
"output":{"shape":"TagResourceResponse"},
|
|
291
|
+
"errors":[
|
|
292
|
+
{"shape":"AcceleratorNotFoundException"},
|
|
293
|
+
{"shape":"InternalServiceErrorException"},
|
|
294
|
+
{"shape":"InvalidArgumentException"}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
"UntagResource":{
|
|
298
|
+
"name":"UntagResource",
|
|
299
|
+
"http":{
|
|
300
|
+
"method":"POST",
|
|
301
|
+
"requestUri":"/"
|
|
302
|
+
},
|
|
303
|
+
"input":{"shape":"UntagResourceRequest"},
|
|
304
|
+
"output":{"shape":"UntagResourceResponse"},
|
|
305
|
+
"errors":[
|
|
306
|
+
{"shape":"AcceleratorNotFoundException"},
|
|
307
|
+
{"shape":"InternalServiceErrorException"},
|
|
308
|
+
{"shape":"InvalidArgumentException"}
|
|
309
|
+
]
|
|
310
|
+
},
|
|
206
311
|
"UpdateAccelerator":{
|
|
207
312
|
"name":"UpdateAccelerator",
|
|
208
313
|
"http":{
|
|
@@ -263,6 +368,22 @@
|
|
|
263
368
|
{"shape":"InternalServiceErrorException"},
|
|
264
369
|
{"shape":"LimitExceededException"}
|
|
265
370
|
]
|
|
371
|
+
},
|
|
372
|
+
"WithdrawByoipCidr":{
|
|
373
|
+
"name":"WithdrawByoipCidr",
|
|
374
|
+
"http":{
|
|
375
|
+
"method":"POST",
|
|
376
|
+
"requestUri":"/"
|
|
377
|
+
},
|
|
378
|
+
"input":{"shape":"WithdrawByoipCidrRequest"},
|
|
379
|
+
"output":{"shape":"WithdrawByoipCidrResponse"},
|
|
380
|
+
"errors":[
|
|
381
|
+
{"shape":"InternalServiceErrorException"},
|
|
382
|
+
{"shape":"InvalidArgumentException"},
|
|
383
|
+
{"shape":"AccessDeniedException"},
|
|
384
|
+
{"shape":"ByoipCidrNotFoundException"},
|
|
385
|
+
{"shape":"IncorrectCidrStateException"}
|
|
386
|
+
]
|
|
266
387
|
}
|
|
267
388
|
},
|
|
268
389
|
"shapes":{
|
|
@@ -320,6 +441,19 @@
|
|
|
320
441
|
},
|
|
321
442
|
"exception":true
|
|
322
443
|
},
|
|
444
|
+
"AdvertiseByoipCidrRequest":{
|
|
445
|
+
"type":"structure",
|
|
446
|
+
"required":["Cidr"],
|
|
447
|
+
"members":{
|
|
448
|
+
"Cidr":{"shape":"GenericString"}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"AdvertiseByoipCidrResponse":{
|
|
452
|
+
"type":"structure",
|
|
453
|
+
"members":{
|
|
454
|
+
"ByoipCidr":{"shape":"ByoipCidr"}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
323
457
|
"AssociatedEndpointGroupFoundException":{
|
|
324
458
|
"type":"structure",
|
|
325
459
|
"members":{
|
|
@@ -334,6 +468,51 @@
|
|
|
334
468
|
},
|
|
335
469
|
"exception":true
|
|
336
470
|
},
|
|
471
|
+
"ByoipCidr":{
|
|
472
|
+
"type":"structure",
|
|
473
|
+
"members":{
|
|
474
|
+
"Cidr":{"shape":"GenericString"},
|
|
475
|
+
"State":{"shape":"ByoipCidrState"}
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"ByoipCidrNotFoundException":{
|
|
479
|
+
"type":"structure",
|
|
480
|
+
"members":{
|
|
481
|
+
"Message":{"shape":"ErrorMessage"}
|
|
482
|
+
},
|
|
483
|
+
"exception":true
|
|
484
|
+
},
|
|
485
|
+
"ByoipCidrState":{
|
|
486
|
+
"type":"string",
|
|
487
|
+
"enum":[
|
|
488
|
+
"PENDING_PROVISIONING",
|
|
489
|
+
"READY",
|
|
490
|
+
"PENDING_ADVERTISING",
|
|
491
|
+
"ADVERTISING",
|
|
492
|
+
"PENDING_WITHDRAWING",
|
|
493
|
+
"PENDING_DEPROVISIONING",
|
|
494
|
+
"DEPROVISIONED",
|
|
495
|
+
"FAILED_PROVISION",
|
|
496
|
+
"FAILED_ADVERTISING",
|
|
497
|
+
"FAILED_WITHDRAW",
|
|
498
|
+
"FAILED_DEPROVISION"
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
"ByoipCidrs":{
|
|
502
|
+
"type":"list",
|
|
503
|
+
"member":{"shape":"ByoipCidr"}
|
|
504
|
+
},
|
|
505
|
+
"CidrAuthorizationContext":{
|
|
506
|
+
"type":"structure",
|
|
507
|
+
"required":[
|
|
508
|
+
"Message",
|
|
509
|
+
"Signature"
|
|
510
|
+
],
|
|
511
|
+
"members":{
|
|
512
|
+
"Message":{"shape":"GenericString"},
|
|
513
|
+
"Signature":{"shape":"GenericString"}
|
|
514
|
+
}
|
|
515
|
+
},
|
|
337
516
|
"ClientAffinity":{
|
|
338
517
|
"type":"string",
|
|
339
518
|
"enum":[
|
|
@@ -350,8 +529,13 @@
|
|
|
350
529
|
"members":{
|
|
351
530
|
"Name":{"shape":"GenericString"},
|
|
352
531
|
"IpAddressType":{"shape":"IpAddressType"},
|
|
532
|
+
"IpAddresses":{"shape":"IpAddresses"},
|
|
353
533
|
"Enabled":{"shape":"GenericBoolean"},
|
|
354
|
-
"IdempotencyToken":{
|
|
534
|
+
"IdempotencyToken":{
|
|
535
|
+
"shape":"IdempotencyToken",
|
|
536
|
+
"idempotencyToken":true
|
|
537
|
+
},
|
|
538
|
+
"Tags":{"shape":"Tags"}
|
|
355
539
|
}
|
|
356
540
|
},
|
|
357
541
|
"CreateAcceleratorResponse":{
|
|
@@ -377,7 +561,10 @@
|
|
|
377
561
|
"HealthCheckPath":{"shape":"GenericString"},
|
|
378
562
|
"HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
|
|
379
563
|
"ThresholdCount":{"shape":"ThresholdCount"},
|
|
380
|
-
"IdempotencyToken":{
|
|
564
|
+
"IdempotencyToken":{
|
|
565
|
+
"shape":"IdempotencyToken",
|
|
566
|
+
"idempotencyToken":true
|
|
567
|
+
}
|
|
381
568
|
}
|
|
382
569
|
},
|
|
383
570
|
"CreateEndpointGroupResponse":{
|
|
@@ -399,7 +586,10 @@
|
|
|
399
586
|
"PortRanges":{"shape":"PortRanges"},
|
|
400
587
|
"Protocol":{"shape":"Protocol"},
|
|
401
588
|
"ClientAffinity":{"shape":"ClientAffinity"},
|
|
402
|
-
"IdempotencyToken":{
|
|
589
|
+
"IdempotencyToken":{
|
|
590
|
+
"shape":"IdempotencyToken",
|
|
591
|
+
"idempotencyToken":true
|
|
592
|
+
}
|
|
403
593
|
}
|
|
404
594
|
},
|
|
405
595
|
"CreateListenerResponse":{
|
|
@@ -429,6 +619,19 @@
|
|
|
429
619
|
"ListenerArn":{"shape":"GenericString"}
|
|
430
620
|
}
|
|
431
621
|
},
|
|
622
|
+
"DeprovisionByoipCidrRequest":{
|
|
623
|
+
"type":"structure",
|
|
624
|
+
"required":["Cidr"],
|
|
625
|
+
"members":{
|
|
626
|
+
"Cidr":{"shape":"GenericString"}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"DeprovisionByoipCidrResponse":{
|
|
630
|
+
"type":"structure",
|
|
631
|
+
"members":{
|
|
632
|
+
"ByoipCidr":{"shape":"ByoipCidr"}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
432
635
|
"DescribeAcceleratorAttributesRequest":{
|
|
433
636
|
"type":"structure",
|
|
434
637
|
"required":["AcceleratorArn"],
|
|
@@ -582,6 +785,13 @@
|
|
|
582
785
|
"type":"string",
|
|
583
786
|
"max":255
|
|
584
787
|
},
|
|
788
|
+
"IncorrectCidrStateException":{
|
|
789
|
+
"type":"structure",
|
|
790
|
+
"members":{
|
|
791
|
+
"Message":{"shape":"ErrorMessage"}
|
|
792
|
+
},
|
|
793
|
+
"exception":true
|
|
794
|
+
},
|
|
585
795
|
"InternalServiceErrorException":{
|
|
586
796
|
"type":"structure",
|
|
587
797
|
"members":{
|
|
@@ -653,6 +863,20 @@
|
|
|
653
863
|
"NextToken":{"shape":"GenericString"}
|
|
654
864
|
}
|
|
655
865
|
},
|
|
866
|
+
"ListByoipCidrsRequest":{
|
|
867
|
+
"type":"structure",
|
|
868
|
+
"members":{
|
|
869
|
+
"MaxResults":{"shape":"MaxResults"},
|
|
870
|
+
"NextToken":{"shape":"GenericString"}
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"ListByoipCidrsResponse":{
|
|
874
|
+
"type":"structure",
|
|
875
|
+
"members":{
|
|
876
|
+
"ByoipCidrs":{"shape":"ByoipCidrs"},
|
|
877
|
+
"NextToken":{"shape":"GenericString"}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
656
880
|
"ListEndpointGroupsRequest":{
|
|
657
881
|
"type":"structure",
|
|
658
882
|
"required":["ListenerArn"],
|
|
@@ -685,6 +909,19 @@
|
|
|
685
909
|
"NextToken":{"shape":"GenericString"}
|
|
686
910
|
}
|
|
687
911
|
},
|
|
912
|
+
"ListTagsForResourceRequest":{
|
|
913
|
+
"type":"structure",
|
|
914
|
+
"required":["ResourceArn"],
|
|
915
|
+
"members":{
|
|
916
|
+
"ResourceArn":{"shape":"ResourceArn"}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"ListTagsForResourceResponse":{
|
|
920
|
+
"type":"structure",
|
|
921
|
+
"members":{
|
|
922
|
+
"Tags":{"shape":"Tags"}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
688
925
|
"Listener":{
|
|
689
926
|
"type":"structure",
|
|
690
927
|
"members":{
|
|
@@ -735,6 +972,75 @@
|
|
|
735
972
|
"UDP"
|
|
736
973
|
]
|
|
737
974
|
},
|
|
975
|
+
"ProvisionByoipCidrRequest":{
|
|
976
|
+
"type":"structure",
|
|
977
|
+
"required":[
|
|
978
|
+
"Cidr",
|
|
979
|
+
"CidrAuthorizationContext"
|
|
980
|
+
],
|
|
981
|
+
"members":{
|
|
982
|
+
"Cidr":{"shape":"GenericString"},
|
|
983
|
+
"CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"}
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"ProvisionByoipCidrResponse":{
|
|
987
|
+
"type":"structure",
|
|
988
|
+
"members":{
|
|
989
|
+
"ByoipCidr":{"shape":"ByoipCidr"}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"ResourceArn":{
|
|
993
|
+
"type":"string",
|
|
994
|
+
"max":1011,
|
|
995
|
+
"min":1
|
|
996
|
+
},
|
|
997
|
+
"Tag":{
|
|
998
|
+
"type":"structure",
|
|
999
|
+
"required":[
|
|
1000
|
+
"Key",
|
|
1001
|
+
"Value"
|
|
1002
|
+
],
|
|
1003
|
+
"members":{
|
|
1004
|
+
"Key":{"shape":"TagKey"},
|
|
1005
|
+
"Value":{"shape":"TagValue"}
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"TagKey":{
|
|
1009
|
+
"type":"string",
|
|
1010
|
+
"max":128,
|
|
1011
|
+
"min":1
|
|
1012
|
+
},
|
|
1013
|
+
"TagKeys":{
|
|
1014
|
+
"type":"list",
|
|
1015
|
+
"member":{"shape":"TagKey"},
|
|
1016
|
+
"max":200,
|
|
1017
|
+
"min":0
|
|
1018
|
+
},
|
|
1019
|
+
"TagResourceRequest":{
|
|
1020
|
+
"type":"structure",
|
|
1021
|
+
"required":[
|
|
1022
|
+
"ResourceArn",
|
|
1023
|
+
"Tags"
|
|
1024
|
+
],
|
|
1025
|
+
"members":{
|
|
1026
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
|
1027
|
+
"Tags":{"shape":"Tags"}
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"TagResourceResponse":{
|
|
1031
|
+
"type":"structure",
|
|
1032
|
+
"members":{
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"TagValue":{
|
|
1036
|
+
"type":"string",
|
|
1037
|
+
"max":256,
|
|
1038
|
+
"min":0
|
|
1039
|
+
},
|
|
1040
|
+
"Tags":{
|
|
1041
|
+
"type":"list",
|
|
1042
|
+
"member":{"shape":"Tag"}
|
|
1043
|
+
},
|
|
738
1044
|
"ThresholdCount":{
|
|
739
1045
|
"type":"integer",
|
|
740
1046
|
"max":10,
|
|
@@ -746,6 +1052,22 @@
|
|
|
746
1052
|
"max":100,
|
|
747
1053
|
"min":0
|
|
748
1054
|
},
|
|
1055
|
+
"UntagResourceRequest":{
|
|
1056
|
+
"type":"structure",
|
|
1057
|
+
"required":[
|
|
1058
|
+
"ResourceArn",
|
|
1059
|
+
"TagKeys"
|
|
1060
|
+
],
|
|
1061
|
+
"members":{
|
|
1062
|
+
"ResourceArn":{"shape":"ResourceArn"},
|
|
1063
|
+
"TagKeys":{"shape":"TagKeys"}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"UntagResourceResponse":{
|
|
1067
|
+
"type":"structure",
|
|
1068
|
+
"members":{
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
749
1071
|
"UpdateAcceleratorAttributesRequest":{
|
|
750
1072
|
"type":"structure",
|
|
751
1073
|
"required":["AcceleratorArn"],
|
|
@@ -813,6 +1135,19 @@
|
|
|
813
1135
|
"members":{
|
|
814
1136
|
"Listener":{"shape":"Listener"}
|
|
815
1137
|
}
|
|
1138
|
+
},
|
|
1139
|
+
"WithdrawByoipCidrRequest":{
|
|
1140
|
+
"type":"structure",
|
|
1141
|
+
"required":["Cidr"],
|
|
1142
|
+
"members":{
|
|
1143
|
+
"Cidr":{"shape":"GenericString"}
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
"WithdrawByoipCidrResponse":{
|
|
1147
|
+
"type":"structure",
|
|
1148
|
+
"members":{
|
|
1149
|
+
"ByoipCidr":{"shape":"ByoipCidr"}
|
|
1150
|
+
}
|
|
816
1151
|
}
|
|
817
1152
|
}
|
|
818
1153
|
}
|
|
@@ -156,6 +156,23 @@
|
|
|
156
156
|
{"shape":"UnauthenticatedException"}
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
|
+
"CreateContactMethod":{
|
|
160
|
+
"name":"CreateContactMethod",
|
|
161
|
+
"http":{
|
|
162
|
+
"method":"POST",
|
|
163
|
+
"requestUri":"/"
|
|
164
|
+
},
|
|
165
|
+
"input":{"shape":"CreateContactMethodRequest"},
|
|
166
|
+
"output":{"shape":"CreateContactMethodResult"},
|
|
167
|
+
"errors":[
|
|
168
|
+
{"shape":"ServiceException"},
|
|
169
|
+
{"shape":"InvalidInputException"},
|
|
170
|
+
{"shape":"NotFoundException"},
|
|
171
|
+
{"shape":"OperationFailureException"},
|
|
172
|
+
{"shape":"AccessDeniedException"},
|
|
173
|
+
{"shape":"UnauthenticatedException"}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
159
176
|
"CreateDisk":{
|
|
160
177
|
"name":"CreateDisk",
|
|
161
178
|
"http":{
|
|
@@ -408,6 +425,23 @@
|
|
|
408
425
|
{"shape":"UnauthenticatedException"}
|
|
409
426
|
]
|
|
410
427
|
},
|
|
428
|
+
"DeleteAlarm":{
|
|
429
|
+
"name":"DeleteAlarm",
|
|
430
|
+
"http":{
|
|
431
|
+
"method":"POST",
|
|
432
|
+
"requestUri":"/"
|
|
433
|
+
},
|
|
434
|
+
"input":{"shape":"DeleteAlarmRequest"},
|
|
435
|
+
"output":{"shape":"DeleteAlarmResult"},
|
|
436
|
+
"errors":[
|
|
437
|
+
{"shape":"ServiceException"},
|
|
438
|
+
{"shape":"InvalidInputException"},
|
|
439
|
+
{"shape":"OperationFailureException"},
|
|
440
|
+
{"shape":"UnauthenticatedException"},
|
|
441
|
+
{"shape":"AccessDeniedException"},
|
|
442
|
+
{"shape":"NotFoundException"}
|
|
443
|
+
]
|
|
444
|
+
},
|
|
411
445
|
"DeleteAutoSnapshot":{
|
|
412
446
|
"name":"DeleteAutoSnapshot",
|
|
413
447
|
"http":{
|
|
@@ -425,6 +459,23 @@
|
|
|
425
459
|
{"shape":"UnauthenticatedException"}
|
|
426
460
|
]
|
|
427
461
|
},
|
|
462
|
+
"DeleteContactMethod":{
|
|
463
|
+
"name":"DeleteContactMethod",
|
|
464
|
+
"http":{
|
|
465
|
+
"method":"POST",
|
|
466
|
+
"requestUri":"/"
|
|
467
|
+
},
|
|
468
|
+
"input":{"shape":"DeleteContactMethodRequest"},
|
|
469
|
+
"output":{"shape":"DeleteContactMethodResult"},
|
|
470
|
+
"errors":[
|
|
471
|
+
{"shape":"ServiceException"},
|
|
472
|
+
{"shape":"InvalidInputException"},
|
|
473
|
+
{"shape":"OperationFailureException"},
|
|
474
|
+
{"shape":"UnauthenticatedException"},
|
|
475
|
+
{"shape":"AccessDeniedException"},
|
|
476
|
+
{"shape":"NotFoundException"}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
428
479
|
"DeleteDisk":{
|
|
429
480
|
"name":"DeleteDisk",
|
|
430
481
|
"http":{
|
|
@@ -783,6 +834,23 @@
|
|
|
783
834
|
{"shape":"UnauthenticatedException"}
|
|
784
835
|
]
|
|
785
836
|
},
|
|
837
|
+
"GetAlarms":{
|
|
838
|
+
"name":"GetAlarms",
|
|
839
|
+
"http":{
|
|
840
|
+
"method":"POST",
|
|
841
|
+
"requestUri":"/"
|
|
842
|
+
},
|
|
843
|
+
"input":{"shape":"GetAlarmsRequest"},
|
|
844
|
+
"output":{"shape":"GetAlarmsResult"},
|
|
845
|
+
"errors":[
|
|
846
|
+
{"shape":"ServiceException"},
|
|
847
|
+
{"shape":"InvalidInputException"},
|
|
848
|
+
{"shape":"OperationFailureException"},
|
|
849
|
+
{"shape":"UnauthenticatedException"},
|
|
850
|
+
{"shape":"AccessDeniedException"},
|
|
851
|
+
{"shape":"NotFoundException"}
|
|
852
|
+
]
|
|
853
|
+
},
|
|
786
854
|
"GetAutoSnapshots":{
|
|
787
855
|
"name":"GetAutoSnapshots",
|
|
788
856
|
"http":{
|
|
@@ -854,6 +922,23 @@
|
|
|
854
922
|
{"shape":"UnauthenticatedException"}
|
|
855
923
|
]
|
|
856
924
|
},
|
|
925
|
+
"GetContactMethods":{
|
|
926
|
+
"name":"GetContactMethods",
|
|
927
|
+
"http":{
|
|
928
|
+
"method":"POST",
|
|
929
|
+
"requestUri":"/"
|
|
930
|
+
},
|
|
931
|
+
"input":{"shape":"GetContactMethodsRequest"},
|
|
932
|
+
"output":{"shape":"GetContactMethodsResult"},
|
|
933
|
+
"errors":[
|
|
934
|
+
{"shape":"ServiceException"},
|
|
935
|
+
{"shape":"InvalidInputException"},
|
|
936
|
+
{"shape":"NotFoundException"},
|
|
937
|
+
{"shape":"OperationFailureException"},
|
|
938
|
+
{"shape":"AccessDeniedException"},
|
|
939
|
+
{"shape":"UnauthenticatedException"}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
857
942
|
"GetDisk":{
|
|
858
943
|
"name":"GetDisk",
|
|
859
944
|
"http":{
|
|
@@ -1628,6 +1713,23 @@
|
|
|
1628
1713
|
{"shape":"UnauthenticatedException"}
|
|
1629
1714
|
]
|
|
1630
1715
|
},
|
|
1716
|
+
"PutAlarm":{
|
|
1717
|
+
"name":"PutAlarm",
|
|
1718
|
+
"http":{
|
|
1719
|
+
"method":"POST",
|
|
1720
|
+
"requestUri":"/"
|
|
1721
|
+
},
|
|
1722
|
+
"input":{"shape":"PutAlarmRequest"},
|
|
1723
|
+
"output":{"shape":"PutAlarmResult"},
|
|
1724
|
+
"errors":[
|
|
1725
|
+
{"shape":"ServiceException"},
|
|
1726
|
+
{"shape":"InvalidInputException"},
|
|
1727
|
+
{"shape":"OperationFailureException"},
|
|
1728
|
+
{"shape":"AccessDeniedException"},
|
|
1729
|
+
{"shape":"UnauthenticatedException"},
|
|
1730
|
+
{"shape":"NotFoundException"}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1631
1733
|
"PutInstancePublicPorts":{
|
|
1632
1734
|
"name":"PutInstancePublicPorts",
|
|
1633
1735
|
"http":{
|
|
@@ -1700,6 +1802,23 @@
|
|
|
1700
1802
|
{"shape":"UnauthenticatedException"}
|
|
1701
1803
|
]
|
|
1702
1804
|
},
|
|
1805
|
+
"SendContactMethodVerification":{
|
|
1806
|
+
"name":"SendContactMethodVerification",
|
|
1807
|
+
"http":{
|
|
1808
|
+
"method":"POST",
|
|
1809
|
+
"requestUri":"/"
|
|
1810
|
+
},
|
|
1811
|
+
"input":{"shape":"SendContactMethodVerificationRequest"},
|
|
1812
|
+
"output":{"shape":"SendContactMethodVerificationResult"},
|
|
1813
|
+
"errors":[
|
|
1814
|
+
{"shape":"ServiceException"},
|
|
1815
|
+
{"shape":"InvalidInputException"},
|
|
1816
|
+
{"shape":"OperationFailureException"},
|
|
1817
|
+
{"shape":"UnauthenticatedException"},
|
|
1818
|
+
{"shape":"AccessDeniedException"},
|
|
1819
|
+
{"shape":"NotFoundException"}
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1703
1822
|
"StartInstance":{
|
|
1704
1823
|
"name":"StartInstance",
|
|
1705
1824
|
"http":{
|
|
@@ -1790,6 +1909,23 @@
|
|
|
1790
1909
|
{"shape":"UnauthenticatedException"}
|
|
1791
1910
|
]
|
|
1792
1911
|
},
|
|
1912
|
+
"TestAlarm":{
|
|
1913
|
+
"name":"TestAlarm",
|
|
1914
|
+
"http":{
|
|
1915
|
+
"method":"POST",
|
|
1916
|
+
"requestUri":"/"
|
|
1917
|
+
},
|
|
1918
|
+
"input":{"shape":"TestAlarmRequest"},
|
|
1919
|
+
"output":{"shape":"TestAlarmResult"},
|
|
1920
|
+
"errors":[
|
|
1921
|
+
{"shape":"ServiceException"},
|
|
1922
|
+
{"shape":"InvalidInputException"},
|
|
1923
|
+
{"shape":"OperationFailureException"},
|
|
1924
|
+
{"shape":"UnauthenticatedException"},
|
|
1925
|
+
{"shape":"AccessDeniedException"},
|
|
1926
|
+
{"shape":"NotFoundException"}
|
|
1927
|
+
]
|
|
1928
|
+
},
|
|
1793
1929
|
"UnpeerVpc":{
|
|
1794
1930
|
"name":"UnpeerVpc",
|
|
1795
1931
|
"http":{
|
|
@@ -1956,6 +2092,43 @@
|
|
|
1956
2092
|
"type":"string",
|
|
1957
2093
|
"enum":["AutoSnapshot"]
|
|
1958
2094
|
},
|
|
2095
|
+
"Alarm":{
|
|
2096
|
+
"type":"structure",
|
|
2097
|
+
"members":{
|
|
2098
|
+
"name":{"shape":"ResourceName"},
|
|
2099
|
+
"arn":{"shape":"NonEmptyString"},
|
|
2100
|
+
"createdAt":{"shape":"IsoDate"},
|
|
2101
|
+
"location":{"shape":"ResourceLocation"},
|
|
2102
|
+
"resourceType":{"shape":"ResourceType"},
|
|
2103
|
+
"supportCode":{"shape":"string"},
|
|
2104
|
+
"monitoredResourceInfo":{"shape":"MonitoredResourceInfo"},
|
|
2105
|
+
"comparisonOperator":{"shape":"ComparisonOperator"},
|
|
2106
|
+
"evaluationPeriods":{"shape":"integer"},
|
|
2107
|
+
"period":{"shape":"MetricPeriod"},
|
|
2108
|
+
"threshold":{"shape":"double"},
|
|
2109
|
+
"datapointsToAlarm":{"shape":"integer"},
|
|
2110
|
+
"treatMissingData":{"shape":"TreatMissingData"},
|
|
2111
|
+
"statistic":{"shape":"MetricStatistic"},
|
|
2112
|
+
"metricName":{"shape":"MetricName"},
|
|
2113
|
+
"state":{"shape":"AlarmState"},
|
|
2114
|
+
"unit":{"shape":"MetricUnit"},
|
|
2115
|
+
"contactProtocols":{"shape":"ContactProtocolsList"},
|
|
2116
|
+
"notificationTriggers":{"shape":"NotificationTriggerList"},
|
|
2117
|
+
"notificationEnabled":{"shape":"boolean"}
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
2120
|
+
"AlarmState":{
|
|
2121
|
+
"type":"string",
|
|
2122
|
+
"enum":[
|
|
2123
|
+
"OK",
|
|
2124
|
+
"ALARM",
|
|
2125
|
+
"INSUFFICIENT_DATA"
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
2128
|
+
"AlarmsList":{
|
|
2129
|
+
"type":"list",
|
|
2130
|
+
"member":{"shape":"Alarm"}
|
|
2131
|
+
},
|
|
1959
2132
|
"AllocateStaticIpRequest":{
|
|
1960
2133
|
"type":"structure",
|
|
1961
2134
|
"required":["staticIpName"],
|
|
@@ -2197,6 +2370,56 @@
|
|
|
2197
2370
|
"type":"string",
|
|
2198
2371
|
"enum":["ExportSnapshotRecord"]
|
|
2199
2372
|
},
|
|
2373
|
+
"ComparisonOperator":{
|
|
2374
|
+
"type":"string",
|
|
2375
|
+
"enum":[
|
|
2376
|
+
"GreaterThanOrEqualToThreshold",
|
|
2377
|
+
"GreaterThanThreshold",
|
|
2378
|
+
"LessThanThreshold",
|
|
2379
|
+
"LessThanOrEqualToThreshold"
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
"ContactMethod":{
|
|
2383
|
+
"type":"structure",
|
|
2384
|
+
"members":{
|
|
2385
|
+
"contactEndpoint":{"shape":"NonEmptyString"},
|
|
2386
|
+
"status":{"shape":"ContactMethodStatus"},
|
|
2387
|
+
"protocol":{"shape":"ContactProtocol"},
|
|
2388
|
+
"name":{"shape":"ResourceName"},
|
|
2389
|
+
"arn":{"shape":"NonEmptyString"},
|
|
2390
|
+
"createdAt":{"shape":"IsoDate"},
|
|
2391
|
+
"location":{"shape":"ResourceLocation"},
|
|
2392
|
+
"resourceType":{"shape":"ResourceType"},
|
|
2393
|
+
"supportCode":{"shape":"string"}
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"ContactMethodStatus":{
|
|
2397
|
+
"type":"string",
|
|
2398
|
+
"enum":[
|
|
2399
|
+
"PendingVerification",
|
|
2400
|
+
"Valid",
|
|
2401
|
+
"Invalid"
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
"ContactMethodVerificationProtocol":{
|
|
2405
|
+
"type":"string",
|
|
2406
|
+
"enum":["Email"]
|
|
2407
|
+
},
|
|
2408
|
+
"ContactMethodsList":{
|
|
2409
|
+
"type":"list",
|
|
2410
|
+
"member":{"shape":"ContactMethod"}
|
|
2411
|
+
},
|
|
2412
|
+
"ContactProtocol":{
|
|
2413
|
+
"type":"string",
|
|
2414
|
+
"enum":[
|
|
2415
|
+
"Email",
|
|
2416
|
+
"SMS"
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
"ContactProtocolsList":{
|
|
2420
|
+
"type":"list",
|
|
2421
|
+
"member":{"shape":"ContactProtocol"}
|
|
2422
|
+
},
|
|
2200
2423
|
"CopySnapshotRequest":{
|
|
2201
2424
|
"type":"structure",
|
|
2202
2425
|
"required":[
|
|
@@ -2231,6 +2454,23 @@
|
|
|
2231
2454
|
"operations":{"shape":"OperationList"}
|
|
2232
2455
|
}
|
|
2233
2456
|
},
|
|
2457
|
+
"CreateContactMethodRequest":{
|
|
2458
|
+
"type":"structure",
|
|
2459
|
+
"required":[
|
|
2460
|
+
"protocol",
|
|
2461
|
+
"contactEndpoint"
|
|
2462
|
+
],
|
|
2463
|
+
"members":{
|
|
2464
|
+
"protocol":{"shape":"ContactProtocol"},
|
|
2465
|
+
"contactEndpoint":{"shape":"StringMax256"}
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
"CreateContactMethodResult":{
|
|
2469
|
+
"type":"structure",
|
|
2470
|
+
"members":{
|
|
2471
|
+
"operations":{"shape":"OperationList"}
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2234
2474
|
"CreateDiskFromSnapshotRequest":{
|
|
2235
2475
|
"type":"structure",
|
|
2236
2476
|
"required":[
|
|
@@ -2527,6 +2767,19 @@
|
|
|
2527
2767
|
"operations":{"shape":"OperationList"}
|
|
2528
2768
|
}
|
|
2529
2769
|
},
|
|
2770
|
+
"DeleteAlarmRequest":{
|
|
2771
|
+
"type":"structure",
|
|
2772
|
+
"required":["alarmName"],
|
|
2773
|
+
"members":{
|
|
2774
|
+
"alarmName":{"shape":"ResourceName"}
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"DeleteAlarmResult":{
|
|
2778
|
+
"type":"structure",
|
|
2779
|
+
"members":{
|
|
2780
|
+
"operations":{"shape":"OperationList"}
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2530
2783
|
"DeleteAutoSnapshotRequest":{
|
|
2531
2784
|
"type":"structure",
|
|
2532
2785
|
"required":[
|
|
@@ -2544,6 +2797,19 @@
|
|
|
2544
2797
|
"operations":{"shape":"OperationList"}
|
|
2545
2798
|
}
|
|
2546
2799
|
},
|
|
2800
|
+
"DeleteContactMethodRequest":{
|
|
2801
|
+
"type":"structure",
|
|
2802
|
+
"required":["protocol"],
|
|
2803
|
+
"members":{
|
|
2804
|
+
"protocol":{"shape":"ContactProtocol"}
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
"DeleteContactMethodResult":{
|
|
2808
|
+
"type":"structure",
|
|
2809
|
+
"members":{
|
|
2810
|
+
"operations":{"shape":"OperationList"}
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2547
2813
|
"DeleteDiskRequest":{
|
|
2548
2814
|
"type":"structure",
|
|
2549
2815
|
"required":["diskName"],
|
|
@@ -3024,6 +3290,21 @@
|
|
|
3024
3290
|
"nextPageToken":{"shape":"string"}
|
|
3025
3291
|
}
|
|
3026
3292
|
},
|
|
3293
|
+
"GetAlarmsRequest":{
|
|
3294
|
+
"type":"structure",
|
|
3295
|
+
"members":{
|
|
3296
|
+
"alarmName":{"shape":"ResourceName"},
|
|
3297
|
+
"pageToken":{"shape":"string"},
|
|
3298
|
+
"monitoredResourceName":{"shape":"ResourceName"}
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
"GetAlarmsResult":{
|
|
3302
|
+
"type":"structure",
|
|
3303
|
+
"members":{
|
|
3304
|
+
"alarms":{"shape":"AlarmsList"},
|
|
3305
|
+
"nextPageToken":{"shape":"string"}
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3027
3308
|
"GetAutoSnapshotsRequest":{
|
|
3028
3309
|
"type":"structure",
|
|
3029
3310
|
"required":["resourceName"],
|
|
@@ -3080,6 +3361,18 @@
|
|
|
3080
3361
|
"nextPageToken":{"shape":"string"}
|
|
3081
3362
|
}
|
|
3082
3363
|
},
|
|
3364
|
+
"GetContactMethodsRequest":{
|
|
3365
|
+
"type":"structure",
|
|
3366
|
+
"members":{
|
|
3367
|
+
"protocols":{"shape":"ContactProtocolsList"}
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
"GetContactMethodsResult":{
|
|
3371
|
+
"type":"structure",
|
|
3372
|
+
"members":{
|
|
3373
|
+
"contactMethods":{"shape":"ContactMethodsList"}
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3083
3376
|
"GetDiskRequest":{
|
|
3084
3377
|
"type":"structure",
|
|
3085
3378
|
"required":["diskName"],
|
|
@@ -4191,6 +4484,34 @@
|
|
|
4191
4484
|
"type":"list",
|
|
4192
4485
|
"member":{"shape":"MetricDatapoint"}
|
|
4193
4486
|
},
|
|
4487
|
+
"MetricName":{
|
|
4488
|
+
"type":"string",
|
|
4489
|
+
"enum":[
|
|
4490
|
+
"CPUUtilization",
|
|
4491
|
+
"NetworkIn",
|
|
4492
|
+
"NetworkOut",
|
|
4493
|
+
"StatusCheckFailed",
|
|
4494
|
+
"StatusCheckFailed_Instance",
|
|
4495
|
+
"StatusCheckFailed_System",
|
|
4496
|
+
"ClientTLSNegotiationErrorCount",
|
|
4497
|
+
"HealthyHostCount",
|
|
4498
|
+
"UnhealthyHostCount",
|
|
4499
|
+
"HTTPCode_LB_4XX_Count",
|
|
4500
|
+
"HTTPCode_LB_5XX_Count",
|
|
4501
|
+
"HTTPCode_Instance_2XX_Count",
|
|
4502
|
+
"HTTPCode_Instance_3XX_Count",
|
|
4503
|
+
"HTTPCode_Instance_4XX_Count",
|
|
4504
|
+
"HTTPCode_Instance_5XX_Count",
|
|
4505
|
+
"InstanceResponseTime",
|
|
4506
|
+
"RejectedConnectionCount",
|
|
4507
|
+
"RequestCount",
|
|
4508
|
+
"DatabaseConnections",
|
|
4509
|
+
"DiskQueueDepth",
|
|
4510
|
+
"FreeStorageSpace",
|
|
4511
|
+
"NetworkReceiveThroughput",
|
|
4512
|
+
"NetworkTransmitThroughput"
|
|
4513
|
+
]
|
|
4514
|
+
},
|
|
4194
4515
|
"MetricPeriod":{
|
|
4195
4516
|
"type":"integer",
|
|
4196
4517
|
"max":86400,
|
|
@@ -4242,6 +4563,14 @@
|
|
|
4242
4563
|
"None"
|
|
4243
4564
|
]
|
|
4244
4565
|
},
|
|
4566
|
+
"MonitoredResourceInfo":{
|
|
4567
|
+
"type":"structure",
|
|
4568
|
+
"members":{
|
|
4569
|
+
"arn":{"shape":"ResourceArn"},
|
|
4570
|
+
"name":{"shape":"ResourceName"},
|
|
4571
|
+
"resourceType":{"shape":"ResourceType"}
|
|
4572
|
+
}
|
|
4573
|
+
},
|
|
4245
4574
|
"MonthlyTransfer":{
|
|
4246
4575
|
"type":"structure",
|
|
4247
4576
|
"members":{
|
|
@@ -4270,6 +4599,10 @@
|
|
|
4270
4599
|
},
|
|
4271
4600
|
"exception":true
|
|
4272
4601
|
},
|
|
4602
|
+
"NotificationTriggerList":{
|
|
4603
|
+
"type":"list",
|
|
4604
|
+
"member":{"shape":"AlarmState"}
|
|
4605
|
+
},
|
|
4273
4606
|
"OpenInstancePublicPortsRequest":{
|
|
4274
4607
|
"type":"structure",
|
|
4275
4608
|
"required":[
|
|
@@ -4377,7 +4710,15 @@
|
|
|
4377
4710
|
"RebootRelationalDatabase",
|
|
4378
4711
|
"StopRelationalDatabase",
|
|
4379
4712
|
"EnableAddOn",
|
|
4380
|
-
"DisableAddOn"
|
|
4713
|
+
"DisableAddOn",
|
|
4714
|
+
"PutAlarm",
|
|
4715
|
+
"GetAlarms",
|
|
4716
|
+
"DeleteAlarm",
|
|
4717
|
+
"TestAlarm",
|
|
4718
|
+
"CreateContactMethod",
|
|
4719
|
+
"GetContactMethods",
|
|
4720
|
+
"SendContactMethodVerification",
|
|
4721
|
+
"DeleteContactMethod"
|
|
4381
4722
|
]
|
|
4382
4723
|
},
|
|
4383
4724
|
"PasswordData":{
|
|
@@ -4462,6 +4803,36 @@
|
|
|
4462
4803
|
"closed"
|
|
4463
4804
|
]
|
|
4464
4805
|
},
|
|
4806
|
+
"PutAlarmRequest":{
|
|
4807
|
+
"type":"structure",
|
|
4808
|
+
"required":[
|
|
4809
|
+
"alarmName",
|
|
4810
|
+
"metricName",
|
|
4811
|
+
"monitoredResourceName",
|
|
4812
|
+
"comparisonOperator",
|
|
4813
|
+
"threshold",
|
|
4814
|
+
"evaluationPeriods"
|
|
4815
|
+
],
|
|
4816
|
+
"members":{
|
|
4817
|
+
"alarmName":{"shape":"ResourceName"},
|
|
4818
|
+
"metricName":{"shape":"MetricName"},
|
|
4819
|
+
"monitoredResourceName":{"shape":"ResourceName"},
|
|
4820
|
+
"comparisonOperator":{"shape":"ComparisonOperator"},
|
|
4821
|
+
"threshold":{"shape":"double"},
|
|
4822
|
+
"evaluationPeriods":{"shape":"integer"},
|
|
4823
|
+
"datapointsToAlarm":{"shape":"integer"},
|
|
4824
|
+
"treatMissingData":{"shape":"TreatMissingData"},
|
|
4825
|
+
"contactProtocols":{"shape":"ContactProtocolsList"},
|
|
4826
|
+
"notificationTriggers":{"shape":"NotificationTriggerList"},
|
|
4827
|
+
"notificationEnabled":{"shape":"boolean"}
|
|
4828
|
+
}
|
|
4829
|
+
},
|
|
4830
|
+
"PutAlarmResult":{
|
|
4831
|
+
"type":"structure",
|
|
4832
|
+
"members":{
|
|
4833
|
+
"operations":{"shape":"OperationList"}
|
|
4834
|
+
}
|
|
4835
|
+
},
|
|
4465
4836
|
"PutInstancePublicPortsRequest":{
|
|
4466
4837
|
"type":"structure",
|
|
4467
4838
|
"required":[
|
|
@@ -4755,9 +5126,24 @@
|
|
|
4755
5126
|
"RelationalDatabase",
|
|
4756
5127
|
"RelationalDatabaseSnapshot",
|
|
4757
5128
|
"ExportSnapshotRecord",
|
|
4758
|
-
"CloudFormationStackRecord"
|
|
5129
|
+
"CloudFormationStackRecord",
|
|
5130
|
+
"Alarm",
|
|
5131
|
+
"ContactMethod"
|
|
4759
5132
|
]
|
|
4760
5133
|
},
|
|
5134
|
+
"SendContactMethodVerificationRequest":{
|
|
5135
|
+
"type":"structure",
|
|
5136
|
+
"required":["protocol"],
|
|
5137
|
+
"members":{
|
|
5138
|
+
"protocol":{"shape":"ContactMethodVerificationProtocol"}
|
|
5139
|
+
}
|
|
5140
|
+
},
|
|
5141
|
+
"SendContactMethodVerificationResult":{
|
|
5142
|
+
"type":"structure",
|
|
5143
|
+
"members":{
|
|
5144
|
+
"operations":{"shape":"OperationList"}
|
|
5145
|
+
}
|
|
5146
|
+
},
|
|
4761
5147
|
"SensitiveString":{
|
|
4762
5148
|
"type":"string",
|
|
4763
5149
|
"sensitive":true
|
|
@@ -4889,10 +5275,36 @@
|
|
|
4889
5275
|
}
|
|
4890
5276
|
},
|
|
4891
5277
|
"TagValue":{"type":"string"},
|
|
5278
|
+
"TestAlarmRequest":{
|
|
5279
|
+
"type":"structure",
|
|
5280
|
+
"required":[
|
|
5281
|
+
"alarmName",
|
|
5282
|
+
"state"
|
|
5283
|
+
],
|
|
5284
|
+
"members":{
|
|
5285
|
+
"alarmName":{"shape":"ResourceName"},
|
|
5286
|
+
"state":{"shape":"AlarmState"}
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
"TestAlarmResult":{
|
|
5290
|
+
"type":"structure",
|
|
5291
|
+
"members":{
|
|
5292
|
+
"operations":{"shape":"OperationList"}
|
|
5293
|
+
}
|
|
5294
|
+
},
|
|
4892
5295
|
"TimeOfDay":{
|
|
4893
5296
|
"type":"string",
|
|
4894
5297
|
"pattern":"^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$"
|
|
4895
5298
|
},
|
|
5299
|
+
"TreatMissingData":{
|
|
5300
|
+
"type":"string",
|
|
5301
|
+
"enum":[
|
|
5302
|
+
"breaching",
|
|
5303
|
+
"notBreaching",
|
|
5304
|
+
"ignore",
|
|
5305
|
+
"missing"
|
|
5306
|
+
]
|
|
5307
|
+
},
|
|
4896
5308
|
"UnauthenticatedException":{
|
|
4897
5309
|
"type":"structure",
|
|
4898
5310
|
"members":{
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.454
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|