@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,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetFlowTemplateRevisionsCommand, } from "../commands/GetFlowTemplateRevisionsCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { GetFlowTemplateRevisionsCommand, } from "../commands/GetFlowTemplateRevisionsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new GetFlowTemplateRevisionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.getFlowTemplateRevisions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateGetFlowTemplateRevisions(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=GetFlowTemplateRevisionsPaginator.js.map
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetSystemTemplateRevisionsCommand, } from "../commands/GetSystemTemplateRevisionsCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { GetSystemTemplateRevisionsCommand, } from "../commands/GetSystemTemplateRevisionsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new GetSystemTemplateRevisionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.getSystemTemplateRevisions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateGetSystemTemplateRevisions(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=GetSystemTemplateRevisionsPaginator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListFlowExecutionMessagesCommand, } from "../commands/ListFlowExecutionMessagesCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { ListFlowExecutionMessagesCommand, } from "../commands/ListFlowExecutionMessagesCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListFlowExecutionMessagesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listFlowExecutionMessages.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListFlowExecutionMessages(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListFlowExecutionMessagesPaginator.js.map
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListTagsForResourceCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listTagsForResource.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListTagsForResource(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListTagsForResourcePaginator.js.map
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { SearchEntitiesCommand, } from "../commands/SearchEntitiesCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { SearchEntitiesCommand, } from "../commands/SearchEntitiesCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new SearchEntitiesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.searchEntities.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateSearchEntities(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=SearchEntitiesPaginator.js.map
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { SearchFlowExecutionsCommand, } from "../commands/SearchFlowExecutionsCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { SearchFlowExecutionsCommand, } from "../commands/SearchFlowExecutionsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new SearchFlowExecutionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.searchFlowExecutions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateSearchFlowExecutions(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=SearchFlowExecutionsPaginator.js.map
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { SearchFlowTemplatesCommand, } from "../commands/SearchFlowTemplatesCommand";
|
|
2
3
|
import { IoTThingsGraph } from "../IoTThingsGraph";
|
|
3
4
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
4
|
-
import { SearchFlowTemplatesCommand, } from "../commands/SearchFlowTemplatesCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new SearchFlowTemplatesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.searchFlowTemplates.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateSearchFlowTemplates(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof IoTThingsGraph)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof IoTThingsGraph)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof IoTThingsGraphClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof IoTThingsGraphClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected IoTThingsGraph | IoTThingsGraphClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=SearchFlowTemplatesPaginator.js.map
|