@aws-sdk/client-chime-sdk-identity 3.297.0 → 3.299.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/README.md +48 -0
- package/dist-cjs/ChimeSDKIdentity.js +90 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceBotCommand.js +45 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-cjs/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/ListAppInstanceBotsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-cjs/commands/PutAppInstanceUserExpirationSettingsCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceBotCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +1 -1
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +62 -77
- package/dist-cjs/pagination/ListAppInstanceBotsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +552 -1
- package/dist-es/ChimeSDKIdentity.js +90 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/CreateAppInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +41 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +2 -3
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -1
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js +2 -2
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/ListAppInstanceBotsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +2 -3
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +42 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js +2 -2
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +2 -2
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +51 -55
- package/dist-es/pagination/ListAppInstanceBotsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +539 -1
- package/dist-types/ChimeSDKIdentity.d.ts +61 -6
- package/dist-types/ChimeSDKIdentityClient.d.ts +8 -2
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -5
- package/dist-types/commands/CreateAppInstanceBotCommand.d.ts +86 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/DescribeAppInstanceBotCommand.d.ts +81 -0
- package/dist-types/commands/ListAppInstanceBotsCommand.d.ts +81 -0
- package/dist-types/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +88 -0
- package/dist-types/commands/UpdateAppInstanceBotCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +302 -66
- package/dist-types/pagination/ListAppInstanceBotsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/ChimeSDKIdentity.d.ts +108 -0
- package/dist-types/ts3.4/ChimeSDKIdentityClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceBotCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAppInstanceBotsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutAppInstanceUserExpirationSettingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceBotCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -55
- package/dist-types/ts3.4/pagination/ListAppInstanceBotsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +11 -10
|
@@ -36,7 +36,7 @@ export interface AppInstance {
|
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* @public
|
|
39
|
-
* <p>The details of a user.</p>
|
|
39
|
+
* <p>The details of a user or bot.</p>
|
|
40
40
|
*/
|
|
41
41
|
export interface Identity {
|
|
42
42
|
/**
|
|
@@ -50,7 +50,7 @@ export interface Identity {
|
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @public
|
|
53
|
-
* <p>The
|
|
53
|
+
* <p>The name and ARN of the admin for the <code>AppInstance</code>.</p>
|
|
54
54
|
*/
|
|
55
55
|
export interface AppInstanceAdmin {
|
|
56
56
|
/**
|
|
@@ -76,6 +76,96 @@ export interface AppInstanceAdminSummary {
|
|
|
76
76
|
*/
|
|
77
77
|
Admin?: Identity;
|
|
78
78
|
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare enum RespondsTo {
|
|
83
|
+
STANDARD_MESSAGES = "STANDARD_MESSAGES"
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
* <p>The configuration for an Amazon Lex V2 bot.</p>
|
|
88
|
+
*/
|
|
89
|
+
export interface LexConfiguration {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>
|
|
92
|
+
*/
|
|
93
|
+
RespondsTo: RespondsTo | string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format:
|
|
96
|
+
* <code>arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS</code>
|
|
97
|
+
* </p>
|
|
98
|
+
*/
|
|
99
|
+
LexBotAliasArn: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the
|
|
102
|
+
* supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same
|
|
103
|
+
* locale. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a> in the <i>Amazon Lex V2 Developer Guide</i>.</p>
|
|
104
|
+
*/
|
|
105
|
+
LocaleId: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The name of the welcome intent configured in the Amazon Lex V2 bot.</p>
|
|
108
|
+
*/
|
|
109
|
+
WelcomeIntent?: string;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* <p>A structure that contains configuration data.</p>
|
|
114
|
+
*/
|
|
115
|
+
export interface Configuration {
|
|
116
|
+
/**
|
|
117
|
+
* <p>The configuration for an Amazon Lex V2 bot.</p>
|
|
118
|
+
*/
|
|
119
|
+
Lex: LexConfiguration | undefined;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
* <p>An Amazon Lex V2 chat bot created under an <code>AppInstance</code>.</p>
|
|
124
|
+
*/
|
|
125
|
+
export interface AppInstanceBot {
|
|
126
|
+
/**
|
|
127
|
+
* <p>The ARN of the AppInstanceBot.</p>
|
|
128
|
+
*/
|
|
129
|
+
AppInstanceBotArn?: string;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The name of the AppInstanceBot.</p>
|
|
132
|
+
*/
|
|
133
|
+
Name?: string;
|
|
134
|
+
/**
|
|
135
|
+
* <p>The data processing instructions for an AppInstanceBot.</p>
|
|
136
|
+
*/
|
|
137
|
+
Configuration?: Configuration;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The time at which the <code>AppInstanceBot</code> was created.</p>
|
|
140
|
+
*/
|
|
141
|
+
CreatedTimestamp?: Date;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The time at which the <code>AppInstanceBot</code> was last updated.</p>
|
|
144
|
+
*/
|
|
145
|
+
LastUpdatedTimestamp?: Date;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The metadata for an AppInstanceBot.</p>
|
|
148
|
+
*/
|
|
149
|
+
Metadata?: string;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* <p>High-level information about an AppInstanceBot.</p>
|
|
154
|
+
*/
|
|
155
|
+
export interface AppInstanceBotSummary {
|
|
156
|
+
/**
|
|
157
|
+
* <p>The ARN of the AppInstanceBot.</p>
|
|
158
|
+
*/
|
|
159
|
+
AppInstanceBotArn?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The name of the AppInstanceBox.</p>
|
|
162
|
+
*/
|
|
163
|
+
Name?: string;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The metadata of the AppInstanceBot.</p>
|
|
166
|
+
*/
|
|
167
|
+
Metadata?: string;
|
|
168
|
+
}
|
|
79
169
|
/**
|
|
80
170
|
* @public
|
|
81
171
|
* <p>Summary of the data for an <code>AppInstance</code>.</p>
|
|
@@ -114,6 +204,26 @@ export interface AppInstanceRetentionSettings {
|
|
|
114
204
|
*/
|
|
115
205
|
ChannelRetentionSettings?: ChannelRetentionSettings;
|
|
116
206
|
}
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare enum ExpirationCriterion {
|
|
211
|
+
CREATED_TIMESTAMP = "CREATED_TIMESTAMP"
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
* <p>Determines the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
216
|
+
*/
|
|
217
|
+
export interface ExpirationSettings {
|
|
218
|
+
/**
|
|
219
|
+
* <p>The period in days after which an <code>AppInstanceUser</code> will be automatically deleted.</p>
|
|
220
|
+
*/
|
|
221
|
+
ExpirationDays: number | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>Specifies the conditions under which an <code>AppInstanceUser</code> will expire.</p>
|
|
224
|
+
*/
|
|
225
|
+
ExpirationCriterion: ExpirationCriterion | string | undefined;
|
|
226
|
+
}
|
|
117
227
|
/**
|
|
118
228
|
* @public
|
|
119
229
|
* <p>The details of an <code>AppInstanceUser</code>.</p>
|
|
@@ -139,6 +249,10 @@ export interface AppInstanceUser {
|
|
|
139
249
|
* <p>The time at which the <code>AppInstanceUser</code> was last updated.</p>
|
|
140
250
|
*/
|
|
141
251
|
LastUpdatedTimestamp?: Date;
|
|
252
|
+
/**
|
|
253
|
+
* <p>The interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
254
|
+
*/
|
|
255
|
+
ExpirationSettings?: ExpirationSettings;
|
|
142
256
|
}
|
|
143
257
|
/**
|
|
144
258
|
* @public
|
|
@@ -402,11 +516,11 @@ export interface CreateAppInstanceRequest {
|
|
|
402
516
|
*/
|
|
403
517
|
Metadata?: string;
|
|
404
518
|
/**
|
|
405
|
-
* <p>The
|
|
519
|
+
* <p>The unique ID of the request. Use different tokens to create different <code>AppInstances</code>.</p>
|
|
406
520
|
*/
|
|
407
521
|
ClientRequestToken?: string;
|
|
408
522
|
/**
|
|
409
|
-
* <p>Tags assigned to the <code>
|
|
523
|
+
* <p>Tags assigned to the <code>AppInstance</code>.</p>
|
|
410
524
|
*/
|
|
411
525
|
Tags?: Tag[];
|
|
412
526
|
}
|
|
@@ -521,7 +635,8 @@ export interface CreateAppInstanceAdminRequest {
|
|
|
521
635
|
*/
|
|
522
636
|
export interface CreateAppInstanceAdminResponse {
|
|
523
637
|
/**
|
|
524
|
-
* <p>The
|
|
638
|
+
* <p>The ARN and name of the administrator, the ARN of the <code>AppInstance</code>, and the created and
|
|
639
|
+
* last-updated timestamps. All timestamps use epoch milliseconds.</p>
|
|
525
640
|
*/
|
|
526
641
|
AppInstanceAdmin?: Identity;
|
|
527
642
|
/**
|
|
@@ -529,6 +644,44 @@ export interface CreateAppInstanceAdminResponse {
|
|
|
529
644
|
*/
|
|
530
645
|
AppInstanceArn?: string;
|
|
531
646
|
}
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
export interface CreateAppInstanceBotRequest {
|
|
651
|
+
/**
|
|
652
|
+
* <p>The ARN of the <code>AppInstance</code> request.</p>
|
|
653
|
+
*/
|
|
654
|
+
AppInstanceArn: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The user's name.</p>
|
|
657
|
+
*/
|
|
658
|
+
Name?: string;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The request metadata. Limited to a 1KB string in UTF-8.</p>
|
|
661
|
+
*/
|
|
662
|
+
Metadata?: string;
|
|
663
|
+
/**
|
|
664
|
+
* <p>The unique ID for the client making the request. Use different tokens for different <code>AppInstanceBots</code>.</p>
|
|
665
|
+
*/
|
|
666
|
+
ClientRequestToken?: string;
|
|
667
|
+
/**
|
|
668
|
+
* <p>The tags assigned to the <code>AppInstanceBot</code>.</p>
|
|
669
|
+
*/
|
|
670
|
+
Tags?: Tag[];
|
|
671
|
+
/**
|
|
672
|
+
* <p>Configuration information about the Amazon Lex V2 V2 bot.</p>
|
|
673
|
+
*/
|
|
674
|
+
Configuration: Configuration | undefined;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
export interface CreateAppInstanceBotResponse {
|
|
680
|
+
/**
|
|
681
|
+
* <p>The ARN of the <code>AppinstanceBot</code>.</p>
|
|
682
|
+
*/
|
|
683
|
+
AppInstanceBotArn?: string;
|
|
684
|
+
}
|
|
532
685
|
/**
|
|
533
686
|
* @public
|
|
534
687
|
*/
|
|
@@ -550,13 +703,17 @@ export interface CreateAppInstanceUserRequest {
|
|
|
550
703
|
*/
|
|
551
704
|
Metadata?: string;
|
|
552
705
|
/**
|
|
553
|
-
* <p>The
|
|
706
|
+
* <p>The unique ID of the request. Use different tokens to request additional <code>AppInstances</code>.</p>
|
|
554
707
|
*/
|
|
555
708
|
ClientRequestToken?: string;
|
|
556
709
|
/**
|
|
557
710
|
* <p>Tags assigned to the <code>AppInstanceUser</code>.</p>
|
|
558
711
|
*/
|
|
559
712
|
Tags?: Tag[];
|
|
713
|
+
/**
|
|
714
|
+
* <p>Settings that control the interval after which the <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
715
|
+
*/
|
|
716
|
+
ExpirationSettings?: ExpirationSettings;
|
|
560
717
|
}
|
|
561
718
|
/**
|
|
562
719
|
* @public
|
|
@@ -589,6 +746,15 @@ export interface DeleteAppInstanceAdminRequest {
|
|
|
589
746
|
*/
|
|
590
747
|
AppInstanceArn: string | undefined;
|
|
591
748
|
}
|
|
749
|
+
/**
|
|
750
|
+
* @public
|
|
751
|
+
*/
|
|
752
|
+
export interface DeleteAppInstanceBotRequest {
|
|
753
|
+
/**
|
|
754
|
+
* <p>The ARN of the <code>AppInstanceBot</code> being deleted.</p>
|
|
755
|
+
*/
|
|
756
|
+
AppInstanceBotArn: string | undefined;
|
|
757
|
+
}
|
|
592
758
|
/**
|
|
593
759
|
* @public
|
|
594
760
|
*/
|
|
@@ -654,6 +820,38 @@ export interface DescribeAppInstanceAdminResponse {
|
|
|
654
820
|
*/
|
|
655
821
|
AppInstanceAdmin?: AppInstanceAdmin;
|
|
656
822
|
}
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
export interface DescribeAppInstanceBotRequest {
|
|
827
|
+
/**
|
|
828
|
+
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
829
|
+
*/
|
|
830
|
+
AppInstanceBotArn: string | undefined;
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
export interface DescribeAppInstanceBotResponse {
|
|
836
|
+
/**
|
|
837
|
+
* <p>The detials of the <code>AppInstanceBot</code>.</p>
|
|
838
|
+
*/
|
|
839
|
+
AppInstanceBot?: AppInstanceBot;
|
|
840
|
+
}
|
|
841
|
+
/**
|
|
842
|
+
* @public
|
|
843
|
+
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
844
|
+
*/
|
|
845
|
+
export declare class NotFoundException extends __BaseException {
|
|
846
|
+
readonly name: "NotFoundException";
|
|
847
|
+
readonly $fault: "client";
|
|
848
|
+
Code?: ErrorCode | string;
|
|
849
|
+
Message?: string;
|
|
850
|
+
/**
|
|
851
|
+
* @internal
|
|
852
|
+
*/
|
|
853
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
854
|
+
}
|
|
657
855
|
/**
|
|
658
856
|
* @public
|
|
659
857
|
*/
|
|
@@ -754,6 +952,40 @@ export interface ListAppInstanceAdminsResponse {
|
|
|
754
952
|
*/
|
|
755
953
|
NextToken?: string;
|
|
756
954
|
}
|
|
955
|
+
/**
|
|
956
|
+
* @public
|
|
957
|
+
*/
|
|
958
|
+
export interface ListAppInstanceBotsRequest {
|
|
959
|
+
/**
|
|
960
|
+
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
961
|
+
*/
|
|
962
|
+
AppInstanceArn: string | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* <p>The maximum number of requests to return.</p>
|
|
965
|
+
*/
|
|
966
|
+
MaxResults?: number;
|
|
967
|
+
/**
|
|
968
|
+
* <p>The token passed by previous API calls until all requested bots are returned.</p>
|
|
969
|
+
*/
|
|
970
|
+
NextToken?: string;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* @public
|
|
974
|
+
*/
|
|
975
|
+
export interface ListAppInstanceBotsResponse {
|
|
976
|
+
/**
|
|
977
|
+
* <p>The ARN of the AppInstance.</p>
|
|
978
|
+
*/
|
|
979
|
+
AppInstanceArn?: string;
|
|
980
|
+
/**
|
|
981
|
+
* <p>The information for each requested <code>AppInstanceBot</code>.</p>
|
|
982
|
+
*/
|
|
983
|
+
AppInstanceBots?: AppInstanceBotSummary[];
|
|
984
|
+
/**
|
|
985
|
+
* <p>The token passed by previous API calls until all requested bots are returned.</p>
|
|
986
|
+
*/
|
|
987
|
+
NextToken?: string;
|
|
988
|
+
}
|
|
757
989
|
/**
|
|
758
990
|
* @public
|
|
759
991
|
*/
|
|
@@ -890,6 +1122,32 @@ export interface PutAppInstanceRetentionSettingsResponse {
|
|
|
890
1122
|
*/
|
|
891
1123
|
InitiateDeletionTimestamp?: Date;
|
|
892
1124
|
}
|
|
1125
|
+
/**
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
export interface PutAppInstanceUserExpirationSettingsRequest {
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1131
|
+
*/
|
|
1132
|
+
AppInstanceUserArn: string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
1135
|
+
*/
|
|
1136
|
+
ExpirationSettings?: ExpirationSettings;
|
|
1137
|
+
}
|
|
1138
|
+
/**
|
|
1139
|
+
* @public
|
|
1140
|
+
*/
|
|
1141
|
+
export interface PutAppInstanceUserExpirationSettingsResponse {
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
AppInstanceUserArn?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>Settings that control the interval after which an <code>AppInstanceUser</code> is automatically deleted.</p>
|
|
1148
|
+
*/
|
|
1149
|
+
ExpirationSettings?: ExpirationSettings;
|
|
1150
|
+
}
|
|
893
1151
|
/**
|
|
894
1152
|
* @public
|
|
895
1153
|
*/
|
|
@@ -930,7 +1188,7 @@ export interface RegisterAppInstanceUserEndpointRequest {
|
|
|
930
1188
|
*/
|
|
931
1189
|
EndpointAttributes: EndpointAttributes | undefined;
|
|
932
1190
|
/**
|
|
933
|
-
* <p>The
|
|
1191
|
+
* <p>The unique ID assigned to the request. Use different tokens to register other endpoints.</p>
|
|
934
1192
|
*/
|
|
935
1193
|
ClientRequestToken?: string;
|
|
936
1194
|
/**
|
|
@@ -1004,6 +1262,32 @@ export interface UpdateAppInstanceResponse {
|
|
|
1004
1262
|
*/
|
|
1005
1263
|
AppInstanceArn?: string;
|
|
1006
1264
|
}
|
|
1265
|
+
/**
|
|
1266
|
+
* @public
|
|
1267
|
+
*/
|
|
1268
|
+
export interface UpdateAppInstanceBotRequest {
|
|
1269
|
+
/**
|
|
1270
|
+
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
1271
|
+
*/
|
|
1272
|
+
AppInstanceBotArn: string | undefined;
|
|
1273
|
+
/**
|
|
1274
|
+
* <p>The name of the <code>AppInstanceBot</code>.</p>
|
|
1275
|
+
*/
|
|
1276
|
+
Name: string | undefined;
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The metadata of the <code>AppInstanceBot</code>.</p>
|
|
1279
|
+
*/
|
|
1280
|
+
Metadata: string | undefined;
|
|
1281
|
+
}
|
|
1282
|
+
/**
|
|
1283
|
+
* @public
|
|
1284
|
+
*/
|
|
1285
|
+
export interface UpdateAppInstanceBotResponse {
|
|
1286
|
+
/**
|
|
1287
|
+
* <p>The ARN of the <code>AppInstanceBot</code>.</p>
|
|
1288
|
+
*/
|
|
1289
|
+
AppInstanceBotArn?: string;
|
|
1290
|
+
}
|
|
1007
1291
|
/**
|
|
1008
1292
|
* @public
|
|
1009
1293
|
*/
|
|
@@ -1084,15 +1368,15 @@ export declare const AppInstanceAdminSummaryFilterSensitiveLog: (obj: AppInstanc
|
|
|
1084
1368
|
/**
|
|
1085
1369
|
* @internal
|
|
1086
1370
|
*/
|
|
1087
|
-
export declare const
|
|
1371
|
+
export declare const AppInstanceBotFilterSensitiveLog: (obj: AppInstanceBot) => any;
|
|
1088
1372
|
/**
|
|
1089
1373
|
* @internal
|
|
1090
1374
|
*/
|
|
1091
|
-
export declare const
|
|
1375
|
+
export declare const AppInstanceBotSummaryFilterSensitiveLog: (obj: AppInstanceBotSummary) => any;
|
|
1092
1376
|
/**
|
|
1093
1377
|
* @internal
|
|
1094
1378
|
*/
|
|
1095
|
-
export declare const
|
|
1379
|
+
export declare const AppInstanceSummaryFilterSensitiveLog: (obj: AppInstanceSummary) => any;
|
|
1096
1380
|
/**
|
|
1097
1381
|
* @internal
|
|
1098
1382
|
*/
|
|
@@ -1101,10 +1385,6 @@ export declare const AppInstanceUserFilterSensitiveLog: (obj: AppInstanceUser) =
|
|
|
1101
1385
|
* @internal
|
|
1102
1386
|
*/
|
|
1103
1387
|
export declare const EndpointAttributesFilterSensitiveLog: (obj: EndpointAttributes) => any;
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
|
-
export declare const EndpointStateFilterSensitiveLog: (obj: EndpointState) => any;
|
|
1108
1388
|
/**
|
|
1109
1389
|
* @internal
|
|
1110
1390
|
*/
|
|
@@ -1125,14 +1405,6 @@ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
|
1125
1405
|
* @internal
|
|
1126
1406
|
*/
|
|
1127
1407
|
export declare const CreateAppInstanceRequestFilterSensitiveLog: (obj: CreateAppInstanceRequest) => any;
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
|
-
export declare const CreateAppInstanceResponseFilterSensitiveLog: (obj: CreateAppInstanceResponse) => any;
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
export declare const CreateAppInstanceAdminRequestFilterSensitiveLog: (obj: CreateAppInstanceAdminRequest) => any;
|
|
1136
1408
|
/**
|
|
1137
1409
|
* @internal
|
|
1138
1410
|
*/
|
|
@@ -1140,39 +1412,19 @@ export declare const CreateAppInstanceAdminResponseFilterSensitiveLog: (obj: Cre
|
|
|
1140
1412
|
/**
|
|
1141
1413
|
* @internal
|
|
1142
1414
|
*/
|
|
1143
|
-
export declare const
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
|
-
export declare const CreateAppInstanceUserResponseFilterSensitiveLog: (obj: CreateAppInstanceUserResponse) => any;
|
|
1415
|
+
export declare const CreateAppInstanceBotRequestFilterSensitiveLog: (obj: CreateAppInstanceBotRequest) => any;
|
|
1148
1416
|
/**
|
|
1149
1417
|
* @internal
|
|
1150
1418
|
*/
|
|
1151
|
-
export declare const
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
|
-
export declare const DeleteAppInstanceAdminRequestFilterSensitiveLog: (obj: DeleteAppInstanceAdminRequest) => any;
|
|
1156
|
-
/**
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
1159
|
-
export declare const DeleteAppInstanceUserRequestFilterSensitiveLog: (obj: DeleteAppInstanceUserRequest) => any;
|
|
1419
|
+
export declare const CreateAppInstanceUserRequestFilterSensitiveLog: (obj: CreateAppInstanceUserRequest) => any;
|
|
1160
1420
|
/**
|
|
1161
1421
|
* @internal
|
|
1162
1422
|
*/
|
|
1163
1423
|
export declare const DeregisterAppInstanceUserEndpointRequestFilterSensitiveLog: (obj: DeregisterAppInstanceUserEndpointRequest) => any;
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
export declare const DescribeAppInstanceRequestFilterSensitiveLog: (obj: DescribeAppInstanceRequest) => any;
|
|
1168
1424
|
/**
|
|
1169
1425
|
* @internal
|
|
1170
1426
|
*/
|
|
1171
1427
|
export declare const DescribeAppInstanceResponseFilterSensitiveLog: (obj: DescribeAppInstanceResponse) => any;
|
|
1172
|
-
/**
|
|
1173
|
-
* @internal
|
|
1174
|
-
*/
|
|
1175
|
-
export declare const DescribeAppInstanceAdminRequestFilterSensitiveLog: (obj: DescribeAppInstanceAdminRequest) => any;
|
|
1176
1428
|
/**
|
|
1177
1429
|
* @internal
|
|
1178
1430
|
*/
|
|
@@ -1180,7 +1432,7 @@ export declare const DescribeAppInstanceAdminResponseFilterSensitiveLog: (obj: D
|
|
|
1180
1432
|
/**
|
|
1181
1433
|
* @internal
|
|
1182
1434
|
*/
|
|
1183
|
-
export declare const
|
|
1435
|
+
export declare const DescribeAppInstanceBotResponseFilterSensitiveLog: (obj: DescribeAppInstanceBotResponse) => any;
|
|
1184
1436
|
/**
|
|
1185
1437
|
* @internal
|
|
1186
1438
|
*/
|
|
@@ -1196,19 +1448,19 @@ export declare const DescribeAppInstanceUserEndpointResponseFilterSensitiveLog:
|
|
|
1196
1448
|
/**
|
|
1197
1449
|
* @internal
|
|
1198
1450
|
*/
|
|
1199
|
-
export declare const
|
|
1451
|
+
export declare const ListAppInstanceAdminsRequestFilterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
|
|
1200
1452
|
/**
|
|
1201
1453
|
* @internal
|
|
1202
1454
|
*/
|
|
1203
|
-
export declare const
|
|
1455
|
+
export declare const ListAppInstanceAdminsResponseFilterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
|
|
1204
1456
|
/**
|
|
1205
1457
|
* @internal
|
|
1206
1458
|
*/
|
|
1207
|
-
export declare const
|
|
1459
|
+
export declare const ListAppInstanceBotsRequestFilterSensitiveLog: (obj: ListAppInstanceBotsRequest) => any;
|
|
1208
1460
|
/**
|
|
1209
1461
|
* @internal
|
|
1210
1462
|
*/
|
|
1211
|
-
export declare const
|
|
1463
|
+
export declare const ListAppInstanceBotsResponseFilterSensitiveLog: (obj: ListAppInstanceBotsResponse) => any;
|
|
1212
1464
|
/**
|
|
1213
1465
|
* @internal
|
|
1214
1466
|
*/
|
|
@@ -1233,22 +1485,10 @@ export declare const ListAppInstanceUsersRequestFilterSensitiveLog: (obj: ListAp
|
|
|
1233
1485
|
* @internal
|
|
1234
1486
|
*/
|
|
1235
1487
|
export declare const ListAppInstanceUsersResponseFilterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
|
|
1236
|
-
/**
|
|
1237
|
-
* @internal
|
|
1238
|
-
*/
|
|
1239
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1240
1488
|
/**
|
|
1241
1489
|
* @internal
|
|
1242
1490
|
*/
|
|
1243
1491
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
|
-
export declare const PutAppInstanceRetentionSettingsRequestFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
export declare const PutAppInstanceRetentionSettingsResponseFilterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
|
|
1252
1492
|
/**
|
|
1253
1493
|
* @internal
|
|
1254
1494
|
*/
|
|
@@ -1272,15 +1512,11 @@ export declare const UpdateAppInstanceRequestFilterSensitiveLog: (obj: UpdateApp
|
|
|
1272
1512
|
/**
|
|
1273
1513
|
* @internal
|
|
1274
1514
|
*/
|
|
1275
|
-
export declare const
|
|
1515
|
+
export declare const UpdateAppInstanceBotRequestFilterSensitiveLog: (obj: UpdateAppInstanceBotRequest) => any;
|
|
1276
1516
|
/**
|
|
1277
1517
|
* @internal
|
|
1278
1518
|
*/
|
|
1279
1519
|
export declare const UpdateAppInstanceUserRequestFilterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
|
|
1280
|
-
/**
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
1283
|
-
export declare const UpdateAppInstanceUserResponseFilterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
|
|
1284
1520
|
/**
|
|
1285
1521
|
* @internal
|
|
1286
1522
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppInstanceBotsCommandInput, ListAppInstanceBotsCommandOutput } from "../commands/ListAppInstanceBotsCommand";
|
|
3
|
+
import { ChimeSDKIdentityPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAppInstanceBots(config: ChimeSDKIdentityPaginationConfiguration, input: ListAppInstanceBotsCommandInput, ...additionalArguments: any): Paginator<ListAppInstanceBotsCommandOutput>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAppInstanceAdminsPaginator";
|
|
3
|
+
export * from "./ListAppInstanceBotsPaginator";
|
|
3
4
|
export * from "./ListAppInstanceUserEndpointsPaginator";
|
|
4
5
|
export * from "./ListAppInstanceUsersPaginator";
|
|
5
6
|
export * from "./ListAppInstancesPaginator";
|