Skip to content

Commit a909b65

Browse files
kddejonggithub-actions[bot]
authored andcommitted
Update CloudFormation schemas to 2024-09-22
1 parent d44b32f commit a909b65

File tree

254 files changed

+6637
-40152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+6637
-40152
lines changed

docs/rules.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To include these rules, use the `-e/include-experimental` argument when running
4646
## Rules
4747
(_This documentation is generated by running `cfn-lint --update-documentation`, do not alter this manually_)
4848

49-
The following **234** rules are applied by this linter:
49+
The following **233** rules are applied by this linter:
5050

5151
| Rule ID | Title | Description | Config<br />(Name:Type:Default) | Source | Tags |
5252
| -------- | ----- | ----------- | ---------- | ------ | ---- |
@@ -172,7 +172,6 @@ The following **234** rules are applied by this linter:
172172
| [E3635<a name="E3635"></a>](../src/cfnlint/rules/resources/neptune/DBInstanceDBInstanceClassEnum.py) | Validate Neptune DB instance class | Validates the instance types for Neptune DB based on region and data gathered from the pricing APIs | | [Source]() | `resources` |
173173
| [E3638<a name="E3638"></a>](../src/cfnlint/rules/resources/dynamodb/TableBillingModeExclusive.py) | Validate DynamoDB BillingMode pay per request configuration | When 'BillingMode' is 'PAY_PER_REQUEST' don't specify 'ProvisionedThroughput' | | [Source]() | `resources` |
174174
| [E3639<a name="E3639"></a>](../src/cfnlint/rules/resources/dynamodb/TableBillingModeProvisioned.py) | When BillingMode is Provisioned you must specify ProvisionedThroughput | When 'BillingMode' is 'Provisioned' 'ProvisionedThroughput' is required | | [Source]() | `resources` |
175-
| [E3640<a name="E3640"></a>](../src/cfnlint/rules/resources/dynamodb/TableSseSpecification.py) | Validate DynamoDB SSE Specification has required properties when using KMS | When doing KMS encryption in an AWS DynamoDB table there are required properties. | | [Source]() | `resources` |
176175
| [E3641<a name="E3641"></a>](../src/cfnlint/rules/resources/gamelift/FleetEc2InstanceTypeEnum.py) | Validate GameLift Fleet EC2 instance type | Validates the GameLift Fleet EC2 instance types based on region and data gathered from the pricing APIs | | [Source]() | `resources` |
177176
| [E3647<a name="E3647"></a>](../src/cfnlint/rules/resources/elasticache/CacheClusterCacheNodeTypeEnum.py) | Validate ElastiCache cluster cache node type | Validates the ElastiCache instance types based on region and data gathered from the pricing APIs | | [Source]() | `resources` |
178177
| [E3652<a name="E3652"></a>](../src/cfnlint/rules/resources/elasticsearch/DomainClusterConfigInstanceTypeEnum.py) | Validate Elasticsearch domain cluster instance | Validates the Elasticsearch instance types based on region and data gathered from the pricing APIs | | [Source]() | `resources` |

