@aws-sdk/client-repostspace 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Repostspace.d.ts +2 -1
- package/dist-types/RepostspaceClient.d.ts +1 -1
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAdminCommand.d.ts +2 -1
- package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAdminCommand.d.ts +2 -1
- package/dist-types/commands/SendInvitesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +93 -93
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Repostspace.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAdminCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendInvitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { RepostspaceServiceException as __BaseException } from "./RepostspaceServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>User does not have sufficient access to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -25,20 +25,20 @@ export declare const ConfigurationStatus: {
|
|
|
25
25
|
*/
|
|
26
26
|
export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
export declare class ConflictException extends __BaseException {
|
|
32
32
|
readonly name: "ConflictException";
|
|
33
33
|
readonly $fault: "client";
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>The ID of the resource.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
resourceId: string | undefined;
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>The type of the resource.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
resourceType: string | undefined;
|
|
44
44
|
/**
|
|
@@ -63,38 +63,38 @@ export type TierLevel = (typeof TierLevel)[keyof typeof TierLevel];
|
|
|
63
63
|
*/
|
|
64
64
|
export interface CreateSpaceInput {
|
|
65
65
|
/**
|
|
66
|
-
* @public
|
|
67
66
|
* <p>The name for the private re:Post. This must be unique in your account.</p>
|
|
67
|
+
* @public
|
|
68
68
|
*/
|
|
69
69
|
name: string | undefined;
|
|
70
70
|
/**
|
|
71
|
-
* @public
|
|
72
71
|
* <p>The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.</p>
|
|
72
|
+
* @public
|
|
73
73
|
*/
|
|
74
74
|
subdomain: string | undefined;
|
|
75
75
|
/**
|
|
76
|
-
* @public
|
|
77
76
|
* <p>The pricing tier for the private re:Post.</p>
|
|
77
|
+
* @public
|
|
78
78
|
*/
|
|
79
79
|
tier: TierLevel | undefined;
|
|
80
80
|
/**
|
|
81
|
-
* @public
|
|
82
81
|
* <p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>
|
|
82
|
+
* @public
|
|
83
83
|
*/
|
|
84
84
|
description?: string;
|
|
85
85
|
/**
|
|
86
|
-
* @public
|
|
87
86
|
* <p>The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.</p>
|
|
87
|
+
* @public
|
|
88
88
|
*/
|
|
89
89
|
userKMSKey?: string;
|
|
90
90
|
/**
|
|
91
|
-
* @public
|
|
92
91
|
* <p>The list of tags associated with the private re:Post.</p>
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
tags?: Record<string, string>;
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
roleArn?: string;
|
|
100
100
|
}
|
|
@@ -103,22 +103,22 @@ export interface CreateSpaceInput {
|
|
|
103
103
|
*/
|
|
104
104
|
export interface CreateSpaceOutput {
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>The unique ID of the private re:Post.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
spaceId: string | undefined;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
|
-
* @public
|
|
113
112
|
* <p>Unexpected error during processing of request.</p>
|
|
113
|
+
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class InternalServerException extends __BaseException {
|
|
116
116
|
readonly name: "InternalServerException";
|
|
117
117
|
readonly $fault: "server";
|
|
118
118
|
$retryable: {};
|
|
119
119
|
/**
|
|
120
|
-
* @public
|
|
121
120
|
* <p>Advice to clients on when the call can be safely retried.</p>
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
retryAfterSeconds?: number;
|
|
124
124
|
/**
|
|
@@ -127,20 +127,20 @@ export declare class InternalServerException extends __BaseException {
|
|
|
127
127
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>Request references a resource which does not exist.</p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
134
134
|
readonly name: "ResourceNotFoundException";
|
|
135
135
|
readonly $fault: "client";
|
|
136
136
|
/**
|
|
137
|
-
* @public
|
|
138
137
|
* <p>The ID of the resource.</p>
|
|
138
|
+
* @public
|
|
139
139
|
*/
|
|
140
140
|
resourceId: string | undefined;
|
|
141
141
|
/**
|
|
142
|
-
* @public
|
|
143
142
|
* <p>The type of the resource.</p>
|
|
143
|
+
* @public
|
|
144
144
|
*/
|
|
145
145
|
resourceType: string | undefined;
|
|
146
146
|
/**
|
|
@@ -149,30 +149,30 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
149
149
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
|
-
* @public
|
|
153
152
|
* <p>Request would cause a service quota to be exceeded.</p>
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
156
156
|
readonly name: "ServiceQuotaExceededException";
|
|
157
157
|
readonly $fault: "client";
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>The id of the resource.</p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
resourceId: string | undefined;
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>The type of the resource.</p>
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
resourceType: string | undefined;
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* <p>The code to identify the service.</p>
|
|
170
|
+
* @public
|
|
171
171
|
*/
|
|
172
172
|
serviceCode: string | undefined;
|
|
173
173
|
/**
|
|
174
|
-
* @public
|
|
175
174
|
* <p>The code to identify the quota.</p>
|
|
175
|
+
* @public
|
|
176
176
|
*/
|
|
177
177
|
quotaCode: string | undefined;
|
|
178
178
|
/**
|
|
@@ -181,8 +181,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
181
181
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @public
|
|
185
184
|
* <p>Request was denied due to request throttling.</p>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class ThrottlingException extends __BaseException {
|
|
188
188
|
readonly name: "ThrottlingException";
|
|
@@ -191,18 +191,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
191
191
|
throttling: boolean;
|
|
192
192
|
};
|
|
193
193
|
/**
|
|
194
|
-
* @public
|
|
195
194
|
* <p>The code to identify the service.</p>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
serviceCode?: string;
|
|
198
198
|
/**
|
|
199
|
-
* @public
|
|
200
199
|
* <p>The code to identify the quota.</p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
quotaCode?: string;
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* <p> Advice to clients on when the call can be safely retried.</p>
|
|
205
|
+
* @public
|
|
206
206
|
*/
|
|
207
207
|
retryAfterSeconds?: number;
|
|
208
208
|
/**
|
|
@@ -211,18 +211,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
211
211
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
212
212
|
}
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* <p>Stores information about a field that’s passed inside a request that resulted in an exception.</p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
export interface ValidationExceptionField {
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* <p>Message describing why the field failed validation.</p>
|
|
220
|
+
* @public
|
|
221
221
|
*/
|
|
222
222
|
name: string | undefined;
|
|
223
223
|
/**
|
|
224
|
-
* @public
|
|
225
224
|
* <p>The name of the field.</p>
|
|
225
|
+
* @public
|
|
226
226
|
*/
|
|
227
227
|
message: string | undefined;
|
|
228
228
|
}
|
|
@@ -241,20 +241,20 @@ export declare const ValidationExceptionReason: {
|
|
|
241
241
|
*/
|
|
242
242
|
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
export declare class ValidationException extends __BaseException {
|
|
248
248
|
readonly name: "ValidationException";
|
|
249
249
|
readonly $fault: "client";
|
|
250
250
|
/**
|
|
251
|
-
* @public
|
|
252
251
|
* <p>The reason why the request failed validation.</p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
reason: ValidationExceptionReason | undefined;
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>The field that caused the error, if applicable.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
fieldList?: ValidationExceptionField[];
|
|
260
260
|
/**
|
|
@@ -267,8 +267,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
267
267
|
*/
|
|
268
268
|
export interface DeleteSpaceInput {
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>The unique ID of the private re:Post.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
spaceId: string | undefined;
|
|
274
274
|
}
|
|
@@ -277,13 +277,13 @@ export interface DeleteSpaceInput {
|
|
|
277
277
|
*/
|
|
278
278
|
export interface DeregisterAdminInput {
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>The ID of the private re:Post to remove the admin from.</p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
spaceId: string | undefined;
|
|
284
284
|
/**
|
|
285
|
-
* @public
|
|
286
285
|
* <p>The ID of the admin to remove.</p>
|
|
286
|
+
* @public
|
|
287
287
|
*/
|
|
288
288
|
adminId: string | undefined;
|
|
289
289
|
}
|
|
@@ -292,8 +292,8 @@ export interface DeregisterAdminInput {
|
|
|
292
292
|
*/
|
|
293
293
|
export interface GetSpaceInput {
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p>The ID of the private re:Post.</p>
|
|
296
|
+
* @public
|
|
297
297
|
*/
|
|
298
298
|
spaceId: string | undefined;
|
|
299
299
|
}
|
|
@@ -315,103 +315,103 @@ export type VanityDomainStatus = (typeof VanityDomainStatus)[keyof typeof Vanity
|
|
|
315
315
|
*/
|
|
316
316
|
export interface GetSpaceOutput {
|
|
317
317
|
/**
|
|
318
|
-
* @public
|
|
319
318
|
* <p>The unique ID of the private re:Post.</p>
|
|
319
|
+
* @public
|
|
320
320
|
*/
|
|
321
321
|
spaceId: string | undefined;
|
|
322
322
|
/**
|
|
323
|
-
* @public
|
|
324
323
|
* <p>The ARN of the private re:Post.</p>
|
|
324
|
+
* @public
|
|
325
325
|
*/
|
|
326
326
|
arn: string | undefined;
|
|
327
327
|
/**
|
|
328
|
-
* @public
|
|
329
328
|
* <p>The name of the private re:Post.</p>
|
|
329
|
+
* @public
|
|
330
330
|
*/
|
|
331
331
|
name: string | undefined;
|
|
332
332
|
/**
|
|
333
|
-
* @public
|
|
334
333
|
* <p>The creation or deletion status of the private re:Post.</p>
|
|
334
|
+
* @public
|
|
335
335
|
*/
|
|
336
336
|
status: string | undefined;
|
|
337
337
|
/**
|
|
338
|
-
* @public
|
|
339
338
|
* <p>The configuration status of the private re:Post.</p>
|
|
339
|
+
* @public
|
|
340
340
|
*/
|
|
341
341
|
configurationStatus: ConfigurationStatus | undefined;
|
|
342
342
|
/**
|
|
343
|
-
* @public
|
|
344
343
|
* <p>The Identity Center identifier for the Application Instance.</p>
|
|
344
|
+
* @public
|
|
345
345
|
*/
|
|
346
346
|
clientId: string | undefined;
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* <p>The description of the private re:Post.</p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
description?: string;
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The approval status of the custom subdomain.</p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
vanityDomainStatus: VanityDomainStatus | undefined;
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
vanityDomain: string | undefined;
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>The AWS generated subdomain of the private re:Post</p>
|
|
364
|
+
* @public
|
|
365
365
|
*/
|
|
366
366
|
randomDomain: string | undefined;
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
customerRoleArn?: string;
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>The date when the private re:Post was created.</p>
|
|
374
|
+
* @public
|
|
375
375
|
*/
|
|
376
376
|
createDateTime: Date | undefined;
|
|
377
377
|
/**
|
|
378
|
-
* @public
|
|
379
378
|
* <p>The date when the private re:Post was deleted.</p>
|
|
379
|
+
* @public
|
|
380
380
|
*/
|
|
381
381
|
deleteDateTime?: Date;
|
|
382
382
|
/**
|
|
383
|
-
* @public
|
|
384
383
|
* <p>The pricing tier of the private re:Post.</p>
|
|
384
|
+
* @public
|
|
385
385
|
*/
|
|
386
386
|
tier: TierLevel | undefined;
|
|
387
387
|
/**
|
|
388
|
-
* @public
|
|
389
388
|
* <p>The storage limit of the private re:Post.</p>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
storageLimit: number | undefined;
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p>The list of users that are administrators of the private re:Post.</p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
userAdmins?: string[];
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p>The list of groups that are administrators of the private re:Post.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
groupAdmins?: string[];
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
userKMSKey?: string;
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p>The number of users that have onboarded to the private re:Post.</p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
userCount?: number;
|
|
412
412
|
/**
|
|
413
|
-
* @public
|
|
414
413
|
* <p>The content size of the private re:Post.</p>
|
|
414
|
+
* @public
|
|
415
415
|
*/
|
|
416
416
|
contentSize?: number;
|
|
417
417
|
}
|
|
@@ -420,99 +420,99 @@ export interface GetSpaceOutput {
|
|
|
420
420
|
*/
|
|
421
421
|
export interface ListSpacesInput {
|
|
422
422
|
/**
|
|
423
|
-
* @public
|
|
424
423
|
* <p>The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.</p>
|
|
424
|
+
* @public
|
|
425
425
|
*/
|
|
426
426
|
nextToken?: string;
|
|
427
427
|
/**
|
|
428
|
-
* @public
|
|
429
428
|
* <p>The maximum number of private re:Posts to include in the results.</p>
|
|
429
|
+
* @public
|
|
430
430
|
*/
|
|
431
431
|
maxResults?: number;
|
|
432
432
|
}
|
|
433
433
|
/**
|
|
434
|
-
* @public
|
|
435
434
|
* <p>A structure that contains some information about a private re:Post in the account.</p>
|
|
435
|
+
* @public
|
|
436
436
|
*/
|
|
437
437
|
export interface SpaceData {
|
|
438
438
|
/**
|
|
439
|
-
* @public
|
|
440
439
|
* <p>The unique ID of the private re:Post.</p>
|
|
440
|
+
* @public
|
|
441
441
|
*/
|
|
442
442
|
spaceId: string | undefined;
|
|
443
443
|
/**
|
|
444
|
-
* @public
|
|
445
444
|
* <p>The ARN of the private re:Post.</p>
|
|
445
|
+
* @public
|
|
446
446
|
*/
|
|
447
447
|
arn: string | undefined;
|
|
448
448
|
/**
|
|
449
|
-
* @public
|
|
450
449
|
* <p>The name for the private re:Post.</p>
|
|
450
|
+
* @public
|
|
451
451
|
*/
|
|
452
452
|
name: string | undefined;
|
|
453
453
|
/**
|
|
454
|
-
* @public
|
|
455
454
|
* <p>The description for the private re:Post. This is used only to help you identify this private re:Post.</p>
|
|
455
|
+
* @public
|
|
456
456
|
*/
|
|
457
457
|
description?: string;
|
|
458
458
|
/**
|
|
459
|
-
* @public
|
|
460
459
|
* <p>The creation/deletion status of the private re:Post.</p>
|
|
460
|
+
* @public
|
|
461
461
|
*/
|
|
462
462
|
status: string | undefined;
|
|
463
463
|
/**
|
|
464
|
-
* @public
|
|
465
464
|
* <p>The configuration status of the private re:Post.</p>
|
|
465
|
+
* @public
|
|
466
466
|
*/
|
|
467
467
|
configurationStatus: ConfigurationStatus | undefined;
|
|
468
468
|
/**
|
|
469
|
-
* @public
|
|
470
469
|
* <p>This approval status of the custom subdomain.</p>
|
|
470
|
+
* @public
|
|
471
471
|
*/
|
|
472
472
|
vanityDomainStatus: VanityDomainStatus | undefined;
|
|
473
473
|
/**
|
|
474
|
-
* @public
|
|
475
474
|
* <p>This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>
|
|
475
|
+
* @public
|
|
476
476
|
*/
|
|
477
477
|
vanityDomain: string | undefined;
|
|
478
478
|
/**
|
|
479
|
-
* @public
|
|
480
479
|
* <p>The AWS generated subdomain of the private re:Post.</p>
|
|
480
|
+
* @public
|
|
481
481
|
*/
|
|
482
482
|
randomDomain: string | undefined;
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p>The pricing tier of the private re:Post.</p>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
tier: TierLevel | undefined;
|
|
488
488
|
/**
|
|
489
|
-
* @public
|
|
490
489
|
* <p>The storage limit of the private re:Post.</p>
|
|
490
|
+
* @public
|
|
491
491
|
*/
|
|
492
492
|
storageLimit: number | undefined;
|
|
493
493
|
/**
|
|
494
|
-
* @public
|
|
495
494
|
* <p>The date when the private re:Post was created.</p>
|
|
495
|
+
* @public
|
|
496
496
|
*/
|
|
497
497
|
createDateTime: Date | undefined;
|
|
498
498
|
/**
|
|
499
|
-
* @public
|
|
500
499
|
* <p>The date when the private re:Post was deleted.</p>
|
|
500
|
+
* @public
|
|
501
501
|
*/
|
|
502
502
|
deleteDateTime?: Date;
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* <p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
userKMSKey?: string;
|
|
508
508
|
/**
|
|
509
|
-
* @public
|
|
510
509
|
* <p>The number of onboarded users to the private re:Post.</p>
|
|
510
|
+
* @public
|
|
511
511
|
*/
|
|
512
512
|
userCount?: number;
|
|
513
513
|
/**
|
|
514
|
-
* @public
|
|
515
514
|
* <p>The content size of the private re:Post.</p>
|
|
515
|
+
* @public
|
|
516
516
|
*/
|
|
517
517
|
contentSize?: number;
|
|
518
518
|
}
|
|
@@ -521,13 +521,13 @@ export interface SpaceData {
|
|
|
521
521
|
*/
|
|
522
522
|
export interface ListSpacesOutput {
|
|
523
523
|
/**
|
|
524
|
-
* @public
|
|
525
524
|
* <p>An array of structures that contain some information about the private re:Posts in the account.</p>
|
|
525
|
+
* @public
|
|
526
526
|
*/
|
|
527
527
|
spaces: SpaceData[] | undefined;
|
|
528
528
|
/**
|
|
529
|
-
* @public
|
|
530
529
|
* <p>The token that you use when you request the next set of private re:Posts.</p>
|
|
530
|
+
* @public
|
|
531
531
|
*/
|
|
532
532
|
nextToken?: string;
|
|
533
533
|
}
|
|
@@ -536,8 +536,8 @@ export interface ListSpacesOutput {
|
|
|
536
536
|
*/
|
|
537
537
|
export interface ListTagsForResourceRequest {
|
|
538
538
|
/**
|
|
539
|
-
* @public
|
|
540
539
|
* <p>The ARN of the resource that the tags are associated with.</p>
|
|
540
|
+
* @public
|
|
541
541
|
*/
|
|
542
542
|
resourceArn: string | undefined;
|
|
543
543
|
}
|
|
@@ -546,8 +546,8 @@ export interface ListTagsForResourceRequest {
|
|
|
546
546
|
*/
|
|
547
547
|
export interface ListTagsForResourceResponse {
|
|
548
548
|
/**
|
|
549
|
-
* @public
|
|
550
549
|
* <p>The list of tags that are associated with the resource.</p>
|
|
550
|
+
* @public
|
|
551
551
|
*/
|
|
552
552
|
tags?: Record<string, string>;
|
|
553
553
|
}
|
|
@@ -556,13 +556,13 @@ export interface ListTagsForResourceResponse {
|
|
|
556
556
|
*/
|
|
557
557
|
export interface RegisterAdminInput {
|
|
558
558
|
/**
|
|
559
|
-
* @public
|
|
560
559
|
* <p>The ID of the private re:Post.</p>
|
|
560
|
+
* @public
|
|
561
561
|
*/
|
|
562
562
|
spaceId: string | undefined;
|
|
563
563
|
/**
|
|
564
|
-
* @public
|
|
565
564
|
* <p>The ID of the administrator.</p>
|
|
565
|
+
* @public
|
|
566
566
|
*/
|
|
567
567
|
adminId: string | undefined;
|
|
568
568
|
}
|
|
@@ -571,23 +571,23 @@ export interface RegisterAdminInput {
|
|
|
571
571
|
*/
|
|
572
572
|
export interface SendInvitesInput {
|
|
573
573
|
/**
|
|
574
|
-
* @public
|
|
575
574
|
* <p>The ID of the private re:Post.</p>
|
|
575
|
+
* @public
|
|
576
576
|
*/
|
|
577
577
|
spaceId: string | undefined;
|
|
578
578
|
/**
|
|
579
|
-
* @public
|
|
580
579
|
* <p>The array of identifiers for the users and groups.</p>
|
|
580
|
+
* @public
|
|
581
581
|
*/
|
|
582
582
|
accessorIds: string[] | undefined;
|
|
583
583
|
/**
|
|
584
|
-
* @public
|
|
585
584
|
* <p>The title of the invite.</p>
|
|
585
|
+
* @public
|
|
586
586
|
*/
|
|
587
587
|
title: string | undefined;
|
|
588
588
|
/**
|
|
589
|
-
* @public
|
|
590
589
|
* <p>The body of the invite.</p>
|
|
590
|
+
* @public
|
|
591
591
|
*/
|
|
592
592
|
body: string | undefined;
|
|
593
593
|
}
|
|
@@ -596,13 +596,13 @@ export interface SendInvitesInput {
|
|
|
596
596
|
*/
|
|
597
597
|
export interface TagResourceRequest {
|
|
598
598
|
/**
|
|
599
|
-
* @public
|
|
600
599
|
* <p>The ARN of the resource that the tag is associated with.</p>
|
|
600
|
+
* @public
|
|
601
601
|
*/
|
|
602
602
|
resourceArn: string | undefined;
|
|
603
603
|
/**
|
|
604
|
-
* @public
|
|
605
604
|
* <p>The list of tag keys and values that must be associated with the resource. You can associate tag keys only, tags (key and values) only, or a combination of tag keys and tags.</p>
|
|
605
|
+
* @public
|
|
606
606
|
*/
|
|
607
607
|
tags: Record<string, string> | undefined;
|
|
608
608
|
}
|
|
@@ -616,13 +616,13 @@ export interface TagResourceResponse {
|
|
|
616
616
|
*/
|
|
617
617
|
export interface UntagResourceRequest {
|
|
618
618
|
/**
|
|
619
|
-
* @public
|
|
620
619
|
* <p>The ARN of the resource.</p>
|
|
620
|
+
* @public
|
|
621
621
|
*/
|
|
622
622
|
resourceArn: string | undefined;
|
|
623
623
|
/**
|
|
624
|
-
* @public
|
|
625
624
|
* <p>The key values of the tag.</p>
|
|
625
|
+
* @public
|
|
626
626
|
*/
|
|
627
627
|
tagKeys: string[] | undefined;
|
|
628
628
|
}
|
|
@@ -636,23 +636,23 @@ export interface UntagResourceResponse {
|
|
|
636
636
|
*/
|
|
637
637
|
export interface UpdateSpaceInput {
|
|
638
638
|
/**
|
|
639
|
-
* @public
|
|
640
639
|
* <p>The unique ID of this private re:Post.</p>
|
|
640
|
+
* @public
|
|
641
641
|
*/
|
|
642
642
|
spaceId: string | undefined;
|
|
643
643
|
/**
|
|
644
|
-
* @public
|
|
645
644
|
* <p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>
|
|
645
|
+
* @public
|
|
646
646
|
*/
|
|
647
647
|
description?: string;
|
|
648
648
|
/**
|
|
649
|
-
* @public
|
|
650
649
|
* <p>The pricing tier of this private re:Post.</p>
|
|
650
|
+
* @public
|
|
651
651
|
*/
|
|
652
652
|
tier?: TierLevel;
|
|
653
653
|
/**
|
|
654
|
-
* @public
|
|
655
654
|
* <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
|
|
655
|
+
* @public
|
|
656
656
|
*/
|
|
657
657
|
roleArn?: string;
|
|
658
658
|
}
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|