@aws-sdk/client-cloudwatch-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.
Files changed (107) hide show
  1. package/dist-cjs/commands/ActivateEventSourceCommand.js +2 -3
  2. package/dist-cjs/commands/CancelReplayCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateArchiveCommand.js +2 -3
  5. package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
  6. package/dist-cjs/commands/CreateEventBusCommand.js +2 -3
  7. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -3
  8. package/dist-cjs/commands/DeactivateEventSourceCommand.js +2 -3
  9. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteEventBusCommand.js +2 -3
  14. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteRuleCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeArchiveCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeConnectionCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeEventBusCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -3
  21. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeReplayCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeRuleCommand.js +2 -3
  24. package/dist-cjs/commands/DisableRuleCommand.js +2 -3
  25. package/dist-cjs/commands/EnableRuleCommand.js +2 -3
  26. package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -3
  27. package/dist-cjs/commands/ListArchivesCommand.js +2 -3
  28. package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
  29. package/dist-cjs/commands/ListEventBusesCommand.js +2 -3
  30. package/dist-cjs/commands/ListEventSourcesCommand.js +2 -3
  31. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
  32. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -3
  33. package/dist-cjs/commands/ListReplaysCommand.js +2 -3
  34. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -3
  35. package/dist-cjs/commands/ListRulesCommand.js +2 -3
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  37. package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -3
  38. package/dist-cjs/commands/PutEventsCommand.js +2 -3
  39. package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -3
  40. package/dist-cjs/commands/PutPermissionCommand.js +2 -3
  41. package/dist-cjs/commands/PutRuleCommand.js +2 -3
  42. package/dist-cjs/commands/PutTargetsCommand.js +2 -3
  43. package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
  44. package/dist-cjs/commands/RemoveTargetsCommand.js +2 -3
  45. package/dist-cjs/commands/StartReplayCommand.js +2 -3
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  47. package/dist-cjs/commands/TestEventPatternCommand.js +2 -3
  48. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateArchiveCommand.js +2 -3
  51. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -3
  52. package/dist-cjs/models/models_0.js +1 -608
  53. package/dist-es/commands/ActivateEventSourceCommand.js +2 -3
  54. package/dist-es/commands/CancelReplayCommand.js +2 -3
  55. package/dist-es/commands/CreateApiDestinationCommand.js +2 -3
  56. package/dist-es/commands/CreateArchiveCommand.js +2 -3
  57. package/dist-es/commands/CreateConnectionCommand.js +2 -3
  58. package/dist-es/commands/CreateEventBusCommand.js +2 -3
  59. package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -3
  60. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -3
  61. package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -3
  62. package/dist-es/commands/DeleteApiDestinationCommand.js +2 -3
  63. package/dist-es/commands/DeleteArchiveCommand.js +2 -3
  64. package/dist-es/commands/DeleteConnectionCommand.js +2 -3
  65. package/dist-es/commands/DeleteEventBusCommand.js +2 -3
  66. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -3
  67. package/dist-es/commands/DeleteRuleCommand.js +2 -3
  68. package/dist-es/commands/DescribeApiDestinationCommand.js +2 -3
  69. package/dist-es/commands/DescribeArchiveCommand.js +2 -3
  70. package/dist-es/commands/DescribeConnectionCommand.js +2 -3
  71. package/dist-es/commands/DescribeEventBusCommand.js +2 -3
  72. package/dist-es/commands/DescribeEventSourceCommand.js +2 -3
  73. package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -3
  74. package/dist-es/commands/DescribeReplayCommand.js +2 -3
  75. package/dist-es/commands/DescribeRuleCommand.js +2 -3
  76. package/dist-es/commands/DisableRuleCommand.js +2 -3
  77. package/dist-es/commands/EnableRuleCommand.js +2 -3
  78. package/dist-es/commands/ListApiDestinationsCommand.js +2 -3
  79. package/dist-es/commands/ListArchivesCommand.js +2 -3
  80. package/dist-es/commands/ListConnectionsCommand.js +2 -3
  81. package/dist-es/commands/ListEventBusesCommand.js +2 -3
  82. package/dist-es/commands/ListEventSourcesCommand.js +2 -3
  83. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
  84. package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -3
  85. package/dist-es/commands/ListReplaysCommand.js +2 -3
  86. package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -3
  87. package/dist-es/commands/ListRulesCommand.js +2 -3
  88. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  89. package/dist-es/commands/ListTargetsByRuleCommand.js +2 -3
  90. package/dist-es/commands/PutEventsCommand.js +2 -3
  91. package/dist-es/commands/PutPartnerEventsCommand.js +2 -3
  92. package/dist-es/commands/PutPermissionCommand.js +2 -3
  93. package/dist-es/commands/PutRuleCommand.js +2 -3
  94. package/dist-es/commands/PutTargetsCommand.js +2 -3
  95. package/dist-es/commands/RemovePermissionCommand.js +2 -3
  96. package/dist-es/commands/RemoveTargetsCommand.js +2 -3
  97. package/dist-es/commands/StartReplayCommand.js +2 -3
  98. package/dist-es/commands/TagResourceCommand.js +2 -3
  99. package/dist-es/commands/TestEventPatternCommand.js +2 -3
  100. package/dist-es/commands/UntagResourceCommand.js +2 -3
  101. package/dist-es/commands/UpdateApiDestinationCommand.js +2 -3
  102. package/dist-es/commands/UpdateArchiveCommand.js +2 -3
  103. package/dist-es/commands/UpdateConnectionCommand.js +2 -3
  104. package/dist-es/models/models_0.js +0 -453
  105. package/dist-types/models/models_0.d.ts +0 -604
  106. package/dist-types/ts3.4/models/models_0.d.ts +0 -433
  107. package/package.json +4 -3
