@aws-sdk/client-iotthingsgraph 3.405.0 → 3.409.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 (28) hide show
  1. package/README.md +0 -1
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/IoTThingsGraph.d.ts +0 -1
  5. package/dist-types/IoTThingsGraphClient.d.ts +0 -1
  6. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +1 -1
  9. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +2 -2
  10. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +1 -1
  11. package/dist-types/commands/GetEntitiesCommand.d.ts +2 -2
  12. package/dist-types/commands/GetFlowTemplateCommand.d.ts +1 -1
  13. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -2
  14. package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
  15. package/dist-types/commands/GetSystemTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/GetUploadStatusCommand.d.ts +1 -1
  17. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +1 -1
  18. package/dist-types/commands/SearchEntitiesCommand.d.ts +4 -4
  19. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +1 -1
  20. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +1 -1
  21. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
  22. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +1 -1
  23. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +2 -2
  24. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +1 -1
  26. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +1 -1
  27. package/dist-types/index.d.ts +0 -1
  28. package/package.json +12 -12
package/README.md CHANGED
@@ -12,7 +12,6 @@ AWS SDK for JavaScript IoTThingsGraph Client for Node.js, Browser and React Nati
12
12
  such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
13
13
  and defining how they interact at an abstract level.</p>
14
14
  <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
15
-
16
15
  <p>The AWS IoT Things Graph service is discontinued.</p>
17
16
 
