@aws-sdk/client-iot-events 3.297.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/CreateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/CreateInputCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-cjs/commands/ListInputsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateInputCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -455
- package/dist-es/commands/CreateAlarmModelCommand.js +2 -3
- package/dist-es/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-es/commands/CreateInputCommand.js +2 -3
- package/dist-es/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-es/commands/DeleteInputCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-es/commands/DescribeInputCommand.js +2 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-es/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-es/commands/ListInputsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-es/commands/UpdateInputCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -339
- package/dist-types/models/models_0.d.ts +0 -452
- package/dist-types/ts3.4/models/models_0.d.ts +0 -309
- package/package.json +4 -3
|
@@ -642,312 +642,3 @@ export interface UpdateInputRequest {
|
|
|
642
642
|
export interface UpdateInputResponse {
|
|
643
643
|
inputConfiguration?: InputConfiguration;
|
|
644
644
|
}
|
|
645
|
-
export declare const AcknowledgeFlowFilterSensitiveLog: (
|
|
646
|
-
obj: AcknowledgeFlow
|
|
647
|
-
) => any;
|
|
648
|
-
export declare const ClearTimerActionFilterSensitiveLog: (
|
|
649
|
-
obj: ClearTimerAction
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const PayloadFilterSensitiveLog: (obj: Payload) => any;
|
|
652
|
-
export declare const DynamoDBActionFilterSensitiveLog: (
|
|
653
|
-
obj: DynamoDBAction
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const DynamoDBv2ActionFilterSensitiveLog: (
|
|
656
|
-
obj: DynamoDBv2Action
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const FirehoseActionFilterSensitiveLog: (
|
|
659
|
-
obj: FirehoseAction
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const IotEventsActionFilterSensitiveLog: (
|
|
662
|
-
obj: IotEventsAction
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const AssetPropertyTimestampFilterSensitiveLog: (
|
|
665
|
-
obj: AssetPropertyTimestamp
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const AssetPropertyVariantFilterSensitiveLog: (
|
|
668
|
-
obj: AssetPropertyVariant
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const AssetPropertyValueFilterSensitiveLog: (
|
|
671
|
-
obj: AssetPropertyValue
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const IotSiteWiseActionFilterSensitiveLog: (
|
|
674
|
-
obj: IotSiteWiseAction
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const IotTopicPublishActionFilterSensitiveLog: (
|
|
677
|
-
obj: IotTopicPublishAction
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
|
|
680
|
-
export declare const ResetTimerActionFilterSensitiveLog: (
|
|
681
|
-
obj: ResetTimerAction
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const SetTimerActionFilterSensitiveLog: (
|
|
684
|
-
obj: SetTimerAction
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const SetVariableActionFilterSensitiveLog: (
|
|
687
|
-
obj: SetVariableAction
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const SNSTopicPublishActionFilterSensitiveLog: (
|
|
690
|
-
obj: SNSTopicPublishAction
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const SqsActionFilterSensitiveLog: (obj: SqsAction) => any;
|
|
693
|
-
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
694
|
-
export declare const AlarmActionFilterSensitiveLog: (obj: AlarmAction) => any;
|
|
695
|
-
export declare const InitializationConfigurationFilterSensitiveLog: (
|
|
696
|
-
obj: InitializationConfiguration
|
|
697
|
-
) => any;
|
|
698
|
-
export declare const AlarmCapabilitiesFilterSensitiveLog: (
|
|
699
|
-
obj: AlarmCapabilities
|
|
700
|
-
) => any;
|
|
701
|
-
export declare const AlarmEventActionsFilterSensitiveLog: (
|
|
702
|
-
obj: AlarmEventActions
|
|
703
|
-
) => any;
|
|
704
|
-
export declare const AlarmModelSummaryFilterSensitiveLog: (
|
|
705
|
-
obj: AlarmModelSummary
|
|
706
|
-
) => any;
|
|
707
|
-
export declare const AlarmModelVersionSummaryFilterSensitiveLog: (
|
|
708
|
-
obj: AlarmModelVersionSummary
|
|
709
|
-
) => any;
|
|
710
|
-
export declare const NotificationTargetActionsFilterSensitiveLog: (
|
|
711
|
-
obj: NotificationTargetActions
|
|
712
|
-
) => any;
|
|
713
|
-
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
714
|
-
export declare const SSOIdentityFilterSensitiveLog: (obj: SSOIdentity) => any;
|
|
715
|
-
export declare const RecipientDetailFilterSensitiveLog: (
|
|
716
|
-
obj: RecipientDetail
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const EmailRecipientsFilterSensitiveLog: (
|
|
719
|
-
obj: EmailRecipients
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const EmailConfigurationFilterSensitiveLog: (
|
|
722
|
-
obj: EmailConfiguration
|
|
723
|
-
) => any;
|
|
724
|
-
export declare const SMSConfigurationFilterSensitiveLog: (
|
|
725
|
-
obj: SMSConfiguration
|
|
726
|
-
) => any;
|
|
727
|
-
export declare const NotificationActionFilterSensitiveLog: (
|
|
728
|
-
obj: NotificationAction
|
|
729
|
-
) => any;
|
|
730
|
-
export declare const AlarmNotificationFilterSensitiveLog: (
|
|
731
|
-
obj: AlarmNotification
|
|
732
|
-
) => any;
|
|
733
|
-
export declare const SimpleRuleFilterSensitiveLog: (obj: SimpleRule) => any;
|
|
734
|
-
export declare const AlarmRuleFilterSensitiveLog: (obj: AlarmRule) => any;
|
|
735
|
-
export declare const AnalysisResultLocationFilterSensitiveLog: (
|
|
736
|
-
obj: AnalysisResultLocation
|
|
737
|
-
) => any;
|
|
738
|
-
export declare const AnalysisResultFilterSensitiveLog: (
|
|
739
|
-
obj: AnalysisResult
|
|
740
|
-
) => any;
|
|
741
|
-
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
742
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
743
|
-
export declare const CreateAlarmModelRequestFilterSensitiveLog: (
|
|
744
|
-
obj: CreateAlarmModelRequest
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const CreateAlarmModelResponseFilterSensitiveLog: (
|
|
747
|
-
obj: CreateAlarmModelResponse
|
|
748
|
-
) => any;
|
|
749
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
750
|
-
export declare const OnEnterLifecycleFilterSensitiveLog: (
|
|
751
|
-
obj: OnEnterLifecycle
|
|
752
|
-
) => any;
|
|
753
|
-
export declare const OnExitLifecycleFilterSensitiveLog: (
|
|
754
|
-
obj: OnExitLifecycle
|
|
755
|
-
) => any;
|
|
756
|
-
export declare const TransitionEventFilterSensitiveLog: (
|
|
757
|
-
obj: TransitionEvent
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const OnInputLifecycleFilterSensitiveLog: (
|
|
760
|
-
obj: OnInputLifecycle
|
|
761
|
-
) => any;
|
|
762
|
-
export declare const StateFilterSensitiveLog: (obj: State) => any;
|
|
763
|
-
export declare const DetectorModelDefinitionFilterSensitiveLog: (
|
|
764
|
-
obj: DetectorModelDefinition
|
|
765
|
-
) => any;
|
|
766
|
-
export declare const CreateDetectorModelRequestFilterSensitiveLog: (
|
|
767
|
-
obj: CreateDetectorModelRequest
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const DetectorModelConfigurationFilterSensitiveLog: (
|
|
770
|
-
obj: DetectorModelConfiguration
|
|
771
|
-
) => any;
|
|
772
|
-
export declare const CreateDetectorModelResponseFilterSensitiveLog: (
|
|
773
|
-
obj: CreateDetectorModelResponse
|
|
774
|
-
) => any;
|
|
775
|
-
export declare const InputDefinitionFilterSensitiveLog: (
|
|
776
|
-
obj: InputDefinition
|
|
777
|
-
) => any;
|
|
778
|
-
export declare const CreateInputRequestFilterSensitiveLog: (
|
|
779
|
-
obj: CreateInputRequest
|
|
780
|
-
) => any;
|
|
781
|
-
export declare const InputConfigurationFilterSensitiveLog: (
|
|
782
|
-
obj: InputConfiguration
|
|
783
|
-
) => any;
|
|
784
|
-
export declare const CreateInputResponseFilterSensitiveLog: (
|
|
785
|
-
obj: CreateInputResponse
|
|
786
|
-
) => any;
|
|
787
|
-
export declare const DeleteAlarmModelRequestFilterSensitiveLog: (
|
|
788
|
-
obj: DeleteAlarmModelRequest
|
|
789
|
-
) => any;
|
|
790
|
-
export declare const DeleteAlarmModelResponseFilterSensitiveLog: (
|
|
791
|
-
obj: DeleteAlarmModelResponse
|
|
792
|
-
) => any;
|
|
793
|
-
export declare const DeleteDetectorModelRequestFilterSensitiveLog: (
|
|
794
|
-
obj: DeleteDetectorModelRequest
|
|
795
|
-
) => any;
|
|
796
|
-
export declare const DeleteDetectorModelResponseFilterSensitiveLog: (
|
|
797
|
-
obj: DeleteDetectorModelResponse
|
|
798
|
-
) => any;
|
|
799
|
-
export declare const DeleteInputRequestFilterSensitiveLog: (
|
|
800
|
-
obj: DeleteInputRequest
|
|
801
|
-
) => any;
|
|
802
|
-
export declare const DeleteInputResponseFilterSensitiveLog: (
|
|
803
|
-
obj: DeleteInputResponse
|
|
804
|
-
) => any;
|
|
805
|
-
export declare const DescribeAlarmModelRequestFilterSensitiveLog: (
|
|
806
|
-
obj: DescribeAlarmModelRequest
|
|
807
|
-
) => any;
|
|
808
|
-
export declare const DescribeAlarmModelResponseFilterSensitiveLog: (
|
|
809
|
-
obj: DescribeAlarmModelResponse
|
|
810
|
-
) => any;
|
|
811
|
-
export declare const DescribeDetectorModelRequestFilterSensitiveLog: (
|
|
812
|
-
obj: DescribeDetectorModelRequest
|
|
813
|
-
) => any;
|
|
814
|
-
export declare const DetectorModelFilterSensitiveLog: (
|
|
815
|
-
obj: DetectorModel
|
|
816
|
-
) => any;
|
|
817
|
-
export declare const DescribeDetectorModelResponseFilterSensitiveLog: (
|
|
818
|
-
obj: DescribeDetectorModelResponse
|
|
819
|
-
) => any;
|
|
820
|
-
export declare const DescribeDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
821
|
-
obj: DescribeDetectorModelAnalysisRequest
|
|
822
|
-
) => any;
|
|
823
|
-
export declare const DescribeDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
824
|
-
obj: DescribeDetectorModelAnalysisResponse
|
|
825
|
-
) => any;
|
|
826
|
-
export declare const DescribeInputRequestFilterSensitiveLog: (
|
|
827
|
-
obj: DescribeInputRequest
|
|
828
|
-
) => any;
|
|
829
|
-
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
830
|
-
export declare const DescribeInputResponseFilterSensitiveLog: (
|
|
831
|
-
obj: DescribeInputResponse
|
|
832
|
-
) => any;
|
|
833
|
-
export declare const DescribeLoggingOptionsRequestFilterSensitiveLog: (
|
|
834
|
-
obj: DescribeLoggingOptionsRequest
|
|
835
|
-
) => any;
|
|
836
|
-
export declare const DetectorDebugOptionFilterSensitiveLog: (
|
|
837
|
-
obj: DetectorDebugOption
|
|
838
|
-
) => any;
|
|
839
|
-
export declare const LoggingOptionsFilterSensitiveLog: (
|
|
840
|
-
obj: LoggingOptions
|
|
841
|
-
) => any;
|
|
842
|
-
export declare const DescribeLoggingOptionsResponseFilterSensitiveLog: (
|
|
843
|
-
obj: DescribeLoggingOptionsResponse
|
|
844
|
-
) => any;
|
|
845
|
-
export declare const DetectorModelSummaryFilterSensitiveLog: (
|
|
846
|
-
obj: DetectorModelSummary
|
|
847
|
-
) => any;
|
|
848
|
-
export declare const DetectorModelVersionSummaryFilterSensitiveLog: (
|
|
849
|
-
obj: DetectorModelVersionSummary
|
|
850
|
-
) => any;
|
|
851
|
-
export declare const GetDetectorModelAnalysisResultsRequestFilterSensitiveLog: (
|
|
852
|
-
obj: GetDetectorModelAnalysisResultsRequest
|
|
853
|
-
) => any;
|
|
854
|
-
export declare const GetDetectorModelAnalysisResultsResponseFilterSensitiveLog: (
|
|
855
|
-
obj: GetDetectorModelAnalysisResultsResponse
|
|
856
|
-
) => any;
|
|
857
|
-
export declare const IotEventsInputIdentifierFilterSensitiveLog: (
|
|
858
|
-
obj: IotEventsInputIdentifier
|
|
859
|
-
) => any;
|
|
860
|
-
export declare const IotSiteWiseAssetModelPropertyIdentifierFilterSensitiveLog: (
|
|
861
|
-
obj: IotSiteWiseAssetModelPropertyIdentifier
|
|
862
|
-
) => any;
|
|
863
|
-
export declare const IotSiteWiseInputIdentifierFilterSensitiveLog: (
|
|
864
|
-
obj: IotSiteWiseInputIdentifier
|
|
865
|
-
) => any;
|
|
866
|
-
export declare const InputIdentifierFilterSensitiveLog: (
|
|
867
|
-
obj: InputIdentifier
|
|
868
|
-
) => any;
|
|
869
|
-
export declare const InputSummaryFilterSensitiveLog: (obj: InputSummary) => any;
|
|
870
|
-
export declare const ListAlarmModelsRequestFilterSensitiveLog: (
|
|
871
|
-
obj: ListAlarmModelsRequest
|
|
872
|
-
) => any;
|
|
873
|
-
export declare const ListAlarmModelsResponseFilterSensitiveLog: (
|
|
874
|
-
obj: ListAlarmModelsResponse
|
|
875
|
-
) => any;
|
|
876
|
-
export declare const ListAlarmModelVersionsRequestFilterSensitiveLog: (
|
|
877
|
-
obj: ListAlarmModelVersionsRequest
|
|
878
|
-
) => any;
|
|
879
|
-
export declare const ListAlarmModelVersionsResponseFilterSensitiveLog: (
|
|
880
|
-
obj: ListAlarmModelVersionsResponse
|
|
881
|
-
) => any;
|
|
882
|
-
export declare const ListDetectorModelsRequestFilterSensitiveLog: (
|
|
883
|
-
obj: ListDetectorModelsRequest
|
|
884
|
-
) => any;
|
|
885
|
-
export declare const ListDetectorModelsResponseFilterSensitiveLog: (
|
|
886
|
-
obj: ListDetectorModelsResponse
|
|
887
|
-
) => any;
|
|
888
|
-
export declare const ListDetectorModelVersionsRequestFilterSensitiveLog: (
|
|
889
|
-
obj: ListDetectorModelVersionsRequest
|
|
890
|
-
) => any;
|
|
891
|
-
export declare const ListDetectorModelVersionsResponseFilterSensitiveLog: (
|
|
892
|
-
obj: ListDetectorModelVersionsResponse
|
|
893
|
-
) => any;
|
|
894
|
-
export declare const ListInputRoutingsRequestFilterSensitiveLog: (
|
|
895
|
-
obj: ListInputRoutingsRequest
|
|
896
|
-
) => any;
|
|
897
|
-
export declare const RoutedResourceFilterSensitiveLog: (
|
|
898
|
-
obj: RoutedResource
|
|
899
|
-
) => any;
|
|
900
|
-
export declare const ListInputRoutingsResponseFilterSensitiveLog: (
|
|
901
|
-
obj: ListInputRoutingsResponse
|
|
902
|
-
) => any;
|
|
903
|
-
export declare const ListInputsRequestFilterSensitiveLog: (
|
|
904
|
-
obj: ListInputsRequest
|
|
905
|
-
) => any;
|
|
906
|
-
export declare const ListInputsResponseFilterSensitiveLog: (
|
|
907
|
-
obj: ListInputsResponse
|
|
908
|
-
) => any;
|
|
909
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
910
|
-
obj: ListTagsForResourceRequest
|
|
911
|
-
) => any;
|
|
912
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
913
|
-
obj: ListTagsForResourceResponse
|
|
914
|
-
) => any;
|
|
915
|
-
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (
|
|
916
|
-
obj: PutLoggingOptionsRequest
|
|
917
|
-
) => any;
|
|
918
|
-
export declare const StartDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
919
|
-
obj: StartDetectorModelAnalysisRequest
|
|
920
|
-
) => any;
|
|
921
|
-
export declare const StartDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
922
|
-
obj: StartDetectorModelAnalysisResponse
|
|
923
|
-
) => any;
|
|
924
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
925
|
-
obj: TagResourceRequest
|
|
926
|
-
) => any;
|
|
927
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
928
|
-
obj: TagResourceResponse
|
|
929
|
-
) => any;
|
|
930
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
931
|
-
obj: UntagResourceRequest
|
|
932
|
-
) => any;
|
|
933
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
934
|
-
obj: UntagResourceResponse
|
|
935
|
-
) => any;
|
|
936
|
-
export declare const UpdateAlarmModelRequestFilterSensitiveLog: (
|
|
937
|
-
obj: UpdateAlarmModelRequest
|
|
938
|
-
) => any;
|
|
939
|
-
export declare const UpdateAlarmModelResponseFilterSensitiveLog: (
|
|
940
|
-
obj: UpdateAlarmModelResponse
|
|
941
|
-
) => any;
|
|
942
|
-
export declare const UpdateDetectorModelRequestFilterSensitiveLog: (
|
|
943
|
-
obj: UpdateDetectorModelRequest
|
|
944
|
-
) => any;
|
|
945
|
-
export declare const UpdateDetectorModelResponseFilterSensitiveLog: (
|
|
946
|
-
obj: UpdateDetectorModelResponse
|
|
947
|
-
) => any;
|
|
948
|
-
export declare const UpdateInputRequestFilterSensitiveLog: (
|
|
949
|
-
obj: UpdateInputRequest
|
|
950
|
-
) => any;
|
|
951
|
-
export declare const UpdateInputResponseFilterSensitiveLog: (
|
|
952
|
-
obj: UpdateInputResponse
|
|
953
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events 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 iot-events"
|
|
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",
|