@aws-sdk/client-iotsitewise 3.495.0 → 3.499.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 +71 -68
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -9055,33 +9055,21 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
9055
9055
|
// src/index.ts
|
|
9056
9056
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
9057
9057
|
// Annotate the CommonJS export names for ESM import in node:
|
|
9058
|
+
|
|
9058
9059
|
0 && (module.exports = {
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
AssetRelationshipType,
|
|
9065
|
-
AssetState,
|
|
9060
|
+
IoTSiteWiseServiceException,
|
|
9061
|
+
__Client,
|
|
9062
|
+
IoTSiteWiseClient,
|
|
9063
|
+
IoTSiteWise,
|
|
9064
|
+
$Command,
|
|
9066
9065
|
AssociateAssetsCommand,
|
|
9067
9066
|
AssociateTimeSeriesToAssetPropertyCommand,
|
|
9068
|
-
AuthMode,
|
|
9069
9067
|
BatchAssociateProjectAssetsCommand,
|
|
9070
9068
|
BatchDisassociateProjectAssetsCommand,
|
|
9071
|
-
BatchEntryCompletionStatus,
|
|
9072
9069
|
BatchGetAssetPropertyAggregatesCommand,
|
|
9073
|
-
BatchGetAssetPropertyAggregatesErrorCode,
|
|
9074
9070
|
BatchGetAssetPropertyValueCommand,
|
|
9075
|
-
BatchGetAssetPropertyValueErrorCode,
|
|
9076
9071
|
BatchGetAssetPropertyValueHistoryCommand,
|
|
9077
|
-
BatchGetAssetPropertyValueHistoryErrorCode,
|
|
9078
9072
|
BatchPutAssetPropertyValueCommand,
|
|
9079
|
-
BatchPutAssetPropertyValueErrorCode,
|
|
9080
|
-
CapabilitySyncStatus,
|
|
9081
|
-
ColumnName,
|
|
9082
|
-
ComputeLocation,
|
|
9083
|
-
ConfigurationState,
|
|
9084
|
-
ConflictingOperationException,
|
|
9085
9073
|
CreateAccessPolicyCommand,
|
|
9086
9074
|
CreateAssetCommand,
|
|
9087
9075
|
CreateAssetModelCommand,
|
|
@@ -9117,42 +9105,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9117
9105
|
DescribeProjectCommand,
|
|
9118
9106
|
DescribeStorageConfigurationCommand,
|
|
9119
9107
|
DescribeTimeSeriesCommand,
|
|
9120
|
-
DetailedErrorCode,
|
|
9121
9108
|
DisassociateAssetsCommand,
|
|
9122
9109
|
DisassociateTimeSeriesFromAssetPropertyCommand,
|
|
9123
|
-
DisassociatedDataStorageState,
|
|
9124
|
-
EncryptionType,
|
|
9125
|
-
ErrorCode,
|
|
9126
9110
|
ExecuteActionCommand,
|
|
9127
9111
|
ExecuteQueryCommand,
|
|
9128
|
-
ForwardingConfigState,
|
|
9129
9112
|
GetAssetPropertyAggregatesCommand,
|
|
9130
9113
|
GetAssetPropertyValueCommand,
|
|
9131
9114
|
GetAssetPropertyValueHistoryCommand,
|
|
9132
9115
|
GetInterpolatedAssetPropertyValuesCommand,
|
|
9133
|
-
IdentityType,
|
|
9134
|
-
ImageFileType,
|
|
9135
|
-
InternalFailureException,
|
|
9136
|
-
InvalidRequestException,
|
|
9137
|
-
IoTSiteWise,
|
|
9138
|
-
IoTSiteWiseClient,
|
|
9139
|
-
IoTSiteWiseServiceException,
|
|
9140
|
-
JobStatus,
|
|
9141
|
-
LimitExceededException,
|
|
9142
9116
|
ListAccessPoliciesCommand,
|
|
9143
9117
|
ListActionsCommand,
|
|
9144
9118
|
ListAssetModelCompositeModelsCommand,
|
|
9145
9119
|
ListAssetModelPropertiesCommand,
|
|
9146
|
-
ListAssetModelPropertiesFilter,
|
|
9147
9120
|
ListAssetModelsCommand,
|
|
9148
9121
|
ListAssetPropertiesCommand,
|
|
9149
|
-
ListAssetPropertiesFilter,
|
|
9150
9122
|
ListAssetRelationshipsCommand,
|
|
9151
9123
|
ListAssetsCommand,
|
|
9152
|
-
ListAssetsFilter,
|
|
9153
9124
|
ListAssociatedAssetsCommand,
|
|
9154
9125
|
ListBulkImportJobsCommand,
|
|
9155
|
-
ListBulkImportJobsFilter,
|
|
9156
9126
|
ListCompositionRelationshipsCommand,
|
|
9157
9127
|
ListDashboardsCommand,
|
|
9158
9128
|
ListGatewaysCommand,
|
|
@@ -9161,32 +9131,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9161
9131
|
ListProjectsCommand,
|
|
9162
9132
|
ListTagsForResourceCommand,
|
|
9163
9133
|
ListTimeSeriesCommand,
|
|
9164
|
-
ListTimeSeriesType,
|
|
9165
|
-
LoggingLevel,
|
|
9166
|
-
MonitorErrorCode,
|
|
9167
|
-
Permission,
|
|
9168
|
-
PortalState,
|
|
9169
|
-
PropertyDataType,
|
|
9170
|
-
PropertyNotificationState,
|
|
9171
9134
|
PutDefaultEncryptionConfigurationCommand,
|
|
9172
9135
|
PutLoggingOptionsCommand,
|
|
9173
9136
|
PutStorageConfigurationCommand,
|
|
9174
|
-
Quality,
|
|
9175
|
-
QueryTimeoutException,
|
|
9176
|
-
ResourceAlreadyExistsException,
|
|
9177
|
-
ResourceNotFoundException,
|
|
9178
|
-
ResourceType,
|
|
9179
|
-
ScalarType,
|
|
9180
|
-
ServiceUnavailableException,
|
|
9181
|
-
StorageType,
|
|
9182
9137
|
TagResourceCommand,
|
|
9183
|
-
TargetResourceType,
|
|
9184
|
-
ThrottlingException,
|
|
9185
|
-
TimeOrdering,
|
|
9186
|
-
TooManyTagsException,
|
|
9187
|
-
TraversalDirection,
|
|
9188
|
-
TraversalType,
|
|
9189
|
-
UnauthorizedException,
|
|
9190
9138
|
UntagResourceCommand,
|
|
9191
9139
|
UpdateAccessPolicyCommand,
|
|
9192
9140
|
UpdateAssetCommand,
|
|
@@ -9198,12 +9146,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9198
9146
|
UpdateGatewayCommand,
|
|
9199
9147
|
UpdatePortalCommand,
|
|
9200
9148
|
UpdateProjectCommand,
|
|
9201
|
-
ValidationException,
|
|
9202
|
-
WarmTierState,
|
|
9203
|
-
__Client,
|
|
9204
9149
|
paginateBatchGetAssetPropertyAggregates,
|
|
9205
|
-
paginateBatchGetAssetPropertyValue,
|
|
9206
9150
|
paginateBatchGetAssetPropertyValueHistory,
|
|
9151
|
+
paginateBatchGetAssetPropertyValue,
|
|
9207
9152
|
paginateExecuteQuery,
|
|
9208
9153
|
paginateGetAssetPropertyAggregates,
|
|
9209
9154
|
paginateGetAssetPropertyValueHistory,
|
|
@@ -9225,15 +9170,73 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9225
9170
|
paginateListProjects,
|
|
9226
9171
|
paginateListTimeSeries,
|
|
9227
9172
|
waitForAssetActive,
|
|
9228
|
-
waitForAssetModelActive,
|
|
9229
|
-
waitForAssetModelNotExists,
|
|
9230
|
-
waitForAssetNotExists,
|
|
9231
|
-
waitForPortalActive,
|
|
9232
|
-
waitForPortalNotExists,
|
|
9233
9173
|
waitUntilAssetActive,
|
|
9174
|
+
waitForAssetModelActive,
|
|
9234
9175
|
waitUntilAssetModelActive,
|
|
9176
|
+
waitForAssetModelNotExists,
|
|
9235
9177
|
waitUntilAssetModelNotExists,
|
|
9178
|
+
waitForAssetNotExists,
|
|
9236
9179
|
waitUntilAssetNotExists,
|
|
9180
|
+
waitForPortalActive,
|
|
9237
9181
|
waitUntilPortalActive,
|
|
9238
|
-
|
|
9182
|
+
waitForPortalNotExists,
|
|
9183
|
+
waitUntilPortalNotExists,
|
|
9184
|
+
AccessDeniedException,
|
|
9185
|
+
Permission,
|
|
9186
|
+
Quality,
|
|
9187
|
+
AggregateType,
|
|
9188
|
+
PropertyDataType,
|
|
9189
|
+
PropertyNotificationState,
|
|
9190
|
+
AssetErrorCode,
|
|
9191
|
+
ForwardingConfigState,
|
|
9192
|
+
ComputeLocation,
|
|
9193
|
+
AssetModelState,
|
|
9194
|
+
ErrorCode,
|
|
9195
|
+
DetailedErrorCode,
|
|
9196
|
+
AssetModelType,
|
|
9197
|
+
AssetRelationshipType,
|
|
9198
|
+
AssetState,
|
|
9199
|
+
ConflictingOperationException,
|
|
9200
|
+
InternalFailureException,
|
|
9201
|
+
InvalidRequestException,
|
|
9202
|
+
LimitExceededException,
|
|
9203
|
+
ResourceAlreadyExistsException,
|
|
9204
|
+
ResourceNotFoundException,
|
|
9205
|
+
ThrottlingException,
|
|
9206
|
+
AuthMode,
|
|
9207
|
+
TimeOrdering,
|
|
9208
|
+
BatchGetAssetPropertyAggregatesErrorCode,
|
|
9209
|
+
BatchEntryCompletionStatus,
|
|
9210
|
+
ServiceUnavailableException,
|
|
9211
|
+
BatchGetAssetPropertyValueErrorCode,
|
|
9212
|
+
BatchGetAssetPropertyValueHistoryErrorCode,
|
|
9213
|
+
BatchPutAssetPropertyValueErrorCode,
|
|
9214
|
+
ColumnName,
|
|
9215
|
+
JobStatus,
|
|
9216
|
+
ImageFileType,
|
|
9217
|
+
MonitorErrorCode,
|
|
9218
|
+
PortalState,
|
|
9219
|
+
ConfigurationState,
|
|
9220
|
+
EncryptionType,
|
|
9221
|
+
CapabilitySyncStatus,
|
|
9222
|
+
LoggingLevel,
|
|
9223
|
+
DisassociatedDataStorageState,
|
|
9224
|
+
StorageType,
|
|
9225
|
+
WarmTierState,
|
|
9226
|
+
ScalarType,
|
|
9227
|
+
QueryTimeoutException,
|
|
9228
|
+
ValidationException,
|
|
9229
|
+
IdentityType,
|
|
9230
|
+
ResourceType,
|
|
9231
|
+
TargetResourceType,
|
|
9232
|
+
ListAssetModelPropertiesFilter,
|
|
9233
|
+
ListAssetPropertiesFilter,
|
|
9234
|
+
TraversalType,
|
|
9235
|
+
ListAssetsFilter,
|
|
9236
|
+
TraversalDirection,
|
|
9237
|
+
ListBulkImportJobsFilter,
|
|
9238
|
+
UnauthorizedException,
|
|
9239
|
+
ListTimeSeriesType,
|
|
9240
|
+
TooManyTagsException
|
|
9239
9241
|
});
|
|
9242
|
+
|
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.499.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-iotsitewise",
|
|
@@ -20,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0",
|
|
62
62
|
"uuid": "^8.3.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"@types/uuid": "^8.3.0",
|