18
17
  ## Installing
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const s = "required", t = "fn", u = "argv", v = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { conditions: [{ [t]: "stringEquals", [u]: ["aws", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://iotthingsgraph.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const s = "required", t = "fn", u = "argv", v = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { conditions: [{ [t]: "stringEquals", [u]: ["aws", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://iotthingsgraph.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://iotthingsgraph.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -254,7 +254,6 @@ export interface IoTThingsGraph {
254
254
  * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
255
255
  * and defining how they interact at an abstract level.</p>
256
256
  * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
257
- *
258
257
  * <p>The AWS IoT Things Graph service is discontinued.</p>
259
258
  */
260
259
  export declare class IoTThingsGraph extends IoTThingsGraphClient implements IoTThingsGraph {
@@ -190,7 +190,6 @@ export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClient
190
190
  * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
191
191
  * and defining how they interact at an abstract level.</p>
192
192
  * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
193
- *
194
193
  * <p>The AWS IoT Things Graph service is discontinued.</p>
195
194
  */
196
195
  export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTThingsGraphClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo
36
36
  * const client = new IoTThingsGraphClient(config);
37
37
  * const input = { // CreateFlowTemplateRequest
38
38
  * definition: { // DefinitionDocument
39
- * language: "STRING_VALUE", // required
39
+ * language: "GRAPHQL", // required
40
40
  * text: "STRING_VALUE", // required
41
41
  * },
42
42
  * compatibleNamespaceVersion: Number("long"),
@@ -48,10 +48,10 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
48
48
  * },
49
49
  * ],
50
50
  * definition: { // DefinitionDocument
51
- * language: "STRING_VALUE", // required
51
+ * language: "GRAPHQL", // required
52
52
  * text: "STRING_VALUE", // required
53
53
  * },
54
- * target: "STRING_VALUE", // required
54
+ * target: "GREENGRASS" || "CLOUD", // required
55
55
  * greengrassGroupName: "STRING_VALUE",
56
56
  * s3BucketName: "STRING_VALUE",
57
57
  * metricsConfiguration: { // MetricsConfiguration
@@ -66,8 +66,8 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
66
66
  * // summary: { // SystemInstanceSummary
67
67
  * // id: "STRING_VALUE",
68
68
  * // arn: "STRING_VALUE",
69
- * // status: "STRING_VALUE",
70
- * // target: "STRING_VALUE",
69
+ * // status: "NOT_DEPLOYED" || "BOOTSTRAP" || "DEPLOY_IN_PROGRESS" || "DEPLOYED_IN_TARGET" || "UNDEPLOY_IN_PROGRESS" || "FAILED" || "PENDING_DELETE" || "DELETED_IN_TARGET",
70
+ * // target: "GREENGRASS" || "CLOUD",
71
71
  * // greengrassGroupName: "STRING_VALUE",
72
72
  * // createdAt: new Date("TIMESTAMP"),
73
73
  * // updatedAt: new Date("TIMESTAMP"),
@@ -35,7 +35,7 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
35
35
  * const client = new IoTThingsGraphClient(config);
36
36
  * const input = { // CreateSystemTemplateRequest
37
37
  * definition: { // DefinitionDocument
38
- * language: "STRING_VALUE", // required
38
+ * language: "GRAPHQL", // required
39
39
  * text: "STRING_VALUE", // required
40
40
  * },
41
41
  * compatibleNamespaceVersion: Number("long"),
@@ -52,8 +52,8 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR
52
52
  * // summary: { // SystemInstanceSummary
53
53
  * // id: "STRING_VALUE",
54
54
  * // arn: "STRING_VALUE",
55
- * // status: "STRING_VALUE",
56
- * // target: "STRING_VALUE",
55
+ * // status: "NOT_DEPLOYED" || "BOOTSTRAP" || "DEPLOY_IN_PROGRESS" || "DEPLOYED_IN_TARGET" || "UNDEPLOY_IN_PROGRESS" || "FAILED" || "PENDING_DELETE" || "DELETED_IN_TARGET",
56
+ * // target: "GREENGRASS" || "CLOUD",
57
57
  * // greengrassGroupName: "STRING_VALUE",
58
58
  * // createdAt: new Date("TIMESTAMP"),
59
59
  * // updatedAt: new Date("TIMESTAMP"),
@@ -35,7 +35,7 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity
35
35
  * const client = new IoTThingsGraphClient(config);
36
36
  * const input = { // DissociateEntityFromThingRequest
37
37
  * thingName: "STRING_VALUE", // required
38
- * entityType: "STRING_VALUE", // required
38
+ * entityType: "DEVICE" || "SERVICE" || "DEVICE_MODEL" || "CAPABILITY" || "STATE" || "ACTION" || "EVENT" || "PROPERTY" || "MAPPING" || "ENUM", // required
39
39
  * };
40
40
  * const command = new DissociateEntityFromThingCommand(input);
41
41
  * const response = await client.send(command);
@@ -76,10 +76,10 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat
76
76
  * // { // EntityDescription
77
77
  * // id: "STRING_VALUE",
78
78
  * // arn: "STRING_VALUE",
79
- * // type: "STRING_VALUE",
79
+ * // type: "DEVICE" || "SERVICE" || "DEVICE_MODEL" || "CAPABILITY" || "STATE" || "ACTION" || "EVENT" || "PROPERTY" || "MAPPING" || "ENUM",
80
80
  * // createdAt: new Date("TIMESTAMP"),
81
81
  * // definition: { // DefinitionDocument
82
- * // language: "STRING_VALUE", // required
82
+ * // language: "GRAPHQL", // required
83
83
  * // text: "STRING_VALUE", // required
84
84
  * // },
85
85
  * // },
@@ -47,7 +47,7 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _
47
47
  * // createdAt: new Date("TIMESTAMP"),
48
48
  * // },
49
49
  * // definition: { // DefinitionDocument
50
- * // language: "STRING_VALUE", // required
50
+ * // language: "GRAPHQL", // required
51
51
  * // text: "STRING_VALUE", // required
52
52
  * // },
53
53
  * // validatedNamespaceVersion: Number("long"),
@@ -38,8 +38,8 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel
38
38
  * // { // GetNamespaceDeletionStatusResponse
39
39
  * // namespaceArn: "STRING_VALUE",
40
40
  * // namespaceName: "STRING_VALUE",
41
- * // status: "STRING_VALUE",
42
- * // errorCode: "STRING_VALUE",
41
+ * // status: "IN_PROGRESS" || "SUCCEEDED" || "FAILED",
42
+ * // errorCode: "VALIDATION_FAILED",
43
43
  * // errorMessage: "STRING_VALUE",
44
44
  * // };
45
45
  *
@@ -42,8 +42,8 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons
42
42
  * // summary: { // SystemInstanceSummary
43
43
  * // id: "STRING_VALUE",
44
44
  * // arn: "STRING_VALUE",
45
- * // status: "STRING_VALUE",
46
- * // target: "STRING_VALUE",
45
+ * // status: "NOT_DEPLOYED" || "BOOTSTRAP" || "DEPLOY_IN_PROGRESS" || "DEPLOYED_IN_TARGET" || "UNDEPLOY_IN_PROGRESS" || "FAILED" || "PENDING_DELETE" || "DELETED_IN_TARGET",
46
+ * // target: "GREENGRASS" || "CLOUD",
47
47
  * // greengrassGroupName: "STRING_VALUE",
48
48
  * // createdAt: new Date("TIMESTAMP"),
49
49
  * // updatedAt: new Date("TIMESTAMP"),
@@ -51,7 +51,7 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons
51
51
  * // greengrassGroupVersionId: "STRING_VALUE",
52
52
  * // },
53
53
  * // definition: { // DefinitionDocument
54
- * // language: "STRING_VALUE", // required
54
+ * // language: "GRAPHQL", // required
55
55
  * // text: "STRING_VALUE", // required
56
56
  * // },
57
57
  * // s3BucketName: "STRING_VALUE",
@@ -47,7 +47,7 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons
47
47
  * // createdAt: new Date("TIMESTAMP"),
48
48
  * // },
49
49
  * // definition: { // DefinitionDocument
50
- * // language: "STRING_VALUE", // required
50
+ * // language: "GRAPHQL", // required
51
51
  * // text: "STRING_VALUE", // required
52
52
  * // },
53
53
  * // validatedNamespaceVersion: Number("long"),
@@ -39,7 +39,7 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _
39
39
  * const response = await client.send(command);
40
40
  * // { // GetUploadStatusResponse
41
41
  * // uploadId: "STRING_VALUE", // required
42
- * // uploadStatus: "STRING_VALUE", // required
42
+ * // uploadStatus: "IN_PROGRESS" || "SUCCEEDED" || "FAILED", // required
43
43
  * // namespaceArn: "STRING_VALUE",
44
44
  * // namespaceName: "STRING_VALUE",
45
45
  * // namespaceVersion: Number("long"),
@@ -43,7 +43,7 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio
43
43
  * // messages: [ // FlowExecutionMessages
44
44
  * // { // FlowExecutionMessage
45
45
  * // messageId: "STRING_VALUE",
46
- * // eventType: "STRING_VALUE",
46
+ * // eventType: "EXECUTION_STARTED" || "EXECUTION_FAILED" || "EXECUTION_ABORTED" || "EXECUTION_SUCCEEDED" || "STEP_STARTED" || "STEP_FAILED" || "STEP_SUCCEEDED" || "ACTIVITY_SCHEDULED" || "ACTIVITY_STARTED" || "ACTIVITY_FAILED" || "ACTIVITY_SUCCEEDED" || "START_FLOW_EXECUTION_TASK" || "SCHEDULE_NEXT_READY_STEPS_TASK" || "THING_ACTION_TASK" || "THING_ACTION_TASK_FAILED" || "THING_ACTION_TASK_SUCCEEDED" || "ACKNOWLEDGE_TASK_MESSAGE",
47
47
  * // timestamp: new Date("TIMESTAMP"),
48
48
  * // payload: "STRING_VALUE",
49
49
  * // },
@@ -34,11 +34,11 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M
34
34
  * const client = new IoTThingsGraphClient(config);
35
35
  * const input = { // SearchEntitiesRequest
36
36
  * entityTypes: [ // EntityTypes // required
37
- * "STRING_VALUE",
37
+ * "DEVICE" || "SERVICE" || "DEVICE_MODEL" || "CAPABILITY" || "STATE" || "ACTION" || "EVENT" || "PROPERTY" || "MAPPING" || "ENUM",
38
38
  * ],
39
39
  * filters: [ // EntityFilters
40
40
  * { // EntityFilter
41
- * name: "STRING_VALUE",
41
+ * name: "NAME" || "NAMESPACE" || "SEMANTIC_TYPE_PATH" || "REFERENCED_ENTITY_ID",
42
42
  * value: [ // EntityFilterValues
43
43
  * "STRING_VALUE",
44
44
  * ],
@@ -55,10 +55,10 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M
55
55
  * // { // EntityDescription
56
56
  * // id: "STRING_VALUE",
57
57
  * // arn: "STRING_VALUE",
58
- * // type: "STRING_VALUE",
58
+ * // type: "DEVICE" || "SERVICE" || "DEVICE_MODEL" || "CAPABILITY" || "STATE" || "ACTION" || "EVENT" || "PROPERTY" || "MAPPING" || "ENUM",
59
59
  * // createdAt: new Date("TIMESTAMP"),
60
60
  * // definition: { // DefinitionDocument
61
- * // language: "STRING_VALUE", // required
61
+ * // language: "GRAPHQL", // required
62
62
  * // text: "STRING_VALUE", // required
63
63
  * // },
64
64
  * // },
@@ -46,7 +46,7 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR
46
46
  * // summaries: [ // FlowExecutionSummaries
47
47
  * // { // FlowExecutionSummary
48
48
  * // flowExecutionId: "STRING_VALUE",
49
- * // status: "STRING_VALUE",
49
+ * // status: "RUNNING" || "ABORTED" || "SUCCEEDED" || "FAILED",
50
50
  * // systemInstanceId: "STRING_VALUE",
51
51
  * // flowTemplateId: "STRING_VALUE",
52
52
  * // createdAt: new Date("TIMESTAMP"),
@@ -35,7 +35,7 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes
35
35
  * const input = { // SearchFlowTemplatesRequest
36
36
  * filters: [ // FlowTemplateFilters
37
37
  * { // FlowTemplateFilter
38
- * name: "STRING_VALUE", // required
38
+ * name: "DEVICE_MODEL_ID", // required
39
39
  * value: [ // FlowTemplateFilterValues // required
40
40
  * "STRING_VALUE",
41
41
  * ],
@@ -35,7 +35,7 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance
35
35
  * const input = { // SearchSystemInstancesRequest
36
36
  * filters: [ // SystemInstanceFilters
37
37
  * { // SystemInstanceFilter
38
- * name: "STRING_VALUE",
38
+ * name: "SYSTEM_TEMPLATE_ID" || "STATUS" || "GREENGRASS_GROUP_NAME",
39
39
  * value: [ // SystemInstanceFilterValues
40
40
  * "STRING_VALUE",
41
41
  * ],
@@ -51,8 +51,8 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance
51
51
  * // { // SystemInstanceSummary
52
52
  * // id: "STRING_VALUE",
53
53
  * // arn: "STRING_VALUE",
54
- * // status: "STRING_VALUE",
55
- * // target: "STRING_VALUE",
54
+ * // status: "NOT_DEPLOYED" || "BOOTSTRAP" || "DEPLOY_IN_PROGRESS" || "DEPLOYED_IN_TARGET" || "UNDEPLOY_IN_PROGRESS" || "FAILED" || "PENDING_DELETE" || "DELETED_IN_TARGET",
55
+ * // target: "GREENGRASS" || "CLOUD",
56
56
  * // greengrassGroupName: "STRING_VALUE",
57
57
  * // createdAt: new Date("TIMESTAMP"),
58
58
  * // updatedAt: new Date("TIMESTAMP"),
@@ -35,7 +35,7 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate
35
35
  * const input = { // SearchSystemTemplatesRequest
36
36
  * filters: [ // SystemTemplateFilters
37
37
  * { // SystemTemplateFilter
38
- * name: "STRING_VALUE", // required
38
+ * name: "FLOW_TEMPLATE_ID", // required
39
39
  * value: [ // SystemTemplateFilterValues // required
40
40
  * "STRING_VALUE",
41
41
  * ],
@@ -41,8 +41,8 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta
41
41
  * // summary: { // SystemInstanceSummary
42
42
  * // id: "STRING_VALUE",
43
43
  * // arn: "STRING_VALUE",
44
- * // status: "STRING_VALUE",
45
- * // target: "STRING_VALUE",
44
+ * // status: "NOT_DEPLOYED" || "BOOTSTRAP" || "DEPLOY_IN_PROGRESS" || "DEPLOYED_IN_TARGET" || "UNDEPLOY_IN_PROGRESS" || "FAILED" || "PENDING_DELETE" || "DELETED_IN_TARGET",
45
+ * // target: "GREENGRASS" || "CLOUD",
46
46
  * // greengrassGroupName: "STRING_VALUE",
47
47
  * // createdAt: new Date("TIMESTAMP"),
48
48
  * // updatedAt: new Date("TIMESTAMP"),
@@ -36,7 +36,7 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
36
36
  * const input = { // UpdateFlowTemplateRequest
37
37
  * id: "STRING_VALUE", // required
38
38
  * definition: { // DefinitionDocument
39
- * language: "STRING_VALUE", // required
39
+ * language: "GRAPHQL", // required
40
40
  * text: "STRING_VALUE", // required
41
41
  * },
42
42
  * compatibleNamespaceVersion: Number("long"),
@@ -35,7 +35,7 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
35
35
  * const input = { // UpdateSystemTemplateRequest
36
36
  * id: "STRING_VALUE", // required
37
37
  * definition: { // DefinitionDocument
38
- * language: "STRING_VALUE", // required
38
+ * language: "GRAPHQL", // required
39
39
  * text: "STRING_VALUE", // required
40
40
  * },
41
41
  * compatibleNamespaceVersion: Number("long"),
@@ -44,7 +44,7 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
44
44
  * const client = new IoTThingsGraphClient(config);
45
45
  * const input = { // UploadEntityDefinitionsRequest
46
46
  * document: { // DefinitionDocument
47
- * language: "STRING_VALUE", // required
47
+ * language: "GRAPHQL", // required
48
48
  * text: "STRING_VALUE", // required
49
49
  * },
50
50
  * syncWithPublicNamespace: true || false,
@@ -4,7 +4,6 @@
4
4
  * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
5
5
  * and defining how they interact at an abstract level.</p>
6
6
  * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
7
- *
8
7
  * <p>The AWS IoT Things Graph service is discontinued.</p>
9
8
  *
10
9
  * @packageDocumentation
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.405.0",
4
+ "version": "3.409.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.405.0",
25
- "@aws-sdk/credential-provider-node": "3.405.0",
26
- "@aws-sdk/middleware-host-header": "3.398.0",
27
- "@aws-sdk/middleware-logger": "3.398.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.398.0",
29
- "@aws-sdk/middleware-signing": "3.398.0",
30
- "@aws-sdk/middleware-user-agent": "3.398.0",
31
- "@aws-sdk/types": "3.398.0",
32
- "@aws-sdk/util-endpoints": "3.398.0",
33
- "@aws-sdk/util-user-agent-browser": "3.398.0",
34
- "@aws-sdk/util-user-agent-node": "3.405.0",
24
+ "@aws-sdk/client-sts": "3.409.0",
25
+ "@aws-sdk/credential-provider-node": "3.409.0",
26
+ "@aws-sdk/middleware-host-header": "3.408.0",
27
+ "@aws-sdk/middleware-logger": "3.408.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
+ "@aws-sdk/middleware-signing": "3.408.0",
30
+ "@aws-sdk/middleware-user-agent": "3.408.0",
31
+ "@aws-sdk/types": "3.408.0",
32
+ "@aws-sdk/util-endpoints": "3.408.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.408.0",
34
+ "@aws-sdk/util-user-agent-node": "3.408.0",
35
35
  "@smithy/config-resolver": "^2.0.5",
36
36
  "@smithy/fetch-http-handler": "^2.0.5",
37
37
  "@smithy/hash-node": "^2.0.5",