@intentius/chant-lexicon-aws 0.0.12 → 0.0.14
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/integrity.json +25 -24
- package/dist/manifest.json +1 -1
- package/dist/meta.json +795 -384
- package/dist/skills/chant-eks.md +175 -0
- package/dist/types/index.d.ts +449 -27
- package/package.json +2 -2
- package/src/codegen/docs.ts +93 -7
- package/src/codegen/generate-typescript.ts +1 -1
- package/src/codegen/generate.ts +3 -2
- package/src/composites/composites.test.ts +148 -0
- package/src/composites/index.ts +2 -0
- package/src/composites/rds-instance.ts +173 -0
- package/src/coverage.test.ts +31 -0
- package/src/generated/index.d.ts +449 -27
- package/src/generated/index.ts +88 -86
- package/src/generated/lexicon-aws.json +795 -384
- package/src/index.ts +2 -2
- package/src/plugin.ts +318 -1
- package/src/spec/parse.test.ts +50 -0
- package/src/spec/parse.ts +9 -6
- package/src/validate.test.ts +34 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -426,6 +426,11 @@ export declare class AgentSpace {
|
|
|
426
426
|
readonly AgentSpaceId: string;
|
|
427
427
|
readonly Arn: string;
|
|
428
428
|
readonly CreatedAt: string;
|
|
429
|
+
readonly OperatorApp_Iam_CreatedAt: string;
|
|
430
|
+
readonly OperatorApp_Iam_UpdatedAt: string;
|
|
431
|
+
readonly OperatorApp_Idc_CreatedAt: string;
|
|
432
|
+
readonly OperatorApp_Idc_IdcApplicationArn: string;
|
|
433
|
+
readonly OperatorApp_Idc_UpdatedAt: string;
|
|
429
434
|
readonly UpdatedAt: string;
|
|
430
435
|
}
|
|
431
436
|
|
|
@@ -1057,6 +1062,7 @@ export declare class AnomalySubscription {
|
|
|
1057
1062
|
ThresholdExpression?: string;
|
|
1058
1063
|
}, attributes?: CFResourceAttributes);
|
|
1059
1064
|
readonly AccountId: string;
|
|
1065
|
+
readonly Subscribers_Item_Status: string;
|
|
1060
1066
|
readonly SubscriptionArn: string;
|
|
1061
1067
|
}
|
|
1062
1068
|
|
|
@@ -2039,6 +2045,9 @@ export declare class ApprovalTeam {
|
|
|
2039
2045
|
UpdateSessionArn?: string;
|
|
2040
2046
|
VersionId?: string;
|
|
2041
2047
|
}, attributes?: CFResourceAttributes);
|
|
2048
|
+
readonly Approvers_Item_ApproverId: string;
|
|
2049
|
+
readonly Approvers_Item_PrimaryIdentityStatus: string;
|
|
2050
|
+
readonly Approvers_Item_ResponseTime: string;
|
|
2042
2051
|
readonly Arn: string;
|
|
2043
2052
|
readonly CreationTime: string;
|
|
2044
2053
|
readonly LastUpdateTime: string;
|
|
@@ -2183,6 +2192,8 @@ export declare class AppSyncApi {
|
|
|
2183
2192
|
readonly ApiArn: string;
|
|
2184
2193
|
readonly ApiId: string;
|
|
2185
2194
|
readonly Dns: AppSyncApi_DnsMap;
|
|
2195
|
+
readonly Dns_Http: string;
|
|
2196
|
+
readonly Dns_Realtime: string;
|
|
2186
2197
|
}
|
|
2187
2198
|
|
|
2188
2199
|
export declare class AppSyncApiKey {
|
|
@@ -2486,7 +2497,15 @@ export declare class AssetModel {
|
|
|
2486
2497
|
Tags?: AssetModel_Tag[];
|
|
2487
2498
|
}, attributes?: CFResourceAttributes);
|
|
2488
2499
|
readonly AssetModelArn: string;
|
|
2500
|
+
readonly AssetModelCompositeModels_Item_CompositeModelProperties_Item_Id: string;
|
|
2501
|
+
readonly AssetModelCompositeModels_Item_CompositeModelProperties_Item_Type_Metric_Variables_Item_Value_PropertyId: string;
|
|
2502
|
+
readonly AssetModelCompositeModels_Item_CompositeModelProperties_Item_Type_Transform_Variables_Item_Value_PropertyId: string;
|
|
2503
|
+
readonly AssetModelCompositeModels_Item_Id: string;
|
|
2504
|
+
readonly AssetModelHierarchies_Item_Id: string;
|
|
2489
2505
|
readonly AssetModelId: string;
|
|
2506
|
+
readonly AssetModelProperties_Item_Id: string;
|
|
2507
|
+
readonly AssetModelProperties_Item_Type_Metric_Variables_Item_Value_PropertyId: string;
|
|
2508
|
+
readonly AssetModelProperties_Item_Type_Transform_Variables_Item_Value_PropertyId: string;
|
|
2490
2509
|
}
|
|
2491
2510
|
|
|
2492
2511
|
export declare class Assignment {
|
|
@@ -3141,6 +3160,7 @@ export declare class BedrockDataSource {
|
|
|
3141
3160
|
VectorIngestionConfiguration?: BedrockDataSource_VectorIngestionConfiguration;
|
|
3142
3161
|
}, attributes?: CFResourceAttributes);
|
|
3143
3162
|
readonly CreatedAt: string;
|
|
3163
|
+
readonly DataSourceConfiguration_WebConfiguration_CrawlerConfiguration_UserAgentHeader: string;
|
|
3144
3164
|
readonly DataSourceId: string;
|
|
3145
3165
|
readonly DataSourceStatus: BedrockDataSource_DataSourceStatus;
|
|
3146
3166
|
readonly FailureReasons: string[];
|
|
@@ -3632,6 +3652,13 @@ export declare class Bucket {
|
|
|
3632
3652
|
readonly Arn: string;
|
|
3633
3653
|
readonly DomainName: string;
|
|
3634
3654
|
readonly DualStackDomainName: string;
|
|
3655
|
+
readonly MetadataConfiguration_Destination: string;
|
|
3656
|
+
readonly MetadataConfiguration_InventoryTableConfiguration_TableArn: string;
|
|
3657
|
+
readonly MetadataConfiguration_InventoryTableConfiguration_TableName: string;
|
|
3658
|
+
readonly MetadataConfiguration_JournalTableConfiguration_TableArn: string;
|
|
3659
|
+
readonly MetadataConfiguration_JournalTableConfiguration_TableName: string;
|
|
3660
|
+
readonly MetadataTableConfiguration_S3TablesDestination_TableArn: string;
|
|
3661
|
+
readonly MetadataTableConfiguration_S3TablesDestination_TableNamespace: string;
|
|
3635
3662
|
readonly RegionalDomainName: string;
|
|
3636
3663
|
readonly WebsiteURL: string;
|
|
3637
3664
|
}
|
|
@@ -3737,7 +3764,11 @@ export declare class CacheCluster {
|
|
|
3737
3764
|
TransitEncryptionEnabled?: boolean;
|
|
3738
3765
|
VpcSecurityGroupIds?: string[];
|
|
3739
3766
|
}, attributes?: CFResourceAttributes);
|
|
3767
|
+
readonly ConfigurationEndpoint_Address: string;
|
|
3768
|
+
readonly ConfigurationEndpoint_Port: string;
|
|
3740
3769
|
readonly Id: string;
|
|
3770
|
+
readonly RedisEndpoint_Address: string;
|
|
3771
|
+
readonly RedisEndpoint_Port: string;
|
|
3741
3772
|
}
|
|
3742
3773
|
|
|
3743
3774
|
export declare class CachePolicy {
|
|
@@ -3823,6 +3854,7 @@ export declare class Canary {
|
|
|
3823
3854
|
/** Provide VPC Configuration if enabled. */
|
|
3824
3855
|
VPCConfig?: Canary_VPCConfig;
|
|
3825
3856
|
}, attributes?: CFResourceAttributes);
|
|
3857
|
+
readonly Code_SourceLocationArn: string;
|
|
3826
3858
|
readonly Id: string;
|
|
3827
3859
|
readonly State: string;
|
|
3828
3860
|
}
|
|
@@ -4087,6 +4119,7 @@ export declare class CfFunction {
|
|
|
4087
4119
|
Stage?: string;
|
|
4088
4120
|
}, attributes?: CFResourceAttributes);
|
|
4089
4121
|
readonly FunctionARN: string;
|
|
4122
|
+
readonly FunctionMetadata_FunctionARN: string;
|
|
4090
4123
|
readonly Stage: string;
|
|
4091
4124
|
}
|
|
4092
4125
|
|
|
@@ -4752,6 +4785,20 @@ export declare class CloudVmCluster {
|
|
|
4752
4785
|
readonly CloudVmClusterArn: string;
|
|
4753
4786
|
readonly CloudVmClusterId: string;
|
|
4754
4787
|
readonly ComputeModel: string;
|
|
4788
|
+
readonly DbNodes_Item_BackupIpId: string;
|
|
4789
|
+
readonly DbNodes_Item_BackupVnic2Id: string;
|
|
4790
|
+
readonly DbNodes_Item_CpuCoreCount: string;
|
|
4791
|
+
readonly DbNodes_Item_DbNodeArn: string;
|
|
4792
|
+
readonly DbNodes_Item_DbNodeId: string;
|
|
4793
|
+
readonly DbNodes_Item_DbNodeStorageSizeInGBs: string;
|
|
4794
|
+
readonly DbNodes_Item_DbSystemId: string;
|
|
4795
|
+
readonly DbNodes_Item_HostIpId: string;
|
|
4796
|
+
readonly DbNodes_Item_Hostname: string;
|
|
4797
|
+
readonly DbNodes_Item_MemorySizeInGBs: string;
|
|
4798
|
+
readonly DbNodes_Item_Ocid: string;
|
|
4799
|
+
readonly DbNodes_Item_Status: string;
|
|
4800
|
+
readonly DbNodes_Item_Vnic2Id: string;
|
|
4801
|
+
readonly DbNodes_Item_VnicId: string;
|
|
4755
4802
|
readonly DiskRedundancy: string;
|
|
4756
4803
|
readonly Domain: string;
|
|
4757
4804
|
readonly ListenerPort: number;
|
|
@@ -5553,6 +5600,7 @@ export declare class ConfigRule {
|
|
|
5553
5600
|
Scope?: ConfigRule_Scope;
|
|
5554
5601
|
}, attributes?: CFResourceAttributes);
|
|
5555
5602
|
readonly Arn: string;
|
|
5603
|
+
readonly Compliance_Type: string;
|
|
5556
5604
|
readonly ConfigRuleId: string;
|
|
5557
5605
|
}
|
|
5558
5606
|
|
|
@@ -5592,6 +5640,7 @@ export declare class ConfigurationManager {
|
|
|
5592
5640
|
StatusSummaries?: ConfigurationManager_StatusSummary[];
|
|
5593
5641
|
Tags?: Record<string, unknown>;
|
|
5594
5642
|
}, attributes?: CFResourceAttributes);
|
|
5643
|
+
readonly ConfigurationDefinitions_Item_id: string;
|
|
5595
5644
|
readonly CreatedAt: string;
|
|
5596
5645
|
readonly LastModifiedAt: string;
|
|
5597
5646
|
readonly ManagerArn: string;
|
|
@@ -6559,6 +6608,10 @@ export declare class ContainerRecipe {
|
|
|
6559
6608
|
}, attributes?: CFResourceAttributes);
|
|
6560
6609
|
readonly Arn: string;
|
|
6561
6610
|
readonly LatestVersion: ContainerRecipe_LatestVersion;
|
|
6611
|
+
readonly LatestVersion_Arn: string;
|
|
6612
|
+
readonly LatestVersion_Major: string;
|
|
6613
|
+
readonly LatestVersion_Minor: string;
|
|
6614
|
+
readonly LatestVersion_Patch: string;
|
|
6562
6615
|
}
|
|
6563
6616
|
|
|
6564
6617
|
export declare class ContinuousDeploymentPolicy {
|
|
@@ -6912,7 +6965,9 @@ export declare class CustomerProfilesDomain {
|
|
|
6912
6965
|
Tags?: CustomerProfilesDomain_Tag[];
|
|
6913
6966
|
}, attributes?: CFResourceAttributes);
|
|
6914
6967
|
readonly CreatedAt: string;
|
|
6968
|
+
readonly DataStore_Readiness: string;
|
|
6915
6969
|
readonly LastUpdatedAt: string;
|
|
6970
|
+
readonly RuleBasedMatching_Status: string;
|
|
6916
6971
|
readonly Stats: CustomerProfilesDomain_DomainStats;
|
|
6917
6972
|
}
|
|
6918
6973
|
|
|
@@ -8196,7 +8251,8 @@ export declare class DbCluster {
|
|
|
8196
8251
|
Valid for Cluster Type: Aurora DB clusters only */
|
|
8197
8252
|
EngineMode?: string;
|
|
8198
8253
|
/** The version number of the database engine to use.
|
|
8199
|
-
|
|
8254
|
+
Don't use this property if your DB cluster is a member of a global database cluster. Instead, specify the ``EngineVersion`` property on the [AWS::RDS::GlobalCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html) resource. Major version upgrades aren't supported for individual members of a global cluster. Use ``ModifyGlobalCluster`` to upgrade all members of the global cluster.
|
|
8255
|
+
To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command:
|
|
8200
8256
|
``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"``
|
|
8201
8257
|
You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively.
|
|
8202
8258
|
To list all of the available engine versions for Aurora PostgreSQL, use the following command:
|
|
@@ -8430,7 +8486,11 @@ export declare class DbCluster {
|
|
|
8430
8486
|
readonly DBClusterArn: string;
|
|
8431
8487
|
readonly DBClusterResourceId: string;
|
|
8432
8488
|
readonly Endpoint: DbCluster_Endpoint;
|
|
8489
|
+
readonly Endpoint_Address: string;
|
|
8490
|
+
readonly Endpoint_Port: string;
|
|
8491
|
+
readonly MasterUserSecret_SecretArn: string;
|
|
8433
8492
|
readonly ReadEndpoint: DbCluster_ReadEndpoint;
|
|
8493
|
+
readonly ReadEndpoint_Address: string;
|
|
8434
8494
|
readonly StorageThroughput: number;
|
|
8435
8495
|
}
|
|
8436
8496
|
|
|
@@ -8938,7 +8998,14 @@ export declare class DbInstance {
|
|
|
8938
8998
|
/** The AWS KMS key identifier for encryption of Performance Insights data.
|
|
8939
8999
|
The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
|
|
8940
9000
|
If you do not specify a value for ``PerformanceInsightsKMSKeyId``, then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS account. Your AWS account has a different default KMS key for each AWS Region.
|
|
8941
|
-
|
|
9001
|
+
*Update behavior:* Once Performance Insights is enabled with a KMS key, you cannot change to a different physical KMS key without replacing the DB instance. However, the following updates do not require replacement:
|
|
9002
|
+
+ Enabling or disabling Performance Insights using the ``EnablePerformanceInsights`` property
|
|
9003
|
+
+ Changing between different identifier formats (key ARN, key ID, alias ARN, alias name) of the same physical KMS key
|
|
9004
|
+
+ Removing the ``PerformanceInsightsKMSKeyId`` property from your template
|
|
9005
|
+
|
|
9006
|
+
*Drift behavior:* If you specify ``PerformanceInsightsKMSKeyId`` while ``EnablePerformanceInsights`` is set to ``false``, CloudFormation will report drift. This occurs because the RDS API does not allow setting a KMS key when Performance Insights is disabled. CloudFormation ignores the ``PerformanceInsightsKMSKeyId`` value during instance creation to avoid API errors, resulting in a mismatch between your template and the actual instance configuration.
|
|
9007
|
+
To avoid drift, omit both ``EnablePerformanceInsights`` and ``PerformanceInsightsKMSKeyId`` during initial instance creation, then set both properties together when you're ready to enable Performance Insights.
|
|
9008
|
+
For information about enabling Performance Insights, see [EnablePerformanceInsights](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights). */
|
|
8942
9009
|
PerformanceInsightsKMSKeyId?: string;
|
|
8943
9010
|
/** The number of days to retain Performance Insights data. When creating a DB instance without enabling Performance Insights, you can't specify the parameter ``PerformanceInsightsRetentionPeriod``.
|
|
8944
9011
|
This setting doesn't apply to RDS Custom DB instances.
|
|
@@ -9079,14 +9146,23 @@ export declare class DbInstance {
|
|
|
9079
9146
|
}, attributes?: CFResourceAttributes);
|
|
9080
9147
|
readonly AutomaticRestartTime: string;
|
|
9081
9148
|
readonly CertificateDetails: DbInstance_CertificateDetails;
|
|
9149
|
+
readonly CertificateDetails_CAIdentifier: string;
|
|
9150
|
+
readonly CertificateDetails_ValidTill: string;
|
|
9082
9151
|
readonly DBInstanceArn: string;
|
|
9083
9152
|
readonly DBInstanceStatus: string;
|
|
9084
9153
|
readonly DbiResourceId: string;
|
|
9085
9154
|
readonly Endpoint: DbInstance_Endpoint;
|
|
9155
|
+
readonly Endpoint_Address: string;
|
|
9156
|
+
readonly Endpoint_HostedZoneId: string;
|
|
9157
|
+
readonly Endpoint_Port: string;
|
|
9086
9158
|
readonly InstanceCreateTime: string;
|
|
9087
9159
|
readonly IsStorageConfigUpgradeAvailable: boolean;
|
|
9088
9160
|
readonly LatestRestorableTime: string;
|
|
9089
9161
|
readonly ListenerEndpoint: DbInstance_Endpoint;
|
|
9162
|
+
readonly ListenerEndpoint_Address: string;
|
|
9163
|
+
readonly ListenerEndpoint_HostedZoneId: string;
|
|
9164
|
+
readonly ListenerEndpoint_Port: string;
|
|
9165
|
+
readonly MasterUserSecret_SecretArn: string;
|
|
9090
9166
|
readonly PercentProgress: string;
|
|
9091
9167
|
readonly ReadReplicaDBClusterIdentifiers: string[];
|
|
9092
9168
|
readonly ReadReplicaDBInstanceIdentifiers: string[];
|
|
@@ -9907,6 +9983,8 @@ export declare class Disk {
|
|
|
9907
9983
|
readonly DiskArn: string;
|
|
9908
9984
|
readonly Iops: number;
|
|
9909
9985
|
readonly IsAttached: boolean;
|
|
9986
|
+
readonly Location_AvailabilityZone: string;
|
|
9987
|
+
readonly Location_RegionName: string;
|
|
9910
9988
|
readonly Path: string;
|
|
9911
9989
|
readonly ResourceType: string;
|
|
9912
9990
|
readonly State: string;
|
|
@@ -11066,6 +11144,8 @@ export declare class EFSFileSystem {
|
|
|
11066
11144
|
}, attributes?: CFResourceAttributes);
|
|
11067
11145
|
readonly Arn: string;
|
|
11068
11146
|
readonly FileSystemId: string;
|
|
11147
|
+
readonly ReplicationConfiguration_Destinations_Item_Status: string;
|
|
11148
|
+
readonly ReplicationConfiguration_Destinations_Item_StatusMessage: string;
|
|
11069
11149
|
}
|
|
11070
11150
|
|
|
11071
11151
|
export declare class EgressOnlyInternetGateway {
|
|
@@ -11153,6 +11233,8 @@ export declare class EKSCapability {
|
|
|
11153
11233
|
Version?: string;
|
|
11154
11234
|
}, attributes?: CFResourceAttributes);
|
|
11155
11235
|
readonly Arn: string;
|
|
11236
|
+
readonly Configuration_ArgoCd_AwsIdc_IdcManagedApplicationArn: string;
|
|
11237
|
+
readonly Configuration_ArgoCd_ServerUrl: string;
|
|
11156
11238
|
readonly CreatedAt: string;
|
|
11157
11239
|
readonly ModifiedAt: string;
|
|
11158
11240
|
readonly Status: string;
|
|
@@ -11208,6 +11290,7 @@ export declare class EKSCluster {
|
|
|
11208
11290
|
readonly EncryptionConfigKeyArn: string;
|
|
11209
11291
|
readonly Endpoint: string;
|
|
11210
11292
|
readonly Id: string;
|
|
11293
|
+
readonly KubernetesNetworkConfig_ServiceIpv6Cidr: string;
|
|
11211
11294
|
readonly OpenIdConnectIssuerUrl: string;
|
|
11212
11295
|
}
|
|
11213
11296
|
|
|
@@ -11319,6 +11402,8 @@ export declare class ElbLoadBalancer {
|
|
|
11319
11402
|
readonly CanonicalHostedZoneNameID: string;
|
|
11320
11403
|
readonly DNSName: string;
|
|
11321
11404
|
readonly Id: string;
|
|
11405
|
+
readonly SourceSecurityGroup_GroupName: string;
|
|
11406
|
+
readonly SourceSecurityGroup_OwnerAlias: string;
|
|
11322
11407
|
}
|
|
11323
11408
|
|
|
11324
11409
|
export declare class Elbv2TrustStore {
|
|
@@ -11389,6 +11474,12 @@ export declare class EmailContact {
|
|
|
11389
11474
|
}, attributes?: CFResourceAttributes);
|
|
11390
11475
|
readonly Arn: string;
|
|
11391
11476
|
readonly EmailContact: EmailContact_EmailContact;
|
|
11477
|
+
readonly EmailContact_Address: string;
|
|
11478
|
+
readonly EmailContact_Arn: string;
|
|
11479
|
+
readonly EmailContact_CreationTime: string;
|
|
11480
|
+
readonly EmailContact_Name: string;
|
|
11481
|
+
readonly EmailContact_Status: string;
|
|
11482
|
+
readonly EmailContact_UpdateTime: string;
|
|
11392
11483
|
}
|
|
11393
11484
|
|
|
11394
11485
|
export declare class EmailIdentity {
|
|
@@ -11684,7 +11775,15 @@ export declare class EndpointAccess {
|
|
|
11684
11775
|
readonly EndpointStatus: string;
|
|
11685
11776
|
readonly Port: number;
|
|
11686
11777
|
readonly VpcEndpoint: Record<string, unknown>;
|
|
11778
|
+
readonly VpcEndpoint_NetworkInterfaces_Item_AvailabilityZone: string;
|
|
11779
|
+
readonly VpcEndpoint_NetworkInterfaces_Item_NetworkInterfaceId: string;
|
|
11780
|
+
readonly VpcEndpoint_NetworkInterfaces_Item_PrivateIpAddress: string;
|
|
11781
|
+
readonly VpcEndpoint_NetworkInterfaces_Item_SubnetId: string;
|
|
11782
|
+
readonly VpcEndpoint_VpcEndpointId: string;
|
|
11783
|
+
readonly VpcEndpoint_VpcId: string;
|
|
11687
11784
|
readonly VpcSecurityGroups: EndpointAccess_VpcSecurityGroup[];
|
|
11785
|
+
readonly VpcSecurityGroups_Item_Status: string;
|
|
11786
|
+
readonly VpcSecurityGroups_Item_VpcSecurityGroupId: string;
|
|
11688
11787
|
}
|
|
11689
11788
|
|
|
11690
11789
|
export declare class EndpointAuthorization {
|
|
@@ -12305,6 +12404,8 @@ export declare class EventsConnection {
|
|
|
12305
12404
|
}, attributes?: CFResourceAttributes);
|
|
12306
12405
|
readonly Arn: string;
|
|
12307
12406
|
readonly ArnForPolicy: string;
|
|
12407
|
+
readonly AuthParameters_ConnectivityParameters_ResourceParameters_ResourceAssociationArn: string;
|
|
12408
|
+
readonly InvocationConnectivityParameters_ResourceParameters_ResourceAssociationArn: string;
|
|
12308
12409
|
readonly SecretArn: string;
|
|
12309
12410
|
}
|
|
12310
12411
|
|
|
@@ -12464,6 +12565,15 @@ export declare class EventType {
|
|
|
12464
12565
|
}, attributes?: CFResourceAttributes);
|
|
12465
12566
|
readonly Arn: string;
|
|
12466
12567
|
readonly CreatedTime: string;
|
|
12568
|
+
readonly EntityTypes_Item_Arn: string;
|
|
12569
|
+
readonly EntityTypes_Item_CreatedTime: string;
|
|
12570
|
+
readonly EntityTypes_Item_LastUpdatedTime: string;
|
|
12571
|
+
readonly EventVariables_Item_Arn: string;
|
|
12572
|
+
readonly EventVariables_Item_CreatedTime: string;
|
|
12573
|
+
readonly EventVariables_Item_LastUpdatedTime: string;
|
|
12574
|
+
readonly Labels_Item_Arn: string;
|
|
12575
|
+
readonly Labels_Item_CreatedTime: string;
|
|
12576
|
+
readonly Labels_Item_LastUpdatedTime: string;
|
|
12467
12577
|
readonly LastUpdatedTime: string;
|
|
12468
12578
|
}
|
|
12469
12579
|
|
|
@@ -12591,6 +12701,7 @@ export declare class Export {
|
|
|
12591
12701
|
ExportArn?: string;
|
|
12592
12702
|
Tags?: Export_ResourceTag[];
|
|
12593
12703
|
}, attributes?: CFResourceAttributes);
|
|
12704
|
+
readonly Export_ExportArn: string;
|
|
12594
12705
|
readonly ExportArn: string;
|
|
12595
12706
|
}
|
|
12596
12707
|
|
|
@@ -12619,6 +12730,19 @@ export declare class ExpressGatewayService {
|
|
|
12619
12730
|
readonly ActiveConfigurations: ExpressGatewayService_ExpressGatewayServiceConfiguration[];
|
|
12620
12731
|
readonly CreatedAt: string;
|
|
12621
12732
|
readonly ECSManagedResourceArns: ExpressGatewayService_ECSManagedResourceArns;
|
|
12733
|
+
readonly ECSManagedResourceArns_AutoScaling: string;
|
|
12734
|
+
readonly ECSManagedResourceArns_AutoScaling_ApplicationAutoScalingPolicies: string;
|
|
12735
|
+
readonly ECSManagedResourceArns_AutoScaling_ScalableTarget: string;
|
|
12736
|
+
readonly ECSManagedResourceArns_IngressPath: string;
|
|
12737
|
+
readonly ECSManagedResourceArns_IngressPath_CertificateArn: string;
|
|
12738
|
+
readonly ECSManagedResourceArns_IngressPath_ListenerArn: string;
|
|
12739
|
+
readonly ECSManagedResourceArns_IngressPath_ListenerRuleArn: string;
|
|
12740
|
+
readonly ECSManagedResourceArns_IngressPath_LoadBalancerArn: string;
|
|
12741
|
+
readonly ECSManagedResourceArns_IngressPath_LoadBalancerSecurityGroups: string;
|
|
12742
|
+
readonly ECSManagedResourceArns_IngressPath_TargetGroupArns: string;
|
|
12743
|
+
readonly ECSManagedResourceArns_LogGroups: string;
|
|
12744
|
+
readonly ECSManagedResourceArns_MetricAlarms: string;
|
|
12745
|
+
readonly ECSManagedResourceArns_ServiceSecurityGroups: string;
|
|
12622
12746
|
readonly Endpoint: string;
|
|
12623
12747
|
readonly ServiceArn: string;
|
|
12624
12748
|
readonly Status: ExpressGatewayService_ExpressGatewayServiceStatus;
|
|
@@ -13007,6 +13131,7 @@ export declare class FirewallRuleGroup {
|
|
|
13007
13131
|
readonly Arn: string;
|
|
13008
13132
|
readonly CreationTime: string;
|
|
13009
13133
|
readonly CreatorRequestId: string;
|
|
13134
|
+
readonly FirewallRules_Item_FirewallThreatProtectionId: string;
|
|
13010
13135
|
readonly Id: string;
|
|
13011
13136
|
readonly ModificationTime: string;
|
|
13012
13137
|
readonly OwnerId: string;
|
|
@@ -13557,9 +13682,29 @@ export declare class FraudDetectorDetector {
|
|
|
13557
13682
|
Tags?: FraudDetectorDetector_Tag[];
|
|
13558
13683
|
}, attributes?: CFResourceAttributes);
|
|
13559
13684
|
readonly Arn: string;
|
|
13685
|
+
readonly AssociatedModels_Item_Arn: string;
|
|
13560
13686
|
readonly CreatedTime: string;
|
|
13561
13687
|
readonly DetectorVersionId: string;
|
|
13688
|
+
readonly EventType_Arn: string;
|
|
13689
|
+
readonly EventType_CreatedTime: string;
|
|
13690
|
+
readonly EventType_EntityTypes_Item_Arn: string;
|
|
13691
|
+
readonly EventType_EntityTypes_Item_CreatedTime: string;
|
|
13692
|
+
readonly EventType_EntityTypes_Item_LastUpdatedTime: string;
|
|
13693
|
+
readonly EventType_EventVariables_Item_Arn: string;
|
|
13694
|
+
readonly EventType_EventVariables_Item_CreatedTime: string;
|
|
13695
|
+
readonly EventType_EventVariables_Item_LastUpdatedTime: string;
|
|
13696
|
+
readonly EventType_Labels_Item_Arn: string;
|
|
13697
|
+
readonly EventType_Labels_Item_CreatedTime: string;
|
|
13698
|
+
readonly EventType_Labels_Item_LastUpdatedTime: string;
|
|
13699
|
+
readonly EventType_LastUpdatedTime: string;
|
|
13562
13700
|
readonly LastUpdatedTime: string;
|
|
13701
|
+
readonly Rules_Item_Arn: string;
|
|
13702
|
+
readonly Rules_Item_CreatedTime: string;
|
|
13703
|
+
readonly Rules_Item_LastUpdatedTime: string;
|
|
13704
|
+
readonly Rules_Item_Outcomes_Item_Arn: string;
|
|
13705
|
+
readonly Rules_Item_Outcomes_Item_CreatedTime: string;
|
|
13706
|
+
readonly Rules_Item_Outcomes_Item_LastUpdatedTime: string;
|
|
13707
|
+
readonly Rules_Item_RuleVersion: string;
|
|
13563
13708
|
}
|
|
13564
13709
|
|
|
13565
13710
|
export declare class FSxFileSystem {
|
|
@@ -13704,6 +13849,8 @@ export declare class Function {
|
|
|
13704
13849
|
}, attributes?: CFResourceAttributes);
|
|
13705
13850
|
readonly Arn: string;
|
|
13706
13851
|
readonly SnapStartResponse: Function_SnapStartResponse;
|
|
13852
|
+
readonly SnapStartResponse_ApplyOn: string;
|
|
13853
|
+
readonly SnapStartResponse_OptimizationStatus: string;
|
|
13707
13854
|
}
|
|
13708
13855
|
|
|
13709
13856
|
export declare class FunctionConfiguration {
|
|
@@ -13801,6 +13948,7 @@ export declare class FuotaTask {
|
|
|
13801
13948
|
readonly Arn: string;
|
|
13802
13949
|
readonly FuotaTaskStatus: string;
|
|
13803
13950
|
readonly Id: string;
|
|
13951
|
+
readonly LoRaWAN_StartTime: string;
|
|
13804
13952
|
}
|
|
13805
13953
|
|
|
13806
13954
|
export declare class GameLiftAlias {
|
|
@@ -15335,6 +15483,10 @@ export declare class ImageBuilderComponent {
|
|
|
15335
15483
|
readonly Arn: string;
|
|
15336
15484
|
readonly Encrypted: boolean;
|
|
15337
15485
|
readonly LatestVersion: ImageBuilderComponent_LatestVersion;
|
|
15486
|
+
readonly LatestVersion_Arn: string;
|
|
15487
|
+
readonly LatestVersion_Major: string;
|
|
15488
|
+
readonly LatestVersion_Minor: string;
|
|
15489
|
+
readonly LatestVersion_Patch: string;
|
|
15338
15490
|
readonly Type: "BUILD" | "TEST";
|
|
15339
15491
|
}
|
|
15340
15492
|
|
|
@@ -15381,6 +15533,10 @@ export declare class ImageBuilderImage {
|
|
|
15381
15533
|
readonly ImageId: string;
|
|
15382
15534
|
readonly ImageUri: string;
|
|
15383
15535
|
readonly LatestVersion: ImageBuilderImage_LatestVersion;
|
|
15536
|
+
readonly LatestVersion_Arn: string;
|
|
15537
|
+
readonly LatestVersion_Major: string;
|
|
15538
|
+
readonly LatestVersion_Minor: string;
|
|
15539
|
+
readonly LatestVersion_Patch: string;
|
|
15384
15540
|
readonly Name: string;
|
|
15385
15541
|
}
|
|
15386
15542
|
|
|
@@ -15435,6 +15591,10 @@ export declare class ImageBuilderWorkflow {
|
|
|
15435
15591
|
}, attributes?: CFResourceAttributes);
|
|
15436
15592
|
readonly Arn: string;
|
|
15437
15593
|
readonly LatestVersion: ImageBuilderWorkflow_LatestVersion;
|
|
15594
|
+
readonly LatestVersion_Arn: string;
|
|
15595
|
+
readonly LatestVersion_Major: string;
|
|
15596
|
+
readonly LatestVersion_Minor: string;
|
|
15597
|
+
readonly LatestVersion_Patch: string;
|
|
15438
15598
|
}
|
|
15439
15599
|
|
|
15440
15600
|
export declare class ImagePipeline {
|
|
@@ -15507,6 +15667,10 @@ export declare class ImageRecipe {
|
|
|
15507
15667
|
}, attributes?: CFResourceAttributes);
|
|
15508
15668
|
readonly Arn: string;
|
|
15509
15669
|
readonly LatestVersion: ImageRecipe_LatestVersion;
|
|
15670
|
+
readonly LatestVersion_Arn: string;
|
|
15671
|
+
readonly LatestVersion_Major: string;
|
|
15672
|
+
readonly LatestVersion_Minor: string;
|
|
15673
|
+
readonly LatestVersion_Patch: string;
|
|
15510
15674
|
}
|
|
15511
15675
|
|
|
15512
15676
|
export declare class ImageVersion {
|
|
@@ -15588,6 +15752,9 @@ export declare class InferenceComponent {
|
|
|
15588
15752
|
readonly InferenceComponentArn: string;
|
|
15589
15753
|
readonly InferenceComponentStatus: InferenceComponent_InferenceComponentStatus;
|
|
15590
15754
|
readonly LastModifiedTime: string;
|
|
15755
|
+
readonly RuntimeConfig_CurrentCopyCount: string;
|
|
15756
|
+
readonly RuntimeConfig_DesiredCopyCount: string;
|
|
15757
|
+
readonly Specification_Container_DeployedImage: string;
|
|
15591
15758
|
}
|
|
15592
15759
|
|
|
15593
15760
|
export declare class InferenceExperiment {
|
|
@@ -16553,7 +16720,9 @@ export declare class IoTSiteWiseAsset {
|
|
|
16553
16720
|
Tags?: IoTSiteWiseAsset_Tag[];
|
|
16554
16721
|
}, attributes?: CFResourceAttributes);
|
|
16555
16722
|
readonly AssetArn: string;
|
|
16723
|
+
readonly AssetHierarchies_Item_Id: string;
|
|
16556
16724
|
readonly AssetId: string;
|
|
16725
|
+
readonly AssetProperties_Item_Id: string;
|
|
16557
16726
|
}
|
|
16558
16727
|
|
|
16559
16728
|
export declare class IoTSiteWiseDashboard {
|
|
@@ -17632,23 +17801,20 @@ export declare class LambdaAlias {
|
|
|
17632
17801
|
|
|
17633
17802
|
export declare class LambdaCapacityProvider {
|
|
17634
17803
|
constructor(props: {
|
|
17635
|
-
/**
|
|
17804
|
+
/** The permissions configuration for the capacity provider. */
|
|
17636
17805
|
PermissionsConfig: LambdaCapacityProvider_CapacityProviderPermissionsConfig;
|
|
17637
|
-
/** VPC configuration for the capacity provider. */
|
|
17806
|
+
/** The VPC configuration for the capacity provider. */
|
|
17638
17807
|
VpcConfig: LambdaCapacityProvider_CapacityProviderVpcConfig;
|
|
17639
|
-
/** The Amazon Resource Name (ARN) of the capacity provider. This is a read-only property that is automatically generated when the capacity provider is created. */
|
|
17640
17808
|
Arn?: string;
|
|
17641
|
-
/** The name of the capacity provider. The name must be unique within your AWS account and region. If you don't specify a name, CloudFormation generates one. */
|
|
17642
17809
|
CapacityProviderName?: string;
|
|
17643
17810
|
/** The scaling configuration for the capacity provider. */
|
|
17644
17811
|
CapacityProviderScalingConfig?: LambdaCapacityProvider_CapacityProviderScalingConfig;
|
|
17645
|
-
/**
|
|
17812
|
+
/** The instance requirements for compute resources managed by the capacity provider. */
|
|
17646
17813
|
InstanceRequirements?: LambdaCapacityProvider_InstanceRequirements;
|
|
17647
|
-
/** The ARN of the
|
|
17814
|
+
/** The ARN of the KMS key used to encrypt the capacity provider's resources. */
|
|
17648
17815
|
KmsKeyArn?: string;
|
|
17649
|
-
/** The current state of the capacity provider. */
|
|
17650
17816
|
State?: LambdaCapacityProvider_CapacityProviderState;
|
|
17651
|
-
/** A
|
|
17817
|
+
/** A key-value pair that provides metadata for the capacity provider. */
|
|
17652
17818
|
Tags?: LambdaCapacityProvider_Tag[];
|
|
17653
17819
|
}, attributes?: CFResourceAttributes);
|
|
17654
17820
|
readonly Arn: string;
|
|
@@ -18156,6 +18322,7 @@ export declare class LightsailContainer {
|
|
|
18156
18322
|
}, attributes?: CFResourceAttributes);
|
|
18157
18323
|
readonly ContainerArn: string;
|
|
18158
18324
|
readonly PrincipalArn: string;
|
|
18325
|
+
readonly PrivateRegistryAccess_EcrImagePullerRole_PrincipalArn: string;
|
|
18159
18326
|
readonly Url: string;
|
|
18160
18327
|
}
|
|
18161
18328
|
|
|
@@ -18250,6 +18417,7 @@ export declare class LightsailDomain {
|
|
|
18250
18417
|
}, attributes?: CFResourceAttributes);
|
|
18251
18418
|
readonly Arn: string;
|
|
18252
18419
|
readonly CreatedAt: string;
|
|
18420
|
+
readonly DomainEntries_Item_Id: string;
|
|
18253
18421
|
readonly Location: Record<string, unknown>;
|
|
18254
18422
|
readonly ResourceType: "Domain";
|
|
18255
18423
|
readonly SupportCode: string;
|
|
@@ -18295,13 +18463,20 @@ export declare class LightsailInstance {
|
|
|
18295
18463
|
/** Username of the Lightsail instance. */
|
|
18296
18464
|
UserName?: string;
|
|
18297
18465
|
}, attributes?: CFResourceAttributes);
|
|
18466
|
+
readonly Hardware_CpuCount: string;
|
|
18467
|
+
readonly Hardware_RamSizeInGb: string;
|
|
18298
18468
|
readonly InstanceArn: string;
|
|
18299
18469
|
readonly Ipv6Addresses: string[];
|
|
18300
18470
|
readonly IsStaticIp: boolean;
|
|
18471
|
+
readonly Location_AvailabilityZone: string;
|
|
18472
|
+
readonly Location_RegionName: string;
|
|
18473
|
+
readonly Networking_MonthlyTransfer_GbPerMonthAllocated: string;
|
|
18301
18474
|
readonly PrivateIpAddress: string;
|
|
18302
18475
|
readonly PublicIpAddress: string;
|
|
18303
18476
|
readonly ResourceType: string;
|
|
18304
18477
|
readonly SshKeyName: string;
|
|
18478
|
+
readonly State_Code: string;
|
|
18479
|
+
readonly State_Name: string;
|
|
18305
18480
|
readonly SupportCode: string;
|
|
18306
18481
|
readonly UserName: string;
|
|
18307
18482
|
}
|
|
@@ -18725,6 +18900,7 @@ export declare class LocationAzureBlob {
|
|
|
18725
18900
|
/** An array of key-value pairs to apply to this resource. */
|
|
18726
18901
|
Tags?: LocationAzureBlob_Tag[];
|
|
18727
18902
|
}, attributes?: CFResourceAttributes);
|
|
18903
|
+
readonly CmkSecretConfig_SecretArn: string;
|
|
18728
18904
|
readonly LocationArn: string;
|
|
18729
18905
|
readonly LocationUri: string;
|
|
18730
18906
|
readonly ManagedSecretConfig: LocationAzureBlob_ManagedSecretConfig;
|
|
@@ -18926,6 +19102,7 @@ export declare class LocationObjectStorage {
|
|
|
18926
19102
|
/** An array of key-value pairs to apply to this resource. */
|
|
18927
19103
|
Tags?: LocationObjectStorage_Tag[];
|
|
18928
19104
|
}, attributes?: CFResourceAttributes);
|
|
19105
|
+
readonly CmkSecretConfig_SecretArn: string;
|
|
18929
19106
|
readonly LocationArn: string;
|
|
18930
19107
|
readonly LocationUri: string;
|
|
18931
19108
|
readonly ManagedSecretConfig: LocationObjectStorage_ManagedSecretConfig;
|
|
@@ -18986,6 +19163,7 @@ export declare class LocationSMB {
|
|
|
18986
19163
|
/** The user who can mount the share, has the permissions to access files and folders in the SMB share. */
|
|
18987
19164
|
User?: string;
|
|
18988
19165
|
}, attributes?: CFResourceAttributes);
|
|
19166
|
+
readonly CmkSecretConfig_SecretArn: string;
|
|
18989
19167
|
readonly LocationArn: string;
|
|
18990
19168
|
readonly LocationUri: string;
|
|
18991
19169
|
readonly ManagedSecretConfig: LocationSMB_ManagedSecretConfig;
|
|
@@ -19417,20 +19595,32 @@ export declare class MailManagerTrafficPolicy {
|
|
|
19417
19595
|
|
|
19418
19596
|
export declare class MaintenanceWindow {
|
|
19419
19597
|
constructor(props: {
|
|
19598
|
+
/** Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets. If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window. */
|
|
19420
19599
|
AllowUnassociatedTargets: boolean;
|
|
19600
|
+
/** The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution. */
|
|
19421
19601
|
Cutoff: number;
|
|
19602
|
+
/** The duration of the maintenance window in hours. */
|
|
19422
19603
|
Duration: number;
|
|
19604
|
+
/** The name of the maintenance window. */
|
|
19423
19605
|
Name: string;
|
|
19606
|
+
/** The schedule of the maintenance window in the form of a cron or rate expression. */
|
|
19424
19607
|
Schedule: string;
|
|
19608
|
+
/** A description of the maintenance window. */
|
|
19425
19609
|
Description?: string;
|
|
19610
|
+
/** The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. */
|
|
19426
19611
|
EndDate?: string;
|
|
19427
|
-
|
|
19612
|
+
/** The number of days to wait to run a maintenance window after the scheduled cron expression date and time. */
|
|
19428
19613
|
ScheduleOffset?: number;
|
|
19614
|
+
/** The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. */
|
|
19429
19615
|
ScheduleTimezone?: string;
|
|
19616
|
+
/** The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. StartDate allows you to delay activation of the maintenance window until the specified future date. */
|
|
19430
19617
|
StartDate?: string;
|
|
19618
|
+
/** Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs). Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a maintenance window to identify the type of tasks it will run, the types of targets, and the environment it will run in. */
|
|
19431
19619
|
Tags?: MaintenanceWindow_Tag[];
|
|
19620
|
+
/** The ID of the maintenance window. */
|
|
19621
|
+
WindowId?: string;
|
|
19432
19622
|
}, attributes?: CFResourceAttributes);
|
|
19433
|
-
readonly
|
|
19623
|
+
readonly WindowId: string;
|
|
19434
19624
|
}
|
|
19435
19625
|
|
|
19436
19626
|
export declare class MaintenanceWindowTarget {
|
|
@@ -19759,6 +19949,11 @@ export declare class MediaConnectFlow {
|
|
|
19759
19949
|
readonly FlowArn: string;
|
|
19760
19950
|
readonly FlowAvailabilityZone: string;
|
|
19761
19951
|
readonly FlowNdiMachineName: string;
|
|
19952
|
+
readonly MediaStreams_Item_Fmt: string;
|
|
19953
|
+
readonly Source_IngestIp: string;
|
|
19954
|
+
readonly Source_SourceArn: string;
|
|
19955
|
+
readonly Source_SourceIngestPort: string;
|
|
19956
|
+
readonly VpcInterfaces_Item_NetworkInterfaceIds: string;
|
|
19762
19957
|
}
|
|
19763
19958
|
|
|
19764
19959
|
export declare class MediaConnectGateway {
|
|
@@ -19912,6 +20107,8 @@ export declare class MediaPackageAsset {
|
|
|
19912
20107
|
}, attributes?: CFResourceAttributes);
|
|
19913
20108
|
readonly Arn: string;
|
|
19914
20109
|
readonly CreatedAt: string;
|
|
20110
|
+
readonly EgressEndpoints_Item_PackagingConfigurationId: string;
|
|
20111
|
+
readonly EgressEndpoints_Item_Url: string;
|
|
19915
20112
|
}
|
|
19916
20113
|
|
|
19917
20114
|
export declare class MediaPackageChannel {
|
|
@@ -19932,6 +20129,10 @@ export declare class MediaPackageChannel {
|
|
|
19932
20129
|
Tags?: MediaPackageChannel_Tag[];
|
|
19933
20130
|
}, attributes?: CFResourceAttributes);
|
|
19934
20131
|
readonly Arn: string;
|
|
20132
|
+
readonly HlsIngest_ingestEndpoints_Item_Id: string;
|
|
20133
|
+
readonly HlsIngest_ingestEndpoints_Item_Password: string;
|
|
20134
|
+
readonly HlsIngest_ingestEndpoints_Item_Url: string;
|
|
20135
|
+
readonly HlsIngest_ingestEndpoints_Item_Username: string;
|
|
19935
20136
|
}
|
|
19936
20137
|
|
|
19937
20138
|
export declare class MediaPackageOriginEndpoint {
|
|
@@ -20038,7 +20239,9 @@ export declare class MediaPackageV2OriginEndpoint {
|
|
|
20038
20239
|
readonly Arn: string;
|
|
20039
20240
|
readonly CreatedAt: string;
|
|
20040
20241
|
readonly DashManifestUrls: string[];
|
|
20242
|
+
readonly HlsManifests_Item_Url: string;
|
|
20041
20243
|
readonly HlsManifestUrls: string[];
|
|
20244
|
+
readonly LowLatencyHlsManifests_Item_Url: string;
|
|
20042
20245
|
readonly LowLatencyHlsManifestUrls: string[];
|
|
20043
20246
|
readonly ModifiedAt: string;
|
|
20044
20247
|
readonly MssManifestUrls: string[];
|
|
@@ -20146,6 +20349,31 @@ export declare class Memory {
|
|
|
20146
20349
|
readonly FailureReason: string;
|
|
20147
20350
|
readonly MemoryArn: string;
|
|
20148
20351
|
readonly MemoryId: string;
|
|
20352
|
+
readonly MemoryStrategies_Item_CustomMemoryStrategy_CreatedAt: string;
|
|
20353
|
+
readonly MemoryStrategies_Item_CustomMemoryStrategy_Status: string;
|
|
20354
|
+
readonly MemoryStrategies_Item_CustomMemoryStrategy_StrategyId: string;
|
|
20355
|
+
readonly MemoryStrategies_Item_CustomMemoryStrategy_Type: string;
|
|
20356
|
+
readonly MemoryStrategies_Item_CustomMemoryStrategy_UpdatedAt: string;
|
|
20357
|
+
readonly MemoryStrategies_Item_EpisodicMemoryStrategy_CreatedAt: string;
|
|
20358
|
+
readonly MemoryStrategies_Item_EpisodicMemoryStrategy_Status: string;
|
|
20359
|
+
readonly MemoryStrategies_Item_EpisodicMemoryStrategy_StrategyId: string;
|
|
20360
|
+
readonly MemoryStrategies_Item_EpisodicMemoryStrategy_Type: string;
|
|
20361
|
+
readonly MemoryStrategies_Item_EpisodicMemoryStrategy_UpdatedAt: string;
|
|
20362
|
+
readonly MemoryStrategies_Item_SemanticMemoryStrategy_CreatedAt: string;
|
|
20363
|
+
readonly MemoryStrategies_Item_SemanticMemoryStrategy_Status: string;
|
|
20364
|
+
readonly MemoryStrategies_Item_SemanticMemoryStrategy_StrategyId: string;
|
|
20365
|
+
readonly MemoryStrategies_Item_SemanticMemoryStrategy_Type: string;
|
|
20366
|
+
readonly MemoryStrategies_Item_SemanticMemoryStrategy_UpdatedAt: string;
|
|
20367
|
+
readonly MemoryStrategies_Item_SummaryMemoryStrategy_CreatedAt: string;
|
|
20368
|
+
readonly MemoryStrategies_Item_SummaryMemoryStrategy_Status: string;
|
|
20369
|
+
readonly MemoryStrategies_Item_SummaryMemoryStrategy_StrategyId: string;
|
|
20370
|
+
readonly MemoryStrategies_Item_SummaryMemoryStrategy_Type: string;
|
|
20371
|
+
readonly MemoryStrategies_Item_SummaryMemoryStrategy_UpdatedAt: string;
|
|
20372
|
+
readonly MemoryStrategies_Item_UserPreferenceMemoryStrategy_CreatedAt: string;
|
|
20373
|
+
readonly MemoryStrategies_Item_UserPreferenceMemoryStrategy_Status: string;
|
|
20374
|
+
readonly MemoryStrategies_Item_UserPreferenceMemoryStrategy_StrategyId: string;
|
|
20375
|
+
readonly MemoryStrategies_Item_UserPreferenceMemoryStrategy_Type: string;
|
|
20376
|
+
readonly MemoryStrategies_Item_UserPreferenceMemoryStrategy_UpdatedAt: string;
|
|
20149
20377
|
readonly Status: Memory_MemoryStatus;
|
|
20150
20378
|
readonly UpdatedAt: string;
|
|
20151
20379
|
}
|
|
@@ -20222,6 +20450,8 @@ You cannot modify the value of TransitEncryptionEnabled after the cluster is cre
|
|
|
20222
20450
|
TLSEnabled?: boolean;
|
|
20223
20451
|
}, attributes?: CFResourceAttributes);
|
|
20224
20452
|
readonly ARN: string;
|
|
20453
|
+
readonly ClusterEndpoint_Address: string;
|
|
20454
|
+
readonly ClusterEndpoint_Port: string;
|
|
20225
20455
|
readonly ParameterGroupStatus: string;
|
|
20226
20456
|
readonly Status: string;
|
|
20227
20457
|
}
|
|
@@ -20325,6 +20555,7 @@ export declare class MessageTemplate {
|
|
|
20325
20555
|
Tags?: MessageTemplate_Tag[];
|
|
20326
20556
|
}, attributes?: CFResourceAttributes);
|
|
20327
20557
|
readonly MessageTemplateArn: string;
|
|
20558
|
+
readonly MessageTemplateAttachments_Item_AttachmentId: string;
|
|
20328
20559
|
readonly MessageTemplateContentSha256: string;
|
|
20329
20560
|
readonly MessageTemplateId: string;
|
|
20330
20561
|
}
|
|
@@ -20652,7 +20883,13 @@ export declare class ModelCard {
|
|
|
20652
20883
|
/** Key-value pairs used to manage metadata for model cards. */
|
|
20653
20884
|
Tags?: ModelCard_Tag[];
|
|
20654
20885
|
}, attributes?: CFResourceAttributes);
|
|
20886
|
+
readonly CreatedBy_DomainId: string;
|
|
20887
|
+
readonly CreatedBy_UserProfileArn: string;
|
|
20888
|
+
readonly CreatedBy_UserProfileName: string;
|
|
20655
20889
|
readonly CreationTime: string;
|
|
20890
|
+
readonly LastModifiedBy_DomainId: string;
|
|
20891
|
+
readonly LastModifiedBy_UserProfileArn: string;
|
|
20892
|
+
readonly LastModifiedBy_UserProfileName: string;
|
|
20656
20893
|
readonly LastModifiedTime: string;
|
|
20657
20894
|
readonly ModelCardArn: string;
|
|
20658
20895
|
readonly ModelCardProcessingStatus: "ContentDeleted" | "DeleteCompleted" | "DeleteFailed" | "DeleteInProgress" | "DeletePending" | "ExportJobsDeleted" | "UnsetValue";
|
|
@@ -20899,6 +21136,7 @@ export declare class MPAIdentitySource {
|
|
|
20899
21136
|
}, attributes?: CFResourceAttributes);
|
|
20900
21137
|
readonly CreationTime: string;
|
|
20901
21138
|
readonly IdentitySourceArn: string;
|
|
21139
|
+
readonly IdentitySourceParameters_IamIdentityCenter_ApprovalPortalUrl: string;
|
|
20902
21140
|
readonly IdentitySourceType: string;
|
|
20903
21141
|
readonly Status: string;
|
|
20904
21142
|
readonly StatusCode: string;
|
|
@@ -20939,6 +21177,9 @@ export declare class MSKConfiguration {
|
|
|
20939
21177
|
LatestRevision?: MSKConfiguration_LatestRevision;
|
|
20940
21178
|
}, attributes?: CFResourceAttributes);
|
|
20941
21179
|
readonly Arn: string;
|
|
21180
|
+
readonly LatestRevision_CreationTime: string;
|
|
21181
|
+
readonly LatestRevision_Description: string;
|
|
21182
|
+
readonly LatestRevision_Revision: string;
|
|
20942
21183
|
}
|
|
20943
21184
|
|
|
20944
21185
|
export declare class MSKTopic {
|
|
@@ -20982,6 +21223,8 @@ export declare class MulticastGroup {
|
|
|
20982
21223
|
}, attributes?: CFResourceAttributes);
|
|
20983
21224
|
readonly Arn: string;
|
|
20984
21225
|
readonly Id: string;
|
|
21226
|
+
readonly LoRaWAN_NumberOfDevicesInGroup: string;
|
|
21227
|
+
readonly LoRaWAN_NumberOfDevicesRequested: string;
|
|
20985
21228
|
readonly Status: string;
|
|
20986
21229
|
}
|
|
20987
21230
|
|
|
@@ -21061,6 +21304,7 @@ export declare class MultiRegionAccessPointPolicy {
|
|
|
21061
21304
|
PolicyStatus?: Record<string, unknown>;
|
|
21062
21305
|
}, attributes?: CFResourceAttributes);
|
|
21063
21306
|
readonly PolicyStatus: Record<string, unknown>;
|
|
21307
|
+
readonly PolicyStatus_IsPublic: string;
|
|
21064
21308
|
}
|
|
21065
21309
|
|
|
21066
21310
|
export declare class MultiRegionCluster {
|
|
@@ -21155,6 +21399,11 @@ export declare class MWAAEnvironment {
|
|
|
21155
21399
|
readonly Arn: string;
|
|
21156
21400
|
readonly CeleryExecutorQueue: string;
|
|
21157
21401
|
readonly DatabaseVpcEndpointService: string;
|
|
21402
|
+
readonly LoggingConfiguration_DagProcessingLogs_CloudWatchLogGroupArn: string;
|
|
21403
|
+
readonly LoggingConfiguration_SchedulerLogs_CloudWatchLogGroupArn: string;
|
|
21404
|
+
readonly LoggingConfiguration_TaskLogs_CloudWatchLogGroupArn: string;
|
|
21405
|
+
readonly LoggingConfiguration_WebserverLogs_CloudWatchLogGroupArn: string;
|
|
21406
|
+
readonly LoggingConfiguration_WorkerLogs_CloudWatchLogGroupArn: string;
|
|
21158
21407
|
readonly WebserverUrl: string;
|
|
21159
21408
|
readonly WebserverVpcEndpointService: string;
|
|
21160
21409
|
}
|
|
@@ -22363,6 +22612,8 @@ export declare class OpenSearchServiceApplication {
|
|
|
22363
22612
|
IamIdentityCenterOptions?: Record<string, unknown>;
|
|
22364
22613
|
/** The identifier of the application. */
|
|
22365
22614
|
Id?: string;
|
|
22615
|
+
/** The ARN of the KMS key used to encrypt the application. */
|
|
22616
|
+
KmsKeyArn?: string;
|
|
22366
22617
|
/** An arbitrary set of tags (key-value pairs) for this application. */
|
|
22367
22618
|
Tags?: OpenSearchServiceApplication_Tag[];
|
|
22368
22619
|
}, attributes?: CFResourceAttributes);
|
|
@@ -22402,12 +22653,15 @@ export declare class OpenSearchServiceDomain {
|
|
|
22402
22653
|
Tags?: OpenSearchServiceDomain_Tag[];
|
|
22403
22654
|
VPCOptions?: OpenSearchServiceDomain_VPCOptions;
|
|
22404
22655
|
}, attributes?: CFResourceAttributes);
|
|
22656
|
+
readonly AdvancedSecurityOptions_AnonymousAuthDisableDate: string;
|
|
22405
22657
|
readonly Arn: string;
|
|
22406
22658
|
readonly DomainArn: string;
|
|
22407
22659
|
readonly DomainEndpoint: string;
|
|
22408
22660
|
readonly DomainEndpoints: Record<string, unknown>;
|
|
22409
22661
|
readonly DomainEndpointV2: string;
|
|
22410
22662
|
readonly Id: string;
|
|
22663
|
+
readonly IdentityCenterOptions_IdentityCenterApplicationARN: string;
|
|
22664
|
+
readonly IdentityCenterOptions_IdentityStoreId: string;
|
|
22411
22665
|
readonly ServiceSoftwareOptions: OpenSearchServiceDomain_ServiceSoftwareOptions;
|
|
22412
22666
|
}
|
|
22413
22667
|
|
|
@@ -22955,6 +23209,11 @@ export declare class Package {
|
|
|
22955
23209
|
readonly Arn: string;
|
|
22956
23210
|
readonly CreatedTime: number;
|
|
22957
23211
|
readonly PackageId: string;
|
|
23212
|
+
readonly StorageLocation_BinaryPrefixLocation: string;
|
|
23213
|
+
readonly StorageLocation_Bucket: string;
|
|
23214
|
+
readonly StorageLocation_GeneratedPrefixLocation: string;
|
|
23215
|
+
readonly StorageLocation_ManifestPrefixLocation: string;
|
|
23216
|
+
readonly StorageLocation_RepoPrefixLocation: string;
|
|
22958
23217
|
}
|
|
22959
23218
|
|
|
22960
23219
|
export declare class PackageGroup {
|
|
@@ -23607,6 +23866,8 @@ export declare class PlaybackConfiguration {
|
|
|
23607
23866
|
/** The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support. */
|
|
23608
23867
|
TranscodeProfileName?: string;
|
|
23609
23868
|
}, attributes?: CFResourceAttributes);
|
|
23869
|
+
readonly DashConfiguration_ManifestEndpointPrefix: string;
|
|
23870
|
+
readonly HlsConfiguration_ManifestEndpointPrefix: string;
|
|
23610
23871
|
readonly PlaybackConfigurationArn: string;
|
|
23611
23872
|
readonly PlaybackEndpointPrefix: string;
|
|
23612
23873
|
readonly SessionInitializationEndpointPrefix: string;
|
|
@@ -24308,6 +24569,8 @@ export declare class ProjectProfile {
|
|
|
24308
24569
|
readonly CreatedBy: string;
|
|
24309
24570
|
readonly DomainId: string;
|
|
24310
24571
|
readonly DomainUnitId: string;
|
|
24572
|
+
readonly EnvironmentConfigurations_Item_ConfigurationParameters_ResolvedParameters: string;
|
|
24573
|
+
readonly EnvironmentConfigurations_Item_EnvironmentConfigurationId: string;
|
|
24311
24574
|
readonly Id: string;
|
|
24312
24575
|
readonly Identifier: string;
|
|
24313
24576
|
readonly LastUpdatedAt: string;
|
|
@@ -25515,6 +25778,8 @@ The value must be either -1 or an integer between 1 and 3,653. */
|
|
|
25515
25778
|
}, attributes?: CFResourceAttributes);
|
|
25516
25779
|
readonly ClusterNamespaceArn: string;
|
|
25517
25780
|
readonly DeferMaintenanceIdentifier: string;
|
|
25781
|
+
readonly Endpoint_Address: string;
|
|
25782
|
+
readonly Endpoint_Port: string;
|
|
25518
25783
|
readonly MasterPasswordSecretArn: string;
|
|
25519
25784
|
}
|
|
25520
25785
|
|
|
@@ -25644,6 +25909,17 @@ export declare class RedshiftServerlessNamespace {
|
|
|
25644
25909
|
Tags?: RedshiftServerlessNamespace_Tag[];
|
|
25645
25910
|
}, attributes?: CFResourceAttributes);
|
|
25646
25911
|
readonly Namespace: RedshiftServerlessNamespace_Namespace;
|
|
25912
|
+
readonly Namespace_AdminUsername: string;
|
|
25913
|
+
readonly Namespace_CreationDate: string;
|
|
25914
|
+
readonly Namespace_DbName: string;
|
|
25915
|
+
readonly Namespace_DefaultIamRoleArn: string;
|
|
25916
|
+
readonly Namespace_IamRoles: string;
|
|
25917
|
+
readonly Namespace_KmsKeyId: string;
|
|
25918
|
+
readonly Namespace_LogExports: string;
|
|
25919
|
+
readonly Namespace_NamespaceArn: string;
|
|
25920
|
+
readonly Namespace_NamespaceId: string;
|
|
25921
|
+
readonly Namespace_NamespaceName: string;
|
|
25922
|
+
readonly Namespace_Status: string;
|
|
25647
25923
|
}
|
|
25648
25924
|
|
|
25649
25925
|
export declare class RedshiftServerlessSnapshot {
|
|
@@ -25663,6 +25939,16 @@ export declare class RedshiftServerlessSnapshot {
|
|
|
25663
25939
|
}, attributes?: CFResourceAttributes);
|
|
25664
25940
|
readonly OwnerAccount: string;
|
|
25665
25941
|
readonly Snapshot: RedshiftServerlessSnapshot_Snapshot;
|
|
25942
|
+
readonly Snapshot_AdminUsername: string;
|
|
25943
|
+
readonly Snapshot_KmsKeyId: string;
|
|
25944
|
+
readonly Snapshot_NamespaceArn: string;
|
|
25945
|
+
readonly Snapshot_NamespaceName: string;
|
|
25946
|
+
readonly Snapshot_OwnerAccount: string;
|
|
25947
|
+
readonly Snapshot_RetentionPeriod: string;
|
|
25948
|
+
readonly Snapshot_SnapshotArn: string;
|
|
25949
|
+
readonly Snapshot_SnapshotCreateTime: string;
|
|
25950
|
+
readonly Snapshot_SnapshotName: string;
|
|
25951
|
+
readonly Snapshot_Status: string;
|
|
25666
25952
|
}
|
|
25667
25953
|
|
|
25668
25954
|
export declare class RefactorSpacesApplication {
|
|
@@ -25934,6 +26220,16 @@ export declare class ReplicationGroup {
|
|
|
25934
26220
|
TransitEncryptionMode?: string;
|
|
25935
26221
|
UserGroupIds?: string[];
|
|
25936
26222
|
}, attributes?: CFResourceAttributes);
|
|
26223
|
+
readonly ConfigurationEndPoint_Address: string;
|
|
26224
|
+
readonly ConfigurationEndPoint_Port: string;
|
|
26225
|
+
readonly PrimaryEndPoint_Address: string;
|
|
26226
|
+
readonly PrimaryEndPoint_Port: string;
|
|
26227
|
+
readonly ReadEndPoint_Addresses: string;
|
|
26228
|
+
readonly ReadEndPoint_Addresses_List: string;
|
|
26229
|
+
readonly ReadEndPoint_Ports: string;
|
|
26230
|
+
readonly ReadEndPoint_Ports_List: string;
|
|
26231
|
+
readonly ReaderEndPoint_Address: string;
|
|
26232
|
+
readonly ReaderEndPoint_Port: string;
|
|
25937
26233
|
readonly ReplicationGroupId: string;
|
|
25938
26234
|
}
|
|
25939
26235
|
|
|
@@ -27628,6 +27924,8 @@ export declare class S3AccessPointAttachment {
|
|
|
27628
27924
|
/** The S3 access point configuration of the S3 access point attachment. */
|
|
27629
27925
|
S3AccessPoint?: S3AccessPointAttachment_S3AccessPoint;
|
|
27630
27926
|
}, attributes?: CFResourceAttributes);
|
|
27927
|
+
readonly S3AccessPoint_Alias: string;
|
|
27928
|
+
readonly S3AccessPoint_ResourceARN: string;
|
|
27631
27929
|
}
|
|
27632
27930
|
|
|
27633
27931
|
export declare class S3BucketPolicy {
|
|
@@ -27689,9 +27987,12 @@ export declare class S3ObjectLambdaAccessPoint {
|
|
|
27689
27987
|
PublicAccessBlockConfiguration?: S3ObjectLambdaAccessPoint_PublicAccessBlockConfiguration;
|
|
27690
27988
|
}, attributes?: CFResourceAttributes);
|
|
27691
27989
|
readonly Alias: S3ObjectLambdaAccessPoint_Alias;
|
|
27990
|
+
readonly Alias_Status: string;
|
|
27991
|
+
readonly Alias_Value: string;
|
|
27692
27992
|
readonly Arn: string;
|
|
27693
27993
|
readonly CreationDate: string;
|
|
27694
27994
|
readonly PolicyStatus: S3ObjectLambdaAccessPoint_PolicyStatus;
|
|
27995
|
+
readonly PolicyStatus_IsPublic: string;
|
|
27695
27996
|
readonly PublicAccessBlockConfiguration: S3ObjectLambdaAccessPoint_PublicAccessBlockConfiguration;
|
|
27696
27997
|
}
|
|
27697
27998
|
|
|
@@ -27783,6 +28084,7 @@ export declare class S3TableIntegration {
|
|
|
27783
28084
|
Tags?: S3TableIntegration_Tag[];
|
|
27784
28085
|
}, attributes?: CFResourceAttributes);
|
|
27785
28086
|
readonly Arn: string;
|
|
28087
|
+
readonly LogSources_Item_Identifier: string;
|
|
27786
28088
|
}
|
|
27787
28089
|
|
|
27788
28090
|
export declare class S3TablesNamespace {
|
|
@@ -27908,6 +28210,8 @@ export declare class SageMakerCluster {
|
|
|
27908
28210
|
readonly ClusterStatus: "Creating" | "Deleting" | "Failed" | "InService" | "RollingBack" | "SystemUpdating" | "Updating";
|
|
27909
28211
|
readonly CreationTime: string;
|
|
27910
28212
|
readonly FailureMessage: string;
|
|
28213
|
+
readonly InstanceGroups_Item_CurrentCount: string;
|
|
28214
|
+
readonly RestrictedInstanceGroups_Item_CurrentCount: string;
|
|
27911
28215
|
}
|
|
27912
28216
|
|
|
27913
28217
|
export declare class SageMakerDevice {
|
|
@@ -28494,6 +28798,9 @@ export declare class SecurityConfig {
|
|
|
28494
28798
|
SamlOptions?: SecurityConfig_SamlConfigOptions;
|
|
28495
28799
|
Type?: SecurityConfig_SecurityConfigType;
|
|
28496
28800
|
}, attributes?: CFResourceAttributes);
|
|
28801
|
+
readonly IamIdentityCenterOptions_ApplicationArn: string;
|
|
28802
|
+
readonly IamIdentityCenterOptions_ApplicationDescription: string;
|
|
28803
|
+
readonly IamIdentityCenterOptions_ApplicationName: string;
|
|
28497
28804
|
readonly Id: string;
|
|
28498
28805
|
}
|
|
28499
28806
|
|
|
@@ -28843,7 +29150,11 @@ export declare class ServerlessCache {
|
|
|
28843
29150
|
}, attributes?: CFResourceAttributes);
|
|
28844
29151
|
readonly ARN: string;
|
|
28845
29152
|
readonly CreateTime: string;
|
|
29153
|
+
readonly Endpoint_Address: string;
|
|
29154
|
+
readonly Endpoint_Port: string;
|
|
28846
29155
|
readonly FullEngineVersion: string;
|
|
29156
|
+
readonly ReaderEndpoint_Address: string;
|
|
29157
|
+
readonly ReaderEndpoint_Port: string;
|
|
28847
29158
|
readonly Status: string;
|
|
28848
29159
|
}
|
|
28849
29160
|
|
|
@@ -29148,6 +29459,8 @@ export declare class ServiceNetworkServiceAssociation {
|
|
|
29148
29459
|
}, attributes?: CFResourceAttributes);
|
|
29149
29460
|
readonly Arn: string;
|
|
29150
29461
|
readonly CreatedAt: string;
|
|
29462
|
+
readonly DnsEntry_DomainName: string;
|
|
29463
|
+
readonly DnsEntry_HostedZoneId: string;
|
|
29151
29464
|
readonly Id: string;
|
|
29152
29465
|
readonly ServiceArn: string;
|
|
29153
29466
|
readonly ServiceId: string;
|
|
@@ -29207,6 +29520,22 @@ export declare class ServiceProfile {
|
|
|
29207
29520
|
}, attributes?: CFResourceAttributes);
|
|
29208
29521
|
readonly Arn: string;
|
|
29209
29522
|
readonly Id: string;
|
|
29523
|
+
readonly LoRaWAN_ChannelMask: string;
|
|
29524
|
+
readonly LoRaWAN_DevStatusReqFreq: string;
|
|
29525
|
+
readonly LoRaWAN_DlBucketSize: string;
|
|
29526
|
+
readonly LoRaWAN_DlRate: string;
|
|
29527
|
+
readonly LoRaWAN_DlRatePolicy: string;
|
|
29528
|
+
readonly LoRaWAN_DrMax: string;
|
|
29529
|
+
readonly LoRaWAN_DrMin: string;
|
|
29530
|
+
readonly LoRaWAN_HrAllowed: string;
|
|
29531
|
+
readonly LoRaWAN_MinGwDiversity: string;
|
|
29532
|
+
readonly LoRaWAN_NwkGeoLoc: string;
|
|
29533
|
+
readonly LoRaWAN_ReportDevStatusBattery: string;
|
|
29534
|
+
readonly LoRaWAN_ReportDevStatusMargin: string;
|
|
29535
|
+
readonly LoRaWAN_TargetPer: string;
|
|
29536
|
+
readonly LoRaWAN_UlBucketSize: string;
|
|
29537
|
+
readonly LoRaWAN_UlRate: string;
|
|
29538
|
+
readonly LoRaWAN_UlRatePolicy: string;
|
|
29210
29539
|
}
|
|
29211
29540
|
|
|
29212
29541
|
export declare class ServiceTemplate {
|
|
@@ -29326,6 +29655,11 @@ export declare class SignalCatalog {
|
|
|
29326
29655
|
readonly Arn: string;
|
|
29327
29656
|
readonly CreationTime: string;
|
|
29328
29657
|
readonly LastModificationTime: string;
|
|
29658
|
+
readonly NodeCounts_TotalActuators: string;
|
|
29659
|
+
readonly NodeCounts_TotalAttributes: string;
|
|
29660
|
+
readonly NodeCounts_TotalBranches: string;
|
|
29661
|
+
readonly NodeCounts_TotalNodes: string;
|
|
29662
|
+
readonly NodeCounts_TotalSensors: string;
|
|
29329
29663
|
}
|
|
29330
29664
|
|
|
29331
29665
|
export declare class SignalingChannel {
|
|
@@ -30230,6 +30564,7 @@ export declare class StorageLens {
|
|
|
30230
30564
|
/** A set of tags (key-value pairs) for this Amazon S3 Storage Lens configuration. */
|
|
30231
30565
|
Tags?: StorageLens_Tag[];
|
|
30232
30566
|
}, attributes?: CFResourceAttributes);
|
|
30567
|
+
readonly StorageLensConfiguration_StorageLensArn: string;
|
|
30233
30568
|
}
|
|
30234
30569
|
|
|
30235
30570
|
export declare class StorageLensGroup {
|
|
@@ -32055,6 +32390,12 @@ export declare class TransitGatewayConnectPeer {
|
|
|
32055
32390
|
/** The ID of the Connect peer. */
|
|
32056
32391
|
TransitGatewayConnectPeerId?: string;
|
|
32057
32392
|
}, attributes?: CFResourceAttributes);
|
|
32393
|
+
readonly ConnectPeerConfiguration_BgpConfigurations: string;
|
|
32394
|
+
readonly ConnectPeerConfiguration_BgpConfigurations_Item_BgpStatus: string;
|
|
32395
|
+
readonly ConnectPeerConfiguration_BgpConfigurations_Item_PeerAddress: string;
|
|
32396
|
+
readonly ConnectPeerConfiguration_BgpConfigurations_Item_TransitGatewayAddress: string;
|
|
32397
|
+
readonly ConnectPeerConfiguration_BgpConfigurations_Item_TransitGatewayAsn: string;
|
|
32398
|
+
readonly ConnectPeerConfiguration_Protocol: string;
|
|
32058
32399
|
readonly CreationTime: string;
|
|
32059
32400
|
readonly State: string;
|
|
32060
32401
|
readonly TransitGatewayConnectPeerId: string;
|
|
@@ -32861,6 +33202,9 @@ export declare class UserSettings {
|
|
|
32861
33202
|
WebAuthnAllowed?: UserSettings_EnabledType;
|
|
32862
33203
|
}, attributes?: CFResourceAttributes);
|
|
32863
33204
|
readonly AssociatedPortalArns: string[];
|
|
33205
|
+
readonly BrandingConfiguration_FaviconMetadata: string;
|
|
33206
|
+
readonly BrandingConfiguration_LogoMetadata: string;
|
|
33207
|
+
readonly BrandingConfiguration_WallpaperMetadata: string;
|
|
32864
33208
|
readonly UserSettingsArn: string;
|
|
32865
33209
|
}
|
|
32866
33210
|
|
|
@@ -33616,6 +33960,30 @@ export declare class VPCEncryptionControl {
|
|
|
33616
33960
|
VpcPeeringExclusionInput?: "disable" | "enable";
|
|
33617
33961
|
}, attributes?: CFResourceAttributes);
|
|
33618
33962
|
readonly ResourceExclusions: VPCEncryptionControl_ResourceExclusions;
|
|
33963
|
+
readonly ResourceExclusions_EgressOnlyInternetGateway: string;
|
|
33964
|
+
readonly ResourceExclusions_EgressOnlyInternetGateway_State: string;
|
|
33965
|
+
readonly ResourceExclusions_EgressOnlyInternetGateway_StateMessage: string;
|
|
33966
|
+
readonly ResourceExclusions_ElasticFileSystem: string;
|
|
33967
|
+
readonly ResourceExclusions_ElasticFileSystem_State: string;
|
|
33968
|
+
readonly ResourceExclusions_ElasticFileSystem_StateMessage: string;
|
|
33969
|
+
readonly ResourceExclusions_InternetGateway: string;
|
|
33970
|
+
readonly ResourceExclusions_InternetGateway_State: string;
|
|
33971
|
+
readonly ResourceExclusions_InternetGateway_StateMessage: string;
|
|
33972
|
+
readonly ResourceExclusions_Lambda: string;
|
|
33973
|
+
readonly ResourceExclusions_Lambda_State: string;
|
|
33974
|
+
readonly ResourceExclusions_Lambda_StateMessage: string;
|
|
33975
|
+
readonly ResourceExclusions_NatGateway: string;
|
|
33976
|
+
readonly ResourceExclusions_NatGateway_State: string;
|
|
33977
|
+
readonly ResourceExclusions_NatGateway_StateMessage: string;
|
|
33978
|
+
readonly ResourceExclusions_VirtualPrivateGateway: string;
|
|
33979
|
+
readonly ResourceExclusions_VirtualPrivateGateway_State: string;
|
|
33980
|
+
readonly ResourceExclusions_VirtualPrivateGateway_StateMessage: string;
|
|
33981
|
+
readonly ResourceExclusions_VpcLattice: string;
|
|
33982
|
+
readonly ResourceExclusions_VpcLattice_State: string;
|
|
33983
|
+
readonly ResourceExclusions_VpcLattice_StateMessage: string;
|
|
33984
|
+
readonly ResourceExclusions_VpcPeering: string;
|
|
33985
|
+
readonly ResourceExclusions_VpcPeering_State: string;
|
|
33986
|
+
readonly ResourceExclusions_VpcPeering_StateMessage: string;
|
|
33619
33987
|
readonly State: "available" | "creating" | "delete-failed" | "deleted" | "deleting" | "enforce-failed" | "enforce-in-progress" | "monitor-failed" | "monitor-in-progress";
|
|
33620
33988
|
readonly StateMessage: string;
|
|
33621
33989
|
readonly VpcEncryptionControlId: string;
|
|
@@ -33833,6 +34201,8 @@ export declare class VpcLatticeService {
|
|
|
33833
34201
|
}, attributes?: CFResourceAttributes);
|
|
33834
34202
|
readonly Arn: string;
|
|
33835
34203
|
readonly CreatedAt: string;
|
|
34204
|
+
readonly DnsEntry_DomainName: string;
|
|
34205
|
+
readonly DnsEntry_HostedZoneId: string;
|
|
33836
34206
|
readonly Id: string;
|
|
33837
34207
|
readonly LastUpdatedAt: string;
|
|
33838
34208
|
readonly Status: "ACTIVE" | "CREATE_FAILED" | "CREATE_IN_PROGRESS" | "DELETE_FAILED" | "DELETE_IN_PROGRESS";
|
|
@@ -34203,6 +34573,8 @@ export declare class WAFv2RuleGroup {
|
|
|
34203
34573
|
Tags?: WAFv2RuleGroup_Tag[];
|
|
34204
34574
|
}, attributes?: CFResourceAttributes);
|
|
34205
34575
|
readonly Arn: string;
|
|
34576
|
+
readonly AvailableLabels_Item_Name: string;
|
|
34577
|
+
readonly ConsumedLabels_Item_Name: string;
|
|
34206
34578
|
readonly Id: string;
|
|
34207
34579
|
readonly LabelNamespace: string;
|
|
34208
34580
|
}
|
|
@@ -34321,6 +34693,7 @@ export declare class WebApp {
|
|
|
34321
34693
|
WebAppUnits?: any;
|
|
34322
34694
|
}, attributes?: CFResourceAttributes);
|
|
34323
34695
|
readonly Arn: string;
|
|
34696
|
+
readonly IdentityProviderDetails_ApplicationArn: string;
|
|
34324
34697
|
readonly VpcEndpointId: string;
|
|
34325
34698
|
readonly WebAppId: string;
|
|
34326
34699
|
}
|
|
@@ -34446,6 +34819,7 @@ export declare class WirelessDeviceImportTask {
|
|
|
34446
34819
|
readonly InitializedImportedDevicesCount: number;
|
|
34447
34820
|
readonly OnboardedImportedDevicesCount: number;
|
|
34448
34821
|
readonly PendingImportedDevicesCount: number;
|
|
34822
|
+
readonly Sidewalk_DeviceCreationFileList: string;
|
|
34449
34823
|
readonly Status: "COMPLETE" | "DELETING" | "FAILED" | "INITIALIZED" | "INITIALIZING" | "PENDING";
|
|
34450
34824
|
readonly StatusReason: string;
|
|
34451
34825
|
}
|
|
@@ -34587,6 +34961,29 @@ export declare class Workgroup {
|
|
|
34587
34961
|
/** Definition for workgroup resource */
|
|
34588
34962
|
Workgroup?: Workgroup_Workgroup;
|
|
34589
34963
|
}, attributes?: CFResourceAttributes);
|
|
34964
|
+
readonly Workgroup_BaseCapacity: string;
|
|
34965
|
+
readonly Workgroup_ConfigParameters_Item_ParameterKey: string;
|
|
34966
|
+
readonly Workgroup_ConfigParameters_Item_ParameterValue: string;
|
|
34967
|
+
readonly Workgroup_CreationDate: string;
|
|
34968
|
+
readonly Workgroup_Endpoint_Address: string;
|
|
34969
|
+
readonly Workgroup_Endpoint_Port: string;
|
|
34970
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_AvailabilityZone: string;
|
|
34971
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_NetworkInterfaceId: string;
|
|
34972
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_PrivateIpAddress: string;
|
|
34973
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_SubnetId: string;
|
|
34974
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_VpcEndpointId: string;
|
|
34975
|
+
readonly Workgroup_Endpoint_VpcEndpoints_Item_VpcId: string;
|
|
34976
|
+
readonly Workgroup_EnhancedVpcRouting: string;
|
|
34977
|
+
readonly Workgroup_MaxCapacity: string;
|
|
34978
|
+
readonly Workgroup_NamespaceName: string;
|
|
34979
|
+
readonly Workgroup_PubliclyAccessible: string;
|
|
34980
|
+
readonly Workgroup_SecurityGroupIds: string;
|
|
34981
|
+
readonly Workgroup_Status: string;
|
|
34982
|
+
readonly Workgroup_SubnetIds: string;
|
|
34983
|
+
readonly Workgroup_TrackName: string;
|
|
34984
|
+
readonly Workgroup_WorkgroupArn: string;
|
|
34985
|
+
readonly Workgroup_WorkgroupId: string;
|
|
34986
|
+
readonly Workgroup_WorkgroupName: string;
|
|
34590
34987
|
}
|
|
34591
34988
|
|
|
34592
34989
|
export declare class WorkGroup {
|
|
@@ -34609,6 +35006,8 @@ export declare class WorkGroup {
|
|
|
34609
35006
|
WorkGroupConfigurationUpdates?: WorkGroup_WorkGroupConfigurationUpdates;
|
|
34610
35007
|
}, attributes?: CFResourceAttributes);
|
|
34611
35008
|
readonly CreationTime: string;
|
|
35009
|
+
readonly WorkGroupConfiguration_EngineVersion_EffectiveEngineVersion: string;
|
|
35010
|
+
readonly WorkGroupConfigurationUpdates_EngineVersion_EffectiveEngineVersion: string;
|
|
34612
35011
|
}
|
|
34613
35012
|
|
|
34614
35013
|
export declare class WorkloadIdentity {
|
|
@@ -34642,6 +35041,7 @@ export declare class WorkspaceInstance {
|
|
|
34642
35041
|
WorkspaceInstanceId?: string;
|
|
34643
35042
|
}, attributes?: CFResourceAttributes);
|
|
34644
35043
|
readonly EC2ManagedInstance: WorkspaceInstance_EC2ManagedInstance;
|
|
35044
|
+
readonly EC2ManagedInstance_InstanceId: string;
|
|
34645
35045
|
readonly ProvisionState: "ALLOCATED" | "ALLOCATING" | "DEALLOCATED" | "DEALLOCATING" | "ERROR_ALLOCATING" | "ERROR_DEALLOCATING";
|
|
34646
35046
|
readonly WorkspaceInstanceId: string;
|
|
34647
35047
|
}
|
|
@@ -54252,15 +54652,16 @@ export declare class CapacityProviderConfig {
|
|
|
54252
54652
|
|
|
54253
54653
|
export declare class CapacityProviderPermissionsConfig {
|
|
54254
54654
|
constructor(props: {
|
|
54255
|
-
/** The ARN of the IAM role that
|
|
54655
|
+
/** The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources. */
|
|
54256
54656
|
CapacityProviderOperatorRoleArn: string;
|
|
54257
54657
|
});
|
|
54258
54658
|
}
|
|
54259
54659
|
|
|
54260
54660
|
export declare class CapacityProviderScalingConfig {
|
|
54261
54661
|
constructor(props: {
|
|
54262
|
-
/** The maximum number of
|
|
54662
|
+
/** The maximum number of vCPUs that the capacity provider can provision across all compute instances. */
|
|
54263
54663
|
MaxVCpuCount?: number;
|
|
54664
|
+
/** The scaling mode that determines how the capacity provider responds to changes in demand. */
|
|
54264
54665
|
ScalingMode?: LambdaCapacityProvider_CapacityProviderScalingMode;
|
|
54265
54666
|
/** A list of target tracking scaling policies for the capacity provider. */
|
|
54266
54667
|
ScalingPolicies?: LambdaCapacityProvider_TargetTrackingScalingPolicy[];
|
|
@@ -54277,9 +54678,9 @@ export declare class CapacityProviderStrategy {
|
|
|
54277
54678
|
|
|
54278
54679
|
export declare class CapacityProviderVpcConfig {
|
|
54279
54680
|
constructor(props: {
|
|
54280
|
-
/** A list of security group IDs
|
|
54681
|
+
/** A list of security group IDs that control network access for compute instances managed by the capacity provider. */
|
|
54281
54682
|
SecurityGroupIds: string[];
|
|
54282
|
-
/** A list of subnet IDs where the capacity provider
|
|
54683
|
+
/** A list of subnet IDs where the capacity provider launches compute instances. */
|
|
54283
54684
|
SubnetIds: string[];
|
|
54284
54685
|
});
|
|
54285
54686
|
}
|
|
@@ -54330,6 +54731,13 @@ export declare class CapacityReservationOptionsRequest {
|
|
|
54330
54731
|
});
|
|
54331
54732
|
}
|
|
54332
54733
|
|
|
54734
|
+
export declare class CapacityReservationRequest {
|
|
54735
|
+
constructor(props: {
|
|
54736
|
+
ReservationGroupArn?: string;
|
|
54737
|
+
ReservationPreference?: "RESERVATIONS_EXCLUDED" | "RESERVATIONS_FIRST" | "RESERVATIONS_ONLY";
|
|
54738
|
+
});
|
|
54739
|
+
}
|
|
54740
|
+
|
|
54333
54741
|
export declare class CapacitySize {
|
|
54334
54742
|
constructor(props: {
|
|
54335
54743
|
/** Specifies whether the `Value` is an instance count or a capacity unit. */
|
|
@@ -73717,11 +74125,19 @@ export declare class ECSCapacityProvider_BaselineEbsBandwidthMbpsRequest {
|
|
|
73717
74125
|
});
|
|
73718
74126
|
}
|
|
73719
74127
|
|
|
74128
|
+
export declare class ECSCapacityProvider_CapacityReservationRequest {
|
|
74129
|
+
constructor(props: {
|
|
74130
|
+
ReservationGroupArn?: string;
|
|
74131
|
+
ReservationPreference?: "RESERVATIONS_EXCLUDED" | "RESERVATIONS_FIRST" | "RESERVATIONS_ONLY";
|
|
74132
|
+
});
|
|
74133
|
+
}
|
|
74134
|
+
|
|
73720
74135
|
export declare class ECSCapacityProvider_InstanceLaunchTemplate {
|
|
73721
74136
|
constructor(props: {
|
|
73722
74137
|
Ec2InstanceProfileArn: string;
|
|
73723
74138
|
NetworkConfiguration: ECSCapacityProvider_ManagedInstancesNetworkConfiguration;
|
|
73724
|
-
CapacityOptionType?: "ON_DEMAND" | "SPOT";
|
|
74139
|
+
CapacityOptionType?: "ON_DEMAND" | "RESERVED" | "SPOT";
|
|
74140
|
+
CapacityReservations?: ECSCapacityProvider_CapacityReservationRequest;
|
|
73725
74141
|
FipsEnabled?: boolean;
|
|
73726
74142
|
InstanceRequirements?: ECSCapacityProvider_InstanceRequirementsRequest;
|
|
73727
74143
|
Monitoring?: ECSCapacityProvider_ManagedInstancesMonitoringOptions;
|
|
@@ -89895,7 +90311,8 @@ export declare class InstanceLaunchTemplate {
|
|
|
89895
90311
|
constructor(props: {
|
|
89896
90312
|
Ec2InstanceProfileArn: string;
|
|
89897
90313
|
NetworkConfiguration: ECSCapacityProvider_ManagedInstancesNetworkConfiguration;
|
|
89898
|
-
CapacityOptionType?: "ON_DEMAND" | "SPOT";
|
|
90314
|
+
CapacityOptionType?: "ON_DEMAND" | "RESERVED" | "SPOT";
|
|
90315
|
+
CapacityReservations?: ECSCapacityProvider_CapacityReservationRequest;
|
|
89899
90316
|
FipsEnabled?: boolean;
|
|
89900
90317
|
InstanceRequirements?: ECSCapacityProvider_InstanceRequirementsRequest;
|
|
89901
90318
|
Monitoring?: ECSCapacityProvider_ManagedInstancesMonitoringOptions;
|
|
@@ -94498,15 +94915,16 @@ export declare class LambdaAlias_VersionWeight {
|
|
|
94498
94915
|
|
|
94499
94916
|
export declare class LambdaCapacityProvider_CapacityProviderPermissionsConfig {
|
|
94500
94917
|
constructor(props: {
|
|
94501
|
-
/** The ARN of the IAM role that
|
|
94918
|
+
/** The ARN of the IAM role that the capacity provider uses to manage compute instances and other AWS resources. */
|
|
94502
94919
|
CapacityProviderOperatorRoleArn: string;
|
|
94503
94920
|
});
|
|
94504
94921
|
}
|
|
94505
94922
|
|
|
94506
94923
|
export declare class LambdaCapacityProvider_CapacityProviderScalingConfig {
|
|
94507
94924
|
constructor(props: {
|
|
94508
|
-
/** The maximum number of
|
|
94925
|
+
/** The maximum number of vCPUs that the capacity provider can provision across all compute instances. */
|
|
94509
94926
|
MaxVCpuCount?: number;
|
|
94927
|
+
/** The scaling mode that determines how the capacity provider responds to changes in demand. */
|
|
94510
94928
|
ScalingMode?: LambdaCapacityProvider_CapacityProviderScalingMode;
|
|
94511
94929
|
/** A list of target tracking scaling policies for the capacity provider. */
|
|
94512
94930
|
ScalingPolicies?: LambdaCapacityProvider_TargetTrackingScalingPolicy[];
|
|
@@ -94515,20 +94933,20 @@ export declare class LambdaCapacityProvider_CapacityProviderScalingConfig {
|
|
|
94515
94933
|
|
|
94516
94934
|
export declare class LambdaCapacityProvider_CapacityProviderVpcConfig {
|
|
94517
94935
|
constructor(props: {
|
|
94518
|
-
/** A list of security group IDs
|
|
94936
|
+
/** A list of security group IDs that control network access for compute instances managed by the capacity provider. */
|
|
94519
94937
|
SecurityGroupIds: string[];
|
|
94520
|
-
/** A list of subnet IDs where the capacity provider
|
|
94938
|
+
/** A list of subnet IDs where the capacity provider launches compute instances. */
|
|
94521
94939
|
SubnetIds: string[];
|
|
94522
94940
|
});
|
|
94523
94941
|
}
|
|
94524
94942
|
|
|
94525
94943
|
export declare class LambdaCapacityProvider_InstanceRequirements {
|
|
94526
94944
|
constructor(props: {
|
|
94527
|
-
/** A list of instance types that the capacity provider
|
|
94945
|
+
/** A list of EC2 instance types that the capacity provider is allowed to use. If not specified, all compatible instance types are allowed. */
|
|
94528
94946
|
AllowedInstanceTypes?: string[];
|
|
94529
|
-
/**
|
|
94947
|
+
/** A list of supported CPU architectures for compute instances. Valid values include ``x86_64`` and ``arm64``. */
|
|
94530
94948
|
Architectures?: LambdaCapacityProvider_Architecture[];
|
|
94531
|
-
/** A list of instance types that the capacity provider should not use
|
|
94949
|
+
/** A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements. */
|
|
94532
94950
|
ExcludedInstanceTypes?: string[];
|
|
94533
94951
|
});
|
|
94534
94952
|
}
|
|
@@ -94544,8 +94962,9 @@ export declare class LambdaCapacityProvider_Tag {
|
|
|
94544
94962
|
|
|
94545
94963
|
export declare class LambdaCapacityProvider_TargetTrackingScalingPolicy {
|
|
94546
94964
|
constructor(props: {
|
|
94965
|
+
/** The predefined metric type to track for scaling decisions. */
|
|
94547
94966
|
PredefinedMetricType: LambdaCapacityProvider_CapacityProviderPredefinedMetricType;
|
|
94548
|
-
/** The target value for the metric
|
|
94967
|
+
/** The target value for the metric that the scaling policy attempts to maintain through scaling actions. */
|
|
94549
94968
|
TargetValue: number;
|
|
94550
94969
|
});
|
|
94551
94970
|
}
|
|
@@ -98779,7 +99198,9 @@ export declare class MaintenanceStrategies {
|
|
|
98779
99198
|
|
|
98780
99199
|
export declare class MaintenanceWindow_Tag {
|
|
98781
99200
|
constructor(props: {
|
|
99201
|
+
/** The name of the tag. */
|
|
98782
99202
|
Key: string;
|
|
99203
|
+
/** The value of the tag. */
|
|
98783
99204
|
Value: string;
|
|
98784
99205
|
});
|
|
98785
99206
|
}
|
|
@@ -143037,8 +143458,9 @@ export declare class TargetTrackingScalingConfiguration {
|
|
|
143037
143458
|
|
|
143038
143459
|
export declare class TargetTrackingScalingPolicy {
|
|
143039
143460
|
constructor(props: {
|
|
143461
|
+
/** The predefined metric type to track for scaling decisions. */
|
|
143040
143462
|
PredefinedMetricType: LambdaCapacityProvider_CapacityProviderPredefinedMetricType;
|
|
143041
|
-
/** The target value for the metric
|
|
143463
|
+
/** The target value for the metric that the scaling policy attempts to maintain through scaling actions. */
|
|
143042
143464
|
TargetValue: number;
|
|
143043
143465
|
});
|
|
143044
143466
|
}
|