aws-sdk-core 2.10.92 → 2.10.93
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +23 -3
- data/apis/ec2/2016-11-15/api-2.json +178 -2
- data/apis/lightsail/2016-11-28/api-2.json +698 -1
- data/apis/resource-groups/2017-11-27/api-2.json +628 -0
- data/apis/resource-groups/2017-11-27/examples-1.json +5 -0
- data/apis/resource-groups/2017-11-27/paginators-1.json +19 -0
- data/apis/ssm/2014-11-06/api-2.json +212 -19
- data/apis/waf-regional/2016-11-28/api-2.json +302 -5
- data/apis/waf/2015-08-24/api-2.json +302 -5
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/resourcegroups.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ba00ea6dfa942324440f5250e7301c9845afd7b
|
4
|
+
data.tar.gz: 275a5ecc2fe5553ccb1f4f4ea70f14c186b55edd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a307e3ad8848b72f9eed5c1115aca917c2ffc0679f0fde3d0024a16f8c1884bcc300960db186a3f507194780896100456bfdf80c3fcf41fe74981f3692f684
|
7
|
+
data.tar.gz: ef155c3becdc3f39a05ae6edda773f260e9383e508e1f16d3d3131d8a4ed9f478313771c054d8ddbb17413cb7f0e641070792152acc6a86edea79c634f61faa1
|
@@ -876,6 +876,7 @@
|
|
876
876
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
877
877
|
"AutoScalingGroupARN":{"shape":"ResourceName"},
|
878
878
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
879
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
879
880
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
880
881
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
881
882
|
"DesiredCapacity":{"shape":"AutoScalingGroupDesiredCapacity"},
|
@@ -932,7 +933,6 @@
|
|
932
933
|
"AvailabilityZone",
|
933
934
|
"LifecycleState",
|
934
935
|
"HealthStatus",
|
935
|
-
"LaunchConfigurationName",
|
936
936
|
"ProtectedFromScaleIn"
|
937
937
|
],
|
938
938
|
"members":{
|
@@ -942,6 +942,7 @@
|
|
942
942
|
"LifecycleState":{"shape":"XmlStringMaxLen32"},
|
943
943
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
944
944
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
945
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
945
946
|
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
946
947
|
}
|
947
948
|
},
|
@@ -1031,6 +1032,7 @@
|
|
1031
1032
|
"members":{
|
1032
1033
|
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
|
1033
1034
|
"LaunchConfigurationName":{"shape":"ResourceName"},
|
1035
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1034
1036
|
"InstanceId":{"shape":"XmlStringMaxLen19"},
|
1035
1037
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
1036
1038
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
@@ -1465,7 +1467,6 @@
|
|
1465
1467
|
"AvailabilityZone",
|
1466
1468
|
"LifecycleState",
|
1467
1469
|
"HealthStatus",
|
1468
|
-
"LaunchConfigurationName",
|
1469
1470
|
"ProtectedFromScaleIn"
|
1470
1471
|
],
|
1471
1472
|
"members":{
|
@@ -1474,6 +1475,7 @@
|
|
1474
1475
|
"LifecycleState":{"shape":"LifecycleState"},
|
1475
1476
|
"HealthStatus":{"shape":"XmlStringMaxLen32"},
|
1476
1477
|
"LaunchConfigurationName":{"shape":"XmlStringMaxLen255"},
|
1478
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1477
1479
|
"ProtectedFromScaleIn":{"shape":"InstanceProtected"}
|
1478
1480
|
}
|
1479
1481
|
},
|
@@ -1565,6 +1567,20 @@
|
|
1565
1567
|
"NextToken":{"shape":"XmlString"}
|
1566
1568
|
}
|
1567
1569
|
},
|
1570
|
+
"LaunchTemplateName":{
|
1571
|
+
"type":"string",
|
1572
|
+
"max":128,
|
1573
|
+
"min":3,
|
1574
|
+
"pattern":"[a-zA-Z0-9\\(\\)\\.-/_]+"
|
1575
|
+
},
|
1576
|
+
"LaunchTemplateSpecification":{
|
1577
|
+
"type":"structure",
|
1578
|
+
"members":{
|
1579
|
+
"LaunchTemplateId":{"shape":"XmlStringMaxLen255"},
|
1580
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
1581
|
+
"Version":{"shape":"XmlStringMaxLen255"}
|
1582
|
+
}
|
1583
|
+
},
|
1568
1584
|
"LifecycleActionResult":{"type":"string"},
|
1569
1585
|
"LifecycleActionToken":{
|
1570
1586
|
"type":"string",
|
@@ -1592,7 +1608,10 @@
|
|
1592
1608
|
},
|
1593
1609
|
"LifecycleHookSpecification":{
|
1594
1610
|
"type":"structure",
|
1595
|
-
"required":[
|
1611
|
+
"required":[
|
1612
|
+
"LifecycleHookName",
|
1613
|
+
"LifecycleTransition"
|
1614
|
+
],
|
1596
1615
|
"members":{
|
1597
1616
|
"LifecycleHookName":{"shape":"AsciiStringMaxLen255"},
|
1598
1617
|
"LifecycleTransition":{"shape":"LifecycleTransition"},
|
@@ -2190,6 +2209,7 @@
|
|
2190
2209
|
"members":{
|
2191
2210
|
"AutoScalingGroupName":{"shape":"ResourceName"},
|
2192
2211
|
"LaunchConfigurationName":{"shape":"ResourceName"},
|
2212
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
2193
2213
|
"MinSize":{"shape":"AutoScalingGroupMinSize"},
|
2194
2214
|
"MaxSize":{"shape":"AutoScalingGroupMaxSize"},
|
2195
2215
|
"DesiredCapacity":{"shape":"AutoScalingGroupDesiredCapacity"},
|
@@ -1105,6 +1105,15 @@
|
|
1105
1105
|
"input":{"shape":"DescribeInstanceAttributeRequest"},
|
1106
1106
|
"output":{"shape":"InstanceAttribute"}
|
1107
1107
|
},
|
1108
|
+
"DescribeInstanceCreditSpecifications":{
|
1109
|
+
"name":"DescribeInstanceCreditSpecifications",
|
1110
|
+
"http":{
|
1111
|
+
"method":"POST",
|
1112
|
+
"requestUri":"/"
|
1113
|
+
},
|
1114
|
+
"input":{"shape":"DescribeInstanceCreditSpecificationsRequest"},
|
1115
|
+
"output":{"shape":"DescribeInstanceCreditSpecificationsResult"}
|
1116
|
+
},
|
1108
1117
|
"DescribeInstanceStatus":{
|
1109
1118
|
"name":"DescribeInstanceStatus",
|
1110
1119
|
"http":{
|
@@ -1867,6 +1876,15 @@
|
|
1867
1876
|
},
|
1868
1877
|
"input":{"shape":"ModifyInstanceAttributeRequest"}
|
1869
1878
|
},
|
1879
|
+
"ModifyInstanceCreditSpecification":{
|
1880
|
+
"name":"ModifyInstanceCreditSpecification",
|
1881
|
+
"http":{
|
1882
|
+
"method":"POST",
|
1883
|
+
"requestUri":"/"
|
1884
|
+
},
|
1885
|
+
"input":{"shape":"ModifyInstanceCreditSpecificationRequest"},
|
1886
|
+
"output":{"shape":"ModifyInstanceCreditSpecificationResult"}
|
1887
|
+
},
|
1870
1888
|
"ModifyInstancePlacement":{
|
1871
1889
|
"name":"ModifyInstancePlacement",
|
1872
1890
|
"http":{
|
@@ -4953,6 +4971,7 @@
|
|
4953
4971
|
},
|
4954
4972
|
"CreditSpecificationRequest":{
|
4955
4973
|
"type":"structure",
|
4974
|
+
"required":["CpuCredits"],
|
4956
4975
|
"members":{
|
4957
4976
|
"CpuCredits":{"shape":"String"}
|
4958
4977
|
}
|
@@ -6200,6 +6219,35 @@
|
|
6200
6219
|
}
|
6201
6220
|
}
|
6202
6221
|
},
|
6222
|
+
"DescribeInstanceCreditSpecificationsRequest":{
|
6223
|
+
"type":"structure",
|
6224
|
+
"members":{
|
6225
|
+
"DryRun":{"shape":"Boolean"},
|
6226
|
+
"Filters":{
|
6227
|
+
"shape":"FilterList",
|
6228
|
+
"locationName":"Filter"
|
6229
|
+
},
|
6230
|
+
"InstanceIds":{
|
6231
|
+
"shape":"InstanceIdStringList",
|
6232
|
+
"locationName":"InstanceId"
|
6233
|
+
},
|
6234
|
+
"MaxResults":{"shape":"Integer"},
|
6235
|
+
"NextToken":{"shape":"String"}
|
6236
|
+
}
|
6237
|
+
},
|
6238
|
+
"DescribeInstanceCreditSpecificationsResult":{
|
6239
|
+
"type":"structure",
|
6240
|
+
"members":{
|
6241
|
+
"InstanceCreditSpecifications":{
|
6242
|
+
"shape":"InstanceCreditSpecificationList",
|
6243
|
+
"locationName":"instanceCreditSpecificationSet"
|
6244
|
+
},
|
6245
|
+
"NextToken":{
|
6246
|
+
"shape":"String",
|
6247
|
+
"locationName":"nextToken"
|
6248
|
+
}
|
6249
|
+
}
|
6250
|
+
},
|
6203
6251
|
"DescribeInstanceStatusRequest":{
|
6204
6252
|
"type":"structure",
|
6205
6253
|
"members":{
|
@@ -10452,6 +10500,40 @@
|
|
10452
10500
|
"locationName":"item"
|
10453
10501
|
}
|
10454
10502
|
},
|
10503
|
+
"InstanceCreditSpecification":{
|
10504
|
+
"type":"structure",
|
10505
|
+
"members":{
|
10506
|
+
"InstanceId":{
|
10507
|
+
"shape":"String",
|
10508
|
+
"locationName":"instanceId"
|
10509
|
+
},
|
10510
|
+
"CpuCredits":{
|
10511
|
+
"shape":"String",
|
10512
|
+
"locationName":"cpuCredits"
|
10513
|
+
}
|
10514
|
+
}
|
10515
|
+
},
|
10516
|
+
"InstanceCreditSpecificationList":{
|
10517
|
+
"type":"list",
|
10518
|
+
"member":{
|
10519
|
+
"shape":"InstanceCreditSpecification",
|
10520
|
+
"locationName":"item"
|
10521
|
+
}
|
10522
|
+
},
|
10523
|
+
"InstanceCreditSpecificationListRequest":{
|
10524
|
+
"type":"list",
|
10525
|
+
"member":{
|
10526
|
+
"shape":"InstanceCreditSpecificationRequest",
|
10527
|
+
"locationName":"item"
|
10528
|
+
}
|
10529
|
+
},
|
10530
|
+
"InstanceCreditSpecificationRequest":{
|
10531
|
+
"type":"structure",
|
10532
|
+
"members":{
|
10533
|
+
"InstanceId":{"shape":"String"},
|
10534
|
+
"CpuCredits":{"shape":"String"}
|
10535
|
+
}
|
10536
|
+
},
|
10455
10537
|
"InstanceExportDetails":{
|
10456
10538
|
"type":"structure",
|
10457
10539
|
"members":{
|
@@ -11014,7 +11096,17 @@
|
|
11014
11096
|
"d2.4xlarge",
|
11015
11097
|
"d2.8xlarge",
|
11016
11098
|
"f1.2xlarge",
|
11017
|
-
"f1.16xlarge"
|
11099
|
+
"f1.16xlarge",
|
11100
|
+
"m5.large",
|
11101
|
+
"m5.xlarge",
|
11102
|
+
"m5.2xlarge",
|
11103
|
+
"m5.4xlarge",
|
11104
|
+
"m5.12xlarge",
|
11105
|
+
"m5.24xlarge",
|
11106
|
+
"h1.2xlarge",
|
11107
|
+
"h1.4xlarge",
|
11108
|
+
"h1.8xlarge",
|
11109
|
+
"h1.16xlarge"
|
11018
11110
|
]
|
11019
11111
|
},
|
11020
11112
|
"InstanceTypeList":{
|
@@ -12112,6 +12204,31 @@
|
|
12112
12204
|
}
|
12113
12205
|
}
|
12114
12206
|
},
|
12207
|
+
"ModifyInstanceCreditSpecificationRequest":{
|
12208
|
+
"type":"structure",
|
12209
|
+
"required":["InstanceCreditSpecifications"],
|
12210
|
+
"members":{
|
12211
|
+
"DryRun":{"shape":"Boolean"},
|
12212
|
+
"ClientToken":{"shape":"String"},
|
12213
|
+
"InstanceCreditSpecifications":{
|
12214
|
+
"shape":"InstanceCreditSpecificationListRequest",
|
12215
|
+
"locationName":"InstanceCreditSpecification"
|
12216
|
+
}
|
12217
|
+
}
|
12218
|
+
},
|
12219
|
+
"ModifyInstanceCreditSpecificationResult":{
|
12220
|
+
"type":"structure",
|
12221
|
+
"members":{
|
12222
|
+
"SuccessfulInstanceCreditSpecifications":{
|
12223
|
+
"shape":"SuccessfulInstanceCreditSpecificationSet",
|
12224
|
+
"locationName":"successfulInstanceCreditSpecificationSet"
|
12225
|
+
},
|
12226
|
+
"UnsuccessfulInstanceCreditSpecifications":{
|
12227
|
+
"shape":"UnsuccessfulInstanceCreditSpecificationSet",
|
12228
|
+
"locationName":"unsuccessfulInstanceCreditSpecificationSet"
|
12229
|
+
}
|
12230
|
+
}
|
12231
|
+
},
|
12115
12232
|
"ModifyInstancePlacementRequest":{
|
12116
12233
|
"type":"structure",
|
12117
12234
|
"required":["InstanceId"],
|
@@ -15371,7 +15488,8 @@
|
|
15371
15488
|
"locationName":"TagSpecification"
|
15372
15489
|
},
|
15373
15490
|
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
15374
|
-
"InstanceMarketOptions":{"shape":"InstanceMarketOptionsRequest"}
|
15491
|
+
"InstanceMarketOptions":{"shape":"InstanceMarketOptionsRequest"},
|
15492
|
+
"CreditSpecification":{"shape":"CreditSpecificationRequest"}
|
15375
15493
|
}
|
15376
15494
|
},
|
15377
15495
|
"RunScheduledInstancesRequest":{
|
@@ -16929,6 +17047,22 @@
|
|
16929
17047
|
"available"
|
16930
17048
|
]
|
16931
17049
|
},
|
17050
|
+
"SuccessfulInstanceCreditSpecificationItem":{
|
17051
|
+
"type":"structure",
|
17052
|
+
"members":{
|
17053
|
+
"InstanceId":{
|
17054
|
+
"shape":"String",
|
17055
|
+
"locationName":"instanceId"
|
17056
|
+
}
|
17057
|
+
}
|
17058
|
+
},
|
17059
|
+
"SuccessfulInstanceCreditSpecificationSet":{
|
17060
|
+
"type":"list",
|
17061
|
+
"member":{
|
17062
|
+
"shape":"SuccessfulInstanceCreditSpecificationItem",
|
17063
|
+
"locationName":"item"
|
17064
|
+
}
|
17065
|
+
},
|
16932
17066
|
"SummaryStatus":{
|
16933
17067
|
"type":"string",
|
16934
17068
|
"enum":[
|
@@ -17207,6 +17341,48 @@
|
|
17207
17341
|
}
|
17208
17342
|
}
|
17209
17343
|
},
|
17344
|
+
"UnsuccessfulInstanceCreditSpecificationErrorCode":{
|
17345
|
+
"type":"string",
|
17346
|
+
"enum":[
|
17347
|
+
"InvalidInstanceID.Malformed",
|
17348
|
+
"InvalidInstanceID.NotFound",
|
17349
|
+
"IncorrectInstanceState",
|
17350
|
+
"InstanceCreditSpecification.NotSupported"
|
17351
|
+
]
|
17352
|
+
},
|
17353
|
+
"UnsuccessfulInstanceCreditSpecificationItem":{
|
17354
|
+
"type":"structure",
|
17355
|
+
"members":{
|
17356
|
+
"InstanceId":{
|
17357
|
+
"shape":"String",
|
17358
|
+
"locationName":"instanceId"
|
17359
|
+
},
|
17360
|
+
"Error":{
|
17361
|
+
"shape":"UnsuccessfulInstanceCreditSpecificationItemError",
|
17362
|
+
"locationName":"error"
|
17363
|
+
}
|
17364
|
+
}
|
17365
|
+
},
|
17366
|
+
"UnsuccessfulInstanceCreditSpecificationItemError":{
|
17367
|
+
"type":"structure",
|
17368
|
+
"members":{
|
17369
|
+
"Code":{
|
17370
|
+
"shape":"UnsuccessfulInstanceCreditSpecificationErrorCode",
|
17371
|
+
"locationName":"code"
|
17372
|
+
},
|
17373
|
+
"Message":{
|
17374
|
+
"shape":"String",
|
17375
|
+
"locationName":"message"
|
17376
|
+
}
|
17377
|
+
}
|
17378
|
+
},
|
17379
|
+
"UnsuccessfulInstanceCreditSpecificationSet":{
|
17380
|
+
"type":"list",
|
17381
|
+
"member":{
|
17382
|
+
"shape":"UnsuccessfulInstanceCreditSpecificationItem",
|
17383
|
+
"locationName":"item"
|
17384
|
+
}
|
17385
|
+
},
|
17210
17386
|
"UnsuccessfulItem":{
|
17211
17387
|
"type":"structure",
|
17212
17388
|
"required":["Error"],
|
@@ -48,6 +48,42 @@
|
|
48
48
|
{"shape":"UnauthenticatedException"}
|
49
49
|
]
|
50
50
|
},
|
51
|
+
"AttachInstancesToLoadBalancer":{
|
52
|
+
"name":"AttachInstancesToLoadBalancer",
|
53
|
+
"http":{
|
54
|
+
"method":"POST",
|
55
|
+
"requestUri":"/"
|
56
|
+
},
|
57
|
+
"input":{"shape":"AttachInstancesToLoadBalancerRequest"},
|
58
|
+
"output":{"shape":"AttachInstancesToLoadBalancerResult"},
|
59
|
+
"errors":[
|
60
|
+
{"shape":"ServiceException"},
|
61
|
+
{"shape":"InvalidInputException"},
|
62
|
+
{"shape":"NotFoundException"},
|
63
|
+
{"shape":"OperationFailureException"},
|
64
|
+
{"shape":"AccessDeniedException"},
|
65
|
+
{"shape":"AccountSetupInProgressException"},
|
66
|
+
{"shape":"UnauthenticatedException"}
|
67
|
+
]
|
68
|
+
},
|
69
|
+
"AttachLoadBalancerTlsCertificate":{
|
70
|
+
"name":"AttachLoadBalancerTlsCertificate",
|
71
|
+
"http":{
|
72
|
+
"method":"POST",
|
73
|
+
"requestUri":"/"
|
74
|
+
},
|
75
|
+
"input":{"shape":"AttachLoadBalancerTlsCertificateRequest"},
|
76
|
+
"output":{"shape":"AttachLoadBalancerTlsCertificateResult"},
|
77
|
+
"errors":[
|
78
|
+
{"shape":"ServiceException"},
|
79
|
+
{"shape":"InvalidInputException"},
|
80
|
+
{"shape":"NotFoundException"},
|
81
|
+
{"shape":"OperationFailureException"},
|
82
|
+
{"shape":"AccessDeniedException"},
|
83
|
+
{"shape":"AccountSetupInProgressException"},
|
84
|
+
{"shape":"UnauthenticatedException"}
|
85
|
+
]
|
86
|
+
},
|
51
87
|
"AttachStaticIp":{
|
52
88
|
"name":"AttachStaticIp",
|
53
89
|
"http":{
|
@@ -246,6 +282,42 @@
|
|
246
282
|
{"shape":"UnauthenticatedException"}
|
247
283
|
]
|
248
284
|
},
|
285
|
+
"CreateLoadBalancer":{
|
286
|
+
"name":"CreateLoadBalancer",
|
287
|
+
"http":{
|
288
|
+
"method":"POST",
|
289
|
+
"requestUri":"/"
|
290
|
+
},
|
291
|
+
"input":{"shape":"CreateLoadBalancerRequest"},
|
292
|
+
"output":{"shape":"CreateLoadBalancerResult"},
|
293
|
+
"errors":[
|
294
|
+
{"shape":"ServiceException"},
|
295
|
+
{"shape":"InvalidInputException"},
|
296
|
+
{"shape":"NotFoundException"},
|
297
|
+
{"shape":"OperationFailureException"},
|
298
|
+
{"shape":"AccessDeniedException"},
|
299
|
+
{"shape":"AccountSetupInProgressException"},
|
300
|
+
{"shape":"UnauthenticatedException"}
|
301
|
+
]
|
302
|
+
},
|
303
|
+
"CreateLoadBalancerTlsCertificate":{
|
304
|
+
"name":"CreateLoadBalancerTlsCertificate",
|
305
|
+
"http":{
|
306
|
+
"method":"POST",
|
307
|
+
"requestUri":"/"
|
308
|
+
},
|
309
|
+
"input":{"shape":"CreateLoadBalancerTlsCertificateRequest"},
|
310
|
+
"output":{"shape":"CreateLoadBalancerTlsCertificateResult"},
|
311
|
+
"errors":[
|
312
|
+
{"shape":"ServiceException"},
|
313
|
+
{"shape":"InvalidInputException"},
|
314
|
+
{"shape":"NotFoundException"},
|
315
|
+
{"shape":"OperationFailureException"},
|
316
|
+
{"shape":"AccessDeniedException"},
|
317
|
+
{"shape":"AccountSetupInProgressException"},
|
318
|
+
{"shape":"UnauthenticatedException"}
|
319
|
+
]
|
320
|
+
},
|
249
321
|
"DeleteDisk":{
|
250
322
|
"name":"DeleteDisk",
|
251
323
|
"http":{
|
@@ -372,6 +444,42 @@
|
|
372
444
|
{"shape":"UnauthenticatedException"}
|
373
445
|
]
|
374
446
|
},
|
447
|
+
"DeleteLoadBalancer":{
|
448
|
+
"name":"DeleteLoadBalancer",
|
449
|
+
"http":{
|
450
|
+
"method":"POST",
|
451
|
+
"requestUri":"/"
|
452
|
+
},
|
453
|
+
"input":{"shape":"DeleteLoadBalancerRequest"},
|
454
|
+
"output":{"shape":"DeleteLoadBalancerResult"},
|
455
|
+
"errors":[
|
456
|
+
{"shape":"ServiceException"},
|
457
|
+
{"shape":"InvalidInputException"},
|
458
|
+
{"shape":"NotFoundException"},
|
459
|
+
{"shape":"OperationFailureException"},
|
460
|
+
{"shape":"AccessDeniedException"},
|
461
|
+
{"shape":"AccountSetupInProgressException"},
|
462
|
+
{"shape":"UnauthenticatedException"}
|
463
|
+
]
|
464
|
+
},
|
465
|
+
"DeleteLoadBalancerTlsCertificate":{
|
466
|
+
"name":"DeleteLoadBalancerTlsCertificate",
|
467
|
+
"http":{
|
468
|
+
"method":"POST",
|
469
|
+
"requestUri":"/"
|
470
|
+
},
|
471
|
+
"input":{"shape":"DeleteLoadBalancerTlsCertificateRequest"},
|
472
|
+
"output":{"shape":"DeleteLoadBalancerTlsCertificateResult"},
|
473
|
+
"errors":[
|
474
|
+
{"shape":"ServiceException"},
|
475
|
+
{"shape":"InvalidInputException"},
|
476
|
+
{"shape":"NotFoundException"},
|
477
|
+
{"shape":"OperationFailureException"},
|
478
|
+
{"shape":"AccessDeniedException"},
|
479
|
+
{"shape":"AccountSetupInProgressException"},
|
480
|
+
{"shape":"UnauthenticatedException"}
|
481
|
+
]
|
482
|
+
},
|
375
483
|
"DetachDisk":{
|
376
484
|
"name":"DetachDisk",
|
377
485
|
"http":{
|
@@ -390,6 +498,24 @@
|
|
390
498
|
{"shape":"UnauthenticatedException"}
|
391
499
|
]
|
392
500
|
},
|
501
|
+
"DetachInstancesFromLoadBalancer":{
|
502
|
+
"name":"DetachInstancesFromLoadBalancer",
|
503
|
+
"http":{
|
504
|
+
"method":"POST",
|
505
|
+
"requestUri":"/"
|
506
|
+
},
|
507
|
+
"input":{"shape":"DetachInstancesFromLoadBalancerRequest"},
|
508
|
+
"output":{"shape":"DetachInstancesFromLoadBalancerResult"},
|
509
|
+
"errors":[
|
510
|
+
{"shape":"ServiceException"},
|
511
|
+
{"shape":"InvalidInputException"},
|
512
|
+
{"shape":"NotFoundException"},
|
513
|
+
{"shape":"OperationFailureException"},
|
514
|
+
{"shape":"AccessDeniedException"},
|
515
|
+
{"shape":"AccountSetupInProgressException"},
|
516
|
+
{"shape":"UnauthenticatedException"}
|
517
|
+
]
|
518
|
+
},
|
393
519
|
"DetachStaticIp":{
|
394
520
|
"name":"DetachStaticIp",
|
395
521
|
"http":{
|
@@ -768,6 +894,78 @@
|
|
768
894
|
{"shape":"UnauthenticatedException"}
|
769
895
|
]
|
770
896
|
},
|
897
|
+
"GetLoadBalancer":{
|
898
|
+
"name":"GetLoadBalancer",
|
899
|
+
"http":{
|
900
|
+
"method":"POST",
|
901
|
+
"requestUri":"/"
|
902
|
+
},
|
903
|
+
"input":{"shape":"GetLoadBalancerRequest"},
|
904
|
+
"output":{"shape":"GetLoadBalancerResult"},
|
905
|
+
"errors":[
|
906
|
+
{"shape":"ServiceException"},
|
907
|
+
{"shape":"InvalidInputException"},
|
908
|
+
{"shape":"NotFoundException"},
|
909
|
+
{"shape":"OperationFailureException"},
|
910
|
+
{"shape":"AccessDeniedException"},
|
911
|
+
{"shape":"AccountSetupInProgressException"},
|
912
|
+
{"shape":"UnauthenticatedException"}
|
913
|
+
]
|
914
|
+
},
|
915
|
+
"GetLoadBalancerMetricData":{
|
916
|
+
"name":"GetLoadBalancerMetricData",
|
917
|
+
"http":{
|
918
|
+
"method":"POST",
|
919
|
+
"requestUri":"/"
|
920
|
+
},
|
921
|
+
"input":{"shape":"GetLoadBalancerMetricDataRequest"},
|
922
|
+
"output":{"shape":"GetLoadBalancerMetricDataResult"},
|
923
|
+
"errors":[
|
924
|
+
{"shape":"ServiceException"},
|
925
|
+
{"shape":"InvalidInputException"},
|
926
|
+
{"shape":"NotFoundException"},
|
927
|
+
{"shape":"OperationFailureException"},
|
928
|
+
{"shape":"AccessDeniedException"},
|
929
|
+
{"shape":"AccountSetupInProgressException"},
|
930
|
+
{"shape":"UnauthenticatedException"}
|
931
|
+
]
|
932
|
+
},
|
933
|
+
"GetLoadBalancerTlsCertificates":{
|
934
|
+
"name":"GetLoadBalancerTlsCertificates",
|
935
|
+
"http":{
|
936
|
+
"method":"POST",
|
937
|
+
"requestUri":"/"
|
938
|
+
},
|
939
|
+
"input":{"shape":"GetLoadBalancerTlsCertificatesRequest"},
|
940
|
+
"output":{"shape":"GetLoadBalancerTlsCertificatesResult"},
|
941
|
+
"errors":[
|
942
|
+
{"shape":"ServiceException"},
|
943
|
+
{"shape":"InvalidInputException"},
|
944
|
+
{"shape":"NotFoundException"},
|
945
|
+
{"shape":"OperationFailureException"},
|
946
|
+
{"shape":"AccessDeniedException"},
|
947
|
+
{"shape":"AccountSetupInProgressException"},
|
948
|
+
{"shape":"UnauthenticatedException"}
|
949
|
+
]
|
950
|
+
},
|
951
|
+
"GetLoadBalancers":{
|
952
|
+
"name":"GetLoadBalancers",
|
953
|
+
"http":{
|
954
|
+
"method":"POST",
|
955
|
+
"requestUri":"/"
|
956
|
+
},
|
957
|
+
"input":{"shape":"GetLoadBalancersRequest"},
|
958
|
+
"output":{"shape":"GetLoadBalancersResult"},
|
959
|
+
"errors":[
|
960
|
+
{"shape":"ServiceException"},
|
961
|
+
{"shape":"InvalidInputException"},
|
962
|
+
{"shape":"NotFoundException"},
|
963
|
+
{"shape":"OperationFailureException"},
|
964
|
+
{"shape":"AccessDeniedException"},
|
965
|
+
{"shape":"AccountSetupInProgressException"},
|
966
|
+
{"shape":"UnauthenticatedException"}
|
967
|
+
]
|
968
|
+
},
|
771
969
|
"GetOperation":{
|
772
970
|
"name":"GetOperation",
|
773
971
|
"http":{
|
@@ -1073,6 +1271,24 @@
|
|
1073
1271
|
{"shape":"AccountSetupInProgressException"},
|
1074
1272
|
{"shape":"UnauthenticatedException"}
|
1075
1273
|
]
|
1274
|
+
},
|
1275
|
+
"UpdateLoadBalancerAttribute":{
|
1276
|
+
"name":"UpdateLoadBalancerAttribute",
|
1277
|
+
"http":{
|
1278
|
+
"method":"POST",
|
1279
|
+
"requestUri":"/"
|
1280
|
+
},
|
1281
|
+
"input":{"shape":"UpdateLoadBalancerAttributeRequest"},
|
1282
|
+
"output":{"shape":"UpdateLoadBalancerAttributeResult"},
|
1283
|
+
"errors":[
|
1284
|
+
{"shape":"ServiceException"},
|
1285
|
+
{"shape":"InvalidInputException"},
|
1286
|
+
{"shape":"NotFoundException"},
|
1287
|
+
{"shape":"OperationFailureException"},
|
1288
|
+
{"shape":"AccessDeniedException"},
|
1289
|
+
{"shape":"AccountSetupInProgressException"},
|
1290
|
+
{"shape":"UnauthenticatedException"}
|
1291
|
+
]
|
1076
1292
|
}
|
1077
1293
|
},
|
1078
1294
|
"shapes":{
|
@@ -1135,6 +1351,40 @@
|
|
1135
1351
|
"operations":{"shape":"OperationList"}
|
1136
1352
|
}
|
1137
1353
|
},
|
1354
|
+
"AttachInstancesToLoadBalancerRequest":{
|
1355
|
+
"type":"structure",
|
1356
|
+
"required":[
|
1357
|
+
"loadBalancerName",
|
1358
|
+
"instanceNames"
|
1359
|
+
],
|
1360
|
+
"members":{
|
1361
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1362
|
+
"instanceNames":{"shape":"ResourceNameList"}
|
1363
|
+
}
|
1364
|
+
},
|
1365
|
+
"AttachInstancesToLoadBalancerResult":{
|
1366
|
+
"type":"structure",
|
1367
|
+
"members":{
|
1368
|
+
"operations":{"shape":"OperationList"}
|
1369
|
+
}
|
1370
|
+
},
|
1371
|
+
"AttachLoadBalancerTlsCertificateRequest":{
|
1372
|
+
"type":"structure",
|
1373
|
+
"required":[
|
1374
|
+
"loadBalancerName",
|
1375
|
+
"certificateName"
|
1376
|
+
],
|
1377
|
+
"members":{
|
1378
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1379
|
+
"certificateName":{"shape":"ResourceName"}
|
1380
|
+
}
|
1381
|
+
},
|
1382
|
+
"AttachLoadBalancerTlsCertificateResult":{
|
1383
|
+
"type":"structure",
|
1384
|
+
"members":{
|
1385
|
+
"operations":{"shape":"OperationList"}
|
1386
|
+
}
|
1387
|
+
},
|
1138
1388
|
"AttachStaticIpRequest":{
|
1139
1389
|
"type":"structure",
|
1140
1390
|
"required":[
|
@@ -1405,6 +1655,47 @@
|
|
1405
1655
|
"operation":{"shape":"Operation"}
|
1406
1656
|
}
|
1407
1657
|
},
|
1658
|
+
"CreateLoadBalancerRequest":{
|
1659
|
+
"type":"structure",
|
1660
|
+
"required":[
|
1661
|
+
"loadBalancerName",
|
1662
|
+
"instancePort"
|
1663
|
+
],
|
1664
|
+
"members":{
|
1665
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1666
|
+
"instancePort":{"shape":"Port"},
|
1667
|
+
"healthCheckPath":{"shape":"string"},
|
1668
|
+
"certificateName":{"shape":"ResourceName"},
|
1669
|
+
"certificateDomainName":{"shape":"DomainName"},
|
1670
|
+
"certificateAlternativeNames":{"shape":"DomainNameList"}
|
1671
|
+
}
|
1672
|
+
},
|
1673
|
+
"CreateLoadBalancerResult":{
|
1674
|
+
"type":"structure",
|
1675
|
+
"members":{
|
1676
|
+
"operations":{"shape":"OperationList"}
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
"CreateLoadBalancerTlsCertificateRequest":{
|
1680
|
+
"type":"structure",
|
1681
|
+
"required":[
|
1682
|
+
"loadBalancerName",
|
1683
|
+
"certificateName",
|
1684
|
+
"certificateDomainName"
|
1685
|
+
],
|
1686
|
+
"members":{
|
1687
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1688
|
+
"certificateName":{"shape":"ResourceName"},
|
1689
|
+
"certificateDomainName":{"shape":"DomainName"},
|
1690
|
+
"certificateAlternativeNames":{"shape":"DomainNameList"}
|
1691
|
+
}
|
1692
|
+
},
|
1693
|
+
"CreateLoadBalancerTlsCertificateResult":{
|
1694
|
+
"type":"structure",
|
1695
|
+
"members":{
|
1696
|
+
"operations":{"shape":"OperationList"}
|
1697
|
+
}
|
1698
|
+
},
|
1408
1699
|
"DeleteDiskRequest":{
|
1409
1700
|
"type":"structure",
|
1410
1701
|
"required":["diskName"],
|
@@ -1500,6 +1791,37 @@
|
|
1500
1791
|
"operation":{"shape":"Operation"}
|
1501
1792
|
}
|
1502
1793
|
},
|
1794
|
+
"DeleteLoadBalancerRequest":{
|
1795
|
+
"type":"structure",
|
1796
|
+
"required":["loadBalancerName"],
|
1797
|
+
"members":{
|
1798
|
+
"loadBalancerName":{"shape":"ResourceName"}
|
1799
|
+
}
|
1800
|
+
},
|
1801
|
+
"DeleteLoadBalancerResult":{
|
1802
|
+
"type":"structure",
|
1803
|
+
"members":{
|
1804
|
+
"operations":{"shape":"OperationList"}
|
1805
|
+
}
|
1806
|
+
},
|
1807
|
+
"DeleteLoadBalancerTlsCertificateRequest":{
|
1808
|
+
"type":"structure",
|
1809
|
+
"required":[
|
1810
|
+
"loadBalancerName",
|
1811
|
+
"certificateName"
|
1812
|
+
],
|
1813
|
+
"members":{
|
1814
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1815
|
+
"certificateName":{"shape":"ResourceName"},
|
1816
|
+
"force":{"shape":"boolean"}
|
1817
|
+
}
|
1818
|
+
},
|
1819
|
+
"DeleteLoadBalancerTlsCertificateResult":{
|
1820
|
+
"type":"structure",
|
1821
|
+
"members":{
|
1822
|
+
"operations":{"shape":"OperationList"}
|
1823
|
+
}
|
1824
|
+
},
|
1503
1825
|
"DetachDiskRequest":{
|
1504
1826
|
"type":"structure",
|
1505
1827
|
"required":["diskName"],
|
@@ -1513,6 +1835,23 @@
|
|
1513
1835
|
"operations":{"shape":"OperationList"}
|
1514
1836
|
}
|
1515
1837
|
},
|
1838
|
+
"DetachInstancesFromLoadBalancerRequest":{
|
1839
|
+
"type":"structure",
|
1840
|
+
"required":[
|
1841
|
+
"loadBalancerName",
|
1842
|
+
"instanceNames"
|
1843
|
+
],
|
1844
|
+
"members":{
|
1845
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
1846
|
+
"instanceNames":{"shape":"ResourceNameList"}
|
1847
|
+
}
|
1848
|
+
},
|
1849
|
+
"DetachInstancesFromLoadBalancerResult":{
|
1850
|
+
"type":"structure",
|
1851
|
+
"members":{
|
1852
|
+
"operations":{"shape":"OperationList"}
|
1853
|
+
}
|
1854
|
+
},
|
1516
1855
|
"DetachStaticIpRequest":{
|
1517
1856
|
"type":"structure",
|
1518
1857
|
"required":["staticIpName"],
|
@@ -1624,8 +1963,12 @@
|
|
1624
1963
|
"id":{"shape":"NonEmptyString"},
|
1625
1964
|
"name":{"shape":"DomainName"},
|
1626
1965
|
"target":{"shape":"string"},
|
1966
|
+
"isAlias":{"shape":"boolean"},
|
1627
1967
|
"type":{"shape":"DomainEntryType"},
|
1628
|
-
"options":{
|
1968
|
+
"options":{
|
1969
|
+
"shape":"DomainEntryOptions",
|
1970
|
+
"deprecated":true
|
1971
|
+
}
|
1629
1972
|
}
|
1630
1973
|
},
|
1631
1974
|
"DomainEntryList":{
|
@@ -1644,6 +1987,10 @@
|
|
1644
1987
|
"member":{"shape":"Domain"}
|
1645
1988
|
},
|
1646
1989
|
"DomainName":{"type":"string"},
|
1990
|
+
"DomainNameList":{
|
1991
|
+
"type":"list",
|
1992
|
+
"member":{"shape":"DomainName"}
|
1993
|
+
},
|
1647
1994
|
"DownloadDefaultKeyPairRequest":{
|
1648
1995
|
"type":"structure",
|
1649
1996
|
"members":{
|
@@ -1921,6 +2268,73 @@
|
|
1921
2268
|
"nextPageToken":{"shape":"string"}
|
1922
2269
|
}
|
1923
2270
|
},
|
2271
|
+
"GetLoadBalancerMetricDataRequest":{
|
2272
|
+
"type":"structure",
|
2273
|
+
"required":[
|
2274
|
+
"loadBalancerName",
|
2275
|
+
"metricName",
|
2276
|
+
"period",
|
2277
|
+
"startTime",
|
2278
|
+
"endTime",
|
2279
|
+
"unit",
|
2280
|
+
"statistics"
|
2281
|
+
],
|
2282
|
+
"members":{
|
2283
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
2284
|
+
"metricName":{"shape":"LoadBalancerMetricName"},
|
2285
|
+
"period":{"shape":"MetricPeriod"},
|
2286
|
+
"startTime":{"shape":"timestamp"},
|
2287
|
+
"endTime":{"shape":"timestamp"},
|
2288
|
+
"unit":{"shape":"MetricUnit"},
|
2289
|
+
"statistics":{"shape":"MetricStatisticList"}
|
2290
|
+
}
|
2291
|
+
},
|
2292
|
+
"GetLoadBalancerMetricDataResult":{
|
2293
|
+
"type":"structure",
|
2294
|
+
"members":{
|
2295
|
+
"metricName":{"shape":"LoadBalancerMetricName"},
|
2296
|
+
"metricData":{"shape":"MetricDatapointList"}
|
2297
|
+
}
|
2298
|
+
},
|
2299
|
+
"GetLoadBalancerRequest":{
|
2300
|
+
"type":"structure",
|
2301
|
+
"required":["loadBalancerName"],
|
2302
|
+
"members":{
|
2303
|
+
"loadBalancerName":{"shape":"ResourceName"}
|
2304
|
+
}
|
2305
|
+
},
|
2306
|
+
"GetLoadBalancerResult":{
|
2307
|
+
"type":"structure",
|
2308
|
+
"members":{
|
2309
|
+
"loadBalancer":{"shape":"LoadBalancer"}
|
2310
|
+
}
|
2311
|
+
},
|
2312
|
+
"GetLoadBalancerTlsCertificatesRequest":{
|
2313
|
+
"type":"structure",
|
2314
|
+
"required":["loadBalancerName"],
|
2315
|
+
"members":{
|
2316
|
+
"loadBalancerName":{"shape":"ResourceName"}
|
2317
|
+
}
|
2318
|
+
},
|
2319
|
+
"GetLoadBalancerTlsCertificatesResult":{
|
2320
|
+
"type":"structure",
|
2321
|
+
"members":{
|
2322
|
+
"tlsCertificates":{"shape":"LoadBalancerTlsCertificateList"}
|
2323
|
+
}
|
2324
|
+
},
|
2325
|
+
"GetLoadBalancersRequest":{
|
2326
|
+
"type":"structure",
|
2327
|
+
"members":{
|
2328
|
+
"pageToken":{"shape":"string"}
|
2329
|
+
}
|
2330
|
+
},
|
2331
|
+
"GetLoadBalancersResult":{
|
2332
|
+
"type":"structure",
|
2333
|
+
"members":{
|
2334
|
+
"loadBalancers":{"shape":"LoadBalancerList"},
|
2335
|
+
"nextPageToken":{"shape":"string"}
|
2336
|
+
}
|
2337
|
+
},
|
1924
2338
|
"GetOperationRequest":{
|
1925
2339
|
"type":"structure",
|
1926
2340
|
"required":["operationId"],
|
@@ -2073,6 +2487,45 @@
|
|
2073
2487
|
"ramSizeInGb":{"shape":"float"}
|
2074
2488
|
}
|
2075
2489
|
},
|
2490
|
+
"InstanceHealthReason":{
|
2491
|
+
"type":"string",
|
2492
|
+
"enum":[
|
2493
|
+
"Lb.RegistrationInProgress",
|
2494
|
+
"Lb.InitialHealthChecking",
|
2495
|
+
"Lb.InternalError",
|
2496
|
+
"Instance.ResponseCodeMismatch",
|
2497
|
+
"Instance.Timeout",
|
2498
|
+
"Instance.FailedHealthChecks",
|
2499
|
+
"Instance.NotRegistered",
|
2500
|
+
"Instance.NotInUse",
|
2501
|
+
"Instance.DeregistrationInProgress",
|
2502
|
+
"Instance.InvalidState",
|
2503
|
+
"Instance.IpUnusable"
|
2504
|
+
]
|
2505
|
+
},
|
2506
|
+
"InstanceHealthState":{
|
2507
|
+
"type":"string",
|
2508
|
+
"enum":[
|
2509
|
+
"initial",
|
2510
|
+
"healthy",
|
2511
|
+
"unhealthy",
|
2512
|
+
"unused",
|
2513
|
+
"draining",
|
2514
|
+
"unavailable"
|
2515
|
+
]
|
2516
|
+
},
|
2517
|
+
"InstanceHealthSummary":{
|
2518
|
+
"type":"structure",
|
2519
|
+
"members":{
|
2520
|
+
"instanceName":{"shape":"ResourceName"},
|
2521
|
+
"instanceHealth":{"shape":"InstanceHealthState"},
|
2522
|
+
"instanceHealthReason":{"shape":"InstanceHealthReason"}
|
2523
|
+
}
|
2524
|
+
},
|
2525
|
+
"InstanceHealthSummaryList":{
|
2526
|
+
"type":"list",
|
2527
|
+
"member":{"shape":"InstanceHealthSummary"}
|
2528
|
+
},
|
2076
2529
|
"InstanceList":{
|
2077
2530
|
"type":"list",
|
2078
2531
|
"member":{"shape":"Instance"}
|
@@ -2219,6 +2672,208 @@
|
|
2219
2672
|
"type":"list",
|
2220
2673
|
"member":{"shape":"KeyPair"}
|
2221
2674
|
},
|
2675
|
+
"LoadBalancer":{
|
2676
|
+
"type":"structure",
|
2677
|
+
"members":{
|
2678
|
+
"name":{"shape":"ResourceName"},
|
2679
|
+
"arn":{"shape":"NonEmptyString"},
|
2680
|
+
"supportCode":{"shape":"string"},
|
2681
|
+
"createdAt":{"shape":"IsoDate"},
|
2682
|
+
"location":{"shape":"ResourceLocation"},
|
2683
|
+
"resourceType":{"shape":"ResourceType"},
|
2684
|
+
"dnsName":{"shape":"NonEmptyString"},
|
2685
|
+
"state":{"shape":"LoadBalancerState"},
|
2686
|
+
"protocol":{"shape":"LoadBalancerProtocol"},
|
2687
|
+
"publicPorts":{"shape":"PortList"},
|
2688
|
+
"healthCheckPath":{"shape":"NonEmptyString"},
|
2689
|
+
"instancePort":{"shape":"integer"},
|
2690
|
+
"instanceHealthSummary":{"shape":"InstanceHealthSummaryList"},
|
2691
|
+
"tlsCertificateSummaries":{"shape":"LoadBalancerTlsCertificateSummaryList"},
|
2692
|
+
"configurationOptions":{"shape":"LoadBalancerConfigurationOptions"}
|
2693
|
+
}
|
2694
|
+
},
|
2695
|
+
"LoadBalancerAttributeName":{
|
2696
|
+
"type":"string",
|
2697
|
+
"enum":[
|
2698
|
+
"HealthCheckPath",
|
2699
|
+
"SessionStickinessEnabled",
|
2700
|
+
"SessionStickiness_LB_CookieDurationSeconds"
|
2701
|
+
]
|
2702
|
+
},
|
2703
|
+
"LoadBalancerConfigurationOptions":{
|
2704
|
+
"type":"map",
|
2705
|
+
"key":{"shape":"LoadBalancerAttributeName"},
|
2706
|
+
"value":{"shape":"string"}
|
2707
|
+
},
|
2708
|
+
"LoadBalancerList":{
|
2709
|
+
"type":"list",
|
2710
|
+
"member":{"shape":"LoadBalancer"}
|
2711
|
+
},
|
2712
|
+
"LoadBalancerMetricName":{
|
2713
|
+
"type":"string",
|
2714
|
+
"enum":[
|
2715
|
+
"ClientTLSNegotiationErrorCount",
|
2716
|
+
"HealthyHostCount",
|
2717
|
+
"UnhealthyHostCount",
|
2718
|
+
"HTTPCode_LB_4XX_Count",
|
2719
|
+
"HTTPCode_LB_5XX_Count",
|
2720
|
+
"HTTPCode_Instance_2XX_Count",
|
2721
|
+
"HTTPCode_Instance_3XX_Count",
|
2722
|
+
"HTTPCode_Instance_4XX_Count",
|
2723
|
+
"HTTPCode_Instance_5XX_Count",
|
2724
|
+
"InstanceResponseTime",
|
2725
|
+
"RejectedConnectionCount",
|
2726
|
+
"RequestCount"
|
2727
|
+
]
|
2728
|
+
},
|
2729
|
+
"LoadBalancerProtocol":{
|
2730
|
+
"type":"string",
|
2731
|
+
"enum":[
|
2732
|
+
"HTTP_HTTPS",
|
2733
|
+
"HTTP"
|
2734
|
+
]
|
2735
|
+
},
|
2736
|
+
"LoadBalancerState":{
|
2737
|
+
"type":"string",
|
2738
|
+
"enum":[
|
2739
|
+
"active",
|
2740
|
+
"provisioning",
|
2741
|
+
"active_impaired",
|
2742
|
+
"failed",
|
2743
|
+
"unknown"
|
2744
|
+
]
|
2745
|
+
},
|
2746
|
+
"LoadBalancerTlsCertificate":{
|
2747
|
+
"type":"structure",
|
2748
|
+
"members":{
|
2749
|
+
"name":{"shape":"ResourceName"},
|
2750
|
+
"arn":{"shape":"NonEmptyString"},
|
2751
|
+
"supportCode":{"shape":"string"},
|
2752
|
+
"createdAt":{"shape":"IsoDate"},
|
2753
|
+
"location":{"shape":"ResourceLocation"},
|
2754
|
+
"resourceType":{"shape":"ResourceType"},
|
2755
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
2756
|
+
"isAttached":{"shape":"boolean"},
|
2757
|
+
"status":{"shape":"LoadBalancerTlsCertificateStatus"},
|
2758
|
+
"domainName":{"shape":"DomainName"},
|
2759
|
+
"domainValidationRecords":{"shape":"LoadBalancerTlsCertificateDomainValidationRecordList"},
|
2760
|
+
"failureReason":{"shape":"LoadBalancerTlsCertificateFailureReason"},
|
2761
|
+
"issuedAt":{"shape":"IsoDate"},
|
2762
|
+
"issuer":{"shape":"NonEmptyString"},
|
2763
|
+
"keyAlgorithm":{"shape":"NonEmptyString"},
|
2764
|
+
"notAfter":{"shape":"IsoDate"},
|
2765
|
+
"notBefore":{"shape":"IsoDate"},
|
2766
|
+
"renewalSummary":{"shape":"LoadBalancerTlsCertificateRenewalSummary"},
|
2767
|
+
"revocationReason":{"shape":"LoadBalancerTlsCertificateRevocationReason"},
|
2768
|
+
"revokedAt":{"shape":"IsoDate"},
|
2769
|
+
"serial":{"shape":"NonEmptyString"},
|
2770
|
+
"signatureAlgorithm":{"shape":"NonEmptyString"},
|
2771
|
+
"subject":{"shape":"NonEmptyString"},
|
2772
|
+
"subjectAlternativeNames":{"shape":"StringList"}
|
2773
|
+
}
|
2774
|
+
},
|
2775
|
+
"LoadBalancerTlsCertificateDomainStatus":{
|
2776
|
+
"type":"string",
|
2777
|
+
"enum":[
|
2778
|
+
"PENDING_VALIDATION",
|
2779
|
+
"FAILED",
|
2780
|
+
"SUCCESS"
|
2781
|
+
]
|
2782
|
+
},
|
2783
|
+
"LoadBalancerTlsCertificateDomainValidationOption":{
|
2784
|
+
"type":"structure",
|
2785
|
+
"members":{
|
2786
|
+
"domainName":{"shape":"DomainName"},
|
2787
|
+
"validationStatus":{"shape":"LoadBalancerTlsCertificateDomainStatus"}
|
2788
|
+
}
|
2789
|
+
},
|
2790
|
+
"LoadBalancerTlsCertificateDomainValidationOptionList":{
|
2791
|
+
"type":"list",
|
2792
|
+
"member":{"shape":"LoadBalancerTlsCertificateDomainValidationOption"}
|
2793
|
+
},
|
2794
|
+
"LoadBalancerTlsCertificateDomainValidationRecord":{
|
2795
|
+
"type":"structure",
|
2796
|
+
"members":{
|
2797
|
+
"name":{"shape":"NonEmptyString"},
|
2798
|
+
"type":{"shape":"NonEmptyString"},
|
2799
|
+
"value":{"shape":"NonEmptyString"},
|
2800
|
+
"validationStatus":{"shape":"LoadBalancerTlsCertificateDomainStatus"},
|
2801
|
+
"domainName":{"shape":"DomainName"}
|
2802
|
+
}
|
2803
|
+
},
|
2804
|
+
"LoadBalancerTlsCertificateDomainValidationRecordList":{
|
2805
|
+
"type":"list",
|
2806
|
+
"member":{"shape":"LoadBalancerTlsCertificateDomainValidationRecord"}
|
2807
|
+
},
|
2808
|
+
"LoadBalancerTlsCertificateFailureReason":{
|
2809
|
+
"type":"string",
|
2810
|
+
"enum":[
|
2811
|
+
"NO_AVAILABLE_CONTACTS",
|
2812
|
+
"ADDITIONAL_VERIFICATION_REQUIRED",
|
2813
|
+
"DOMAIN_NOT_ALLOWED",
|
2814
|
+
"INVALID_PUBLIC_DOMAIN",
|
2815
|
+
"OTHER"
|
2816
|
+
]
|
2817
|
+
},
|
2818
|
+
"LoadBalancerTlsCertificateList":{
|
2819
|
+
"type":"list",
|
2820
|
+
"member":{"shape":"LoadBalancerTlsCertificate"}
|
2821
|
+
},
|
2822
|
+
"LoadBalancerTlsCertificateRenewalStatus":{
|
2823
|
+
"type":"string",
|
2824
|
+
"enum":[
|
2825
|
+
"PENDING_AUTO_RENEWAL",
|
2826
|
+
"PENDING_VALIDATION",
|
2827
|
+
"SUCCESS",
|
2828
|
+
"FAILED"
|
2829
|
+
]
|
2830
|
+
},
|
2831
|
+
"LoadBalancerTlsCertificateRenewalSummary":{
|
2832
|
+
"type":"structure",
|
2833
|
+
"members":{
|
2834
|
+
"renewalStatus":{"shape":"LoadBalancerTlsCertificateRenewalStatus"},
|
2835
|
+
"domainValidationOptions":{"shape":"LoadBalancerTlsCertificateDomainValidationOptionList"}
|
2836
|
+
}
|
2837
|
+
},
|
2838
|
+
"LoadBalancerTlsCertificateRevocationReason":{
|
2839
|
+
"type":"string",
|
2840
|
+
"enum":[
|
2841
|
+
"UNSPECIFIED",
|
2842
|
+
"KEY_COMPROMISE",
|
2843
|
+
"CA_COMPROMISE",
|
2844
|
+
"AFFILIATION_CHANGED",
|
2845
|
+
"SUPERCEDED",
|
2846
|
+
"CESSATION_OF_OPERATION",
|
2847
|
+
"CERTIFICATE_HOLD",
|
2848
|
+
"REMOVE_FROM_CRL",
|
2849
|
+
"PRIVILEGE_WITHDRAWN",
|
2850
|
+
"A_A_COMPROMISE"
|
2851
|
+
]
|
2852
|
+
},
|
2853
|
+
"LoadBalancerTlsCertificateStatus":{
|
2854
|
+
"type":"string",
|
2855
|
+
"enum":[
|
2856
|
+
"PENDING_VALIDATION",
|
2857
|
+
"ISSUED",
|
2858
|
+
"INACTIVE",
|
2859
|
+
"EXPIRED",
|
2860
|
+
"VALIDATION_TIMED_OUT",
|
2861
|
+
"REVOKED",
|
2862
|
+
"FAILED",
|
2863
|
+
"UNKNOWN"
|
2864
|
+
]
|
2865
|
+
},
|
2866
|
+
"LoadBalancerTlsCertificateSummary":{
|
2867
|
+
"type":"structure",
|
2868
|
+
"members":{
|
2869
|
+
"name":{"shape":"ResourceName"},
|
2870
|
+
"isAttached":{"shape":"boolean"}
|
2871
|
+
}
|
2872
|
+
},
|
2873
|
+
"LoadBalancerTlsCertificateSummaryList":{
|
2874
|
+
"type":"list",
|
2875
|
+
"member":{"shape":"LoadBalancerTlsCertificateSummary"}
|
2876
|
+
},
|
2222
2877
|
"MetricDatapoint":{
|
2223
2878
|
"type":"structure",
|
2224
2879
|
"members":{
|
@@ -2393,6 +3048,14 @@
|
|
2393
3048
|
"CreateInstanceSnapshot",
|
2394
3049
|
"DeleteInstanceSnapshot",
|
2395
3050
|
"CreateInstancesFromSnapshot",
|
3051
|
+
"CreateLoadBalancer",
|
3052
|
+
"DeleteLoadBalancer",
|
3053
|
+
"AttachInstancesToLoadBalancer",
|
3054
|
+
"DetachInstancesFromLoadBalancer",
|
3055
|
+
"UpdateLoadBalancerAttribute",
|
3056
|
+
"CreateLoadBalancerTlsCertificate",
|
3057
|
+
"DeleteLoadBalancerTlsCertificate",
|
3058
|
+
"AttachLoadBalancerTlsCertificate",
|
2396
3059
|
"CreateDisk",
|
2397
3060
|
"DeleteDisk",
|
2398
3061
|
"AttachDisk",
|
@@ -2444,6 +3107,10 @@
|
|
2444
3107
|
"type":"list",
|
2445
3108
|
"member":{"shape":"PortInfo"}
|
2446
3109
|
},
|
3110
|
+
"PortList":{
|
3111
|
+
"type":"list",
|
3112
|
+
"member":{"shape":"Port"}
|
3113
|
+
},
|
2447
3114
|
"PortState":{
|
2448
3115
|
"type":"string",
|
2449
3116
|
"enum":[
|
@@ -2535,6 +3202,10 @@
|
|
2535
3202
|
"type":"string",
|
2536
3203
|
"pattern":"\\w[\\w\\-]*\\w"
|
2537
3204
|
},
|
3205
|
+
"ResourceNameList":{
|
3206
|
+
"type":"list",
|
3207
|
+
"member":{"shape":"ResourceName"}
|
3208
|
+
},
|
2538
3209
|
"ResourceType":{
|
2539
3210
|
"type":"string",
|
2540
3211
|
"enum":[
|
@@ -2544,6 +3215,8 @@
|
|
2544
3215
|
"InstanceSnapshot",
|
2545
3216
|
"Domain",
|
2546
3217
|
"PeeredVpc",
|
3218
|
+
"LoadBalancer",
|
3219
|
+
"LoadBalancerTlsCertificate",
|
2547
3220
|
"Disk",
|
2548
3221
|
"DiskSnapshot"
|
2549
3222
|
]
|
@@ -2608,6 +3281,11 @@
|
|
2608
3281
|
"type":"list",
|
2609
3282
|
"member":{"shape":"string"}
|
2610
3283
|
},
|
3284
|
+
"StringMax256":{
|
3285
|
+
"type":"string",
|
3286
|
+
"max":256,
|
3287
|
+
"min":1
|
3288
|
+
},
|
2611
3289
|
"UnauthenticatedException":{
|
2612
3290
|
"type":"structure",
|
2613
3291
|
"members":{
|
@@ -2646,6 +3324,25 @@
|
|
2646
3324
|
"operations":{"shape":"OperationList"}
|
2647
3325
|
}
|
2648
3326
|
},
|
3327
|
+
"UpdateLoadBalancerAttributeRequest":{
|
3328
|
+
"type":"structure",
|
3329
|
+
"required":[
|
3330
|
+
"loadBalancerName",
|
3331
|
+
"attributeName",
|
3332
|
+
"attributeValue"
|
3333
|
+
],
|
3334
|
+
"members":{
|
3335
|
+
"loadBalancerName":{"shape":"ResourceName"},
|
3336
|
+
"attributeName":{"shape":"LoadBalancerAttributeName"},
|
3337
|
+
"attributeValue":{"shape":"StringMax256"}
|
3338
|
+
}
|
3339
|
+
},
|
3340
|
+
"UpdateLoadBalancerAttributeResult":{
|
3341
|
+
"type":"structure",
|
3342
|
+
"members":{
|
3343
|
+
"operations":{"shape":"OperationList"}
|
3344
|
+
}
|
3345
|
+
},
|
2649
3346
|
"boolean":{"type":"boolean"},
|
2650
3347
|
"double":{"type":"double"},
|
2651
3348
|
"float":{"type":"float"},
|