@aws-sdk/client-iotthingsgraph 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/IoTThingsGraph.js +1 -2
- package/{dist/cjs → dist-cjs}/IoTThingsGraphClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateEntityToThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFlowTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSystemInstanceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSystemTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFlowTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteNamespaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSystemInstanceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSystemTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeploySystemInstanceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeprecateFlowTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeprecateSystemTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeNamespaceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DissociateEntityFromThingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEntitiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetFlowTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetFlowTemplateRevisionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetNamespaceDeletionStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSystemInstanceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSystemTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSystemTemplateRevisionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetUploadStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListFlowExecutionMessagesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchEntitiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchFlowExecutionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchFlowTemplatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchSystemInstancesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchSystemTemplatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchThingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UndeploySystemInstanceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFlowTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSystemTemplateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UploadEntityDefinitionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetFlowTemplateRevisionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/GetSystemTemplateRevisionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListFlowExecutionMessagesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchEntitiesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchFlowExecutionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchFlowTemplatesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchSystemInstancesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchSystemTemplatesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchThingsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/IoTThingsGraph.js +2 -10
- package/{dist/es → dist-es}/IoTThingsGraphClient.js +2 -15
- package/{dist/es → dist-es}/commands/AssociateEntityToThingCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateFlowTemplateCommand.js +4 -32
- package/dist-es/commands/CreateSystemInstanceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateSystemTemplateCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteFlowTemplateCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteNamespaceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSystemInstanceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteSystemTemplateCommand.js +4 -31
- package/dist-es/commands/DeploySystemInstanceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeprecateFlowTemplateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeprecateSystemTemplateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeNamespaceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DissociateEntityFromThingCommand.js +4 -31
- package/dist-es/commands/GetEntitiesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetFlowTemplateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetFlowTemplateRevisionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetNamespaceDeletionStatusCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSystemInstanceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSystemTemplateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSystemTemplateRevisionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetUploadStatusCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListFlowExecutionMessagesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchEntitiesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchFlowExecutionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchFlowTemplatesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchSystemInstancesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchSystemTemplatesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchThingsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UndeploySystemInstanceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateFlowTemplateCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateSystemTemplateCommand.js +4 -30
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -286
- package/{dist/es → dist-es}/pagination/GetFlowTemplateRevisionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/GetSystemTemplateRevisionsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListFlowExecutionMessagesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchEntitiesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchFlowExecutionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchFlowTemplatesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchSystemInstancesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchSystemTemplatesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchThingsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +832 -838
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/IoTThingsGraph.d.ts +2 -2
- package/{dist/types → dist-types}/IoTThingsGraphClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateEntityToThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeploySystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeprecateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeprecateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeNamespaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DissociateEntityFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetUploadStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFlowExecutionMessagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchFlowExecutionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchFlowTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchSystemInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchSystemTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SearchThingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UndeploySystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UploadEntityDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchThingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/IoTThingsGraph.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/IoTThingsGraphClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AssociateEntityToThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeploySystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetUploadStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchSystemInstancesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SearchThingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchThingsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/IoTThingsGraph.ts +0 -1358
- package/IoTThingsGraphClient.ts +0 -407
- package/commands/AssociateEntityToThingCommand.ts +0 -95
- package/commands/CreateFlowTemplateCommand.ts +0 -96
- package/commands/CreateSystemInstanceCommand.ts +0 -102
- package/commands/CreateSystemTemplateCommand.ts +0 -95
- package/commands/DeleteFlowTemplateCommand.ts +0 -95
- package/commands/DeleteNamespaceCommand.ts +0 -94
- package/commands/DeleteSystemInstanceCommand.ts +0 -96
- package/commands/DeleteSystemTemplateCommand.ts +0 -95
- package/commands/DeploySystemInstanceCommand.ts +0 -105
- package/commands/DeprecateFlowTemplateCommand.ts +0 -94
- package/commands/DeprecateSystemTemplateCommand.ts +0 -94
- package/commands/DescribeNamespaceCommand.ts +0 -94
- package/commands/DissociateEntityFromThingCommand.ts +0 -98
- package/commands/GetEntitiesCommand.ts +0 -125
- package/commands/GetFlowTemplateCommand.ts +0 -94
- package/commands/GetFlowTemplateRevisionsCommand.ts +0 -95
- package/commands/GetNamespaceDeletionStatusCommand.ts +0 -97
- package/commands/GetSystemInstanceCommand.ts +0 -94
- package/commands/GetSystemTemplateCommand.ts +0 -94
- package/commands/GetSystemTemplateRevisionsCommand.ts +0 -98
- package/commands/GetUploadStatusCommand.ts +0 -94
- package/commands/ListFlowExecutionMessagesCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/SearchEntitiesCommand.ts +0 -94
- package/commands/SearchFlowExecutionsCommand.ts +0 -94
- package/commands/SearchFlowTemplatesCommand.ts +0 -94
- package/commands/SearchSystemInstancesCommand.ts +0 -94
- package/commands/SearchSystemTemplatesCommand.ts +0 -94
- package/commands/SearchThingsCommand.ts +0 -97
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UndeploySystemInstanceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateFlowTemplateCommand.ts +0 -95
- package/commands/UpdateSystemTemplateCommand.ts +0 -94
- package/commands/UploadEntityDefinitionsCommand.ts +0 -104
- 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/package.json +0 -91
- 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 +0 -73
- 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 +0 -76
- 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 +0 -96
- 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 +0 -75
- package/dist/es/commands/UploadEntityDefinitionsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -50
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- 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/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2312
- package/pagination/GetFlowTemplateRevisionsPaginator.ts +0 -58
- package/pagination/GetSystemTemplateRevisionsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListFlowExecutionMessagesPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/SearchEntitiesPaginator.ts +0 -58
- package/pagination/SearchFlowExecutionsPaginator.ts +0 -58
- package/pagination/SearchFlowTemplatesPaginator.ts +0 -58
- package/pagination/SearchSystemInstancesPaginator.ts +0 -58
- package/pagination/SearchSystemTemplatesPaginator.ts +0 -58
- package/pagination/SearchThingsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -4844
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateSystemTemplateCommand, serializeAws_json1_1CreateSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTThingsGraphClient, CreateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
13
|
-
* // const { IoTThingsGraphClient, CreateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
14
|
-
* const client = new IoTThingsGraphClient(config);
|
|
15
|
-
* const command = new CreateSystemTemplateCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link CreateSystemTemplateCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link CreateSystemTemplateCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var CreateSystemTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateSystemTemplateCommand, serializeAws_json1_1CreateSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var CreateSystemTemplateCommand = (function (_super) {
|
|
25
7
|
__extends(CreateSystemTemplateCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function CreateSystemTemplateCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
CreateSystemTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var CreateSystemTemplateCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return CreateSystemTemplateCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { CreateSystemTemplateCommand };
|
|
66
|
-
//# sourceMappingURL=CreateSystemTemplateCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteFlowTemplateCommand, serializeAws_json1_1DeleteFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTThingsGraphClient, DeleteFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
13
|
-
* // const { IoTThingsGraphClient, DeleteFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
14
|
-
* const client = new IoTThingsGraphClient(config);
|
|
15
|
-
* const command = new DeleteFlowTemplateCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteFlowTemplateCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteFlowTemplateCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteFlowTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteFlowTemplateCommand, serializeAws_json1_1DeleteFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteFlowTemplateCommand = (function (_super) {
|
|
25
7
|
__extends(DeleteFlowTemplateCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DeleteFlowTemplateCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DeleteFlowTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DeleteFlowTemplateCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DeleteFlowTemplateCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DeleteFlowTemplateCommand };
|
|
66
|
-
//# sourceMappingURL=DeleteFlowTemplateCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteNamespaceCommand, serializeAws_json1_1DeleteNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTThingsGraphClient, DeleteNamespaceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
12
|
-
* // const { IoTThingsGraphClient, DeleteNamespaceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
13
|
-
* const client = new IoTThingsGraphClient(config);
|
|
14
|
-
* const command = new DeleteNamespaceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteNamespaceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteNamespaceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteNamespaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteNamespaceCommand, serializeAws_json1_1DeleteNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteNamespaceCommand = (function (_super) {
|
|
24
7
|
__extends(DeleteNamespaceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeleteNamespaceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeleteNamespaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DeleteNamespaceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DeleteNamespaceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DeleteNamespaceCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteNamespaceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteSystemInstanceCommand, serializeAws_json1_1DeleteSystemInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>Users can create a new system instance that has the same ID as a deleted system instance.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { IoTThingsGraphClient, DeleteSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
14
|
-
* // const { IoTThingsGraphClient, DeleteSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
15
|
-
* const client = new IoTThingsGraphClient(config);
|
|
16
|
-
* const command = new DeleteSystemInstanceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteSystemInstanceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteSystemInstanceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DeleteSystemInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteSystemInstanceCommand, serializeAws_json1_1DeleteSystemInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteSystemInstanceCommand = (function (_super) {
|
|
26
7
|
__extends(DeleteSystemInstanceCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function DeleteSystemInstanceCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
DeleteSystemInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var DeleteSystemInstanceCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return DeleteSystemInstanceCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { DeleteSystemInstanceCommand };
|
|
67
|
-
//# sourceMappingURL=DeleteSystemInstanceCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteSystemTemplateCommand, serializeAws_json1_1DeleteSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTThingsGraphClient, DeleteSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
13
|
-
* // const { IoTThingsGraphClient, DeleteSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
14
|
-
* const client = new IoTThingsGraphClient(config);
|
|
15
|
-
* const command = new DeleteSystemTemplateCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteSystemTemplateCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteSystemTemplateCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteSystemTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteSystemTemplateCommand, serializeAws_json1_1DeleteSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteSystemTemplateCommand = (function (_super) {
|
|
25
7
|
__extends(DeleteSystemTemplateCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DeleteSystemTemplateCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DeleteSystemTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DeleteSystemTemplateCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DeleteSystemTemplateCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DeleteSystemTemplateCommand };
|
|
66
|
-
//# sourceMappingURL=DeleteSystemTemplateCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeploySystemInstanceCommand, serializeAws_json1_1DeploySystemInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeploySystemInstanceCommand = (function (_super) {
|
|
7
|
+
__extends(DeploySystemInstanceCommand, _super);
|
|
8
|
+
function DeploySystemInstanceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeploySystemInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTThingsGraphClient";
|
|
18
|
+
var commandName = "DeploySystemInstanceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeploySystemInstanceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploySystemInstanceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeploySystemInstanceCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1DeploySystemInstanceCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeploySystemInstanceCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1DeploySystemInstanceCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeploySystemInstanceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeploySystemInstanceCommand };
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeprecateFlowTemplateCommand, serializeAws_json1_1DeprecateFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTThingsGraphClient, DeprecateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
12
|
-
* // const { IoTThingsGraphClient, DeprecateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
13
|
-
* const client = new IoTThingsGraphClient(config);
|
|
14
|
-
* const command = new DeprecateFlowTemplateCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeprecateFlowTemplateCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeprecateFlowTemplateCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeprecateFlowTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeprecateFlowTemplateCommand, serializeAws_json1_1DeprecateFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeprecateFlowTemplateCommand = (function (_super) {
|
|
24
7
|
__extends(DeprecateFlowTemplateCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeprecateFlowTemplateCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeprecateFlowTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DeprecateFlowTemplateCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DeprecateFlowTemplateCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DeprecateFlowTemplateCommand };
|
|
65
|
-
//# sourceMappingURL=DeprecateFlowTemplateCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeprecateSystemTemplateCommand, serializeAws_json1_1DeprecateSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTThingsGraphClient, DeprecateSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
12
|
-
* // const { IoTThingsGraphClient, DeprecateSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
13
|
-
* const client = new IoTThingsGraphClient(config);
|
|
14
|
-
* const command = new DeprecateSystemTemplateCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeprecateSystemTemplateCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeprecateSystemTemplateCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeprecateSystemTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeprecateSystemTemplateCommand, serializeAws_json1_1DeprecateSystemTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeprecateSystemTemplateCommand = (function (_super) {
|
|
24
7
|
__extends(DeprecateSystemTemplateCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeprecateSystemTemplateCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeprecateSystemTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DeprecateSystemTemplateCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DeprecateSystemTemplateCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DeprecateSystemTemplateCommand };
|
|
65
|
-
//# sourceMappingURL=DeprecateSystemTemplateCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeNamespaceCommand, serializeAws_json1_1DescribeNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTThingsGraphClient, DescribeNamespaceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
12
|
-
* // const { IoTThingsGraphClient, DescribeNamespaceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
13
|
-
* const client = new IoTThingsGraphClient(config);
|
|
14
|
-
* const command = new DescribeNamespaceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeNamespaceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeNamespaceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeNamespaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeNamespaceCommand, serializeAws_json1_1DescribeNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeNamespaceCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeNamespaceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeNamespaceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeNamespaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeNamespaceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeNamespaceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeNamespaceCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeNamespaceCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DissociateEntityFromThingCommand, serializeAws_json1_1DissociateEntityFromThingCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTThingsGraphClient, DissociateEntityFromThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
13
|
-
* // const { IoTThingsGraphClient, DissociateEntityFromThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
14
|
-
* const client = new IoTThingsGraphClient(config);
|
|
15
|
-
* const command = new DissociateEntityFromThingCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DissociateEntityFromThingCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DissociateEntityFromThingCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DissociateEntityFromThingCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DissociateEntityFromThingCommand, serializeAws_json1_1DissociateEntityFromThingCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DissociateEntityFromThingCommand = (function (_super) {
|
|
25
7
|
__extends(DissociateEntityFromThingCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DissociateEntityFromThingCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DissociateEntityFromThingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DissociateEntityFromThingCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DissociateEntityFromThingCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DissociateEntityFromThingCommand };
|
|
66
|
-
//# sourceMappingURL=DissociateEntityFromThingCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetEntitiesCommand, serializeAws_json1_1GetEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetEntitiesCommand = (function (_super) {
|
|
7
|
+
__extends(GetEntitiesCommand, _super);
|
|
8
|
+
function GetEntitiesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetEntitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTThingsGraphClient";
|
|
18
|
+
var commandName = "GetEntitiesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetEntitiesRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEntitiesResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetEntitiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1GetEntitiesCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetEntitiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1GetEntitiesCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetEntitiesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetEntitiesCommand };
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetFlowTemplateCommand, serializeAws_json1_1GetFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { IoTThingsGraphClient, GetFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
12
|
-
* // const { IoTThingsGraphClient, GetFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
13
|
-
* const client = new IoTThingsGraphClient(config);
|
|
14
|
-
* const command = new GetFlowTemplateCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetFlowTemplateCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetFlowTemplateCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetFlowTemplateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetFlowTemplateCommand, serializeAws_json1_1GetFlowTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetFlowTemplateCommand = (function (_super) {
|
|
24
7
|
__extends(GetFlowTemplateCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetFlowTemplateCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetFlowTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetFlowTemplateCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetFlowTemplateCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetFlowTemplateCommand };
|
|
65
|
-
//# sourceMappingURL=GetFlowTemplateCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetFlowTemplateRevisionsCommand, serializeAws_json1_1GetFlowTemplateRevisionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
13
|
-
* // const { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
14
|
-
* const client = new IoTThingsGraphClient(config);
|
|
15
|
-
* const command = new GetFlowTemplateRevisionsCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link GetFlowTemplateRevisionsCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link GetFlowTemplateRevisionsCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var GetFlowTemplateRevisionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetFlowTemplateRevisionsCommand, serializeAws_json1_1GetFlowTemplateRevisionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetFlowTemplateRevisionsCommand = (function (_super) {
|
|
25
7
|
__extends(GetFlowTemplateRevisionsCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function GetFlowTemplateRevisionsCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
GetFlowTemplateRevisionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var GetFlowTemplateRevisionsCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return GetFlowTemplateRevisionsCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { GetFlowTemplateRevisionsCommand };
|
|
66
|
-
//# sourceMappingURL=GetFlowTemplateRevisionsCommand.js.map
|