Skip to content

Commit fce1078

Browse files
chore: self mutation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43c0452 commit fce1078

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

packages/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
},
10961096
"propertyMatch": {
10971097
"description": "Returns any resources matching these properties, using `ListResources`.\n\nBy default, specifying propertyMatch will successfully return 0 or more\nresults. To throw an error if the number of results is unexpected (and\nprevent the query results from being committed to context), specify\n`expectedMatchCount`.\n\n## Notes on property completeness\n\nCloudControl API's `ListResources` may return fewer properties than\n`GetResource` would, depending on the resource implementation.\n\nThe resources that `propertyMatch` matches against will *only ever* be the\nproperties returned by the `ListResources` call. (Default - Either exactIdentifier or propertyMatch should be specified.)",
1098-
"$ref": "#/definitions/Record<string,unknown>"
1098+
"$ref": "#/definitions/Record%3Cstring%2Cunknown%3E"
10991099
},
11001100
"propertiesToReturn": {
11011101
"description": "This is a set of properties returned from CC API that we want to return from ContextQuery.\n\nIf any properties listed here are absent from the target resource, an error will be thrown.\n\nThe returned object will always include the key `Identifier` with the CC-API returned\nfield `Identifier`.\n\n## Notes on property completeness\n\nCloudControl API's `ListResources` may return fewer properties than\n`GetResource` would, depending on the resource implementation.\n\nThe returned properties here are *currently* selected from the response\nobject that CloudControl API returns to the CDK CLI.\n\nHowever, if we find there is need to do so, we may decide to change this\nbehavior in the future: we might change it to perform an additional\n`GetResource` call for resources matched by `propertyMatch`.",

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9269,10 +9269,6 @@ Apache License
92699269
limitations under the License.
92709270

92719271

9272-
----------------
9273-
9274-
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.893.0 | Apache-2.0
9275-
92769272
----------------
92779273

92789274
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.940.0 | Apache-2.0

packages/aws-cdk/THIRD_PARTY_LICENSES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9269,10 +9269,6 @@ Apache License
92699269
limitations under the License.
92709270

92719271

9272-
----------------
9273-
9274-
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.893.0 | Apache-2.0
9275-
92769272
----------------
92779273

92789274
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.940.0 | Apache-2.0

packages/cdk-assets/THIRD_PARTY_LICENSES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5769,10 +5769,6 @@ Apache License
57695769
limitations under the License.
57705770

57715771

5772-
----------------
5773-
5774-
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.893.0 | Apache-2.0
5775-
57765772
----------------
57775773

57785774
** @aws-sdk/[email protected] - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.940.0 | Apache-2.0

0 commit comments

Comments
 (0)