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