@aws-sdk/client-workspaces-thin-client 3.588.0 → 3.592.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 +0 -16
- package/dist-types/WorkSpacesThinClientClient.d.ts +4 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDeviceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDeviceCommand.d.ts +2 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetSoftwareSetCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListSoftwareSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSoftwareSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/WorkSpacesThinClientServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/WorkSpacesThinClientClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSoftwareSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSoftwareSetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSoftwareSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/WorkSpacesThinClientServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -237,7 +237,6 @@ var WorkSpacesThinClientClient = _WorkSpacesThinClientClient;
|
|
|
237
237
|
|
|
238
238
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
239
239
|
|
|
240
|
-
var import_types = require("@smithy/types");
|
|
241
240
|
|
|
242
241
|
// src/models/models_0.ts
|
|
243
242
|
|
|
@@ -1400,7 +1399,6 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
|
|
|
1400
1399
|
|
|
1401
1400
|
|
|
1402
1401
|
|
|
1403
|
-
|
|
1404
1402
|
var _DeleteDeviceCommand = class _DeleteDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1405
1403
|
...commonParams
|
|
1406
1404
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1417,7 +1415,6 @@ var DeleteDeviceCommand = _DeleteDeviceCommand;
|
|
|
1417
1415
|
|
|
1418
1416
|
|
|
1419
1417
|
|
|
1420
|
-
|
|
1421
1418
|
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1422
1419
|
...commonParams
|
|
1423
1420
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1434,7 +1431,6 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
|
1434
1431
|
|
|
1435
1432
|
|
|
1436
1433
|
|
|
1437
|
-
|
|
1438
1434
|
var _DeregisterDeviceCommand = class _DeregisterDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1439
1435
|
...commonParams
|
|
1440
1436
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1451,7 +1447,6 @@ var DeregisterDeviceCommand = _DeregisterDeviceCommand;
|
|
|
1451
1447
|
|
|
1452
1448
|
|
|
1453
1449
|
|
|
1454
|
-
|
|
1455
1450
|
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1456
1451
|
...commonParams
|
|
1457
1452
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1468,7 +1463,6 @@ var GetDeviceCommand = _GetDeviceCommand;
|
|
|
1468
1463
|
|
|
1469
1464
|
|
|
1470
1465
|
|
|
1471
|
-
|
|
1472
1466
|
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1473
1467
|
...commonParams
|
|
1474
1468
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1485,7 +1479,6 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
|
|
|
1485
1479
|
|
|
1486
1480
|
|
|
1487
1481
|
|
|
1488
|
-
|
|
1489
1482
|
var _GetSoftwareSetCommand = class _GetSoftwareSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1490
1483
|
...commonParams
|
|
1491
1484
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1502,7 +1495,6 @@ var GetSoftwareSetCommand = _GetSoftwareSetCommand;
|
|
|
1502
1495
|
|
|
1503
1496
|
|
|
1504
1497
|
|
|
1505
|
-
|
|
1506
1498
|
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1507
1499
|
...commonParams
|
|
1508
1500
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1519,7 +1511,6 @@ var ListDevicesCommand = _ListDevicesCommand;
|
|
|
1519
1511
|
|
|
1520
1512
|
|
|
1521
1513
|
|
|
1522
|
-
|
|
1523
1514
|
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1524
1515
|
...commonParams
|
|
1525
1516
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1536,7 +1527,6 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
|
1536
1527
|
|
|
1537
1528
|
|
|
1538
1529
|
|
|
1539
|
-
|
|
1540
1530
|
var _ListSoftwareSetsCommand = class _ListSoftwareSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1541
1531
|
...commonParams
|
|
1542
1532
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1553,7 +1543,6 @@ var ListSoftwareSetsCommand = _ListSoftwareSetsCommand;
|
|
|
1553
1543
|
|
|
1554
1544
|
|
|
1555
1545
|
|
|
1556
|
-
|
|
1557
1546
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1558
1547
|
...commonParams
|
|
1559
1548
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1570,7 +1559,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1570
1559
|
|
|
1571
1560
|
|
|
1572
1561
|
|
|
1573
|
-
|
|
1574
1562
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1575
1563
|
...commonParams
|
|
1576
1564
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1587,7 +1575,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1587
1575
|
|
|
1588
1576
|
|
|
1589
1577
|
|
|
1590
|
-
|
|
1591
1578
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1592
1579
|
...commonParams
|
|
1593
1580
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1604,7 +1591,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1604
1591
|
|
|
1605
1592
|
|
|
1606
1593
|
|
|
1607
|
-
|
|
1608
1594
|
var _UpdateDeviceCommand = class _UpdateDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1609
1595
|
...commonParams
|
|
1610
1596
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1621,7 +1607,6 @@ var UpdateDeviceCommand = _UpdateDeviceCommand;
|
|
|
1621
1607
|
|
|
1622
1608
|
|
|
1623
1609
|
|
|
1624
|
-
|
|
1625
1610
|
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1626
1611
|
...commonParams
|
|
1627
1612
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1638,7 +1623,6 @@ var UpdateEnvironmentCommand = _UpdateEnvironmentCommand;
|
|
|
1638
1623
|
|
|
1639
1624
|
|
|
1640
1625
|
|
|
1641
|
-
|
|
1642
1626
|
var _UpdateSoftwareSetCommand = class _UpdateSoftwareSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1643
1627
|
...commonParams
|
|
1644
1628
|
}).m(function(Command, cs, config, o) {
|
|
@@ -106,15 +106,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
106
106
|
* Enables FIPS compatible endpoints.
|
|
107
107
|
*/
|
|
108
108
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* The AWS region to which this client will send requests
|
|
111
|
+
*/
|
|
112
|
+
region?: string | __Provider<string>;
|
|
109
113
|
/**
|
|
110
114
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
111
115
|
* @internal
|
|
112
116
|
*/
|
|
113
117
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
114
|
-
/**
|
|
115
|
-
* The AWS region to which this client will send requests
|
|
116
|
-
*/
|
|
117
|
-
region?: string | __Provider<string>;
|
|
118
118
|
/**
|
|
119
119
|
* Default credentials provider; Not available in browser runtime.
|
|
120
120
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
export * from "./WorkSpacesThinClientClient";
|
|
18
18
|
export * from "./WorkSpacesThinClient";
|
|
19
19
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
20
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
-
export { WorkSpacesThinClientExtensionConfiguration } from "./extensionConfiguration";
|
|
20
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
|
+
export type { WorkSpacesThinClientExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
23
|
export * from "./pagination";
|
|
24
24
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: WorkSpacesThinClientClientConfig
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -166,8 +166,8 @@ export interface ClientDefaults
|
|
|
166
166
|
serviceId?: string;
|
|
167
167
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
168
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
169
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
170
169
|
region?: string | __Provider<string>;
|
|
170
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
171
171
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
172
172
|
maxAttempts?: number | __Provider<number>;
|
|
173
173
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEnvironmentCommandInput
|
|
14
15
|
extends CreateEnvironmentRequest {}
|
|
15
16
|
export interface CreateEnvironmentCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
WorkSpacesThinClientClientResolvedConfig,
|
|
8
8
|
} from "../WorkSpacesThinClientClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteDeviceCommandInput extends DeleteDeviceRequest {}
|
|
11
12
|
export interface DeleteDeviceCommandOutput
|
|
12
13
|
extends DeleteDeviceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteEnvironmentCommandInput
|
|
14
15
|
extends DeleteEnvironmentRequest {}
|
|
15
16
|
export interface DeleteEnvironmentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeregisterDeviceCommandInput extends DeregisterDeviceRequest {}
|
|
14
15
|
export interface DeregisterDeviceCommandOutput
|
|
15
16
|
extends DeregisterDeviceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
WorkSpacesThinClientClientResolvedConfig,
|
|
8
8
|
} from "../WorkSpacesThinClientClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
11
12
|
export interface GetDeviceCommandOutput
|
|
12
13
|
extends GetDeviceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
14
15
|
export interface GetEnvironmentCommandOutput
|
|
15
16
|
extends GetEnvironmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSoftwareSetCommandInput extends GetSoftwareSetRequest {}
|
|
14
15
|
export interface GetSoftwareSetCommandOutput
|
|
15
16
|
extends GetSoftwareSetResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
WorkSpacesThinClientClientResolvedConfig,
|
|
8
8
|
} from "../WorkSpacesThinClientClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListDevicesCommandInput extends ListDevicesRequest {}
|
|
11
12
|
export interface ListDevicesCommandOutput
|
|
12
13
|
extends ListDevicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
14
15
|
export interface ListEnvironmentsCommandOutput
|
|
15
16
|
extends ListEnvironmentsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSoftwareSetsCommandInput extends ListSoftwareSetsRequest {}
|
|
14
15
|
export interface ListSoftwareSetsCommandOutput
|
|
15
16
|
extends ListSoftwareSetsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
WorkSpacesThinClientClientResolvedConfig,
|
|
8
8
|
} from "../WorkSpacesThinClientClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
WorkSpacesThinClientClientResolvedConfig,
|
|
8
8
|
} from "../WorkSpacesThinClientClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateDeviceCommandInput extends UpdateDeviceRequest {}
|
|
11
12
|
export interface UpdateDeviceCommandOutput
|
|
12
13
|
extends UpdateDeviceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateEnvironmentCommandInput
|
|
14
15
|
extends UpdateEnvironmentRequest {}
|
|
15
16
|
export interface UpdateEnvironmentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
WorkSpacesThinClientClientResolvedConfig,
|
|
11
11
|
} from "../WorkSpacesThinClientClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSoftwareSetCommandInput
|
|
14
15
|
extends UpdateSoftwareSetRequest {}
|
|
15
16
|
export interface UpdateSoftwareSetCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class WorkSpacesThinClientServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|