@aws-sdk/client-elastic-load-balancing 3.934.0 → 3.936.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.
@@ -0,0 +1,187 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
3
+ export declare class AccessPointNotFoundException extends __BaseException {
4
+ readonly name: "AccessPointNotFoundException";
5
+ readonly $fault: "client";
6
+ Message?: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessPointNotFoundException, __BaseException>
9
+ );
10
+ }
11
+ export declare class DuplicateTagKeysException extends __BaseException {
12
+ readonly name: "DuplicateTagKeysException";
13
+ readonly $fault: "client";
14
+ Message?: string | undefined;
15
+ constructor(
16
+ opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
17
+ );
18
+ }
19
+ export declare class TooManyTagsException extends __BaseException {
20
+ readonly name: "TooManyTagsException";
21
+ readonly $fault: "client";
22
+ Message?: string | undefined;
23
+ constructor(
24
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
25
+ );
26
+ }
27
+ export declare class InvalidConfigurationRequestException extends __BaseException {
28
+ readonly name: "InvalidConfigurationRequestException";
29
+ readonly $fault: "client";
30
+ Message?: string | undefined;
31
+ constructor(
32
+ opts: __ExceptionOptionType<
33
+ InvalidConfigurationRequestException,
34
+ __BaseException
35
+ >
36
+ );
37
+ }
38
+ export declare class InvalidSecurityGroupException extends __BaseException {
39
+ readonly name: "InvalidSecurityGroupException";
40
+ readonly $fault: "client";
41
+ Message?: string | undefined;
42
+ constructor(
43
+ opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>
44
+ );
45
+ }
46
+ export declare class InvalidSubnetException extends __BaseException {
47
+ readonly name: "InvalidSubnetException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ constructor(
51
+ opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>
52
+ );
53
+ }
54
+ export declare class SubnetNotFoundException extends __BaseException {
55
+ readonly name: "SubnetNotFoundException";
56
+ readonly $fault: "client";
57
+ Message?: string | undefined;
58
+ constructor(
59
+ opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>
60
+ );
61
+ }
62
+ export declare class CertificateNotFoundException extends __BaseException {
63
+ readonly name: "CertificateNotFoundException";
64
+ readonly $fault: "client";
65
+ Message?: string | undefined;
66
+ constructor(
67
+ opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>
68
+ );
69
+ }
70
+ export declare class DuplicatePolicyNameException extends __BaseException {
71
+ readonly name: "DuplicatePolicyNameException";
72
+ readonly $fault: "client";
73
+ Message?: string | undefined;
74
+ constructor(
75
+ opts: __ExceptionOptionType<DuplicatePolicyNameException, __BaseException>
76
+ );
77
+ }
78
+ export declare class TooManyPoliciesException extends __BaseException {
79
+ readonly name: "TooManyPoliciesException";
80
+ readonly $fault: "client";
81
+ Message?: string | undefined;
82
+ constructor(
83
+ opts: __ExceptionOptionType<TooManyPoliciesException, __BaseException>
84
+ );
85
+ }
86
+ export declare class DuplicateAccessPointNameException extends __BaseException {
87
+ readonly name: "DuplicateAccessPointNameException";
88
+ readonly $fault: "client";
89
+ Message?: string | undefined;
90
+ constructor(
91
+ opts: __ExceptionOptionType<
92
+ DuplicateAccessPointNameException,
93
+ __BaseException
94
+ >
95
+ );
96
+ }
97
+ export declare class InvalidSchemeException extends __BaseException {
98
+ readonly name: "InvalidSchemeException";
99
+ readonly $fault: "client";
100
+ Message?: string | undefined;
101
+ constructor(
102
+ opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>
103
+ );
104
+ }
105
+ export declare class OperationNotPermittedException extends __BaseException {
106
+ readonly name: "OperationNotPermittedException";
107
+ readonly $fault: "client";
108
+ Message?: string | undefined;
109
+ constructor(
110
+ opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
111
+ );
112
+ }
113
+ export declare class TooManyAccessPointsException extends __BaseException {
114
+ readonly name: "TooManyAccessPointsException";
115
+ readonly $fault: "client";
116
+ Message?: string | undefined;
117
+ constructor(
118
+ opts: __ExceptionOptionType<TooManyAccessPointsException, __BaseException>
119
+ );
120
+ }
121
+ export declare class UnsupportedProtocolException extends __BaseException {
122
+ readonly name: "UnsupportedProtocolException";
123
+ readonly $fault: "client";
124
+ Message?: string | undefined;
125
+ constructor(
126
+ opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>
127
+ );
128
+ }
129
+ export declare class DuplicateListenerException extends __BaseException {
130
+ readonly name: "DuplicateListenerException";
131
+ readonly $fault: "client";
132
+ Message?: string | undefined;
133
+ constructor(
134
+ opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>
135
+ );
136
+ }
137
+ export declare class PolicyTypeNotFoundException extends __BaseException {
138
+ readonly name: "PolicyTypeNotFoundException";
139
+ readonly $fault: "client";
140
+ Message?: string | undefined;
141
+ constructor(
142
+ opts: __ExceptionOptionType<PolicyTypeNotFoundException, __BaseException>
143
+ );
144
+ }
145
+ export declare class DependencyThrottleException extends __BaseException {
146
+ readonly name: "DependencyThrottleException";
147
+ readonly $fault: "client";
148
+ Message?: string | undefined;
149
+ constructor(
150
+ opts: __ExceptionOptionType<DependencyThrottleException, __BaseException>
151
+ );
152
+ }
153
+ export declare class InvalidEndPointException extends __BaseException {
154
+ readonly name: "InvalidEndPointException";
155
+ readonly $fault: "client";
156
+ Message?: string | undefined;
157
+ constructor(
158
+ opts: __ExceptionOptionType<InvalidEndPointException, __BaseException>
159
+ );
160
+ }
161
+ export declare class LoadBalancerAttributeNotFoundException extends __BaseException {
162
+ readonly name: "LoadBalancerAttributeNotFoundException";
163
+ readonly $fault: "client";
164
+ Message?: string | undefined;
165
+ constructor(
166
+ opts: __ExceptionOptionType<
167
+ LoadBalancerAttributeNotFoundException,
168
+ __BaseException
169
+ >
170
+ );
171
+ }
172
+ export declare class PolicyNotFoundException extends __BaseException {
173
+ readonly name: "PolicyNotFoundException";
174
+ readonly $fault: "client";
175
+ Message?: string | undefined;
176
+ constructor(
177
+ opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>
178
+ );
179
+ }
180
+ export declare class ListenerNotFoundException extends __BaseException {
181
+ readonly name: "ListenerNotFoundException";
182
+ readonly $fault: "client";
183
+ Message?: string | undefined;
184
+ constructor(
185
+ opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
186
+ );
187
+ }
@@ -1,19 +1,9 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
3
1
  export interface AccessLog {
4
2
  Enabled: boolean | undefined;
5
3
  S3BucketName?: string | undefined;
6
4
  EmitInterval?: number | undefined;
7
5
  S3BucketPrefix?: string | undefined;
8
6
  }
