@aws-sdk/client-iotthingsgraph 3.489.0 → 3.495.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 (59) hide show
  1. package/dist-cjs/IoTThingsGraph.js +1 -81
  2. package/dist-cjs/IoTThingsGraphClient.js +1 -43
  3. package/dist-cjs/commands/AssociateEntityToThingCommand.js +1 -28
  4. package/dist-cjs/commands/CreateFlowTemplateCommand.js +1 -28
  5. package/dist-cjs/commands/CreateSystemInstanceCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSystemTemplateCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DeploySystemInstanceCommand.js +1 -28
  12. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +1 -28
  13. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeNamespaceCommand.js +1 -28
  15. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +1 -28
  16. package/dist-cjs/commands/GetEntitiesCommand.js +1 -28
  17. package/dist-cjs/commands/GetFlowTemplateCommand.js +1 -28
  18. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +1 -28
  19. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +1 -28
  20. package/dist-cjs/commands/GetSystemInstanceCommand.js +1 -28
  21. package/dist-cjs/commands/GetSystemTemplateCommand.js +1 -28
  22. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +1 -28
  23. package/dist-cjs/commands/GetUploadStatusCommand.js +1 -28
  24. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +1 -28
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  26. package/dist-cjs/commands/SearchEntitiesCommand.js +1 -28
  27. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +1 -28
  28. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +1 -28
  29. package/dist-cjs/commands/SearchSystemInstancesCommand.js +1 -28
  30. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +1 -28
  31. package/dist-cjs/commands/SearchThingsCommand.js +1 -28
  32. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  33. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +1 -28
  34. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +1 -28
  37. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +1 -28
  38. package/dist-cjs/commands/index.js +1 -38
  39. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  40. package/dist-cjs/extensionConfiguration.js +1 -2
  41. package/dist-cjs/index.js +3173 -11
  42. package/dist-cjs/models/IoTThingsGraphServiceException.js +1 -12
  43. package/dist-cjs/models/index.js +1 -4
  44. package/dist-cjs/models/models_0.js +1 -179
  45. package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js +1 -7
  46. package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js +1 -7
  47. package/dist-cjs/pagination/Interfaces.js +1 -2
  48. package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  50. package/dist-cjs/pagination/SearchEntitiesPaginator.js +1 -7
  51. package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js +1 -7
  53. package/dist-cjs/pagination/SearchSystemInstancesPaginator.js +1 -7
  54. package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js +1 -7
  55. package/dist-cjs/pagination/SearchThingsPaginator.js +1 -7
  56. package/dist-cjs/pagination/index.js +1 -14
  57. package/dist-cjs/protocols/Aws_json1_1.js +1 -2100
  58. package/dist-cjs/runtimeExtensions.js +1 -22
  59. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTThingsGraphServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class IoTThingsGraphServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, IoTThingsGraphServiceException.prototype);
