@aws-sdk/client-iottwinmaker 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +49 -46
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -5003,15 +5003,15 @@ var paginateListWorkspaces = (0, import_core.createPaginator)(IoTTwinMakerClient
5003
5003
  // src/index.ts
5004
5004
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5005
5005
  // Annotate the CommonJS export names for ESM import in node:
5006
+
5006
5007
  0 && (module.exports = {
5007
- AccessDeniedException,
5008
+ IoTTwinMakerServiceException,
5009
+ __Client,
5010
+ IoTTwinMakerClient,
5011
+ IoTTwinMaker,
5012
+ $Command,
5008
5013
  BatchPutPropertyValuesCommand,
5009
5014
  CancelMetadataTransferJobCommand,
5010
- ColumnType,
5011
- ComponentUpdateType,
5012
- ConflictException,
5013
- ConnectorFailureException,
5014
- ConnectorTimeoutException,
5015
5015
  CreateComponentTypeCommand,
5016
5016
  CreateEntityCommand,
5017
5017
  CreateMetadataTransferJobCommand,
@@ -5023,8 +5023,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5023
5023
  DeleteSceneCommand,
5024
5024
  DeleteSyncJobCommand,
5025
5025
  DeleteWorkspaceCommand,
5026
- DestinationType,
5027
- ErrorCode,
5028
5026
  ExecuteQueryCommand,
5029
5027
  GetComponentTypeCommand,
5030
5028
  GetEntityCommand,
@@ -5035,62 +5033,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5035
5033
  GetSceneCommand,
5036
5034
  GetSyncJobCommand,
5037
5035
  GetWorkspaceCommand,
5038
- GroupType,
5039
- InternalServerException,
5040
- InterpolationType,
5041
- IoTTwinMaker,
5042
- IoTTwinMakerClient,
5043
- IoTTwinMakerServiceException,
5044
- IotSiteWiseSourceConfigurationFilter,
5045
- IotTwinMakerSourceConfigurationFilter,
5046
5036
  ListComponentTypesCommand,
5047
- ListComponentTypesFilter,
5048
5037
  ListComponentsCommand,
5049
5038
  ListEntitiesCommand,
5050
- ListEntitiesFilter,
5051
5039
  ListMetadataTransferJobsCommand,
5052
- ListMetadataTransferJobsFilter,
5053
5040
  ListPropertiesCommand,
5054
5041
  ListScenesCommand,
5055
5042
  ListSyncJobsCommand,
5056
5043
  ListSyncResourcesCommand,
5057
5044
  ListTagsForResourceCommand,
5058
5045
  ListWorkspacesCommand,
5059
- MetadataTransferJobState,
5060
- Order,
5061
- OrderByTime,
5062
- ParentEntityUpdateType,
5063
- PricingMode,
5064
- PricingTier,
5065
- PropertyGroupUpdateType,
5066
- PropertyUpdateType,
5067
- QueryTimeoutException,
5068
- ResourceNotFoundException,
5069
- SceneErrorCode,
5070
- Scope,
5071
- ServiceQuotaExceededException,
5072
- SourceType,
5073
- State,
5074
- SyncJobState,
5075
- SyncResourceFilter,
5076
- SyncResourceState,
5077
- SyncResourceType,
5078
5046
  TagResourceCommand,
5079
- ThrottlingException,
5080
- TooManyTagsException,
5081
- Type,
5082
5047
  UntagResourceCommand,
5083
5048
  UpdateComponentTypeCommand,
5084
5049
  UpdateEntityCommand,
5085
5050
  UpdatePricingPlanCommand,
5086
- UpdateReason,
5087
5051
  UpdateSceneCommand,
5088
5052
  UpdateWorkspaceCommand,
5089
- ValidationException,
5090
- __Client,
5091
5053
  paginateExecuteQuery,
5092
- paginateGetPropertyValue,
5093
5054
  paginateGetPropertyValueHistory,
5055
+ paginateGetPropertyValue,
5094
5056
  paginateListComponentTypes,
5095
5057
  paginateListComponents,
5096
5058
  paginateListEntities,
@@ -5099,5 +5061,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5099
5061
  paginateListScenes,
5100
5062
  paginateListSyncJobs,
5101
5063
  paginateListSyncResources,
5102
- 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
5103
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.495.0",
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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
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
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",