@aws-sdk/client-global-accelerator 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.
- package/dist-cjs/index.js +56 -55
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +55 -0
- package/dist-es/models/errors.js +281 -0
- package/dist-es/models/models_0.js +1 -336
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +143 -0
- package/dist-types/models/errors.d.ts +265 -0
- package/dist-types/models/models_0.d.ts +1 -408
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +74 -0
- package/dist-types/ts3.4/models/errors.d.ts +172 -0
- package/dist-types/ts3.4/models/models_0.d.ts +13 -246
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
|
+
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
4
|
+
readonly name: "AcceleratorNotDisabledException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<
|
|
9
|
+
AcceleratorNotDisabledException,
|
|
10
|
+
__BaseException
|
|
11
|
+
>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
15
|
+
readonly name: "AcceleratorNotFoundException";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
Message?: string | undefined;
|
|
18
|
+
constructor(
|
|
19
|
+
opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
23
|
+
readonly name: "AccessDeniedException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message?: string | undefined;
|
|
26
|
+
constructor(
|
|
27
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
export declare class ConflictException extends __BaseException {
|
|
31
|
+
readonly name: "ConflictException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
Message?: string | undefined;
|
|
34
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
35
|
+
}
|
|
36
|
+
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
37
|
+
readonly name: "EndpointAlreadyExistsException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message?: string | undefined;
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
45
|
+
readonly name: "EndpointGroupNotFoundException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
Message?: string | undefined;
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
53
|
+
readonly name: "InternalServiceErrorException";
|
|
54
|
+
readonly $fault: "server";
|
|
55
|
+
Message?: string | undefined;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
61
|
+
readonly name: "InvalidArgumentException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message?: string | undefined;
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
export declare class LimitExceededException extends __BaseException {
|
|
69
|
+
readonly name: "LimitExceededException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
Message?: string | undefined;
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export declare class TransactionInProgressException extends __BaseException {
|
|
77
|
+
readonly name: "TransactionInProgressException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
Message?: string | undefined;
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
85
|
+
readonly name: "ByoipCidrNotFoundException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
Message?: string | undefined;
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
export declare class IncorrectCidrStateException extends __BaseException {
|
|
93
|
+
readonly name: "IncorrectCidrStateException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message?: string | undefined;
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
101
|
+
readonly name: "AssociatedEndpointGroupFoundException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
Message?: string | undefined;
|
|
104
|
+
constructor(
|
|
105
|
+
opts: __ExceptionOptionType<
|
|
106
|
+
AssociatedEndpointGroupFoundException,
|
|
107
|
+
__BaseException
|
|
108
|
+
>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
112
|
+
readonly name: "AssociatedListenerFoundException";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
Message?: string | undefined;
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<
|
|
117
|
+
AssociatedListenerFoundException,
|
|
118
|
+
__BaseException
|
|
119
|
+
>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
export declare class AttachmentNotFoundException extends __BaseException {
|
|
123
|
+
readonly name: "AttachmentNotFoundException";
|
|
124
|
+
readonly $fault: "client";
|
|
125
|
+
Message?: string | undefined;
|
|
126
|
+
constructor(
|
|
127
|
+
opts: __ExceptionOptionType<AttachmentNotFoundException, __BaseException>
|
|
128
|
+
);
|
|
129
|
+
}
|
|
130
|
+
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
131
|
+
readonly name: "EndpointGroupAlreadyExistsException";
|
|
132
|
+
readonly $fault: "client";
|
|
133
|
+
Message?: string | undefined;
|
|
134
|
+
constructor(
|
|
135
|
+
opts: __ExceptionOptionType<
|
|
136
|
+
EndpointGroupAlreadyExistsException,
|
|
137
|
+
__BaseException
|
|
138
|
+
>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
export declare class InvalidPortRangeException extends __BaseException {
|
|
142
|
+
readonly name: "InvalidPortRangeException";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
Message?: string | undefined;
|
|
145
|
+
constructor(
|
|
146
|
+
opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>
|
|
147
|
+
);
|
|
148
|
+
}
|
|
149
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
150
|
+
readonly name: "ListenerNotFoundException";
|
|
151
|
+
readonly $fault: "client";
|
|
152
|
+
Message?: string | undefined;
|
|
153
|
+
constructor(
|
|
154
|
+
opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
|
|
155
|
+
);
|
|
156
|
+
}
|
|
157
|
+
export declare class EndpointNotFoundException extends __BaseException {
|
|
158
|
+
readonly name: "EndpointNotFoundException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
Message?: string | undefined;
|
|
161
|
+
constructor(
|
|
162
|
+
opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
166
|
+
readonly name: "InvalidNextTokenException";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
Message?: string | undefined;
|
|
169
|
+
constructor(
|
|
170
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
171
|
+
);
|
|
172
|
+
}
|
|
@@ -1,31 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AcceleratorStatus,
|
|
3
|
+
ByoipCidrState,
|
|
4
|
+
ClientAffinity,
|
|
5
|
+
CustomRoutingAcceleratorStatus,
|
|
6
|
+
CustomRoutingDestinationTrafficState,
|
|
7
|
+
CustomRoutingProtocol,
|
|
8
|
+
HealthCheckProtocol,
|
|
9
|
+
HealthState,
|
|
10
|
+
IpAddressFamily,
|
|
11
|
+
IpAddressType,
|
|
12
|
+
Protocol,
|
|
13
|
+
} from "./enums";
|
|
3
14
|
export interface AcceleratorEvent {
|
|
4
15
|
Message?: string | undefined;
|
|
5
16
|
Timestamp?: Date | undefined;
|
|
6
17
|
}
|
|
7
|
-
export declare const IpAddressType: {
|
|
8
|
-
readonly DUAL_STACK: "DUAL_STACK";
|
|
9
|
-
readonly IPV4: "IPV4";
|
|
10
|
-
};
|
|
11
|
-
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
12
|
-
export declare const IpAddressFamily: {
|
|
13
|
-
readonly IPv4: "IPv4";
|
|
14
|
-
readonly IPv6: "IPv6";
|
|
15
|
-
};
|
|
16
|
-
export type IpAddressFamily =
|
|
17
|
-
(typeof IpAddressFamily)[keyof typeof IpAddressFamily];
|
|
18
18
|
export interface IpSet {
|
|
19
19
|
IpFamily?: string | undefined;
|
|
20
20
|
IpAddresses?: string[] | undefined;
|
|
21
21
|
IpAddressFamily?: IpAddressFamily | undefined;
|
|
22
22
|
}
|
|
23
|
-
export declare const AcceleratorStatus: {
|
|
24
|
-
readonly DEPLOYED: "DEPLOYED";
|
|
25
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
26
|
-
};
|
|
27
|
-
export type AcceleratorStatus =
|
|
28
|
-
(typeof AcceleratorStatus)[keyof typeof AcceleratorStatus];
|
|
29
23
|
export interface Accelerator {
|
|
30
24
|
AcceleratorArn?: string | undefined;
|
|
31
25
|
Name?: string | undefined;
|
|
@@ -44,33 +38,6 @@ export interface AcceleratorAttributes {
|
|
|
44
38
|
FlowLogsS3Bucket?: string | undefined;
|
|
45
39
|
FlowLogsS3Prefix?: string | undefined;
|
|
46
40
|
}
|
|
47
|
-
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
48
|
-
readonly name: "AcceleratorNotDisabledException";
|
|
49
|
-
readonly $fault: "client";
|
|
50
|
-
Message?: string | undefined;
|
|
51
|
-
constructor(
|
|
52
|
-
opts: __ExceptionOptionType<
|
|
53
|
-
AcceleratorNotDisabledException,
|
|
54
|
-
__BaseException
|
|
55
|
-
>
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
59
|
-
readonly name: "AcceleratorNotFoundException";
|
|
60
|
-
readonly $fault: "client";
|
|
61
|
-
Message?: string | undefined;
|
|
62
|
-
constructor(
|
|
63
|
-
opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>
|
|
64
|
-
);
|
|
65
|
-
}
|
|
66
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
67
|
-
readonly name: "AccessDeniedException";
|
|
68
|
-
readonly $fault: "client";
|
|
69
|
-
Message?: string | undefined;
|
|
70
|
-
constructor(
|
|
71
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
72
|
-
);
|
|
73
|
-
}
|
|
74
41
|
export interface CustomRoutingEndpointConfiguration {
|
|
75
42
|
EndpointId?: string | undefined;
|
|
76
43
|
AttachmentArn?: string | undefined;
|
|
@@ -86,52 +53,6 @@ export interface AddCustomRoutingEndpointsResponse {
|
|
|
86
53
|
EndpointDescriptions?: CustomRoutingEndpointDescription[] | undefined;
|
|
87
54
|
EndpointGroupArn?: string | undefined;
|
|
88
55
|
}
|
|
89
|
-
export declare class ConflictException extends __BaseException {
|
|
90
|
-
readonly name: "ConflictException";
|
|
91
|
-
readonly $fault: "client";
|
|
92
|
-
Message?: string | undefined;
|
|
93
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
94
|
-
}
|
|
95
|
-
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
96
|
-
readonly name: "EndpointAlreadyExistsException";
|
|
97
|
-
readonly $fault: "client";
|
|
98
|
-
Message?: string | undefined;
|
|
99
|
-
constructor(
|
|
100
|
-
opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>
|
|
101
|
-
);
|
|
102
|
-
}
|
|
103
|
-
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
104
|
-
readonly name: "EndpointGroupNotFoundException";
|
|
105
|
-
readonly $fault: "client";
|
|
106
|
-
Message?: string | undefined;
|
|
107
|
-
constructor(
|
|
108
|
-
opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>
|
|
109
|
-
);
|
|
110
|
-
}
|
|
111
|
-
export declare class InternalServiceErrorException extends __BaseException {
|
|
112
|
-
readonly name: "InternalServiceErrorException";
|
|
113
|
-
readonly $fault: "server";
|
|
114
|
-
Message?: string | undefined;
|
|
115
|
-
constructor(
|
|
116
|
-
opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
|
|
117
|
-
);
|
|
118
|
-
}
|
|
119
|
-
export declare class InvalidArgumentException extends __BaseException {
|
|
120
|
-
readonly name: "InvalidArgumentException";
|
|
121
|
-
readonly $fault: "client";
|
|
122
|
-
Message?: string | undefined;
|
|
123
|
-
constructor(
|
|
124
|
-
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
125
|
-
);
|
|
126
|
-
}
|
|
127
|
-
export declare class LimitExceededException extends __BaseException {
|
|
128
|
-
readonly name: "LimitExceededException";
|
|
129
|
-
readonly $fault: "client";
|
|
130
|
-
Message?: string | undefined;
|
|
131
|
-
constructor(
|
|
132
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
133
|
-
);
|
|
134
|
-
}
|
|
135
56
|
export interface EndpointConfiguration {
|
|
136
57
|
EndpointId?: string | undefined;
|
|
137
58
|
Weight?: number | undefined;
|
|
@@ -142,12 +63,6 @@ export interface AddEndpointsRequest {
|
|
|
142
63
|
EndpointConfigurations: EndpointConfiguration[] | undefined;
|
|
143
64
|
EndpointGroupArn: string | undefined;
|
|
144
65
|
}
|
|
145
|
-
export declare const HealthState: {
|
|
146
|
-
readonly HEALTHY: "HEALTHY";
|
|
147
|
-
readonly INITIAL: "INITIAL";
|
|
148
|
-
readonly UNHEALTHY: "UNHEALTHY";
|
|
149
|
-
};
|
|
150
|
-
export type HealthState = (typeof HealthState)[keyof typeof HealthState];
|
|
151
66
|
export interface EndpointDescription {
|
|
152
67
|
EndpointId?: string | undefined;
|
|
153
68
|
Weight?: number | undefined;
|
|
@@ -159,14 +74,6 @@ export interface AddEndpointsResponse {
|
|
|
159
74
|
EndpointDescriptions?: EndpointDescription[] | undefined;
|
|
160
75
|
EndpointGroupArn?: string | undefined;
|
|
161
76
|
}
|
|
162
|
-
export declare class TransactionInProgressException extends __BaseException {
|
|
163
|
-
readonly name: "TransactionInProgressException";
|
|
164
|
-
readonly $fault: "client";
|
|
165
|
-
Message?: string | undefined;
|
|
166
|
-
constructor(
|
|
167
|
-
opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>
|
|
168
|
-
);
|
|
169
|
-
}
|
|
170
77
|
export interface AdvertiseByoipCidrRequest {
|
|
171
78
|
Cidr: string | undefined;
|
|
172
79
|
}
|
|
@@ -174,21 +81,6 @@ export interface ByoipCidrEvent {
|
|
|
174
81
|
Message?: string | undefined;
|
|
175
82
|
Timestamp?: Date | undefined;
|
|
176
83
|
}
|
|
177
|
-
export declare const ByoipCidrState: {
|
|
178
|
-
readonly ADVERTISING: "ADVERTISING";
|
|
179
|
-
readonly DEPROVISIONED: "DEPROVISIONED";
|
|
180
|
-
readonly FAILED_ADVERTISING: "FAILED_ADVERTISING";
|
|
181
|
-
readonly FAILED_DEPROVISION: "FAILED_DEPROVISION";
|
|
182
|
-
readonly FAILED_PROVISION: "FAILED_PROVISION";
|
|
183
|
-
readonly FAILED_WITHDRAW: "FAILED_WITHDRAW";
|
|
184
|
-
readonly PENDING_ADVERTISING: "PENDING_ADVERTISING";
|
|
185
|
-
readonly PENDING_DEPROVISIONING: "PENDING_DEPROVISIONING";
|
|
186
|
-
readonly PENDING_PROVISIONING: "PENDING_PROVISIONING";
|
|
187
|
-
readonly PENDING_WITHDRAWING: "PENDING_WITHDRAWING";
|
|
188
|
-
readonly READY: "READY";
|
|
189
|
-
};
|
|
190
|
-
export type ByoipCidrState =
|
|
191
|
-
(typeof ByoipCidrState)[keyof typeof ByoipCidrState];
|
|
192
84
|
export interface ByoipCidr {
|
|
193
85
|
Cidr?: string | undefined;
|
|
194
86
|
State?: ByoipCidrState | undefined;
|
|
@@ -197,22 +89,6 @@ export interface ByoipCidr {
|
|
|
197
89
|
export interface AdvertiseByoipCidrResponse {
|
|
198
90
|
ByoipCidr?: ByoipCidr | undefined;
|
|
199
91
|
}
|
|
200
|
-
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
201
|
-
readonly name: "ByoipCidrNotFoundException";
|
|
202
|
-
readonly $fault: "client";
|
|
203
|
-
Message?: string | undefined;
|
|
204
|
-
constructor(
|
|
205
|
-
opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>
|
|
206
|
-
);
|
|
207
|
-
}
|
|
208
|
-
export declare class IncorrectCidrStateException extends __BaseException {
|
|
209
|
-
readonly name: "IncorrectCidrStateException";
|
|
210
|
-
readonly $fault: "client";
|
|
211
|
-
Message?: string | undefined;
|
|
212
|
-
constructor(
|
|
213
|
-
opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>
|
|
214
|
-
);
|
|
215
|
-
}
|
|
216
92
|
export interface AllowCustomRoutingTrafficRequest {
|
|
217
93
|
EndpointGroupArn: string | undefined;
|
|
218
94
|
EndpointId: string | undefined;
|
|
@@ -220,28 +96,6 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
220
96
|
DestinationPorts?: number[] | undefined;
|
|
221
97
|
AllowAllTrafficToEndpoint?: boolean | undefined;
|
|
222
98
|
}
|
|
223
|
-
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
224
|
-
readonly name: "AssociatedEndpointGroupFoundException";
|
|
225
|
-
readonly $fault: "client";
|
|
226
|
-
Message?: string | undefined;
|
|
227
|
-
constructor(
|
|
228
|
-
opts: __ExceptionOptionType<
|
|
229
|
-
AssociatedEndpointGroupFoundException,
|
|
230
|
-
__BaseException
|
|
231
|
-
>
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
235
|
-
readonly name: "AssociatedListenerFoundException";
|
|
236
|
-
readonly $fault: "client";
|
|
237
|
-
Message?: string | undefined;
|
|
238
|
-
constructor(
|
|
239
|
-
opts: __ExceptionOptionType<
|
|
240
|
-
AssociatedListenerFoundException,
|
|
241
|
-
__BaseException
|
|
242
|
-
>
|
|
243
|
-
);
|
|
244
|
-
}
|
|
245
99
|
export interface Resource {
|
|
246
100
|
EndpointId?: string | undefined;
|
|
247
101
|
Cidr?: string | undefined;
|
|
@@ -255,24 +109,10 @@ export interface Attachment {
|
|
|
255
109
|
LastModifiedTime?: Date | undefined;
|
|
256
110
|
CreatedTime?: Date | undefined;
|
|
257
111
|
}
|
|
258
|
-
export declare class AttachmentNotFoundException extends __BaseException {
|
|
259
|
-
readonly name: "AttachmentNotFoundException";
|
|
260
|
-
readonly $fault: "client";
|
|
261
|
-
Message?: string | undefined;
|
|
262
|
-
constructor(
|
|
263
|
-
opts: __ExceptionOptionType<AttachmentNotFoundException, __BaseException>
|
|
264
|
-
);
|
|
265
|
-
}
|
|
266
112
|
export interface CidrAuthorizationContext {
|
|
267
113
|
Message: string | undefined;
|
|
268
114
|
Signature: string | undefined;
|
|
269
115
|
}
|
|
270
|
-
export declare const ClientAffinity: {
|
|
271
|
-
readonly NONE: "NONE";
|
|
272
|
-
readonly SOURCE_IP: "SOURCE_IP";
|
|
273
|
-
};
|
|
274
|
-
export type ClientAffinity =
|
|
275
|
-
(typeof ClientAffinity)[keyof typeof ClientAffinity];
|
|
276
116
|
export interface Tag {
|
|
277
117
|
Key: string | undefined;
|
|
278
118
|
Value: string | undefined;
|
|
@@ -306,12 +146,6 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
306
146
|
IdempotencyToken?: string | undefined;
|
|
307
147
|
Tags?: Tag[] | undefined;
|
|
308
148
|
}
|
|
309
|
-
export declare const CustomRoutingAcceleratorStatus: {
|
|
310
|
-
readonly DEPLOYED: "DEPLOYED";
|
|
311
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
312
|
-
};
|
|
313
|
-
export type CustomRoutingAcceleratorStatus =
|
|
314
|
-
(typeof CustomRoutingAcceleratorStatus)[keyof typeof CustomRoutingAcceleratorStatus];
|
|
315
149
|
export interface CustomRoutingAccelerator {
|
|
316
150
|
AcceleratorArn?: string | undefined;
|
|
317
151
|
Name?: string | undefined;
|
|
@@ -326,12 +160,6 @@ export interface CustomRoutingAccelerator {
|
|
|
326
160
|
export interface CreateCustomRoutingAcceleratorResponse {
|
|
327
161
|
Accelerator?: CustomRoutingAccelerator | undefined;
|
|
328
162
|
}
|
|
329
|
-
export declare const CustomRoutingProtocol: {
|
|
330
|
-
readonly TCP: "TCP";
|
|
331
|
-
readonly UDP: "UDP";
|
|
332
|
-
};
|
|
333
|
-
export type CustomRoutingProtocol =
|
|
334
|
-
(typeof CustomRoutingProtocol)[keyof typeof CustomRoutingProtocol];
|
|
335
163
|
export interface CustomRoutingDestinationConfiguration {
|
|
336
164
|
FromPort: number | undefined;
|
|
337
165
|
ToPort: number | undefined;
|
|
@@ -345,11 +173,6 @@ export interface CreateCustomRoutingEndpointGroupRequest {
|
|
|
345
173
|
| undefined;
|
|
346
174
|
IdempotencyToken?: string | undefined;
|
|
347
175
|
}
|
|
348
|
-
export declare const Protocol: {
|
|
349
|
-
readonly TCP: "TCP";
|
|
350
|
-
readonly UDP: "UDP";
|
|
351
|
-
};
|
|
352
|
-
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
353
176
|
export interface CustomRoutingDestinationDescription {
|
|
354
177
|
FromPort?: number | undefined;
|
|
355
178
|
ToPort?: number | undefined;
|
|
@@ -364,33 +187,6 @@ export interface CustomRoutingEndpointGroup {
|
|
|
364
187
|
export interface CreateCustomRoutingEndpointGroupResponse {
|
|
365
188
|
EndpointGroup?: CustomRoutingEndpointGroup | undefined;
|
|
366
189
|
}
|
|
367
|
-
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
368
|
-
readonly name: "EndpointGroupAlreadyExistsException";
|
|
369
|
-
readonly $fault: "client";
|
|
370
|
-
Message?: string | undefined;
|
|
371
|
-
constructor(
|
|
372
|
-
opts: __ExceptionOptionType<
|
|
373
|
-
EndpointGroupAlreadyExistsException,
|
|
374
|
-
__BaseException
|
|
375
|
-
>
|
|
376
|
-
);
|
|
377
|
-
}
|
|
378
|
-
export declare class InvalidPortRangeException extends __BaseException {
|
|
379
|
-
readonly name: "InvalidPortRangeException";
|
|
380
|
-
readonly $fault: "client";
|
|
381
|
-
Message?: string | undefined;
|
|
382
|
-
constructor(
|
|
383
|
-
opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>
|
|
384
|
-
);
|
|
385
|
-
}
|
|
386
|
-
export declare class ListenerNotFoundException extends __BaseException {
|
|
387
|
-
readonly name: "ListenerNotFoundException";
|
|
388
|
-
readonly $fault: "client";
|
|
389
|
-
Message?: string | undefined;
|
|
390
|
-
constructor(
|
|
391
|
-
opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
|
|
392
|
-
);
|
|
393
|
-
}
|
|
394
190
|
export interface PortRange {
|
|
395
191
|
FromPort?: number | undefined;
|
|
396
192
|
ToPort?: number | undefined;
|
|
@@ -407,13 +203,6 @@ export interface CustomRoutingListener {
|
|
|
407
203
|
export interface CreateCustomRoutingListenerResponse {
|
|
408
204
|
Listener?: CustomRoutingListener | undefined;
|
|
409
205
|
}
|
|
410
|
-
export declare const HealthCheckProtocol: {
|
|
411
|
-
readonly HTTP: "HTTP";
|
|
412
|
-
readonly HTTPS: "HTTPS";
|
|
413
|
-
readonly TCP: "TCP";
|
|
414
|
-
};
|
|
415
|
-
export type HealthCheckProtocol =
|
|
416
|
-
(typeof HealthCheckProtocol)[keyof typeof HealthCheckProtocol];
|
|
417
206
|
export interface PortOverride {
|
|
418
207
|
ListenerPort?: number | undefined;
|
|
419
208
|
EndpointPort?: number | undefined;
|
|
@@ -472,12 +261,6 @@ export interface CustomRoutingAcceleratorAttributes {
|
|
|
472
261
|
FlowLogsS3Bucket?: string | undefined;
|
|
473
262
|
FlowLogsS3Prefix?: string | undefined;
|
|
474
263
|
}
|
|
475
|
-
export declare const CustomRoutingDestinationTrafficState: {
|
|
476
|
-
readonly ALLOW: "ALLOW";
|
|
477
|
-
readonly DENY: "DENY";
|
|
478
|
-
};
|
|
479
|
-
export type CustomRoutingDestinationTrafficState =
|
|
480
|
-
(typeof CustomRoutingDestinationTrafficState)[keyof typeof CustomRoutingDestinationTrafficState];
|
|
481
264
|
export interface DeleteAcceleratorRequest {
|
|
482
265
|
AcceleratorArn: string | undefined;
|
|
483
266
|
}
|
|
@@ -584,22 +367,6 @@ export interface EndpointIdentifier {
|
|
|
584
367
|
EndpointId: string | undefined;
|
|
585
368
|
ClientIPPreservationEnabled?: boolean | undefined;
|
|
586
369
|
}
|
|
587
|
-
export declare class EndpointNotFoundException extends __BaseException {
|
|
588
|
-
readonly name: "EndpointNotFoundException";
|
|
589
|
-
readonly $fault: "client";
|
|
590
|
-
Message?: string | undefined;
|
|
591
|
-
constructor(
|
|
592
|
-
opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>
|
|
593
|
-
);
|
|
594
|
-
}
|
|
595
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
596
|
-
readonly name: "InvalidNextTokenException";
|
|
597
|
-
readonly $fault: "client";
|
|
598
|
-
Message?: string | undefined;
|
|
599
|
-
constructor(
|
|
600
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
601
|
-
);
|
|
602
|
-
}
|
|
603
370
|
export interface ListAcceleratorsRequest {
|
|
604
371
|
MaxResults?: number | undefined;
|
|
605
372
|
NextToken?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-global-accelerator",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
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.
|
|
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.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
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.
|
|
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.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|