@aws-sdk/client-mediaconnect 3.933.0 → 3.935.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/README.md +240 -0
- package/dist-cjs/index.js +6833 -1636
- package/dist-es/MediaConnect.js +60 -0
- package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
- package/dist-es/commands/CreateRouterInputCommand.js +16 -0
- package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
- package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
- package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/GetRouterOutputCommand.js +16 -0
- package/dist-es/commands/ListRouterInputsCommand.js +16 -0
- package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
- package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
- package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
- package/dist-es/commands/RestartRouterInputCommand.js +16 -0
- package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StartRouterInputCommand.js +16 -0
- package/dist-es/commands/StartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StopRouterInputCommand.js +16 -0
- package/dist-es/commands/StopRouterOutputCommand.js +16 -0
- package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/TakeRouterInputCommand.js +16 -0
- package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
- package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +303 -0
- package/dist-es/models/errors.js +215 -0
- package/dist-es/models/models_0.js +1 -358
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
- package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
- package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +5554 -1351
- package/dist-es/waiters/index.js +7 -0
- package/dist-es/waiters/waitForInputActive.js +64 -0
- package/dist-es/waiters/waitForInputDeleted.js +49 -0
- package/dist-es/waiters/waitForInputStandby.js +55 -0
- package/dist-es/waiters/waitForOutputActive.js +64 -0
- package/dist-es/waiters/waitForOutputDeleted.js +49 -0
- package/dist-es/waiters/waitForOutputRouted.js +46 -0
- package/dist-es/waiters/waitForOutputStandby.js +55 -0
- package/dist-types/MediaConnect.d.ts +213 -0
- package/dist-types/MediaConnectClient.d.ts +32 -2
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
- package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
- package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
- package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
- package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
- package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
- package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
- package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
- package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
- package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
- package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
- package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
- package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
- package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
- package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
- package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
- package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
- package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
- package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
- package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
- package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
- package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +727 -0
- package/dist-types/models/errors.d.ts +201 -0
- package/dist-types/models/models_0.d.ts +4082 -1520
- package/dist-types/models/models_1.d.ts +287 -0
- package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
- package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
- package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +385 -0
- package/dist-types/ts3.4/models/errors.d.ts +132 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
- package/dist-types/ts3.4/models/models_1.d.ts +88 -0
- package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +7 -0
- package/dist-types/waiters/waitForInputActive.d.ts +14 -0
- package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
- package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
- package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
- package/package.json +12 -12
- 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,201 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class BadRequestException extends __BaseException {
|
|
8
|
+
readonly name: "BadRequestException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
Message: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class ConflictException extends __BaseException {
|
|
21
|
+
readonly name: "ConflictException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
$retryable: {};
|
|
24
|
+
Message: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* @internal
|
|
27
|
+
*/
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export declare class ForbiddenException extends __BaseException {
|
|
35
|
+
readonly name: "ForbiddenException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
Message: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* <p>The server encountered an internal error and is unable to complete the request. </p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export declare class InternalServerErrorException extends __BaseException {
|
|
48
|
+
readonly name: "InternalServerErrorException";
|
|
49
|
+
readonly $fault: "server";
|
|
50
|
+
$retryable: {};
|
|
51
|
+
Message: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>One or more of the resources in the request does not exist in the system. </p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export declare class NotFoundException extends __BaseException {
|
|
62
|
+
readonly name: "NotFoundException";
|
|
63
|
+
readonly $fault: "client";
|
|
64
|
+
Message: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The service is currently unavailable or busy. </p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
75
|
+
readonly name: "ServiceUnavailableException";
|
|
76
|
+
readonly $fault: "server";
|
|
77
|
+
$retryable: {};
|
|
78
|
+
Message: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* <p>The request was denied due to request throttling. </p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
89
|
+
readonly name: "TooManyRequestsException";
|
|
90
|
+
readonly $fault: "client";
|
|
91
|
+
$retryable: {};
|
|
92
|
+
Message: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* <p>Exception raised by Elemental MediaConnect when adding the flow output. See the error message for the operation for more information on the cause of this exception. </p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export declare class AddFlowOutputs420Exception extends __BaseException {
|
|
103
|
+
readonly name: "AddFlowOutputs420Exception";
|
|
104
|
+
readonly $fault: "client";
|
|
105
|
+
Message: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
constructor(opts: __ExceptionOptionType<AddFlowOutputs420Exception, __BaseException>);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* <p>Exception raised by Elemental MediaConnect when creating the bridge. See the error message for the operation for more information on the cause of this exception. </p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export declare class CreateBridge420Exception extends __BaseException {
|
|
116
|
+
readonly name: "CreateBridge420Exception";
|
|
117
|
+
readonly $fault: "client";
|
|
118
|
+
Message: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
constructor(opts: __ExceptionOptionType<CreateBridge420Exception, __BaseException>);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* <p>Exception raised by Elemental MediaConnect when creating the flow. See the error message for the operation for more information on the cause of this exception. </p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export declare class CreateFlow420Exception extends __BaseException {
|
|
129
|
+
readonly name: "CreateFlow420Exception";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
Message: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
constructor(opts: __ExceptionOptionType<CreateFlow420Exception, __BaseException>);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* <p>Exception raised by Elemental MediaConnect when creating the gateway. See the error message for the operation for more information on the cause of this exception. </p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
export declare class CreateGateway420Exception extends __BaseException {
|
|
142
|
+
readonly name: "CreateGateway420Exception";
|
|
143
|
+
readonly $fault: "client";
|
|
144
|
+
Message: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
constructor(opts: __ExceptionOptionType<CreateGateway420Exception, __BaseException>);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* <p>The request to create a new router input would exceed the service quotas for the account. </p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export declare class RouterInputServiceQuotaExceededException extends __BaseException {
|
|
155
|
+
readonly name: "RouterInputServiceQuotaExceededException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
Message: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* @internal
|
|
160
|
+
*/
|
|
161
|
+
constructor(opts: __ExceptionOptionType<RouterInputServiceQuotaExceededException, __BaseException>);
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* <p>The request to create a new router network interface would exceed the service quotas (limits) set for the account. </p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export declare class RouterNetworkInterfaceServiceQuotaExceededException extends __BaseException {
|
|
168
|
+
readonly name: "RouterNetworkInterfaceServiceQuotaExceededException";
|
|
169
|
+
readonly $fault: "client";
|
|
170
|
+
Message: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
constructor(opts: __ExceptionOptionType<RouterNetworkInterfaceServiceQuotaExceededException, __BaseException>);
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* <p>The request to create a new router output would exceed the service quotas (limits) set for the account. </p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export declare class RouterOutputServiceQuotaExceededException extends __BaseException {
|
|
181
|
+
readonly name: "RouterOutputServiceQuotaExceededException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
Message: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* @internal
|
|
186
|
+
*/
|
|
187
|
+
constructor(opts: __ExceptionOptionType<RouterOutputServiceQuotaExceededException, __BaseException>);
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* <p>Exception raised by Elemental MediaConnect when granting the entitlement. See the error message for the operation for more information on the cause of this exception. </p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export declare class GrantFlowEntitlements420Exception extends __BaseException {
|
|
194
|
+
readonly name: "GrantFlowEntitlements420Exception";
|
|
195
|
+
readonly $fault: "client";
|
|
196
|
+
Message: string | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* @internal
|
|
199
|
+
*/
|
|
200
|
+
constructor(opts: __ExceptionOptionType<GrantFlowEntitlements420Exception, __BaseException>);
|
|
201
|
+
}
|