@aws-sdk/client-chime-sdk-identity 3.533.0 → 3.540.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.
Files changed (71) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ChimeSDKIdentity.d.ts +2 -1
  6. package/dist-types/ChimeSDKIdentityClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateAppInstanceCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +2 -1
  15. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAppInstancesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +2 -1
  30. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +2 -1
  37. package/dist-types/index.d.ts +0 -1
  38. package/dist-types/models/models_0.d.ts +210 -210
  39. package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/index.d.ts +0 -1
  71. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the specified Amazon Chime SDK identity resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
72
72
  * @throws {@link ChimeSDKIdentityServiceException}
73
73
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceBotCommandOutput extends UpdateAppInstanceBotR
22
22
  }
23
23
  declare const UpdateAppInstanceBotCommand_base: {
24
24
  new (input: UpdateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAppInstanceBotCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceBotCommandInput, UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the name and metadata of an <code>AppInstanceBot</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const UpdateAppInstanceBotCommand_base: {
92
92
  * @throws {@link ChimeSDKIdentityServiceException}
93
93
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
22
22
  }
23
23
  declare const UpdateAppInstanceCommand_base: {
24
24
  new (input: UpdateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAppInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates <code>AppInstance</code> metadata.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateAppInstanceCommand_base: {
77
77
  * @throws {@link ChimeSDKIdentityServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
82
83
  }
@@ -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
  }
@@ -14,5 +14,4 @@ export { ChimeSDKIdentityExtensionConfiguration } from "./extensionConfiguration
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
17
- import "@aws-sdk/util-endpoints";
18
17
  export { ChimeSDKIdentityServiceException } from "./models/ChimeSDKIdentityServiceException";