@aws-sdk/client-config-service 3.934.0 → 3.936.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.
Files changed (83) hide show
  1. package/dist-cjs/index.js +797 -797
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +645 -0
  4. package/dist-es/models/errors.js +673 -0
  5. package/dist-es/models/models_0.js +1 -1131
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  8. package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  9. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  10. package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  14. package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
  15. package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  16. package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  17. package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
  18. package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
  19. package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
  20. package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  22. package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  23. package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  24. package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
  26. package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
  29. package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  32. package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  33. package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
  34. package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
  35. package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  38. package/dist-types/index.d.ts +3 -1
  39. package/dist-types/models/enums.d.ts +949 -0
  40. package/dist-types/models/errors.d.ts +849 -0
  41. package/dist-types/models/models_0.d.ts +1347 -1536
  42. package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/index.d.ts +3 -1
  74. package/dist-types/ts3.4/models/enums.d.ts +715 -0
  75. package/dist-types/ts3.4/models/errors.d.ts +485 -0
  76. package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
  77. package/package.json +19 -19
  78. package/dist-es/models/index.js +0 -2
  79. package/dist-es/models/models_1.js +0 -188
  80. package/dist-types/models/index.d.ts +0 -2
  81. package/dist-types/models/models_1.d.ts +0 -1611
  82. package/dist-types/ts3.4/models/index.d.ts +0 -2
  83. package/dist-types/ts3.4/models/models_1.d.ts +0 -475
