@aws-sdk/client-eventbridge 3.952.0 → 3.953.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 +797 -522
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
- package/dist-es/commands/CancelReplayCommand.js +2 -2
- package/dist-es/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-es/commands/CreateArchiveCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +2 -2
- package/dist-es/commands/CreateEventBusCommand.js +2 -2
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEventBusCommand.js +2 -2
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-es/commands/DescribeArchiveCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointCommand.js +2 -2
- package/dist-es/commands/DescribeEventBusCommand.js +2 -2
- package/dist-es/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribeReplayCommand.js +2 -2
- package/dist-es/commands/DescribeRuleCommand.js +2 -2
- package/dist-es/commands/DisableRuleCommand.js +2 -2
- package/dist-es/commands/EnableRuleCommand.js +2 -2
- package/dist-es/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-es/commands/ListArchivesCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListEndpointsCommand.js +2 -2
- package/dist-es/commands/ListEventBusesCommand.js +2 -2
- package/dist-es/commands/ListEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListReplaysCommand.js +2 -2
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-es/commands/PutEventsCommand.js +2 -2
- package/dist-es/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/PutRuleCommand.js +2 -2
- package/dist-es/commands/PutTargetsCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/RemoveTargetsCommand.js +2 -2
- package/dist-es/commands/StartReplayCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestEventPatternCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateArchiveCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateEventBusCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +474 -446
- package/dist-types/EventBridgeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +248 -294
- package/dist-types/ts3.4/EventBridgeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -295
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class EventBridgeClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class EventBridgeServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, EventBridgeServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccessDeniedException extends EventBridgeServiceException {
|
|
122
122
|
name = "AccessDeniedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends EventBridgeSer
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class ConcurrentModificationException extends EventBridgeServiceException {
|
|
134
134
|
name = "ConcurrentModificationException";
|
|
135
135
|
$fault = "client";
|
|
136
136
|
constructor(opts) {
|
|
@@ -141,8 +141,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
141
141
|
});
|
|
142
142
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
143
143
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
144
|
+
}
|
|
145
|
+
class InternalException extends EventBridgeServiceException {
|
|
146
146
|
name = "InternalException";
|
|
147
147
|
$fault = "server";
|
|
148
148
|
constructor(opts) {
|
|
@@ -153,8 +153,8 @@ let InternalException$1 = class InternalException extends EventBridgeServiceExce
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, InternalException.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class InvalidStateException extends EventBridgeServiceException {
|
|
158
158
|
name = "InvalidStateException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let InvalidStateException$1 = class InvalidStateException extends EventBridgeSer
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class OperationDisabledException extends EventBridgeServiceException {
|
|
170
170
|
name = "OperationDisabledException";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
constructor(opts) {
|
|
@@ -177,8 +177,8 @@ let OperationDisabledException$1 = class OperationDisabledException extends Even
|
|
|
177
177
|
});
|
|
178
178
|
Object.setPrototypeOf(this, OperationDisabledException.prototype);
|
|
179
179
|
}
|
|
180
|
-
}
|
|
181
|
-
|
|
180
|
+
}
|
|
181
|
+
class ResourceNotFoundException extends EventBridgeServiceException {
|
|
182
182
|
name = "ResourceNotFoundException";
|
|
183
183
|
$fault = "client";
|
|
184
184
|
constructor(opts) {
|
|
@@ -189,8 +189,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EventB
|
|
|
189
189
|
});
|
|
190
190
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
191
191
|
}
|
|
192
|
-
}
|
|
193
|
-
|
|
192
|
+
}
|
|
193
|
+
class IllegalStatusException extends EventBridgeServiceException {
|
|
194
194
|
name = "IllegalStatusException";
|
|
195
195
|
$fault = "client";
|
|
196
196
|
constructor(opts) {
|
|
@@ -201,8 +201,8 @@ let IllegalStatusException$1 = class IllegalStatusException extends EventBridgeS
|
|
|
201
201
|
});
|
|
202
202
|
Object.setPrototypeOf(this, IllegalStatusException.prototype);
|
|
203
203
|
}
|
|
204
|
-
}
|
|
205
|
-
|
|
204
|
+
}
|
|
205
|
+
class LimitExceededException extends EventBridgeServiceException {
|
|
206
206
|
name = "LimitExceededException";
|
|
207
207
|
$fault = "client";
|
|
208
208
|
constructor(opts) {
|
|
@@ -213,8 +213,8 @@ let LimitExceededException$1 = class LimitExceededException extends EventBridgeS
|
|
|
213
213
|
});
|
|
214
214
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
215
215
|
}
|
|
216
|
-
}
|
|
217
|
-
|
|
216
|
+
}
|
|
217
|
+
class ResourceAlreadyExistsException extends EventBridgeServiceException {
|
|
218
218
|
name = "ResourceAlreadyExistsException";
|
|
219
219
|
$fault = "client";
|
|
220
220
|
constructor(opts) {
|
|
@@ -225,8 +225,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
225
225
|
});
|
|
226
226
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
227
227
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
228
|
+
}
|
|
229
|
+
class InvalidEventPatternException extends EventBridgeServiceException {
|
|
230
230
|
name = "InvalidEventPatternException";
|
|
231
231
|
$fault = "client";
|
|
232
232
|
constructor(opts) {
|
|
@@ -237,8 +237,8 @@ let InvalidEventPatternException$1 = class InvalidEventPatternException extends
|
|
|
237
237
|
});
|
|
238
238
|
Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
|
|
239
239
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
240
|
+
}
|
|
241
|
+
class ThrottlingException extends EventBridgeServiceException {
|
|
242
242
|
name = "ThrottlingException";
|
|
243
243
|
$fault = "client";
|
|
244
244
|
constructor(opts) {
|
|
@@ -249,8 +249,8 @@ let ThrottlingException$1 = class ThrottlingException extends EventBridgeService
|
|
|
249
249
|
});
|
|
250
250
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
251
251
|
}
|
|
252
|
-
}
|
|
253
|
-
|
|
252
|
+
}
|
|
253
|
+
class ManagedRuleException extends EventBridgeServiceException {
|
|
254
254
|
name = "ManagedRuleException";
|
|
255
255
|
$fault = "client";
|
|
256
256
|
constructor(opts) {
|
|
@@ -261,8 +261,8 @@ let ManagedRuleException$1 = class ManagedRuleException extends EventBridgeServi
|
|
|
261
261
|
});
|
|
262
262
|
Object.setPrototypeOf(this, ManagedRuleException.prototype);
|
|
263
263
|
}
|
|
264
|
-
}
|
|
265
|
-
|
|
264
|
+
}
|
|
265
|
+
class PolicyLengthExceededException extends EventBridgeServiceException {
|
|
266
266
|
name = "PolicyLengthExceededException";
|
|
267
267
|
$fault = "client";
|
|
268
268
|
constructor(opts) {
|
|
@@ -273,7 +273,7 @@ let PolicyLengthExceededException$1 = class PolicyLengthExceededException extend
|
|
|
273
273
|
});
|
|
274
274
|
Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
|
|
275
275
|
}
|
|
276
|
-
}
|
|
276
|
+
}
|
|
277
277
|
|
|
278
278
|
const _A = "Archive";
|
|
279
279
|
const _AA = "ArchiveArn";
|
|
@@ -728,10 +728,10 @@ var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
|
|
|
728
728
|
var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
|
|
729
729
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
730
730
|
var Sql = [0, n0, _S, 8, 0];
|
|
731
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
732
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
733
|
-
var ActivateEventSourceRequest = [3, n0, _AESR, 0, [_N], [0]];
|
|
734
|
-
var ApiDestination = [
|
|
731
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
|
|
732
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
733
|
+
var ActivateEventSourceRequest$ = [3, n0, _AESR, 0, [_N], [0]];
|
|
734
|
+
var ApiDestination$ = [
|
|
735
735
|
3,
|
|
736
736
|
n0,
|
|
737
737
|
_AD,
|
|
@@ -739,8 +739,8 @@ var ApiDestination = [
|
|
|
739
739
|
[_ADA, _N, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
|
|
740
740
|
[0, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
741
741
|
];
|
|
742
|
-
var AppSyncParameters = [3, n0, _ASP, 0, [_GQLO], [[() => GraphQLOperation, 0]]];
|
|
743
|
-
var Archive = [
|
|
742
|
+
var AppSyncParameters$ = [3, n0, _ASP, 0, [_GQLO], [[() => GraphQLOperation, 0]]];
|
|
743
|
+
var Archive$ = [
|
|
744
744
|
3,
|
|
745
745
|
n0,
|
|
746
746
|
_A,
|
|
@@ -748,24 +748,24 @@ var Archive = [
|
|
|
748
748
|
[_AN, _ESA, _St, _SR, _RD, _SB, _EC, _CT],
|
|
749
749
|
[0, 0, 0, 0, 1, 1, 1, 4],
|
|
750
750
|
];
|
|
751
|
-
var AwsVpcConfiguration = [3, n0, _AVC, 0, [_Su, _SG, _API], [64 | 0, 64 | 0, 0]];
|
|
752
|
-
var BatchArrayProperties = [3, n0, _BAP, 0, [_Si], [1]];
|
|
753
|
-
var BatchParameters = [
|
|
751
|
+
var AwsVpcConfiguration$ = [3, n0, _AVC, 0, [_Su, _SG, _API], [64 | 0, 64 | 0, 0]];
|
|
752
|
+
var BatchArrayProperties$ = [3, n0, _BAP, 0, [_Si], [1]];
|
|
753
|
+
var BatchParameters$ = [
|
|
754
754
|
3,
|
|
755
755
|
n0,
|
|
756
756
|
_BP,
|
|
757
757
|
0,
|
|
758
758
|
[_JD, _JN, _AP, _RS],
|
|
759
|
-
[0, 0, () => BatchArrayProperties
|
|
759
|
+
[0, 0, () => BatchArrayProperties$, () => BatchRetryStrategy$],
|
|
760
760
|
];
|
|
761
|
-
var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
|
|
762
|
-
var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
|
|
763
|
-
var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _St, _SR], [0, 0, 0]];
|
|
764
|
-
var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
|
|
765
|
-
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
766
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
767
|
-
var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
|
|
768
|
-
var Connection = [
|
|
761
|
+
var BatchRetryStrategy$ = [3, n0, _BRS, 0, [_At], [1]];
|
|
762
|
+
var CancelReplayRequest$ = [3, n0, _CRR, 0, [_RN], [0]];
|
|
763
|
+
var CancelReplayResponse$ = [3, n0, _CRRa, 0, [_RA, _St, _SR], [0, 0, 0]];
|
|
764
|
+
var CapacityProviderStrategyItem$ = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
|
|
765
|
+
var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
766
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
767
|
+
var Condition$ = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
|
|
768
|
+
var Connection$ = [
|
|
769
769
|
3,
|
|
770
770
|
n0,
|
|
771
771
|
_Co,
|
|
@@ -773,23 +773,23 @@ var Connection = [
|
|
|
773
773
|
[_CA, _N, _CS, _SR, _AT, _CT, _LMT, _LAT],
|
|
774
774
|
[0, 0, 0, 0, 0, 4, 4, 4],
|
|
775
775
|
];
|
|
776
|
-
var ConnectionApiKeyAuthResponseParameters = [3, n0, _CAKARP, 0, [_AKN], [0]];
|
|
777
|
-
var ConnectionAuthResponseParameters = [
|
|
776
|
+
var ConnectionApiKeyAuthResponseParameters$ = [3, n0, _CAKARP, 0, [_AKN], [0]];
|
|
777
|
+
var ConnectionAuthResponseParameters$ = [
|
|
778
778
|
3,
|
|
779
779
|
n0,
|
|
780
780
|
_CARP,
|
|
781
781
|
0,
|
|
782
782
|
[_BAPa, _OAP, _AKAP, _IHP, _CP],
|
|
783
783
|
[
|
|
784
|
-
() => ConnectionBasicAuthResponseParameters
|
|
785
|
-
[() => ConnectionOAuthResponseParameters
|
|
786
|
-
() => ConnectionApiKeyAuthResponseParameters
|
|
787
|
-
[() => ConnectionHttpParameters
|
|
788
|
-
() => DescribeConnectionConnectivityParameters
|
|
784
|
+
() => ConnectionBasicAuthResponseParameters$,
|
|
785
|
+
[() => ConnectionOAuthResponseParameters$, 0],
|
|
786
|
+
() => ConnectionApiKeyAuthResponseParameters$,
|
|
787
|
+
[() => ConnectionHttpParameters$, 0],
|
|
788
|
+
() => DescribeConnectionConnectivityParameters$,
|
|
789
789
|
],
|
|
790
790
|
];
|
|
791
|
-
var ConnectionBasicAuthResponseParameters = [3, n0, _CBARP, 0, [_U], [0]];
|
|
792
|
-
var ConnectionBodyParameter = [
|
|
791
|
+
var ConnectionBasicAuthResponseParameters$ = [3, n0, _CBARP, 0, [_U], [0]];
|
|
792
|
+
var ConnectionBodyParameter$ = [
|
|
793
793
|
3,
|
|
794
794
|
n0,
|
|
795
795
|
_CBP,
|
|
@@ -797,7 +797,7 @@ var ConnectionBodyParameter = [
|
|
|
797
797
|
[_K, _V, _IVS],
|
|
798
798
|
[0, [() => SensitiveString, 0], 2],
|
|
799
799
|
];
|
|
800
|
-
var ConnectionHeaderParameter = [
|
|
800
|
+
var ConnectionHeaderParameter$ = [
|
|
801
801
|
3,
|
|
802
802
|
n0,
|
|
803
803
|
_CHP,
|
|
@@ -805,7 +805,7 @@ var ConnectionHeaderParameter = [
|
|
|
805
805
|
[_K, _V, _IVS],
|
|
806
806
|
[0, [() => HeaderValueSensitive, 0], 2],
|
|
807
807
|
];
|
|
808
|
-
var ConnectionHttpParameters = [
|
|
808
|
+
var ConnectionHttpParameters$ = [
|
|
809
809
|
3,
|
|
810
810
|
n0,
|
|
811
811
|
_CHPo,
|
|
@@ -817,16 +817,16 @@ var ConnectionHttpParameters = [
|
|
|
817
817
|
[() => ConnectionBodyParametersList, 0],
|
|
818
818
|
],
|
|
819
819
|
];
|
|
820
|
-
var ConnectionOAuthClientResponseParameters = [3, n0, _COACRP, 0, [_CID], [0]];
|
|
821
|
-
var ConnectionOAuthResponseParameters = [
|
|
820
|
+
var ConnectionOAuthClientResponseParameters$ = [3, n0, _COACRP, 0, [_CID], [0]];
|
|
821
|
+
var ConnectionOAuthResponseParameters$ = [
|
|
822
822
|
3,
|
|
823
823
|
n0,
|
|
824
824
|
_COARP,
|
|
825
825
|
0,
|
|
826
826
|
[_CPl, _AE, _HM, _OAHP],
|
|
827
|
-
[() => ConnectionOAuthClientResponseParameters
|
|
827
|
+
[() => ConnectionOAuthClientResponseParameters$, 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
828
828
|
];
|
|
829
|
-
var ConnectionQueryStringParameter = [
|
|
829
|
+
var ConnectionQueryStringParameter$ = [
|
|
830
830
|
3,
|
|
831
831
|
n0,
|
|
832
832
|
_CQSP,
|
|
@@ -834,16 +834,16 @@ var ConnectionQueryStringParameter = [
|
|
|
834
834
|
[_K, _V, _IVS],
|
|
835
835
|
[0, [() => QueryStringValueSensitive, 0], 2],
|
|
836
836
|
];
|
|
837
|
-
var ConnectivityResourceConfigurationArn = [3, n0, _CRCA, 0, [_RCA], [0]];
|
|
838
|
-
var ConnectivityResourceParameters = [
|
|
837
|
+
var ConnectivityResourceConfigurationArn$ = [3, n0, _CRCA, 0, [_RCA], [0]];
|
|
838
|
+
var ConnectivityResourceParameters$ = [
|
|
839
839
|
3,
|
|
840
840
|
n0,
|
|
841
841
|
_CRP,
|
|
842
842
|
0,
|
|
843
843
|
[_RP],
|
|
844
|
-
[() => ConnectivityResourceConfigurationArn],
|
|
844
|
+
[() => ConnectivityResourceConfigurationArn$],
|
|
845
845
|
];
|
|
846
|
-
var CreateApiDestinationRequest = [
|
|
846
|
+
var CreateApiDestinationRequest$ = [
|
|
847
847
|
3,
|
|
848
848
|
n0,
|
|
849
849
|
_CADR,
|
|
@@ -851,7 +851,7 @@ var CreateApiDestinationRequest = [
|
|
|
851
851
|
[_N, _D, _CA, _IE, _HM, _IRLPS],
|
|
852
852
|
[0, 0, 0, 0, 0, 1],
|
|
853
853
|
];
|
|
854
|
-
var CreateApiDestinationResponse = [
|
|
854
|
+
var CreateApiDestinationResponse$ = [
|
|
855
855
|
3,
|
|
856
856
|
n0,
|
|
857
857
|
_CADRr,
|
|
@@ -859,7 +859,7 @@ var CreateApiDestinationResponse = [
|
|
|
859
859
|
[_ADA, _ADS, _CT, _LMT],
|
|
860
860
|
[0, 0, 4, 4],
|
|
861
861
|
];
|
|
862
|
-
var CreateArchiveRequest = [
|
|
862
|
+
var CreateArchiveRequest$ = [
|
|
863
863
|
3,
|
|
864
864
|
n0,
|
|
865
865
|
_CAR,
|
|
@@ -867,8 +867,8 @@ var CreateArchiveRequest = [
|
|
|
867
867
|
[_AN, _ESA, _D, _EP, _RD, _KKI],
|
|
868
868
|
[0, 0, 0, 0, 1, 0],
|
|
869
869
|
];
|
|
870
|
-
var CreateArchiveResponse = [3, n0, _CARr, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
|
|
871
|
-
var CreateConnectionApiKeyAuthRequestParameters = [
|
|
870
|
+
var CreateArchiveResponse$ = [3, n0, _CARr, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
|
|
871
|
+
var CreateConnectionApiKeyAuthRequestParameters$ = [
|
|
872
872
|
3,
|
|
873
873
|
n0,
|
|
874
874
|
_CCAKARP,
|
|
@@ -876,21 +876,21 @@ var CreateConnectionApiKeyAuthRequestParameters = [
|
|
|
876
876
|
[_AKN, _AKV],
|
|
877
877
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
878
878
|
];
|
|
879
|
-
var CreateConnectionAuthRequestParameters = [
|
|
879
|
+
var CreateConnectionAuthRequestParameters$ = [
|
|
880
880
|
3,
|
|
881
881
|
n0,
|
|
882
882
|
_CCARP,
|
|
883
883
|
0,
|
|
884
884
|
[_BAPa, _OAP, _AKAP, _IHP, _CP],
|
|
885
885
|
[
|
|
886
|
-
[() => CreateConnectionBasicAuthRequestParameters
|
|
887
|
-
[() => CreateConnectionOAuthRequestParameters
|
|
888
|
-
[() => CreateConnectionApiKeyAuthRequestParameters
|
|
889
|
-
[() => ConnectionHttpParameters
|
|
890
|
-
() => ConnectivityResourceParameters
|
|
886
|
+
[() => CreateConnectionBasicAuthRequestParameters$, 0],
|
|
887
|
+
[() => CreateConnectionOAuthRequestParameters$, 0],
|
|
888
|
+
[() => CreateConnectionApiKeyAuthRequestParameters$, 0],
|
|
889
|
+
[() => ConnectionHttpParameters$, 0],
|
|
890
|
+
() => ConnectivityResourceParameters$,
|
|
891
891
|
],
|
|
892
892
|
];
|
|
893
|
-
var CreateConnectionBasicAuthRequestParameters = [
|
|
893
|
+
var CreateConnectionBasicAuthRequestParameters$ = [
|
|
894
894
|
3,
|
|
895
895
|
n0,
|
|
896
896
|
_CCBARP,
|
|
@@ -898,7 +898,7 @@ var CreateConnectionBasicAuthRequestParameters = [
|
|
|
898
898
|
[_U, _P],
|
|
899
899
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
900
900
|
];
|
|
901
|
-
var CreateConnectionOAuthClientRequestParameters = [
|
|
901
|
+
var CreateConnectionOAuthClientRequestParameters$ = [
|
|
902
902
|
3,
|
|
903
903
|
n0,
|
|
904
904
|
_CCOACRP,
|
|
@@ -906,61 +906,61 @@ var CreateConnectionOAuthClientRequestParameters = [
|
|
|
906
906
|
[_CID, _CSl],
|
|
907
907
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
908
908
|
];
|
|
909
|
-
var CreateConnectionOAuthRequestParameters = [
|
|
909
|
+
var CreateConnectionOAuthRequestParameters$ = [
|
|
910
910
|
3,
|
|
911
911
|
n0,
|
|
912
912
|
_CCOARP,
|
|
913
913
|
0,
|
|
914
914
|
[_CPl, _AE, _HM, _OAHP],
|
|
915
|
-
[[() => CreateConnectionOAuthClientRequestParameters
|
|
915
|
+
[[() => CreateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
916
916
|
];
|
|
917
|
-
var CreateConnectionRequest = [
|
|
917
|
+
var CreateConnectionRequest$ = [
|
|
918
918
|
3,
|
|
919
919
|
n0,
|
|
920
920
|
_CCR,
|
|
921
921
|
0,
|
|
922
922
|
[_N, _D, _AT, _APu, _ICP, _KKI],
|
|
923
|
-
[0, 0, 0, [() => CreateConnectionAuthRequestParameters
|
|
923
|
+
[0, 0, 0, [() => CreateConnectionAuthRequestParameters$, 0], () => ConnectivityResourceParameters$, 0],
|
|
924
924
|
];
|
|
925
|
-
var CreateConnectionResponse = [3, n0, _CCRr, 0, [_CA, _CS, _CT, _LMT], [0, 0, 4, 4]];
|
|
926
|
-
var CreateEndpointRequest = [
|
|
925
|
+
var CreateConnectionResponse$ = [3, n0, _CCRr, 0, [_CA, _CS, _CT, _LMT], [0, 0, 4, 4]];
|
|
926
|
+
var CreateEndpointRequest$ = [
|
|
927
927
|
3,
|
|
928
928
|
n0,
|
|
929
929
|
_CER,
|
|
930
930
|
0,
|
|
931
931
|
[_N, _D, _RC, _RCe, _EB, _RAo],
|
|
932
|
-
[0, 0, () => RoutingConfig
|
|
932
|
+
[0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0],
|
|
933
933
|
];
|
|
934
|
-
var CreateEndpointResponse = [
|
|
934
|
+
var CreateEndpointResponse$ = [
|
|
935
935
|
3,
|
|
936
936
|
n0,
|
|
937
937
|
_CERr,
|
|
938
938
|
0,
|
|
939
939
|
[_N, _Ar, _RC, _RCe, _EB, _RAo, _St],
|
|
940
|
-
[0, 0, () => RoutingConfig
|
|
940
|
+
[0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0],
|
|
941
941
|
];
|
|
942
|
-
var CreateEventBusRequest = [
|
|
942
|
+
var CreateEventBusRequest$ = [
|
|
943
943
|
3,
|
|
944
944
|
n0,
|
|
945
945
|
_CEBR,
|
|
946
946
|
0,
|
|
947
947
|
[_N, _ESN, _D, _KKI, _DLC, _LC, _Ta],
|
|
948
|
-
[0, 0, 0, 0, () => DeadLetterConfig
|
|
948
|
+
[0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$, () => TagList],
|
|
949
949
|
];
|
|
950
|
-
var CreateEventBusResponse = [
|
|
950
|
+
var CreateEventBusResponse$ = [
|
|
951
951
|
3,
|
|
952
952
|
n0,
|
|
953
953
|
_CEBRr,
|
|
954
954
|
0,
|
|
955
955
|
[_EBA, _D, _KKI, _DLC, _LC],
|
|
956
|
-
[0, 0, 0, () => DeadLetterConfig
|
|
956
|
+
[0, 0, 0, () => DeadLetterConfig$, () => LogConfig$],
|
|
957
957
|
];
|
|
958
|
-
var CreatePartnerEventSourceRequest = [3, n0, _CPESR, 0, [_N, _Ac], [0, 0]];
|
|
959
|
-
var CreatePartnerEventSourceResponse = [3, n0, _CPESRr, 0, [_ESA], [0]];
|
|
960
|
-
var DeactivateEventSourceRequest = [3, n0, _DESR, 0, [_N], [0]];
|
|
961
|
-
var DeadLetterConfig = [3, n0, _DLC, 0, [_Ar], [0]];
|
|
962
|
-
var DeauthorizeConnectionRequest = [3, n0, _DCR, 0, [_N], [0]];
|
|
963
|
-
var DeauthorizeConnectionResponse = [
|
|
958
|
+
var CreatePartnerEventSourceRequest$ = [3, n0, _CPESR, 0, [_N, _Ac], [0, 0]];
|
|
959
|
+
var CreatePartnerEventSourceResponse$ = [3, n0, _CPESRr, 0, [_ESA], [0]];
|
|
960
|
+
var DeactivateEventSourceRequest$ = [3, n0, _DESR, 0, [_N], [0]];
|
|
961
|
+
var DeadLetterConfig$ = [3, n0, _DLC, 0, [_Ar], [0]];
|
|
962
|
+
var DeauthorizeConnectionRequest$ = [3, n0, _DCR, 0, [_N], [0]];
|
|
963
|
+
var DeauthorizeConnectionResponse$ = [
|
|
964
964
|
3,
|
|
965
965
|
n0,
|
|
966
966
|
_DCRe,
|
|
@@ -968,12 +968,12 @@ var DeauthorizeConnectionResponse = [
|
|
|
968
968
|
[_CA, _CS, _CT, _LMT, _LAT],
|
|
969
969
|
[0, 0, 4, 4, 4],
|
|
970
970
|
];
|
|
971
|
-
var DeleteApiDestinationRequest = [3, n0, _DADR, 0, [_N], [0]];
|
|
972
|
-
var DeleteApiDestinationResponse = [3, n0, _DADRe, 0, [], []];
|
|
973
|
-
var DeleteArchiveRequest = [3, n0, _DAR, 0, [_AN], [0]];
|
|
974
|
-
var DeleteArchiveResponse = [3, n0, _DARe, 0, [], []];
|
|
975
|
-
var DeleteConnectionRequest = [3, n0, _DCRel, 0, [_N], [0]];
|
|
976
|
-
var DeleteConnectionResponse = [
|
|
971
|
+
var DeleteApiDestinationRequest$ = [3, n0, _DADR, 0, [_N], [0]];
|
|
972
|
+
var DeleteApiDestinationResponse$ = [3, n0, _DADRe, 0, [], []];
|
|
973
|
+
var DeleteArchiveRequest$ = [3, n0, _DAR, 0, [_AN], [0]];
|
|
974
|
+
var DeleteArchiveResponse$ = [3, n0, _DARe, 0, [], []];
|
|
975
|
+
var DeleteConnectionRequest$ = [3, n0, _DCRel, 0, [_N], [0]];
|
|
976
|
+
var DeleteConnectionResponse$ = [
|
|
977
977
|
3,
|
|
978
978
|
n0,
|
|
979
979
|
_DCRele,
|
|
@@ -981,13 +981,13 @@ var DeleteConnectionResponse = [
|
|
|
981
981
|
[_CA, _CS, _CT, _LMT, _LAT],
|
|
982
982
|
[0, 0, 4, 4, 4],
|
|
983
983
|
];
|
|
984
|
-
var DeleteEndpointRequest = [3, n0, _DER, 0, [_N], [0]];
|
|
985
|
-
var DeleteEndpointResponse = [3, n0, _DERe, 0, [], []];
|
|
986
|
-
var DeleteEventBusRequest = [3, n0, _DEBR, 0, [_N], [0]];
|
|
987
|
-
var DeletePartnerEventSourceRequest = [3, n0, _DPESR, 0, [_N, _Ac], [0, 0]];
|
|
988
|
-
var DeleteRuleRequest = [3, n0, _DRR, 0, [_N, _EBN, _F], [0, 0, 2]];
|
|
989
|
-
var DescribeApiDestinationRequest = [3, n0, _DADRes, 0, [_N], [0]];
|
|
990
|
-
var DescribeApiDestinationResponse = [
|
|
984
|
+
var DeleteEndpointRequest$ = [3, n0, _DER, 0, [_N], [0]];
|
|
985
|
+
var DeleteEndpointResponse$ = [3, n0, _DERe, 0, [], []];
|
|
986
|
+
var DeleteEventBusRequest$ = [3, n0, _DEBR, 0, [_N], [0]];
|
|
987
|
+
var DeletePartnerEventSourceRequest$ = [3, n0, _DPESR, 0, [_N, _Ac], [0, 0]];
|
|
988
|
+
var DeleteRuleRequest$ = [3, n0, _DRR, 0, [_N, _EBN, _F], [0, 0, 2]];
|
|
989
|
+
var DescribeApiDestinationRequest$ = [3, n0, _DADRes, 0, [_N], [0]];
|
|
990
|
+
var DescribeApiDestinationResponse$ = [
|
|
991
991
|
3,
|
|
992
992
|
n0,
|
|
993
993
|
_DADResc,
|
|
@@ -995,8 +995,8 @@ var DescribeApiDestinationResponse = [
|
|
|
995
995
|
[_ADA, _N, _D, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
|
|
996
996
|
[0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
997
997
|
];
|
|
998
|
-
var DescribeArchiveRequest = [3, n0, _DARes, 0, [_AN], [0]];
|
|
999
|
-
var DescribeArchiveResponse = [
|
|
998
|
+
var DescribeArchiveRequest$ = [3, n0, _DARes, 0, [_AN], [0]];
|
|
999
|
+
var DescribeArchiveResponse$ = [
|
|
1000
1000
|
3,
|
|
1001
1001
|
n0,
|
|
1002
1002
|
_DAResc,
|
|
@@ -1004,17 +1004,17 @@ var DescribeArchiveResponse = [
|
|
|
1004
1004
|
[_AA, _AN, _ESA, _D, _EP, _St, _SR, _KKI, _RD, _SB, _EC, _CT],
|
|
1005
1005
|
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4],
|
|
1006
1006
|
];
|
|
1007
|
-
var DescribeConnectionConnectivityParameters = [
|
|
1007
|
+
var DescribeConnectionConnectivityParameters$ = [
|
|
1008
1008
|
3,
|
|
1009
1009
|
n0,
|
|
1010
1010
|
_DCCP,
|
|
1011
1011
|
0,
|
|
1012
1012
|
[_RP],
|
|
1013
|
-
[() => DescribeConnectionResourceParameters],
|
|
1013
|
+
[() => DescribeConnectionResourceParameters$],
|
|
1014
1014
|
];
|
|
1015
|
-
var DescribeConnectionRequest = [3, n0, _DCRes, 0, [_N], [0]];
|
|
1016
|
-
var DescribeConnectionResourceParameters = [3, n0, _DCRP, 0, [_RCA, _RAA], [0, 0]];
|
|
1017
|
-
var DescribeConnectionResponse = [
|
|
1015
|
+
var DescribeConnectionRequest$ = [3, n0, _DCRes, 0, [_N], [0]];
|
|
1016
|
+
var DescribeConnectionResourceParameters$ = [3, n0, _DCRP, 0, [_RCA, _RAA], [0, 0]];
|
|
1017
|
+
var DescribeConnectionResponse$ = [
|
|
1018
1018
|
3,
|
|
1019
1019
|
n0,
|
|
1020
1020
|
_DCResc,
|
|
@@ -1024,38 +1024,38 @@ var DescribeConnectionResponse = [
|
|
|
1024
1024
|
0,
|
|
1025
1025
|
0,
|
|
1026
1026
|
0,
|
|
1027
|
-
() => DescribeConnectionConnectivityParameters
|
|
1027
|
+
() => DescribeConnectionConnectivityParameters$,
|
|
1028
1028
|
0,
|
|
1029
1029
|
0,
|
|
1030
1030
|
0,
|
|
1031
1031
|
0,
|
|
1032
1032
|
0,
|
|
1033
|
-
[() => ConnectionAuthResponseParameters
|
|
1033
|
+
[() => ConnectionAuthResponseParameters$, 0],
|
|
1034
1034
|
4,
|
|
1035
1035
|
4,
|
|
1036
1036
|
4,
|
|
1037
1037
|
],
|
|
1038
1038
|
];
|
|
1039
|
-
var DescribeEndpointRequest = [3, n0, _DERes, 0, [_N, _HR], [0, 0]];
|
|
1040
|
-
var DescribeEndpointResponse = [
|
|
1039
|
+
var DescribeEndpointRequest$ = [3, n0, _DERes, 0, [_N, _HR], [0, 0]];
|
|
1040
|
+
var DescribeEndpointResponse$ = [
|
|
1041
1041
|
3,
|
|
1042
1042
|
n0,
|
|
1043
1043
|
_DEResc,
|
|
1044
1044
|
0,
|
|
1045
1045
|
[_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
|
|
1046
|
-
[0, 0, 0, () => RoutingConfig
|
|
1046
|
+
[0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4],
|
|
1047
1047
|
];
|
|
1048
|
-
var DescribeEventBusRequest = [3, n0, _DEBRe, 0, [_N], [0]];
|
|
1049
|
-
var DescribeEventBusResponse = [
|
|
1048
|
+
var DescribeEventBusRequest$ = [3, n0, _DEBRe, 0, [_N], [0]];
|
|
1049
|
+
var DescribeEventBusResponse$ = [
|
|
1050
1050
|
3,
|
|
1051
1051
|
n0,
|
|
1052
1052
|
_DEBRes,
|
|
1053
1053
|
0,
|
|
1054
1054
|
[_N, _Ar, _D, _KKI, _DLC, _Po, _LC, _CT, _LMT],
|
|
1055
|
-
[0, 0, 0, 0, () => DeadLetterConfig
|
|
1055
|
+
[0, 0, 0, 0, () => DeadLetterConfig$, 0, () => LogConfig$, 4, 4],
|
|
1056
1056
|
];
|
|
1057
|
-
var DescribeEventSourceRequest = [3, n0, _DESRe, 0, [_N], [0]];
|
|
1058
|
-
var DescribeEventSourceResponse = [
|
|
1057
|
+
var DescribeEventSourceRequest$ = [3, n0, _DESRe, 0, [_N], [0]];
|
|
1058
|
+
var DescribeEventSourceResponse$ = [
|
|
1059
1059
|
3,
|
|
1060
1060
|
n0,
|
|
1061
1061
|
_DESRes,
|
|
@@ -1063,19 +1063,19 @@ var DescribeEventSourceResponse = [
|
|
|
1063
1063
|
[_Ar, _CB, _CT, _ET, _N, _St],
|
|
1064
1064
|
[0, 0, 4, 4, 0, 0],
|
|
1065
1065
|
];
|
|
1066
|
-
var DescribePartnerEventSourceRequest = [3, n0, _DPESRe, 0, [_N], [0]];
|
|
1067
|
-
var DescribePartnerEventSourceResponse = [3, n0, _DPESRes, 0, [_Ar, _N], [0, 0]];
|
|
1068
|
-
var DescribeReplayRequest = [3, n0, _DRRe, 0, [_RN], [0]];
|
|
1069
|
-
var DescribeReplayResponse = [
|
|
1066
|
+
var DescribePartnerEventSourceRequest$ = [3, n0, _DPESRe, 0, [_N], [0]];
|
|
1067
|
+
var DescribePartnerEventSourceResponse$ = [3, n0, _DPESRes, 0, [_Ar, _N], [0, 0]];
|
|
1068
|
+
var DescribeReplayRequest$ = [3, n0, _DRRe, 0, [_RN], [0]];
|
|
1069
|
+
var DescribeReplayResponse$ = [
|
|
1070
1070
|
3,
|
|
1071
1071
|
n0,
|
|
1072
1072
|
_DRRes,
|
|
1073
1073
|
0,
|
|
1074
1074
|
[_RN, _RA, _D, _St, _SR, _ESA, _De, _EST, _EET, _ELRT, _RST, _RET],
|
|
1075
|
-
[0, 0, 0, 0, 0, 0, () => ReplayDestination
|
|
1075
|
+
[0, 0, 0, 0, 0, 0, () => ReplayDestination$, 4, 4, 4, 4, 4],
|
|
1076
1076
|
];
|
|
1077
|
-
var DescribeRuleRequest = [3, n0, _DRResc, 0, [_N, _EBN], [0, 0]];
|
|
1078
|
-
var DescribeRuleResponse = [
|
|
1077
|
+
var DescribeRuleRequest$ = [3, n0, _DRResc, 0, [_N, _EBN], [0, 0]];
|
|
1078
|
+
var DescribeRuleResponse$ = [
|
|
1079
1079
|
3,
|
|
1080
1080
|
n0,
|
|
1081
1081
|
_DRRescr,
|
|
@@ -1083,8 +1083,8 @@ var DescribeRuleResponse = [
|
|
|
1083
1083
|
[_N, _Ar, _EP, _SE, _St, _D, _RAo, _MB, _EBN, _CB],
|
|
1084
1084
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1085
1085
|
];
|
|
1086
|
-
var DisableRuleRequest = [3, n0, _DRRi, 0, [_N, _EBN], [0, 0]];
|
|
1087
|
-
var EcsParameters = [
|
|
1086
|
+
var DisableRuleRequest$ = [3, n0, _DRRi, 0, [_N, _EBN], [0, 0]];
|
|
1087
|
+
var EcsParameters$ = [
|
|
1088
1088
|
3,
|
|
1089
1089
|
n0,
|
|
1090
1090
|
_EPc,
|
|
@@ -1094,7 +1094,7 @@ var EcsParameters = [
|
|
|
1094
1094
|
0,
|
|
1095
1095
|
1,
|
|
1096
1096
|
0,
|
|
1097
|
-
() => NetworkConfiguration
|
|
1097
|
+
() => NetworkConfiguration$,
|
|
1098
1098
|
0,
|
|
1099
1099
|
0,
|
|
1100
1100
|
() => CapacityProviderStrategy,
|
|
@@ -1107,34 +1107,34 @@ var EcsParameters = [
|
|
|
1107
1107
|
() => TagList,
|
|
1108
1108
|
],
|
|
1109
1109
|
];
|
|
1110
|
-
var EnableRuleRequest = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
|
|
1111
|
-
var Endpoint = [
|
|
1110
|
+
var EnableRuleRequest$ = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
|
|
1111
|
+
var Endpoint$ = [
|
|
1112
1112
|
3,
|
|
1113
1113
|
n0,
|
|
1114
1114
|
_E,
|
|
1115
1115
|
0,
|
|
1116
1116
|
[_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
|
|
1117
|
-
[0, 0, 0, () => RoutingConfig
|
|
1118
|
-
];
|
|
1119
|
-
var EndpointEventBus = [3, n0, _EEB, 0, [_EBA], [0]];
|
|
1120
|
-
var EventBus = [3, n0, _EBv, 0, [_N, _Ar, _D, _Po, _CT, _LMT], [0, 0, 0, 0, 4, 4]];
|
|
1121
|
-
var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _St], [0, 0, 4, 4, 0, 0]];
|
|
1122
|
-
var FailoverConfig = [3, n0, _FC, 0, [_Pr, _Se], [() => Primary
|
|
1123
|
-
var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
|
|
1124
|
-
var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
1125
|
-
schema.TypeRegistry.for(n0).registerError(IllegalStatusException
|
|
1126
|
-
var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
|
|
1127
|
-
var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
|
|
1128
|
-
schema.TypeRegistry.for(n0).registerError(InternalException
|
|
1129
|
-
var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
|
|
1130
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException
|
|
1131
|
-
var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
1132
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStateException
|
|
1133
|
-
var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
|
|
1134
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
1135
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1136
|
-
var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
|
|
1137
|
-
var ListApiDestinationsResponse = [
|
|
1117
|
+
[0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4],
|
|
1118
|
+
];
|
|
1119
|
+
var EndpointEventBus$ = [3, n0, _EEB, 0, [_EBA], [0]];
|
|
1120
|
+
var EventBus$ = [3, n0, _EBv, 0, [_N, _Ar, _D, _Po, _CT, _LMT], [0, 0, 0, 0, 4, 4]];
|
|
1121
|
+
var EventSource$ = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _St], [0, 0, 4, 4, 0, 0]];
|
|
1122
|
+
var FailoverConfig$ = [3, n0, _FC, 0, [_Pr, _Se], [() => Primary$, () => Secondary$]];
|
|
1123
|
+
var HttpParameters$ = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
|
|
1124
|
+
var IllegalStatusException$ = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
1125
|
+
schema.TypeRegistry.for(n0).registerError(IllegalStatusException$, IllegalStatusException);
|
|
1126
|
+
var InputTransformer$ = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
|
|
1127
|
+
var InternalException$ = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
|
|
1128
|
+
schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
1129
|
+
var InvalidEventPatternException$ = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
|
|
1130
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException$, InvalidEventPatternException);
|
|
1131
|
+
var InvalidStateException$ = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
1132
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
1133
|
+
var KinesisParameters$ = [3, n0, _KP, 0, [_PKP], [0]];
|
|
1134
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
1135
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1136
|
+
var ListApiDestinationsRequest$ = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
|
|
1137
|
+
var ListApiDestinationsResponse$ = [
|
|
1138
1138
|
3,
|
|
1139
1139
|
n0,
|
|
1140
1140
|
_LADRi,
|
|
@@ -1142,10 +1142,17 @@ var ListApiDestinationsResponse = [
|
|
|
1142
1142
|
[_ADp, _NT],
|
|
1143
1143
|
[() => ApiDestinationResponseList, 0],
|
|
1144
1144
|
];
|
|
1145
|
-
var ListArchivesRequest = [3, n0, _LAR, 0, [_NP, _ESA, _St, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1146
|
-
var ListArchivesResponse = [
|
|
1147
|
-
|
|
1148
|
-
|
|
1145
|
+
var ListArchivesRequest$ = [3, n0, _LAR, 0, [_NP, _ESA, _St, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1146
|
+
var ListArchivesResponse$ = [
|
|
1147
|
+
3,
|
|
1148
|
+
n0,
|
|
1149
|
+
_LARi,
|
|
1150
|
+
0,
|
|
1151
|
+
[_Arc, _NT],
|
|
1152
|
+
[() => ArchiveResponseList, 0],
|
|
1153
|
+
];
|
|
1154
|
+
var ListConnectionsRequest$ = [3, n0, _LCR, 0, [_NP, _CS, _NT, _L], [0, 0, 0, 1]];
|
|
1155
|
+
var ListConnectionsResponse$ = [
|
|
1149
1156
|
3,
|
|
1150
1157
|
n0,
|
|
1151
1158
|
_LCRi,
|
|
@@ -1153,12 +1160,12 @@ var ListConnectionsResponse = [
|
|
|
1153
1160
|
[_Con, _NT],
|
|
1154
1161
|
[() => ConnectionResponseList, 0],
|
|
1155
1162
|
];
|
|
1156
|
-
var ListEndpointsRequest = [3, n0, _LER, 0, [_NP, _HR, _NT, _MR], [0, 0, 0, 1]];
|
|
1157
|
-
var ListEndpointsResponse = [3, n0, _LERi, 0, [_En, _NT], [() => EndpointList, 0]];
|
|
1158
|
-
var ListEventBusesRequest = [3, n0, _LEBR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1159
|
-
var ListEventBusesResponse = [3, n0, _LEBRi, 0, [_EB, _NT], [() => EventBusList, 0]];
|
|
1160
|
-
var ListEventSourcesRequest = [3, n0, _LESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1161
|
-
var ListEventSourcesResponse = [
|
|
1163
|
+
var ListEndpointsRequest$ = [3, n0, _LER, 0, [_NP, _HR, _NT, _MR], [0, 0, 0, 1]];
|
|
1164
|
+
var ListEndpointsResponse$ = [3, n0, _LERi, 0, [_En, _NT], [() => EndpointList, 0]];
|
|
1165
|
+
var ListEventBusesRequest$ = [3, n0, _LEBR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1166
|
+
var ListEventBusesResponse$ = [3, n0, _LEBRi, 0, [_EB, _NT], [() => EventBusList, 0]];
|
|
1167
|
+
var ListEventSourcesRequest$ = [3, n0, _LESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1168
|
+
var ListEventSourcesResponse$ = [
|
|
1162
1169
|
3,
|
|
1163
1170
|
n0,
|
|
1164
1171
|
_LESRi,
|
|
@@ -1166,7 +1173,7 @@ var ListEventSourcesResponse = [
|
|
|
1166
1173
|
[_ESv, _NT],
|
|
1167
1174
|
[() => EventSourceList, 0],
|
|
1168
1175
|
];
|
|
1169
|
-
var ListPartnerEventSourceAccountsRequest = [
|
|
1176
|
+
var ListPartnerEventSourceAccountsRequest$ = [
|
|
1170
1177
|
3,
|
|
1171
1178
|
n0,
|
|
1172
1179
|
_LPESAR,
|
|
@@ -1174,7 +1181,7 @@ var ListPartnerEventSourceAccountsRequest = [
|
|
|
1174
1181
|
[_ESN, _NT, _L],
|
|
1175
1182
|
[0, 0, 1],
|
|
1176
1183
|
];
|
|
1177
|
-
var ListPartnerEventSourceAccountsResponse = [
|
|
1184
|
+
var ListPartnerEventSourceAccountsResponse$ = [
|
|
1178
1185
|
3,
|
|
1179
1186
|
n0,
|
|
1180
1187
|
_LPESARi,
|
|
@@ -1182,8 +1189,8 @@ var ListPartnerEventSourceAccountsResponse = [
|
|
|
1182
1189
|
[_PESA, _NT],
|
|
1183
1190
|
[() => PartnerEventSourceAccountList, 0],
|
|
1184
1191
|
];
|
|
1185
|
-
var ListPartnerEventSourcesRequest = [3, n0, _LPESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1186
|
-
var ListPartnerEventSourcesResponse = [
|
|
1192
|
+
var ListPartnerEventSourcesRequest$ = [3, n0, _LPESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1193
|
+
var ListPartnerEventSourcesResponse$ = [
|
|
1187
1194
|
3,
|
|
1188
1195
|
n0,
|
|
1189
1196
|
_LPESRi,
|
|
@@ -1191,9 +1198,9 @@ var ListPartnerEventSourcesResponse = [
|
|
|
1191
1198
|
[_PES, _NT],
|
|
1192
1199
|
[() => PartnerEventSourceList, 0],
|
|
1193
1200
|
];
|
|
1194
|
-
var ListReplaysRequest = [3, n0, _LRR, 0, [_NP, _St, _ESA, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1195
|
-
var ListReplaysResponse = [3, n0, _LRRi, 0, [_R, _NT], [() => ReplayList, 0]];
|
|
1196
|
-
var ListRuleNamesByTargetRequest = [
|
|
1201
|
+
var ListReplaysRequest$ = [3, n0, _LRR, 0, [_NP, _St, _ESA, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1202
|
+
var ListReplaysResponse$ = [3, n0, _LRRi, 0, [_R, _NT], [() => ReplayList, 0]];
|
|
1203
|
+
var ListRuleNamesByTargetRequest$ = [
|
|
1197
1204
|
3,
|
|
1198
1205
|
n0,
|
|
1199
1206
|
_LRNBTR,
|
|
@@ -1201,13 +1208,13 @@ var ListRuleNamesByTargetRequest = [
|
|
|
1201
1208
|
[_TA, _EBN, _NT, _L],
|
|
1202
1209
|
[0, 0, 0, 1],
|
|
1203
1210
|
];
|
|
1204
|
-
var ListRuleNamesByTargetResponse = [3, n0, _LRNBTRi, 0, [_RNu, _NT], [64 | 0, 0]];
|
|
1205
|
-
var ListRulesRequest = [3, n0, _LRRis, 0, [_NP, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1206
|
-
var ListRulesResponse = [3, n0, _LRRist, 0, [_Ru, _NT], [() => RuleResponseList, 0]];
|
|
1207
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
1208
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1209
|
-
var ListTargetsByRuleRequest = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1210
|
-
var ListTargetsByRuleResponse = [
|
|
1211
|
+
var ListRuleNamesByTargetResponse$ = [3, n0, _LRNBTRi, 0, [_RNu, _NT], [64 | 0, 0]];
|
|
1212
|
+
var ListRulesRequest$ = [3, n0, _LRRis, 0, [_NP, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1213
|
+
var ListRulesResponse$ = [3, n0, _LRRist, 0, [_Ru, _NT], [() => RuleResponseList, 0]];
|
|
1214
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
1215
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1216
|
+
var ListTargetsByRuleRequest$ = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1217
|
+
var ListTargetsByRuleResponse$ = [
|
|
1211
1218
|
3,
|
|
1212
1219
|
n0,
|
|
1213
1220
|
_LTBRRi,
|
|
@@ -1215,20 +1222,20 @@ var ListTargetsByRuleResponse = [
|
|
|
1215
1222
|
[_Tar, _NT],
|
|
1216
1223
|
[[() => TargetList, 0], 0],
|
|
1217
1224
|
];
|
|
1218
|
-
var LogConfig = [3, n0, _LC, 0, [_ID, _Le], [0, 0]];
|
|
1219
|
-
var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
|
|
1220
|
-
schema.TypeRegistry.for(n0).registerError(ManagedRuleException
|
|
1221
|
-
var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
|
|
1222
|
-
var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
|
|
1223
|
-
schema.TypeRegistry.for(n0).registerError(OperationDisabledException
|
|
1224
|
-
var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
|
|
1225
|
-
var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _St], [0, 4, 4, 0]];
|
|
1226
|
-
var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
|
|
1227
|
-
var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
|
|
1228
|
-
var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
|
|
1229
|
-
schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException
|
|
1230
|
-
var Primary = [3, n0, _Pr, 0, [_HC], [0]];
|
|
1231
|
-
var PutEventsRequest = [
|
|
1225
|
+
var LogConfig$ = [3, n0, _LC, 0, [_ID, _Le], [0, 0]];
|
|
1226
|
+
var ManagedRuleException$ = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
|
|
1227
|
+
schema.TypeRegistry.for(n0).registerError(ManagedRuleException$, ManagedRuleException);
|
|
1228
|
+
var NetworkConfiguration$ = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration$]];
|
|
1229
|
+
var OperationDisabledException$ = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
|
|
1230
|
+
schema.TypeRegistry.for(n0).registerError(OperationDisabledException$, OperationDisabledException);
|
|
1231
|
+
var PartnerEventSource$ = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
|
|
1232
|
+
var PartnerEventSourceAccount$ = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _St], [0, 4, 4, 0]];
|
|
1233
|
+
var PlacementConstraint$ = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
|
|
1234
|
+
var PlacementStrategy$ = [3, n0, _PS, 0, [_t, _f], [0, 0]];
|
|
1235
|
+
var PolicyLengthExceededException$ = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
|
|
1236
|
+
schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
1237
|
+
var Primary$ = [3, n0, _Pr, 0, [_HC], [0]];
|
|
1238
|
+
var PutEventsRequest$ = [
|
|
1232
1239
|
3,
|
|
1233
1240
|
n0,
|
|
1234
1241
|
_PER,
|
|
@@ -1236,7 +1243,7 @@ var PutEventsRequest = [
|
|
|
1236
1243
|
[_Ent, _EI],
|
|
1237
1244
|
[() => PutEventsRequestEntryList, 0],
|
|
1238
1245
|
];
|
|
1239
|
-
var PutEventsRequestEntry = [
|
|
1246
|
+
var PutEventsRequestEntry$ = [
|
|
1240
1247
|
3,
|
|
1241
1248
|
n0,
|
|
1242
1249
|
_PERE,
|
|
@@ -1244,7 +1251,7 @@ var PutEventsRequestEntry = [
|
|
|
1244
1251
|
[_Ti, _So, _Re, _DT, _Det, _EBN, _TH],
|
|
1245
1252
|
[4, 0, 64 | 0, 0, 0, 0, 0],
|
|
1246
1253
|
];
|
|
1247
|
-
var PutEventsResponse = [
|
|
1254
|
+
var PutEventsResponse$ = [
|
|
1248
1255
|
3,
|
|
1249
1256
|
n0,
|
|
1250
1257
|
_PERu,
|
|
@@ -1252,8 +1259,8 @@ var PutEventsResponse = [
|
|
|
1252
1259
|
[_FEC, _Ent],
|
|
1253
1260
|
[1, () => PutEventsResultEntryList],
|
|
1254
1261
|
];
|
|
1255
|
-
var PutEventsResultEntry = [3, n0, _PEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
|
|
1256
|
-
var PutPartnerEventsRequest = [
|
|
1262
|
+
var PutEventsResultEntry$ = [3, n0, _PEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
|
|
1263
|
+
var PutPartnerEventsRequest$ = [
|
|
1257
1264
|
3,
|
|
1258
1265
|
n0,
|
|
1259
1266
|
_PPER,
|
|
@@ -1261,7 +1268,7 @@ var PutPartnerEventsRequest = [
|
|
|
1261
1268
|
[_Ent],
|
|
1262
1269
|
[() => PutPartnerEventsRequestEntryList],
|
|
1263
1270
|
];
|
|
1264
|
-
var PutPartnerEventsRequestEntry = [
|
|
1271
|
+
var PutPartnerEventsRequestEntry$ = [
|
|
1265
1272
|
3,
|
|
1266
1273
|
n0,
|
|
1267
1274
|
_PPERE,
|
|
@@ -1269,7 +1276,7 @@ var PutPartnerEventsRequestEntry = [
|
|
|
1269
1276
|
[_Ti, _So, _Re, _DT, _Det],
|
|
1270
1277
|
[4, 0, 64 | 0, 0, 0],
|
|
1271
1278
|
];
|
|
1272
|
-
var PutPartnerEventsResponse = [
|
|
1279
|
+
var PutPartnerEventsResponse$ = [
|
|
1273
1280
|
3,
|
|
1274
1281
|
n0,
|
|
1275
1282
|
_PPERu,
|
|
@@ -1277,16 +1284,16 @@ var PutPartnerEventsResponse = [
|
|
|
1277
1284
|
[_FEC, _Ent],
|
|
1278
1285
|
[1, () => PutPartnerEventsResultEntryList],
|
|
1279
1286
|
];
|
|
1280
|
-
var PutPartnerEventsResultEntry = [3, n0, _PPEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
|
|
1281
|
-
var PutPermissionRequest = [
|
|
1287
|
+
var PutPartnerEventsResultEntry$ = [3, n0, _PPEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
|
|
1288
|
+
var PutPermissionRequest$ = [
|
|
1282
1289
|
3,
|
|
1283
1290
|
n0,
|
|
1284
1291
|
_PPR,
|
|
1285
1292
|
0,
|
|
1286
1293
|
[_EBN, _Act, _Pri, _SI, _C, _Po],
|
|
1287
|
-
[0, 0, 0, 0, () => Condition
|
|
1294
|
+
[0, 0, 0, 0, () => Condition$, 0],
|
|
1288
1295
|
];
|
|
1289
|
-
var PutRuleRequest = [
|
|
1296
|
+
var PutRuleRequest$ = [
|
|
1290
1297
|
3,
|
|
1291
1298
|
n0,
|
|
1292
1299
|
_PRR,
|
|
@@ -1294,8 +1301,8 @@ var PutRuleRequest = [
|
|
|
1294
1301
|
[_N, _SE, _EP, _St, _D, _RAo, _Ta, _EBN],
|
|
1295
1302
|
[0, 0, 0, 0, 0, 0, () => TagList, 0],
|
|
1296
1303
|
];
|
|
1297
|
-
var PutRuleResponse = [3, n0, _PRRu, 0, [_RAu], [0]];
|
|
1298
|
-
var PutTargetsRequest = [
|
|
1304
|
+
var PutRuleResponse$ = [3, n0, _PRRu, 0, [_RAu], [0]];
|
|
1305
|
+
var PutTargetsRequest$ = [
|
|
1299
1306
|
3,
|
|
1300
1307
|
n0,
|
|
1301
1308
|
_PTR,
|
|
@@ -1303,7 +1310,7 @@ var PutTargetsRequest = [
|
|
|
1303
1310
|
[_Rul, _EBN, _Tar],
|
|
1304
1311
|
[0, 0, [() => TargetList, 0]],
|
|
1305
1312
|
];
|
|
1306
|
-
var PutTargetsResponse = [
|
|
1313
|
+
var PutTargetsResponse$ = [
|
|
1307
1314
|
3,
|
|
1308
1315
|
n0,
|
|
1309
1316
|
_PTRu,
|
|
@@ -1311,8 +1318,8 @@ var PutTargetsResponse = [
|
|
|
1311
1318
|
[_FEC, _FE],
|
|
1312
1319
|
[1, () => PutTargetsResultEntryList],
|
|
1313
1320
|
];
|
|
1314
|
-
var PutTargetsResultEntry = [3, n0, _PTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1315
|
-
var RedshiftDataParameters = [
|
|
1321
|
+
var PutTargetsResultEntry$ = [3, n0, _PTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1322
|
+
var RedshiftDataParameters$ = [
|
|
1316
1323
|
3,
|
|
1317
1324
|
n0,
|
|
1318
1325
|
_RDP,
|
|
@@ -1320,9 +1327,9 @@ var RedshiftDataParameters = [
|
|
|
1320
1327
|
[_SMA, _Da, _DU, _S, _SN, _WE, _Sq],
|
|
1321
1328
|
[0, 0, 0, [() => Sql, 0], 0, 2, [() => Sqls, 0]],
|
|
1322
1329
|
];
|
|
1323
|
-
var RemovePermissionRequest = [3, n0, _RPR, 0, [_SI, _RAP, _EBN], [0, 2, 0]];
|
|
1324
|
-
var RemoveTargetsRequest = [3, n0, _RTR, 0, [_Rul, _EBN, _I, _F], [0, 0, 64 | 0, 2]];
|
|
1325
|
-
var RemoveTargetsResponse = [
|
|
1330
|
+
var RemovePermissionRequest$ = [3, n0, _RPR, 0, [_SI, _RAP, _EBN], [0, 2, 0]];
|
|
1331
|
+
var RemoveTargetsRequest$ = [3, n0, _RTR, 0, [_Rul, _EBN, _I, _F], [0, 0, 64 | 0, 2]];
|
|
1332
|
+
var RemoveTargetsResponse$ = [
|
|
1326
1333
|
3,
|
|
1327
1334
|
n0,
|
|
1328
1335
|
_RTRe,
|
|
@@ -1330,8 +1337,8 @@ var RemoveTargetsResponse = [
|
|
|
1330
1337
|
[_FEC, _FE],
|
|
1331
1338
|
[1, () => RemoveTargetsResultEntryList],
|
|
1332
1339
|
];
|
|
1333
|
-
var RemoveTargetsResultEntry = [3, n0, _RTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1334
|
-
var Replay = [
|
|
1340
|
+
var RemoveTargetsResultEntry$ = [3, n0, _RTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1341
|
+
var Replay$ = [
|
|
1335
1342
|
3,
|
|
1336
1343
|
n0,
|
|
1337
1344
|
_Rep,
|
|
@@ -1339,15 +1346,15 @@ var Replay = [
|
|
|
1339
1346
|
[_RN, _ESA, _St, _SR, _EST, _EET, _ELRT, _RST, _RET],
|
|
1340
1347
|
[0, 0, 0, 0, 4, 4, 4, 4, 4],
|
|
1341
1348
|
];
|
|
1342
|
-
var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
|
|
1343
|
-
var ReplicationConfig = [3, n0, _RCe, 0, [_St], [0]];
|
|
1344
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1345
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
1346
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1347
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1348
|
-
var RetryPolicy = [3, n0, _RPe, 0, [_MRA, _MEAIS], [1, 1]];
|
|
1349
|
-
var RoutingConfig = [3, n0, _RC, 0, [_FC], [() => FailoverConfig]];
|
|
1350
|
-
var Rule = [
|
|
1349
|
+
var ReplayDestination$ = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
|
|
1350
|
+
var ReplicationConfig$ = [3, n0, _RCe, 0, [_St], [0]];
|
|
1351
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1352
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1353
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1354
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1355
|
+
var RetryPolicy$ = [3, n0, _RPe, 0, [_MRA, _MEAIS], [1, 1]];
|
|
1356
|
+
var RoutingConfig$ = [3, n0, _RC, 0, [_FC], [() => FailoverConfig$]];
|
|
1357
|
+
var Rule$ = [
|
|
1351
1358
|
3,
|
|
1352
1359
|
n0,
|
|
1353
1360
|
_Rul,
|
|
@@ -1355,10 +1362,10 @@ var Rule = [
|
|
|
1355
1362
|
[_N, _Ar, _EP, _St, _D, _SE, _RAo, _MB, _EBN],
|
|
1356
1363
|
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1357
1364
|
];
|
|
1358
|
-
var RunCommandParameters = [3, n0, _RCP, 0, [_RCT], [() => RunCommandTargets]];
|
|
1359
|
-
var RunCommandTarget = [3, n0, _RCTu, 0, [_K, _Va], [0, 64 | 0]];
|
|
1360
|
-
var SageMakerPipelineParameter = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
|
|
1361
|
-
var SageMakerPipelineParameters = [
|
|
1365
|
+
var RunCommandParameters$ = [3, n0, _RCP, 0, [_RCT], [() => RunCommandTargets]];
|
|
1366
|
+
var RunCommandTarget$ = [3, n0, _RCTu, 0, [_K, _Va], [0, 64 | 0]];
|
|
1367
|
+
var SageMakerPipelineParameter$ = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
|
|
1368
|
+
var SageMakerPipelineParameters$ = [
|
|
1362
1369
|
3,
|
|
1363
1370
|
n0,
|
|
1364
1371
|
_SMPPa,
|
|
@@ -1366,21 +1373,21 @@ var SageMakerPipelineParameters = [
|
|
|
1366
1373
|
[_PPL],
|
|
1367
1374
|
[() => SageMakerPipelineParameterList],
|
|
1368
1375
|
];
|
|
1369
|
-
var Secondary = [3, n0, _Se, 0, [_Ro], [0]];
|
|
1370
|
-
var SqsParameters = [3, n0, _SP, 0, [_MGI], [0]];
|
|
1371
|
-
var StartReplayRequest = [
|
|
1376
|
+
var Secondary$ = [3, n0, _Se, 0, [_Ro], [0]];
|
|
1377
|
+
var SqsParameters$ = [3, n0, _SP, 0, [_MGI], [0]];
|
|
1378
|
+
var StartReplayRequest$ = [
|
|
1372
1379
|
3,
|
|
1373
1380
|
n0,
|
|
1374
1381
|
_SRR,
|
|
1375
1382
|
0,
|
|
1376
1383
|
[_RN, _D, _ESA, _EST, _EET, _De],
|
|
1377
|
-
[0, 0, 0, 4, 4, () => ReplayDestination],
|
|
1384
|
+
[0, 0, 0, 4, 4, () => ReplayDestination$],
|
|
1378
1385
|
];
|
|
1379
|
-
var StartReplayResponse = [3, n0, _SRRt, 0, [_RA, _St, _SR, _RST], [0, 0, 0, 4]];
|
|
1380
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1381
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1382
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1383
|
-
var Target = [
|
|
1386
|
+
var StartReplayResponse$ = [3, n0, _SRRt, 0, [_RA, _St, _SR, _RST], [0, 0, 0, 4]];
|
|
1387
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1388
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1389
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1390
|
+
var Target$ = [
|
|
1384
1391
|
3,
|
|
1385
1392
|
n0,
|
|
1386
1393
|
_Targ,
|
|
@@ -1392,27 +1399,27 @@ var Target = [
|
|
|
1392
1399
|
0,
|
|
1393
1400
|
0,
|
|
1394
1401
|
0,
|
|
1395
|
-
() => InputTransformer
|
|
1396
|
-
() => KinesisParameters
|
|
1397
|
-
() => RunCommandParameters
|
|
1398
|
-
() => EcsParameters
|
|
1399
|
-
() => BatchParameters
|
|
1400
|
-
() => SqsParameters
|
|
1401
|
-
() => HttpParameters
|
|
1402
|
-
[() => RedshiftDataParameters
|
|
1403
|
-
() => SageMakerPipelineParameters
|
|
1404
|
-
() => DeadLetterConfig
|
|
1405
|
-
() => RetryPolicy
|
|
1406
|
-
[() => AppSyncParameters
|
|
1402
|
+
() => InputTransformer$,
|
|
1403
|
+
() => KinesisParameters$,
|
|
1404
|
+
() => RunCommandParameters$,
|
|
1405
|
+
() => EcsParameters$,
|
|
1406
|
+
() => BatchParameters$,
|
|
1407
|
+
() => SqsParameters$,
|
|
1408
|
+
() => HttpParameters$,
|
|
1409
|
+
[() => RedshiftDataParameters$, 0],
|
|
1410
|
+
() => SageMakerPipelineParameters$,
|
|
1411
|
+
() => DeadLetterConfig$,
|
|
1412
|
+
() => RetryPolicy$,
|
|
1413
|
+
[() => AppSyncParameters$, 0],
|
|
1407
1414
|
],
|
|
1408
1415
|
];
|
|
1409
|
-
var TestEventPatternRequest = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
|
|
1410
|
-
var TestEventPatternResponse = [3, n0, _TEPRe, 0, [_Res], [2]];
|
|
1411
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
1412
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
1413
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1414
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1415
|
-
var UpdateApiDestinationRequest = [
|
|
1416
|
+
var TestEventPatternRequest$ = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
|
|
1417
|
+
var TestEventPatternResponse$ = [3, n0, _TEPRe, 0, [_Res], [2]];
|
|
1418
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
|
|
1419
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1420
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1421
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1422
|
+
var UpdateApiDestinationRequest$ = [
|
|
1416
1423
|
3,
|
|
1417
1424
|
n0,
|
|
1418
1425
|
_UADR,
|
|
@@ -1420,7 +1427,7 @@ var UpdateApiDestinationRequest = [
|
|
|
1420
1427
|
[_N, _D, _CA, _IE, _HM, _IRLPS],
|
|
1421
1428
|
[0, 0, 0, 0, 0, 1],
|
|
1422
1429
|
];
|
|
1423
|
-
var UpdateApiDestinationResponse = [
|
|
1430
|
+
var UpdateApiDestinationResponse$ = [
|
|
1424
1431
|
3,
|
|
1425
1432
|
n0,
|
|
1426
1433
|
_UADRp,
|
|
@@ -1428,9 +1435,9 @@ var UpdateApiDestinationResponse = [
|
|
|
1428
1435
|
[_ADA, _ADS, _CT, _LMT],
|
|
1429
1436
|
[0, 0, 4, 4],
|
|
1430
1437
|
];
|
|
1431
|
-
var UpdateArchiveRequest = [3, n0, _UAR, 0, [_AN, _D, _EP, _RD, _KKI], [0, 0, 0, 1, 0]];
|
|
1432
|
-
var UpdateArchiveResponse = [3, n0, _UARp, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
|
|
1433
|
-
var UpdateConnectionApiKeyAuthRequestParameters = [
|
|
1438
|
+
var UpdateArchiveRequest$ = [3, n0, _UAR, 0, [_AN, _D, _EP, _RD, _KKI], [0, 0, 0, 1, 0]];
|
|
1439
|
+
var UpdateArchiveResponse$ = [3, n0, _UARp, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
|
|
1440
|
+
var UpdateConnectionApiKeyAuthRequestParameters$ = [
|
|
1434
1441
|
3,
|
|
1435
1442
|
n0,
|
|
1436
1443
|
_UCAKARP,
|
|
@@ -1438,21 +1445,21 @@ var UpdateConnectionApiKeyAuthRequestParameters = [
|
|
|
1438
1445
|
[_AKN, _AKV],
|
|
1439
1446
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1440
1447
|
];
|
|
1441
|
-
var UpdateConnectionAuthRequestParameters = [
|
|
1448
|
+
var UpdateConnectionAuthRequestParameters$ = [
|
|
1442
1449
|
3,
|
|
1443
1450
|
n0,
|
|
1444
1451
|
_UCARP,
|
|
1445
1452
|
0,
|
|
1446
1453
|
[_BAPa, _OAP, _AKAP, _IHP, _CP],
|
|
1447
1454
|
[
|
|
1448
|
-
[() => UpdateConnectionBasicAuthRequestParameters
|
|
1449
|
-
[() => UpdateConnectionOAuthRequestParameters
|
|
1450
|
-
[() => UpdateConnectionApiKeyAuthRequestParameters
|
|
1451
|
-
[() => ConnectionHttpParameters
|
|
1452
|
-
() => ConnectivityResourceParameters
|
|
1455
|
+
[() => UpdateConnectionBasicAuthRequestParameters$, 0],
|
|
1456
|
+
[() => UpdateConnectionOAuthRequestParameters$, 0],
|
|
1457
|
+
[() => UpdateConnectionApiKeyAuthRequestParameters$, 0],
|
|
1458
|
+
[() => ConnectionHttpParameters$, 0],
|
|
1459
|
+
() => ConnectivityResourceParameters$,
|
|
1453
1460
|
],
|
|
1454
1461
|
];
|
|
1455
|
-
var UpdateConnectionBasicAuthRequestParameters = [
|
|
1462
|
+
var UpdateConnectionBasicAuthRequestParameters$ = [
|
|
1456
1463
|
3,
|
|
1457
1464
|
n0,
|
|
1458
1465
|
_UCBARP,
|
|
@@ -1460,7 +1467,7 @@ var UpdateConnectionBasicAuthRequestParameters = [
|
|
|
1460
1467
|
[_U, _P],
|
|
1461
1468
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1462
1469
|
];
|
|
1463
|
-
var UpdateConnectionOAuthClientRequestParameters = [
|
|
1470
|
+
var UpdateConnectionOAuthClientRequestParameters$ = [
|
|
1464
1471
|
3,
|
|
1465
1472
|
n0,
|
|
1466
1473
|
_UCOACRP,
|
|
@@ -1468,23 +1475,23 @@ var UpdateConnectionOAuthClientRequestParameters = [
|
|
|
1468
1475
|
[_CID, _CSl],
|
|
1469
1476
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1470
1477
|
];
|
|
1471
|
-
var UpdateConnectionOAuthRequestParameters = [
|
|
1478
|
+
var UpdateConnectionOAuthRequestParameters$ = [
|
|
1472
1479
|
3,
|
|
1473
1480
|
n0,
|
|
1474
1481
|
_UCOARP,
|
|
1475
1482
|
0,
|
|
1476
1483
|
[_CPl, _AE, _HM, _OAHP],
|
|
1477
|
-
[[() => UpdateConnectionOAuthClientRequestParameters
|
|
1484
|
+
[[() => UpdateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
1478
1485
|
];
|
|
1479
|
-
var UpdateConnectionRequest = [
|
|
1486
|
+
var UpdateConnectionRequest$ = [
|
|
1480
1487
|
3,
|
|
1481
1488
|
n0,
|
|
1482
1489
|
_UCR,
|
|
1483
1490
|
0,
|
|
1484
1491
|
[_N, _D, _AT, _APu, _ICP, _KKI],
|
|
1485
|
-
[0, 0, 0, [() => UpdateConnectionAuthRequestParameters
|
|
1492
|
+
[0, 0, 0, [() => UpdateConnectionAuthRequestParameters$, 0], () => ConnectivityResourceParameters$, 0],
|
|
1486
1493
|
];
|
|
1487
|
-
var UpdateConnectionResponse = [
|
|
1494
|
+
var UpdateConnectionResponse$ = [
|
|
1488
1495
|
3,
|
|
1489
1496
|
n0,
|
|
1490
1497
|
_UCRp,
|
|
@@ -1492,425 +1499,446 @@ var UpdateConnectionResponse = [
|
|
|
1492
1499
|
[_CA, _CS, _CT, _LMT, _LAT],
|
|
1493
1500
|
[0, 0, 4, 4, 4],
|
|
1494
1501
|
];
|
|
1495
|
-
var UpdateEndpointRequest = [
|
|
1502
|
+
var UpdateEndpointRequest$ = [
|
|
1496
1503
|
3,
|
|
1497
1504
|
n0,
|
|
1498
1505
|
_UER,
|
|
1499
1506
|
0,
|
|
1500
1507
|
[_N, _D, _RC, _RCe, _EB, _RAo],
|
|
1501
|
-
[0, 0, () => RoutingConfig
|
|
1508
|
+
[0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0],
|
|
1502
1509
|
];
|
|
1503
|
-
var UpdateEndpointResponse = [
|
|
1510
|
+
var UpdateEndpointResponse$ = [
|
|
1504
1511
|
3,
|
|
1505
1512
|
n0,
|
|
1506
1513
|
_UERp,
|
|
1507
1514
|
0,
|
|
1508
1515
|
[_N, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St],
|
|
1509
|
-
[0, 0, () => RoutingConfig
|
|
1516
|
+
[0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0],
|
|
1510
1517
|
];
|
|
1511
|
-
var UpdateEventBusRequest = [
|
|
1518
|
+
var UpdateEventBusRequest$ = [
|
|
1512
1519
|
3,
|
|
1513
1520
|
n0,
|
|
1514
1521
|
_UEBR,
|
|
1515
1522
|
0,
|
|
1516
1523
|
[_N, _KKI, _D, _DLC, _LC],
|
|
1517
|
-
[0, 0, 0, () => DeadLetterConfig
|
|
1524
|
+
[0, 0, 0, () => DeadLetterConfig$, () => LogConfig$],
|
|
1518
1525
|
];
|
|
1519
|
-
var UpdateEventBusResponse = [
|
|
1526
|
+
var UpdateEventBusResponse$ = [
|
|
1520
1527
|
3,
|
|
1521
1528
|
n0,
|
|
1522
1529
|
_UEBRp,
|
|
1523
1530
|
0,
|
|
1524
1531
|
[_Ar, _N, _KKI, _D, _DLC, _LC],
|
|
1525
|
-
[0, 0, 0, 0, () => DeadLetterConfig
|
|
1532
|
+
[0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$],
|
|
1526
1533
|
];
|
|
1527
1534
|
var __Unit = "unit";
|
|
1528
|
-
var EventBridgeServiceException = [-3, _sm, "EventBridgeServiceException", 0, [], []];
|
|
1529
|
-
schema.TypeRegistry.for(_sm).registerError(EventBridgeServiceException
|
|
1530
|
-
var ApiDestinationResponseList = [1, n0, _ADRL, 0, () => ApiDestination];
|
|
1531
|
-
var ArchiveResponseList = [1, n0, _ARL, 0, () => Archive];
|
|
1532
|
-
var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem];
|
|
1533
|
-
var ConnectionBodyParametersList = [1, n0, _CBPL, 0, [() => ConnectionBodyParameter
|
|
1534
|
-
var ConnectionHeaderParametersList = [1, n0, _CHPL, 0, [() => ConnectionHeaderParameter
|
|
1535
|
+
var EventBridgeServiceException$ = [-3, _sm, "EventBridgeServiceException", 0, [], []];
|
|
1536
|
+
schema.TypeRegistry.for(_sm).registerError(EventBridgeServiceException$, EventBridgeServiceException);
|
|
1537
|
+
var ApiDestinationResponseList = [1, n0, _ADRL, 0, () => ApiDestination$];
|
|
1538
|
+
var ArchiveResponseList = [1, n0, _ARL, 0, () => Archive$];
|
|
1539
|
+
var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem$];
|
|
1540
|
+
var ConnectionBodyParametersList = [1, n0, _CBPL, 0, [() => ConnectionBodyParameter$, 0]];
|
|
1541
|
+
var ConnectionHeaderParametersList = [1, n0, _CHPL, 0, [() => ConnectionHeaderParameter$, 0]];
|
|
1535
1542
|
var ConnectionQueryStringParametersList = [
|
|
1536
1543
|
1,
|
|
1537
1544
|
n0,
|
|
1538
1545
|
_CQSPL,
|
|
1539
1546
|
0,
|
|
1540
|
-
[() => ConnectionQueryStringParameter
|
|
1541
|
-
];
|
|
1542
|
-
var ConnectionResponseList = [1, n0, _CRL, 0, () => Connection];
|
|
1543
|
-
var EndpointEventBusList = [1, n0, _EEBL, 0, () => EndpointEventBus];
|
|
1544
|
-
var EndpointList = [1, n0, _EL, 0, () => Endpoint];
|
|
1545
|
-
var EventBusList = [1, n0, _EBL, 0, () => EventBus];
|
|
1546
|
-
var EventSourceList = [1, n0, _ESL, 0, () => EventSource];
|
|
1547
|
-
var PartnerEventSourceAccountList = [1, n0, _PESAL, 0, () => PartnerEventSourceAccount];
|
|
1548
|
-
var PartnerEventSourceList = [1, n0, _PESL, 0, () => PartnerEventSource];
|
|
1549
|
-
var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint];
|
|
1550
|
-
var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy];
|
|
1551
|
-
var PutEventsRequestEntryList = [1, n0, _PEREL, 0, () => PutEventsRequestEntry];
|
|
1552
|
-
var PutEventsResultEntryList = [1, n0, _PERELu, 0, () => PutEventsResultEntry];
|
|
1553
|
-
var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL, 0, () => PutPartnerEventsRequestEntry];
|
|
1554
|
-
var PutPartnerEventsResultEntryList = [1, n0, _PPERELu, 0, () => PutPartnerEventsResultEntry];
|
|
1555
|
-
var PutTargetsResultEntryList = [1, n0, _PTREL, 0, () => PutTargetsResultEntry];
|
|
1556
|
-
var RemoveTargetsResultEntryList = [1, n0, _RTREL, 0, () => RemoveTargetsResultEntry];
|
|
1557
|
-
var ReplayList = [1, n0, _RL, 0, () => Replay];
|
|
1558
|
-
var RuleResponseList = [1, n0, _RRL, 0, () => Rule];
|
|
1559
|
-
var RunCommandTargets = [1, n0, _RCT, 0, () => RunCommandTarget];
|
|
1560
|
-
var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter];
|
|
1547
|
+
[() => ConnectionQueryStringParameter$, 0],
|
|
1548
|
+
];
|
|
1549
|
+
var ConnectionResponseList = [1, n0, _CRL, 0, () => Connection$];
|
|
1550
|
+
var EndpointEventBusList = [1, n0, _EEBL, 0, () => EndpointEventBus$];
|
|
1551
|
+
var EndpointList = [1, n0, _EL, 0, () => Endpoint$];
|
|
1552
|
+
var EventBusList = [1, n0, _EBL, 0, () => EventBus$];
|
|
1553
|
+
var EventSourceList = [1, n0, _ESL, 0, () => EventSource$];
|
|
1554
|
+
var PartnerEventSourceAccountList = [1, n0, _PESAL, 0, () => PartnerEventSourceAccount$];
|
|
1555
|
+
var PartnerEventSourceList = [1, n0, _PESL, 0, () => PartnerEventSource$];
|
|
1556
|
+
var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint$];
|
|
1557
|
+
var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy$];
|
|
1558
|
+
var PutEventsRequestEntryList = [1, n0, _PEREL, 0, () => PutEventsRequestEntry$];
|
|
1559
|
+
var PutEventsResultEntryList = [1, n0, _PERELu, 0, () => PutEventsResultEntry$];
|
|
1560
|
+
var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL, 0, () => PutPartnerEventsRequestEntry$];
|
|
1561
|
+
var PutPartnerEventsResultEntryList = [1, n0, _PPERELu, 0, () => PutPartnerEventsResultEntry$];
|
|
1562
|
+
var PutTargetsResultEntryList = [1, n0, _PTREL, 0, () => PutTargetsResultEntry$];
|
|
1563
|
+
var RemoveTargetsResultEntryList = [1, n0, _RTREL, 0, () => RemoveTargetsResultEntry$];
|
|
1564
|
+
var ReplayList = [1, n0, _RL, 0, () => Replay$];
|
|
1565
|
+
var RuleResponseList = [1, n0, _RRL, 0, () => Rule$];
|
|
1566
|
+
var RunCommandTargets = [1, n0, _RCT, 0, () => RunCommandTarget$];
|
|
1567
|
+
var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter$];
|
|
1561
1568
|
var Sqls = [1, n0, _Sq, 8, [() => Sql, 0]];
|
|
1562
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1563
|
-
var TargetList = [1, n0, _TLa, 0, [() => Target
|
|
1564
|
-
var ActivateEventSource = [
|
|
1569
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1570
|
+
var TargetList = [1, n0, _TLa, 0, [() => Target$, 0]];
|
|
1571
|
+
var ActivateEventSource$ = [
|
|
1565
1572
|
9,
|
|
1566
1573
|
n0,
|
|
1567
1574
|
_AES,
|
|
1568
1575
|
0,
|
|
1569
|
-
() => ActivateEventSourceRequest
|
|
1576
|
+
() => ActivateEventSourceRequest$,
|
|
1570
1577
|
() => __Unit,
|
|
1571
1578
|
];
|
|
1572
|
-
var CancelReplay = [
|
|
1573
|
-
|
|
1579
|
+
var CancelReplay$ = [
|
|
1580
|
+
9,
|
|
1581
|
+
n0,
|
|
1582
|
+
_CR,
|
|
1583
|
+
0,
|
|
1584
|
+
() => CancelReplayRequest$,
|
|
1585
|
+
() => CancelReplayResponse$,
|
|
1586
|
+
];
|
|
1587
|
+
var CreateApiDestination$ = [
|
|
1574
1588
|
9,
|
|
1575
1589
|
n0,
|
|
1576
1590
|
_CAD,
|
|
1577
1591
|
0,
|
|
1578
|
-
() => CreateApiDestinationRequest
|
|
1579
|
-
() => CreateApiDestinationResponse
|
|
1592
|
+
() => CreateApiDestinationRequest$,
|
|
1593
|
+
() => CreateApiDestinationResponse$,
|
|
1580
1594
|
];
|
|
1581
|
-
var CreateArchive = [
|
|
1595
|
+
var CreateArchive$ = [
|
|
1582
1596
|
9,
|
|
1583
1597
|
n0,
|
|
1584
1598
|
_CAr,
|
|
1585
1599
|
0,
|
|
1586
|
-
() => CreateArchiveRequest
|
|
1587
|
-
() => CreateArchiveResponse
|
|
1600
|
+
() => CreateArchiveRequest$,
|
|
1601
|
+
() => CreateArchiveResponse$,
|
|
1588
1602
|
];
|
|
1589
|
-
var CreateConnection = [
|
|
1603
|
+
var CreateConnection$ = [
|
|
1590
1604
|
9,
|
|
1591
1605
|
n0,
|
|
1592
1606
|
_CC,
|
|
1593
1607
|
0,
|
|
1594
|
-
() => CreateConnectionRequest
|
|
1595
|
-
() => CreateConnectionResponse
|
|
1608
|
+
() => CreateConnectionRequest$,
|
|
1609
|
+
() => CreateConnectionResponse$,
|
|
1596
1610
|
];
|
|
1597
|
-
var CreateEndpoint = [
|
|
1611
|
+
var CreateEndpoint$ = [
|
|
1598
1612
|
9,
|
|
1599
1613
|
n0,
|
|
1600
1614
|
_CE,
|
|
1601
1615
|
0,
|
|
1602
|
-
() => CreateEndpointRequest
|
|
1603
|
-
() => CreateEndpointResponse
|
|
1616
|
+
() => CreateEndpointRequest$,
|
|
1617
|
+
() => CreateEndpointResponse$,
|
|
1604
1618
|
];
|
|
1605
|
-
var CreateEventBus = [
|
|
1619
|
+
var CreateEventBus$ = [
|
|
1606
1620
|
9,
|
|
1607
1621
|
n0,
|
|
1608
1622
|
_CEB,
|
|
1609
1623
|
0,
|
|
1610
|
-
() => CreateEventBusRequest
|
|
1611
|
-
() => CreateEventBusResponse
|
|
1624
|
+
() => CreateEventBusRequest$,
|
|
1625
|
+
() => CreateEventBusResponse$,
|
|
1612
1626
|
];
|
|
1613
|
-
var CreatePartnerEventSource = [
|
|
1627
|
+
var CreatePartnerEventSource$ = [
|
|
1614
1628
|
9,
|
|
1615
1629
|
n0,
|
|
1616
1630
|
_CPES,
|
|
1617
1631
|
0,
|
|
1618
|
-
() => CreatePartnerEventSourceRequest
|
|
1619
|
-
() => CreatePartnerEventSourceResponse
|
|
1632
|
+
() => CreatePartnerEventSourceRequest$,
|
|
1633
|
+
() => CreatePartnerEventSourceResponse$,
|
|
1620
1634
|
];
|
|
1621
|
-
var DeactivateEventSource = [
|
|
1635
|
+
var DeactivateEventSource$ = [
|
|
1622
1636
|
9,
|
|
1623
1637
|
n0,
|
|
1624
1638
|
_DES,
|
|
1625
1639
|
0,
|
|
1626
|
-
() => DeactivateEventSourceRequest
|
|
1640
|
+
() => DeactivateEventSourceRequest$,
|
|
1627
1641
|
() => __Unit,
|
|
1628
1642
|
];
|
|
1629
|
-
var DeauthorizeConnection = [
|
|
1643
|
+
var DeauthorizeConnection$ = [
|
|
1630
1644
|
9,
|
|
1631
1645
|
n0,
|
|
1632
1646
|
_DC,
|
|
1633
1647
|
0,
|
|
1634
|
-
() => DeauthorizeConnectionRequest
|
|
1635
|
-
() => DeauthorizeConnectionResponse
|
|
1648
|
+
() => DeauthorizeConnectionRequest$,
|
|
1649
|
+
() => DeauthorizeConnectionResponse$,
|
|
1636
1650
|
];
|
|
1637
|
-
var DeleteApiDestination = [
|
|
1651
|
+
var DeleteApiDestination$ = [
|
|
1638
1652
|
9,
|
|
1639
1653
|
n0,
|
|
1640
1654
|
_DAD,
|
|
1641
1655
|
0,
|
|
1642
|
-
() => DeleteApiDestinationRequest
|
|
1643
|
-
() => DeleteApiDestinationResponse
|
|
1656
|
+
() => DeleteApiDestinationRequest$,
|
|
1657
|
+
() => DeleteApiDestinationResponse$,
|
|
1644
1658
|
];
|
|
1645
|
-
var DeleteArchive = [
|
|
1659
|
+
var DeleteArchive$ = [
|
|
1646
1660
|
9,
|
|
1647
1661
|
n0,
|
|
1648
1662
|
_DA,
|
|
1649
1663
|
0,
|
|
1650
|
-
() => DeleteArchiveRequest
|
|
1651
|
-
() => DeleteArchiveResponse
|
|
1664
|
+
() => DeleteArchiveRequest$,
|
|
1665
|
+
() => DeleteArchiveResponse$,
|
|
1652
1666
|
];
|
|
1653
|
-
var DeleteConnection = [
|
|
1667
|
+
var DeleteConnection$ = [
|
|
1654
1668
|
9,
|
|
1655
1669
|
n0,
|
|
1656
1670
|
_DCe,
|
|
1657
1671
|
0,
|
|
1658
|
-
() => DeleteConnectionRequest
|
|
1659
|
-
() => DeleteConnectionResponse
|
|
1672
|
+
() => DeleteConnectionRequest$,
|
|
1673
|
+
() => DeleteConnectionResponse$,
|
|
1660
1674
|
];
|
|
1661
|
-
var DeleteEndpoint = [
|
|
1675
|
+
var DeleteEndpoint$ = [
|
|
1662
1676
|
9,
|
|
1663
1677
|
n0,
|
|
1664
1678
|
_DE,
|
|
1665
1679
|
0,
|
|
1666
|
-
() => DeleteEndpointRequest
|
|
1667
|
-
() => DeleteEndpointResponse
|
|
1680
|
+
() => DeleteEndpointRequest$,
|
|
1681
|
+
() => DeleteEndpointResponse$,
|
|
1668
1682
|
];
|
|
1669
|
-
var DeleteEventBus = [9, n0, _DEB, 0, () => DeleteEventBusRequest
|
|
1670
|
-
var DeletePartnerEventSource = [
|
|
1683
|
+
var DeleteEventBus$ = [9, n0, _DEB, 0, () => DeleteEventBusRequest$, () => __Unit];
|
|
1684
|
+
var DeletePartnerEventSource$ = [
|
|
1671
1685
|
9,
|
|
1672
1686
|
n0,
|
|
1673
1687
|
_DPES,
|
|
1674
1688
|
0,
|
|
1675
|
-
() => DeletePartnerEventSourceRequest
|
|
1689
|
+
() => DeletePartnerEventSourceRequest$,
|
|
1676
1690
|
() => __Unit,
|
|
1677
1691
|
];
|
|
1678
|
-
var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest
|
|
1679
|
-
var DescribeApiDestination = [
|
|
1692
|
+
var DeleteRule$ = [9, n0, _DR, 0, () => DeleteRuleRequest$, () => __Unit];
|
|
1693
|
+
var DescribeApiDestination$ = [
|
|
1680
1694
|
9,
|
|
1681
1695
|
n0,
|
|
1682
1696
|
_DADe,
|
|
1683
1697
|
0,
|
|
1684
|
-
() => DescribeApiDestinationRequest
|
|
1685
|
-
() => DescribeApiDestinationResponse
|
|
1698
|
+
() => DescribeApiDestinationRequest$,
|
|
1699
|
+
() => DescribeApiDestinationResponse$,
|
|
1686
1700
|
];
|
|
1687
|
-
var DescribeArchive = [
|
|
1701
|
+
var DescribeArchive$ = [
|
|
1688
1702
|
9,
|
|
1689
1703
|
n0,
|
|
1690
1704
|
_DAe,
|
|
1691
1705
|
0,
|
|
1692
|
-
() => DescribeArchiveRequest
|
|
1693
|
-
() => DescribeArchiveResponse
|
|
1706
|
+
() => DescribeArchiveRequest$,
|
|
1707
|
+
() => DescribeArchiveResponse$,
|
|
1694
1708
|
];
|
|
1695
|
-
var DescribeConnection = [
|
|
1709
|
+
var DescribeConnection$ = [
|
|
1696
1710
|
9,
|
|
1697
1711
|
n0,
|
|
1698
1712
|
_DCes,
|
|
1699
1713
|
0,
|
|
1700
|
-
() => DescribeConnectionRequest
|
|
1701
|
-
() => DescribeConnectionResponse
|
|
1714
|
+
() => DescribeConnectionRequest$,
|
|
1715
|
+
() => DescribeConnectionResponse$,
|
|
1702
1716
|
];
|
|
1703
|
-
var DescribeEndpoint = [
|
|
1717
|
+
var DescribeEndpoint$ = [
|
|
1704
1718
|
9,
|
|
1705
1719
|
n0,
|
|
1706
1720
|
_DEe,
|
|
1707
1721
|
0,
|
|
1708
|
-
() => DescribeEndpointRequest
|
|
1709
|
-
() => DescribeEndpointResponse
|
|
1722
|
+
() => DescribeEndpointRequest$,
|
|
1723
|
+
() => DescribeEndpointResponse$,
|
|
1710
1724
|
];
|
|
1711
|
-
var DescribeEventBus = [
|
|
1725
|
+
var DescribeEventBus$ = [
|
|
1712
1726
|
9,
|
|
1713
1727
|
n0,
|
|
1714
1728
|
_DEBe,
|
|
1715
1729
|
0,
|
|
1716
|
-
() => DescribeEventBusRequest
|
|
1717
|
-
() => DescribeEventBusResponse
|
|
1730
|
+
() => DescribeEventBusRequest$,
|
|
1731
|
+
() => DescribeEventBusResponse$,
|
|
1718
1732
|
];
|
|
1719
|
-
var DescribeEventSource = [
|
|
1733
|
+
var DescribeEventSource$ = [
|
|
1720
1734
|
9,
|
|
1721
1735
|
n0,
|
|
1722
1736
|
_DESe,
|
|
1723
1737
|
0,
|
|
1724
|
-
() => DescribeEventSourceRequest
|
|
1725
|
-
() => DescribeEventSourceResponse
|
|
1738
|
+
() => DescribeEventSourceRequest$,
|
|
1739
|
+
() => DescribeEventSourceResponse$,
|
|
1726
1740
|
];
|
|
1727
|
-
var DescribePartnerEventSource = [
|
|
1741
|
+
var DescribePartnerEventSource$ = [
|
|
1728
1742
|
9,
|
|
1729
1743
|
n0,
|
|
1730
1744
|
_DPESe,
|
|
1731
1745
|
0,
|
|
1732
|
-
() => DescribePartnerEventSourceRequest
|
|
1733
|
-
() => DescribePartnerEventSourceResponse
|
|
1746
|
+
() => DescribePartnerEventSourceRequest$,
|
|
1747
|
+
() => DescribePartnerEventSourceResponse$,
|
|
1734
1748
|
];
|
|
1735
|
-
var DescribeReplay = [
|
|
1749
|
+
var DescribeReplay$ = [
|
|
1736
1750
|
9,
|
|
1737
1751
|
n0,
|
|
1738
1752
|
_DRe,
|
|
1739
1753
|
0,
|
|
1740
|
-
() => DescribeReplayRequest
|
|
1741
|
-
() => DescribeReplayResponse
|
|
1754
|
+
() => DescribeReplayRequest$,
|
|
1755
|
+
() => DescribeReplayResponse$,
|
|
1742
1756
|
];
|
|
1743
|
-
var DescribeRule = [
|
|
1757
|
+
var DescribeRule$ = [
|
|
1744
1758
|
9,
|
|
1745
1759
|
n0,
|
|
1746
1760
|
_DRes,
|
|
1747
1761
|
0,
|
|
1748
|
-
() => DescribeRuleRequest
|
|
1749
|
-
() => DescribeRuleResponse
|
|
1762
|
+
() => DescribeRuleRequest$,
|
|
1763
|
+
() => DescribeRuleResponse$,
|
|
1750
1764
|
];
|
|
1751
|
-
var DisableRule = [9, n0, _DRi, 0, () => DisableRuleRequest
|
|
1752
|
-
var EnableRule = [9, n0, _ER, 0, () => EnableRuleRequest
|
|
1753
|
-
var ListApiDestinations = [
|
|
1765
|
+
var DisableRule$ = [9, n0, _DRi, 0, () => DisableRuleRequest$, () => __Unit];
|
|
1766
|
+
var EnableRule$ = [9, n0, _ER, 0, () => EnableRuleRequest$, () => __Unit];
|
|
1767
|
+
var ListApiDestinations$ = [
|
|
1754
1768
|
9,
|
|
1755
1769
|
n0,
|
|
1756
1770
|
_LAD,
|
|
1757
1771
|
0,
|
|
1758
|
-
() => ListApiDestinationsRequest
|
|
1759
|
-
() => ListApiDestinationsResponse
|
|
1772
|
+
() => ListApiDestinationsRequest$,
|
|
1773
|
+
() => ListApiDestinationsResponse$,
|
|
1760
1774
|
];
|
|
1761
|
-
var ListArchives = [
|
|
1762
|
-
|
|
1775
|
+
var ListArchives$ = [
|
|
1776
|
+
9,
|
|
1777
|
+
n0,
|
|
1778
|
+
_LA,
|
|
1779
|
+
0,
|
|
1780
|
+
() => ListArchivesRequest$,
|
|
1781
|
+
() => ListArchivesResponse$,
|
|
1782
|
+
];
|
|
1783
|
+
var ListConnections$ = [
|
|
1763
1784
|
9,
|
|
1764
1785
|
n0,
|
|
1765
1786
|
_LCi,
|
|
1766
1787
|
0,
|
|
1767
|
-
() => ListConnectionsRequest
|
|
1768
|
-
() => ListConnectionsResponse
|
|
1788
|
+
() => ListConnectionsRequest$,
|
|
1789
|
+
() => ListConnectionsResponse$,
|
|
1769
1790
|
];
|
|
1770
|
-
var ListEndpoints = [
|
|
1791
|
+
var ListEndpoints$ = [
|
|
1771
1792
|
9,
|
|
1772
1793
|
n0,
|
|
1773
1794
|
_LE,
|
|
1774
1795
|
0,
|
|
1775
|
-
() => ListEndpointsRequest
|
|
1776
|
-
() => ListEndpointsResponse
|
|
1796
|
+
() => ListEndpointsRequest$,
|
|
1797
|
+
() => ListEndpointsResponse$,
|
|
1777
1798
|
];
|
|
1778
|
-
var ListEventBuses = [
|
|
1799
|
+
var ListEventBuses$ = [
|
|
1779
1800
|
9,
|
|
1780
1801
|
n0,
|
|
1781
1802
|
_LEB,
|
|
1782
1803
|
0,
|
|
1783
|
-
() => ListEventBusesRequest
|
|
1784
|
-
() => ListEventBusesResponse
|
|
1804
|
+
() => ListEventBusesRequest$,
|
|
1805
|
+
() => ListEventBusesResponse$,
|
|
1785
1806
|
];
|
|
1786
|
-
var ListEventSources = [
|
|
1807
|
+
var ListEventSources$ = [
|
|
1787
1808
|
9,
|
|
1788
1809
|
n0,
|
|
1789
1810
|
_LES,
|
|
1790
1811
|
0,
|
|
1791
|
-
() => ListEventSourcesRequest
|
|
1792
|
-
() => ListEventSourcesResponse
|
|
1812
|
+
() => ListEventSourcesRequest$,
|
|
1813
|
+
() => ListEventSourcesResponse$,
|
|
1793
1814
|
];
|
|
1794
|
-
var ListPartnerEventSourceAccounts = [
|
|
1815
|
+
var ListPartnerEventSourceAccounts$ = [
|
|
1795
1816
|
9,
|
|
1796
1817
|
n0,
|
|
1797
1818
|
_LPESA,
|
|
1798
1819
|
0,
|
|
1799
|
-
() => ListPartnerEventSourceAccountsRequest
|
|
1800
|
-
() => ListPartnerEventSourceAccountsResponse
|
|
1820
|
+
() => ListPartnerEventSourceAccountsRequest$,
|
|
1821
|
+
() => ListPartnerEventSourceAccountsResponse$,
|
|
1801
1822
|
];
|
|
1802
|
-
var ListPartnerEventSources = [
|
|
1823
|
+
var ListPartnerEventSources$ = [
|
|
1803
1824
|
9,
|
|
1804
1825
|
n0,
|
|
1805
1826
|
_LPES,
|
|
1806
1827
|
0,
|
|
1807
|
-
() => ListPartnerEventSourcesRequest
|
|
1808
|
-
() => ListPartnerEventSourcesResponse
|
|
1828
|
+
() => ListPartnerEventSourcesRequest$,
|
|
1829
|
+
() => ListPartnerEventSourcesResponse$,
|
|
1809
1830
|
];
|
|
1810
|
-
var ListReplays = [9, n0, _LR, 0, () => ListReplaysRequest
|
|
1811
|
-
var ListRuleNamesByTarget = [
|
|
1831
|
+
var ListReplays$ = [9, n0, _LR, 0, () => ListReplaysRequest$, () => ListReplaysResponse$];
|
|
1832
|
+
var ListRuleNamesByTarget$ = [
|
|
1812
1833
|
9,
|
|
1813
1834
|
n0,
|
|
1814
1835
|
_LRNBT,
|
|
1815
1836
|
0,
|
|
1816
|
-
() => ListRuleNamesByTargetRequest
|
|
1817
|
-
() => ListRuleNamesByTargetResponse
|
|
1837
|
+
() => ListRuleNamesByTargetRequest$,
|
|
1838
|
+
() => ListRuleNamesByTargetResponse$,
|
|
1818
1839
|
];
|
|
1819
|
-
var ListRules = [9, n0, _LRi, 0, () => ListRulesRequest
|
|
1820
|
-
var ListTagsForResource = [
|
|
1840
|
+
var ListRules$ = [9, n0, _LRi, 0, () => ListRulesRequest$, () => ListRulesResponse$];
|
|
1841
|
+
var ListTagsForResource$ = [
|
|
1821
1842
|
9,
|
|
1822
1843
|
n0,
|
|
1823
1844
|
_LTFR,
|
|
1824
1845
|
0,
|
|
1825
|
-
() => ListTagsForResourceRequest
|
|
1826
|
-
() => ListTagsForResourceResponse
|
|
1846
|
+
() => ListTagsForResourceRequest$,
|
|
1847
|
+
() => ListTagsForResourceResponse$,
|
|
1827
1848
|
];
|
|
1828
|
-
var ListTargetsByRule = [
|
|
1849
|
+
var ListTargetsByRule$ = [
|
|
1829
1850
|
9,
|
|
1830
1851
|
n0,
|
|
1831
1852
|
_LTBR,
|
|
1832
1853
|
0,
|
|
1833
|
-
() => ListTargetsByRuleRequest
|
|
1834
|
-
() => ListTargetsByRuleResponse
|
|
1854
|
+
() => ListTargetsByRuleRequest$,
|
|
1855
|
+
() => ListTargetsByRuleResponse$,
|
|
1835
1856
|
];
|
|
1836
|
-
var PutEvents = [9, n0, _PE, 0, () => PutEventsRequest
|
|
1837
|
-
var PutPartnerEvents = [
|
|
1857
|
+
var PutEvents$ = [9, n0, _PE, 0, () => PutEventsRequest$, () => PutEventsResponse$];
|
|
1858
|
+
var PutPartnerEvents$ = [
|
|
1838
1859
|
9,
|
|
1839
1860
|
n0,
|
|
1840
1861
|
_PPE,
|
|
1841
1862
|
0,
|
|
1842
|
-
() => PutPartnerEventsRequest
|
|
1843
|
-
() => PutPartnerEventsResponse
|
|
1863
|
+
() => PutPartnerEventsRequest$,
|
|
1864
|
+
() => PutPartnerEventsResponse$,
|
|
1844
1865
|
];
|
|
1845
|
-
var PutPermission = [9, n0, _PP, 0, () => PutPermissionRequest
|
|
1846
|
-
var PutRule = [9, n0, _PR, 0, () => PutRuleRequest
|
|
1847
|
-
var PutTargets = [9, n0, _PTu, 0, () => PutTargetsRequest
|
|
1848
|
-
var RemovePermission = [9, n0, _RPem, 0, () => RemovePermissionRequest
|
|
1849
|
-
var RemoveTargets = [
|
|
1866
|
+
var PutPermission$ = [9, n0, _PP, 0, () => PutPermissionRequest$, () => __Unit];
|
|
1867
|
+
var PutRule$ = [9, n0, _PR, 0, () => PutRuleRequest$, () => PutRuleResponse$];
|
|
1868
|
+
var PutTargets$ = [9, n0, _PTu, 0, () => PutTargetsRequest$, () => PutTargetsResponse$];
|
|
1869
|
+
var RemovePermission$ = [9, n0, _RPem, 0, () => RemovePermissionRequest$, () => __Unit];
|
|
1870
|
+
var RemoveTargets$ = [
|
|
1850
1871
|
9,
|
|
1851
1872
|
n0,
|
|
1852
1873
|
_RT,
|
|
1853
1874
|
0,
|
|
1854
|
-
() => RemoveTargetsRequest
|
|
1855
|
-
() => RemoveTargetsResponse
|
|
1875
|
+
() => RemoveTargetsRequest$,
|
|
1876
|
+
() => RemoveTargetsResponse$,
|
|
1877
|
+
];
|
|
1878
|
+
var StartReplay$ = [
|
|
1879
|
+
9,
|
|
1880
|
+
n0,
|
|
1881
|
+
_SRt,
|
|
1882
|
+
0,
|
|
1883
|
+
() => StartReplayRequest$,
|
|
1884
|
+
() => StartReplayResponse$,
|
|
1856
1885
|
];
|
|
1857
|
-
var
|
|
1858
|
-
var
|
|
1859
|
-
var TestEventPattern = [
|
|
1886
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1887
|
+
var TestEventPattern$ = [
|
|
1860
1888
|
9,
|
|
1861
1889
|
n0,
|
|
1862
1890
|
_TEP,
|
|
1863
1891
|
0,
|
|
1864
|
-
() => TestEventPatternRequest
|
|
1865
|
-
() => TestEventPatternResponse
|
|
1892
|
+
() => TestEventPatternRequest$,
|
|
1893
|
+
() => TestEventPatternResponse$,
|
|
1866
1894
|
];
|
|
1867
|
-
var UntagResource = [
|
|
1895
|
+
var UntagResource$ = [
|
|
1868
1896
|
9,
|
|
1869
1897
|
n0,
|
|
1870
1898
|
_UR,
|
|
1871
1899
|
0,
|
|
1872
|
-
() => UntagResourceRequest
|
|
1873
|
-
() => UntagResourceResponse
|
|
1900
|
+
() => UntagResourceRequest$,
|
|
1901
|
+
() => UntagResourceResponse$,
|
|
1874
1902
|
];
|
|
1875
|
-
var UpdateApiDestination = [
|
|
1903
|
+
var UpdateApiDestination$ = [
|
|
1876
1904
|
9,
|
|
1877
1905
|
n0,
|
|
1878
1906
|
_UAD,
|
|
1879
1907
|
0,
|
|
1880
|
-
() => UpdateApiDestinationRequest
|
|
1881
|
-
() => UpdateApiDestinationResponse
|
|
1908
|
+
() => UpdateApiDestinationRequest$,
|
|
1909
|
+
() => UpdateApiDestinationResponse$,
|
|
1882
1910
|
];
|
|
1883
|
-
var UpdateArchive = [
|
|
1911
|
+
var UpdateArchive$ = [
|
|
1884
1912
|
9,
|
|
1885
1913
|
n0,
|
|
1886
1914
|
_UA,
|
|
1887
1915
|
0,
|
|
1888
|
-
() => UpdateArchiveRequest
|
|
1889
|
-
() => UpdateArchiveResponse
|
|
1916
|
+
() => UpdateArchiveRequest$,
|
|
1917
|
+
() => UpdateArchiveResponse$,
|
|
1890
1918
|
];
|
|
1891
|
-
var UpdateConnection = [
|
|
1919
|
+
var UpdateConnection$ = [
|
|
1892
1920
|
9,
|
|
1893
1921
|
n0,
|
|
1894
1922
|
_UC,
|
|
1895
1923
|
0,
|
|
1896
|
-
() => UpdateConnectionRequest
|
|
1897
|
-
() => UpdateConnectionResponse
|
|
1924
|
+
() => UpdateConnectionRequest$,
|
|
1925
|
+
() => UpdateConnectionResponse$,
|
|
1898
1926
|
];
|
|
1899
|
-
var UpdateEndpoint = [
|
|
1927
|
+
var UpdateEndpoint$ = [
|
|
1900
1928
|
9,
|
|
1901
1929
|
n0,
|
|
1902
1930
|
_UE,
|
|
1903
1931
|
0,
|
|
1904
|
-
() => UpdateEndpointRequest
|
|
1905
|
-
() => UpdateEndpointResponse
|
|
1932
|
+
() => UpdateEndpointRequest$,
|
|
1933
|
+
() => UpdateEndpointResponse$,
|
|
1906
1934
|
];
|
|
1907
|
-
var UpdateEventBus = [
|
|
1935
|
+
var UpdateEventBus$ = [
|
|
1908
1936
|
9,
|
|
1909
1937
|
n0,
|
|
1910
1938
|
_UEB,
|
|
1911
1939
|
0,
|
|
1912
|
-
() => UpdateEventBusRequest
|
|
1913
|
-
() => UpdateEventBusResponse
|
|
1940
|
+
() => UpdateEventBusRequest$,
|
|
1941
|
+
() => UpdateEventBusResponse$,
|
|
1914
1942
|
];
|
|
1915
1943
|
|
|
1916
1944
|
class ActivateEventSourceCommand extends smithyClient.Command
|
|
@@ -1921,7 +1949,7 @@ class ActivateEventSourceCommand extends smithyClient.Command
|
|
|
1921
1949
|
})
|
|
1922
1950
|
.s("AWSEvents", "ActivateEventSource", {})
|
|
1923
1951
|
.n("EventBridgeClient", "ActivateEventSourceCommand")
|
|
1924
|
-
.sc(ActivateEventSource)
|
|
1952
|
+
.sc(ActivateEventSource$)
|
|
1925
1953
|
.build() {
|
|
1926
1954
|
}
|
|
1927
1955
|
|
|
@@ -1933,7 +1961,7 @@ class CancelReplayCommand extends smithyClient.Command
|
|
|
1933
1961
|
})
|
|
1934
1962
|
.s("AWSEvents", "CancelReplay", {})
|
|
1935
1963
|
.n("EventBridgeClient", "CancelReplayCommand")
|
|
1936
|
-
.sc(CancelReplay)
|
|
1964
|
+
.sc(CancelReplay$)
|
|
1937
1965
|
.build() {
|
|
1938
1966
|
}
|
|
1939
1967
|
|
|
@@ -1945,7 +1973,7 @@ class CreateApiDestinationCommand extends smithyClient.Command
|
|
|
1945
1973
|
})
|
|
1946
1974
|
.s("AWSEvents", "CreateApiDestination", {})
|
|
1947
1975
|
.n("EventBridgeClient", "CreateApiDestinationCommand")
|
|
1948
|
-
.sc(CreateApiDestination)
|
|
1976
|
+
.sc(CreateApiDestination$)
|
|
1949
1977
|
.build() {
|
|
1950
1978
|
}
|
|
1951
1979
|
|
|
@@ -1957,7 +1985,7 @@ class CreateArchiveCommand extends smithyClient.Command
|
|
|
1957
1985
|
})
|
|
1958
1986
|
.s("AWSEvents", "CreateArchive", {})
|
|
1959
1987
|
.n("EventBridgeClient", "CreateArchiveCommand")
|
|
1960
|
-
.sc(CreateArchive)
|
|
1988
|
+
.sc(CreateArchive$)
|
|
1961
1989
|
.build() {
|
|
1962
1990
|
}
|
|
1963
1991
|
|
|
@@ -1969,7 +1997,7 @@ class CreateConnectionCommand extends smithyClient.Command
|
|
|
1969
1997
|
})
|
|
1970
1998
|
.s("AWSEvents", "CreateConnection", {})
|
|
1971
1999
|
.n("EventBridgeClient", "CreateConnectionCommand")
|
|
1972
|
-
.sc(CreateConnection)
|
|
2000
|
+
.sc(CreateConnection$)
|
|
1973
2001
|
.build() {
|
|
1974
2002
|
}
|
|
1975
2003
|
|
|
@@ -1981,7 +2009,7 @@ class CreateEndpointCommand extends smithyClient.Command
|
|
|
1981
2009
|
})
|
|
1982
2010
|
.s("AWSEvents", "CreateEndpoint", {})
|
|
1983
2011
|
.n("EventBridgeClient", "CreateEndpointCommand")
|
|
1984
|
-
.sc(CreateEndpoint)
|
|
2012
|
+
.sc(CreateEndpoint$)
|
|
1985
2013
|
.build() {
|
|
1986
2014
|
}
|
|
1987
2015
|
|
|
@@ -1993,7 +2021,7 @@ class CreateEventBusCommand extends smithyClient.Command
|
|
|
1993
2021
|
})
|
|
1994
2022
|
.s("AWSEvents", "CreateEventBus", {})
|
|
1995
2023
|
.n("EventBridgeClient", "CreateEventBusCommand")
|
|
1996
|
-
.sc(CreateEventBus)
|
|
2024
|
+
.sc(CreateEventBus$)
|
|
1997
2025
|
.build() {
|
|
1998
2026
|
}
|
|
1999
2027
|
|
|
@@ -2005,7 +2033,7 @@ class CreatePartnerEventSourceCommand extends smithyClient.Command
|
|
|
2005
2033
|
})
|
|
2006
2034
|
.s("AWSEvents", "CreatePartnerEventSource", {})
|
|
2007
2035
|
.n("EventBridgeClient", "CreatePartnerEventSourceCommand")
|
|
2008
|
-
.sc(CreatePartnerEventSource)
|
|
2036
|
+
.sc(CreatePartnerEventSource$)
|
|
2009
2037
|
.build() {
|
|
2010
2038
|
}
|
|
2011
2039
|
|
|
@@ -2017,7 +2045,7 @@ class DeactivateEventSourceCommand extends smithyClient.Command
|
|
|
2017
2045
|
})
|
|
2018
2046
|
.s("AWSEvents", "DeactivateEventSource", {})
|
|
2019
2047
|
.n("EventBridgeClient", "DeactivateEventSourceCommand")
|
|
2020
|
-
.sc(DeactivateEventSource)
|
|
2048
|
+
.sc(DeactivateEventSource$)
|
|
2021
2049
|
.build() {
|
|
2022
2050
|
}
|
|
2023
2051
|
|
|
@@ -2029,7 +2057,7 @@ class DeauthorizeConnectionCommand extends smithyClient.Command
|
|
|
2029
2057
|
})
|
|
2030
2058
|
.s("AWSEvents", "DeauthorizeConnection", {})
|
|
2031
2059
|
.n("EventBridgeClient", "DeauthorizeConnectionCommand")
|
|
2032
|
-
.sc(DeauthorizeConnection)
|
|
2060
|
+
.sc(DeauthorizeConnection$)
|
|
2033
2061
|
.build() {
|
|
2034
2062
|
}
|
|
2035
2063
|
|
|
@@ -2041,7 +2069,7 @@ class DeleteApiDestinationCommand extends smithyClient.Command
|
|
|
2041
2069
|
})
|
|
2042
2070
|
.s("AWSEvents", "DeleteApiDestination", {})
|
|
2043
2071
|
.n("EventBridgeClient", "DeleteApiDestinationCommand")
|
|
2044
|
-
.sc(DeleteApiDestination)
|
|
2072
|
+
.sc(DeleteApiDestination$)
|
|
2045
2073
|
.build() {
|
|
2046
2074
|
}
|
|
2047
2075
|
|
|
@@ -2053,7 +2081,7 @@ class DeleteArchiveCommand extends smithyClient.Command
|
|
|
2053
2081
|
})
|
|
2054
2082
|
.s("AWSEvents", "DeleteArchive", {})
|
|
2055
2083
|
.n("EventBridgeClient", "DeleteArchiveCommand")
|
|
2056
|
-
.sc(DeleteArchive)
|
|
2084
|
+
.sc(DeleteArchive$)
|
|
2057
2085
|
.build() {
|
|
2058
2086
|
}
|
|
2059
2087
|
|
|
@@ -2065,7 +2093,7 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
2065
2093
|
})
|
|
2066
2094
|
.s("AWSEvents", "DeleteConnection", {})
|
|
2067
2095
|
.n("EventBridgeClient", "DeleteConnectionCommand")
|
|
2068
|
-
.sc(DeleteConnection)
|
|
2096
|
+
.sc(DeleteConnection$)
|
|
2069
2097
|
.build() {
|
|
2070
2098
|
}
|
|
2071
2099
|
|
|
@@ -2077,7 +2105,7 @@ class DeleteEndpointCommand extends smithyClient.Command
|
|
|
2077
2105
|
})
|
|
2078
2106
|
.s("AWSEvents", "DeleteEndpoint", {})
|
|
2079
2107
|
.n("EventBridgeClient", "DeleteEndpointCommand")
|
|
2080
|
-
.sc(DeleteEndpoint)
|
|
2108
|
+
.sc(DeleteEndpoint$)
|
|
2081
2109
|
.build() {
|
|
2082
2110
|
}
|
|
2083
2111
|
|
|
@@ -2089,7 +2117,7 @@ class DeleteEventBusCommand extends smithyClient.Command
|
|
|
2089
2117
|
})
|
|
2090
2118
|
.s("AWSEvents", "DeleteEventBus", {})
|
|
2091
2119
|
.n("EventBridgeClient", "DeleteEventBusCommand")
|
|
2092
|
-
.sc(DeleteEventBus)
|
|
2120
|
+
.sc(DeleteEventBus$)
|
|
2093
2121
|
.build() {
|
|
2094
2122
|
}
|
|
2095
2123
|
|
|
@@ -2101,7 +2129,7 @@ class DeletePartnerEventSourceCommand extends smithyClient.Command
|
|
|
2101
2129
|
})
|
|
2102
2130
|
.s("AWSEvents", "DeletePartnerEventSource", {})
|
|
2103
2131
|
.n("EventBridgeClient", "DeletePartnerEventSourceCommand")
|
|
2104
|
-
.sc(DeletePartnerEventSource)
|
|
2132
|
+
.sc(DeletePartnerEventSource$)
|
|
2105
2133
|
.build() {
|
|
2106
2134
|
}
|
|
2107
2135
|
|
|
@@ -2113,7 +2141,7 @@ class DeleteRuleCommand extends smithyClient.Command
|
|
|
2113
2141
|
})
|
|
2114
2142
|
.s("AWSEvents", "DeleteRule", {})
|
|
2115
2143
|
.n("EventBridgeClient", "DeleteRuleCommand")
|
|
2116
|
-
.sc(DeleteRule)
|
|
2144
|
+
.sc(DeleteRule$)
|
|
2117
2145
|
.build() {
|
|
2118
2146
|
}
|
|
2119
2147
|
|
|
@@ -2125,7 +2153,7 @@ class DescribeApiDestinationCommand extends smithyClient.Command
|
|
|
2125
2153
|
})
|
|
2126
2154
|
.s("AWSEvents", "DescribeApiDestination", {})
|
|
2127
2155
|
.n("EventBridgeClient", "DescribeApiDestinationCommand")
|
|
2128
|
-
.sc(DescribeApiDestination)
|
|
2156
|
+
.sc(DescribeApiDestination$)
|
|
2129
2157
|
.build() {
|
|
2130
2158
|
}
|
|
2131
2159
|
|
|
@@ -2137,7 +2165,7 @@ class DescribeArchiveCommand extends smithyClient.Command
|
|
|
2137
2165
|
})
|
|
2138
2166
|
.s("AWSEvents", "DescribeArchive", {})
|
|
2139
2167
|
.n("EventBridgeClient", "DescribeArchiveCommand")
|
|
2140
|
-
.sc(DescribeArchive)
|
|
2168
|
+
.sc(DescribeArchive$)
|
|
2141
2169
|
.build() {
|
|
2142
2170
|
}
|
|
2143
2171
|
|
|
@@ -2149,7 +2177,7 @@ class DescribeConnectionCommand extends smithyClient.Command
|
|
|
2149
2177
|
})
|
|
2150
2178
|
.s("AWSEvents", "DescribeConnection", {})
|
|
2151
2179
|
.n("EventBridgeClient", "DescribeConnectionCommand")
|
|
2152
|
-
.sc(DescribeConnection)
|
|
2180
|
+
.sc(DescribeConnection$)
|
|
2153
2181
|
.build() {
|
|
2154
2182
|
}
|
|
2155
2183
|
|
|
@@ -2161,7 +2189,7 @@ class DescribeEndpointCommand extends smithyClient.Command
|
|
|
2161
2189
|
})
|
|
2162
2190
|
.s("AWSEvents", "DescribeEndpoint", {})
|
|
2163
2191
|
.n("EventBridgeClient", "DescribeEndpointCommand")
|
|
2164
|
-
.sc(DescribeEndpoint)
|
|
2192
|
+
.sc(DescribeEndpoint$)
|
|
2165
2193
|
.build() {
|
|
2166
2194
|
}
|
|
2167
2195
|
|
|
@@ -2173,7 +2201,7 @@ class DescribeEventBusCommand extends smithyClient.Command
|
|
|
2173
2201
|
})
|
|
2174
2202
|
.s("AWSEvents", "DescribeEventBus", {})
|
|
2175
2203
|
.n("EventBridgeClient", "DescribeEventBusCommand")
|
|
2176
|
-
.sc(DescribeEventBus)
|
|
2204
|
+
.sc(DescribeEventBus$)
|
|
2177
2205
|
.build() {
|
|
2178
2206
|
}
|
|
2179
2207
|
|
|
@@ -2185,7 +2213,7 @@ class DescribeEventSourceCommand extends smithyClient.Command
|
|
|
2185
2213
|
})
|
|
2186
2214
|
.s("AWSEvents", "DescribeEventSource", {})
|
|
2187
2215
|
.n("EventBridgeClient", "DescribeEventSourceCommand")
|
|
2188
|
-
.sc(DescribeEventSource)
|
|
2216
|
+
.sc(DescribeEventSource$)
|
|
2189
2217
|
.build() {
|
|
2190
2218
|
}
|
|
2191
2219
|
|
|
@@ -2197,7 +2225,7 @@ class DescribePartnerEventSourceCommand extends smithyClient.Command
|
|
|
2197
2225
|
})
|
|
2198
2226
|
.s("AWSEvents", "DescribePartnerEventSource", {})
|
|
2199
2227
|
.n("EventBridgeClient", "DescribePartnerEventSourceCommand")
|
|
2200
|
-
.sc(DescribePartnerEventSource)
|
|
2228
|
+
.sc(DescribePartnerEventSource$)
|
|
2201
2229
|
.build() {
|
|
2202
2230
|
}
|
|
2203
2231
|
|
|
@@ -2209,7 +2237,7 @@ class DescribeReplayCommand extends smithyClient.Command
|
|
|
2209
2237
|
})
|
|
2210
2238
|
.s("AWSEvents", "DescribeReplay", {})
|
|
2211
2239
|
.n("EventBridgeClient", "DescribeReplayCommand")
|
|
2212
|
-
.sc(DescribeReplay)
|
|
2240
|
+
.sc(DescribeReplay$)
|
|
2213
2241
|
.build() {
|
|
2214
2242
|
}
|
|
2215
2243
|
|
|
@@ -2221,7 +2249,7 @@ class DescribeRuleCommand extends smithyClient.Command
|
|
|
2221
2249
|
})
|
|
2222
2250
|
.s("AWSEvents", "DescribeRule", {})
|
|
2223
2251
|
.n("EventBridgeClient", "DescribeRuleCommand")
|
|
2224
|
-
.sc(DescribeRule)
|
|
2252
|
+
.sc(DescribeRule$)
|
|
2225
2253
|
.build() {
|
|
2226
2254
|
}
|
|
2227
2255
|
|
|
@@ -2233,7 +2261,7 @@ class DisableRuleCommand extends smithyClient.Command
|
|
|
2233
2261
|
})
|
|
2234
2262
|
.s("AWSEvents", "DisableRule", {})
|
|
2235
2263
|
.n("EventBridgeClient", "DisableRuleCommand")
|
|
2236
|
-
.sc(DisableRule)
|
|
2264
|
+
.sc(DisableRule$)
|
|
2237
2265
|
.build() {
|
|
2238
2266
|
}
|
|
2239
2267
|
|
|
@@ -2245,7 +2273,7 @@ class EnableRuleCommand extends smithyClient.Command
|
|
|
2245
2273
|
})
|
|
2246
2274
|
.s("AWSEvents", "EnableRule", {})
|
|
2247
2275
|
.n("EventBridgeClient", "EnableRuleCommand")
|
|
2248
|
-
.sc(EnableRule)
|
|
2276
|
+
.sc(EnableRule$)
|
|
2249
2277
|
.build() {
|
|
2250
2278
|
}
|
|
2251
2279
|
|
|
@@ -2257,7 +2285,7 @@ class ListApiDestinationsCommand extends smithyClient.Command
|
|
|
2257
2285
|
})
|
|
2258
2286
|
.s("AWSEvents", "ListApiDestinations", {})
|
|
2259
2287
|
.n("EventBridgeClient", "ListApiDestinationsCommand")
|
|
2260
|
-
.sc(ListApiDestinations)
|
|
2288
|
+
.sc(ListApiDestinations$)
|
|
2261
2289
|
.build() {
|
|
2262
2290
|
}
|
|
2263
2291
|
|
|
@@ -2269,7 +2297,7 @@ class ListArchivesCommand extends smithyClient.Command
|
|
|
2269
2297
|
})
|
|
2270
2298
|
.s("AWSEvents", "ListArchives", {})
|
|
2271
2299
|
.n("EventBridgeClient", "ListArchivesCommand")
|
|
2272
|
-
.sc(ListArchives)
|
|
2300
|
+
.sc(ListArchives$)
|
|
2273
2301
|
.build() {
|
|
2274
2302
|
}
|
|
2275
2303
|
|
|
@@ -2281,7 +2309,7 @@ class ListConnectionsCommand extends smithyClient.Command
|
|
|
2281
2309
|
})
|
|
2282
2310
|
.s("AWSEvents", "ListConnections", {})
|
|
2283
2311
|
.n("EventBridgeClient", "ListConnectionsCommand")
|
|
2284
|
-
.sc(ListConnections)
|
|
2312
|
+
.sc(ListConnections$)
|
|
2285
2313
|
.build() {
|
|
2286
2314
|
}
|
|
2287
2315
|
|
|
@@ -2293,7 +2321,7 @@ class ListEndpointsCommand extends smithyClient.Command
|
|
|
2293
2321
|
})
|
|
2294
2322
|
.s("AWSEvents", "ListEndpoints", {})
|
|
2295
2323
|
.n("EventBridgeClient", "ListEndpointsCommand")
|
|
2296
|
-
.sc(ListEndpoints)
|
|
2324
|
+
.sc(ListEndpoints$)
|
|
2297
2325
|
.build() {
|
|
2298
2326
|
}
|
|
2299
2327
|
|
|
@@ -2305,7 +2333,7 @@ class ListEventBusesCommand extends smithyClient.Command
|
|
|
2305
2333
|
})
|
|
2306
2334
|
.s("AWSEvents", "ListEventBuses", {})
|
|
2307
2335
|
.n("EventBridgeClient", "ListEventBusesCommand")
|
|
2308
|
-
.sc(ListEventBuses)
|
|
2336
|
+
.sc(ListEventBuses$)
|
|
2309
2337
|
.build() {
|
|
2310
2338
|
}
|
|
2311
2339
|
|
|
@@ -2317,7 +2345,7 @@ class ListEventSourcesCommand extends smithyClient.Command
|
|
|
2317
2345
|
})
|
|
2318
2346
|
.s("AWSEvents", "ListEventSources", {})
|
|
2319
2347
|
.n("EventBridgeClient", "ListEventSourcesCommand")
|
|
2320
|
-
.sc(ListEventSources)
|
|
2348
|
+
.sc(ListEventSources$)
|
|
2321
2349
|
.build() {
|
|
2322
2350
|
}
|
|
2323
2351
|
|
|
@@ -2329,7 +2357,7 @@ class ListPartnerEventSourceAccountsCommand extends smithyClient.Command
|
|
|
2329
2357
|
})
|
|
2330
2358
|
.s("AWSEvents", "ListPartnerEventSourceAccounts", {})
|
|
2331
2359
|
.n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
|
|
2332
|
-
.sc(ListPartnerEventSourceAccounts)
|
|
2360
|
+
.sc(ListPartnerEventSourceAccounts$)
|
|
2333
2361
|
.build() {
|
|
2334
2362
|
}
|
|
2335
2363
|
|
|
@@ -2341,7 +2369,7 @@ class ListPartnerEventSourcesCommand extends smithyClient.Command
|
|
|
2341
2369
|
})
|
|
2342
2370
|
.s("AWSEvents", "ListPartnerEventSources", {})
|
|
2343
2371
|
.n("EventBridgeClient", "ListPartnerEventSourcesCommand")
|
|
2344
|
-
.sc(ListPartnerEventSources)
|
|
2372
|
+
.sc(ListPartnerEventSources$)
|
|
2345
2373
|
.build() {
|
|
2346
2374
|
}
|
|
2347
2375
|
|
|
@@ -2353,7 +2381,7 @@ class ListReplaysCommand extends smithyClient.Command
|
|
|
2353
2381
|
})
|
|
2354
2382
|
.s("AWSEvents", "ListReplays", {})
|
|
2355
2383
|
.n("EventBridgeClient", "ListReplaysCommand")
|
|
2356
|
-
.sc(ListReplays)
|
|
2384
|
+
.sc(ListReplays$)
|
|
2357
2385
|
.build() {
|
|
2358
2386
|
}
|
|
2359
2387
|
|
|
@@ -2365,7 +2393,7 @@ class ListRuleNamesByTargetCommand extends smithyClient.Command
|
|
|
2365
2393
|
})
|
|
2366
2394
|
.s("AWSEvents", "ListRuleNamesByTarget", {})
|
|
2367
2395
|
.n("EventBridgeClient", "ListRuleNamesByTargetCommand")
|
|
2368
|
-
.sc(ListRuleNamesByTarget)
|
|
2396
|
+
.sc(ListRuleNamesByTarget$)
|
|
2369
2397
|
.build() {
|
|
2370
2398
|
}
|
|
2371
2399
|
|
|
@@ -2377,7 +2405,7 @@ class ListRulesCommand extends smithyClient.Command
|
|
|
2377
2405
|
})
|
|
2378
2406
|
.s("AWSEvents", "ListRules", {})
|
|
2379
2407
|
.n("EventBridgeClient", "ListRulesCommand")
|
|
2380
|
-
.sc(ListRules)
|
|
2408
|
+
.sc(ListRules$)
|
|
2381
2409
|
.build() {
|
|
2382
2410
|
}
|
|
2383
2411
|
|
|
@@ -2389,7 +2417,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2389
2417
|
})
|
|
2390
2418
|
.s("AWSEvents", "ListTagsForResource", {})
|
|
2391
2419
|
.n("EventBridgeClient", "ListTagsForResourceCommand")
|
|
2392
|
-
.sc(ListTagsForResource)
|
|
2420
|
+
.sc(ListTagsForResource$)
|
|
2393
2421
|
.build() {
|
|
2394
2422
|
}
|
|
2395
2423
|
|
|
@@ -2401,7 +2429,7 @@ class ListTargetsByRuleCommand extends smithyClient.Command
|
|
|
2401
2429
|
})
|
|
2402
2430
|
.s("AWSEvents", "ListTargetsByRule", {})
|
|
2403
2431
|
.n("EventBridgeClient", "ListTargetsByRuleCommand")
|
|
2404
|
-
.sc(ListTargetsByRule)
|
|
2432
|
+
.sc(ListTargetsByRule$)
|
|
2405
2433
|
.build() {
|
|
2406
2434
|
}
|
|
2407
2435
|
|
|
@@ -2416,7 +2444,7 @@ class PutEventsCommand extends smithyClient.Command
|
|
|
2416
2444
|
})
|
|
2417
2445
|
.s("AWSEvents", "PutEvents", {})
|
|
2418
2446
|
.n("EventBridgeClient", "PutEventsCommand")
|
|
2419
|
-
.sc(PutEvents)
|
|
2447
|
+
.sc(PutEvents$)
|
|
2420
2448
|
.build() {
|
|
2421
2449
|
}
|
|
2422
2450
|
|
|
@@ -2428,7 +2456,7 @@ class PutPartnerEventsCommand extends smithyClient.Command
|
|
|
2428
2456
|
})
|
|
2429
2457
|
.s("AWSEvents", "PutPartnerEvents", {})
|
|
2430
2458
|
.n("EventBridgeClient", "PutPartnerEventsCommand")
|
|
2431
|
-
.sc(PutPartnerEvents)
|
|
2459
|
+
.sc(PutPartnerEvents$)
|
|
2432
2460
|
.build() {
|
|
2433
2461
|
}
|
|
2434
2462
|
|
|
@@ -2440,7 +2468,7 @@ class PutPermissionCommand extends smithyClient.Command
|
|
|
2440
2468
|
})
|
|
2441
2469
|
.s("AWSEvents", "PutPermission", {})
|
|
2442
2470
|
.n("EventBridgeClient", "PutPermissionCommand")
|
|
2443
|
-
.sc(PutPermission)
|
|
2471
|
+
.sc(PutPermission$)
|
|
2444
2472
|
.build() {
|
|
2445
2473
|
}
|
|
2446
2474
|
|
|
@@ -2452,7 +2480,7 @@ class PutRuleCommand extends smithyClient.Command
|
|
|
2452
2480
|
})
|
|
2453
2481
|
.s("AWSEvents", "PutRule", {})
|
|
2454
2482
|
.n("EventBridgeClient", "PutRuleCommand")
|
|
2455
|
-
.sc(PutRule)
|
|
2483
|
+
.sc(PutRule$)
|
|
2456
2484
|
.build() {
|
|
2457
2485
|
}
|
|
2458
2486
|
|
|
@@ -2464,7 +2492,7 @@ class PutTargetsCommand extends smithyClient.Command
|
|
|
2464
2492
|
})
|
|
2465
2493
|
.s("AWSEvents", "PutTargets", {})
|
|
2466
2494
|
.n("EventBridgeClient", "PutTargetsCommand")
|
|
2467
|
-
.sc(PutTargets)
|
|
2495
|
+
.sc(PutTargets$)
|
|
2468
2496
|
.build() {
|
|
2469
2497
|
}
|
|
2470
2498
|
|
|
@@ -2476,7 +2504,7 @@ class RemovePermissionCommand extends smithyClient.Command
|
|
|
2476
2504
|
})
|
|
2477
2505
|
.s("AWSEvents", "RemovePermission", {})
|
|
2478
2506
|
.n("EventBridgeClient", "RemovePermissionCommand")
|
|
2479
|
-
.sc(RemovePermission)
|
|
2507
|
+
.sc(RemovePermission$)
|
|
2480
2508
|
.build() {
|
|
2481
2509
|
}
|
|
2482
2510
|
|
|
@@ -2488,7 +2516,7 @@ class RemoveTargetsCommand extends smithyClient.Command
|
|
|
2488
2516
|
})
|
|
2489
2517
|
.s("AWSEvents", "RemoveTargets", {})
|
|
2490
2518
|
.n("EventBridgeClient", "RemoveTargetsCommand")
|
|
2491
|
-
.sc(RemoveTargets)
|
|
2519
|
+
.sc(RemoveTargets$)
|
|
2492
2520
|
.build() {
|
|
2493
2521
|
}
|
|
2494
2522
|
|
|
@@ -2500,7 +2528,7 @@ class StartReplayCommand extends smithyClient.Command
|
|
|
2500
2528
|
})
|
|
2501
2529
|
.s("AWSEvents", "StartReplay", {})
|
|
2502
2530
|
.n("EventBridgeClient", "StartReplayCommand")
|
|
2503
|
-
.sc(StartReplay)
|
|
2531
|
+
.sc(StartReplay$)
|
|
2504
2532
|
.build() {
|
|
2505
2533
|
}
|
|
2506
2534
|
|
|
@@ -2512,7 +2540,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2512
2540
|
})
|
|
2513
2541
|
.s("AWSEvents", "TagResource", {})
|
|
2514
2542
|
.n("EventBridgeClient", "TagResourceCommand")
|
|
2515
|
-
.sc(TagResource)
|
|
2543
|
+
.sc(TagResource$)
|
|
2516
2544
|
.build() {
|
|
2517
2545
|
}
|
|
2518
2546
|
|
|
@@ -2524,7 +2552,7 @@ class TestEventPatternCommand extends smithyClient.Command
|
|
|
2524
2552
|
})
|
|
2525
2553
|
.s("AWSEvents", "TestEventPattern", {})
|
|
2526
2554
|
.n("EventBridgeClient", "TestEventPatternCommand")
|
|
2527
|
-
.sc(TestEventPattern)
|
|
2555
|
+
.sc(TestEventPattern$)
|
|
2528
2556
|
.build() {
|
|
2529
2557
|
}
|
|
2530
2558
|
|
|
@@ -2536,7 +2564,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2536
2564
|
})
|
|
2537
2565
|
.s("AWSEvents", "UntagResource", {})
|
|
2538
2566
|
.n("EventBridgeClient", "UntagResourceCommand")
|
|
2539
|
-
.sc(UntagResource)
|
|
2567
|
+
.sc(UntagResource$)
|
|
2540
2568
|
.build() {
|
|
2541
2569
|
}
|
|
2542
2570
|
|
|
@@ -2548,7 +2576,7 @@ class UpdateApiDestinationCommand extends smithyClient.Command
|
|
|
2548
2576
|
})
|
|
2549
2577
|
.s("AWSEvents", "UpdateApiDestination", {})
|
|
2550
2578
|
.n("EventBridgeClient", "UpdateApiDestinationCommand")
|
|
2551
|
-
.sc(UpdateApiDestination)
|
|
2579
|
+
.sc(UpdateApiDestination$)
|
|
2552
2580
|
.build() {
|
|
2553
2581
|
}
|
|
2554
2582
|
|
|
@@ -2560,7 +2588,7 @@ class UpdateArchiveCommand extends smithyClient.Command
|
|
|
2560
2588
|
})
|
|
2561
2589
|
.s("AWSEvents", "UpdateArchive", {})
|
|
2562
2590
|
.n("EventBridgeClient", "UpdateArchiveCommand")
|
|
2563
|
-
.sc(UpdateArchive)
|
|
2591
|
+
.sc(UpdateArchive$)
|
|
2564
2592
|
.build() {
|
|
2565
2593
|
}
|
|
2566
2594
|
|
|
@@ -2572,7 +2600,7 @@ class UpdateConnectionCommand extends smithyClient.Command
|
|
|
2572
2600
|
})
|
|
2573
2601
|
.s("AWSEvents", "UpdateConnection", {})
|
|
2574
2602
|
.n("EventBridgeClient", "UpdateConnectionCommand")
|
|
2575
|
-
.sc(UpdateConnection)
|
|
2603
|
+
.sc(UpdateConnection$)
|
|
2576
2604
|
.build() {
|
|
2577
2605
|
}
|
|
2578
2606
|
|
|
@@ -2584,7 +2612,7 @@ class UpdateEndpointCommand extends smithyClient.Command
|
|
|
2584
2612
|
})
|
|
2585
2613
|
.s("AWSEvents", "UpdateEndpoint", {})
|
|
2586
2614
|
.n("EventBridgeClient", "UpdateEndpointCommand")
|
|
2587
|
-
.sc(UpdateEndpoint)
|
|
2615
|
+
.sc(UpdateEndpoint$)
|
|
2588
2616
|
.build() {
|
|
2589
2617
|
}
|
|
2590
2618
|
|
|
@@ -2596,7 +2624,7 @@ class UpdateEventBusCommand extends smithyClient.Command
|
|
|
2596
2624
|
})
|
|
2597
2625
|
.s("AWSEvents", "UpdateEventBus", {})
|
|
2598
2626
|
.n("EventBridgeClient", "UpdateEventBusCommand")
|
|
2599
|
-
.sc(UpdateEventBus)
|
|
2627
|
+
.sc(UpdateEventBus$)
|
|
2600
2628
|
.build() {
|
|
2601
2629
|
}
|
|
2602
2630
|
|
|
@@ -2776,94 +2804,341 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2776
2804
|
enumerable: true,
|
|
2777
2805
|
get: function () { return smithyClient.Client; }
|
|
2778
2806
|
});
|
|
2779
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
2807
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
2808
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
2809
|
+
exports.ActivateEventSource$ = ActivateEventSource$;
|
|
2780
2810
|
exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
|
|
2811
|
+
exports.ActivateEventSourceRequest$ = ActivateEventSourceRequest$;
|
|
2812
|
+
exports.ApiDestination$ = ApiDestination$;
|
|
2781
2813
|
exports.ApiDestinationHttpMethod = ApiDestinationHttpMethod;
|
|
2782
2814
|
exports.ApiDestinationState = ApiDestinationState;
|
|
2815
|
+
exports.AppSyncParameters$ = AppSyncParameters$;
|
|
2816
|
+
exports.Archive$ = Archive$;
|
|
2783
2817
|
exports.ArchiveState = ArchiveState;
|
|
2784
2818
|
exports.AssignPublicIp = AssignPublicIp;
|
|
2819
|
+
exports.AwsVpcConfiguration$ = AwsVpcConfiguration$;
|
|
2820
|
+
exports.BatchArrayProperties$ = BatchArrayProperties$;
|
|
2821
|
+
exports.BatchParameters$ = BatchParameters$;
|
|
2822
|
+
exports.BatchRetryStrategy$ = BatchRetryStrategy$;
|
|
2823
|
+
exports.CancelReplay$ = CancelReplay$;
|
|
2785
2824
|
exports.CancelReplayCommand = CancelReplayCommand;
|
|
2786
|
-
exports.
|
|
2825
|
+
exports.CancelReplayRequest$ = CancelReplayRequest$;
|
|
2826
|
+
exports.CancelReplayResponse$ = CancelReplayResponse$;
|
|
2827
|
+
exports.CapacityProviderStrategyItem$ = CapacityProviderStrategyItem$;
|
|
2828
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
2829
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
2830
|
+
exports.Condition$ = Condition$;
|
|
2831
|
+
exports.Connection$ = Connection$;
|
|
2832
|
+
exports.ConnectionApiKeyAuthResponseParameters$ = ConnectionApiKeyAuthResponseParameters$;
|
|
2833
|
+
exports.ConnectionAuthResponseParameters$ = ConnectionAuthResponseParameters$;
|
|
2787
2834
|
exports.ConnectionAuthorizationType = ConnectionAuthorizationType;
|
|
2835
|
+
exports.ConnectionBasicAuthResponseParameters$ = ConnectionBasicAuthResponseParameters$;
|
|
2836
|
+
exports.ConnectionBodyParameter$ = ConnectionBodyParameter$;
|
|
2837
|
+
exports.ConnectionHeaderParameter$ = ConnectionHeaderParameter$;
|
|
2838
|
+
exports.ConnectionHttpParameters$ = ConnectionHttpParameters$;
|
|
2839
|
+
exports.ConnectionOAuthClientResponseParameters$ = ConnectionOAuthClientResponseParameters$;
|
|
2788
2840
|
exports.ConnectionOAuthHttpMethod = ConnectionOAuthHttpMethod;
|
|
2841
|
+
exports.ConnectionOAuthResponseParameters$ = ConnectionOAuthResponseParameters$;
|
|
2842
|
+
exports.ConnectionQueryStringParameter$ = ConnectionQueryStringParameter$;
|
|
2789
2843
|
exports.ConnectionState = ConnectionState;
|
|
2844
|
+
exports.ConnectivityResourceConfigurationArn$ = ConnectivityResourceConfigurationArn$;
|
|
2845
|
+
exports.ConnectivityResourceParameters$ = ConnectivityResourceParameters$;
|
|
2846
|
+
exports.CreateApiDestination$ = CreateApiDestination$;
|
|
2790
2847
|
exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
|
|
2848
|
+
exports.CreateApiDestinationRequest$ = CreateApiDestinationRequest$;
|
|
2849
|
+
exports.CreateApiDestinationResponse$ = CreateApiDestinationResponse$;
|
|
2850
|
+
exports.CreateArchive$ = CreateArchive$;
|
|
2791
2851
|
exports.CreateArchiveCommand = CreateArchiveCommand;
|
|
2852
|
+
exports.CreateArchiveRequest$ = CreateArchiveRequest$;
|
|
2853
|
+
exports.CreateArchiveResponse$ = CreateArchiveResponse$;
|
|
2854
|
+
exports.CreateConnection$ = CreateConnection$;
|
|
2855
|
+
exports.CreateConnectionApiKeyAuthRequestParameters$ = CreateConnectionApiKeyAuthRequestParameters$;
|
|
2856
|
+
exports.CreateConnectionAuthRequestParameters$ = CreateConnectionAuthRequestParameters$;
|
|
2857
|
+
exports.CreateConnectionBasicAuthRequestParameters$ = CreateConnectionBasicAuthRequestParameters$;
|
|
2792
2858
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
2859
|
+
exports.CreateConnectionOAuthClientRequestParameters$ = CreateConnectionOAuthClientRequestParameters$;
|
|
2860
|
+
exports.CreateConnectionOAuthRequestParameters$ = CreateConnectionOAuthRequestParameters$;
|
|
2861
|
+
exports.CreateConnectionRequest$ = CreateConnectionRequest$;
|
|
2862
|
+
exports.CreateConnectionResponse$ = CreateConnectionResponse$;
|
|
2863
|
+
exports.CreateEndpoint$ = CreateEndpoint$;
|
|
2793
2864
|
exports.CreateEndpointCommand = CreateEndpointCommand;
|
|
2865
|
+
exports.CreateEndpointRequest$ = CreateEndpointRequest$;
|
|
2866
|
+
exports.CreateEndpointResponse$ = CreateEndpointResponse$;
|
|
2867
|
+
exports.CreateEventBus$ = CreateEventBus$;
|
|
2794
2868
|
exports.CreateEventBusCommand = CreateEventBusCommand;
|
|
2869
|
+
exports.CreateEventBusRequest$ = CreateEventBusRequest$;
|
|
2870
|
+
exports.CreateEventBusResponse$ = CreateEventBusResponse$;
|
|
2871
|
+
exports.CreatePartnerEventSource$ = CreatePartnerEventSource$;
|
|
2795
2872
|
exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
|
|
2873
|
+
exports.CreatePartnerEventSourceRequest$ = CreatePartnerEventSourceRequest$;
|
|
2874
|
+
exports.CreatePartnerEventSourceResponse$ = CreatePartnerEventSourceResponse$;
|
|
2875
|
+
exports.DeactivateEventSource$ = DeactivateEventSource$;
|
|
2796
2876
|
exports.DeactivateEventSourceCommand = DeactivateEventSourceCommand;
|
|
2877
|
+
exports.DeactivateEventSourceRequest$ = DeactivateEventSourceRequest$;
|
|
2878
|
+
exports.DeadLetterConfig$ = DeadLetterConfig$;
|
|
2879
|
+
exports.DeauthorizeConnection$ = DeauthorizeConnection$;
|
|
2797
2880
|
exports.DeauthorizeConnectionCommand = DeauthorizeConnectionCommand;
|
|
2881
|
+
exports.DeauthorizeConnectionRequest$ = DeauthorizeConnectionRequest$;
|
|
2882
|
+
exports.DeauthorizeConnectionResponse$ = DeauthorizeConnectionResponse$;
|
|
2883
|
+
exports.DeleteApiDestination$ = DeleteApiDestination$;
|
|
2798
2884
|
exports.DeleteApiDestinationCommand = DeleteApiDestinationCommand;
|
|
2885
|
+
exports.DeleteApiDestinationRequest$ = DeleteApiDestinationRequest$;
|
|
2886
|
+
exports.DeleteApiDestinationResponse$ = DeleteApiDestinationResponse$;
|
|
2887
|
+
exports.DeleteArchive$ = DeleteArchive$;
|
|
2799
2888
|
exports.DeleteArchiveCommand = DeleteArchiveCommand;
|
|
2889
|
+
exports.DeleteArchiveRequest$ = DeleteArchiveRequest$;
|
|
2890
|
+
exports.DeleteArchiveResponse$ = DeleteArchiveResponse$;
|
|
2891
|
+
exports.DeleteConnection$ = DeleteConnection$;
|
|
2800
2892
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
2893
|
+
exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
|
|
2894
|
+
exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
|
|
2895
|
+
exports.DeleteEndpoint$ = DeleteEndpoint$;
|
|
2801
2896
|
exports.DeleteEndpointCommand = DeleteEndpointCommand;
|
|
2897
|
+
exports.DeleteEndpointRequest$ = DeleteEndpointRequest$;
|
|
2898
|
+
exports.DeleteEndpointResponse$ = DeleteEndpointResponse$;
|
|
2899
|
+
exports.DeleteEventBus$ = DeleteEventBus$;
|
|
2802
2900
|
exports.DeleteEventBusCommand = DeleteEventBusCommand;
|
|
2901
|
+
exports.DeleteEventBusRequest$ = DeleteEventBusRequest$;
|
|
2902
|
+
exports.DeletePartnerEventSource$ = DeletePartnerEventSource$;
|
|
2803
2903
|
exports.DeletePartnerEventSourceCommand = DeletePartnerEventSourceCommand;
|
|
2904
|
+
exports.DeletePartnerEventSourceRequest$ = DeletePartnerEventSourceRequest$;
|
|
2905
|
+
exports.DeleteRule$ = DeleteRule$;
|
|
2804
2906
|
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
2907
|
+
exports.DeleteRuleRequest$ = DeleteRuleRequest$;
|
|
2908
|
+
exports.DescribeApiDestination$ = DescribeApiDestination$;
|
|
2805
2909
|
exports.DescribeApiDestinationCommand = DescribeApiDestinationCommand;
|
|
2910
|
+
exports.DescribeApiDestinationRequest$ = DescribeApiDestinationRequest$;
|
|
2911
|
+
exports.DescribeApiDestinationResponse$ = DescribeApiDestinationResponse$;
|
|
2912
|
+
exports.DescribeArchive$ = DescribeArchive$;
|
|
2806
2913
|
exports.DescribeArchiveCommand = DescribeArchiveCommand;
|
|
2914
|
+
exports.DescribeArchiveRequest$ = DescribeArchiveRequest$;
|
|
2915
|
+
exports.DescribeArchiveResponse$ = DescribeArchiveResponse$;
|
|
2916
|
+
exports.DescribeConnection$ = DescribeConnection$;
|
|
2807
2917
|
exports.DescribeConnectionCommand = DescribeConnectionCommand;
|
|
2918
|
+
exports.DescribeConnectionConnectivityParameters$ = DescribeConnectionConnectivityParameters$;
|
|
2919
|
+
exports.DescribeConnectionRequest$ = DescribeConnectionRequest$;
|
|
2920
|
+
exports.DescribeConnectionResourceParameters$ = DescribeConnectionResourceParameters$;
|
|
2921
|
+
exports.DescribeConnectionResponse$ = DescribeConnectionResponse$;
|
|
2922
|
+
exports.DescribeEndpoint$ = DescribeEndpoint$;
|
|
2808
2923
|
exports.DescribeEndpointCommand = DescribeEndpointCommand;
|
|
2924
|
+
exports.DescribeEndpointRequest$ = DescribeEndpointRequest$;
|
|
2925
|
+
exports.DescribeEndpointResponse$ = DescribeEndpointResponse$;
|
|
2926
|
+
exports.DescribeEventBus$ = DescribeEventBus$;
|
|
2809
2927
|
exports.DescribeEventBusCommand = DescribeEventBusCommand;
|
|
2928
|
+
exports.DescribeEventBusRequest$ = DescribeEventBusRequest$;
|
|
2929
|
+
exports.DescribeEventBusResponse$ = DescribeEventBusResponse$;
|
|
2930
|
+
exports.DescribeEventSource$ = DescribeEventSource$;
|
|
2810
2931
|
exports.DescribeEventSourceCommand = DescribeEventSourceCommand;
|
|
2932
|
+
exports.DescribeEventSourceRequest$ = DescribeEventSourceRequest$;
|
|
2933
|
+
exports.DescribeEventSourceResponse$ = DescribeEventSourceResponse$;
|
|
2934
|
+
exports.DescribePartnerEventSource$ = DescribePartnerEventSource$;
|
|
2811
2935
|
exports.DescribePartnerEventSourceCommand = DescribePartnerEventSourceCommand;
|
|
2936
|
+
exports.DescribePartnerEventSourceRequest$ = DescribePartnerEventSourceRequest$;
|
|
2937
|
+
exports.DescribePartnerEventSourceResponse$ = DescribePartnerEventSourceResponse$;
|
|
2938
|
+
exports.DescribeReplay$ = DescribeReplay$;
|
|
2812
2939
|
exports.DescribeReplayCommand = DescribeReplayCommand;
|
|
2940
|
+
exports.DescribeReplayRequest$ = DescribeReplayRequest$;
|
|
2941
|
+
exports.DescribeReplayResponse$ = DescribeReplayResponse$;
|
|
2942
|
+
exports.DescribeRule$ = DescribeRule$;
|
|
2813
2943
|
exports.DescribeRuleCommand = DescribeRuleCommand;
|
|
2944
|
+
exports.DescribeRuleRequest$ = DescribeRuleRequest$;
|
|
2945
|
+
exports.DescribeRuleResponse$ = DescribeRuleResponse$;
|
|
2946
|
+
exports.DisableRule$ = DisableRule$;
|
|
2814
2947
|
exports.DisableRuleCommand = DisableRuleCommand;
|
|
2948
|
+
exports.DisableRuleRequest$ = DisableRuleRequest$;
|
|
2949
|
+
exports.EcsParameters$ = EcsParameters$;
|
|
2950
|
+
exports.EnableRule$ = EnableRule$;
|
|
2815
2951
|
exports.EnableRuleCommand = EnableRuleCommand;
|
|
2952
|
+
exports.EnableRuleRequest$ = EnableRuleRequest$;
|
|
2953
|
+
exports.Endpoint$ = Endpoint$;
|
|
2954
|
+
exports.EndpointEventBus$ = EndpointEventBus$;
|
|
2816
2955
|
exports.EndpointState = EndpointState;
|
|
2817
2956
|
exports.EventBridge = EventBridge;
|
|
2818
2957
|
exports.EventBridgeClient = EventBridgeClient;
|
|
2819
|
-
exports.EventBridgeServiceException = EventBridgeServiceException
|
|
2958
|
+
exports.EventBridgeServiceException = EventBridgeServiceException;
|
|
2959
|
+
exports.EventBridgeServiceException$ = EventBridgeServiceException$;
|
|
2960
|
+
exports.EventBus$ = EventBus$;
|
|
2961
|
+
exports.EventSource$ = EventSource$;
|
|
2820
2962
|
exports.EventSourceState = EventSourceState;
|
|
2821
|
-
exports.
|
|
2963
|
+
exports.FailoverConfig$ = FailoverConfig$;
|
|
2964
|
+
exports.HttpParameters$ = HttpParameters$;
|
|
2965
|
+
exports.IllegalStatusException = IllegalStatusException;
|
|
2966
|
+
exports.IllegalStatusException$ = IllegalStatusException$;
|
|
2822
2967
|
exports.IncludeDetail = IncludeDetail;
|
|
2823
|
-
exports.
|
|
2824
|
-
exports.
|
|
2825
|
-
exports.
|
|
2968
|
+
exports.InputTransformer$ = InputTransformer$;
|
|
2969
|
+
exports.InternalException = InternalException;
|
|
2970
|
+
exports.InternalException$ = InternalException$;
|
|
2971
|
+
exports.InvalidEventPatternException = InvalidEventPatternException;
|
|
2972
|
+
exports.InvalidEventPatternException$ = InvalidEventPatternException$;
|
|
2973
|
+
exports.InvalidStateException = InvalidStateException;
|
|
2974
|
+
exports.InvalidStateException$ = InvalidStateException$;
|
|
2975
|
+
exports.KinesisParameters$ = KinesisParameters$;
|
|
2826
2976
|
exports.LaunchType = LaunchType;
|
|
2827
2977
|
exports.Level = Level;
|
|
2828
|
-
exports.LimitExceededException = LimitExceededException
|
|
2978
|
+
exports.LimitExceededException = LimitExceededException;
|
|
2979
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
2980
|
+
exports.ListApiDestinations$ = ListApiDestinations$;
|
|
2829
2981
|
exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
|
|
2982
|
+
exports.ListApiDestinationsRequest$ = ListApiDestinationsRequest$;
|
|
2983
|
+
exports.ListApiDestinationsResponse$ = ListApiDestinationsResponse$;
|
|
2984
|
+
exports.ListArchives$ = ListArchives$;
|
|
2830
2985
|
exports.ListArchivesCommand = ListArchivesCommand;
|
|
2986
|
+
exports.ListArchivesRequest$ = ListArchivesRequest$;
|
|
2987
|
+
exports.ListArchivesResponse$ = ListArchivesResponse$;
|
|
2988
|
+
exports.ListConnections$ = ListConnections$;
|
|
2831
2989
|
exports.ListConnectionsCommand = ListConnectionsCommand;
|
|
2990
|
+
exports.ListConnectionsRequest$ = ListConnectionsRequest$;
|
|
2991
|
+
exports.ListConnectionsResponse$ = ListConnectionsResponse$;
|
|
2992
|
+
exports.ListEndpoints$ = ListEndpoints$;
|
|
2832
2993
|
exports.ListEndpointsCommand = ListEndpointsCommand;
|
|
2994
|
+
exports.ListEndpointsRequest$ = ListEndpointsRequest$;
|
|
2995
|
+
exports.ListEndpointsResponse$ = ListEndpointsResponse$;
|
|
2996
|
+
exports.ListEventBuses$ = ListEventBuses$;
|
|
2833
2997
|
exports.ListEventBusesCommand = ListEventBusesCommand;
|
|
2998
|
+
exports.ListEventBusesRequest$ = ListEventBusesRequest$;
|
|
2999
|
+
exports.ListEventBusesResponse$ = ListEventBusesResponse$;
|
|
3000
|
+
exports.ListEventSources$ = ListEventSources$;
|
|
2834
3001
|
exports.ListEventSourcesCommand = ListEventSourcesCommand;
|
|
3002
|
+
exports.ListEventSourcesRequest$ = ListEventSourcesRequest$;
|
|
3003
|
+
exports.ListEventSourcesResponse$ = ListEventSourcesResponse$;
|
|
3004
|
+
exports.ListPartnerEventSourceAccounts$ = ListPartnerEventSourceAccounts$;
|
|
2835
3005
|
exports.ListPartnerEventSourceAccountsCommand = ListPartnerEventSourceAccountsCommand;
|
|
3006
|
+
exports.ListPartnerEventSourceAccountsRequest$ = ListPartnerEventSourceAccountsRequest$;
|
|
3007
|
+
exports.ListPartnerEventSourceAccountsResponse$ = ListPartnerEventSourceAccountsResponse$;
|
|
3008
|
+
exports.ListPartnerEventSources$ = ListPartnerEventSources$;
|
|
2836
3009
|
exports.ListPartnerEventSourcesCommand = ListPartnerEventSourcesCommand;
|
|
3010
|
+
exports.ListPartnerEventSourcesRequest$ = ListPartnerEventSourcesRequest$;
|
|
3011
|
+
exports.ListPartnerEventSourcesResponse$ = ListPartnerEventSourcesResponse$;
|
|
3012
|
+
exports.ListReplays$ = ListReplays$;
|
|
2837
3013
|
exports.ListReplaysCommand = ListReplaysCommand;
|
|
3014
|
+
exports.ListReplaysRequest$ = ListReplaysRequest$;
|
|
3015
|
+
exports.ListReplaysResponse$ = ListReplaysResponse$;
|
|
3016
|
+
exports.ListRuleNamesByTarget$ = ListRuleNamesByTarget$;
|
|
2838
3017
|
exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
|
|
3018
|
+
exports.ListRuleNamesByTargetRequest$ = ListRuleNamesByTargetRequest$;
|
|
3019
|
+
exports.ListRuleNamesByTargetResponse$ = ListRuleNamesByTargetResponse$;
|
|
3020
|
+
exports.ListRules$ = ListRules$;
|
|
2839
3021
|
exports.ListRulesCommand = ListRulesCommand;
|
|
3022
|
+
exports.ListRulesRequest$ = ListRulesRequest$;
|
|
3023
|
+
exports.ListRulesResponse$ = ListRulesResponse$;
|
|
3024
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2840
3025
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3026
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3027
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3028
|
+
exports.ListTargetsByRule$ = ListTargetsByRule$;
|
|
2841
3029
|
exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
|
|
2842
|
-
exports.
|
|
2843
|
-
exports.
|
|
3030
|
+
exports.ListTargetsByRuleRequest$ = ListTargetsByRuleRequest$;
|
|
3031
|
+
exports.ListTargetsByRuleResponse$ = ListTargetsByRuleResponse$;
|
|
3032
|
+
exports.LogConfig$ = LogConfig$;
|
|
3033
|
+
exports.ManagedRuleException = ManagedRuleException;
|
|
3034
|
+
exports.ManagedRuleException$ = ManagedRuleException$;
|
|
3035
|
+
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
3036
|
+
exports.OperationDisabledException = OperationDisabledException;
|
|
3037
|
+
exports.OperationDisabledException$ = OperationDisabledException$;
|
|
3038
|
+
exports.PartnerEventSource$ = PartnerEventSource$;
|
|
3039
|
+
exports.PartnerEventSourceAccount$ = PartnerEventSourceAccount$;
|
|
3040
|
+
exports.PlacementConstraint$ = PlacementConstraint$;
|
|
2844
3041
|
exports.PlacementConstraintType = PlacementConstraintType;
|
|
3042
|
+
exports.PlacementStrategy$ = PlacementStrategy$;
|
|
2845
3043
|
exports.PlacementStrategyType = PlacementStrategyType;
|
|
2846
|
-
exports.PolicyLengthExceededException = PolicyLengthExceededException
|
|
3044
|
+
exports.PolicyLengthExceededException = PolicyLengthExceededException;
|
|
3045
|
+
exports.PolicyLengthExceededException$ = PolicyLengthExceededException$;
|
|
3046
|
+
exports.Primary$ = Primary$;
|
|
2847
3047
|
exports.PropagateTags = PropagateTags;
|
|
3048
|
+
exports.PutEvents$ = PutEvents$;
|
|
2848
3049
|
exports.PutEventsCommand = PutEventsCommand;
|
|
3050
|
+
exports.PutEventsRequest$ = PutEventsRequest$;
|
|
3051
|
+
exports.PutEventsRequestEntry$ = PutEventsRequestEntry$;
|
|
3052
|
+
exports.PutEventsResponse$ = PutEventsResponse$;
|
|
3053
|
+
exports.PutEventsResultEntry$ = PutEventsResultEntry$;
|
|
3054
|
+
exports.PutPartnerEvents$ = PutPartnerEvents$;
|
|
2849
3055
|
exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
|
|
3056
|
+
exports.PutPartnerEventsRequest$ = PutPartnerEventsRequest$;
|
|
3057
|
+
exports.PutPartnerEventsRequestEntry$ = PutPartnerEventsRequestEntry$;
|
|
3058
|
+
exports.PutPartnerEventsResponse$ = PutPartnerEventsResponse$;
|
|
3059
|
+
exports.PutPartnerEventsResultEntry$ = PutPartnerEventsResultEntry$;
|
|
3060
|
+
exports.PutPermission$ = PutPermission$;
|
|
2850
3061
|
exports.PutPermissionCommand = PutPermissionCommand;
|
|
3062
|
+
exports.PutPermissionRequest$ = PutPermissionRequest$;
|
|
3063
|
+
exports.PutRule$ = PutRule$;
|
|
2851
3064
|
exports.PutRuleCommand = PutRuleCommand;
|
|
3065
|
+
exports.PutRuleRequest$ = PutRuleRequest$;
|
|
3066
|
+
exports.PutRuleResponse$ = PutRuleResponse$;
|
|
3067
|
+
exports.PutTargets$ = PutTargets$;
|
|
2852
3068
|
exports.PutTargetsCommand = PutTargetsCommand;
|
|
3069
|
+
exports.PutTargetsRequest$ = PutTargetsRequest$;
|
|
3070
|
+
exports.PutTargetsResponse$ = PutTargetsResponse$;
|
|
3071
|
+
exports.PutTargetsResultEntry$ = PutTargetsResultEntry$;
|
|
3072
|
+
exports.RedshiftDataParameters$ = RedshiftDataParameters$;
|
|
3073
|
+
exports.RemovePermission$ = RemovePermission$;
|
|
2853
3074
|
exports.RemovePermissionCommand = RemovePermissionCommand;
|
|
3075
|
+
exports.RemovePermissionRequest$ = RemovePermissionRequest$;
|
|
3076
|
+
exports.RemoveTargets$ = RemoveTargets$;
|
|
2854
3077
|
exports.RemoveTargetsCommand = RemoveTargetsCommand;
|
|
3078
|
+
exports.RemoveTargetsRequest$ = RemoveTargetsRequest$;
|
|
3079
|
+
exports.RemoveTargetsResponse$ = RemoveTargetsResponse$;
|
|
3080
|
+
exports.RemoveTargetsResultEntry$ = RemoveTargetsResultEntry$;
|
|
3081
|
+
exports.Replay$ = Replay$;
|
|
3082
|
+
exports.ReplayDestination$ = ReplayDestination$;
|
|
2855
3083
|
exports.ReplayState = ReplayState;
|
|
3084
|
+
exports.ReplicationConfig$ = ReplicationConfig$;
|
|
2856
3085
|
exports.ReplicationState = ReplicationState;
|
|
2857
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException
|
|
2858
|
-
exports.
|
|
3086
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
3087
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
3088
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3089
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3090
|
+
exports.RetryPolicy$ = RetryPolicy$;
|
|
3091
|
+
exports.RoutingConfig$ = RoutingConfig$;
|
|
3092
|
+
exports.Rule$ = Rule$;
|
|
2859
3093
|
exports.RuleState = RuleState;
|
|
3094
|
+
exports.RunCommandParameters$ = RunCommandParameters$;
|
|
3095
|
+
exports.RunCommandTarget$ = RunCommandTarget$;
|
|
3096
|
+
exports.SageMakerPipelineParameter$ = SageMakerPipelineParameter$;
|
|
3097
|
+
exports.SageMakerPipelineParameters$ = SageMakerPipelineParameters$;
|
|
3098
|
+
exports.Secondary$ = Secondary$;
|
|
3099
|
+
exports.SqsParameters$ = SqsParameters$;
|
|
3100
|
+
exports.StartReplay$ = StartReplay$;
|
|
2860
3101
|
exports.StartReplayCommand = StartReplayCommand;
|
|
3102
|
+
exports.StartReplayRequest$ = StartReplayRequest$;
|
|
3103
|
+
exports.StartReplayResponse$ = StartReplayResponse$;
|
|
3104
|
+
exports.Tag$ = Tag$;
|
|
3105
|
+
exports.TagResource$ = TagResource$;
|
|
2861
3106
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3107
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3108
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
3109
|
+
exports.Target$ = Target$;
|
|
3110
|
+
exports.TestEventPattern$ = TestEventPattern$;
|
|
2862
3111
|
exports.TestEventPatternCommand = TestEventPatternCommand;
|
|
2863
|
-
exports.
|
|
3112
|
+
exports.TestEventPatternRequest$ = TestEventPatternRequest$;
|
|
3113
|
+
exports.TestEventPatternResponse$ = TestEventPatternResponse$;
|
|
3114
|
+
exports.ThrottlingException = ThrottlingException;
|
|
3115
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
3116
|
+
exports.UntagResource$ = UntagResource$;
|
|
2864
3117
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3118
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3119
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3120
|
+
exports.UpdateApiDestination$ = UpdateApiDestination$;
|
|
2865
3121
|
exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
|
|
3122
|
+
exports.UpdateApiDestinationRequest$ = UpdateApiDestinationRequest$;
|
|
3123
|
+
exports.UpdateApiDestinationResponse$ = UpdateApiDestinationResponse$;
|
|
3124
|
+
exports.UpdateArchive$ = UpdateArchive$;
|
|
2866
3125
|
exports.UpdateArchiveCommand = UpdateArchiveCommand;
|
|
3126
|
+
exports.UpdateArchiveRequest$ = UpdateArchiveRequest$;
|
|
3127
|
+
exports.UpdateArchiveResponse$ = UpdateArchiveResponse$;
|
|
3128
|
+
exports.UpdateConnection$ = UpdateConnection$;
|
|
3129
|
+
exports.UpdateConnectionApiKeyAuthRequestParameters$ = UpdateConnectionApiKeyAuthRequestParameters$;
|
|
3130
|
+
exports.UpdateConnectionAuthRequestParameters$ = UpdateConnectionAuthRequestParameters$;
|
|
3131
|
+
exports.UpdateConnectionBasicAuthRequestParameters$ = UpdateConnectionBasicAuthRequestParameters$;
|
|
2867
3132
|
exports.UpdateConnectionCommand = UpdateConnectionCommand;
|
|
3133
|
+
exports.UpdateConnectionOAuthClientRequestParameters$ = UpdateConnectionOAuthClientRequestParameters$;
|
|
3134
|
+
exports.UpdateConnectionOAuthRequestParameters$ = UpdateConnectionOAuthRequestParameters$;
|
|
3135
|
+
exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
|
|
3136
|
+
exports.UpdateConnectionResponse$ = UpdateConnectionResponse$;
|
|
3137
|
+
exports.UpdateEndpoint$ = UpdateEndpoint$;
|
|
2868
3138
|
exports.UpdateEndpointCommand = UpdateEndpointCommand;
|
|
3139
|
+
exports.UpdateEndpointRequest$ = UpdateEndpointRequest$;
|
|
3140
|
+
exports.UpdateEndpointResponse$ = UpdateEndpointResponse$;
|
|
3141
|
+
exports.UpdateEventBus$ = UpdateEventBus$;
|
|
2869
3142
|
exports.UpdateEventBusCommand = UpdateEventBusCommand;
|
|
3143
|
+
exports.UpdateEventBusRequest$ = UpdateEventBusRequest$;
|
|
3144
|
+
exports.UpdateEventBusResponse$ = UpdateEventBusResponse$;
|