@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
package/IoTThingsGraphClient.ts
DELETED
|
@@ -1,407 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AssociateEntityToThingCommandInput,
|
|
3
|
-
AssociateEntityToThingCommandOutput,
|
|
4
|
-
} from "./commands/AssociateEntityToThingCommand";
|
|
5
|
-
import { CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput } from "./commands/CreateFlowTemplateCommand";
|
|
6
|
-
import {
|
|
7
|
-
CreateSystemInstanceCommandInput,
|
|
8
|
-
CreateSystemInstanceCommandOutput,
|
|
9
|
-
} from "./commands/CreateSystemInstanceCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateSystemTemplateCommandInput,
|
|
12
|
-
CreateSystemTemplateCommandOutput,
|
|
13
|
-
} from "./commands/CreateSystemTemplateCommand";
|
|
14
|
-
import { DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput } from "./commands/DeleteFlowTemplateCommand";
|
|
15
|
-
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
16
|
-
import {
|
|
17
|
-
DeleteSystemInstanceCommandInput,
|
|
18
|
-
DeleteSystemInstanceCommandOutput,
|
|
19
|
-
} from "./commands/DeleteSystemInstanceCommand";
|
|
20
|
-
import {
|
|
21
|
-
DeleteSystemTemplateCommandInput,
|
|
22
|
-
DeleteSystemTemplateCommandOutput,
|
|
23
|
-
} from "./commands/DeleteSystemTemplateCommand";
|
|
24
|
-
import {
|
|
25
|
-
DeploySystemInstanceCommandInput,
|
|
26
|
-
DeploySystemInstanceCommandOutput,
|
|
27
|
-
} from "./commands/DeploySystemInstanceCommand";
|
|
28
|
-
import {
|
|
29
|
-
DeprecateFlowTemplateCommandInput,
|
|
30
|
-
DeprecateFlowTemplateCommandOutput,
|
|
31
|
-
} from "./commands/DeprecateFlowTemplateCommand";
|
|
32
|
-
import {
|
|
33
|
-
DeprecateSystemTemplateCommandInput,
|
|
34
|
-
DeprecateSystemTemplateCommandOutput,
|
|
35
|
-
} from "./commands/DeprecateSystemTemplateCommand";
|
|
36
|
-
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
37
|
-
import {
|
|
38
|
-
DissociateEntityFromThingCommandInput,
|
|
39
|
-
DissociateEntityFromThingCommandOutput,
|
|
40
|
-
} from "./commands/DissociateEntityFromThingCommand";
|
|
41
|
-
import { GetEntitiesCommandInput, GetEntitiesCommandOutput } from "./commands/GetEntitiesCommand";
|
|
42
|
-
import { GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput } from "./commands/GetFlowTemplateCommand";
|
|
43
|
-
import {
|
|
44
|
-
GetFlowTemplateRevisionsCommandInput,
|
|
45
|
-
GetFlowTemplateRevisionsCommandOutput,
|
|
46
|
-
} from "./commands/GetFlowTemplateRevisionsCommand";
|
|
47
|
-
import {
|
|
48
|
-
GetNamespaceDeletionStatusCommandInput,
|
|
49
|
-
GetNamespaceDeletionStatusCommandOutput,
|
|
50
|
-
} from "./commands/GetNamespaceDeletionStatusCommand";
|
|
51
|
-
import { GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput } from "./commands/GetSystemInstanceCommand";
|
|
52
|
-
import { GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput } from "./commands/GetSystemTemplateCommand";
|
|
53
|
-
import {
|
|
54
|
-
GetSystemTemplateRevisionsCommandInput,
|
|
55
|
-
GetSystemTemplateRevisionsCommandOutput,
|
|
56
|
-
} from "./commands/GetSystemTemplateRevisionsCommand";
|
|
57
|
-
import { GetUploadStatusCommandInput, GetUploadStatusCommandOutput } from "./commands/GetUploadStatusCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListFlowExecutionMessagesCommandInput,
|
|
60
|
-
ListFlowExecutionMessagesCommandOutput,
|
|
61
|
-
} from "./commands/ListFlowExecutionMessagesCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "./commands/SearchEntitiesCommand";
|
|
67
|
-
import {
|
|
68
|
-
SearchFlowExecutionsCommandInput,
|
|
69
|
-
SearchFlowExecutionsCommandOutput,
|
|
70
|
-
} from "./commands/SearchFlowExecutionsCommand";
|
|
71
|
-
import {
|
|
72
|
-
SearchFlowTemplatesCommandInput,
|
|
73
|
-
SearchFlowTemplatesCommandOutput,
|
|
74
|
-
} from "./commands/SearchFlowTemplatesCommand";
|
|
75
|
-
import {
|
|
76
|
-
SearchSystemInstancesCommandInput,
|
|
77
|
-
SearchSystemInstancesCommandOutput,
|
|
78
|
-
} from "./commands/SearchSystemInstancesCommand";
|
|
79
|
-
import {
|
|
80
|
-
SearchSystemTemplatesCommandInput,
|
|
81
|
-
SearchSystemTemplatesCommandOutput,
|
|
82
|
-
} from "./commands/SearchSystemTemplatesCommand";
|
|
83
|
-
import { SearchThingsCommandInput, SearchThingsCommandOutput } from "./commands/SearchThingsCommand";
|
|
84
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
85
|
-
import {
|
|
86
|
-
UndeploySystemInstanceCommandInput,
|
|
87
|
-
UndeploySystemInstanceCommandOutput,
|
|
88
|
-
} from "./commands/UndeploySystemInstanceCommand";
|
|
89
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
90
|
-
import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from "./commands/UpdateFlowTemplateCommand";
|
|
91
|
-
import {
|
|
92
|
-
UpdateSystemTemplateCommandInput,
|
|
93
|
-
UpdateSystemTemplateCommandOutput,
|
|
94
|
-
} from "./commands/UpdateSystemTemplateCommand";
|
|
95
|
-
import {
|
|
96
|
-
UploadEntityDefinitionsCommandInput,
|
|
97
|
-
UploadEntityDefinitionsCommandOutput,
|
|
98
|
-
} from "./commands/UploadEntityDefinitionsCommand";
|
|
99
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
100
|
-
import {
|
|
101
|
-
EndpointsInputConfig,
|
|
102
|
-
EndpointsResolvedConfig,
|
|
103
|
-
RegionInputConfig,
|
|
104
|
-
RegionResolvedConfig,
|
|
105
|
-
resolveEndpointsConfig,
|
|
106
|
-
resolveRegionConfig,
|
|
107
|
-
} from "@aws-sdk/config-resolver";
|
|
108
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
109
|
-
import {
|
|
110
|
-
HostHeaderInputConfig,
|
|
111
|
-
HostHeaderResolvedConfig,
|
|
112
|
-
getHostHeaderPlugin,
|
|
113
|
-
resolveHostHeaderConfig,
|
|
114
|
-
} from "@aws-sdk/middleware-host-header";
|
|
115
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
116
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
117
|
-
import {
|
|
118
|
-
AwsAuthInputConfig,
|
|
119
|
-
AwsAuthResolvedConfig,
|
|
120
|
-
getAwsAuthPlugin,
|
|
121
|
-
resolveAwsAuthConfig,
|
|
122
|
-
} from "@aws-sdk/middleware-signing";
|
|
123
|
-
import {
|
|
124
|
-
UserAgentInputConfig,
|
|
125
|
-
UserAgentResolvedConfig,
|
|
126
|
-
getUserAgentPlugin,
|
|
127
|
-
resolveUserAgentConfig,
|
|
128
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
129
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
130
|
-
import {
|
|
131
|
-
Client as __Client,
|
|
132
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
133
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
134
|
-
} from "@aws-sdk/smithy-client";
|
|
135
|
-
import {
|
|
136
|
-
Provider,
|
|
137
|
-
RegionInfoProvider,
|
|
138
|
-
Credentials as __Credentials,
|
|
139
|
-
Decoder as __Decoder,
|
|
140
|
-
Encoder as __Encoder,
|
|
141
|
-
Hash as __Hash,
|
|
142
|
-
HashConstructor as __HashConstructor,
|
|
143
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
144
|
-
Logger as __Logger,
|
|
145
|
-
Provider as __Provider,
|
|
146
|
-
StreamCollector as __StreamCollector,
|
|
147
|
-
UrlParser as __UrlParser,
|
|
148
|
-
UserAgent as __UserAgent,
|
|
149
|
-
} from "@aws-sdk/types";
|
|
150
|
-
|
|
151
|
-
export type ServiceInputTypes =
|
|
152
|
-
| AssociateEntityToThingCommandInput
|
|
153
|
-
| CreateFlowTemplateCommandInput
|
|
154
|
-
| CreateSystemInstanceCommandInput
|
|
155
|
-
| CreateSystemTemplateCommandInput
|
|
156
|
-
| DeleteFlowTemplateCommandInput
|
|
157
|
-
| DeleteNamespaceCommandInput
|
|
158
|
-
| DeleteSystemInstanceCommandInput
|
|
159
|
-
| DeleteSystemTemplateCommandInput
|
|
160
|
-
| DeploySystemInstanceCommandInput
|
|
161
|
-
| DeprecateFlowTemplateCommandInput
|
|
162
|
-
| DeprecateSystemTemplateCommandInput
|
|
163
|
-
| DescribeNamespaceCommandInput
|
|
164
|
-
| DissociateEntityFromThingCommandInput
|
|
165
|
-
| GetEntitiesCommandInput
|
|
166
|
-
| GetFlowTemplateCommandInput
|
|
167
|
-
| GetFlowTemplateRevisionsCommandInput
|
|
168
|
-
| GetNamespaceDeletionStatusCommandInput
|
|
169
|
-
| GetSystemInstanceCommandInput
|
|
170
|
-
| GetSystemTemplateCommandInput
|
|
171
|
-
| GetSystemTemplateRevisionsCommandInput
|
|
172
|
-
| GetUploadStatusCommandInput
|
|
173
|
-
| ListFlowExecutionMessagesCommandInput
|
|
174
|
-
| ListTagsForResourceCommandInput
|
|
175
|
-
| SearchEntitiesCommandInput
|
|
176
|
-
| SearchFlowExecutionsCommandInput
|
|
177
|
-
| SearchFlowTemplatesCommandInput
|
|
178
|
-
| SearchSystemInstancesCommandInput
|
|
179
|
-
| SearchSystemTemplatesCommandInput
|
|
180
|
-
| SearchThingsCommandInput
|
|
181
|
-
| TagResourceCommandInput
|
|
182
|
-
| UndeploySystemInstanceCommandInput
|
|
183
|
-
| UntagResourceCommandInput
|
|
184
|
-
| UpdateFlowTemplateCommandInput
|
|
185
|
-
| UpdateSystemTemplateCommandInput
|
|
186
|
-
| UploadEntityDefinitionsCommandInput;
|
|
187
|
-
|
|
188
|
-
export type ServiceOutputTypes =
|
|
189
|
-
| AssociateEntityToThingCommandOutput
|
|
190
|
-
| CreateFlowTemplateCommandOutput
|
|
191
|
-
| CreateSystemInstanceCommandOutput
|
|
192
|
-
| CreateSystemTemplateCommandOutput
|
|
193
|
-
| DeleteFlowTemplateCommandOutput
|
|
194
|
-
| DeleteNamespaceCommandOutput
|
|
195
|
-
| DeleteSystemInstanceCommandOutput
|
|
196
|
-
| DeleteSystemTemplateCommandOutput
|
|
197
|
-
| DeploySystemInstanceCommandOutput
|
|
198
|
-
| DeprecateFlowTemplateCommandOutput
|
|
199
|
-
| DeprecateSystemTemplateCommandOutput
|
|
200
|
-
| DescribeNamespaceCommandOutput
|
|
201
|
-
| DissociateEntityFromThingCommandOutput
|
|
202
|
-
| GetEntitiesCommandOutput
|
|
203
|
-
| GetFlowTemplateCommandOutput
|
|
204
|
-
| GetFlowTemplateRevisionsCommandOutput
|
|
205
|
-
| GetNamespaceDeletionStatusCommandOutput
|
|
206
|
-
| GetSystemInstanceCommandOutput
|
|
207
|
-
| GetSystemTemplateCommandOutput
|
|
208
|
-
| GetSystemTemplateRevisionsCommandOutput
|
|
209
|
-
| GetUploadStatusCommandOutput
|
|
210
|
-
| ListFlowExecutionMessagesCommandOutput
|
|
211
|
-
| ListTagsForResourceCommandOutput
|
|
212
|
-
| SearchEntitiesCommandOutput
|
|
213
|
-
| SearchFlowExecutionsCommandOutput
|
|
214
|
-
| SearchFlowTemplatesCommandOutput
|
|
215
|
-
| SearchSystemInstancesCommandOutput
|
|
216
|
-
| SearchSystemTemplatesCommandOutput
|
|
217
|
-
| SearchThingsCommandOutput
|
|
218
|
-
| TagResourceCommandOutput
|
|
219
|
-
| UndeploySystemInstanceCommandOutput
|
|
220
|
-
| UntagResourceCommandOutput
|
|
221
|
-
| UpdateFlowTemplateCommandOutput
|
|
222
|
-
| UpdateSystemTemplateCommandOutput
|
|
223
|
-
| UploadEntityDefinitionsCommandOutput;
|
|
224
|
-
|
|
225
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
226
|
-
/**
|
|
227
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
228
|
-
*/
|
|
229
|
-
requestHandler?: __HttpHandler;
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
233
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
sha256?: __HashConstructor;
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
urlParser?: __UrlParser;
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* A function that can calculate the length of a request body.
|
|
246
|
-
* @internal
|
|
247
|
-
*/
|
|
248
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
249
|
-
|
|
250
|
-
/**
|
|
251
|
-
* A function that converts a stream into an array of bytes.
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
streamCollector?: __StreamCollector;
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
base64Decoder?: __Decoder;
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
base64Encoder?: __Encoder;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
|
-
utf8Decoder?: __Decoder;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
utf8Encoder?: __Encoder;
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* The runtime environment.
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
runtime?: string;
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
288
|
-
* trait of an operation.
|
|
289
|
-
*/
|
|
290
|
-
disableHostPrefix?: boolean;
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
294
|
-
*/
|
|
295
|
-
maxAttempts?: number | __Provider<number>;
|
|
296
|
-
|
|
297
|
-
/**
|
|
298
|
-
* Specifies which retry algorithm to use.
|
|
299
|
-
*/
|
|
300
|
-
retryMode?: string | __Provider<string>;
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* Optional logger for logging debug/info/warn/error.
|
|
304
|
-
*/
|
|
305
|
-
logger?: __Logger;
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* Unique service identifier.
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
serviceId?: string;
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* The AWS region to which this client will send requests
|
|
315
|
-
*/
|
|
316
|
-
region?: string | __Provider<string>;
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* Default credentials provider; Not available in browser runtime.
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
338
|
-
ClientDefaults &
|
|
339
|
-
RegionInputConfig &
|
|
340
|
-
EndpointsInputConfig &
|
|
341
|
-
RetryInputConfig &
|
|
342
|
-
HostHeaderInputConfig &
|
|
343
|
-
AwsAuthInputConfig &
|
|
344
|
-
UserAgentInputConfig;
|
|
345
|
-
/**
|
|
346
|
-
* The configuration interface of IoTThingsGraphClient class constructor that set the region, credentials and other options.
|
|
347
|
-
*/
|
|
348
|
-
export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigType {}
|
|
349
|
-
|
|
350
|
-
type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
351
|
-
Required<ClientDefaults> &
|
|
352
|
-
RegionResolvedConfig &
|
|
353
|
-
EndpointsResolvedConfig &
|
|
354
|
-
RetryResolvedConfig &
|
|
355
|
-
HostHeaderResolvedConfig &
|
|
356
|
-
AwsAuthResolvedConfig &
|
|
357
|
-
UserAgentResolvedConfig;
|
|
358
|
-
/**
|
|
359
|
-
* The resolved configuration interface of IoTThingsGraphClient class. This is resolved and normalized from the {@link IoTThingsGraphClientConfig | constructor configuration interface}.
|
|
360
|
-
*/
|
|
361
|
-
export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClientResolvedConfigType {}
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* <fullname>AWS IoT Things Graph</fullname>
|
|
365
|
-
* <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
|
|
366
|
-
* such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
|
|
367
|
-
* and defining how they interact at an abstract level.</p>
|
|
368
|
-
* <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
|
|
369
|
-
*/
|
|
370
|
-
export class IoTThingsGraphClient extends __Client<
|
|
371
|
-
__HttpHandlerOptions,
|
|
372
|
-
ServiceInputTypes,
|
|
373
|
-
ServiceOutputTypes,
|
|
374
|
-
IoTThingsGraphClientResolvedConfig
|
|
375
|
-
> {
|
|
376
|
-
/**
|
|
377
|
-
* The resolved configuration of IoTThingsGraphClient class. This is resolved and normalized from the {@link IoTThingsGraphClientConfig | constructor configuration interface}.
|
|
378
|
-
*/
|
|
379
|
-
readonly config: IoTThingsGraphClientResolvedConfig;
|
|
380
|
-
|
|
381
|
-
constructor(configuration: IoTThingsGraphClientConfig) {
|
|
382
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
383
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
384
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
385
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
386
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
387
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
388
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
389
|
-
super(_config_6);
|
|
390
|
-
this.config = _config_6;
|
|
391
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
392
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
393
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
394
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
395
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
396
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
401
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
402
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
403
|
-
*/
|
|
404
|
-
destroy(): void {
|
|
405
|
-
super.destroy();
|
|
406
|
-
}
|
|
407
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
2
|
-
import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1AssociateEntityToThingCommand,
|
|
5
|
-
serializeAws_json1_1AssociateEntityToThingCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface AssociateEntityToThingCommandInput extends AssociateEntityToThingRequest {}
|
|
21
|
-
export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Associates a device with a concrete thing that is in the user's registry.</p>
|
|
25
|
-
* <p>A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { IoTThingsGraphClient, AssociateEntityToThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
30
|
-
* // const { IoTThingsGraphClient, AssociateEntityToThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
31
|
-
* const client = new IoTThingsGraphClient(config);
|
|
32
|
-
* const command = new AssociateEntityToThingCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link AssociateEntityToThingCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link AssociateEntityToThingCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class AssociateEntityToThingCommand extends $Command<
|
|
42
|
-
AssociateEntityToThingCommandInput,
|
|
43
|
-
AssociateEntityToThingCommandOutput,
|
|
44
|
-
IoTThingsGraphClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: AssociateEntityToThingCommandInput) {
|
|
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<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput> {
|
|
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 = "AssociateEntityToThingCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: AssociateEntityToThingRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: AssociateEntityToThingResponse.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: AssociateEntityToThingCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1AssociateEntityToThingCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AssociateEntityToThingCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1AssociateEntityToThingCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
|
|
2
|
-
import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1CreateFlowTemplateCommand,
|
|
5
|
-
serializeAws_json1_1CreateFlowTemplateCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateRequest {}
|
|
21
|
-
export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
|
|
25
|
-
* entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
|
|
26
|
-
* latest version of the user's namespace unless another namespace version is specified in the request.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { IoTThingsGraphClient, CreateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
|
|
31
|
-
* // const { IoTThingsGraphClient, CreateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
|
|
32
|
-
* const client = new IoTThingsGraphClient(config);
|
|
33
|
-
* const command = new CreateFlowTemplateCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link CreateFlowTemplateCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link CreateFlowTemplateCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class CreateFlowTemplateCommand extends $Command<
|
|
43
|
-
CreateFlowTemplateCommandInput,
|
|
44
|
-
CreateFlowTemplateCommandOutput,
|
|
45
|
-
IoTThingsGraphClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: CreateFlowTemplateCommandInput) {
|
|
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<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput> {
|
|
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 = "CreateFlowTemplateCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: CreateFlowTemplateRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: CreateFlowTemplateResponse.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: CreateFlowTemplateCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_json1_1CreateFlowTemplateCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateFlowTemplateCommandOutput> {
|
|
91
|
-
return deserializeAws_json1_1CreateFlowTemplateCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|