src/cfnlint/data/AdditionalSpecs/Policies.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4315,38 +4315,51 @@
43154315
"CancelInputDeviceTransfer",
43164316
"ClaimDevice",
43174317
"CreateChannel",
4318+
"CreateChannelPlacementGroup",
43184319
"CreateCloudWatchAlarmTemplate",
43194320
"CreateCloudWatchAlarmTemplateGroup",
4321+
"CreateCluster",
43204322
"CreateEventBridgeRuleTemplate",
43214323
"CreateEventBridgeRuleTemplateGroup",
43224324
"CreateInput",
43234325
"CreateInputSecurityGroup",
43244326
"CreateMultiplex",
43254327
"CreateMultiplexProgram",
4328+
"CreateNetwork",
4329+
"CreateNode",
4330+
"CreateNodeRegistrationScript",
43264331
"CreatePartnerInput",
43274332
"CreateSignalMap",
43284333
"CreateTags",
43294334
"DeleteChannel",
4335+
"DeleteChannelPlacementGroup",
43304336
"DeleteCloudWatchAlarmTemplate",
43314337
"DeleteCloudWatchAlarmTemplateGroup",
4338+
"DeleteCluster",
43324339
"DeleteEventBridgeRuleTemplate",
43334340
"DeleteEventBridgeRuleTemplateGroup",
43344341
"DeleteInput",
43354342
"DeleteInputSecurityGroup",
43364343
"DeleteMultiplex",
43374344
"DeleteMultiplexProgram",
4345+
"DeleteNetwork",
4346+
"DeleteNode",
43384347
"DeleteReservation",
43394348
"DeleteSchedule",
43404349
"DeleteSignalMap",
43414350
"DeleteTags",
43424351
"DescribeAccountConfiguration",
43434352
"DescribeChannel",
4353+
"DescribeChannelPlacementGroup",
4354+
"DescribeCluster",
43444355
"DescribeInput",
43454356
"DescribeInputDevice",
43464357
"DescribeInputDeviceThumbnail",
43474358
"DescribeInputSecurityGroup",
43484359
"DescribeMultiplex",
43494360
"DescribeMultiplexProgram",
4361+
"DescribeNetwork",
4362+
"DescribeNode",
43504363
"DescribeOffering",
43514364
"DescribeReservation",
43524365
"DescribeSchedule",
@@ -4356,9 +4369,11 @@
43564369
"GetEventBridgeRuleTemplate",
43574370
"GetEventBridgeRuleTemplateGroup",
43584371
"GetSignalMap",
4372+
"ListChannelPlacementGroups",
43594373
"ListChannels",
43604374
"ListCloudWatchAlarmTemplateGroups",
43614375
"ListCloudWatchAlarmTemplates",
4376+
"ListClusters",
43624377
"ListEventBridgeRuleTemplateGroups",
43634378
"ListEventBridgeRuleTemplates",
43644379
"ListInputDeviceTransfers",
@@ -4367,10 +4382,13 @@
43674382
"ListInputs",
43684383
"ListMultiplexPrograms",
43694384
"ListMultiplexes",
4385+
"ListNetworks",
4386+
"ListNodes",
43704387
"ListOfferings",
43714388
"ListReservations",
43724389
"ListSignalMaps",
43734390
"ListTagsForResource",
4391+
"PollAnywhere",
43744392
"PurchaseOffering",
43754393
"RebootInputDevice",
43764394
"RejectInputDeviceTransfer",
@@ -4385,19 +4403,25 @@
43854403
"StopChannel",
43864404
"StopInputDevice",
43874405
"StopMultiplex",
4406+
"SubmitAnywhereStateChange",
43884407
"TransferInputDevice",
43894408
"UpdateAccountConfiguration",
43904409
"UpdateChannel",
43914410
"UpdateChannelClass",
4411+
"UpdateChannelPlacementGroup",
43924412
"UpdateCloudWatchAlarmTemplate",
43934413
"UpdateCloudWatchAlarmTemplateGroup",
4414+
"UpdateCluster",
43944415
"UpdateEventBridgeRuleTemplate",
43954416
"UpdateEventBridgeRuleTemplateGroup",
43964417
"UpdateInput",
43974418
"UpdateInputDevice",
43984419
"UpdateInputSecurityGroup",
43994420
"UpdateMultiplex",
44004421
"UpdateMultiplexProgram",
4422+
"UpdateNetwork",
4423+
"UpdateNode",
4424+
"UpdateNodeState",
44014425
"UpdateReservation"
44024426
],
44034427
"HasResource": true,
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3511b118ab3f6467c79d58a0ea6808d1\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d8748ddd2de091e98f979470805f7ead\"", "url": "https://schema.cloudformation.eu-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"1408f921922302d495a67e27eb88f78e\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"1111092fee7cc96525f6d8612db4798a\"", "url": "https://schema.cloudformation.cn-north-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"88e58b2400962eeac5f37fdf7c54dc5b\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c3bb07a4d9258709e04e7e52ac858c17\"", "url": "https://schema.cloudformation.us-gov-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e7277cd3eb35c16018cdeebda196bbef\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7f5ede67ef18890dd34c1f03d2d5913a\"", "url": "https://schema.cloudformation.me-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"bb2e0b2c1ab78028cd0769e670ef1a14\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"cf23dfad40ea983ba5c2bdab0b0682a3\"", "url": "https://schema.cloudformation.us-gov-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2714f969aaca8844a7bdca474c7b0dba\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"374f80d7a679284a44d879c06b3e0eb5\"", "url": "https://schema.cloudformation.me-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"cec05d3598c215a8180cd2a3db10e12e\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"d9ffef86bda95d7ffa38d6d4bd68ae11\"", "url": "https://schema.cloudformation.eu-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"15b24098e19473b71ad005103a72b521\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
1+
{"etag": "\"a56a75e0eda39a7e5f21bf4ca71310d4\"", "url": "https://schema.cloudformation.cn-northwest-1.amazonaws.com.cn/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a474d8f5b1bf74a28809fbfeae995548\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ca9e7728cb54b312c7cd4615c3603ff6\"", "url": "https://schema.cloudformation.af-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"f987c5a4e6512c69a8f2c61fbe96e78b\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ae2c7a17a4b2d62c15a758493eb0fa18\"", "url": "https://schema.cloudformation.us-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"e951304c62a130b63225f76393875c3b\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7cbb495e0e3335083bd840ff23977b9f\"", "url": "https://schema.cloudformation.ap-southeast-5.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"7f3346b00f0ab8cce0776975e00ae07c\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"3dd341cc23527fa8f12e68b573367258\"", "url": "https://schema.cloudformation.eu-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"6fa98524641abbd700f268022a8c992b\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"50db2435c9da918735b3887e3f3d25df\"", "url": "https://schema.cloudformation.ap-south-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"2be83eac85d4b358e9c2e8fb57602dca\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"4ba11797a7fc3848b29c969b6869666a\"", "url": "https://schema.cloudformation.ap-southeast-4.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"91345d0694164c420b6511cbcf5b9eee\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"530eb48383b1757e57315a1afbad1d91\"", "url": "https://schema.cloudformation.us-east-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3236a20db8537c91ce15e5a761f67b32\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"490ac14f83c9179f272ade4ad51791c2\"", "url": "https://schema.cloudformation.ap-southeast-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9db24343e129b546d1dcda099656b7be\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ff50c0d3cce2d31a4dcc1cb4849d37e9\"", "url": "https://schema.cloudformation.ap-northeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"3d5ce7f539a2be5cfc4b9cca43feb0f6\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"b2f282e02dcfa96d8e92237844f0d5a7\"", "url": "https://schema.cloudformation.ap-southeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b8543fef06e141b250dbdc3b7aac7cab\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"e169d9b6e36eafcc12e8900aaae61a6e\"", "url": "https://schema.cloudformation.ap-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"aed9adffa56de02f02221ba233112811\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f4865a5003ea739b34b07cbfec69e247\"", "url": "https://schema.cloudformation.sa-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8005dda3eee8dafc35e702c98167c7e0\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"9ed013414bffe88dded9c6fe045f9e94\"", "url": "https://schema.cloudformation.ap-southeast-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"9d05e16a80c5fe43dbd8903b93c95589\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"ab7073e6e729b3c31c6aee2343d348e9\"", "url": "https://schema.cloudformation.ca-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a7edca8bb5124caa84d541f37c1d875b\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7b2f5b7b345f54aa19a8e9a9bbafa4f3\"", "url": "https://schema.cloudformation.eu-central-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"0383fb352ff0f3e07eaa9fed35aa2d94\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"308e814ca6aa002c7cce8fba2fb7f42a\"", "url": "https://schema.cloudformation.eu-north-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"93f8934c4615435a6827b97917e0d689\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"0199758e54a9118223b467b82a82dbc9\"", "url": "https://schema.cloudformation.eu-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"8150ff7c477fde6e3d6c6ae94157499f\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c6584f753a2bfe704dd4f392b109fce7\"", "url": "https://schema.cloudformation.ca-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"a84effe78e55a10e40315cb2c15e292f\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"a23a8ce645b685d2bd44ce6ba9b10390\"", "url": "https://schema.cloudformation.eu-west-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"b681c3d62218d48b5f7046348e36338d\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"427c76557a15e5f072ee130b212b9926\"", "url": "https://schema.cloudformation.ap-northeast-3.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"29e0432f0f80030c5581d1d4183fa9b5\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f37948871bce23199610630adc21c6c0\"", "url": "https://schema.cloudformation.us-west-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"dd927c12cc5b8052a612c627997b65f1\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"f5caf81287226ad9d16c97c6fd359e39\"", "url": "https://schema.cloudformation.ap-south-2.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"d8e6a592423184730b67447b1fb84b6e\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"6f9e28cb6e781c1c644e0a7c4d3007d7\"", "url": "https://schema.cloudformation.us-east-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"51d557ea2c5989dd8f044ed43678a430\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"106c872debdcbad3acf612fd0da11cd3\"", "url": "https://schema.cloudformation.il-central-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"613da61cb89e20d1e98ad66c7d67cd0a\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"c2065f636646a36b66285b7b105b9f0f\"", "url": "https://schema.cloudformation.eu-west-1.amazonaws.com/CloudformationSchema.zip"}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"etag": "\"71ab2c5f8bc3e72838fa5b2af6d8ce16\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}
1+
{"etag": "\"7c50d1d9b33b3773567d4903253e38fd\"", "url": "https://schema.cloudformation.ap-northeast-1.amazonaws.com/CloudformationSchema.zip"}

