@aws-sdk/client-repostspace 3.928.0 → 3.930.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-cjs/index.js +850 -981
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/RepostspaceClient.js +2 -0
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +3 -9
- package/dist-es/commands/BatchAddRoleCommand.js +3 -9
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +3 -9
- package/dist-es/commands/BatchRemoveRoleCommand.js +3 -9
- package/dist-es/commands/CreateChannelCommand.js +3 -10
- package/dist-es/commands/CreateSpaceCommand.js +3 -10
- package/dist-es/commands/DeleteSpaceCommand.js +3 -9
- package/dist-es/commands/DeregisterAdminCommand.js +3 -9
- package/dist-es/commands/GetChannelCommand.js +3 -10
- package/dist-es/commands/GetSpaceCommand.js +3 -10
- package/dist-es/commands/ListChannelsCommand.js +3 -10
- package/dist-es/commands/ListSpacesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/RegisterAdminCommand.js +3 -9
- package/dist-es/commands/SendInvitesCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateChannelCommand.js +3 -10
- package/dist-es/commands/UpdateSpaceCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -82
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +801 -0
- package/dist-types/RepostspaceClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -60
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +89 -0
- package/dist-types/ts3.4/RepostspaceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +96 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -736
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "./commands/BatchAddChannelRoleToAccessorsCommand";
|
|
11
11
|
import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "./commands/BatchAddRoleCommand";
|
|
@@ -160,6 +160,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
160
160
|
* Optional extensions
|
|
161
161
|
*/
|
|
162
162
|
extensions?: RuntimeExtension[];
|
|
163
|
+
/**
|
|
164
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
165
|
+
* may be overridden. A default will always be set by the client.
|
|
166
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
167
|
+
* the client.
|
|
168
|
+
* @alpha
|
|
169
|
+
*
|
|
170
|
+
*/
|
|
171
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
163
172
|
/**
|
|
164
173
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
165
174
|
*/
|
|
@@ -1173,63 +1173,3 @@ export interface UpdateSpaceInput {
|
|
|
1173
1173
|
*/
|
|
1174
1174
|
supportedEmailDomains?: SupportedEmailDomainsParameters | undefined;
|
|
1175
1175
|
}
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
export declare const ChannelDataFilterSensitiveLog: (obj: ChannelData) => any;
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
|
-
export declare const CreateChannelInputFilterSensitiveLog: (obj: CreateChannelInput) => any;
|
|
1184
|
-
/**
|
|
1185
|
-
* @internal
|
|
1186
|
-
*/
|
|
1187
|
-
export declare const SupportedEmailDomainsParametersFilterSensitiveLog: (obj: SupportedEmailDomainsParameters) => any;
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
|
-
export declare const CreateSpaceInputFilterSensitiveLog: (obj: CreateSpaceInput) => any;
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
export declare const GetChannelOutputFilterSensitiveLog: (obj: GetChannelOutput) => any;
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
export declare const SupportedEmailDomainsStatusFilterSensitiveLog: (obj: SupportedEmailDomainsStatus) => any;
|
|
1200
|
-
/**
|
|
1201
|
-
* @internal
|
|
1202
|
-
*/
|
|
1203
|
-
export declare const GetSpaceOutputFilterSensitiveLog: (obj: GetSpaceOutput) => any;
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
|
-
export declare const ListChannelsOutputFilterSensitiveLog: (obj: ListChannelsOutput) => any;
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
|
-
export declare const SpaceDataFilterSensitiveLog: (obj: SpaceData) => any;
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
export declare const ListSpacesOutputFilterSensitiveLog: (obj: ListSpacesOutput) => any;
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
*/
|
|
1219
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
export declare const SendInvitesInputFilterSensitiveLog: (obj: SendInvitesInput) => any;
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
export declare const UpdateChannelInputFilterSensitiveLog: (obj: UpdateChannelInput) => any;
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
export declare const UpdateSpaceInputFilterSensitiveLog: (obj: UpdateSpaceInput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RepostspaceHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ChannelDescription: StaticSimpleSchema;
|
|
3
|
+
export declare var ChannelName: StaticSimpleSchema;
|
|
4
|
+
export declare var EmailDomain: StaticSimpleSchema;
|
|
5
|
+
export declare var InviteBody: StaticSimpleSchema;
|
|
6
|
+
export declare var InviteTitle: StaticSimpleSchema;
|
|
7
|
+
export declare var SpaceDescription: StaticSimpleSchema;
|
|
8
|
+
export declare var SpaceName: StaticSimpleSchema;
|
|
9
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
10
|
+
export declare var BatchAddChannelRoleToAccessorsInput: StaticStructureSchema;
|
|
11
|
+
export declare var BatchAddChannelRoleToAccessorsOutput: StaticStructureSchema;
|
|
12
|
+
export declare var BatchAddRoleInput: StaticStructureSchema;
|
|
13
|
+
export declare var BatchAddRoleOutput: StaticStructureSchema;
|
|
14
|
+
export declare var BatchError: StaticStructureSchema;
|
|
15
|
+
export declare var BatchRemoveChannelRoleFromAccessorsInput: StaticStructureSchema;
|
|
16
|
+
export declare var BatchRemoveChannelRoleFromAccessorsOutput: StaticStructureSchema;
|
|
17
|
+
export declare var BatchRemoveRoleInput: StaticStructureSchema;
|
|
18
|
+
export declare var BatchRemoveRoleOutput: StaticStructureSchema;
|
|
19
|
+
export declare var ChannelData: StaticStructureSchema;
|
|
20
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
21
|
+
export declare var CreateChannelInput: StaticStructureSchema;
|
|
22
|
+
export declare var CreateChannelOutput: StaticStructureSchema;
|
|
23
|
+
export declare var CreateSpaceInput: StaticStructureSchema;
|
|
24
|
+
export declare var CreateSpaceOutput: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteSpaceInput: StaticStructureSchema;
|
|
26
|
+
export declare var DeregisterAdminInput: StaticStructureSchema;
|
|
27
|
+
export declare var GetChannelInput: StaticStructureSchema;
|
|
28
|
+
export declare var GetChannelOutput: StaticStructureSchema;
|
|
29
|
+
export declare var GetSpaceInput: StaticStructureSchema;
|
|
30
|
+
export declare var GetSpaceOutput: StaticStructureSchema;
|
|
31
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
32
|
+
export declare var ListChannelsInput: StaticStructureSchema;
|
|
33
|
+
export declare var ListChannelsOutput: StaticStructureSchema;
|
|
34
|
+
export declare var ListSpacesInput: StaticStructureSchema;
|
|
35
|
+
export declare var ListSpacesOutput: StaticStructureSchema;
|
|
36
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
37
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
38
|
+
export declare var RegisterAdminInput: StaticStructureSchema;
|
|
39
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
40
|
+
export declare var SendInvitesInput: StaticStructureSchema;
|
|
41
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
42
|
+
export declare var SpaceData: StaticStructureSchema;
|
|
43
|
+
export declare var SupportedEmailDomainsParameters: StaticStructureSchema;
|
|
44
|
+
export declare var SupportedEmailDomainsStatus: StaticStructureSchema;
|
|
45
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
46
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
47
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
48
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var UpdateChannelInput: StaticStructureSchema;
|
|
51
|
+
export declare var UpdateChannelOutput: StaticStructureSchema;
|
|
52
|
+
export declare var UpdateSpaceInput: StaticStructureSchema;
|
|
53
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
54
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
55
|
+
export declare var __Unit: "unit";
|
|
56
|
+
export declare var RepostspaceServiceException: StaticErrorSchema;
|
|
57
|
+
export declare var AccessorIdList: number;
|
|
58
|
+
export declare var AllowedDomainsList: StaticListSchema;
|
|
59
|
+
export declare var BatchErrorList: StaticListSchema;
|
|
60
|
+
export declare var ChannelRoleList: number;
|
|
61
|
+
export declare var ChannelsList: StaticListSchema;
|
|
62
|
+
export declare var GroupAdmins: number;
|
|
63
|
+
export declare var RoleList: number;
|
|
64
|
+
export declare var SpacesList: StaticListSchema;
|
|
65
|
+
export declare var TagKeyList: number;
|
|
66
|
+
export declare var UserAdmins: number;
|
|
67
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
68
|
+
export declare var ChannelRoles: StaticMapSchema;
|
|
69
|
+
export declare var Roles: StaticMapSchema;
|
|
70
|
+
export declare var Tags: StaticMapSchema;
|
|
71
|
+
export declare var BatchAddChannelRoleToAccessors: StaticOperationSchema;
|
|
72
|
+
export declare var BatchAddRole: StaticOperationSchema;
|
|
73
|
+
export declare var BatchRemoveChannelRoleFromAccessors: StaticOperationSchema;
|
|
74
|
+
export declare var BatchRemoveRole: StaticOperationSchema;
|
|
75
|
+
export declare var CreateChannel: StaticOperationSchema;
|
|
76
|
+
export declare var CreateSpace: StaticOperationSchema;
|
|
77
|
+
export declare var DeleteSpace: StaticOperationSchema;
|
|
78
|
+
export declare var DeregisterAdmin: StaticOperationSchema;
|
|
79
|
+
export declare var GetChannel: StaticOperationSchema;
|
|
80
|
+
export declare var GetSpace: StaticOperationSchema;
|
|
81
|
+
export declare var ListChannels: StaticOperationSchema;
|
|
82
|
+
export declare var ListSpaces: StaticOperationSchema;
|
|
83
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
84
|
+
export declare var RegisterAdmin: StaticOperationSchema;
|
|
85
|
+
export declare var SendInvites: StaticOperationSchema;
|
|
86
|
+
export declare var TagResource: StaticOperationSchema;
|
|
87
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
88
|
+
export declare var UpdateChannel: StaticOperationSchema;
|
|
89
|
+
export declare var UpdateSpace: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -192,6 +195,7 @@ export interface ClientDefaults
|
|
|
192
195
|
retryMode?: string | __Provider<string>;
|
|
193
196
|
logger?: __Logger;
|
|
194
197
|
extensions?: RuntimeExtension[];
|
|
198
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
195
199
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
196
200
|
}
|
|
197
201
|
export type RepostspaceClientConfigType = Partial<
|
|
@@ -340,44 +340,3 @@ export interface UpdateSpaceInput {
|
|
|
340
340
|
roleArn?: string | undefined;
|
|
341
341
|
supportedEmailDomains?: SupportedEmailDomainsParameters | undefined;
|
|
342
342
|
}
|
|
343
|
-
export declare const ChannelDataFilterSensitiveLog: (obj: ChannelData) => any;
|
|
344
|
-
export declare const CreateChannelInputFilterSensitiveLog: (
|
|
345
|
-
obj: CreateChannelInput
|
|
346
|
-
) => any;
|
|
347
|
-
export declare const SupportedEmailDomainsParametersFilterSensitiveLog: (
|
|
348
|
-
obj: SupportedEmailDomainsParameters
|
|
349
|
-
) => any;
|
|
350
|
-
export declare const CreateSpaceInputFilterSensitiveLog: (
|
|
351
|
-
obj: CreateSpaceInput
|
|
352
|
-
) => any;
|
|
353
|
-
export declare const GetChannelOutputFilterSensitiveLog: (
|
|
354
|
-
obj: GetChannelOutput
|
|
355
|
-
) => any;
|
|
356
|
-
export declare const SupportedEmailDomainsStatusFilterSensitiveLog: (
|
|
357
|
-
obj: SupportedEmailDomainsStatus
|
|
358
|
-
) => any;
|
|
359
|
-
export declare const GetSpaceOutputFilterSensitiveLog: (
|
|
360
|
-
obj: GetSpaceOutput
|
|
361
|
-
) => any;
|
|
362
|
-
export declare const ListChannelsOutputFilterSensitiveLog: (
|
|
363
|
-
obj: ListChannelsOutput
|
|
364
|
-
) => any;
|
|
365
|
-
export declare const SpaceDataFilterSensitiveLog: (obj: SpaceData) => any;
|
|
366
|
-
export declare const ListSpacesOutputFilterSensitiveLog: (
|
|
367
|
-
obj: ListSpacesOutput
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
370
|
-
obj: ListTagsForResourceResponse
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const SendInvitesInputFilterSensitiveLog: (
|
|
373
|
-
obj: SendInvitesInput
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
376
|
-
obj: TagResourceRequest
|
|
377
|
-
) => any;
|
|
378
|
-
export declare const UpdateChannelInputFilterSensitiveLog: (
|
|
379
|
-
obj: UpdateChannelInput
|
|
380
|
-
) => any;
|
|
381
|
-
export declare const UpdateSpaceInputFilterSensitiveLog: (
|
|
382
|
-
obj: UpdateSpaceInput
|
|
383
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RepostspaceHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var ChannelDescription: StaticSimpleSchema;
|
|
10
|
+
export declare var ChannelName: StaticSimpleSchema;
|
|
11
|
+
export declare var EmailDomain: StaticSimpleSchema;
|
|
12
|
+
export declare var InviteBody: StaticSimpleSchema;
|
|
13
|
+
export declare var InviteTitle: StaticSimpleSchema;
|
|
14
|
+
export declare var SpaceDescription: StaticSimpleSchema;
|
|
15
|
+
export declare var SpaceName: StaticSimpleSchema;
|
|
16
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
17
|
+
export declare var BatchAddChannelRoleToAccessorsInput: StaticStructureSchema;
|
|
18
|
+
export declare var BatchAddChannelRoleToAccessorsOutput: StaticStructureSchema;
|
|
19
|
+
export declare var BatchAddRoleInput: StaticStructureSchema;
|
|
20
|
+
export declare var BatchAddRoleOutput: StaticStructureSchema;
|
|
21
|
+
export declare var BatchError: StaticStructureSchema;
|
|
22
|
+
export declare var BatchRemoveChannelRoleFromAccessorsInput: StaticStructureSchema;
|
|
23
|
+
export declare var BatchRemoveChannelRoleFromAccessorsOutput: StaticStructureSchema;
|
|
24
|
+
export declare var BatchRemoveRoleInput: StaticStructureSchema;
|
|
25
|
+
export declare var BatchRemoveRoleOutput: StaticStructureSchema;
|
|
26
|
+
export declare var ChannelData: StaticStructureSchema;
|
|
27
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
28
|
+
export declare var CreateChannelInput: StaticStructureSchema;
|
|
29
|
+
export declare var CreateChannelOutput: StaticStructureSchema;
|
|
30
|
+
export declare var CreateSpaceInput: StaticStructureSchema;
|
|
31
|
+
export declare var CreateSpaceOutput: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteSpaceInput: StaticStructureSchema;
|
|
33
|
+
export declare var DeregisterAdminInput: StaticStructureSchema;
|
|
34
|
+
export declare var GetChannelInput: StaticStructureSchema;
|
|
35
|
+
export declare var GetChannelOutput: StaticStructureSchema;
|
|
36
|
+
export declare var GetSpaceInput: StaticStructureSchema;
|
|
37
|
+
export declare var GetSpaceOutput: StaticStructureSchema;
|
|
38
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
39
|
+
export declare var ListChannelsInput: StaticStructureSchema;
|
|
40
|
+
export declare var ListChannelsOutput: StaticStructureSchema;
|
|
41
|
+
export declare var ListSpacesInput: StaticStructureSchema;
|
|
42
|
+
export declare var ListSpacesOutput: StaticStructureSchema;
|
|
43
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
44
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
45
|
+
export declare var RegisterAdminInput: StaticStructureSchema;
|
|
46
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
47
|
+
export declare var SendInvitesInput: StaticStructureSchema;
|
|
48
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
49
|
+
export declare var SpaceData: StaticStructureSchema;
|
|
50
|
+
export declare var SupportedEmailDomainsParameters: StaticStructureSchema;
|
|
51
|
+
export declare var SupportedEmailDomainsStatus: StaticStructureSchema;
|
|
52
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
53
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
54
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
55
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
56
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
57
|
+
export declare var UpdateChannelInput: StaticStructureSchema;
|
|
58
|
+
export declare var UpdateChannelOutput: StaticStructureSchema;
|
|
59
|
+
export declare var UpdateSpaceInput: StaticStructureSchema;
|
|
60
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
61
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
62
|
+
export declare var __Unit: "unit";
|
|
63
|
+
export declare var RepostspaceServiceException: StaticErrorSchema;
|
|
64
|
+
export declare var AccessorIdList: number;
|
|
65
|
+
export declare var AllowedDomainsList: StaticListSchema;
|
|
66
|
+
export declare var BatchErrorList: StaticListSchema;
|
|
67
|
+
export declare var ChannelRoleList: number;
|
|
68
|
+
export declare var ChannelsList: StaticListSchema;
|
|
69
|
+
export declare var GroupAdmins: number;
|
|
70
|
+
export declare var RoleList: number;
|
|
71
|
+
export declare var SpacesList: StaticListSchema;
|
|
72
|
+
export declare var TagKeyList: number;
|
|
73
|
+
export declare var UserAdmins: number;
|
|
74
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
75
|
+
export declare var ChannelRoles: StaticMapSchema;
|
|
76
|
+
export declare var Roles: StaticMapSchema;
|
|
77
|
+
export declare var Tags: StaticMapSchema;
|
|
78
|
+
export declare var BatchAddChannelRoleToAccessors: StaticOperationSchema;
|
|
79
|
+
export declare var BatchAddRole: StaticOperationSchema;
|
|
80
|
+
export declare var BatchRemoveChannelRoleFromAccessors: StaticOperationSchema;
|
|
81
|
+
export declare var BatchRemoveRole: StaticOperationSchema;
|
|
82
|
+
export declare var CreateChannel: StaticOperationSchema;
|
|
83
|
+
export declare var CreateSpace: StaticOperationSchema;
|
|
84
|
+
export declare var DeleteSpace: StaticOperationSchema;
|
|
85
|
+
export declare var DeregisterAdmin: StaticOperationSchema;
|
|
86
|
+
export declare var GetChannel: StaticOperationSchema;
|
|
87
|
+
export declare var GetSpace: StaticOperationSchema;
|
|
88
|
+
export declare var ListChannels: StaticOperationSchema;
|
|
89
|
+
export declare var ListSpaces: StaticOperationSchema;
|
|
90
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
91
|
+
export declare var RegisterAdmin: StaticOperationSchema;
|
|
92
|
+
export declare var SendInvites: StaticOperationSchema;
|
|
93
|
+
export declare var TagResource: StaticOperationSchema;
|
|
94
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
95
|
+
export declare var UpdateChannel: StaticOperationSchema;
|
|
96
|
+
export declare var UpdateSpace: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-repostspace",
|
|
3
3
|
"description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.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-repostspace",
|
|
@@ -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/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.5",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|