@aws-sdk/client-cloudwatch-logs 3.1036.0 → 3.1038.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.
@@ -741,6 +741,7 @@ const _lo = "location";
741
741
  const _m = "message";
742
742
  const _mF = "metricFilters";
743
743
  const _mFC = "metricFilterCount";
744
+ const _mI = "maxItems";
744
745
  const _mK = "moveKeys";
745
746
  const _mN = "metricName";
746
747
  const _mNe = "metricNamespace";
@@ -778,6 +779,7 @@ const _pP = "parsePostgres";
778
779
  const _pR = "patternRegex";
779
780
  const _pRa = "parseRoute53";
780
781
  const _pS = "patternString";
782
+ const _pSI = "parentSourceIdentifier";
781
783
  const _pSo = "policyScope";
782
784
  const _pT = "policyType";
783
785
  const _pTOCSF = "parseToOCSF";
@@ -1751,13 +1753,13 @@ exports.GetLookupTableResponse$ = [3, n0, _GLTRe,
1751
1753
  ];
1752
1754
  exports.GetQueryResultsRequest$ = [3, n0, _GQRR,
1753
1755
  0,
1754
- [_qI],
1755
- [0], 1
1756
+ [_qI, _nT, _mI],
1757
+ [0, 0, 1], 1
1756
1758
  ];
1757
1759
  exports.GetQueryResultsResponse$ = [3, n0, _GQRRe,
1758
1760
  0,
1759
- [_qL, _r, _stat, _sta, _eK],
1760
- [0, () => QueryResults, () => exports.QueryStatistics$, 0, 0]
1761
+ [_qL, _r, _stat, _sta, _eK, _nT],
1762
+ [0, () => QueryResults, () => exports.QueryStatistics$, 0, 0, 0]
1761
1763
  ];
