@aws-sdk/client-chime-sdk-identity 3.651.1 → 3.658.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/commands/CreateAppInstanceAdminCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +11 -0
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAppInstanceUserEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInstanceUserEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +11 -0
- package/dist-types/commands/ListAppInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +11 -0
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +11 -0
- package/dist-types/commands/RegisterAppInstanceUserEndpointCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAppInstanceUserEndpointCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterAppInstanceUserEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInstanceUserEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterAppInstanceUserEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserEndpointCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -102,4 +102,15 @@ declare const CreateAppInstanceAdminCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: CreateAppInstanceAdminRequest;
|
|
109
|
+
output: CreateAppInstanceAdminResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: CreateAppInstanceAdminCommandInput;
|
|
113
|
+
output: CreateAppInstanceAdminCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -104,4 +104,15 @@ declare const CreateAppInstanceBotCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: CreateAppInstanceBotRequest;
|
|
111
|
+
output: CreateAppInstanceBotResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: CreateAppInstanceBotCommandInput;
|
|
115
|
+
output: CreateAppInstanceBotCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateAppInstanceCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateAppInstanceRequest;
|
|
100
|
+
output: CreateAppInstanceResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateAppInstanceCommandInput;
|
|
104
|
+
output: CreateAppInstanceCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -97,4 +97,15 @@ declare const CreateAppInstanceUserCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CreateAppInstanceUserRequest;
|
|
104
|
+
output: CreateAppInstanceUserResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CreateAppInstanceUserCommandInput;
|
|
108
|
+
output: CreateAppInstanceUserCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteAppInstanceAdminCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteAppInstanceAdminRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteAppInstanceAdminCommandInput;
|
|
94
|
+
output: DeleteAppInstanceAdminCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteAppInstanceBotCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteAppInstanceBotRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteAppInstanceBotCommandInput;
|
|
91
|
+
output: DeleteAppInstanceBotCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteAppInstanceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteAppInstanceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteAppInstanceCommandInput;
|
|
87
|
+
output: DeleteAppInstanceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteAppInstanceUserCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteAppInstanceUserRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteAppInstanceUserCommandInput;
|
|
91
|
+
output: DeleteAppInstanceUserCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeregisterAppInstanceUserEndpointRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeregisterAppInstanceUserEndpointCommandInput;
|
|
85
|
+
output: DeregisterAppInstanceUserEndpointCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeAppInstanceAdminCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DescribeAppInstanceAdminRequest;
|
|
90
|
+
output: DescribeAppInstanceAdminResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeAppInstanceAdminCommandInput;
|
|
94
|
+
output: DescribeAppInstanceAdminCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -96,4 +96,15 @@ declare const DescribeAppInstanceBotCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DescribeAppInstanceBotRequest;
|
|
103
|
+
output: DescribeAppInstanceBotResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DescribeAppInstanceBotCommandInput;
|
|
107
|
+
output: DescribeAppInstanceBotCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeAppInstanceRequest;
|
|
88
|
+
output: DescribeAppInstanceResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeAppInstanceCommandInput;
|
|
92
|
+
output: DescribeAppInstanceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeAppInstanceUserRequest;
|
|
92
|
+
output: DescribeAppInstanceUserResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeAppInstanceUserCommandInput;
|
|
96
|
+
output: DescribeAppInstanceUserCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeAppInstanceUserEndpointRequest;
|
|
100
|
+
output: DescribeAppInstanceUserEndpointResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeAppInstanceUserEndpointCommandInput;
|
|
104
|
+
output: DescribeAppInstanceUserEndpointCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetAppInstanceRetentionSettingsRequest;
|
|
87
|
+
output: GetAppInstanceRetentionSettingsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetAppInstanceRetentionSettingsCommandInput;
|
|
91
|
+
output: GetAppInstanceRetentionSettingsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListAppInstanceAdminsRequest;
|
|
96
|
+
output: ListAppInstanceAdminsResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListAppInstanceAdminsCommandInput;
|
|
100
|
+
output: ListAppInstanceAdminsCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListAppInstanceBotsRequest;
|
|
95
|
+
output: ListAppInstanceBotsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListAppInstanceBotsCommandInput;
|
|
99
|
+
output: ListAppInstanceBotsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListAppInstanceUserEndpointsRequest;
|
|
97
|
+
output: ListAppInstanceUserEndpointsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListAppInstanceUserEndpointsCommandInput;
|
|
101
|
+
output: ListAppInstanceUserEndpointsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListAppInstanceUsersRequest;
|
|
93
|
+
output: ListAppInstanceUsersResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListAppInstanceUsersCommandInput;
|
|
97
|
+
output: ListAppInstanceUsersCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListAppInstancesCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListAppInstancesRequest;
|
|
91
|
+
output: ListAppInstancesResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListAppInstancesCommandInput;
|
|
95
|
+
output: ListAppInstancesCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForResourceRequest;
|
|
87
|
+
output: ListTagsForResourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForResourceCommandInput;
|
|
91
|
+
output: ListTagsForResourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -86,4 +86,15 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: PutAppInstanceRetentionSettingsRequest;
|
|
93
|
+
output: PutAppInstanceRetentionSettingsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: PutAppInstanceRetentionSettingsCommandInput;
|
|
97
|
+
output: PutAppInstanceRetentionSettingsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -93,4 +93,15 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: PutAppInstanceUserExpirationSettingsRequest;
|
|
100
|
+
output: PutAppInstanceUserExpirationSettingsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: PutAppInstanceUserExpirationSettingsCommandInput;
|
|
104
|
+
output: PutAppInstanceUserExpirationSettingsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -92,4 +92,15 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: RegisterAppInstanceUserEndpointRequest;
|
|
99
|
+
output: RegisterAppInstanceUserEndpointResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: RegisterAppInstanceUserEndpointCommandInput;
|
|
103
|
+
output: RegisterAppInstanceUserEndpointCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -82,4 +82,15 @@ declare const TagResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: TagResourceRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: TagResourceCommandInput;
|
|
93
|
+
output: TagResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -96,4 +96,15 @@ declare const UpdateAppInstanceBotCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: UpdateAppInstanceBotRequest;
|
|
103
|
+
output: UpdateAppInstanceBotResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: UpdateAppInstanceBotCommandInput;
|
|
107
|
+
output: UpdateAppInstanceBotCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateAppInstanceCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateAppInstanceRequest;
|
|
88
|
+
output: UpdateAppInstanceResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateAppInstanceCommandInput;
|
|
92
|
+
output: UpdateAppInstanceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateAppInstanceUserCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateAppInstanceUserRequest;
|
|
92
|
+
output: UpdateAppInstanceUserResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateAppInstanceUserCommandInput;
|
|
96
|
+
output: UpdateAppInstanceUserCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateAppInstanceUserEndpointRequest;
|
|
90
|
+
output: UpdateAppInstanceUserEndpointResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateAppInstanceUserEndpointCommandInput;
|
|
94
|
+
output: UpdateAppInstanceUserEndpointCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAppInstanceAdminCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
40
|
+
export declare class CreateAppInstanceAdminCommand extends CreateAppInstanceAdminCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAppInstanceAdminRequest;
|
|
44
|
+
output: CreateAppInstanceAdminResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAppInstanceAdminCommandInput;
|
|
48
|
+
output: CreateAppInstanceAdminCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAppInstanceBotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
40
|
+
export declare class CreateAppInstanceBotCommand extends CreateAppInstanceBotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAppInstanceBotRequest;
|
|
44
|
+
output: CreateAppInstanceBotResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAppInstanceBotCommandInput;
|
|
48
|
+
output: CreateAppInstanceBotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAppInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
40
|
+
export declare class CreateAppInstanceCommand extends CreateAppInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAppInstanceRequest;
|
|
44
|
+
output: CreateAppInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAppInstanceCommandInput;
|
|
48
|
+
output: CreateAppInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAppInstanceUserCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
40
|
+
export declare class CreateAppInstanceUserCommand extends CreateAppInstanceUserCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAppInstanceUserRequest;
|
|
44
|
+
output: CreateAppInstanceUserResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAppInstanceUserCommandInput;
|
|
48
|
+
output: CreateAppInstanceUserCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteAppInstanceAdminCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
35
|
+
export declare class DeleteAppInstanceAdminCommand extends DeleteAppInstanceAdminCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAppInstanceAdminRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAppInstanceAdminCommandInput;
|
|
43
|
+
output: DeleteAppInstanceAdminCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteAppInstanceBotCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
35
|
+
export declare class DeleteAppInstanceBotCommand extends DeleteAppInstanceBotCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAppInstanceBotRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAppInstanceBotCommandInput;
|
|
43
|
+
output: DeleteAppInstanceBotCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteAppInstanceCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
35
|
+
export declare class DeleteAppInstanceCommand extends DeleteAppInstanceCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAppInstanceRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAppInstanceCommandInput;
|
|
43
|
+
output: DeleteAppInstanceCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteAppInstanceUserCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
35
|
+
export declare class DeleteAppInstanceUserCommand extends DeleteAppInstanceUserCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAppInstanceUserRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAppInstanceUserCommandInput;
|
|
43
|
+
output: DeleteAppInstanceUserCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeregisterAppInstanceUserEndpointCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
36
|
+
export declare class DeregisterAppInstanceUserEndpointCommand extends DeregisterAppInstanceUserEndpointCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeregisterAppInstanceUserEndpointRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeregisterAppInstanceUserEndpointCommandInput;
|
|
44
|
+
output: DeregisterAppInstanceUserEndpointCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAppInstanceAdminCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
40
|
+
export declare class DescribeAppInstanceAdminCommand extends DescribeAppInstanceAdminCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppInstanceAdminRequest;
|
|
44
|
+
output: DescribeAppInstanceAdminResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppInstanceAdminCommandInput;
|
|
48
|
+
output: DescribeAppInstanceAdminCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAppInstanceBotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
40
|
+
export declare class DescribeAppInstanceBotCommand extends DescribeAppInstanceBotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppInstanceBotRequest;
|
|
44
|
+
output: DescribeAppInstanceBotResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppInstanceBotCommandInput;
|
|
48
|
+
output: DescribeAppInstanceBotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAppInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
40
|
+
export declare class DescribeAppInstanceCommand extends DescribeAppInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppInstanceRequest;
|
|
44
|
+
output: DescribeAppInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppInstanceCommandInput;
|
|
48
|
+
output: DescribeAppInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAppInstanceUserCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
40
|
+
export declare class DescribeAppInstanceUserCommand extends DescribeAppInstanceUserCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppInstanceUserRequest;
|
|
44
|
+
output: DescribeAppInstanceUserResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppInstanceUserCommandInput;
|
|
48
|
+
output: DescribeAppInstanceUserCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAppInstanceUserEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
40
|
+
export declare class DescribeAppInstanceUserEndpointCommand extends DescribeAppInstanceUserEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAppInstanceUserEndpointRequest;
|
|
44
|
+
output: DescribeAppInstanceUserEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAppInstanceUserEndpointCommandInput;
|
|
48
|
+
output: DescribeAppInstanceUserEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAppInstanceRetentionSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
40
|
+
export declare class GetAppInstanceRetentionSettingsCommand extends GetAppInstanceRetentionSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAppInstanceRetentionSettingsRequest;
|
|
44
|
+
output: GetAppInstanceRetentionSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAppInstanceRetentionSettingsCommandInput;
|
|
48
|
+
output: GetAppInstanceRetentionSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAppInstanceAdminsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
40
|
+
export declare class ListAppInstanceAdminsCommand extends ListAppInstanceAdminsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAppInstanceAdminsRequest;
|
|
44
|
+
output: ListAppInstanceAdminsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAppInstanceAdminsCommandInput;
|
|
48
|
+
output: ListAppInstanceAdminsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAppInstanceBotsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
40
|
+
export declare class ListAppInstanceBotsCommand extends ListAppInstanceBotsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAppInstanceBotsRequest;
|
|
44
|
+
output: ListAppInstanceBotsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAppInstanceBotsCommandInput;
|
|
48
|
+
output: ListAppInstanceBotsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAppInstanceUserEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
40
|
+
export declare class ListAppInstanceUserEndpointsCommand extends ListAppInstanceUserEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAppInstanceUserEndpointsRequest;
|
|
44
|
+
output: ListAppInstanceUserEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAppInstanceUserEndpointsCommandInput;
|
|
48
|
+
output: ListAppInstanceUserEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAppInstanceUsersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
40
|
+
export declare class ListAppInstanceUsersCommand extends ListAppInstanceUsersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAppInstanceUsersRequest;
|
|
44
|
+
output: ListAppInstanceUsersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAppInstanceUsersCommandInput;
|
|
48
|
+
output: ListAppInstanceUsersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAppInstancesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
39
|
+
export declare class ListAppInstancesCommand extends ListAppInstancesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAppInstancesRequest;
|
|
43
|
+
output: ListAppInstancesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAppInstancesCommandInput;
|
|
47
|
+
output: ListAppInstancesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutAppInstanceRetentionSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
40
|
+
export declare class PutAppInstanceRetentionSettingsCommand extends PutAppInstanceRetentionSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutAppInstanceRetentionSettingsRequest;
|
|
44
|
+
output: PutAppInstanceRetentionSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutAppInstanceRetentionSettingsCommandInput;
|
|
48
|
+
output: PutAppInstanceRetentionSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutAppInstanceUserExpirationSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
40
|
+
export declare class PutAppInstanceUserExpirationSettingsCommand extends PutAppInstanceUserExpirationSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutAppInstanceUserExpirationSettingsRequest;
|
|
44
|
+
output: PutAppInstanceUserExpirationSettingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutAppInstanceUserExpirationSettingsCommandInput;
|
|
48
|
+
output: PutAppInstanceUserExpirationSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RegisterAppInstanceUserEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
40
|
+
export declare class RegisterAppInstanceUserEndpointCommand extends RegisterAppInstanceUserEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RegisterAppInstanceUserEndpointRequest;
|
|
44
|
+
output: RegisterAppInstanceUserEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RegisterAppInstanceUserEndpointCommandInput;
|
|
48
|
+
output: RegisterAppInstanceUserEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateAppInstanceBotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
|
|
40
|
+
export declare class UpdateAppInstanceBotCommand extends UpdateAppInstanceBotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAppInstanceBotRequest;
|
|
44
|
+
output: UpdateAppInstanceBotResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAppInstanceBotCommandInput;
|
|
48
|
+
output: UpdateAppInstanceBotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateAppInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
|
|
40
|
+
export declare class UpdateAppInstanceCommand extends UpdateAppInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAppInstanceRequest;
|
|
44
|
+
output: UpdateAppInstanceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAppInstanceCommandInput;
|
|
48
|
+
output: UpdateAppInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateAppInstanceUserCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {
|
|
40
|
+
export declare class UpdateAppInstanceUserCommand extends UpdateAppInstanceUserCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAppInstanceUserRequest;
|
|
44
|
+
output: UpdateAppInstanceUserResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAppInstanceUserCommandInput;
|
|
48
|
+
output: UpdateAppInstanceUserCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateAppInstanceUserEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
|
|
40
|
+
export declare class UpdateAppInstanceUserEndpointCommand extends UpdateAppInstanceUserEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAppInstanceUserEndpointRequest;
|
|
44
|
+
output: UpdateAppInstanceUserEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAppInstanceUserEndpointCommandInput;
|
|
48
|
+
output: UpdateAppInstanceUserEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.
|
|
4
|
+
"version": "3.658.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|