@intentius/chant-lexicon-aws 0.15.3 → 0.17.0
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.
- package/dist/generated/index.d.ts +11 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/live-attrs.d.ts +4 -0
- package/dist/live-attrs.d.ts.map +1 -0
- package/dist/manifest.json +1 -1
- package/dist/meta.json +118 -11
- package/dist/op/activities/aws-apply.d.ts +8 -1
- package/dist/op/activities/aws-apply.d.ts.map +1 -1
- package/dist/op/activities/floci.d.ts +11 -19
- package/dist/op/activities/floci.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/reference-catalog.d.ts +14 -0
- package/dist/reference-catalog.d.ts.map +1 -0
- package/dist/types/index.d.ts +170 -19
- package/package.json +2 -2
- package/src/generated/index.d.ts +170 -19
- package/src/generated/index.ts +13 -2
- package/src/generated/lexicon-aws.json +118 -11
- package/src/live-attrs.test.ts +54 -0
- package/src/live-attrs.ts +40 -0
- package/src/op/activities/aws-apply.ts +8 -1
- package/src/op/activities/floci.ts +49 -91
- package/src/plugin.ts +13 -0
- package/src/reference-catalog.test.ts +74 -0
- package/src/reference-catalog.ts +82 -0
|
@@ -1302,6 +1302,7 @@ export declare const SecurityGroup: new (props: Record<string, unknown>, attribu
|
|
|
1302
1302
|
export declare const SecurityGroupEgress: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1303
1303
|
export declare const SecurityGroupVpcAssociation: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1304
1304
|
export declare const SecurityHubAutomationRule: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1305
|
+
export declare const SecurityHubConnector: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1305
1306
|
export declare const SecurityHubHub: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1306
1307
|
export declare const SecurityKey: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1307
1308
|
export declare const SecurityPolicy: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -1489,6 +1490,7 @@ export declare const TransitGatewayMulticastGroupMember: new (props: Record<stri
|
|
|
1489
1490
|
export declare const TransitGatewayMulticastGroupSource: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1490
1491
|
export declare const TransitGatewayPeering: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1491
1492
|
export declare const TransitGatewayPeeringAttachment: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1493
|
+
export declare const TransitGatewayPolicyTable: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1492
1494
|
export declare const TransitGatewayRegistration: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1493
1495
|
export declare const TransitGatewayRoute: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1494
1496
|
export declare const TransitGatewayRouteTable: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -2390,6 +2392,8 @@ export declare const AwsSecurityFindingFilters: new (props: Record<string, unkno
|
|
|
2390
2392
|
export declare const AWSService: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2391
2393
|
export declare const AzureBlobSasConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2392
2394
|
export declare const AzureConnectorConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2395
|
+
export declare const AzureProviderConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2396
|
+
export declare const AzureScopeConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2393
2397
|
export declare const B2BICapability_S3Location: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2394
2398
|
export declare const B2BICapability_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
2395
2399
|
export declare const B2BIProfile_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -3251,6 +3255,7 @@ export declare const ConfluencePageConfiguration: new (props: Record<string, unk
|
|
|
3251
3255
|
export declare const ConfluenceSourceConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3252
3256
|
export declare const ConfluenceSpaceConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3253
3257
|
export declare const ConformancePack_ConformancePackInputParameter: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3258
|
+
export declare const ConformancePack_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3254
3259
|
export declare const ConnectAction: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3255
3260
|
export declare const ConnectAttachment_ConnectAttachmentOptions: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3256
3261
|
export declare const ConnectAttachment_ProposedNetworkFunctionGroupChange: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -3357,6 +3362,7 @@ export declare const ConnectorProfileConfig: new (props: Record<string, unknown>
|
|
|
3357
3362
|
export declare const ConnectorProfileCredentials: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3358
3363
|
export declare const ConnectorProfileProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3359
3364
|
export declare const ConnectorProvisioningConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3365
|
+
export declare const ConnectorV2_HealthIssue: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3360
3366
|
export declare const ConnectorVpcLatticeEgressConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3361
3367
|
export declare const ConnectPeer_BgpOptions: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
3362
3368
|
export declare const ConnectPeer_ConnectPeerBgpConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -9134,6 +9140,10 @@ export declare const SecurityHubAutomationRule_RelatedFinding: new (props: Recor
|
|
|
9134
9140
|
export declare const SecurityHubAutomationRule_SeverityUpdate: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9135
9141
|
export declare const SecurityHubAutomationRule_StringFilter: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9136
9142
|
export declare const SecurityHubAutomationRule_WorkflowUpdate: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9143
|
+
export declare const SecurityHubConnector_AzureProviderConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9144
|
+
export declare const SecurityHubConnector_AzureScopeConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9145
|
+
export declare const SecurityHubConnector_HealthIssue: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9146
|
+
export declare const SecurityHubConnector_Provider: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9137
9147
|
export declare const SecurityHubPolicy: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9138
9148
|
export declare const SecurityRequirement: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
9139
9149
|
export declare const SecurityRequirementPack_SecurityRequirement: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -10000,6 +10010,7 @@ export declare const TransitGatewayMulticastDomain_Tag: new (props: Record<strin
|
|
|
10000
10010
|
export declare const TransitGatewayPeering_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10001
10011
|
export declare const TransitGatewayPeeringAttachment_PeeringAttachmentStatus: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10002
10012
|
export declare const TransitGatewayPeeringAttachment_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10013
|
+
export declare const TransitGatewayPolicyTable_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10003
10014
|
export declare const TransitGatewayRouteTable_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10004
10015
|
export declare const TransitGatewayRouteTableAttachment_ProposedNetworkFunctionGroupChange: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10005
10016
|
export declare const TransitGatewayRouteTableAttachment_ProposedSegmentChange: new (props: Record<string, unknown>) => Record<string, unknown>;
|