@aws-sdk/client-mq 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +345 -244
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateBrokerCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteBrokerCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerEngineTypesCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerInstanceOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -2
- package/dist-es/commands/DescribeUserCommand.js +2 -2
- package/dist-es/commands/ListBrokersCommand.js +2 -2
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/PromoteCommand.js +2 -2
- package/dist-es/commands/RebootBrokerCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +205 -205
- package/dist-types/MqClient.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 +102 -119
- package/dist-types/ts3.4/MqClient.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 +101 -119
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MqClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MqServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MqServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class BadRequestException extends MqServiceException {
|
|
121
121
|
name = "BadRequestException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
ErrorAttribute;
|
|
@@ -132,8 +132,8 @@ let BadRequestException$1 = class BadRequestException extends MqServiceException
|
|
|
132
132
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
133
133
|
this.Message = opts.Message;
|
|
134
134
|
}
|
|
135
|
-
}
|
|
136
|
-
|
|
135
|
+
}
|
|
136
|
+
class ConflictException extends MqServiceException {
|
|
137
137
|
name = "ConflictException";
|
|
138
138
|
$fault = "client";
|
|
139
139
|
ErrorAttribute;
|
|
@@ -148,8 +148,8 @@ let ConflictException$1 = class ConflictException extends MqServiceException$1 {
|
|
|
148
148
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
149
149
|
this.Message = opts.Message;
|
|
150
150
|
}
|
|
151
|
-
}
|
|
152
|
-
|
|
151
|
+
}
|
|
152
|
+
class ForbiddenException extends MqServiceException {
|
|
153
153
|
name = "ForbiddenException";
|
|
154
154
|
$fault = "client";
|
|
155
155
|
ErrorAttribute;
|
|
@@ -164,8 +164,8 @@ let ForbiddenException$1 = class ForbiddenException extends MqServiceException$1
|
|
|
164
164
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
165
165
|
this.Message = opts.Message;
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class InternalServerErrorException extends MqServiceException {
|
|
169
169
|
name = "InternalServerErrorException";
|
|
170
170
|
$fault = "server";
|
|
171
171
|
ErrorAttribute;
|
|
@@ -180,8 +180,8 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
|
|
|
180
180
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
181
181
|
this.Message = opts.Message;
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class UnauthorizedException extends MqServiceException {
|
|
185
185
|
name = "UnauthorizedException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
ErrorAttribute;
|
|
@@ -196,8 +196,8 @@ let UnauthorizedException$1 = class UnauthorizedException extends MqServiceExcep
|
|
|
196
196
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
197
197
|
this.Message = opts.Message;
|
|
198
198
|
}
|
|
199
|
-
}
|
|
200
|
-
|
|
199
|
+
}
|
|
200
|
+
class NotFoundException extends MqServiceException {
|
|
201
201
|
name = "NotFoundException";
|
|
202
202
|
$fault = "client";
|
|
203
203
|
ErrorAttribute;
|
|
@@ -212,7 +212,7 @@ let NotFoundException$1 = class NotFoundException extends MqServiceException$1 {
|
|
|
212
212
|
this.ErrorAttribute = opts.ErrorAttribute;
|
|
213
213
|
this.Message = opts.Message;
|
|
214
214
|
}
|
|
215
|
-
}
|
|
215
|
+
}
|
|
216
216
|
|
|
217
217
|
const _A = "Arn";
|
|
218
218
|
const _ALG = "AuditLogGroup";
|
|
@@ -529,7 +529,7 @@ const _uSS = "userSearchSubtree";
|
|
|
529
529
|
const _us = "username";
|
|
530
530
|
const _w = "warnings";
|
|
531
531
|
const n0 = "com.amazonaws.mq";
|
|
532
|
-
var ActionRequired = [
|
|
532
|
+
var ActionRequired$ = [
|
|
533
533
|
3,
|
|
534
534
|
n0,
|
|
535
535
|
_AR,
|
|
@@ -540,8 +540,8 @@ var ActionRequired = [
|
|
|
540
540
|
[0, { [_jN]: _aRI }],
|
|
541
541
|
],
|
|
542
542
|
];
|
|
543
|
-
var AvailabilityZone = [3, n0, _AZ, 0, [_N], [[0, { [_jN]: _n }]]];
|
|
544
|
-
var BadRequestException = [
|
|
543
|
+
var AvailabilityZone$ = [3, n0, _AZ, 0, [_N], [[0, { [_jN]: _n }]]];
|
|
544
|
+
var BadRequestException$ = [
|
|
545
545
|
-3,
|
|
546
546
|
n0,
|
|
547
547
|
_BRE,
|
|
@@ -552,8 +552,8 @@ var BadRequestException = [
|
|
|
552
552
|
[0, { [_jN]: _m }],
|
|
553
553
|
],
|
|
554
554
|
];
|
|
555
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException
|
|
556
|
-
var BrokerEngineType = [
|
|
555
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
556
|
+
var BrokerEngineType$ = [
|
|
557
557
|
3,
|
|
558
558
|
n0,
|
|
559
559
|
_BET,
|
|
@@ -564,7 +564,7 @@ var BrokerEngineType = [
|
|
|
564
564
|
[() => __listOfEngineVersion, { [_jN]: _eV }],
|
|
565
565
|
],
|
|
566
566
|
];
|
|
567
|
-
var BrokerInstance = [
|
|
567
|
+
var BrokerInstance$ = [
|
|
568
568
|
3,
|
|
569
569
|
n0,
|
|
570
570
|
_BI,
|
|
@@ -576,7 +576,7 @@ var BrokerInstance = [
|
|
|
576
576
|
[0, { [_jN]: _iA }],
|
|
577
577
|
],
|
|
578
578
|
];
|
|
579
|
-
var BrokerInstanceOption = [
|
|
579
|
+
var BrokerInstanceOption$ = [
|
|
580
580
|
3,
|
|
581
581
|
n0,
|
|
582
582
|
_BIO,
|
|
@@ -591,7 +591,7 @@ var BrokerInstanceOption = [
|
|
|
591
591
|
[64 | 0, { [_jN]: _sEV }],
|
|
592
592
|
],
|
|
593
593
|
];
|
|
594
|
-
var BrokerSummary = [
|
|
594
|
+
var BrokerSummary$ = [
|
|
595
595
|
3,
|
|
596
596
|
n0,
|
|
597
597
|
_BS,
|
|
@@ -608,7 +608,7 @@ var BrokerSummary = [
|
|
|
608
608
|
[0, { [_jN]: _hIT }],
|
|
609
609
|
],
|
|
610
610
|
];
|
|
611
|
-
var Configuration = [
|
|
611
|
+
var Configuration$ = [
|
|
612
612
|
3,
|
|
613
613
|
n0,
|
|
614
614
|
_Co,
|
|
@@ -622,12 +622,12 @@ var Configuration = [
|
|
|
622
622
|
[0, { [_jN]: _eT }],
|
|
623
623
|
[0, { [_jN]: _eVn }],
|
|
624
624
|
[0, { [_jN]: _i }],
|
|
625
|
-
[() => ConfigurationRevision
|
|
625
|
+
[() => ConfigurationRevision$, { [_jN]: _lR }],
|
|
626
626
|
[0, { [_jN]: _n }],
|
|
627
627
|
[128 | 0, { [_jN]: _t }],
|
|
628
628
|
],
|
|
629
629
|
];
|
|
630
|
-
var ConfigurationId = [
|
|
630
|
+
var ConfigurationId$ = [
|
|
631
631
|
3,
|
|
632
632
|
n0,
|
|
633
633
|
_CI,
|
|
@@ -638,7 +638,7 @@ var ConfigurationId = [
|
|
|
638
638
|
[1, { [_jN]: _r }],
|
|
639
639
|
],
|
|
640
640
|
];
|
|
641
|
-
var ConfigurationRevision = [
|
|
641
|
+
var ConfigurationRevision$ = [
|
|
642
642
|
3,
|
|
643
643
|
n0,
|
|
644
644
|
_CR,
|
|
@@ -650,19 +650,19 @@ var ConfigurationRevision = [
|
|
|
650
650
|
[1, { [_jN]: _r }],
|
|
651
651
|
],
|
|
652
652
|
];
|
|
653
|
-
var Configurations = [
|
|
653
|
+
var Configurations$ = [
|
|
654
654
|
3,
|
|
655
655
|
n0,
|
|
656
656
|
_Con,
|
|
657
657
|
0,
|
|
658
658
|
[_Cu, _H, _P],
|
|
659
659
|
[
|
|
660
|
-
[() => ConfigurationId
|
|
660
|
+
[() => ConfigurationId$, { [_jN]: _cu }],
|
|
661
661
|
[() => __listOfConfigurationId, { [_jN]: _h }],
|
|
662
|
-
[() => ConfigurationId
|
|
662
|
+
[() => ConfigurationId$, { [_jN]: _p }],
|
|
663
663
|
],
|
|
664
664
|
];
|
|
665
|
-
var ConflictException = [
|
|
665
|
+
var ConflictException$ = [
|
|
666
666
|
-3,
|
|
667
667
|
n0,
|
|
668
668
|
_CE,
|
|
@@ -673,8 +673,8 @@ var ConflictException = [
|
|
|
673
673
|
[0, { [_jN]: _m }],
|
|
674
674
|
],
|
|
675
675
|
];
|
|
676
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
677
|
-
var CreateBrokerRequest = [
|
|
676
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
677
|
+
var CreateBrokerRequest$ = [
|
|
678
678
|
3,
|
|
679
679
|
n0,
|
|
680
680
|
_CBR,
|
|
@@ -684,16 +684,16 @@ var CreateBrokerRequest = [
|
|
|
684
684
|
[0, { [_jN]: _aS }],
|
|
685
685
|
[2, { [_jN]: _aMVU }],
|
|
686
686
|
[0, { [_jN]: _bN }],
|
|
687
|
-
[() => ConfigurationId
|
|
687
|
+
[() => ConfigurationId$, { [_jN]: _co }],
|
|
688
688
|
[0, { [_jN]: _cRI, [_iT]: 1 }],
|
|
689
689
|
[0, { [_jN]: _dM }],
|
|
690
|
-
[() => EncryptionOptions
|
|
690
|
+
[() => EncryptionOptions$, { [_jN]: _eO }],
|
|
691
691
|
[0, { [_jN]: _eT }],
|
|
692
692
|
[0, { [_jN]: _eVn }],
|
|
693
693
|
[0, { [_jN]: _hIT }],
|
|
694
|
-
[() => LdapServerMetadataInput
|
|
695
|
-
[() => Logs
|
|
696
|
-
[() => WeeklyStartTime
|
|
694
|
+
[() => LdapServerMetadataInput$, { [_jN]: _lSM }],
|
|
695
|
+
[() => Logs$, { [_jN]: _l }],
|
|
696
|
+
[() => WeeklyStartTime$, { [_jN]: _mWST }],
|
|
697
697
|
[2, { [_jN]: _pA }],
|
|
698
698
|
[64 | 0, { [_jN]: _sG }],
|
|
699
699
|
[0, { [_jN]: _sT }],
|
|
@@ -704,7 +704,7 @@ var CreateBrokerRequest = [
|
|
|
704
704
|
[0, { [_jN]: _dRPBA }],
|
|
705
705
|
],
|
|
706
706
|
];
|
|
707
|
-
var CreateBrokerResponse = [
|
|
707
|
+
var CreateBrokerResponse$ = [
|
|
708
708
|
3,
|
|
709
709
|
n0,
|
|
710
710
|
_CBRr,
|
|
@@ -715,7 +715,7 @@ var CreateBrokerResponse = [
|
|
|
715
715
|
[0, { [_jN]: _bI }],
|
|
716
716
|
],
|
|
717
717
|
];
|
|
718
|
-
var CreateConfigurationRequest = [
|
|
718
|
+
var CreateConfigurationRequest$ = [
|
|
719
719
|
3,
|
|
720
720
|
n0,
|
|
721
721
|
_CCR,
|
|
@@ -729,7 +729,7 @@ var CreateConfigurationRequest = [
|
|
|
729
729
|
[128 | 0, { [_jN]: _t }],
|
|
730
730
|
],
|
|
731
731
|
];
|
|
732
|
-
var CreateConfigurationResponse = [
|
|
732
|
+
var CreateConfigurationResponse$ = [
|
|
733
733
|
3,
|
|
734
734
|
n0,
|
|
735
735
|
_CCRr,
|
|
@@ -740,11 +740,11 @@ var CreateConfigurationResponse = [
|
|
|
740
740
|
[0, { [_jN]: _aS }],
|
|
741
741
|
[5, { [_jN]: _cr }],
|
|
742
742
|
[0, { [_jN]: _i }],
|
|
743
|
-
[() => ConfigurationRevision
|
|
743
|
+
[() => ConfigurationRevision$, { [_jN]: _lR }],
|
|
744
744
|
[0, { [_jN]: _n }],
|
|
745
745
|
],
|
|
746
746
|
];
|
|
747
|
-
var CreateTagsRequest = [
|
|
747
|
+
var CreateTagsRequest$ = [
|
|
748
748
|
3,
|
|
749
749
|
n0,
|
|
750
750
|
_CTR,
|
|
@@ -755,7 +755,7 @@ var CreateTagsRequest = [
|
|
|
755
755
|
[128 | 0, { [_jN]: _t }],
|
|
756
756
|
],
|
|
757
757
|
];
|
|
758
|
-
var CreateUserRequest = [
|
|
758
|
+
var CreateUserRequest$ = [
|
|
759
759
|
3,
|
|
760
760
|
n0,
|
|
761
761
|
_CUR,
|
|
@@ -770,8 +770,8 @@ var CreateUserRequest = [
|
|
|
770
770
|
[2, { [_jN]: _rU }],
|
|
771
771
|
],
|
|
772
772
|
];
|
|
773
|
-
var CreateUserResponse = [3, n0, _CURr, 0, [], []];
|
|
774
|
-
var DataReplicationCounterpart = [
|
|
773
|
+
var CreateUserResponse$ = [3, n0, _CURr, 0, [], []];
|
|
774
|
+
var DataReplicationCounterpart$ = [
|
|
775
775
|
3,
|
|
776
776
|
n0,
|
|
777
777
|
_DRC,
|
|
@@ -782,22 +782,22 @@ var DataReplicationCounterpart = [
|
|
|
782
782
|
[0, { [_jN]: _re }],
|
|
783
783
|
],
|
|
784
784
|
];
|
|
785
|
-
var DataReplicationMetadataOutput = [
|
|
785
|
+
var DataReplicationMetadataOutput$ = [
|
|
786
786
|
3,
|
|
787
787
|
n0,
|
|
788
788
|
_DRMO,
|
|
789
789
|
0,
|
|
790
790
|
[_DRC, _DRR],
|
|
791
791
|
[
|
|
792
|
-
[() => DataReplicationCounterpart
|
|
792
|
+
[() => DataReplicationCounterpart$, { [_jN]: _dRC }],
|
|
793
793
|
[0, { [_jN]: _dRR }],
|
|
794
794
|
],
|
|
795
795
|
];
|
|
796
|
-
var DeleteBrokerRequest = [3, n0, _DBR, 0, [_BIr], [[0, 1]]];
|
|
797
|
-
var DeleteBrokerResponse = [3, n0, _DBRe, 0, [_BIr], [[0, { [_jN]: _bI }]]];
|
|
798
|
-
var DeleteConfigurationRequest = [3, n0, _DCR, 0, [_CI], [[0, 1]]];
|
|
799
|
-
var DeleteConfigurationResponse = [3, n0, _DCRe, 0, [_CI], [[0, { [_jN]: _cI }]]];
|
|
800
|
-
var DeleteTagsRequest = [
|
|
796
|
+
var DeleteBrokerRequest$ = [3, n0, _DBR, 0, [_BIr], [[0, 1]]];
|
|
797
|
+
var DeleteBrokerResponse$ = [3, n0, _DBRe, 0, [_BIr], [[0, { [_jN]: _bI }]]];
|
|
798
|
+
var DeleteConfigurationRequest$ = [3, n0, _DCR, 0, [_CI], [[0, 1]]];
|
|
799
|
+
var DeleteConfigurationResponse$ = [3, n0, _DCRe, 0, [_CI], [[0, { [_jN]: _cI }]]];
|
|
800
|
+
var DeleteTagsRequest$ = [
|
|
801
801
|
3,
|
|
802
802
|
n0,
|
|
803
803
|
_DTR,
|
|
@@ -808,7 +808,7 @@ var DeleteTagsRequest = [
|
|
|
808
808
|
[64 | 0, { [_hQ]: _tK }],
|
|
809
809
|
],
|
|
810
810
|
];
|
|
811
|
-
var DeleteUserRequest = [
|
|
811
|
+
var DeleteUserRequest$ = [
|
|
812
812
|
3,
|
|
813
813
|
n0,
|
|
814
814
|
_DUR,
|
|
@@ -819,8 +819,8 @@ var DeleteUserRequest = [
|
|
|
819
819
|
[0, 1],
|
|
820
820
|
],
|
|
821
821
|
];
|
|
822
|
-
var DeleteUserResponse = [3, n0, _DURe, 0, [], []];
|
|
823
|
-
var DescribeBrokerEngineTypesRequest = [
|
|
822
|
+
var DeleteUserResponse$ = [3, n0, _DURe, 0, [], []];
|
|
823
|
+
var DescribeBrokerEngineTypesRequest$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_DBETR,
|
|
@@ -832,7 +832,7 @@ var DescribeBrokerEngineTypesRequest = [
|
|
|
832
832
|
[0, { [_hQ]: _nT }],
|
|
833
833
|
],
|
|
834
834
|
];
|
|
835
|
-
var DescribeBrokerEngineTypesResponse = [
|
|
835
|
+
var DescribeBrokerEngineTypesResponse$ = [
|
|
836
836
|
3,
|
|
837
837
|
n0,
|
|
838
838
|
_DBETRe,
|
|
@@ -844,7 +844,7 @@ var DescribeBrokerEngineTypesResponse = [
|
|
|
844
844
|
[0, { [_jN]: _nT }],
|
|
845
845
|
],
|
|
846
846
|
];
|
|
847
|
-
var DescribeBrokerInstanceOptionsRequest = [
|
|
847
|
+
var DescribeBrokerInstanceOptionsRequest$ = [
|
|
848
848
|
3,
|
|
849
849
|
n0,
|
|
850
850
|
_DBIOR,
|
|
@@ -858,7 +858,7 @@ var DescribeBrokerInstanceOptionsRequest = [
|
|
|
858
858
|
[0, { [_hQ]: _sT }],
|
|
859
859
|
],
|
|
860
860
|
];
|
|
861
|
-
var DescribeBrokerInstanceOptionsResponse = [
|
|
861
|
+
var DescribeBrokerInstanceOptionsResponse$ = [
|
|
862
862
|
3,
|
|
863
863
|
n0,
|
|
864
864
|
_DBIORe,
|
|
@@ -870,8 +870,8 @@ var DescribeBrokerInstanceOptionsResponse = [
|
|
|
870
870
|
[0, { [_jN]: _nT }],
|
|
871
871
|
],
|
|
872
872
|
];
|
|
873
|
-
var DescribeBrokerRequest = [3, n0, _DBRes, 0, [_BIr], [[0, 1]]];
|
|
874
|
-
var DescribeBrokerResponse = [
|
|
873
|
+
var DescribeBrokerRequest$ = [3, n0, _DBRes, 0, [_BIr], [[0, 1]]];
|
|
874
|
+
var DescribeBrokerResponse$ = [
|
|
875
875
|
3,
|
|
876
876
|
n0,
|
|
877
877
|
_DBResc,
|
|
@@ -920,20 +920,20 @@ var DescribeBrokerResponse = [
|
|
|
920
920
|
[() => __listOfBrokerInstance, { [_jN]: _bIr }],
|
|
921
921
|
[0, { [_jN]: _bN }],
|
|
922
922
|
[0, { [_jN]: _bS }],
|
|
923
|
-
[() => Configurations
|
|
923
|
+
[() => Configurations$, { [_jN]: _con }],
|
|
924
924
|
[5, { [_jN]: _cr }],
|
|
925
925
|
[0, { [_jN]: _dM }],
|
|
926
|
-
[() => EncryptionOptions
|
|
926
|
+
[() => EncryptionOptions$, { [_jN]: _eO }],
|
|
927
927
|
[0, { [_jN]: _eT }],
|
|
928
928
|
[0, { [_jN]: _eVn }],
|
|
929
929
|
[0, { [_jN]: _hIT }],
|
|
930
|
-
[() => LdapServerMetadataOutput
|
|
931
|
-
[() => LogsSummary
|
|
932
|
-
[() => WeeklyStartTime
|
|
930
|
+
[() => LdapServerMetadataOutput$, { [_jN]: _lSM }],
|
|
931
|
+
[() => LogsSummary$, { [_jN]: _l }],
|
|
932
|
+
[() => WeeklyStartTime$, { [_jN]: _mWST }],
|
|
933
933
|
[0, { [_jN]: _pAS }],
|
|
934
934
|
[0, { [_jN]: _pEV }],
|
|
935
935
|
[0, { [_jN]: _pHIT }],
|
|
936
|
-
[() => LdapServerMetadataOutput
|
|
936
|
+
[() => LdapServerMetadataOutput$, { [_jN]: _pLSM }],
|
|
937
937
|
[64 | 0, { [_jN]: _pSG }],
|
|
938
938
|
[2, { [_jN]: _pA }],
|
|
939
939
|
[64 | 0, { [_jN]: _sG }],
|
|
@@ -941,14 +941,14 @@ var DescribeBrokerResponse = [
|
|
|
941
941
|
[64 | 0, { [_jN]: _sI }],
|
|
942
942
|
[128 | 0, { [_jN]: _t }],
|
|
943
943
|
[() => __listOfUserSummary, { [_jN]: _u }],
|
|
944
|
-
[() => DataReplicationMetadataOutput
|
|
944
|
+
[() => DataReplicationMetadataOutput$, { [_jN]: _dRMa }],
|
|
945
945
|
[0, { [_jN]: _dRM }],
|
|
946
|
-
[() => DataReplicationMetadataOutput
|
|
946
|
+
[() => DataReplicationMetadataOutput$, { [_jN]: _pDRM }],
|
|
947
947
|
[0, { [_jN]: _pDRMe }],
|
|
948
948
|
],
|
|
949
949
|
];
|
|
950
|
-
var DescribeConfigurationRequest = [3, n0, _DCRes, 0, [_CI], [[0, 1]]];
|
|
951
|
-
var DescribeConfigurationResponse = [
|
|
950
|
+
var DescribeConfigurationRequest$ = [3, n0, _DCRes, 0, [_CI], [[0, 1]]];
|
|
951
|
+
var DescribeConfigurationResponse$ = [
|
|
952
952
|
3,
|
|
953
953
|
n0,
|
|
954
954
|
_DCResc,
|
|
@@ -962,12 +962,12 @@ var DescribeConfigurationResponse = [
|
|
|
962
962
|
[0, { [_jN]: _eT }],
|
|
963
963
|
[0, { [_jN]: _eVn }],
|
|
964
964
|
[0, { [_jN]: _i }],
|
|
965
|
-
[() => ConfigurationRevision
|
|
965
|
+
[() => ConfigurationRevision$, { [_jN]: _lR }],
|
|
966
966
|
[0, { [_jN]: _n }],
|
|
967
967
|
[128 | 0, { [_jN]: _t }],
|
|
968
968
|
],
|
|
969
969
|
];
|
|
970
|
-
var DescribeConfigurationRevisionRequest = [
|
|
970
|
+
var DescribeConfigurationRevisionRequest$ = [
|
|
971
971
|
3,
|
|
972
972
|
n0,
|
|
973
973
|
_DCRR,
|
|
@@ -978,7 +978,7 @@ var DescribeConfigurationRevisionRequest = [
|
|
|
978
978
|
[0, 1],
|
|
979
979
|
],
|
|
980
980
|
];
|
|
981
|
-
var DescribeConfigurationRevisionResponse = [
|
|
981
|
+
var DescribeConfigurationRevisionResponse$ = [
|
|
982
982
|
3,
|
|
983
983
|
n0,
|
|
984
984
|
_DCRRe,
|
|
@@ -991,7 +991,7 @@ var DescribeConfigurationRevisionResponse = [
|
|
|
991
991
|
[0, { [_jN]: _d }],
|
|
992
992
|
],
|
|
993
993
|
];
|
|
994
|
-
var DescribeUserRequest = [
|
|
994
|
+
var DescribeUserRequest$ = [
|
|
995
995
|
3,
|
|
996
996
|
n0,
|
|
997
997
|
_DURes,
|
|
@@ -1002,7 +1002,7 @@ var DescribeUserRequest = [
|
|
|
1002
1002
|
[0, 1],
|
|
1003
1003
|
],
|
|
1004
1004
|
];
|
|
1005
|
-
var DescribeUserResponse = [
|
|
1005
|
+
var DescribeUserResponse$ = [
|
|
1006
1006
|
3,
|
|
1007
1007
|
n0,
|
|
1008
1008
|
_DUResc,
|
|
@@ -1012,12 +1012,12 @@ var DescribeUserResponse = [
|
|
|
1012
1012
|
[0, { [_jN]: _bI }],
|
|
1013
1013
|
[2, { [_jN]: _cA }],
|
|
1014
1014
|
[64 | 0, { [_jN]: _g }],
|
|
1015
|
-
[() => UserPendingChanges
|
|
1015
|
+
[() => UserPendingChanges$, { [_jN]: _p }],
|
|
1016
1016
|
[0, { [_jN]: _us }],
|
|
1017
1017
|
[2, { [_jN]: _rU }],
|
|
1018
1018
|
],
|
|
1019
1019
|
];
|
|
1020
|
-
var EncryptionOptions = [
|
|
1020
|
+
var EncryptionOptions$ = [
|
|
1021
1021
|
3,
|
|
1022
1022
|
n0,
|
|
1023
1023
|
_EO,
|
|
@@ -1028,8 +1028,8 @@ var EncryptionOptions = [
|
|
|
1028
1028
|
[2, { [_jN]: _uAOK }],
|
|
1029
1029
|
],
|
|
1030
1030
|
];
|
|
1031
|
-
var EngineVersion = [3, n0, _EVn, 0, [_N], [[0, { [_jN]: _n }]]];
|
|
1032
|
-
var ForbiddenException = [
|
|
1031
|
+
var EngineVersion$ = [3, n0, _EVn, 0, [_N], [[0, { [_jN]: _n }]]];
|
|
1032
|
+
var ForbiddenException$ = [
|
|
1033
1033
|
-3,
|
|
1034
1034
|
n0,
|
|
1035
1035
|
_FE,
|
|
@@ -1040,8 +1040,8 @@ var ForbiddenException = [
|
|
|
1040
1040
|
[0, { [_jN]: _m }],
|
|
1041
1041
|
],
|
|
1042
1042
|
];
|
|
1043
|
-
schema.TypeRegistry.for(n0).registerError(ForbiddenException
|
|
1044
|
-
var InternalServerErrorException = [
|
|
1043
|
+
schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
1044
|
+
var InternalServerErrorException$ = [
|
|
1045
1045
|
-3,
|
|
1046
1046
|
n0,
|
|
1047
1047
|
_ISEE,
|
|
@@ -1052,8 +1052,8 @@ var InternalServerErrorException = [
|
|
|
1052
1052
|
[0, { [_jN]: _m }],
|
|
1053
1053
|
],
|
|
1054
1054
|
];
|
|
1055
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException
|
|
1056
|
-
var LdapServerMetadataInput = [
|
|
1055
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
1056
|
+
var LdapServerMetadataInput$ = [
|
|
1057
1057
|
3,
|
|
1058
1058
|
n0,
|
|
1059
1059
|
_LSMI,
|
|
@@ -1073,7 +1073,7 @@ var LdapServerMetadataInput = [
|
|
|
1073
1073
|
[2, { [_jN]: _uSS }],
|
|
1074
1074
|
],
|
|
1075
1075
|
];
|
|
1076
|
-
var LdapServerMetadataOutput = [
|
|
1076
|
+
var LdapServerMetadataOutput$ = [
|
|
1077
1077
|
3,
|
|
1078
1078
|
n0,
|
|
1079
1079
|
_LSMO,
|
|
@@ -1092,7 +1092,7 @@ var LdapServerMetadataOutput = [
|
|
|
1092
1092
|
[2, { [_jN]: _uSS }],
|
|
1093
1093
|
],
|
|
1094
1094
|
];
|
|
1095
|
-
var ListBrokersRequest = [
|
|
1095
|
+
var ListBrokersRequest$ = [
|
|
1096
1096
|
3,
|
|
1097
1097
|
n0,
|
|
1098
1098
|
_LBR,
|
|
@@ -1103,7 +1103,7 @@ var ListBrokersRequest = [
|
|
|
1103
1103
|
[0, { [_hQ]: _nT }],
|
|
1104
1104
|
],
|
|
1105
1105
|
];
|
|
1106
|
-
var ListBrokersResponse = [
|
|
1106
|
+
var ListBrokersResponse$ = [
|
|
1107
1107
|
3,
|
|
1108
1108
|
n0,
|
|
1109
1109
|
_LBRi,
|
|
@@ -1114,7 +1114,7 @@ var ListBrokersResponse = [
|
|
|
1114
1114
|
[0, { [_jN]: _nT }],
|
|
1115
1115
|
],
|
|
1116
1116
|
];
|
|
1117
|
-
var ListConfigurationRevisionsRequest = [
|
|
1117
|
+
var ListConfigurationRevisionsRequest$ = [
|
|
1118
1118
|
3,
|
|
1119
1119
|
n0,
|
|
1120
1120
|
_LCRR,
|
|
@@ -1126,7 +1126,7 @@ var ListConfigurationRevisionsRequest = [
|
|
|
1126
1126
|
[0, { [_hQ]: _nT }],
|
|
1127
1127
|
],
|
|
1128
1128
|
];
|
|
1129
|
-
var ListConfigurationRevisionsResponse = [
|
|
1129
|
+
var ListConfigurationRevisionsResponse$ = [
|
|
1130
1130
|
3,
|
|
1131
1131
|
n0,
|
|
1132
1132
|
_LCRRi,
|
|
@@ -1139,7 +1139,7 @@ var ListConfigurationRevisionsResponse = [
|
|
|
1139
1139
|
[() => __listOfConfigurationRevision, { [_jN]: _rev }],
|
|
1140
1140
|
],
|
|
1141
1141
|
];
|
|
1142
|
-
var ListConfigurationsRequest = [
|
|
1142
|
+
var ListConfigurationsRequest$ = [
|
|
1143
1143
|
3,
|
|
1144
1144
|
n0,
|
|
1145
1145
|
_LCR,
|
|
@@ -1150,7 +1150,7 @@ var ListConfigurationsRequest = [
|
|
|
1150
1150
|
[0, { [_hQ]: _nT }],
|
|
1151
1151
|
],
|
|
1152
1152
|
];
|
|
1153
|
-
var ListConfigurationsResponse = [
|
|
1153
|
+
var ListConfigurationsResponse$ = [
|
|
1154
1154
|
3,
|
|
1155
1155
|
n0,
|
|
1156
1156
|
_LCRi,
|
|
@@ -1162,9 +1162,9 @@ var ListConfigurationsResponse = [
|
|
|
1162
1162
|
[0, { [_jN]: _nT }],
|
|
1163
1163
|
],
|
|
1164
1164
|
];
|
|
1165
|
-
var ListTagsRequest = [3, n0, _LTR, 0, [_RA], [[0, 1]]];
|
|
1166
|
-
var ListTagsResponse = [3, n0, _LTRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
|
|
1167
|
-
var ListUsersRequest = [
|
|
1165
|
+
var ListTagsRequest$ = [3, n0, _LTR, 0, [_RA], [[0, 1]]];
|
|
1166
|
+
var ListTagsResponse$ = [3, n0, _LTRi, 0, [_T], [[128 | 0, { [_jN]: _t }]]];
|
|
1167
|
+
var ListUsersRequest$ = [
|
|
1168
1168
|
3,
|
|
1169
1169
|
n0,
|
|
1170
1170
|
_LUR,
|
|
@@ -1176,7 +1176,7 @@ var ListUsersRequest = [
|
|
|
1176
1176
|
[0, { [_hQ]: _nT }],
|
|
1177
1177
|
],
|
|
1178
1178
|
];
|
|
1179
|
-
var ListUsersResponse = [
|
|
1179
|
+
var ListUsersResponse$ = [
|
|
1180
1180
|
3,
|
|
1181
1181
|
n0,
|
|
1182
1182
|
_LURi,
|
|
@@ -1189,7 +1189,7 @@ var ListUsersResponse = [
|
|
|
1189
1189
|
[() => __listOfUserSummary, { [_jN]: _u }],
|
|
1190
1190
|
],
|
|
1191
1191
|
];
|
|
1192
|
-
var Logs = [
|
|
1192
|
+
var Logs$ = [
|
|
1193
1193
|
3,
|
|
1194
1194
|
n0,
|
|
1195
1195
|
_L,
|
|
@@ -1200,7 +1200,7 @@ var Logs = [
|
|
|
1200
1200
|
[2, { [_jN]: _ge }],
|
|
1201
1201
|
],
|
|
1202
1202
|
];
|
|
1203
|
-
var LogsSummary = [
|
|
1203
|
+
var LogsSummary$ = [
|
|
1204
1204
|
3,
|
|
1205
1205
|
n0,
|
|
1206
1206
|
_LS,
|
|
@@ -1211,10 +1211,10 @@ var LogsSummary = [
|
|
|
1211
1211
|
[0, { [_jN]: _aLG }],
|
|
1212
1212
|
[2, { [_jN]: _ge }],
|
|
1213
1213
|
[0, { [_jN]: _gLG }],
|
|
1214
|
-
[() => PendingLogs
|
|
1214
|
+
[() => PendingLogs$, { [_jN]: _p }],
|
|
1215
1215
|
],
|
|
1216
1216
|
];
|
|
1217
|
-
var NotFoundException = [
|
|
1217
|
+
var NotFoundException$ = [
|
|
1218
1218
|
-3,
|
|
1219
1219
|
n0,
|
|
1220
1220
|
_NFE,
|
|
@@ -1225,8 +1225,8 @@ var NotFoundException = [
|
|
|
1225
1225
|
[0, { [_jN]: _m }],
|
|
1226
1226
|
],
|
|
1227
1227
|
];
|
|
1228
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
1229
|
-
var PendingLogs = [
|
|
1228
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1229
|
+
var PendingLogs$ = [
|
|
1230
1230
|
3,
|
|
1231
1231
|
n0,
|
|
1232
1232
|
_PL,
|
|
@@ -1237,7 +1237,7 @@ var PendingLogs = [
|
|
|
1237
1237
|
[2, { [_jN]: _ge }],
|
|
1238
1238
|
],
|
|
1239
1239
|
];
|
|
1240
|
-
var PromoteRequest = [
|
|
1240
|
+
var PromoteRequest$ = [
|
|
1241
1241
|
3,
|
|
1242
1242
|
n0,
|
|
1243
1243
|
_PR,
|
|
@@ -1248,10 +1248,10 @@ var PromoteRequest = [
|
|
|
1248
1248
|
[0, { [_jN]: _mo }],
|
|
1249
1249
|
],
|
|
1250
1250
|
];
|
|
1251
|
-
var PromoteResponse = [3, n0, _PRr, 0, [_BIr], [[0, { [_jN]: _bI }]]];
|
|
1252
|
-
var RebootBrokerRequest = [3, n0, _RBR, 0, [_BIr], [[0, 1]]];
|
|
1253
|
-
var RebootBrokerResponse = [3, n0, _RBRe, 0, [], []];
|
|
1254
|
-
var SanitizationWarning = [
|
|
1251
|
+
var PromoteResponse$ = [3, n0, _PRr, 0, [_BIr], [[0, { [_jN]: _bI }]]];
|
|
1252
|
+
var RebootBrokerRequest$ = [3, n0, _RBR, 0, [_BIr], [[0, 1]]];
|
|
1253
|
+
var RebootBrokerResponse$ = [3, n0, _RBRe, 0, [], []];
|
|
1254
|
+
var SanitizationWarning$ = [
|
|
1255
1255
|
3,
|
|
1256
1256
|
n0,
|
|
1257
1257
|
_SW,
|
|
@@ -1263,7 +1263,7 @@ var SanitizationWarning = [
|
|
|
1263
1263
|
[0, { [_jN]: _rea }],
|
|
1264
1264
|
],
|
|
1265
1265
|
];
|
|
1266
|
-
var UnauthorizedException = [
|
|
1266
|
+
var UnauthorizedException$ = [
|
|
1267
1267
|
-3,
|
|
1268
1268
|
n0,
|
|
1269
1269
|
_UE,
|
|
@@ -1274,8 +1274,8 @@ var UnauthorizedException = [
|
|
|
1274
1274
|
[0, { [_jN]: _m }],
|
|
1275
1275
|
],
|
|
1276
1276
|
];
|
|
1277
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException
|
|
1278
|
-
var UpdateBrokerRequest = [
|
|
1277
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
1278
|
+
var UpdateBrokerRequest$ = [
|
|
1279
1279
|
3,
|
|
1280
1280
|
n0,
|
|
1281
1281
|
_UBR,
|
|
@@ -1285,17 +1285,17 @@ var UpdateBrokerRequest = [
|
|
|
1285
1285
|
[0, { [_jN]: _aS }],
|
|
1286
1286
|
[2, { [_jN]: _aMVU }],
|
|
1287
1287
|
[0, 1],
|
|
1288
|
-
[() => ConfigurationId
|
|
1288
|
+
[() => ConfigurationId$, { [_jN]: _co }],
|
|
1289
1289
|
[0, { [_jN]: _eVn }],
|
|
1290
1290
|
[0, { [_jN]: _hIT }],
|
|
1291
|
-
[() => LdapServerMetadataInput
|
|
1292
|
-
[() => Logs
|
|
1293
|
-
[() => WeeklyStartTime
|
|
1291
|
+
[() => LdapServerMetadataInput$, { [_jN]: _lSM }],
|
|
1292
|
+
[() => Logs$, { [_jN]: _l }],
|
|
1293
|
+
[() => WeeklyStartTime$, { [_jN]: _mWST }],
|
|
1294
1294
|
[64 | 0, { [_jN]: _sG }],
|
|
1295
1295
|
[0, { [_jN]: _dRM }],
|
|
1296
1296
|
],
|
|
1297
1297
|
];
|
|
1298
|
-
var UpdateBrokerResponse = [
|
|
1298
|
+
var UpdateBrokerResponse$ = [
|
|
1299
1299
|
3,
|
|
1300
1300
|
n0,
|
|
1301
1301
|
_UBRp,
|
|
@@ -1305,20 +1305,20 @@ var UpdateBrokerResponse = [
|
|
|
1305
1305
|
[0, { [_jN]: _aS }],
|
|
1306
1306
|
[2, { [_jN]: _aMVU }],
|
|
1307
1307
|
[0, { [_jN]: _bI }],
|
|
1308
|
-
[() => ConfigurationId
|
|
1308
|
+
[() => ConfigurationId$, { [_jN]: _co }],
|
|
1309
1309
|
[0, { [_jN]: _eVn }],
|
|
1310
1310
|
[0, { [_jN]: _hIT }],
|
|
1311
|
-
[() => LdapServerMetadataOutput
|
|
1312
|
-
[() => Logs
|
|
1313
|
-
[() => WeeklyStartTime
|
|
1311
|
+
[() => LdapServerMetadataOutput$, { [_jN]: _lSM }],
|
|
1312
|
+
[() => Logs$, { [_jN]: _l }],
|
|
1313
|
+
[() => WeeklyStartTime$, { [_jN]: _mWST }],
|
|
1314
1314
|
[64 | 0, { [_jN]: _sG }],
|
|
1315
|
-
[() => DataReplicationMetadataOutput
|
|
1315
|
+
[() => DataReplicationMetadataOutput$, { [_jN]: _dRMa }],
|
|
1316
1316
|
[0, { [_jN]: _dRM }],
|
|
1317
|
-
[() => DataReplicationMetadataOutput
|
|
1317
|
+
[() => DataReplicationMetadataOutput$, { [_jN]: _pDRM }],
|
|
1318
1318
|
[0, { [_jN]: _pDRMe }],
|
|
1319
1319
|
],
|
|
1320
1320
|
];
|
|
1321
|
-
var UpdateConfigurationRequest = [
|
|
1321
|
+
var UpdateConfigurationRequest$ = [
|
|
1322
1322
|
3,
|
|
1323
1323
|
n0,
|
|
1324
1324
|
_UCR,
|
|
@@ -1330,7 +1330,7 @@ var UpdateConfigurationRequest = [
|
|
|
1330
1330
|
[0, { [_jN]: _d }],
|
|
1331
1331
|
],
|
|
1332
1332
|
];
|
|
1333
|
-
var UpdateConfigurationResponse = [
|
|
1333
|
+
var UpdateConfigurationResponse$ = [
|
|
1334
1334
|
3,
|
|
1335
1335
|
n0,
|
|
1336
1336
|
_UCRp,
|
|
@@ -1340,12 +1340,12 @@ var UpdateConfigurationResponse = [
|
|
|
1340
1340
|
[0, { [_jN]: _a }],
|
|
1341
1341
|
[5, { [_jN]: _cr }],
|
|
1342
1342
|
[0, { [_jN]: _i }],
|
|
1343
|
-
[() => ConfigurationRevision
|
|
1343
|
+
[() => ConfigurationRevision$, { [_jN]: _lR }],
|
|
1344
1344
|
[0, { [_jN]: _n }],
|
|
1345
1345
|
[() => __listOfSanitizationWarning, { [_jN]: _w }],
|
|
1346
1346
|
],
|
|
1347
1347
|
];
|
|
1348
|
-
var UpdateUserRequest = [
|
|
1348
|
+
var UpdateUserRequest$ = [
|
|
1349
1349
|
3,
|
|
1350
1350
|
n0,
|
|
1351
1351
|
_UUR,
|
|
@@ -1360,8 +1360,8 @@ var UpdateUserRequest = [
|
|
|
1360
1360
|
[2, { [_jN]: _rU }],
|
|
1361
1361
|
],
|
|
1362
1362
|
];
|
|
1363
|
-
var UpdateUserResponse = [3, n0, _UURp, 0, [], []];
|
|
1364
|
-
var User = [
|
|
1363
|
+
var UpdateUserResponse$ = [3, n0, _UURp, 0, [], []];
|
|
1364
|
+
var User$ = [
|
|
1365
1365
|
3,
|
|
1366
1366
|
n0,
|
|
1367
1367
|
_Use,
|
|
@@ -1375,7 +1375,7 @@ var User = [
|
|
|
1375
1375
|
[2, { [_jN]: _rU }],
|
|
1376
1376
|
],
|
|
1377
1377
|
];
|
|
1378
|
-
var UserPendingChanges = [
|
|
1378
|
+
var UserPendingChanges$ = [
|
|
1379
1379
|
3,
|
|
1380
1380
|
n0,
|
|
1381
1381
|
_UPC,
|
|
@@ -1387,7 +1387,7 @@ var UserPendingChanges = [
|
|
|
1387
1387
|
[0, { [_jN]: _pC }],
|
|
1388
1388
|
],
|
|
1389
1389
|
];
|
|
1390
|
-
var UserSummary = [
|
|
1390
|
+
var UserSummary$ = [
|
|
1391
1391
|
3,
|
|
1392
1392
|
n0,
|
|
1393
1393
|
_US,
|
|
@@ -1398,7 +1398,7 @@ var UserSummary = [
|
|
|
1398
1398
|
[0, { [_jN]: _us }],
|
|
1399
1399
|
],
|
|
1400
1400
|
];
|
|
1401
|
-
var WeeklyStartTime = [
|
|
1401
|
+
var WeeklyStartTime$ = [
|
|
1402
1402
|
3,
|
|
1403
1403
|
n0,
|
|
1404
1404
|
_WST,
|
|
@@ -1411,212 +1411,212 @@ var WeeklyStartTime = [
|
|
|
1411
1411
|
],
|
|
1412
1412
|
];
|
|
1413
1413
|
var __Unit = "unit";
|
|
1414
|
-
var MqServiceException = [-3, _sm, "MqServiceException", 0, [], []];
|
|
1415
|
-
schema.TypeRegistry.for(_sm).registerError(MqServiceException
|
|
1416
|
-
var __listOfActionRequired = [1, n0, _lOAR, 0, [() => ActionRequired
|
|
1417
|
-
var __listOfAvailabilityZone = [1, n0, _lOAZ, 0, [() => AvailabilityZone
|
|
1418
|
-
var __listOfBrokerEngineType = [1, n0, _lOBET, 0, [() => BrokerEngineType
|
|
1419
|
-
var __listOfBrokerInstance = [1, n0, _lOBI, 0, [() => BrokerInstance
|
|
1420
|
-
var __listOfBrokerInstanceOption = [1, n0, _lOBIO, 0, [() => BrokerInstanceOption
|
|
1421
|
-
var __listOfBrokerSummary = [1, n0, _lOBS, 0, [() => BrokerSummary
|
|
1422
|
-
var __listOfConfiguration = [1, n0, _lOC, 0, [() => Configuration
|
|
1423
|
-
var __listOfConfigurationId = [1, n0, _lOCI, 0, [() => ConfigurationId
|
|
1424
|
-
var __listOfConfigurationRevision = [1, n0, _lOCR, 0, [() => ConfigurationRevision
|
|
1425
|
-
var __listOfEngineVersion = [1, n0, _lOEV, 0, [() => EngineVersion
|
|
1426
|
-
var __listOfSanitizationWarning = [1, n0, _lOSW, 0, [() => SanitizationWarning
|
|
1427
|
-
var __listOfUser = [1, n0, _lOU, 0, [() => User
|
|
1428
|
-
var __listOfUserSummary = [1, n0, _lOUS, 0, [() => UserSummary
|
|
1429
|
-
var CreateBroker = [
|
|
1414
|
+
var MqServiceException$ = [-3, _sm, "MqServiceException", 0, [], []];
|
|
1415
|
+
schema.TypeRegistry.for(_sm).registerError(MqServiceException$, MqServiceException);
|
|
1416
|
+
var __listOfActionRequired = [1, n0, _lOAR, 0, [() => ActionRequired$, 0]];
|
|
1417
|
+
var __listOfAvailabilityZone = [1, n0, _lOAZ, 0, [() => AvailabilityZone$, 0]];
|
|
1418
|
+
var __listOfBrokerEngineType = [1, n0, _lOBET, 0, [() => BrokerEngineType$, 0]];
|
|
1419
|
+
var __listOfBrokerInstance = [1, n0, _lOBI, 0, [() => BrokerInstance$, 0]];
|
|
1420
|
+
var __listOfBrokerInstanceOption = [1, n0, _lOBIO, 0, [() => BrokerInstanceOption$, 0]];
|
|
1421
|
+
var __listOfBrokerSummary = [1, n0, _lOBS, 0, [() => BrokerSummary$, 0]];
|
|
1422
|
+
var __listOfConfiguration = [1, n0, _lOC, 0, [() => Configuration$, 0]];
|
|
1423
|
+
var __listOfConfigurationId = [1, n0, _lOCI, 0, [() => ConfigurationId$, 0]];
|
|
1424
|
+
var __listOfConfigurationRevision = [1, n0, _lOCR, 0, [() => ConfigurationRevision$, 0]];
|
|
1425
|
+
var __listOfEngineVersion = [1, n0, _lOEV, 0, [() => EngineVersion$, 0]];
|
|
1426
|
+
var __listOfSanitizationWarning = [1, n0, _lOSW, 0, [() => SanitizationWarning$, 0]];
|
|
1427
|
+
var __listOfUser = [1, n0, _lOU, 0, [() => User$, 0]];
|
|
1428
|
+
var __listOfUserSummary = [1, n0, _lOUS, 0, [() => UserSummary$, 0]];
|
|
1429
|
+
var CreateBroker$ = [
|
|
1430
1430
|
9,
|
|
1431
1431
|
n0,
|
|
1432
1432
|
_CB,
|
|
1433
1433
|
{ [_ht]: ["POST", "/v1/brokers", 200] },
|
|
1434
|
-
() => CreateBrokerRequest
|
|
1435
|
-
() => CreateBrokerResponse
|
|
1434
|
+
() => CreateBrokerRequest$,
|
|
1435
|
+
() => CreateBrokerResponse$,
|
|
1436
1436
|
];
|
|
1437
|
-
var CreateConfiguration = [
|
|
1437
|
+
var CreateConfiguration$ = [
|
|
1438
1438
|
9,
|
|
1439
1439
|
n0,
|
|
1440
1440
|
_CC,
|
|
1441
1441
|
{ [_ht]: ["POST", "/v1/configurations", 200] },
|
|
1442
|
-
() => CreateConfigurationRequest
|
|
1443
|
-
() => CreateConfigurationResponse
|
|
1442
|
+
() => CreateConfigurationRequest$,
|
|
1443
|
+
() => CreateConfigurationResponse$,
|
|
1444
1444
|
];
|
|
1445
|
-
var CreateTags = [
|
|
1445
|
+
var CreateTags$ = [
|
|
1446
1446
|
9,
|
|
1447
1447
|
n0,
|
|
1448
1448
|
_CT,
|
|
1449
1449
|
{ [_ht]: ["POST", "/v1/tags/{ResourceArn}", 204] },
|
|
1450
|
-
() => CreateTagsRequest
|
|
1450
|
+
() => CreateTagsRequest$,
|
|
1451
1451
|
() => __Unit,
|
|
1452
1452
|
];
|
|
1453
|
-
var CreateUser = [
|
|
1453
|
+
var CreateUser$ = [
|
|
1454
1454
|
9,
|
|
1455
1455
|
n0,
|
|
1456
1456
|
_CU,
|
|
1457
1457
|
{ [_ht]: ["POST", "/v1/brokers/{BrokerId}/users/{Username}", 200] },
|
|
1458
|
-
() => CreateUserRequest
|
|
1459
|
-
() => CreateUserResponse
|
|
1458
|
+
() => CreateUserRequest$,
|
|
1459
|
+
() => CreateUserResponse$,
|
|
1460
1460
|
];
|
|
1461
|
-
var DeleteBroker = [
|
|
1461
|
+
var DeleteBroker$ = [
|
|
1462
1462
|
9,
|
|
1463
1463
|
n0,
|
|
1464
1464
|
_DB,
|
|
1465
1465
|
{ [_ht]: ["DELETE", "/v1/brokers/{BrokerId}", 200] },
|
|
1466
|
-
() => DeleteBrokerRequest
|
|
1467
|
-
() => DeleteBrokerResponse
|
|
1466
|
+
() => DeleteBrokerRequest$,
|
|
1467
|
+
() => DeleteBrokerResponse$,
|
|
1468
1468
|
];
|
|
1469
|
-
var DeleteConfiguration = [
|
|
1469
|
+
var DeleteConfiguration$ = [
|
|
1470
1470
|
9,
|
|
1471
1471
|
n0,
|
|
1472
1472
|
_DC,
|
|
1473
1473
|
{ [_ht]: ["DELETE", "/v1/configurations/{ConfigurationId}", 200] },
|
|
1474
|
-
() => DeleteConfigurationRequest
|
|
1475
|
-
() => DeleteConfigurationResponse
|
|
1474
|
+
() => DeleteConfigurationRequest$,
|
|
1475
|
+
() => DeleteConfigurationResponse$,
|
|
1476
1476
|
];
|
|
1477
|
-
var DeleteTags = [
|
|
1477
|
+
var DeleteTags$ = [
|
|
1478
1478
|
9,
|
|
1479
1479
|
n0,
|
|
1480
1480
|
_DT,
|
|
1481
1481
|
{ [_ht]: ["DELETE", "/v1/tags/{ResourceArn}", 204] },
|
|
1482
|
-
() => DeleteTagsRequest
|
|
1482
|
+
() => DeleteTagsRequest$,
|
|
1483
1483
|
() => __Unit,
|
|
1484
1484
|
];
|
|
1485
|
-
var DeleteUser = [
|
|
1485
|
+
var DeleteUser$ = [
|
|
1486
1486
|
9,
|
|
1487
1487
|
n0,
|
|
1488
1488
|
_DU,
|
|
1489
1489
|
{ [_ht]: ["DELETE", "/v1/brokers/{BrokerId}/users/{Username}", 200] },
|
|
1490
|
-
() => DeleteUserRequest
|
|
1491
|
-
() => DeleteUserResponse
|
|
1490
|
+
() => DeleteUserRequest$,
|
|
1491
|
+
() => DeleteUserResponse$,
|
|
1492
1492
|
];
|
|
1493
|
-
var DescribeBroker = [
|
|
1493
|
+
var DescribeBroker$ = [
|
|
1494
1494
|
9,
|
|
1495
1495
|
n0,
|
|
1496
1496
|
_DBe,
|
|
1497
1497
|
{ [_ht]: ["GET", "/v1/brokers/{BrokerId}", 200] },
|
|
1498
|
-
() => DescribeBrokerRequest
|
|
1499
|
-
() => DescribeBrokerResponse
|
|
1498
|
+
() => DescribeBrokerRequest$,
|
|
1499
|
+
() => DescribeBrokerResponse$,
|
|
1500
1500
|
];
|
|
1501
|
-
var DescribeBrokerEngineTypes = [
|
|
1501
|
+
var DescribeBrokerEngineTypes$ = [
|
|
1502
1502
|
9,
|
|
1503
1503
|
n0,
|
|
1504
1504
|
_DBET,
|
|
1505
1505
|
{ [_ht]: ["GET", "/v1/broker-engine-types", 200] },
|
|
1506
|
-
() => DescribeBrokerEngineTypesRequest
|
|
1507
|
-
() => DescribeBrokerEngineTypesResponse
|
|
1506
|
+
() => DescribeBrokerEngineTypesRequest$,
|
|
1507
|
+
() => DescribeBrokerEngineTypesResponse$,
|
|
1508
1508
|
];
|
|
1509
|
-
var DescribeBrokerInstanceOptions = [
|
|
1509
|
+
var DescribeBrokerInstanceOptions$ = [
|
|
1510
1510
|
9,
|
|
1511
1511
|
n0,
|
|
1512
1512
|
_DBIO,
|
|
1513
1513
|
{ [_ht]: ["GET", "/v1/broker-instance-options", 200] },
|
|
1514
|
-
() => DescribeBrokerInstanceOptionsRequest
|
|
1515
|
-
() => DescribeBrokerInstanceOptionsResponse
|
|
1514
|
+
() => DescribeBrokerInstanceOptionsRequest$,
|
|
1515
|
+
() => DescribeBrokerInstanceOptionsResponse$,
|
|
1516
1516
|
];
|
|
1517
|
-
var DescribeConfiguration = [
|
|
1517
|
+
var DescribeConfiguration$ = [
|
|
1518
1518
|
9,
|
|
1519
1519
|
n0,
|
|
1520
1520
|
_DCe,
|
|
1521
1521
|
{ [_ht]: ["GET", "/v1/configurations/{ConfigurationId}", 200] },
|
|
1522
|
-
() => DescribeConfigurationRequest
|
|
1523
|
-
() => DescribeConfigurationResponse
|
|
1522
|
+
() => DescribeConfigurationRequest$,
|
|
1523
|
+
() => DescribeConfigurationResponse$,
|
|
1524
1524
|
];
|
|
1525
|
-
var DescribeConfigurationRevision = [
|
|
1525
|
+
var DescribeConfigurationRevision$ = [
|
|
1526
1526
|
9,
|
|
1527
1527
|
n0,
|
|
1528
1528
|
_DCRescr,
|
|
1529
1529
|
{ [_ht]: ["GET", "/v1/configurations/{ConfigurationId}/revisions/{ConfigurationRevision}", 200] },
|
|
1530
|
-
() => DescribeConfigurationRevisionRequest
|
|
1531
|
-
() => DescribeConfigurationRevisionResponse
|
|
1530
|
+
() => DescribeConfigurationRevisionRequest$,
|
|
1531
|
+
() => DescribeConfigurationRevisionResponse$,
|
|
1532
1532
|
];
|
|
1533
|
-
var DescribeUser = [
|
|
1533
|
+
var DescribeUser$ = [
|
|
1534
1534
|
9,
|
|
1535
1535
|
n0,
|
|
1536
1536
|
_DUe,
|
|
1537
1537
|
{ [_ht]: ["GET", "/v1/brokers/{BrokerId}/users/{Username}", 200] },
|
|
1538
|
-
() => DescribeUserRequest
|
|
1539
|
-
() => DescribeUserResponse
|
|
1538
|
+
() => DescribeUserRequest$,
|
|
1539
|
+
() => DescribeUserResponse$,
|
|
1540
1540
|
];
|
|
1541
|
-
var ListBrokers = [
|
|
1541
|
+
var ListBrokers$ = [
|
|
1542
1542
|
9,
|
|
1543
1543
|
n0,
|
|
1544
1544
|
_LB,
|
|
1545
1545
|
{ [_ht]: ["GET", "/v1/brokers", 200] },
|
|
1546
|
-
() => ListBrokersRequest
|
|
1547
|
-
() => ListBrokersResponse
|
|
1546
|
+
() => ListBrokersRequest$,
|
|
1547
|
+
() => ListBrokersResponse$,
|
|
1548
1548
|
];
|
|
1549
|
-
var ListConfigurationRevisions = [
|
|
1549
|
+
var ListConfigurationRevisions$ = [
|
|
1550
1550
|
9,
|
|
1551
1551
|
n0,
|
|
1552
1552
|
_LCRis,
|
|
1553
1553
|
{ [_ht]: ["GET", "/v1/configurations/{ConfigurationId}/revisions", 200] },
|
|
1554
|
-
() => ListConfigurationRevisionsRequest
|
|
1555
|
-
() => ListConfigurationRevisionsResponse
|
|
1554
|
+
() => ListConfigurationRevisionsRequest$,
|
|
1555
|
+
() => ListConfigurationRevisionsResponse$,
|
|
1556
1556
|
];
|
|
1557
|
-
var ListConfigurations = [
|
|
1557
|
+
var ListConfigurations$ = [
|
|
1558
1558
|
9,
|
|
1559
1559
|
n0,
|
|
1560
1560
|
_LC,
|
|
1561
1561
|
{ [_ht]: ["GET", "/v1/configurations", 200] },
|
|
1562
|
-
() => ListConfigurationsRequest
|
|
1563
|
-
() => ListConfigurationsResponse
|
|
1562
|
+
() => ListConfigurationsRequest$,
|
|
1563
|
+
() => ListConfigurationsResponse$,
|
|
1564
1564
|
];
|
|
1565
|
-
var ListTags = [
|
|
1565
|
+
var ListTags$ = [
|
|
1566
1566
|
9,
|
|
1567
1567
|
n0,
|
|
1568
1568
|
_LT,
|
|
1569
1569
|
{ [_ht]: ["GET", "/v1/tags/{ResourceArn}", 200] },
|
|
1570
|
-
() => ListTagsRequest
|
|
1571
|
-
() => ListTagsResponse
|
|
1570
|
+
() => ListTagsRequest$,
|
|
1571
|
+
() => ListTagsResponse$,
|
|
1572
1572
|
];
|
|
1573
|
-
var ListUsers = [
|
|
1573
|
+
var ListUsers$ = [
|
|
1574
1574
|
9,
|
|
1575
1575
|
n0,
|
|
1576
1576
|
_LU,
|
|
1577
1577
|
{ [_ht]: ["GET", "/v1/brokers/{BrokerId}/users", 200] },
|
|
1578
|
-
() => ListUsersRequest
|
|
1579
|
-
() => ListUsersResponse
|
|
1578
|
+
() => ListUsersRequest$,
|
|
1579
|
+
() => ListUsersResponse$,
|
|
1580
1580
|
];
|
|
1581
|
-
var Promote = [
|
|
1581
|
+
var Promote$ = [
|
|
1582
1582
|
9,
|
|
1583
1583
|
n0,
|
|
1584
1584
|
_Pr,
|
|
1585
1585
|
{ [_ht]: ["POST", "/v1/brokers/{BrokerId}/promote", 200] },
|
|
1586
|
-
() => PromoteRequest
|
|
1587
|
-
() => PromoteResponse
|
|
1586
|
+
() => PromoteRequest$,
|
|
1587
|
+
() => PromoteResponse$,
|
|
1588
1588
|
];
|
|
1589
|
-
var RebootBroker = [
|
|
1589
|
+
var RebootBroker$ = [
|
|
1590
1590
|
9,
|
|
1591
1591
|
n0,
|
|
1592
1592
|
_RBe,
|
|
1593
1593
|
{ [_ht]: ["POST", "/v1/brokers/{BrokerId}/reboot", 200] },
|
|
1594
|
-
() => RebootBrokerRequest
|
|
1595
|
-
() => RebootBrokerResponse
|
|
1594
|
+
() => RebootBrokerRequest$,
|
|
1595
|
+
() => RebootBrokerResponse$,
|
|
1596
1596
|
];
|
|
1597
|
-
var UpdateBroker = [
|
|
1597
|
+
var UpdateBroker$ = [
|
|
1598
1598
|
9,
|
|
1599
1599
|
n0,
|
|
1600
1600
|
_UBp,
|
|
1601
1601
|
{ [_ht]: ["PUT", "/v1/brokers/{BrokerId}", 200] },
|
|
1602
|
-
() => UpdateBrokerRequest
|
|
1603
|
-
() => UpdateBrokerResponse
|
|
1602
|
+
() => UpdateBrokerRequest$,
|
|
1603
|
+
() => UpdateBrokerResponse$,
|
|
1604
1604
|
];
|
|
1605
|
-
var UpdateConfiguration = [
|
|
1605
|
+
var UpdateConfiguration$ = [
|
|
1606
1606
|
9,
|
|
1607
1607
|
n0,
|
|
1608
1608
|
_UC,
|
|
1609
1609
|
{ [_ht]: ["PUT", "/v1/configurations/{ConfigurationId}", 200] },
|
|
1610
|
-
() => UpdateConfigurationRequest
|
|
1611
|
-
() => UpdateConfigurationResponse
|
|
1610
|
+
() => UpdateConfigurationRequest$,
|
|
1611
|
+
() => UpdateConfigurationResponse$,
|
|
1612
1612
|
];
|
|
1613
|
-
var UpdateUser = [
|
|
1613
|
+
var UpdateUser$ = [
|
|
1614
1614
|
9,
|
|
1615
1615
|
n0,
|
|
1616
1616
|
_UU,
|
|
1617
1617
|
{ [_ht]: ["PUT", "/v1/brokers/{BrokerId}/users/{Username}", 200] },
|
|
1618
|
-
() => UpdateUserRequest
|
|
1619
|
-
() => UpdateUserResponse
|
|
1618
|
+
() => UpdateUserRequest$,
|
|
1619
|
+
() => UpdateUserResponse$,
|
|
1620
1620
|
];
|
|
1621
1621
|
|
|
1622
1622
|
class CreateBrokerCommand extends smithyClient.Command
|
|
@@ -1627,7 +1627,7 @@ class CreateBrokerCommand extends smithyClient.Command
|
|
|
1627
1627
|
})
|
|
1628
1628
|
.s("mq", "CreateBroker", {})
|
|
1629
1629
|
.n("MqClient", "CreateBrokerCommand")
|
|
1630
|
-
.sc(CreateBroker)
|
|
1630
|
+
.sc(CreateBroker$)
|
|
1631
1631
|
.build() {
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
@@ -1639,7 +1639,7 @@ class CreateConfigurationCommand extends smithyClient.Command
|
|
|
1639
1639
|
})
|
|
1640
1640
|
.s("mq", "CreateConfiguration", {})
|
|
1641
1641
|
.n("MqClient", "CreateConfigurationCommand")
|
|
1642
|
-
.sc(CreateConfiguration)
|
|
1642
|
+
.sc(CreateConfiguration$)
|
|
1643
1643
|
.build() {
|
|
1644
1644
|
}
|
|
1645
1645
|
|
|
@@ -1651,7 +1651,7 @@ class CreateTagsCommand extends smithyClient.Command
|
|
|
1651
1651
|
})
|
|
1652
1652
|
.s("mq", "CreateTags", {})
|
|
1653
1653
|
.n("MqClient", "CreateTagsCommand")
|
|
1654
|
-
.sc(CreateTags)
|
|
1654
|
+
.sc(CreateTags$)
|
|
1655
1655
|
.build() {
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
@@ -1663,7 +1663,7 @@ class CreateUserCommand extends smithyClient.Command
|
|
|
1663
1663
|
})
|
|
1664
1664
|
.s("mq", "CreateUser", {})
|
|
1665
1665
|
.n("MqClient", "CreateUserCommand")
|
|
1666
|
-
.sc(CreateUser)
|
|
1666
|
+
.sc(CreateUser$)
|
|
1667
1667
|
.build() {
|
|
1668
1668
|
}
|
|
1669
1669
|
|
|
@@ -1675,7 +1675,7 @@ class DeleteBrokerCommand extends smithyClient.Command
|
|
|
1675
1675
|
})
|
|
1676
1676
|
.s("mq", "DeleteBroker", {})
|
|
1677
1677
|
.n("MqClient", "DeleteBrokerCommand")
|
|
1678
|
-
.sc(DeleteBroker)
|
|
1678
|
+
.sc(DeleteBroker$)
|
|
1679
1679
|
.build() {
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
@@ -1687,7 +1687,7 @@ class DeleteConfigurationCommand extends smithyClient.Command
|
|
|
1687
1687
|
})
|
|
1688
1688
|
.s("mq", "DeleteConfiguration", {})
|
|
1689
1689
|
.n("MqClient", "DeleteConfigurationCommand")
|
|
1690
|
-
.sc(DeleteConfiguration)
|
|
1690
|
+
.sc(DeleteConfiguration$)
|
|
1691
1691
|
.build() {
|
|
1692
1692
|
}
|
|
1693
1693
|
|
|
@@ -1699,7 +1699,7 @@ class DeleteTagsCommand extends smithyClient.Command
|
|
|
1699
1699
|
})
|
|
1700
1700
|
.s("mq", "DeleteTags", {})
|
|
1701
1701
|
.n("MqClient", "DeleteTagsCommand")
|
|
1702
|
-
.sc(DeleteTags)
|
|
1702
|
+
.sc(DeleteTags$)
|
|
1703
1703
|
.build() {
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
@@ -1711,7 +1711,7 @@ class DeleteUserCommand extends smithyClient.Command
|
|
|
1711
1711
|
})
|
|
1712
1712
|
.s("mq", "DeleteUser", {})
|
|
1713
1713
|
.n("MqClient", "DeleteUserCommand")
|
|
1714
|
-
.sc(DeleteUser)
|
|
1714
|
+
.sc(DeleteUser$)
|
|
1715
1715
|
.build() {
|
|
1716
1716
|
}
|
|
1717
1717
|
|
|
@@ -1723,7 +1723,7 @@ class DescribeBrokerCommand extends smithyClient.Command
|
|
|
1723
1723
|
})
|
|
1724
1724
|
.s("mq", "DescribeBroker", {})
|
|
1725
1725
|
.n("MqClient", "DescribeBrokerCommand")
|
|
1726
|
-
.sc(DescribeBroker)
|
|
1726
|
+
.sc(DescribeBroker$)
|
|
1727
1727
|
.build() {
|
|
1728
1728
|
}
|
|
1729
1729
|
|
|
@@ -1735,7 +1735,7 @@ class DescribeBrokerEngineTypesCommand extends smithyClient.Command
|
|
|
1735
1735
|
})
|
|
1736
1736
|
.s("mq", "DescribeBrokerEngineTypes", {})
|
|
1737
1737
|
.n("MqClient", "DescribeBrokerEngineTypesCommand")
|
|
1738
|
-
.sc(DescribeBrokerEngineTypes)
|
|
1738
|
+
.sc(DescribeBrokerEngineTypes$)
|
|
1739
1739
|
.build() {
|
|
1740
1740
|
}
|
|
1741
1741
|
|
|
@@ -1747,7 +1747,7 @@ class DescribeBrokerInstanceOptionsCommand extends smithyClient.Command
|
|
|
1747
1747
|
})
|
|
1748
1748
|
.s("mq", "DescribeBrokerInstanceOptions", {})
|
|
1749
1749
|
.n("MqClient", "DescribeBrokerInstanceOptionsCommand")
|
|
1750
|
-
.sc(DescribeBrokerInstanceOptions)
|
|
1750
|
+
.sc(DescribeBrokerInstanceOptions$)
|
|
1751
1751
|
.build() {
|
|
1752
1752
|
}
|
|
1753
1753
|
|
|
@@ -1759,7 +1759,7 @@ class DescribeConfigurationCommand extends smithyClient.Command
|
|
|
1759
1759
|
})
|
|
1760
1760
|
.s("mq", "DescribeConfiguration", {})
|
|
1761
1761
|
.n("MqClient", "DescribeConfigurationCommand")
|
|
1762
|
-
.sc(DescribeConfiguration)
|
|
1762
|
+
.sc(DescribeConfiguration$)
|
|
1763
1763
|
.build() {
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
@@ -1771,7 +1771,7 @@ class DescribeConfigurationRevisionCommand extends smithyClient.Command
|
|
|
1771
1771
|
})
|
|
1772
1772
|
.s("mq", "DescribeConfigurationRevision", {})
|
|
1773
1773
|
.n("MqClient", "DescribeConfigurationRevisionCommand")
|
|
1774
|
-
.sc(DescribeConfigurationRevision)
|
|
1774
|
+
.sc(DescribeConfigurationRevision$)
|
|
1775
1775
|
.build() {
|
|
1776
1776
|
}
|
|
1777
1777
|
|
|
@@ -1783,7 +1783,7 @@ class DescribeUserCommand extends smithyClient.Command
|
|
|
1783
1783
|
})
|
|
1784
1784
|
.s("mq", "DescribeUser", {})
|
|
1785
1785
|
.n("MqClient", "DescribeUserCommand")
|
|
1786
|
-
.sc(DescribeUser)
|
|
1786
|
+
.sc(DescribeUser$)
|
|
1787
1787
|
.build() {
|
|
1788
1788
|
}
|
|
1789
1789
|
|
|
@@ -1795,7 +1795,7 @@ class ListBrokersCommand extends smithyClient.Command
|
|
|
1795
1795
|
})
|
|
1796
1796
|
.s("mq", "ListBrokers", {})
|
|
1797
1797
|
.n("MqClient", "ListBrokersCommand")
|
|
1798
|
-
.sc(ListBrokers)
|
|
1798
|
+
.sc(ListBrokers$)
|
|
1799
1799
|
.build() {
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
@@ -1807,7 +1807,7 @@ class ListConfigurationRevisionsCommand extends smithyClient.Command
|
|
|
1807
1807
|
})
|
|
1808
1808
|
.s("mq", "ListConfigurationRevisions", {})
|
|
1809
1809
|
.n("MqClient", "ListConfigurationRevisionsCommand")
|
|
1810
|
-
.sc(ListConfigurationRevisions)
|
|
1810
|
+
.sc(ListConfigurationRevisions$)
|
|
1811
1811
|
.build() {
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
@@ -1819,7 +1819,7 @@ class ListConfigurationsCommand extends smithyClient.Command
|
|
|
1819
1819
|
})
|
|
1820
1820
|
.s("mq", "ListConfigurations", {})
|
|
1821
1821
|
.n("MqClient", "ListConfigurationsCommand")
|
|
1822
|
-
.sc(ListConfigurations)
|
|
1822
|
+
.sc(ListConfigurations$)
|
|
1823
1823
|
.build() {
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
@@ -1831,7 +1831,7 @@ class ListTagsCommand extends smithyClient.Command
|
|
|
1831
1831
|
})
|
|
1832
1832
|
.s("mq", "ListTags", {})
|
|
1833
1833
|
.n("MqClient", "ListTagsCommand")
|
|
1834
|
-
.sc(ListTags)
|
|
1834
|
+
.sc(ListTags$)
|
|
1835
1835
|
.build() {
|
|
1836
1836
|
}
|
|
1837
1837
|
|
|
@@ -1843,7 +1843,7 @@ class ListUsersCommand extends smithyClient.Command
|
|
|
1843
1843
|
})
|
|
1844
1844
|
.s("mq", "ListUsers", {})
|
|
1845
1845
|
.n("MqClient", "ListUsersCommand")
|
|
1846
|
-
.sc(ListUsers)
|
|
1846
|
+
.sc(ListUsers$)
|
|
1847
1847
|
.build() {
|
|
1848
1848
|
}
|
|
1849
1849
|
|
|
@@ -1855,7 +1855,7 @@ class PromoteCommand extends smithyClient.Command
|
|
|
1855
1855
|
})
|
|
1856
1856
|
.s("mq", "Promote", {})
|
|
1857
1857
|
.n("MqClient", "PromoteCommand")
|
|
1858
|
-
.sc(Promote)
|
|
1858
|
+
.sc(Promote$)
|
|
1859
1859
|
.build() {
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
@@ -1867,7 +1867,7 @@ class RebootBrokerCommand extends smithyClient.Command
|
|
|
1867
1867
|
})
|
|
1868
1868
|
.s("mq", "RebootBroker", {})
|
|
1869
1869
|
.n("MqClient", "RebootBrokerCommand")
|
|
1870
|
-
.sc(RebootBroker)
|
|
1870
|
+
.sc(RebootBroker$)
|
|
1871
1871
|
.build() {
|
|
1872
1872
|
}
|
|
1873
1873
|
|
|
@@ -1879,7 +1879,7 @@ class UpdateBrokerCommand extends smithyClient.Command
|
|
|
1879
1879
|
})
|
|
1880
1880
|
.s("mq", "UpdateBroker", {})
|
|
1881
1881
|
.n("MqClient", "UpdateBrokerCommand")
|
|
1882
|
-
.sc(UpdateBroker)
|
|
1882
|
+
.sc(UpdateBroker$)
|
|
1883
1883
|
.build() {
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
@@ -1891,7 +1891,7 @@ class UpdateConfigurationCommand extends smithyClient.Command
|
|
|
1891
1891
|
})
|
|
1892
1892
|
.s("mq", "UpdateConfiguration", {})
|
|
1893
1893
|
.n("MqClient", "UpdateConfigurationCommand")
|
|
1894
|
-
.sc(UpdateConfiguration)
|
|
1894
|
+
.sc(UpdateConfiguration$)
|
|
1895
1895
|
.build() {
|
|
1896
1896
|
}
|
|
1897
1897
|
|
|
@@ -1903,7 +1903,7 @@ class UpdateUserCommand extends smithyClient.Command
|
|
|
1903
1903
|
})
|
|
1904
1904
|
.s("mq", "UpdateUser", {})
|
|
1905
1905
|
.n("MqClient", "UpdateUserCommand")
|
|
1906
|
-
.sc(UpdateUser)
|
|
1906
|
+
.sc(UpdateUser$)
|
|
1907
1907
|
.build() {
|
|
1908
1908
|
}
|
|
1909
1909
|
|
|
@@ -2002,47 +2002,148 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2002
2002
|
enumerable: true,
|
|
2003
2003
|
get: function () { return smithyClient.Client; }
|
|
2004
2004
|
});
|
|
2005
|
+
exports.ActionRequired$ = ActionRequired$;
|
|
2005
2006
|
exports.AuthenticationStrategy = AuthenticationStrategy;
|
|
2006
|
-
exports.
|
|
2007
|
+
exports.AvailabilityZone$ = AvailabilityZone$;
|
|
2008
|
+
exports.BadRequestException = BadRequestException;
|
|
2009
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
2010
|
+
exports.BrokerEngineType$ = BrokerEngineType$;
|
|
2011
|
+
exports.BrokerInstance$ = BrokerInstance$;
|
|
2012
|
+
exports.BrokerInstanceOption$ = BrokerInstanceOption$;
|
|
2007
2013
|
exports.BrokerState = BrokerState;
|
|
2008
2014
|
exports.BrokerStorageType = BrokerStorageType;
|
|
2015
|
+
exports.BrokerSummary$ = BrokerSummary$;
|
|
2009
2016
|
exports.ChangeType = ChangeType;
|
|
2010
|
-
exports.
|
|
2017
|
+
exports.Configuration$ = Configuration$;
|
|
2018
|
+
exports.ConfigurationId$ = ConfigurationId$;
|
|
2019
|
+
exports.ConfigurationRevision$ = ConfigurationRevision$;
|
|
2020
|
+
exports.Configurations$ = Configurations$;
|
|
2021
|
+
exports.ConflictException = ConflictException;
|
|
2022
|
+
exports.ConflictException$ = ConflictException$;
|
|
2023
|
+
exports.CreateBroker$ = CreateBroker$;
|
|
2011
2024
|
exports.CreateBrokerCommand = CreateBrokerCommand;
|
|
2025
|
+
exports.CreateBrokerRequest$ = CreateBrokerRequest$;
|
|
2026
|
+
exports.CreateBrokerResponse$ = CreateBrokerResponse$;
|
|
2027
|
+
exports.CreateConfiguration$ = CreateConfiguration$;
|
|
2012
2028
|
exports.CreateConfigurationCommand = CreateConfigurationCommand;
|
|
2029
|
+
exports.CreateConfigurationRequest$ = CreateConfigurationRequest$;
|
|
2030
|
+
exports.CreateConfigurationResponse$ = CreateConfigurationResponse$;
|
|
2031
|
+
exports.CreateTags$ = CreateTags$;
|
|
2013
2032
|
exports.CreateTagsCommand = CreateTagsCommand;
|
|
2033
|
+
exports.CreateTagsRequest$ = CreateTagsRequest$;
|
|
2034
|
+
exports.CreateUser$ = CreateUser$;
|
|
2014
2035
|
exports.CreateUserCommand = CreateUserCommand;
|
|
2036
|
+
exports.CreateUserRequest$ = CreateUserRequest$;
|
|
2037
|
+
exports.CreateUserResponse$ = CreateUserResponse$;
|
|
2038
|
+
exports.DataReplicationCounterpart$ = DataReplicationCounterpart$;
|
|
2039
|
+
exports.DataReplicationMetadataOutput$ = DataReplicationMetadataOutput$;
|
|
2015
2040
|
exports.DataReplicationMode = DataReplicationMode;
|
|
2016
2041
|
exports.DayOfWeek = DayOfWeek;
|
|
2042
|
+
exports.DeleteBroker$ = DeleteBroker$;
|
|
2017
2043
|
exports.DeleteBrokerCommand = DeleteBrokerCommand;
|
|
2044
|
+
exports.DeleteBrokerRequest$ = DeleteBrokerRequest$;
|
|
2045
|
+
exports.DeleteBrokerResponse$ = DeleteBrokerResponse$;
|
|
2046
|
+
exports.DeleteConfiguration$ = DeleteConfiguration$;
|
|
2018
2047
|
exports.DeleteConfigurationCommand = DeleteConfigurationCommand;
|
|
2048
|
+
exports.DeleteConfigurationRequest$ = DeleteConfigurationRequest$;
|
|
2049
|
+
exports.DeleteConfigurationResponse$ = DeleteConfigurationResponse$;
|
|
2050
|
+
exports.DeleteTags$ = DeleteTags$;
|
|
2019
2051
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
2052
|
+
exports.DeleteTagsRequest$ = DeleteTagsRequest$;
|
|
2053
|
+
exports.DeleteUser$ = DeleteUser$;
|
|
2020
2054
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
2055
|
+
exports.DeleteUserRequest$ = DeleteUserRequest$;
|
|
2056
|
+
exports.DeleteUserResponse$ = DeleteUserResponse$;
|
|
2021
2057
|
exports.DeploymentMode = DeploymentMode;
|
|
2058
|
+
exports.DescribeBroker$ = DescribeBroker$;
|
|
2022
2059
|
exports.DescribeBrokerCommand = DescribeBrokerCommand;
|
|
2060
|
+
exports.DescribeBrokerEngineTypes$ = DescribeBrokerEngineTypes$;
|
|
2023
2061
|
exports.DescribeBrokerEngineTypesCommand = DescribeBrokerEngineTypesCommand;
|
|
2062
|
+
exports.DescribeBrokerEngineTypesRequest$ = DescribeBrokerEngineTypesRequest$;
|
|
2063
|
+
exports.DescribeBrokerEngineTypesResponse$ = DescribeBrokerEngineTypesResponse$;
|
|
2064
|
+
exports.DescribeBrokerInstanceOptions$ = DescribeBrokerInstanceOptions$;
|
|
2024
2065
|
exports.DescribeBrokerInstanceOptionsCommand = DescribeBrokerInstanceOptionsCommand;
|
|
2066
|
+
exports.DescribeBrokerInstanceOptionsRequest$ = DescribeBrokerInstanceOptionsRequest$;
|
|
2067
|
+
exports.DescribeBrokerInstanceOptionsResponse$ = DescribeBrokerInstanceOptionsResponse$;
|
|
2068
|
+
exports.DescribeBrokerRequest$ = DescribeBrokerRequest$;
|
|
2069
|
+
exports.DescribeBrokerResponse$ = DescribeBrokerResponse$;
|
|
2070
|
+
exports.DescribeConfiguration$ = DescribeConfiguration$;
|
|
2025
2071
|
exports.DescribeConfigurationCommand = DescribeConfigurationCommand;
|
|
2072
|
+
exports.DescribeConfigurationRequest$ = DescribeConfigurationRequest$;
|
|
2073
|
+
exports.DescribeConfigurationResponse$ = DescribeConfigurationResponse$;
|
|
2074
|
+
exports.DescribeConfigurationRevision$ = DescribeConfigurationRevision$;
|
|
2026
2075
|
exports.DescribeConfigurationRevisionCommand = DescribeConfigurationRevisionCommand;
|
|
2076
|
+
exports.DescribeConfigurationRevisionRequest$ = DescribeConfigurationRevisionRequest$;
|
|
2077
|
+
exports.DescribeConfigurationRevisionResponse$ = DescribeConfigurationRevisionResponse$;
|
|
2078
|
+
exports.DescribeUser$ = DescribeUser$;
|
|
2027
2079
|
exports.DescribeUserCommand = DescribeUserCommand;
|
|
2080
|
+
exports.DescribeUserRequest$ = DescribeUserRequest$;
|
|
2081
|
+
exports.DescribeUserResponse$ = DescribeUserResponse$;
|
|
2082
|
+
exports.EncryptionOptions$ = EncryptionOptions$;
|
|
2028
2083
|
exports.EngineType = EngineType;
|
|
2029
|
-
exports.
|
|
2030
|
-
exports.
|
|
2084
|
+
exports.EngineVersion$ = EngineVersion$;
|
|
2085
|
+
exports.ForbiddenException = ForbiddenException;
|
|
2086
|
+
exports.ForbiddenException$ = ForbiddenException$;
|
|
2087
|
+
exports.InternalServerErrorException = InternalServerErrorException;
|
|
2088
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
2089
|
+
exports.LdapServerMetadataInput$ = LdapServerMetadataInput$;
|
|
2090
|
+
exports.LdapServerMetadataOutput$ = LdapServerMetadataOutput$;
|
|
2091
|
+
exports.ListBrokers$ = ListBrokers$;
|
|
2031
2092
|
exports.ListBrokersCommand = ListBrokersCommand;
|
|
2093
|
+
exports.ListBrokersRequest$ = ListBrokersRequest$;
|
|
2094
|
+
exports.ListBrokersResponse$ = ListBrokersResponse$;
|
|
2095
|
+
exports.ListConfigurationRevisions$ = ListConfigurationRevisions$;
|
|
2032
2096
|
exports.ListConfigurationRevisionsCommand = ListConfigurationRevisionsCommand;
|
|
2097
|
+
exports.ListConfigurationRevisionsRequest$ = ListConfigurationRevisionsRequest$;
|
|
2098
|
+
exports.ListConfigurationRevisionsResponse$ = ListConfigurationRevisionsResponse$;
|
|
2099
|
+
exports.ListConfigurations$ = ListConfigurations$;
|
|
2033
2100
|
exports.ListConfigurationsCommand = ListConfigurationsCommand;
|
|
2101
|
+
exports.ListConfigurationsRequest$ = ListConfigurationsRequest$;
|
|
2102
|
+
exports.ListConfigurationsResponse$ = ListConfigurationsResponse$;
|
|
2103
|
+
exports.ListTags$ = ListTags$;
|
|
2034
2104
|
exports.ListTagsCommand = ListTagsCommand;
|
|
2105
|
+
exports.ListTagsRequest$ = ListTagsRequest$;
|
|
2106
|
+
exports.ListTagsResponse$ = ListTagsResponse$;
|
|
2107
|
+
exports.ListUsers$ = ListUsers$;
|
|
2035
2108
|
exports.ListUsersCommand = ListUsersCommand;
|
|
2109
|
+
exports.ListUsersRequest$ = ListUsersRequest$;
|
|
2110
|
+
exports.ListUsersResponse$ = ListUsersResponse$;
|
|
2111
|
+
exports.Logs$ = Logs$;
|
|
2112
|
+
exports.LogsSummary$ = LogsSummary$;
|
|
2036
2113
|
exports.Mq = Mq;
|
|
2037
2114
|
exports.MqClient = MqClient;
|
|
2038
|
-
exports.MqServiceException = MqServiceException
|
|
2039
|
-
exports.
|
|
2115
|
+
exports.MqServiceException = MqServiceException;
|
|
2116
|
+
exports.MqServiceException$ = MqServiceException$;
|
|
2117
|
+
exports.NotFoundException = NotFoundException;
|
|
2118
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
2119
|
+
exports.PendingLogs$ = PendingLogs$;
|
|
2120
|
+
exports.Promote$ = Promote$;
|
|
2040
2121
|
exports.PromoteCommand = PromoteCommand;
|
|
2041
2122
|
exports.PromoteMode = PromoteMode;
|
|
2123
|
+
exports.PromoteRequest$ = PromoteRequest$;
|
|
2124
|
+
exports.PromoteResponse$ = PromoteResponse$;
|
|
2125
|
+
exports.RebootBroker$ = RebootBroker$;
|
|
2042
2126
|
exports.RebootBrokerCommand = RebootBrokerCommand;
|
|
2127
|
+
exports.RebootBrokerRequest$ = RebootBrokerRequest$;
|
|
2128
|
+
exports.RebootBrokerResponse$ = RebootBrokerResponse$;
|
|
2129
|
+
exports.SanitizationWarning$ = SanitizationWarning$;
|
|
2043
2130
|
exports.SanitizationWarningReason = SanitizationWarningReason;
|
|
2044
|
-
exports.UnauthorizedException = UnauthorizedException
|
|
2131
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
2132
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
2133
|
+
exports.UpdateBroker$ = UpdateBroker$;
|
|
2045
2134
|
exports.UpdateBrokerCommand = UpdateBrokerCommand;
|
|
2135
|
+
exports.UpdateBrokerRequest$ = UpdateBrokerRequest$;
|
|
2136
|
+
exports.UpdateBrokerResponse$ = UpdateBrokerResponse$;
|
|
2137
|
+
exports.UpdateConfiguration$ = UpdateConfiguration$;
|
|
2046
2138
|
exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
|
|
2139
|
+
exports.UpdateConfigurationRequest$ = UpdateConfigurationRequest$;
|
|
2140
|
+
exports.UpdateConfigurationResponse$ = UpdateConfigurationResponse$;
|
|
2141
|
+
exports.UpdateUser$ = UpdateUser$;
|
|
2047
2142
|
exports.UpdateUserCommand = UpdateUserCommand;
|
|
2143
|
+
exports.UpdateUserRequest$ = UpdateUserRequest$;
|
|
2144
|
+
exports.UpdateUserResponse$ = UpdateUserResponse$;
|
|
2145
|
+
exports.User$ = User$;
|
|
2146
|
+
exports.UserPendingChanges$ = UserPendingChanges$;
|
|
2147
|
+
exports.UserSummary$ = UserSummary$;
|
|
2148
|
+
exports.WeeklyStartTime$ = WeeklyStartTime$;
|
|
2048
2149
|
exports.paginateListBrokers = paginateListBrokers;
|