aws-sdk-elasticloadbalancing 1.23.1 → 1.24.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticloadbalancing.rb +3 -1
- data/lib/aws-sdk-elasticloadbalancing/client.rb +3 -1
- data/lib/aws-sdk-elasticloadbalancing/client_api.rb +2 -0
- data/lib/aws-sdk-elasticloadbalancing/customizations.rb +1 -0
- data/lib/aws-sdk-elasticloadbalancing/errors.rb +2 -0
- data/lib/aws-sdk-elasticloadbalancing/resource.rb +2 -0
- data/lib/aws-sdk-elasticloadbalancing/types.rb +74 -0
- data/lib/aws-sdk-elasticloadbalancing/waiters.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 167251557023ba7b90f41265ae0805925ba8acd9d0b0ea6219fd480d4ce551b3
|
|
4
|
+
data.tar.gz: c4a668ba405489331e0ca5ac69325f35a91a5ec7cbc14cb3e10739a651b29b68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb6bd28968b3323ba23f84c0f37fef546b2251ee15130ef94771bbe88bccc110290e140eb943290f62b0c80cc1b96fe3392c0dde7276df4473a7a8f1ecda1646
|
|
7
|
+
data.tar.gz: 86cb39b670d0119031c03c0f3c4c4e3e9f71477d777a79df54fab42b58f6b66c31146b41f67732e359e0b0cad7673041d03569fdbcf079800503369d674de9a2
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::ElasticLoadBalancing
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.24.0'
|
|
50
52
|
|
|
51
53
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -2595,7 +2597,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2595
2597
|
params: params,
|
|
2596
2598
|
config: config)
|
|
2597
2599
|
context[:gem_name] = 'aws-sdk-elasticloadbalancing'
|
|
2598
|
-
context[:gem_version] = '1.
|
|
2600
|
+
context[:gem_version] = '1.24.0'
|
|
2599
2601
|
Seahorse::Client::Request.new(handlers, context)
|
|
2600
2602
|
end
|
|
2601
2603
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -48,6 +50,7 @@ module Aws::ElasticLoadBalancing
|
|
|
48
50
|
:s3_bucket_name,
|
|
49
51
|
:emit_interval,
|
|
50
52
|
:s3_bucket_prefix)
|
|
53
|
+
SENSITIVE = []
|
|
51
54
|
include Aws::Structure
|
|
52
55
|
end
|
|
53
56
|
|
|
@@ -81,6 +84,7 @@ module Aws::ElasticLoadBalancing
|
|
|
81
84
|
class AddAvailabilityZonesInput < Struct.new(
|
|
82
85
|
:load_balancer_name,
|
|
83
86
|
:availability_zones)
|
|
87
|
+
SENSITIVE = []
|
|
84
88
|
include Aws::Structure
|
|
85
89
|
end
|
|
86
90
|
|
|
@@ -94,6 +98,7 @@ module Aws::ElasticLoadBalancing
|
|
|
94
98
|
#
|
|
95
99
|
class AddAvailabilityZonesOutput < Struct.new(
|
|
96
100
|
:availability_zones)
|
|
101
|
+
SENSITIVE = []
|
|
97
102
|
include Aws::Structure
|
|
98
103
|
end
|
|
99
104
|
|
|
@@ -126,6 +131,7 @@ module Aws::ElasticLoadBalancing
|
|
|
126
131
|
class AddTagsInput < Struct.new(
|
|
127
132
|
:load_balancer_names,
|
|
128
133
|
:tags)
|
|
134
|
+
SENSITIVE = []
|
|
129
135
|
include Aws::Structure
|
|
130
136
|
end
|
|
131
137
|
|
|
@@ -158,6 +164,7 @@ module Aws::ElasticLoadBalancing
|
|
|
158
164
|
class AdditionalAttribute < Struct.new(
|
|
159
165
|
:key,
|
|
160
166
|
:value)
|
|
167
|
+
SENSITIVE = []
|
|
161
168
|
include Aws::Structure
|
|
162
169
|
end
|
|
163
170
|
|
|
@@ -178,6 +185,7 @@ module Aws::ElasticLoadBalancing
|
|
|
178
185
|
class AppCookieStickinessPolicy < Struct.new(
|
|
179
186
|
:policy_name,
|
|
180
187
|
:cookie_name)
|
|
188
|
+
SENSITIVE = []
|
|
181
189
|
include Aws::Structure
|
|
182
190
|
end
|
|
183
191
|
|
|
@@ -205,6 +213,7 @@ module Aws::ElasticLoadBalancing
|
|
|
205
213
|
class ApplySecurityGroupsToLoadBalancerInput < Struct.new(
|
|
206
214
|
:load_balancer_name,
|
|
207
215
|
:security_groups)
|
|
216
|
+
SENSITIVE = []
|
|
208
217
|
include Aws::Structure
|
|
209
218
|
end
|
|
210
219
|
|
|
@@ -218,6 +227,7 @@ module Aws::ElasticLoadBalancing
|
|
|
218
227
|
#
|
|
219
228
|
class ApplySecurityGroupsToLoadBalancerOutput < Struct.new(
|
|
220
229
|
:security_groups)
|
|
230
|
+
SENSITIVE = []
|
|
221
231
|
include Aws::Structure
|
|
222
232
|
end
|
|
223
233
|
|
|
@@ -245,6 +255,7 @@ module Aws::ElasticLoadBalancing
|
|
|
245
255
|
class AttachLoadBalancerToSubnetsInput < Struct.new(
|
|
246
256
|
:load_balancer_name,
|
|
247
257
|
:subnets)
|
|
258
|
+
SENSITIVE = []
|
|
248
259
|
include Aws::Structure
|
|
249
260
|
end
|
|
250
261
|
|
|
@@ -258,6 +269,7 @@ module Aws::ElasticLoadBalancing
|
|
|
258
269
|
#
|
|
259
270
|
class AttachLoadBalancerToSubnetsOutput < Struct.new(
|
|
260
271
|
:subnets)
|
|
272
|
+
SENSITIVE = []
|
|
261
273
|
include Aws::Structure
|
|
262
274
|
end
|
|
263
275
|
|
|
@@ -276,6 +288,7 @@ module Aws::ElasticLoadBalancing
|
|
|
276
288
|
class BackendServerDescription < Struct.new(
|
|
277
289
|
:instance_port,
|
|
278
290
|
:policy_names)
|
|
291
|
+
SENSITIVE = []
|
|
279
292
|
include Aws::Structure
|
|
280
293
|
end
|
|
281
294
|
|
|
@@ -317,6 +330,7 @@ module Aws::ElasticLoadBalancing
|
|
|
317
330
|
class ConfigureHealthCheckInput < Struct.new(
|
|
318
331
|
:load_balancer_name,
|
|
319
332
|
:health_check)
|
|
333
|
+
SENSITIVE = []
|
|
320
334
|
include Aws::Structure
|
|
321
335
|
end
|
|
322
336
|
|
|
@@ -330,6 +344,7 @@ module Aws::ElasticLoadBalancing
|
|
|
330
344
|
#
|
|
331
345
|
class ConfigureHealthCheckOutput < Struct.new(
|
|
332
346
|
:health_check)
|
|
347
|
+
SENSITIVE = []
|
|
333
348
|
include Aws::Structure
|
|
334
349
|
end
|
|
335
350
|
|
|
@@ -358,6 +373,7 @@ module Aws::ElasticLoadBalancing
|
|
|
358
373
|
class ConnectionDraining < Struct.new(
|
|
359
374
|
:enabled,
|
|
360
375
|
:timeout)
|
|
376
|
+
SENSITIVE = []
|
|
361
377
|
include Aws::Structure
|
|
362
378
|
end
|
|
363
379
|
|
|
@@ -380,6 +396,7 @@ module Aws::ElasticLoadBalancing
|
|
|
380
396
|
#
|
|
381
397
|
class ConnectionSettings < Struct.new(
|
|
382
398
|
:idle_timeout)
|
|
399
|
+
SENSITIVE = []
|
|
383
400
|
include Aws::Structure
|
|
384
401
|
end
|
|
385
402
|
|
|
@@ -489,6 +506,7 @@ module Aws::ElasticLoadBalancing
|
|
|
489
506
|
:security_groups,
|
|
490
507
|
:scheme,
|
|
491
508
|
:tags)
|
|
509
|
+
SENSITIVE = []
|
|
492
510
|
include Aws::Structure
|
|
493
511
|
end
|
|
494
512
|
|
|
@@ -502,6 +520,7 @@ module Aws::ElasticLoadBalancing
|
|
|
502
520
|
#
|
|
503
521
|
class CreateAccessPointOutput < Struct.new(
|
|
504
522
|
:dns_name)
|
|
523
|
+
SENSITIVE = []
|
|
505
524
|
include Aws::Structure
|
|
506
525
|
end
|
|
507
526
|
|
|
@@ -536,6 +555,7 @@ module Aws::ElasticLoadBalancing
|
|
|
536
555
|
:load_balancer_name,
|
|
537
556
|
:policy_name,
|
|
538
557
|
:cookie_name)
|
|
558
|
+
SENSITIVE = []
|
|
539
559
|
include Aws::Structure
|
|
540
560
|
end
|
|
541
561
|
|
|
@@ -579,6 +599,7 @@ module Aws::ElasticLoadBalancing
|
|
|
579
599
|
:load_balancer_name,
|
|
580
600
|
:policy_name,
|
|
581
601
|
:cookie_expiration_period)
|
|
602
|
+
SENSITIVE = []
|
|
582
603
|
include Aws::Structure
|
|
583
604
|
end
|
|
584
605
|
|
|
@@ -619,6 +640,7 @@ module Aws::ElasticLoadBalancing
|
|
|
619
640
|
class CreateLoadBalancerListenerInput < Struct.new(
|
|
620
641
|
:load_balancer_name,
|
|
621
642
|
:listeners)
|
|
643
|
+
SENSITIVE = []
|
|
622
644
|
include Aws::Structure
|
|
623
645
|
end
|
|
624
646
|
|
|
@@ -670,6 +692,7 @@ module Aws::ElasticLoadBalancing
|
|
|
670
692
|
:policy_name,
|
|
671
693
|
:policy_type_name,
|
|
672
694
|
:policy_attributes)
|
|
695
|
+
SENSITIVE = []
|
|
673
696
|
include Aws::Structure
|
|
674
697
|
end
|
|
675
698
|
|
|
@@ -697,6 +720,7 @@ module Aws::ElasticLoadBalancing
|
|
|
697
720
|
#
|
|
698
721
|
class CrossZoneLoadBalancing < Struct.new(
|
|
699
722
|
:enabled)
|
|
723
|
+
SENSITIVE = []
|
|
700
724
|
include Aws::Structure
|
|
701
725
|
end
|
|
702
726
|
|
|
@@ -717,6 +741,7 @@ module Aws::ElasticLoadBalancing
|
|
|
717
741
|
#
|
|
718
742
|
class DeleteAccessPointInput < Struct.new(
|
|
719
743
|
:load_balancer_name)
|
|
744
|
+
SENSITIVE = []
|
|
720
745
|
include Aws::Structure
|
|
721
746
|
end
|
|
722
747
|
|
|
@@ -749,6 +774,7 @@ module Aws::ElasticLoadBalancing
|
|
|
749
774
|
class DeleteLoadBalancerListenerInput < Struct.new(
|
|
750
775
|
:load_balancer_name,
|
|
751
776
|
:load_balancer_ports)
|
|
777
|
+
SENSITIVE = []
|
|
752
778
|
include Aws::Structure
|
|
753
779
|
end
|
|
754
780
|
|
|
@@ -781,6 +807,7 @@ module Aws::ElasticLoadBalancing
|
|
|
781
807
|
class DeleteLoadBalancerPolicyInput < Struct.new(
|
|
782
808
|
:load_balancer_name,
|
|
783
809
|
:policy_name)
|
|
810
|
+
SENSITIVE = []
|
|
784
811
|
include Aws::Structure
|
|
785
812
|
end
|
|
786
813
|
|
|
@@ -824,6 +851,7 @@ module Aws::ElasticLoadBalancing
|
|
|
824
851
|
class DeregisterEndPointsInput < Struct.new(
|
|
825
852
|
:load_balancer_name,
|
|
826
853
|
:instances)
|
|
854
|
+
SENSITIVE = []
|
|
827
855
|
include Aws::Structure
|
|
828
856
|
end
|
|
829
857
|
|
|
@@ -837,6 +865,7 @@ module Aws::ElasticLoadBalancing
|
|
|
837
865
|
#
|
|
838
866
|
class DeregisterEndPointsOutput < Struct.new(
|
|
839
867
|
:instances)
|
|
868
|
+
SENSITIVE = []
|
|
840
869
|
include Aws::Structure
|
|
841
870
|
end
|
|
842
871
|
|
|
@@ -871,6 +900,7 @@ module Aws::ElasticLoadBalancing
|
|
|
871
900
|
:load_balancer_names,
|
|
872
901
|
:marker,
|
|
873
902
|
:page_size)
|
|
903
|
+
SENSITIVE = []
|
|
874
904
|
include Aws::Structure
|
|
875
905
|
end
|
|
876
906
|
|
|
@@ -890,6 +920,7 @@ module Aws::ElasticLoadBalancing
|
|
|
890
920
|
class DescribeAccessPointsOutput < Struct.new(
|
|
891
921
|
:load_balancer_descriptions,
|
|
892
922
|
:next_marker)
|
|
923
|
+
SENSITIVE = []
|
|
893
924
|
include Aws::Structure
|
|
894
925
|
end
|
|
895
926
|
|
|
@@ -915,6 +946,7 @@ module Aws::ElasticLoadBalancing
|
|
|
915
946
|
class DescribeAccountLimitsInput < Struct.new(
|
|
916
947
|
:marker,
|
|
917
948
|
:page_size)
|
|
949
|
+
SENSITIVE = []
|
|
918
950
|
include Aws::Structure
|
|
919
951
|
end
|
|
920
952
|
|
|
@@ -932,6 +964,7 @@ module Aws::ElasticLoadBalancing
|
|
|
932
964
|
class DescribeAccountLimitsOutput < Struct.new(
|
|
933
965
|
:limits,
|
|
934
966
|
:next_marker)
|
|
967
|
+
SENSITIVE = []
|
|
935
968
|
include Aws::Structure
|
|
936
969
|
end
|
|
937
970
|
|
|
@@ -962,6 +995,7 @@ module Aws::ElasticLoadBalancing
|
|
|
962
995
|
class DescribeEndPointStateInput < Struct.new(
|
|
963
996
|
:load_balancer_name,
|
|
964
997
|
:instances)
|
|
998
|
+
SENSITIVE = []
|
|
965
999
|
include Aws::Structure
|
|
966
1000
|
end
|
|
967
1001
|
|
|
@@ -975,6 +1009,7 @@ module Aws::ElasticLoadBalancing
|
|
|
975
1009
|
#
|
|
976
1010
|
class DescribeEndPointStateOutput < Struct.new(
|
|
977
1011
|
:instance_states)
|
|
1012
|
+
SENSITIVE = []
|
|
978
1013
|
include Aws::Structure
|
|
979
1014
|
end
|
|
980
1015
|
|
|
@@ -995,6 +1030,7 @@ module Aws::ElasticLoadBalancing
|
|
|
995
1030
|
#
|
|
996
1031
|
class DescribeLoadBalancerAttributesInput < Struct.new(
|
|
997
1032
|
:load_balancer_name)
|
|
1033
|
+
SENSITIVE = []
|
|
998
1034
|
include Aws::Structure
|
|
999
1035
|
end
|
|
1000
1036
|
|
|
@@ -1008,6 +1044,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1008
1044
|
#
|
|
1009
1045
|
class DescribeLoadBalancerAttributesOutput < Struct.new(
|
|
1010
1046
|
:load_balancer_attributes)
|
|
1047
|
+
SENSITIVE = []
|
|
1011
1048
|
include Aws::Structure
|
|
1012
1049
|
end
|
|
1013
1050
|
|
|
@@ -1034,6 +1071,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1034
1071
|
class DescribeLoadBalancerPoliciesInput < Struct.new(
|
|
1035
1072
|
:load_balancer_name,
|
|
1036
1073
|
:policy_names)
|
|
1074
|
+
SENSITIVE = []
|
|
1037
1075
|
include Aws::Structure
|
|
1038
1076
|
end
|
|
1039
1077
|
|
|
@@ -1047,6 +1085,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1047
1085
|
#
|
|
1048
1086
|
class DescribeLoadBalancerPoliciesOutput < Struct.new(
|
|
1049
1087
|
:policy_descriptions)
|
|
1088
|
+
SENSITIVE = []
|
|
1050
1089
|
include Aws::Structure
|
|
1051
1090
|
end
|
|
1052
1091
|
|
|
@@ -1068,6 +1107,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1068
1107
|
#
|
|
1069
1108
|
class DescribeLoadBalancerPolicyTypesInput < Struct.new(
|
|
1070
1109
|
:policy_type_names)
|
|
1110
|
+
SENSITIVE = []
|
|
1071
1111
|
include Aws::Structure
|
|
1072
1112
|
end
|
|
1073
1113
|
|
|
@@ -1081,6 +1121,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1081
1121
|
#
|
|
1082
1122
|
class DescribeLoadBalancerPolicyTypesOutput < Struct.new(
|
|
1083
1123
|
:policy_type_descriptions)
|
|
1124
|
+
SENSITIVE = []
|
|
1084
1125
|
include Aws::Structure
|
|
1085
1126
|
end
|
|
1086
1127
|
|
|
@@ -1101,6 +1142,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1101
1142
|
#
|
|
1102
1143
|
class DescribeTagsInput < Struct.new(
|
|
1103
1144
|
:load_balancer_names)
|
|
1145
|
+
SENSITIVE = []
|
|
1104
1146
|
include Aws::Structure
|
|
1105
1147
|
end
|
|
1106
1148
|
|
|
@@ -1114,6 +1156,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1114
1156
|
#
|
|
1115
1157
|
class DescribeTagsOutput < Struct.new(
|
|
1116
1158
|
:tag_descriptions)
|
|
1159
|
+
SENSITIVE = []
|
|
1117
1160
|
include Aws::Structure
|
|
1118
1161
|
end
|
|
1119
1162
|
|
|
@@ -1140,6 +1183,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1140
1183
|
class DetachLoadBalancerFromSubnetsInput < Struct.new(
|
|
1141
1184
|
:load_balancer_name,
|
|
1142
1185
|
:subnets)
|
|
1186
|
+
SENSITIVE = []
|
|
1143
1187
|
include Aws::Structure
|
|
1144
1188
|
end
|
|
1145
1189
|
|
|
@@ -1153,6 +1197,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1153
1197
|
#
|
|
1154
1198
|
class DetachLoadBalancerFromSubnetsOutput < Struct.new(
|
|
1155
1199
|
:subnets)
|
|
1200
|
+
SENSITIVE = []
|
|
1156
1201
|
include Aws::Structure
|
|
1157
1202
|
end
|
|
1158
1203
|
|
|
@@ -1248,6 +1293,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1248
1293
|
:timeout,
|
|
1249
1294
|
:unhealthy_threshold,
|
|
1250
1295
|
:healthy_threshold)
|
|
1296
|
+
SENSITIVE = []
|
|
1251
1297
|
include Aws::Structure
|
|
1252
1298
|
end
|
|
1253
1299
|
|
|
@@ -1268,6 +1314,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1268
1314
|
#
|
|
1269
1315
|
class Instance < Struct.new(
|
|
1270
1316
|
:instance_id)
|
|
1317
|
+
SENSITIVE = []
|
|
1271
1318
|
include Aws::Structure
|
|
1272
1319
|
end
|
|
1273
1320
|
|
|
@@ -1330,6 +1377,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1330
1377
|
:state,
|
|
1331
1378
|
:reason_code,
|
|
1332
1379
|
:description)
|
|
1380
|
+
SENSITIVE = []
|
|
1333
1381
|
include Aws::Structure
|
|
1334
1382
|
end
|
|
1335
1383
|
|
|
@@ -1382,6 +1430,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1382
1430
|
class LBCookieStickinessPolicy < Struct.new(
|
|
1383
1431
|
:policy_name,
|
|
1384
1432
|
:cookie_expiration_period)
|
|
1433
|
+
SENSITIVE = []
|
|
1385
1434
|
include Aws::Structure
|
|
1386
1435
|
end
|
|
1387
1436
|
|
|
@@ -1407,6 +1456,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1407
1456
|
class Limit < Struct.new(
|
|
1408
1457
|
:name,
|
|
1409
1458
|
:max)
|
|
1459
|
+
SENSITIVE = []
|
|
1410
1460
|
include Aws::Structure
|
|
1411
1461
|
end
|
|
1412
1462
|
|
|
@@ -1475,6 +1525,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1475
1525
|
:instance_protocol,
|
|
1476
1526
|
:instance_port,
|
|
1477
1527
|
:ssl_certificate_id)
|
|
1528
|
+
SENSITIVE = []
|
|
1478
1529
|
include Aws::Structure
|
|
1479
1530
|
end
|
|
1480
1531
|
|
|
@@ -1493,6 +1544,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1493
1544
|
class ListenerDescription < Struct.new(
|
|
1494
1545
|
:listener,
|
|
1495
1546
|
:policy_names)
|
|
1547
|
+
SENSITIVE = []
|
|
1496
1548
|
include Aws::Structure
|
|
1497
1549
|
end
|
|
1498
1550
|
|
|
@@ -1603,6 +1655,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1603
1655
|
:connection_draining,
|
|
1604
1656
|
:connection_settings,
|
|
1605
1657
|
:additional_attributes)
|
|
1658
|
+
SENSITIVE = []
|
|
1606
1659
|
include Aws::Structure
|
|
1607
1660
|
end
|
|
1608
1661
|
|
|
@@ -1708,6 +1761,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1708
1761
|
:security_groups,
|
|
1709
1762
|
:created_time,
|
|
1710
1763
|
:scheme)
|
|
1764
|
+
SENSITIVE = []
|
|
1711
1765
|
include Aws::Structure
|
|
1712
1766
|
end
|
|
1713
1767
|
|
|
@@ -1757,6 +1811,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1757
1811
|
class ModifyLoadBalancerAttributesInput < Struct.new(
|
|
1758
1812
|
:load_balancer_name,
|
|
1759
1813
|
:load_balancer_attributes)
|
|
1814
|
+
SENSITIVE = []
|
|
1760
1815
|
include Aws::Structure
|
|
1761
1816
|
end
|
|
1762
1817
|
|
|
@@ -1775,6 +1830,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1775
1830
|
class ModifyLoadBalancerAttributesOutput < Struct.new(
|
|
1776
1831
|
:load_balancer_name,
|
|
1777
1832
|
:load_balancer_attributes)
|
|
1833
|
+
SENSITIVE = []
|
|
1778
1834
|
include Aws::Structure
|
|
1779
1835
|
end
|
|
1780
1836
|
|
|
@@ -1806,6 +1862,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1806
1862
|
:app_cookie_stickiness_policies,
|
|
1807
1863
|
:lb_cookie_stickiness_policies,
|
|
1808
1864
|
:other_policies)
|
|
1865
|
+
SENSITIVE = []
|
|
1809
1866
|
include Aws::Structure
|
|
1810
1867
|
end
|
|
1811
1868
|
|
|
@@ -1832,6 +1889,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1832
1889
|
class PolicyAttribute < Struct.new(
|
|
1833
1890
|
:attribute_name,
|
|
1834
1891
|
:attribute_value)
|
|
1892
|
+
SENSITIVE = []
|
|
1835
1893
|
include Aws::Structure
|
|
1836
1894
|
end
|
|
1837
1895
|
|
|
@@ -1850,6 +1908,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1850
1908
|
class PolicyAttributeDescription < Struct.new(
|
|
1851
1909
|
:attribute_name,
|
|
1852
1910
|
:attribute_value)
|
|
1911
|
+
SENSITIVE = []
|
|
1853
1912
|
include Aws::Structure
|
|
1854
1913
|
end
|
|
1855
1914
|
|
|
@@ -1893,6 +1952,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1893
1952
|
:description,
|
|
1894
1953
|
:default_value,
|
|
1895
1954
|
:cardinality)
|
|
1955
|
+
SENSITIVE = []
|
|
1896
1956
|
include Aws::Structure
|
|
1897
1957
|
end
|
|
1898
1958
|
|
|
@@ -1916,6 +1976,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1916
1976
|
:policy_name,
|
|
1917
1977
|
:policy_type_name,
|
|
1918
1978
|
:policy_attribute_descriptions)
|
|
1979
|
+
SENSITIVE = []
|
|
1919
1980
|
include Aws::Structure
|
|
1920
1981
|
end
|
|
1921
1982
|
|
|
@@ -1946,6 +2007,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1946
2007
|
:policy_type_name,
|
|
1947
2008
|
:description,
|
|
1948
2009
|
:policy_attribute_type_descriptions)
|
|
2010
|
+
SENSITIVE = []
|
|
1949
2011
|
include Aws::Structure
|
|
1950
2012
|
end
|
|
1951
2013
|
|
|
@@ -1982,6 +2044,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1982
2044
|
class RegisterEndPointsInput < Struct.new(
|
|
1983
2045
|
:load_balancer_name,
|
|
1984
2046
|
:instances)
|
|
2047
|
+
SENSITIVE = []
|
|
1985
2048
|
include Aws::Structure
|
|
1986
2049
|
end
|
|
1987
2050
|
|
|
@@ -1995,6 +2058,7 @@ module Aws::ElasticLoadBalancing
|
|
|
1995
2058
|
#
|
|
1996
2059
|
class RegisterEndPointsOutput < Struct.new(
|
|
1997
2060
|
:instances)
|
|
2061
|
+
SENSITIVE = []
|
|
1998
2062
|
include Aws::Structure
|
|
1999
2063
|
end
|
|
2000
2064
|
|
|
@@ -2021,6 +2085,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2021
2085
|
class RemoveAvailabilityZonesInput < Struct.new(
|
|
2022
2086
|
:load_balancer_name,
|
|
2023
2087
|
:availability_zones)
|
|
2088
|
+
SENSITIVE = []
|
|
2024
2089
|
include Aws::Structure
|
|
2025
2090
|
end
|
|
2026
2091
|
|
|
@@ -2034,6 +2099,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2034
2099
|
#
|
|
2035
2100
|
class RemoveAvailabilityZonesOutput < Struct.new(
|
|
2036
2101
|
:availability_zones)
|
|
2102
|
+
SENSITIVE = []
|
|
2037
2103
|
include Aws::Structure
|
|
2038
2104
|
end
|
|
2039
2105
|
|
|
@@ -2065,6 +2131,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2065
2131
|
class RemoveTagsInput < Struct.new(
|
|
2066
2132
|
:load_balancer_names,
|
|
2067
2133
|
:tags)
|
|
2134
|
+
SENSITIVE = []
|
|
2068
2135
|
include Aws::Structure
|
|
2069
2136
|
end
|
|
2070
2137
|
|
|
@@ -2103,6 +2170,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2103
2170
|
:load_balancer_name,
|
|
2104
2171
|
:load_balancer_port,
|
|
2105
2172
|
:ssl_certificate_id)
|
|
2173
|
+
SENSITIVE = []
|
|
2106
2174
|
include Aws::Structure
|
|
2107
2175
|
end
|
|
2108
2176
|
|
|
@@ -2142,6 +2210,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2142
2210
|
:load_balancer_name,
|
|
2143
2211
|
:instance_port,
|
|
2144
2212
|
:policy_names)
|
|
2213
|
+
SENSITIVE = []
|
|
2145
2214
|
include Aws::Structure
|
|
2146
2215
|
end
|
|
2147
2216
|
|
|
@@ -2182,6 +2251,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2182
2251
|
:load_balancer_name,
|
|
2183
2252
|
:load_balancer_port,
|
|
2184
2253
|
:policy_names)
|
|
2254
|
+
SENSITIVE = []
|
|
2185
2255
|
include Aws::Structure
|
|
2186
2256
|
end
|
|
2187
2257
|
|
|
@@ -2206,6 +2276,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2206
2276
|
class SourceSecurityGroup < Struct.new(
|
|
2207
2277
|
:owner_alias,
|
|
2208
2278
|
:group_name)
|
|
2279
|
+
SENSITIVE = []
|
|
2209
2280
|
include Aws::Structure
|
|
2210
2281
|
end
|
|
2211
2282
|
|
|
@@ -2238,6 +2309,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2238
2309
|
class Tag < Struct.new(
|
|
2239
2310
|
:key,
|
|
2240
2311
|
:value)
|
|
2312
|
+
SENSITIVE = []
|
|
2241
2313
|
include Aws::Structure
|
|
2242
2314
|
end
|
|
2243
2315
|
|
|
@@ -2256,6 +2328,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2256
2328
|
class TagDescription < Struct.new(
|
|
2257
2329
|
:load_balancer_name,
|
|
2258
2330
|
:tags)
|
|
2331
|
+
SENSITIVE = []
|
|
2259
2332
|
include Aws::Structure
|
|
2260
2333
|
end
|
|
2261
2334
|
|
|
@@ -2276,6 +2349,7 @@ module Aws::ElasticLoadBalancing
|
|
|
2276
2349
|
#
|
|
2277
2350
|
class TagKeyOnly < Struct.new(
|
|
2278
2351
|
:key)
|
|
2352
|
+
SENSITIVE = []
|
|
2279
2353
|
include Aws::Structure
|
|
2280
2354
|
end
|
|
2281
2355
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elasticloadbalancing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|