@aws-sdk/client-mq 3.928.0 → 3.930.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 +2954 -1366
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MqClient.js +2 -0
- package/dist-es/commands/CreateBrokerCommand.js +3 -9
- package/dist-es/commands/CreateConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateTagsCommand.js +3 -9
- package/dist-es/commands/CreateUserCommand.js +3 -9
- package/dist-es/commands/DeleteBrokerCommand.js +3 -9
- package/dist-es/commands/DeleteConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteTagsCommand.js +3 -9
- package/dist-es/commands/DeleteUserCommand.js +3 -9
- package/dist-es/commands/DescribeBrokerCommand.js +3 -9
- package/dist-es/commands/DescribeBrokerEngineTypesCommand.js +3 -9
- package/dist-es/commands/DescribeBrokerInstanceOptionsCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -9
- package/dist-es/commands/DescribeUserCommand.js +3 -9
- package/dist-es/commands/ListBrokersCommand.js +3 -9
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -9
- package/dist-es/commands/ListConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/ListUsersCommand.js +3 -9
- package/dist-es/commands/PromoteCommand.js +3 -9
- package/dist-es/commands/RebootBrokerCommand.js +3 -9
- package/dist-es/commands/UpdateBrokerCommand.js +3 -9
- package/dist-es/commands/UpdateConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateUserCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2901 -0
- package/dist-types/MqClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +119 -0
- package/dist-types/ts3.4/MqClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +124 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1193
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -218
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -293
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateBrokerCommandInput, CreateBrokerCommandOutput } from "../commands/CreateBrokerCommand";
|
|
4
|
-
import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "../commands/CreateConfigurationCommand";
|
|
5
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
6
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
7
|
-
import { DeleteBrokerCommandInput, DeleteBrokerCommandOutput } from "../commands/DeleteBrokerCommand";
|
|
8
|
-
import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "../commands/DeleteConfigurationCommand";
|
|
9
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
10
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
11
|
-
import { DescribeBrokerCommandInput, DescribeBrokerCommandOutput } from "../commands/DescribeBrokerCommand";
|
|
12
|
-
import { DescribeBrokerEngineTypesCommandInput, DescribeBrokerEngineTypesCommandOutput } from "../commands/DescribeBrokerEngineTypesCommand";
|
|
13
|
-
import { DescribeBrokerInstanceOptionsCommandInput, DescribeBrokerInstanceOptionsCommandOutput } from "../commands/DescribeBrokerInstanceOptionsCommand";
|
|
14
|
-
import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "../commands/DescribeConfigurationCommand";
|
|
15
|
-
import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "../commands/DescribeConfigurationRevisionCommand";
|
|
16
|
-
import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
|
|
17
|
-
import { ListBrokersCommandInput, ListBrokersCommandOutput } from "../commands/ListBrokersCommand";
|
|
18
|
-
import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "../commands/ListConfigurationRevisionsCommand";
|
|
19
|
-
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
|
|
20
|
-
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
21
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
22
|
-
import { PromoteCommandInput, PromoteCommandOutput } from "../commands/PromoteCommand";
|
|
23
|
-
import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "../commands/RebootBrokerCommand";
|
|
24
|
-
import { UpdateBrokerCommandInput, UpdateBrokerCommandOutput } from "../commands/UpdateBrokerCommand";
|
|
25
|
-
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
|
|
26
|
-
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1CreateBrokerCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_CreateBrokerCommand: (input: CreateBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1CreateConfigurationCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_CreateConfigurationCommand: (input: CreateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1CreateTagsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1CreateUserCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1DeleteBrokerCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_DeleteBrokerCommand: (input: DeleteBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1DeleteConfigurationCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_DeleteConfigurationCommand: (input: DeleteConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1DeleteTagsCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DeleteUserCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1DescribeBrokerCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_DescribeBrokerCommand: (input: DescribeBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1DescribeBrokerEngineTypesCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_DescribeBrokerEngineTypesCommand: (input: DescribeBrokerEngineTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1DescribeBrokerInstanceOptionsCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_DescribeBrokerInstanceOptionsCommand: (input: DescribeBrokerInstanceOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1DescribeConfigurationCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_DescribeConfigurationCommand: (input: DescribeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1DescribeConfigurationRevisionCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_DescribeConfigurationRevisionCommand: (input: DescribeConfigurationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1DescribeUserCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1ListBrokersCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_ListBrokersCommand: (input: ListBrokersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1ListConfigurationRevisionsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_ListConfigurationRevisionsCommand: (input: ListConfigurationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1ListConfigurationsCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1ListTagsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1ListUsersCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1PromoteCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_PromoteCommand: (input: PromoteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1RebootBrokerCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_RebootBrokerCommand: (input: RebootBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1UpdateBrokerCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_UpdateBrokerCommand: (input: UpdateBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1UpdateConfigurationCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1UpdateUserCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_restJson1CreateBrokerCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_CreateBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrokerCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_restJson1CreateConfigurationCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_CreateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_restJson1CreateTagsCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_restJson1CreateUserCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_restJson1DeleteBrokerCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_DeleteBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrokerCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_restJson1DeleteConfigurationCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_restJson1DeleteTagsCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_restJson1DeleteUserCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_restJson1DescribeBrokerCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_DescribeBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrokerCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_restJson1DescribeBrokerEngineTypesCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_DescribeBrokerEngineTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrokerEngineTypesCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1DescribeBrokerInstanceOptionsCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_DescribeBrokerInstanceOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBrokerInstanceOptionsCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1DescribeConfigurationCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_DescribeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1DescribeConfigurationRevisionCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_DescribeConfigurationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationRevisionCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1DescribeUserCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1ListBrokersCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_ListBrokersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrokersCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1ListConfigurationRevisionsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_ListConfigurationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationRevisionsCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1ListConfigurationsCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1ListTagsCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1ListUsersCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1PromoteCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_PromoteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1RebootBrokerCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_RebootBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootBrokerCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1UpdateBrokerCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_UpdateBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1UpdateConfigurationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1UpdateUserCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
@@ -1,293 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateBrokerCommandInput,
|
|
8
|
-
CreateBrokerCommandOutput,
|
|
9
|
-
} from "../commands/CreateBrokerCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateConfigurationCommandInput,
|
|
12
|
-
CreateConfigurationCommandOutput,
|
|
13
|
-
} from "../commands/CreateConfigurationCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateTagsCommandInput,
|
|
16
|
-
CreateTagsCommandOutput,
|
|
17
|
-
} from "../commands/CreateTagsCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateUserCommandInput,
|
|
20
|
-
CreateUserCommandOutput,
|
|
21
|
-
} from "../commands/CreateUserCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteBrokerCommandInput,
|
|
24
|
-
DeleteBrokerCommandOutput,
|
|
25
|
-
} from "../commands/DeleteBrokerCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteConfigurationCommandInput,
|
|
28
|
-
DeleteConfigurationCommandOutput,
|
|
29
|
-
} from "../commands/DeleteConfigurationCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteTagsCommandInput,
|
|
32
|
-
DeleteTagsCommandOutput,
|
|
33
|
-
} from "../commands/DeleteTagsCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteUserCommandInput,
|
|
36
|
-
DeleteUserCommandOutput,
|
|
37
|
-
} from "../commands/DeleteUserCommand";
|
|
38
|
-
import {
|
|
39
|
-
DescribeBrokerCommandInput,
|
|
40
|
-
DescribeBrokerCommandOutput,
|
|
41
|
-
} from "../commands/DescribeBrokerCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeBrokerEngineTypesCommandInput,
|
|
44
|
-
DescribeBrokerEngineTypesCommandOutput,
|
|
45
|
-
} from "../commands/DescribeBrokerEngineTypesCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeBrokerInstanceOptionsCommandInput,
|
|
48
|
-
DescribeBrokerInstanceOptionsCommandOutput,
|
|
49
|
-
} from "../commands/DescribeBrokerInstanceOptionsCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeConfigurationCommandInput,
|
|
52
|
-
DescribeConfigurationCommandOutput,
|
|
53
|
-
} from "../commands/DescribeConfigurationCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeConfigurationRevisionCommandInput,
|
|
56
|
-
DescribeConfigurationRevisionCommandOutput,
|
|
57
|
-
} from "../commands/DescribeConfigurationRevisionCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeUserCommandInput,
|
|
60
|
-
DescribeUserCommandOutput,
|
|
61
|
-
} from "../commands/DescribeUserCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListBrokersCommandInput,
|
|
64
|
-
ListBrokersCommandOutput,
|
|
65
|
-
} from "../commands/ListBrokersCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListConfigurationRevisionsCommandInput,
|
|
68
|
-
ListConfigurationRevisionsCommandOutput,
|
|
69
|
-
} from "../commands/ListConfigurationRevisionsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListConfigurationsCommandInput,
|
|
72
|
-
ListConfigurationsCommandOutput,
|
|
73
|
-
} from "../commands/ListConfigurationsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListTagsCommandInput,
|
|
76
|
-
ListTagsCommandOutput,
|
|
77
|
-
} from "../commands/ListTagsCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListUsersCommandInput,
|
|
80
|
-
ListUsersCommandOutput,
|
|
81
|
-
} from "../commands/ListUsersCommand";
|
|
82
|
-
import {
|
|
83
|
-
PromoteCommandInput,
|
|
84
|
-
PromoteCommandOutput,
|
|
85
|
-
} from "../commands/PromoteCommand";
|
|
86
|
-
import {
|
|
87
|
-
RebootBrokerCommandInput,
|
|
88
|
-
RebootBrokerCommandOutput,
|
|
89
|
-
} from "../commands/RebootBrokerCommand";
|
|
90
|
-
import {
|
|
91
|
-
UpdateBrokerCommandInput,
|
|
92
|
-
UpdateBrokerCommandOutput,
|
|
93
|
-
} from "../commands/UpdateBrokerCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateConfigurationCommandInput,
|
|
96
|
-
UpdateConfigurationCommandOutput,
|
|
97
|
-
} from "../commands/UpdateConfigurationCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateUserCommandInput,
|
|
100
|
-
UpdateUserCommandOutput,
|
|
101
|
-
} from "../commands/UpdateUserCommand";
|
|
102
|
-
export declare const se_CreateBrokerCommand: (
|
|
103
|
-
input: CreateBrokerCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_CreateConfigurationCommand: (
|
|
107
|
-
input: CreateConfigurationCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateTagsCommand: (
|
|
111
|
-
input: CreateTagsCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateUserCommand: (
|
|
115
|
-
input: CreateUserCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DeleteBrokerCommand: (
|
|
119
|
-
input: DeleteBrokerCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DeleteConfigurationCommand: (
|
|
123
|
-
input: DeleteConfigurationCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteTagsCommand: (
|
|
127
|
-
input: DeleteTagsCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteUserCommand: (
|
|
131
|
-
input: DeleteUserCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DescribeBrokerCommand: (
|
|
135
|
-
input: DescribeBrokerCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DescribeBrokerEngineTypesCommand: (
|
|
139
|
-
input: DescribeBrokerEngineTypesCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DescribeBrokerInstanceOptionsCommand: (
|
|
143
|
-
input: DescribeBrokerInstanceOptionsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DescribeConfigurationCommand: (
|
|
147
|
-
input: DescribeConfigurationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DescribeConfigurationRevisionCommand: (
|
|
151
|
-
input: DescribeConfigurationRevisionCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DescribeUserCommand: (
|
|
155
|
-
input: DescribeUserCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListBrokersCommand: (
|
|
159
|
-
input: ListBrokersCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListConfigurationRevisionsCommand: (
|
|
163
|
-
input: ListConfigurationRevisionsCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListConfigurationsCommand: (
|
|
167
|
-
input: ListConfigurationsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListTagsCommand: (
|
|
171
|
-
input: ListTagsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListUsersCommand: (
|
|
175
|
-
input: ListUsersCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_PromoteCommand: (
|
|
179
|
-
input: PromoteCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_RebootBrokerCommand: (
|
|
183
|
-
input: RebootBrokerCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_UpdateBrokerCommand: (
|
|
187
|
-
input: UpdateBrokerCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_UpdateConfigurationCommand: (
|
|
191
|
-
input: UpdateConfigurationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UpdateUserCommand: (
|
|
195
|
-
input: UpdateUserCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const de_CreateBrokerCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<CreateBrokerCommandOutput>;
|
|
202
|
-
export declare const de_CreateConfigurationCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<CreateConfigurationCommandOutput>;
|
|
206
|
-
export declare const de_CreateTagsCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<CreateTagsCommandOutput>;
|
|
210
|
-
export declare const de_CreateUserCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<CreateUserCommandOutput>;
|
|
214
|
-
export declare const de_DeleteBrokerCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<DeleteBrokerCommandOutput>;
|
|
218
|
-
export declare const de_DeleteConfigurationCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<DeleteConfigurationCommandOutput>;
|
|
222
|
-
export declare const de_DeleteTagsCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DeleteTagsCommandOutput>;
|
|
226
|
-
export declare const de_DeleteUserCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DeleteUserCommandOutput>;
|
|
230
|
-
export declare const de_DescribeBrokerCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DescribeBrokerCommandOutput>;
|
|
234
|
-
export declare const de_DescribeBrokerEngineTypesCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DescribeBrokerEngineTypesCommandOutput>;
|
|
238
|
-
export declare const de_DescribeBrokerInstanceOptionsCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DescribeBrokerInstanceOptionsCommandOutput>;
|
|
242
|
-
export declare const de_DescribeConfigurationCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DescribeConfigurationCommandOutput>;
|
|
246
|
-
export declare const de_DescribeConfigurationRevisionCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<DescribeConfigurationRevisionCommandOutput>;
|
|
250
|
-
export declare const de_DescribeUserCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DescribeUserCommandOutput>;
|
|
254
|
-
export declare const de_ListBrokersCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ListBrokersCommandOutput>;
|
|
258
|
-
export declare const de_ListConfigurationRevisionsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListConfigurationRevisionsCommandOutput>;
|
|
262
|
-
export declare const de_ListConfigurationsCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListConfigurationsCommandOutput>;
|
|
266
|
-
export declare const de_ListTagsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListTagsCommandOutput>;
|
|
270
|
-
export declare const de_ListUsersCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListUsersCommandOutput>;
|
|
274
|
-
export declare const de_PromoteCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<PromoteCommandOutput>;
|
|
278
|
-
export declare const de_RebootBrokerCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<RebootBrokerCommandOutput>;
|
|
282
|
-
export declare const de_UpdateBrokerCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<UpdateBrokerCommandOutput>;
|
|
286
|
-
export declare const de_UpdateConfigurationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<UpdateConfigurationCommandOutput>;
|
|
290
|
-
export declare const de_UpdateUserCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<UpdateUserCommandOutput>;
|