@awboost/cfntypes 1.0.0-beta.40 → 1.0.0-beta.41

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.
@@ -1,4 +1,4 @@
1
- export const ResourceSpecificationVersion = "138.0.0";
1
+ export const ResourceSpecificationVersion = "139.0.0";
2
2
  export const ResourceType = {
3
3
  ACMPCACertificate: "AWS::ACMPCA::Certificate",
4
4
  ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
@@ -244,6 +244,8 @@ export const ResourceType = {
244
244
  ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
245
245
  ConnectUser: "AWS::Connect::User",
246
246
  ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
247
+ ConnectView: "AWS::Connect::View",
248
+ ConnectViewVersion: "AWS::Connect::ViewVersion",
247
249
  ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
248
250
  ControlTowerEnabledControl: "AWS::ControlTower::EnabledControl",
249
251
  CustomerProfilesCalculatedAttributeDefinition: "AWS::CustomerProfiles::CalculatedAttributeDefinition",
@@ -286,7 +288,6 @@ export const ResourceType = {
286
288
  DetectiveGraph: "AWS::Detective::Graph",
287
289
  DetectiveMemberInvitation: "AWS::Detective::MemberInvitation",
288
290
  DetectiveOrganizationAdmin: "AWS::Detective::OrganizationAdmin",
289
- DevBatchJobDefinition: "AWS::DevBatch::JobDefinition",
290
291
  DevOpsGuruLogAnomalyDetectionIntegration: "AWS::DevOpsGuru::LogAnomalyDetectionIntegration",
291
292
  DevOpsGuruNotificationChannel: "AWS::DevOpsGuru::NotificationChannel",
292
293
  DevOpsGuruResourceCollection: "AWS::DevOpsGuru::ResourceCollection",
@@ -487,6 +488,7 @@ export const ResourceType = {
487
488
  GameLiftMatchmakingConfiguration: "AWS::GameLift::MatchmakingConfiguration",
488
489
  GameLiftMatchmakingRuleSet: "AWS::GameLift::MatchmakingRuleSet",
489
490
  GameLiftScript: "AWS::GameLift::Script",
491
+ GammaDilithiumJobDefinition: "AWS::GammaDilithium::JobDefinition",
490
492
  GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator",
491
493
  GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup",
492
494
  GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener",
@@ -1372,7 +1374,7 @@ export const AttributeNames = {
1372
1374
  "AWS::Connect::PhoneNumber": ["Address", "PhoneNumberArn"],
1373
1375
  "AWS::Connect::Prompt": ["PromptArn"],
1374
1376
  "AWS::Connect::Queue": ["Type", "QueueArn"],
1375
- "AWS::Connect::QuickConnect": ["QuickConnectArn"],
1377
+ "AWS::Connect::QuickConnect": ["QuickConnectArn", "QuickConnectType"],
1376
1378
  "AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
1377
1379
  "AWS::Connect::Rule": ["RuleArn"],
1378
1380
  "AWS::Connect::SecurityKey": ["AssociationId"],
@@ -1380,6 +1382,8 @@ export const AttributeNames = {
1380
1382
  "AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
1381
1383
  "AWS::Connect::User": ["UserArn"],
1382
1384
  "AWS::Connect::UserHierarchyGroup": ["UserHierarchyGroupArn"],
1385
+ "AWS::Connect::View": ["ViewArn", "ViewContentSha256", "ViewId"],
1386
+ "AWS::Connect::ViewVersion": ["ViewVersionArn", "Version"],
1383
1387
  "AWS::ConnectCampaigns::Campaign": ["Arn"],
1384
1388
  "AWS::ControlTower::EnabledControl": [],
1385
1389
  "AWS::CustomerProfiles::CalculatedAttributeDefinition": ["LastUpdatedAt", "CreatedAt"],
@@ -1422,7 +1426,6 @@ export const AttributeNames = {
1422
1426
  "AWS::Detective::Graph": ["Arn"],
1423
1427
  "AWS::Detective::MemberInvitation": [],
1424
1428
  "AWS::Detective::OrganizationAdmin": ["GraphArn"],
1425
- "AWS::DevBatch::JobDefinition": [],
1426
1429
  "AWS::DevOpsGuru::LogAnomalyDetectionIntegration": ["AccountId"],
1427
1430
  "AWS::DevOpsGuru::NotificationChannel": ["Id"],
1428
1431
  "AWS::DevOpsGuru::ResourceCollection": ["ResourceCollectionType"],
@@ -1623,6 +1626,7 @@ export const AttributeNames = {
1623
1626
  "AWS::GameLift::MatchmakingConfiguration": ["Arn", "Name"],
1624
1627
  "AWS::GameLift::MatchmakingRuleSet": ["Arn", "Name"],
1625
1628
  "AWS::GameLift::Script": ["Id", "Arn"],
1629
+ "AWS::GammaDilithium::JobDefinition": [],
1626
1630
  "AWS::GlobalAccelerator::Accelerator": ["Ipv4Addresses", "DnsName", "DualStackDnsName", "AcceleratorArn", "Ipv6Addresses"],
1627
1631
  "AWS::GlobalAccelerator::EndpointGroup": ["EndpointGroupArn"],
1628
1632
  "AWS::GlobalAccelerator::Listener": ["ListenerArn"],
@@ -1666,7 +1670,7 @@ export const AttributeNames = {
1666
1670
  "AWS::GroundStation::Config": ["Type", "Id", "Arn"],
1667
1671
  "AWS::GroundStation::DataflowEndpointGroup": ["Id", "Arn"],
1668
1672
  "AWS::GroundStation::MissionProfile": ["Region", "Id", "Arn"],
1669
- "AWS::GuardDuty::Detector": [],
1673
+ "AWS::GuardDuty::Detector": ["Id"],
1670
1674
  "AWS::GuardDuty::Filter": [],
1671
1675
  "AWS::GuardDuty::IPSet": [],
1672
1676
  "AWS::GuardDuty::Master": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "1.0.0-beta.40",
3
+ "version": "1.0.0-beta.41",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -59,5 +59,5 @@
59
59
  "ts-node": "^10.9.1",
60
60
  "typescript": "^4.9.5"
61
61
  },
62
- "awsResourceSpecificationVersion": "138.0.0"
62
+ "awsResourceSpecificationVersion": "139.0.0"
63
63
  }