@aws-sdk/client-cloudwatch-logs 3.940.0 → 3.943.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/README.md +40 -0
- package/dist-cjs/index.js +328 -71
- package/dist-es/CloudWatchLogs.js +10 -0
- package/dist-es/commands/AssociateSourceToS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/DisassociateSourceFromS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/GetLogFieldsCommand.js +16 -0
- package/dist-es/commands/ListAggregateLogGroupSummariesCommand.js +16 -0
- package/dist-es/commands/ListSourcesForS3TableIntegrationCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +14 -0
- package/dist-es/models/errors.js +32 -32
- package/dist-es/pagination/ListSourcesForS3TableIntegrationPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +207 -39
- package/dist-types/CloudWatchLogs.d.ts +35 -0
- package/dist-types/CloudWatchLogsClient.d.ts +7 -2
- package/dist-types/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +97 -0
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +8 -3
- package/dist-types/commands/DeleteIndexPolicyCommand.d.ts +8 -3
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/DescribeFieldIndexesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLogGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeQueriesCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +92 -0
- package/dist-types/commands/GetLogFieldsCommand.d.ts +107 -0
- package/dist-types/commands/GetLogGroupFieldsCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -0
- package/dist-types/commands/GetScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +4 -2
- package/dist-types/commands/ListAggregateLogGroupSummariesCommand.d.ts +118 -0
- package/dist-types/commands/ListLogGroupsCommand.d.ts +14 -2
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +4 -2
- package/dist-types/commands/ListSourcesForS3TableIntegrationCommand.d.ts +106 -0
- package/dist-types/commands/PutAccountPolicyCommand.d.ts +19 -6
- package/dist-types/commands/PutIndexPolicyCommand.d.ts +12 -4
- package/dist-types/commands/StartQueryCommand.d.ts +9 -3
- package/dist-types/commands/StopQueryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +38 -0
- package/dist-types/models/errors.d.ts +34 -32
- package/dist-types/models/models_0.d.ts +479 -102
- package/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +28 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +97 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/errors.d.ts +21 -21
- package/dist-types/ts3.4/models/models_0.d.ts +81 -0
- package/dist-types/ts3.4/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -244,6 +244,14 @@ AssociateKmsKey
|
|
|
244
244
|
|
|
245
245
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/AssociateKmsKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/AssociateKmsKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/AssociateKmsKeyCommandOutput/)
|
|
246
246
|
|
|
247
|
+
</details>
|
|
248
|
+
<details>
|
|
249
|
+
<summary>
|
|
250
|
+
AssociateSourceToS3TableIntegration
|
|
251
|
+
</summary>
|
|
252
|
+
|
|
253
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/AssociateSourceToS3TableIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/AssociateSourceToS3TableIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/AssociateSourceToS3TableIntegrationCommandOutput/)
|
|
254
|
+
|
|
247
255
|
</details>
|
|
248
256
|
<details>
|
|
249
257
|
<summary>
|
|
@@ -588,6 +596,14 @@ DisassociateKmsKey
|
|
|
588
596
|
|
|
589
597
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DisassociateKmsKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DisassociateKmsKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DisassociateKmsKeyCommandOutput/)
|
|
590
598
|
|
|
599
|
+
</details>
|
|
600
|
+
<details>
|
|
601
|
+
<summary>
|
|
602
|
+
DisassociateSourceFromS3TableIntegration
|
|
603
|
+
</summary>
|
|
604
|
+
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/DisassociateSourceFromS3TableIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DisassociateSourceFromS3TableIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/DisassociateSourceFromS3TableIntegrationCommandOutput/)
|
|
606
|
+
|
|
591
607
|
</details>
|
|
592
608
|
<details>
|
|
593
609
|
<summary>
|
|
@@ -660,6 +676,14 @@ GetLogEvents
|
|
|
660
676
|
|
|
661
677
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetLogEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogEventsCommandOutput/)
|
|
662
678
|
|
|
679
|
+
</details>
|
|
680
|
+
<details>
|
|
681
|
+
<summary>
|
|
682
|
+
GetLogFields
|
|
683
|
+
</summary>
|
|
684
|
+
|
|
685
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetLogFieldsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogFieldsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogFieldsCommandOutput/)
|
|
686
|
+
|
|
663
687
|
</details>
|
|
664
688
|
<details>
|
|
665
689
|
<summary>
|
|
@@ -716,6 +740,14 @@ GetTransformer
|
|
|
716
740
|
|
|
717
741
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetTransformerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetTransformerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetTransformerCommandOutput/)
|
|
718
742
|
|
|
743
|
+
</details>
|
|
744
|
+
<details>
|
|
745
|
+
<summary>
|
|
746
|
+
ListAggregateLogGroupSummaries
|
|
747
|
+
</summary>
|
|
748
|
+
|
|
749
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/ListAggregateLogGroupSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListAggregateLogGroupSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListAggregateLogGroupSummariesCommandOutput/)
|
|
750
|
+
|
|
719
751
|
</details>
|
|
720
752
|
<details>
|
|
721
753
|
<summary>
|
|
@@ -764,6 +796,14 @@ ListScheduledQueries
|
|
|
764
796
|
|
|
765
797
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/ListScheduledQueriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListScheduledQueriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListScheduledQueriesCommandOutput/)
|
|
766
798
|
|
|
799
|
+
</details>
|
|
800
|
+
<details>
|
|
801
|
+
<summary>
|
|
802
|
+
ListSourcesForS3TableIntegration
|
|
803
|
+
</summary>
|
|
804
|
+
|
|
805
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/ListSourcesForS3TableIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListSourcesForS3TableIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/ListSourcesForS3TableIntegrationCommandOutput/)
|
|
806
|
+
|
|
767
807
|
</details>
|
|
768
808
|
<details>
|
|
769
809
|
<summary>
|