1762
1764
  exports.GetScheduledQueryHistoryRequest$ = [3, n0, _GSQHR,
1763
1765
  0,
@@ -2366,8 +2368,8 @@ exports.S3DeliveryConfiguration$ = [3, n0, _SDC,
2366
2368
  ];
2367
2369
  exports.S3TableIntegrationSource$ = [3, n0, _STIS,
2368
2370
  0,
2369
- [_i, _dS, _sta, _sRt, _cTSr],
2370
- [0, () => exports.DataSource$, 0, 0, 1]
2371
+ [_i, _dS, _sta, _sRt, _cTSr, _pSI],
2372
+ [0, () => exports.DataSource$, 0, 0, 1, 0]
2371
2373
  ];
2372
2374
  exports.ScheduledQueryDestination$ = [3, n0, _SQD,
2373
2375
  0,
@@ -730,6 +730,7 @@ const _lo = "location";
730
730
  const _m = "message";
731
731
  const _mF = "metricFilters";
732
732
  const _mFC = "metricFilterCount";
733
+ const _mI = "maxItems";
733
734
  const _mK = "moveKeys";
734
735
  const _mN = "metricName";
735
736
  const _mNe = "metricNamespace";
@@ -767,6 +768,7 @@ const _pP = "parsePostgres";
767
768
  const _pR = "patternRegex";
768
769
  const _pRa = "parseRoute53";
769
770
  const _pS = "patternString";
771
+ const _pSI = "parentSourceIdentifier";
770
772
  const _pSo = "policyScope";
771
773
  const _pT = "policyType";
772
774
  const _pTOCSF = "parseToOCSF";
@@ -1740,13 +1742,13 @@ export var GetLookupTableResponse$ = [3, n0, _GLTRe,
1740
1742
  ];
1741
1743
  export var GetQueryResultsRequest$ = [3, n0, _GQRR,
1742
1744
  0,
1743
- [_qI],
1744
- [0], 1
1745
+ [_qI, _nT, _mI],
1746
+ [0, 0, 1], 1
1745
1747
  ];
1746
1748
  export var GetQueryResultsResponse$ = [3, n0, _GQRRe,
1747
1749
  0,
1748
- [_qL, _r, _stat, _sta, _eK],
1749
- [0, () => QueryResults, () => QueryStatistics$, 0, 0]
1750
+ [_qL, _r, _stat, _sta, _eK, _nT],
1751
+ [0, () => QueryResults, () => QueryStatistics$, 0, 0, 0]
1750
1752
  ];
1751
1753
  export var GetScheduledQueryHistoryRequest$ = [3, n0, _GSQHR,
1752
1754
  0,
@@ -2355,8 +2357,8 @@ export var S3DeliveryConfiguration$ = [3, n0, _SDC,
2355
2357
  ];
2356
2358
  export var S3TableIntegrationSource$ = [3, n0, _STIS,
2357
2359
  0,
2358
- [_i, _dS, _sta, _sRt, _cTSr],
2359
- [0, () => DataSource$, 0, 0, 1]
2360
+ [_i, _dS, _sta, _sRt, _cTSr, _pSI],
2361
+ [0, () => DataSource$, 0, 0, 1, 0]
2360
2362
  ];
2361
2363
  export var ScheduledQueryDestination$ = [3, n0, _SQD,
2362
2364
  0,
@@ -57,6 +57,8 @@ declare const GetQueryResultsCommand_base: {
57
57
  * const client = new CloudWatchLogsClient(config);
58
58
  * const input = { // GetQueryResultsRequest
59
59
  * queryId: "STRING_VALUE", // required
60
+ * nextToken: "STRING_VALUE",
61
+ * maxItems: Number("int"),
60
62
  * };
61
63
  * const command = new GetQueryResultsCommand(input);
62
64
  * const response = await client.send(command);
@@ -80,6 +82,7 @@ declare const GetQueryResultsCommand_base: {
80
82
  * // },
81
83
  * // status: "Scheduled" || "Running" || "Complete" || "Failed" || "Cancelled" || "Timeout" || "Unknown",
82
84
  * // encryptionKey: "STRING_VALUE",
85
+ * // nextToken: "STRING_VALUE",
83
86
  * // };
84
87
  *
85
88
  * ```
@@ -55,6 +55,7 @@ declare const ListSourcesForS3TableIntegrationCommand_base: {
55
55
  * // status: "ACTIVE" || "UNHEALTHY" || "FAILED" || "DATA_SOURCE_DELETE_IN_PROGRESS",
56
56
  * // statusReason: "STRING_VALUE",
57
57
  * // createdTimeStamp: Number("long"),
58
+ * // parentSourceIdentifier: "STRING_VALUE",
58
59
  * // },
59
60
  * // ],
60
61
  * // nextToken: "STRING_VALUE",
@@ -4764,6 +4764,16 @@ export interface GetQueryResultsRequest {
4764
4764
  * @public
4765
4765
  */
4766
4766
  queryId: string | undefined;
4767
+ /**
4768
+ * <p>The token for the next set of items to return. The token expires after 1 hour.</p>
4769
+ * @public
4770
+ */
4771
+ nextToken?: string | undefined;
4772
+ /**
4773
+ * <p>The maximum number of log events to return in the response. The maximum is 10,000 log events.</p>
4774
+ * @public
4775
+ */
4776
+ maxItems?: number | undefined;
4767
4777
  }
4768
4778
  /**
4769
4779
  * <p>Contains one field from one log event returned by a CloudWatch Logs Insights query, along
@@ -4875,6 +4885,13 @@ export interface GetQueryResultsResponse {
4875
4885
  * @public
4876
4886
  */
4877
4887
  encryptionKey?: string | undefined;
4888
+ /**
4889
+ * <p>If there are more log events remaining in the results, the response includes a
4890
+ * <code>nextToken</code>. You can use this token in a subsequent <code>GetQueryResults</code>
4891
+ * request to get the next set of results.</p>
4892
+ * @public
4893
+ */
4894
+ nextToken?: string | undefined;
4878
4895
  }
4879
4896
  /**
4880
4897
  * @public
@@ -6302,6 +6319,11 @@ export interface S3TableIntegrationSource {
6302
6319
  * @public
6303
6320
  */
6304
6321
  createdTimeStamp?: number | undefined;
6322
+ /**
6323
+ * <p>The identifier of the parent data source for this association.</p>
6324
+ * @public
6325
+ */
6326
+ parentSourceIdentifier?: string | undefined;
6305
6327
  }
6306
6328
  /**
6307
6329
  * @public
@@ -6898,8 +6920,10 @@ export interface PutDeliverySourceRequest {
6898
6920
  * <code>arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234</code>
6899
6921
  * </p>
6900
6922
  * <p>For the <code>SECURITY_FINDING_LOGS</code> logType, use a wildcard ARN for the hub
6901
- * resource. For example,
6923
+ * resource. For Amazon Web Services Security Hub CSPM, use
6902
6924
  * <code>arn:aws:securityhub:us-east-1:111122223333:hub/*</code>
6925
+ * and for Amazon Web Services Security Hub, use
6926
+ * <code>arn:aws:securityhub:us-east-1:111122223333:hubv2/*</code>
6903
6927
  * </p>
6904
6928
  * @public
6905
6929
  */
@@ -6972,8 +6996,8 @@ export interface PutDeliverySourceRequest {
6972
6996
  * <p>For Network Load Balancer, the valid value is <code>NLB_ACCESS_LOGS</code>.</p>
6973
6997
  * </li>
6974
6998
  * <li>
6975
- * <p>For PCS, the valid values are <code>PCS_SCHEDULER_LOGS</code> and
6976
- * <code>PCS_JOBCOMP_LOGS</code>.</p>
6999
+ * <p>For PCS, the valid values are <code>PCS_SCHEDULER_LOGS</code>,
7000
+ * <code>PCS_JOBCOMP_LOGS</code>, and <code>PCS_SCHEDULER_AUDIT_LOGS</code>.</p>
6977
7001
  * </li>
6978
7002
  * <li>
6979
7003
  * <p>For Quick, the valid values are <code>CHAT_LOGS</code> and
@@ -6992,6 +7016,10 @@ export interface PutDeliverySourceRequest {
6992
7016
  * <code>SECURITY_FINDING_LOGS</code>.</p>
6993
7017
  * </li>
6994
7018
  * <li>
7019
+ * <p>For Amazon Web Services Security Hub, the valid value is
7020
+ * <code>SECURITY_FINDING_LOGS</code>.</p>
7021
+ * </li>
7022
+ * <li>
6995
7023
  * <p>For Amazon SES mail manager, the valid values are
6996
7024
  * <code>APPLICATION_LOGS</code> and <code>TRAFFIC_POLICY_DEBUG_LOGS</code>.</p>
6997
7025
  * </li>
@@ -1016,6 +1016,8 @@ export interface GetLookupTableResponse {
1016
1016
  }
1017
1017
  export interface GetQueryResultsRequest {
1018
1018
  queryId: string | undefined;
1019
+ nextToken?: string | undefined;
1020
+ maxItems?: number | undefined;
1019
1021
  }
1020
1022
  export interface ResultField {
1021
1023
  field?: string | undefined;
@@ -1035,6 +1037,7 @@ export interface GetQueryResultsResponse {
1035
1037
  statistics?: QueryStatistics | undefined;
1036
1038
  status?: QueryStatus | undefined;
1037
1039
  encryptionKey?: string | undefined;
1040
+ nextToken?: string | undefined;
1038
1041
  }
1039
1042
  export interface GetScheduledQueryRequest {
1040
1043
  identifier: string | undefined;
@@ -1324,6 +1327,7 @@ export interface S3TableIntegrationSource {
1324
1327
  status?: S3TableIntegrationSourceStatus | undefined;
1325
1328
  statusReason?: string | undefined;
1326
1329
  createdTimeStamp?: number | undefined;
1330
+ parentSourceIdentifier?: string | undefined;
1327
1331
  }
1328
1332
  export interface ListSourcesForS3TableIntegrationResponse {
1329
1333
  sources?: S3TableIntegrationSource[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.1036.0",
4
+ "version": "3.1038.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
@@ -27,17 +27,17 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "^3.974.5",
31
- "@aws-sdk/credential-provider-node": "^3.972.36",
30
+ "@aws-sdk/core": "^3.974.6",
31
+ "@aws-sdk/credential-provider-node": "^3.972.37",
32
32
  "@aws-sdk/middleware-host-header": "^3.972.10",
33
33
  "@aws-sdk/middleware-logger": "^3.972.10",
34
34
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
35
- "@aws-sdk/middleware-user-agent": "^3.972.35",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.36",
36
36
  "@aws-sdk/region-config-resolver": "^3.972.13",
37
37
  "@aws-sdk/types": "^3.973.8",
38
38
  "@aws-sdk/util-endpoints": "^3.996.8",
39
39
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
40
- "@aws-sdk/util-user-agent-node": "^3.973.21",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.22",
41
41
  "@smithy/config-resolver": "^4.4.17",
42
42
  "@smithy/core": "^3.23.17",
43
43
  "@smithy/eventstream-serde-browser": "^4.2.14",
@@ -48,7 +48,7 @@
48
48
  "@smithy/invalid-dependency": "^4.2.14",
49
49
  "@smithy/middleware-content-length": "^4.2.14",
50
50
  "@smithy/middleware-endpoint": "^4.4.32",
51
- "@smithy/middleware-retry": "^4.5.5",
51
+ "@smithy/middleware-retry": "^4.5.6",
52
52
  "@smithy/middleware-serde": "^4.2.20",
53
53
  "@smithy/middleware-stack": "^4.2.14",
54
54
  "@smithy/node-config-provider": "^4.3.14",
@@ -64,7 +64,7 @@
64
64
  "@smithy/util-defaults-mode-node": "^4.2.54",
65
65
  "@smithy/util-endpoints": "^3.4.2",
66
66
  "@smithy/util-middleware": "^4.2.14",
67
- "@smithy/util-retry": "^4.3.4",
67
+ "@smithy/util-retry": "^4.3.5",
68
68
  "@smithy/util-utf8": "^4.2.2",
69
69
  "tslib": "^2.6.2"
70
70
  },