@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,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListAppInstanceAdminsCommand,
|
|
5
|
-
serializeAws_restJson1ListAppInstanceAdminsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListAppInstanceAdminsCommand,
|
|
18
|
+
serializeAws_restJson1ListAppInstanceAdminsCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListAppInstanceAdminsCommandInput extends ListAppInstanceAdminsRequest {}
|
|
21
22
|
export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdminsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListAppInstanceUsersCommand,
|
|
5
|
-
serializeAws_restJson1ListAppInstanceUsersCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListAppInstanceUsersCommand,
|
|
18
|
+
serializeAws_restJson1ListAppInstanceUsersCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListAppInstanceUsersCommandInput extends ListAppInstanceUsersRequest {}
|
|
21
22
|
export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListAppInstancesCommand,
|
|
5
|
-
serializeAws_restJson1ListAppInstancesCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListAppInstancesCommand,
|
|
18
|
+
serializeAws_restJson1ListAppInstancesCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {}
|
|
21
22
|
export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand,
|
|
5
|
-
serializeAws_restJson1PutAppInstanceRetentionSettingsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand,
|
|
18
|
+
serializeAws_restJson1PutAppInstanceRetentionSettingsCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface PutAppInstanceRetentionSettingsCommandInput extends PutAppInstanceRetentionSettingsRequest {}
|
|
21
22
|
export interface PutAppInstanceRetentionSettingsCommandOutput
|
|
22
23
|
extends PutAppInstanceRetentionSettingsResponse,
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateAppInstanceCommand,
|
|
5
|
-
serializeAws_restJson1UpdateAppInstanceCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { UpdateAppInstanceRequest, UpdateAppInstanceResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1UpdateAppInstanceCommand,
|
|
18
|
+
serializeAws_restJson1UpdateAppInstanceCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface UpdateAppInstanceCommandInput extends UpdateAppInstanceRequest {}
|
|
21
22
|
export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
2
|
-
import { UpdateAppInstanceUserRequest, UpdateAppInstanceUserResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateAppInstanceUserCommand,
|
|
5
|
-
serializeAws_restJson1UpdateAppInstanceUserCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
15
|
+
import { UpdateAppInstanceUserRequest, UpdateAppInstanceUserResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1UpdateAppInstanceUserCommand,
|
|
18
|
+
serializeAws_restJson1UpdateAppInstanceUserCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface UpdateAppInstanceUserCommandInput extends UpdateAppInstanceUserRequest {}
|
|
21
22
|
export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUserResponse, __MetadataBearer {}
|
|
22
23
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ChimeSDKIdentity } from "../ChimeSDKIdentity";
|
|
2
4
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
5
|
|
|
5
6
|
export interface ChimeSDKIdentityPaginationConfiguration extends PaginationConfiguration {
|
|
6
7
|
client: ChimeSDKIdentity | ChimeSDKIdentityClient;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ChimeSDKIdentity } from "../ChimeSDKIdentity";
|
|
2
4
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
3
5
|
import {
|
|
@@ -6,7 +8,6 @@ import {
|
|
|
6
8
|
ListAppInstanceAdminsCommandOutput,
|
|
7
9
|
} from "../commands/ListAppInstanceAdminsCommand";
|
|
8
10
|
import { ChimeSDKIdentityPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ChimeSDKIdentity } from "../ChimeSDKIdentity";
|
|
2
4
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
3
5
|
import {
|
|
@@ -6,7 +8,6 @@ import {
|
|
|
6
8
|
ListAppInstanceUsersCommandOutput,
|
|
7
9
|
} from "../commands/ListAppInstanceUsersCommand";
|
|
8
10
|
import { ChimeSDKIdentityPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ChimeSDKIdentity } from "../ChimeSDKIdentity";
|
|
2
4
|
import { ChimeSDKIdentityClient } from "../ChimeSDKIdentityClient";
|
|
3
5
|
import {
|
|
@@ -6,7 +8,6 @@ import {
|
|
|
6
8
|
ListAppInstancesCommandOutput,
|
|
7
9
|
} from "../commands/ListAppInstancesCommand";
|
|
8
10
|
import { ChimeSDKIdentityPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import {
|
|
3
|
+
expectInt32 as __expectInt32,
|
|
4
|
+
expectNonNull as __expectNonNull,
|
|
5
|
+
expectNumber as __expectNumber,
|
|
6
|
+
expectObject as __expectObject,
|
|
7
|
+
expectString as __expectString,
|
|
8
|
+
extendedEncodeURIComponent as __extendedEncodeURIComponent,
|
|
9
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
10
|
+
} from "@aws-sdk/smithy-client";
|
|
11
|
+
import {
|
|
12
|
+
Endpoint as __Endpoint,
|
|
13
|
+
MetadataBearer as __MetadataBearer,
|
|
14
|
+
ResponseMetadata as __ResponseMetadata,
|
|
15
|
+
SerdeContext as __SerdeContext,
|
|
16
|
+
SmithyException as __SmithyException,
|
|
17
|
+
} from "@aws-sdk/types";
|
|
18
|
+
import { v4 as generateIdempotencyToken } from "uuid";
|
|
19
|
+
|
|
1
20
|
import {
|
|
2
21
|
CreateAppInstanceAdminCommandInput,
|
|
3
22
|
CreateAppInstanceAdminCommandOutput,
|
|
@@ -36,11 +55,11 @@ import {
|
|
|
36
55
|
ListAppInstanceAdminsCommandInput,
|
|
37
56
|
ListAppInstanceAdminsCommandOutput,
|
|
38
57
|
} from "../commands/ListAppInstanceAdminsCommand";
|
|
58
|
+
import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
|
|
39
59
|
import {
|
|
40
60
|
ListAppInstanceUsersCommandInput,
|
|
41
61
|
ListAppInstanceUsersCommandOutput,
|
|
42
62
|
} from "../commands/ListAppInstanceUsersCommand";
|
|
43
|
-
import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
|
|
44
63
|
import {
|
|
45
64
|
PutAppInstanceRetentionSettingsCommandInput,
|
|
46
65
|
PutAppInstanceRetentionSettingsCommandOutput,
|
|
@@ -70,24 +89,6 @@ import {
|
|
|
70
89
|
ThrottledClientException,
|
|
71
90
|
UnauthorizedClientException,
|
|
72
91
|
} from "../models/models_0";
|
|
73
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
74
|
-
import {
|
|
75
|
-
expectInt32 as __expectInt32,
|
|
76
|
-
expectNonNull as __expectNonNull,
|
|
77
|
-
expectNumber as __expectNumber,
|
|
78
|
-
expectObject as __expectObject,
|
|
79
|
-
expectString as __expectString,
|
|
80
|
-
extendedEncodeURIComponent as __extendedEncodeURIComponent,
|
|
81
|
-
parseEpochTimestamp as __parseEpochTimestamp,
|
|
82
|
-
} from "@aws-sdk/smithy-client";
|
|
83
|
-
import {
|
|
84
|
-
Endpoint as __Endpoint,
|
|
85
|
-
MetadataBearer as __MetadataBearer,
|
|
86
|
-
ResponseMetadata as __ResponseMetadata,
|
|
87
|
-
SerdeContext as __SerdeContext,
|
|
88
|
-
SmithyException as __SmithyException,
|
|
89
|
-
} from "@aws-sdk/types";
|
|
90
|
-
import { v4 as generateIdempotencyToken } from "uuid";
|
|
91
92
|
|
|
92
93
|
export const serializeAws_restJson1CreateAppInstanceCommand = async (
|
|
93
94
|
input: CreateAppInstanceCommandInput,
|
|
@@ -97,7 +98,7 @@ export const serializeAws_restJson1CreateAppInstanceCommand = async (
|
|
|
97
98
|
const headers: any = {
|
|
98
99
|
"content-type": "application/json",
|
|
99
100
|
};
|
|
100
|
-
|
|
101
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/app-instances";
|
|
101
102
|
let body: any;
|
|
102
103
|
body = JSON.stringify({
|
|
103
104
|
ClientRequestToken: input.ClientRequestToken ?? generateIdempotencyToken(),
|
|
@@ -160,7 +161,7 @@ export const serializeAws_restJson1CreateAppInstanceUserCommand = async (
|
|
|
160
161
|
const headers: any = {
|
|
161
162
|
"content-type": "application/json",
|
|
162
163
|
};
|
|
163
|
-
|
|
164
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/app-instance-users";
|
|
164
165
|
let body: any;
|
|
165
166
|
body = JSON.stringify({
|
|
166
167
|
...(input.AppInstanceArn !== undefined &&
|
|
@@ -448,7 +449,7 @@ export const serializeAws_restJson1ListAppInstancesCommand = async (
|
|
|
448
449
|
): Promise<__HttpRequest> => {
|
|
449
450
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
450
451
|
const headers: any = {};
|
|
451
|
-
|
|
452
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/app-instances";
|
|
452
453
|
const query: any = {
|
|
453
454
|
...(input.MaxResults !== undefined && { "max-results": input.MaxResults.toString() }),
|
|
454
455
|
...(input.NextToken !== undefined && { "next-token": input.NextToken }),
|
|
@@ -472,7 +473,7 @@ export const serializeAws_restJson1ListAppInstanceUsersCommand = async (
|
|
|
472
473
|
): Promise<__HttpRequest> => {
|
|
473
474
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
474
475
|
const headers: any = {};
|
|
475
|
-
|
|
476
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/app-instance-users";
|
|
476
477
|
const query: any = {
|
|
477
478
|
...(input.AppInstanceArn !== undefined && { "app-instance-arn": input.AppInstanceArn }),
|
|
478
479
|
...(input.MaxResults !== undefined && { "max-results": input.MaxResults.toString() }),
|
|
@@ -629,7 +630,7 @@ const deserializeAws_restJson1CreateAppInstanceCommandError = async (
|
|
|
629
630
|
body: await parseBody(output.body, context),
|
|
630
631
|
};
|
|
631
632
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
632
|
-
let errorCode
|
|
633
|
+
let errorCode = "UnknownError";
|
|
633
634
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
634
635
|
switch (errorCode) {
|
|
635
636
|
case "BadRequestException":
|
|
@@ -744,7 +745,7 @@ const deserializeAws_restJson1CreateAppInstanceAdminCommandError = async (
|
|
|
744
745
|
body: await parseBody(output.body, context),
|
|
745
746
|
};
|
|
746
747
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
747
|
-
let errorCode
|
|
748
|
+
let errorCode = "UnknownError";
|
|
748
749
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
749
750
|
switch (errorCode) {
|
|
750
751
|
case "BadRequestException":
|
|
@@ -855,7 +856,7 @@ const deserializeAws_restJson1CreateAppInstanceUserCommandError = async (
|
|
|
855
856
|
body: await parseBody(output.body, context),
|
|
856
857
|
};
|
|
857
858
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
858
|
-
let errorCode
|
|
859
|
+
let errorCode = "UnknownError";
|
|
859
860
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
860
861
|
switch (errorCode) {
|
|
861
862
|
case "BadRequestException":
|
|
@@ -962,7 +963,7 @@ const deserializeAws_restJson1DeleteAppInstanceCommandError = async (
|
|
|
962
963
|
body: await parseBody(output.body, context),
|
|
963
964
|
};
|
|
964
965
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
965
|
-
let errorCode
|
|
966
|
+
let errorCode = "UnknownError";
|
|
966
967
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
967
968
|
switch (errorCode) {
|
|
968
969
|
case "BadRequestException":
|
|
@@ -1061,7 +1062,7 @@ const deserializeAws_restJson1DeleteAppInstanceAdminCommandError = async (
|
|
|
1061
1062
|
body: await parseBody(output.body, context),
|
|
1062
1063
|
};
|
|
1063
1064
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1064
|
-
let errorCode
|
|
1065
|
+
let errorCode = "UnknownError";
|
|
1065
1066
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1066
1067
|
switch (errorCode) {
|
|
1067
1068
|
case "BadRequestException":
|
|
@@ -1168,7 +1169,7 @@ const deserializeAws_restJson1DeleteAppInstanceUserCommandError = async (
|
|
|
1168
1169
|
body: await parseBody(output.body, context),
|
|
1169
1170
|
};
|
|
1170
1171
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1171
|
-
let errorCode
|
|
1172
|
+
let errorCode = "UnknownError";
|
|
1172
1173
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1173
1174
|
switch (errorCode) {
|
|
1174
1175
|
case "BadRequestException":
|
|
@@ -1279,7 +1280,7 @@ const deserializeAws_restJson1DescribeAppInstanceCommandError = async (
|
|
|
1279
1280
|
body: await parseBody(output.body, context),
|
|
1280
1281
|
};
|
|
1281
1282
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1282
|
-
let errorCode
|
|
1283
|
+
let errorCode = "UnknownError";
|
|
1283
1284
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1284
1285
|
switch (errorCode) {
|
|
1285
1286
|
case "BadRequestException":
|
|
@@ -1374,7 +1375,7 @@ const deserializeAws_restJson1DescribeAppInstanceAdminCommandError = async (
|
|
|
1374
1375
|
body: await parseBody(output.body, context),
|
|
1375
1376
|
};
|
|
1376
1377
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1377
|
-
let errorCode
|
|
1378
|
+
let errorCode = "UnknownError";
|
|
1378
1379
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1379
1380
|
switch (errorCode) {
|
|
1380
1381
|
case "BadRequestException":
|
|
@@ -1469,7 +1470,7 @@ const deserializeAws_restJson1DescribeAppInstanceUserCommandError = async (
|
|
|
1469
1470
|
body: await parseBody(output.body, context),
|
|
1470
1471
|
};
|
|
1471
1472
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1472
|
-
let errorCode
|
|
1473
|
+
let errorCode = "UnknownError";
|
|
1473
1474
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1474
1475
|
switch (errorCode) {
|
|
1475
1476
|
case "BadRequestException":
|
|
@@ -1573,7 +1574,7 @@ const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommandError = asyn
|
|
|
1573
1574
|
body: await parseBody(output.body, context),
|
|
1574
1575
|
};
|
|
1575
1576
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1576
|
-
let errorCode
|
|
1577
|
+
let errorCode = "UnknownError";
|
|
1577
1578
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1578
1579
|
switch (errorCode) {
|
|
1579
1580
|
case "BadRequestException":
|
|
@@ -1676,7 +1677,7 @@ const deserializeAws_restJson1ListAppInstanceAdminsCommandError = async (
|
|
|
1676
1677
|
body: await parseBody(output.body, context),
|
|
1677
1678
|
};
|
|
1678
1679
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1679
|
-
let errorCode
|
|
1680
|
+
let errorCode = "UnknownError";
|
|
1680
1681
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1681
1682
|
switch (errorCode) {
|
|
1682
1683
|
case "BadRequestException":
|
|
@@ -1783,7 +1784,7 @@ const deserializeAws_restJson1ListAppInstancesCommandError = async (
|
|
|
1783
1784
|
body: await parseBody(output.body, context),
|
|
1784
1785
|
};
|
|
1785
1786
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1786
|
-
let errorCode
|
|
1787
|
+
let errorCode = "UnknownError";
|
|
1787
1788
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1788
1789
|
switch (errorCode) {
|
|
1789
1790
|
case "BadRequestException":
|
|
@@ -1886,7 +1887,7 @@ const deserializeAws_restJson1ListAppInstanceUsersCommandError = async (
|
|
|
1886
1887
|
body: await parseBody(output.body, context),
|
|
1887
1888
|
};
|
|
1888
1889
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1889
|
-
let errorCode
|
|
1890
|
+
let errorCode = "UnknownError";
|
|
1890
1891
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1891
1892
|
switch (errorCode) {
|
|
1892
1893
|
case "BadRequestException":
|
|
@@ -1990,7 +1991,7 @@ const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommandError = asyn
|
|
|
1990
1991
|
body: await parseBody(output.body, context),
|
|
1991
1992
|
};
|
|
1992
1993
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
1993
|
-
let errorCode
|
|
1994
|
+
let errorCode = "UnknownError";
|
|
1994
1995
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1995
1996
|
switch (errorCode) {
|
|
1996
1997
|
case "BadRequestException":
|
|
@@ -2085,7 +2086,7 @@ const deserializeAws_restJson1UpdateAppInstanceCommandError = async (
|
|
|
2085
2086
|
body: await parseBody(output.body, context),
|
|
2086
2087
|
};
|
|
2087
2088
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
2088
|
-
let errorCode
|
|
2089
|
+
let errorCode = "UnknownError";
|
|
2089
2090
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2090
2091
|
switch (errorCode) {
|
|
2091
2092
|
case "BadRequestException":
|
|
@@ -2188,7 +2189,7 @@ const deserializeAws_restJson1UpdateAppInstanceUserCommandError = async (
|
|
|
2188
2189
|
body: await parseBody(output.body, context),
|
|
2189
2190
|
};
|
|
2190
2191
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
2191
|
-
let errorCode
|
|
2192
|
+
let errorCode = "UnknownError";
|
|
2192
2193
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2193
2194
|
switch (errorCode) {
|
|
2194
2195
|
case "BadRequestException":
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import packageInfo from "./package.json";
|
|
2
|
-
|
|
3
1
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
2
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
3
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -8,6 +6,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
8
6
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
9
7
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
8
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
9
|
+
|
|
10
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
11
|
+
import packageInfo from "../package.json";
|
|
11
12
|
import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
12
13
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
14
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
3
2
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
+
|
|
4
4
|
import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
5
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
5
6
|
|
|
6
7
|
/**
|
|
7
8
|
* @internal
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import packageInfo from "./package.json";
|
|
2
|
-
|
|
3
1
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
2
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -7,13 +5,16 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
7
5
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
8
6
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
7
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
8
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
9
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
10
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
11
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
12
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
13
|
+
|
|
14
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
15
|
+
import packageInfo from "../package.json";
|
|
14
16
|
import { ChimeSDKIdentityClientConfig } from "./ChimeSDKIdentityClient";
|
|
15
17
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
18
|
|
|
18
19
|
/**
|
|
19
20
|
* @internal
|
package/tsconfig.es.json
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
"target": "es5",
|
|
5
5
|
"module": "esnext",
|
|
6
6
|
"moduleResolution": "node",
|
|
7
|
-
"declaration": false,
|
|
8
|
-
"declarationDir": null,
|
|
9
7
|
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
|
|
10
|
-
"outDir": "dist
|
|
8
|
+
"outDir": "dist-es"
|
|
11
9
|
}
|
|
12
10
|
}
|
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,9 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"
|
|
16
|
-
"outDir": "dist
|
|
17
|
-
"
|
|
14
|
+
"rootDir": "src",
|
|
15
|
+
"outDir": "dist-cjs",
|
|
16
|
+
"removeComments": true
|
|
18
17
|
},
|
|
19
18
|
"typedocOptions": {
|
|
20
19
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,10 +23,11 @@
|
|
|
24
23
|
"ignoreCompilerErrors": true,
|
|
25
24
|
"includeDeclarations": true,
|
|
26
25
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
26
|
+
"readme": "README.md",
|
|
28
27
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
28
|
+
"out": "docs",
|
|
30
29
|
"theme": "minimal",
|
|
31
30
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"exclude": ["test/**/*"]
|
|
33
33
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChimeSDKIdentity.js","sourceRoot":"","sources":["../../ChimeSDKIdentity.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChimeSDKIdentityClient.js","sourceRoot":"","sources":["../../ChimeSDKIdentityClient.ts"],"names":[],"mappings":";;;AAoDA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AA+LhC;;;;;GAKG;AACH,MAAa,sBAAuB,SAAQ,sBAK3C;IAMC,YAAY,aAA2C;QACrD,IAAI,SAAS,GAAG,IAAA,gCAAkB,EAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,IAAA,qCAAmB,EAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,IAAA,wCAAsB,EAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,IAAA,qCAAkB,EAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,IAAA,gDAAuB,EAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,IAAA,yCAAoB,EAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,IAAA,8CAAsB,EAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,kDAAsB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,4CAAmB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,mCAAe,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,qCAAgB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,0CAAkB,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,wDAqCC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAppInstanceAdminCommand.js","sourceRoot":"","sources":["../../../commands/CreateAppInstanceAdminCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmG;AACnG,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,6BAA8B,SAAQ,uBAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyC;QAC5D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoC;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,MAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,wCAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,yCAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAyC,EAAE,OAAuB;QAClF,OAAO,IAAA,mEAAmD,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,qEAAqD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;CAIF;AAtDD,sEAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAppInstanceCommand.js","sourceRoot":"","sources":["../../../commands/CreateAppInstanceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyF;AACzF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAmD,EACnD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,IAAA,iCAAc,EAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,wBAAwB,CAAC;QAC5C,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,mCAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,oCAAyB,CAAC,kBAAkB;SACvE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,IAAA,8DAA8C,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,IAAA,gEAAgD,EAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;CAIF;AAtDD,4DAsDC"}
|