@aws-sdk/client-mediaconnect 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.
Files changed (103) hide show
  1. package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +2 -3
  2. package/dist-cjs/commands/AddFlowOutputsCommand.js +2 -3
  3. package/dist-cjs/commands/AddFlowSourcesCommand.js +2 -3
  4. package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +2 -3
  5. package/dist-cjs/commands/CreateFlowCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteFlowCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeFlowCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeReservationCommand.js +2 -3
  10. package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +2 -3
  11. package/dist-cjs/commands/ListEntitlementsCommand.js +2 -3
  12. package/dist-cjs/commands/ListFlowsCommand.js +2 -3
  13. package/dist-cjs/commands/ListOfferingsCommand.js +2 -3
  14. package/dist-cjs/commands/ListReservationsCommand.js +2 -3
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  16. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -3
  17. package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +2 -3
  18. package/dist-cjs/commands/RemoveFlowOutputCommand.js +2 -3
  19. package/dist-cjs/commands/RemoveFlowSourceCommand.js +2 -3
  20. package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +2 -3
  21. package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +2 -3
  22. package/dist-cjs/commands/StartFlowCommand.js +2 -3
  23. package/dist-cjs/commands/StopFlowCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateFlowCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateFlowOutputCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateFlowSourceCommand.js +2 -3
  31. package/dist-cjs/models/models_0.js +1 -407
  32. package/dist-es/commands/AddFlowMediaStreamsCommand.js +2 -3
  33. package/dist-es/commands/AddFlowOutputsCommand.js +2 -3
  34. package/dist-es/commands/AddFlowSourcesCommand.js +2 -3
  35. package/dist-es/commands/AddFlowVpcInterfacesCommand.js +2 -3
  36. package/dist-es/commands/CreateFlowCommand.js +2 -3
  37. package/dist-es/commands/DeleteFlowCommand.js +2 -3
  38. package/dist-es/commands/DescribeFlowCommand.js +2 -3
  39. package/dist-es/commands/DescribeOfferingCommand.js +2 -3
  40. package/dist-es/commands/DescribeReservationCommand.js +2 -3
  41. package/dist-es/commands/GrantFlowEntitlementsCommand.js +2 -3
  42. package/dist-es/commands/ListEntitlementsCommand.js +2 -3
  43. package/dist-es/commands/ListFlowsCommand.js +2 -3
  44. package/dist-es/commands/ListOfferingsCommand.js +2 -3
  45. package/dist-es/commands/ListReservationsCommand.js +2 -3
  46. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  47. package/dist-es/commands/PurchaseOfferingCommand.js +2 -3
  48. package/dist-es/commands/RemoveFlowMediaStreamCommand.js +2 -3
  49. package/dist-es/commands/RemoveFlowOutputCommand.js +2 -3
  50. package/dist-es/commands/RemoveFlowSourceCommand.js +2 -3
  51. package/dist-es/commands/RemoveFlowVpcInterfaceCommand.js +2 -3
  52. package/dist-es/commands/RevokeFlowEntitlementCommand.js +2 -3
  53. package/dist-es/commands/StartFlowCommand.js +2 -3
  54. package/dist-es/commands/StopFlowCommand.js +2 -3
  55. package/dist-es/commands/TagResourceCommand.js +2 -3
  56. package/dist-es/commands/UntagResourceCommand.js +2 -3
  57. package/dist-es/commands/UpdateFlowCommand.js +2 -3
  58. package/dist-es/commands/UpdateFlowEntitlementCommand.js +2 -3
  59. package/dist-es/commands/UpdateFlowMediaStreamCommand.js +2 -3
  60. package/dist-es/commands/UpdateFlowOutputCommand.js +2 -3
  61. package/dist-es/commands/UpdateFlowSourceCommand.js +2 -3
  62. package/dist-es/models/models_0.js +0 -303
  63. package/dist-types/MediaConnect.d.ts +31 -0
  64. package/dist-types/MediaConnectClient.d.ts +24 -4
  65. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +16 -0
  66. package/dist-types/commands/AddFlowOutputsCommand.d.ts +16 -0
  67. package/dist-types/commands/AddFlowSourcesCommand.d.ts +16 -0
  68. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateFlowCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteFlowCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeFlowCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  74. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListEntitlementsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListFlowsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  80. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  81. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +16 -0
  82. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +16 -0
  83. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +16 -0
  84. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +16 -0
  85. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +16 -0
  86. package/dist-types/commands/StartFlowCommand.d.ts +16 -0
  87. package/dist-types/commands/StopFlowCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateFlowCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +16 -0
  95. package/dist-types/models/MediaConnectServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +263 -404
  97. package/dist-types/pagination/Interfaces.d.ts +3 -0
  98. package/dist-types/pagination/ListEntitlementsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListFlowsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +0 -271
  103. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { MediaConnectClient } from "../MediaConnectClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface MediaConnectPaginationConfiguration extends PaginationConfiguration {
