@@ -73,87 +73,87 @@ type elbv2Client struct {
73
73
}
74
74
75
75
func (c * elbv2Client ) AddListenerCertificatesWithContext (ctx context.Context , input * elasticloadbalancingv2.AddListenerCertificatesInput ) (* elasticloadbalancingv2.AddListenerCertificatesOutput , error ) {
76
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "AddListenerCertificates" )
76
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "AddListenerCertificates" )
77
77
if err != nil {
78
78
return nil , err
79
79
}
80
80
return client .AddListenerCertificates (ctx , input )
81
81
}
82
82
83
83
func (c * elbv2Client ) RemoveListenerCertificatesWithContext (ctx context.Context , input * elasticloadbalancingv2.RemoveListenerCertificatesInput ) (* elasticloadbalancingv2.RemoveListenerCertificatesOutput , error ) {
84
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "RemoveListenerCertificates" )
84
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "RemoveListenerCertificates" )
85
85
if err != nil {
86
86
return nil , err
87
87
}
88
88
return client .RemoveListenerCertificates (ctx , input )
89
89
}
90
90
91
91
func (c * elbv2Client ) DescribeListenersWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeListenersInput ) (* elasticloadbalancingv2.DescribeListenersOutput , error ) {
92
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeListeners" )
92
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeListeners" )
93
93
if err != nil {
94
94
return nil , err
95
95
}
96
96
return client .DescribeListeners (ctx , input )
97
97
}
98
98
99
99
func (c * elbv2Client ) DescribeRulesWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeRulesInput ) (* elasticloadbalancingv2.DescribeRulesOutput , error ) {
100
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeRules" )
100
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeRules" )
101
101
if err != nil {
102
102
return nil , err
103
103
}
104
104
return client .DescribeRules (ctx , input )
105
105
}
106
106
107
107
func (c * elbv2Client ) RegisterTargetsWithContext (ctx context.Context , input * elasticloadbalancingv2.RegisterTargetsInput ) (* elasticloadbalancingv2.RegisterTargetsOutput , error ) {
108
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "RegisterTargets" )
108
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "RegisterTargets" )
109
109
if err != nil {
110
110
return nil , err
111
111
}
112
112
return client .RegisterTargets (ctx , input )
113
113
}
114
114
115
115
func (c * elbv2Client ) DeregisterTargetsWithContext (ctx context.Context , input * elasticloadbalancingv2.DeregisterTargetsInput ) (* elasticloadbalancingv2.DeregisterTargetsOutput , error ) {
116
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DeregisterTargets" )
116
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DeregisterTargets" )
117
117
if err != nil {
118
118
return nil , err
119
119
}
120
120
return client .DeregisterTargets (ctx , input )
121
121
}
122
122
123
123
func (c * elbv2Client ) DescribeTrustStoresWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeTrustStoresInput ) (* elasticloadbalancingv2.DescribeTrustStoresOutput , error ) {
124
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTrustStores" )
124
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeTrustStores" )
125
125
if err != nil {
126
126
return nil , err
127
127
}
128
128
return client .DescribeTrustStores (ctx , input )
129
129
}
130
130
131
131
func (c * elbv2Client ) ModifyRuleWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyRuleInput ) (* elasticloadbalancingv2.ModifyRuleOutput , error ) {
132
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyRule" )
132
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyRule" )
133
133
if err != nil {
134
134
return nil , err
135
135
}
136
136
return client .ModifyRule (ctx , input )
137
137
}
138
138
139
139
func (c * elbv2Client ) DeleteRuleWithContext (ctx context.Context , input * elasticloadbalancingv2.DeleteRuleInput ) (* elasticloadbalancingv2.DeleteRuleOutput , error ) {
140
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DeleteRule" )
140
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DeleteRule" )
141
141
if err != nil {
142
142
return nil , err
143
143
}
144
144
return client .DeleteRule (ctx , input )
145
145
}
146
146
147
147
func (c * elbv2Client ) CreateRuleWithContext (ctx context.Context , input * elasticloadbalancingv2.CreateRuleInput ) (* elasticloadbalancingv2.CreateRuleOutput , error ) {
148
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "CreateRule" )
148
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "CreateRule" )
149
149
if err != nil {
150
150
return nil , err
151
151
}
152
152
return client .CreateRule (ctx , input )
153
153
}
154
154
155
155
func (c * elbv2Client ) WaitUntilLoadBalancerAvailableWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeLoadBalancersInput ) error {
156
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeLoadBalancers" )
156
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeLoadBalancers" )
157
157
if err != nil {
158
158
return err
159
159
}
@@ -163,167 +163,167 @@ func (c *elbv2Client) WaitUntilLoadBalancerAvailableWithContext(ctx context.Cont
163
163
}
164
164
165
165
func (c * elbv2Client ) DescribeLoadBalancersWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeLoadBalancersInput ) (* elasticloadbalancingv2.DescribeLoadBalancersOutput , error ) {
166
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeLoadBalancers" )
166
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeLoadBalancers" )
167
167
if err != nil {
168
168
return nil , err
169
169
}
170
170
return client .DescribeLoadBalancers (ctx , input )
171
171
}
172
172
173
173
func (c * elbv2Client ) DescribeTargetHealthWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeTargetHealthInput ) (* elasticloadbalancingv2.DescribeTargetHealthOutput , error ) {
174
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTargetHealth" )
174
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeTargetHealth" )
175
175
if err != nil {
176
176
return nil , err
177
177
}
178
178
return client .DescribeTargetHealth (ctx , input )
179
179
}
180
180
181
181
func (c * elbv2Client ) DescribeTargetGroupsWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeTargetGroupsInput ) (* elasticloadbalancingv2.DescribeTargetGroupsOutput , error ) {
182
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTargetGroups" )
182
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeTargetGroups" )
183
183
if err != nil {
184
184
return nil , err
185
185
}
186
186
return client .DescribeTargetGroups (ctx , input )
187
187
}
188
188
189
189
func (c * elbv2Client ) DeleteTargetGroupWithContext (ctx context.Context , input * elasticloadbalancingv2.DeleteTargetGroupInput ) (* elasticloadbalancingv2.DeleteTargetGroupOutput , error ) {
190
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DeleteTargetGroup" )
190
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DeleteTargetGroup" )
191
191
if err != nil {
192
192
return nil , err
193
193
}
194
194
return client .DeleteTargetGroup (ctx , input )
195
195
}
196
196
197
197
func (c * elbv2Client ) ModifyTargetGroupWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyTargetGroupInput ) (* elasticloadbalancingv2.ModifyTargetGroupOutput , error ) {
198
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyTargetGroup" )
198
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyTargetGroup" )
199
199
if err != nil {
200
200
return nil , err
201
201
}
202
202
return client .ModifyTargetGroup (ctx , input )
203
203
}
204
204
205
205
func (c * elbv2Client ) CreateTargetGroupWithContext (ctx context.Context , input * elasticloadbalancingv2.CreateTargetGroupInput ) (* elasticloadbalancingv2.CreateTargetGroupOutput , error ) {
206
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "CreateTargetGroup" )
206
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "CreateTargetGroup" )
207
207
if err != nil {
208
208
return nil , err
209
209
}
210
210
return client .CreateTargetGroup (ctx , input )
211
211
}
212
212
213
213
func (c * elbv2Client ) DescribeTargetGroupAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeTargetGroupAttributesInput ) (* elasticloadbalancingv2.DescribeTargetGroupAttributesOutput , error ) {
214
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTargetGroupAttributes" )
214
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeTargetGroupAttributes" )
215
215
if err != nil {
216
216
return nil , err
217
217
}
218
218
return client .DescribeTargetGroupAttributes (ctx , input )
219
219
}
220
220
221
221
func (c * elbv2Client ) ModifyTargetGroupAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyTargetGroupAttributesInput ) (* elasticloadbalancingv2.ModifyTargetGroupAttributesOutput , error ) {
222
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyTargetGroupAttributes" )
222
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyTargetGroupAttributes" )
223
223
if err != nil {
224
224
return nil , err
225
225
}
226
226
return client .ModifyTargetGroupAttributes (ctx , input )
227
227
}
228
228
229
229
func (c * elbv2Client ) SetSecurityGroupsWithContext (ctx context.Context , input * elasticloadbalancingv2.SetSecurityGroupsInput ) (* elasticloadbalancingv2.SetSecurityGroupsOutput , error ) {
230
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "SetSecurityGroups" )
230
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "SetSecurityGroups" )
231
231
if err != nil {
232
232
return nil , err
233
233
}
234
234
return client .SetSecurityGroups (ctx , input )
235
235
}
236
236
237
237
func (c * elbv2Client ) SetSubnetsWithContext (ctx context.Context , input * elasticloadbalancingv2.SetSubnetsInput ) (* elasticloadbalancingv2.SetSubnetsOutput , error ) {
238
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "SetSubnets" )
238
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "SetSubnets" )
239
239
if err != nil {
240
240
return nil , err
241
241
}
242
242
return client .SetSubnets (ctx , input )
243
243
}
244
244
245
245
func (c * elbv2Client ) SetIpAddressTypeWithContext (ctx context.Context , input * elasticloadbalancingv2.SetIpAddressTypeInput ) (* elasticloadbalancingv2.SetIpAddressTypeOutput , error ) {
246
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "SetIpAddressType" )
246
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "SetIpAddressType" )
247
247
if err != nil {
248
248
return nil , err
249
249
}
250
250
return client .SetIpAddressType (ctx , input )
251
251
}
252
252
253
253
func (c * elbv2Client ) DeleteLoadBalancerWithContext (ctx context.Context , input * elasticloadbalancingv2.DeleteLoadBalancerInput ) (* elasticloadbalancingv2.DeleteLoadBalancerOutput , error ) {
254
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DeleteLoadBalancer" )
254
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DeleteLoadBalancer" )
255
255
if err != nil {
256
256
return nil , err
257
257
}
258
258
return client .DeleteLoadBalancer (ctx , input )
259
259
}
260
260
261
261
func (c * elbv2Client ) CreateLoadBalancerWithContext (ctx context.Context , input * elasticloadbalancingv2.CreateLoadBalancerInput ) (* elasticloadbalancingv2.CreateLoadBalancerOutput , error ) {
262
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "CreateLoadBalancer" )
262
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "CreateLoadBalancer" )
263
263
if err != nil {
264
264
return nil , err
265
265
}
266
266
return client .CreateLoadBalancer (ctx , input )
267
267
}
268
268
269
269
func (c * elbv2Client ) DescribeLoadBalancerAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeLoadBalancerAttributesInput ) (* elasticloadbalancingv2.DescribeLoadBalancerAttributesOutput , error ) {
270
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeLoadBalancerAttributes" )
270
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeLoadBalancerAttributes" )
271
271
if err != nil {
272
272
return nil , err
273
273
}
274
274
return client .DescribeLoadBalancerAttributes (ctx , input )
275
275
}
276
276
277
277
func (c * elbv2Client ) ModifyLoadBalancerAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyLoadBalancerAttributesInput ) (* elasticloadbalancingv2.ModifyLoadBalancerAttributesOutput , error ) {
278
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyLoadBalancerAttributes" )
278
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyLoadBalancerAttributes" )
279
279
if err != nil {
280
280
return nil , err
281
281
}
282
282
return client .ModifyLoadBalancerAttributes (ctx , input )
283
283
}
284
284
285
285
func (c * elbv2Client ) ModifyListenerWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyListenerInput ) (* elasticloadbalancingv2.ModifyListenerOutput , error ) {
286
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyListener" )
286
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyListener" )
287
287
if err != nil {
288
288
return nil , err
289
289
}
290
290
return client .ModifyListener (ctx , input )
291
291
}
292
292
293
293
func (c * elbv2Client ) DeleteListenerWithContext (ctx context.Context , input * elasticloadbalancingv2.DeleteListenerInput ) (* elasticloadbalancingv2.DeleteListenerOutput , error ) {
294
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DeleteListener" )
294
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DeleteListener" )
295
295
if err != nil {
296
296
return nil , err
297
297
}
298
298
return client .DeleteListener (ctx , input )
299
299
}
300
300
301
301
func (c * elbv2Client ) CreateListenerWithContext (ctx context.Context , input * elasticloadbalancingv2.CreateListenerInput ) (* elasticloadbalancingv2.CreateListenerOutput , error ) {
302
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "CreateListener" )
302
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "CreateListener" )
303
303
if err != nil {
304
304
return nil , err
305
305
}
306
306
return client .CreateListener (ctx , input )
307
307
}
308
308
309
309
func (c * elbv2Client ) DescribeTagsWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeTagsInput ) (* elasticloadbalancingv2.DescribeTagsOutput , error ) {
310
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTags" )
310
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeTags" )
311
311
if err != nil {
312
312
return nil , err
313
313
}
314
314
return client .DescribeTags (ctx , input )
315
315
}
316
316
317
317
func (c * elbv2Client ) AddTagsWithContext (ctx context.Context , input * elasticloadbalancingv2.AddTagsInput ) (* elasticloadbalancingv2.AddTagsOutput , error ) {
318
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "AddTags" )
318
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "AddTags" )
319
319
if err != nil {
320
320
return nil , err
321
321
}
322
322
return client .AddTags (ctx , input )
323
323
}
324
324
325
325
func (c * elbv2Client ) RemoveTagsWithContext (ctx context.Context , input * elasticloadbalancingv2.RemoveTagsInput ) (* elasticloadbalancingv2.RemoveTagsOutput , error ) {
326
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "RemoveTags" )
326
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "RemoveTags" )
327
327
if err != nil {
328
328
return nil , err
329
329
}
@@ -334,7 +334,7 @@ func (c *elbv2Client) DescribeLoadBalancersAsList(ctx context.Context, input *el
334
334
var result []types.LoadBalancer
335
335
var client * elasticloadbalancingv2.Client
336
336
var err error
337
- client , err = c .awsClientsProvider .GetELBV2Client (ctx , "DescribeLoadBalancers" )
337
+ client , err = c .awsClientsProvider .GetELBvClient (ctx , "DescribeLoadBalancers" )
338
338
if err != nil {
339
339
return nil , err
340
340
}
@@ -353,7 +353,7 @@ func (c *elbv2Client) DescribeTargetGroupsAsList(ctx context.Context, input *ela
353
353
var result []types.TargetGroup
354
354
var client * elasticloadbalancingv2.Client
355
355
var err error
356
- client , err = c .awsClientsProvider .GetELBV2Client (ctx , "DescribeTargetGroups" )
356
+ client , err = c .awsClientsProvider .GetELBvClient (ctx , "DescribeTargetGroups" )
357
357
if err != nil {
358
358
return nil , err
359
359
}
@@ -372,7 +372,7 @@ func (c *elbv2Client) DescribeListenersAsList(ctx context.Context, input *elasti
372
372
var result []types.Listener
373
373
var client * elasticloadbalancingv2.Client
374
374
var err error
375
- client , err = c .awsClientsProvider .GetELBV2Client (ctx , "DescribeListeners" )
375
+ client , err = c .awsClientsProvider .GetELBvClient (ctx , "DescribeListeners" )
376
376
if err != nil {
377
377
return nil , err
378
378
}
@@ -391,7 +391,7 @@ func (c *elbv2Client) DescribeListenerCertificatesAsList(ctx context.Context, in
391
391
var result []types.Certificate
392
392
var client * elasticloadbalancingv2.Client
393
393
var err error
394
- client , err = c .awsClientsProvider .GetELBV2Client (ctx , "DescribeListenerCertificates" )
394
+ client , err = c .awsClientsProvider .GetELBvClient (ctx , "DescribeListenerCertificates" )
395
395
if err != nil {
396
396
return nil , err
397
397
}
@@ -410,7 +410,7 @@ func (c *elbv2Client) DescribeRulesAsList(ctx context.Context, input *elasticloa
410
410
var result []types.Rule
411
411
var client * elasticloadbalancingv2.Client
412
412
var err error
413
- client , err = c .awsClientsProvider .GetELBV2Client (ctx , "DescribeRules" )
413
+ client , err = c .awsClientsProvider .GetELBvClient (ctx , "DescribeRules" )
414
414
if err != nil {
415
415
return nil , err
416
416
}
@@ -426,15 +426,15 @@ func (c *elbv2Client) DescribeRulesAsList(ctx context.Context, input *elasticloa
426
426
}
427
427
428
428
func (c * elbv2Client ) DescribeListenerAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.DescribeListenerAttributesInput ) (* elasticloadbalancingv2.DescribeListenerAttributesOutput , error ) {
429
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "DescribeListenerAttributes" )
429
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "DescribeListenerAttributes" )
430
430
if err != nil {
431
431
return nil , err
432
432
}
433
433
return client .DescribeListenerAttributes (ctx , input )
434
434
}
435
435
436
436
func (c * elbv2Client ) ModifyListenerAttributesWithContext (ctx context.Context , input * elasticloadbalancingv2.ModifyListenerAttributesInput ) (* elasticloadbalancingv2.ModifyListenerAttributesOutput , error ) {
437
- client , err := c .awsClientsProvider .GetELBV2Client (ctx , "ModifyListenerAttributes" )
437
+ client , err := c .awsClientsProvider .GetELBvClient (ctx , "ModifyListenerAttributes" )
438
438
if err != nil {
439
439
return nil , err
440
440
}
0 commit comments