@aws-sdk/client-cloudwatch-events 3.952.0 → 3.954.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 +686 -444
- 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/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/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/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/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/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +404 -376
- package/dist-types/CloudWatchEventsClient.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 +215 -256
- package/dist-types/ts3.4/CloudWatchEventsClient.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 +214 -257
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CloudWatchEventsClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CloudWatchEventsServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CloudWatchEventsServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ConcurrentModificationException extends CloudWatchEventsServiceException {
|
|
121
121
|
name = "ConcurrentModificationException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InternalException extends CloudWatchEventsServiceException {
|
|
133
133
|
name = "InternalException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InternalException$1 = class InternalException extends CloudWatchEventsServic
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InternalException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InvalidStateException extends CloudWatchEventsServiceException {
|
|
145
145
|
name = "InvalidStateException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InvalidStateException$1 = class InvalidStateException extends CloudWatchEven
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class OperationDisabledException extends CloudWatchEventsServiceException {
|
|
157
157
|
name = "OperationDisabledException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let OperationDisabledException$1 = class OperationDisabledException extends Clou
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, OperationDisabledException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ResourceNotFoundException extends CloudWatchEventsServiceException {
|
|
169
169
|
name = "ResourceNotFoundException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudW
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class IllegalStatusException extends CloudWatchEventsServiceException {
|
|
181
181
|
name = "IllegalStatusException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let IllegalStatusException$1 = class IllegalStatusException extends CloudWatchEv
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, IllegalStatusException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class LimitExceededException extends CloudWatchEventsServiceException {
|
|
193
193
|
name = "LimitExceededException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let LimitExceededException$1 = class LimitExceededException extends CloudWatchEv
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ResourceAlreadyExistsException extends CloudWatchEventsServiceException {
|
|
205
205
|
name = "ResourceAlreadyExistsException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class InvalidEventPatternException extends CloudWatchEventsServiceException {
|
|
217
217
|
name = "InvalidEventPatternException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let InvalidEventPatternException$1 = class InvalidEventPatternException extends
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class ManagedRuleException extends CloudWatchEventsServiceException {
|
|
229
229
|
name = "ManagedRuleException";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let ManagedRuleException$1 = class ManagedRuleException extends CloudWatchEvents
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, ManagedRuleException.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class PolicyLengthExceededException extends CloudWatchEventsServiceException {
|
|
241
241
|
name = "PolicyLengthExceededException";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,7 +248,7 @@ let PolicyLengthExceededException$1 = class PolicyLengthExceededException extend
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
251
|
+
}
|
|
252
252
|
|
|
253
253
|
const _A = "Archive";
|
|
254
254
|
const _AA = "ArchiveArn";
|
|
@@ -649,8 +649,8 @@ var AuthHeaderParametersSensitive = [0, n0, _AHPS, 8, 0];
|
|
|
649
649
|
var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
|
|
650
650
|
var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
|
|
651
651
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
652
|
-
var ActivateEventSourceRequest = [3, n0, _AESR, 0, [_N], [0]];
|
|
653
|
-
var ApiDestination = [
|
|
652
|
+
var ActivateEventSourceRequest$ = [3, n0, _AESR, 0, [_N], [0]];
|
|
653
|
+
var ApiDestination$ = [
|
|
654
654
|
3,
|
|
655
655
|
n0,
|
|
656
656
|
_AD,
|
|
@@ -658,7 +658,7 @@ var ApiDestination = [
|
|
|
658
658
|
[_ADA, _N, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
|
|
659
659
|
[0, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
660
660
|
];
|
|
661
|
-
var Archive = [
|
|
661
|
+
var Archive$ = [
|
|
662
662
|
3,
|
|
663
663
|
n0,
|
|
664
664
|
_A,
|
|
@@ -666,24 +666,24 @@ var Archive = [
|
|
|
666
666
|
[_AN, _ESA, _S, _SR, _RD, _SB, _EC, _CT],
|
|
667
667
|
[0, 0, 0, 0, 1, 1, 1, 4],
|
|
668
668
|
];
|
|
669
|
-
var AwsVpcConfiguration = [3, n0, _AVC, 0, [_Su, _SG, _API], [64 | 0, 64 | 0, 0]];
|
|
670
|
-
var BatchArrayProperties = [3, n0, _BAP, 0, [_Si], [1]];
|
|
671
|
-
var BatchParameters = [
|
|
669
|
+
var AwsVpcConfiguration$ = [3, n0, _AVC, 0, [_Su, _SG, _API], [64 | 0, 64 | 0, 0]];
|
|
670
|
+
var BatchArrayProperties$ = [3, n0, _BAP, 0, [_Si], [1]];
|
|
671
|
+
var BatchParameters$ = [
|
|
672
672
|
3,
|
|
673
673
|
n0,
|
|
674
674
|
_BP,
|
|
675
675
|
0,
|
|
676
676
|
[_JD, _JN, _AP, _RS],
|
|
677
|
-
[0, 0, () => BatchArrayProperties
|
|
678
|
-
];
|
|
679
|
-
var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
|
|
680
|
-
var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
|
|
681
|
-
var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _S, _SR], [0, 0, 0]];
|
|
682
|
-
var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
|
|
683
|
-
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
684
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
685
|
-
var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
|
|
686
|
-
var Connection = [
|
|
677
|
+
[0, 0, () => BatchArrayProperties$, () => BatchRetryStrategy$],
|
|
678
|
+
];
|
|
679
|
+
var BatchRetryStrategy$ = [3, n0, _BRS, 0, [_At], [1]];
|
|
680
|
+
var CancelReplayRequest$ = [3, n0, _CRR, 0, [_RN], [0]];
|
|
681
|
+
var CancelReplayResponse$ = [3, n0, _CRRa, 0, [_RA, _S, _SR], [0, 0, 0]];
|
|
682
|
+
var CapacityProviderStrategyItem$ = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
|
|
683
|
+
var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
684
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
685
|
+
var Condition$ = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
|
|
686
|
+
var Connection$ = [
|
|
687
687
|
3,
|
|
688
688
|
n0,
|
|
689
689
|
_Co,
|
|
@@ -691,22 +691,22 @@ var Connection = [
|
|
|
691
691
|
[_CA, _N, _CS, _SR, _AT, _CT, _LMT, _LAT],
|
|
692
692
|
[0, 0, 0, 0, 0, 4, 4, 4],
|
|
693
693
|
];
|
|
694
|
-
var ConnectionApiKeyAuthResponseParameters = [3, n0, _CAKARP, 0, [_AKN], [0]];
|
|
695
|
-
var ConnectionAuthResponseParameters = [
|
|
694
|
+
var ConnectionApiKeyAuthResponseParameters$ = [3, n0, _CAKARP, 0, [_AKN], [0]];
|
|
695
|
+
var ConnectionAuthResponseParameters$ = [
|
|
696
696
|
3,
|
|
697
697
|
n0,
|
|
698
698
|
_CARP,
|
|
699
699
|
0,
|
|
700
700
|
[_BAPa, _OAP, _AKAP, _IHP],
|
|
701
701
|
[
|
|
702
|
-
() => ConnectionBasicAuthResponseParameters
|
|
703
|
-
[() => ConnectionOAuthResponseParameters
|
|
704
|
-
() => ConnectionApiKeyAuthResponseParameters
|
|
705
|
-
[() => ConnectionHttpParameters
|
|
702
|
+
() => ConnectionBasicAuthResponseParameters$,
|
|
703
|
+
[() => ConnectionOAuthResponseParameters$, 0],
|
|
704
|
+
() => ConnectionApiKeyAuthResponseParameters$,
|
|
705
|
+
[() => ConnectionHttpParameters$, 0],
|
|
706
706
|
],
|
|
707
707
|
];
|
|
708
|
-
var ConnectionBasicAuthResponseParameters = [3, n0, _CBARP, 0, [_U], [0]];
|
|
709
|
-
var ConnectionBodyParameter = [
|
|
708
|
+
var ConnectionBasicAuthResponseParameters$ = [3, n0, _CBARP, 0, [_U], [0]];
|
|
709
|
+
var ConnectionBodyParameter$ = [
|
|
710
710
|
3,
|
|
711
711
|
n0,
|
|
712
712
|
_CBP,
|
|
@@ -714,7 +714,7 @@ var ConnectionBodyParameter = [
|
|
|
714
714
|
[_K, _V, _IVS],
|
|
715
715
|
[0, [() => SensitiveString, 0], 2],
|
|
716
716
|
];
|
|
717
|
-
var ConnectionHeaderParameter = [
|
|
717
|
+
var ConnectionHeaderParameter$ = [
|
|
718
718
|
3,
|
|
719
719
|
n0,
|
|
720
720
|
_CHP,
|
|
@@ -722,7 +722,7 @@ var ConnectionHeaderParameter = [
|
|
|
722
722
|
[_K, _V, _IVS],
|
|
723
723
|
[0, [() => HeaderValueSensitive, 0], 2],
|
|
724
724
|
];
|
|
725
|
-
var ConnectionHttpParameters = [
|
|
725
|
+
var ConnectionHttpParameters$ = [
|
|
726
726
|
3,
|
|
727
727
|
n0,
|
|
728
728
|
_CHPo,
|
|
@@ -734,16 +734,16 @@ var ConnectionHttpParameters = [
|
|
|
734
734
|
[() => ConnectionBodyParametersList, 0],
|
|
735
735
|
],
|
|
736
736
|
];
|
|
737
|
-
var ConnectionOAuthClientResponseParameters = [3, n0, _COACRP, 0, [_CID], [0]];
|
|
738
|
-
var ConnectionOAuthResponseParameters = [
|
|
737
|
+
var ConnectionOAuthClientResponseParameters$ = [3, n0, _COACRP, 0, [_CID], [0]];
|
|
738
|
+
var ConnectionOAuthResponseParameters$ = [
|
|
739
739
|
3,
|
|
740
740
|
n0,
|
|
741
741
|
_COARP,
|
|
742
742
|
0,
|
|
743
743
|
[_CP, _AE, _HM, _OAHP],
|
|
744
|
-
[() => ConnectionOAuthClientResponseParameters
|
|
744
|
+
[() => ConnectionOAuthClientResponseParameters$, 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
745
745
|
];
|
|
746
|
-
var ConnectionQueryStringParameter = [
|
|
746
|
+
var ConnectionQueryStringParameter$ = [
|
|
747
747
|
3,
|
|
748
748
|
n0,
|
|
749
749
|
_CQSP,
|
|
@@ -751,7 +751,7 @@ var ConnectionQueryStringParameter = [
|
|
|
751
751
|
[_K, _V, _IVS],
|
|
752
752
|
[0, [() => QueryStringValueSensitive, 0], 2],
|
|
753
753
|
];
|
|
754
|
-
var CreateApiDestinationRequest = [
|
|
754
|
+
var CreateApiDestinationRequest$ = [
|
|
755
755
|
3,
|
|
756
756
|
n0,
|
|
757
757
|
_CADR,
|
|
@@ -759,7 +759,7 @@ var CreateApiDestinationRequest = [
|
|
|
759
759
|
[_N, _D, _CA, _IE, _HM, _IRLPS],
|
|
760
760
|
[0, 0, 0, 0, 0, 1],
|
|
761
761
|
];
|
|
762
|
-
var CreateApiDestinationResponse = [
|
|
762
|
+
var CreateApiDestinationResponse$ = [
|
|
763
763
|
3,
|
|
764
764
|
n0,
|
|
765
765
|
_CADRr,
|
|
@@ -767,9 +767,9 @@ var CreateApiDestinationResponse = [
|
|
|
767
767
|
[_ADA, _ADS, _CT, _LMT],
|
|
768
768
|
[0, 0, 4, 4],
|
|
769
769
|
];
|
|
770
|
-
var CreateArchiveRequest = [3, n0, _CAR, 0, [_AN, _ESA, _D, _EP, _RD], [0, 0, 0, 0, 1]];
|
|
771
|
-
var CreateArchiveResponse = [3, n0, _CARr, 0, [_AA, _S, _SR, _CT], [0, 0, 0, 4]];
|
|
772
|
-
var CreateConnectionApiKeyAuthRequestParameters = [
|
|
770
|
+
var CreateArchiveRequest$ = [3, n0, _CAR, 0, [_AN, _ESA, _D, _EP, _RD], [0, 0, 0, 0, 1]];
|
|
771
|
+
var CreateArchiveResponse$ = [3, n0, _CARr, 0, [_AA, _S, _SR, _CT], [0, 0, 0, 4]];
|
|
772
|
+
var CreateConnectionApiKeyAuthRequestParameters$ = [
|
|
773
773
|
3,
|
|
774
774
|
n0,
|
|
775
775
|
_CCAKARP,
|
|
@@ -777,20 +777,20 @@ var CreateConnectionApiKeyAuthRequestParameters = [
|
|
|
777
777
|
[_AKN, _AKV],
|
|
778
778
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
779
779
|
];
|
|
780
|
-
var CreateConnectionAuthRequestParameters = [
|
|
780
|
+
var CreateConnectionAuthRequestParameters$ = [
|
|
781
781
|
3,
|
|
782
782
|
n0,
|
|
783
783
|
_CCARP,
|
|
784
784
|
0,
|
|
785
785
|
[_BAPa, _OAP, _AKAP, _IHP],
|
|
786
786
|
[
|
|
787
|
-
[() => CreateConnectionBasicAuthRequestParameters
|
|
788
|
-
[() => CreateConnectionOAuthRequestParameters
|
|
789
|
-
[() => CreateConnectionApiKeyAuthRequestParameters
|
|
790
|
-
[() => ConnectionHttpParameters
|
|
787
|
+
[() => CreateConnectionBasicAuthRequestParameters$, 0],
|
|
788
|
+
[() => CreateConnectionOAuthRequestParameters$, 0],
|
|
789
|
+
[() => CreateConnectionApiKeyAuthRequestParameters$, 0],
|
|
790
|
+
[() => ConnectionHttpParameters$, 0],
|
|
791
791
|
],
|
|
792
792
|
];
|
|
793
|
-
var CreateConnectionBasicAuthRequestParameters = [
|
|
793
|
+
var CreateConnectionBasicAuthRequestParameters$ = [
|
|
794
794
|
3,
|
|
795
795
|
n0,
|
|
796
796
|
_CCBARP,
|
|
@@ -798,7 +798,7 @@ var CreateConnectionBasicAuthRequestParameters = [
|
|
|
798
798
|
[_U, _P],
|
|
799
799
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
800
800
|
];
|
|
801
|
-
var CreateConnectionOAuthClientRequestParameters = [
|
|
801
|
+
var CreateConnectionOAuthClientRequestParameters$ = [
|
|
802
802
|
3,
|
|
803
803
|
n0,
|
|
804
804
|
_CCOACRP,
|
|
@@ -806,31 +806,31 @@ var CreateConnectionOAuthClientRequestParameters = [
|
|
|
806
806
|
[_CID, _CSl],
|
|
807
807
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
808
808
|
];
|
|
809
|
-
var CreateConnectionOAuthRequestParameters = [
|
|
809
|
+
var CreateConnectionOAuthRequestParameters$ = [
|
|
810
810
|
3,
|
|
811
811
|
n0,
|
|
812
812
|
_CCOARP,
|
|
813
813
|
0,
|
|
814
814
|
[_CP, _AE, _HM, _OAHP],
|
|
815
|
-
[[() => CreateConnectionOAuthClientRequestParameters
|
|
815
|
+
[[() => CreateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
816
816
|
];
|
|
817
|
-
var CreateConnectionRequest = [
|
|
817
|
+
var CreateConnectionRequest$ = [
|
|
818
818
|
3,
|
|
819
819
|
n0,
|
|
820
820
|
_CCR,
|
|
821
821
|
0,
|
|
822
822
|
[_N, _D, _AT, _APu],
|
|
823
|
-
[0, 0, 0, [() => CreateConnectionAuthRequestParameters
|
|
824
|
-
];
|
|
825
|
-
var CreateConnectionResponse = [3, n0, _CCRr, 0, [_CA, _CS, _CT, _LMT], [0, 0, 4, 4]];
|
|
826
|
-
var CreateEventBusRequest = [3, n0, _CEBR, 0, [_N, _ESN, _Ta], [0, 0, () => TagList]];
|
|
827
|
-
var CreateEventBusResponse = [3, n0, _CEBRr, 0, [_EBA], [0]];
|
|
828
|
-
var CreatePartnerEventSourceRequest = [3, n0, _CPESR, 0, [_N, _Ac], [0, 0]];
|
|
829
|
-
var CreatePartnerEventSourceResponse = [3, n0, _CPESRr, 0, [_ESA], [0]];
|
|
830
|
-
var DeactivateEventSourceRequest = [3, n0, _DESR, 0, [_N], [0]];
|
|
831
|
-
var DeadLetterConfig = [3, n0, _DLC, 0, [_Ar], [0]];
|
|
832
|
-
var DeauthorizeConnectionRequest = [3, n0, _DCR, 0, [_N], [0]];
|
|
833
|
-
var DeauthorizeConnectionResponse = [
|
|
823
|
+
[0, 0, 0, [() => CreateConnectionAuthRequestParameters$, 0]],
|
|
824
|
+
];
|
|
825
|
+
var CreateConnectionResponse$ = [3, n0, _CCRr, 0, [_CA, _CS, _CT, _LMT], [0, 0, 4, 4]];
|
|
826
|
+
var CreateEventBusRequest$ = [3, n0, _CEBR, 0, [_N, _ESN, _Ta], [0, 0, () => TagList]];
|
|
827
|
+
var CreateEventBusResponse$ = [3, n0, _CEBRr, 0, [_EBA], [0]];
|
|
828
|
+
var CreatePartnerEventSourceRequest$ = [3, n0, _CPESR, 0, [_N, _Ac], [0, 0]];
|
|
829
|
+
var CreatePartnerEventSourceResponse$ = [3, n0, _CPESRr, 0, [_ESA], [0]];
|
|
830
|
+
var DeactivateEventSourceRequest$ = [3, n0, _DESR, 0, [_N], [0]];
|
|
831
|
+
var DeadLetterConfig$ = [3, n0, _DLC, 0, [_Ar], [0]];
|
|
832
|
+
var DeauthorizeConnectionRequest$ = [3, n0, _DCR, 0, [_N], [0]];
|
|
833
|
+
var DeauthorizeConnectionResponse$ = [
|
|
834
834
|
3,
|
|
835
835
|
n0,
|
|
836
836
|
_DCRe,
|
|
@@ -838,12 +838,12 @@ var DeauthorizeConnectionResponse = [
|
|
|
838
838
|
[_CA, _CS, _CT, _LMT, _LAT],
|
|
839
839
|
[0, 0, 4, 4, 4],
|
|
840
840
|
];
|
|
841
|
-
var DeleteApiDestinationRequest = [3, n0, _DADR, 0, [_N], [0]];
|
|
842
|
-
var DeleteApiDestinationResponse = [3, n0, _DADRe, 0, [], []];
|
|
843
|
-
var DeleteArchiveRequest = [3, n0, _DAR, 0, [_AN], [0]];
|
|
844
|
-
var DeleteArchiveResponse = [3, n0, _DARe, 0, [], []];
|
|
845
|
-
var DeleteConnectionRequest = [3, n0, _DCRel, 0, [_N], [0]];
|
|
846
|
-
var DeleteConnectionResponse = [
|
|
841
|
+
var DeleteApiDestinationRequest$ = [3, n0, _DADR, 0, [_N], [0]];
|
|
842
|
+
var DeleteApiDestinationResponse$ = [3, n0, _DADRe, 0, [], []];
|
|
843
|
+
var DeleteArchiveRequest$ = [3, n0, _DAR, 0, [_AN], [0]];
|
|
844
|
+
var DeleteArchiveResponse$ = [3, n0, _DARe, 0, [], []];
|
|
845
|
+
var DeleteConnectionRequest$ = [3, n0, _DCRel, 0, [_N], [0]];
|
|
846
|
+
var DeleteConnectionResponse$ = [
|
|
847
847
|
3,
|
|
848
848
|
n0,
|
|
849
849
|
_DCRele,
|
|
@@ -851,11 +851,11 @@ var DeleteConnectionResponse = [
|
|
|
851
851
|
[_CA, _CS, _CT, _LMT, _LAT],
|
|
852
852
|
[0, 0, 4, 4, 4],
|
|
853
853
|
];
|
|
854
|
-
var DeleteEventBusRequest = [3, n0, _DEBR, 0, [_N], [0]];
|
|
855
|
-
var DeletePartnerEventSourceRequest = [3, n0, _DPESR, 0, [_N, _Ac], [0, 0]];
|
|
856
|
-
var DeleteRuleRequest = [3, n0, _DRR, 0, [_N, _EBN, _F], [0, 0, 2]];
|
|
857
|
-
var DescribeApiDestinationRequest = [3, n0, _DADRes, 0, [_N], [0]];
|
|
858
|
-
var DescribeApiDestinationResponse = [
|
|
854
|
+
var DeleteEventBusRequest$ = [3, n0, _DEBR, 0, [_N], [0]];
|
|
855
|
+
var DeletePartnerEventSourceRequest$ = [3, n0, _DPESR, 0, [_N, _Ac], [0, 0]];
|
|
856
|
+
var DeleteRuleRequest$ = [3, n0, _DRR, 0, [_N, _EBN, _F], [0, 0, 2]];
|
|
857
|
+
var DescribeApiDestinationRequest$ = [3, n0, _DADRes, 0, [_N], [0]];
|
|
858
|
+
var DescribeApiDestinationResponse$ = [
|
|
859
859
|
3,
|
|
860
860
|
n0,
|
|
861
861
|
_DADResc,
|
|
@@ -863,8 +863,8 @@ var DescribeApiDestinationResponse = [
|
|
|
863
863
|
[_ADA, _N, _D, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
|
|
864
864
|
[0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
|
|
865
865
|
];
|
|
866
|
-
var DescribeArchiveRequest = [3, n0, _DARes, 0, [_AN], [0]];
|
|
867
|
-
var DescribeArchiveResponse = [
|
|
866
|
+
var DescribeArchiveRequest$ = [3, n0, _DARes, 0, [_AN], [0]];
|
|
867
|
+
var DescribeArchiveResponse$ = [
|
|
868
868
|
3,
|
|
869
869
|
n0,
|
|
870
870
|
_DAResc,
|
|
@@ -872,19 +872,19 @@ var DescribeArchiveResponse = [
|
|
|
872
872
|
[_AA, _AN, _ESA, _D, _EP, _S, _SR, _RD, _SB, _EC, _CT],
|
|
873
873
|
[0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4],
|
|
874
874
|
];
|
|
875
|
-
var DescribeConnectionRequest = [3, n0, _DCRes, 0, [_N], [0]];
|
|
876
|
-
var DescribeConnectionResponse = [
|
|
875
|
+
var DescribeConnectionRequest$ = [3, n0, _DCRes, 0, [_N], [0]];
|
|
876
|
+
var DescribeConnectionResponse$ = [
|
|
877
877
|
3,
|
|
878
878
|
n0,
|
|
879
879
|
_DCResc,
|
|
880
880
|
0,
|
|
881
881
|
[_CA, _N, _D, _CS, _SR, _AT, _SA, _APu, _CT, _LMT, _LAT],
|
|
882
|
-
[0, 0, 0, 0, 0, 0, 0, [() => ConnectionAuthResponseParameters
|
|
882
|
+
[0, 0, 0, 0, 0, 0, 0, [() => ConnectionAuthResponseParameters$, 0], 4, 4, 4],
|
|
883
883
|
];
|
|
884
|
-
var DescribeEventBusRequest = [3, n0, _DEBRe, 0, [_N], [0]];
|
|
885
|
-
var DescribeEventBusResponse = [3, n0, _DEBRes, 0, [_N, _Ar, _Po], [0, 0, 0]];
|
|
886
|
-
var DescribeEventSourceRequest = [3, n0, _DESRe, 0, [_N], [0]];
|
|
887
|
-
var DescribeEventSourceResponse = [
|
|
884
|
+
var DescribeEventBusRequest$ = [3, n0, _DEBRe, 0, [_N], [0]];
|
|
885
|
+
var DescribeEventBusResponse$ = [3, n0, _DEBRes, 0, [_N, _Ar, _Po], [0, 0, 0]];
|
|
886
|
+
var DescribeEventSourceRequest$ = [3, n0, _DESRe, 0, [_N], [0]];
|
|
887
|
+
var DescribeEventSourceResponse$ = [
|
|
888
888
|
3,
|
|
889
889
|
n0,
|
|
890
890
|
_DESRes,
|
|
@@ -892,19 +892,19 @@ var DescribeEventSourceResponse = [
|
|
|
892
892
|
[_Ar, _CB, _CT, _ET, _N, _S],
|
|
893
893
|
[0, 0, 4, 4, 0, 0],
|
|
894
894
|
];
|
|
895
|
-
var DescribePartnerEventSourceRequest = [3, n0, _DPESRe, 0, [_N], [0]];
|
|
896
|
-
var DescribePartnerEventSourceResponse = [3, n0, _DPESRes, 0, [_Ar, _N], [0, 0]];
|
|
897
|
-
var DescribeReplayRequest = [3, n0, _DRRe, 0, [_RN], [0]];
|
|
898
|
-
var DescribeReplayResponse = [
|
|
895
|
+
var DescribePartnerEventSourceRequest$ = [3, n0, _DPESRe, 0, [_N], [0]];
|
|
896
|
+
var DescribePartnerEventSourceResponse$ = [3, n0, _DPESRes, 0, [_Ar, _N], [0, 0]];
|
|
897
|
+
var DescribeReplayRequest$ = [3, n0, _DRRe, 0, [_RN], [0]];
|
|
898
|
+
var DescribeReplayResponse$ = [
|
|
899
899
|
3,
|
|
900
900
|
n0,
|
|
901
901
|
_DRRes,
|
|
902
902
|
0,
|
|
903
903
|
[_RN, _RA, _D, _S, _SR, _ESA, _De, _EST, _EET, _ELRT, _RST, _RET],
|
|
904
|
-
[0, 0, 0, 0, 0, 0, () => ReplayDestination
|
|
904
|
+
[0, 0, 0, 0, 0, 0, () => ReplayDestination$, 4, 4, 4, 4, 4],
|
|
905
905
|
];
|
|
906
|
-
var DescribeRuleRequest = [3, n0, _DRResc, 0, [_N, _EBN], [0, 0]];
|
|
907
|
-
var DescribeRuleResponse = [
|
|
906
|
+
var DescribeRuleRequest$ = [3, n0, _DRResc, 0, [_N, _EBN], [0, 0]];
|
|
907
|
+
var DescribeRuleResponse$ = [
|
|
908
908
|
3,
|
|
909
909
|
n0,
|
|
910
910
|
_DRRescr,
|
|
@@ -912,8 +912,8 @@ var DescribeRuleResponse = [
|
|
|
912
912
|
[_N, _Ar, _EP, _SE, _S, _D, _RAo, _MB, _EBN, _CB],
|
|
913
913
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
914
914
|
];
|
|
915
|
-
var DisableRuleRequest = [3, n0, _DRRi, 0, [_N, _EBN], [0, 0]];
|
|
916
|
-
var EcsParameters = [
|
|
915
|
+
var DisableRuleRequest$ = [3, n0, _DRRi, 0, [_N, _EBN], [0, 0]];
|
|
916
|
+
var EcsParameters$ = [
|
|
917
917
|
3,
|
|
918
918
|
n0,
|
|
919
919
|
_EPc,
|
|
@@ -923,7 +923,7 @@ var EcsParameters = [
|
|
|
923
923
|
0,
|
|
924
924
|
1,
|
|
925
925
|
0,
|
|
926
|
-
() => NetworkConfiguration
|
|
926
|
+
() => NetworkConfiguration$,
|
|
927
927
|
0,
|
|
928
928
|
0,
|
|
929
929
|
() => CapacityProviderStrategy,
|
|
@@ -936,24 +936,24 @@ var EcsParameters = [
|
|
|
936
936
|
() => TagList,
|
|
937
937
|
],
|
|
938
938
|
];
|
|
939
|
-
var EnableRuleRequest = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
|
|
940
|
-
var EventBus = [3, n0, _EB, 0, [_N, _Ar, _Po], [0, 0, 0]];
|
|
941
|
-
var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _S], [0, 0, 4, 4, 0, 0]];
|
|
942
|
-
var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
|
|
943
|
-
var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
944
|
-
schema.TypeRegistry.for(n0).registerError(IllegalStatusException
|
|
945
|
-
var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
|
|
946
|
-
var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
|
|
947
|
-
schema.TypeRegistry.for(n0).registerError(InternalException
|
|
948
|
-
var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
|
|
949
|
-
schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException
|
|
950
|
-
var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
951
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStateException
|
|
952
|
-
var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
|
|
953
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
954
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
955
|
-
var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
|
|
956
|
-
var ListApiDestinationsResponse = [
|
|
939
|
+
var EnableRuleRequest$ = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
|
|
940
|
+
var EventBus$ = [3, n0, _EB, 0, [_N, _Ar, _Po], [0, 0, 0]];
|
|
941
|
+
var EventSource$ = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _S], [0, 0, 4, 4, 0, 0]];
|
|
942
|
+
var HttpParameters$ = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
|
|
943
|
+
var IllegalStatusException$ = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
944
|
+
schema.TypeRegistry.for(n0).registerError(IllegalStatusException$, IllegalStatusException);
|
|
945
|
+
var InputTransformer$ = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
|
|
946
|
+
var InternalException$ = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
|
|
947
|
+
schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
948
|
+
var InvalidEventPatternException$ = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
|
|
949
|
+
schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException$, InvalidEventPatternException);
|
|
950
|
+
var InvalidStateException$ = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
|
|
951
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
952
|
+
var KinesisParameters$ = [3, n0, _KP, 0, [_PKP], [0]];
|
|
953
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
954
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
955
|
+
var ListApiDestinationsRequest$ = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
|
|
956
|
+
var ListApiDestinationsResponse$ = [
|
|
957
957
|
3,
|
|
958
958
|
n0,
|
|
959
959
|
_LADRi,
|
|
@@ -961,10 +961,17 @@ var ListApiDestinationsResponse = [
|
|
|
961
961
|
[_ADp, _NT],
|
|
962
962
|
[() => ApiDestinationResponseList, 0],
|
|
963
963
|
];
|
|
964
|
-
var ListArchivesRequest = [3, n0, _LAR, 0, [_NP, _ESA, _S, _NT, _L], [0, 0, 0, 0, 1]];
|
|
965
|
-
var ListArchivesResponse = [
|
|
966
|
-
|
|
967
|
-
|
|
964
|
+
var ListArchivesRequest$ = [3, n0, _LAR, 0, [_NP, _ESA, _S, _NT, _L], [0, 0, 0, 0, 1]];
|
|
965
|
+
var ListArchivesResponse$ = [
|
|
966
|
+
3,
|
|
967
|
+
n0,
|
|
968
|
+
_LARi,
|
|
969
|
+
0,
|
|
970
|
+
[_Arc, _NT],
|
|
971
|
+
[() => ArchiveResponseList, 0],
|
|
972
|
+
];
|
|
973
|
+
var ListConnectionsRequest$ = [3, n0, _LCR, 0, [_NP, _CS, _NT, _L], [0, 0, 0, 1]];
|
|
974
|
+
var ListConnectionsResponse$ = [
|
|
968
975
|
3,
|
|
969
976
|
n0,
|
|
970
977
|
_LCRi,
|
|
@@ -972,10 +979,10 @@ var ListConnectionsResponse = [
|
|
|
972
979
|
[_Con, _NT],
|
|
973
980
|
[() => ConnectionResponseList, 0],
|
|
974
981
|
];
|
|
975
|
-
var ListEventBusesRequest = [3, n0, _LEBR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
976
|
-
var ListEventBusesResponse = [3, n0, _LEBRi, 0, [_EBv, _NT], [() => EventBusList, 0]];
|
|
977
|
-
var ListEventSourcesRequest = [3, n0, _LESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
978
|
-
var ListEventSourcesResponse = [
|
|
982
|
+
var ListEventBusesRequest$ = [3, n0, _LEBR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
983
|
+
var ListEventBusesResponse$ = [3, n0, _LEBRi, 0, [_EBv, _NT], [() => EventBusList, 0]];
|
|
984
|
+
var ListEventSourcesRequest$ = [3, n0, _LESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
985
|
+
var ListEventSourcesResponse$ = [
|
|
979
986
|
3,
|
|
980
987
|
n0,
|
|
981
988
|
_LESRi,
|
|
@@ -983,7 +990,7 @@ var ListEventSourcesResponse = [
|
|
|
983
990
|
[_ESv, _NT],
|
|
984
991
|
[() => EventSourceList, 0],
|
|
985
992
|
];
|
|
986
|
-
var ListPartnerEventSourceAccountsRequest = [
|
|
993
|
+
var ListPartnerEventSourceAccountsRequest$ = [
|
|
987
994
|
3,
|
|
988
995
|
n0,
|
|
989
996
|
_LPESAR,
|
|
@@ -991,7 +998,7 @@ var ListPartnerEventSourceAccountsRequest = [
|
|
|
991
998
|
[_ESN, _NT, _L],
|
|
992
999
|
[0, 0, 1],
|
|
993
1000
|
];
|
|
994
|
-
var ListPartnerEventSourceAccountsResponse = [
|
|
1001
|
+
var ListPartnerEventSourceAccountsResponse$ = [
|
|
995
1002
|
3,
|
|
996
1003
|
n0,
|
|
997
1004
|
_LPESARi,
|
|
@@ -999,8 +1006,8 @@ var ListPartnerEventSourceAccountsResponse = [
|
|
|
999
1006
|
[_PESA, _NT],
|
|
1000
1007
|
[() => PartnerEventSourceAccountList, 0],
|
|
1001
1008
|
];
|
|
1002
|
-
var ListPartnerEventSourcesRequest = [3, n0, _LPESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1003
|
-
var ListPartnerEventSourcesResponse = [
|
|
1009
|
+
var ListPartnerEventSourcesRequest$ = [3, n0, _LPESR, 0, [_NP, _NT, _L], [0, 0, 1]];
|
|
1010
|
+
var ListPartnerEventSourcesResponse$ = [
|
|
1004
1011
|
3,
|
|
1005
1012
|
n0,
|
|
1006
1013
|
_LPESRi,
|
|
@@ -1008,9 +1015,9 @@ var ListPartnerEventSourcesResponse = [
|
|
|
1008
1015
|
[_PES, _NT],
|
|
1009
1016
|
[() => PartnerEventSourceList, 0],
|
|
1010
1017
|
];
|
|
1011
|
-
var ListReplaysRequest = [3, n0, _LRR, 0, [_NP, _S, _ESA, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1012
|
-
var ListReplaysResponse = [3, n0, _LRRi, 0, [_R, _NT], [() => ReplayList, 0]];
|
|
1013
|
-
var ListRuleNamesByTargetRequest = [
|
|
1018
|
+
var ListReplaysRequest$ = [3, n0, _LRR, 0, [_NP, _S, _ESA, _NT, _L], [0, 0, 0, 0, 1]];
|
|
1019
|
+
var ListReplaysResponse$ = [3, n0, _LRRi, 0, [_R, _NT], [() => ReplayList, 0]];
|
|
1020
|
+
var ListRuleNamesByTargetRequest$ = [
|
|
1014
1021
|
3,
|
|
1015
1022
|
n0,
|
|
1016
1023
|
_LRNBTR,
|
|
@@ -1018,26 +1025,26 @@ var ListRuleNamesByTargetRequest = [
|
|
|
1018
1025
|
[_TA, _EBN, _NT, _L],
|
|
1019
1026
|
[0, 0, 0, 1],
|
|
1020
1027
|
];
|
|
1021
|
-
var ListRuleNamesByTargetResponse = [3, n0, _LRNBTRi, 0, [_RNu, _NT], [64 | 0, 0]];
|
|
1022
|
-
var ListRulesRequest = [3, n0, _LRRis, 0, [_NP, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1023
|
-
var ListRulesResponse = [3, n0, _LRRist, 0, [_Ru, _NT], [() => RuleResponseList, 0]];
|
|
1024
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
1025
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1026
|
-
var ListTargetsByRuleRequest = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1027
|
-
var ListTargetsByRuleResponse = [3, n0, _LTBRRi, 0, [_Tar, _NT], [() => TargetList, 0]];
|
|
1028
|
-
var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
|
|
1029
|
-
schema.TypeRegistry.for(n0).registerError(ManagedRuleException
|
|
1030
|
-
var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
|
|
1031
|
-
var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
|
|
1032
|
-
schema.TypeRegistry.for(n0).registerError(OperationDisabledException
|
|
1033
|
-
var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
|
|
1034
|
-
var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _S], [0, 4, 4, 0]];
|
|
1035
|
-
var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
|
|
1036
|
-
var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
|
|
1037
|
-
var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
|
|
1038
|
-
schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException
|
|
1039
|
-
var PutEventsRequest = [3, n0, _PER, 0, [_E], [() => PutEventsRequestEntryList]];
|
|
1040
|
-
var PutEventsRequestEntry = [
|
|
1028
|
+
var ListRuleNamesByTargetResponse$ = [3, n0, _LRNBTRi, 0, [_RNu, _NT], [64 | 0, 0]];
|
|
1029
|
+
var ListRulesRequest$ = [3, n0, _LRRis, 0, [_NP, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1030
|
+
var ListRulesResponse$ = [3, n0, _LRRist, 0, [_Ru, _NT], [() => RuleResponseList, 0]];
|
|
1031
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
|
|
1032
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
|
|
1033
|
+
var ListTargetsByRuleRequest$ = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
|
|
1034
|
+
var ListTargetsByRuleResponse$ = [3, n0, _LTBRRi, 0, [_Tar, _NT], [() => TargetList, 0]];
|
|
1035
|
+
var ManagedRuleException$ = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
|
|
1036
|
+
schema.TypeRegistry.for(n0).registerError(ManagedRuleException$, ManagedRuleException);
|
|
1037
|
+
var NetworkConfiguration$ = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration$]];
|
|
1038
|
+
var OperationDisabledException$ = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
|
|
1039
|
+
schema.TypeRegistry.for(n0).registerError(OperationDisabledException$, OperationDisabledException);
|
|
1040
|
+
var PartnerEventSource$ = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
|
|
1041
|
+
var PartnerEventSourceAccount$ = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _S], [0, 4, 4, 0]];
|
|
1042
|
+
var PlacementConstraint$ = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
|
|
1043
|
+
var PlacementStrategy$ = [3, n0, _PS, 0, [_t, _f], [0, 0]];
|
|
1044
|
+
var PolicyLengthExceededException$ = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
|
|
1045
|
+
schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
1046
|
+
var PutEventsRequest$ = [3, n0, _PER, 0, [_E], [() => PutEventsRequestEntryList]];
|
|
1047
|
+
var PutEventsRequestEntry$ = [
|
|
1041
1048
|
3,
|
|
1042
1049
|
n0,
|
|
1043
1050
|
_PERE,
|
|
@@ -1045,7 +1052,7 @@ var PutEventsRequestEntry = [
|
|
|
1045
1052
|
[_Ti, _So, _Re, _DT, _Det, _EBN, _TH],
|
|
1046
1053
|
[4, 0, 64 | 0, 0, 0, 0, 0],
|
|
1047
1054
|
];
|
|
1048
|
-
var PutEventsResponse = [
|
|
1055
|
+
var PutEventsResponse$ = [
|
|
1049
1056
|
3,
|
|
1050
1057
|
n0,
|
|
1051
1058
|
_PERu,
|
|
@@ -1053,8 +1060,8 @@ var PutEventsResponse = [
|
|
|
1053
1060
|
[_FEC, _E],
|
|
1054
1061
|
[1, () => PutEventsResultEntryList],
|
|
1055
1062
|
];
|
|
1056
|
-
var PutEventsResultEntry = [3, n0, _PEREu, 0, [_EI, _ECr, _EM], [0, 0, 0]];
|
|
1057
|
-
var PutPartnerEventsRequest = [
|
|
1063
|
+
var PutEventsResultEntry$ = [3, n0, _PEREu, 0, [_EI, _ECr, _EM], [0, 0, 0]];
|
|
1064
|
+
var PutPartnerEventsRequest$ = [
|
|
1058
1065
|
3,
|
|
1059
1066
|
n0,
|
|
1060
1067
|
_PPER,
|
|
@@ -1062,7 +1069,7 @@ var PutPartnerEventsRequest = [
|
|
|
1062
1069
|
[_E],
|
|
1063
1070
|
[() => PutPartnerEventsRequestEntryList],
|
|
1064
1071
|
];
|
|
1065
|
-
var PutPartnerEventsRequestEntry = [
|
|
1072
|
+
var PutPartnerEventsRequestEntry$ = [
|
|
1066
1073
|
3,
|
|
1067
1074
|
n0,
|
|
1068
1075
|
_PPERE,
|
|
@@ -1070,7 +1077,7 @@ var PutPartnerEventsRequestEntry = [
|
|
|
1070
1077
|
[_Ti, _So, _Re, _DT, _Det],
|
|
1071
1078
|
[4, 0, 64 | 0, 0, 0],
|
|
1072
1079
|
];
|
|
1073
|
-
var PutPartnerEventsResponse = [
|
|
1080
|
+
var PutPartnerEventsResponse$ = [
|
|
1074
1081
|
3,
|
|
1075
1082
|
n0,
|
|
1076
1083
|
_PPERu,
|
|
@@ -1078,16 +1085,16 @@ var PutPartnerEventsResponse = [
|
|
|
1078
1085
|
[_FEC, _E],
|
|
1079
1086
|
[1, () => PutPartnerEventsResultEntryList],
|
|
1080
1087
|
];
|
|
1081
|
-
var PutPartnerEventsResultEntry = [3, n0, _PPEREu, 0, [_EI, _ECr, _EM], [0, 0, 0]];
|
|
1082
|
-
var PutPermissionRequest = [
|
|
1088
|
+
var PutPartnerEventsResultEntry$ = [3, n0, _PPEREu, 0, [_EI, _ECr, _EM], [0, 0, 0]];
|
|
1089
|
+
var PutPermissionRequest$ = [
|
|
1083
1090
|
3,
|
|
1084
1091
|
n0,
|
|
1085
1092
|
_PPR,
|
|
1086
1093
|
0,
|
|
1087
1094
|
[_EBN, _Act, _Pr, _SI, _C, _Po],
|
|
1088
|
-
[0, 0, 0, 0, () => Condition
|
|
1095
|
+
[0, 0, 0, 0, () => Condition$, 0],
|
|
1089
1096
|
];
|
|
1090
|
-
var PutRuleRequest = [
|
|
1097
|
+
var PutRuleRequest$ = [
|
|
1091
1098
|
3,
|
|
1092
1099
|
n0,
|
|
1093
1100
|
_PRR,
|
|
@@ -1095,9 +1102,9 @@ var PutRuleRequest = [
|
|
|
1095
1102
|
[_N, _SE, _EP, _S, _D, _RAo, _Ta, _EBN],
|
|
1096
1103
|
[0, 0, 0, 0, 0, 0, () => TagList, 0],
|
|
1097
1104
|
];
|
|
1098
|
-
var PutRuleResponse = [3, n0, _PRRu, 0, [_RAu], [0]];
|
|
1099
|
-
var PutTargetsRequest = [3, n0, _PTR, 0, [_Rul, _EBN, _Tar], [0, 0, () => TargetList]];
|
|
1100
|
-
var PutTargetsResponse = [
|
|
1105
|
+
var PutRuleResponse$ = [3, n0, _PRRu, 0, [_RAu], [0]];
|
|
1106
|
+
var PutTargetsRequest$ = [3, n0, _PTR, 0, [_Rul, _EBN, _Tar], [0, 0, () => TargetList]];
|
|
1107
|
+
var PutTargetsResponse$ = [
|
|
1101
1108
|
3,
|
|
1102
1109
|
n0,
|
|
1103
1110
|
_PTRu,
|
|
@@ -1105,8 +1112,8 @@ var PutTargetsResponse = [
|
|
|
1105
1112
|
[_FEC, _FE],
|
|
1106
1113
|
[1, () => PutTargetsResultEntryList],
|
|
1107
1114
|
];
|
|
1108
|
-
var PutTargetsResultEntry = [3, n0, _PTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1109
|
-
var RedshiftDataParameters = [
|
|
1115
|
+
var PutTargetsResultEntry$ = [3, n0, _PTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1116
|
+
var RedshiftDataParameters$ = [
|
|
1110
1117
|
3,
|
|
1111
1118
|
n0,
|
|
1112
1119
|
_RDP,
|
|
@@ -1114,9 +1121,9 @@ var RedshiftDataParameters = [
|
|
|
1114
1121
|
[_SMA, _Da, _DU, _Sq, _SN, _WE],
|
|
1115
1122
|
[0, 0, 0, 0, 0, 2],
|
|
1116
1123
|
];
|
|
1117
|
-
var RemovePermissionRequest = [3, n0, _RPR, 0, [_SI, _RAP, _EBN], [0, 2, 0]];
|
|
1118
|
-
var RemoveTargetsRequest = [3, n0, _RTR, 0, [_Rul, _EBN, _I, _F], [0, 0, 64 | 0, 2]];
|
|
1119
|
-
var RemoveTargetsResponse = [
|
|
1124
|
+
var RemovePermissionRequest$ = [3, n0, _RPR, 0, [_SI, _RAP, _EBN], [0, 2, 0]];
|
|
1125
|
+
var RemoveTargetsRequest$ = [3, n0, _RTR, 0, [_Rul, _EBN, _I, _F], [0, 0, 64 | 0, 2]];
|
|
1126
|
+
var RemoveTargetsResponse$ = [
|
|
1120
1127
|
3,
|
|
1121
1128
|
n0,
|
|
1122
1129
|
_RTRe,
|
|
@@ -1124,8 +1131,8 @@ var RemoveTargetsResponse = [
|
|
|
1124
1131
|
[_FEC, _FE],
|
|
1125
1132
|
[1, () => RemoveTargetsResultEntryList],
|
|
1126
1133
|
];
|
|
1127
|
-
var RemoveTargetsResultEntry = [3, n0, _RTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1128
|
-
var Replay = [
|
|
1134
|
+
var RemoveTargetsResultEntry$ = [3, n0, _RTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
|
|
1135
|
+
var Replay$ = [
|
|
1129
1136
|
3,
|
|
1130
1137
|
n0,
|
|
1131
1138
|
_Rep,
|
|
@@ -1133,13 +1140,13 @@ var Replay = [
|
|
|
1133
1140
|
[_RN, _ESA, _S, _SR, _EST, _EET, _ELRT, _RST, _RET],
|
|
1134
1141
|
[0, 0, 0, 0, 4, 4, 4, 4, 4],
|
|
1135
1142
|
];
|
|
1136
|
-
var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
|
|
1137
|
-
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1138
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException
|
|
1139
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1140
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1141
|
-
var RetryPolicy = [3, n0, _RP, 0, [_MRA, _MEAIS], [1, 1]];
|
|
1142
|
-
var Rule = [
|
|
1143
|
+
var ReplayDestination$ = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
|
|
1144
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
1145
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1146
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
1147
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1148
|
+
var RetryPolicy$ = [3, n0, _RP, 0, [_MRA, _MEAIS], [1, 1]];
|
|
1149
|
+
var Rule$ = [
|
|
1143
1150
|
3,
|
|
1144
1151
|
n0,
|
|
1145
1152
|
_Rul,
|
|
@@ -1147,10 +1154,10 @@ var Rule = [
|
|
|
1147
1154
|
[_N, _Ar, _EP, _S, _D, _SE, _RAo, _MB, _EBN],
|
|
1148
1155
|
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1149
1156
|
];
|
|
1150
|
-
var RunCommandParameters = [3, n0, _RCP, 0, [_RCT], [() => RunCommandTargets]];
|
|
1151
|
-
var RunCommandTarget = [3, n0, _RCTu, 0, [_K, _Va], [0, 64 | 0]];
|
|
1152
|
-
var SageMakerPipelineParameter = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
|
|
1153
|
-
var SageMakerPipelineParameters = [
|
|
1157
|
+
var RunCommandParameters$ = [3, n0, _RCP, 0, [_RCT], [() => RunCommandTargets]];
|
|
1158
|
+
var RunCommandTarget$ = [3, n0, _RCTu, 0, [_K, _Va], [0, 64 | 0]];
|
|
1159
|
+
var SageMakerPipelineParameter$ = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
|
|
1160
|
+
var SageMakerPipelineParameters$ = [
|
|
1154
1161
|
3,
|
|
1155
1162
|
n0,
|
|
1156
1163
|
_SMPPa,
|
|
@@ -1158,20 +1165,20 @@ var SageMakerPipelineParameters = [
|
|
|
1158
1165
|
[_PPL],
|
|
1159
1166
|
[() => SageMakerPipelineParameterList],
|
|
1160
1167
|
];
|
|
1161
|
-
var SqsParameters = [3, n0, _SP, 0, [_MGI], [0]];
|
|
1162
|
-
var StartReplayRequest = [
|
|
1168
|
+
var SqsParameters$ = [3, n0, _SP, 0, [_MGI], [0]];
|
|
1169
|
+
var StartReplayRequest$ = [
|
|
1163
1170
|
3,
|
|
1164
1171
|
n0,
|
|
1165
1172
|
_SRR,
|
|
1166
1173
|
0,
|
|
1167
1174
|
[_RN, _D, _ESA, _EST, _EET, _De],
|
|
1168
|
-
[0, 0, 0, 4, 4, () => ReplayDestination],
|
|
1175
|
+
[0, 0, 0, 4, 4, () => ReplayDestination$],
|
|
1169
1176
|
];
|
|
1170
|
-
var StartReplayResponse = [3, n0, _SRRt, 0, [_RA, _S, _SR, _RST], [0, 0, 0, 4]];
|
|
1171
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1172
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1173
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1174
|
-
var Target = [
|
|
1177
|
+
var StartReplayResponse$ = [3, n0, _SRRt, 0, [_RA, _S, _SR, _RST], [0, 0, 0, 4]];
|
|
1178
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1179
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1180
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1181
|
+
var Target$ = [
|
|
1175
1182
|
3,
|
|
1176
1183
|
n0,
|
|
1177
1184
|
_Targ,
|
|
@@ -1183,24 +1190,24 @@ var Target = [
|
|
|
1183
1190
|
0,
|
|
1184
1191
|
0,
|
|
1185
1192
|
0,
|
|
1186
|
-
() => InputTransformer
|
|
1187
|
-
() => KinesisParameters
|
|
1188
|
-
() => RunCommandParameters
|
|
1189
|
-
() => EcsParameters
|
|
1190
|
-
() => BatchParameters
|
|
1191
|
-
() => SqsParameters
|
|
1192
|
-
() => HttpParameters
|
|
1193
|
-
() => RedshiftDataParameters
|
|
1194
|
-
() => SageMakerPipelineParameters
|
|
1195
|
-
() => DeadLetterConfig
|
|
1196
|
-
() => RetryPolicy
|
|
1193
|
+
() => InputTransformer$,
|
|
1194
|
+
() => KinesisParameters$,
|
|
1195
|
+
() => RunCommandParameters$,
|
|
1196
|
+
() => EcsParameters$,
|
|
1197
|
+
() => BatchParameters$,
|
|
1198
|
+
() => SqsParameters$,
|
|
1199
|
+
() => HttpParameters$,
|
|
1200
|
+
() => RedshiftDataParameters$,
|
|
1201
|
+
() => SageMakerPipelineParameters$,
|
|
1202
|
+
() => DeadLetterConfig$,
|
|
1203
|
+
() => RetryPolicy$,
|
|
1197
1204
|
],
|
|
1198
1205
|
];
|
|
1199
|
-
var TestEventPatternRequest = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
|
|
1200
|
-
var TestEventPatternResponse = [3, n0, _TEPRe, 0, [_Res], [2]];
|
|
1201
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1202
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1203
|
-
var UpdateApiDestinationRequest = [
|
|
1206
|
+
var TestEventPatternRequest$ = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
|
|
1207
|
+
var TestEventPatternResponse$ = [3, n0, _TEPRe, 0, [_Res], [2]];
|
|
1208
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1209
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1210
|
+
var UpdateApiDestinationRequest$ = [
|
|
1204
1211
|
3,
|
|
1205
1212
|
n0,
|
|
1206
1213
|
_UADR,
|
|
@@ -1208,7 +1215,7 @@ var UpdateApiDestinationRequest = [
|
|
|
1208
1215
|
[_N, _D, _CA, _IE, _HM, _IRLPS],
|
|
1209
1216
|
[0, 0, 0, 0, 0, 1],
|
|
1210
1217
|
];
|
|
1211
|
-
var UpdateApiDestinationResponse = [
|
|
1218
|
+
var UpdateApiDestinationResponse$ = [
|
|
1212
1219
|
3,
|
|
1213
1220
|
n0,
|
|
1214
1221
|
_UADRp,
|
|
@@ -1216,9 +1223,9 @@ var UpdateApiDestinationResponse = [
|
|
|
1216
1223
|
[_ADA, _ADS, _CT, _LMT],
|
|
1217
1224
|
[0, 0, 4, 4],
|
|
1218
1225
|
];
|
|
1219
|
-
var UpdateArchiveRequest = [3, n0, _UAR, 0, [_AN, _D, _EP, _RD], [0, 0, 0, 1]];
|
|
1220
|
-
var UpdateArchiveResponse = [3, n0, _UARp, 0, [_AA, _S, _SR, _CT], [0, 0, 0, 4]];
|
|
1221
|
-
var UpdateConnectionApiKeyAuthRequestParameters = [
|
|
1226
|
+
var UpdateArchiveRequest$ = [3, n0, _UAR, 0, [_AN, _D, _EP, _RD], [0, 0, 0, 1]];
|
|
1227
|
+
var UpdateArchiveResponse$ = [3, n0, _UARp, 0, [_AA, _S, _SR, _CT], [0, 0, 0, 4]];
|
|
1228
|
+
var UpdateConnectionApiKeyAuthRequestParameters$ = [
|
|
1222
1229
|
3,
|
|
1223
1230
|
n0,
|
|
1224
1231
|
_UCAKARP,
|
|
@@ -1226,20 +1233,20 @@ var UpdateConnectionApiKeyAuthRequestParameters = [
|
|
|
1226
1233
|
[_AKN, _AKV],
|
|
1227
1234
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1228
1235
|
];
|
|
1229
|
-
var UpdateConnectionAuthRequestParameters = [
|
|
1236
|
+
var UpdateConnectionAuthRequestParameters$ = [
|
|
1230
1237
|
3,
|
|
1231
1238
|
n0,
|
|
1232
1239
|
_UCARP,
|
|
1233
1240
|
0,
|
|
1234
1241
|
[_BAPa, _OAP, _AKAP, _IHP],
|
|
1235
1242
|
[
|
|
1236
|
-
[() => UpdateConnectionBasicAuthRequestParameters
|
|
1237
|
-
[() => UpdateConnectionOAuthRequestParameters
|
|
1238
|
-
[() => UpdateConnectionApiKeyAuthRequestParameters
|
|
1239
|
-
[() => ConnectionHttpParameters
|
|
1243
|
+
[() => UpdateConnectionBasicAuthRequestParameters$, 0],
|
|
1244
|
+
[() => UpdateConnectionOAuthRequestParameters$, 0],
|
|
1245
|
+
[() => UpdateConnectionApiKeyAuthRequestParameters$, 0],
|
|
1246
|
+
[() => ConnectionHttpParameters$, 0],
|
|
1240
1247
|
],
|
|
1241
1248
|
];
|
|
1242
|
-
var UpdateConnectionBasicAuthRequestParameters = [
|
|
1249
|
+
var UpdateConnectionBasicAuthRequestParameters$ = [
|
|
1243
1250
|
3,
|
|
1244
1251
|
n0,
|
|
1245
1252
|
_UCBARP,
|
|
@@ -1247,7 +1254,7 @@ var UpdateConnectionBasicAuthRequestParameters = [
|
|
|
1247
1254
|
[_U, _P],
|
|
1248
1255
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1249
1256
|
];
|
|
1250
|
-
var UpdateConnectionOAuthClientRequestParameters = [
|
|
1257
|
+
var UpdateConnectionOAuthClientRequestParameters$ = [
|
|
1251
1258
|
3,
|
|
1252
1259
|
n0,
|
|
1253
1260
|
_UCOACRP,
|
|
@@ -1255,23 +1262,23 @@ var UpdateConnectionOAuthClientRequestParameters = [
|
|
|
1255
1262
|
[_CID, _CSl],
|
|
1256
1263
|
[0, [() => AuthHeaderParametersSensitive, 0]],
|
|
1257
1264
|
];
|
|
1258
|
-
var UpdateConnectionOAuthRequestParameters = [
|
|
1265
|
+
var UpdateConnectionOAuthRequestParameters$ = [
|
|
1259
1266
|
3,
|
|
1260
1267
|
n0,
|
|
1261
1268
|
_UCOARP,
|
|
1262
1269
|
0,
|
|
1263
1270
|
[_CP, _AE, _HM, _OAHP],
|
|
1264
|
-
[[() => UpdateConnectionOAuthClientRequestParameters
|
|
1271
|
+
[[() => UpdateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]],
|
|
1265
1272
|
];
|
|
1266
|
-
var UpdateConnectionRequest = [
|
|
1273
|
+
var UpdateConnectionRequest$ = [
|
|
1267
1274
|
3,
|
|
1268
1275
|
n0,
|
|
1269
1276
|
_UCR,
|
|
1270
1277
|
0,
|
|
1271
1278
|
[_N, _D, _AT, _APu],
|
|
1272
|
-
[0, 0, 0, [() => UpdateConnectionAuthRequestParameters
|
|
1279
|
+
[0, 0, 0, [() => UpdateConnectionAuthRequestParameters$, 0]],
|
|
1273
1280
|
];
|
|
1274
|
-
var UpdateConnectionResponse = [
|
|
1281
|
+
var UpdateConnectionResponse$ = [
|
|
1275
1282
|
3,
|
|
1276
1283
|
n0,
|
|
1277
1284
|
_UCRp,
|
|
@@ -1280,7 +1287,7 @@ var UpdateConnectionResponse = [
|
|
|
1280
1287
|
[0, 0, 4, 4, 4],
|
|
1281
1288
|
];
|
|
1282
1289
|
var __Unit = "unit";
|
|
1283
|
-
var CloudWatchEventsServiceException = [
|
|
1290
|
+
var CloudWatchEventsServiceException$ = [
|
|
1284
1291
|
-3,
|
|
1285
1292
|
_sm,
|
|
1286
1293
|
"CloudWatchEventsServiceException",
|
|
@@ -1288,340 +1295,361 @@ var CloudWatchEventsServiceException = [
|
|
|
1288
1295
|
[],
|
|
1289
1296
|
[],
|
|
1290
1297
|
];
|
|
1291
|
-
schema.TypeRegistry.for(_sm).registerError(CloudWatchEventsServiceException
|
|
1292
|
-
var ApiDestinationResponseList = [1, n0, _ADRL, 0, () => ApiDestination];
|
|
1293
|
-
var ArchiveResponseList = [1, n0, _ARL, 0, () => Archive];
|
|
1294
|
-
var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem];
|
|
1295
|
-
var ConnectionBodyParametersList = [1, n0, _CBPL, 0, [() => ConnectionBodyParameter
|
|
1296
|
-
var ConnectionHeaderParametersList = [1, n0, _CHPL, 0, [() => ConnectionHeaderParameter
|
|
1298
|
+
schema.TypeRegistry.for(_sm).registerError(CloudWatchEventsServiceException$, CloudWatchEventsServiceException);
|
|
1299
|
+
var ApiDestinationResponseList = [1, n0, _ADRL, 0, () => ApiDestination$];
|
|
1300
|
+
var ArchiveResponseList = [1, n0, _ARL, 0, () => Archive$];
|
|
1301
|
+
var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem$];
|
|
1302
|
+
var ConnectionBodyParametersList = [1, n0, _CBPL, 0, [() => ConnectionBodyParameter$, 0]];
|
|
1303
|
+
var ConnectionHeaderParametersList = [1, n0, _CHPL, 0, [() => ConnectionHeaderParameter$, 0]];
|
|
1297
1304
|
var ConnectionQueryStringParametersList = [
|
|
1298
1305
|
1,
|
|
1299
1306
|
n0,
|
|
1300
1307
|
_CQSPL,
|
|
1301
1308
|
0,
|
|
1302
|
-
[() => ConnectionQueryStringParameter
|
|
1303
|
-
];
|
|
1304
|
-
var ConnectionResponseList = [1, n0, _CRL, 0, () => Connection];
|
|
1305
|
-
var EventBusList = [1, n0, _EBL, 0, () => EventBus];
|
|
1306
|
-
var EventSourceList = [1, n0, _ESL, 0, () => EventSource];
|
|
1307
|
-
var PartnerEventSourceAccountList = [1, n0, _PESAL, 0, () => PartnerEventSourceAccount];
|
|
1308
|
-
var PartnerEventSourceList = [1, n0, _PESL, 0, () => PartnerEventSource];
|
|
1309
|
-
var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint];
|
|
1310
|
-
var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy];
|
|
1311
|
-
var PutEventsRequestEntryList = [1, n0, _PEREL, 0, () => PutEventsRequestEntry];
|
|
1312
|
-
var PutEventsResultEntryList = [1, n0, _PERELu, 0, () => PutEventsResultEntry];
|
|
1313
|
-
var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL, 0, () => PutPartnerEventsRequestEntry];
|
|
1314
|
-
var PutPartnerEventsResultEntryList = [1, n0, _PPERELu, 0, () => PutPartnerEventsResultEntry];
|
|
1315
|
-
var PutTargetsResultEntryList = [1, n0, _PTREL, 0, () => PutTargetsResultEntry];
|
|
1316
|
-
var RemoveTargetsResultEntryList = [1, n0, _RTREL, 0, () => RemoveTargetsResultEntry];
|
|
1317
|
-
var ReplayList = [1, n0, _RL, 0, () => Replay];
|
|
1318
|
-
var RuleResponseList = [1, n0, _RRL, 0, () => Rule];
|
|
1319
|
-
var RunCommandTargets = [1, n0, _RCT, 0, () => RunCommandTarget];
|
|
1320
|
-
var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter];
|
|
1321
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1322
|
-
var TargetList = [1, n0, _TLa, 0, () => Target];
|
|
1323
|
-
var ActivateEventSource = [
|
|
1309
|
+
[() => ConnectionQueryStringParameter$, 0],
|
|
1310
|
+
];
|
|
1311
|
+
var ConnectionResponseList = [1, n0, _CRL, 0, () => Connection$];
|
|
1312
|
+
var EventBusList = [1, n0, _EBL, 0, () => EventBus$];
|
|
1313
|
+
var EventSourceList = [1, n0, _ESL, 0, () => EventSource$];
|
|
1314
|
+
var PartnerEventSourceAccountList = [1, n0, _PESAL, 0, () => PartnerEventSourceAccount$];
|
|
1315
|
+
var PartnerEventSourceList = [1, n0, _PESL, 0, () => PartnerEventSource$];
|
|
1316
|
+
var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint$];
|
|
1317
|
+
var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy$];
|
|
1318
|
+
var PutEventsRequestEntryList = [1, n0, _PEREL, 0, () => PutEventsRequestEntry$];
|
|
1319
|
+
var PutEventsResultEntryList = [1, n0, _PERELu, 0, () => PutEventsResultEntry$];
|
|
1320
|
+
var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL, 0, () => PutPartnerEventsRequestEntry$];
|
|
1321
|
+
var PutPartnerEventsResultEntryList = [1, n0, _PPERELu, 0, () => PutPartnerEventsResultEntry$];
|
|
1322
|
+
var PutTargetsResultEntryList = [1, n0, _PTREL, 0, () => PutTargetsResultEntry$];
|
|
1323
|
+
var RemoveTargetsResultEntryList = [1, n0, _RTREL, 0, () => RemoveTargetsResultEntry$];
|
|
1324
|
+
var ReplayList = [1, n0, _RL, 0, () => Replay$];
|
|
1325
|
+
var RuleResponseList = [1, n0, _RRL, 0, () => Rule$];
|
|
1326
|
+
var RunCommandTargets = [1, n0, _RCT, 0, () => RunCommandTarget$];
|
|
1327
|
+
var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter$];
|
|
1328
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1329
|
+
var TargetList = [1, n0, _TLa, 0, () => Target$];
|
|
1330
|
+
var ActivateEventSource$ = [
|
|
1324
1331
|
9,
|
|
1325
1332
|
n0,
|
|
1326
1333
|
_AES,
|
|
1327
1334
|
0,
|
|
1328
|
-
() => ActivateEventSourceRequest
|
|
1335
|
+
() => ActivateEventSourceRequest$,
|
|
1329
1336
|
() => __Unit,
|
|
1330
1337
|
];
|
|
1331
|
-
var CancelReplay = [
|
|
1332
|
-
|
|
1338
|
+
var CancelReplay$ = [
|
|
1339
|
+
9,
|
|
1340
|
+
n0,
|
|
1341
|
+
_CR,
|
|
1342
|
+
0,
|
|
1343
|
+
() => CancelReplayRequest$,
|
|
1344
|
+
() => CancelReplayResponse$,
|
|
1345
|
+
];
|
|
1346
|
+
var CreateApiDestination$ = [
|
|
1333
1347
|
9,
|
|
1334
1348
|
n0,
|
|
1335
1349
|
_CAD,
|
|
1336
1350
|
0,
|
|
1337
|
-
() => CreateApiDestinationRequest
|
|
1338
|
-
() => CreateApiDestinationResponse
|
|
1351
|
+
() => CreateApiDestinationRequest$,
|
|
1352
|
+
() => CreateApiDestinationResponse$,
|
|
1339
1353
|
];
|
|
1340
|
-
var CreateArchive = [
|
|
1354
|
+
var CreateArchive$ = [
|
|
1341
1355
|
9,
|
|
1342
1356
|
n0,
|
|
1343
1357
|
_CAr,
|
|
1344
1358
|
0,
|
|
1345
|
-
() => CreateArchiveRequest
|
|
1346
|
-
() => CreateArchiveResponse
|
|
1359
|
+
() => CreateArchiveRequest$,
|
|
1360
|
+
() => CreateArchiveResponse$,
|
|
1347
1361
|
];
|
|
1348
|
-
var CreateConnection = [
|
|
1362
|
+
var CreateConnection$ = [
|
|
1349
1363
|
9,
|
|
1350
1364
|
n0,
|
|
1351
1365
|
_CC,
|
|
1352
1366
|
0,
|
|
1353
|
-
() => CreateConnectionRequest
|
|
1354
|
-
() => CreateConnectionResponse
|
|
1367
|
+
() => CreateConnectionRequest$,
|
|
1368
|
+
() => CreateConnectionResponse$,
|
|
1355
1369
|
];
|
|
1356
|
-
var CreateEventBus = [
|
|
1370
|
+
var CreateEventBus$ = [
|
|
1357
1371
|
9,
|
|
1358
1372
|
n0,
|
|
1359
1373
|
_CEB,
|
|
1360
1374
|
0,
|
|
1361
|
-
() => CreateEventBusRequest
|
|
1362
|
-
() => CreateEventBusResponse
|
|
1375
|
+
() => CreateEventBusRequest$,
|
|
1376
|
+
() => CreateEventBusResponse$,
|
|
1363
1377
|
];
|
|
1364
|
-
var CreatePartnerEventSource = [
|
|
1378
|
+
var CreatePartnerEventSource$ = [
|
|
1365
1379
|
9,
|
|
1366
1380
|
n0,
|
|
1367
1381
|
_CPES,
|
|
1368
1382
|
0,
|
|
1369
|
-
() => CreatePartnerEventSourceRequest
|
|
1370
|
-
() => CreatePartnerEventSourceResponse
|
|
1383
|
+
() => CreatePartnerEventSourceRequest$,
|
|
1384
|
+
() => CreatePartnerEventSourceResponse$,
|
|
1371
1385
|
];
|
|
1372
|
-
var DeactivateEventSource = [
|
|
1386
|
+
var DeactivateEventSource$ = [
|
|
1373
1387
|
9,
|
|
1374
1388
|
n0,
|
|
1375
1389
|
_DES,
|
|
1376
1390
|
0,
|
|
1377
|
-
() => DeactivateEventSourceRequest
|
|
1391
|
+
() => DeactivateEventSourceRequest$,
|
|
1378
1392
|
() => __Unit,
|
|
1379
1393
|
];
|
|
1380
|
-
var DeauthorizeConnection = [
|
|
1394
|
+
var DeauthorizeConnection$ = [
|
|
1381
1395
|
9,
|
|
1382
1396
|
n0,
|
|
1383
1397
|
_DC,
|
|
1384
1398
|
0,
|
|
1385
|
-
() => DeauthorizeConnectionRequest
|
|
1386
|
-
() => DeauthorizeConnectionResponse
|
|
1399
|
+
() => DeauthorizeConnectionRequest$,
|
|
1400
|
+
() => DeauthorizeConnectionResponse$,
|
|
1387
1401
|
];
|
|
1388
|
-
var DeleteApiDestination = [
|
|
1402
|
+
var DeleteApiDestination$ = [
|
|
1389
1403
|
9,
|
|
1390
1404
|
n0,
|
|
1391
1405
|
_DAD,
|
|
1392
1406
|
0,
|
|
1393
|
-
() => DeleteApiDestinationRequest
|
|
1394
|
-
() => DeleteApiDestinationResponse
|
|
1407
|
+
() => DeleteApiDestinationRequest$,
|
|
1408
|
+
() => DeleteApiDestinationResponse$,
|
|
1395
1409
|
];
|
|
1396
|
-
var DeleteArchive = [
|
|
1410
|
+
var DeleteArchive$ = [
|
|
1397
1411
|
9,
|
|
1398
1412
|
n0,
|
|
1399
1413
|
_DA,
|
|
1400
1414
|
0,
|
|
1401
|
-
() => DeleteArchiveRequest
|
|
1402
|
-
() => DeleteArchiveResponse
|
|
1415
|
+
() => DeleteArchiveRequest$,
|
|
1416
|
+
() => DeleteArchiveResponse$,
|
|
1403
1417
|
];
|
|
1404
|
-
var DeleteConnection = [
|
|
1418
|
+
var DeleteConnection$ = [
|
|
1405
1419
|
9,
|
|
1406
1420
|
n0,
|
|
1407
1421
|
_DCe,
|
|
1408
1422
|
0,
|
|
1409
|
-
() => DeleteConnectionRequest
|
|
1410
|
-
() => DeleteConnectionResponse
|
|
1423
|
+
() => DeleteConnectionRequest$,
|
|
1424
|
+
() => DeleteConnectionResponse$,
|
|
1411
1425
|
];
|
|
1412
|
-
var DeleteEventBus = [9, n0, _DEB, 0, () => DeleteEventBusRequest
|
|
1413
|
-
var DeletePartnerEventSource = [
|
|
1426
|
+
var DeleteEventBus$ = [9, n0, _DEB, 0, () => DeleteEventBusRequest$, () => __Unit];
|
|
1427
|
+
var DeletePartnerEventSource$ = [
|
|
1414
1428
|
9,
|
|
1415
1429
|
n0,
|
|
1416
1430
|
_DPES,
|
|
1417
1431
|
0,
|
|
1418
|
-
() => DeletePartnerEventSourceRequest
|
|
1432
|
+
() => DeletePartnerEventSourceRequest$,
|
|
1419
1433
|
() => __Unit,
|
|
1420
1434
|
];
|
|
1421
|
-
var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest
|
|
1422
|
-
var DescribeApiDestination = [
|
|
1435
|
+
var DeleteRule$ = [9, n0, _DR, 0, () => DeleteRuleRequest$, () => __Unit];
|
|
1436
|
+
var DescribeApiDestination$ = [
|
|
1423
1437
|
9,
|
|
1424
1438
|
n0,
|
|
1425
1439
|
_DADe,
|
|
1426
1440
|
0,
|
|
1427
|
-
() => DescribeApiDestinationRequest
|
|
1428
|
-
() => DescribeApiDestinationResponse
|
|
1441
|
+
() => DescribeApiDestinationRequest$,
|
|
1442
|
+
() => DescribeApiDestinationResponse$,
|
|
1429
1443
|
];
|
|
1430
|
-
var DescribeArchive = [
|
|
1444
|
+
var DescribeArchive$ = [
|
|
1431
1445
|
9,
|
|
1432
1446
|
n0,
|
|
1433
1447
|
_DAe,
|
|
1434
1448
|
0,
|
|
1435
|
-
() => DescribeArchiveRequest
|
|
1436
|
-
() => DescribeArchiveResponse
|
|
1449
|
+
() => DescribeArchiveRequest$,
|
|
1450
|
+
() => DescribeArchiveResponse$,
|
|
1437
1451
|
];
|
|
1438
|
-
var DescribeConnection = [
|
|
1452
|
+
var DescribeConnection$ = [
|
|
1439
1453
|
9,
|
|
1440
1454
|
n0,
|
|
1441
1455
|
_DCes,
|
|
1442
1456
|
0,
|
|
1443
|
-
() => DescribeConnectionRequest
|
|
1444
|
-
() => DescribeConnectionResponse
|
|
1457
|
+
() => DescribeConnectionRequest$,
|
|
1458
|
+
() => DescribeConnectionResponse$,
|
|
1445
1459
|
];
|
|
1446
|
-
var DescribeEventBus = [
|
|
1460
|
+
var DescribeEventBus$ = [
|
|
1447
1461
|
9,
|
|
1448
1462
|
n0,
|
|
1449
1463
|
_DEBe,
|
|
1450
1464
|
0,
|
|
1451
|
-
() => DescribeEventBusRequest
|
|
1452
|
-
() => DescribeEventBusResponse
|
|
1465
|
+
() => DescribeEventBusRequest$,
|
|
1466
|
+
() => DescribeEventBusResponse$,
|
|
1453
1467
|
];
|
|
1454
|
-
var DescribeEventSource = [
|
|
1468
|
+
var DescribeEventSource$ = [
|
|
1455
1469
|
9,
|
|
1456
1470
|
n0,
|
|
1457
1471
|
_DESe,
|
|
1458
1472
|
0,
|
|
1459
|
-
() => DescribeEventSourceRequest
|
|
1460
|
-
() => DescribeEventSourceResponse
|
|
1473
|
+
() => DescribeEventSourceRequest$,
|
|
1474
|
+
() => DescribeEventSourceResponse$,
|
|
1461
1475
|
];
|
|
1462
|
-
var DescribePartnerEventSource = [
|
|
1476
|
+
var DescribePartnerEventSource$ = [
|
|
1463
1477
|
9,
|
|
1464
1478
|
n0,
|
|
1465
1479
|
_DPESe,
|
|
1466
1480
|
0,
|
|
1467
|
-
() => DescribePartnerEventSourceRequest
|
|
1468
|
-
() => DescribePartnerEventSourceResponse
|
|
1481
|
+
() => DescribePartnerEventSourceRequest$,
|
|
1482
|
+
() => DescribePartnerEventSourceResponse$,
|
|
1469
1483
|
];
|
|
1470
|
-
var DescribeReplay = [
|
|
1484
|
+
var DescribeReplay$ = [
|
|
1471
1485
|
9,
|
|
1472
1486
|
n0,
|
|
1473
1487
|
_DRe,
|
|
1474
1488
|
0,
|
|
1475
|
-
() => DescribeReplayRequest
|
|
1476
|
-
() => DescribeReplayResponse
|
|
1489
|
+
() => DescribeReplayRequest$,
|
|
1490
|
+
() => DescribeReplayResponse$,
|
|
1477
1491
|
];
|
|
1478
|
-
var DescribeRule = [
|
|
1492
|
+
var DescribeRule$ = [
|
|
1479
1493
|
9,
|
|
1480
1494
|
n0,
|
|
1481
1495
|
_DRes,
|
|
1482
1496
|
0,
|
|
1483
|
-
() => DescribeRuleRequest
|
|
1484
|
-
() => DescribeRuleResponse
|
|
1497
|
+
() => DescribeRuleRequest$,
|
|
1498
|
+
() => DescribeRuleResponse$,
|
|
1485
1499
|
];
|
|
1486
|
-
var DisableRule = [9, n0, _DRi, 0, () => DisableRuleRequest
|
|
1487
|
-
var EnableRule = [9, n0, _ER, 0, () => EnableRuleRequest
|
|
1488
|
-
var ListApiDestinations = [
|
|
1500
|
+
var DisableRule$ = [9, n0, _DRi, 0, () => DisableRuleRequest$, () => __Unit];
|
|
1501
|
+
var EnableRule$ = [9, n0, _ER, 0, () => EnableRuleRequest$, () => __Unit];
|
|
1502
|
+
var ListApiDestinations$ = [
|
|
1489
1503
|
9,
|
|
1490
1504
|
n0,
|
|
1491
1505
|
_LAD,
|
|
1492
1506
|
0,
|
|
1493
|
-
() => ListApiDestinationsRequest
|
|
1494
|
-
() => ListApiDestinationsResponse
|
|
1507
|
+
() => ListApiDestinationsRequest$,
|
|
1508
|
+
() => ListApiDestinationsResponse$,
|
|
1509
|
+
];
|
|
1510
|
+
var ListArchives$ = [
|
|
1511
|
+
9,
|
|
1512
|
+
n0,
|
|
1513
|
+
_LA,
|
|
1514
|
+
0,
|
|
1515
|
+
() => ListArchivesRequest$,
|
|
1516
|
+
() => ListArchivesResponse$,
|
|
1495
1517
|
];
|
|
1496
|
-
var
|
|
1497
|
-
var ListConnections = [
|
|
1518
|
+
var ListConnections$ = [
|
|
1498
1519
|
9,
|
|
1499
1520
|
n0,
|
|
1500
1521
|
_LC,
|
|
1501
1522
|
0,
|
|
1502
|
-
() => ListConnectionsRequest
|
|
1503
|
-
() => ListConnectionsResponse
|
|
1523
|
+
() => ListConnectionsRequest$,
|
|
1524
|
+
() => ListConnectionsResponse$,
|
|
1504
1525
|
];
|
|
1505
|
-
var ListEventBuses = [
|
|
1526
|
+
var ListEventBuses$ = [
|
|
1506
1527
|
9,
|
|
1507
1528
|
n0,
|
|
1508
1529
|
_LEB,
|
|
1509
1530
|
0,
|
|
1510
|
-
() => ListEventBusesRequest
|
|
1511
|
-
() => ListEventBusesResponse
|
|
1531
|
+
() => ListEventBusesRequest$,
|
|
1532
|
+
() => ListEventBusesResponse$,
|
|
1512
1533
|
];
|
|
1513
|
-
var ListEventSources = [
|
|
1534
|
+
var ListEventSources$ = [
|
|
1514
1535
|
9,
|
|
1515
1536
|
n0,
|
|
1516
1537
|
_LES,
|
|
1517
1538
|
0,
|
|
1518
|
-
() => ListEventSourcesRequest
|
|
1519
|
-
() => ListEventSourcesResponse
|
|
1539
|
+
() => ListEventSourcesRequest$,
|
|
1540
|
+
() => ListEventSourcesResponse$,
|
|
1520
1541
|
];
|
|
1521
|
-
var ListPartnerEventSourceAccounts = [
|
|
1542
|
+
var ListPartnerEventSourceAccounts$ = [
|
|
1522
1543
|
9,
|
|
1523
1544
|
n0,
|
|
1524
1545
|
_LPESA,
|
|
1525
1546
|
0,
|
|
1526
|
-
() => ListPartnerEventSourceAccountsRequest
|
|
1527
|
-
() => ListPartnerEventSourceAccountsResponse
|
|
1547
|
+
() => ListPartnerEventSourceAccountsRequest$,
|
|
1548
|
+
() => ListPartnerEventSourceAccountsResponse$,
|
|
1528
1549
|
];
|
|
1529
|
-
var ListPartnerEventSources = [
|
|
1550
|
+
var ListPartnerEventSources$ = [
|
|
1530
1551
|
9,
|
|
1531
1552
|
n0,
|
|
1532
1553
|
_LPES,
|
|
1533
1554
|
0,
|
|
1534
|
-
() => ListPartnerEventSourcesRequest
|
|
1535
|
-
() => ListPartnerEventSourcesResponse
|
|
1555
|
+
() => ListPartnerEventSourcesRequest$,
|
|
1556
|
+
() => ListPartnerEventSourcesResponse$,
|
|
1536
1557
|
];
|
|
1537
|
-
var ListReplays = [9, n0, _LR, 0, () => ListReplaysRequest
|
|
1538
|
-
var ListRuleNamesByTarget = [
|
|
1558
|
+
var ListReplays$ = [9, n0, _LR, 0, () => ListReplaysRequest$, () => ListReplaysResponse$];
|
|
1559
|
+
var ListRuleNamesByTarget$ = [
|
|
1539
1560
|
9,
|
|
1540
1561
|
n0,
|
|
1541
1562
|
_LRNBT,
|
|
1542
1563
|
0,
|
|
1543
|
-
() => ListRuleNamesByTargetRequest
|
|
1544
|
-
() => ListRuleNamesByTargetResponse
|
|
1564
|
+
() => ListRuleNamesByTargetRequest$,
|
|
1565
|
+
() => ListRuleNamesByTargetResponse$,
|
|
1545
1566
|
];
|
|
1546
|
-
var ListRules = [9, n0, _LRi, 0, () => ListRulesRequest
|
|
1547
|
-
var ListTagsForResource = [
|
|
1567
|
+
var ListRules$ = [9, n0, _LRi, 0, () => ListRulesRequest$, () => ListRulesResponse$];
|
|
1568
|
+
var ListTagsForResource$ = [
|
|
1548
1569
|
9,
|
|
1549
1570
|
n0,
|
|
1550
1571
|
_LTFR,
|
|
1551
1572
|
0,
|
|
1552
|
-
() => ListTagsForResourceRequest
|
|
1553
|
-
() => ListTagsForResourceResponse
|
|
1573
|
+
() => ListTagsForResourceRequest$,
|
|
1574
|
+
() => ListTagsForResourceResponse$,
|
|
1554
1575
|
];
|
|
1555
|
-
var ListTargetsByRule = [
|
|
1576
|
+
var ListTargetsByRule$ = [
|
|
1556
1577
|
9,
|
|
1557
1578
|
n0,
|
|
1558
1579
|
_LTBR,
|
|
1559
1580
|
0,
|
|
1560
|
-
() => ListTargetsByRuleRequest
|
|
1561
|
-
() => ListTargetsByRuleResponse
|
|
1581
|
+
() => ListTargetsByRuleRequest$,
|
|
1582
|
+
() => ListTargetsByRuleResponse$,
|
|
1562
1583
|
];
|
|
1563
|
-
var PutEvents = [9, n0, _PE, 0, () => PutEventsRequest
|
|
1564
|
-
var PutPartnerEvents = [
|
|
1584
|
+
var PutEvents$ = [9, n0, _PE, 0, () => PutEventsRequest$, () => PutEventsResponse$];
|
|
1585
|
+
var PutPartnerEvents$ = [
|
|
1565
1586
|
9,
|
|
1566
1587
|
n0,
|
|
1567
1588
|
_PPE,
|
|
1568
1589
|
0,
|
|
1569
|
-
() => PutPartnerEventsRequest
|
|
1570
|
-
() => PutPartnerEventsResponse
|
|
1590
|
+
() => PutPartnerEventsRequest$,
|
|
1591
|
+
() => PutPartnerEventsResponse$,
|
|
1571
1592
|
];
|
|
1572
|
-
var PutPermission = [9, n0, _PP, 0, () => PutPermissionRequest
|
|
1573
|
-
var PutRule = [9, n0, _PR, 0, () => PutRuleRequest
|
|
1574
|
-
var PutTargets = [9, n0, _PTu, 0, () => PutTargetsRequest
|
|
1575
|
-
var RemovePermission = [9, n0, _RPe, 0, () => RemovePermissionRequest
|
|
1576
|
-
var RemoveTargets = [
|
|
1593
|
+
var PutPermission$ = [9, n0, _PP, 0, () => PutPermissionRequest$, () => __Unit];
|
|
1594
|
+
var PutRule$ = [9, n0, _PR, 0, () => PutRuleRequest$, () => PutRuleResponse$];
|
|
1595
|
+
var PutTargets$ = [9, n0, _PTu, 0, () => PutTargetsRequest$, () => PutTargetsResponse$];
|
|
1596
|
+
var RemovePermission$ = [9, n0, _RPe, 0, () => RemovePermissionRequest$, () => __Unit];
|
|
1597
|
+
var RemoveTargets$ = [
|
|
1577
1598
|
9,
|
|
1578
1599
|
n0,
|
|
1579
1600
|
_RT,
|
|
1580
1601
|
0,
|
|
1581
|
-
() => RemoveTargetsRequest
|
|
1582
|
-
() => RemoveTargetsResponse
|
|
1602
|
+
() => RemoveTargetsRequest$,
|
|
1603
|
+
() => RemoveTargetsResponse$,
|
|
1604
|
+
];
|
|
1605
|
+
var StartReplay$ = [
|
|
1606
|
+
9,
|
|
1607
|
+
n0,
|
|
1608
|
+
_SRt,
|
|
1609
|
+
0,
|
|
1610
|
+
() => StartReplayRequest$,
|
|
1611
|
+
() => StartReplayResponse$,
|
|
1583
1612
|
];
|
|
1584
|
-
var
|
|
1585
|
-
var
|
|
1586
|
-
var TestEventPattern = [
|
|
1613
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1614
|
+
var TestEventPattern$ = [
|
|
1587
1615
|
9,
|
|
1588
1616
|
n0,
|
|
1589
1617
|
_TEP,
|
|
1590
1618
|
0,
|
|
1591
|
-
() => TestEventPatternRequest
|
|
1592
|
-
() => TestEventPatternResponse
|
|
1619
|
+
() => TestEventPatternRequest$,
|
|
1620
|
+
() => TestEventPatternResponse$,
|
|
1593
1621
|
];
|
|
1594
|
-
var UntagResource = [
|
|
1622
|
+
var UntagResource$ = [
|
|
1595
1623
|
9,
|
|
1596
1624
|
n0,
|
|
1597
1625
|
_UR,
|
|
1598
1626
|
0,
|
|
1599
|
-
() => UntagResourceRequest
|
|
1600
|
-
() => UntagResourceResponse
|
|
1627
|
+
() => UntagResourceRequest$,
|
|
1628
|
+
() => UntagResourceResponse$,
|
|
1601
1629
|
];
|
|
1602
|
-
var UpdateApiDestination = [
|
|
1630
|
+
var UpdateApiDestination$ = [
|
|
1603
1631
|
9,
|
|
1604
1632
|
n0,
|
|
1605
1633
|
_UAD,
|
|
1606
1634
|
0,
|
|
1607
|
-
() => UpdateApiDestinationRequest
|
|
1608
|
-
() => UpdateApiDestinationResponse
|
|
1635
|
+
() => UpdateApiDestinationRequest$,
|
|
1636
|
+
() => UpdateApiDestinationResponse$,
|
|
1609
1637
|
];
|
|
1610
|
-
var UpdateArchive = [
|
|
1638
|
+
var UpdateArchive$ = [
|
|
1611
1639
|
9,
|
|
1612
1640
|
n0,
|
|
1613
1641
|
_UA,
|
|
1614
1642
|
0,
|
|
1615
|
-
() => UpdateArchiveRequest
|
|
1616
|
-
() => UpdateArchiveResponse
|
|
1643
|
+
() => UpdateArchiveRequest$,
|
|
1644
|
+
() => UpdateArchiveResponse$,
|
|
1617
1645
|
];
|
|
1618
|
-
var UpdateConnection = [
|
|
1646
|
+
var UpdateConnection$ = [
|
|
1619
1647
|
9,
|
|
1620
1648
|
n0,
|
|
1621
1649
|
_UC,
|
|
1622
1650
|
0,
|
|
1623
|
-
() => UpdateConnectionRequest
|
|
1624
|
-
() => UpdateConnectionResponse
|
|
1651
|
+
() => UpdateConnectionRequest$,
|
|
1652
|
+
() => UpdateConnectionResponse$,
|
|
1625
1653
|
];
|
|
1626
1654
|
|
|
1627
1655
|
class ActivateEventSourceCommand extends smithyClient.Command
|
|
@@ -1632,7 +1660,7 @@ class ActivateEventSourceCommand extends smithyClient.Command
|
|
|
1632
1660
|
})
|
|
1633
1661
|
.s("AWSEvents", "ActivateEventSource", {})
|
|
1634
1662
|
.n("CloudWatchEventsClient", "ActivateEventSourceCommand")
|
|
1635
|
-
.sc(ActivateEventSource)
|
|
1663
|
+
.sc(ActivateEventSource$)
|
|
1636
1664
|
.build() {
|
|
1637
1665
|
}
|
|
1638
1666
|
|
|
@@ -1644,7 +1672,7 @@ class CancelReplayCommand extends smithyClient.Command
|
|
|
1644
1672
|
})
|
|
1645
1673
|
.s("AWSEvents", "CancelReplay", {})
|
|
1646
1674
|
.n("CloudWatchEventsClient", "CancelReplayCommand")
|
|
1647
|
-
.sc(CancelReplay)
|
|
1675
|
+
.sc(CancelReplay$)
|
|
1648
1676
|
.build() {
|
|
1649
1677
|
}
|
|
1650
1678
|
|
|
@@ -1656,7 +1684,7 @@ class CreateApiDestinationCommand extends smithyClient.Command
|
|
|
1656
1684
|
})
|
|
1657
1685
|
.s("AWSEvents", "CreateApiDestination", {})
|
|
1658
1686
|
.n("CloudWatchEventsClient", "CreateApiDestinationCommand")
|
|
1659
|
-
.sc(CreateApiDestination)
|
|
1687
|
+
.sc(CreateApiDestination$)
|
|
1660
1688
|
.build() {
|
|
1661
1689
|
}
|
|
1662
1690
|
|
|
@@ -1668,7 +1696,7 @@ class CreateArchiveCommand extends smithyClient.Command
|
|
|
1668
1696
|
})
|
|
1669
1697
|
.s("AWSEvents", "CreateArchive", {})
|
|
1670
1698
|
.n("CloudWatchEventsClient", "CreateArchiveCommand")
|
|
1671
|
-
.sc(CreateArchive)
|
|
1699
|
+
.sc(CreateArchive$)
|
|
1672
1700
|
.build() {
|
|
1673
1701
|
}
|
|
1674
1702
|
|
|
@@ -1680,7 +1708,7 @@ class CreateConnectionCommand extends smithyClient.Command
|
|
|
1680
1708
|
})
|
|
1681
1709
|
.s("AWSEvents", "CreateConnection", {})
|
|
1682
1710
|
.n("CloudWatchEventsClient", "CreateConnectionCommand")
|
|
1683
|
-
.sc(CreateConnection)
|
|
1711
|
+
.sc(CreateConnection$)
|
|
1684
1712
|
.build() {
|
|
1685
1713
|
}
|
|
1686
1714
|
|
|
@@ -1692,7 +1720,7 @@ class CreateEventBusCommand extends smithyClient.Command
|
|
|
1692
1720
|
})
|
|
1693
1721
|
.s("AWSEvents", "CreateEventBus", {})
|
|
1694
1722
|
.n("CloudWatchEventsClient", "CreateEventBusCommand")
|
|
1695
|
-
.sc(CreateEventBus)
|
|
1723
|
+
.sc(CreateEventBus$)
|
|
1696
1724
|
.build() {
|
|
1697
1725
|
}
|
|
1698
1726
|
|
|
@@ -1704,7 +1732,7 @@ class CreatePartnerEventSourceCommand extends smithyClient.Command
|
|
|
1704
1732
|
})
|
|
1705
1733
|
.s("AWSEvents", "CreatePartnerEventSource", {})
|
|
1706
1734
|
.n("CloudWatchEventsClient", "CreatePartnerEventSourceCommand")
|
|
1707
|
-
.sc(CreatePartnerEventSource)
|
|
1735
|
+
.sc(CreatePartnerEventSource$)
|
|
1708
1736
|
.build() {
|
|
1709
1737
|
}
|
|
1710
1738
|
|
|
@@ -1716,7 +1744,7 @@ class DeactivateEventSourceCommand extends smithyClient.Command
|
|
|
1716
1744
|
})
|
|
1717
1745
|
.s("AWSEvents", "DeactivateEventSource", {})
|
|
1718
1746
|
.n("CloudWatchEventsClient", "DeactivateEventSourceCommand")
|
|
1719
|
-
.sc(DeactivateEventSource)
|
|
1747
|
+
.sc(DeactivateEventSource$)
|
|
1720
1748
|
.build() {
|
|
1721
1749
|
}
|
|
1722
1750
|
|
|
@@ -1728,7 +1756,7 @@ class DeauthorizeConnectionCommand extends smithyClient.Command
|
|
|
1728
1756
|
})
|
|
1729
1757
|
.s("AWSEvents", "DeauthorizeConnection", {})
|
|
1730
1758
|
.n("CloudWatchEventsClient", "DeauthorizeConnectionCommand")
|
|
1731
|
-
.sc(DeauthorizeConnection)
|
|
1759
|
+
.sc(DeauthorizeConnection$)
|
|
1732
1760
|
.build() {
|
|
1733
1761
|
}
|
|
1734
1762
|
|
|
@@ -1740,7 +1768,7 @@ class DeleteApiDestinationCommand extends smithyClient.Command
|
|
|
1740
1768
|
})
|
|
1741
1769
|
.s("AWSEvents", "DeleteApiDestination", {})
|
|
1742
1770
|
.n("CloudWatchEventsClient", "DeleteApiDestinationCommand")
|
|
1743
|
-
.sc(DeleteApiDestination)
|
|
1771
|
+
.sc(DeleteApiDestination$)
|
|
1744
1772
|
.build() {
|
|
1745
1773
|
}
|
|
1746
1774
|
|
|
@@ -1752,7 +1780,7 @@ class DeleteArchiveCommand extends smithyClient.Command
|
|
|
1752
1780
|
})
|
|
1753
1781
|
.s("AWSEvents", "DeleteArchive", {})
|
|
1754
1782
|
.n("CloudWatchEventsClient", "DeleteArchiveCommand")
|
|
1755
|
-
.sc(DeleteArchive)
|
|
1783
|
+
.sc(DeleteArchive$)
|
|
1756
1784
|
.build() {
|
|
1757
1785
|
}
|
|
1758
1786
|
|
|
@@ -1764,7 +1792,7 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
1764
1792
|
})
|
|
1765
1793
|
.s("AWSEvents", "DeleteConnection", {})
|
|
1766
1794
|
.n("CloudWatchEventsClient", "DeleteConnectionCommand")
|
|
1767
|
-
.sc(DeleteConnection)
|
|
1795
|
+
.sc(DeleteConnection$)
|
|
1768
1796
|
.build() {
|
|
1769
1797
|
}
|
|
1770
1798
|
|
|
@@ -1776,7 +1804,7 @@ class DeleteEventBusCommand extends smithyClient.Command
|
|
|
1776
1804
|
})
|
|
1777
1805
|
.s("AWSEvents", "DeleteEventBus", {})
|
|
1778
1806
|
.n("CloudWatchEventsClient", "DeleteEventBusCommand")
|
|
1779
|
-
.sc(DeleteEventBus)
|
|
1807
|
+
.sc(DeleteEventBus$)
|
|
1780
1808
|
.build() {
|
|
1781
1809
|
}
|
|
1782
1810
|
|
|
@@ -1788,7 +1816,7 @@ class DeletePartnerEventSourceCommand extends smithyClient.Command
|
|
|
1788
1816
|
})
|
|
1789
1817
|
.s("AWSEvents", "DeletePartnerEventSource", {})
|
|
1790
1818
|
.n("CloudWatchEventsClient", "DeletePartnerEventSourceCommand")
|
|
1791
|
-
.sc(DeletePartnerEventSource)
|
|
1819
|
+
.sc(DeletePartnerEventSource$)
|
|
1792
1820
|
.build() {
|
|
1793
1821
|
}
|
|
1794
1822
|
|
|
@@ -1800,7 +1828,7 @@ class DeleteRuleCommand extends smithyClient.Command
|
|
|
1800
1828
|
})
|
|
1801
1829
|
.s("AWSEvents", "DeleteRule", {})
|
|
1802
1830
|
.n("CloudWatchEventsClient", "DeleteRuleCommand")
|
|
1803
|
-
.sc(DeleteRule)
|
|
1831
|
+
.sc(DeleteRule$)
|
|
1804
1832
|
.build() {
|
|
1805
1833
|
}
|
|
1806
1834
|
|
|
@@ -1812,7 +1840,7 @@ class DescribeApiDestinationCommand extends smithyClient.Command
|
|
|
1812
1840
|
})
|
|
1813
1841
|
.s("AWSEvents", "DescribeApiDestination", {})
|
|
1814
1842
|
.n("CloudWatchEventsClient", "DescribeApiDestinationCommand")
|
|
1815
|
-
.sc(DescribeApiDestination)
|
|
1843
|
+
.sc(DescribeApiDestination$)
|
|
1816
1844
|
.build() {
|
|
1817
1845
|
}
|
|
1818
1846
|
|
|
@@ -1824,7 +1852,7 @@ class DescribeArchiveCommand extends smithyClient.Command
|
|
|
1824
1852
|
})
|
|
1825
1853
|
.s("AWSEvents", "DescribeArchive", {})
|
|
1826
1854
|
.n("CloudWatchEventsClient", "DescribeArchiveCommand")
|
|
1827
|
-
.sc(DescribeArchive)
|
|
1855
|
+
.sc(DescribeArchive$)
|
|
1828
1856
|
.build() {
|
|
1829
1857
|
}
|
|
1830
1858
|
|
|
@@ -1836,7 +1864,7 @@ class DescribeConnectionCommand extends smithyClient.Command
|
|
|
1836
1864
|
})
|
|
1837
1865
|
.s("AWSEvents", "DescribeConnection", {})
|
|
1838
1866
|
.n("CloudWatchEventsClient", "DescribeConnectionCommand")
|
|
1839
|
-
.sc(DescribeConnection)
|
|
1867
|
+
.sc(DescribeConnection$)
|
|
1840
1868
|
.build() {
|
|
1841
1869
|
}
|
|
1842
1870
|
|
|
@@ -1848,7 +1876,7 @@ class DescribeEventBusCommand extends smithyClient.Command
|
|
|
1848
1876
|
})
|
|
1849
1877
|
.s("AWSEvents", "DescribeEventBus", {})
|
|
1850
1878
|
.n("CloudWatchEventsClient", "DescribeEventBusCommand")
|
|
1851
|
-
.sc(DescribeEventBus)
|
|
1879
|
+
.sc(DescribeEventBus$)
|
|
1852
1880
|
.build() {
|
|
1853
1881
|
}
|
|
1854
1882
|
|
|
@@ -1860,7 +1888,7 @@ class DescribeEventSourceCommand extends smithyClient.Command
|
|
|
1860
1888
|
})
|
|
1861
1889
|
.s("AWSEvents", "DescribeEventSource", {})
|
|
1862
1890
|
.n("CloudWatchEventsClient", "DescribeEventSourceCommand")
|
|
1863
|
-
.sc(DescribeEventSource)
|
|
1891
|
+
.sc(DescribeEventSource$)
|
|
1864
1892
|
.build() {
|
|
1865
1893
|
}
|
|
1866
1894
|
|
|
@@ -1872,7 +1900,7 @@ class DescribePartnerEventSourceCommand extends smithyClient.Command
|
|
|
1872
1900
|
})
|
|
1873
1901
|
.s("AWSEvents", "DescribePartnerEventSource", {})
|
|
1874
1902
|
.n("CloudWatchEventsClient", "DescribePartnerEventSourceCommand")
|
|
1875
|
-
.sc(DescribePartnerEventSource)
|
|
1903
|
+
.sc(DescribePartnerEventSource$)
|
|
1876
1904
|
.build() {
|
|
1877
1905
|
}
|
|
1878
1906
|
|
|
@@ -1884,7 +1912,7 @@ class DescribeReplayCommand extends smithyClient.Command
|
|
|
1884
1912
|
})
|
|
1885
1913
|
.s("AWSEvents", "DescribeReplay", {})
|
|
1886
1914
|
.n("CloudWatchEventsClient", "DescribeReplayCommand")
|
|
1887
|
-
.sc(DescribeReplay)
|
|
1915
|
+
.sc(DescribeReplay$)
|
|
1888
1916
|
.build() {
|
|
1889
1917
|
}
|
|
1890
1918
|
|
|
@@ -1896,7 +1924,7 @@ class DescribeRuleCommand extends smithyClient.Command
|
|
|
1896
1924
|
})
|
|
1897
1925
|
.s("AWSEvents", "DescribeRule", {})
|
|
1898
1926
|
.n("CloudWatchEventsClient", "DescribeRuleCommand")
|
|
1899
|
-
.sc(DescribeRule)
|
|
1927
|
+
.sc(DescribeRule$)
|
|
1900
1928
|
.build() {
|
|
1901
1929
|
}
|
|
1902
1930
|
|
|
@@ -1908,7 +1936,7 @@ class DisableRuleCommand extends smithyClient.Command
|
|
|
1908
1936
|
})
|
|
1909
1937
|
.s("AWSEvents", "DisableRule", {})
|
|
1910
1938
|
.n("CloudWatchEventsClient", "DisableRuleCommand")
|
|
1911
|
-
.sc(DisableRule)
|
|
1939
|
+
.sc(DisableRule$)
|
|
1912
1940
|
.build() {
|
|
1913
1941
|
}
|
|
1914
1942
|
|
|
@@ -1920,7 +1948,7 @@ class EnableRuleCommand extends smithyClient.Command
|
|
|
1920
1948
|
})
|
|
1921
1949
|
.s("AWSEvents", "EnableRule", {})
|
|
1922
1950
|
.n("CloudWatchEventsClient", "EnableRuleCommand")
|
|
1923
|
-
.sc(EnableRule)
|
|
1951
|
+
.sc(EnableRule$)
|
|
1924
1952
|
.build() {
|
|
1925
1953
|
}
|
|
1926
1954
|
|
|
@@ -1932,7 +1960,7 @@ class ListApiDestinationsCommand extends smithyClient.Command
|
|
|
1932
1960
|
})
|
|
1933
1961
|
.s("AWSEvents", "ListApiDestinations", {})
|
|
1934
1962
|
.n("CloudWatchEventsClient", "ListApiDestinationsCommand")
|
|
1935
|
-
.sc(ListApiDestinations)
|
|
1963
|
+
.sc(ListApiDestinations$)
|
|
1936
1964
|
.build() {
|
|
1937
1965
|
}
|
|
1938
1966
|
|
|
@@ -1944,7 +1972,7 @@ class ListArchivesCommand extends smithyClient.Command
|
|
|
1944
1972
|
})
|
|
1945
1973
|
.s("AWSEvents", "ListArchives", {})
|
|
1946
1974
|
.n("CloudWatchEventsClient", "ListArchivesCommand")
|
|
1947
|
-
.sc(ListArchives)
|
|
1975
|
+
.sc(ListArchives$)
|
|
1948
1976
|
.build() {
|
|
1949
1977
|
}
|
|
1950
1978
|
|
|
@@ -1956,7 +1984,7 @@ class ListConnectionsCommand extends smithyClient.Command
|
|
|
1956
1984
|
})
|
|
1957
1985
|
.s("AWSEvents", "ListConnections", {})
|
|
1958
1986
|
.n("CloudWatchEventsClient", "ListConnectionsCommand")
|
|
1959
|
-
.sc(ListConnections)
|
|
1987
|
+
.sc(ListConnections$)
|
|
1960
1988
|
.build() {
|
|
1961
1989
|
}
|
|
1962
1990
|
|
|
@@ -1968,7 +1996,7 @@ class ListEventBusesCommand extends smithyClient.Command
|
|
|
1968
1996
|
})
|
|
1969
1997
|
.s("AWSEvents", "ListEventBuses", {})
|
|
1970
1998
|
.n("CloudWatchEventsClient", "ListEventBusesCommand")
|
|
1971
|
-
.sc(ListEventBuses)
|
|
1999
|
+
.sc(ListEventBuses$)
|
|
1972
2000
|
.build() {
|
|
1973
2001
|
}
|
|
1974
2002
|
|
|
@@ -1980,7 +2008,7 @@ class ListEventSourcesCommand extends smithyClient.Command
|
|
|
1980
2008
|
})
|
|
1981
2009
|
.s("AWSEvents", "ListEventSources", {})
|
|
1982
2010
|
.n("CloudWatchEventsClient", "ListEventSourcesCommand")
|
|
1983
|
-
.sc(ListEventSources)
|
|
2011
|
+
.sc(ListEventSources$)
|
|
1984
2012
|
.build() {
|
|
1985
2013
|
}
|
|
1986
2014
|
|
|
@@ -1992,7 +2020,7 @@ class ListPartnerEventSourceAccountsCommand extends smithyClient.Command
|
|
|
1992
2020
|
})
|
|
1993
2021
|
.s("AWSEvents", "ListPartnerEventSourceAccounts", {})
|
|
1994
2022
|
.n("CloudWatchEventsClient", "ListPartnerEventSourceAccountsCommand")
|
|
1995
|
-
.sc(ListPartnerEventSourceAccounts)
|
|
2023
|
+
.sc(ListPartnerEventSourceAccounts$)
|
|
1996
2024
|
.build() {
|
|
1997
2025
|
}
|
|
1998
2026
|
|
|
@@ -2004,7 +2032,7 @@ class ListPartnerEventSourcesCommand extends smithyClient.Command
|
|
|
2004
2032
|
})
|
|
2005
2033
|
.s("AWSEvents", "ListPartnerEventSources", {})
|
|
2006
2034
|
.n("CloudWatchEventsClient", "ListPartnerEventSourcesCommand")
|
|
2007
|
-
.sc(ListPartnerEventSources)
|
|
2035
|
+
.sc(ListPartnerEventSources$)
|
|
2008
2036
|
.build() {
|
|
2009
2037
|
}
|
|
2010
2038
|
|
|
@@ -2016,7 +2044,7 @@ class ListReplaysCommand extends smithyClient.Command
|
|
|
2016
2044
|
})
|
|
2017
2045
|
.s("AWSEvents", "ListReplays", {})
|
|
2018
2046
|
.n("CloudWatchEventsClient", "ListReplaysCommand")
|
|
2019
|
-
.sc(ListReplays)
|
|
2047
|
+
.sc(ListReplays$)
|
|
2020
2048
|
.build() {
|
|
2021
2049
|
}
|
|
2022
2050
|
|
|
@@ -2028,7 +2056,7 @@ class ListRuleNamesByTargetCommand extends smithyClient.Command
|
|
|
2028
2056
|
})
|
|
2029
2057
|
.s("AWSEvents", "ListRuleNamesByTarget", {})
|
|
2030
2058
|
.n("CloudWatchEventsClient", "ListRuleNamesByTargetCommand")
|
|
2031
|
-
.sc(ListRuleNamesByTarget)
|
|
2059
|
+
.sc(ListRuleNamesByTarget$)
|
|
2032
2060
|
.build() {
|
|
2033
2061
|
}
|
|
2034
2062
|
|
|
@@ -2040,7 +2068,7 @@ class ListRulesCommand extends smithyClient.Command
|
|
|
2040
2068
|
})
|
|
2041
2069
|
.s("AWSEvents", "ListRules", {})
|
|
2042
2070
|
.n("CloudWatchEventsClient", "ListRulesCommand")
|
|
2043
|
-
.sc(ListRules)
|
|
2071
|
+
.sc(ListRules$)
|
|
2044
2072
|
.build() {
|
|
2045
2073
|
}
|
|
2046
2074
|
|
|
@@ -2052,7 +2080,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2052
2080
|
})
|
|
2053
2081
|
.s("AWSEvents", "ListTagsForResource", {})
|
|
2054
2082
|
.n("CloudWatchEventsClient", "ListTagsForResourceCommand")
|
|
2055
|
-
.sc(ListTagsForResource)
|
|
2083
|
+
.sc(ListTagsForResource$)
|
|
2056
2084
|
.build() {
|
|
2057
2085
|
}
|
|
2058
2086
|
|
|
@@ -2064,7 +2092,7 @@ class ListTargetsByRuleCommand extends smithyClient.Command
|
|
|
2064
2092
|
})
|
|
2065
2093
|
.s("AWSEvents", "ListTargetsByRule", {})
|
|
2066
2094
|
.n("CloudWatchEventsClient", "ListTargetsByRuleCommand")
|
|
2067
|
-
.sc(ListTargetsByRule)
|
|
2095
|
+
.sc(ListTargetsByRule$)
|
|
2068
2096
|
.build() {
|
|
2069
2097
|
}
|
|
2070
2098
|
|
|
@@ -2076,7 +2104,7 @@ class PutEventsCommand extends smithyClient.Command
|
|
|
2076
2104
|
})
|
|
2077
2105
|
.s("AWSEvents", "PutEvents", {})
|
|
2078
2106
|
.n("CloudWatchEventsClient", "PutEventsCommand")
|
|
2079
|
-
.sc(PutEvents)
|
|
2107
|
+
.sc(PutEvents$)
|
|
2080
2108
|
.build() {
|
|
2081
2109
|
}
|
|
2082
2110
|
|
|
@@ -2088,7 +2116,7 @@ class PutPartnerEventsCommand extends smithyClient.Command
|
|
|
2088
2116
|
})
|
|
2089
2117
|
.s("AWSEvents", "PutPartnerEvents", {})
|
|
2090
2118
|
.n("CloudWatchEventsClient", "PutPartnerEventsCommand")
|
|
2091
|
-
.sc(PutPartnerEvents)
|
|
2119
|
+
.sc(PutPartnerEvents$)
|
|
2092
2120
|
.build() {
|
|
2093
2121
|
}
|
|
2094
2122
|
|
|
@@ -2100,7 +2128,7 @@ class PutPermissionCommand extends smithyClient.Command
|
|
|
2100
2128
|
})
|
|
2101
2129
|
.s("AWSEvents", "PutPermission", {})
|
|
2102
2130
|
.n("CloudWatchEventsClient", "PutPermissionCommand")
|
|
2103
|
-
.sc(PutPermission)
|
|
2131
|
+
.sc(PutPermission$)
|
|
2104
2132
|
.build() {
|
|
2105
2133
|
}
|
|
2106
2134
|
|
|
@@ -2112,7 +2140,7 @@ class PutRuleCommand extends smithyClient.Command
|
|
|
2112
2140
|
})
|
|
2113
2141
|
.s("AWSEvents", "PutRule", {})
|
|
2114
2142
|
.n("CloudWatchEventsClient", "PutRuleCommand")
|
|
2115
|
-
.sc(PutRule)
|
|
2143
|
+
.sc(PutRule$)
|
|
2116
2144
|
.build() {
|
|
2117
2145
|
}
|
|
2118
2146
|
|
|
@@ -2124,7 +2152,7 @@ class PutTargetsCommand extends smithyClient.Command
|
|
|
2124
2152
|
})
|
|
2125
2153
|
.s("AWSEvents", "PutTargets", {})
|
|
2126
2154
|
.n("CloudWatchEventsClient", "PutTargetsCommand")
|
|
2127
|
-
.sc(PutTargets)
|
|
2155
|
+
.sc(PutTargets$)
|
|
2128
2156
|
.build() {
|
|
2129
2157
|
}
|
|
2130
2158
|
|
|
@@ -2136,7 +2164,7 @@ class RemovePermissionCommand extends smithyClient.Command
|
|
|
2136
2164
|
})
|
|
2137
2165
|
.s("AWSEvents", "RemovePermission", {})
|
|
2138
2166
|
.n("CloudWatchEventsClient", "RemovePermissionCommand")
|
|
2139
|
-
.sc(RemovePermission)
|
|
2167
|
+
.sc(RemovePermission$)
|
|
2140
2168
|
.build() {
|
|
2141
2169
|
}
|
|
2142
2170
|
|
|
@@ -2148,7 +2176,7 @@ class RemoveTargetsCommand extends smithyClient.Command
|
|
|
2148
2176
|
})
|
|
2149
2177
|
.s("AWSEvents", "RemoveTargets", {})
|
|
2150
2178
|
.n("CloudWatchEventsClient", "RemoveTargetsCommand")
|
|
2151
|
-
.sc(RemoveTargets)
|
|
2179
|
+
.sc(RemoveTargets$)
|
|
2152
2180
|
.build() {
|
|
2153
2181
|
}
|
|
2154
2182
|
|
|
@@ -2160,7 +2188,7 @@ class StartReplayCommand extends smithyClient.Command
|
|
|
2160
2188
|
})
|
|
2161
2189
|
.s("AWSEvents", "StartReplay", {})
|
|
2162
2190
|
.n("CloudWatchEventsClient", "StartReplayCommand")
|
|
2163
|
-
.sc(StartReplay)
|
|
2191
|
+
.sc(StartReplay$)
|
|
2164
2192
|
.build() {
|
|
2165
2193
|
}
|
|
2166
2194
|
|
|
@@ -2172,7 +2200,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2172
2200
|
})
|
|
2173
2201
|
.s("AWSEvents", "TagResource", {})
|
|
2174
2202
|
.n("CloudWatchEventsClient", "TagResourceCommand")
|
|
2175
|
-
.sc(TagResource)
|
|
2203
|
+
.sc(TagResource$)
|
|
2176
2204
|
.build() {
|
|
2177
2205
|
}
|
|
2178
2206
|
|
|
@@ -2184,7 +2212,7 @@ class TestEventPatternCommand extends smithyClient.Command
|
|
|
2184
2212
|
})
|
|
2185
2213
|
.s("AWSEvents", "TestEventPattern", {})
|
|
2186
2214
|
.n("CloudWatchEventsClient", "TestEventPatternCommand")
|
|
2187
|
-
.sc(TestEventPattern)
|
|
2215
|
+
.sc(TestEventPattern$)
|
|
2188
2216
|
.build() {
|
|
2189
2217
|
}
|
|
2190
2218
|
|
|
@@ -2196,7 +2224,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2196
2224
|
})
|
|
2197
2225
|
.s("AWSEvents", "UntagResource", {})
|
|
2198
2226
|
.n("CloudWatchEventsClient", "UntagResourceCommand")
|
|
2199
|
-
.sc(UntagResource)
|
|
2227
|
+
.sc(UntagResource$)
|
|
2200
2228
|
.build() {
|
|
2201
2229
|
}
|
|
2202
2230
|
|
|
@@ -2208,7 +2236,7 @@ class UpdateApiDestinationCommand extends smithyClient.Command
|
|
|
2208
2236
|
})
|
|
2209
2237
|
.s("AWSEvents", "UpdateApiDestination", {})
|
|
2210
2238
|
.n("CloudWatchEventsClient", "UpdateApiDestinationCommand")
|
|
2211
|
-
.sc(UpdateApiDestination)
|
|
2239
|
+
.sc(UpdateApiDestination$)
|
|
2212
2240
|
.build() {
|
|
2213
2241
|
}
|
|
2214
2242
|
|
|
@@ -2220,7 +2248,7 @@ class UpdateArchiveCommand extends smithyClient.Command
|
|
|
2220
2248
|
})
|
|
2221
2249
|
.s("AWSEvents", "UpdateArchive", {})
|
|
2222
2250
|
.n("CloudWatchEventsClient", "UpdateArchiveCommand")
|
|
2223
|
-
.sc(UpdateArchive)
|
|
2251
|
+
.sc(UpdateArchive$)
|
|
2224
2252
|
.build() {
|
|
2225
2253
|
}
|
|
2226
2254
|
|
|
@@ -2232,7 +2260,7 @@ class UpdateConnectionCommand extends smithyClient.Command
|
|
|
2232
2260
|
})
|
|
2233
2261
|
.s("AWSEvents", "UpdateConnection", {})
|
|
2234
2262
|
.n("CloudWatchEventsClient", "UpdateConnectionCommand")
|
|
2235
|
-
.sc(UpdateConnection)
|
|
2263
|
+
.sc(UpdateConnection$)
|
|
2236
2264
|
.build() {
|
|
2237
2265
|
}
|
|
2238
2266
|
|
|
@@ -2380,82 +2408,296 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2380
2408
|
enumerable: true,
|
|
2381
2409
|
get: function () { return smithyClient.Client; }
|
|
2382
2410
|
});
|
|
2411
|
+
exports.ActivateEventSource$ = ActivateEventSource$;
|
|
2383
2412
|
exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
|
|
2413
|
+
exports.ActivateEventSourceRequest$ = ActivateEventSourceRequest$;
|
|
2414
|
+
exports.ApiDestination$ = ApiDestination$;
|
|
2384
2415
|
exports.ApiDestinationHttpMethod = ApiDestinationHttpMethod;
|
|
2385
2416
|
exports.ApiDestinationState = ApiDestinationState;
|
|
2417
|
+
exports.Archive$ = Archive$;
|
|
2386
2418
|
exports.ArchiveState = ArchiveState;
|
|
2387
2419
|
exports.AssignPublicIp = AssignPublicIp;
|
|
2420
|
+
exports.AwsVpcConfiguration$ = AwsVpcConfiguration$;
|
|
2421
|
+
exports.BatchArrayProperties$ = BatchArrayProperties$;
|
|
2422
|
+
exports.BatchParameters$ = BatchParameters$;
|
|
2423
|
+
exports.BatchRetryStrategy$ = BatchRetryStrategy$;
|
|
2424
|
+
exports.CancelReplay$ = CancelReplay$;
|
|
2388
2425
|
exports.CancelReplayCommand = CancelReplayCommand;
|
|
2426
|
+
exports.CancelReplayRequest$ = CancelReplayRequest$;
|
|
2427
|
+
exports.CancelReplayResponse$ = CancelReplayResponse$;
|
|
2428
|
+
exports.CapacityProviderStrategyItem$ = CapacityProviderStrategyItem$;
|
|
2389
2429
|
exports.CloudWatchEvents = CloudWatchEvents;
|
|
2390
2430
|
exports.CloudWatchEventsClient = CloudWatchEventsClient;
|
|
2391
|
-
exports.CloudWatchEventsServiceException = CloudWatchEventsServiceException
|
|
2392
|
-
exports.
|
|
2431
|
+
exports.CloudWatchEventsServiceException = CloudWatchEventsServiceException;
|
|
2432
|
+
exports.CloudWatchEventsServiceException$ = CloudWatchEventsServiceException$;
|
|
2433
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
2434
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
2435
|
+
exports.Condition$ = Condition$;
|
|
2436
|
+
exports.Connection$ = Connection$;
|
|
2437
|
+
exports.ConnectionApiKeyAuthResponseParameters$ = ConnectionApiKeyAuthResponseParameters$;
|
|
2438
|
+
exports.ConnectionAuthResponseParameters$ = ConnectionAuthResponseParameters$;
|
|
2393
2439
|
exports.ConnectionAuthorizationType = ConnectionAuthorizationType;
|
|
2440
|
+
exports.ConnectionBasicAuthResponseParameters$ = ConnectionBasicAuthResponseParameters$;
|
|
2441
|
+
exports.ConnectionBodyParameter$ = ConnectionBodyParameter$;
|
|
2442
|
+
exports.ConnectionHeaderParameter$ = ConnectionHeaderParameter$;
|
|
2443
|
+
exports.ConnectionHttpParameters$ = ConnectionHttpParameters$;
|
|
2444
|
+
exports.ConnectionOAuthClientResponseParameters$ = ConnectionOAuthClientResponseParameters$;
|
|
2394
2445
|
exports.ConnectionOAuthHttpMethod = ConnectionOAuthHttpMethod;
|
|
2446
|
+
exports.ConnectionOAuthResponseParameters$ = ConnectionOAuthResponseParameters$;
|
|
2447
|
+
exports.ConnectionQueryStringParameter$ = ConnectionQueryStringParameter$;
|
|
2395
2448
|
exports.ConnectionState = ConnectionState;
|
|
2449
|
+
exports.CreateApiDestination$ = CreateApiDestination$;
|
|
2396
2450
|
exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
|
|
2451
|
+
exports.CreateApiDestinationRequest$ = CreateApiDestinationRequest$;
|
|
2452
|
+
exports.CreateApiDestinationResponse$ = CreateApiDestinationResponse$;
|
|
2453
|
+
exports.CreateArchive$ = CreateArchive$;
|
|
2397
2454
|
exports.CreateArchiveCommand = CreateArchiveCommand;
|
|
2455
|
+
exports.CreateArchiveRequest$ = CreateArchiveRequest$;
|
|
2456
|
+
exports.CreateArchiveResponse$ = CreateArchiveResponse$;
|
|
2457
|
+
exports.CreateConnection$ = CreateConnection$;
|
|
2458
|
+
exports.CreateConnectionApiKeyAuthRequestParameters$ = CreateConnectionApiKeyAuthRequestParameters$;
|
|
2459
|
+
exports.CreateConnectionAuthRequestParameters$ = CreateConnectionAuthRequestParameters$;
|
|
2460
|
+
exports.CreateConnectionBasicAuthRequestParameters$ = CreateConnectionBasicAuthRequestParameters$;
|
|
2398
2461
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
2462
|
+
exports.CreateConnectionOAuthClientRequestParameters$ = CreateConnectionOAuthClientRequestParameters$;
|
|
2463
|
+
exports.CreateConnectionOAuthRequestParameters$ = CreateConnectionOAuthRequestParameters$;
|
|
2464
|
+
exports.CreateConnectionRequest$ = CreateConnectionRequest$;
|
|
2465
|
+
exports.CreateConnectionResponse$ = CreateConnectionResponse$;
|
|
2466
|
+
exports.CreateEventBus$ = CreateEventBus$;
|
|
2399
2467
|
exports.CreateEventBusCommand = CreateEventBusCommand;
|
|
2468
|
+
exports.CreateEventBusRequest$ = CreateEventBusRequest$;
|
|
2469
|
+
exports.CreateEventBusResponse$ = CreateEventBusResponse$;
|
|
2470
|
+
exports.CreatePartnerEventSource$ = CreatePartnerEventSource$;
|
|
2400
2471
|
exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
|
|
2472
|
+
exports.CreatePartnerEventSourceRequest$ = CreatePartnerEventSourceRequest$;
|
|
2473
|
+
exports.CreatePartnerEventSourceResponse$ = CreatePartnerEventSourceResponse$;
|
|
2474
|
+
exports.DeactivateEventSource$ = DeactivateEventSource$;
|
|
2401
2475
|
exports.DeactivateEventSourceCommand = DeactivateEventSourceCommand;
|
|
2476
|
+
exports.DeactivateEventSourceRequest$ = DeactivateEventSourceRequest$;
|
|
2477
|
+
exports.DeadLetterConfig$ = DeadLetterConfig$;
|
|
2478
|
+
exports.DeauthorizeConnection$ = DeauthorizeConnection$;
|
|
2402
2479
|
exports.DeauthorizeConnectionCommand = DeauthorizeConnectionCommand;
|
|
2480
|
+
exports.DeauthorizeConnectionRequest$ = DeauthorizeConnectionRequest$;
|
|
2481
|
+
exports.DeauthorizeConnectionResponse$ = DeauthorizeConnectionResponse$;
|
|
2482
|
+
exports.DeleteApiDestination$ = DeleteApiDestination$;
|
|
2403
2483
|
exports.DeleteApiDestinationCommand = DeleteApiDestinationCommand;
|
|
2484
|
+
exports.DeleteApiDestinationRequest$ = DeleteApiDestinationRequest$;
|
|
2485
|
+
exports.DeleteApiDestinationResponse$ = DeleteApiDestinationResponse$;
|
|
2486
|
+
exports.DeleteArchive$ = DeleteArchive$;
|
|
2404
2487
|
exports.DeleteArchiveCommand = DeleteArchiveCommand;
|
|
2488
|
+
exports.DeleteArchiveRequest$ = DeleteArchiveRequest$;
|
|
2489
|
+
exports.DeleteArchiveResponse$ = DeleteArchiveResponse$;
|
|
2490
|
+
exports.DeleteConnection$ = DeleteConnection$;
|
|
2405
2491
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
2492
|
+
exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
|
|
2493
|
+
exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
|
|
2494
|
+
exports.DeleteEventBus$ = DeleteEventBus$;
|
|
2406
2495
|
exports.DeleteEventBusCommand = DeleteEventBusCommand;
|
|
2496
|
+
exports.DeleteEventBusRequest$ = DeleteEventBusRequest$;
|
|
2497
|
+
exports.DeletePartnerEventSource$ = DeletePartnerEventSource$;
|
|
2407
2498
|
exports.DeletePartnerEventSourceCommand = DeletePartnerEventSourceCommand;
|
|
2499
|
+
exports.DeletePartnerEventSourceRequest$ = DeletePartnerEventSourceRequest$;
|
|
2500
|
+
exports.DeleteRule$ = DeleteRule$;
|
|
2408
2501
|
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
2502
|
+
exports.DeleteRuleRequest$ = DeleteRuleRequest$;
|
|
2503
|
+
exports.DescribeApiDestination$ = DescribeApiDestination$;
|
|
2409
2504
|
exports.DescribeApiDestinationCommand = DescribeApiDestinationCommand;
|
|
2505
|
+
exports.DescribeApiDestinationRequest$ = DescribeApiDestinationRequest$;
|
|
2506
|
+
exports.DescribeApiDestinationResponse$ = DescribeApiDestinationResponse$;
|
|
2507
|
+
exports.DescribeArchive$ = DescribeArchive$;
|
|
2410
2508
|
exports.DescribeArchiveCommand = DescribeArchiveCommand;
|
|
2509
|
+
exports.DescribeArchiveRequest$ = DescribeArchiveRequest$;
|
|
2510
|
+
exports.DescribeArchiveResponse$ = DescribeArchiveResponse$;
|
|
2511
|
+
exports.DescribeConnection$ = DescribeConnection$;
|
|
2411
2512
|
exports.DescribeConnectionCommand = DescribeConnectionCommand;
|
|
2513
|
+
exports.DescribeConnectionRequest$ = DescribeConnectionRequest$;
|
|
2514
|
+
exports.DescribeConnectionResponse$ = DescribeConnectionResponse$;
|
|
2515
|
+
exports.DescribeEventBus$ = DescribeEventBus$;
|
|
2412
2516
|
exports.DescribeEventBusCommand = DescribeEventBusCommand;
|
|
2517
|
+
exports.DescribeEventBusRequest$ = DescribeEventBusRequest$;
|
|
2518
|
+
exports.DescribeEventBusResponse$ = DescribeEventBusResponse$;
|
|
2519
|
+
exports.DescribeEventSource$ = DescribeEventSource$;
|
|
2413
2520
|
exports.DescribeEventSourceCommand = DescribeEventSourceCommand;
|
|
2521
|
+
exports.DescribeEventSourceRequest$ = DescribeEventSourceRequest$;
|
|
2522
|
+
exports.DescribeEventSourceResponse$ = DescribeEventSourceResponse$;
|
|
2523
|
+
exports.DescribePartnerEventSource$ = DescribePartnerEventSource$;
|
|
2414
2524
|
exports.DescribePartnerEventSourceCommand = DescribePartnerEventSourceCommand;
|
|
2525
|
+
exports.DescribePartnerEventSourceRequest$ = DescribePartnerEventSourceRequest$;
|
|
2526
|
+
exports.DescribePartnerEventSourceResponse$ = DescribePartnerEventSourceResponse$;
|
|
2527
|
+
exports.DescribeReplay$ = DescribeReplay$;
|
|
2415
2528
|
exports.DescribeReplayCommand = DescribeReplayCommand;
|
|
2529
|
+
exports.DescribeReplayRequest$ = DescribeReplayRequest$;
|
|
2530
|
+
exports.DescribeReplayResponse$ = DescribeReplayResponse$;
|
|
2531
|
+
exports.DescribeRule$ = DescribeRule$;
|
|
2416
2532
|
exports.DescribeRuleCommand = DescribeRuleCommand;
|
|
2533
|
+
exports.DescribeRuleRequest$ = DescribeRuleRequest$;
|
|
2534
|
+
exports.DescribeRuleResponse$ = DescribeRuleResponse$;
|
|
2535
|
+
exports.DisableRule$ = DisableRule$;
|
|
2417
2536
|
exports.DisableRuleCommand = DisableRuleCommand;
|
|
2537
|
+
exports.DisableRuleRequest$ = DisableRuleRequest$;
|
|
2538
|
+
exports.EcsParameters$ = EcsParameters$;
|
|
2539
|
+
exports.EnableRule$ = EnableRule$;
|
|
2418
2540
|
exports.EnableRuleCommand = EnableRuleCommand;
|
|
2541
|
+
exports.EnableRuleRequest$ = EnableRuleRequest$;
|
|
2542
|
+
exports.EventBus$ = EventBus$;
|
|
2543
|
+
exports.EventSource$ = EventSource$;
|
|
2419
2544
|
exports.EventSourceState = EventSourceState;
|
|
2420
|
-
exports.
|
|
2421
|
-
exports.
|
|
2422
|
-
exports.
|
|
2423
|
-
exports.
|
|
2545
|
+
exports.HttpParameters$ = HttpParameters$;
|
|
2546
|
+
exports.IllegalStatusException = IllegalStatusException;
|
|
2547
|
+
exports.IllegalStatusException$ = IllegalStatusException$;
|
|
2548
|
+
exports.InputTransformer$ = InputTransformer$;
|
|
2549
|
+
exports.InternalException = InternalException;
|
|
2550
|
+
exports.InternalException$ = InternalException$;
|
|
2551
|
+
exports.InvalidEventPatternException = InvalidEventPatternException;
|
|
2552
|
+
exports.InvalidEventPatternException$ = InvalidEventPatternException$;
|
|
2553
|
+
exports.InvalidStateException = InvalidStateException;
|
|
2554
|
+
exports.InvalidStateException$ = InvalidStateException$;
|
|
2555
|
+
exports.KinesisParameters$ = KinesisParameters$;
|
|
2424
2556
|
exports.LaunchType = LaunchType;
|
|
2425
|
-
exports.LimitExceededException = LimitExceededException
|
|
2557
|
+
exports.LimitExceededException = LimitExceededException;
|
|
2558
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
2559
|
+
exports.ListApiDestinations$ = ListApiDestinations$;
|
|
2426
2560
|
exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
|
|
2561
|
+
exports.ListApiDestinationsRequest$ = ListApiDestinationsRequest$;
|
|
2562
|
+
exports.ListApiDestinationsResponse$ = ListApiDestinationsResponse$;
|
|
2563
|
+
exports.ListArchives$ = ListArchives$;
|
|
2427
2564
|
exports.ListArchivesCommand = ListArchivesCommand;
|
|
2565
|
+
exports.ListArchivesRequest$ = ListArchivesRequest$;
|
|
2566
|
+
exports.ListArchivesResponse$ = ListArchivesResponse$;
|
|
2567
|
+
exports.ListConnections$ = ListConnections$;
|
|
2428
2568
|
exports.ListConnectionsCommand = ListConnectionsCommand;
|
|
2569
|
+
exports.ListConnectionsRequest$ = ListConnectionsRequest$;
|
|
2570
|
+
exports.ListConnectionsResponse$ = ListConnectionsResponse$;
|
|
2571
|
+
exports.ListEventBuses$ = ListEventBuses$;
|
|
2429
2572
|
exports.ListEventBusesCommand = ListEventBusesCommand;
|
|
2573
|
+
exports.ListEventBusesRequest$ = ListEventBusesRequest$;
|
|
2574
|
+
exports.ListEventBusesResponse$ = ListEventBusesResponse$;
|
|
2575
|
+
exports.ListEventSources$ = ListEventSources$;
|
|
2430
2576
|
exports.ListEventSourcesCommand = ListEventSourcesCommand;
|
|
2577
|
+
exports.ListEventSourcesRequest$ = ListEventSourcesRequest$;
|
|
2578
|
+
exports.ListEventSourcesResponse$ = ListEventSourcesResponse$;
|
|
2579
|
+
exports.ListPartnerEventSourceAccounts$ = ListPartnerEventSourceAccounts$;
|
|
2431
2580
|
exports.ListPartnerEventSourceAccountsCommand = ListPartnerEventSourceAccountsCommand;
|
|
2581
|
+
exports.ListPartnerEventSourceAccountsRequest$ = ListPartnerEventSourceAccountsRequest$;
|
|
2582
|
+
exports.ListPartnerEventSourceAccountsResponse$ = ListPartnerEventSourceAccountsResponse$;
|
|
2583
|
+
exports.ListPartnerEventSources$ = ListPartnerEventSources$;
|
|
2432
2584
|
exports.ListPartnerEventSourcesCommand = ListPartnerEventSourcesCommand;
|
|
2585
|
+
exports.ListPartnerEventSourcesRequest$ = ListPartnerEventSourcesRequest$;
|
|
2586
|
+
exports.ListPartnerEventSourcesResponse$ = ListPartnerEventSourcesResponse$;
|
|
2587
|
+
exports.ListReplays$ = ListReplays$;
|
|
2433
2588
|
exports.ListReplaysCommand = ListReplaysCommand;
|
|
2589
|
+
exports.ListReplaysRequest$ = ListReplaysRequest$;
|
|
2590
|
+
exports.ListReplaysResponse$ = ListReplaysResponse$;
|
|
2591
|
+
exports.ListRuleNamesByTarget$ = ListRuleNamesByTarget$;
|
|
2434
2592
|
exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
|
|
2593
|
+
exports.ListRuleNamesByTargetRequest$ = ListRuleNamesByTargetRequest$;
|
|
2594
|
+
exports.ListRuleNamesByTargetResponse$ = ListRuleNamesByTargetResponse$;
|
|
2595
|
+
exports.ListRules$ = ListRules$;
|
|
2435
2596
|
exports.ListRulesCommand = ListRulesCommand;
|
|
2597
|
+
exports.ListRulesRequest$ = ListRulesRequest$;
|
|
2598
|
+
exports.ListRulesResponse$ = ListRulesResponse$;
|
|
2599
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2436
2600
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2601
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2602
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2603
|
+
exports.ListTargetsByRule$ = ListTargetsByRule$;
|
|
2437
2604
|
exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
|
|
2438
|
-
exports.
|
|
2439
|
-
exports.
|
|
2605
|
+
exports.ListTargetsByRuleRequest$ = ListTargetsByRuleRequest$;
|
|
2606
|
+
exports.ListTargetsByRuleResponse$ = ListTargetsByRuleResponse$;
|
|
2607
|
+
exports.ManagedRuleException = ManagedRuleException;
|
|
2608
|
+
exports.ManagedRuleException$ = ManagedRuleException$;
|
|
2609
|
+
exports.NetworkConfiguration$ = NetworkConfiguration$;
|
|
2610
|
+
exports.OperationDisabledException = OperationDisabledException;
|
|
2611
|
+
exports.OperationDisabledException$ = OperationDisabledException$;
|
|
2612
|
+
exports.PartnerEventSource$ = PartnerEventSource$;
|
|
2613
|
+
exports.PartnerEventSourceAccount$ = PartnerEventSourceAccount$;
|
|
2614
|
+
exports.PlacementConstraint$ = PlacementConstraint$;
|
|
2440
2615
|
exports.PlacementConstraintType = PlacementConstraintType;
|
|
2616
|
+
exports.PlacementStrategy$ = PlacementStrategy$;
|
|
2441
2617
|
exports.PlacementStrategyType = PlacementStrategyType;
|
|
2442
|
-
exports.PolicyLengthExceededException = PolicyLengthExceededException
|
|
2618
|
+
exports.PolicyLengthExceededException = PolicyLengthExceededException;
|
|
2619
|
+
exports.PolicyLengthExceededException$ = PolicyLengthExceededException$;
|
|
2443
2620
|
exports.PropagateTags = PropagateTags;
|
|
2621
|
+
exports.PutEvents$ = PutEvents$;
|
|
2444
2622
|
exports.PutEventsCommand = PutEventsCommand;
|
|
2623
|
+
exports.PutEventsRequest$ = PutEventsRequest$;
|
|
2624
|
+
exports.PutEventsRequestEntry$ = PutEventsRequestEntry$;
|
|
2625
|
+
exports.PutEventsResponse$ = PutEventsResponse$;
|
|
2626
|
+
exports.PutEventsResultEntry$ = PutEventsResultEntry$;
|
|
2627
|
+
exports.PutPartnerEvents$ = PutPartnerEvents$;
|
|
2445
2628
|
exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
|
|
2629
|
+
exports.PutPartnerEventsRequest$ = PutPartnerEventsRequest$;
|
|
2630
|
+
exports.PutPartnerEventsRequestEntry$ = PutPartnerEventsRequestEntry$;
|
|
2631
|
+
exports.PutPartnerEventsResponse$ = PutPartnerEventsResponse$;
|
|
2632
|
+
exports.PutPartnerEventsResultEntry$ = PutPartnerEventsResultEntry$;
|
|
2633
|
+
exports.PutPermission$ = PutPermission$;
|
|
2446
2634
|
exports.PutPermissionCommand = PutPermissionCommand;
|
|
2635
|
+
exports.PutPermissionRequest$ = PutPermissionRequest$;
|
|
2636
|
+
exports.PutRule$ = PutRule$;
|
|
2447
2637
|
exports.PutRuleCommand = PutRuleCommand;
|
|
2638
|
+
exports.PutRuleRequest$ = PutRuleRequest$;
|
|
2639
|
+
exports.PutRuleResponse$ = PutRuleResponse$;
|
|
2640
|
+
exports.PutTargets$ = PutTargets$;
|
|
2448
2641
|
exports.PutTargetsCommand = PutTargetsCommand;
|
|
2642
|
+
exports.PutTargetsRequest$ = PutTargetsRequest$;
|
|
2643
|
+
exports.PutTargetsResponse$ = PutTargetsResponse$;
|
|
2644
|
+
exports.PutTargetsResultEntry$ = PutTargetsResultEntry$;
|
|
2645
|
+
exports.RedshiftDataParameters$ = RedshiftDataParameters$;
|
|
2646
|
+
exports.RemovePermission$ = RemovePermission$;
|
|
2449
2647
|
exports.RemovePermissionCommand = RemovePermissionCommand;
|
|
2648
|
+
exports.RemovePermissionRequest$ = RemovePermissionRequest$;
|
|
2649
|
+
exports.RemoveTargets$ = RemoveTargets$;
|
|
2450
2650
|
exports.RemoveTargetsCommand = RemoveTargetsCommand;
|
|
2651
|
+
exports.RemoveTargetsRequest$ = RemoveTargetsRequest$;
|
|
2652
|
+
exports.RemoveTargetsResponse$ = RemoveTargetsResponse$;
|
|
2653
|
+
exports.RemoveTargetsResultEntry$ = RemoveTargetsResultEntry$;
|
|
2654
|
+
exports.Replay$ = Replay$;
|
|
2655
|
+
exports.ReplayDestination$ = ReplayDestination$;
|
|
2451
2656
|
exports.ReplayState = ReplayState;
|
|
2452
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException
|
|
2453
|
-
exports.
|
|
2657
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
2658
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
2659
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2660
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2661
|
+
exports.RetryPolicy$ = RetryPolicy$;
|
|
2662
|
+
exports.Rule$ = Rule$;
|
|
2454
2663
|
exports.RuleState = RuleState;
|
|
2664
|
+
exports.RunCommandParameters$ = RunCommandParameters$;
|
|
2665
|
+
exports.RunCommandTarget$ = RunCommandTarget$;
|
|
2666
|
+
exports.SageMakerPipelineParameter$ = SageMakerPipelineParameter$;
|
|
2667
|
+
exports.SageMakerPipelineParameters$ = SageMakerPipelineParameters$;
|
|
2668
|
+
exports.SqsParameters$ = SqsParameters$;
|
|
2669
|
+
exports.StartReplay$ = StartReplay$;
|
|
2455
2670
|
exports.StartReplayCommand = StartReplayCommand;
|
|
2671
|
+
exports.StartReplayRequest$ = StartReplayRequest$;
|
|
2672
|
+
exports.StartReplayResponse$ = StartReplayResponse$;
|
|
2673
|
+
exports.Tag$ = Tag$;
|
|
2674
|
+
exports.TagResource$ = TagResource$;
|
|
2456
2675
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2676
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2677
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
2678
|
+
exports.Target$ = Target$;
|
|
2679
|
+
exports.TestEventPattern$ = TestEventPattern$;
|
|
2457
2680
|
exports.TestEventPatternCommand = TestEventPatternCommand;
|
|
2681
|
+
exports.TestEventPatternRequest$ = TestEventPatternRequest$;
|
|
2682
|
+
exports.TestEventPatternResponse$ = TestEventPatternResponse$;
|
|
2683
|
+
exports.UntagResource$ = UntagResource$;
|
|
2458
2684
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2685
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2686
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2687
|
+
exports.UpdateApiDestination$ = UpdateApiDestination$;
|
|
2459
2688
|
exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
|
|
2689
|
+
exports.UpdateApiDestinationRequest$ = UpdateApiDestinationRequest$;
|
|
2690
|
+
exports.UpdateApiDestinationResponse$ = UpdateApiDestinationResponse$;
|
|
2691
|
+
exports.UpdateArchive$ = UpdateArchive$;
|
|
2460
2692
|
exports.UpdateArchiveCommand = UpdateArchiveCommand;
|
|
2693
|
+
exports.UpdateArchiveRequest$ = UpdateArchiveRequest$;
|
|
2694
|
+
exports.UpdateArchiveResponse$ = UpdateArchiveResponse$;
|
|
2695
|
+
exports.UpdateConnection$ = UpdateConnection$;
|
|
2696
|
+
exports.UpdateConnectionApiKeyAuthRequestParameters$ = UpdateConnectionApiKeyAuthRequestParameters$;
|
|
2697
|
+
exports.UpdateConnectionAuthRequestParameters$ = UpdateConnectionAuthRequestParameters$;
|
|
2698
|
+
exports.UpdateConnectionBasicAuthRequestParameters$ = UpdateConnectionBasicAuthRequestParameters$;
|
|
2461
2699
|
exports.UpdateConnectionCommand = UpdateConnectionCommand;
|
|
2700
|
+
exports.UpdateConnectionOAuthClientRequestParameters$ = UpdateConnectionOAuthClientRequestParameters$;
|
|
2701
|
+
exports.UpdateConnectionOAuthRequestParameters$ = UpdateConnectionOAuthRequestParameters$;
|
|
2702
|
+
exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
|
|
2703
|
+
exports.UpdateConnectionResponse$ = UpdateConnectionResponse$;
|