forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelasticloadbalancing-2012-06-01.normal.json
2199 lines (2199 loc) · 92.2 KB
/
elasticloadbalancing-2012-06-01.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"uid":"elasticloadbalancing-2012-06-01",
"apiVersion":"2012-06-01",
"endpointPrefix":"elasticloadbalancing",
"protocol":"query",
"serviceFullName":"Elastic Load Balancing",
"signatureVersion":"v4",
"xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
},
"operations":{
"AddTags":{
"name":"AddTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddTagsInput"},
"output":{
"shape":"AddTagsOutput",
"resultWrapper":"AddTagsResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"TooManyTagsException"},
{"shape":"DuplicateTagKeysException"}
],
"documentation":"<p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p> <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, <code>AddTags</code> updates its value.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html\">Tag Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"ApplySecurityGroupsToLoadBalancer":{
"name":"ApplySecurityGroupsToLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ApplySecurityGroupsToLoadBalancerInput"},
"output":{
"shape":"ApplySecurityGroupsToLoadBalancerOutput",
"resultWrapper":"ApplySecurityGroupsToLoadBalancerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidConfigurationRequestException"},
{"shape":"InvalidSecurityGroupException"}
],
"documentation":"<p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups\">Security Groups for Load Balancers in a VPC</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"AttachLoadBalancerToSubnets":{
"name":"AttachLoadBalancerToSubnets",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AttachLoadBalancerToSubnetsInput"},
"output":{
"shape":"AttachLoadBalancerToSubnetsOutput",
"resultWrapper":"AttachLoadBalancerToSubnetsResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidConfigurationRequestException"},
{"shape":"SubnetNotFoundException"},
{"shape":"InvalidSubnetException"}
],
"documentation":"<p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p> <p>The load balancer evenly distributes requests across all registered subnets. For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-manage-subnets.html\">Add or Remove Subnets for Your Load Balancer in a VPC</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"ConfigureHealthCheck":{
"name":"ConfigureHealthCheck",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ConfigureHealthCheckInput"},
"output":{
"shape":"ConfigureHealthCheckOutput",
"resultWrapper":"ConfigureHealthCheckResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"}
],
"documentation":"<p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html\">Configure Health Checks for Your Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"CreateAppCookieStickinessPolicy":{
"name":"CreateAppCookieStickinessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAppCookieStickinessPolicyInput"},
"output":{
"shape":"CreateAppCookieStickinessPolicyOutput",
"resultWrapper":"CreateAppCookieStickinessPolicyResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"DuplicatePolicyNameException"},
{"shape":"TooManyPoliciesException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.</p> <p>This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>, except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.</p> <p>If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application\">Application-Controlled Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"CreateLBCookieStickinessPolicy":{
"name":"CreateLBCookieStickinessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLBCookieStickinessPolicyInput"},
"output":{
"shape":"CreateLBCookieStickinessPolicyOutput",
"resultWrapper":"CreateLBCookieStickinessPolicyResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"DuplicatePolicyNameException"},
{"shape":"TooManyPoliciesException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.</p> <p>When a load balancer implements this policy, the load balancer uses a special cookie to track the instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.</p> <p>A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration\">Duration-Based Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"CreateLoadBalancer":{
"name":"CreateLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAccessPointInput"},
"output":{
"shape":"CreateAccessPointOutput",
"resultWrapper":"CreateLoadBalancerResult"
},
"errors":[
{"shape":"DuplicateAccessPointNameException"},
{"shape":"TooManyAccessPointsException"},
{"shape":"CertificateNotFoundException"},
{"shape":"InvalidConfigurationRequestException"},
{"shape":"SubnetNotFoundException"},
{"shape":"InvalidSubnetException"},
{"shape":"InvalidSecurityGroupException"},
{"shape":"InvalidSchemeException"},
{"shape":"TooManyTagsException"},
{"shape":"DuplicateTagKeysException"},
{"shape":"UnsupportedProtocolException"}
],
"documentation":"<p>Creates a Classic load balancer.</p> <p>You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using <a>CreateLoadBalancerListeners</a>, <a>ApplySecurityGroupsToLoadBalancer</a>, <a>AttachLoadBalancerToSubnets</a>, and <a>AddTags</a>.</p> <p>To describe your current load balancers, see <a>DescribeLoadBalancers</a>. When you are finished with a load balancer, you can delete it using <a>DeleteLoadBalancer</a>.</p> <p>You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html\">Limits for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"CreateLoadBalancerListeners":{
"name":"CreateLoadBalancerListeners",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLoadBalancerListenerInput"},
"output":{
"shape":"CreateLoadBalancerListenerOutput",
"resultWrapper":"CreateLoadBalancerListenersResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"DuplicateListenerException"},
{"shape":"CertificateNotFoundException"},
{"shape":"InvalidConfigurationRequestException"},
{"shape":"UnsupportedProtocolException"}
],
"documentation":"<p>Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html\">Listeners for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"CreateLoadBalancerPolicy":{
"name":"CreateLoadBalancerPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLoadBalancerPolicyInput"},
"output":{
"shape":"CreateLoadBalancerPolicyOutput",
"resultWrapper":"CreateLoadBalancerPolicyResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"PolicyTypeNotFoundException"},
{"shape":"DuplicatePolicyNameException"},
{"shape":"TooManyPoliciesException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Creates a policy with the specified attributes for the specified load balancer.</p> <p>Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.</p>"
},
"DeleteLoadBalancer":{
"name":"DeleteLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAccessPointInput"},
"output":{
"shape":"DeleteAccessPointOutput",
"resultWrapper":"DeleteLoadBalancerResult"
},
"documentation":"<p>Deletes the specified load balancer.</p> <p>If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.</p> <p>If the load balancer does not exist or has already been deleted, the call to <code>DeleteLoadBalancer</code> still succeeds.</p>"
},
"DeleteLoadBalancerListeners":{
"name":"DeleteLoadBalancerListeners",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLoadBalancerListenerInput"},
"output":{
"shape":"DeleteLoadBalancerListenerOutput",
"resultWrapper":"DeleteLoadBalancerListenersResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"}
],
"documentation":"<p>Deletes the specified listeners from the specified load balancer.</p>"
},
"DeleteLoadBalancerPolicy":{
"name":"DeleteLoadBalancerPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLoadBalancerPolicyInput"},
"output":{
"shape":"DeleteLoadBalancerPolicyOutput",
"resultWrapper":"DeleteLoadBalancerPolicyResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>"
},
"DeregisterInstancesFromLoadBalancer":{
"name":"DeregisterInstancesFromLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeregisterEndPointsInput"},
"output":{
"shape":"DeregisterEndPointsOutput",
"resultWrapper":"DeregisterInstancesFromLoadBalancerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidEndPointException"}
],
"documentation":"<p>Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.</p> <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html\">Register or De-Register EC2 Instances</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"DescribeInstanceHealth":{
"name":"DescribeInstanceHealth",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEndPointStateInput"},
"output":{
"shape":"DescribeEndPointStateOutput",
"resultWrapper":"DescribeInstanceHealthResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidEndPointException"}
],
"documentation":"<p>Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.</p>"
},
"DescribeLoadBalancerAttributes":{
"name":"DescribeLoadBalancerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerAttributesInput"},
"output":{
"shape":"DescribeLoadBalancerAttributesOutput",
"resultWrapper":"DescribeLoadBalancerAttributesResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"LoadBalancerAttributeNotFoundException"}
],
"documentation":"<p>Describes the attributes for the specified load balancer.</p>"
},
"DescribeLoadBalancerPolicies":{
"name":"DescribeLoadBalancerPolicies",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerPoliciesInput"},
"output":{
"shape":"DescribeLoadBalancerPoliciesOutput",
"resultWrapper":"DescribeLoadBalancerPoliciesResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"PolicyNotFoundException"}
],
"documentation":"<p>Describes the specified policies.</p> <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the <code>ELBSample-</code> prefix.</p>"
},
"DescribeLoadBalancerPolicyTypes":{
"name":"DescribeLoadBalancerPolicyTypes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerPolicyTypesInput"},
"output":{
"shape":"DescribeLoadBalancerPolicyTypesOutput",
"resultWrapper":"DescribeLoadBalancerPolicyTypesResult"
},
"errors":[
{"shape":"PolicyTypeNotFoundException"}
],
"documentation":"<p>Describes the specified load balancer policy types or all load balancer policy types.</p> <p>The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.</p> <p>You can use <a>CreateLoadBalancerPolicy</a> to create a policy configuration for any of these policy types. Then, depending on the policy type, use either <a>SetLoadBalancerPoliciesOfListener</a> or <a>SetLoadBalancerPoliciesForBackendServer</a> to set the policy.</p>"
},
"DescribeLoadBalancers":{
"name":"DescribeLoadBalancers",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAccessPointsInput"},
"output":{
"shape":"DescribeAccessPointsOutput",
"resultWrapper":"DescribeLoadBalancersResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"DependencyThrottleException"}
],
"documentation":"<p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>"
},
"DescribeTags":{
"name":"DescribeTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTagsInput"},
"output":{
"shape":"DescribeTagsOutput",
"resultWrapper":"DescribeTagsResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"}
],
"documentation":"<p>Describes the tags associated with the specified load balancers.</p>"
},
"DetachLoadBalancerFromSubnets":{
"name":"DetachLoadBalancerFromSubnets",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetachLoadBalancerFromSubnetsInput"},
"output":{
"shape":"DetachLoadBalancerFromSubnetsOutput",
"resultWrapper":"DetachLoadBalancerFromSubnetsResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Removes the specified subnets from the set of configured subnets for the load balancer.</p> <p>After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the <code>OutOfService</code> state. Then, the load balancer balances the traffic among the remaining routable subnets.</p>"
},
"DisableAvailabilityZonesForLoadBalancer":{
"name":"DisableAvailabilityZonesForLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveAvailabilityZonesInput"},
"output":{
"shape":"RemoveAvailabilityZonesOutput",
"resultWrapper":"DisableAvailabilityZonesForLoadBalancerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.</p> <p>There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the <code>OutOfService</code> state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html\">Add or Remove Availability Zones</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"EnableAvailabilityZonesForLoadBalancer":{
"name":"EnableAvailabilityZonesForLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddAvailabilityZonesInput"},
"output":{
"shape":"AddAvailabilityZonesOutput",
"resultWrapper":"EnableAvailabilityZonesForLoadBalancerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"}
],
"documentation":"<p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.</p> <p>The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html\">Add or Remove Availability Zones</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"ModifyLoadBalancerAttributes":{
"name":"ModifyLoadBalancerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyLoadBalancerAttributesInput"},
"output":{
"shape":"ModifyLoadBalancerAttributesOutput",
"resultWrapper":"ModifyLoadBalancerAttributesResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"LoadBalancerAttributeNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Modifies the attributes of the specified load balancer.</p> <p>You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute <code>ConnectionSettings</code> by specifying an idle connection timeout value for your load balancer.</p> <p>For more information, see the following in the <i>Classic Load Balancers Guide</i>:</p> <ul> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html\">Cross-Zone Load Balancing</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html\">Connection Draining</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html\">Access Logs</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html\">Idle Connection Timeout</a> </p> </li> </ul>"
},
"RegisterInstancesWithLoadBalancer":{
"name":"RegisterInstancesWithLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RegisterEndPointsInput"},
"output":{
"shape":"RegisterEndPointsOutput",
"resultWrapper":"RegisterInstancesWithLoadBalancerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"InvalidEndPointException"}
],
"documentation":"<p>Adds the specified instances to the specified load balancer.</p> <p>The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.</p> <p>Note that <code>RegisterInstanceWithLoadBalancer</code> completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use <a>DescribeLoadBalancers</a> or <a>DescribeInstanceHealth</a>.</p> <p>After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the <code>OutOfService</code> state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the <code>InService</code> state.</p> <p>To deregister instances from a load balancer, use <a>DeregisterInstancesFromLoadBalancer</a>.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html\">Register or De-Register EC2 Instances</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"RemoveTags":{
"name":"RemoveTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveTagsInput"},
"output":{
"shape":"RemoveTagsOutput",
"resultWrapper":"RemoveTagsResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"}
],
"documentation":"<p>Removes one or more tags from the specified load balancer.</p>"
},
"SetLoadBalancerListenerSSLCertificate":{
"name":"SetLoadBalancerListenerSSLCertificate",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerListenerSSLCertificateInput"},
"output":{
"shape":"SetLoadBalancerListenerSSLCertificateOutput",
"resultWrapper":"SetLoadBalancerListenerSSLCertificateResult"
},
"errors":[
{"shape":"CertificateNotFoundException"},
{"shape":"AccessPointNotFoundException"},
{"shape":"ListenerNotFoundException"},
{"shape":"InvalidConfigurationRequestException"},
{"shape":"UnsupportedProtocolException"}
],
"documentation":"<p>Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.</p> <p>For more information about updating your SSL certificate, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-update-ssl-cert.html\">Replace the SSL Certificate for Your Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"SetLoadBalancerPoliciesForBackendServer":{
"name":"SetLoadBalancerPoliciesForBackendServer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerPoliciesForBackendServerInput"},
"output":{
"shape":"SetLoadBalancerPoliciesForBackendServerOutput",
"resultWrapper":"SetLoadBalancerPoliciesForBackendServerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"PolicyNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.</p> <p>Each time you use <code>SetLoadBalancerPoliciesForBackendServer</code> to enable the policies, use the <code>PolicyNames</code> parameter to list the policies that you want to enable.</p> <p>You can use <a>DescribeLoadBalancers</a> or <a>DescribeLoadBalancerPolicies</a> to verify that the policy is associated with the EC2 instance.</p> <p>For more information about enabling back-end instance authentication, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt\">Configure Back-end Instance Authentication</a> in the <i>Classic Load Balancers Guide</i>. For more information about Proxy Protocol, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html\">Configure Proxy Protocol Support</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"SetLoadBalancerPoliciesOfListener":{
"name":"SetLoadBalancerPoliciesOfListener",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerPoliciesOfListenerInput"},
"output":{
"shape":"SetLoadBalancerPoliciesOfListenerOutput",
"resultWrapper":"SetLoadBalancerPoliciesOfListenerResult"
},
"errors":[
{"shape":"AccessPointNotFoundException"},
{"shape":"PolicyNotFoundException"},
{"shape":"ListenerNotFoundException"},
{"shape":"InvalidConfigurationRequestException"}
],
"documentation":"<p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p> <p>To enable back-end server authentication, use <a>SetLoadBalancerPoliciesForBackendServer</a>.</p> <p>For more information about setting policies, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html\">Update the SSL Negotiation Configuration</a>, <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration\">Duration-Based Session Stickiness</a>, and <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application\">Application-Controlled Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>"
}
},
"shapes":{
"AccessLog":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"AccessLogEnabled",
"documentation":"<p>Specifies whether access logs are enabled for the load balancer.</p>"
},
"S3BucketName":{
"shape":"S3BucketName",
"documentation":"<p>The name of the Amazon S3 bucket where the access logs are stored.</p>"
},
"EmitInterval":{
"shape":"AccessLogInterval",
"documentation":"<p>The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.</p> <p>Default: 60 minutes</p>"
},
"S3BucketPrefix":{
"shape":"AccessLogPrefix",
"documentation":"<p>The logical hierarchy you created for your Amazon S3 bucket, for example <code>my-bucket-prefix/prod</code>. If the prefix is not provided, the log is placed at the root level of the bucket.</p>"
}
},
"documentation":"<p>Information about the <code>AccessLog</code> attribute.</p>"
},
"AccessLogEnabled":{"type":"boolean"},
"AccessLogInterval":{"type":"integer"},
"AccessLogPrefix":{"type":"string"},
"AccessPointName":{"type":"string"},
"AccessPointNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified load balancer does not exist.</p>",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"AccessPointPort":{"type":"integer"},
"AddAvailabilityZonesInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"AvailabilityZones"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The Availability Zones. These must be in the same region as the load balancer.</p>"
}
},
"documentation":"<p>Contains the parameters for EnableAvailabilityZonesForLoadBalancer.</p>"
},
"AddAvailabilityZonesOutput":{
"type":"structure",
"members":{
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The updated list of Availability Zones for the load balancer.</p>"
}
},
"documentation":"<p>Contains the output of EnableAvailabilityZonesForLoadBalancer.</p>"
},
"AddTagsInput":{
"type":"structure",
"required":[
"LoadBalancerNames",
"Tags"
],
"members":{
"LoadBalancerNames":{
"shape":"LoadBalancerNames",
"documentation":"<p>The name of the load balancer. You can specify one load balancer only.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tags.</p>"
}
},
"documentation":"<p>Contains the parameters for AddTags.</p>"
},
"AddTagsOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of AddTags.</p>"
},
"AdditionalAttribute":{
"type":"structure",
"members":{
"Key":{
"shape":"AdditionalAttributeKey",
"documentation":"<p>This parameter is reserved.</p>"
},
"Value":{
"shape":"AdditionalAttributeValue",
"documentation":"<p>This parameter is reserved.</p>"
}
},
"documentation":"<p>This data type is reserved.</p>"
},
"AdditionalAttributeKey":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9.]+$"
},
"AdditionalAttributeValue":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9.]+$"
},
"AdditionalAttributes":{
"type":"list",
"member":{"shape":"AdditionalAttribute"},
"max":10
},
"AppCookieStickinessPolicies":{
"type":"list",
"member":{"shape":"AppCookieStickinessPolicy"}
},
"AppCookieStickinessPolicy":{
"type":"structure",
"members":{
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</p>"
},
"CookieName":{
"shape":"CookieName",
"documentation":"<p>The name of the application cookie used for stickiness.</p>"
}
},
"documentation":"<p>Information about a policy for application-controlled session stickiness.</p>"
},
"ApplySecurityGroupsToLoadBalancerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"SecurityGroups"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.</p>"
}
},
"documentation":"<p>Contains the parameters for ApplySecurityGroupsToLoadBalancer.</p>"
},
"ApplySecurityGroupsToLoadBalancerOutput":{
"type":"structure",
"members":{
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups associated with the load balancer.</p>"
}
},
"documentation":"<p>Contains the output of ApplySecurityGroupsToLoadBalancer.</p>"
},
"AttachLoadBalancerToSubnetsInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Subnets"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets to add. You can add only one subnet per Availability Zone.</p>"
}
},
"documentation":"<p>Contains the parameters for AttachLoaBalancerToSubnets.</p>"
},
"AttachLoadBalancerToSubnetsOutput":{
"type":"structure",
"members":{
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets attached to the load balancer.</p>"
}
},
"documentation":"<p>Contains the output of AttachLoadBalancerToSubnets.</p>"
},
"AttributeName":{"type":"string"},
"AttributeType":{"type":"string"},
"AttributeValue":{"type":"string"},
"AvailabilityZone":{"type":"string"},
"AvailabilityZones":{
"type":"list",
"member":{"shape":"AvailabilityZone"}
},
"BackendServerDescription":{
"type":"structure",
"members":{
"InstancePort":{
"shape":"InstancePort",
"documentation":"<p>The port on which the EC2 instance is listening.</p>"
},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The names of the policies enabled for the EC2 instance.</p>"
}
},
"documentation":"<p>Information about the configuration of an EC2 instance.</p>"
},
"BackendServerDescriptions":{
"type":"list",
"member":{"shape":"BackendServerDescription"}
},
"Cardinality":{"type":"string"},
"CertificateNotFoundException":{
"type":"structure",
"members":{
},
"documentation":"<p>The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.</p>",
"error":{
"code":"CertificateNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"ConfigureHealthCheckInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"HealthCheck"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"HealthCheck":{
"shape":"HealthCheck",
"documentation":"<p>The configuration information.</p>"
}
},
"documentation":"<p>Contains the parameters for ConfigureHealthCheck.</p>"
},
"ConfigureHealthCheckOutput":{
"type":"structure",
"members":{
"HealthCheck":{
"shape":"HealthCheck",
"documentation":"<p>The updated health check.</p>"
}
},
"documentation":"<p>Contains the output of ConfigureHealthCheck.</p>"
},
"ConnectionDraining":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"ConnectionDrainingEnabled",
"documentation":"<p>Specifies whether connection draining is enabled for the load balancer.</p>"
},
"Timeout":{
"shape":"ConnectionDrainingTimeout",
"documentation":"<p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>"
}
},
"documentation":"<p>Information about the <code>ConnectionDraining</code> attribute.</p>"
},
"ConnectionDrainingEnabled":{"type":"boolean"},
"ConnectionDrainingTimeout":{"type":"integer"},
"ConnectionSettings":{
"type":"structure",
"required":["IdleTimeout"],
"members":{
"IdleTimeout":{
"shape":"IdleTimeout",
"documentation":"<p>The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.</p>"
}
},
"documentation":"<p>Information about the <code>ConnectionSettings</code> attribute.</p>"
},
"CookieExpirationPeriod":{"type":"long"},
"CookieName":{"type":"string"},
"CreateAccessPointInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Listeners"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p> <p>This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</p>"
},
"Listeners":{
"shape":"Listeners",
"documentation":"<p>The listeners.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html\">Listeners for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>One or more Availability Zones from the same region as the load balancer.</p> <p>You must specify at least one Availability Zone.</p> <p>You can add more Availability Zones after you create the load balancer using <a>EnableAvailabilityZonesForLoadBalancer</a>.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in <code>AvailabilityZones</code>.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups to assign to the load balancer.</p>"
},
"Scheme":{
"shape":"LoadBalancerScheme",
"documentation":"<p>The type of a load balancer. Valid only for load balancers in a VPC.</p> <p>By default, Elastic Load Balancing creates an Internet-facing load balancer with a DNS name that resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme\">Load Balancer Scheme</a> in the <i>Elastic Load Balancing User Guide</i>.</p> <p>Specify <code>internal</code> to create a load balancer with a DNS name that resolves to private IP addresses.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>A list of tags to assign to the load balancer.</p> <p>For more information about tagging your load balancer, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html\">Tag Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>"
}
},
"documentation":"<p>Contains the parameters for CreateLoadBalancer.</p>"
},
"CreateAccessPointOutput":{
"type":"structure",
"members":{
"DNSName":{
"shape":"DNSName",
"documentation":"<p>The DNS name of the load balancer.</p>"
}
},
"documentation":"<p>Contains the output for CreateLoadBalancer.</p>"
},
"CreateAppCookieStickinessPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName",
"CookieName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>"
},
"CookieName":{
"shape":"CookieName",
"documentation":"<p>The name of the application cookie used for stickiness.</p>"
}
},
"documentation":"<p>Contains the parameters for CreateAppCookieStickinessPolicy.</p>"
},
"CreateAppCookieStickinessPolicyOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output for CreateAppCookieStickinessPolicy.</p>"
},
"CreateLBCookieStickinessPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>"
},
"CookieExpirationPeriod":{
"shape":"CookieExpirationPeriod",
"documentation":"<p>The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.</p>"
}
},
"documentation":"<p>Contains the parameters for CreateLBCookieStickinessPolicy.</p>"
},
"CreateLBCookieStickinessPolicyOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output for CreateLBCookieStickinessPolicy.</p>"
},
"CreateLoadBalancerListenerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Listeners"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Listeners":{
"shape":"Listeners",
"documentation":"<p>The listeners.</p>"
}
},
"documentation":"<p>Contains the parameters for CreateLoadBalancerListeners.</p>"
},
"CreateLoadBalancerListenerOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the parameters for CreateLoadBalancerListener.</p>"
},
"CreateLoadBalancerPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName",
"PolicyTypeName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.</p>"
},
"PolicyTypeName":{
"shape":"PolicyTypeName",
"documentation":"<p>The name of the base policy type. To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>"
},
"PolicyAttributes":{
"shape":"PolicyAttributes",
"documentation":"<p>The policy attributes.</p>"
}
},
"documentation":"<p>Contains the parameters for CreateLoadBalancerPolicy.</p>"
},
"CreateLoadBalancerPolicyOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of CreateLoadBalancerPolicy.</p>"
},
"CreatedTime":{"type":"timestamp"},
"CrossZoneLoadBalancing":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"CrossZoneLoadBalancingEnabled",
"documentation":"<p>Specifies whether cross-zone load balancing is enabled for the load balancer.</p>"
}
},
"documentation":"<p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>"
},
"CrossZoneLoadBalancingEnabled":{"type":"boolean"},
"DNSName":{"type":"string"},
"DefaultValue":{"type":"string"},
"DeleteAccessPointInput":{
"type":"structure",
"required":["LoadBalancerName"],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
}
},
"documentation":"<p>Contains the parameters for DeleteLoadBalancer.</p>"
},
"DeleteAccessPointOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the output of DeleteLoadBalancer.</p>"
},
"DeleteLoadBalancerListenerInput":{
"type":"structure",
"required":[
"LoadBalancerName",