4
7
  client: MediaConnectClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "../commands/ListEntitlementsCommand";
3
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListEntitlements(config: MediaConnectPaginationConfiguration, input: ListEntitlementsCommandInput, ...additionalArguments: any): Paginator<ListEntitlementsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
3
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListFlows(config: MediaConnectPaginationConfiguration, input: ListFlowsCommandInput, ...additionalArguments: any): Paginator<ListFlowsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
3
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListOfferings(config: MediaConnectPaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
3
3
  import { MediaConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReservations(config: MediaConnectPaginationConfiguration, input: ListReservationsCommandInput, ...additionalArguments: any): Paginator<ListReservationsCommandOutput>;
@@ -795,274 +795,3 @@ export interface UpdateFlowSourceResponse {
795
795
  FlowArn?: string;
796
796
  Source?: Source;
797
797
  }
798
- export declare const FmtpRequestFilterSensitiveLog: (obj: FmtpRequest) => any;
799
- export declare const MediaStreamAttributesRequestFilterSensitiveLog: (
800
- obj: MediaStreamAttributesRequest
801
- ) => any;
802
- export declare const AddMediaStreamRequestFilterSensitiveLog: (
803
- obj: AddMediaStreamRequest
804
- ) => any;
805
- export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
806
- export declare const InterfaceRequestFilterSensitiveLog: (
807
- obj: InterfaceRequest
808
- ) => any;
809
- export declare const DestinationConfigurationRequestFilterSensitiveLog: (
810
- obj: DestinationConfigurationRequest
811
- ) => any;
812
- export declare const EncodingParametersRequestFilterSensitiveLog: (
813
- obj: EncodingParametersRequest
814
- ) => any;
815
- export declare const MediaStreamOutputConfigurationRequestFilterSensitiveLog: (
816
- obj: MediaStreamOutputConfigurationRequest
817
- ) => any;
818
- export declare const VpcInterfaceAttachmentFilterSensitiveLog: (
819
- obj: VpcInterfaceAttachment
820
- ) => any;
821
- export declare const AddOutputRequestFilterSensitiveLog: (
822
- obj: AddOutputRequest
823
- ) => any;
824
- export declare const InterfaceFilterSensitiveLog: (obj: Interface) => any;
825
- export declare const DestinationConfigurationFilterSensitiveLog: (
826
- obj: DestinationConfiguration
827
- ) => any;
828
- export declare const EntitlementFilterSensitiveLog: (obj: Entitlement) => any;
829
- export declare const GrantEntitlementRequestFilterSensitiveLog: (
830
- obj: GrantEntitlementRequest
831
- ) => any;
832
- export declare const InputConfigurationFilterSensitiveLog: (
833
- obj: InputConfiguration
834
- ) => any;
835
- export declare const InputConfigurationRequestFilterSensitiveLog: (
836
- obj: InputConfigurationRequest
837
- ) => any;
838
- export declare const ListedEntitlementFilterSensitiveLog: (
839
- obj: ListedEntitlement
840
- ) => any;
841
- export declare const MaintenanceFilterSensitiveLog: (obj: Maintenance) => any;
842
- export declare const ListedFlowFilterSensitiveLog: (obj: ListedFlow) => any;
843
- export declare const FmtpFilterSensitiveLog: (obj: Fmtp) => any;
844
- export declare const MediaStreamAttributesFilterSensitiveLog: (
845
- obj: MediaStreamAttributes
846
- ) => any;
847
- export declare const MediaStreamFilterSensitiveLog: (obj: MediaStream) => any;
848
- export declare const EncodingParametersFilterSensitiveLog: (
849
- obj: EncodingParameters
850
- ) => any;
851
- export declare const MediaStreamOutputConfigurationFilterSensitiveLog: (
852
- obj: MediaStreamOutputConfiguration
853
- ) => any;
854
- export declare const MediaStreamSourceConfigurationFilterSensitiveLog: (
855
- obj: MediaStreamSourceConfiguration
856
- ) => any;
857
- export declare const MediaStreamSourceConfigurationRequestFilterSensitiveLog: (
858
- obj: MediaStreamSourceConfigurationRequest
859
- ) => any;
860
- export declare const ResourceSpecificationFilterSensitiveLog: (
861
- obj: ResourceSpecification
862
- ) => any;
863
- export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
864
- export declare const TransportFilterSensitiveLog: (obj: Transport) => any;
865
- export declare const OutputFilterSensitiveLog: (obj: Output) => any;
866
- export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
867
- export declare const SetSourceRequestFilterSensitiveLog: (
868
- obj: SetSourceRequest
869
- ) => any;
870
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
871
- export declare const VpcInterfaceFilterSensitiveLog: (obj: VpcInterface) => any;
872
- export declare const VpcInterfaceRequestFilterSensitiveLog: (
873
- obj: VpcInterfaceRequest
874
- ) => any;
875
- export declare const AddFlowMediaStreamsRequestFilterSensitiveLog: (
876
- obj: AddFlowMediaStreamsRequest
877
- ) => any;
878
- export declare const AddFlowMediaStreamsResponseFilterSensitiveLog: (
879
- obj: AddFlowMediaStreamsResponse
880
- ) => any;
881
- export declare const AddFlowOutputsRequestFilterSensitiveLog: (
882
- obj: AddFlowOutputsRequest
883
- ) => any;
884
- export declare const AddFlowOutputsResponseFilterSensitiveLog: (
885
- obj: AddFlowOutputsResponse
886
- ) => any;
887
- export declare const AddFlowSourcesRequestFilterSensitiveLog: (
888
- obj: AddFlowSourcesRequest
889
- ) => any;
890
- export declare const AddFlowSourcesResponseFilterSensitiveLog: (
891
- obj: AddFlowSourcesResponse
892
- ) => any;
893
- export declare const AddFlowVpcInterfacesRequestFilterSensitiveLog: (
894
- obj: AddFlowVpcInterfacesRequest
895
- ) => any;
896
- export declare const AddFlowVpcInterfacesResponseFilterSensitiveLog: (
897
- obj: AddFlowVpcInterfacesResponse
898
- ) => any;
899
- export declare const AddMaintenanceFilterSensitiveLog: (
900
- obj: AddMaintenance
901
- ) => any;
902
- export declare const SourcePriorityFilterSensitiveLog: (
903
- obj: SourcePriority
904
- ) => any;
905
- export declare const FailoverConfigFilterSensitiveLog: (
906
- obj: FailoverConfig
907
- ) => any;
908
- export declare const CreateFlowRequestFilterSensitiveLog: (
909
- obj: CreateFlowRequest
910
- ) => any;
911
- export declare const FlowFilterSensitiveLog: (obj: Flow) => any;
912
- export declare const CreateFlowResponseFilterSensitiveLog: (
913
- obj: CreateFlowResponse
914
- ) => any;
915
- export declare const DeleteFlowRequestFilterSensitiveLog: (
916
- obj: DeleteFlowRequest
917
- ) => any;
918
- export declare const DeleteFlowResponseFilterSensitiveLog: (
919
- obj: DeleteFlowResponse
920
- ) => any;
921
- export declare const DescribeFlowRequestFilterSensitiveLog: (
922
- obj: DescribeFlowRequest
923
- ) => any;
924
- export declare const MessagesFilterSensitiveLog: (obj: Messages) => any;
925
- export declare const DescribeFlowResponseFilterSensitiveLog: (
926
- obj: DescribeFlowResponse
927
- ) => any;
928
- export declare const DescribeOfferingRequestFilterSensitiveLog: (
929
- obj: DescribeOfferingRequest
930
- ) => any;
931
- export declare const DescribeOfferingResponseFilterSensitiveLog: (
932
- obj: DescribeOfferingResponse
933
- ) => any;
934
- export declare const DescribeReservationRequestFilterSensitiveLog: (
935
- obj: DescribeReservationRequest
936
- ) => any;
937
- export declare const DescribeReservationResponseFilterSensitiveLog: (
938
- obj: DescribeReservationResponse
939
- ) => any;
940
- export declare const GrantFlowEntitlementsRequestFilterSensitiveLog: (
941
- obj: GrantFlowEntitlementsRequest
942
- ) => any;
943
- export declare const GrantFlowEntitlementsResponseFilterSensitiveLog: (
944
- obj: GrantFlowEntitlementsResponse
945
- ) => any;
946
- export declare const ListEntitlementsRequestFilterSensitiveLog: (
947
- obj: ListEntitlementsRequest
948
- ) => any;
949
- export declare const ListEntitlementsResponseFilterSensitiveLog: (
950
- obj: ListEntitlementsResponse
951
- ) => any;
952
- export declare const ListFlowsRequestFilterSensitiveLog: (
953
- obj: ListFlowsRequest
954
- ) => any;
955
- export declare const ListFlowsResponseFilterSensitiveLog: (
956
- obj: ListFlowsResponse
957
- ) => any;
958
- export declare const ListOfferingsRequestFilterSensitiveLog: (
959
- obj: ListOfferingsRequest
960
- ) => any;
961
- export declare const ListOfferingsResponseFilterSensitiveLog: (
962
- obj: ListOfferingsResponse
963
- ) => any;
964
- export declare const ListReservationsRequestFilterSensitiveLog: (
965
- obj: ListReservationsRequest
966
- ) => any;
967
- export declare const ListReservationsResponseFilterSensitiveLog: (
968
- obj: ListReservationsResponse
969
- ) => any;
970
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
971
- obj: ListTagsForResourceRequest
972
- ) => any;
973
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
974
- obj: ListTagsForResourceResponse
975
- ) => any;
976
- export declare const PurchaseOfferingRequestFilterSensitiveLog: (
977
- obj: PurchaseOfferingRequest
978
- ) => any;
979
- export declare const PurchaseOfferingResponseFilterSensitiveLog: (
980
- obj: PurchaseOfferingResponse
981
- ) => any;
982
- export declare const RemoveFlowMediaStreamRequestFilterSensitiveLog: (
983
- obj: RemoveFlowMediaStreamRequest
984
- ) => any;
985
- export declare const RemoveFlowMediaStreamResponseFilterSensitiveLog: (
986
- obj: RemoveFlowMediaStreamResponse
987
- ) => any;
988
- export declare const RemoveFlowOutputRequestFilterSensitiveLog: (
989
- obj: RemoveFlowOutputRequest
990
- ) => any;
991
- export declare const RemoveFlowOutputResponseFilterSensitiveLog: (
992
- obj: RemoveFlowOutputResponse
993
- ) => any;
994
- export declare const RemoveFlowSourceRequestFilterSensitiveLog: (
995
- obj: RemoveFlowSourceRequest
996
- ) => any;
997
- export declare const RemoveFlowSourceResponseFilterSensitiveLog: (
998
- obj: RemoveFlowSourceResponse
999
- ) => any;
1000
- export declare const RemoveFlowVpcInterfaceRequestFilterSensitiveLog: (
1001
- obj: RemoveFlowVpcInterfaceRequest
1002
- ) => any;
1003
- export declare const RemoveFlowVpcInterfaceResponseFilterSensitiveLog: (
1004
- obj: RemoveFlowVpcInterfaceResponse
1005
- ) => any;
1006
- export declare const RevokeFlowEntitlementRequestFilterSensitiveLog: (
1007
- obj: RevokeFlowEntitlementRequest
1008
- ) => any;
1009
- export declare const RevokeFlowEntitlementResponseFilterSensitiveLog: (
1010
- obj: RevokeFlowEntitlementResponse
1011
- ) => any;
1012
- export declare const StartFlowRequestFilterSensitiveLog: (
1013
- obj: StartFlowRequest
1014
- ) => any;
1015
- export declare const StartFlowResponseFilterSensitiveLog: (
1016
- obj: StartFlowResponse
1017
- ) => any;
1018
- export declare const StopFlowRequestFilterSensitiveLog: (
1019
- obj: StopFlowRequest
1020
- ) => any;
1021
- export declare const StopFlowResponseFilterSensitiveLog: (
1022
- obj: StopFlowResponse
1023
- ) => any;
1024
- export declare const TagResourceRequestFilterSensitiveLog: (
1025
- obj: TagResourceRequest
1026
- ) => any;
1027
- export declare const UntagResourceRequestFilterSensitiveLog: (
1028
- obj: UntagResourceRequest
1029
- ) => any;
1030
- export declare const UpdateMaintenanceFilterSensitiveLog: (
1031
- obj: UpdateMaintenance
1032
- ) => any;
1033
- export declare const UpdateFailoverConfigFilterSensitiveLog: (
1034
- obj: UpdateFailoverConfig
1035
- ) => any;
1036
- export declare const UpdateFlowRequestFilterSensitiveLog: (
1037
- obj: UpdateFlowRequest
1038
- ) => any;
1039
- export declare const UpdateFlowResponseFilterSensitiveLog: (
1040
- obj: UpdateFlowResponse
1041
- ) => any;
1042
- export declare const UpdateEncryptionFilterSensitiveLog: (
1043
- obj: UpdateEncryption
1044
- ) => any;
1045
- export declare const UpdateFlowEntitlementRequestFilterSensitiveLog: (
1046
- obj: UpdateFlowEntitlementRequest
1047
- ) => any;
1048
- export declare const UpdateFlowEntitlementResponseFilterSensitiveLog: (
1049
- obj: UpdateFlowEntitlementResponse
1050
- ) => any;
1051
- export declare const UpdateFlowMediaStreamRequestFilterSensitiveLog: (
1052
- obj: UpdateFlowMediaStreamRequest
1053
- ) => any;
1054
- export declare const UpdateFlowMediaStreamResponseFilterSensitiveLog: (
1055
- obj: UpdateFlowMediaStreamResponse
1056
- ) => any;
1057
- export declare const UpdateFlowOutputRequestFilterSensitiveLog: (
1058
- obj: UpdateFlowOutputRequest
1059
- ) => any;
1060
- export declare const UpdateFlowOutputResponseFilterSensitiveLog: (
1061
- obj: UpdateFlowOutputResponse
1062
- ) => any;
1063
- export declare const UpdateFlowSourceRequestFilterSensitiveLog: (
1064
- obj: UpdateFlowSourceRequest
1065
- ) => any;
1066
- export declare const UpdateFlowSourceResponseFilterSensitiveLog: (
1067
- obj: UpdateFlowSourceResponse
1068
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconnect",
3
3
  "description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
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 mediaconnect"
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",