@aws-sdk/client-chime-sdk-identity 3.31.0 → 3.35.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 +39 -0
- package/{dist/cjs → dist-cjs}/ChimeSDKIdentity.js +1 -1
- package/dist-cjs/ChimeSDKIdentity.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ChimeSDKIdentityClient.js +14 -14
- package/dist-cjs/ChimeSDKIdentityClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceAdminCommand.js +5 -5
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceCommand.js +5 -5
- package/dist-cjs/commands/CreateAppInstanceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAppInstanceUserCommand.js +5 -5
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceAdminCommand.js +5 -5
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceCommand.js +5 -5
- package/dist-cjs/commands/DeleteAppInstanceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAppInstanceUserCommand.js +5 -5
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceAdminCommand.js +5 -5
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceCommand.js +5 -5
- package/dist-cjs/commands/DescribeAppInstanceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAppInstanceUserCommand.js +5 -5
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetAppInstanceRetentionSettingsCommand.js +5 -5
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAppInstanceAdminsCommand.js +5 -5
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAppInstanceUsersCommand.js +5 -5
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAppInstancesCommand.js +5 -5
- package/dist-cjs/commands/ListAppInstancesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutAppInstanceRetentionSettingsCommand.js +5 -5
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateAppInstanceCommand.js +5 -5
- package/dist-cjs/commands/UpdateAppInstanceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateAppInstanceUserCommand.js +5 -5
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +27 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceAdminsPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceUsersPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstancesPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstancesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +82 -82
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/ChimeSDKIdentity.js +2 -8
- package/dist-es/ChimeSDKIdentity.js.map +1 -0
- package/{dist/es → dist-es}/ChimeSDKIdentityClient.js +2 -13
- package/dist-es/ChimeSDKIdentityClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateAppInstanceAdminCommand.js +4 -45
- package/dist-es/commands/CreateAppInstanceAdminCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateAppInstanceCommand.js +4 -32
- package/dist-es/commands/CreateAppInstanceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateAppInstanceUserCommand.js +4 -30
- package/dist-es/commands/CreateAppInstanceUserCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteAppInstanceAdminCommand.js +4 -30
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteAppInstanceCommand.js +4 -29
- package/dist-es/commands/DeleteAppInstanceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteAppInstanceUserCommand.js +4 -29
- package/dist-es/commands/DeleteAppInstanceUserCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeAppInstanceAdminCommand.js +4 -29
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeAppInstanceCommand.js +4 -29
- package/dist-es/commands/DescribeAppInstanceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeAppInstanceUserCommand.js +4 -29
- package/dist-es/commands/DescribeAppInstanceUserCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetAppInstanceRetentionSettingsCommand.js +4 -29
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAppInstanceAdminsCommand.js +4 -29
- package/dist-es/commands/ListAppInstanceAdminsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAppInstanceUsersCommand.js +4 -30
- package/dist-es/commands/ListAppInstanceUsersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAppInstancesCommand.js +4 -30
- package/dist-es/commands/ListAppInstancesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutAppInstanceRetentionSettingsCommand.js +4 -30
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateAppInstanceCommand.js +4 -29
- package/dist-es/commands/UpdateAppInstanceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateAppInstanceUserCommand.js +4 -30
- package/dist-es/commands/UpdateAppInstanceUserCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -141
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListAppInstanceAdminsPaginator.js +16 -28
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAppInstanceUsersPaginator.js +16 -28
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAppInstancesPaginator.js +16 -28
- package/dist-es/pagination/ListAppInstancesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +596 -601
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/ChimeSDKIdentity.d.ts +2 -2
- package/{dist/types → dist-types}/ChimeSDKIdentityClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppInstanceAdminsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppInstanceUsersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAppInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ChimeSDKIdentity.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ChimeSDKIdentityClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAppInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAppInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAppInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{ChimeSDKIdentity.ts → src/ChimeSDKIdentity.ts} +7 -6
- package/{ChimeSDKIdentityClient.ts → src/ChimeSDKIdentityClient.ts} +59 -58
- package/{commands → src/commands}/CreateAppInstanceAdminCommand.ts +8 -7
- package/{commands → src/commands}/CreateAppInstanceCommand.ts +8 -7
- package/{commands → src/commands}/CreateAppInstanceUserCommand.ts +8 -7
- package/{commands → src/commands}/DeleteAppInstanceAdminCommand.ts +8 -7
- package/{commands → src/commands}/DeleteAppInstanceCommand.ts +8 -7
- package/{commands → src/commands}/DeleteAppInstanceUserCommand.ts +8 -7
- package/{commands → src/commands}/DescribeAppInstanceAdminCommand.ts +8 -7
- package/{commands → src/commands}/DescribeAppInstanceCommand.ts +8 -7
- package/{commands → src/commands}/DescribeAppInstanceUserCommand.ts +8 -7
- package/{commands → src/commands}/GetAppInstanceRetentionSettingsCommand.ts +8 -7
- package/{commands → src/commands}/ListAppInstanceAdminsCommand.ts +8 -7
- package/{commands → src/commands}/ListAppInstanceUsersCommand.ts +8 -7
- package/{commands → src/commands}/ListAppInstancesCommand.ts +8 -7
- package/{commands → src/commands}/PutAppInstanceRetentionSettingsCommand.ts +8 -7
- package/{commands → src/commands}/UpdateAppInstanceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateAppInstanceUserCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListAppInstanceAdminsPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListAppInstanceUsersPaginator.ts +2 -1
- package/{pagination → src/pagination}/ListAppInstancesPaginator.ts +2 -1
- package/{protocols → src/protocols}/Aws_restJson1.ts +40 -39
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/ChimeSDKIdentity.js.map +0 -1
- package/dist/cjs/ChimeSDKIdentityClient.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstanceAdminsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstanceUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -27
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAppInstancesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ChimeSDKIdentity.js.map +0 -1
- package/dist/es/ChimeSDKIdentityClient.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceAdminsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceUsersCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstancesCommand.js.map +0 -1
- package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstancesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteAppInstanceAdminCommand, serializeAws_restJson1DeleteAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
13
|
-
* // const { ChimeSDKIdentityClient, DeleteAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
14
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
15
|
-
* const command = new DeleteAppInstanceAdminCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteAppInstanceAdminCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteAppInstanceAdminCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteAppInstanceAdminCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteAppInstanceAdminRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteAppInstanceAdminCommand, serializeAws_restJson1DeleteAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteAppInstanceAdminCommand = (function (_super) {
|
|
25
7
|
__extends(DeleteAppInstanceAdminCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DeleteAppInstanceAdminCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DeleteAppInstanceAdminCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteAppInstanceAdminCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceAdminCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,4BAA4B,CAAC;AAuBpC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAppInstanceRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteAppInstanceCommand, serializeAws_restJson1DeleteAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, DeleteAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, DeleteAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new DeleteAppInstanceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteAppInstanceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteAppInstanceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteAppInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteAppInstanceRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteAppInstanceCommand, serializeAws_restJson1DeleteAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteAppInstanceCommand = (function (_super) {
|
|
24
7
|
__extends(DeleteAppInstanceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeleteAppInstanceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeleteAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteAppInstanceCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AAsBpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAppInstanceUserRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteAppInstanceUserCommand, serializeAws_restJson1DeleteAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, DeleteAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new DeleteAppInstanceUserCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteAppInstanceUserCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteAppInstanceUserCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteAppInstanceUserCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteAppInstanceUserRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteAppInstanceUserCommand, serializeAws_restJson1DeleteAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteAppInstanceUserCommand = (function (_super) {
|
|
24
7
|
__extends(DeleteAppInstanceUserCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeleteAppInstanceUserCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeleteAppInstanceUserCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteAppInstanceUserCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAppInstanceUserCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAsBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeAppInstanceAdminCommand, serializeAws_restJson1DescribeAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, DescribeAppInstanceAdminCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new DescribeAppInstanceAdminCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeAppInstanceAdminCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeAppInstanceAdminCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeAppInstanceAdminCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeAppInstanceAdminRequest, DescribeAppInstanceAdminResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeAppInstanceAdminCommand, serializeAws_restJson1DescribeAppInstanceAdminCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeAppInstanceAdminCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeAppInstanceAdminCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeAppInstanceAdminCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeAppInstanceAdminCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeAppInstanceAdminCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceAdminCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACvG,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,4BAA4B,CAAC;AAsBpC;IAAqD,mDAIpD;IAIC,yCAAqB,KAA2C;QAAhE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAsC;;IAIhE,CAAC;IAKD,2DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,iCAAiC,CAAC;QACtD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,+BAA+B,CAAC,kBAAkB;YAC3E,wBAAwB,EAAE,gCAAgC,CAAC,kBAAkB;SAC9E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,mDAAS,GAAjB,UAAkB,KAA2C,EAAE,OAAuB;QACpF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,qDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,sCAAC;AAAD,CAAC,AAtDD,CAAqD,QAAQ,GAsD5D"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeAppInstanceCommand, serializeAws_restJson1DescribeAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, DescribeAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, DescribeAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new DescribeAppInstanceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeAppInstanceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeAppInstanceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeAppInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeAppInstanceCommand, serializeAws_restJson1DescribeAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeAppInstanceCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeAppInstanceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeAppInstanceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeAppInstanceCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,4BAA4B,CAAC;AAsBpC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeAppInstanceUserCommand, serializeAws_restJson1DescribeAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, DescribeAppInstanceUserCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new DescribeAppInstanceUserCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeAppInstanceUserCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeAppInstanceUserCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeAppInstanceUserCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeAppInstanceUserCommand, serializeAws_restJson1DescribeAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeAppInstanceUserCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeAppInstanceUserCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeAppInstanceUserCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeAppInstanceUserCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeAppInstanceUserCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeAppInstanceUserCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,4BAA4B,CAAC;AAsBpC;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand, serializeAws_restJson1GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, GetAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new GetAppInstanceRetentionSettingsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetAppInstanceRetentionSettingsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetAppInstanceRetentionSettingsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand, serializeAws_restJson1GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetAppInstanceRetentionSettingsCommand = (function (_super) {
|
|
24
7
|
__extends(GetAppInstanceRetentionSettingsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetAppInstanceRetentionSettingsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetAppInstanceRetentionSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetAppInstanceRetentionSettingsCommand.js","sourceRoot":"","sources":["../../src/commands/GetAppInstanceRetentionSettingsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AAwBpC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListAppInstanceAdminsCommand, serializeAws_restJson1ListAppInstanceAdminsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, ListAppInstanceAdminsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new ListAppInstanceAdminsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListAppInstanceAdminsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListAppInstanceAdminsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListAppInstanceAdminsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListAppInstanceAdminsCommand, serializeAws_restJson1ListAppInstanceAdminsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListAppInstanceAdminsCommand = (function (_super) {
|
|
24
7
|
__extends(ListAppInstanceAdminsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListAppInstanceAdminsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListAppInstanceAdminsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAppInstanceAdminsCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstanceAdminsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAsBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListAppInstanceUsersCommand, serializeAws_restJson1ListAppInstanceUsersCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
13
|
-
* // const { ChimeSDKIdentityClient, ListAppInstanceUsersCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
14
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
15
|
-
* const command = new ListAppInstanceUsersCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListAppInstanceUsersCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListAppInstanceUsersCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListAppInstanceUsersCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListAppInstanceUsersCommand, serializeAws_restJson1ListAppInstanceUsersCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListAppInstanceUsersCommand = (function (_super) {
|
|
25
7
|
__extends(ListAppInstanceUsersCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListAppInstanceUsersCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListAppInstanceUsersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAppInstanceUsersCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstanceUsersCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AAuBpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListAppInstancesCommand, serializeAws_restJson1ListAppInstancesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ChimeSDKIdentityClient, ListAppInstancesCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
13
|
-
* // const { ChimeSDKIdentityClient, ListAppInstancesCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
14
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
15
|
-
* const command = new ListAppInstancesCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link ListAppInstancesCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link ListAppInstancesCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var ListAppInstancesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListAppInstancesCommand, serializeAws_restJson1ListAppInstancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListAppInstancesCommand = (function (_super) {
|
|
25
7
|
__extends(ListAppInstancesCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function ListAppInstancesCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
ListAppInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListAppInstancesCommand.js","sourceRoot":"","sources":["../../src/commands/ListAppInstancesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AAuBpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand, serializeAws_restJson1PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
13
|
-
* // const { ChimeSDKIdentityClient, PutAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
14
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
15
|
-
* const command = new PutAppInstanceRetentionSettingsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link PutAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link PutAppInstanceRetentionSettingsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var PutAppInstanceRetentionSettingsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand, serializeAws_restJson1PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var PutAppInstanceRetentionSettingsCommand = (function (_super) {
|
|
25
7
|
__extends(PutAppInstanceRetentionSettingsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function PutAppInstanceRetentionSettingsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
PutAppInstanceRetentionSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PutAppInstanceRetentionSettingsCommand.js","sourceRoot":"","sources":["../../src/commands/PutAppInstanceRetentionSettingsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,4BAA4B,CAAC;AAyBpC;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UpdateAppInstanceCommand, serializeAws_restJson1UpdateAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ChimeSDKIdentityClient, UpdateAppInstanceCommand } from "@aws-sdk/client-chime-sdk-identity"; // ES Modules import
|
|
12
|
-
* // const { ChimeSDKIdentityClient, UpdateAppInstanceCommand } = require("@aws-sdk/client-chime-sdk-identity"); // CommonJS import
|
|
13
|
-
* const client = new ChimeSDKIdentityClient(config);
|
|
14
|
-
* const command = new UpdateAppInstanceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link UpdateAppInstanceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link UpdateAppInstanceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ChimeSDKIdentityClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var UpdateAppInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateAppInstanceCommand, serializeAws_restJson1UpdateAppInstanceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var UpdateAppInstanceCommand = (function (_super) {
|
|
24
7
|
__extends(UpdateAppInstanceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function UpdateAppInstanceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
UpdateAppInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|