10
- }
11
- }
12
- exports.IoTThingsGraphServiceException = IoTThingsGraphServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,179 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SystemTemplateFilterName = exports.SystemInstanceFilterName = exports.UploadStatus = exports.NamespaceDeletionStatus = exports.NamespaceDeletionStatusErrorCodes = exports.FlowTemplateFilterName = exports.FlowExecutionStatus = exports.FlowExecutionEventType = exports.EntityFilterName = exports.EntityType = exports.ResourceInUseException = exports.SystemInstanceDeploymentStatus = exports.DeploymentTarget = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.DefinitionLanguage = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidRequestException = exports.InternalFailureException = void 0;
4
- const IoTThingsGraphServiceException_1 = require("./IoTThingsGraphServiceException");
5
- class InternalFailureException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "InternalFailureException",
9
- $fault: "server",
10
- ...opts,
11
- });
12
- this.name = "InternalFailureException";
13
- this.$fault = "server";
14
- Object.setPrototypeOf(this, InternalFailureException.prototype);
15
- }
16
- }
17
- exports.InternalFailureException = InternalFailureException;
18
- class InvalidRequestException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "InvalidRequestException",
22
- $fault: "client",
23
- ...opts,
24
- });
25
- this.name = "InvalidRequestException";
26
- this.$fault = "client";
27
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
28
- }
29
- }
30
- exports.InvalidRequestException = InvalidRequestException;
31
- class ResourceNotFoundException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "ResourceNotFoundException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "ResourceNotFoundException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
41
- }
42
- }
43
- exports.ResourceNotFoundException = ResourceNotFoundException;
44
- class ThrottlingException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "ThrottlingException",
48
- $fault: "client",
49
- ...opts,
50
- });
51
- this.name = "ThrottlingException";
52
- this.$fault = "client";
53
- Object.setPrototypeOf(this, ThrottlingException.prototype);
54
- }
55
- }
56
- exports.ThrottlingException = ThrottlingException;
57
- exports.DefinitionLanguage = {
58
- GRAPHQL: "GRAPHQL",
59
- };
60
- class LimitExceededException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
61
- constructor(opts) {
62
- super({
63
- name: "LimitExceededException",
64
- $fault: "client",
65
- ...opts,
66
- });
67
- this.name = "LimitExceededException";
68
- this.$fault = "client";
69
- Object.setPrototypeOf(this, LimitExceededException.prototype);
70
- }
71
- }
72
- exports.LimitExceededException = LimitExceededException;
73
- class ResourceAlreadyExistsException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
74
- constructor(opts) {
75
- super({
76
- name: "ResourceAlreadyExistsException",
77
- $fault: "client",
78
- ...opts,
79
- });
80
- this.name = "ResourceAlreadyExistsException";
81
- this.$fault = "client";
82
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
83
- }
84
- }
85
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
86
- exports.DeploymentTarget = {
87
- CLOUD: "CLOUD",
88
- GREENGRASS: "GREENGRASS",
89
- };
90
- exports.SystemInstanceDeploymentStatus = {
91
- BOOTSTRAP: "BOOTSTRAP",
92
- DELETED_IN_TARGET: "DELETED_IN_TARGET",
93
- DEPLOYED_IN_TARGET: "DEPLOYED_IN_TARGET",
94
- DEPLOY_IN_PROGRESS: "DEPLOY_IN_PROGRESS",
95
- FAILED: "FAILED",
96
- NOT_DEPLOYED: "NOT_DEPLOYED",
97
- PENDING_DELETE: "PENDING_DELETE",
98
- UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
99
- };
100
- class ResourceInUseException extends IoTThingsGraphServiceException_1.IoTThingsGraphServiceException {
101
- constructor(opts) {
102
- super({
103
- name: "ResourceInUseException",
104
- $fault: "client",
105
- ...opts,
106
- });
107
- this.name = "ResourceInUseException";
108
- this.$fault = "client";
109
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
110
- }
111
- }
112
- exports.ResourceInUseException = ResourceInUseException;
113
- exports.EntityType = {
114
- ACTION: "ACTION",
115
- CAPABILITY: "CAPABILITY",
116
- DEVICE: "DEVICE",
117
- DEVICE_MODEL: "DEVICE_MODEL",
118
- ENUM: "ENUM",
119
- EVENT: "EVENT",
120
- MAPPING: "MAPPING",
121
- PROPERTY: "PROPERTY",
122
- SERVICE: "SERVICE",
123
- STATE: "STATE",
124
- };
125
- exports.EntityFilterName = {
126
- NAME: "NAME",
127
- NAMESPACE: "NAMESPACE",
128
- REFERENCED_ENTITY_ID: "REFERENCED_ENTITY_ID",
129
- SEMANTIC_TYPE_PATH: "SEMANTIC_TYPE_PATH",
130
- };
131
- exports.FlowExecutionEventType = {
132
- ACKNOWLEDGE_TASK_MESSAGE: "ACKNOWLEDGE_TASK_MESSAGE",
133
- ACTIVITY_FAILED: "ACTIVITY_FAILED",
134
- ACTIVITY_SCHEDULED: "ACTIVITY_SCHEDULED",
135
- ACTIVITY_STARTED: "ACTIVITY_STARTED",
136
- ACTIVITY_SUCCEEDED: "ACTIVITY_SUCCEEDED",
137
- EXECUTION_ABORTED: "EXECUTION_ABORTED",
138
- EXECUTION_FAILED: "EXECUTION_FAILED",
139
- EXECUTION_STARTED: "EXECUTION_STARTED",
140
- EXECUTION_SUCCEEDED: "EXECUTION_SUCCEEDED",
141
- SCHEDULE_NEXT_READY_STEPS_TASK: "SCHEDULE_NEXT_READY_STEPS_TASK",
142
- START_FLOW_EXECUTION_TASK: "START_FLOW_EXECUTION_TASK",
143
- STEP_FAILED: "STEP_FAILED",
144
- STEP_STARTED: "STEP_STARTED",
145
- STEP_SUCCEEDED: "STEP_SUCCEEDED",
146
- THING_ACTION_TASK: "THING_ACTION_TASK",
147
- THING_ACTION_TASK_FAILED: "THING_ACTION_TASK_FAILED",
148
- THING_ACTION_TASK_SUCCEEDED: "THING_ACTION_TASK_SUCCEEDED",
149
- };
150
- exports.FlowExecutionStatus = {
151
- ABORTED: "ABORTED",
152
- FAILED: "FAILED",
153
- RUNNING: "RUNNING",
154
- SUCCEEDED: "SUCCEEDED",
155
- };
156
- exports.FlowTemplateFilterName = {
157
- DEVICE_MODEL_ID: "DEVICE_MODEL_ID",
158
- };
159
- exports.NamespaceDeletionStatusErrorCodes = {
160
- VALIDATION_FAILED: "VALIDATION_FAILED",
161
- };
162
- exports.NamespaceDeletionStatus = {
163
- FAILED: "FAILED",
164
- IN_PROGRESS: "IN_PROGRESS",
165
- SUCCEEDED: "SUCCEEDED",
166
- };
167
- exports.UploadStatus = {
168
- FAILED: "FAILED",
169
- IN_PROGRESS: "IN_PROGRESS",
170
- SUCCEEDED: "SUCCEEDED",
171
- };
172
- exports.SystemInstanceFilterName = {
173
- GREENGRASS_GROUP_NAME: "GREENGRASS_GROUP_NAME",
174
- STATUS: "STATUS",
175
- SYSTEM_TEMPLATE_ID: "SYSTEM_TEMPLATE_ID",
176
- };
177
- exports.SystemTemplateFilterName = {
178
- FLOW_TEMPLATE_ID: "FLOW_TEMPLATE_ID",
179
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetFlowTemplateRevisions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetFlowTemplateRevisionsCommand_1 = require("../commands/GetFlowTemplateRevisionsCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateGetFlowTemplateRevisions = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, GetFlowTemplateRevisionsCommand_1.GetFlowTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetSystemTemplateRevisions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetSystemTemplateRevisionsCommand_1 = require("../commands/GetSystemTemplateRevisionsCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateGetSystemTemplateRevisions = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, GetSystemTemplateRevisionsCommand_1.GetSystemTemplateRevisionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFlowExecutionMessages = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListFlowExecutionMessagesCommand_1 = require("../commands/ListFlowExecutionMessagesCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateListFlowExecutionMessages = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, ListFlowExecutionMessagesCommand_1.ListFlowExecutionMessagesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTagsForResource = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateListTagsForResource = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchEntities = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchEntitiesCommand_1 = require("../commands/SearchEntitiesCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchEntities = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchEntitiesCommand_1.SearchEntitiesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchFlowExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchFlowExecutionsCommand_1 = require("../commands/SearchFlowExecutionsCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchFlowExecutions = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchFlowExecutionsCommand_1.SearchFlowExecutionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchFlowTemplates = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchFlowTemplatesCommand_1 = require("../commands/SearchFlowTemplatesCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchFlowTemplates = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchFlowTemplatesCommand_1.SearchFlowTemplatesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchSystemInstances = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchSystemInstancesCommand_1 = require("../commands/SearchSystemInstancesCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchSystemInstances = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchSystemInstancesCommand_1.SearchSystemInstancesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchSystemTemplates = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchSystemTemplatesCommand_1 = require("../commands/SearchSystemTemplatesCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchSystemTemplates = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchSystemTemplatesCommand_1.SearchSystemTemplatesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateSearchThings = void 0;
4
- const core_1 = require("@smithy/core");
5
- const SearchThingsCommand_1 = require("../commands/SearchThingsCommand");
6
- const IoTThingsGraphClient_1 = require("../IoTThingsGraphClient");
7
- exports.paginateSearchThings = (0, core_1.createPaginator)(IoTThingsGraphClient_1.IoTThingsGraphClient, SearchThingsCommand_1.SearchThingsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,14 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetFlowTemplateRevisionsPaginator"), exports);
5
- tslib_1.__exportStar(require("./GetSystemTemplateRevisionsPaginator"), exports);
6
- tslib_1.__exportStar(require("./Interfaces"), exports);
7
- tslib_1.__exportStar(require("./ListFlowExecutionMessagesPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
9
- tslib_1.__exportStar(require("./SearchEntitiesPaginator"), exports);
10
- tslib_1.__exportStar(require("./SearchFlowExecutionsPaginator"), exports);
11
- tslib_1.__exportStar(require("./SearchFlowTemplatesPaginator"), exports);
12
- tslib_1.__exportStar(require("./SearchSystemInstancesPaginator"), exports);
13
- tslib_1.__exportStar(require("./SearchSystemTemplatesPaginator"), exports);
14
- tslib_1.__exportStar(require("./SearchThingsPaginator"), exports);
1
+ module.exports = require("../index.js");