@aws-sdk/client-cloudwatch-logs 3.1087.0 → 3.1089.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 (137) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
  3. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
  35. package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
  40. package/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
  60. package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
  62. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
  82. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
  83. package/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
  85. package/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
  86. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
  99. package/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
  100. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
  104. package/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  106. package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
  107. package/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
  109. package/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
  110. package/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
  111. package/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
  112. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
  113. package/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
  114. package/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  116. package/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
  117. package/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
  118. package/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  120. package/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
  121. package/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  126. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  127. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  128. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  129. package/dist-types/ts3.4/models/errors.d.ts +20 -60
  130. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  131. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  135. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  137. package/package.json +39 -39
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetQueryResultsRequest,
4
- GetQueryResultsResponse,
5
- } from "../models/models_0";
2
+ import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
8
- export interface GetQueryResultsCommandOutput
9
- extends GetQueryResultsResponse,
10
- __MetadataBearer {}
5
+ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {}
11
6
  declare const GetQueryResultsCommand_base: {
12
7
  new (
13
- input: GetQueryResultsCommandInput
8
+ input: GetQueryResultsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetQueryResultsCommandInput,
16
11
  GetQueryResultsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetQueryResultsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetQueryResultsCommandInput
17
+ input: GetQueryResultsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetQueryResultsCommandInput,
25
20
  GetQueryResultsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetScheduledQueryRequest,
4
- GetScheduledQueryResponse,
5
- } from "../models/models_0";
2
+ import { GetScheduledQueryRequest, GetScheduledQueryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetScheduledQueryCommandInput
8
- extends GetScheduledQueryRequest {}
4
+ export interface GetScheduledQueryCommandInput extends GetScheduledQueryRequest {}
9
5
  export interface GetScheduledQueryCommandOutput
10
- extends GetScheduledQueryResponse,
11
- __MetadataBearer {}
6
+ extends GetScheduledQueryResponse, __MetadataBearer {}
12
7
  declare const GetScheduledQueryCommand_base: {
13
8
  new (
14
- input: GetScheduledQueryCommandInput
9
+ input: GetScheduledQueryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetScheduledQueryCommandInput,
17
12
  GetScheduledQueryCommandOutput,
@@ -20,7 +15,7 @@ declare const GetScheduledQueryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetScheduledQueryCommandInput
18
+ input: GetScheduledQueryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetScheduledQueryCommandInput,
26
21
  GetScheduledQueryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetScheduledQueryHistoryResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetScheduledQueryHistoryCommandInput
8
- extends GetScheduledQueryHistoryRequest {}
7
+ export interface GetScheduledQueryHistoryCommandInput extends GetScheduledQueryHistoryRequest {}
9
8
  export interface GetScheduledQueryHistoryCommandOutput
10
- extends GetScheduledQueryHistoryResponse,
11
- __MetadataBearer {}
9
+ extends GetScheduledQueryHistoryResponse, __MetadataBearer {}
12
10
  declare const GetScheduledQueryHistoryCommand_base: {
13
11
  new (
14
- input: GetScheduledQueryHistoryCommandInput
12
+ input: GetScheduledQueryHistoryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetScheduledQueryHistoryCommandInput,
17
15
  GetScheduledQueryHistoryCommandOutput,
@@ -20,7 +18,7 @@ declare const GetScheduledQueryHistoryCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetScheduledQueryHistoryCommandInput
21
+ input: GetScheduledQueryHistoryCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetScheduledQueryHistoryCommandInput,
26
24
  GetScheduledQueryHistoryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetStorageTierPolicyRequest,
4
- GetStorageTierPolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetStorageTierPolicyRequest, GetStorageTierPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetStorageTierPolicyCommandInput
8
- extends GetStorageTierPolicyRequest {}
4
+ export interface GetStorageTierPolicyCommandInput extends GetStorageTierPolicyRequest {}
9
5
  export interface GetStorageTierPolicyCommandOutput
10
- extends GetStorageTierPolicyResponse,
11
- __MetadataBearer {}
6
+ extends GetStorageTierPolicyResponse, __MetadataBearer {}
12
7
  declare const GetStorageTierPolicyCommand_base: {
13
8
  new (
14
- input: GetStorageTierPolicyCommandInput
9
+ input: GetStorageTierPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetStorageTierPolicyCommandInput,
17
12
  GetStorageTierPolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetTransformerRequest,
4
- GetTransformerResponse,
5
- } from "../models/models_0";
2
+ import { GetTransformerRequest, GetTransformerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetTransformerCommandInput extends GetTransformerRequest {}
8
- export interface GetTransformerCommandOutput
9
- extends GetTransformerResponse,
10
- __MetadataBearer {}
5
+ export interface GetTransformerCommandOutput extends GetTransformerResponse, __MetadataBearer {}
11
6
  declare const GetTransformerCommand_base: {
12
7
  new (
13
- input: GetTransformerCommandInput
8
+ input: GetTransformerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetTransformerCommandInput,
16
11
  GetTransformerCommandOutput,
@@ -19,7 +14,7 @@ declare const GetTransformerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetTransformerCommandInput
17
+ input: GetTransformerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetTransformerCommandInput,
25
20
  GetTransformerCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListAggregateLogGroupSummariesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListAggregateLogGroupSummariesCommandInput
8
- extends ListAggregateLogGroupSummariesRequest {}
7
+ export interface ListAggregateLogGroupSummariesCommandInput extends ListAggregateLogGroupSummariesRequest {}
9
8
  export interface ListAggregateLogGroupSummariesCommandOutput
10
- extends ListAggregateLogGroupSummariesResponse,
11
- __MetadataBearer {}
9
+ extends ListAggregateLogGroupSummariesResponse, __MetadataBearer {}
12
10
  declare const ListAggregateLogGroupSummariesCommand_base: {
13
11
  new (
14
- input: ListAggregateLogGroupSummariesCommandInput
12
+ input: ListAggregateLogGroupSummariesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListAggregateLogGroupSummariesCommandInput,
17
15
  ListAggregateLogGroupSummariesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListAggregateLogGroupSummariesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListAggregateLogGroupSummariesCommandInput
21
+ input: ListAggregateLogGroupSummariesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListAggregateLogGroupSummariesCommandInput,
26
24
  ListAggregateLogGroupSummariesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAnomaliesRequest,
4
- ListAnomaliesResponse,
5
- } from "../models/models_0";
2
+ import { ListAnomaliesRequest, ListAnomaliesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAnomaliesCommandInput extends ListAnomaliesRequest {}
8
- export interface ListAnomaliesCommandOutput
9
- extends ListAnomaliesResponse,
10
- __MetadataBearer {}
5
+ export interface ListAnomaliesCommandOutput extends ListAnomaliesResponse, __MetadataBearer {}
11
6
  declare const ListAnomaliesCommand_base: {
12
7
  new (
13
- input: ListAnomaliesCommandInput
8
+ input: ListAnomaliesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAnomaliesCommandInput,
16
11
  ListAnomaliesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListIntegrationsRequest,
4
- ListIntegrationsResponse,
5
- } from "../models/models_0";
2
+ import { ListIntegrationsRequest, ListIntegrationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListIntegrationsCommandInput extends ListIntegrationsRequest {}
8
- export interface ListIntegrationsCommandOutput
9
- extends ListIntegrationsResponse,
10
- __MetadataBearer {}
5
+ export interface ListIntegrationsCommandOutput extends ListIntegrationsResponse, __MetadataBearer {}
11
6
  declare const ListIntegrationsCommand_base: {
12
7
  new (
13
- input: ListIntegrationsCommandInput
8
+ input: ListIntegrationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListIntegrationsCommandInput,
16
11
  ListIntegrationsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListLogAnomalyDetectorsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListLogAnomalyDetectorsCommandInput
8
- extends ListLogAnomalyDetectorsRequest {}
7
+ export interface ListLogAnomalyDetectorsCommandInput extends ListLogAnomalyDetectorsRequest {}
9
8
  export interface ListLogAnomalyDetectorsCommandOutput
10
- extends ListLogAnomalyDetectorsResponse,
11
- __MetadataBearer {}
9
+ extends ListLogAnomalyDetectorsResponse, __MetadataBearer {}
12
10
  declare const ListLogAnomalyDetectorsCommand_base: {
13
11
  new (
14
- input: ListLogAnomalyDetectorsCommandInput
12
+ input: ListLogAnomalyDetectorsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListLogAnomalyDetectorsCommandInput,
17
15
  ListLogAnomalyDetectorsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLogGroupsRequest,
4
- ListLogGroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListLogGroupsRequest, ListLogGroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListLogGroupsCommandInput extends ListLogGroupsRequest {}
8
- export interface ListLogGroupsCommandOutput
9
- extends ListLogGroupsResponse,
10
- __MetadataBearer {}
5
+ export interface ListLogGroupsCommandOutput extends ListLogGroupsResponse, __MetadataBearer {}
11
6
  declare const ListLogGroupsCommand_base: {
12
7
  new (
13
- input: ListLogGroupsCommandInput
8
+ input: ListLogGroupsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListLogGroupsCommandInput,
16
11
  ListLogGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListLogGroupsForQueryRequest,
4
- ListLogGroupsForQueryResponse,
5
- } from "../models/models_0";
2
+ import { ListLogGroupsForQueryRequest, ListLogGroupsForQueryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListLogGroupsForQueryCommandInput
8
- extends ListLogGroupsForQueryRequest {}
4
+ export interface ListLogGroupsForQueryCommandInput extends ListLogGroupsForQueryRequest {}
9
5
  export interface ListLogGroupsForQueryCommandOutput
10
- extends ListLogGroupsForQueryResponse,
11
- __MetadataBearer {}
6
+ extends ListLogGroupsForQueryResponse, __MetadataBearer {}
12
7
  declare const ListLogGroupsForQueryCommand_base: {
13
8
  new (
14
- input: ListLogGroupsForQueryCommandInput
9
+ input: ListLogGroupsForQueryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListLogGroupsForQueryCommandInput,
17
12
  ListLogGroupsForQueryCommandOutput,
@@ -20,7 +15,7 @@ declare const ListLogGroupsForQueryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListLogGroupsForQueryCommandInput
18
+ input: ListLogGroupsForQueryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListLogGroupsForQueryCommandInput,
26
21
  ListLogGroupsForQueryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListScheduledQueriesRequest,
4
- ListScheduledQueriesResponse,
5
- } from "../models/models_0";
2
+ import { ListScheduledQueriesRequest, ListScheduledQueriesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListScheduledQueriesCommandInput
8
- extends ListScheduledQueriesRequest {}
4
+ export interface ListScheduledQueriesCommandInput extends ListScheduledQueriesRequest {}
9
5
  export interface ListScheduledQueriesCommandOutput
10
- extends ListScheduledQueriesResponse,
11
- __MetadataBearer {}
6
+ extends ListScheduledQueriesResponse, __MetadataBearer {}
12
7
  declare const ListScheduledQueriesCommand_base: {
13
8
  new (
14
- input: ListScheduledQueriesCommandInput
9
+ input: ListScheduledQueriesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListScheduledQueriesCommandInput,
17
12
  ListScheduledQueriesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSourcesForS3TableIntegrationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSourcesForS3TableIntegrationCommandInput
8
- extends ListSourcesForS3TableIntegrationRequest {}
7
+ export interface ListSourcesForS3TableIntegrationCommandInput extends ListSourcesForS3TableIntegrationRequest {}
9
8
  export interface ListSourcesForS3TableIntegrationCommandOutput
10
- extends ListSourcesForS3TableIntegrationResponse,
11
- __MetadataBearer {}
9
+ extends ListSourcesForS3TableIntegrationResponse, __MetadataBearer {}
12
10
  declare const ListSourcesForS3TableIntegrationCommand_base: {
13
11
  new (
14
- input: ListSourcesForS3TableIntegrationCommandInput
12
+ input: ListSourcesForS3TableIntegrationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSourcesForS3TableIntegrationCommandInput,
17
15
  ListSourcesForS3TableIntegrationCommandOutput,
@@ -20,7 +18,7 @@ declare const ListSourcesForS3TableIntegrationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListSourcesForS3TableIntegrationCommandInput
21
+ input: ListSourcesForS3TableIntegrationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListSourcesForS3TableIntegrationCommandInput,
26
24
  ListSourcesForS3TableIntegrationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSyslogConfigurationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSyslogConfigurationsCommandInput
8
- extends ListSyslogConfigurationsRequest {}
7
+ export interface ListSyslogConfigurationsCommandInput extends ListSyslogConfigurationsRequest {}
9
8
  export interface ListSyslogConfigurationsCommandOutput
10
- extends ListSyslogConfigurationsResponse,
11
- __MetadataBearer {}
9
+ extends ListSyslogConfigurationsResponse, __MetadataBearer {}
12
10
  declare const ListSyslogConfigurationsCommand_base: {
13
11
  new (
14
- input: ListSyslogConfigurationsCommandInput
12
+ input: ListSyslogConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSyslogConfigurationsCommandInput,
17
15
  ListSyslogConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsLogGroupRequest,
4
- ListTagsLogGroupResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsLogGroupRequest, ListTagsLogGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListTagsLogGroupCommandInput extends ListTagsLogGroupRequest {}
8
- export interface ListTagsLogGroupCommandOutput
9
- extends ListTagsLogGroupResponse,
10
- __MetadataBearer {}
5
+ export interface ListTagsLogGroupCommandOutput extends ListTagsLogGroupResponse, __MetadataBearer {}
11
6
  declare const ListTagsLogGroupCommand_base: {
12
7
  new (
13
- input: ListTagsLogGroupCommandInput
8
+ input: ListTagsLogGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListTagsLogGroupCommandInput,
16
11
  ListTagsLogGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const ListTagsLogGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListTagsLogGroupCommandInput
17
+ input: ListTagsLogGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListTagsLogGroupCommandInput,
25
20
  ListTagsLogGroupCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutAccountPolicyRequest,
4
- PutAccountPolicyResponse,
5
- } from "../models/models_0";
2
+ import { PutAccountPolicyRequest, PutAccountPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutAccountPolicyCommandInput extends PutAccountPolicyRequest {}
8
- export interface PutAccountPolicyCommandOutput
9
- extends PutAccountPolicyResponse,
10
- __MetadataBearer {}
5
+ export interface PutAccountPolicyCommandOutput extends PutAccountPolicyResponse, __MetadataBearer {}
11
6
  declare const PutAccountPolicyCommand_base: {
12
7
  new (
13
- input: PutAccountPolicyCommandInput
8
+ input: PutAccountPolicyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutAccountPolicyCommandInput,
16
11
  PutAccountPolicyCommandOutput,
@@ -19,7 +14,7 @@ declare const PutAccountPolicyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutAccountPolicyCommandInput
17
+ input: PutAccountPolicyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutAccountPolicyCommandInput,
25
20
  PutAccountPolicyCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { PutBearerTokenAuthenticationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface PutBearerTokenAuthenticationCommandInput
5
- extends PutBearerTokenAuthenticationRequest {}
6
- export interface PutBearerTokenAuthenticationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface PutBearerTokenAuthenticationCommandInput extends PutBearerTokenAuthenticationRequest {}
5
+ export interface PutBearerTokenAuthenticationCommandOutput extends __MetadataBearer {}
8
6
  declare const PutBearerTokenAuthenticationCommand_base: {
9
7
  new (
10
- input: PutBearerTokenAuthenticationCommandInput
8
+ input: PutBearerTokenAuthenticationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  PutBearerTokenAuthenticationCommandInput,
13
11
  PutBearerTokenAuthenticationCommandOutput,
@@ -16,7 +14,7 @@ declare const PutBearerTokenAuthenticationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: PutBearerTokenAuthenticationCommandInput
17
+ input: PutBearerTokenAuthenticationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  PutBearerTokenAuthenticationCommandInput,
22
20
  PutBearerTokenAuthenticationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutDataProtectionPolicyResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutDataProtectionPolicyCommandInput
8
- extends PutDataProtectionPolicyRequest {}
7
+ export interface PutDataProtectionPolicyCommandInput extends PutDataProtectionPolicyRequest {}
9
8
  export interface PutDataProtectionPolicyCommandOutput
10
- extends PutDataProtectionPolicyResponse,
11
- __MetadataBearer {}
9
+ extends PutDataProtectionPolicyResponse, __MetadataBearer {}
12
10
  declare const PutDataProtectionPolicyCommand_base: {
13
11
  new (
14
- input: PutDataProtectionPolicyCommandInput
12
+ input: PutDataProtectionPolicyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutDataProtectionPolicyCommandInput,
17
15
  PutDataProtectionPolicyCommandOutput,
@@ -20,7 +18,7 @@ declare const PutDataProtectionPolicyCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutDataProtectionPolicyCommandInput
21
+ input: PutDataProtectionPolicyCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutDataProtectionPolicyCommandInput,
26
24
  PutDataProtectionPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutDeliveryDestinationRequest,
4
- PutDeliveryDestinationResponse,
5
- } from "../models/models_0";
2
+ import { PutDeliveryDestinationRequest, PutDeliveryDestinationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface PutDeliveryDestinationCommandInput
8
- extends PutDeliveryDestinationRequest {}
4
+ export interface PutDeliveryDestinationCommandInput extends PutDeliveryDestinationRequest {}
9
5
  export interface PutDeliveryDestinationCommandOutput
10
- extends PutDeliveryDestinationResponse,
11
- __MetadataBearer {}
6
+ extends PutDeliveryDestinationResponse, __MetadataBearer {}
12
7
  declare const PutDeliveryDestinationCommand_base: {
13
8
  new (
14
- input: PutDeliveryDestinationCommandInput
9
+ input: PutDeliveryDestinationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PutDeliveryDestinationCommandInput,
17
12
  PutDeliveryDestinationCommandOutput,
@@ -20,7 +15,7 @@ declare const PutDeliveryDestinationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PutDeliveryDestinationCommandInput
18
+ input: PutDeliveryDestinationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PutDeliveryDestinationCommandInput,
26
21
  PutDeliveryDestinationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutDeliveryDestinationPolicyResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutDeliveryDestinationPolicyCommandInput
8
- extends PutDeliveryDestinationPolicyRequest {}
7
+ export interface PutDeliveryDestinationPolicyCommandInput extends PutDeliveryDestinationPolicyRequest {}
9
8
  export interface PutDeliveryDestinationPolicyCommandOutput
10
- extends PutDeliveryDestinationPolicyResponse,
11
- __MetadataBearer {}
9
+ extends PutDeliveryDestinationPolicyResponse, __MetadataBearer {}
12
10
  declare const PutDeliveryDestinationPolicyCommand_base: {
13
11
  new (
14
- input: PutDeliveryDestinationPolicyCommandInput
12
+ input: PutDeliveryDestinationPolicyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutDeliveryDestinationPolicyCommandInput,
17
15
  PutDeliveryDestinationPolicyCommandOutput,
@@ -20,7 +18,7 @@ declare const PutDeliveryDestinationPolicyCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutDeliveryDestinationPolicyCommandInput
21
+ input: PutDeliveryDestinationPolicyCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutDeliveryDestinationPolicyCommandInput,
26
24
  PutDeliveryDestinationPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutDeliverySourceRequest,
4
- PutDeliverySourceResponse,
5
- } from "../models/models_0";
2
+ import { PutDeliverySourceRequest, PutDeliverySourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface PutDeliverySourceCommandInput
8
- extends PutDeliverySourceRequest {}
4
+ export interface PutDeliverySourceCommandInput extends PutDeliverySourceRequest {}
9
5
  export interface PutDeliverySourceCommandOutput
10
- extends PutDeliverySourceResponse,
11
- __MetadataBearer {}
6
+ extends PutDeliverySourceResponse, __MetadataBearer {}
12
7
  declare const PutDeliverySourceCommand_base: {
13
8
  new (
14
- input: PutDeliverySourceCommandInput
9
+ input: PutDeliverySourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PutDeliverySourceCommandInput,
17
12
  PutDeliverySourceCommandOutput,
@@ -20,7 +15,7 @@ declare const PutDeliverySourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PutDeliverySourceCommandInput
18
+ input: PutDeliverySourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PutDeliverySourceCommandInput,
26
21
  PutDeliverySourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutDestinationRequest,
4
- PutDestinationResponse,
5
- } from "../models/models_0";
2
+ import { PutDestinationRequest, PutDestinationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutDestinationCommandInput extends PutDestinationRequest {}
8
- export interface PutDestinationCommandOutput
9
- extends PutDestinationResponse,
10
- __MetadataBearer {}
5
+ export interface PutDestinationCommandOutput extends PutDestinationResponse, __MetadataBearer {}
11
6
  declare const PutDestinationCommand_base: {
12
7
  new (
13
- input: PutDestinationCommandInput
8
+ input: PutDestinationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutDestinationCommandInput,
16
11
  PutDestinationCommandOutput,
@@ -19,7 +14,7 @@ declare const PutDestinationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutDestinationCommandInput
17
+ input: PutDestinationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutDestinationCommandInput,
25
20
  PutDestinationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { PutDestinationPolicyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface PutDestinationPolicyCommandInput
5
- extends PutDestinationPolicyRequest {}
4
+ export interface PutDestinationPolicyCommandInput extends PutDestinationPolicyRequest {}
6
5
  export interface PutDestinationPolicyCommandOutput extends __MetadataBearer {}
7
6
  declare const PutDestinationPolicyCommand_base: {
8
7
  new (
9
- input: PutDestinationPolicyCommandInput
8
+ input: PutDestinationPolicyCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  PutDestinationPolicyCommandInput,
12
11
  PutDestinationPolicyCommandOutput,
@@ -15,7 +14,7 @@ declare const PutDestinationPolicyCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: PutDestinationPolicyCommandInput
17
+ input: PutDestinationPolicyCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  PutDestinationPolicyCommandInput,
21
20
  PutDestinationPolicyCommandOutput,