@aws-sdk/client-iotthingsgraph 3.35.0 → 3.38.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/CHANGELOG.md +47 -0
- package/dist-cjs/IoTThingsGraph.js +0 -8
- package/dist-cjs/IoTThingsGraphClient.js +0 -13
- package/dist-cjs/commands/AssociateEntityToThingCommand.js +0 -26
- package/dist-cjs/commands/CreateFlowTemplateCommand.js +0 -27
- package/dist-cjs/commands/CreateSystemInstanceCommand.js +0 -33
- package/dist-cjs/commands/CreateSystemTemplateCommand.js +0 -26
- package/dist-cjs/commands/DeleteFlowTemplateCommand.js +0 -26
- package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -25
- package/dist-cjs/commands/DeleteSystemInstanceCommand.js +0 -27
- package/dist-cjs/commands/DeleteSystemTemplateCommand.js +0 -26
- package/dist-cjs/commands/DeploySystemInstanceCommand.js +0 -36
- package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +0 -25
- package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +0 -25
- package/dist-cjs/commands/DescribeNamespaceCommand.js +0 -25
- package/dist-cjs/commands/DissociateEntityFromThingCommand.js +0 -26
- package/dist-cjs/commands/GetEntitiesCommand.js +0 -56
- package/dist-cjs/commands/GetFlowTemplateCommand.js +0 -25
- package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +0 -26
- package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +0 -25
- package/dist-cjs/commands/GetSystemInstanceCommand.js +0 -25
- package/dist-cjs/commands/GetSystemTemplateCommand.js +0 -25
- package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +0 -26
- package/dist-cjs/commands/GetUploadStatusCommand.js +0 -25
- package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/SearchEntitiesCommand.js +0 -25
- package/dist-cjs/commands/SearchFlowExecutionsCommand.js +0 -25
- package/dist-cjs/commands/SearchFlowTemplatesCommand.js +0 -25
- package/dist-cjs/commands/SearchSystemInstancesCommand.js +0 -25
- package/dist-cjs/commands/SearchSystemTemplatesCommand.js +0 -25
- package/dist-cjs/commands/SearchThingsCommand.js +0 -28
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UndeploySystemInstanceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateFlowTemplateCommand.js +0 -26
- package/dist-cjs/commands/UpdateSystemTemplateCommand.js +0 -25
- package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +0 -35
- package/dist-cjs/commands/index.js +38 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -49
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -286
- package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js +0 -11
- package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js +0 -11
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
- package/dist-cjs/pagination/SearchEntitiesPaginator.js +0 -11
- package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js +0 -11
- package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js +0 -11
- package/dist-cjs/pagination/SearchSystemInstancesPaginator.js +0 -11
- package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js +0 -11
- package/dist-cjs/pagination/SearchThingsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/IoTThingsGraph.js +0 -1
- package/dist-es/IoTThingsGraphClient.js +0 -1
- package/dist-es/commands/AssociateEntityToThingCommand.js +0 -1
- package/dist-es/commands/CreateFlowTemplateCommand.js +0 -1
- package/dist-es/commands/CreateSystemInstanceCommand.js +0 -1
- package/dist-es/commands/CreateSystemTemplateCommand.js +0 -1
- package/dist-es/commands/DeleteFlowTemplateCommand.js +0 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +0 -1
- package/dist-es/commands/DeleteSystemInstanceCommand.js +0 -1
- package/dist-es/commands/DeleteSystemTemplateCommand.js +0 -1
- package/dist-es/commands/DeploySystemInstanceCommand.js +0 -1
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +0 -1
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +0 -1
- package/dist-es/commands/DescribeNamespaceCommand.js +0 -1
- package/dist-es/commands/DissociateEntityFromThingCommand.js +0 -1
- package/dist-es/commands/GetEntitiesCommand.js +0 -1
- package/dist-es/commands/GetFlowTemplateCommand.js +0 -1
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +0 -1
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +0 -1
- package/dist-es/commands/GetSystemInstanceCommand.js +0 -1
- package/dist-es/commands/GetSystemTemplateCommand.js +0 -1
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +0 -1
- package/dist-es/commands/GetUploadStatusCommand.js +0 -1
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/SearchEntitiesCommand.js +0 -1
- package/dist-es/commands/SearchFlowExecutionsCommand.js +0 -1
- package/dist-es/commands/SearchFlowTemplatesCommand.js +0 -1
- package/dist-es/commands/SearchSystemInstancesCommand.js +0 -1
- package/dist-es/commands/SearchSystemTemplatesCommand.js +0 -1
- package/dist-es/commands/SearchThingsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UndeploySystemInstanceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateFlowTemplateCommand.js +0 -1
- package/dist-es/commands/UpdateSystemTemplateCommand.js +0 -1
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +0 -1
- package/dist-es/commands/index.js +35 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -49
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetFlowTemplateRevisionsPaginator.js +0 -1
- package/dist-es/pagination/GetSystemTemplateRevisionsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListFlowExecutionMessagesPaginator.js +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
- package/dist-es/pagination/SearchEntitiesPaginator.js +0 -1
- package/dist-es/pagination/SearchFlowExecutionsPaginator.js +0 -1
- package/dist-es/pagination/SearchFlowTemplatesPaginator.js +0 -1
- package/dist-es/pagination/SearchSystemInstancesPaginator.js +0 -1
- package/dist-es/pagination/SearchSystemTemplatesPaginator.js +0 -1
- package/dist-es/pagination/SearchThingsPaginator.js +0 -1
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +35 -0
- package/dist-types/index.d.ts +4 -48
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +36 -187
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/index.d.ts +35 -0
- package/dist-types/ts3.4/index.d.ts +4 -48
- package/dist-types/ts3.4/models/models_0.d.ts +316 -1034
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/IoTThingsGraph.js.map +0 -1
- package/dist-cjs/IoTThingsGraphClient.js.map +0 -1
- package/dist-cjs/commands/AssociateEntityToThingCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFlowTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSystemInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSystemTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFlowTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteNamespaceCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSystemInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSystemTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/DeploySystemInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/DeprecateFlowTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/DeprecateSystemTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeNamespaceCommand.js.map +0 -1
- package/dist-cjs/commands/DissociateEntityFromThingCommand.js.map +0 -1
- package/dist-cjs/commands/GetEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/GetFlowTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
- package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
- package/dist-cjs/commands/GetSystemInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/GetSystemTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
- package/dist-cjs/commands/GetUploadStatusCommand.js.map +0 -1
- package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/SearchEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/SearchFlowExecutionsCommand.js.map +0 -1
- package/dist-cjs/commands/SearchFlowTemplatesCommand.js.map +0 -1
- package/dist-cjs/commands/SearchSystemInstancesCommand.js.map +0 -1
- package/dist-cjs/commands/SearchSystemTemplatesCommand.js.map +0 -1
- package/dist-cjs/commands/SearchThingsCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UndeploySystemInstanceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateFlowTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSystemTemplateCommand.js.map +0 -1
- package/dist-cjs/commands/UploadEntityDefinitionsCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchEntitiesPaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchSystemInstancesPaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
- package/dist-cjs/pagination/SearchThingsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/IoTThingsGraph.js.map +0 -1
- package/dist-es/IoTThingsGraphClient.js.map +0 -1
- package/dist-es/commands/AssociateEntityToThingCommand.js.map +0 -1
- package/dist-es/commands/CreateFlowTemplateCommand.js.map +0 -1
- package/dist-es/commands/CreateSystemInstanceCommand.js.map +0 -1
- package/dist-es/commands/CreateSystemTemplateCommand.js.map +0 -1
- package/dist-es/commands/DeleteFlowTemplateCommand.js.map +0 -1
- package/dist-es/commands/DeleteNamespaceCommand.js.map +0 -1
- package/dist-es/commands/DeleteSystemInstanceCommand.js.map +0 -1
- package/dist-es/commands/DeleteSystemTemplateCommand.js.map +0 -1
- package/dist-es/commands/DeploySystemInstanceCommand.js.map +0 -1
- package/dist-es/commands/DeprecateFlowTemplateCommand.js.map +0 -1
- package/dist-es/commands/DeprecateSystemTemplateCommand.js.map +0 -1
- package/dist-es/commands/DescribeNamespaceCommand.js.map +0 -1
- package/dist-es/commands/DissociateEntityFromThingCommand.js.map +0 -1
- package/dist-es/commands/GetEntitiesCommand.js.map +0 -1
- package/dist-es/commands/GetFlowTemplateCommand.js.map +0 -1
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
- package/dist-es/commands/GetSystemInstanceCommand.js.map +0 -1
- package/dist-es/commands/GetSystemTemplateCommand.js.map +0 -1
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
- package/dist-es/commands/GetUploadStatusCommand.js.map +0 -1
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/SearchEntitiesCommand.js.map +0 -1
- package/dist-es/commands/SearchFlowExecutionsCommand.js.map +0 -1
- package/dist-es/commands/SearchFlowTemplatesCommand.js.map +0 -1
- package/dist-es/commands/SearchSystemInstancesCommand.js.map +0 -1
- package/dist-es/commands/SearchSystemTemplatesCommand.js.map +0 -1
- package/dist-es/commands/SearchThingsCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UndeploySystemInstanceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateFlowTemplateCommand.js.map +0 -1
- package/dist-es/commands/UpdateSystemTemplateCommand.js.map +0 -1
- package/dist-es/commands/UploadEntityDefinitionsCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
- package/dist-es/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-es/pagination/SearchEntitiesPaginator.js.map +0 -1
- package/dist-es/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
- package/dist-es/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
- package/dist-es/pagination/SearchSystemInstancesPaginator.js.map +0 -1
- package/dist-es/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
- package/dist-es/pagination/SearchThingsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/IoTThingsGraph.ts +0 -1359
- package/src/IoTThingsGraphClient.ts +0 -408
- package/src/commands/AssociateEntityToThingCommand.ts +0 -96
- package/src/commands/CreateFlowTemplateCommand.ts +0 -97
- package/src/commands/CreateSystemInstanceCommand.ts +0 -103
- package/src/commands/CreateSystemTemplateCommand.ts +0 -96
- package/src/commands/DeleteFlowTemplateCommand.ts +0 -96
- package/src/commands/DeleteNamespaceCommand.ts +0 -95
- package/src/commands/DeleteSystemInstanceCommand.ts +0 -97
- package/src/commands/DeleteSystemTemplateCommand.ts +0 -96
- package/src/commands/DeploySystemInstanceCommand.ts +0 -106
- package/src/commands/DeprecateFlowTemplateCommand.ts +0 -95
- package/src/commands/DeprecateSystemTemplateCommand.ts +0 -95
- package/src/commands/DescribeNamespaceCommand.ts +0 -95
- package/src/commands/DissociateEntityFromThingCommand.ts +0 -99
- package/src/commands/GetEntitiesCommand.ts +0 -126
- package/src/commands/GetFlowTemplateCommand.ts +0 -95
- package/src/commands/GetFlowTemplateRevisionsCommand.ts +0 -96
- package/src/commands/GetNamespaceDeletionStatusCommand.ts +0 -98
- package/src/commands/GetSystemInstanceCommand.ts +0 -95
- package/src/commands/GetSystemTemplateCommand.ts +0 -95
- package/src/commands/GetSystemTemplateRevisionsCommand.ts +0 -99
- package/src/commands/GetUploadStatusCommand.ts +0 -95
- package/src/commands/ListFlowExecutionMessagesCommand.ts +0 -98
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/SearchEntitiesCommand.ts +0 -95
- package/src/commands/SearchFlowExecutionsCommand.ts +0 -95
- package/src/commands/SearchFlowTemplatesCommand.ts +0 -95
- package/src/commands/SearchSystemInstancesCommand.ts +0 -95
- package/src/commands/SearchSystemTemplatesCommand.ts +0 -95
- package/src/commands/SearchThingsCommand.ts +0 -98
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UndeploySystemInstanceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateFlowTemplateCommand.ts +0 -96
- package/src/commands/UpdateSystemTemplateCommand.ts +0 -95
- package/src/commands/UploadEntityDefinitionsCommand.ts +0 -105
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -49
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2312
- package/src/pagination/GetFlowTemplateRevisionsPaginator.ts +0 -59
- package/src/pagination/GetSystemTemplateRevisionsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListFlowExecutionMessagesPaginator.ts +0 -59
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
- package/src/pagination/SearchEntitiesPaginator.ts +0 -59
- package/src/pagination/SearchFlowExecutionsPaginator.ts +0 -59
- package/src/pagination/SearchFlowTemplatesPaginator.ts +0 -59
- package/src/pagination/SearchSystemInstancesPaginator.ts +0 -59
- package/src/pagination/SearchSystemTemplatesPaginator.ts +0 -59
- package/src/pagination/SearchThingsPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -4845
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, SearchSystemTemplatesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, SearchSystemTemplatesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new SearchSystemTemplatesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link SearchSystemTemplatesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link SearchSystemTemplatesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class SearchSystemTemplatesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class SearchSystemTemplatesCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.SearchSystemTemplatesCommand = SearchSystemTemplatesCommand;
|
|
61
|
-
//# sourceMappingURL=SearchSystemTemplatesCommand.js.map
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Searches for things associated with the specified entity. You can search by both device and device model.</p>
|
|
10
|
-
* <p>For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2.
|
|
11
|
-
* <code>SearchThings(camera2)</code> will return only thing2, but <code>SearchThings(camera)</code> will return both thing1 and thing2.</p>
|
|
12
|
-
* <p>This action searches for exact matches and doesn't perform partial text matching.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { IoTThingsGraphClient, SearchThingsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
17
|
-
* // const { IoTThingsGraphClient, SearchThingsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
18
|
-
* const client = new IoTThingsGraphClient(config);
|
|
19
|
-
* const command = new SearchThingsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link SearchThingsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link SearchThingsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class SearchThingsCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class SearchThingsCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.SearchThingsCommand = SearchThingsCommand;
|
|
64
|
-
//# sourceMappingURL=SearchThingsCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a tag for the specified resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, TagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, TagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new TagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes a system instance from its target (Cloud or Greengrass).</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, UndeploySystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, UndeploySystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new UndeploySystemInstanceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UndeploySystemInstanceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UndeploySystemInstanceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UndeploySystemInstanceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UndeploySystemInstanceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UndeploySystemInstanceCommand = UndeploySystemInstanceCommand;
|
|
61
|
-
//# sourceMappingURL=UndeploySystemInstanceCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes a tag from the specified resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, UntagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, UntagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this
|
|
10
|
-
* behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { IoTThingsGraphClient, UpdateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
15
|
-
* // const { IoTThingsGraphClient, UpdateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
16
|
-
* const client = new IoTThingsGraphClient(config);
|
|
17
|
-
* const command = new UpdateFlowTemplateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateFlowTemplateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateFlowTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateFlowTemplateCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class UpdateFlowTemplateCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateFlowTemplateCommand = UpdateFlowTemplateCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateFlowTemplateCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, UpdateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, UpdateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new UpdateSystemTemplateCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateSystemTemplateCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateSystemTemplateCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UpdateSystemTemplateCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateSystemTemplateCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateSystemTemplateCommand = UpdateSystemTemplateCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateSystemTemplateCommand.js.map
|
|
@@ -5,45 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Asynchronously uploads one or more entity definitions to the user's namespace. The <code>document</code> parameter is required if
|
|
10
|
-
* <code>syncWithPublicNamespace</code> and <code>deleteExistingEntites</code> are false. If the <code>syncWithPublicNamespace</code> parameter is set to
|
|
11
|
-
* <code>true</code>, the user's namespace will synchronize with the latest version of the public namespace. If <code>deprecateExistingEntities</code> is set to true,
|
|
12
|
-
* all entities in the latest version will be deleted before the new <code>DefinitionDocument</code> is uploaded.</p>
|
|
13
|
-
* <p>When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users
|
|
14
|
-
* can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the
|
|
15
|
-
* <code>syncWithPublicNamespace</code> parameter or the <code>deprecateExistingEntities</code> parameter to <code>true</code>.</p>
|
|
16
|
-
* <p>The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.</p>
|
|
17
|
-
* <p>Valid entities are <code>Device</code>, <code>DeviceModel</code>, <code>Service</code>, <code>Capability</code>, <code>State</code>, <code>Action</code>, <code>Event</code>, <code>Property</code>,
|
|
18
|
-
* <code>Mapping</code>, <code>Enum</code>.
|
|
19
|
-
* </p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { IoTThingsGraphClient, UploadEntityDefinitionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
24
|
-
* // const { IoTThingsGraphClient, UploadEntityDefinitionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
25
|
-
* const client = new IoTThingsGraphClient(config);
|
|
26
|
-
* const command = new UploadEntityDefinitionsCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link UploadEntityDefinitionsCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link UploadEntityDefinitionsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
8
|
class UploadEntityDefinitionsCommand extends smithy_client_1.Command {
|
|
36
|
-
// Start section: command_properties
|
|
37
|
-
// End section: command_properties
|
|
38
9
|
constructor(input) {
|
|
39
|
-
// Start section: command_constructor
|
|
40
10
|
super();
|
|
41
11
|
this.input = input;
|
|
42
|
-
// End section: command_constructor
|
|
43
12
|
}
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
48
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
49
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +34,3 @@ class UploadEntityDefinitionsCommand extends smithy_client_1.Command {
|
|
|
68
34
|
}
|
|
69
35
|
}
|
|
70
36
|
exports.UploadEntityDefinitionsCommand = UploadEntityDefinitionsCommand;
|
|
71
|
-
//# sourceMappingURL=UploadEntityDefinitionsCommand.js.map
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AssociateEntityToThingCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateFlowTemplateCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateSystemInstanceCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateSystemTemplateCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DeleteFlowTemplateCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteNamespaceCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeleteSystemInstanceCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DeleteSystemTemplateCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DeploySystemInstanceCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DeprecateFlowTemplateCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeprecateSystemTemplateCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DescribeNamespaceCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DissociateEntityFromThingCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./GetEntitiesCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./GetFlowTemplateCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./GetFlowTemplateRevisionsCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./GetNamespaceDeletionStatusCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./GetSystemInstanceCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GetSystemTemplateCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./GetSystemTemplateRevisionsCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./GetUploadStatusCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListFlowExecutionMessagesCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./SearchEntitiesCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./SearchFlowExecutionsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./SearchFlowTemplatesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./SearchSystemInstancesCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./SearchSystemTemplatesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./SearchThingsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./UndeploySystemInstanceCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./UpdateFlowTemplateCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./UpdateSystemTemplateCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./UploadEntityDefinitionsCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "iotthingsgraph.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "iotthingsgraph.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,53 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./IoTThingsGraphClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./IoTThingsGraph"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DeleteFlowTemplateCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteNamespaceCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeleteSystemInstanceCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeleteSystemTemplateCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeploySystemInstanceCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeprecateFlowTemplateCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeprecateSystemTemplateCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DescribeNamespaceCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DissociateEntityFromThingCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/GetEntitiesCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/GetFlowTemplateCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/GetFlowTemplateRevisionsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./pagination/GetFlowTemplateRevisionsPaginator"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/GetNamespaceDeletionStatusCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/GetSystemInstanceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/GetSystemTemplateCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/GetSystemTemplateRevisionsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./pagination/GetSystemTemplateRevisionsPaginator"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/GetUploadStatusCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ListFlowExecutionMessagesCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./pagination/ListFlowExecutionMessagesPaginator"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/ListTagsForResourcePaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/SearchEntitiesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./pagination/SearchEntitiesPaginator"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/SearchFlowExecutionsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/SearchFlowExecutionsPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/SearchFlowTemplatesCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./pagination/SearchFlowTemplatesPaginator"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/SearchSystemInstancesCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./pagination/SearchSystemInstancesPaginator"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/SearchSystemTemplatesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/SearchSystemTemplatesPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/SearchThingsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/SearchThingsPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/UndeploySystemInstanceCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/UpdateFlowTemplateCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/UpdateSystemTemplateCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/UploadEntityDefinitionsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
53
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./IoTThingsGraphClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED