@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765482205
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/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
|
@@ -22,6 +22,18 @@ export declare const OrganizationCentralizationRuleSourceLogsConfigurationEncryp
|
|
|
22
22
|
* A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
|
|
23
23
|
*/
|
|
24
24
|
export type OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy = (typeof OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy)[keyof typeof OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy];
|
|
25
|
+
export declare const OrganizationTelemetryRuleAction: {
|
|
26
|
+
readonly Allow: "ALLOW";
|
|
27
|
+
readonly Block: "BLOCK";
|
|
28
|
+
readonly Count: "COUNT";
|
|
29
|
+
readonly Captcha: "CAPTCHA";
|
|
30
|
+
readonly Challenge: "CHALLENGE";
|
|
31
|
+
readonly ExcludedAsCount: "EXCLUDED_AS_COUNT";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* The enumerated action to take.
|
|
35
|
+
*/
|
|
36
|
+
export type OrganizationTelemetryRuleAction = (typeof OrganizationTelemetryRuleAction)[keyof typeof OrganizationTelemetryRuleAction];
|
|
25
37
|
export declare const OrganizationTelemetryRuleDestinationType: {
|
|
26
38
|
readonly CloudWatchLogs: "cloud-watch-logs";
|
|
27
39
|
};
|
|
@@ -29,13 +41,51 @@ export declare const OrganizationTelemetryRuleDestinationType: {
|
|
|
29
41
|
* Type of telemetry destination
|
|
30
42
|
*/
|
|
31
43
|
export type OrganizationTelemetryRuleDestinationType = (typeof OrganizationTelemetryRuleDestinationType)[keyof typeof OrganizationTelemetryRuleDestinationType];
|
|
44
|
+
export declare const OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat: {
|
|
45
|
+
readonly Plain: "plain";
|
|
46
|
+
readonly Json: "json";
|
|
47
|
+
};
|
|
48
|
+
export type OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = (typeof OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat)[keyof typeof OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat];
|
|
49
|
+
export declare const OrganizationTelemetryRuleFilterBehavior: {
|
|
50
|
+
readonly Keep: "KEEP";
|
|
51
|
+
readonly Drop: "DROP";
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* The behavior required of the filter.
|
|
55
|
+
*/
|
|
56
|
+
export type OrganizationTelemetryRuleFilterBehavior = (typeof OrganizationTelemetryRuleFilterBehavior)[keyof typeof OrganizationTelemetryRuleFilterBehavior];
|
|
57
|
+
export declare const OrganizationTelemetryRuleFilterRequirement: {
|
|
58
|
+
readonly MeetsAll: "MEETS_ALL";
|
|
59
|
+
readonly MeetsAny: "MEETS_ANY";
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* The requirement portion of the filter.
|
|
63
|
+
*/
|
|
64
|
+
export type OrganizationTelemetryRuleFilterRequirement = (typeof OrganizationTelemetryRuleFilterRequirement)[keyof typeof OrganizationTelemetryRuleFilterRequirement];
|
|
32
65
|
export declare const OrganizationTelemetryRuleResourceType: {
|
|
33
66
|
readonly Awsec2vpc: "AWS::EC2::VPC";
|
|
67
|
+
readonly AwswaFv2WebAcl: "AWS::WAFv2::WebACL";
|
|
68
|
+
readonly AwsCloudTrail: "AWS::CloudTrail";
|
|
69
|
+
readonly AwseksCluster: "AWS::EKS::Cluster";
|
|
70
|
+
readonly AwsElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
|
34
71
|
};
|
|
35
72
|
/**
|
|
36
73
|
* Resource Type associated with the Organization Telemetry Rule
|
|
37
74
|
*/
|
|
38
75
|
export type OrganizationTelemetryRuleResourceType = (typeof OrganizationTelemetryRuleResourceType)[keyof typeof OrganizationTelemetryRuleResourceType];
|
|
76
|
+
export declare const OrganizationTelemetryRuleTelemetrySourceType: {
|
|
77
|
+
readonly VpcFlowLogs: "VPC_FLOW_LOGS";
|
|
78
|
+
readonly Route53ResolverQueryLogs: "ROUTE53_RESOLVER_QUERY_LOGS";
|
|
79
|
+
readonly EksAuditLogs: "EKS_AUDIT_LOGS";
|
|
80
|
+
readonly EksAuthenticatorLogs: "EKS_AUTHENTICATOR_LOGS";
|
|
81
|
+
readonly EksControllerManagerLogs: "EKS_CONTROLLER_MANAGER_LOGS";
|
|
82
|
+
readonly EksSchedulerLogs: "EKS_SCHEDULER_LOGS";
|
|
83
|
+
readonly EksApiLogs: "EKS_API_LOGS";
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* The telemetry source type that goes into the array.
|
|
87
|
+
*/
|
|
88
|
+
export type OrganizationTelemetryRuleTelemetrySourceType = (typeof OrganizationTelemetryRuleTelemetrySourceType)[keyof typeof OrganizationTelemetryRuleTelemetrySourceType];
|
|
39
89
|
export declare const OrganizationTelemetryRuleTelemetryType: {
|
|
40
90
|
readonly Logs: "Logs";
|
|
41
91
|
};
|
|
@@ -43,6 +93,34 @@ export declare const OrganizationTelemetryRuleTelemetryType: {
|
|
|
43
93
|
* Telemetry Type associated with the Organization Telemetry Rule
|
|
44
94
|
*/
|
|
45
95
|
export type OrganizationTelemetryRuleTelemetryType = (typeof OrganizationTelemetryRuleTelemetryType)[keyof typeof OrganizationTelemetryRuleTelemetryType];
|
|
96
|
+
export declare const OrganizationTelemetryRuleWafLogType: {
|
|
97
|
+
readonly WafLogs: "WAF_LOGS";
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* The type of logs to generate for WAF.
|
|
101
|
+
*/
|
|
102
|
+
export type OrganizationTelemetryRuleWafLogType = (typeof OrganizationTelemetryRuleWafLogType)[keyof typeof OrganizationTelemetryRuleWafLogType];
|
|
103
|
+
export declare const TelemetryPipelinesTelemetryPipelineStatus: {
|
|
104
|
+
readonly Creating: "CREATING";
|
|
105
|
+
readonly Active: "ACTIVE";
|
|
106
|
+
readonly Updating: "UPDATING";
|
|
107
|
+
readonly Deleting: "DELETING";
|
|
108
|
+
readonly CreateFailed: "CREATE_FAILED";
|
|
109
|
+
readonly UpdateFailed: "UPDATE_FAILED";
|
|
110
|
+
};
|
|
111
|
+
export type TelemetryPipelinesTelemetryPipelineStatus = (typeof TelemetryPipelinesTelemetryPipelineStatus)[keyof typeof TelemetryPipelinesTelemetryPipelineStatus];
|
|
112
|
+
export declare const TelemetryRuleAction: {
|
|
113
|
+
readonly Allow: "ALLOW";
|
|
114
|
+
readonly Block: "BLOCK";
|
|
115
|
+
readonly Count: "COUNT";
|
|
116
|
+
readonly Captcha: "CAPTCHA";
|
|
117
|
+
readonly Challenge: "CHALLENGE";
|
|
118
|
+
readonly ExcludedAsCount: "EXCLUDED_AS_COUNT";
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* The enumerated action to take.
|
|
122
|
+
*/
|
|
123
|
+
export type TelemetryRuleAction = (typeof TelemetryRuleAction)[keyof typeof TelemetryRuleAction];
|
|
46
124
|
export declare const TelemetryRuleDestinationType: {
|
|
47
125
|
readonly CloudWatchLogs: "cloud-watch-logs";
|
|
48
126
|
};
|
|
@@ -50,17 +128,71 @@ export declare const TelemetryRuleDestinationType: {
|
|
|
50
128
|
* Type of telemetry destination
|
|
51
129
|
*/
|
|
52
130
|
export type TelemetryRuleDestinationType = (typeof TelemetryRuleDestinationType)[keyof typeof TelemetryRuleDestinationType];
|
|
131
|
+
export declare const TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat: {
|
|
132
|
+
readonly Plain: "plain";
|
|
133
|
+
readonly Json: "json";
|
|
134
|
+
};
|
|
135
|
+
export type TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = (typeof TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat)[keyof typeof TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat];
|
|
136
|
+
export declare const TelemetryRuleFilterBehavior: {
|
|
137
|
+
readonly Keep: "KEEP";
|
|
138
|
+
readonly Drop: "DROP";
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* The behavior required of the filter.
|
|
142
|
+
*/
|
|
143
|
+
export type TelemetryRuleFilterBehavior = (typeof TelemetryRuleFilterBehavior)[keyof typeof TelemetryRuleFilterBehavior];
|
|
144
|
+
export declare const TelemetryRuleFilterRequirement: {
|
|
145
|
+
readonly MeetsAll: "MEETS_ALL";
|
|
146
|
+
readonly MeetsAny: "MEETS_ANY";
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* The requirement portion of the filter.
|
|
150
|
+
*/
|
|
151
|
+
export type TelemetryRuleFilterRequirement = (typeof TelemetryRuleFilterRequirement)[keyof typeof TelemetryRuleFilterRequirement];
|
|
53
152
|
export declare const TelemetryRuleResourceType: {
|
|
54
153
|
readonly Awsec2vpc: "AWS::EC2::VPC";
|
|
154
|
+
readonly AwswaFv2WebAcl: "AWS::WAFv2::WebACL";
|
|
155
|
+
readonly AwsCloudTrail: "AWS::CloudTrail";
|
|
156
|
+
readonly AwseksCluster: "AWS::EKS::Cluster";
|
|
157
|
+
readonly AwsElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
|
158
|
+
readonly AwsBedrockAgentCoreRuntime: "AWS::BedrockAgentCore::Runtime";
|
|
159
|
+
readonly AwsBedrockAgentCoreBrowser: "AWS::BedrockAgentCore::Browser";
|
|
160
|
+
readonly AwsBedrockAgentCoreCodeInterpreter: "AWS::BedrockAgentCore::CodeInterpreter";
|
|
55
161
|
};
|
|
56
162
|
/**
|
|
57
163
|
* Resource Type associated with the Telemetry Rule
|
|
58
164
|
*/
|
|
59
165
|
export type TelemetryRuleResourceType = (typeof TelemetryRuleResourceType)[keyof typeof TelemetryRuleResourceType];
|
|
166
|
+
export declare const TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem: {
|
|
167
|
+
readonly ApplicationLogs: "APPLICATION_LOGS";
|
|
168
|
+
readonly UsageLogs: "USAGE_LOGS";
|
|
169
|
+
};
|
|
170
|
+
export type TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem = (typeof TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem)[keyof typeof TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem];
|
|
171
|
+
export declare const TelemetryRuleTelemetrySourceType: {
|
|
172
|
+
readonly VpcFlowLogs: "VPC_FLOW_LOGS";
|
|
173
|
+
readonly Route53ResolverQueryLogs: "ROUTE53_RESOLVER_QUERY_LOGS";
|
|
174
|
+
readonly EksAuditLogs: "EKS_AUDIT_LOGS";
|
|
175
|
+
readonly EksAuthenticatorLogs: "EKS_AUTHENTICATOR_LOGS";
|
|
176
|
+
readonly EksControllerManagerLogs: "EKS_CONTROLLER_MANAGER_LOGS";
|
|
177
|
+
readonly EksSchedulerLogs: "EKS_SCHEDULER_LOGS";
|
|
178
|
+
readonly EksApiLogs: "EKS_API_LOGS";
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* The telemetry source type that goes into the array.
|
|
182
|
+
*/
|
|
183
|
+
export type TelemetryRuleTelemetrySourceType = (typeof TelemetryRuleTelemetrySourceType)[keyof typeof TelemetryRuleTelemetrySourceType];
|
|
60
184
|
export declare const TelemetryRuleTelemetryType: {
|
|
61
185
|
readonly Logs: "Logs";
|
|
186
|
+
readonly Traces: "Traces";
|
|
62
187
|
};
|
|
63
188
|
/**
|
|
64
189
|
* Telemetry Type associated with the Telemetry Rule
|
|
65
190
|
*/
|
|
66
191
|
export type TelemetryRuleTelemetryType = (typeof TelemetryRuleTelemetryType)[keyof typeof TelemetryRuleTelemetryType];
|
|
192
|
+
export declare const TelemetryRuleWafLogType: {
|
|
193
|
+
readonly WafLogs: "WAF_LOGS";
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* The type of logs to generate for WAF.
|
|
197
|
+
*/
|
|
198
|
+
export type TelemetryRuleWafLogType = (typeof TelemetryRuleWafLogType)[keyof typeof TelemetryRuleWafLogType];
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.TelemetryRuleTelemetryType = exports.TelemetryRuleResourceType = exports.TelemetryRuleDestinationType = exports.OrganizationTelemetryRuleTelemetryType = exports.OrganizationTelemetryRuleResourceType = exports.OrganizationTelemetryRuleDestinationType = exports.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = void 0;
|
|
5
|
+
exports.TelemetryRuleWafLogType = exports.TelemetryRuleTelemetryType = exports.TelemetryRuleTelemetrySourceType = exports.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem = exports.TelemetryRuleResourceType = exports.TelemetryRuleFilterRequirement = exports.TelemetryRuleFilterBehavior = exports.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.TelemetryRuleDestinationType = exports.TelemetryRuleAction = exports.TelemetryPipelinesTelemetryPipelineStatus = exports.OrganizationTelemetryRuleWafLogType = exports.OrganizationTelemetryRuleTelemetryType = exports.OrganizationTelemetryRuleTelemetrySourceType = exports.OrganizationTelemetryRuleResourceType = exports.OrganizationTelemetryRuleFilterRequirement = exports.OrganizationTelemetryRuleFilterBehavior = exports.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = exports.OrganizationTelemetryRuleDestinationType = exports.OrganizationTelemetryRuleAction = exports.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy = exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = void 0;
|
|
6
6
|
exports.OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy = {
|
|
7
7
|
Allow: "ALLOW",
|
|
8
8
|
Skip: "SKIP",
|
|
@@ -15,22 +15,110 @@ exports.OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupSt
|
|
|
15
15
|
Allow: "ALLOW",
|
|
16
16
|
Skip: "SKIP",
|
|
17
17
|
};
|
|
18
|
+
exports.OrganizationTelemetryRuleAction = {
|
|
19
|
+
Allow: "ALLOW",
|
|
20
|
+
Block: "BLOCK",
|
|
21
|
+
Count: "COUNT",
|
|
22
|
+
Captcha: "CAPTCHA",
|
|
23
|
+
Challenge: "CHALLENGE",
|
|
24
|
+
ExcludedAsCount: "EXCLUDED_AS_COUNT",
|
|
25
|
+
};
|
|
18
26
|
exports.OrganizationTelemetryRuleDestinationType = {
|
|
19
27
|
CloudWatchLogs: "cloud-watch-logs",
|
|
20
28
|
};
|
|
29
|
+
exports.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = {
|
|
30
|
+
Plain: "plain",
|
|
31
|
+
Json: "json",
|
|
32
|
+
};
|
|
33
|
+
exports.OrganizationTelemetryRuleFilterBehavior = {
|
|
34
|
+
Keep: "KEEP",
|
|
35
|
+
Drop: "DROP",
|
|
36
|
+
};
|
|
37
|
+
exports.OrganizationTelemetryRuleFilterRequirement = {
|
|
38
|
+
MeetsAll: "MEETS_ALL",
|
|
39
|
+
MeetsAny: "MEETS_ANY",
|
|
40
|
+
};
|
|
21
41
|
exports.OrganizationTelemetryRuleResourceType = {
|
|
22
42
|
Awsec2vpc: "AWS::EC2::VPC",
|
|
43
|
+
AwswaFv2WebAcl: "AWS::WAFv2::WebACL",
|
|
44
|
+
AwsCloudTrail: "AWS::CloudTrail",
|
|
45
|
+
AwseksCluster: "AWS::EKS::Cluster",
|
|
46
|
+
AwsElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
|
47
|
+
};
|
|
48
|
+
exports.OrganizationTelemetryRuleTelemetrySourceType = {
|
|
49
|
+
VpcFlowLogs: "VPC_FLOW_LOGS",
|
|
50
|
+
Route53ResolverQueryLogs: "ROUTE53_RESOLVER_QUERY_LOGS",
|
|
51
|
+
EksAuditLogs: "EKS_AUDIT_LOGS",
|
|
52
|
+
EksAuthenticatorLogs: "EKS_AUTHENTICATOR_LOGS",
|
|
53
|
+
EksControllerManagerLogs: "EKS_CONTROLLER_MANAGER_LOGS",
|
|
54
|
+
EksSchedulerLogs: "EKS_SCHEDULER_LOGS",
|
|
55
|
+
EksApiLogs: "EKS_API_LOGS",
|
|
23
56
|
};
|
|
24
57
|
exports.OrganizationTelemetryRuleTelemetryType = {
|
|
25
58
|
Logs: "Logs",
|
|
26
59
|
};
|
|
60
|
+
exports.OrganizationTelemetryRuleWafLogType = {
|
|
61
|
+
WafLogs: "WAF_LOGS",
|
|
62
|
+
};
|
|
63
|
+
exports.TelemetryPipelinesTelemetryPipelineStatus = {
|
|
64
|
+
Creating: "CREATING",
|
|
65
|
+
Active: "ACTIVE",
|
|
66
|
+
Updating: "UPDATING",
|
|
67
|
+
Deleting: "DELETING",
|
|
68
|
+
CreateFailed: "CREATE_FAILED",
|
|
69
|
+
UpdateFailed: "UPDATE_FAILED",
|
|
70
|
+
};
|
|
71
|
+
exports.TelemetryRuleAction = {
|
|
72
|
+
Allow: "ALLOW",
|
|
73
|
+
Block: "BLOCK",
|
|
74
|
+
Count: "COUNT",
|
|
75
|
+
Captcha: "CAPTCHA",
|
|
76
|
+
Challenge: "CHALLENGE",
|
|
77
|
+
ExcludedAsCount: "EXCLUDED_AS_COUNT",
|
|
78
|
+
};
|
|
27
79
|
exports.TelemetryRuleDestinationType = {
|
|
28
80
|
CloudWatchLogs: "cloud-watch-logs",
|
|
29
81
|
};
|
|
82
|
+
exports.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat = {
|
|
83
|
+
Plain: "plain",
|
|
84
|
+
Json: "json",
|
|
85
|
+
};
|
|
86
|
+
exports.TelemetryRuleFilterBehavior = {
|
|
87
|
+
Keep: "KEEP",
|
|
88
|
+
Drop: "DROP",
|
|
89
|
+
};
|
|
90
|
+
exports.TelemetryRuleFilterRequirement = {
|
|
91
|
+
MeetsAll: "MEETS_ALL",
|
|
92
|
+
MeetsAny: "MEETS_ANY",
|
|
93
|
+
};
|
|
30
94
|
exports.TelemetryRuleResourceType = {
|
|
31
95
|
Awsec2vpc: "AWS::EC2::VPC",
|
|
96
|
+
AwswaFv2WebAcl: "AWS::WAFv2::WebACL",
|
|
97
|
+
AwsCloudTrail: "AWS::CloudTrail",
|
|
98
|
+
AwseksCluster: "AWS::EKS::Cluster",
|
|
99
|
+
AwsElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
|
100
|
+
AwsBedrockAgentCoreRuntime: "AWS::BedrockAgentCore::Runtime",
|
|
101
|
+
AwsBedrockAgentCoreBrowser: "AWS::BedrockAgentCore::Browser",
|
|
102
|
+
AwsBedrockAgentCoreCodeInterpreter: "AWS::BedrockAgentCore::CodeInterpreter",
|
|
103
|
+
};
|
|
104
|
+
exports.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem = {
|
|
105
|
+
ApplicationLogs: "APPLICATION_LOGS",
|
|
106
|
+
UsageLogs: "USAGE_LOGS",
|
|
107
|
+
};
|
|
108
|
+
exports.TelemetryRuleTelemetrySourceType = {
|
|
109
|
+
VpcFlowLogs: "VPC_FLOW_LOGS",
|
|
110
|
+
Route53ResolverQueryLogs: "ROUTE53_RESOLVER_QUERY_LOGS",
|
|
111
|
+
EksAuditLogs: "EKS_AUDIT_LOGS",
|
|
112
|
+
EksAuthenticatorLogs: "EKS_AUTHENTICATOR_LOGS",
|
|
113
|
+
EksControllerManagerLogs: "EKS_CONTROLLER_MANAGER_LOGS",
|
|
114
|
+
EksSchedulerLogs: "EKS_SCHEDULER_LOGS",
|
|
115
|
+
EksApiLogs: "EKS_API_LOGS",
|
|
32
116
|
};
|
|
33
117
|
exports.TelemetryRuleTelemetryType = {
|
|
34
118
|
Logs: "Logs",
|
|
119
|
+
Traces: "Traces",
|
|
120
|
+
};
|
|
121
|
+
exports.TelemetryRuleWafLogType = {
|
|
122
|
+
WafLogs: "WAF_LOGS",
|
|
35
123
|
};
|
|
36
124
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/observabilityadmin/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6FAA6F,GAAG;IACzG,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,2EAA2E,GAAG;IACvF,eAAe,EAAE,kBAAkB;IACnC,QAAQ,EAAE,WAAW;CACf,CAAC;AAOE,QAAA,8EAA8E,GAAG;IAC1F,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,cAAc,EAAE,kBAAkB;CAC5B,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,SAAS,EAAE,eAAe;CACpB,CAAC;AAOE,QAAA,sCAAsC,GAAG;IAClD,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,cAAc,EAAE,kBAAkB;CAC5B,CAAC;AAOE,QAAA,yBAAyB,GAAG;IACrC,SAAS,EAAE,eAAe;CACpB,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,IAAI,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/observabilityadmin/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -60,6 +60,16 @@ export declare const KeyOrigin: {
|
|
|
60
60
|
* Defines the source of a key
|
|
61
61
|
*/
|
|
62
62
|
export type KeyOrigin = (typeof KeyOrigin)[keyof typeof KeyOrigin];
|
|
63
|
+
export declare const KeyReplicationState: {
|
|
64
|
+
readonly InProgress: "IN_PROGRESS";
|
|
65
|
+
readonly DeleteInProgress: "DELETE_IN_PROGRESS";
|
|
66
|
+
readonly Failed: "FAILED";
|
|
67
|
+
readonly Synchronized: "SYNCHRONIZED";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Defines the replication state of a key
|
|
71
|
+
*/
|
|
72
|
+
export type KeyReplicationState = (typeof KeyReplicationState)[keyof typeof KeyReplicationState];
|
|
63
73
|
export declare const KeyState: {
|
|
64
74
|
readonly CreateInProgress: "CREATE_IN_PROGRESS";
|
|
65
75
|
readonly CreateComplete: "CREATE_COMPLETE";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.KeyUsage = exports.KeyState = exports.KeyOrigin = exports.KeyDeriveKeyUsage = exports.KeyClass = exports.KeyCheckValueAlgorithm = exports.KeyAlgorithm = void 0;
|
|
5
|
+
exports.KeyUsage = exports.KeyState = exports.KeyReplicationState = exports.KeyOrigin = exports.KeyDeriveKeyUsage = exports.KeyClass = exports.KeyCheckValueAlgorithm = exports.KeyAlgorithm = void 0;
|
|
6
6
|
exports.KeyAlgorithm = {
|
|
7
7
|
Tdes2key: "TDES_2KEY",
|
|
8
8
|
Tdes3key: "TDES_3KEY",
|
|
@@ -57,6 +57,12 @@ exports.KeyOrigin = {
|
|
|
57
57
|
External: "EXTERNAL",
|
|
58
58
|
AwsPaymentCryptography: "AWS_PAYMENT_CRYPTOGRAPHY",
|
|
59
59
|
};
|
|
60
|
+
exports.KeyReplicationState = {
|
|
61
|
+
InProgress: "IN_PROGRESS",
|
|
62
|
+
DeleteInProgress: "DELETE_IN_PROGRESS",
|
|
63
|
+
Failed: "FAILED",
|
|
64
|
+
Synchronized: "SYNCHRONIZED",
|
|
65
|
+
};
|
|
60
66
|
exports.KeyState = {
|
|
61
67
|
CreateInProgress: "CREATE_IN_PROGRESS",
|
|
62
68
|
CreateComplete: "CREATE_COMPLETE",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/paymentcryptography/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,YAAY,GAAG;IACxB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,MAAM,EAAE,SAAS;IACjB,MAAM,EAAE,SAAS;IACjB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE,aAAa;IACzB,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,UAAU;IACnB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,eAAe;CACtB,CAAC;AAIE,QAAA,sBAAsB,GAAG;IAClC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,YAAY;IACtB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,OAAO;CACP,CAAC;AAIE,QAAA,QAAQ,GAAG;IACpB,YAAY,EAAE,eAAe;IAC7B,iBAAiB,EAAE,qBAAqB;IACxC,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,YAAY;CACjB,CAAC;AAIE,QAAA,iBAAiB,GAAG;IAC7B,uBAAuB,EAAE,6BAA6B;IACtD,yBAAyB,EAAE,+BAA+B;IAC1D,gCAAgC,EAAE,uCAAuC;IACzE,2BAA2B,EAAE,kCAAkC;IAC/D,4BAA4B,EAAE,kCAAkC;IAChE,sBAAsB,EAAE,4BAA4B;IACpD,2BAA2B,EAAE,kCAAkC;IAC/D,gCAAgC,EAAE,uCAAuC;IACzE,kBAAkB,EAAE,wBAAwB;IAC5C,sBAAsB,EAAE,4BAA4B;IACpD,2BAA2B,EAAE,kCAAkC;IAC/D,oBAAoB,EAAE,4BAA4B;IAClD,oBAAoB,EAAE,4BAA4B;IAClD,qBAAqB,EAAE,6BAA6B;IACpD,aAAa,EAAE,kBAAkB;IACjC,sBAAsB,EAAE,4BAA4B;IACpD,sBAAsB,EAAE,4BAA4B;IACpD,+BAA+B,EAAE,sCAAsC;IACvE,4BAA4B,EAAE,mCAAmC;CAC3D,CAAC;AAIE,QAAA,SAAS,GAAG;IACrB,QAAQ,EAAE,UAAU;IACpB,sBAAsB,EAAE,0BAA0B;CAC5C,CAAC;AAOE,QAAA,QAAQ,GAAG;IACpB,gBAAgB,EAAE,oBAAoB;IACtC,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAOE,QAAA,QAAQ,GAAG;IACpB,uBAAuB,EAAE,6BAA6B;IACtD,yBAAyB,EAAE,+BAA+B;IAC1D,gCAAgC,EAAE,uCAAuC;IACzE,oCAAoC,EAAE,4CAA4C;IAClF,2BAA2B,EAAE,kCAAkC;IAC/D,4BAA4B,EAAE,kCAAkC;IAChE,sBAAsB,EAAE,4BAA4B;IACpD,2BAA2B,EAAE,kCAAkC;IAC/D,gCAAgC,EAAE,uCAAuC;IACzE,kBAAkB,EAAE,wBAAwB;IAC5C,sBAAsB,EAAE,4BAA4B;IACpD,2BAA2B,EAAE,kCAAkC;IAC/D,kCAAkC,EAAE,0CAA0C;IAC9E,oBAAoB,EAAE,4BAA4B;IAClD,oBAAoB,EAAE,4BAA4B;IAClD,qBAAqB,EAAE,6BAA6B;IACpD,aAAa,EAAE,kBAAkB;IACjC,sBAAsB,EAAE,4BAA4B;IACpD,sBAAsB,EAAE,4BAA4B;IACpD,sCAAsC,EAAE,8CAA8C;IACtF,+BAA+B,EAAE,sCAAsC;IACvE,4BAA4B,EAAE,mCAAmC;IACjE,uBAAuB,EAAE,6BAA6B;CAChD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/paymentcryptography/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare const ResourceShareFeatureSet: {
|
|
2
|
+
readonly CreatedFromPolicy: "CREATED_FROM_POLICY";
|
|
3
|
+
readonly PromotingToStandard: "PROMOTING_TO_STANDARD";
|
|
4
|
+
readonly Standard: "STANDARD";
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* The feature set of the resource share.
|
|
8
|
+
*/
|
|
9
|
+
export type ResourceShareFeatureSet = (typeof ResourceShareFeatureSet)[keyof typeof ResourceShareFeatureSet];
|
|
10
|
+
export declare const ResourceShareStatus: {
|
|
11
|
+
readonly Pending: "PENDING";
|
|
12
|
+
readonly Active: "ACTIVE";
|
|
13
|
+
readonly Failed: "FAILED";
|
|
14
|
+
readonly Deleting: "DELETING";
|
|
15
|
+
readonly Deleted: "DELETED";
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* The current status of the resource share.
|
|
19
|
+
*/
|
|
20
|
+
export type ResourceShareStatus = (typeof ResourceShareStatus)[keyof typeof ResourceShareStatus];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ResourceShareStatus = exports.ResourceShareFeatureSet = void 0;
|
|
6
|
+
exports.ResourceShareFeatureSet = {
|
|
7
|
+
CreatedFromPolicy: "CREATED_FROM_POLICY",
|
|
8
|
+
PromotingToStandard: "PROMOTING_TO_STANDARD",
|
|
9
|
+
Standard: "STANDARD",
|
|
10
|
+
};
|
|
11
|
+
exports.ResourceShareStatus = {
|
|
12
|
+
Pending: "PENDING",
|
|
13
|
+
Active: "ACTIVE",
|
|
14
|
+
Failed: "FAILED",
|
|
15
|
+
Deleting: "DELETING",
|
|
16
|
+
Deleted: "DELETED",
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ram/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,uBAAuB,GAAG;IACnC,iBAAiB,EAAE,qBAAqB;IACxC,mBAAmB,EAAE,uBAAuB;IAC5C,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACZ,CAAC"}
|
|
@@ -14,6 +14,14 @@ export declare const TableBucketMetricsConfigurationStatus: {
|
|
|
14
14
|
* Indicates whether Metrics are enabled.
|
|
15
15
|
*/
|
|
16
16
|
export type TableBucketMetricsConfigurationStatus = (typeof TableBucketMetricsConfigurationStatus)[keyof typeof TableBucketMetricsConfigurationStatus];
|
|
17
|
+
export declare const TableBucketStorageClassConfigurationStorageClass: {
|
|
18
|
+
readonly Standard: "STANDARD";
|
|
19
|
+
readonly IntelligentTiering: "INTELLIGENT_TIERING";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* The storage class for the table bucket
|
|
23
|
+
*/
|
|
24
|
+
export type TableBucketStorageClassConfigurationStorageClass = (typeof TableBucketStorageClassConfigurationStorageClass)[keyof typeof TableBucketStorageClassConfigurationStorageClass];
|
|
17
25
|
export declare const TableBucketUnreferencedFileRemovalStatus: {
|
|
18
26
|
readonly Enabled: "Enabled";
|
|
19
27
|
readonly Disabled: "Disabled";
|
|
@@ -45,6 +53,14 @@ export declare const TableSnapshotManagementStatus: {
|
|
|
45
53
|
* Indicates whether the SnapshotManagement maintenance action is enabled.
|
|
46
54
|
*/
|
|
47
55
|
export type TableSnapshotManagementStatus = (typeof TableSnapshotManagementStatus)[keyof typeof TableSnapshotManagementStatus];
|
|
56
|
+
export declare const TableStorageClassConfigurationStorageClass: {
|
|
57
|
+
readonly Standard: "STANDARD";
|
|
58
|
+
readonly IntelligentTiering: "INTELLIGENT_TIERING";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* The storage class for the table
|
|
62
|
+
*/
|
|
63
|
+
export type TableStorageClassConfigurationStorageClass = (typeof TableStorageClassConfigurationStorageClass)[keyof typeof TableStorageClassConfigurationStorageClass];
|
|
48
64
|
export declare const TableWithoutMetadata: {
|
|
49
65
|
readonly Yes: "Yes";
|
|
50
66
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.TableWithoutMetadata = exports.TableSnapshotManagementStatus = exports.TableOpenTableFormat = exports.TableCompactionStatus = exports.TableBucketUnreferencedFileRemovalStatus = exports.TableBucketMetricsConfigurationStatus = exports.TableBucketEncryptionConfigurationSseAlgorithm = void 0;
|
|
5
|
+
exports.TableWithoutMetadata = exports.TableStorageClassConfigurationStorageClass = exports.TableSnapshotManagementStatus = exports.TableOpenTableFormat = exports.TableCompactionStatus = exports.TableBucketUnreferencedFileRemovalStatus = exports.TableBucketStorageClassConfigurationStorageClass = exports.TableBucketMetricsConfigurationStatus = exports.TableBucketEncryptionConfigurationSseAlgorithm = void 0;
|
|
6
6
|
exports.TableBucketEncryptionConfigurationSseAlgorithm = {
|
|
7
7
|
Aes256: "AES256",
|
|
8
8
|
Awskms: "aws:kms",
|
|
@@ -11,6 +11,10 @@ exports.TableBucketMetricsConfigurationStatus = {
|
|
|
11
11
|
Enabled: "Enabled",
|
|
12
12
|
Disabled: "Disabled",
|
|
13
13
|
};
|
|
14
|
+
exports.TableBucketStorageClassConfigurationStorageClass = {
|
|
15
|
+
Standard: "STANDARD",
|
|
16
|
+
IntelligentTiering: "INTELLIGENT_TIERING",
|
|
17
|
+
};
|
|
14
18
|
exports.TableBucketUnreferencedFileRemovalStatus = {
|
|
15
19
|
Enabled: "Enabled",
|
|
16
20
|
Disabled: "Disabled",
|
|
@@ -26,6 +30,10 @@ exports.TableSnapshotManagementStatus = {
|
|
|
26
30
|
Enabled: "enabled",
|
|
27
31
|
Disabled: "disabled",
|
|
28
32
|
};
|
|
33
|
+
exports.TableStorageClassConfigurationStorageClass = {
|
|
34
|
+
Standard: "STANDARD",
|
|
35
|
+
IntelligentTiering: "INTELLIGENT_TIERING",
|
|
36
|
+
};
|
|
29
37
|
exports.TableWithoutMetadata = {
|
|
30
38
|
Yes: "Yes",
|
|
31
39
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/s3tables/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,8CAA8C,GAAG;IAC1D,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,SAAS;CACX,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,6BAA6B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;CACJ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/s3tables/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,8CAA8C,GAAG;IAC1D,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,SAAS;CACX,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,gDAAgD,GAAG;IAC5D,QAAQ,EAAE,UAAU;IACpB,kBAAkB,EAAE,qBAAqB;CACnC,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,6BAA6B,GAAG;IACzC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,QAAQ,EAAE,UAAU;IACpB,kBAAkB,EAAE,qBAAqB;CACnC,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;CACJ,CAAC"}
|
|
@@ -240,6 +240,16 @@ export declare const ConfigurationPolicyParameterConfigurationValueType: {
|
|
|
240
240
|
* Identifies whether a control parameter uses a custom user-defined value or subscribes to the default AWS Security Hub behavior.
|
|
241
241
|
*/
|
|
242
242
|
export type ConfigurationPolicyParameterConfigurationValueType = (typeof ConfigurationPolicyParameterConfigurationValueType)[keyof typeof ConfigurationPolicyParameterConfigurationValueType];
|
|
243
|
+
export declare const ConnectorV2ConnectorStatus: {
|
|
244
|
+
readonly Connected: "CONNECTED";
|
|
245
|
+
readonly FailedToConnect: "FAILED_TO_CONNECT";
|
|
246
|
+
readonly PendingAuthorization: "PENDING_AUTHORIZATION";
|
|
247
|
+
readonly PendingConfiguration: "PENDING_CONFIGURATION";
|
|
248
|
+
};
|
|
249
|
+
/**
|
|
250
|
+
* The status of the connector
|
|
251
|
+
*/
|
|
252
|
+
export type ConnectorV2ConnectorStatus = (typeof ConnectorV2ConnectorStatus)[keyof typeof ConnectorV2ConnectorStatus];
|
|
243
253
|
export declare const DelegatedAdminStatus: {
|
|
244
254
|
readonly Enabled: "ENABLED";
|
|
245
255
|
readonly DisableInProgress: "DISABLE_IN_PROGRESS";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.SecurityControlParameterConfigurationValueType = exports.PolicyAssociationTargetType = exports.PolicyAssociationAssociationType = exports.PolicyAssociationAssociationStatus = exports.OrganizationConfigurationStatus = exports.OrganizationConfigurationConfigurationType = exports.OrganizationConfigurationAutoEnableStandards = exports.InsightStringFilterComparison = exports.InsightMapFilterComparison = exports.InsightDateRangeUnit = exports.FindingAggregatorRegionLinkingMode = exports.DelegatedAdminStatus = exports.ConfigurationPolicyParameterConfigurationValueType = exports.AutomationRulesFindingFieldsUpdateVerificationState = exports.AutomationRulesActionType = exports.AutomationRuleWorkflowUpdateStatus = exports.AutomationRuleV2StringFilterComparison = exports.AutomationRuleV2RuleStatus = exports.AutomationRuleV2OcsfStringField = exports.AutomationRuleV2OcsfNumberFilterFieldName = exports.AutomationRuleV2OcsfMapFilterFieldName = exports.AutomationRuleV2OcsfDateFilterFieldName = exports.AutomationRuleV2OcsfBooleanFilterFieldName = exports.AutomationRuleV2MapFilterComparison = exports.AutomationRuleV2DateRangeUnit = exports.AutomationRuleV2AutomationRulesActionV2Type = exports.AutomationRuleV2AllowedOperators = exports.AutomationRuleStringFilterComparison = exports.AutomationRuleSeverityUpdateLabel = exports.AutomationRuleRuleStatus = exports.AutomationRuleMapFilterComparison = exports.AutomationRuleDateRangeUnit = exports.AggregatorV2RegionLinkingMode = void 0;
|
|
5
|
+
exports.SecurityControlParameterConfigurationValueType = exports.PolicyAssociationTargetType = exports.PolicyAssociationAssociationType = exports.PolicyAssociationAssociationStatus = exports.OrganizationConfigurationStatus = exports.OrganizationConfigurationConfigurationType = exports.OrganizationConfigurationAutoEnableStandards = exports.InsightStringFilterComparison = exports.InsightMapFilterComparison = exports.InsightDateRangeUnit = exports.FindingAggregatorRegionLinkingMode = exports.DelegatedAdminStatus = exports.ConnectorV2ConnectorStatus = exports.ConfigurationPolicyParameterConfigurationValueType = exports.AutomationRulesFindingFieldsUpdateVerificationState = exports.AutomationRulesActionType = exports.AutomationRuleWorkflowUpdateStatus = exports.AutomationRuleV2StringFilterComparison = exports.AutomationRuleV2RuleStatus = exports.AutomationRuleV2OcsfStringField = exports.AutomationRuleV2OcsfNumberFilterFieldName = exports.AutomationRuleV2OcsfMapFilterFieldName = exports.AutomationRuleV2OcsfDateFilterFieldName = exports.AutomationRuleV2OcsfBooleanFilterFieldName = exports.AutomationRuleV2MapFilterComparison = exports.AutomationRuleV2DateRangeUnit = exports.AutomationRuleV2AutomationRulesActionV2Type = exports.AutomationRuleV2AllowedOperators = exports.AutomationRuleStringFilterComparison = exports.AutomationRuleSeverityUpdateLabel = exports.AutomationRuleRuleStatus = exports.AutomationRuleMapFilterComparison = exports.AutomationRuleDateRangeUnit = exports.AggregatorV2RegionLinkingMode = void 0;
|
|
6
6
|
exports.AggregatorV2RegionLinkingMode = {
|
|
7
7
|
SpecifiedRegions: "SPECIFIED_REGIONS",
|
|
8
8
|
};
|
|
@@ -134,6 +134,12 @@ exports.ConfigurationPolicyParameterConfigurationValueType = {
|
|
|
134
134
|
Default: "DEFAULT",
|
|
135
135
|
Custom: "CUSTOM",
|
|
136
136
|
};
|
|
137
|
+
exports.ConnectorV2ConnectorStatus = {
|
|
138
|
+
Connected: "CONNECTED",
|
|
139
|
+
FailedToConnect: "FAILED_TO_CONNECT",
|
|
140
|
+
PendingAuthorization: "PENDING_AUTHORIZATION",
|
|
141
|
+
PendingConfiguration: "PENDING_CONFIGURATION",
|
|
142
|
+
};
|
|
137
143
|
exports.DelegatedAdminStatus = {
|
|
138
144
|
Enabled: "ENABLED",
|
|
139
145
|
DisableInProgress: "DISABLE_IN_PROGRESS",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/securityhub/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/securityhub/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,6BAA6B,GAAG;IACzC,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAOE,QAAA,2BAA2B,GAAG;IACvC,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;CACrB,CAAC;AAoBE,QAAA,wBAAwB,GAAG;IACpC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;CACd,CAAC;AAYE,QAAA,oCAAoC,GAAG;IAChD,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,mBAAmB;IACpC,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,cAAc;CACrB,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;CACF,CAAC;AAOE,QAAA,2CAA2C,GAAG;IACvD,mBAAmB,EAAE,uBAAuB;IAC5C,mBAAmB,EAAE,sBAAsB;CACrC,CAAC;AAOE,QAAA,6BAA6B,GAAG;IACzC,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,mCAAmC,GAAG;IAC/C,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;CACjB,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,kCAAkC,EAAE,uCAAuC;IAC3E,iCAAiC,EAAE,sCAAsC;IACzE,6BAA6B,EAAE,kCAAkC;CAC3D,CAAC;AAOE,QAAA,uCAAuC,GAAG;IACnD,wBAAwB,EAAE,8BAA8B;IACxD,0BAA0B,EAAE,iCAAiC;IAC7D,yBAAyB,EAAE,gCAAgC;IAC3D,yBAAyB,EAAE,+BAA+B;CACpD,CAAC;AAOE,QAAA,sCAAsC,GAAG;IAClD,aAAa,EAAE,gBAAgB;CACzB,CAAC;AAOE,QAAA,yCAAyC,GAAG;IACrD,UAAU,EAAE,aAAa;IACzB,kBAAkB,EAAE,sBAAsB;IAC1C,eAAe,EAAE,kBAAkB;IACnC,6BAA6B,EAAE,mCAAmC;IAClE,0BAA0B,EAAE,+BAA+B;CACrD,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,YAAY,EAAE,eAAe;IAC7B,gBAAgB,EAAE,oBAAoB;IACtC,eAAe,EAAE,mBAAmB;IACpC,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,6BAA6B,EAAE,iCAAiC;IAChE,yBAAyB,EAAE,6BAA6B;IACxD,iBAAiB,EAAE,oBAAoB;IACvC,gBAAgB,EAAE,mBAAmB;IACrC,mBAAmB,EAAE,sBAAsB;IAC3C,eAAe,EAAE,mBAAmB;IACpC,iBAAiB,EAAE,sBAAsB;IACzC,gBAAgB,EAAE,oBAAoB;IACtC,gBAAgB,EAAE,oBAAoB;IACtC,cAAc,EAAE,kBAAkB;IAClC,2BAA2B,EAAE,iCAAiC;IAC9D,kCAAkC,EAAE,yCAAyC;IAC7E,6BAA6B,EAAE,mCAAmC;IAClE,yBAAyB,EAAE,8BAA8B;IACzD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,yBAAyB,EAAE,8BAA8B;IACzD,eAAe,EAAE,kBAAkB;IACnC,qBAAqB,EAAE,wBAAwB;IAC/C,uBAAuB,EAAE,2BAA2B;IACpD,aAAa,EAAE,gBAAgB;IAC/B,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,gBAAgB;IAC/B,YAAY,EAAE,eAAe;IAC7B,0BAA0B,EAAE,8BAA8B;IAC1D,SAAS,EAAE,YAAY;IACvB,wBAAwB,EAAE,4BAA4B;CAChD,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,sCAAsC,GAAG;IAClD,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,mBAAmB;IACpC,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;CAClB,CAAC;AAgBE,QAAA,yBAAyB,GAAG;IACrC,mBAAmB,EAAE,uBAAuB;CACtC,CAAC;AAOE,QAAA,mDAAmD,GAAG;IAC/D,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,eAAe;IAC7B,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAOE,QAAA,kDAAkD,GAAG;IAC9D,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,SAAS,EAAE,WAAW;IACtB,eAAe,EAAE,mBAAmB;IACpC,oBAAoB,EAAE,uBAAuB;IAC7C,oBAAoB,EAAE,uBAAuB;CACvC,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,iBAAiB,EAAE,qBAAqB;CAClC,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,UAAU,EAAE,aAAa;IACzB,yBAAyB,EAAE,8BAA8B;IACzD,gBAAgB,EAAE,mBAAmB;CAC/B,CAAC;AAYE,QAAA,oBAAoB,GAAG;IAChC,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,0BAA0B,GAAG;IACtC,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;CACjB,CAAC;AAOE,QAAA,6BAA6B,GAAG;IACzC,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,mBAAmB;CAC9B,CAAC;AAOE,QAAA,4CAA4C,GAAG;IACxD,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,+BAA+B,GAAG;IAC3C,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,2BAA2B,GAAG;IACvC,OAAO,EAAE,SAAS;IAClB,kBAAkB,EAAE,qBAAqB;IACzC,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,8CAA8C,GAAG;IAC1D,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACV,CAAC"}
|