@aws-sdk/client-cloudwatch-logs 3.1037.0 → 3.1039.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.
|
@@ -779,6 +779,7 @@ const _pP = "parsePostgres";
|
|
|
779
779
|
const _pR = "patternRegex";
|
|
780
780
|
const _pRa = "parseRoute53";
|
|
781
781
|
const _pS = "patternString";
|
|
782
|
+
const _pSI = "parentSourceIdentifier";
|
|
782
783
|
const _pSo = "policyScope";
|
|
783
784
|
const _pT = "policyType";
|
|
784
785
|
const _pTOCSF = "parseToOCSF";
|
|
@@ -2367,8 +2368,8 @@ exports.S3DeliveryConfiguration$ = [3, n0, _SDC,
|
|
|
2367
2368
|
];
|
|
2368
2369
|
exports.S3TableIntegrationSource$ = [3, n0, _STIS,
|
|
2369
2370
|
0,
|
|
2370
|
-
[_i, _dS, _sta, _sRt, _cTSr],
|
|
2371
|
-
[0, () => exports.DataSource$, 0, 0, 1]
|
|
2371
|
+
[_i, _dS, _sta, _sRt, _cTSr, _pSI],
|
|
2372
|
+
[0, () => exports.DataSource$, 0, 0, 1, 0]
|
|
2372
2373
|
];
|
|
2373
2374
|
exports.ScheduledQueryDestination$ = [3, n0, _SQD,
|
|
2374
2375
|
0,
|
|
@@ -768,6 +768,7 @@ const _pP = "parsePostgres";
|
|
|
768
768
|
const _pR = "patternRegex";
|
|
769
769
|
const _pRa = "parseRoute53";
|
|
770
770
|
const _pS = "patternString";
|
|
771
|
+
const _pSI = "parentSourceIdentifier";
|
|
771
772
|
const _pSo = "policyScope";
|
|
772
773
|
const _pT = "policyType";
|
|
773
774
|
const _pTOCSF = "parseToOCSF";
|
|
@@ -2356,8 +2357,8 @@ export var S3DeliveryConfiguration$ = [3, n0, _SDC,
|
|
|
2356
2357
|
];
|
|
2357
2358
|
export var S3TableIntegrationSource$ = [3, n0, _STIS,
|
|
2358
2359
|
0,
|
|
2359
|
-
[_i, _dS, _sta, _sRt, _cTSr],
|
|
2360
|
-
[0, () => DataSource$, 0, 0, 1]
|
|
2360
|
+
[_i, _dS, _sta, _sRt, _cTSr, _pSI],
|
|
2361
|
+
[0, () => DataSource$, 0, 0, 1, 0]
|
|
2361
2362
|
];
|
|
2362
2363
|
export var ScheduledQueryDestination$ = [3, n0, _SQD,
|
|
2363
2364
|
0,
|
|
@@ -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",
|
|
@@ -6319,6 +6319,11 @@ export interface S3TableIntegrationSource {
|
|
|
6319
6319
|
* @public
|
|
6320
6320
|
*/
|
|
6321
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;
|
|
6322
6327
|
}
|
|
6323
6328
|
/**
|
|
6324
6329
|
* @public
|
|
@@ -6915,8 +6920,10 @@ export interface PutDeliverySourceRequest {
|
|
|
6915
6920
|
* <code>arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234</code>
|
|
6916
6921
|
* </p>
|
|
6917
6922
|
* <p>For the <code>SECURITY_FINDING_LOGS</code> logType, use a wildcard ARN for the hub
|
|
6918
|
-
* resource. For
|
|
6923
|
+
* resource. For Amazon Web Services Security Hub CSPM, use
|
|
6919
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>
|
|
6920
6927
|
* </p>
|
|
6921
6928
|
* @public
|
|
6922
6929
|
*/
|
|
@@ -6989,8 +6996,8 @@ export interface PutDeliverySourceRequest {
|
|
|
6989
6996
|
* <p>For Network Load Balancer, the valid value is <code>NLB_ACCESS_LOGS</code>.</p>
|
|
6990
6997
|
* </li>
|
|
6991
6998
|
* <li>
|
|
6992
|
-
* <p>For PCS, the valid values are <code>PCS_SCHEDULER_LOGS</code
|
|
6993
|
-
* <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>
|
|
6994
7001
|
* </li>
|
|
6995
7002
|
* <li>
|
|
6996
7003
|
* <p>For Quick, the valid values are <code>CHAT_LOGS</code> and
|
|
@@ -7009,6 +7016,10 @@ export interface PutDeliverySourceRequest {
|
|
|
7009
7016
|
* <code>SECURITY_FINDING_LOGS</code>.</p>
|
|
7010
7017
|
* </li>
|
|
7011
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>
|
|
7012
7023
|
* <p>For Amazon SES mail manager, the valid values are
|
|
7013
7024
|
* <code>APPLICATION_LOGS</code> and <code>TRAFFIC_POLICY_DEBUG_LOGS</code>.</p>
|
|
7014
7025
|
* </li>
|
|
@@ -1327,6 +1327,7 @@ export interface S3TableIntegrationSource {
|
|
|
1327
1327
|
status?: S3TableIntegrationSourceStatus | undefined;
|
|
1328
1328
|
statusReason?: string | undefined;
|
|
1329
1329
|
createdTimeStamp?: number | undefined;
|
|
1330
|
+
parentSourceIdentifier?: string | undefined;
|
|
1330
1331
|
}
|
|
1331
1332
|
export interface ListSourcesForS3TableIntegrationResponse {
|
|
1332
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.
|
|
4
|
+
"version": "3.1039.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.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.974.7",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.38",
|
|
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
|
+
"@aws-sdk/middleware-user-agent": "^3.972.37",
|
|
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.
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.973.23",
|
|
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.
|
|
51
|
+
"@smithy/middleware-retry": "^4.5.7",
|
|
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.
|
|
67
|
+
"@smithy/util-retry": "^4.3.6",
|
|
68
68
|
"@smithy/util-utf8": "^4.2.2",
|
|
69
69
|
"tslib": "^2.6.2"
|
|
70
70
|
},
|