@aws-sdk/client-config-service 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +797 -797
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +645 -0
- package/dist-es/models/errors.js +673 -0
- package/dist-es/models/models_0.js +1 -1131
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +949 -0
- package/dist-types/models/errors.d.ts +849 -0
- package/dist-types/models/models_0.d.ts +1347 -1536
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +715 -0
- package/dist-types/ts3.4/models/errors.d.ts +485 -0
- package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -188
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1611
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -475
|
@@ -0,0 +1,715 @@
|
|
|
1
|
+
export declare const ComplianceType: {
|
|
2
|
+
readonly Compliant: "COMPLIANT";
|
|
3
|
+
readonly Insufficient_Data: "INSUFFICIENT_DATA";
|
|
4
|
+
readonly Non_Compliant: "NON_COMPLIANT";
|
|
5
|
+
readonly Not_Applicable: "NOT_APPLICABLE";
|
|
6
|
+
};
|
|
7
|
+
export type ComplianceType =
|
|
8
|
+
(typeof ComplianceType)[keyof typeof ComplianceType];
|
|
9
|
+
export declare const ConformancePackComplianceType: {
|
|
10
|
+
readonly COMPLIANT: "COMPLIANT";
|
|
11
|
+
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
12
|
+
readonly NON_COMPLIANT: "NON_COMPLIANT";
|
|
13
|
+
};
|
|
14
|
+
export type ConformancePackComplianceType =
|
|
15
|
+
(typeof ConformancePackComplianceType)[keyof typeof ConformancePackComplianceType];
|
|
16
|
+
export declare const AggregateConformancePackComplianceSummaryGroupKey: {
|
|
17
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
18
|
+
readonly AWS_REGION: "AWS_REGION";
|
|
19
|
+
};
|
|
20
|
+
export type AggregateConformancePackComplianceSummaryGroupKey =
|
|
21
|
+
(typeof AggregateConformancePackComplianceSummaryGroupKey)[keyof typeof AggregateConformancePackComplianceSummaryGroupKey];
|
|
22
|
+
export declare const AggregatedSourceStatusType: {
|
|
23
|
+
readonly FAILED: "FAILED";
|
|
24
|
+
readonly OUTDATED: "OUTDATED";
|
|
25
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
26
|
+
};
|
|
27
|
+
export type AggregatedSourceStatusType =
|
|
28
|
+
(typeof AggregatedSourceStatusType)[keyof typeof AggregatedSourceStatusType];
|
|
29
|
+
export declare const AggregatedSourceType: {
|
|
30
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
31
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
32
|
+
};
|
|
33
|
+
export type AggregatedSourceType =
|
|
34
|
+
(typeof AggregatedSourceType)[keyof typeof AggregatedSourceType];
|
|
35
|
+
export declare const EvaluationMode: {
|
|
36
|
+
readonly DETECTIVE: "DETECTIVE";
|
|
37
|
+
readonly PROACTIVE: "PROACTIVE";
|
|
38
|
+
};
|
|
39
|
+
export type EvaluationMode =
|
|
40
|
+
(typeof EvaluationMode)[keyof typeof EvaluationMode];
|
|
41
|
+
export declare const ResourceType: {
|
|
42
|
+
readonly ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority";
|
|
43
|
+
readonly ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation";
|
|
44
|
+
readonly APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace";
|
|
45
|
+
readonly AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer";
|
|
46
|
+
readonly AccountPublicAccessBlock: "AWS::S3::AccountPublicAccessBlock";
|
|
47
|
+
readonly Alarm: "AWS::CloudWatch::Alarm";
|
|
48
|
+
readonly AmazonMQBroker: "AWS::AmazonMQ::Broker";
|
|
49
|
+
readonly AmplifyApp: "AWS::Amplify::App";
|
|
50
|
+
readonly AmplifyBranch: "AWS::Amplify::Branch";
|
|
51
|
+
readonly Api: "AWS::ApiGatewayV2::Api";
|
|
52
|
+
readonly AppConfigApplication: "AWS::AppConfig::Application";
|
|
53
|
+
readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
|
|
54
|
+
readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
|
|
55
|
+
readonly AppConfigEnvironment: "AWS::AppConfig::Environment";
|
|
56
|
+
readonly AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation";
|
|
57
|
+
readonly AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion";
|
|
58
|
+
readonly AppFlowFlow: "AWS::AppFlow::Flow";
|
|
59
|
+
readonly AppIntegrationsApplication: "AWS::AppIntegrations::Application";
|
|
60
|
+
readonly AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration";
|
|
61
|
+
readonly AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute";
|
|
62
|
+
readonly AppMeshMesh: "AWS::AppMesh::Mesh";
|
|
63
|
+
readonly AppMeshRoute: "AWS::AppMesh::Route";
|
|
64
|
+
readonly AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway";
|
|
65
|
+
readonly AppMeshVirtualNode: "AWS::AppMesh::VirtualNode";
|
|
66
|
+
readonly AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter";
|
|
67
|
+
readonly AppMeshVirtualService: "AWS::AppMesh::VirtualService";
|
|
68
|
+
readonly AppRunnerService: "AWS::AppRunner::Service";
|
|
69
|
+
readonly AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector";
|
|
70
|
+
readonly AppStreamApplication: "AWS::AppStream::Application";
|
|
71
|
+
readonly AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig";
|
|
72
|
+
readonly AppStreamFleet: "AWS::AppStream::Fleet";
|
|
73
|
+
readonly AppStreamStack: "AWS::AppStream::Stack";
|
|
74
|
+
readonly AppSyncApiCache: "AWS::AppSync::ApiCache";
|
|
75
|
+
readonly AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi";
|
|
76
|
+
readonly Application: "AWS::ElasticBeanstalk::Application";
|
|
77
|
+
readonly ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion";
|
|
78
|
+
readonly AssociationCompliance: "AWS::SSM::AssociationCompliance";
|
|
79
|
+
readonly AthenaDataCatalog: "AWS::Athena::DataCatalog";
|
|
80
|
+
readonly AthenaPreparedStatement: "AWS::Athena::PreparedStatement";
|
|
81
|
+
readonly AthenaWorkGroup: "AWS::Athena::WorkGroup";
|
|
82
|
+
readonly AuditManagerAssessment: "AWS::AuditManager::Assessment";
|
|
83
|
+
readonly AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup";
|
|
84
|
+
readonly AutoScalingWarmPool: "AWS::AutoScaling::WarmPool";
|
|
85
|
+
readonly BackupPlan: "AWS::Backup::BackupPlan";
|
|
86
|
+
readonly BackupRecoveryPoint: "AWS::Backup::RecoveryPoint";
|
|
87
|
+
readonly BackupReportPlan: "AWS::Backup::ReportPlan";
|
|
88
|
+
readonly BackupSelection: "AWS::Backup::BackupSelection";
|
|
89
|
+
readonly BackupVault: "AWS::Backup::BackupVault";
|
|
90
|
+
readonly BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment";
|
|
91
|
+
readonly BatchJobQueue: "AWS::Batch::JobQueue";
|
|
92
|
+
readonly BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy";
|
|
93
|
+
readonly BedrockGuardrail: "AWS::Bedrock::Guardrail";
|
|
94
|
+
readonly BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase";
|
|
95
|
+
readonly Bucket: "AWS::S3::Bucket";
|
|
96
|
+
readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
|
|
97
|
+
readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
|
|
98
|
+
readonly Certificate: "AWS::ACM::Certificate";
|
|
99
|
+
readonly Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2";
|
|
100
|
+
readonly CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct";
|
|
101
|
+
readonly CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct";
|
|
102
|
+
readonly CloudWatchMetricStream: "AWS::CloudWatch::MetricStream";
|
|
103
|
+
readonly Cluster: "AWS::Redshift::Cluster";
|
|
104
|
+
readonly ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup";
|
|
105
|
+
readonly ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup";
|
|
106
|
+
readonly ClusterSnapshot: "AWS::Redshift::ClusterSnapshot";
|
|
107
|
+
readonly ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup";
|
|
108
|
+
readonly CodeArtifactRepository: "AWS::CodeArtifact::Repository";
|
|
109
|
+
readonly CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup";
|
|
110
|
+
readonly CodeDeployApplication: "AWS::CodeDeploy::Application";
|
|
111
|
+
readonly CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig";
|
|
112
|
+
readonly CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup";
|
|
113
|
+
readonly CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup";
|
|
114
|
+
readonly CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation";
|
|
115
|
+
readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
|
|
116
|
+
readonly CognitoUserPool: "AWS::Cognito::UserPool";
|
|
117
|
+
readonly CognitoUserPoolClient: "AWS::Cognito::UserPoolClient";
|
|
118
|
+
readonly CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup";
|
|
119
|
+
readonly ConformancePackCompliance: "AWS::Config::ConformancePackCompliance";
|
|
120
|
+
readonly ConnectInstance: "AWS::Connect::Instance";
|
|
121
|
+
readonly ConnectPhoneNumber: "AWS::Connect::PhoneNumber";
|
|
122
|
+
readonly ConnectQuickConnect: "AWS::Connect::QuickConnect";
|
|
123
|
+
readonly ConnectRule: "AWS::Connect::Rule";
|
|
124
|
+
readonly ConnectUser: "AWS::Connect::User";
|
|
125
|
+
readonly CustomerGateway: "AWS::EC2::CustomerGateway";
|
|
126
|
+
readonly CustomerProfilesDomain: "AWS::CustomerProfiles::Domain";
|
|
127
|
+
readonly CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType";
|
|
128
|
+
readonly DBCluster: "AWS::RDS::DBCluster";
|
|
129
|
+
readonly DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot";
|
|
130
|
+
readonly DBInstance: "AWS::RDS::DBInstance";
|
|
131
|
+
readonly DBSecurityGroup: "AWS::RDS::DBSecurityGroup";
|
|
132
|
+
readonly DBSnapshot: "AWS::RDS::DBSnapshot";
|
|
133
|
+
readonly DBSubnetGroup: "AWS::RDS::DBSubnetGroup";
|
|
134
|
+
readonly DMSCertificate: "AWS::DMS::Certificate";
|
|
135
|
+
readonly DMSEndpoint: "AWS::DMS::Endpoint";
|
|
136
|
+
readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
|
|
137
|
+
readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
|
|
138
|
+
readonly DataSyncLocationEFS: "AWS::DataSync::LocationEFS";
|
|
139
|
+
readonly DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre";
|
|
140
|
+
readonly DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows";
|
|
141
|
+
readonly DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS";
|
|
142
|
+
readonly DataSyncLocationNFS: "AWS::DataSync::LocationNFS";
|
|
143
|
+
readonly DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage";
|
|
144
|
+
readonly DataSyncLocationS3: "AWS::DataSync::LocationS3";
|
|
145
|
+
readonly DataSyncLocationSMB: "AWS::DataSync::LocationSMB";
|
|
146
|
+
readonly DataSyncTask: "AWS::DataSync::Task";
|
|
147
|
+
readonly DetectiveGraph: "AWS::Detective::Graph";
|
|
148
|
+
readonly DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile";
|
|
149
|
+
readonly DeviceFarmProject: "AWS::DeviceFarm::Project";
|
|
150
|
+
readonly DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject";
|
|
151
|
+
readonly Distribution: "AWS::CloudFront::Distribution";
|
|
152
|
+
readonly Domain: "AWS::Elasticsearch::Domain";
|
|
153
|
+
readonly EC2CapacityReservation: "AWS::EC2::CapacityReservation";
|
|
154
|
+
readonly EC2CarrierGateway: "AWS::EC2::CarrierGateway";
|
|
155
|
+
readonly EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint";
|
|
156
|
+
readonly EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation";
|
|
157
|
+
readonly EC2DHCPOptions: "AWS::EC2::DHCPOptions";
|
|
158
|
+
readonly EC2EC2Fleet: "AWS::EC2::EC2Fleet";
|
|
159
|
+
readonly EC2EIPAssociation: "AWS::EC2::EIPAssociation";
|
|
160
|
+
readonly EC2IPAM: "AWS::EC2::IPAM";
|
|
161
|
+
readonly EC2IPAMPool: "AWS::EC2::IPAMPool";
|
|
162
|
+
readonly EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery";
|
|
163
|
+
readonly EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation";
|
|
164
|
+
readonly EC2IPAMScope: "AWS::EC2::IPAMScope";
|
|
165
|
+
readonly EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint";
|
|
166
|
+
readonly EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope";
|
|
167
|
+
readonly EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis";
|
|
168
|
+
readonly EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath";
|
|
169
|
+
readonly EC2PrefixList: "AWS::EC2::PrefixList";
|
|
170
|
+
readonly EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess";
|
|
171
|
+
readonly EC2SpotFleet: "AWS::EC2::SpotFleet";
|
|
172
|
+
readonly EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation";
|
|
173
|
+
readonly EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter";
|
|
174
|
+
readonly EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession";
|
|
175
|
+
readonly EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget";
|
|
176
|
+
readonly EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect";
|
|
177
|
+
readonly EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain";
|
|
178
|
+
readonly EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion";
|
|
179
|
+
readonly EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions";
|
|
180
|
+
readonly EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification";
|
|
181
|
+
readonly EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute";
|
|
182
|
+
readonly ECRPublicRepository: "AWS::ECR::PublicRepository";
|
|
183
|
+
readonly ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule";
|
|
184
|
+
readonly ECRRegistryPolicy: "AWS::ECR::RegistryPolicy";
|
|
185
|
+
readonly ECRRepository: "AWS::ECR::Repository";
|
|
186
|
+
readonly ECSCapacityProvider: "AWS::ECS::CapacityProvider";
|
|
187
|
+
readonly ECSCluster: "AWS::ECS::Cluster";
|
|
188
|
+
readonly ECSService: "AWS::ECS::Service";
|
|
189
|
+
readonly ECSTaskDefinition: "AWS::ECS::TaskDefinition";
|
|
190
|
+
readonly ECSTaskSet: "AWS::ECS::TaskSet";
|
|
191
|
+
readonly EFSAccessPoint: "AWS::EFS::AccessPoint";
|
|
192
|
+
readonly EFSFileSystem: "AWS::EFS::FileSystem";
|
|
193
|
+
readonly EIP: "AWS::EC2::EIP";
|
|
194
|
+
readonly EKSAddon: "AWS::EKS::Addon";
|
|
195
|
+
readonly EKSCluster: "AWS::EKS::Cluster";
|
|
196
|
+
readonly EKSFargateProfile: "AWS::EKS::FargateProfile";
|
|
197
|
+
readonly EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig";
|
|
198
|
+
readonly EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration";
|
|
199
|
+
readonly EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway";
|
|
200
|
+
readonly EncryptionConfig: "AWS::XRay::EncryptionConfig";
|
|
201
|
+
readonly Environment: "AWS::ElasticBeanstalk::Environment";
|
|
202
|
+
readonly EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer";
|
|
203
|
+
readonly EventSchemasRegistry: "AWS::EventSchemas::Registry";
|
|
204
|
+
readonly EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy";
|
|
205
|
+
readonly EventSchemasSchema: "AWS::EventSchemas::Schema";
|
|
206
|
+
readonly EventSubscription: "AWS::RDS::EventSubscription";
|
|
207
|
+
readonly EventsApiDestination: "AWS::Events::ApiDestination";
|
|
208
|
+
readonly EventsArchive: "AWS::Events::Archive";
|
|
209
|
+
readonly EventsConnection: "AWS::Events::Connection";
|
|
210
|
+
readonly EventsEndpoint: "AWS::Events::Endpoint";
|
|
211
|
+
readonly EventsEventBus: "AWS::Events::EventBus";
|
|
212
|
+
readonly EventsRule: "AWS::Events::Rule";
|
|
213
|
+
readonly EvidentlyLaunch: "AWS::Evidently::Launch";
|
|
214
|
+
readonly EvidentlyProject: "AWS::Evidently::Project";
|
|
215
|
+
readonly EvidentlySegment: "AWS::Evidently::Segment";
|
|
216
|
+
readonly FISExperimentTemplate: "AWS::FIS::ExperimentTemplate";
|
|
217
|
+
readonly FileData: "AWS::SSM::FileData";
|
|
218
|
+
readonly FlowLog: "AWS::EC2::FlowLog";
|
|
219
|
+
readonly ForecastDataset: "AWS::Forecast::Dataset";
|
|
220
|
+
readonly ForecastDatasetGroup: "AWS::Forecast::DatasetGroup";
|
|
221
|
+
readonly FraudDetectorEntityType: "AWS::FraudDetector::EntityType";
|
|
222
|
+
readonly FraudDetectorLabel: "AWS::FraudDetector::Label";
|
|
223
|
+
readonly FraudDetectorOutcome: "AWS::FraudDetector::Outcome";
|
|
224
|
+
readonly FraudDetectorVariable: "AWS::FraudDetector::Variable";
|
|
225
|
+
readonly Function: "AWS::Lambda::Function";
|
|
226
|
+
readonly GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator";
|
|
227
|
+
readonly GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup";
|
|
228
|
+
readonly GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener";
|
|
229
|
+
readonly GlueClassifier: "AWS::Glue::Classifier";
|
|
230
|
+
readonly GlueJob: "AWS::Glue::Job";
|
|
231
|
+
readonly GlueMLTransform: "AWS::Glue::MLTransform";
|
|
232
|
+
readonly GrafanaWorkspace: "AWS::Grafana::Workspace";
|
|
233
|
+
readonly GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion";
|
|
234
|
+
readonly GroundStationConfig: "AWS::GroundStation::Config";
|
|
235
|
+
readonly GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup";
|
|
236
|
+
readonly GroundStationMissionProfile: "AWS::GroundStation::MissionProfile";
|
|
237
|
+
readonly Group: "AWS::IAM::Group";
|
|
238
|
+
readonly GuardDutyDetector: "AWS::GuardDuty::Detector";
|
|
239
|
+
readonly GuardDutyFilter: "AWS::GuardDuty::Filter";
|
|
240
|
+
readonly GuardDutyIPSet: "AWS::GuardDuty::IPSet";
|
|
241
|
+
readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
|
|
242
|
+
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
|
243
|
+
readonly Host: "AWS::EC2::Host";
|
|
244
|
+
readonly IAMInstanceProfile: "AWS::IAM::InstanceProfile";
|
|
245
|
+
readonly IAMOIDCProvider: "AWS::IAM::OIDCProvider";
|
|
246
|
+
readonly IAMSAMLProvider: "AWS::IAM::SAMLProvider";
|
|
247
|
+
readonly IAMServerCertificate: "AWS::IAM::ServerCertificate";
|
|
248
|
+
readonly IPSetV2: "AWS::WAFv2::IPSet";
|
|
249
|
+
readonly IVSChannel: "AWS::IVS::Channel";
|
|
250
|
+
readonly IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair";
|
|
251
|
+
readonly IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration";
|
|
252
|
+
readonly ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe";
|
|
253
|
+
readonly ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration";
|
|
254
|
+
readonly ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline";
|
|
255
|
+
readonly ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe";
|
|
256
|
+
readonly ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration";
|
|
257
|
+
readonly InspectorV2Activation: "AWS::InspectorV2::Activation";
|
|
258
|
+
readonly InspectorV2Filter: "AWS::InspectorV2::Filter";
|
|
259
|
+
readonly Instance: "AWS::EC2::Instance";
|
|
260
|
+
readonly InternetGateway: "AWS::EC2::InternetGateway";
|
|
261
|
+
readonly IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration";
|
|
262
|
+
readonly IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel";
|
|
263
|
+
readonly IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset";
|
|
264
|
+
readonly IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore";
|
|
265
|
+
readonly IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline";
|
|
266
|
+
readonly IoTAuthorizer: "AWS::IoT::Authorizer";
|
|
267
|
+
readonly IoTCACertificate: "AWS::IoT::CACertificate";
|
|
268
|
+
readonly IoTCustomMetric: "AWS::IoT::CustomMetric";
|
|
269
|
+
readonly IoTDimension: "AWS::IoT::Dimension";
|
|
270
|
+
readonly IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel";
|
|
271
|
+
readonly IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel";
|
|
272
|
+
readonly IoTEventsInput: "AWS::IoTEvents::Input";
|
|
273
|
+
readonly IoTFleetMetric: "AWS::IoT::FleetMetric";
|
|
274
|
+
readonly IoTJobTemplate: "AWS::IoT::JobTemplate";
|
|
275
|
+
readonly IoTMitigationAction: "AWS::IoT::MitigationAction";
|
|
276
|
+
readonly IoTPolicy: "AWS::IoT::Policy";
|
|
277
|
+
readonly IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate";
|
|
278
|
+
readonly IoTRoleAlias: "AWS::IoT::RoleAlias";
|
|
279
|
+
readonly IoTScheduledAudit: "AWS::IoT::ScheduledAudit";
|
|
280
|
+
readonly IoTSecurityProfile: "AWS::IoT::SecurityProfile";
|
|
281
|
+
readonly IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel";
|
|
282
|
+
readonly IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard";
|
|
283
|
+
readonly IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway";
|
|
284
|
+
readonly IoTSiteWisePortal: "AWS::IoTSiteWise::Portal";
|
|
285
|
+
readonly IoTSiteWiseProject: "AWS::IoTSiteWise::Project";
|
|
286
|
+
readonly IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType";
|
|
287
|
+
readonly IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity";
|
|
288
|
+
readonly IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene";
|
|
289
|
+
readonly IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob";
|
|
290
|
+
readonly IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace";
|
|
291
|
+
readonly IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask";
|
|
292
|
+
readonly IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup";
|
|
293
|
+
readonly IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile";
|
|
294
|
+
readonly KMSAlias: "AWS::KMS::Alias";
|
|
295
|
+
readonly KafkaConnectConnector: "AWS::KafkaConnect::Connector";
|
|
296
|
+
readonly KendraIndex: "AWS::Kendra::Index";
|
|
297
|
+
readonly Key: "AWS::KMS::Key";
|
|
298
|
+
readonly KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application";
|
|
299
|
+
readonly KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream";
|
|
300
|
+
readonly KinesisStream: "AWS::Kinesis::Stream";
|
|
301
|
+
readonly KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer";
|
|
302
|
+
readonly KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel";
|
|
303
|
+
readonly KinesisVideoStream: "AWS::KinesisVideo::Stream";
|
|
304
|
+
readonly LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig";
|
|
305
|
+
readonly LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration";
|
|
306
|
+
readonly LaunchTemplate: "AWS::EC2::LaunchTemplate";
|
|
307
|
+
readonly LexBot: "AWS::Lex::Bot";
|
|
308
|
+
readonly LexBotAlias: "AWS::Lex::BotAlias";
|
|
309
|
+
readonly LightsailBucket: "AWS::Lightsail::Bucket";
|
|
310
|
+
readonly LightsailCertificate: "AWS::Lightsail::Certificate";
|
|
311
|
+
readonly LightsailDisk: "AWS::Lightsail::Disk";
|
|
312
|
+
readonly LightsailStaticIp: "AWS::Lightsail::StaticIp";
|
|
313
|
+
readonly ListenerV2: "AWS::ElasticLoadBalancingV2::Listener";
|
|
314
|
+
readonly LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer";
|
|
315
|
+
readonly LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
|
316
|
+
readonly LogsDestination: "AWS::Logs::Destination";
|
|
317
|
+
readonly LookoutMetricsAlert: "AWS::LookoutMetrics::Alert";
|
|
318
|
+
readonly LookoutVisionProject: "AWS::LookoutVision::Project";
|
|
319
|
+
readonly M2Environment: "AWS::M2::Environment";
|
|
320
|
+
readonly MSKBatchScramSecret: "AWS::MSK::BatchScramSecret";
|
|
321
|
+
readonly MSKCluster: "AWS::MSK::Cluster";
|
|
322
|
+
readonly MSKClusterPolicy: "AWS::MSK::ClusterPolicy";
|
|
323
|
+
readonly MSKConfiguration: "AWS::MSK::Configuration";
|
|
324
|
+
readonly MSKVpcConnection: "AWS::MSK::VpcConnection";
|
|
325
|
+
readonly ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory";
|
|
326
|
+
readonly ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet";
|
|
327
|
+
readonly MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement";
|
|
328
|
+
readonly MediaConnectFlowSource: "AWS::MediaConnect::FlowSource";
|
|
329
|
+
readonly MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface";
|
|
330
|
+
readonly MediaConnectGateway: "AWS::MediaConnect::Gateway";
|
|
331
|
+
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
|
332
|
+
readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
|
|
333
|
+
readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
|
|
334
|
+
readonly MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup";
|
|
335
|
+
readonly NatGateway: "AWS::EC2::NatGateway";
|
|
336
|
+
readonly NetworkAcl: "AWS::EC2::NetworkAcl";
|
|
337
|
+
readonly NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall";
|
|
338
|
+
readonly NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy";
|
|
339
|
+
readonly NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup";
|
|
340
|
+
readonly NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis";
|
|
341
|
+
readonly NetworkInterface: "AWS::EC2::NetworkInterface";
|
|
342
|
+
readonly NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer";
|
|
343
|
+
readonly NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation";
|
|
344
|
+
readonly NetworkManagerDevice: "AWS::NetworkManager::Device";
|
|
345
|
+
readonly NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork";
|
|
346
|
+
readonly NetworkManagerLink: "AWS::NetworkManager::Link";
|
|
347
|
+
readonly NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation";
|
|
348
|
+
readonly NetworkManagerSite: "AWS::NetworkManager::Site";
|
|
349
|
+
readonly NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration";
|
|
350
|
+
readonly OpenSearchDomain: "AWS::OpenSearch::Domain";
|
|
351
|
+
readonly OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection";
|
|
352
|
+
readonly OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint";
|
|
353
|
+
readonly PanoramaPackage: "AWS::Panorama::Package";
|
|
354
|
+
readonly PatchCompliance: "AWS::SSM::PatchCompliance";
|
|
355
|
+
readonly PersonalizeDataset: "AWS::Personalize::Dataset";
|
|
356
|
+
readonly PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup";
|
|
357
|
+
readonly PersonalizeSchema: "AWS::Personalize::Schema";
|
|
358
|
+
readonly PersonalizeSolution: "AWS::Personalize::Solution";
|
|
359
|
+
readonly PinpointApp: "AWS::Pinpoint::App";
|
|
360
|
+
readonly PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings";
|
|
361
|
+
readonly PinpointCampaign: "AWS::Pinpoint::Campaign";
|
|
362
|
+
readonly PinpointEmailChannel: "AWS::Pinpoint::EmailChannel";
|
|
363
|
+
readonly PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate";
|
|
364
|
+
readonly PinpointEventStream: "AWS::Pinpoint::EventStream";
|
|
365
|
+
readonly PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate";
|
|
366
|
+
readonly PinpointSegment: "AWS::Pinpoint::Segment";
|
|
367
|
+
readonly Pipeline: "AWS::CodePipeline::Pipeline";
|
|
368
|
+
readonly Policy: "AWS::IAM::Policy";
|
|
369
|
+
readonly Portfolio: "AWS::ServiceCatalog::Portfolio";
|
|
370
|
+
readonly Project: "AWS::CodeBuild::Project";
|
|
371
|
+
readonly Protection: "AWS::Shield::Protection";
|
|
372
|
+
readonly QLDBLedger: "AWS::QLDB::Ledger";
|
|
373
|
+
readonly Queue: "AWS::SQS::Queue";
|
|
374
|
+
readonly QuickSightDataSource: "AWS::QuickSight::DataSource";
|
|
375
|
+
readonly QuickSightTemplate: "AWS::QuickSight::Template";
|
|
376
|
+
readonly QuickSightTheme: "AWS::QuickSight::Theme";
|
|
377
|
+
readonly RDSGlobalCluster: "AWS::RDS::GlobalCluster";
|
|
378
|
+
readonly RDSOptionGroup: "AWS::RDS::OptionGroup";
|
|
379
|
+
readonly RUMAppMonitor: "AWS::RUM::AppMonitor";
|
|
380
|
+
readonly RateBasedRule: "AWS::WAF::RateBasedRule";
|
|
381
|
+
readonly RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess";
|
|
382
|
+
readonly RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization";
|
|
383
|
+
readonly RedshiftEventSubscription: "AWS::Redshift::EventSubscription";
|
|
384
|
+
readonly RedshiftScheduledAction: "AWS::Redshift::ScheduledAction";
|
|
385
|
+
readonly RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet";
|
|
386
|
+
readonly RegionalProtection: "AWS::ShieldRegional::Protection";
|
|
387
|
+
readonly RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule";
|
|
388
|
+
readonly RegionalRule: "AWS::WAFRegional::Rule";
|
|
389
|
+
readonly RegionalRuleGroup: "AWS::WAFRegional::RuleGroup";
|
|
390
|
+
readonly RegionalWebACL: "AWS::WAFRegional::WebACL";
|
|
391
|
+
readonly RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance";
|
|
392
|
+
readonly ResilienceHubApp: "AWS::ResilienceHub::App";
|
|
393
|
+
readonly ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy";
|
|
394
|
+
readonly ResourceCompliance: "AWS::Config::ResourceCompliance";
|
|
395
|
+
readonly ResourceExplorer2Index: "AWS::ResourceExplorer2::Index";
|
|
396
|
+
readonly RestApi: "AWS::ApiGateway::RestApi";
|
|
397
|
+
readonly RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication";
|
|
398
|
+
readonly RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion";
|
|
399
|
+
readonly RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication";
|
|
400
|
+
readonly Role: "AWS::IAM::Role";
|
|
401
|
+
readonly Route53HostedZone: "AWS::Route53::HostedZone";
|
|
402
|
+
readonly Route53ProfilesProfile: "AWS::Route53Profiles::Profile";
|
|
403
|
+
readonly Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster";
|
|
404
|
+
readonly Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel";
|
|
405
|
+
readonly Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl";
|
|
406
|
+
readonly Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule";
|
|
407
|
+
readonly Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell";
|
|
408
|
+
readonly Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck";
|
|
409
|
+
readonly Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup";
|
|
410
|
+
readonly Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet";
|
|
411
|
+
readonly Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList";
|
|
412
|
+
readonly Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup";
|
|
413
|
+
readonly Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation";
|
|
414
|
+
readonly Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint";
|
|
415
|
+
readonly Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig";
|
|
416
|
+
readonly Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation";
|
|
417
|
+
readonly Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule";
|
|
418
|
+
readonly Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation";
|
|
419
|
+
readonly RouteTable: "AWS::EC2::RouteTable";
|
|
420
|
+
readonly Rule: "AWS::WAF::Rule";
|
|
421
|
+
readonly RuleGroup: "AWS::WAF::RuleGroup";
|
|
422
|
+
readonly RuleGroupV2: "AWS::WAFv2::RuleGroup";
|
|
423
|
+
readonly S3AccessPoint: "AWS::S3::AccessPoint";
|
|
424
|
+
readonly S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy";
|
|
425
|
+
readonly S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket";
|
|
426
|
+
readonly S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint";
|
|
427
|
+
readonly S3StorageLens: "AWS::S3::StorageLens";
|
|
428
|
+
readonly S3StorageLensGroup: "AWS::S3::StorageLensGroup";
|
|
429
|
+
readonly SESConfigurationSet: "AWS::SES::ConfigurationSet";
|
|
430
|
+
readonly SESContactList: "AWS::SES::ContactList";
|
|
431
|
+
readonly SESReceiptFilter: "AWS::SES::ReceiptFilter";
|
|
432
|
+
readonly SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet";
|
|
433
|
+
readonly SESTemplate: "AWS::SES::Template";
|
|
434
|
+
readonly SSMDocument: "AWS::SSM::Document";
|
|
435
|
+
readonly SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig";
|
|
436
|
+
readonly SageMakerCodeRepository: "AWS::SageMaker::CodeRepository";
|
|
437
|
+
readonly SageMakerDomain: "AWS::SageMaker::Domain";
|
|
438
|
+
readonly SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup";
|
|
439
|
+
readonly SageMakerImage: "AWS::SageMaker::Image";
|
|
440
|
+
readonly SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment";
|
|
441
|
+
readonly SageMakerModel: "AWS::SageMaker::Model";
|
|
442
|
+
readonly SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig";
|
|
443
|
+
readonly SageMakerWorkteam: "AWS::SageMaker::Workteam";
|
|
444
|
+
readonly ScalingPolicy: "AWS::AutoScaling::ScalingPolicy";
|
|
445
|
+
readonly ScheduledAction: "AWS::AutoScaling::ScheduledAction";
|
|
446
|
+
readonly Secret: "AWS::SecretsManager::Secret";
|
|
447
|
+
readonly SecurityGroup: "AWS::EC2::SecurityGroup";
|
|
448
|
+
readonly SecurityHubStandard: "AWS::SecurityHub::Standard";
|
|
449
|
+
readonly ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace";
|
|
450
|
+
readonly ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance";
|
|
451
|
+
readonly ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace";
|
|
452
|
+
readonly ServiceDiscoveryService: "AWS::ServiceDiscovery::Service";
|
|
453
|
+
readonly SignerSigningProfile: "AWS::Signer::SigningProfile";
|
|
454
|
+
readonly Stack: "AWS::CloudFormation::Stack";
|
|
455
|
+
readonly Stage: "AWS::ApiGateway::Stage";
|
|
456
|
+
readonly StageV2: "AWS::ApiGatewayV2::Stage";
|
|
457
|
+
readonly StepFunctionsActivity: "AWS::StepFunctions::Activity";
|
|
458
|
+
readonly StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine";
|
|
459
|
+
readonly StreamingDistribution: "AWS::CloudFront::StreamingDistribution";
|
|
460
|
+
readonly Subnet: "AWS::EC2::Subnet";
|
|
461
|
+
readonly Table: "AWS::DynamoDB::Table";
|
|
462
|
+
readonly Topic: "AWS::SNS::Topic";
|
|
463
|
+
readonly Trail: "AWS::CloudTrail::Trail";
|
|
464
|
+
readonly TransferAgreement: "AWS::Transfer::Agreement";
|
|
465
|
+
readonly TransferCertificate: "AWS::Transfer::Certificate";
|
|
466
|
+
readonly TransferConnector: "AWS::Transfer::Connector";
|
|
467
|
+
readonly TransferProfile: "AWS::Transfer::Profile";
|
|
468
|
+
readonly TransferWorkflow: "AWS::Transfer::Workflow";
|
|
469
|
+
readonly TransitGateway: "AWS::EC2::TransitGateway";
|
|
470
|
+
readonly TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment";
|
|
471
|
+
readonly TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable";
|
|
472
|
+
readonly User: "AWS::IAM::User";
|
|
473
|
+
readonly VPC: "AWS::EC2::VPC";
|
|
474
|
+
readonly VPCEndpoint: "AWS::EC2::VPCEndpoint";
|
|
475
|
+
readonly VPCEndpointService: "AWS::EC2::VPCEndpointService";
|
|
476
|
+
readonly VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection";
|
|
477
|
+
readonly VPNConnection: "AWS::EC2::VPNConnection";
|
|
478
|
+
readonly VPNGateway: "AWS::EC2::VPNGateway";
|
|
479
|
+
readonly Volume: "AWS::EC2::Volume";
|
|
480
|
+
readonly WebACL: "AWS::WAF::WebACL";
|
|
481
|
+
readonly WebACLV2: "AWS::WAFv2::WebACL";
|
|
482
|
+
readonly WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias";
|
|
483
|
+
readonly WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace";
|
|
484
|
+
};
|
|
485
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
486
|
+
export declare const AggregatorFilterType: {
|
|
487
|
+
readonly INCLUDE: "INCLUDE";
|
|
488
|
+
};
|
|
489
|
+
export type AggregatorFilterType =
|
|
490
|
+
(typeof AggregatorFilterType)[keyof typeof AggregatorFilterType];
|
|
491
|
+
export declare const RecordingStrategyType: {
|
|
492
|
+
readonly ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES";
|
|
493
|
+
readonly EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES";
|
|
494
|
+
readonly INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES";
|
|
495
|
+
};
|
|
496
|
+
export type RecordingStrategyType =
|
|
497
|
+
(typeof RecordingStrategyType)[keyof typeof RecordingStrategyType];
|
|
498
|
+
export declare const RecordingFrequency: {
|
|
499
|
+
readonly CONTINUOUS: "CONTINUOUS";
|
|
500
|
+
readonly DAILY: "DAILY";
|
|
501
|
+
};
|
|
502
|
+
export type RecordingFrequency =
|
|
503
|
+
(typeof RecordingFrequency)[keyof typeof RecordingFrequency];
|
|
504
|
+
export declare const RecordingScope: {
|
|
505
|
+
readonly INTERNAL: "INTERNAL";
|
|
506
|
+
readonly PAID: "PAID";
|
|
507
|
+
};
|
|
508
|
+
export type RecordingScope =
|
|
509
|
+
(typeof RecordingScope)[keyof typeof RecordingScope];
|
|
510
|
+
export declare const ConfigurationItemStatus: {
|
|
511
|
+
readonly OK: "OK";
|
|
512
|
+
readonly ResourceDeleted: "ResourceDeleted";
|
|
513
|
+
readonly ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded";
|
|
514
|
+
readonly ResourceDiscovered: "ResourceDiscovered";
|
|
515
|
+
readonly ResourceNotRecorded: "ResourceNotRecorded";
|
|
516
|
+
};
|
|
517
|
+
export type ConfigurationItemStatus =
|
|
518
|
+
(typeof ConfigurationItemStatus)[keyof typeof ConfigurationItemStatus];
|
|
519
|
+
export declare const ChronologicalOrder: {
|
|
520
|
+
readonly Forward: "Forward";
|
|
521
|
+
readonly Reverse: "Reverse";
|
|
522
|
+
};
|
|
523
|
+
export type ChronologicalOrder =
|
|
524
|
+
(typeof ChronologicalOrder)[keyof typeof ChronologicalOrder];
|
|
525
|
+
export declare const DeliveryStatus: {
|
|
526
|
+
readonly Failure: "Failure";
|
|
527
|
+
readonly Not_Applicable: "Not_Applicable";
|
|
528
|
+
readonly Success: "Success";
|
|
529
|
+
};
|
|
530
|
+
export type DeliveryStatus =
|
|
531
|
+
(typeof DeliveryStatus)[keyof typeof DeliveryStatus];
|
|
532
|
+
export declare const ConfigRuleState: {
|
|
533
|
+
readonly ACTIVE: "ACTIVE";
|
|
534
|
+
readonly DELETING: "DELETING";
|
|
535
|
+
readonly DELETING_RESULTS: "DELETING_RESULTS";
|
|
536
|
+
readonly EVALUATING: "EVALUATING";
|
|
537
|
+
};
|
|
538
|
+
export type ConfigRuleState =
|
|
539
|
+
(typeof ConfigRuleState)[keyof typeof ConfigRuleState];
|
|
540
|
+
export declare const MaximumExecutionFrequency: {
|
|
541
|
+
readonly One_Hour: "One_Hour";
|
|
542
|
+
readonly Six_Hours: "Six_Hours";
|
|
543
|
+
readonly Three_Hours: "Three_Hours";
|
|
544
|
+
readonly Twelve_Hours: "Twelve_Hours";
|
|
545
|
+
readonly TwentyFour_Hours: "TwentyFour_Hours";
|
|
546
|
+
};
|
|
547
|
+
export type MaximumExecutionFrequency =
|
|
548
|
+
(typeof MaximumExecutionFrequency)[keyof typeof MaximumExecutionFrequency];
|
|
549
|
+
export declare const Owner: {
|
|
550
|
+
readonly Aws: "AWS";
|
|
551
|
+
readonly Custom_Lambda: "CUSTOM_LAMBDA";
|
|
552
|
+
readonly Custom_Policy: "CUSTOM_POLICY";
|
|
553
|
+
};
|
|
554
|
+
export type Owner = (typeof Owner)[keyof typeof Owner];
|
|
555
|
+
export declare const EventSource: {
|
|
556
|
+
readonly Aws_Config: "aws.config";
|
|
557
|
+
};
|
|
558
|
+
export type EventSource = (typeof EventSource)[keyof typeof EventSource];
|
|
559
|
+
export declare const MessageType: {
|
|
560
|
+
readonly ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification";
|
|
561
|
+
readonly ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted";
|
|
562
|
+
readonly OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification";
|
|
563
|
+
readonly ScheduledNotification: "ScheduledNotification";
|
|
564
|
+
};
|
|
565
|
+
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
566
|
+
export declare const ConfigRuleComplianceSummaryGroupKey: {
|
|
567
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
568
|
+
readonly AWS_REGION: "AWS_REGION";
|
|
569
|
+
};
|
|
570
|
+
export type ConfigRuleComplianceSummaryGroupKey =
|
|
571
|
+
(typeof ConfigRuleComplianceSummaryGroupKey)[keyof typeof ConfigRuleComplianceSummaryGroupKey];
|
|
572
|
+
export declare const ConfigurationRecorderFilterName: {
|
|
573
|
+
readonly RecordingScope: "recordingScope";
|
|
574
|
+
};
|
|
575
|
+
export type ConfigurationRecorderFilterName =
|
|
576
|
+
(typeof ConfigurationRecorderFilterName)[keyof typeof ConfigurationRecorderFilterName];
|
|
577
|
+
export declare const RecorderStatus: {
|
|
578
|
+
readonly Failure: "Failure";
|
|
579
|
+
readonly NotApplicable: "NotApplicable";
|
|
580
|
+
readonly Pending: "Pending";
|
|
581
|
+
readonly Success: "Success";
|
|
582
|
+
};
|
|
583
|
+
export type RecorderStatus =
|
|
584
|
+
(typeof RecorderStatus)[keyof typeof RecorderStatus];
|
|
585
|
+
export declare const ConformancePackState: {
|
|
586
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
587
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
588
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
589
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
590
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
591
|
+
};
|
|
592
|
+
export type ConformancePackState =
|
|
593
|
+
(typeof ConformancePackState)[keyof typeof ConformancePackState];
|
|
594
|
+
export declare const OrganizationConfigRuleTriggerTypeNoSN: {
|
|
595
|
+
readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
|
|
596
|
+
readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
|
|
597
|
+
};
|
|
598
|
+
export type OrganizationConfigRuleTriggerTypeNoSN =
|
|
599
|
+
(typeof OrganizationConfigRuleTriggerTypeNoSN)[keyof typeof OrganizationConfigRuleTriggerTypeNoSN];
|
|
600
|
+
export declare const OrganizationConfigRuleTriggerType: {
|
|
601
|
+
readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
|
|
602
|
+
readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
|
|
603
|
+
readonly SCHEDULED_NOTIFICATION: "ScheduledNotification";
|
|
604
|
+
};
|
|
605
|
+
export type OrganizationConfigRuleTriggerType =
|
|
606
|
+
(typeof OrganizationConfigRuleTriggerType)[keyof typeof OrganizationConfigRuleTriggerType];
|
|
607
|
+
export declare const OrganizationRuleStatus: {
|
|
608
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
609
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
610
|
+
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
611
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
612
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
613
|
+
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
614
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
615
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
616
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
617
|
+
};
|
|
618
|
+
export type OrganizationRuleStatus =
|
|
619
|
+
(typeof OrganizationRuleStatus)[keyof typeof OrganizationRuleStatus];
|
|
620
|
+
export declare const OrganizationResourceStatus: {
|
|
621
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
622
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
623
|
+
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
624
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
625
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
626
|
+
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
627
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
628
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
629
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
630
|
+
};
|
|
631
|
+
export type OrganizationResourceStatus =
|
|
632
|
+
(typeof OrganizationResourceStatus)[keyof typeof OrganizationResourceStatus];
|
|
633
|
+
export declare const ResourceValueType: {
|
|
634
|
+
readonly RESOURCE_ID: "RESOURCE_ID";
|
|
635
|
+
};
|
|
636
|
+
export type ResourceValueType =
|
|
637
|
+
(typeof ResourceValueType)[keyof typeof ResourceValueType];
|
|
638
|
+
export declare const RemediationTargetType: {
|
|
639
|
+
readonly SSM_DOCUMENT: "SSM_DOCUMENT";
|
|
640
|
+
};
|
|
641
|
+
export type RemediationTargetType =
|
|
642
|
+
(typeof RemediationTargetType)[keyof typeof RemediationTargetType];
|
|
643
|
+
export declare const RemediationExecutionState: {
|
|
644
|
+
readonly FAILED: "FAILED";
|
|
645
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
646
|
+
readonly QUEUED: "QUEUED";
|
|
647
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
648
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
649
|
+
};
|
|
650
|
+
export type RemediationExecutionState =
|
|
651
|
+
(typeof RemediationExecutionState)[keyof typeof RemediationExecutionState];
|
|
652
|
+
export declare const RemediationExecutionStepState: {
|
|
653
|
+
readonly EXITED: "EXITED";
|
|
654
|
+
readonly FAILED: "FAILED";
|
|
655
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
656
|
+
readonly PENDING: "PENDING";
|
|
657
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
658
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
659
|
+
};
|
|
660
|
+
export type RemediationExecutionStepState =
|
|
661
|
+
(typeof RemediationExecutionStepState)[keyof typeof RemediationExecutionStepState];
|
|
662
|
+
export declare const ResourceEvaluationStatus: {
|
|
663
|
+
readonly FAILED: "FAILED";
|
|
664
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
665
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
666
|
+
};
|
|
667
|
+
export type ResourceEvaluationStatus =
|
|
668
|
+
(typeof ResourceEvaluationStatus)[keyof typeof ResourceEvaluationStatus];
|
|
669
|
+
export declare const ResourceCountGroupKey: {
|
|
670
|
+
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
671
|
+
readonly AWS_REGION: "AWS_REGION";
|
|
672
|
+
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
673
|
+
};
|
|
674
|
+
export type ResourceCountGroupKey =
|
|
675
|
+
(typeof ResourceCountGroupKey)[keyof typeof ResourceCountGroupKey];
|
|
676
|
+
export declare const MemberAccountRuleStatus: {
|
|
677
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
678
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
679
|
+
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
680
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
681
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
682
|
+
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
683
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
684
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
685
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
686
|
+
};
|
|
687
|
+
export type MemberAccountRuleStatus =
|
|
688
|
+
(typeof MemberAccountRuleStatus)[keyof typeof MemberAccountRuleStatus];
|
|
689
|
+
export declare const OrganizationResourceDetailedStatus: {
|
|
690
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
691
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
692
|
+
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
693
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
694
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
695
|
+
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
696
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
697
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
698
|
+
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
699
|
+
};
|
|
700
|
+
export type OrganizationResourceDetailedStatus =
|
|
701
|
+
(typeof OrganizationResourceDetailedStatus)[keyof typeof OrganizationResourceDetailedStatus];
|
|
702
|
+
export declare const ResourceConfigurationSchemaType: {
|
|
703
|
+
readonly CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA";
|
|
704
|
+
};
|
|
705
|
+
export type ResourceConfigurationSchemaType =
|
|
706
|
+
(typeof ResourceConfigurationSchemaType)[keyof typeof ResourceConfigurationSchemaType];
|
|
707
|
+
export declare const SortBy: {
|
|
708
|
+
readonly SCORE: "SCORE";
|
|
709
|
+
};
|
|
710
|
+
export type SortBy = (typeof SortBy)[keyof typeof SortBy];
|
|
711
|
+
export declare const SortOrder: {
|
|
712
|
+
readonly ASCENDING: "ASCENDING";
|
|
713
|
+
readonly DESCENDING: "DESCENDING";
|
|
714
|
+
};
|
|
715
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|