@@ -946,436 +946,3 @@ export interface UpdateConnectionResponse {
946
946
  LastModifiedTime?: Date;
947
947
  LastAuthorizedTime?: Date;
948
948
  }
949
- export declare const ActivateEventSourceRequestFilterSensitiveLog: (
950
- obj: ActivateEventSourceRequest
951
- ) => any;
952
- export declare const ApiDestinationFilterSensitiveLog: (
953
- obj: ApiDestination
954
- ) => any;
955
- export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
956
- export declare const CancelReplayRequestFilterSensitiveLog: (
957
- obj: CancelReplayRequest
958
- ) => any;
959
- export declare const CancelReplayResponseFilterSensitiveLog: (
960
- obj: CancelReplayResponse
961
- ) => any;
962
- export declare const CreateApiDestinationRequestFilterSensitiveLog: (
963
- obj: CreateApiDestinationRequest
964
- ) => any;
965
- export declare const CreateApiDestinationResponseFilterSensitiveLog: (
966
- obj: CreateApiDestinationResponse
967
- ) => any;
968
- export declare const CreateArchiveRequestFilterSensitiveLog: (
969
- obj: CreateArchiveRequest
970
- ) => any;
971
- export declare const CreateArchiveResponseFilterSensitiveLog: (
972
- obj: CreateArchiveResponse
973
- ) => any;
974
- export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
975
- obj: CreateConnectionApiKeyAuthRequestParameters
976
- ) => any;
977
- export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
978
- obj: CreateConnectionBasicAuthRequestParameters
979
- ) => any;
980
- export declare const ConnectionBodyParameterFilterSensitiveLog: (
981
- obj: ConnectionBodyParameter
982
- ) => any;
983
- export declare const ConnectionHeaderParameterFilterSensitiveLog: (
984
- obj: ConnectionHeaderParameter
985
- ) => any;
986
- export declare const ConnectionQueryStringParameterFilterSensitiveLog: (
987
- obj: ConnectionQueryStringParameter
988
- ) => any;
989
- export declare const ConnectionHttpParametersFilterSensitiveLog: (
990
- obj: ConnectionHttpParameters
991
- ) => any;
992
- export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
993
- obj: CreateConnectionOAuthClientRequestParameters
994
- ) => any;
995
- export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (
996
- obj: CreateConnectionOAuthRequestParameters
997
- ) => any;
998
- export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (
999
- obj: CreateConnectionAuthRequestParameters
1000
- ) => any;
1001
- export declare const CreateConnectionRequestFilterSensitiveLog: (
1002
- obj: CreateConnectionRequest
1003
- ) => any;
1004
- export declare const CreateConnectionResponseFilterSensitiveLog: (
1005
- obj: CreateConnectionResponse
1006
- ) => any;
1007
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1008
- export declare const CreateEventBusRequestFilterSensitiveLog: (
1009
- obj: CreateEventBusRequest
1010
- ) => any;
1011
- export declare const CreateEventBusResponseFilterSensitiveLog: (
1012
- obj: CreateEventBusResponse
1013
- ) => any;
1014
- export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (
1015
- obj: CreatePartnerEventSourceRequest
1016
- ) => any;
1017
- export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (
1018
- obj: CreatePartnerEventSourceResponse
1019
- ) => any;
1020
- export declare const DeactivateEventSourceRequestFilterSensitiveLog: (
1021
- obj: DeactivateEventSourceRequest
1022
- ) => any;
1023
- export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (
1024
- obj: DeauthorizeConnectionRequest
1025
- ) => any;
1026
- export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (
1027
- obj: DeauthorizeConnectionResponse
1028
- ) => any;
1029
- export declare const DeleteApiDestinationRequestFilterSensitiveLog: (
1030
- obj: DeleteApiDestinationRequest
1031
- ) => any;
1032
- export declare const DeleteApiDestinationResponseFilterSensitiveLog: (
1033
- obj: DeleteApiDestinationResponse
1034
- ) => any;
1035
- export declare const DeleteArchiveRequestFilterSensitiveLog: (
1036
- obj: DeleteArchiveRequest
1037
- ) => any;
1038
- export declare const DeleteArchiveResponseFilterSensitiveLog: (
1039
- obj: DeleteArchiveResponse
1040
- ) => any;
1041
- export declare const DeleteConnectionRequestFilterSensitiveLog: (
1042
- obj: DeleteConnectionRequest
1043
- ) => any;
1044
- export declare const DeleteConnectionResponseFilterSensitiveLog: (
1045
- obj: DeleteConnectionResponse
1046
- ) => any;
1047
- export declare const DeleteEventBusRequestFilterSensitiveLog: (
1048
- obj: DeleteEventBusRequest
1049
- ) => any;
1050
- export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (
1051
- obj: DeletePartnerEventSourceRequest
1052
- ) => any;
1053
- export declare const DeleteRuleRequestFilterSensitiveLog: (
1054
- obj: DeleteRuleRequest
1055
- ) => any;
1056
- export declare const DescribeApiDestinationRequestFilterSensitiveLog: (
1057
- obj: DescribeApiDestinationRequest
1058
- ) => any;
1059
- export declare const DescribeApiDestinationResponseFilterSensitiveLog: (
1060
- obj: DescribeApiDestinationResponse
1061
- ) => any;
1062
- export declare const DescribeArchiveRequestFilterSensitiveLog: (
1063
- obj: DescribeArchiveRequest
1064
- ) => any;
1065
- export declare const DescribeArchiveResponseFilterSensitiveLog: (
1066
- obj: DescribeArchiveResponse
1067
- ) => any;
1068
- export declare const DescribeConnectionRequestFilterSensitiveLog: (
1069
- obj: DescribeConnectionRequest
1070
- ) => any;
1071
- export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (
1072
- obj: ConnectionApiKeyAuthResponseParameters
1073
- ) => any;
1074
- export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (
1075
- obj: ConnectionBasicAuthResponseParameters
1076
- ) => any;
1077
- export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (
1078
- obj: ConnectionOAuthClientResponseParameters
1079
- ) => any;
1080
- export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (
1081
- obj: ConnectionOAuthResponseParameters
1082
- ) => any;
1083
- export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (
1084
- obj: ConnectionAuthResponseParameters
1085
- ) => any;
1086
- export declare const DescribeConnectionResponseFilterSensitiveLog: (
1087
- obj: DescribeConnectionResponse
1088
- ) => any;
1089
- export declare const DescribeEventBusRequestFilterSensitiveLog: (
1090
- obj: DescribeEventBusRequest
1091
- ) => any;
1092
- export declare const DescribeEventBusResponseFilterSensitiveLog: (
1093
- obj: DescribeEventBusResponse
1094
- ) => any;
1095
- export declare const DescribeEventSourceRequestFilterSensitiveLog: (
1096
- obj: DescribeEventSourceRequest
1097
- ) => any;
1098
- export declare const DescribeEventSourceResponseFilterSensitiveLog: (
1099
- obj: DescribeEventSourceResponse
1100
- ) => any;
1101
- export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (
1102
- obj: DescribePartnerEventSourceRequest
1103
- ) => any;
1104
- export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (
1105
- obj: DescribePartnerEventSourceResponse
1106
- ) => any;
1107
- export declare const DescribeReplayRequestFilterSensitiveLog: (
1108
- obj: DescribeReplayRequest
1109
- ) => any;
1110
- export declare const ReplayDestinationFilterSensitiveLog: (
1111
- obj: ReplayDestination
1112
- ) => any;
1113
- export declare const DescribeReplayResponseFilterSensitiveLog: (
1114
- obj: DescribeReplayResponse
1115
- ) => any;
1116
- export declare const DescribeRuleRequestFilterSensitiveLog: (
1117
- obj: DescribeRuleRequest
1118
- ) => any;
1119
- export declare const DescribeRuleResponseFilterSensitiveLog: (
1120
- obj: DescribeRuleResponse
1121
- ) => any;
1122
- export declare const DisableRuleRequestFilterSensitiveLog: (
1123
- obj: DisableRuleRequest
1124
- ) => any;
1125
- export declare const EnableRuleRequestFilterSensitiveLog: (
1126
- obj: EnableRuleRequest
1127
- ) => any;
1128
- export declare const ListApiDestinationsRequestFilterSensitiveLog: (
1129
- obj: ListApiDestinationsRequest
1130
- ) => any;
1131
- export declare const ListApiDestinationsResponseFilterSensitiveLog: (
1132
- obj: ListApiDestinationsResponse
1133
- ) => any;
1134
- export declare const ListArchivesRequestFilterSensitiveLog: (
1135
- obj: ListArchivesRequest
1136
- ) => any;
1137
- export declare const ListArchivesResponseFilterSensitiveLog: (
1138
- obj: ListArchivesResponse
1139
- ) => any;
1140
- export declare const ListConnectionsRequestFilterSensitiveLog: (
1141
- obj: ListConnectionsRequest
1142
- ) => any;
1143
- export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
1144
- export declare const ListConnectionsResponseFilterSensitiveLog: (
1145
- obj: ListConnectionsResponse
1146
- ) => any;
1147
- export declare const ListEventBusesRequestFilterSensitiveLog: (
1148
- obj: ListEventBusesRequest
1149
- ) => any;
1150
- export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
1151
- export declare const ListEventBusesResponseFilterSensitiveLog: (
1152
- obj: ListEventBusesResponse
1153
- ) => any;
1154
- export declare const ListEventSourcesRequestFilterSensitiveLog: (
1155
- obj: ListEventSourcesRequest
1156
- ) => any;
1157
- export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
1158
- export declare const ListEventSourcesResponseFilterSensitiveLog: (
1159
- obj: ListEventSourcesResponse
1160
- ) => any;
1161
- export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (
1162
- obj: ListPartnerEventSourceAccountsRequest
1163
- ) => any;
1164
- export declare const PartnerEventSourceAccountFilterSensitiveLog: (
1165
- obj: PartnerEventSourceAccount
1166
- ) => any;
1167
- export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (
1168
- obj: ListPartnerEventSourceAccountsResponse
1169
- ) => any;
1170
- export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (
1171
- obj: ListPartnerEventSourcesRequest
1172
- ) => any;
1173
- export declare const PartnerEventSourceFilterSensitiveLog: (
1174
- obj: PartnerEventSource
1175
- ) => any;
1176
- export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (
1177
- obj: ListPartnerEventSourcesResponse
1178
- ) => any;
1179
- export declare const ListReplaysRequestFilterSensitiveLog: (
1180
- obj: ListReplaysRequest
1181
- ) => any;
1182
- export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
1183
- export declare const ListReplaysResponseFilterSensitiveLog: (
1184
- obj: ListReplaysResponse
1185
- ) => any;
1186
- export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (
1187
- obj: ListRuleNamesByTargetRequest
1188
- ) => any;
1189
- export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (
1190
- obj: ListRuleNamesByTargetResponse
1191
- ) => any;
1192
- export declare const ListRulesRequestFilterSensitiveLog: (
1193
- obj: ListRulesRequest
1194
- ) => any;
1195
- export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1196
- export declare const ListRulesResponseFilterSensitiveLog: (
1197
- obj: ListRulesResponse
1198
- ) => any;
1199
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1200
- obj: ListTagsForResourceRequest
1201
- ) => any;
1202
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1203
- obj: ListTagsForResourceResponse
1204
- ) => any;
1205
- export declare const ListTargetsByRuleRequestFilterSensitiveLog: (
1206
- obj: ListTargetsByRuleRequest
1207
- ) => any;
1208
- export declare const BatchArrayPropertiesFilterSensitiveLog: (
1209
- obj: BatchArrayProperties
1210
- ) => any;
1211
- export declare const BatchRetryStrategyFilterSensitiveLog: (
1212
- obj: BatchRetryStrategy
1213
- ) => any;
1214
- export declare const BatchParametersFilterSensitiveLog: (
1215
- obj: BatchParameters
1216
- ) => any;
1217
- export declare const DeadLetterConfigFilterSensitiveLog: (
1218
- obj: DeadLetterConfig
1219
- ) => any;
1220
- export declare const CapacityProviderStrategyItemFilterSensitiveLog: (
1221
- obj: CapacityProviderStrategyItem
1222
- ) => any;
1223
- export declare const AwsVpcConfigurationFilterSensitiveLog: (
1224
- obj: AwsVpcConfiguration
1225
- ) => any;
1226
- export declare const NetworkConfigurationFilterSensitiveLog: (
1227
- obj: NetworkConfiguration
1228
- ) => any;
1229
- export declare const PlacementConstraintFilterSensitiveLog: (
1230
- obj: PlacementConstraint
1231
- ) => any;
1232
- export declare const PlacementStrategyFilterSensitiveLog: (
1233
- obj: PlacementStrategy
1234
- ) => any;
1235
- export declare const EcsParametersFilterSensitiveLog: (
1236
- obj: EcsParameters
1237
- ) => any;
1238
- export declare const HttpParametersFilterSensitiveLog: (
1239
- obj: HttpParameters
1240
- ) => any;
1241
- export declare const InputTransformerFilterSensitiveLog: (
1242
- obj: InputTransformer
1243
- ) => any;
1244
- export declare const KinesisParametersFilterSensitiveLog: (
1245
- obj: KinesisParameters
1246
- ) => any;
1247
- export declare const RedshiftDataParametersFilterSensitiveLog: (
1248
- obj: RedshiftDataParameters
1249
- ) => any;
1250
- export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
1251
- export declare const RunCommandTargetFilterSensitiveLog: (
1252
- obj: RunCommandTarget
1253
- ) => any;
1254
- export declare const RunCommandParametersFilterSensitiveLog: (
1255
- obj: RunCommandParameters
1256
- ) => any;
1257
- export declare const SageMakerPipelineParameterFilterSensitiveLog: (
1258
- obj: SageMakerPipelineParameter
1259
- ) => any;
1260
- export declare const SageMakerPipelineParametersFilterSensitiveLog: (
1261
- obj: SageMakerPipelineParameters
1262
- ) => any;
1263
- export declare const SqsParametersFilterSensitiveLog: (
1264
- obj: SqsParameters
1265
- ) => any;
1266
- export declare const TargetFilterSensitiveLog: (obj: Target) => any;
1267
- export declare const ListTargetsByRuleResponseFilterSensitiveLog: (
1268
- obj: ListTargetsByRuleResponse
1269
- ) => any;
1270
- export declare const PutEventsRequestEntryFilterSensitiveLog: (
1271
- obj: PutEventsRequestEntry
1272
- ) => any;
1273
- export declare const PutEventsRequestFilterSensitiveLog: (
1274
- obj: PutEventsRequest
1275
- ) => any;
1276
- export declare const PutEventsResultEntryFilterSensitiveLog: (
1277
- obj: PutEventsResultEntry
1278
- ) => any;
1279
- export declare const PutEventsResponseFilterSensitiveLog: (
1280
- obj: PutEventsResponse
1281
- ) => any;
1282
- export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (
1283
- obj: PutPartnerEventsRequestEntry
1284
- ) => any;
1285
- export declare const PutPartnerEventsRequestFilterSensitiveLog: (
1286
- obj: PutPartnerEventsRequest
1287
- ) => any;
1288
- export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (
1289
- obj: PutPartnerEventsResultEntry
1290
- ) => any;
1291
- export declare const PutPartnerEventsResponseFilterSensitiveLog: (
1292
- obj: PutPartnerEventsResponse
1293
- ) => any;
1294
- export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
1295
- export declare const PutPermissionRequestFilterSensitiveLog: (
1296
- obj: PutPermissionRequest
1297
- ) => any;
1298
- export declare const PutRuleRequestFilterSensitiveLog: (
1299
- obj: PutRuleRequest
1300
- ) => any;
1301
- export declare const PutRuleResponseFilterSensitiveLog: (
1302
- obj: PutRuleResponse
1303
- ) => any;
1304
- export declare const PutTargetsRequestFilterSensitiveLog: (
1305
- obj: PutTargetsRequest
1306
- ) => any;
1307
- export declare const PutTargetsResultEntryFilterSensitiveLog: (
1308
- obj: PutTargetsResultEntry
1309
- ) => any;
1310
- export declare const PutTargetsResponseFilterSensitiveLog: (
1311
- obj: PutTargetsResponse
1312
- ) => any;
1313
- export declare const RemovePermissionRequestFilterSensitiveLog: (
1314
- obj: RemovePermissionRequest
1315
- ) => any;
1316
- export declare const RemoveTargetsRequestFilterSensitiveLog: (
1317
- obj: RemoveTargetsRequest
1318
- ) => any;
1319
- export declare const RemoveTargetsResultEntryFilterSensitiveLog: (
1320
- obj: RemoveTargetsResultEntry
1321
- ) => any;
1322
- export declare const RemoveTargetsResponseFilterSensitiveLog: (
1323
- obj: RemoveTargetsResponse
1324
- ) => any;
1325
- export declare const StartReplayRequestFilterSensitiveLog: (
1326
- obj: StartReplayRequest
1327
- ) => any;
1328
- export declare const StartReplayResponseFilterSensitiveLog: (
1329
- obj: StartReplayResponse
1330
- ) => any;
1331
- export declare const TagResourceRequestFilterSensitiveLog: (
1332
- obj: TagResourceRequest
1333
- ) => any;
1334
- export declare const TagResourceResponseFilterSensitiveLog: (
1335
- obj: TagResourceResponse
1336
- ) => any;
1337
- export declare const TestEventPatternRequestFilterSensitiveLog: (
1338
- obj: TestEventPatternRequest
1339
- ) => any;
1340
- export declare const TestEventPatternResponseFilterSensitiveLog: (
1341
- obj: TestEventPatternResponse
1342
- ) => any;
1343
- export declare const UntagResourceRequestFilterSensitiveLog: (
1344
- obj: UntagResourceRequest
1345
- ) => any;
1346
- export declare const UntagResourceResponseFilterSensitiveLog: (
1347
- obj: UntagResourceResponse
1348
- ) => any;
1349
- export declare const UpdateApiDestinationRequestFilterSensitiveLog: (
1350
- obj: UpdateApiDestinationRequest
1351
- ) => any;
1352
- export declare const UpdateApiDestinationResponseFilterSensitiveLog: (
1353
- obj: UpdateApiDestinationResponse
1354
- ) => any;
1355
- export declare const UpdateArchiveRequestFilterSensitiveLog: (
1356
- obj: UpdateArchiveRequest
1357
- ) => any;
1358
- export declare const UpdateArchiveResponseFilterSensitiveLog: (
1359
- obj: UpdateArchiveResponse
1360
- ) => any;
1361
- export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
1362
- obj: UpdateConnectionApiKeyAuthRequestParameters
1363
- ) => any;
1364
- export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
1365
- obj: UpdateConnectionBasicAuthRequestParameters
1366
- ) => any;
1367
- export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
1368
- obj: UpdateConnectionOAuthClientRequestParameters
1369
- ) => any;
1370
- export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (
1371
- obj: UpdateConnectionOAuthRequestParameters
1372
- ) => any;
1373
- export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (
1374
- obj: UpdateConnectionAuthRequestParameters
1375
- ) => any;
1376
- export declare const UpdateConnectionRequestFilterSensitiveLog: (
1377
- obj: UpdateConnectionRequest
1378
- ) => any;
1379
- export declare const UpdateConnectionResponseFilterSensitiveLog: (
1380
- obj: UpdateConnectionResponse
1381
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-events",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native",
4
- "version": "3.297.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 cloudwatch-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.297.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.297.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",