@aws-sdk/client-chime-sdk-identity 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceUserEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +18 -41
- package/dist-cjs/commands/ListAppInstancesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +18 -41
- package/dist-cjs/commands/RegisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppInstanceUserEndpointCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceUserEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInstancesPaginator.js +2 -24
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceCommand.js +18 -41
- package/dist-es/commands/CreateAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceCommand.js +18 -41
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceBotsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +18 -41
- package/dist-es/commands/ListAppInstanceUsersCommand.js +18 -41
- package/dist-es/commands/ListAppInstancesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +18 -41
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +18 -41
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +18 -41
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceBotsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceUserEndpointsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +2 -23
- package/dist-es/pagination/ListAppInstancesPaginator.js +2 -23
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInstancesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +6 -21
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInstancesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceUserEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DescribeAppInstanceRequest, DescribeAppInstanceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceCommandInput extends DescribeAppInstanceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the full details of an <code>AppInstance</code>.</p>
|
|
@@ -75,23 +78,5 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class DescribeAppInstanceCommand extends
|
|
79
|
-
readonly input: DescribeAppInstanceCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: DescribeAppInstanceCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DescribeAppInstanceUserRequest, DescribeAppInstanceUserResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceUserCommandInput extends DescribeAppInstance
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanceUserResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceUserCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the full details of an <code>AppInstanceUser</code>.</p>
|
|
@@ -79,23 +82,5 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DescribeAppInstanceUserCommand extends
|
|
83
|
-
readonly input: DescribeAppInstanceUserCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DescribeAppInstanceUserCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { DescribeAppInstanceUserEndpointRequest, DescribeAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppInstanceUserEndpointCommandInput extends DescribeApp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
24
|
+
new (input: DescribeAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the full details of an <code>AppInstanceUserEndpoint</code>.</p>
|
|
@@ -87,23 +90,5 @@ export interface DescribeAppInstanceUserEndpointCommandOutput extends DescribeAp
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DescribeAppInstanceUserEndpointCommand extends
|
|
91
|
-
readonly input: DescribeAppInstanceUserEndpointCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DescribeAppInstanceUserEndpointCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppInstanceUserEndpointCommandInput, DescribeAppInstanceUserEndpointCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { GetAppInstanceRetentionSettingsRequest, GetAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAppInstanceRetentionSettingsCommandInput extends GetAppInsta
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInstanceRetentionSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
24
|
+
new (input: GetAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the retention settings for an <code>AppInstance</code>.</p>
|
|
@@ -74,23 +77,5 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetAppInstanceRetentionSettingsCommand extends
|
|
78
|
-
readonly input: GetAppInstanceRetentionSettingsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetAppInstanceRetentionSettingsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListAppInstanceAdminsRequest, ListAppInstanceAdminsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceAdminsCommandInput extends ListAppInstanceAdmins
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdminsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceAdminsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceAdminsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
|
|
@@ -83,23 +86,5 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListAppInstanceAdminsCommand extends
|
|
87
|
-
readonly input: ListAppInstanceAdminsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListAppInstanceAdminsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListAppInstanceBotsRequest, ListAppInstanceBotsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceBotsCommandInput extends ListAppInstanceBotsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceBotsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all <code>AppInstanceBots</code> created under a single <code>AppInstance</code>.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListAppInstanceBotsCommandOutput extends ListAppInstanceBotsRes
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListAppInstanceBotsCommand extends
|
|
86
|
-
readonly input: ListAppInstanceBotsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListAppInstanceBotsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListAppInstanceUserEndpointsRequest, ListAppInstanceUserEndpointsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceUserEndpointsCommandInput extends ListAppInstanc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstanceUserEndpointsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceUserEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the <code>AppInstanceUserEndpoints</code> created under a single <code>AppInstanceUser</code>.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListAppInstanceUserEndpointsCommandOutput extends ListAppInstan
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListAppInstanceUserEndpointsCommand extends
|
|
88
|
-
readonly input: ListAppInstanceUserEndpointsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListAppInstanceUserEndpointsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceUserEndpointsCommandInput, ListAppInstanceUserEndpointsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListAppInstanceUsersRequest, ListAppInstanceUsersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstanceUsersCommandInput extends ListAppInstanceUsersRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstanceUsersCommand_base: {
|
|
24
|
+
new (input: ListAppInstanceUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List all <code>AppInstanceUsers</code> created under a single
|
|
@@ -80,23 +83,5 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListAppInstanceUsersCommand extends
|
|
84
|
-
readonly input: ListAppInstanceUsersCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListAppInstanceUsersCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListAppInstancesRequest, ListAppInstancesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInstancesCommandInput extends ListAppInstancesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInstancesCommand_base: {
|
|
24
|
+
new (input: ListAppInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS
|
|
@@ -78,23 +81,5 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListAppInstancesCommand extends
|
|
82
|
-
readonly input: ListAppInstancesCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListAppInstancesCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInstancesCommandInput, ListAppInstancesCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags applied to an Amazon Chime SDK identity resource.</p>
|
|
@@ -74,23 +77,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListTagsForResourceCommand extends
|
|
78
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { PutAppInstanceRetentionSettingsRequest, PutAppInstanceRetentionSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutAppInstanceRetentionSettingsCommandInput extends PutAppInsta
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInstanceRetentionSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
24
|
+
new (input: PutAppInstanceRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the amount of time in days that a given <code>AppInstance</code> retains
|
|
@@ -80,23 +83,5 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class PutAppInstanceRetentionSettingsCommand extends
|
|
84
|
-
readonly input: PutAppInstanceRetentionSettingsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: PutAppInstanceRetentionSettingsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { PutAppInstanceUserExpirationSettingsRequest, PutAppInstanceUserExpirationSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutAppInstanceUserExpirationSettingsCommandInput extends PutApp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutAppInstanceUserExpirationSettingsCommandOutput extends PutAppInstanceUserExpirationSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
24
|
+
new (input: PutAppInstanceUserExpirationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the number of days before the <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
@@ -87,23 +90,5 @@ export interface PutAppInstanceUserExpirationSettingsCommandOutput extends PutAp
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class PutAppInstanceUserExpirationSettingsCommand extends
|
|
91
|
-
readonly input: PutAppInstanceUserExpirationSettingsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: PutAppInstanceUserExpirationSettingsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAppInstanceUserExpirationSettingsCommandInput, PutAppInstanceUserExpirationSettingsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { RegisterAppInstanceUserEndpointRequest, RegisterAppInstanceUserEndpointResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterAppInstanceUserEndpointCommandInput extends RegisterApp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAppInstanceUserEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
24
|
+
new (input: RegisterAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Registers an endpoint under an Amazon Chime <code>AppInstanceUser</code>. The endpoint receives messages for a user. For push notifications, the endpoint is a mobile device used to receive mobile push notifications for a user.</p>
|
|
@@ -86,23 +89,5 @@ export interface RegisterAppInstanceUserEndpointCommandOutput extends RegisterAp
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class RegisterAppInstanceUserEndpointCommand extends
|
|
90
|
-
readonly input: RegisterAppInstanceUserEndpointCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: RegisterAppInstanceUserEndpointCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterAppInstanceUserEndpointCommandInput, RegisterAppInstanceUserEndpointCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKIdentityClient";
|
|
5
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Applies the specified tags to the specified Amazon Chime SDK identity resource.</p>
|
|
@@ -76,23 +79,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class TagResourceCommand extends
|
|
80
|
-
readonly input: TagResourceCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: TagResourceCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
98
83
|
}
|