Skip to content

Commit e74a99b

Browse files
Bump got from 14.5.0 to 14.6.0 (#821)
* Bump got from 14.5.0 to 14.6.0 Bumps [got](https://github.com/sindresorhus/got) from 14.5.0 to 14.6.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.5.0...v14.6.0) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump all deps + resources Signed-off-by: Tim Smith <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Tim Smith <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Smith <[email protected]>
1 parent 6edb14a commit e74a99b

File tree

11 files changed

+248
-71
lines changed

11 files changed

+248
-71
lines changed

docs/mql/resources/aws-pack/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Resources included in this pack:
126126
| [aws.kms.key](aws.kms.key.md) | AWS Key Management Service (KMS) key |
127127
| [aws.lambda](aws.lambda.md) | AWS Lambda |
128128
| [aws.lambda.function](aws.lambda.function.md) | AWS Lambda function |
129+
| [aws.macie](aws.macie.md) | Amazon Macie |
130+
| [aws.macie.classificationJob](aws.macie.classificationjob.md) | Amazon Macie classification job |
131+
| [aws.macie.customDataIdentifier](aws.macie.customdataidentifier.md) | Amazon Macie custom data identifier |
132+
| [aws.macie.finding](aws.macie.finding.md) | Amazon Macie finding |
133+
| [aws.macie.session](aws.macie.session.md) | Amazon Macie session |
129134
| [aws.neptune](aws.neptune.md) | Amazon Neptune |
130135
| [aws.neptune.cluster](aws.neptune.cluster.md) | Amazon Neptune cluster |
131136
| [aws.neptune.instance](aws.neptune.instance.md) | Amazon Neptune instance |

docs/mql/resources/aws-pack/aws.kms.key.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ The `aws.kms.key` resource provides fields for assessing the configuration of in
2020

2121
**Fields**
2222

23-
| ID | TYPE | DESCRIPTION |
24-
| ------------------ | ------ | ------------------------------- |
25-
| id | string | Unique identifier for the key |
26-
| arn | string | ARN of the key |
27-
| region | string | Region the key lives in |
28-
| keyRotationEnabled | bool | Whether key rotation is enabled |
29-
| metadata | dict | Metadata for the key |
23+
| ID | TYPE | DESCRIPTION |
24+
| ------------------ | ----------------- | ------------------------------- |
25+
| id | string | Unique identifier for the key |
26+
| arn | string | ARN of the key |
27+
| region | string | Region the key lives in |
28+
| keyRotationEnabled | bool | Whether key rotation is enabled |
29+
| metadata | dict | Metadata for the key |
30+
| tags | map[string]string | Tags for the KMS key |
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: aws.macie.classificationJob
3+
id: aws.macie.classificationJob
4+
sidebar_label: aws.macie.classificationJob
5+
displayed_sidebar: MQL
6+
description: Amazon Macie classification job
7+
---
8+
9+
# aws.macie.classificationJob
10+
11+
**Supported platform**
12+
13+
- aws
14+
15+
**Description**
16+
17+
Amazon Macie classification job
18+
19+
**Fields**
20+
21+
| ID | TYPE | DESCRIPTION |
22+
| ------------------ | ----------------- | ----------------------------------------------------------------------------- |
23+
| arn | string | ARN of the classification job |
24+
| jobId | string | Unique ID of the job |
25+
| name | string | Name of the job |
26+
| region | string | Region where the job runs |
27+
| status | string | Status of the job: RUNNING, PAUSED, CANCELLED, COMPLETE, IDLE, or USER_PAUSED |
28+
| jobType | string | Type of job: ONE_TIME or SCHEDULED |
29+
| createdAt | time | Date and time when the job was created |
30+
| lastRunTime | time | Date and time when the job was last run |
31+
| samplingPercentage | int | Sampling percentage for the job |
32+
| bucketDefinitions | &#91;&#93;dict | Bucket definitions for the job |
33+
| scheduleFrequency | dict | Schedule frequency for the job |
34+
| statistics | dict | Statistics for the job |
35+
| tags | map[string]string | Tags for the job |
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: aws.macie.customDataIdentifier
3+
id: aws.macie.customDataIdentifier
4+
sidebar_label: aws.macie.customDataIdentifier
5+
displayed_sidebar: MQL
6+
description: Amazon Macie custom data identifier
7+
---
8+
9+
# aws.macie.customDataIdentifier
10+
11+
**Supported platform**
12+
13+
- aws
14+
15+
**Description**
16+
17+
Amazon Macie custom data identifier
18+
19+
**Fields**
20+
21+
| ID | TYPE | DESCRIPTION |
22+
| ----------- | ----------------- | --------------------------------------------- |
23+
| id | string | Unique ID of the custom data identifier |
24+
| arn | string | ARN of the custom data identifier |
25+
| name | string | Name of the custom data identifier |
26+
| description | string | Description of the custom data identifier |
27+
| regex | string | Regular expression pattern for the identifier |
28+
| keywords | &#91;&#93;string | Keywords for the identifier |
29+
| createdAt | time | Date and time when the identifier was created |
30+
| tags | map[string]string | Tags for the identifier |
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: aws.macie.finding
3+
id: aws.macie.finding
4+
sidebar_label: aws.macie.finding
5+
displayed_sidebar: MQL
6+
description: Amazon Macie finding
7+
---
8+
9+
# aws.macie.finding
10+
11+
**Supported platform**
12+
13+
- aws
14+
15+
**Description**
16+
17+
Amazon Macie finding
18+
19+
**Fields**
20+
21+
| ID | TYPE | DESCRIPTION |
22+
| --------------------- | ------ | ------------------------------------------------- |
23+
| id | string | Unique ID of the finding |
24+
| arn | string | ARN of the finding |
25+
| region | string | Region where the finding was discovered |
26+
| accountId | string | Account ID where the finding was discovered |
27+
| type | string | Type of the finding |
28+
| severity | dict | Severity details of the finding |
29+
| category | string | Category of the finding: CLASSIFICATION or POLICY |
30+
| archived | bool | Whether the finding is archived |
31+
| count | int | Count of occurrences for this finding |
32+
| createdAt | time | Date and time when the finding was created |
33+
| updatedAt | time | Date and time when the finding was last updated |
34+
| title | string | Title of the finding |
35+
| description | string | Description of the finding |
36+
| classificationDetails | dict | Classification details for the finding |
37+
| resourcesAffected | dict | Resources affected by the finding |
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: aws.macie
3+
id: aws.macie
4+
sidebar_label: aws.macie
5+
displayed_sidebar: MQL
6+
description: Amazon Macie
7+
---
8+
9+
# aws.macie
10+
11+
**Supported platform**
12+
13+
- aws
14+
15+
**Description**
16+
17+
Amazon Macie
18+
19+
**Fields**
20+
21+
| ID | TYPE | DESCRIPTION |
22+
| --------------------- | ----------------------------------------------------------------------------- | ------------------------------- |
23+
| sessions | &#91;&#93;[aws.macie.session](aws.macie.session.md) | List of Macie sessions |
24+
| classificationJobs | &#91;&#93;[aws.macie.classificationJob](aws.macie.classificationjob.md) | List of classification jobs |
25+
| findings | &#91;&#93;[aws.macie.finding](aws.macie.finding.md) | List of findings |
26+
| customDataIdentifiers | &#91;&#93;[aws.macie.customDataIdentifier](aws.macie.customdataidentifier.md) | List of custom data identifiers |
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: aws.macie.session
3+
id: aws.macie.session
4+
sidebar_label: aws.macie.session
5+
displayed_sidebar: MQL
6+
description: Amazon Macie session
7+
---
8+
9+
# aws.macie.session
10+
11+
**Supported platform**
12+
13+
- aws
14+
15+
**Description**
16+
17+
Amazon Macie session
18+
19+
**Fields**
20+
21+
| ID | TYPE | DESCRIPTION |
22+
| -------------------------- | ------ | --------------------------------------------------------------------- |
23+
| arn | string | ARN of the Macie session |
24+
| region | string | Region where Macie is enabled |
25+
| status | string | Status of the Macie session: ENABLED or PAUSED |
26+
| createdAt | time | Date and time when the Macie session was created |
27+
| updatedAt | time | Date and time when the Macie session was last updated |
28+
| findingPublishingFrequency | string | Finding publishing frequency: FIFTEEN_MINUTES, ONE_HOUR, or SIX_HOURS |
29+
| serviceRole | string | Service role ARN used by Macie |
30+
| s3BucketCount | int | Number of S3 buckets monitored by Macie |

0 commit comments

Comments
 (0)