@aws-sdk/client-chime-sdk-identity 3.529.1 → 3.535.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-types/ChimeSDKIdentity.d.ts +2 -1
- package/dist-types/ChimeSDKIdentityClient.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +2 -1
- package/dist-types/commands/ListAppInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +210 -210
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAppInstanceUserCommand_base: {
|
|
24
24
|
new (input: UpdateAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAppInstanceUserCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the details of an <code>AppInstanceUser</code>. You can update names and
|
|
30
30
|
* metadata.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const UpdateAppInstanceUserCommand_base: {
|
|
|
81
81
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceUserEndpointCommandOutput extends UpdateAppIns
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
24
24
|
new (input: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAppInstanceUserEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceUserEndpointCommandInput, UpdateAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the details of an <code>AppInstanceUserEndpoint</code>. You can update the name and <code>AllowMessage</code> values.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
|
79
79
|
* @throws {@link ChimeSDKIdentityServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
|
|
84
85
|
}
|