@aws-sdk/client-iotthingsgraph 3.296.0 → 3.298.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/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -3
- package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -3
- package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -3
- package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -3
- package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -3
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -3
- package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -3
- package/dist-cjs/commands/GetEntitiesCommand.js +2 -3
- package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -3
- package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -3
- package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -3
- package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -3
- package/dist-cjs/commands/GetUploadStatusCommand.js +2 -3
- package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/SearchEntitiesCommand.js +2 -3
- package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -3
- package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -3
- package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -3
- package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -3
- package/dist-cjs/commands/SearchThingsCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -3
- package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -3
- package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -355
- package/dist-es/commands/AssociateEntityToThingCommand.js +2 -3
- package/dist-es/commands/CreateFlowTemplateCommand.js +2 -3
- package/dist-es/commands/CreateSystemInstanceCommand.js +2 -3
- package/dist-es/commands/CreateSystemTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteFlowTemplateCommand.js +2 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -3
- package/dist-es/commands/DeleteSystemInstanceCommand.js +2 -3
- package/dist-es/commands/DeleteSystemTemplateCommand.js +2 -3
- package/dist-es/commands/DeploySystemInstanceCommand.js +2 -3
- package/dist-es/commands/DeprecateFlowTemplateCommand.js +2 -3
- package/dist-es/commands/DeprecateSystemTemplateCommand.js +2 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +2 -3
- package/dist-es/commands/DissociateEntityFromThingCommand.js +2 -3
- package/dist-es/commands/GetEntitiesCommand.js +2 -3
- package/dist-es/commands/GetFlowTemplateCommand.js +2 -3
- package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +2 -3
- package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +2 -3
- package/dist-es/commands/GetSystemInstanceCommand.js +2 -3
- package/dist-es/commands/GetSystemTemplateCommand.js +2 -3
- package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +2 -3
- package/dist-es/commands/GetUploadStatusCommand.js +2 -3
- package/dist-es/commands/ListFlowExecutionMessagesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/SearchEntitiesCommand.js +2 -3
- package/dist-es/commands/SearchFlowExecutionsCommand.js +2 -3
- package/dist-es/commands/SearchFlowTemplatesCommand.js +2 -3
- package/dist-es/commands/SearchSystemInstancesCommand.js +2 -3
- package/dist-es/commands/SearchSystemTemplatesCommand.js +2 -3
- package/dist-es/commands/SearchThingsCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UndeploySystemInstanceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateFlowTemplateCommand.js +2 -3
- package/dist-es/commands/UpdateSystemTemplateCommand.js +2 -3
- package/dist-es/commands/UploadEntityDefinitionsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -264
- package/dist-types/IoTThingsGraph.d.ts +36 -0
- package/dist-types/IoTThingsGraphClient.d.ts +24 -4
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +16 -0
- package/dist-types/commands/GetEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/GetUploadStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SearchEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +16 -0
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/SearchThingsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +16 -0
- package/dist-types/models/IoTThingsGraphServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +274 -352
- package/dist-types/pagination/GetFlowTemplateRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSystemTemplateRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFlowExecutionMessagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/SearchEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchFlowExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchFlowTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchSystemInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchSystemTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchThingsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -258
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput } from "../commands/GetFlowTemplateRevisionsCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetFlowTemplateRevisions(config: IoTThingsGraphPaginationConfiguration, input: GetFlowTemplateRevisionsCommandInput, ...additionalArguments: any): Paginator<GetFlowTemplateRevisionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput } from "../commands/GetSystemTemplateRevisionsCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetSystemTemplateRevisions(config: IoTThingsGraphPaginationConfiguration, input: GetSystemTemplateRevisionsCommandInput, ...additionalArguments: any): Paginator<GetSystemTemplateRevisionsCommandOutput>;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { IoTThingsGraphClient } from "../IoTThingsGraphClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface IoTThingsGraphPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: IoTThingsGraphClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput } from "../commands/ListFlowExecutionMessagesCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFlowExecutionMessages(config: IoTThingsGraphPaginationConfiguration, input: ListFlowExecutionMessagesCommandInput, ...additionalArguments: any): Paginator<ListFlowExecutionMessagesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListTagsForResource(config: IoTThingsGraphPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchEntitiesCommandInput, SearchEntitiesCommandOutput } from "../commands/SearchEntitiesCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchEntities(config: IoTThingsGraphPaginationConfiguration, input: SearchEntitiesCommandInput, ...additionalArguments: any): Paginator<SearchEntitiesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput } from "../commands/SearchFlowExecutionsCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchFlowExecutions(config: IoTThingsGraphPaginationConfiguration, input: SearchFlowExecutionsCommandInput, ...additionalArguments: any): Paginator<SearchFlowExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput } from "../commands/SearchFlowTemplatesCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchFlowTemplates(config: IoTThingsGraphPaginationConfiguration, input: SearchFlowTemplatesCommandInput, ...additionalArguments: any): Paginator<SearchFlowTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput } from "../commands/SearchSystemInstancesCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchSystemInstances(config: IoTThingsGraphPaginationConfiguration, input: SearchSystemInstancesCommandInput, ...additionalArguments: any): Paginator<SearchSystemInstancesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput } from "../commands/SearchSystemTemplatesCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchSystemTemplates(config: IoTThingsGraphPaginationConfiguration, input: SearchSystemTemplatesCommandInput, ...additionalArguments: any): Paginator<SearchSystemTemplatesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchThingsCommandInput, SearchThingsCommandOutput } from "../commands/SearchThingsCommand";
|
|
3
3
|
import { IoTThingsGraphPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchThings(config: IoTThingsGraphPaginationConfiguration, input: SearchThingsCommandInput, ...additionalArguments: any): Paginator<SearchThingsCommandOutput>;
|
|
@@ -494,261 +494,3 @@ export interface UploadEntityDefinitionsRequest {
|
|
|
494
494
|
export interface UploadEntityDefinitionsResponse {
|
|
495
495
|
uploadId: string | undefined;
|
|
496
496
|
}
|
|
497
|
-
export declare const AssociateEntityToThingRequestFilterSensitiveLog: (
|
|
498
|
-
obj: AssociateEntityToThingRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const AssociateEntityToThingResponseFilterSensitiveLog: (
|
|
501
|
-
obj: AssociateEntityToThingResponse
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const DefinitionDocumentFilterSensitiveLog: (
|
|
504
|
-
obj: DefinitionDocument
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const CreateFlowTemplateRequestFilterSensitiveLog: (
|
|
507
|
-
obj: CreateFlowTemplateRequest
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const FlowTemplateSummaryFilterSensitiveLog: (
|
|
510
|
-
obj: FlowTemplateSummary
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const CreateFlowTemplateResponseFilterSensitiveLog: (
|
|
513
|
-
obj: CreateFlowTemplateResponse
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const MetricsConfigurationFilterSensitiveLog: (
|
|
516
|
-
obj: MetricsConfiguration
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
519
|
-
export declare const CreateSystemInstanceRequestFilterSensitiveLog: (
|
|
520
|
-
obj: CreateSystemInstanceRequest
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const SystemInstanceSummaryFilterSensitiveLog: (
|
|
523
|
-
obj: SystemInstanceSummary
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const CreateSystemInstanceResponseFilterSensitiveLog: (
|
|
526
|
-
obj: CreateSystemInstanceResponse
|
|
527
|
-
) => any;
|
|
528
|
-
export declare const CreateSystemTemplateRequestFilterSensitiveLog: (
|
|
529
|
-
obj: CreateSystemTemplateRequest
|
|
530
|
-
) => any;
|
|
531
|
-
export declare const SystemTemplateSummaryFilterSensitiveLog: (
|
|
532
|
-
obj: SystemTemplateSummary
|
|
533
|
-
) => any;
|
|
534
|
-
export declare const CreateSystemTemplateResponseFilterSensitiveLog: (
|
|
535
|
-
obj: CreateSystemTemplateResponse
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (
|
|
538
|
-
obj: DeleteFlowTemplateRequest
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (
|
|
541
|
-
obj: DeleteFlowTemplateResponse
|
|
542
|
-
) => any;
|
|
543
|
-
export declare const DeleteNamespaceRequestFilterSensitiveLog: (
|
|
544
|
-
obj: DeleteNamespaceRequest
|
|
545
|
-
) => any;
|
|
546
|
-
export declare const DeleteNamespaceResponseFilterSensitiveLog: (
|
|
547
|
-
obj: DeleteNamespaceResponse
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (
|
|
550
|
-
obj: DeleteSystemInstanceRequest
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (
|
|
553
|
-
obj: DeleteSystemInstanceResponse
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (
|
|
556
|
-
obj: DeleteSystemTemplateRequest
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (
|
|
559
|
-
obj: DeleteSystemTemplateResponse
|
|
560
|
-
) => any;
|
|
561
|
-
export declare const DependencyRevisionFilterSensitiveLog: (
|
|
562
|
-
obj: DependencyRevision
|
|
563
|
-
) => any;
|
|
564
|
-
export declare const DeploySystemInstanceRequestFilterSensitiveLog: (
|
|
565
|
-
obj: DeploySystemInstanceRequest
|
|
566
|
-
) => any;
|
|
567
|
-
export declare const DeploySystemInstanceResponseFilterSensitiveLog: (
|
|
568
|
-
obj: DeploySystemInstanceResponse
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (
|
|
571
|
-
obj: DeprecateFlowTemplateRequest
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (
|
|
574
|
-
obj: DeprecateFlowTemplateResponse
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (
|
|
577
|
-
obj: DeprecateSystemTemplateRequest
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (
|
|
580
|
-
obj: DeprecateSystemTemplateResponse
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const DescribeNamespaceRequestFilterSensitiveLog: (
|
|
583
|
-
obj: DescribeNamespaceRequest
|
|
584
|
-
) => any;
|
|
585
|
-
export declare const DescribeNamespaceResponseFilterSensitiveLog: (
|
|
586
|
-
obj: DescribeNamespaceResponse
|
|
587
|
-
) => any;
|
|
588
|
-
export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (
|
|
589
|
-
obj: DissociateEntityFromThingRequest
|
|
590
|
-
) => any;
|
|
591
|
-
export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (
|
|
592
|
-
obj: DissociateEntityFromThingResponse
|
|
593
|
-
) => any;
|
|
594
|
-
export declare const EntityDescriptionFilterSensitiveLog: (
|
|
595
|
-
obj: EntityDescription
|
|
596
|
-
) => any;
|
|
597
|
-
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
598
|
-
export declare const FlowExecutionMessageFilterSensitiveLog: (
|
|
599
|
-
obj: FlowExecutionMessage
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const FlowExecutionSummaryFilterSensitiveLog: (
|
|
602
|
-
obj: FlowExecutionSummary
|
|
603
|
-
) => any;
|
|
604
|
-
export declare const FlowTemplateDescriptionFilterSensitiveLog: (
|
|
605
|
-
obj: FlowTemplateDescription
|
|
606
|
-
) => any;
|
|
607
|
-
export declare const FlowTemplateFilterFilterSensitiveLog: (
|
|
608
|
-
obj: FlowTemplateFilter
|
|
609
|
-
) => any;
|
|
610
|
-
export declare const GetEntitiesRequestFilterSensitiveLog: (
|
|
611
|
-
obj: GetEntitiesRequest
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const GetEntitiesResponseFilterSensitiveLog: (
|
|
614
|
-
obj: GetEntitiesResponse
|
|
615
|
-
) => any;
|
|
616
|
-
export declare const GetFlowTemplateRequestFilterSensitiveLog: (
|
|
617
|
-
obj: GetFlowTemplateRequest
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const GetFlowTemplateResponseFilterSensitiveLog: (
|
|
620
|
-
obj: GetFlowTemplateResponse
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (
|
|
623
|
-
obj: GetFlowTemplateRevisionsRequest
|
|
624
|
-
) => any;
|
|
625
|
-
export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (
|
|
626
|
-
obj: GetFlowTemplateRevisionsResponse
|
|
627
|
-
) => any;
|
|
628
|
-
export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (
|
|
629
|
-
obj: GetNamespaceDeletionStatusRequest
|
|
630
|
-
) => any;
|
|
631
|
-
export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (
|
|
632
|
-
obj: GetNamespaceDeletionStatusResponse
|
|
633
|
-
) => any;
|
|
634
|
-
export declare const GetSystemInstanceRequestFilterSensitiveLog: (
|
|
635
|
-
obj: GetSystemInstanceRequest
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const SystemInstanceDescriptionFilterSensitiveLog: (
|
|
638
|
-
obj: SystemInstanceDescription
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const GetSystemInstanceResponseFilterSensitiveLog: (
|
|
641
|
-
obj: GetSystemInstanceResponse
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const GetSystemTemplateRequestFilterSensitiveLog: (
|
|
644
|
-
obj: GetSystemTemplateRequest
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const SystemTemplateDescriptionFilterSensitiveLog: (
|
|
647
|
-
obj: SystemTemplateDescription
|
|
648
|
-
) => any;
|
|
649
|
-
export declare const GetSystemTemplateResponseFilterSensitiveLog: (
|
|
650
|
-
obj: GetSystemTemplateResponse
|
|
651
|
-
) => any;
|
|
652
|
-
export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (
|
|
653
|
-
obj: GetSystemTemplateRevisionsRequest
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (
|
|
656
|
-
obj: GetSystemTemplateRevisionsResponse
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const GetUploadStatusRequestFilterSensitiveLog: (
|
|
659
|
-
obj: GetUploadStatusRequest
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const GetUploadStatusResponseFilterSensitiveLog: (
|
|
662
|
-
obj: GetUploadStatusResponse
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (
|
|
665
|
-
obj: ListFlowExecutionMessagesRequest
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (
|
|
668
|
-
obj: ListFlowExecutionMessagesResponse
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
671
|
-
obj: ListTagsForResourceRequest
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
674
|
-
obj: ListTagsForResourceResponse
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const SearchEntitiesRequestFilterSensitiveLog: (
|
|
677
|
-
obj: SearchEntitiesRequest
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const SearchEntitiesResponseFilterSensitiveLog: (
|
|
680
|
-
obj: SearchEntitiesResponse
|
|
681
|
-
) => any;
|
|
682
|
-
export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (
|
|
683
|
-
obj: SearchFlowExecutionsRequest
|
|
684
|
-
) => any;
|
|
685
|
-
export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (
|
|
686
|
-
obj: SearchFlowExecutionsResponse
|
|
687
|
-
) => any;
|
|
688
|
-
export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (
|
|
689
|
-
obj: SearchFlowTemplatesRequest
|
|
690
|
-
) => any;
|
|
691
|
-
export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (
|
|
692
|
-
obj: SearchFlowTemplatesResponse
|
|
693
|
-
) => any;
|
|
694
|
-
export declare const SystemInstanceFilterFilterSensitiveLog: (
|
|
695
|
-
obj: SystemInstanceFilter
|
|
696
|
-
) => any;
|
|
697
|
-
export declare const SearchSystemInstancesRequestFilterSensitiveLog: (
|
|
698
|
-
obj: SearchSystemInstancesRequest
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const SearchSystemInstancesResponseFilterSensitiveLog: (
|
|
701
|
-
obj: SearchSystemInstancesResponse
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const SystemTemplateFilterFilterSensitiveLog: (
|
|
704
|
-
obj: SystemTemplateFilter
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (
|
|
707
|
-
obj: SearchSystemTemplatesRequest
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (
|
|
710
|
-
obj: SearchSystemTemplatesResponse
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const SearchThingsRequestFilterSensitiveLog: (
|
|
713
|
-
obj: SearchThingsRequest
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
|
|
716
|
-
export declare const SearchThingsResponseFilterSensitiveLog: (
|
|
717
|
-
obj: SearchThingsResponse
|
|
718
|
-
) => any;
|
|
719
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
720
|
-
obj: TagResourceRequest
|
|
721
|
-
) => any;
|
|
722
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
723
|
-
obj: TagResourceResponse
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (
|
|
726
|
-
obj: UndeploySystemInstanceRequest
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (
|
|
729
|
-
obj: UndeploySystemInstanceResponse
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
732
|
-
obj: UntagResourceRequest
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
735
|
-
obj: UntagResourceResponse
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (
|
|
738
|
-
obj: UpdateFlowTemplateRequest
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (
|
|
741
|
-
obj: UpdateFlowTemplateResponse
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (
|
|
744
|
-
obj: UpdateSystemTemplateRequest
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (
|
|
747
|
-
obj: UpdateSystemTemplateResponse
|
|
748
|
-
) => any;
|
|
749
|
-
export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (
|
|
750
|
-
obj: UploadEntityDefinitionsRequest
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (
|
|
753
|
-
obj: UploadEntityDefinitionsResponse
|
|
754
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo iotthingsgraph"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|