@aws-sdk/client-chime-sdk-identity 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +418 -125
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +249 -97
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +24 -24
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ChimeSDKIdentityServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +513 -616
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,97 +1,249 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
97
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAppInstanceAdminCommandInput,
|
|
47
|
+
CreateAppInstanceAdminCommandOutput,
|
|
48
|
+
} from "./commands/CreateAppInstanceAdminCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAppInstanceCommandInput,
|
|
51
|
+
CreateAppInstanceCommandOutput,
|
|
52
|
+
} from "./commands/CreateAppInstanceCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAppInstanceUserCommandInput,
|
|
55
|
+
CreateAppInstanceUserCommandOutput,
|
|
56
|
+
} from "./commands/CreateAppInstanceUserCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteAppInstanceAdminCommandInput,
|
|
59
|
+
DeleteAppInstanceAdminCommandOutput,
|
|
60
|
+
} from "./commands/DeleteAppInstanceAdminCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAppInstanceCommandInput,
|
|
63
|
+
DeleteAppInstanceCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAppInstanceCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAppInstanceUserCommandInput,
|
|
67
|
+
DeleteAppInstanceUserCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAppInstanceUserCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeregisterAppInstanceUserEndpointCommandInput,
|
|
71
|
+
DeregisterAppInstanceUserEndpointCommandOutput,
|
|
72
|
+
} from "./commands/DeregisterAppInstanceUserEndpointCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeAppInstanceAdminCommandInput,
|
|
75
|
+
DescribeAppInstanceAdminCommandOutput,
|
|
76
|
+
} from "./commands/DescribeAppInstanceAdminCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeAppInstanceCommandInput,
|
|
79
|
+
DescribeAppInstanceCommandOutput,
|
|
80
|
+
} from "./commands/DescribeAppInstanceCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeAppInstanceUserCommandInput,
|
|
83
|
+
DescribeAppInstanceUserCommandOutput,
|
|
84
|
+
} from "./commands/DescribeAppInstanceUserCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeAppInstanceUserEndpointCommandInput,
|
|
87
|
+
DescribeAppInstanceUserEndpointCommandOutput,
|
|
88
|
+
} from "./commands/DescribeAppInstanceUserEndpointCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetAppInstanceRetentionSettingsCommandInput,
|
|
91
|
+
GetAppInstanceRetentionSettingsCommandOutput,
|
|
92
|
+
} from "./commands/GetAppInstanceRetentionSettingsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListAppInstanceAdminsCommandInput,
|
|
95
|
+
ListAppInstanceAdminsCommandOutput,
|
|
96
|
+
} from "./commands/ListAppInstanceAdminsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListAppInstancesCommandInput,
|
|
99
|
+
ListAppInstancesCommandOutput,
|
|
100
|
+
} from "./commands/ListAppInstancesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListAppInstanceUserEndpointsCommandInput,
|
|
103
|
+
ListAppInstanceUserEndpointsCommandOutput,
|
|
104
|
+
} from "./commands/ListAppInstanceUserEndpointsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAppInstanceUsersCommandInput,
|
|
107
|
+
ListAppInstanceUsersCommandOutput,
|
|
108
|
+
} from "./commands/ListAppInstanceUsersCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListTagsForResourceCommandInput,
|
|
111
|
+
ListTagsForResourceCommandOutput,
|
|
112
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
113
|
+
import {
|
|
114
|
+
PutAppInstanceRetentionSettingsCommandInput,
|
|
115
|
+
PutAppInstanceRetentionSettingsCommandOutput,
|
|
116
|
+
} from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
117
|
+
import {
|
|
118
|
+
RegisterAppInstanceUserEndpointCommandInput,
|
|
119
|
+
RegisterAppInstanceUserEndpointCommandOutput,
|
|
120
|
+
} from "./commands/RegisterAppInstanceUserEndpointCommand";
|
|
121
|
+
import {
|
|
122
|
+
TagResourceCommandInput,
|
|
123
|
+
TagResourceCommandOutput,
|
|
124
|
+
} from "./commands/TagResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
UntagResourceCommandInput,
|
|
127
|
+
UntagResourceCommandOutput,
|
|
128
|
+
} from "./commands/UntagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UpdateAppInstanceCommandInput,
|
|
131
|
+
UpdateAppInstanceCommandOutput,
|
|
132
|
+
} from "./commands/UpdateAppInstanceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateAppInstanceUserCommandInput,
|
|
135
|
+
UpdateAppInstanceUserCommandOutput,
|
|
136
|
+
} from "./commands/UpdateAppInstanceUserCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateAppInstanceUserEndpointCommandInput,
|
|
139
|
+
UpdateAppInstanceUserEndpointCommandOutput,
|
|
140
|
+
} from "./commands/UpdateAppInstanceUserEndpointCommand";
|
|
141
|
+
export declare type ServiceInputTypes =
|
|
142
|
+
| CreateAppInstanceAdminCommandInput
|
|
143
|
+
| CreateAppInstanceCommandInput
|
|
144
|
+
| CreateAppInstanceUserCommandInput
|
|
145
|
+
| DeleteAppInstanceAdminCommandInput
|
|
146
|
+
| DeleteAppInstanceCommandInput
|
|
147
|
+
| DeleteAppInstanceUserCommandInput
|
|
148
|
+
| DeregisterAppInstanceUserEndpointCommandInput
|
|
149
|
+
| DescribeAppInstanceAdminCommandInput
|
|
150
|
+
| DescribeAppInstanceCommandInput
|
|
151
|
+
| DescribeAppInstanceUserCommandInput
|
|
152
|
+
| DescribeAppInstanceUserEndpointCommandInput
|
|
153
|
+
| GetAppInstanceRetentionSettingsCommandInput
|
|
154
|
+
| ListAppInstanceAdminsCommandInput
|
|
155
|
+
| ListAppInstanceUserEndpointsCommandInput
|
|
156
|
+
| ListAppInstanceUsersCommandInput
|
|
157
|
+
| ListAppInstancesCommandInput
|
|
158
|
+
| ListTagsForResourceCommandInput
|
|
159
|
+
| PutAppInstanceRetentionSettingsCommandInput
|
|
160
|
+
| RegisterAppInstanceUserEndpointCommandInput
|
|
161
|
+
| TagResourceCommandInput
|
|
162
|
+
| UntagResourceCommandInput
|
|
163
|
+
| UpdateAppInstanceCommandInput
|
|
164
|
+
| UpdateAppInstanceUserCommandInput
|
|
165
|
+
| UpdateAppInstanceUserEndpointCommandInput;
|
|
166
|
+
export declare type ServiceOutputTypes =
|
|
167
|
+
| CreateAppInstanceAdminCommandOutput
|
|
168
|
+
| CreateAppInstanceCommandOutput
|
|
169
|
+
| CreateAppInstanceUserCommandOutput
|
|
170
|
+
| DeleteAppInstanceAdminCommandOutput
|
|
171
|
+
| DeleteAppInstanceCommandOutput
|
|
172
|
+
| DeleteAppInstanceUserCommandOutput
|
|
173
|
+
| DeregisterAppInstanceUserEndpointCommandOutput
|
|
174
|
+
| DescribeAppInstanceAdminCommandOutput
|
|
175
|
+
| DescribeAppInstanceCommandOutput
|
|
176
|
+
| DescribeAppInstanceUserCommandOutput
|
|
177
|
+
| DescribeAppInstanceUserEndpointCommandOutput
|
|
178
|
+
| GetAppInstanceRetentionSettingsCommandOutput
|
|
179
|
+
| ListAppInstanceAdminsCommandOutput
|
|
180
|
+
| ListAppInstanceUserEndpointsCommandOutput
|
|
181
|
+
| ListAppInstanceUsersCommandOutput
|
|
182
|
+
| ListAppInstancesCommandOutput
|
|
183
|
+
| ListTagsForResourceCommandOutput
|
|
184
|
+
| PutAppInstanceRetentionSettingsCommandOutput
|
|
185
|
+
| RegisterAppInstanceUserEndpointCommandOutput
|
|
186
|
+
| TagResourceCommandOutput
|
|
187
|
+
| UntagResourceCommandOutput
|
|
188
|
+
| UpdateAppInstanceCommandOutput
|
|
189
|
+
| UpdateAppInstanceUserCommandOutput
|
|
190
|
+
| UpdateAppInstanceUserEndpointCommandOutput;
|
|
191
|
+
export interface ClientDefaults
|
|
192
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
193
|
+
requestHandler?: __HttpHandler;
|
|
194
|
+
sha256?: __HashConstructor;
|
|
195
|
+
urlParser?: __UrlParser;
|
|
196
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
197
|
+
streamCollector?: __StreamCollector;
|
|
198
|
+
base64Decoder?: __Decoder;
|
|
199
|
+
base64Encoder?: __Encoder;
|
|
200
|
+
utf8Decoder?: __Decoder;
|
|
201
|
+
utf8Encoder?: __Encoder;
|
|
202
|
+
runtime?: string;
|
|
203
|
+
disableHostPrefix?: boolean;
|
|
204
|
+
maxAttempts?: number | __Provider<number>;
|
|
205
|
+
retryMode?: string | __Provider<string>;
|
|
206
|
+
logger?: __Logger;
|
|
207
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
208
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
209
|
+
serviceId?: string;
|
|
210
|
+
region?: string | __Provider<string>;
|
|
211
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
213
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
214
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
215
|
+
}
|
|
216
|
+
declare type ChimeSDKIdentityClientConfigType = Partial<
|
|
217
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
218
|
+
> &
|
|
219
|
+
ClientDefaults &
|
|
220
|
+
RegionInputConfig &
|
|
221
|
+
EndpointsInputConfig &
|
|
222
|
+
RetryInputConfig &
|
|
223
|
+
HostHeaderInputConfig &
|
|
224
|
+
AwsAuthInputConfig &
|
|
225
|
+
UserAgentInputConfig;
|
|
226
|
+
export interface ChimeSDKIdentityClientConfig
|
|
227
|
+
extends ChimeSDKIdentityClientConfigType {}
|
|
228
|
+
declare type ChimeSDKIdentityClientResolvedConfigType =
|
|
229
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
230
|
+
Required<ClientDefaults> &
|
|
231
|
+
RegionResolvedConfig &
|
|
232
|
+
EndpointsResolvedConfig &
|
|
233
|
+
RetryResolvedConfig &
|
|
234
|
+
HostHeaderResolvedConfig &
|
|
235
|
+
AwsAuthResolvedConfig &
|
|
236
|
+
UserAgentResolvedConfig;
|
|
237
|
+
export interface ChimeSDKIdentityClientResolvedConfig
|
|
238
|
+
extends ChimeSDKIdentityClientResolvedConfigType {}
|
|
239
|
+
export declare class ChimeSDKIdentityClient extends __Client<
|
|
240
|
+
__HttpHandlerOptions,
|
|
241
|
+
ServiceInputTypes,
|
|
242
|
+
ServiceOutputTypes,
|
|
243
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
244
|
+
> {
|
|
245
|
+
readonly config: ChimeSDKIdentityClientResolvedConfig;
|
|
246
|
+
constructor(configuration: ChimeSDKIdentityClientConfig);
|
|
247
|
+
destroy(): void;
|
|
248
|
+
}
|
|
249
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKIdentityClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAppInstanceAdminRequest,
|
|
15
|
+
CreateAppInstanceAdminResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAppInstanceAdminCommandInput
|
|
18
|
+
extends CreateAppInstanceAdminRequest {}
|
|
19
|
+
export interface CreateAppInstanceAdminCommandOutput
|
|
20
|
+
extends CreateAppInstanceAdminResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAppInstanceAdminCommand extends $Command<
|
|
23
|
+
CreateAppInstanceAdminCommandInput,
|
|
24
|
+
CreateAppInstanceAdminCommandOutput,
|
|
25
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAppInstanceAdminCommandInput;
|
|
28
|
+
constructor(input: CreateAppInstanceAdminCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAppInstanceAdminCommandInput,
|
|
35
|
+
CreateAppInstanceAdminCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKIdentityClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAppInstanceRequest,
|
|
15
|
+
CreateAppInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAppInstanceCommandInput
|
|
18
|
+
extends CreateAppInstanceRequest {}
|
|
19
|
+
export interface CreateAppInstanceCommandOutput
|
|
20
|
+
extends CreateAppInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAppInstanceCommand extends $Command<
|
|
23
|
+
CreateAppInstanceCommandInput,
|
|
24
|
+
CreateAppInstanceCommandOutput,
|
|
25
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAppInstanceCommandInput;
|
|
28
|
+
constructor(input: CreateAppInstanceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKIdentityClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAppInstanceUserRequest,
|
|
15
|
+
CreateAppInstanceUserResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAppInstanceUserCommandInput
|
|
18
|
+
extends CreateAppInstanceUserRequest {}
|
|
19
|
+
export interface CreateAppInstanceUserCommandOutput
|
|
20
|
+
extends CreateAppInstanceUserResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAppInstanceUserCommand extends $Command<
|
|
23
|
+
CreateAppInstanceUserCommandInput,
|
|
24
|
+
CreateAppInstanceUserCommandOutput,
|
|
25
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAppInstanceUserCommandInput;
|
|
28
|
+
constructor(input: CreateAppInstanceUserCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAppInstanceUserCommandInput,
|
|
35
|
+
CreateAppInstanceUserCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKIdentityClient";
|
|
13
|
+
import { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAppInstanceAdminCommandInput
|
|
15
|
+
extends DeleteAppInstanceAdminRequest {}
|
|
16
|
+
export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteAppInstanceAdminCommand extends $Command<
|
|
18
|
+
DeleteAppInstanceAdminCommandInput,
|
|
19
|
+
DeleteAppInstanceAdminCommandOutput,
|
|
20
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAppInstanceAdminCommandInput;
|
|
23
|
+
constructor(input: DeleteAppInstanceAdminCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
DeleteAppInstanceAdminCommandInput,
|
|
30
|
+
DeleteAppInstanceAdminCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ChimeSDKIdentityClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ChimeSDKIdentityClient";
|
|
13
|
+
import { DeleteAppInstanceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAppInstanceCommandInput
|
|
15
|
+
extends DeleteAppInstanceRequest {}
|
|
16
|
+
export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteAppInstanceCommand extends $Command<
|
|
18
|
+
DeleteAppInstanceCommandInput,
|
|
19
|
+
DeleteAppInstanceCommandOutput,
|
|
20
|
+
ChimeSDKIdentityClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAppInstanceCommandInput;
|
|
23
|
+
constructor(input: DeleteAppInstanceCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ChimeSDKIdentityClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|