9
- export declare class AccessPointNotFoundException extends __BaseException {
10
- readonly name: "AccessPointNotFoundException";
11
- readonly $fault: "client";
12
- Message?: string | undefined;
13
- constructor(
14
- opts: __ExceptionOptionType<AccessPointNotFoundException, __BaseException>
15
- );
16
- }
17
7
  export interface AddAvailabilityZonesInput {
18
8
  LoadBalancerName: string | undefined;
19
9
  AvailabilityZones: string[] | undefined;
@@ -34,22 +24,6 @@ export interface AddTagsInput {
34
24
  Tags: Tag[] | undefined;
35
25
  }
36
26
  export interface AddTagsOutput {}
37
- export declare class DuplicateTagKeysException extends __BaseException {
38
- readonly name: "DuplicateTagKeysException";
39
- readonly $fault: "client";
40
- Message?: string | undefined;
41
- constructor(
42
- opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
43
- );
44
- }
45
- export declare class TooManyTagsException extends __BaseException {
46
- readonly name: "TooManyTagsException";
47
- readonly $fault: "client";
48
- Message?: string | undefined;
49
- constructor(
50
- opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
51
- );
52
- }
53
27
  export interface AppCookieStickinessPolicy {
54
28
  PolicyName?: string | undefined;
55
29
  CookieName?: string | undefined;
@@ -61,25 +35,6 @@ export interface ApplySecurityGroupsToLoadBalancerInput {
61
35
  export interface ApplySecurityGroupsToLoadBalancerOutput {
62
36
  SecurityGroups?: string[] | undefined;
63
37
  }
64
- export declare class InvalidConfigurationRequestException extends __BaseException {
65
- readonly name: "InvalidConfigurationRequestException";
66
- readonly $fault: "client";
67
- Message?: string | undefined;
68
- constructor(
69
- opts: __ExceptionOptionType<
70
- InvalidConfigurationRequestException,
71
- __BaseException
72
- >
73
- );
74
- }
75
- export declare class InvalidSecurityGroupException extends __BaseException {
76
- readonly name: "InvalidSecurityGroupException";
77
- readonly $fault: "client";
78
- Message?: string | undefined;
79
- constructor(
80
- opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>
81
- );
82
- }
83
38
  export interface AttachLoadBalancerToSubnetsInput {
84
39
  LoadBalancerName: string | undefined;
85
40
  Subnets: string[] | undefined;
@@ -87,34 +42,10 @@ export interface AttachLoadBalancerToSubnetsInput {
87
42
  export interface AttachLoadBalancerToSubnetsOutput {
88
43
  Subnets?: string[] | undefined;
89
44
  }
90
- export declare class InvalidSubnetException extends __BaseException {
91
- readonly name: "InvalidSubnetException";
92
- readonly $fault: "client";
93
- Message?: string | undefined;
94
- constructor(
95
- opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>
96
- );
97
- }
98
- export declare class SubnetNotFoundException extends __BaseException {
99
- readonly name: "SubnetNotFoundException";
100
- readonly $fault: "client";
101
- Message?: string | undefined;
102
- constructor(
103
- opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>
104
- );
105
- }
106
45
  export interface BackendServerDescription {
107
46
  InstancePort?: number | undefined;
108
47
  PolicyNames?: string[] | undefined;
109
48
  }
110
- export declare class CertificateNotFoundException extends __BaseException {
111
- readonly name: "CertificateNotFoundException";
112
- readonly $fault: "client";
113
- Message?: string | undefined;
114
- constructor(
115
- opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>
116
- );
117
- }
118
49
  export interface HealthCheck {
119
50
  Target: string | undefined;
120
51
  Interval: number | undefined;
@@ -161,84 +92,17 @@ export interface CreateAppCookieStickinessPolicyInput {
161
92
  CookieName: string | undefined;
162
93
  }
163
94
  export interface CreateAppCookieStickinessPolicyOutput {}
164
- export declare class DuplicatePolicyNameException extends __BaseException {
165
- readonly name: "DuplicatePolicyNameException";
166
- readonly $fault: "client";
167
- Message?: string | undefined;
168
- constructor(
169
- opts: __ExceptionOptionType<DuplicatePolicyNameException, __BaseException>
170
- );
171
- }
172
- export declare class TooManyPoliciesException extends __BaseException {
173
- readonly name: "TooManyPoliciesException";
174
- readonly $fault: "client";
175
- Message?: string | undefined;
176
- constructor(
177
- opts: __ExceptionOptionType<TooManyPoliciesException, __BaseException>
178
- );
179
- }
180
95
  export interface CreateLBCookieStickinessPolicyInput {
181
96
  LoadBalancerName: string | undefined;
182
97
  PolicyName: string | undefined;
183
98
  CookieExpirationPeriod?: number | undefined;
184
99
  }
185
100
  export interface CreateLBCookieStickinessPolicyOutput {}
186
- export declare class DuplicateAccessPointNameException extends __BaseException {
187
- readonly name: "DuplicateAccessPointNameException";
188
- readonly $fault: "client";
189
- Message?: string | undefined;
190
- constructor(
191
- opts: __ExceptionOptionType<
192
- DuplicateAccessPointNameException,
193
- __BaseException
194
- >
195
- );
196
- }
197
- export declare class InvalidSchemeException extends __BaseException {
198
- readonly name: "InvalidSchemeException";
199
- readonly $fault: "client";
200
- Message?: string | undefined;
201
- constructor(
202
- opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>
203
- );
204
- }
205
- export declare class OperationNotPermittedException extends __BaseException {
206
- readonly name: "OperationNotPermittedException";
207
- readonly $fault: "client";
208
- Message?: string | undefined;
209
- constructor(
210
- opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
211
- );
212
- }
213
- export declare class TooManyAccessPointsException extends __BaseException {
214
- readonly name: "TooManyAccessPointsException";
215
- readonly $fault: "client";
216
- Message?: string | undefined;
217
- constructor(
218
- opts: __ExceptionOptionType<TooManyAccessPointsException, __BaseException>
219
- );
220
- }
221
- export declare class UnsupportedProtocolException extends __BaseException {
222
- readonly name: "UnsupportedProtocolException";
223
- readonly $fault: "client";
224
- Message?: string | undefined;
225
- constructor(
226
- opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>
227
- );
228
- }
229
101
  export interface CreateLoadBalancerListenerInput {
230
102
  LoadBalancerName: string | undefined;
231
103
  Listeners: Listener[] | undefined;
232
104
  }
233
105
  export interface CreateLoadBalancerListenerOutput {}
234
- export declare class DuplicateListenerException extends __BaseException {
235
- readonly name: "DuplicateListenerException";
236
- readonly $fault: "client";
237
- Message?: string | undefined;
238
- constructor(
239
- opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>
240
- );
241
- }
242
106
  export interface PolicyAttribute {
243
107
  AttributeName?: string | undefined;
244
108
  AttributeValue?: string | undefined;
@@ -250,14 +114,6 @@ export interface CreateLoadBalancerPolicyInput {
250
114
  PolicyAttributes?: PolicyAttribute[] | undefined;
251
115
  }
252
116
  export interface CreateLoadBalancerPolicyOutput {}
253
- export declare class PolicyTypeNotFoundException extends __BaseException {
254
- readonly name: "PolicyTypeNotFoundException";
255
- readonly $fault: "client";
256
- Message?: string | undefined;
257
- constructor(
258
- opts: __ExceptionOptionType<PolicyTypeNotFoundException, __BaseException>
259
- );
260
- }
261
117
  export interface CrossZoneLoadBalancing {
262
118
  Enabled: boolean | undefined;
263
119
  }
@@ -275,14 +131,6 @@ export interface DeleteLoadBalancerPolicyInput {
275
131
  PolicyName: string | undefined;
276
132
  }
277
133
  export interface DeleteLoadBalancerPolicyOutput {}
278
- export declare class DependencyThrottleException extends __BaseException {
279
- readonly name: "DependencyThrottleException";
280
- readonly $fault: "client";
281
- Message?: string | undefined;
282
- constructor(
283
- opts: __ExceptionOptionType<DependencyThrottleException, __BaseException>
284
- );
285
- }
286
134
  export interface Instance {
287
135
  InstanceId?: string | undefined;
288
136
  }
@@ -293,14 +141,6 @@ export interface DeregisterEndPointsInput {
293
141
  export interface DeregisterEndPointsOutput {
294
142
  Instances?: Instance[] | undefined;
295
143
  }
296
- export declare class InvalidEndPointException extends __BaseException {
297
- readonly name: "InvalidEndPointException";
298
- readonly $fault: "client";
299
- Message?: string | undefined;
300
- constructor(
301
- opts: __ExceptionOptionType<InvalidEndPointException, __BaseException>
302
- );
303
- }
304
144
  export interface DescribeAccessPointsInput {
305
145
  LoadBalancerNames?: string[] | undefined;
306
146
  Marker?: string | undefined;
@@ -383,17 +223,6 @@ export interface LoadBalancerAttributes {
383
223
  export interface DescribeLoadBalancerAttributesOutput {
384
224
  LoadBalancerAttributes?: LoadBalancerAttributes | undefined;
385
225
  }
386
- export declare class LoadBalancerAttributeNotFoundException extends __BaseException {
387
- readonly name: "LoadBalancerAttributeNotFoundException";
388
- readonly $fault: "client";
389
- Message?: string | undefined;
390
- constructor(
391
- opts: __ExceptionOptionType<
392
- LoadBalancerAttributeNotFoundException,
393
- __BaseException
394
- >
395
- );
396
- }
397
226
  export interface DescribeLoadBalancerPoliciesInput {
398
227
  LoadBalancerName?: string | undefined;
399
228
  PolicyNames?: string[] | undefined;
@@ -410,14 +239,6 @@ export interface PolicyDescription {
410
239
  export interface DescribeLoadBalancerPoliciesOutput {
411
240
  PolicyDescriptions?: PolicyDescription[] | undefined;
412
241
  }
413
- export declare class PolicyNotFoundException extends __BaseException {
414
- readonly name: "PolicyNotFoundException";
415
- readonly $fault: "client";
416
- Message?: string | undefined;
417
- constructor(
418
- opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>
419
- );
420
- }
421
242
  export interface DescribeLoadBalancerPolicyTypesInput {
422
243
  PolicyTypeNames?: string[] | undefined;
423
244
  }
@@ -485,14 +306,6 @@ export interface RemoveTagsInput {
485
306
  Tags: TagKeyOnly[] | undefined;
486
307
  }
487
308
  export interface RemoveTagsOutput {}
488
- export declare class ListenerNotFoundException extends __BaseException {
489
- readonly name: "ListenerNotFoundException";
490
- readonly $fault: "client";
491
- Message?: string | undefined;
492
- constructor(
493
- opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
494
- );
495
- }
496
309
  export interface SetLoadBalancerListenerSSLCertificateInput {
497
310
  LoadBalancerName: string | undefined;
498
311
  LoadBalancerPort: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";