@aws-sdk/client-iottwinmaker 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 +2060 -2730
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IoTTwinMakerClient.js +2 -0
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -9
- package/dist-es/commands/CancelMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/CreateComponentTypeCommand.js +3 -9
- package/dist-es/commands/CreateEntityCommand.js +3 -9
- package/dist-es/commands/CreateMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/CreateSceneCommand.js +3 -9
- package/dist-es/commands/CreateSyncJobCommand.js +3 -9
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
- package/dist-es/commands/DeleteComponentTypeCommand.js +3 -9
- package/dist-es/commands/DeleteEntityCommand.js +3 -9
- package/dist-es/commands/DeleteSceneCommand.js +3 -9
- package/dist-es/commands/DeleteSyncJobCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
- package/dist-es/commands/ExecuteQueryCommand.js +3 -9
- package/dist-es/commands/GetComponentTypeCommand.js +3 -9
- package/dist-es/commands/GetEntityCommand.js +3 -9
- package/dist-es/commands/GetMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/GetPricingPlanCommand.js +3 -9
- package/dist-es/commands/GetPropertyValueCommand.js +3 -9
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -9
- package/dist-es/commands/GetSceneCommand.js +3 -9
- package/dist-es/commands/GetSyncJobCommand.js +3 -9
- package/dist-es/commands/GetWorkspaceCommand.js +3 -9
- package/dist-es/commands/ListComponentTypesCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListEntitiesCommand.js +3 -9
- package/dist-es/commands/ListMetadataTransferJobsCommand.js +3 -9
- package/dist-es/commands/ListPropertiesCommand.js +3 -9
- package/dist-es/commands/ListScenesCommand.js +3 -9
- package/dist-es/commands/ListSyncJobsCommand.js +3 -9
- package/dist-es/commands/ListSyncResourcesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkspacesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateComponentTypeCommand.js +3 -9
- package/dist-es/commands/UpdateEntityCommand.js +3 -9
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -9
- package/dist-es/commands/UpdateSceneCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1964 -0
- package/dist-types/IoTTwinMakerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +24 -6
- 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 +269 -0
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- 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 +275 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -2356
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -362
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -485
|
@@ -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 { BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput } from "./commands/BatchPutPropertyValuesCommand";
|
|
11
11
|
import { CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput } from "./commands/CancelMetadataTransferJobCommand";
|
|
@@ -181,6 +181,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
181
181
|
* Optional extensions
|
|
182
182
|
*/
|
|
183
183
|
extensions?: RuntimeExtension[];
|
|
184
|
+
/**
|
|
185
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
186
|
+
* may be overridden. A default will always be set by the client.
|
|
187
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
188
|
+
* the client.
|
|
189
|
+
* @alpha
|
|
190
|
+
*
|
|
191
|
+
*/
|
|
192
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
184
193
|
/**
|
|
185
194
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
186
195
|
*/
|
|
@@ -655,12 +655,15 @@ export declare namespace IotSiteWiseSourceConfigurationFilter {
|
|
|
655
655
|
filterByAsset?: never;
|
|
656
656
|
$unknown: [string, any];
|
|
657
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* @deprecated unused in schema-serde mode.
|
|
660
|
+
*
|
|
661
|
+
*/
|
|
658
662
|
interface Visitor<T> {
|
|
659
663
|
filterByAssetModel: (value: FilterByAssetModel) => T;
|
|
660
664
|
filterByAsset: (value: FilterByAsset) => T;
|
|
661
665
|
_: (name: string, value: any) => T;
|
|
662
666
|
}
|
|
663
|
-
const visit: <T>(value: IotSiteWiseSourceConfigurationFilter, visitor: Visitor<T>) => T;
|
|
664
667
|
}
|
|
665
668
|
/**
|
|
666
669
|
* <p>The metadata transfer job AWS IoT SiteWise source configuration.</p>
|
|
@@ -730,12 +733,15 @@ export declare namespace IotTwinMakerSourceConfigurationFilter {
|
|
|
730
733
|
filterByEntity?: never;
|
|
731
734
|
$unknown: [string, any];
|
|
732
735
|
}
|
|
736
|
+
/**
|
|
737
|
+
* @deprecated unused in schema-serde mode.
|
|
738
|
+
*
|
|
739
|
+
*/
|
|
733
740
|
interface Visitor<T> {
|
|
734
741
|
filterByComponentType: (value: FilterByComponentType) => T;
|
|
735
742
|
filterByEntity: (value: FilterByEntity) => T;
|
|
736
743
|
_: (name: string, value: any) => T;
|
|
737
744
|
}
|
|
738
|
-
const visit: <T>(value: IotTwinMakerSourceConfigurationFilter, visitor: Visitor<T>) => T;
|
|
739
745
|
}
|
|
740
746
|
/**
|
|
741
747
|
* <p>The metadata transfer job AWS IoT TwinMaker source configuration.</p>
|
|
@@ -2026,13 +2032,16 @@ export declare namespace ListComponentTypesFilter {
|
|
|
2026
2032
|
isAbstract?: never;
|
|
2027
2033
|
$unknown: [string, any];
|
|
2028
2034
|
}
|
|
2035
|
+
/**
|
|
2036
|
+
* @deprecated unused in schema-serde mode.
|
|
2037
|
+
*
|
|
2038
|
+
*/
|
|
2029
2039
|
interface Visitor<T> {
|
|
2030
2040
|
extendsFrom: (value: string) => T;
|
|
2031
2041
|
namespace: (value: string) => T;
|
|
2032
2042
|
isAbstract: (value: boolean) => T;
|
|
2033
2043
|
_: (name: string, value: any) => T;
|
|
2034
2044
|
}
|
|
2035
|
-
const visit: <T>(value: ListComponentTypesFilter, visitor: Visitor<T>) => T;
|
|
2036
2045
|
}
|
|
2037
2046
|
/**
|
|
2038
2047
|
* @public
|
|
@@ -2175,13 +2184,16 @@ export declare namespace ListEntitiesFilter {
|
|
|
2175
2184
|
externalId?: never;
|
|
2176
2185
|
$unknown: [string, any];
|
|
2177
2186
|
}
|
|
2187
|
+
/**
|
|
2188
|
+
* @deprecated unused in schema-serde mode.
|
|
2189
|
+
*
|
|
2190
|
+
*/
|
|
2178
2191
|
interface Visitor<T> {
|
|
2179
2192
|
parentEntityId: (value: string) => T;
|
|
2180
2193
|
componentTypeId: (value: string) => T;
|
|
2181
2194
|
externalId: (value: string) => T;
|
|
2182
2195
|
_: (name: string, value: any) => T;
|
|
2183
2196
|
}
|
|
2184
|
-
const visit: <T>(value: ListEntitiesFilter, visitor: Visitor<T>) => T;
|
|
2185
2197
|
}
|
|
2186
2198
|
/**
|
|
2187
2199
|
* @public
|
|
@@ -2313,12 +2325,15 @@ export declare namespace ListMetadataTransferJobsFilter {
|
|
|
2313
2325
|
state?: never;
|
|
2314
2326
|
$unknown: [string, any];
|
|
2315
2327
|
}
|
|
2328
|
+
/**
|
|
2329
|
+
* @deprecated unused in schema-serde mode.
|
|
2330
|
+
*
|
|
2331
|
+
*/
|
|
2316
2332
|
interface Visitor<T> {
|
|
2317
2333
|
workspaceId: (value: string) => T;
|
|
2318
2334
|
state: (value: MetadataTransferJobState) => T;
|
|
2319
2335
|
_: (name: string, value: any) => T;
|
|
2320
2336
|
}
|
|
2321
|
-
const visit: <T>(value: ListMetadataTransferJobsFilter, visitor: Visitor<T>) => T;
|
|
2322
2337
|
}
|
|
2323
2338
|
/**
|
|
2324
2339
|
* @public
|
|
@@ -2669,6 +2684,10 @@ export declare namespace SyncResourceFilter {
|
|
|
2669
2684
|
externalId?: never;
|
|
2670
2685
|
$unknown: [string, any];
|
|
2671
2686
|
}
|
|
2687
|
+
/**
|
|
2688
|
+
* @deprecated unused in schema-serde mode.
|
|
2689
|
+
*
|
|
2690
|
+
*/
|
|
2672
2691
|
interface Visitor<T> {
|
|
2673
2692
|
state: (value: SyncResourceState) => T;
|
|
2674
2693
|
resourceType: (value: SyncResourceType) => T;
|
|
@@ -2676,7 +2695,6 @@ export declare namespace SyncResourceFilter {
|
|
|
2676
2695
|
externalId: (value: string) => T;
|
|
2677
2696
|
_: (name: string, value: any) => T;
|
|
2678
2697
|
}
|
|
2679
|
-
const visit: <T>(value: SyncResourceFilter, visitor: Visitor<T>) => T;
|
|
2680
2698
|
}
|
|
2681
2699
|
/**
|
|
2682
2700
|
* @public
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTTwinMakerHttpAuthSchemeProvider;
|
|
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,269 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var BatchPutPropertyError: StaticStructureSchema;
|
|
4
|
+
export declare var BatchPutPropertyErrorEntry: StaticStructureSchema;
|
|
5
|
+
export declare var BatchPutPropertyValuesRequest: StaticStructureSchema;
|
|
6
|
+
export declare var BatchPutPropertyValuesResponse: StaticStructureSchema;
|
|
7
|
+
export declare var BundleInformation: StaticStructureSchema;
|
|
8
|
+
export declare var CancelMetadataTransferJobRequest: StaticStructureSchema;
|
|
9
|
+
export declare var CancelMetadataTransferJobResponse: StaticStructureSchema;
|
|
10
|
+
export declare var ColumnDescription: StaticStructureSchema;
|
|
11
|
+
export declare var ComponentPropertyGroupRequest: StaticStructureSchema;
|
|
12
|
+
export declare var ComponentPropertyGroupResponse: StaticStructureSchema;
|
|
13
|
+
export declare var ComponentRequest: StaticStructureSchema;
|
|
14
|
+
export declare var ComponentResponse: StaticStructureSchema;
|
|
15
|
+
export declare var ComponentSummary: StaticStructureSchema;
|
|
16
|
+
export declare var ComponentTypeSummary: StaticStructureSchema;
|
|
17
|
+
export declare var ComponentUpdateRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CompositeComponentRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CompositeComponentTypeRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CompositeComponentTypeResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CompositeComponentUpdateRequest: StaticStructureSchema;
|
|
22
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
23
|
+
export declare var ConnectorFailureException: StaticErrorSchema;
|
|
24
|
+
export declare var ConnectorTimeoutException: StaticErrorSchema;
|
|
25
|
+
export declare var CreateComponentTypeRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateComponentTypeResponse: StaticStructureSchema;
|
|
27
|
+
export declare var CreateEntityRequest: StaticStructureSchema;
|
|
28
|
+
export declare var CreateEntityResponse: StaticStructureSchema;
|
|
29
|
+
export declare var CreateMetadataTransferJobRequest: StaticStructureSchema;
|
|
30
|
+
export declare var CreateMetadataTransferJobResponse: StaticStructureSchema;
|
|
31
|
+
export declare var CreateSceneRequest: StaticStructureSchema;
|
|
32
|
+
export declare var CreateSceneResponse: StaticStructureSchema;
|
|
33
|
+
export declare var CreateSyncJobRequest: StaticStructureSchema;
|
|
34
|
+
export declare var CreateSyncJobResponse: StaticStructureSchema;
|
|
35
|
+
export declare var CreateWorkspaceRequest: StaticStructureSchema;
|
|
36
|
+
export declare var CreateWorkspaceResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DataConnector: StaticStructureSchema;
|
|
38
|
+
export declare var DataType: StaticStructureSchema;
|
|
39
|
+
export declare var DataValue: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteComponentTypeRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteComponentTypeResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteEntityRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteEntityResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteSceneRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteSceneResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteSyncJobRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteSyncJobResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteWorkspaceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteWorkspaceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var DestinationConfiguration: StaticStructureSchema;
|
|
51
|
+
export declare var EntityPropertyReference: StaticStructureSchema;
|
|
52
|
+
export declare var EntitySummary: StaticStructureSchema;
|
|
53
|
+
export declare var ErrorDetails: StaticStructureSchema;
|
|
54
|
+
export declare var ExecuteQueryRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ExecuteQueryResponse: StaticStructureSchema;
|
|
56
|
+
export declare var FilterByAsset: StaticStructureSchema;
|
|
57
|
+
export declare var FilterByAssetModel: StaticStructureSchema;
|
|
58
|
+
export declare var FilterByComponentType: StaticStructureSchema;
|
|
59
|
+
export declare var FilterByEntity: StaticStructureSchema;
|
|
60
|
+
export declare var FunctionRequest: StaticStructureSchema;
|
|
61
|
+
export declare var FunctionResponse: StaticStructureSchema;
|
|
62
|
+
export declare var GetComponentTypeRequest: StaticStructureSchema;
|
|
63
|
+
export declare var GetComponentTypeResponse: StaticStructureSchema;
|
|
64
|
+
export declare var GetEntityRequest: StaticStructureSchema;
|
|
65
|
+
export declare var GetEntityResponse: StaticStructureSchema;
|
|
66
|
+
export declare var GetMetadataTransferJobRequest: StaticStructureSchema;
|
|
67
|
+
export declare var GetMetadataTransferJobResponse: StaticStructureSchema;
|
|
68
|
+
export declare var GetPricingPlanRequest: StaticStructureSchema;
|
|
69
|
+
export declare var GetPricingPlanResponse: StaticStructureSchema;
|
|
70
|
+
export declare var GetPropertyValueHistoryRequest: StaticStructureSchema;
|
|
71
|
+
export declare var GetPropertyValueHistoryResponse: StaticStructureSchema;
|
|
72
|
+
export declare var GetPropertyValueRequest: StaticStructureSchema;
|
|
73
|
+
export declare var GetPropertyValueResponse: StaticStructureSchema;
|
|
74
|
+
export declare var GetSceneRequest: StaticStructureSchema;
|
|
75
|
+
export declare var GetSceneResponse: StaticStructureSchema;
|
|
76
|
+
export declare var GetSyncJobRequest: StaticStructureSchema;
|
|
77
|
+
export declare var GetSyncJobResponse: StaticStructureSchema;
|
|
78
|
+
export declare var GetWorkspaceRequest: StaticStructureSchema;
|
|
79
|
+
export declare var GetWorkspaceResponse: StaticStructureSchema;
|
|
80
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
81
|
+
export declare var InterpolationParameters: StaticStructureSchema;
|
|
82
|
+
export declare var IotSiteWiseSourceConfiguration: StaticStructureSchema;
|
|
83
|
+
export declare var IotTwinMakerDestinationConfiguration: StaticStructureSchema;
|
|
84
|
+
export declare var IotTwinMakerSourceConfiguration: StaticStructureSchema;
|
|
85
|
+
export declare var LambdaFunction: StaticStructureSchema;
|
|
86
|
+
export declare var ListComponentsRequest: StaticStructureSchema;
|
|
87
|
+
export declare var ListComponentsResponse: StaticStructureSchema;
|
|
88
|
+
export declare var ListComponentTypesRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ListComponentTypesResponse: StaticStructureSchema;
|
|
90
|
+
export declare var ListEntitiesRequest: StaticStructureSchema;
|
|
91
|
+
export declare var ListEntitiesResponse: StaticStructureSchema;
|
|
92
|
+
export declare var ListMetadataTransferJobsRequest: StaticStructureSchema;
|
|
93
|
+
export declare var ListMetadataTransferJobsResponse: StaticStructureSchema;
|
|
94
|
+
export declare var ListPropertiesRequest: StaticStructureSchema;
|
|
95
|
+
export declare var ListPropertiesResponse: StaticStructureSchema;
|
|
96
|
+
export declare var ListScenesRequest: StaticStructureSchema;
|
|
97
|
+
export declare var ListScenesResponse: StaticStructureSchema;
|
|
98
|
+
export declare var ListSyncJobsRequest: StaticStructureSchema;
|
|
99
|
+
export declare var ListSyncJobsResponse: StaticStructureSchema;
|
|
100
|
+
export declare var ListSyncResourcesRequest: StaticStructureSchema;
|
|
101
|
+
export declare var ListSyncResourcesResponse: StaticStructureSchema;
|
|
102
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
103
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
104
|
+
export declare var ListWorkspacesRequest: StaticStructureSchema;
|
|
105
|
+
export declare var ListWorkspacesResponse: StaticStructureSchema;
|
|
106
|
+
export declare var MetadataTransferJobProgress: StaticStructureSchema;
|
|
107
|
+
export declare var MetadataTransferJobStatus: StaticStructureSchema;
|
|
108
|
+
export declare var MetadataTransferJobSummary: StaticStructureSchema;
|
|
109
|
+
export declare var OrderBy: StaticStructureSchema;
|
|
110
|
+
export declare var ParentEntityUpdateRequest: StaticStructureSchema;
|
|
111
|
+
export declare var PricingPlan: StaticStructureSchema;
|
|
112
|
+
export declare var PropertyDefinitionRequest: StaticStructureSchema;
|
|
113
|
+
export declare var PropertyDefinitionResponse: StaticStructureSchema;
|
|
114
|
+
export declare var PropertyFilter: StaticStructureSchema;
|
|
115
|
+
export declare var PropertyGroupRequest: StaticStructureSchema;
|
|
116
|
+
export declare var PropertyGroupResponse: StaticStructureSchema;
|
|
117
|
+
export declare var PropertyLatestValue: StaticStructureSchema;
|
|
118
|
+
export declare var PropertyRequest: StaticStructureSchema;
|
|
119
|
+
export declare var PropertyResponse: StaticStructureSchema;
|
|
120
|
+
export declare var PropertySummary: StaticStructureSchema;
|
|
121
|
+
export declare var PropertyValue: StaticStructureSchema;
|
|
122
|
+
export declare var PropertyValueEntry: StaticStructureSchema;
|
|
123
|
+
export declare var PropertyValueHistory: StaticStructureSchema;
|
|
124
|
+
export declare var QueryTimeoutException: StaticErrorSchema;
|
|
125
|
+
export declare var Relationship: StaticStructureSchema;
|
|
126
|
+
export declare var RelationshipValue: StaticStructureSchema;
|
|
127
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
128
|
+
export declare var Row: StaticStructureSchema;
|
|
129
|
+
export declare var S3DestinationConfiguration: StaticStructureSchema;
|
|
130
|
+
export declare var S3SourceConfiguration: StaticStructureSchema;
|
|
131
|
+
export declare var SceneError: StaticStructureSchema;
|
|
132
|
+
export declare var SceneSummary: StaticStructureSchema;
|
|
133
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
134
|
+
export declare var SourceConfiguration: StaticStructureSchema;
|
|
135
|
+
export declare var Status: StaticStructureSchema;
|
|
136
|
+
export declare var SyncJobStatus: StaticStructureSchema;
|
|
137
|
+
export declare var SyncJobSummary: StaticStructureSchema;
|
|
138
|
+
export declare var SyncResourceStatus: StaticStructureSchema;
|
|
139
|
+
export declare var SyncResourceSummary: StaticStructureSchema;
|
|
140
|
+
export declare var TabularConditions: StaticStructureSchema;
|
|
141
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
142
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
143
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
144
|
+
export declare var TooManyTagsException: StaticErrorSchema;
|
|
145
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
146
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
147
|
+
export declare var UpdateComponentTypeRequest: StaticStructureSchema;
|
|
148
|
+
export declare var UpdateComponentTypeResponse: StaticStructureSchema;
|
|
149
|
+
export declare var UpdateEntityRequest: StaticStructureSchema;
|
|
150
|
+
export declare var UpdateEntityResponse: StaticStructureSchema;
|
|
151
|
+
export declare var UpdatePricingPlanRequest: StaticStructureSchema;
|
|
152
|
+
export declare var UpdatePricingPlanResponse: StaticStructureSchema;
|
|
153
|
+
export declare var UpdateSceneRequest: StaticStructureSchema;
|
|
154
|
+
export declare var UpdateSceneResponse: StaticStructureSchema;
|
|
155
|
+
export declare var UpdateWorkspaceRequest: StaticStructureSchema;
|
|
156
|
+
export declare var UpdateWorkspaceResponse: StaticStructureSchema;
|
|
157
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
158
|
+
export declare var WorkspaceSummary: StaticStructureSchema;
|
|
159
|
+
export declare var IoTTwinMakerServiceException: StaticErrorSchema;
|
|
160
|
+
export declare var ColumnDescriptions: StaticListSchema;
|
|
161
|
+
export declare var ComponentSummaries: StaticListSchema;
|
|
162
|
+
export declare var ComponentTypeSummaries: StaticListSchema;
|
|
163
|
+
export declare var DataValueList: StaticListSchema;
|
|
164
|
+
export declare var EntitySummaries: StaticListSchema;
|
|
165
|
+
export declare var Entries: StaticListSchema;
|
|
166
|
+
export declare var ErrorEntries: StaticListSchema;
|
|
167
|
+
export declare var Errors: StaticListSchema;
|
|
168
|
+
export declare var ExtendsFrom: number;
|
|
169
|
+
export declare var IotSiteWiseSourceConfigurationFilters: StaticListSchema;
|
|
170
|
+
export declare var IotTwinMakerSourceConfigurationFilters: StaticListSchema;
|
|
171
|
+
export declare var LinkedServices: number;
|
|
172
|
+
export declare var ListComponentTypesFilters: StaticListSchema;
|
|
173
|
+
export declare var ListEntitiesFilters: StaticListSchema;
|
|
174
|
+
export declare var ListMetadataTransferJobsFilters: StaticListSchema;
|
|
175
|
+
export declare var MetadataTransferJobSummaries: StaticListSchema;
|
|
176
|
+
export declare var OrderByList: StaticListSchema;
|
|
177
|
+
export declare var PricingBundles: number;
|
|
178
|
+
export declare var PropertyFilters: StaticListSchema;
|
|
179
|
+
export declare var PropertyNames: number;
|
|
180
|
+
export declare var PropertySummaries: StaticListSchema;
|
|
181
|
+
export declare var PropertyValueList: StaticListSchema;
|
|
182
|
+
export declare var PropertyValues: StaticListSchema;
|
|
183
|
+
export declare var RequiredProperties: number;
|
|
184
|
+
export declare var RowData: number;
|
|
185
|
+
export declare var Rows: StaticListSchema;
|
|
186
|
+
export declare var SceneCapabilities: number;
|
|
187
|
+
export declare var SceneSummaries: StaticListSchema;
|
|
188
|
+
export declare var SelectedPropertyList: number;
|
|
189
|
+
export declare var SourceConfigurations: StaticListSchema;
|
|
190
|
+
export declare var SyncJobSummaries: StaticListSchema;
|
|
191
|
+
export declare var SyncResourceFilters: StaticListSchema;
|
|
192
|
+
export declare var SyncResourceSummaries: StaticListSchema;
|
|
193
|
+
export declare var TabularPropertyValue: StaticListSchema;
|
|
194
|
+
export declare var TabularPropertyValues: StaticListSchema;
|
|
195
|
+
export declare var TagKeyList: number;
|
|
196
|
+
export declare var Values: StaticListSchema;
|
|
197
|
+
export declare var WorkspaceSummaries: StaticListSchema;
|
|
198
|
+
export declare var ComponentPropertyGroupRequests: StaticMapSchema;
|
|
199
|
+
export declare var ComponentPropertyGroupResponses: StaticMapSchema;
|
|
200
|
+
export declare var ComponentsMap: StaticMapSchema;
|
|
201
|
+
export declare var ComponentsMapRequest: StaticMapSchema;
|
|
202
|
+
export declare var ComponentUpdatesMapRequest: StaticMapSchema;
|
|
203
|
+
export declare var CompositeComponentResponse: StaticMapSchema;
|
|
204
|
+
export declare var CompositeComponentsMapRequest: StaticMapSchema;
|
|
205
|
+
export declare var CompositeComponentTypesRequest: StaticMapSchema;
|
|
206
|
+
export declare var CompositeComponentTypesResponse: StaticMapSchema;
|
|
207
|
+
export declare var CompositeComponentUpdatesMapRequest: StaticMapSchema;
|
|
208
|
+
export declare var Configuration: number;
|
|
209
|
+
export declare var DataValueMap: StaticMapSchema;
|
|
210
|
+
export declare var ExternalIdProperty: number;
|
|
211
|
+
export declare var FunctionsRequest: StaticMapSchema;
|
|
212
|
+
export declare var FunctionsResponse: StaticMapSchema;
|
|
213
|
+
export declare var GeneratedSceneMetadataMap: number;
|
|
214
|
+
export declare var PropertyDefinitionsRequest: StaticMapSchema;
|
|
215
|
+
export declare var PropertyDefinitionsResponse: StaticMapSchema;
|
|
216
|
+
export declare var PropertyGroupsRequest: StaticMapSchema;
|
|
217
|
+
export declare var PropertyGroupsResponse: StaticMapSchema;
|
|
218
|
+
export declare var PropertyLatestValueMap: StaticMapSchema;
|
|
219
|
+
export declare var PropertyRequests: StaticMapSchema;
|
|
220
|
+
export declare var PropertyResponses: StaticMapSchema;
|
|
221
|
+
export declare var PropertyTableValue: StaticMapSchema;
|
|
222
|
+
export declare var SceneMetadataMap: number;
|
|
223
|
+
export declare var TagMap: number;
|
|
224
|
+
export declare var IotSiteWiseSourceConfigurationFilter: StaticStructureSchema;
|
|
225
|
+
export declare var IotTwinMakerSourceConfigurationFilter: StaticStructureSchema;
|
|
226
|
+
export declare var ListComponentTypesFilter: StaticStructureSchema;
|
|
227
|
+
export declare var ListEntitiesFilter: StaticStructureSchema;
|
|
228
|
+
export declare var ListMetadataTransferJobsFilter: StaticStructureSchema;
|
|
229
|
+
export declare var SyncResourceFilter: StaticStructureSchema;
|
|
230
|
+
export declare var BatchPutPropertyValues: StaticOperationSchema;
|
|
231
|
+
export declare var CancelMetadataTransferJob: StaticOperationSchema;
|
|
232
|
+
export declare var CreateComponentType: StaticOperationSchema;
|
|
233
|
+
export declare var CreateEntity: StaticOperationSchema;
|
|
234
|
+
export declare var CreateMetadataTransferJob: StaticOperationSchema;
|
|
235
|
+
export declare var CreateScene: StaticOperationSchema;
|
|
236
|
+
export declare var CreateSyncJob: StaticOperationSchema;
|
|
237
|
+
export declare var CreateWorkspace: StaticOperationSchema;
|
|
238
|
+
export declare var DeleteComponentType: StaticOperationSchema;
|
|
239
|
+
export declare var DeleteEntity: StaticOperationSchema;
|
|
240
|
+
export declare var DeleteScene: StaticOperationSchema;
|
|
241
|
+
export declare var DeleteSyncJob: StaticOperationSchema;
|
|
242
|
+
export declare var DeleteWorkspace: StaticOperationSchema;
|
|
243
|
+
export declare var ExecuteQuery: StaticOperationSchema;
|
|
244
|
+
export declare var GetComponentType: StaticOperationSchema;
|
|
245
|
+
export declare var GetEntity: StaticOperationSchema;
|
|
246
|
+
export declare var GetMetadataTransferJob: StaticOperationSchema;
|
|
247
|
+
export declare var GetPricingPlan: StaticOperationSchema;
|
|
248
|
+
export declare var GetPropertyValue: StaticOperationSchema;
|
|
249
|
+
export declare var GetPropertyValueHistory: StaticOperationSchema;
|
|
250
|
+
export declare var GetScene: StaticOperationSchema;
|
|
251
|
+
export declare var GetSyncJob: StaticOperationSchema;
|
|
252
|
+
export declare var GetWorkspace: StaticOperationSchema;
|
|
253
|
+
export declare var ListComponents: StaticOperationSchema;
|
|
254
|
+
export declare var ListComponentTypes: StaticOperationSchema;
|
|
255
|
+
export declare var ListEntities: StaticOperationSchema;
|
|
256
|
+
export declare var ListMetadataTransferJobs: StaticOperationSchema;
|
|
257
|
+
export declare var ListProperties: StaticOperationSchema;
|
|
258
|
+
export declare var ListScenes: StaticOperationSchema;
|
|
259
|
+
export declare var ListSyncJobs: StaticOperationSchema;
|
|
260
|
+
export declare var ListSyncResources: StaticOperationSchema;
|
|
261
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
262
|
+
export declare var ListWorkspaces: StaticOperationSchema;
|
|
263
|
+
export declare var TagResource: StaticOperationSchema;
|
|
264
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
265
|
+
export declare var UpdateComponentType: StaticOperationSchema;
|
|
266
|
+
export declare var UpdateEntity: StaticOperationSchema;
|
|
267
|
+
export declare var UpdatePricingPlan: StaticOperationSchema;
|
|
268
|
+
export declare var UpdateScene: StaticOperationSchema;
|
|
269
|
+
export declare var UpdateWorkspace: 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,
|
|
@@ -318,6 +321,7 @@ export interface ClientDefaults
|
|
|
318
321
|
retryMode?: string | __Provider<string>;
|
|
319
322
|
logger?: __Logger;
|
|
320
323
|
extensions?: RuntimeExtension[];
|
|
324
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
321
325
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
322
326
|
}
|
|
323
327
|
export type IoTTwinMakerClientConfigType = Partial<
|
|
@@ -243,10 +243,6 @@ export declare namespace IotSiteWiseSourceConfigurationFilter {
|
|
|
243
243
|
filterByAsset: (value: FilterByAsset) => T;
|
|
244
244
|
_: (name: string, value: any) => T;
|
|
245
245
|
}
|
|
246
|
-
const visit: <T>(
|
|
247
|
-
value: IotSiteWiseSourceConfigurationFilter,
|
|
248
|
-
visitor: Visitor<T>
|
|
249
|
-
) => T;
|
|
250
246
|
}
|
|
251
247
|
export interface IotSiteWiseSourceConfiguration {
|
|
252
248
|
filters?: IotSiteWiseSourceConfigurationFilter[] | undefined;
|
|
@@ -282,10 +278,6 @@ export declare namespace IotTwinMakerSourceConfigurationFilter {
|
|
|
282
278
|
filterByEntity: (value: FilterByEntity) => T;
|
|
283
279
|
_: (name: string, value: any) => T;
|
|
284
280
|
}
|
|
285
|
-
const visit: <T>(
|
|
286
|
-
value: IotTwinMakerSourceConfigurationFilter,
|
|
287
|
-
visitor: Visitor<T>
|
|
288
|
-
) => T;
|
|
289
281
|
}
|
|
290
282
|
export interface IotTwinMakerSourceConfiguration {
|
|
291
283
|
workspace: string | undefined;
|
|
@@ -662,7 +654,6 @@ export declare namespace ListComponentTypesFilter {
|
|
|
662
654
|
isAbstract: (value: boolean) => T;
|
|
663
655
|
_: (name: string, value: any) => T;
|
|
664
656
|
}
|
|
665
|
-
const visit: <T>(value: ListComponentTypesFilter, visitor: Visitor<T>) => T;
|
|
666
657
|
}
|
|
667
658
|
export interface ListComponentTypesRequest {
|
|
668
659
|
workspaceId: string | undefined;
|
|
@@ -721,7 +712,6 @@ export declare namespace ListEntitiesFilter {
|
|
|
721
712
|
externalId: (value: string) => T;
|
|
722
713
|
_: (name: string, value: any) => T;
|
|
723
714
|
}
|
|
724
|
-
const visit: <T>(value: ListEntitiesFilter, visitor: Visitor<T>) => T;
|
|
725
715
|
}
|
|
726
716
|
export interface ListEntitiesRequest {
|
|
727
717
|
workspaceId: string | undefined;
|
|
@@ -769,10 +759,6 @@ export declare namespace ListMetadataTransferJobsFilter {
|
|
|
769
759
|
state: (value: MetadataTransferJobState) => T;
|
|
770
760
|
_: (name: string, value: any) => T;
|
|
771
761
|
}
|
|
772
|
-
const visit: <T>(
|
|
773
|
-
value: ListMetadataTransferJobsFilter,
|
|
774
|
-
visitor: Visitor<T>
|
|
775
|
-
) => T;
|
|
776
762
|
}
|
|
777
763
|
export interface ListMetadataTransferJobsRequest {
|
|
778
764
|
sourceType: SourceType | undefined;
|
|
@@ -899,7 +885,6 @@ export declare namespace SyncResourceFilter {
|
|
|
899
885
|
externalId: (value: string) => T;
|
|
900
886
|
_: (name: string, value: any) => T;
|
|
901
887
|
}
|
|
902
|
-
const visit: <T>(value: SyncResourceFilter, visitor: Visitor<T>) => T;
|
|
903
888
|
}
|
|
904
889
|
export interface ListSyncResourcesRequest {
|
|
905
890
|
workspaceId: string | undefined;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
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: IoTTwinMakerClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").IoTTwinMakerHttpAuthSchemeProvider;
|
|
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;
|