aws-sdk 2.1235.0 → 2.1237.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/cloudtrail-2013-11-01.min.json +30 -27
- package/apis/connect-2017-08-08.min.json +377 -134
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/devops-guru-2020-12-01.min.json +140 -125
- package/apis/eventbridge-2015-10-07.min.json +5 -1
- package/apis/globalaccelerator-2018-08-08.min.json +163 -109
- package/apis/managedblockchain-2018-09-24.min.json +173 -49
- package/apis/managedblockchain-2018-09-24.paginators.json +6 -0
- package/apis/resiliencehub-2020-04-30.min.json +2 -1
- package/apis/rum-2018-05-10.min.json +360 -12
- package/apis/rum-2018-05-10.paginators.json +12 -0
- package/apis/s3-2006-03-01.examples.json +132 -132
- package/apis/s3-2006-03-01.min.json +311 -1
- package/apis/s3control-2018-08-20.min.json +533 -12
- package/apis/support-app-2021-08-20.min.json +28 -1
- package/apis/workspaces-web-2020-07-08.min.json +290 -63
- package/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/clients/chimesdkmessaging.d.ts +3 -3
- package/clients/cloudtrail.d.ts +54 -40
- package/clients/configservice.d.ts +24 -24
- package/clients/connect.d.ts +327 -55
- package/clients/devopsguru.d.ts +26 -4
- package/clients/globalaccelerator.d.ts +60 -3
- package/clients/managedblockchain.d.ts +191 -46
- package/clients/resiliencehub.d.ts +7 -3
- package/clients/rum.d.ts +340 -5
- package/clients/s3.d.ts +1 -1
- package/clients/supportapp.d.ts +48 -10
- package/clients/workspacesweb.d.ts +199 -1
- package/dist/aws-sdk-core-react-native.js +9 -5
- package/dist/aws-sdk-react-native.js +25 -21
- package/dist/aws-sdk.js +735 -169
- package/dist/aws-sdk.min.js +83 -83
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +7 -4
- package/lib/model/api.js +1 -0
- package/package.json +1 -1
|
@@ -43,6 +43,30 @@
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
+
"AddEndpoints": {
|
|
47
|
+
"input": {
|
|
48
|
+
"type": "structure",
|
|
49
|
+
"required": [
|
|
50
|
+
"EndpointConfigurations",
|
|
51
|
+
"EndpointGroupArn"
|
|
52
|
+
],
|
|
53
|
+
"members": {
|
|
54
|
+
"EndpointConfigurations": {
|
|
55
|
+
"shape": "S9"
|
|
56
|
+
},
|
|
57
|
+
"EndpointGroupArn": {}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"output": {
|
|
61
|
+
"type": "structure",
|
|
62
|
+
"members": {
|
|
63
|
+
"EndpointDescriptions": {
|
|
64
|
+
"shape": "Se"
|
|
65
|
+
},
|
|
66
|
+
"EndpointGroupArn": {}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
46
70
|
"AdvertiseByoipCidr": {
|
|
47
71
|
"input": {
|
|
48
72
|
"type": "structure",
|
|
@@ -57,7 +81,7 @@
|
|
|
57
81
|
"type": "structure",
|
|
58
82
|
"members": {
|
|
59
83
|
"ByoipCidr": {
|
|
60
|
-
"shape": "
|
|
84
|
+
"shape": "Sj"
|
|
61
85
|
}
|
|
62
86
|
}
|
|
63
87
|
}
|
|
@@ -73,10 +97,10 @@
|
|
|
73
97
|
"EndpointGroupArn": {},
|
|
74
98
|
"EndpointId": {},
|
|
75
99
|
"DestinationAddresses": {
|
|
76
|
-
"shape": "
|
|
100
|
+
"shape": "Sp"
|
|
77
101
|
},
|
|
78
102
|
"DestinationPorts": {
|
|
79
|
-
"shape": "
|
|
103
|
+
"shape": "Sr"
|
|
80
104
|
},
|
|
81
105
|
"AllowAllTrafficToEndpoint": {
|
|
82
106
|
"type": "boolean"
|
|
@@ -95,7 +119,7 @@
|
|
|
95
119
|
"Name": {},
|
|
96
120
|
"IpAddressType": {},
|
|
97
121
|
"IpAddresses": {
|
|
98
|
-
"shape": "
|
|
122
|
+
"shape": "Sv"
|
|
99
123
|
},
|
|
100
124
|
"Enabled": {
|
|
101
125
|
"type": "boolean"
|
|
@@ -104,7 +128,7 @@
|
|
|
104
128
|
"idempotencyToken": true
|
|
105
129
|
},
|
|
106
130
|
"Tags": {
|
|
107
|
-
"shape": "
|
|
131
|
+
"shape": "Sx"
|
|
108
132
|
}
|
|
109
133
|
}
|
|
110
134
|
},
|
|
@@ -112,7 +136,7 @@
|
|
|
112
136
|
"type": "structure",
|
|
113
137
|
"members": {
|
|
114
138
|
"Accelerator": {
|
|
115
|
-
"shape": "
|
|
139
|
+
"shape": "S12"
|
|
116
140
|
}
|
|
117
141
|
}
|
|
118
142
|
}
|
|
@@ -128,7 +152,7 @@
|
|
|
128
152
|
"Name": {},
|
|
129
153
|
"IpAddressType": {},
|
|
130
154
|
"IpAddresses": {
|
|
131
|
-
"shape": "
|
|
155
|
+
"shape": "Sv"
|
|
132
156
|
},
|
|
133
157
|
"Enabled": {
|
|
134
158
|
"type": "boolean"
|
|
@@ -137,7 +161,7 @@
|
|
|
137
161
|
"idempotencyToken": true
|
|
138
162
|
},
|
|
139
163
|
"Tags": {
|
|
140
|
-
"shape": "
|
|
164
|
+
"shape": "Sx"
|
|
141
165
|
}
|
|
142
166
|
}
|
|
143
167
|
},
|
|
@@ -145,7 +169,7 @@
|
|
|
145
169
|
"type": "structure",
|
|
146
170
|
"members": {
|
|
147
171
|
"Accelerator": {
|
|
148
|
-
"shape": "
|
|
172
|
+
"shape": "S1b"
|
|
149
173
|
}
|
|
150
174
|
}
|
|
151
175
|
}
|
|
@@ -179,7 +203,7 @@
|
|
|
179
203
|
"type": "integer"
|
|
180
204
|
},
|
|
181
205
|
"Protocols": {
|
|
182
|
-
"shape": "
|
|
206
|
+
"shape": "S1g"
|
|
183
207
|
}
|
|
184
208
|
}
|
|
185
209
|
}
|
|
@@ -193,7 +217,7 @@
|
|
|
193
217
|
"type": "structure",
|
|
194
218
|
"members": {
|
|
195
219
|
"EndpointGroup": {
|
|
196
|
-
"shape": "
|
|
220
|
+
"shape": "S1j"
|
|
197
221
|
}
|
|
198
222
|
}
|
|
199
223
|
}
|
|
@@ -209,7 +233,7 @@
|
|
|
209
233
|
"members": {
|
|
210
234
|
"AcceleratorArn": {},
|
|
211
235
|
"PortRanges": {
|
|
212
|
-
"shape": "
|
|
236
|
+
"shape": "S1p"
|
|
213
237
|
},
|
|
214
238
|
"IdempotencyToken": {
|
|
215
239
|
"idempotencyToken": true
|
|
@@ -220,7 +244,7 @@
|
|
|
220
244
|
"type": "structure",
|
|
221
245
|
"members": {
|
|
222
246
|
"Listener": {
|
|
223
|
-
"shape": "
|
|
247
|
+
"shape": "S1s"
|
|
224
248
|
}
|
|
225
249
|
}
|
|
226
250
|
}
|
|
@@ -237,7 +261,7 @@
|
|
|
237
261
|
"ListenerArn": {},
|
|
238
262
|
"EndpointGroupRegion": {},
|
|
239
263
|
"EndpointConfigurations": {
|
|
240
|
-
"shape": "
|
|
264
|
+
"shape": "S9"
|
|
241
265
|
},
|
|
242
266
|
"TrafficDialPercentage": {
|
|
243
267
|
"type": "float"
|
|
@@ -257,7 +281,7 @@
|
|
|
257
281
|
"idempotencyToken": true
|
|
258
282
|
},
|
|
259
283
|
"PortOverrides": {
|
|
260
|
-
"shape": "
|
|
284
|
+
"shape": "S20"
|
|
261
285
|
}
|
|
262
286
|
}
|
|
263
287
|
},
|
|
@@ -265,7 +289,7 @@
|
|
|
265
289
|
"type": "structure",
|
|
266
290
|
"members": {
|
|
267
291
|
"EndpointGroup": {
|
|
268
|
-
"shape": "
|
|
292
|
+
"shape": "S23"
|
|
269
293
|
}
|
|
270
294
|
}
|
|
271
295
|
}
|
|
@@ -282,7 +306,7 @@
|
|
|
282
306
|
"members": {
|
|
283
307
|
"AcceleratorArn": {},
|
|
284
308
|
"PortRanges": {
|
|
285
|
-
"shape": "
|
|
309
|
+
"shape": "S1p"
|
|
286
310
|
},
|
|
287
311
|
"Protocol": {},
|
|
288
312
|
"ClientAffinity": {},
|
|
@@ -295,7 +319,7 @@
|
|
|
295
319
|
"type": "structure",
|
|
296
320
|
"members": {
|
|
297
321
|
"Listener": {
|
|
298
|
-
"shape": "
|
|
322
|
+
"shape": "S27"
|
|
299
323
|
}
|
|
300
324
|
}
|
|
301
325
|
}
|
|
@@ -377,10 +401,10 @@
|
|
|
377
401
|
"EndpointGroupArn": {},
|
|
378
402
|
"EndpointId": {},
|
|
379
403
|
"DestinationAddresses": {
|
|
380
|
-
"shape": "
|
|
404
|
+
"shape": "Sp"
|
|
381
405
|
},
|
|
382
406
|
"DestinationPorts": {
|
|
383
|
-
"shape": "
|
|
407
|
+
"shape": "Sr"
|
|
384
408
|
},
|
|
385
409
|
"DenyAllTrafficToEndpoint": {
|
|
386
410
|
"type": "boolean"
|
|
@@ -402,7 +426,7 @@
|
|
|
402
426
|
"type": "structure",
|
|
403
427
|
"members": {
|
|
404
428
|
"ByoipCidr": {
|
|
405
|
-
"shape": "
|
|
429
|
+
"shape": "Sj"
|
|
406
430
|
}
|
|
407
431
|
}
|
|
408
432
|
}
|
|
@@ -421,7 +445,7 @@
|
|
|
421
445
|
"type": "structure",
|
|
422
446
|
"members": {
|
|
423
447
|
"Accelerator": {
|
|
424
|
-
"shape": "
|
|
448
|
+
"shape": "S12"
|
|
425
449
|
}
|
|
426
450
|
}
|
|
427
451
|
}
|
|
@@ -440,7 +464,7 @@
|
|
|
440
464
|
"type": "structure",
|
|
441
465
|
"members": {
|
|
442
466
|
"AcceleratorAttributes": {
|
|
443
|
-
"shape": "
|
|
467
|
+
"shape": "S2l"
|
|
444
468
|
}
|
|
445
469
|
}
|
|
446
470
|
}
|
|
@@ -459,7 +483,7 @@
|
|
|
459
483
|
"type": "structure",
|
|
460
484
|
"members": {
|
|
461
485
|
"Accelerator": {
|
|
462
|
-
"shape": "
|
|
486
|
+
"shape": "S1b"
|
|
463
487
|
}
|
|
464
488
|
}
|
|
465
489
|
}
|
|
@@ -478,7 +502,7 @@
|
|
|
478
502
|
"type": "structure",
|
|
479
503
|
"members": {
|
|
480
504
|
"AcceleratorAttributes": {
|
|
481
|
-
"shape": "
|
|
505
|
+
"shape": "S2q"
|
|
482
506
|
}
|
|
483
507
|
}
|
|
484
508
|
}
|
|
@@ -497,7 +521,7 @@
|
|
|
497
521
|
"type": "structure",
|
|
498
522
|
"members": {
|
|
499
523
|
"EndpointGroup": {
|
|
500
|
-
"shape": "
|
|
524
|
+
"shape": "S1j"
|
|
501
525
|
}
|
|
502
526
|
}
|
|
503
527
|
}
|
|
@@ -516,7 +540,7 @@
|
|
|
516
540
|
"type": "structure",
|
|
517
541
|
"members": {
|
|
518
542
|
"Listener": {
|
|
519
|
-
"shape": "
|
|
543
|
+
"shape": "S1s"
|
|
520
544
|
}
|
|
521
545
|
}
|
|
522
546
|
}
|
|
@@ -535,7 +559,7 @@
|
|
|
535
559
|
"type": "structure",
|
|
536
560
|
"members": {
|
|
537
561
|
"EndpointGroup": {
|
|
538
|
-
"shape": "
|
|
562
|
+
"shape": "S23"
|
|
539
563
|
}
|
|
540
564
|
}
|
|
541
565
|
}
|
|
@@ -554,7 +578,7 @@
|
|
|
554
578
|
"type": "structure",
|
|
555
579
|
"members": {
|
|
556
580
|
"Listener": {
|
|
557
|
-
"shape": "
|
|
581
|
+
"shape": "S27"
|
|
558
582
|
}
|
|
559
583
|
}
|
|
560
584
|
}
|
|
@@ -575,7 +599,7 @@
|
|
|
575
599
|
"Accelerators": {
|
|
576
600
|
"type": "list",
|
|
577
601
|
"member": {
|
|
578
|
-
"shape": "
|
|
602
|
+
"shape": "S12"
|
|
579
603
|
}
|
|
580
604
|
},
|
|
581
605
|
"NextToken": {}
|
|
@@ -598,7 +622,7 @@
|
|
|
598
622
|
"ByoipCidrs": {
|
|
599
623
|
"type": "list",
|
|
600
624
|
"member": {
|
|
601
|
-
"shape": "
|
|
625
|
+
"shape": "Sj"
|
|
602
626
|
}
|
|
603
627
|
},
|
|
604
628
|
"NextToken": {}
|
|
@@ -621,7 +645,7 @@
|
|
|
621
645
|
"Accelerators": {
|
|
622
646
|
"type": "list",
|
|
623
647
|
"member": {
|
|
624
|
-
"shape": "
|
|
648
|
+
"shape": "S1b"
|
|
625
649
|
}
|
|
626
650
|
},
|
|
627
651
|
"NextToken": {}
|
|
@@ -648,7 +672,7 @@
|
|
|
648
672
|
"EndpointGroups": {
|
|
649
673
|
"type": "list",
|
|
650
674
|
"member": {
|
|
651
|
-
"shape": "
|
|
675
|
+
"shape": "S1j"
|
|
652
676
|
}
|
|
653
677
|
},
|
|
654
678
|
"NextToken": {}
|
|
@@ -675,7 +699,7 @@
|
|
|
675
699
|
"Listeners": {
|
|
676
700
|
"type": "list",
|
|
677
701
|
"member": {
|
|
678
|
-
"shape": "
|
|
702
|
+
"shape": "S1s"
|
|
679
703
|
}
|
|
680
704
|
},
|
|
681
705
|
"NextToken": {}
|
|
@@ -711,10 +735,10 @@
|
|
|
711
735
|
"EndpointGroupArn": {},
|
|
712
736
|
"EndpointId": {},
|
|
713
737
|
"DestinationSocketAddress": {
|
|
714
|
-
"shape": "
|
|
738
|
+
"shape": "S3k"
|
|
715
739
|
},
|
|
716
740
|
"Protocols": {
|
|
717
|
-
"shape": "
|
|
741
|
+
"shape": "S1g"
|
|
718
742
|
},
|
|
719
743
|
"DestinationTrafficState": {}
|
|
720
744
|
}
|
|
@@ -752,14 +776,14 @@
|
|
|
752
776
|
"AcceleratorSocketAddresses": {
|
|
753
777
|
"type": "list",
|
|
754
778
|
"member": {
|
|
755
|
-
"shape": "
|
|
779
|
+
"shape": "S3k"
|
|
756
780
|
}
|
|
757
781
|
},
|
|
758
782
|
"EndpointGroupArn": {},
|
|
759
783
|
"EndpointId": {},
|
|
760
784
|
"EndpointGroupRegion": {},
|
|
761
785
|
"DestinationSocketAddress": {
|
|
762
|
-
"shape": "
|
|
786
|
+
"shape": "S3k"
|
|
763
787
|
},
|
|
764
788
|
"IpAddressType": {},
|
|
765
789
|
"DestinationTrafficState": {}
|
|
@@ -790,7 +814,7 @@
|
|
|
790
814
|
"EndpointGroups": {
|
|
791
815
|
"type": "list",
|
|
792
816
|
"member": {
|
|
793
|
-
"shape": "
|
|
817
|
+
"shape": "S23"
|
|
794
818
|
}
|
|
795
819
|
},
|
|
796
820
|
"NextToken": {}
|
|
@@ -817,7 +841,7 @@
|
|
|
817
841
|
"Listeners": {
|
|
818
842
|
"type": "list",
|
|
819
843
|
"member": {
|
|
820
|
-
"shape": "
|
|
844
|
+
"shape": "S27"
|
|
821
845
|
}
|
|
822
846
|
},
|
|
823
847
|
"NextToken": {}
|
|
@@ -838,7 +862,7 @@
|
|
|
838
862
|
"type": "structure",
|
|
839
863
|
"members": {
|
|
840
864
|
"Tags": {
|
|
841
|
-
"shape": "
|
|
865
|
+
"shape": "Sx"
|
|
842
866
|
}
|
|
843
867
|
}
|
|
844
868
|
}
|
|
@@ -869,7 +893,7 @@
|
|
|
869
893
|
"type": "structure",
|
|
870
894
|
"members": {
|
|
871
895
|
"ByoipCidr": {
|
|
872
|
-
"shape": "
|
|
896
|
+
"shape": "Sj"
|
|
873
897
|
}
|
|
874
898
|
}
|
|
875
899
|
}
|
|
@@ -890,6 +914,33 @@
|
|
|
890
914
|
}
|
|
891
915
|
}
|
|
892
916
|
},
|
|
917
|
+
"RemoveEndpoints": {
|
|
918
|
+
"input": {
|
|
919
|
+
"type": "structure",
|
|
920
|
+
"required": [
|
|
921
|
+
"EndpointIdentifiers",
|
|
922
|
+
"EndpointGroupArn"
|
|
923
|
+
],
|
|
924
|
+
"members": {
|
|
925
|
+
"EndpointIdentifiers": {
|
|
926
|
+
"type": "list",
|
|
927
|
+
"member": {
|
|
928
|
+
"type": "structure",
|
|
929
|
+
"required": [
|
|
930
|
+
"EndpointId"
|
|
931
|
+
],
|
|
932
|
+
"members": {
|
|
933
|
+
"EndpointId": {},
|
|
934
|
+
"ClientIPPreservationEnabled": {
|
|
935
|
+
"type": "boolean"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"EndpointGroupArn": {}
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
},
|
|
893
944
|
"TagResource": {
|
|
894
945
|
"input": {
|
|
895
946
|
"type": "structure",
|
|
@@ -900,7 +951,7 @@
|
|
|
900
951
|
"members": {
|
|
901
952
|
"ResourceArn": {},
|
|
902
953
|
"Tags": {
|
|
903
|
-
"shape": "
|
|
954
|
+
"shape": "Sx"
|
|
904
955
|
}
|
|
905
956
|
}
|
|
906
957
|
},
|
|
@@ -948,7 +999,7 @@
|
|
|
948
999
|
"type": "structure",
|
|
949
1000
|
"members": {
|
|
950
1001
|
"Accelerator": {
|
|
951
|
-
"shape": "
|
|
1002
|
+
"shape": "S12"
|
|
952
1003
|
}
|
|
953
1004
|
}
|
|
954
1005
|
}
|
|
@@ -972,7 +1023,7 @@
|
|
|
972
1023
|
"type": "structure",
|
|
973
1024
|
"members": {
|
|
974
1025
|
"AcceleratorAttributes": {
|
|
975
|
-
"shape": "
|
|
1026
|
+
"shape": "S2l"
|
|
976
1027
|
}
|
|
977
1028
|
}
|
|
978
1029
|
}
|
|
@@ -996,7 +1047,7 @@
|
|
|
996
1047
|
"type": "structure",
|
|
997
1048
|
"members": {
|
|
998
1049
|
"Accelerator": {
|
|
999
|
-
"shape": "
|
|
1050
|
+
"shape": "S1b"
|
|
1000
1051
|
}
|
|
1001
1052
|
}
|
|
1002
1053
|
}
|
|
@@ -1020,7 +1071,7 @@
|
|
|
1020
1071
|
"type": "structure",
|
|
1021
1072
|
"members": {
|
|
1022
1073
|
"AcceleratorAttributes": {
|
|
1023
|
-
"shape": "
|
|
1074
|
+
"shape": "S2q"
|
|
1024
1075
|
}
|
|
1025
1076
|
}
|
|
1026
1077
|
}
|
|
@@ -1035,7 +1086,7 @@
|
|
|
1035
1086
|
"members": {
|
|
1036
1087
|
"ListenerArn": {},
|
|
1037
1088
|
"PortRanges": {
|
|
1038
|
-
"shape": "
|
|
1089
|
+
"shape": "S1p"
|
|
1039
1090
|
}
|
|
1040
1091
|
}
|
|
1041
1092
|
},
|
|
@@ -1043,7 +1094,7 @@
|
|
|
1043
1094
|
"type": "structure",
|
|
1044
1095
|
"members": {
|
|
1045
1096
|
"Listener": {
|
|
1046
|
-
"shape": "
|
|
1097
|
+
"shape": "S1s"
|
|
1047
1098
|
}
|
|
1048
1099
|
}
|
|
1049
1100
|
}
|
|
@@ -1057,7 +1108,7 @@
|
|
|
1057
1108
|
"members": {
|
|
1058
1109
|
"EndpointGroupArn": {},
|
|
1059
1110
|
"EndpointConfigurations": {
|
|
1060
|
-
"shape": "
|
|
1111
|
+
"shape": "S9"
|
|
1061
1112
|
},
|
|
1062
1113
|
"TrafficDialPercentage": {
|
|
1063
1114
|
"type": "float"
|
|
@@ -1074,7 +1125,7 @@
|
|
|
1074
1125
|
"type": "integer"
|
|
1075
1126
|
},
|
|
1076
1127
|
"PortOverrides": {
|
|
1077
|
-
"shape": "
|
|
1128
|
+
"shape": "S20"
|
|
1078
1129
|
}
|
|
1079
1130
|
}
|
|
1080
1131
|
},
|
|
@@ -1082,7 +1133,7 @@
|
|
|
1082
1133
|
"type": "structure",
|
|
1083
1134
|
"members": {
|
|
1084
1135
|
"EndpointGroup": {
|
|
1085
|
-
"shape": "
|
|
1136
|
+
"shape": "S23"
|
|
1086
1137
|
}
|
|
1087
1138
|
}
|
|
1088
1139
|
}
|
|
@@ -1096,7 +1147,7 @@
|
|
|
1096
1147
|
"members": {
|
|
1097
1148
|
"ListenerArn": {},
|
|
1098
1149
|
"PortRanges": {
|
|
1099
|
-
"shape": "
|
|
1150
|
+
"shape": "S1p"
|
|
1100
1151
|
},
|
|
1101
1152
|
"Protocol": {},
|
|
1102
1153
|
"ClientAffinity": {}
|
|
@@ -1106,7 +1157,7 @@
|
|
|
1106
1157
|
"type": "structure",
|
|
1107
1158
|
"members": {
|
|
1108
1159
|
"Listener": {
|
|
1109
|
-
"shape": "
|
|
1160
|
+
"shape": "S27"
|
|
1110
1161
|
}
|
|
1111
1162
|
}
|
|
1112
1163
|
}
|
|
@@ -1125,7 +1176,7 @@
|
|
|
1125
1176
|
"type": "structure",
|
|
1126
1177
|
"members": {
|
|
1127
1178
|
"ByoipCidr": {
|
|
1128
|
-
"shape": "
|
|
1179
|
+
"shape": "Sj"
|
|
1129
1180
|
}
|
|
1130
1181
|
}
|
|
1131
1182
|
}
|
|
@@ -1141,7 +1192,39 @@
|
|
|
1141
1192
|
}
|
|
1142
1193
|
}
|
|
1143
1194
|
},
|
|
1144
|
-
"
|
|
1195
|
+
"S9": {
|
|
1196
|
+
"type": "list",
|
|
1197
|
+
"member": {
|
|
1198
|
+
"type": "structure",
|
|
1199
|
+
"members": {
|
|
1200
|
+
"EndpointId": {},
|
|
1201
|
+
"Weight": {
|
|
1202
|
+
"type": "integer"
|
|
1203
|
+
},
|
|
1204
|
+
"ClientIPPreservationEnabled": {
|
|
1205
|
+
"type": "boolean"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
"Se": {
|
|
1211
|
+
"type": "list",
|
|
1212
|
+
"member": {
|
|
1213
|
+
"type": "structure",
|
|
1214
|
+
"members": {
|
|
1215
|
+
"EndpointId": {},
|
|
1216
|
+
"Weight": {
|
|
1217
|
+
"type": "integer"
|
|
1218
|
+
},
|
|
1219
|
+
"HealthState": {},
|
|
1220
|
+
"HealthReason": {},
|
|
1221
|
+
"ClientIPPreservationEnabled": {
|
|
1222
|
+
"type": "boolean"
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"Sj": {
|
|
1145
1228
|
"type": "structure",
|
|
1146
1229
|
"members": {
|
|
1147
1230
|
"Cidr": {},
|
|
@@ -1160,21 +1243,21 @@
|
|
|
1160
1243
|
}
|
|
1161
1244
|
}
|
|
1162
1245
|
},
|
|
1163
|
-
"
|
|
1246
|
+
"Sp": {
|
|
1164
1247
|
"type": "list",
|
|
1165
1248
|
"member": {}
|
|
1166
1249
|
},
|
|
1167
|
-
"
|
|
1250
|
+
"Sr": {
|
|
1168
1251
|
"type": "list",
|
|
1169
1252
|
"member": {
|
|
1170
1253
|
"type": "integer"
|
|
1171
1254
|
}
|
|
1172
1255
|
},
|
|
1173
|
-
"
|
|
1256
|
+
"Sv": {
|
|
1174
1257
|
"type": "list",
|
|
1175
1258
|
"member": {}
|
|
1176
1259
|
},
|
|
1177
|
-
"
|
|
1260
|
+
"Sx": {
|
|
1178
1261
|
"type": "list",
|
|
1179
1262
|
"member": {
|
|
1180
1263
|
"type": "structure",
|
|
@@ -1188,7 +1271,7 @@
|
|
|
1188
1271
|
}
|
|
1189
1272
|
}
|
|
1190
1273
|
},
|
|
1191
|
-
"
|
|
1274
|
+
"S12": {
|
|
1192
1275
|
"type": "structure",
|
|
1193
1276
|
"members": {
|
|
1194
1277
|
"AcceleratorArn": {},
|
|
@@ -1198,7 +1281,7 @@
|
|
|
1198
1281
|
"type": "boolean"
|
|
1199
1282
|
},
|
|
1200
1283
|
"IpSets": {
|
|
1201
|
-
"shape": "
|
|
1284
|
+
"shape": "S13"
|
|
1202
1285
|
},
|
|
1203
1286
|
"DnsName": {},
|
|
1204
1287
|
"Status": {},
|
|
@@ -1223,7 +1306,7 @@
|
|
|
1223
1306
|
}
|
|
1224
1307
|
}
|
|
1225
1308
|
},
|
|
1226
|
-
"
|
|
1309
|
+
"S13": {
|
|
1227
1310
|
"type": "list",
|
|
1228
1311
|
"member": {
|
|
1229
1312
|
"type": "structure",
|
|
@@ -1233,13 +1316,13 @@
|
|
|
1233
1316
|
"deprecatedMessage": "IpFamily has been replaced by IpAddressFamily"
|
|
1234
1317
|
},
|
|
1235
1318
|
"IpAddresses": {
|
|
1236
|
-
"shape": "
|
|
1319
|
+
"shape": "Sv"
|
|
1237
1320
|
},
|
|
1238
1321
|
"IpAddressFamily": {}
|
|
1239
1322
|
}
|
|
1240
1323
|
}
|
|
1241
1324
|
},
|
|
1242
|
-
"
|
|
1325
|
+
"S1b": {
|
|
1243
1326
|
"type": "structure",
|
|
1244
1327
|
"members": {
|
|
1245
1328
|
"AcceleratorArn": {},
|
|
@@ -1249,7 +1332,7 @@
|
|
|
1249
1332
|
"type": "boolean"
|
|
1250
1333
|
},
|
|
1251
1334
|
"IpSets": {
|
|
1252
|
-
"shape": "
|
|
1335
|
+
"shape": "S13"
|
|
1253
1336
|
},
|
|
1254
1337
|
"DnsName": {},
|
|
1255
1338
|
"Status": {},
|
|
@@ -1261,11 +1344,11 @@
|
|
|
1261
1344
|
}
|
|
1262
1345
|
}
|
|
1263
1346
|
},
|
|
1264
|
-
"
|
|
1347
|
+
"S1g": {
|
|
1265
1348
|
"type": "list",
|
|
1266
1349
|
"member": {}
|
|
1267
1350
|
},
|
|
1268
|
-
"
|
|
1351
|
+
"S1j": {
|
|
1269
1352
|
"type": "structure",
|
|
1270
1353
|
"members": {
|
|
1271
1354
|
"EndpointGroupArn": {},
|
|
@@ -1293,7 +1376,7 @@
|
|
|
1293
1376
|
}
|
|
1294
1377
|
}
|
|
1295
1378
|
},
|
|
1296
|
-
"
|
|
1379
|
+
"S1p": {
|
|
1297
1380
|
"type": "list",
|
|
1298
1381
|
"member": {
|
|
1299
1382
|
"type": "structure",
|
|
@@ -1307,31 +1390,16 @@
|
|
|
1307
1390
|
}
|
|
1308
1391
|
}
|
|
1309
1392
|
},
|
|
1310
|
-
"
|
|
1393
|
+
"S1s": {
|
|
1311
1394
|
"type": "structure",
|
|
1312
1395
|
"members": {
|
|
1313
1396
|
"ListenerArn": {},
|
|
1314
1397
|
"PortRanges": {
|
|
1315
|
-
"shape": "
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
"S1m": {
|
|
1320
|
-
"type": "list",
|
|
1321
|
-
"member": {
|
|
1322
|
-
"type": "structure",
|
|
1323
|
-
"members": {
|
|
1324
|
-
"EndpointId": {},
|
|
1325
|
-
"Weight": {
|
|
1326
|
-
"type": "integer"
|
|
1327
|
-
},
|
|
1328
|
-
"ClientIPPreservationEnabled": {
|
|
1329
|
-
"type": "boolean"
|
|
1330
|
-
}
|
|
1398
|
+
"shape": "S1p"
|
|
1331
1399
|
}
|
|
1332
1400
|
}
|
|
1333
1401
|
},
|
|
1334
|
-
"
|
|
1402
|
+
"S20": {
|
|
1335
1403
|
"type": "list",
|
|
1336
1404
|
"member": {
|
|
1337
1405
|
"type": "structure",
|
|
@@ -1345,27 +1413,13 @@
|
|
|
1345
1413
|
}
|
|
1346
1414
|
}
|
|
1347
1415
|
},
|
|
1348
|
-
"
|
|
1416
|
+
"S23": {
|
|
1349
1417
|
"type": "structure",
|
|
1350
1418
|
"members": {
|
|
1351
1419
|
"EndpointGroupArn": {},
|
|
1352
1420
|
"EndpointGroupRegion": {},
|
|
1353
1421
|
"EndpointDescriptions": {
|
|
1354
|
-
"
|
|
1355
|
-
"member": {
|
|
1356
|
-
"type": "structure",
|
|
1357
|
-
"members": {
|
|
1358
|
-
"EndpointId": {},
|
|
1359
|
-
"Weight": {
|
|
1360
|
-
"type": "integer"
|
|
1361
|
-
},
|
|
1362
|
-
"HealthState": {},
|
|
1363
|
-
"HealthReason": {},
|
|
1364
|
-
"ClientIPPreservationEnabled": {
|
|
1365
|
-
"type": "boolean"
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1422
|
+
"shape": "Se"
|
|
1369
1423
|
},
|
|
1370
1424
|
"TrafficDialPercentage": {
|
|
1371
1425
|
"type": "float"
|
|
@@ -1382,22 +1436,22 @@
|
|
|
1382
1436
|
"type": "integer"
|
|
1383
1437
|
},
|
|
1384
1438
|
"PortOverrides": {
|
|
1385
|
-
"shape": "
|
|
1439
|
+
"shape": "S20"
|
|
1386
1440
|
}
|
|
1387
1441
|
}
|
|
1388
1442
|
},
|
|
1389
|
-
"
|
|
1443
|
+
"S27": {
|
|
1390
1444
|
"type": "structure",
|
|
1391
1445
|
"members": {
|
|
1392
1446
|
"ListenerArn": {},
|
|
1393
1447
|
"PortRanges": {
|
|
1394
|
-
"shape": "
|
|
1448
|
+
"shape": "S1p"
|
|
1395
1449
|
},
|
|
1396
1450
|
"Protocol": {},
|
|
1397
1451
|
"ClientAffinity": {}
|
|
1398
1452
|
}
|
|
1399
1453
|
},
|
|
1400
|
-
"
|
|
1454
|
+
"S2l": {
|
|
1401
1455
|
"type": "structure",
|
|
1402
1456
|
"members": {
|
|
1403
1457
|
"FlowLogsEnabled": {
|
|
@@ -1407,7 +1461,7 @@
|
|
|
1407
1461
|
"FlowLogsS3Prefix": {}
|
|
1408
1462
|
}
|
|
1409
1463
|
},
|
|
1410
|
-
"
|
|
1464
|
+
"S2q": {
|
|
1411
1465
|
"type": "structure",
|
|
1412
1466
|
"members": {
|
|
1413
1467
|
"FlowLogsEnabled": {
|
|
@@ -1417,7 +1471,7 @@
|
|
|
1417
1471
|
"FlowLogsS3Prefix": {}
|
|
1418
1472
|
}
|
|
1419
1473
|
},
|
|
1420
|
-
"
|
|
1474
|
+
"S3k": {
|
|
1421
1475
|
"type": "structure",
|
|
1422
1476
|
"members": {
|
|
1423
1477
|
"IpAddress": {},
|