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