@aws-sdk/client-workspaces-thin-client 3.928.0 → 3.929.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 +825 -1061
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WorkSpacesThinClientClient.js +2 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
- package/dist-es/commands/DeleteDeviceCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeregisterDeviceCommand.js +3 -9
- package/dist-es/commands/GetDeviceCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentCommand.js +3 -10
- package/dist-es/commands/GetSoftwareSetCommand.js +3 -9
- package/dist-es/commands/ListDevicesCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
- package/dist-es/commands/ListSoftwareSetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateDeviceCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
- package/dist-es/commands/UpdateSoftwareSetCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -81
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +777 -0
- package/dist-types/WorkSpacesThinClientClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -68
- 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 +81 -0
- package/dist-types/ts3.4/WorkSpacesThinClientClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -47
- 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 +88 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -838
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -146
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -197
|
@@ -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 { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
11
11
|
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
@@ -157,6 +157,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
157
157
|
* Optional extensions
|
|
158
158
|
*/
|
|
159
159
|
extensions?: RuntimeExtension[];
|
|
160
|
+
/**
|
|
161
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
162
|
+
* may be overridden. A default will always be set by the client.
|
|
163
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
164
|
+
* the client.
|
|
165
|
+
* @alpha
|
|
166
|
+
*
|
|
167
|
+
*/
|
|
168
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
160
169
|
/**
|
|
161
170
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
162
171
|
*/
|
|
@@ -1307,71 +1307,3 @@ export interface UpdateSoftwareSetRequest {
|
|
|
1307
1307
|
*/
|
|
1308
1308
|
export interface UpdateSoftwareSetResponse {
|
|
1309
1309
|
}
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
|
-
export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
|
-
export declare const CreateEnvironmentResponseFilterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
1322
|
-
/**
|
|
1323
|
-
* @internal
|
|
1324
|
-
*/
|
|
1325
|
-
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
*/
|
|
1329
|
-
export declare const DeviceSummaryFilterSensitiveLog: (obj: DeviceSummary) => any;
|
|
1330
|
-
/**
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
1333
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1334
|
-
/**
|
|
1335
|
-
* @internal
|
|
1336
|
-
*/
|
|
1337
|
-
export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceResponse) => any;
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
|
-
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
|
-
export declare const ListEnvironmentsResponseFilterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
1350
|
-
/**
|
|
1351
|
-
* @internal
|
|
1352
|
-
*/
|
|
1353
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1354
|
-
/**
|
|
1355
|
-
* @internal
|
|
1356
|
-
*/
|
|
1357
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1362
|
-
/**
|
|
1363
|
-
* @internal
|
|
1364
|
-
*/
|
|
1365
|
-
export declare const UpdateDeviceRequestFilterSensitiveLog: (obj: UpdateDeviceRequest) => any;
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
|
-
export declare const UpdateDeviceResponseFilterSensitiveLog: (obj: UpdateDeviceResponse) => any;
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesThinClientClientConfig
|
|
|
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: WorkSpacesThinClientClientConfig
|
|
|
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: WorkSpacesThinClientClientConfig
|
|
|
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: WorkSpacesThinClientClientConfig
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkSpacesThinClientHttpAuthSchemeProvider;
|
|
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,81 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ActivationCode: StaticSimpleSchema;
|
|
3
|
+
export declare var DesktopEndpoint: StaticSimpleSchema;
|
|
4
|
+
export declare var DeviceName: StaticSimpleSchema;
|
|
5
|
+
export declare var EnvironmentName: StaticSimpleSchema;
|
|
6
|
+
export declare var UserId: StaticSimpleSchema;
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
9
|
+
export declare var CreateEnvironmentRequest: StaticStructureSchema;
|
|
10
|
+
export declare var CreateEnvironmentResponse: StaticStructureSchema;
|
|
11
|
+
export declare var DeleteDeviceRequest: StaticStructureSchema;
|
|
12
|
+
export declare var DeleteDeviceResponse: StaticStructureSchema;
|
|
13
|
+
export declare var DeleteEnvironmentRequest: StaticStructureSchema;
|
|
14
|
+
export declare var DeleteEnvironmentResponse: StaticStructureSchema;
|
|
15
|
+
export declare var DeregisterDeviceRequest: StaticStructureSchema;
|
|
16
|
+
export declare var DeregisterDeviceResponse: StaticStructureSchema;
|
|
17
|
+
export declare var Device: StaticStructureSchema;
|
|
18
|
+
export declare var DeviceSummary: StaticStructureSchema;
|
|
19
|
+
export declare var Environment: StaticStructureSchema;
|
|
20
|
+
export declare var EnvironmentSummary: StaticStructureSchema;
|
|
21
|
+
export declare var GetDeviceRequest: StaticStructureSchema;
|
|
22
|
+
export declare var GetDeviceResponse: StaticStructureSchema;
|
|
23
|
+
export declare var GetEnvironmentRequest: StaticStructureSchema;
|
|
24
|
+
export declare var GetEnvironmentResponse: StaticStructureSchema;
|
|
25
|
+
export declare var GetSoftwareSetRequest: StaticStructureSchema;
|
|
26
|
+
export declare var GetSoftwareSetResponse: StaticStructureSchema;
|
|
27
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
28
|
+
export declare var ListDevicesRequest: StaticStructureSchema;
|
|
29
|
+
export declare var ListDevicesResponse: StaticStructureSchema;
|
|
30
|
+
export declare var ListEnvironmentsRequest: StaticStructureSchema;
|
|
31
|
+
export declare var ListEnvironmentsResponse: StaticStructureSchema;
|
|
32
|
+
export declare var ListSoftwareSetsRequest: StaticStructureSchema;
|
|
33
|
+
export declare var ListSoftwareSetsResponse: StaticStructureSchema;
|
|
34
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
35
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
36
|
+
export declare var MaintenanceWindow: StaticStructureSchema;
|
|
37
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
38
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
39
|
+
export declare var Software: StaticStructureSchema;
|
|
40
|
+
export declare var SoftwareSet: StaticStructureSchema;
|
|
41
|
+
export declare var SoftwareSetSummary: StaticStructureSchema;
|
|
42
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
43
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
44
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
45
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
46
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
47
|
+
export declare var UpdateDeviceRequest: StaticStructureSchema;
|
|
48
|
+
export declare var UpdateDeviceResponse: StaticStructureSchema;
|
|
49
|
+
export declare var UpdateEnvironmentRequest: StaticStructureSchema;
|
|
50
|
+
export declare var UpdateEnvironmentResponse: StaticStructureSchema;
|
|
51
|
+
export declare var UpdateSoftwareSetRequest: StaticStructureSchema;
|
|
52
|
+
export declare var UpdateSoftwareSetResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
54
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
55
|
+
export declare var __Unit: "unit";
|
|
56
|
+
export declare var WorkSpacesThinClientServiceException: StaticErrorSchema;
|
|
57
|
+
export declare var DayOfWeekList: number;
|
|
58
|
+
export declare var DeviceList: StaticListSchema;
|
|
59
|
+
export declare var EnvironmentList: StaticListSchema;
|
|
60
|
+
export declare var SoftwareList: StaticListSchema;
|
|
61
|
+
export declare var SoftwareSetList: StaticListSchema;
|
|
62
|
+
export declare var TagKeys: StaticListSchema;
|
|
63
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
64
|
+
export declare var DeviceCreationTagsMap: StaticMapSchema;
|
|
65
|
+
export declare var TagsMap: StaticMapSchema;
|
|
66
|
+
export declare var CreateEnvironment: StaticOperationSchema;
|
|
67
|
+
export declare var DeleteDevice: StaticOperationSchema;
|
|
68
|
+
export declare var DeleteEnvironment: StaticOperationSchema;
|
|
69
|
+
export declare var DeregisterDevice: StaticOperationSchema;
|
|
70
|
+
export declare var GetDevice: StaticOperationSchema;
|
|
71
|
+
export declare var GetEnvironment: StaticOperationSchema;
|
|
72
|
+
export declare var GetSoftwareSet: StaticOperationSchema;
|
|
73
|
+
export declare var ListDevices: StaticOperationSchema;
|
|
74
|
+
export declare var ListEnvironments: StaticOperationSchema;
|
|
75
|
+
export declare var ListSoftwareSets: StaticOperationSchema;
|
|
76
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
77
|
+
export declare var TagResource: StaticOperationSchema;
|
|
78
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
79
|
+
export declare var UpdateDevice: StaticOperationSchema;
|
|
80
|
+
export declare var UpdateEnvironment: StaticOperationSchema;
|
|
81
|
+
export declare var UpdateSoftwareSet: 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,
|
|
@@ -174,6 +177,7 @@ export interface ClientDefaults
|
|
|
174
177
|
retryMode?: string | __Provider<string>;
|
|
175
178
|
logger?: __Logger;
|
|
176
179
|
extensions?: RuntimeExtension[];
|
|
180
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
177
181
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
178
182
|
}
|
|
179
183
|
export type WorkSpacesThinClientClientConfigType = Partial<
|
|
@@ -380,50 +380,3 @@ export interface UpdateSoftwareSetRequest {
|
|
|
380
380
|
validationStatus: SoftwareSetValidationStatus | undefined;
|
|
381
381
|
}
|
|
382
382
|
export interface UpdateSoftwareSetResponse {}
|
|
383
|
-
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
384
|
-
obj: CreateEnvironmentRequest
|
|
385
|
-
) => any;
|
|
386
|
-
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
387
|
-
obj: EnvironmentSummary
|
|
388
|
-
) => any;
|
|
389
|
-
export declare const CreateEnvironmentResponseFilterSensitiveLog: (
|
|
390
|
-
obj: CreateEnvironmentResponse
|
|
391
|
-
) => any;
|
|
392
|
-
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
393
|
-
export declare const DeviceSummaryFilterSensitiveLog: (
|
|
394
|
-
obj: DeviceSummary
|
|
395
|
-
) => any;
|
|
396
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
397
|
-
export declare const GetDeviceResponseFilterSensitiveLog: (
|
|
398
|
-
obj: GetDeviceResponse
|
|
399
|
-
) => any;
|
|
400
|
-
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
401
|
-
obj: GetEnvironmentResponse
|
|
402
|
-
) => any;
|
|
403
|
-
export declare const ListDevicesResponseFilterSensitiveLog: (
|
|
404
|
-
obj: ListDevicesResponse
|
|
405
|
-
) => any;
|
|
406
|
-
export declare const ListEnvironmentsResponseFilterSensitiveLog: (
|
|
407
|
-
obj: ListEnvironmentsResponse
|
|
408
|
-
) => any;
|
|
409
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
410
|
-
obj: ListTagsForResourceResponse
|
|
411
|
-
) => any;
|
|
412
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
413
|
-
obj: TagResourceRequest
|
|
414
|
-
) => any;
|
|
415
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
416
|
-
obj: UntagResourceRequest
|
|
417
|
-
) => any;
|
|
418
|
-
export declare const UpdateDeviceRequestFilterSensitiveLog: (
|
|
419
|
-
obj: UpdateDeviceRequest
|
|
420
|
-
) => any;
|
|
421
|
-
export declare const UpdateDeviceResponseFilterSensitiveLog: (
|
|
422
|
-
obj: UpdateDeviceResponse
|
|
423
|
-
) => any;
|
|
424
|
-
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
425
|
-
obj: UpdateEnvironmentRequest
|
|
426
|
-
) => any;
|
|
427
|
-
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (
|
|
428
|
-
obj: UpdateEnvironmentResponse
|
|
429
|
-
) => any;
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkSpacesThinClientHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var ActivationCode: StaticSimpleSchema;
|
|
10
|
+
export declare var DesktopEndpoint: StaticSimpleSchema;
|
|
11
|
+
export declare var DeviceName: StaticSimpleSchema;
|
|
12
|
+
export declare var EnvironmentName: StaticSimpleSchema;
|
|
13
|
+
export declare var UserId: StaticSimpleSchema;
|
|
14
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
15
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
16
|
+
export declare var CreateEnvironmentRequest: StaticStructureSchema;
|
|
17
|
+
export declare var CreateEnvironmentResponse: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteDeviceRequest: StaticStructureSchema;
|
|
19
|
+
export declare var DeleteDeviceResponse: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteEnvironmentRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteEnvironmentResponse: StaticStructureSchema;
|
|
22
|
+
export declare var DeregisterDeviceRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DeregisterDeviceResponse: StaticStructureSchema;
|
|
24
|
+
export declare var Device: StaticStructureSchema;
|
|
25
|
+
export declare var DeviceSummary: StaticStructureSchema;
|
|
26
|
+
export declare var Environment: StaticStructureSchema;
|
|
27
|
+
export declare var EnvironmentSummary: StaticStructureSchema;
|
|
28
|
+
export declare var GetDeviceRequest: StaticStructureSchema;
|
|
29
|
+
export declare var GetDeviceResponse: StaticStructureSchema;
|
|
30
|
+
export declare var GetEnvironmentRequest: StaticStructureSchema;
|
|
31
|
+
export declare var GetEnvironmentResponse: StaticStructureSchema;
|
|
32
|
+
export declare var GetSoftwareSetRequest: StaticStructureSchema;
|
|
33
|
+
export declare var GetSoftwareSetResponse: StaticStructureSchema;
|
|
34
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
35
|
+
export declare var ListDevicesRequest: StaticStructureSchema;
|
|
36
|
+
export declare var ListDevicesResponse: StaticStructureSchema;
|
|
37
|
+
export declare var ListEnvironmentsRequest: StaticStructureSchema;
|
|
38
|
+
export declare var ListEnvironmentsResponse: StaticStructureSchema;
|
|
39
|
+
export declare var ListSoftwareSetsRequest: StaticStructureSchema;
|
|
40
|
+
export declare var ListSoftwareSetsResponse: StaticStructureSchema;
|
|
41
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
42
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
43
|
+
export declare var MaintenanceWindow: StaticStructureSchema;
|
|
44
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
45
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
46
|
+
export declare var Software: StaticStructureSchema;
|
|
47
|
+
export declare var SoftwareSet: StaticStructureSchema;
|
|
48
|
+
export declare var SoftwareSetSummary: StaticStructureSchema;
|
|
49
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
50
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
51
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
52
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
53
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
54
|
+
export declare var UpdateDeviceRequest: StaticStructureSchema;
|
|
55
|
+
export declare var UpdateDeviceResponse: StaticStructureSchema;
|
|
56
|
+
export declare var UpdateEnvironmentRequest: StaticStructureSchema;
|
|
57
|
+
export declare var UpdateEnvironmentResponse: StaticStructureSchema;
|
|
58
|
+
export declare var UpdateSoftwareSetRequest: StaticStructureSchema;
|
|
59
|
+
export declare var UpdateSoftwareSetResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
61
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
62
|
+
export declare var __Unit: "unit";
|
|
63
|
+
export declare var WorkSpacesThinClientServiceException: StaticErrorSchema;
|
|
64
|
+
export declare var DayOfWeekList: number;
|
|
65
|
+
export declare var DeviceList: StaticListSchema;
|
|
66
|
+
export declare var EnvironmentList: StaticListSchema;
|
|
67
|
+
export declare var SoftwareList: StaticListSchema;
|
|
68
|
+
export declare var SoftwareSetList: StaticListSchema;
|
|
69
|
+
export declare var TagKeys: StaticListSchema;
|
|
70
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
71
|
+
export declare var DeviceCreationTagsMap: StaticMapSchema;
|
|
72
|
+
export declare var TagsMap: StaticMapSchema;
|
|
73
|
+
export declare var CreateEnvironment: StaticOperationSchema;
|
|
74
|
+
export declare var DeleteDevice: StaticOperationSchema;
|
|
75
|
+
export declare var DeleteEnvironment: StaticOperationSchema;
|
|
76
|
+
export declare var DeregisterDevice: StaticOperationSchema;
|
|
77
|
+
export declare var GetDevice: StaticOperationSchema;
|
|
78
|
+
export declare var GetEnvironment: StaticOperationSchema;
|
|
79
|
+
export declare var GetSoftwareSet: StaticOperationSchema;
|
|
80
|
+
export declare var ListDevices: StaticOperationSchema;
|
|
81
|
+
export declare var ListEnvironments: StaticOperationSchema;
|
|
82
|
+
export declare var ListSoftwareSets: StaticOperationSchema;
|
|
83
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
84
|
+
export declare var TagResource: StaticOperationSchema;
|
|
85
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
86
|
+
export declare var UpdateDevice: StaticOperationSchema;
|
|
87
|
+
export declare var UpdateEnvironment: StaticOperationSchema;
|
|
88
|
+
export declare var UpdateSoftwareSet: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-thin-client",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.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-workspaces-thin-client",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|