@aws-sdk/client-workspaces-instances 3.927.0 → 3.928.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 +807 -653
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/WorkspacesInstancesClient.js +2 -0
- package/dist-es/commands/AssociateVolumeCommand.js +3 -9
- package/dist-es/commands/CreateVolumeCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceInstanceCommand.js +3 -10
- package/dist-es/commands/DeleteVolumeCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceInstanceCommand.js +3 -9
- package/dist-es/commands/DisassociateVolumeCommand.js +3 -9
- package/dist-es/commands/GetWorkspaceInstanceCommand.js +3 -9
- package/dist-es/commands/ListInstanceTypesCommand.js +3 -10
- package/dist-es/commands/ListRegionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkspaceInstancesCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -75
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +763 -0
- package/dist-types/WorkspacesInstancesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -56
- 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 +110 -0
- package/dist-types/ts3.4/WorkspacesInstancesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -42
- 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 +116 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -457
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -161
|
@@ -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 { AssociateVolumeCommandInput, AssociateVolumeCommandOutput } from "./commands/AssociateVolumeCommand";
|
|
11
11
|
import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
|
|
@@ -154,6 +154,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
154
154
|
* Optional extensions
|
|
155
155
|
*/
|
|
156
156
|
extensions?: RuntimeExtension[];
|
|
157
|
+
/**
|
|
158
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
159
|
+
* may be overridden. A default will always be set by the client.
|
|
160
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
161
|
+
* the client.
|
|
162
|
+
* @alpha
|
|
163
|
+
*
|
|
164
|
+
*/
|
|
165
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
157
166
|
/**
|
|
158
167
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
159
168
|
*/
|
|
@@ -1729,59 +1729,3 @@ export interface UntagResourceRequest {
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
export interface UntagResourceResponse {
|
|
1731
1731
|
}
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
export declare const EbsBlockDeviceFilterSensitiveLog: (obj: EbsBlockDevice) => any;
|
|
1736
|
-
/**
|
|
1737
|
-
* @internal
|
|
1738
|
-
*/
|
|
1739
|
-
export declare const BlockDeviceMappingRequestFilterSensitiveLog: (obj: BlockDeviceMappingRequest) => any;
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
export declare const InstanceIpv6AddressFilterSensitiveLog: (obj: InstanceIpv6Address) => any;
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
export declare const PrivateIpAddressSpecificationFilterSensitiveLog: (obj: PrivateIpAddressSpecification) => any;
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
export declare const InstanceNetworkInterfaceSpecificationFilterSensitiveLog: (obj: InstanceNetworkInterfaceSpecification) => any;
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
export declare const ManagedInstanceRequestFilterSensitiveLog: (obj: ManagedInstanceRequest) => any;
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
|
-
export declare const CreateWorkspaceInstanceRequestFilterSensitiveLog: (obj: CreateWorkspaceInstanceRequest) => any;
|
|
1764
|
-
/**
|
|
1765
|
-
* @internal
|
|
1766
|
-
*/
|
|
1767
|
-
export declare const ListInstanceTypesRequestFilterSensitiveLog: (obj: ListInstanceTypesRequest) => any;
|
|
1768
|
-
/**
|
|
1769
|
-
* @internal
|
|
1770
|
-
*/
|
|
1771
|
-
export declare const ListInstanceTypesResponseFilterSensitiveLog: (obj: ListInstanceTypesResponse) => any;
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
export declare const ListRegionsRequestFilterSensitiveLog: (obj: ListRegionsRequest) => any;
|
|
1776
|
-
/**
|
|
1777
|
-
* @internal
|
|
1778
|
-
*/
|
|
1779
|
-
export declare const ListRegionsResponseFilterSensitiveLog: (obj: ListRegionsResponse) => any;
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
export declare const ListWorkspaceInstancesRequestFilterSensitiveLog: (obj: ListWorkspaceInstancesRequest) => any;
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
export declare const ListWorkspaceInstancesResponseFilterSensitiveLog: (obj: ListWorkspaceInstancesResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: WorkspacesInstancesClientConfig)
|
|
|
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: WorkspacesInstancesClientConfig)
|
|
|
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: WorkspacesInstancesClientConfig)
|
|
|
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: WorkspacesInstancesClientConfig)
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkspacesInstancesHttpAuthSchemeProvider;
|
|
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,110 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ClientToken: StaticSimpleSchema;
|
|
3
|
+
export declare var Ipv4Address: StaticSimpleSchema;
|
|
4
|
+
export declare var Ipv6Address: StaticSimpleSchema;
|
|
5
|
+
export declare var KmsKeyId: StaticSimpleSchema;
|
|
6
|
+
export declare var NextToken: StaticSimpleSchema;
|
|
7
|
+
export declare var UserData: StaticSimpleSchema;
|
|
8
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
9
|
+
export declare var AssociateVolumeRequest: StaticStructureSchema;
|
|
10
|
+
export declare var AssociateVolumeResponse: StaticStructureSchema;
|
|
11
|
+
export declare var BlockDeviceMappingRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CapacityReservationSpecification: StaticStructureSchema;
|
|
13
|
+
export declare var CapacityReservationTarget: StaticStructureSchema;
|
|
14
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
15
|
+
export declare var ConnectionTrackingSpecificationRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CpuOptionsRequest: StaticStructureSchema;
|
|
17
|
+
export declare var CreateVolumeRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateVolumeResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreateWorkspaceInstanceRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateWorkspaceInstanceResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CreditSpecificationRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteVolumeRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteVolumeResponse: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteWorkspaceInstanceRequest: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteWorkspaceInstanceResponse: StaticStructureSchema;
|
|
26
|
+
export declare var DisassociateVolumeRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DisassociateVolumeResponse: StaticStructureSchema;
|
|
28
|
+
export declare var EbsBlockDevice: StaticStructureSchema;
|
|
29
|
+
export declare var EC2InstanceError: StaticStructureSchema;
|
|
30
|
+
export declare var EC2ManagedInstance: StaticStructureSchema;
|
|
31
|
+
export declare var EnaSrdSpecificationRequest: StaticStructureSchema;
|
|
32
|
+
export declare var EnaSrdUdpSpecificationRequest: StaticStructureSchema;
|
|
33
|
+
export declare var EnclaveOptionsRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetWorkspaceInstanceRequest: StaticStructureSchema;
|
|
35
|
+
export declare var GetWorkspaceInstanceResponse: StaticStructureSchema;
|
|
36
|
+
export declare var HibernationOptionsRequest: StaticStructureSchema;
|
|
37
|
+
export declare var IamInstanceProfileSpecification: StaticStructureSchema;
|
|
38
|
+
export declare var InstanceIpv6Address: StaticStructureSchema;
|
|
39
|
+
export declare var InstanceMaintenanceOptionsRequest: StaticStructureSchema;
|
|
40
|
+
export declare var InstanceMarketOptionsRequest: StaticStructureSchema;
|
|
41
|
+
export declare var InstanceMetadataOptionsRequest: StaticStructureSchema;
|
|
42
|
+
export declare var InstanceNetworkInterfaceSpecification: StaticStructureSchema;
|
|
43
|
+
export declare var InstanceNetworkPerformanceOptionsRequest: StaticStructureSchema;
|
|
44
|
+
export declare var InstanceTypeInfo: StaticStructureSchema;
|
|
45
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
46
|
+
export declare var Ipv4PrefixSpecificationRequest: StaticStructureSchema;
|
|
47
|
+
export declare var Ipv6PrefixSpecificationRequest: StaticStructureSchema;
|
|
48
|
+
export declare var LicenseConfigurationRequest: StaticStructureSchema;
|
|
49
|
+
export declare var ListInstanceTypesRequest: StaticStructureSchema;
|
|
50
|
+
export declare var ListInstanceTypesResponse: StaticStructureSchema;
|
|
51
|
+
export declare var ListRegionsRequest: StaticStructureSchema;
|
|
52
|
+
export declare var ListRegionsResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
54
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
55
|
+
export declare var ListWorkspaceInstancesRequest: StaticStructureSchema;
|
|
56
|
+
export declare var ListWorkspaceInstancesResponse: StaticStructureSchema;
|
|
57
|
+
export declare var ManagedInstanceRequest: StaticStructureSchema;
|
|
58
|
+
export declare var Placement: StaticStructureSchema;
|
|
59
|
+
export declare var PrivateDnsNameOptionsRequest: StaticStructureSchema;
|
|
60
|
+
export declare var PrivateIpAddressSpecification: StaticStructureSchema;
|
|
61
|
+
export declare var Region: StaticStructureSchema;
|
|
62
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
63
|
+
export declare var RunInstancesMonitoringEnabled: StaticStructureSchema;
|
|
64
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
65
|
+
export declare var SpotMarketOptions: StaticStructureSchema;
|
|
66
|
+
export declare var Tag: StaticStructureSchema;
|
|
67
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
68
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
69
|
+
export declare var TagSpecification: StaticStructureSchema;
|
|
70
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
71
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
72
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
73
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
74
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
75
|
+
export declare var WorkspaceInstance: StaticStructureSchema;
|
|
76
|
+
export declare var WorkspaceInstanceError: StaticStructureSchema;
|
|
77
|
+
export declare var __Unit: "unit";
|
|
78
|
+
export declare var WorkspacesInstancesServiceException: StaticErrorSchema;
|
|
79
|
+
export declare var BlockDeviceMappings: StaticListSchema;
|
|
80
|
+
export declare var EC2InstanceErrors: StaticListSchema;
|
|
81
|
+
export declare var InstanceTypes: StaticListSchema;
|
|
82
|
+
export declare var Ipv4Prefixes: StaticListSchema;
|
|
83
|
+
export declare var Ipv6Addresses: StaticListSchema;
|
|
84
|
+
export declare var Ipv6Prefixes: StaticListSchema;
|
|
85
|
+
export declare var LicenseSpecifications: StaticListSchema;
|
|
86
|
+
export declare var NetworkInterfaces: StaticListSchema;
|
|
87
|
+
export declare var PrivateIpAddresses: StaticListSchema;
|
|
88
|
+
export declare var ProvisionStates: number;
|
|
89
|
+
export declare var RegionList: StaticListSchema;
|
|
90
|
+
export declare var SecurityGroupIds: number;
|
|
91
|
+
export declare var SecurityGroupNames: number;
|
|
92
|
+
export declare var TagKeyList: number;
|
|
93
|
+
export declare var TagList: StaticListSchema;
|
|
94
|
+
export declare var TagSpecifications: StaticListSchema;
|
|
95
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
96
|
+
export declare var WorkspaceInstanceErrors: StaticListSchema;
|
|
97
|
+
export declare var WorkspaceInstances: StaticListSchema;
|
|
98
|
+
export declare var AssociateVolume: StaticOperationSchema;
|
|
99
|
+
export declare var CreateVolume: StaticOperationSchema;
|
|
100
|
+
export declare var CreateWorkspaceInstance: StaticOperationSchema;
|
|
101
|
+
export declare var DeleteVolume: StaticOperationSchema;
|
|
102
|
+
export declare var DeleteWorkspaceInstance: StaticOperationSchema;
|
|
103
|
+
export declare var DisassociateVolume: StaticOperationSchema;
|
|
104
|
+
export declare var GetWorkspaceInstance: StaticOperationSchema;
|
|
105
|
+
export declare var ListInstanceTypes: StaticOperationSchema;
|
|
106
|
+
export declare var ListRegions: StaticOperationSchema;
|
|
107
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
108
|
+
export declare var ListWorkspaceInstances: StaticOperationSchema;
|
|
109
|
+
export declare var TagResource: StaticOperationSchema;
|
|
110
|
+
export declare var UntagResource: 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,
|
|
@@ -156,6 +159,7 @@ export interface ClientDefaults
|
|
|
156
159
|
retryMode?: string | __Provider<string>;
|
|
157
160
|
logger?: __Logger;
|
|
158
161
|
extensions?: RuntimeExtension[];
|
|
162
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
163
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
160
164
|
}
|
|
161
165
|
export type WorkspacesInstancesClientConfigType = Partial<
|
|
@@ -514,45 +514,3 @@ export interface UntagResourceRequest {
|
|
|
514
514
|
TagKeys: string[] | undefined;
|
|
515
515
|
}
|
|
516
516
|
export interface UntagResourceResponse {}
|
|
517
|
-
export declare const EbsBlockDeviceFilterSensitiveLog: (
|
|
518
|
-
obj: EbsBlockDevice
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const BlockDeviceMappingRequestFilterSensitiveLog: (
|
|
521
|
-
obj: BlockDeviceMappingRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const CreateVolumeRequestFilterSensitiveLog: (
|
|
524
|
-
obj: CreateVolumeRequest
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const InstanceIpv6AddressFilterSensitiveLog: (
|
|
527
|
-
obj: InstanceIpv6Address
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const PrivateIpAddressSpecificationFilterSensitiveLog: (
|
|
530
|
-
obj: PrivateIpAddressSpecification
|
|
531
|
-
) => any;
|
|
532
|
-
export declare const InstanceNetworkInterfaceSpecificationFilterSensitiveLog: (
|
|
533
|
-
obj: InstanceNetworkInterfaceSpecification
|
|
534
|
-
) => any;
|
|
535
|
-
export declare const ManagedInstanceRequestFilterSensitiveLog: (
|
|
536
|
-
obj: ManagedInstanceRequest
|
|
537
|
-
) => any;
|
|
538
|
-
export declare const CreateWorkspaceInstanceRequestFilterSensitiveLog: (
|
|
539
|
-
obj: CreateWorkspaceInstanceRequest
|
|
540
|
-
) => any;
|
|
541
|
-
export declare const ListInstanceTypesRequestFilterSensitiveLog: (
|
|
542
|
-
obj: ListInstanceTypesRequest
|
|
543
|
-
) => any;
|
|
544
|
-
export declare const ListInstanceTypesResponseFilterSensitiveLog: (
|
|
545
|
-
obj: ListInstanceTypesResponse
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const ListRegionsRequestFilterSensitiveLog: (
|
|
548
|
-
obj: ListRegionsRequest
|
|
549
|
-
) => any;
|
|
550
|
-
export declare const ListRegionsResponseFilterSensitiveLog: (
|
|
551
|
-
obj: ListRegionsResponse
|
|
552
|
-
) => any;
|
|
553
|
-
export declare const ListWorkspaceInstancesRequestFilterSensitiveLog: (
|
|
554
|
-
obj: ListWorkspaceInstancesRequest
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const ListWorkspaceInstancesResponseFilterSensitiveLog: (
|
|
557
|
-
obj: ListWorkspaceInstancesResponse
|
|
558
|
-
) => any;
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
profile?: 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
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
43
47
|
userAgentAppId?:
|
|
44
48
|
| 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
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (
|
|
|
38
38
|
retryMode: string | import("@smithy/types").Provider<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
|
defaultsMode:
|
|
42
46
|
| import("@smithy/smithy-client").DefaultsMode
|
|
43
47
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WorkspacesInstancesHttpAuthSchemeProvider;
|
|
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,116 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var ClientToken: StaticSimpleSchema;
|
|
9
|
+
export declare var Ipv4Address: StaticSimpleSchema;
|
|
10
|
+
export declare var Ipv6Address: StaticSimpleSchema;
|
|
11
|
+
export declare var KmsKeyId: StaticSimpleSchema;
|
|
12
|
+
export declare var NextToken: StaticSimpleSchema;
|
|
13
|
+
export declare var UserData: StaticSimpleSchema;
|
|
14
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
15
|
+
export declare var AssociateVolumeRequest: StaticStructureSchema;
|
|
16
|
+
export declare var AssociateVolumeResponse: StaticStructureSchema;
|
|
17
|
+
export declare var BlockDeviceMappingRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CapacityReservationSpecification: StaticStructureSchema;
|
|
19
|
+
export declare var CapacityReservationTarget: StaticStructureSchema;
|
|
20
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
21
|
+
export declare var ConnectionTrackingSpecificationRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CpuOptionsRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateVolumeRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateVolumeResponse: StaticStructureSchema;
|
|
25
|
+
export declare var CreateWorkspaceInstanceRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateWorkspaceInstanceResponse: StaticStructureSchema;
|
|
27
|
+
export declare var CreditSpecificationRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteVolumeRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteVolumeResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteWorkspaceInstanceRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteWorkspaceInstanceResponse: StaticStructureSchema;
|
|
32
|
+
export declare var DisassociateVolumeRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DisassociateVolumeResponse: StaticStructureSchema;
|
|
34
|
+
export declare var EbsBlockDevice: StaticStructureSchema;
|
|
35
|
+
export declare var EC2InstanceError: StaticStructureSchema;
|
|
36
|
+
export declare var EC2ManagedInstance: StaticStructureSchema;
|
|
37
|
+
export declare var EnaSrdSpecificationRequest: StaticStructureSchema;
|
|
38
|
+
export declare var EnaSrdUdpSpecificationRequest: StaticStructureSchema;
|
|
39
|
+
export declare var EnclaveOptionsRequest: StaticStructureSchema;
|
|
40
|
+
export declare var GetWorkspaceInstanceRequest: StaticStructureSchema;
|
|
41
|
+
export declare var GetWorkspaceInstanceResponse: StaticStructureSchema;
|
|
42
|
+
export declare var HibernationOptionsRequest: StaticStructureSchema;
|
|
43
|
+
export declare var IamInstanceProfileSpecification: StaticStructureSchema;
|
|
44
|
+
export declare var InstanceIpv6Address: StaticStructureSchema;
|
|
45
|
+
export declare var InstanceMaintenanceOptionsRequest: StaticStructureSchema;
|
|
46
|
+
export declare var InstanceMarketOptionsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var InstanceMetadataOptionsRequest: StaticStructureSchema;
|
|
48
|
+
export declare var InstanceNetworkInterfaceSpecification: StaticStructureSchema;
|
|
49
|
+
export declare var InstanceNetworkPerformanceOptionsRequest: StaticStructureSchema;
|
|
50
|
+
export declare var InstanceTypeInfo: StaticStructureSchema;
|
|
51
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
52
|
+
export declare var Ipv4PrefixSpecificationRequest: StaticStructureSchema;
|
|
53
|
+
export declare var Ipv6PrefixSpecificationRequest: StaticStructureSchema;
|
|
54
|
+
export declare var LicenseConfigurationRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ListInstanceTypesRequest: StaticStructureSchema;
|
|
56
|
+
export declare var ListInstanceTypesResponse: StaticStructureSchema;
|
|
57
|
+
export declare var ListRegionsRequest: StaticStructureSchema;
|
|
58
|
+
export declare var ListRegionsResponse: StaticStructureSchema;
|
|
59
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
60
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
61
|
+
export declare var ListWorkspaceInstancesRequest: StaticStructureSchema;
|
|
62
|
+
export declare var ListWorkspaceInstancesResponse: StaticStructureSchema;
|
|
63
|
+
export declare var ManagedInstanceRequest: StaticStructureSchema;
|
|
64
|
+
export declare var Placement: StaticStructureSchema;
|
|
65
|
+
export declare var PrivateDnsNameOptionsRequest: StaticStructureSchema;
|
|
66
|
+
export declare var PrivateIpAddressSpecification: StaticStructureSchema;
|
|
67
|
+
export declare var Region: StaticStructureSchema;
|
|
68
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
69
|
+
export declare var RunInstancesMonitoringEnabled: StaticStructureSchema;
|
|
70
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
71
|
+
export declare var SpotMarketOptions: StaticStructureSchema;
|
|
72
|
+
export declare var Tag: StaticStructureSchema;
|
|
73
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
74
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
75
|
+
export declare var TagSpecification: StaticStructureSchema;
|
|
76
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
77
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
78
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
79
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
80
|
+
export declare var ValidationExceptionField: StaticStructureSchema;
|
|
81
|
+
export declare var WorkspaceInstance: StaticStructureSchema;
|
|
82
|
+
export declare var WorkspaceInstanceError: StaticStructureSchema;
|
|
83
|
+
export declare var __Unit: "unit";
|
|
84
|
+
export declare var WorkspacesInstancesServiceException: StaticErrorSchema;
|
|
85
|
+
export declare var BlockDeviceMappings: StaticListSchema;
|
|
86
|
+
export declare var EC2InstanceErrors: StaticListSchema;
|
|
87
|
+
export declare var InstanceTypes: StaticListSchema;
|
|
88
|
+
export declare var Ipv4Prefixes: StaticListSchema;
|
|
89
|
+
export declare var Ipv6Addresses: StaticListSchema;
|
|
90
|
+
export declare var Ipv6Prefixes: StaticListSchema;
|
|
91
|
+
export declare var LicenseSpecifications: StaticListSchema;
|
|
92
|
+
export declare var NetworkInterfaces: StaticListSchema;
|
|
93
|
+
export declare var PrivateIpAddresses: StaticListSchema;
|
|
94
|
+
export declare var ProvisionStates: number;
|
|
95
|
+
export declare var RegionList: StaticListSchema;
|
|
96
|
+
export declare var SecurityGroupIds: number;
|
|
97
|
+
export declare var SecurityGroupNames: number;
|
|
98
|
+
export declare var TagKeyList: number;
|
|
99
|
+
export declare var TagList: StaticListSchema;
|
|
100
|
+
export declare var TagSpecifications: StaticListSchema;
|
|
101
|
+
export declare var ValidationExceptionFieldList: StaticListSchema;
|
|
102
|
+
export declare var WorkspaceInstanceErrors: StaticListSchema;
|
|
103
|
+
export declare var WorkspaceInstances: StaticListSchema;
|
|
104
|
+
export declare var AssociateVolume: StaticOperationSchema;
|
|
105
|
+
export declare var CreateVolume: StaticOperationSchema;
|
|
106
|
+
export declare var CreateWorkspaceInstance: StaticOperationSchema;
|
|
107
|
+
export declare var DeleteVolume: StaticOperationSchema;
|
|
108
|
+
export declare var DeleteWorkspaceInstance: StaticOperationSchema;
|
|
109
|
+
export declare var DisassociateVolume: StaticOperationSchema;
|
|
110
|
+
export declare var GetWorkspaceInstance: StaticOperationSchema;
|
|
111
|
+
export declare var ListInstanceTypes: StaticOperationSchema;
|
|
112
|
+
export declare var ListRegions: StaticOperationSchema;
|
|
113
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
114
|
+
export declare var ListWorkspaceInstances: StaticOperationSchema;
|
|
115
|
+
export declare var TagResource: StaticOperationSchema;
|
|
116
|
+
export declare var UntagResource: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-instances",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Instances Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.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-instances",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.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",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -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": {
|