src/cfnlint/data/schemas/providers/af_south_1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@
874874
"aws-apigatewayv2-authorizer.json",
875875
"aws-apigatewayv2-deployment.json",
876876
"aws-apigatewayv2-domainname.json",
877+
"aws-apigatewayv2-integration.json",
877878
"aws-apigatewayv2-integrationresponse.json",
878879
"aws-apigatewayv2-model.json",
879880
"aws-apigatewayv2-route.json",
@@ -1229,7 +1230,6 @@
12291230
"aws-eventschemas-registry.json",
12301231
"aws-eventschemas-registrypolicy.json",
12311232
"aws-eventschemas-schema.json",
1232-
"aws-fis-experimenttemplate.json",
12331233
"aws-fis-targetaccountconfiguration.json",
12341234
"aws-fms-notificationchannel.json",
12351235
"aws-fms-policy.json",
@@ -1274,7 +1274,6 @@
12741274
"aws-guardduty-threatintelset.json",
12751275
"aws-iam-group.json",
12761276
"aws-iam-grouppolicy.json",
1277-
"aws-iam-instanceprofile.json",
12781277
"aws-iam-oidcprovider.json",
12791278
"aws-iam-policy.json",
12801279
"aws-iam-role.json",
@@ -1578,6 +1577,7 @@
15781577
"aws-stepfunctions-statemachine.json",
15791578
"aws-stepfunctions-statemachinealias.json",
15801579
"aws-stepfunctions-statemachineversion.json",
1580+
"aws-synthetics-canary.json",
15811581
"aws-systemsmanagersap-application.json",
15821582
"aws-transfer-agreement.json",
15831583
"aws-transfer-certificate.json",

0 commit comments

Comments
 (0)