@aws-sdk/client-iotsitewise 3.1018.0 → 3.1020.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/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/IoTSiteWise.js +7 -7
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/waiters/waitForAssetActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelNotExists.js +1 -1
- package/dist-es/waiters/waitForAssetNotExists.js +1 -1
- package/dist-es/waiters/waitForPortalActive.js +1 -1
- package/dist-es/waiters/waitForPortalNotExists.js +1 -1
- package/dist-types/IoTSiteWise.d.ts +104 -104
- package/dist-types/IoTSiteWiseClient.d.ts +107 -107
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +1 -1
- package/dist-types/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/BatchGetAssetPropertyValuePaginator.d.ts +1 -1
- package/dist-types/pagination/ExecuteQueryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelCompositeModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompositionRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInterfaceRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPortalsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/waiters/waitForAssetActive.d.ts +3 -3
- package/dist-types/waiters/waitForAssetModelActive.d.ts +3 -3
- package/dist-types/waiters/waitForAssetModelNotExists.d.ts +3 -3
- package/dist-types/waiters/waitForAssetNotExists.d.ts +3 -3
- package/dist-types/waiters/waitForPortalActive.d.ts +3 -3
- package/dist-types/waiters/waitForPortalNotExists.d.ts +3 -3
- package/package.json +14 -14
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
23
23
|
cacheMiddleware?: boolean | undefined;
|
|
24
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
25
25
|
protocolSettings: {
|
|
26
26
|
defaultNamespace?: string;
|
|
27
27
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
Client as __Client,
|
|
31
31
|
} from "@smithy/smithy-client";
|
|
32
32
|
import {
|
|
33
|
+
AwsCredentialIdentityProvider,
|
|
33
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
35
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -42,8 +43,6 @@ import {
|
|
|
42
43
|
Provider as __Provider,
|
|
43
44
|
StreamCollector as __StreamCollector,
|
|
44
45
|
UrlParser as __UrlParser,
|
|
45
|
-
AwsCredentialIdentityProvider,
|
|
46
|
-
Provider,
|
|
47
46
|
UserAgent as __UserAgent,
|
|
48
47
|
} from "@smithy/types";
|
|
49
48
|
import {
|
|
@@ -701,7 +700,7 @@ export interface ClientDefaults
|
|
|
701
700
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
702
701
|
region?: string | __Provider<string>;
|
|
703
702
|
profile?: string;
|
|
704
|
-
defaultUserAgentProvider?:
|
|
703
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
705
704
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
706
705
|
maxAttempts?: number | __Provider<number>;
|
|
707
706
|
retryMode?: string | __Provider<string>;
|
|
@@ -12,11 +12,17 @@ import {
|
|
|
12
12
|
WarmTierState,
|
|
13
13
|
} from "./enums";
|
|
14
14
|
import {
|
|
15
|
+
ActionDefinition,
|
|
15
16
|
Alarms,
|
|
17
|
+
AssetModelCompositeModel,
|
|
18
|
+
AssetModelCompositeModelPathSegment,
|
|
19
|
+
AssetModelHierarchy,
|
|
20
|
+
AssetModelProperty,
|
|
16
21
|
AssetModelPropertyBindingValue,
|
|
17
22
|
AssetModelStatus,
|
|
18
23
|
AssetPropertyBindingValue,
|
|
19
24
|
AssetStatus,
|
|
25
|
+
ColumnInfo,
|
|
20
26
|
ComputationModelConfiguration,
|
|
21
27
|
ComputationModelStatus,
|
|
22
28
|
ConfigurationStatus,
|
|
@@ -27,17 +33,11 @@ import {
|
|
|
27
33
|
LoggingOptions,
|
|
28
34
|
MultiLayerStorage,
|
|
29
35
|
PortalStatus,
|
|
36
|
+
PortalTypeEntry,
|
|
37
|
+
PropertyMapping,
|
|
30
38
|
Resource,
|
|
31
39
|
RetentionPeriod,
|
|
32
40
|
WarmTierRetentionPeriod,
|
|
33
|
-
ActionDefinition,
|
|
34
|
-
AssetModelCompositeModel,
|
|
35
|
-
AssetModelCompositeModelPathSegment,
|
|
36
|
-
AssetModelHierarchy,
|
|
37
|
-
AssetModelProperty,
|
|
38
|
-
ColumnInfo,
|
|
39
|
-
PortalTypeEntry,
|
|
40
|
-
PropertyMapping,
|
|
41
41
|
} from "./models_0";
|
|
42
42
|
export interface ListInterfaceRelationshipsRequest {
|
|
43
43
|
interfaceAssetModelId: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
31
31
|
protocol:
|
|
32
32
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
33
33
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
34
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
35
35
|
protocolSettings: {
|
|
36
36
|
defaultNamespace?: string;
|
|
37
37
|
[setting: string]: unknown;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
31
31
|
protocol:
|
|
32
32
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
33
33
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
34
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
35
35
|
protocolSettings: {
|
|
36
36
|
defaultNamespace?: string;
|
|
37
37
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: IoTSiteWiseClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeAssetCommandInput } from "../commands/DescribeAssetCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeAssetCommandInput } from "../commands/DescribeAssetCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilAssetActive instead. waitForAssetActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilAssetModelActive instead. waitForAssetModelActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeAssetModelCommandInput } from "../commands/DescribeAssetModelCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilAssetModelNotExists instead. waitForAssetModelNotExists does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeAssetCommandInput } from "../commands/DescribeAssetCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeAssetCommandInput } from "../commands/DescribeAssetCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilAssetNotExists instead. waitForAssetNotExists does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribePortalCommandInput } from "../commands/DescribePortalCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribePortalCommandInput } from "../commands/DescribePortalCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilPortalActive instead. waitForPortalActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribePortalCommandInput } from "../commands/DescribePortalCommand";
|
|
3
|
-
import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribePortalCommandInput } from "../commands/DescribePortalCommand";
|
|
3
|
+
import type { IoTSiteWiseClient } from "../IoTSiteWiseClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilPortalNotExists instead. waitForPortalNotExists does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
38
38
|
"@smithy/eventstream-serde-config-resolver": "^4.3.12",
|
|
39
39
|
"@smithy/eventstream-serde-node": "^4.2.12",
|
|
@@ -41,26 +41,26 @@
|
|
|
41
41
|
"@smithy/hash-node": "^4.2.12",
|
|
42
42
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
43
43
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
44
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
45
|
-
"@smithy/middleware-retry": "^4.4.
|
|
46
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
45
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
46
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
47
47
|
"@smithy/middleware-stack": "^4.2.12",
|
|
48
48
|
"@smithy/node-config-provider": "^4.3.12",
|
|
49
|
-
"@smithy/node-http-handler": "^4.5.
|
|
49
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
50
50
|
"@smithy/protocol-http": "^5.3.12",
|
|
51
|
-
"@smithy/smithy-client": "^4.12.
|
|
51
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
52
52
|
"@smithy/types": "^4.13.1",
|
|
53
53
|
"@smithy/url-parser": "^4.2.12",
|
|
54
54
|
"@smithy/util-base64": "^4.3.2",
|
|
55
55
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
56
56
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
59
59
|
"@smithy/util-endpoints": "^3.3.3",
|
|
60
60
|
"@smithy/util-middleware": "^4.2.12",
|
|
61
61
|
"@smithy/util-retry": "^4.2.12",
|
|
62
62
|
"@smithy/util-utf8": "^4.2.2",
|
|
63
|
-
"@smithy/util-waiter": "^4.2.
|
|
63
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|