@aws-sdk/client-iottwinmaker 3.496.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 +47 -46
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5005,14 +5005,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5005
5005
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5006
5006
|
|
|
5007
5007
|
0 && (module.exports = {
|
|
5008
|
-
|
|
5008
|
+
IoTTwinMakerServiceException,
|
|
5009
|
+
__Client,
|
|
5010
|
+
IoTTwinMakerClient,
|
|
5011
|
+
IoTTwinMaker,
|
|
5012
|
+
$Command,
|
|
5009
5013
|
BatchPutPropertyValuesCommand,
|
|
5010
5014
|
CancelMetadataTransferJobCommand,
|
|
5011
|
-
ColumnType,
|
|
5012
|
-
ComponentUpdateType,
|
|
5013
|
-
ConflictException,
|
|
5014
|
-
ConnectorFailureException,
|
|
5015
|
-
ConnectorTimeoutException,
|
|
5016
5015
|
CreateComponentTypeCommand,
|
|
5017
5016
|
CreateEntityCommand,
|
|
5018
5017
|
CreateMetadataTransferJobCommand,
|
|
@@ -5024,8 +5023,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5024
5023
|
DeleteSceneCommand,
|
|
5025
5024
|
DeleteSyncJobCommand,
|
|
5026
5025
|
DeleteWorkspaceCommand,
|
|
5027
|
-
DestinationType,
|
|
5028
|
-
ErrorCode,
|
|
5029
5026
|
ExecuteQueryCommand,
|
|
5030
5027
|
GetComponentTypeCommand,
|
|
5031
5028
|
GetEntityCommand,
|
|
@@ -5036,62 +5033,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5036
5033
|
GetSceneCommand,
|
|
5037
5034
|
GetSyncJobCommand,
|
|
5038
5035
|
GetWorkspaceCommand,
|
|
5039
|
-
GroupType,
|
|
5040
|
-
InternalServerException,
|
|
5041
|
-
InterpolationType,
|
|
5042
|
-
IoTTwinMaker,
|
|
5043
|
-
IoTTwinMakerClient,
|
|
5044
|
-
IoTTwinMakerServiceException,
|
|
5045
|
-
IotSiteWiseSourceConfigurationFilter,
|
|
5046
|
-
IotTwinMakerSourceConfigurationFilter,
|
|
5047
5036
|
ListComponentTypesCommand,
|
|
5048
|
-
ListComponentTypesFilter,
|
|
5049
5037
|
ListComponentsCommand,
|
|
5050
5038
|
ListEntitiesCommand,
|
|
5051
|
-
ListEntitiesFilter,
|
|
5052
5039
|
ListMetadataTransferJobsCommand,
|
|
5053
|
-
ListMetadataTransferJobsFilter,
|
|
5054
5040
|
ListPropertiesCommand,
|
|
5055
5041
|
ListScenesCommand,
|
|
5056
5042
|
ListSyncJobsCommand,
|
|
5057
5043
|
ListSyncResourcesCommand,
|
|
5058
5044
|
ListTagsForResourceCommand,
|
|
5059
5045
|
ListWorkspacesCommand,
|
|
5060
|
-
MetadataTransferJobState,
|
|
5061
|
-
Order,
|
|
5062
|
-
OrderByTime,
|
|
5063
|
-
ParentEntityUpdateType,
|
|
5064
|
-
PricingMode,
|
|
5065
|
-
PricingTier,
|
|
5066
|
-
PropertyGroupUpdateType,
|
|
5067
|
-
PropertyUpdateType,
|
|
5068
|
-
QueryTimeoutException,
|
|
5069
|
-
ResourceNotFoundException,
|
|
5070
|
-
SceneErrorCode,
|
|
5071
|
-
Scope,
|
|
5072
|
-
ServiceQuotaExceededException,
|
|
5073
|
-
SourceType,
|
|
5074
|
-
State,
|
|
5075
|
-
SyncJobState,
|
|
5076
|
-
SyncResourceFilter,
|
|
5077
|
-
SyncResourceState,
|
|
5078
|
-
SyncResourceType,
|
|
5079
5046
|
TagResourceCommand,
|
|
5080
|
-
ThrottlingException,
|
|
5081
|
-
TooManyTagsException,
|
|
5082
|
-
Type,
|
|
5083
5047
|
UntagResourceCommand,
|
|
5084
5048
|
UpdateComponentTypeCommand,
|
|
5085
5049
|
UpdateEntityCommand,
|
|
5086
5050
|
UpdatePricingPlanCommand,
|
|
5087
|
-
UpdateReason,
|
|
5088
5051
|
UpdateSceneCommand,
|
|
5089
5052
|
UpdateWorkspaceCommand,
|
|
5090
|
-
ValidationException,
|
|
5091
|
-
__Client,
|
|
5092
5053
|
paginateExecuteQuery,
|
|
5093
|
-
paginateGetPropertyValue,
|
|
5094
5054
|
paginateGetPropertyValueHistory,
|
|
5055
|
+
paginateGetPropertyValue,
|
|
5095
5056
|
paginateListComponentTypes,
|
|
5096
5057
|
paginateListComponents,
|
|
5097
5058
|
paginateListEntities,
|
|
@@ -5100,6 +5061,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5100
5061
|
paginateListScenes,
|
|
5101
5062
|
paginateListSyncJobs,
|
|
5102
5063
|
paginateListSyncResources,
|
|
5103
|
-
paginateListWorkspaces
|
|
5064
|
+
paginateListWorkspaces,
|
|
5065
|
+
AccessDeniedException,
|
|
5066
|
+
InternalServerException,
|
|
5067
|
+
ResourceNotFoundException,
|
|
5068
|
+
ThrottlingException,
|
|
5069
|
+
ValidationException,
|
|
5070
|
+
ErrorCode,
|
|
5071
|
+
MetadataTransferJobState,
|
|
5072
|
+
ConflictException,
|
|
5073
|
+
Scope,
|
|
5074
|
+
Type,
|
|
5075
|
+
GroupType,
|
|
5076
|
+
State,
|
|
5077
|
+
ServiceQuotaExceededException,
|
|
5078
|
+
PropertyUpdateType,
|
|
5079
|
+
PropertyGroupUpdateType,
|
|
5080
|
+
DestinationType,
|
|
5081
|
+
IotSiteWiseSourceConfigurationFilter,
|
|
5082
|
+
IotTwinMakerSourceConfigurationFilter,
|
|
5083
|
+
SourceType,
|
|
5084
|
+
SyncJobState,
|
|
5085
|
+
ColumnType,
|
|
5086
|
+
QueryTimeoutException,
|
|
5087
|
+
PricingTier,
|
|
5088
|
+
PricingMode,
|
|
5089
|
+
UpdateReason,
|
|
5090
|
+
ConnectorFailureException,
|
|
5091
|
+
ConnectorTimeoutException,
|
|
5092
|
+
Order,
|
|
5093
|
+
InterpolationType,
|
|
5094
|
+
OrderByTime,
|
|
5095
|
+
SceneErrorCode,
|
|
5096
|
+
ListComponentTypesFilter,
|
|
5097
|
+
ListEntitiesFilter,
|
|
5098
|
+
ListMetadataTransferJobsFilter,
|
|
5099
|
+
SyncResourceType,
|
|
5100
|
+
SyncResourceState,
|
|
5101
|
+
SyncResourceFilter,
|
|
5102
|
+
TooManyTagsException,
|
|
5103
|
+
ComponentUpdateType,
|
|
5104
|
+
ParentEntityUpdateType
|
|
5104
5105
|
});
|
|
5105
5106
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iottwinmaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iottwinmaker 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-iottwinmaker",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|