@aws-sdk/client-chime-sdk-identity 3.775.0 → 3.777.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 (31) hide show
  1. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateAppInstanceCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +1 -0
  9. package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +1 -0
  14. package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +1 -0
  15. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -0
  16. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +1 -0
  17. package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +1 -0
  18. package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +1 -0
  19. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +1 -0
  20. package/dist-types/commands/ListAppInstancesCommand.d.ts +1 -0
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  22. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +1 -0
  23. package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +1 -0
  24. package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +1 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  27. package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +1 -0
  28. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +1 -0
  29. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +1 -0
  30. package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +1 -0
  31. package/package.json +2 -2
@@ -99,6 +99,7 @@ declare const CreateAppInstanceAdminCommand_base: {
99
99
  * @throws {@link ChimeSDKIdentityServiceException}
100
100
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
@@ -101,6 +101,7 @@ declare const CreateAppInstanceBotCommand_base: {
101
101
  * @throws {@link ChimeSDKIdentityServiceException}
102
102
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
@@ -90,6 +90,7 @@ declare const CreateAppInstanceCommand_base: {
90
90
  * @throws {@link ChimeSDKIdentityServiceException}
91
91
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
@@ -94,6 +94,7 @@ declare const CreateAppInstanceUserCommand_base: {
94
94
  * @throws {@link ChimeSDKIdentityServiceException}
95
95
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
@@ -80,6 +80,7 @@ declare const DeleteAppInstanceAdminCommand_base: {
80
80
  * @throws {@link ChimeSDKIdentityServiceException}
81
81
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
@@ -77,6 +77,7 @@ declare const DeleteAppInstanceBotCommand_base: {
77
77
  * @throws {@link ChimeSDKIdentityServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
@@ -73,6 +73,7 @@ declare const DeleteAppInstanceCommand_base: {
73
73
  * @throws {@link ChimeSDKIdentityServiceException}
74
74
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
@@ -77,6 +77,7 @@ declare const DeleteAppInstanceUserCommand_base: {
77
77
  * @throws {@link ChimeSDKIdentityServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
@@ -71,6 +71,7 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
71
71
  * @throws {@link ChimeSDKIdentityServiceException}
72
72
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
@@ -80,6 +80,7 @@ declare const DescribeAppInstanceAdminCommand_base: {
80
80
  * @throws {@link ChimeSDKIdentityServiceException}
81
81
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
@@ -93,6 +93,7 @@ declare const DescribeAppInstanceBotCommand_base: {
93
93
  * @throws {@link ChimeSDKIdentityServiceException}
94
94
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
@@ -78,6 +78,7 @@ declare const DescribeAppInstanceCommand_base: {
78
78
  * @throws {@link ChimeSDKIdentityServiceException}
79
79
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
@@ -82,6 +82,7 @@ declare const DescribeAppInstanceUserCommand_base: {
82
82
  * @throws {@link ChimeSDKIdentityServiceException}
83
83
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
90
90
  * @throws {@link ChimeSDKIdentityServiceException}
91
91
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
@@ -77,6 +77,7 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
77
77
  * @throws {@link ChimeSDKIdentityServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
@@ -86,6 +86,7 @@ declare const ListAppInstanceAdminsCommand_base: {
86
86
  * @throws {@link ChimeSDKIdentityServiceException}
87
87
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
@@ -85,6 +85,7 @@ declare const ListAppInstanceBotsCommand_base: {
85
85
  * @throws {@link ChimeSDKIdentityServiceException}
86
86
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
@@ -87,6 +87,7 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
87
87
  * @throws {@link ChimeSDKIdentityServiceException}
88
88
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
@@ -83,6 +83,7 @@ declare const ListAppInstanceUsersCommand_base: {
83
83
  * @throws {@link ChimeSDKIdentityServiceException}
84
84
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
@@ -81,6 +81,7 @@ declare const ListAppInstancesCommand_base: {
81
81
  * @throws {@link ChimeSDKIdentityServiceException}
82
82
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @throws {@link ChimeSDKIdentityServiceException}
78
78
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -83,6 +83,7 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
83
83
  * @throws {@link ChimeSDKIdentityServiceException}
84
84
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
@@ -90,6 +90,7 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
90
90
  * @throws {@link ChimeSDKIdentityServiceException}
91
91
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
@@ -89,6 +89,7 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
89
89
  * @throws {@link ChimeSDKIdentityServiceException}
90
90
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
79
79
  * @throws {@link ChimeSDKIdentityServiceException}
80
80
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link ChimeSDKIdentityServiceException}
74
74
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -93,6 +93,7 @@ declare const UpdateAppInstanceBotCommand_base: {
93
93
  * @throws {@link ChimeSDKIdentityServiceException}
94
94
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
@@ -78,6 +78,7 @@ declare const UpdateAppInstanceCommand_base: {
78
78
  * @throws {@link ChimeSDKIdentityServiceException}
79
79
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
@@ -82,6 +82,7 @@ declare const UpdateAppInstanceUserCommand_base: {
82
82
  * @throws {@link ChimeSDKIdentityServiceException}
83
83
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {
@@ -80,6 +80,7 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
80
80
  * @throws {@link ChimeSDKIdentityServiceException}
81
81
  * <p>Base exception class for all service exceptions from ChimeSDKIdentity service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-identity",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-identity",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",