@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
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1SearchThingsCommand,
|
|
18
|
-
serializeAws_json1_1SearchThingsCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface SearchThingsCommandInput extends SearchThingsRequest {}
|
|
22
|
-
export interface SearchThingsCommandOutput extends SearchThingsResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Searches for things associated with the specified entity. You can search by both device and device model.</p>
|
|
26
|
-
* <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.
|
|
27
|
-
* <code>SearchThings(camera2)</code> will return only thing2, but <code>SearchThings(camera)</code> will return both thing1 and thing2.</p>
|
|
28
|
-
* <p>This action searches for exact matches and doesn't perform partial text matching.</p>
|
|
29
|
-
* @example
|
|
30
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
-
* ```javascript
|
|
32
|
-
* import { IoTThingsGraphClient, SearchThingsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
33
|
-
* // const { IoTThingsGraphClient, SearchThingsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
34
|
-
* const client = new IoTThingsGraphClient(config);
|
|
35
|
-
* const command = new SearchThingsCommand(input);
|
|
36
|
-
* const response = await client.send(command);
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* @see {@link SearchThingsCommandInput} for command's `input` shape.
|
|
40
|
-
* @see {@link SearchThingsCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
export class SearchThingsCommand extends $Command<
|
|
45
|
-
SearchThingsCommandInput,
|
|
46
|
-
SearchThingsCommandOutput,
|
|
47
|
-
IoTThingsGraphClientResolvedConfig
|
|
48
|
-
> {
|
|
49
|
-
// Start section: command_properties
|
|
50
|
-
// End section: command_properties
|
|
51
|
-
|
|
52
|
-
constructor(readonly input: SearchThingsCommandInput) {
|
|
53
|
-
// Start section: command_constructor
|
|
54
|
-
super();
|
|
55
|
-
// End section: command_constructor
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
resolveMiddleware(
|
|
62
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
63
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
64
|
-
options?: __HttpHandlerOptions
|
|
65
|
-
): Handler<SearchThingsCommandInput, SearchThingsCommandOutput> {
|
|
66
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
67
|
-
|
|
68
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
-
|
|
70
|
-
const { logger } = configuration;
|
|
71
|
-
const clientName = "IoTThingsGraphClient";
|
|
72
|
-
const commandName = "SearchThingsCommand";
|
|
73
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
74
|
-
logger,
|
|
75
|
-
clientName,
|
|
76
|
-
commandName,
|
|
77
|
-
inputFilterSensitiveLog: SearchThingsRequest.filterSensitiveLog,
|
|
78
|
-
outputFilterSensitiveLog: SearchThingsResponse.filterSensitiveLog,
|
|
79
|
-
};
|
|
80
|
-
const { requestHandler } = configuration;
|
|
81
|
-
return stack.resolve(
|
|
82
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
83
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
84
|
-
handlerExecutionContext
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private serialize(input: SearchThingsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
89
|
-
return serializeAws_json1_1SearchThingsCommand(input, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<SearchThingsCommandOutput> {
|
|
93
|
-
return deserializeAws_json1_1SearchThingsCommand(output, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// Start section: command_body_extra
|
|
97
|
-
// End section: command_body_extra
|
|
98
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1TagResourceCommand,
|
|
18
|
-
serializeAws_json1_1TagResourceCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
22
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Creates a tag for the specified resource.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTThingsGraphClient, TagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
30
|
-
* // const { IoTThingsGraphClient, TagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
31
|
-
* const client = new IoTThingsGraphClient(config);
|
|
32
|
-
* const command = new TagResourceCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class TagResourceCommand extends $Command<
|
|
42
|
-
TagResourceCommandInput,
|
|
43
|
-
TagResourceCommandOutput,
|
|
44
|
-
IoTThingsGraphClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: TagResourceCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<TagResourceCommandInput, TagResourceCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTThingsGraphClient";
|
|
69
|
-
const commandName = "TagResourceCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: TagResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1TagResourceCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<TagResourceCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1TagResourceCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1UndeploySystemInstanceCommand,
|
|
18
|
-
serializeAws_json1_1UndeploySystemInstanceCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface UndeploySystemInstanceCommandInput extends UndeploySystemInstanceRequest {}
|
|
22
|
-
export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInstanceResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Removes a system instance from its target (Cloud or Greengrass).</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTThingsGraphClient, UndeploySystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
30
|
-
* // const { IoTThingsGraphClient, UndeploySystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
31
|
-
* const client = new IoTThingsGraphClient(config);
|
|
32
|
-
* const command = new UndeploySystemInstanceCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link UndeploySystemInstanceCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link UndeploySystemInstanceCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class UndeploySystemInstanceCommand extends $Command<
|
|
42
|
-
UndeploySystemInstanceCommandInput,
|
|
43
|
-
UndeploySystemInstanceCommandOutput,
|
|
44
|
-
IoTThingsGraphClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: UndeploySystemInstanceCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTThingsGraphClient";
|
|
69
|
-
const commandName = "UndeploySystemInstanceCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: UndeploySystemInstanceRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: UndeploySystemInstanceResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: UndeploySystemInstanceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1UndeploySystemInstanceCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UndeploySystemInstanceCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1UndeploySystemInstanceCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1UntagResourceCommand,
|
|
18
|
-
serializeAws_json1_1UntagResourceCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
22
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Removes a tag from the specified resource.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTThingsGraphClient, UntagResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
30
|
-
* // const { IoTThingsGraphClient, UntagResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
31
|
-
* const client = new IoTThingsGraphClient(config);
|
|
32
|
-
* const command = new UntagResourceCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class UntagResourceCommand extends $Command<
|
|
42
|
-
UntagResourceCommandInput,
|
|
43
|
-
UntagResourceCommandOutput,
|
|
44
|
-
IoTThingsGraphClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: UntagResourceCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTThingsGraphClient";
|
|
69
|
-
const commandName = "UntagResourceCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: UntagResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1UntagResourceCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UntagResourceCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1UntagResourceCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1UpdateFlowTemplateCommand,
|
|
18
|
-
serializeAws_json1_1UpdateFlowTemplateCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateRequest {}
|
|
22
|
-
export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <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
|
|
26
|
-
* 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>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { IoTThingsGraphClient, UpdateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
31
|
-
* // const { IoTThingsGraphClient, UpdateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
32
|
-
* const client = new IoTThingsGraphClient(config);
|
|
33
|
-
* const command = new UpdateFlowTemplateCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link UpdateFlowTemplateCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link UpdateFlowTemplateCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class UpdateFlowTemplateCommand extends $Command<
|
|
43
|
-
UpdateFlowTemplateCommandInput,
|
|
44
|
-
UpdateFlowTemplateCommandOutput,
|
|
45
|
-
IoTThingsGraphClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: UpdateFlowTemplateCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "IoTThingsGraphClient";
|
|
70
|
-
const commandName = "UpdateFlowTemplateCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: UpdateFlowTemplateRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: UpdateFlowTemplateResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: UpdateFlowTemplateCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_json1_1UpdateFlowTemplateCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateFlowTemplateCommandOutput> {
|
|
91
|
-
return deserializeAws_json1_1UpdateFlowTemplateCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1UpdateSystemTemplateCommand,
|
|
18
|
-
serializeAws_json1_1UpdateSystemTemplateCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRequest {}
|
|
22
|
-
export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <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>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTThingsGraphClient, UpdateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
30
|
-
* // const { IoTThingsGraphClient, UpdateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
31
|
-
* const client = new IoTThingsGraphClient(config);
|
|
32
|
-
* const command = new UpdateSystemTemplateCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link UpdateSystemTemplateCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link UpdateSystemTemplateCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class UpdateSystemTemplateCommand extends $Command<
|
|
42
|
-
UpdateSystemTemplateCommandInput,
|
|
43
|
-
UpdateSystemTemplateCommandOutput,
|
|
44
|
-
IoTThingsGraphClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: UpdateSystemTemplateCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "IoTThingsGraphClient";
|
|
69
|
-
const commandName = "UpdateSystemTemplateCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: UpdateSystemTemplateRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: UpdateSystemTemplateResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: UpdateSystemTemplateCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1UpdateSystemTemplateCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateSystemTemplateCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1UpdateSystemTemplateCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
5
|
-
FinalizeHandlerArguments,
|
|
6
|
-
Handler,
|
|
7
|
-
HandlerExecutionContext,
|
|
8
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
-
MetadataBearer as __MetadataBearer,
|
|
10
|
-
MiddlewareStack,
|
|
11
|
-
SerdeContext as __SerdeContext,
|
|
12
|
-
} from "@aws-sdk/types";
|
|
13
|
-
|
|
14
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
15
|
-
import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
|
|
16
|
-
import {
|
|
17
|
-
deserializeAws_json1_1UploadEntityDefinitionsCommand,
|
|
18
|
-
serializeAws_json1_1UploadEntityDefinitionsCommand,
|
|
19
|
-
} from "../protocols/Aws_json1_1";
|
|
20
|
-
|
|
21
|
-
export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinitionsRequest {}
|
|
22
|
-
export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* <p>Asynchronously uploads one or more entity definitions to the user's namespace. The <code>document</code> parameter is required if
|
|
26
|
-
* <code>syncWithPublicNamespace</code> and <code>deleteExistingEntites</code> are false. If the <code>syncWithPublicNamespace</code> parameter is set to
|
|
27
|
-
* <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,
|
|
28
|
-
* all entities in the latest version will be deleted before the new <code>DefinitionDocument</code> is uploaded.</p>
|
|
29
|
-
* <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
|
|
30
|
-
* 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
|
|
31
|
-
* <code>syncWithPublicNamespace</code> parameter or the <code>deprecateExistingEntities</code> parameter to <code>true</code>.</p>
|
|
32
|
-
* <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>
|
|
33
|
-
* <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>,
|
|
34
|
-
* <code>Mapping</code>, <code>Enum</code>.
|
|
35
|
-
* </p>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { IoTThingsGraphClient, UploadEntityDefinitionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
40
|
-
* // const { IoTThingsGraphClient, UploadEntityDefinitionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
41
|
-
* const client = new IoTThingsGraphClient(config);
|
|
42
|
-
* const command = new UploadEntityDefinitionsCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link UploadEntityDefinitionsCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link UploadEntityDefinitionsCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
export class UploadEntityDefinitionsCommand extends $Command<
|
|
52
|
-
UploadEntityDefinitionsCommandInput,
|
|
53
|
-
UploadEntityDefinitionsCommandOutput,
|
|
54
|
-
IoTThingsGraphClientResolvedConfig
|
|
55
|
-
> {
|
|
56
|
-
// Start section: command_properties
|
|
57
|
-
// End section: command_properties
|
|
58
|
-
|
|
59
|
-
constructor(readonly input: UploadEntityDefinitionsCommandInput) {
|
|
60
|
-
// Start section: command_constructor
|
|
61
|
-
super();
|
|
62
|
-
// End section: command_constructor
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
resolveMiddleware(
|
|
69
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
70
|
-
configuration: IoTThingsGraphClientResolvedConfig,
|
|
71
|
-
options?: __HttpHandlerOptions
|
|
72
|
-
): Handler<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput> {
|
|
73
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
74
|
-
|
|
75
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
76
|
-
|
|
77
|
-
const { logger } = configuration;
|
|
78
|
-
const clientName = "IoTThingsGraphClient";
|
|
79
|
-
const commandName = "UploadEntityDefinitionsCommand";
|
|
80
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
81
|
-
logger,
|
|
82
|
-
clientName,
|
|
83
|
-
commandName,
|
|
84
|
-
inputFilterSensitiveLog: UploadEntityDefinitionsRequest.filterSensitiveLog,
|
|
85
|
-
outputFilterSensitiveLog: UploadEntityDefinitionsResponse.filterSensitiveLog,
|
|
86
|
-
};
|
|
87
|
-
const { requestHandler } = configuration;
|
|
88
|
-
return stack.resolve(
|
|
89
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
90
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
91
|
-
handlerExecutionContext
|
|
92
|
-
);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private serialize(input: UploadEntityDefinitionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
96
|
-
return serializeAws_json1_1UploadEntityDefinitionsCommand(input, context);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UploadEntityDefinitionsCommandOutput> {
|
|
100
|
-
return deserializeAws_json1_1UploadEntityDefinitionsCommand(output, context);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// Start section: command_body_extra
|
|
104
|
-
// End section: command_body_extra
|
|
105
|
-
}
|