Skip to content

Commit

Permalink
Updates for new AWS resource updates
Browse files Browse the repository at this point in the history
These have been merged to main, but not yet shipped
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Apr 29, 2024
1 parent eda2992 commit 45e3ff2
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 56 deletions.
1 change: 1 addition & 0 deletions docs/mql/resources/aws-pack/aws.ec2.image.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ The `aws.ec2.image` resource provides fields for assessing AMIs within an accoun
| architecture | string | Architecture associated with the image |
| ownerId | string | AWS account ID of the image owner |
| ownerAlias | string | Alias for the image owner |
| createdAt | time | Date the image was created |
32 changes: 16 additions & 16 deletions docs/mql/resources/aws-pack/aws.elb.loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ The `aws.elb.loadbalancer` resource provides fields for assessing the configurat

**Fields**

| ID | TYPE | DESCRIPTION |
| -------------------- | ----------------------------------------------------------- | --------------------------------------------------------------------------- |
| arn | string | ARN for the load balancer |
| dnsName | string | DNS name for the load balancer |
| listenerDescriptions | &#91;&#93;dict | List of listener configurations for the load balancer |
| name | string | User-specified name for the load balancer |
| scheme | string | Scheme for the load balancer: internet-facing or internal |
| attributes | &#91;&#93;dict | A list of attributes for the load balancer |
| vpcId | string | Deprecated. Use vpc instead |
| createdTime | time | Date and time when the load balancer was created |
| availabilityZones | &#91;&#93;string | Availability zone where the load balancer runs |
| securityGroups | &#91;&#93;[aws.ec2.securitygroup](aws.ec2.securitygroup.md) | VPC security groups for the load balancer |
| hostedZoneId | string | The ID of the Amazon Route 53 hosted zone associated with the load balancer |
| region | string | Region where the load balancer exists |
| elbType | string | The type of ELB. Possible values are `network`, `application`, or `gateway` |
| vpc | [aws.vpc](aws.vpc.md) | VPC where the load balancer is located |
| ID | TYPE | DESCRIPTION |
| -------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| arn | string | ARN for the load balancer |
| dnsName | string | DNS name for the load balancer |
| listenerDescriptions | &#91;&#93;dict | List of listener configurations for the load balancer |
| name | string | User-specified name for the load balancer |
| scheme | string | Scheme for the load balancer: internet-facing or internal |
| attributes | &#91;&#93;dict | A list of attributes for the load balancer |
| vpcId | string | Deprecated. Use vpc instead |
| createdTime | time | Date and time when the load balancer was created |
| availabilityZones | &#91;&#93;string | Availability zone where the load balancer runs |
| securityGroups | &#91;&#93;[aws.ec2.securitygroup](aws.ec2.securitygroup.md) | VPC security groups for the load balancer |
| hostedZoneId | string | The ID of the Amazon Route 53 hosted zone associated with the load balancer |
| region | string | Region where the load balancer exists |
| elbType | string | The type of ELB. Possible values are `network`, `application`, `gateway`, or `classic` |
| vpc | [aws.vpc](aws.vpc.md) | VPC where the load balancer is located |
2 changes: 1 addition & 1 deletion docs/mql/resources/aws-pack/aws.vpc.endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Amazon Virtual Private Cloud (VPC) endpoint
| id | string | Unique ID of the endpoint |
| type | string | Type of the endpoint |
| vpc | string | VPC in which the endpoint exists |
| region | string | Region in which the VPC exists |
| region | string | Region in which the VPC endpoint exists |
| serviceName | string | The name of the endpoint service |
| policyDocument | string | The policy document associated with the endpoint, if applicable |
| subnets | &#91;&#93;string | The subnets for the (interface) endpoint |
Expand Down
2 changes: 1 addition & 1 deletion docs/mql/resources/aws-pack/aws.vpc.flowlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Amazon Virtual Private Cloud (VPC) flow log
| ---------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id | string | Unique ID of the flow log |
| vpc | string | VPC in which the flow log exists |
| region | string | Region in which the flow log exists |
| region | string | Region in which the VPC flow log exists |
| status | string | Status of the flow log |
| tags | map[string]string | Tags on the flow log |
| createdAt | time | Creation timestamp |
Expand Down
1 change: 1 addition & 0 deletions docs/mql/resources/aws-pack/aws.vpc.subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Amazon Virtual Private Cloud (VPC) subnet
| defaultForAvailabilityZone | bool | Whether this is the default subnet for the availability zone |
| assignIpv6AddressOnCreation | bool | Whether a network interface created in this subnet (including a network interface created by RunInstances ) receives an IPv6 address |
| state | string | The state of the subnet: pending or available |
| region | string | Region in which the VPC subnet exists |
24 changes: 12 additions & 12 deletions docs/mql/resources/os-pack/sshd.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ sshd.config(path string)

**Fields**

