@aws-sdk/client-iotthingsgraph 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 +28 -25
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3101,27 +3101,26 @@ var paginateSearchThings = (0, import_core.createPaginator)(IoTThingsGraphClient
|
|
|
3101
3101
|
// src/index.ts
|
|
3102
3102
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3103
3103
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3104
|
+
|
|
3104
3105
|
0 && (module.exports = {
|
|
3106
|
+
IoTThingsGraphServiceException,
|
|
3107
|
+
__Client,
|
|
3108
|
+
IoTThingsGraphClient,
|
|
3109
|
+
IoTThingsGraph,
|
|
3110
|
+
$Command,
|
|
3105
3111
|
AssociateEntityToThingCommand,
|
|
3106
3112
|
CreateFlowTemplateCommand,
|
|
3107
3113
|
CreateSystemInstanceCommand,
|
|
3108
3114
|
CreateSystemTemplateCommand,
|
|
3109
|
-
DefinitionLanguage,
|
|
3110
3115
|
DeleteFlowTemplateCommand,
|
|
3111
3116
|
DeleteNamespaceCommand,
|
|
3112
3117
|
DeleteSystemInstanceCommand,
|
|
3113
3118
|
DeleteSystemTemplateCommand,
|
|
3114
3119
|
DeploySystemInstanceCommand,
|
|
3115
|
-
DeploymentTarget,
|
|
3116
3120
|
DeprecateFlowTemplateCommand,
|
|
3117
3121
|
DeprecateSystemTemplateCommand,
|
|
3118
3122
|
DescribeNamespaceCommand,
|
|
3119
3123
|
DissociateEntityFromThingCommand,
|
|
3120
|
-
EntityFilterName,
|
|
3121
|
-
EntityType,
|
|
3122
|
-
FlowExecutionEventType,
|
|
3123
|
-
FlowExecutionStatus,
|
|
3124
|
-
FlowTemplateFilterName,
|
|
3125
3124
|
GetEntitiesCommand,
|
|
3126
3125
|
GetFlowTemplateCommand,
|
|
3127
3126
|
GetFlowTemplateRevisionsCommand,
|
|
@@ -3130,37 +3129,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3130
3129
|
GetSystemTemplateCommand,
|
|
3131
3130
|
GetSystemTemplateRevisionsCommand,
|
|
3132
3131
|
GetUploadStatusCommand,
|
|
3133
|
-
InternalFailureException,
|
|
3134
|
-
InvalidRequestException,
|
|
3135
|
-
IoTThingsGraph,
|
|
3136
|
-
IoTThingsGraphClient,
|
|
3137
|
-
IoTThingsGraphServiceException,
|
|
3138
|
-
LimitExceededException,
|
|
3139
3132
|
ListFlowExecutionMessagesCommand,
|
|
3140
3133
|
ListTagsForResourceCommand,
|
|
3141
|
-
NamespaceDeletionStatus,
|
|
3142
|
-
NamespaceDeletionStatusErrorCodes,
|
|
3143
|
-
ResourceAlreadyExistsException,
|
|
3144
|
-
ResourceInUseException,
|
|
3145
|
-
ResourceNotFoundException,
|
|
3146
3134
|
SearchEntitiesCommand,
|
|
3147
3135
|
SearchFlowExecutionsCommand,
|
|
3148
3136
|
SearchFlowTemplatesCommand,
|
|
3149
3137
|
SearchSystemInstancesCommand,
|
|
3150
3138
|
SearchSystemTemplatesCommand,
|
|
3151
3139
|
SearchThingsCommand,
|
|
3152
|
-
SystemInstanceDeploymentStatus,
|
|
3153
|
-
SystemInstanceFilterName,
|
|
3154
|
-
SystemTemplateFilterName,
|
|
3155
3140
|
TagResourceCommand,
|
|
3156
|
-
ThrottlingException,
|
|
3157
3141
|
UndeploySystemInstanceCommand,
|
|
3158
3142
|
UntagResourceCommand,
|
|
3159
3143
|
UpdateFlowTemplateCommand,
|
|
3160
3144
|
UpdateSystemTemplateCommand,
|
|
3161
3145
|
UploadEntityDefinitionsCommand,
|
|
3162
|
-
UploadStatus,
|
|
3163
|
-
__Client,
|
|
3164
3146
|
paginateGetFlowTemplateRevisions,
|
|
3165
3147
|
paginateGetSystemTemplateRevisions,
|
|
3166
3148
|
paginateListFlowExecutionMessages,
|
|
@@ -3170,5 +3152,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3170
3152
|
paginateSearchFlowTemplates,
|
|
3171
3153
|
paginateSearchSystemInstances,
|
|
3172
3154
|
paginateSearchSystemTemplates,
|
|
3173
|
-
paginateSearchThings
|
|
3155
|
+
paginateSearchThings,
|
|
3156
|
+
InternalFailureException,
|
|
3157
|
+
InvalidRequestException,
|
|
3158
|
+
ResourceNotFoundException,
|
|
3159
|
+
ThrottlingException,
|
|
3160
|
+
DefinitionLanguage,
|
|
3161
|
+
LimitExceededException,
|
|
3162
|
+
ResourceAlreadyExistsException,
|
|
3163
|
+
DeploymentTarget,
|
|
3164
|
+
SystemInstanceDeploymentStatus,
|
|
3165
|
+
ResourceInUseException,
|
|
3166
|
+
EntityType,
|
|
3167
|
+
EntityFilterName,
|
|
3168
|
+
FlowExecutionEventType,
|
|
3169
|
+
FlowExecutionStatus,
|
|
3170
|
+
FlowTemplateFilterName,
|
|
3171
|
+
NamespaceDeletionStatusErrorCodes,
|
|
3172
|
+
NamespaceDeletionStatus,
|
|
3173
|
+
UploadStatus,
|
|
3174
|
+
SystemInstanceFilterName,
|
|
3175
|
+
SystemTemplateFilterName
|
|
3174
3176
|
});
|
|
3177
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph 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-iotthingsgraph",
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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",
|