@@ -1,1131 +1 @@
1
- import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
2
- export const ComplianceType = {
3
- Compliant: "COMPLIANT",
4
- Insufficient_Data: "INSUFFICIENT_DATA",
5
- Non_Compliant: "NON_COMPLIANT",
6
- Not_Applicable: "NOT_APPLICABLE",
7
- };
8
- export const ConformancePackComplianceType = {
9
- COMPLIANT: "COMPLIANT",
10
- INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
11
- NON_COMPLIANT: "NON_COMPLIANT",
12
- };
13
- export const AggregateConformancePackComplianceSummaryGroupKey = {
14
- ACCOUNT_ID: "ACCOUNT_ID",
15
- AWS_REGION: "AWS_REGION",
16
- };
17
- export const AggregatedSourceStatusType = {
18
- FAILED: "FAILED",
19
- OUTDATED: "OUTDATED",
20
- SUCCEEDED: "SUCCEEDED",
21
- };
22
- export const AggregatedSourceType = {
23
- ACCOUNT: "ACCOUNT",
24
- ORGANIZATION: "ORGANIZATION",
25
- };
26
- export const EvaluationMode = {
27
- DETECTIVE: "DETECTIVE",
28
- PROACTIVE: "PROACTIVE",
29
- };
30
- export const ResourceType = {
31
- ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
32
- ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation",
33
- APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace",
34
- AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer",
35
- AccountPublicAccessBlock: "AWS::S3::AccountPublicAccessBlock",
36
- Alarm: "AWS::CloudWatch::Alarm",
37
- AmazonMQBroker: "AWS::AmazonMQ::Broker",
38
- AmplifyApp: "AWS::Amplify::App",
39
- AmplifyBranch: "AWS::Amplify::Branch",
40
- Api: "AWS::ApiGatewayV2::Api",
41
- AppConfigApplication: "AWS::AppConfig::Application",
42
- AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
43
- AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
44
- AppConfigEnvironment: "AWS::AppConfig::Environment",
45
- AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation",
46
- AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion",
47
- AppFlowFlow: "AWS::AppFlow::Flow",
48
- AppIntegrationsApplication: "AWS::AppIntegrations::Application",
49
- AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration",
50
- AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute",
51
- AppMeshMesh: "AWS::AppMesh::Mesh",
52
- AppMeshRoute: "AWS::AppMesh::Route",
53
- AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway",
54
- AppMeshVirtualNode: "AWS::AppMesh::VirtualNode",
55
- AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter",
56
- AppMeshVirtualService: "AWS::AppMesh::VirtualService",
57
- AppRunnerService: "AWS::AppRunner::Service",
58
- AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector",
59
- AppStreamApplication: "AWS::AppStream::Application",
60
- AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig",
61
- AppStreamFleet: "AWS::AppStream::Fleet",
62
- AppStreamStack: "AWS::AppStream::Stack",
63
- AppSyncApiCache: "AWS::AppSync::ApiCache",
64
- AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi",
65
- Application: "AWS::ElasticBeanstalk::Application",
66
- ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion",
67
- AssociationCompliance: "AWS::SSM::AssociationCompliance",
68
- AthenaDataCatalog: "AWS::Athena::DataCatalog",
69
- AthenaPreparedStatement: "AWS::Athena::PreparedStatement",
70
- AthenaWorkGroup: "AWS::Athena::WorkGroup",
71
- AuditManagerAssessment: "AWS::AuditManager::Assessment",
72
- AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup",
73
- AutoScalingWarmPool: "AWS::AutoScaling::WarmPool",
74
- BackupPlan: "AWS::Backup::BackupPlan",
75
- BackupRecoveryPoint: "AWS::Backup::RecoveryPoint",
76
- BackupReportPlan: "AWS::Backup::ReportPlan",
77
- BackupSelection: "AWS::Backup::BackupSelection",
78
- BackupVault: "AWS::Backup::BackupVault",
79
- BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment",
80
- BatchJobQueue: "AWS::Batch::JobQueue",
81
- BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy",
82
- BedrockGuardrail: "AWS::Bedrock::Guardrail",
83
- BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase",
84
- Bucket: "AWS::S3::Bucket",
85
- BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction",
86
- CassandraKeyspace: "AWS::Cassandra::Keyspace",
87
- Certificate: "AWS::ACM::Certificate",
88
- Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2",
89
- CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct",
90
- CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
91
- CloudWatchMetricStream: "AWS::CloudWatch::MetricStream",
92
- Cluster: "AWS::Redshift::Cluster",
93
- ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup",
94
- ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup",
95
- ClusterSnapshot: "AWS::Redshift::ClusterSnapshot",
96
- ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup",
97
- CodeArtifactRepository: "AWS::CodeArtifact::Repository",
98
- CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup",
99
- CodeDeployApplication: "AWS::CodeDeploy::Application",
100
- CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig",
101
- CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup",
102
- CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup",
103
- CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation",
104
- CognitoIdentityPool: "AWS::Cognito::IdentityPool",
105
- CognitoUserPool: "AWS::Cognito::UserPool",
106
- CognitoUserPoolClient: "AWS::Cognito::UserPoolClient",
107
- CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup",
108
- ConformancePackCompliance: "AWS::Config::ConformancePackCompliance",
109
- ConnectInstance: "AWS::Connect::Instance",
110
- ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
111
- ConnectQuickConnect: "AWS::Connect::QuickConnect",
112
- ConnectRule: "AWS::Connect::Rule",
113
- ConnectUser: "AWS::Connect::User",
114
- CustomerGateway: "AWS::EC2::CustomerGateway",
115
- CustomerProfilesDomain: "AWS::CustomerProfiles::Domain",
116
- CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType",
117
- DBCluster: "AWS::RDS::DBCluster",
118
- DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot",
119
- DBInstance: "AWS::RDS::DBInstance",
120
- DBSecurityGroup: "AWS::RDS::DBSecurityGroup",
121
- DBSnapshot: "AWS::RDS::DBSnapshot",
122
- DBSubnetGroup: "AWS::RDS::DBSubnetGroup",
123
- DMSCertificate: "AWS::DMS::Certificate",
124
- DMSEndpoint: "AWS::DMS::Endpoint",
125
- DMSEventSubscription: "AWS::DMS::EventSubscription",
126
- DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
127
- DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
128
- DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
129
- DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows",
130
- DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS",
131
- DataSyncLocationNFS: "AWS::DataSync::LocationNFS",
132
- DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage",
133
- DataSyncLocationS3: "AWS::DataSync::LocationS3",
134
- DataSyncLocationSMB: "AWS::DataSync::LocationSMB",
135
- DataSyncTask: "AWS::DataSync::Task",
136
- DetectiveGraph: "AWS::Detective::Graph",
137
- DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile",
138
- DeviceFarmProject: "AWS::DeviceFarm::Project",
139
- DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject",
140
- Distribution: "AWS::CloudFront::Distribution",
141
- Domain: "AWS::Elasticsearch::Domain",
142
- EC2CapacityReservation: "AWS::EC2::CapacityReservation",
143
- EC2CarrierGateway: "AWS::EC2::CarrierGateway",
144
- EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint",
145
- EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation",
146
- EC2DHCPOptions: "AWS::EC2::DHCPOptions",
147
- EC2EC2Fleet: "AWS::EC2::EC2Fleet",
148
- EC2EIPAssociation: "AWS::EC2::EIPAssociation",
149
- EC2IPAM: "AWS::EC2::IPAM",
150
- EC2IPAMPool: "AWS::EC2::IPAMPool",
151
- EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery",
152
- EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
153
- EC2IPAMScope: "AWS::EC2::IPAMScope",
154
- EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint",
155
- EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope",
156
- EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis",
157
- EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath",
158
- EC2PrefixList: "AWS::EC2::PrefixList",
159
- EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess",
160
- EC2SpotFleet: "AWS::EC2::SpotFleet",
161
- EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation",
162
- EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter",
163
- EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession",
164
- EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget",
165
- EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect",
166
- EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain",
167
- EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion",
168
- EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions",
169
- EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification",
170
- EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute",
171
- ECRPublicRepository: "AWS::ECR::PublicRepository",
172
- ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule",
173
- ECRRegistryPolicy: "AWS::ECR::RegistryPolicy",
174
- ECRRepository: "AWS::ECR::Repository",
175
- ECSCapacityProvider: "AWS::ECS::CapacityProvider",
176
- ECSCluster: "AWS::ECS::Cluster",
177
- ECSService: "AWS::ECS::Service",
178
- ECSTaskDefinition: "AWS::ECS::TaskDefinition",
179
- ECSTaskSet: "AWS::ECS::TaskSet",
180
- EFSAccessPoint: "AWS::EFS::AccessPoint",
181
- EFSFileSystem: "AWS::EFS::FileSystem",
182
- EIP: "AWS::EC2::EIP",
183
- EKSAddon: "AWS::EKS::Addon",
184
- EKSCluster: "AWS::EKS::Cluster",
185
- EKSFargateProfile: "AWS::EKS::FargateProfile",
186
- EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig",
187
- EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration",
188
- EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway",
189
- EncryptionConfig: "AWS::XRay::EncryptionConfig",
190
- Environment: "AWS::ElasticBeanstalk::Environment",
191
- EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
192
- EventSchemasRegistry: "AWS::EventSchemas::Registry",
193
- EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
194
- EventSchemasSchema: "AWS::EventSchemas::Schema",
195
- EventSubscription: "AWS::RDS::EventSubscription",
196
- EventsApiDestination: "AWS::Events::ApiDestination",
197
- EventsArchive: "AWS::Events::Archive",
198
- EventsConnection: "AWS::Events::Connection",
199
- EventsEndpoint: "AWS::Events::Endpoint",
200
- EventsEventBus: "AWS::Events::EventBus",
201
- EventsRule: "AWS::Events::Rule",
202
- EvidentlyLaunch: "AWS::Evidently::Launch",
203
- EvidentlyProject: "AWS::Evidently::Project",
204
- EvidentlySegment: "AWS::Evidently::Segment",
205
- FISExperimentTemplate: "AWS::FIS::ExperimentTemplate",
206
- FileData: "AWS::SSM::FileData",
207
- FlowLog: "AWS::EC2::FlowLog",
208
- ForecastDataset: "AWS::Forecast::Dataset",
209
- ForecastDatasetGroup: "AWS::Forecast::DatasetGroup",
210
- FraudDetectorEntityType: "AWS::FraudDetector::EntityType",
211
- FraudDetectorLabel: "AWS::FraudDetector::Label",
212
- FraudDetectorOutcome: "AWS::FraudDetector::Outcome",
213
- FraudDetectorVariable: "AWS::FraudDetector::Variable",
214
- Function: "AWS::Lambda::Function",
215
- GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator",
216
- GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup",
217
- GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener",
218
- GlueClassifier: "AWS::Glue::Classifier",
219
- GlueJob: "AWS::Glue::Job",
220
- GlueMLTransform: "AWS::Glue::MLTransform",
221
- GrafanaWorkspace: "AWS::Grafana::Workspace",
222
- GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion",
223
- GroundStationConfig: "AWS::GroundStation::Config",
224
- GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup",
225
- GroundStationMissionProfile: "AWS::GroundStation::MissionProfile",
226
- Group: "AWS::IAM::Group",
227
- GuardDutyDetector: "AWS::GuardDuty::Detector",
228
- GuardDutyFilter: "AWS::GuardDuty::Filter",
229
- GuardDutyIPSet: "AWS::GuardDuty::IPSet",
230
- GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
231
- HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
232
- Host: "AWS::EC2::Host",
233
- IAMInstanceProfile: "AWS::IAM::InstanceProfile",
234
- IAMOIDCProvider: "AWS::IAM::OIDCProvider",
235
- IAMSAMLProvider: "AWS::IAM::SAMLProvider",
236
- IAMServerCertificate: "AWS::IAM::ServerCertificate",
237
- IPSetV2: "AWS::WAFv2::IPSet",
238
- IVSChannel: "AWS::IVS::Channel",
239
- IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair",
240
- IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration",
241
- ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe",
242
- ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration",
243
- ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline",
244
- ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe",
245
- ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration",
246
- InspectorV2Activation: "AWS::InspectorV2::Activation",
247
- InspectorV2Filter: "AWS::InspectorV2::Filter",
248
- Instance: "AWS::EC2::Instance",
249
- InternetGateway: "AWS::EC2::InternetGateway",
250
- IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration",
251
- IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel",
252
- IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset",
253
- IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore",
254
- IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline",
255
- IoTAuthorizer: "AWS::IoT::Authorizer",
256
- IoTCACertificate: "AWS::IoT::CACertificate",
257
- IoTCustomMetric: "AWS::IoT::CustomMetric",
258
- IoTDimension: "AWS::IoT::Dimension",
259
- IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel",
260
- IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel",
261
- IoTEventsInput: "AWS::IoTEvents::Input",
262
- IoTFleetMetric: "AWS::IoT::FleetMetric",
263
- IoTJobTemplate: "AWS::IoT::JobTemplate",
264
- IoTMitigationAction: "AWS::IoT::MitigationAction",
265
- IoTPolicy: "AWS::IoT::Policy",
266
- IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate",
267
- IoTRoleAlias: "AWS::IoT::RoleAlias",
268
- IoTScheduledAudit: "AWS::IoT::ScheduledAudit",
269
- IoTSecurityProfile: "AWS::IoT::SecurityProfile",
270
- IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel",
271
- IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard",
272
- IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway",
273
- IoTSiteWisePortal: "AWS::IoTSiteWise::Portal",
274
- IoTSiteWiseProject: "AWS::IoTSiteWise::Project",
275
- IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType",
276
- IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity",
277
- IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene",
278
- IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob",
279
- IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace",
280
- IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask",
281
- IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup",
282
- IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile",
283
- KMSAlias: "AWS::KMS::Alias",
284
- KafkaConnectConnector: "AWS::KafkaConnect::Connector",
285
- KendraIndex: "AWS::Kendra::Index",
286
- Key: "AWS::KMS::Key",
287
- KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application",
288
- KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream",
289
- KinesisStream: "AWS::Kinesis::Stream",
290
- KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer",
291
- KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel",
292
- KinesisVideoStream: "AWS::KinesisVideo::Stream",
293
- LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig",
294
- LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration",
295
- LaunchTemplate: "AWS::EC2::LaunchTemplate",
296
- LexBot: "AWS::Lex::Bot",
297
- LexBotAlias: "AWS::Lex::BotAlias",
298
- LightsailBucket: "AWS::Lightsail::Bucket",
299
- LightsailCertificate: "AWS::Lightsail::Certificate",
300
- LightsailDisk: "AWS::Lightsail::Disk",
301
- LightsailStaticIp: "AWS::Lightsail::StaticIp",
302
- ListenerV2: "AWS::ElasticLoadBalancingV2::Listener",
303
- LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer",
304
- LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer",
305
- LogsDestination: "AWS::Logs::Destination",
306
- LookoutMetricsAlert: "AWS::LookoutMetrics::Alert",
307
- LookoutVisionProject: "AWS::LookoutVision::Project",
308
- M2Environment: "AWS::M2::Environment",
309
- MSKBatchScramSecret: "AWS::MSK::BatchScramSecret",
310
- MSKCluster: "AWS::MSK::Cluster",
311
- MSKClusterPolicy: "AWS::MSK::ClusterPolicy",
312
- MSKConfiguration: "AWS::MSK::Configuration",
313
- MSKVpcConnection: "AWS::MSK::VpcConnection",
314
- ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory",
315
- ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet",
316
- MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement",
317
- MediaConnectFlowSource: "AWS::MediaConnect::FlowSource",
318
- MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface",
319
- MediaConnectGateway: "AWS::MediaConnect::Gateway",
320
- MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
321
- MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
322
- MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
323
- MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup",
324
- NatGateway: "AWS::EC2::NatGateway",
325
- NetworkAcl: "AWS::EC2::NetworkAcl",
326
- NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall",
327
- NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy",
328
- NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup",
329
- NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
330
- NetworkInterface: "AWS::EC2::NetworkInterface",
331
- NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer",
332
- NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation",
333
- NetworkManagerDevice: "AWS::NetworkManager::Device",
334
- NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork",
335
- NetworkManagerLink: "AWS::NetworkManager::Link",
336
- NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation",
337
- NetworkManagerSite: "AWS::NetworkManager::Site",
338
- NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration",
339
- OpenSearchDomain: "AWS::OpenSearch::Domain",
340
- OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection",
341
- OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint",
342
- PanoramaPackage: "AWS::Panorama::Package",
343
- PatchCompliance: "AWS::SSM::PatchCompliance",
344
- PersonalizeDataset: "AWS::Personalize::Dataset",
345
- PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup",
346
- PersonalizeSchema: "AWS::Personalize::Schema",
347
- PersonalizeSolution: "AWS::Personalize::Solution",
348
- PinpointApp: "AWS::Pinpoint::App",
349
- PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings",
350
- PinpointCampaign: "AWS::Pinpoint::Campaign",
351
- PinpointEmailChannel: "AWS::Pinpoint::EmailChannel",
352
- PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate",
353
- PinpointEventStream: "AWS::Pinpoint::EventStream",
354
- PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate",
355
- PinpointSegment: "AWS::Pinpoint::Segment",
356
- Pipeline: "AWS::CodePipeline::Pipeline",
357
- Policy: "AWS::IAM::Policy",
358
- Portfolio: "AWS::ServiceCatalog::Portfolio",
359
- Project: "AWS::CodeBuild::Project",
360
- Protection: "AWS::Shield::Protection",
361
- QLDBLedger: "AWS::QLDB::Ledger",
362
- Queue: "AWS::SQS::Queue",
363
- QuickSightDataSource: "AWS::QuickSight::DataSource",
364
- QuickSightTemplate: "AWS::QuickSight::Template",
365
- QuickSightTheme: "AWS::QuickSight::Theme",
366
- RDSGlobalCluster: "AWS::RDS::GlobalCluster",
367
- RDSOptionGroup: "AWS::RDS::OptionGroup",
368
- RUMAppMonitor: "AWS::RUM::AppMonitor",
369
- RateBasedRule: "AWS::WAF::RateBasedRule",
370
- RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess",
371
- RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization",
372
- RedshiftEventSubscription: "AWS::Redshift::EventSubscription",
373
- RedshiftScheduledAction: "AWS::Redshift::ScheduledAction",
374
- RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet",
375
- RegionalProtection: "AWS::ShieldRegional::Protection",
376
- RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule",
377
- RegionalRule: "AWS::WAFRegional::Rule",
378
- RegionalRuleGroup: "AWS::WAFRegional::RuleGroup",
379
- RegionalWebACL: "AWS::WAFRegional::WebACL",
380
- RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance",
381
- ResilienceHubApp: "AWS::ResilienceHub::App",
382
- ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy",
383
- ResourceCompliance: "AWS::Config::ResourceCompliance",
384
- ResourceExplorer2Index: "AWS::ResourceExplorer2::Index",
385
- RestApi: "AWS::ApiGateway::RestApi",
386
- RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication",
387
- RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion",
388
- RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication",
389
- Role: "AWS::IAM::Role",
390
- Route53HostedZone: "AWS::Route53::HostedZone",
391
- Route53ProfilesProfile: "AWS::Route53Profiles::Profile",
392
- Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster",
393
- Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel",
394
- Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl",
395
- Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule",
396
- Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell",
397
- Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck",
398
- Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup",
399
- Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet",
400
- Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
401
- Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
402
- Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
403
- Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
404
- Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig",
405
- Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
406
- Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule",
407
- Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation",
408
- RouteTable: "AWS::EC2::RouteTable",
409
- Rule: "AWS::WAF::Rule",
410
- RuleGroup: "AWS::WAF::RuleGroup",
411
- RuleGroupV2: "AWS::WAFv2::RuleGroup",
412
- S3AccessPoint: "AWS::S3::AccessPoint",
413
- S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy",
414
- S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket",
415
- S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint",
416
- S3StorageLens: "AWS::S3::StorageLens",
417
- S3StorageLensGroup: "AWS::S3::StorageLensGroup",
418
- SESConfigurationSet: "AWS::SES::ConfigurationSet",
419
- SESContactList: "AWS::SES::ContactList",
420
- SESReceiptFilter: "AWS::SES::ReceiptFilter",
421
- SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet",
422
- SESTemplate: "AWS::SES::Template",
423
- SSMDocument: "AWS::SSM::Document",
424
- SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig",
425
- SageMakerCodeRepository: "AWS::SageMaker::CodeRepository",
426
- SageMakerDomain: "AWS::SageMaker::Domain",
427
- SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup",
428
- SageMakerImage: "AWS::SageMaker::Image",
429
- SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment",
430
- SageMakerModel: "AWS::SageMaker::Model",
431
- SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig",
432
- SageMakerWorkteam: "AWS::SageMaker::Workteam",
433
- ScalingPolicy: "AWS::AutoScaling::ScalingPolicy",
434
- ScheduledAction: "AWS::AutoScaling::ScheduledAction",
435
- Secret: "AWS::SecretsManager::Secret",
436
- SecurityGroup: "AWS::EC2::SecurityGroup",
437
- SecurityHubStandard: "AWS::SecurityHub::Standard",
438
- ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace",
439
- ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance",
440
- ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace",
441
- ServiceDiscoveryService: "AWS::ServiceDiscovery::Service",
442
- SignerSigningProfile: "AWS::Signer::SigningProfile",
443
- Stack: "AWS::CloudFormation::Stack",
444
- Stage: "AWS::ApiGateway::Stage",
445
- StageV2: "AWS::ApiGatewayV2::Stage",
446
- StepFunctionsActivity: "AWS::StepFunctions::Activity",
447
- StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine",
448
- StreamingDistribution: "AWS::CloudFront::StreamingDistribution",
449
- Subnet: "AWS::EC2::Subnet",
450
- Table: "AWS::DynamoDB::Table",
451
- Topic: "AWS::SNS::Topic",
452
- Trail: "AWS::CloudTrail::Trail",
453
- TransferAgreement: "AWS::Transfer::Agreement",
454
- TransferCertificate: "AWS::Transfer::Certificate",
455
- TransferConnector: "AWS::Transfer::Connector",
456
- TransferProfile: "AWS::Transfer::Profile",
457
- TransferWorkflow: "AWS::Transfer::Workflow",
458
- TransitGateway: "AWS::EC2::TransitGateway",
459
- TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment",
460
- TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable",
461
- User: "AWS::IAM::User",
462
- VPC: "AWS::EC2::VPC",
463
- VPCEndpoint: "AWS::EC2::VPCEndpoint",
464
- VPCEndpointService: "AWS::EC2::VPCEndpointService",
465
- VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection",
466
- VPNConnection: "AWS::EC2::VPNConnection",
467
- VPNGateway: "AWS::EC2::VPNGateway",
468
- Volume: "AWS::EC2::Volume",
469
- WebACL: "AWS::WAF::WebACL",
470
- WebACLV2: "AWS::WAFv2::WebACL",
471
- WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
472
- WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
473
- };
474
- export const AggregatorFilterType = {
475
- INCLUDE: "INCLUDE",
476
- };
477
- export const RecordingStrategyType = {
478
- ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES",
479
- EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES",
480
- INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES",
481
- };
482
- export const RecordingFrequency = {
483
- CONTINUOUS: "CONTINUOUS",
484
- DAILY: "DAILY",
485
- };
486
- export const RecordingScope = {
487
- INTERNAL: "INTERNAL",
488
- PAID: "PAID",
489
- };
490
- export class ConflictException extends __BaseException {
491
- name = "ConflictException";
492
- $fault = "client";
493
- constructor(opts) {
494
- super({
495
- name: "ConflictException",
496
- $fault: "client",
497
- ...opts,
498
- });
499
- Object.setPrototypeOf(this, ConflictException.prototype);
500
- }
501
- }
502
- export class NoSuchConfigurationRecorderException extends __BaseException {
503
- name = "NoSuchConfigurationRecorderException";
504
- $fault = "client";
505
- constructor(opts) {
506
- super({
507
- name: "NoSuchConfigurationRecorderException",
508
- $fault: "client",
509
- ...opts,
510
- });
511
- Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
512
- }
513
- }
514
- export class ValidationException extends __BaseException {
515
- name = "ValidationException";
516
- $fault = "client";
517
- constructor(opts) {
518
- super({
519
- name: "ValidationException",
520
- $fault: "client",
521
- ...opts,
522
- });
523
- Object.setPrototypeOf(this, ValidationException.prototype);
524
- }
525
- }
526
- export const ConfigurationItemStatus = {
527
- OK: "OK",
528
- ResourceDeleted: "ResourceDeleted",
529
- ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded",
530
- ResourceDiscovered: "ResourceDiscovered",
531
- ResourceNotRecorded: "ResourceNotRecorded",
532
- };
533
- export class NoSuchConfigurationAggregatorException extends __BaseException {
534
- name = "NoSuchConfigurationAggregatorException";
535
- $fault = "client";
536
- constructor(opts) {
537
- super({
538
- name: "NoSuchConfigurationAggregatorException",
539
- $fault: "client",
540
- ...opts,
541
- });
542
- Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
543
- }
544
- }
545
- export class NoAvailableConfigurationRecorderException extends __BaseException {
546
- name = "NoAvailableConfigurationRecorderException";
547
- $fault = "client";
548
- constructor(opts) {
549
- super({
550
- name: "NoAvailableConfigurationRecorderException",
551
- $fault: "client",
552
- ...opts,
553
- });
554
- Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
555
- }
556
- }
557
- export const ChronologicalOrder = {
558
- Forward: "Forward",
559
- Reverse: "Reverse",
560
- };
561
- export const DeliveryStatus = {
562
- Failure: "Failure",
563
- Not_Applicable: "Not_Applicable",
564
- Success: "Success",
565
- };
566
- export const ConfigRuleState = {
567
- ACTIVE: "ACTIVE",
568
- DELETING: "DELETING",
569
- DELETING_RESULTS: "DELETING_RESULTS",
570
- EVALUATING: "EVALUATING",
571
- };
572
- export const MaximumExecutionFrequency = {
573
- One_Hour: "One_Hour",
574
- Six_Hours: "Six_Hours",
575
- Three_Hours: "Three_Hours",
576
- Twelve_Hours: "Twelve_Hours",
577
- TwentyFour_Hours: "TwentyFour_Hours",
578
- };
579
- export const Owner = {
580
- Aws: "AWS",
581
- Custom_Lambda: "CUSTOM_LAMBDA",
582
- Custom_Policy: "CUSTOM_POLICY",
583
- };
584
- export const EventSource = {
585
- Aws_Config: "aws.config",
586
- };
587
- export const MessageType = {
588
- ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification",
589
- ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted",
590
- OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification",
591
- ScheduledNotification: "ScheduledNotification",
592
- };
593
- export const ConfigRuleComplianceSummaryGroupKey = {
594
- ACCOUNT_ID: "ACCOUNT_ID",
595
- AWS_REGION: "AWS_REGION",
596
- };
597
- export const ConfigurationRecorderFilterName = {
598
- RecordingScope: "recordingScope",
599
- };
600
- export const RecorderStatus = {
601
- Failure: "Failure",
602
- NotApplicable: "NotApplicable",
603
- Pending: "Pending",
604
- Success: "Success",
605
- };
606
- export const ConformancePackState = {
607
- CREATE_COMPLETE: "CREATE_COMPLETE",
608
- CREATE_FAILED: "CREATE_FAILED",
609
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
610
- DELETE_FAILED: "DELETE_FAILED",
611
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
612
- };
613
- export class ConformancePackTemplateValidationException extends __BaseException {
614
- name = "ConformancePackTemplateValidationException";
615
- $fault = "client";
616
- constructor(opts) {
617
- super({
618
- name: "ConformancePackTemplateValidationException",
619
- $fault: "client",
620
- ...opts,
621
- });
622
- Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
623
- }
624
- }
625
- export class InvalidParameterValueException extends __BaseException {
626
- name = "InvalidParameterValueException";
627
- $fault = "client";
628
- constructor(opts) {
629
- super({
630
- name: "InvalidParameterValueException",
631
- $fault: "client",
632
- ...opts,
633
- });
634
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
635
- }
636
- }
637
- export class NoSuchConfigRuleException extends __BaseException {
638
- name = "NoSuchConfigRuleException";
639
- $fault = "client";
640
- constructor(opts) {
641
- super({
642
- name: "NoSuchConfigRuleException",
643
- $fault: "client",
644
- ...opts,
645
- });
646
- Object.setPrototypeOf(this, NoSuchConfigRuleException.prototype);
647
- }
648
- }
649
- export class ResourceInUseException extends __BaseException {
650
- name = "ResourceInUseException";
651
- $fault = "client";
652
- constructor(opts) {
653
- super({
654
- name: "ResourceInUseException",
655
- $fault: "client",
656
- ...opts,
657
- });
658
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
659
- }
660
- }
661
- export class UnmodifiableEntityException extends __BaseException {
662
- name = "UnmodifiableEntityException";
663
- $fault = "client";
664
- constructor(opts) {
665
- super({
666
- name: "UnmodifiableEntityException",
667
- $fault: "client",
668
- ...opts,
669
- });
670
- Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
671
- }
672
- }
673
- export class NoSuchConformancePackException extends __BaseException {
674
- name = "NoSuchConformancePackException";
675
- $fault = "client";
676
- constructor(opts) {
677
- super({
678
- name: "NoSuchConformancePackException",
679
- $fault: "client",
680
- ...opts,
681
- });
682
- Object.setPrototypeOf(this, NoSuchConformancePackException.prototype);
683
- }
684
- }
685
- export class LastDeliveryChannelDeleteFailedException extends __BaseException {
686
- name = "LastDeliveryChannelDeleteFailedException";
687
- $fault = "client";
688
- constructor(opts) {
689
- super({
690
- name: "LastDeliveryChannelDeleteFailedException",
691
- $fault: "client",
692
- ...opts,
693
- });
694
- Object.setPrototypeOf(this, LastDeliveryChannelDeleteFailedException.prototype);
695
- }
696
- }
697
- export class NoSuchDeliveryChannelException extends __BaseException {
698
- name = "NoSuchDeliveryChannelException";
699
- $fault = "client";
700
- constructor(opts) {
701
- super({
702
- name: "NoSuchDeliveryChannelException",
703
- $fault: "client",
704
- ...opts,
705
- });
706
- Object.setPrototypeOf(this, NoSuchDeliveryChannelException.prototype);
707
- }
708
- }
709
- export class NoSuchOrganizationConfigRuleException extends __BaseException {
710
- name = "NoSuchOrganizationConfigRuleException";
711
- $fault = "client";
712
- constructor(opts) {
713
- super({
714
- name: "NoSuchOrganizationConfigRuleException",
715
- $fault: "client",
716
- ...opts,
717
- });
718
- Object.setPrototypeOf(this, NoSuchOrganizationConfigRuleException.prototype);
719
- }
720
- }
721
- export class OrganizationAccessDeniedException extends __BaseException {
722
- name = "OrganizationAccessDeniedException";
723
- $fault = "client";
724
- constructor(opts) {
725
- super({
726
- name: "OrganizationAccessDeniedException",
727
- $fault: "client",
728
- ...opts,
729
- });
730
- Object.setPrototypeOf(this, OrganizationAccessDeniedException.prototype);
731
- }
732
- }
733
- export class NoSuchOrganizationConformancePackException extends __BaseException {
734
- name = "NoSuchOrganizationConformancePackException";
735
- $fault = "client";
736
- constructor(opts) {
737
- super({
738
- name: "NoSuchOrganizationConformancePackException",
739
- $fault: "client",
740
- ...opts,
741
- });
742
- Object.setPrototypeOf(this, NoSuchOrganizationConformancePackException.prototype);
743
- }
744
- }
745
- export class InsufficientPermissionsException extends __BaseException {
746
- name = "InsufficientPermissionsException";
747
- $fault = "client";
748
- constructor(opts) {
749
- super({
750
- name: "InsufficientPermissionsException",
751
- $fault: "client",
752
- ...opts,
753
- });
754
- Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
755
- }
756
- }
757
- export class NoSuchRemediationConfigurationException extends __BaseException {
758
- name = "NoSuchRemediationConfigurationException";
759
- $fault = "client";
760
- constructor(opts) {
761
- super({
762
- name: "NoSuchRemediationConfigurationException",
763
- $fault: "client",
764
- ...opts,
765
- });
766
- Object.setPrototypeOf(this, NoSuchRemediationConfigurationException.prototype);
767
- }
768
- }
769
- export class RemediationInProgressException extends __BaseException {
770
- name = "RemediationInProgressException";
771
- $fault = "client";
772
- constructor(opts) {
773
- super({
774
- name: "RemediationInProgressException",
775
- $fault: "client",
776
- ...opts,
777
- });
778
- Object.setPrototypeOf(this, RemediationInProgressException.prototype);
779
- }
780
- }
781
- export class NoSuchRemediationExceptionException extends __BaseException {
782
- name = "NoSuchRemediationExceptionException";
783
- $fault = "client";
784
- constructor(opts) {
785
- super({
786
- name: "NoSuchRemediationExceptionException",
787
- $fault: "client",
788
- ...opts,
789
- });
790
- Object.setPrototypeOf(this, NoSuchRemediationExceptionException.prototype);
791
- }
792
- }
793
- export class NoRunningConfigurationRecorderException extends __BaseException {
794
- name = "NoRunningConfigurationRecorderException";
795
- $fault = "client";
796
- constructor(opts) {
797
- super({
798
- name: "NoRunningConfigurationRecorderException",
799
- $fault: "client",
800
- ...opts,
801
- });
802
- Object.setPrototypeOf(this, NoRunningConfigurationRecorderException.prototype);
803
- }
804
- }
805
- export class NoSuchRetentionConfigurationException extends __BaseException {
806
- name = "NoSuchRetentionConfigurationException";
807
- $fault = "client";
808
- constructor(opts) {
809
- super({
810
- name: "NoSuchRetentionConfigurationException",
811
- $fault: "client",
812
- ...opts,
813
- });
814
- Object.setPrototypeOf(this, NoSuchRetentionConfigurationException.prototype);
815
- }
816
- }
817
- export class ResourceNotFoundException extends __BaseException {
818
- name = "ResourceNotFoundException";
819
- $fault = "client";
820
- constructor(opts) {
821
- super({
822
- name: "ResourceNotFoundException",
823
- $fault: "client",
824
- ...opts,
825
- });
826
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
827
- }
828
- }
829
- export class InvalidLimitException extends __BaseException {
830
- name = "InvalidLimitException";
831
- $fault = "client";
832
- constructor(opts) {
833
- super({
834
- name: "InvalidLimitException",
835
- $fault: "client",
836
- ...opts,
837
- });
838
- Object.setPrototypeOf(this, InvalidLimitException.prototype);
839
- }
840
- }
841
- export class InvalidNextTokenException extends __BaseException {
842
- name = "InvalidNextTokenException";
843
- $fault = "client";
844
- constructor(opts) {
845
- super({
846
- name: "InvalidNextTokenException",
847
- $fault: "client",
848
- ...opts,
849
- });
850
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
851
- }
852
- }
853
- export class NoSuchConfigRuleInConformancePackException extends __BaseException {
854
- name = "NoSuchConfigRuleInConformancePackException";
855
- $fault = "client";
856
- constructor(opts) {
857
- super({
858
- name: "NoSuchConfigRuleInConformancePackException",
859
- $fault: "client",
860
- ...opts,
861
- });
862
- Object.setPrototypeOf(this, NoSuchConfigRuleInConformancePackException.prototype);
863
- }
864
- }
865
- export const OrganizationConfigRuleTriggerTypeNoSN = {
866
- CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
867
- OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
868
- };
869
- export const OrganizationConfigRuleTriggerType = {
870
- CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
871
- OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
872
- SCHEDULED_NOTIFICATION: "ScheduledNotification",
873
- };
874
- export const OrganizationRuleStatus = {
875
- CREATE_FAILED: "CREATE_FAILED",
876
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
877
- CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
878
- DELETE_FAILED: "DELETE_FAILED",
879
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
880
- DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
881
- UPDATE_FAILED: "UPDATE_FAILED",
882
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
883
- UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
884
- };
885
- export const OrganizationResourceStatus = {
886
- CREATE_FAILED: "CREATE_FAILED",
887
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
888
- CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
889
- DELETE_FAILED: "DELETE_FAILED",
890
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
891
- DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
892
- UPDATE_FAILED: "UPDATE_FAILED",
893
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
894
- UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
895
- };
896
- export const ResourceValueType = {
897
- RESOURCE_ID: "RESOURCE_ID",
898
- };
899
- export const RemediationTargetType = {
900
- SSM_DOCUMENT: "SSM_DOCUMENT",
901
- };
902
- export const RemediationExecutionState = {
903
- FAILED: "FAILED",
904
- IN_PROGRESS: "IN_PROGRESS",
905
- QUEUED: "QUEUED",
906
- SUCCEEDED: "SUCCEEDED",
907
- UNKNOWN: "UNKNOWN",
908
- };
909
- export const RemediationExecutionStepState = {
910
- EXITED: "EXITED",
911
- FAILED: "FAILED",
912
- IN_PROGRESS: "IN_PROGRESS",
913
- PENDING: "PENDING",
914
- SUCCEEDED: "SUCCEEDED",
915
- UNKNOWN: "UNKNOWN",
916
- };
917
- export const ResourceEvaluationStatus = {
918
- FAILED: "FAILED",
919
- IN_PROGRESS: "IN_PROGRESS",
920
- SUCCEEDED: "SUCCEEDED",
921
- };
922
- export const ResourceCountGroupKey = {
923
- ACCOUNT_ID: "ACCOUNT_ID",
924
- AWS_REGION: "AWS_REGION",
925
- RESOURCE_TYPE: "RESOURCE_TYPE",
926
- };
927
- export class OversizedConfigurationItemException extends __BaseException {
928
- name = "OversizedConfigurationItemException";
929
- $fault = "client";
930
- constructor(opts) {
931
- super({
932
- name: "OversizedConfigurationItemException",
933
- $fault: "client",
934
- ...opts,
935
- });
936
- Object.setPrototypeOf(this, OversizedConfigurationItemException.prototype);
937
- }
938
- }
939
- export class ResourceNotDiscoveredException extends __BaseException {
940
- name = "ResourceNotDiscoveredException";
941
- $fault = "client";
942
- constructor(opts) {
943
- super({
944
- name: "ResourceNotDiscoveredException",
945
- $fault: "client",
946
- ...opts,
947
- });
948
- Object.setPrototypeOf(this, ResourceNotDiscoveredException.prototype);
949
- }
950
- }
951
- export const MemberAccountRuleStatus = {
952
- CREATE_FAILED: "CREATE_FAILED",
953
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
954
- CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
955
- DELETE_FAILED: "DELETE_FAILED",
956
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
957
- DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
958
- UPDATE_FAILED: "UPDATE_FAILED",
959
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
960
- UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
961
- };
962
- export const OrganizationResourceDetailedStatus = {
963
- CREATE_FAILED: "CREATE_FAILED",
964
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
965
- CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
966
- DELETE_FAILED: "DELETE_FAILED",
967
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
968
- DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
969
- UPDATE_FAILED: "UPDATE_FAILED",
970
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
971
- UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
972
- };
973
- export class InvalidTimeRangeException extends __BaseException {
974
- name = "InvalidTimeRangeException";
975
- $fault = "client";
976
- constructor(opts) {
977
- super({
978
- name: "InvalidTimeRangeException",
979
- $fault: "client",
980
- ...opts,
981
- });
982
- Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
983
- }
984
- }
985
- export const ResourceConfigurationSchemaType = {
986
- CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA",
987
- };
988
- export class IdempotentParameterMismatch extends __BaseException {
989
- name = "IdempotentParameterMismatch";
990
- $fault = "client";
991
- constructor(opts) {
992
- super({
993
- name: "IdempotentParameterMismatch",
994
- $fault: "client",
995
- ...opts,
996
- });
997
- Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
998
- }
999
- }
1000
- export class InsufficientDeliveryPolicyException extends __BaseException {
1001
- name = "InsufficientDeliveryPolicyException";
1002
- $fault = "client";
1003
- constructor(opts) {
1004
- super({
1005
- name: "InsufficientDeliveryPolicyException",
1006
- $fault: "client",
1007
- ...opts,
1008
- });
1009
- Object.setPrototypeOf(this, InsufficientDeliveryPolicyException.prototype);
1010
- }
1011
- }
1012
- export class InvalidConfigurationRecorderNameException extends __BaseException {
1013
- name = "InvalidConfigurationRecorderNameException";
1014
- $fault = "client";
1015
- constructor(opts) {
1016
- super({
1017
- name: "InvalidConfigurationRecorderNameException",
1018
- $fault: "client",
1019
- ...opts,
1020
- });
1021
- Object.setPrototypeOf(this, InvalidConfigurationRecorderNameException.prototype);
1022
- }
1023
- }
1024
- export class InvalidDeliveryChannelNameException extends __BaseException {
1025
- name = "InvalidDeliveryChannelNameException";
1026
- $fault = "client";
1027
- constructor(opts) {
1028
- super({
1029
- name: "InvalidDeliveryChannelNameException",
1030
- $fault: "client",
1031
- ...opts,
1032
- });
1033
- Object.setPrototypeOf(this, InvalidDeliveryChannelNameException.prototype);
1034
- }
1035
- }
1036
- export class InvalidExpressionException extends __BaseException {
1037
- name = "InvalidExpressionException";
1038
- $fault = "client";
1039
- constructor(opts) {
1040
- super({
1041
- name: "InvalidExpressionException",
1042
- $fault: "client",
1043
- ...opts,
1044
- });
1045
- Object.setPrototypeOf(this, InvalidExpressionException.prototype);
1046
- }
1047
- }
1048
- export class InvalidRecordingGroupException extends __BaseException {
1049
- name = "InvalidRecordingGroupException";
1050
- $fault = "client";
1051
- constructor(opts) {
1052
- super({
1053
- name: "InvalidRecordingGroupException",
1054
- $fault: "client",
1055
- ...opts,
1056
- });
1057
- Object.setPrototypeOf(this, InvalidRecordingGroupException.prototype);
1058
- }
1059
- }
1060
- export class InvalidResultTokenException extends __BaseException {
1061
- name = "InvalidResultTokenException";
1062
- $fault = "client";
1063
- constructor(opts) {
1064
- super({
1065
- name: "InvalidResultTokenException",
1066
- $fault: "client",
1067
- ...opts,
1068
- });
1069
- Object.setPrototypeOf(this, InvalidResultTokenException.prototype);
1070
- }
1071
- }
1072
- export class InvalidRoleException extends __BaseException {
1073
- name = "InvalidRoleException";
1074
- $fault = "client";
1075
- constructor(opts) {
1076
- super({
1077
- name: "InvalidRoleException",
1078
- $fault: "client",
1079
- ...opts,
1080
- });
1081
- Object.setPrototypeOf(this, InvalidRoleException.prototype);
1082
- }
1083
- }
1084
- export class InvalidS3KeyPrefixException extends __BaseException {
1085
- name = "InvalidS3KeyPrefixException";
1086
- $fault = "client";
1087
- constructor(opts) {
1088
- super({
1089
- name: "InvalidS3KeyPrefixException",
1090
- $fault: "client",
1091
- ...opts,
1092
- });
1093
- Object.setPrototypeOf(this, InvalidS3KeyPrefixException.prototype);
1094
- }
1095
- }
1096
- export class InvalidS3KmsKeyArnException extends __BaseException {
1097
- name = "InvalidS3KmsKeyArnException";
1098
- $fault = "client";
1099
- constructor(opts) {
1100
- super({
1101
- name: "InvalidS3KmsKeyArnException",
1102
- $fault: "client",
1103
- ...opts,
1104
- });
1105
- Object.setPrototypeOf(this, InvalidS3KmsKeyArnException.prototype);
1106
- }
1107
- }
1108
- export class InvalidSNSTopicARNException extends __BaseException {
1109
- name = "InvalidSNSTopicARNException";
1110
- $fault = "client";
1111
- constructor(opts) {
1112
- super({
1113
- name: "InvalidSNSTopicARNException",
1114
- $fault: "client",
1115
- ...opts,
1116
- });
1117
- Object.setPrototypeOf(this, InvalidSNSTopicARNException.prototype);
1118
- }
1119
- }
1120
- export class LimitExceededException extends __BaseException {
1121
- name = "LimitExceededException";
1122
- $fault = "client";
1123
- constructor(opts) {
1124
- super({
1125
- name: "LimitExceededException",
1126
- $fault: "client",
1127
- ...opts,
1128
- });
1129
- Object.setPrototypeOf(this, LimitExceededException.prototype);
1130
- }
1131
- }
1
+ export {};