| ID | TYPE | DESCRIPTION |
| --------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------- |
| file | [file](file.md) | File of this SSH server configuration |
| files | &#91;&#93;[file](file.md) | A list of lexically sorted files making up the SSH server configuration |
| content | string | Raw content of this SSH server config |
| params | map[string]string | Configuration values of this SSH server |
| blocks | &#91;&#93;[sshd.config.matchBlock](sshd.config.matchblock.md) | Blocks with match conditions in this SSH server config |
| ciphers | &#91;&#93;string | Ciphers configured for this SSH server |
| macs | &#91;&#93;string | MACs configured for this SSH server |
| kexs | &#91;&#93;string | Key exchange algorithms configured for this SSH server |
| hostkeys | &#91;&#93;string | Host keys configured for this SSH server |
| permitRootLogin | &#91;&#93;string | PermitRootLogin setting in SSH server |
| ID | TYPE | DESCRIPTION |
| --------------- | ------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| file | [file](file.md) | File of this SSH server configuration |
| files | &#91;&#93;[file](file.md) | A list of lexically sorted files making up the SSH server configuration |
| content | string | Deprecated: Please use file.content or files{content} instead. Will be removed in v12. |
| params | map[string]string | Configuration values of this SSH server |
| blocks | &#91;&#93;[sshd.config.matchBlock](sshd.config.matchblock.md) | Blocks with match conditions in this SSH server config |
| ciphers | &#91;&#93;string | Ciphers configured for this SSH server |
| macs | &#91;&#93;string | MACs configured for this SSH server |
| kexs | &#91;&#93;string | Key exchange algorithms configured for this SSH server |
| hostkeys | &#91;&#93;string | Host keys configured for this SSH server |
| permitRootLogin | &#91;&#93;string | PermitRootLogin setting in SSH server |

**Examples**

Expand Down
52 changes: 26 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2358,9 +2358,9 @@
"@types/react" "*"

"@types/react@*", "@types/react@^18.3.0":
version "18.3.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.0.tgz#2e6ac50dea2f68f774b20f1bd536ef82365cd64a"
integrity sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==
version "18.3.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down Expand Up @@ -3005,9 +3005,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
version "1.0.30001612"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz#d34248b4ec1f117b70b24ad9ee04c90e0b8a14ae"
integrity sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==
version "1.0.30001614"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==

ccount@^2.0.0:
version "2.0.1"
Expand Down Expand Up @@ -3834,9 +3834,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.4.668:
version "1.4.748"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.748.tgz#aa7d4f2f3eac3a6a863cd1779bd4682b4bb68ed5"
integrity sha512-VWqjOlPZn70UZ8FTKUOkUvBLeTQ0xpty66qV0yJcAGY2/CthI4xyW9aEozRVtuwv3Kpf5xTesmJUcPwuJmgP4A==
version "1.4.750"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz#d278a619af727ed069de1317115187282b1131ee"
integrity sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -3906,9 +3906,9 @@ es-errors@^1.3.0:
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==

es-module-lexer@^1.2.1:
version "1.5.0"
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.0.tgz#4878fee3789ad99e065f975fdd3c645529ff0236"
integrity sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==
version "1.5.2"
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.2.tgz#00b423304f2500ac59359cc9b6844951f372d497"
integrity sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==

escalade@^3.1.1:
version "3.1.2"
Expand Down Expand Up @@ -7109,12 +7109,12 @@ react-dev-utils@^12.0.1:
text-table "^0.2.0"

react-dom@^18.0.1:
version "18.3.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.0.tgz#98a3a1cc4e471d517c2a084f38ab1d58d02cada7"
integrity sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
dependencies:
loose-envify "^1.1.0"
scheduler "^0.23.1"
scheduler "^0.23.2"

react-error-overlay@^6.0.11:
version "6.0.11"
Expand Down Expand Up @@ -7152,9 +7152,9 @@ react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-json-view-lite@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.3.0.tgz#1f1feee6f1b1d75cc498cd57812f441b88b51e21"
integrity sha512-aN1biKC5v4DQkmQBlZjuMFR09MKZGMPtIg+cut8zEeg2HXd6gl2gRy0n4HMacHf0dznQgo0SVXN7eT8zV3hEuQ==
version "1.3.1"
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.3.1.tgz#29135f389361cecbacc7ece5e0f9d392983b9322"
integrity sha512-zvnfdUW6sL+4FfiwbYnYdwfxKZum0MbbXcMN5XhxhG405QpTW20ILIUjwJ/AXPg8V7BFUoNZKXopPxCcGR/Dhw==

react-loadable-ssr-addon-v5-slorber@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -7536,10 +7536,10 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==

scheduler@^0.23.1:
version "0.23.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.1.tgz#ef964a7936d7cbe8f7bc0d38fc479a823aed2923"
integrity sha512-5GKS5JGfiah1O38Vfa9srZE4s3wdHbwjlCrvIookrg2FO9aIwKLOJXuJQFlEfNcVSOXuaL2hzDeY20uVXcUtrw==
scheduler@^0.23.2:
version "0.23.2"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
dependencies:
loose-envify "^1.1.0"

Expand Down Expand Up @@ -8630,9 +8630,9 @@ ws@^7.3.1:
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==

ws@^8.13.0, ws@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
version "8.17.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==

xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
version "5.1.0"
Expand Down

0 comments on commit 45e3ff2

Please sign in to comment.