@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.
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 +12 -12
  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,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
1
+ import { AggregateConformancePackComplianceSummaryGroupKey, AggregatedSourceStatusType, AggregatedSourceType, AggregatorFilterType, ChronologicalOrder, ComplianceType, ConfigRuleComplianceSummaryGroupKey, ConfigRuleState, ConfigurationItemStatus, ConfigurationRecorderFilterName, ConformancePackComplianceType, ConformancePackState, DeliveryStatus, EvaluationMode, EventSource, MaximumExecutionFrequency, MemberAccountRuleStatus, MessageType, OrganizationConfigRuleTriggerType, OrganizationConfigRuleTriggerTypeNoSN, OrganizationResourceDetailedStatus, OrganizationResourceStatus, OrganizationRuleStatus, Owner, RecorderStatus, RecordingFrequency, RecordingScope, RecordingStrategyType, RemediationExecutionState, RemediationExecutionStepState, RemediationTargetType, ResourceConfigurationSchemaType, ResourceCountGroupKey, ResourceEvaluationStatus, ResourceType, ResourceValueType, SortBy, SortOrder } from "./enums";
3
2
  /**
4
3
  * <p>A collection of accounts and regions.</p>
5
4
  * @public
@@ -42,20 +41,6 @@ export interface ComplianceContributorCount {
42
41
  */
43
42
  CapExceeded?: boolean | undefined;
44
43
  }
45
- /**
46
- * @public
47
- * @enum
48
- */
49
- export declare const ComplianceType: {
50
- readonly Compliant: "COMPLIANT";
51
- readonly Insufficient_Data: "INSUFFICIENT_DATA";
52
- readonly Non_Compliant: "NON_COMPLIANT";
53
- readonly Not_Applicable: "NOT_APPLICABLE";
54
- };
55
- /**
56
- * @public
57
- */
58
- export type ComplianceType = (typeof ComplianceType)[keyof typeof ComplianceType];
59
44
  /**
60
45
  * <p>Indicates whether an Amazon Web Services resource or Config rule is
61
46
  * compliant and provides the number of contributors that affect the
@@ -121,19 +106,6 @@ export interface AggregateComplianceByConfigRule {
121
106
  */
122
107
  AwsRegion?: string | undefined;
123
108
  }
124
- /**
125
- * @public
126
- * @enum
127
- */
128
- export declare const ConformancePackComplianceType: {
129
- readonly COMPLIANT: "COMPLIANT";
130
- readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
131
- readonly NON_COMPLIANT: "NON_COMPLIANT";
132
- };
133
- /**
134
- * @public
135
- */
136
- export type ConformancePackComplianceType = (typeof ConformancePackComplianceType)[keyof typeof ConformancePackComplianceType];
137
109
  /**
138
110
  * <p>Provides the number of compliant and noncompliant rules within a conformance pack.
139
111
  * Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p>
@@ -314,43 +286,6 @@ export interface AggregateConformancePackComplianceSummaryFilters {
314
286
  */
315
287
  AwsRegion?: string | undefined;
316
288
  }
317
- /**
318
- * @public
319
- * @enum
320
- */
321
- export declare const AggregateConformancePackComplianceSummaryGroupKey: {
322
- readonly ACCOUNT_ID: "ACCOUNT_ID";
323
- readonly AWS_REGION: "AWS_REGION";
324
- };
325
- /**
326
- * @public
327
- */
328
- export type AggregateConformancePackComplianceSummaryGroupKey = (typeof AggregateConformancePackComplianceSummaryGroupKey)[keyof typeof AggregateConformancePackComplianceSummaryGroupKey];
329
- /**
330
- * @public
331
- * @enum
332
- */
333
- export declare const AggregatedSourceStatusType: {
334
- readonly FAILED: "FAILED";
335
- readonly OUTDATED: "OUTDATED";
336
- readonly SUCCEEDED: "SUCCEEDED";
337
- };
338
- /**
339
- * @public
340
- */
341
- export type AggregatedSourceStatusType = (typeof AggregatedSourceStatusType)[keyof typeof AggregatedSourceStatusType];
342
- /**
343
- * @public
344
- * @enum
345
- */
346
- export declare const AggregatedSourceType: {
347
- readonly ACCOUNT: "ACCOUNT";
348
- readonly ORGANIZATION: "ORGANIZATION";
349
- };
350
- /**
351
- * @public
352
- */
353
- export type AggregatedSourceType = (typeof AggregatedSourceType)[keyof typeof AggregatedSourceType];
354
289
  /**
355
290
  * <p>The current sync status between the source and the aggregator
356
291
  * account.</p>
@@ -409,18 +344,6 @@ export interface AggregatedSourceStatus {
409
344
  */
410
345
  LastErrorMessage?: string | undefined;
411
346
  }
412
- /**
413
- * @public
414
- * @enum
415
- */
416
- export declare const EvaluationMode: {
417
- readonly DETECTIVE: "DETECTIVE";
418
- readonly PROACTIVE: "PROACTIVE";
419
- };
420
- /**
421
- * @public
422
- */
423
- export type EvaluationMode = (typeof EvaluationMode)[keyof typeof EvaluationMode];
424
347
  /**
425
348
  * <p>Identifies an Config rule that evaluated an Amazon Web Services resource,
426
349
  * and provides the type and ID of the resource that the rule
@@ -526,458 +449,6 @@ export interface AggregateEvaluationResult {
526
449
  */
527
450
  AwsRegion?: string | undefined;
528
451
  }
529
- /**
530
- * @public
531
- * @enum
532
- */
533
- export declare const ResourceType: {
534
- readonly ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority";
535
- readonly ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation";
536
- readonly APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace";
537
- readonly AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer";
538
- readonly AccountPublicAccessBlock: "AWS::S3::AccountPublicAccessBlock";
539
- readonly Alarm: "AWS::CloudWatch::Alarm";
540
- readonly AmazonMQBroker: "AWS::AmazonMQ::Broker";
541
- readonly AmplifyApp: "AWS::Amplify::App";
542
- readonly AmplifyBranch: "AWS::Amplify::Branch";
543
- readonly Api: "AWS::ApiGatewayV2::Api";
544
- readonly AppConfigApplication: "AWS::AppConfig::Application";
545
- readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
546
- readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
547
- readonly AppConfigEnvironment: "AWS::AppConfig::Environment";
548
- readonly AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation";
549
- readonly AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion";
550
- readonly AppFlowFlow: "AWS::AppFlow::Flow";
551
- readonly AppIntegrationsApplication: "AWS::AppIntegrations::Application";
552
- readonly AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration";
553
- readonly AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute";
554
- readonly AppMeshMesh: "AWS::AppMesh::Mesh";
555
- readonly AppMeshRoute: "AWS::AppMesh::Route";
556
- readonly AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway";
557
- readonly AppMeshVirtualNode: "AWS::AppMesh::VirtualNode";
558
- readonly AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter";
559
- readonly AppMeshVirtualService: "AWS::AppMesh::VirtualService";
560
- readonly AppRunnerService: "AWS::AppRunner::Service";
561
- readonly AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector";
562
- readonly AppStreamApplication: "AWS::AppStream::Application";
563
- readonly AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig";
564
- readonly AppStreamFleet: "AWS::AppStream::Fleet";
565
- readonly AppStreamStack: "AWS::AppStream::Stack";
566
- readonly AppSyncApiCache: "AWS::AppSync::ApiCache";
567
- readonly AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi";
568
- readonly Application: "AWS::ElasticBeanstalk::Application";
569
- readonly ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion";
570
- readonly AssociationCompliance: "AWS::SSM::AssociationCompliance";
571
- readonly AthenaDataCatalog: "AWS::Athena::DataCatalog";
572
- readonly AthenaPreparedStatement: "AWS::Athena::PreparedStatement";
573
- readonly AthenaWorkGroup: "AWS::Athena::WorkGroup";
574
- readonly AuditManagerAssessment: "AWS::AuditManager::Assessment";
575
- readonly AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup";
576
- readonly AutoScalingWarmPool: "AWS::AutoScaling::WarmPool";
577
- readonly BackupPlan: "AWS::Backup::BackupPlan";
578
- readonly BackupRecoveryPoint: "AWS::Backup::RecoveryPoint";
579
- readonly BackupReportPlan: "AWS::Backup::ReportPlan";
580
- readonly BackupSelection: "AWS::Backup::BackupSelection";
581
- readonly BackupVault: "AWS::Backup::BackupVault";
582
- readonly BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment";
583
- readonly BatchJobQueue: "AWS::Batch::JobQueue";
584
- readonly BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy";
585
- readonly BedrockGuardrail: "AWS::Bedrock::Guardrail";
586
- readonly BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase";
587
- readonly Bucket: "AWS::S3::Bucket";
588
- readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
589
- readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
590
- readonly Certificate: "AWS::ACM::Certificate";
591
- readonly Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2";
592
- readonly CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct";
593
- readonly CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct";
594
- readonly CloudWatchMetricStream: "AWS::CloudWatch::MetricStream";
595
- readonly Cluster: "AWS::Redshift::Cluster";
596
- readonly ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup";
597
- readonly ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup";
598
- readonly ClusterSnapshot: "AWS::Redshift::ClusterSnapshot";
599
- readonly ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup";
600
- readonly CodeArtifactRepository: "AWS::CodeArtifact::Repository";
601
- readonly CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup";
602
- readonly CodeDeployApplication: "AWS::CodeDeploy::Application";
603
- readonly CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig";
604
- readonly CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup";
605
- readonly CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup";
606
- readonly CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation";
607
- readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
608
- readonly CognitoUserPool: "AWS::Cognito::UserPool";
609
- readonly CognitoUserPoolClient: "AWS::Cognito::UserPoolClient";
610
- readonly CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup";
611
- readonly ConformancePackCompliance: "AWS::Config::ConformancePackCompliance";
612
- readonly ConnectInstance: "AWS::Connect::Instance";
613
- readonly ConnectPhoneNumber: "AWS::Connect::PhoneNumber";
614
- readonly ConnectQuickConnect: "AWS::Connect::QuickConnect";
615
- readonly ConnectRule: "AWS::Connect::Rule";
616
- readonly ConnectUser: "AWS::Connect::User";
617
- readonly CustomerGateway: "AWS::EC2::CustomerGateway";
618
- readonly CustomerProfilesDomain: "AWS::CustomerProfiles::Domain";
619
- readonly CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType";
620
- readonly DBCluster: "AWS::RDS::DBCluster";
621
- readonly DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot";
622
- readonly DBInstance: "AWS::RDS::DBInstance";
623
- readonly DBSecurityGroup: "AWS::RDS::DBSecurityGroup";
624
- readonly DBSnapshot: "AWS::RDS::DBSnapshot";
625
- readonly DBSubnetGroup: "AWS::RDS::DBSubnetGroup";
626
- readonly DMSCertificate: "AWS::DMS::Certificate";
627
- readonly DMSEndpoint: "AWS::DMS::Endpoint";
628
- readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
629
- readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
630
- readonly DataSyncLocationEFS: "AWS::DataSync::LocationEFS";
631
- readonly DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre";
632
- readonly DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows";
633
- readonly DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS";
634
- readonly DataSyncLocationNFS: "AWS::DataSync::LocationNFS";
635
- readonly DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage";
636
- readonly DataSyncLocationS3: "AWS::DataSync::LocationS3";
637
- readonly DataSyncLocationSMB: "AWS::DataSync::LocationSMB";
638
- readonly DataSyncTask: "AWS::DataSync::Task";
639
- readonly DetectiveGraph: "AWS::Detective::Graph";
640
- readonly DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile";
641
- readonly DeviceFarmProject: "AWS::DeviceFarm::Project";
642
- readonly DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject";
643
- readonly Distribution: "AWS::CloudFront::Distribution";
644
- readonly Domain: "AWS::Elasticsearch::Domain";
645
- readonly EC2CapacityReservation: "AWS::EC2::CapacityReservation";
646
- readonly EC2CarrierGateway: "AWS::EC2::CarrierGateway";
647
- readonly EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint";
648
- readonly EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation";
649
- readonly EC2DHCPOptions: "AWS::EC2::DHCPOptions";
650
- readonly EC2EC2Fleet: "AWS::EC2::EC2Fleet";
651
- readonly EC2EIPAssociation: "AWS::EC2::EIPAssociation";
652
- readonly EC2IPAM: "AWS::EC2::IPAM";
653
- readonly EC2IPAMPool: "AWS::EC2::IPAMPool";
654
- readonly EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery";
655
- readonly EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation";
656
- readonly EC2IPAMScope: "AWS::EC2::IPAMScope";
657
- readonly EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint";
658
- readonly EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope";
659
- readonly EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis";
660
- readonly EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath";
661
- readonly EC2PrefixList: "AWS::EC2::PrefixList";
662
- readonly EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess";
663
- readonly EC2SpotFleet: "AWS::EC2::SpotFleet";
664
- readonly EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation";
665
- readonly EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter";
666
- readonly EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession";
667
- readonly EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget";
668
- readonly EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect";
669
- readonly EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain";
670
- readonly EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion";
671
- readonly EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions";
672
- readonly EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification";
673
- readonly EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute";
674
- readonly ECRPublicRepository: "AWS::ECR::PublicRepository";
675
- readonly ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule";
676
- readonly ECRRegistryPolicy: "AWS::ECR::RegistryPolicy";
677
- readonly ECRRepository: "AWS::ECR::Repository";
678
- readonly ECSCapacityProvider: "AWS::ECS::CapacityProvider";
679
- readonly ECSCluster: "AWS::ECS::Cluster";
680
- readonly ECSService: "AWS::ECS::Service";
681
- readonly ECSTaskDefinition: "AWS::ECS::TaskDefinition";
682
- readonly ECSTaskSet: "AWS::ECS::TaskSet";
683
- readonly EFSAccessPoint: "AWS::EFS::AccessPoint";
684
- readonly EFSFileSystem: "AWS::EFS::FileSystem";
685
- readonly EIP: "AWS::EC2::EIP";
686
- readonly EKSAddon: "AWS::EKS::Addon";
687
- readonly EKSCluster: "AWS::EKS::Cluster";
688
- readonly EKSFargateProfile: "AWS::EKS::FargateProfile";
689
- readonly EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig";
690
- readonly EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration";
691
- readonly EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway";
692
- readonly EncryptionConfig: "AWS::XRay::EncryptionConfig";
693
- readonly Environment: "AWS::ElasticBeanstalk::Environment";
694
- readonly EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer";
695
- readonly EventSchemasRegistry: "AWS::EventSchemas::Registry";
696
- readonly EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy";
697
- readonly EventSchemasSchema: "AWS::EventSchemas::Schema";
698
- readonly EventSubscription: "AWS::RDS::EventSubscription";
699
- readonly EventsApiDestination: "AWS::Events::ApiDestination";
700
- readonly EventsArchive: "AWS::Events::Archive";
701
- readonly EventsConnection: "AWS::Events::Connection";
702
- readonly EventsEndpoint: "AWS::Events::Endpoint";
703
- readonly EventsEventBus: "AWS::Events::EventBus";
704
- readonly EventsRule: "AWS::Events::Rule";
705
- readonly EvidentlyLaunch: "AWS::Evidently::Launch";
706
- readonly EvidentlyProject: "AWS::Evidently::Project";
707
- readonly EvidentlySegment: "AWS::Evidently::Segment";
708
- readonly FISExperimentTemplate: "AWS::FIS::ExperimentTemplate";
709
- readonly FileData: "AWS::SSM::FileData";
710
- readonly FlowLog: "AWS::EC2::FlowLog";
711
- readonly ForecastDataset: "AWS::Forecast::Dataset";
712
- readonly ForecastDatasetGroup: "AWS::Forecast::DatasetGroup";
713
- readonly FraudDetectorEntityType: "AWS::FraudDetector::EntityType";
714
- readonly FraudDetectorLabel: "AWS::FraudDetector::Label";
715
- readonly FraudDetectorOutcome: "AWS::FraudDetector::Outcome";
716
- readonly FraudDetectorVariable: "AWS::FraudDetector::Variable";
717
- readonly Function: "AWS::Lambda::Function";
718
- readonly GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator";
719
- readonly GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup";
720
- readonly GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener";
721
- readonly GlueClassifier: "AWS::Glue::Classifier";
722
- readonly GlueJob: "AWS::Glue::Job";
723
- readonly GlueMLTransform: "AWS::Glue::MLTransform";
724
- readonly GrafanaWorkspace: "AWS::Grafana::Workspace";
725
- readonly GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion";
726
- readonly GroundStationConfig: "AWS::GroundStation::Config";
727
- readonly GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup";
728
- readonly GroundStationMissionProfile: "AWS::GroundStation::MissionProfile";
729
- readonly Group: "AWS::IAM::Group";
730
- readonly GuardDutyDetector: "AWS::GuardDuty::Detector";
731
- readonly GuardDutyFilter: "AWS::GuardDuty::Filter";
732
- readonly GuardDutyIPSet: "AWS::GuardDuty::IPSet";
733
- readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
734
- readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
735
- readonly Host: "AWS::EC2::Host";
736
- readonly IAMInstanceProfile: "AWS::IAM::InstanceProfile";
737
- readonly IAMOIDCProvider: "AWS::IAM::OIDCProvider";
738
- readonly IAMSAMLProvider: "AWS::IAM::SAMLProvider";
739
- readonly IAMServerCertificate: "AWS::IAM::ServerCertificate";
740
- readonly IPSetV2: "AWS::WAFv2::IPSet";
741
- readonly IVSChannel: "AWS::IVS::Channel";
742
- readonly IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair";
743
- readonly IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration";
744
- readonly ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe";
745
- readonly ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration";
746
- readonly ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline";
747
- readonly ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe";
748
- readonly ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration";
749
- readonly InspectorV2Activation: "AWS::InspectorV2::Activation";
750
- readonly InspectorV2Filter: "AWS::InspectorV2::Filter";
751
- readonly Instance: "AWS::EC2::Instance";
752
- readonly InternetGateway: "AWS::EC2::InternetGateway";
753
- readonly IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration";
754
- readonly IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel";
755
- readonly IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset";
756
- readonly IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore";
757
- readonly IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline";
758
- readonly IoTAuthorizer: "AWS::IoT::Authorizer";
759
- readonly IoTCACertificate: "AWS::IoT::CACertificate";
760
- readonly IoTCustomMetric: "AWS::IoT::CustomMetric";
761
- readonly IoTDimension: "AWS::IoT::Dimension";
762
- readonly IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel";
763
- readonly IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel";
764
- readonly IoTEventsInput: "AWS::IoTEvents::Input";
765
- readonly IoTFleetMetric: "AWS::IoT::FleetMetric";
766
- readonly IoTJobTemplate: "AWS::IoT::JobTemplate";
767
- readonly IoTMitigationAction: "AWS::IoT::MitigationAction";
768
- readonly IoTPolicy: "AWS::IoT::Policy";
769
- readonly IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate";
770
- readonly IoTRoleAlias: "AWS::IoT::RoleAlias";
771
- readonly IoTScheduledAudit: "AWS::IoT::ScheduledAudit";
772
- readonly IoTSecurityProfile: "AWS::IoT::SecurityProfile";
773
- readonly IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel";
774
- readonly IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard";
775
- readonly IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway";
776
- readonly IoTSiteWisePortal: "AWS::IoTSiteWise::Portal";
777
- readonly IoTSiteWiseProject: "AWS::IoTSiteWise::Project";
778
- readonly IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType";
779
- readonly IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity";
780
- readonly IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene";
781
- readonly IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob";
782
- readonly IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace";
783
- readonly IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask";
784
- readonly IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup";
785
- readonly IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile";
786
- readonly KMSAlias: "AWS::KMS::Alias";
787
- readonly KafkaConnectConnector: "AWS::KafkaConnect::Connector";
788
- readonly KendraIndex: "AWS::Kendra::Index";
789
- readonly Key: "AWS::KMS::Key";
790
- readonly KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application";
791
- readonly KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream";
792
- readonly KinesisStream: "AWS::Kinesis::Stream";
793
- readonly KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer";
794
- readonly KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel";
795
- readonly KinesisVideoStream: "AWS::KinesisVideo::Stream";
796
- readonly LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig";
797
- readonly LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration";
798
- readonly LaunchTemplate: "AWS::EC2::LaunchTemplate";
799
- readonly LexBot: "AWS::Lex::Bot";
800
- readonly LexBotAlias: "AWS::Lex::BotAlias";
801
- readonly LightsailBucket: "AWS::Lightsail::Bucket";
802
- readonly LightsailCertificate: "AWS::Lightsail::Certificate";
803
- readonly LightsailDisk: "AWS::Lightsail::Disk";
804
- readonly LightsailStaticIp: "AWS::Lightsail::StaticIp";
805
- readonly ListenerV2: "AWS::ElasticLoadBalancingV2::Listener";
806
- readonly LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer";
807
- readonly LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer";
808
- readonly LogsDestination: "AWS::Logs::Destination";
809
- readonly LookoutMetricsAlert: "AWS::LookoutMetrics::Alert";
810
- readonly LookoutVisionProject: "AWS::LookoutVision::Project";
811
- readonly M2Environment: "AWS::M2::Environment";
812
- readonly MSKBatchScramSecret: "AWS::MSK::BatchScramSecret";
813
- readonly MSKCluster: "AWS::MSK::Cluster";
814
- readonly MSKClusterPolicy: "AWS::MSK::ClusterPolicy";
815
- readonly MSKConfiguration: "AWS::MSK::Configuration";
816
- readonly MSKVpcConnection: "AWS::MSK::VpcConnection";
817
- readonly ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory";
818
- readonly ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet";
819
- readonly MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement";
820
- readonly MediaConnectFlowSource: "AWS::MediaConnect::FlowSource";
821
- readonly MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface";
822
- readonly MediaConnectGateway: "AWS::MediaConnect::Gateway";
823
- readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
824
- readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
825
- readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
826
- readonly MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup";
827
- readonly NatGateway: "AWS::EC2::NatGateway";
828
- readonly NetworkAcl: "AWS::EC2::NetworkAcl";
829
- readonly NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall";
830
- readonly NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy";
831
- readonly NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup";
832
- readonly NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis";
833
- readonly NetworkInterface: "AWS::EC2::NetworkInterface";
834
- readonly NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer";
835
- readonly NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation";
836
- readonly NetworkManagerDevice: "AWS::NetworkManager::Device";
837
- readonly NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork";
838
- readonly NetworkManagerLink: "AWS::NetworkManager::Link";
839
- readonly NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation";
840
- readonly NetworkManagerSite: "AWS::NetworkManager::Site";
841
- readonly NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration";
842
- readonly OpenSearchDomain: "AWS::OpenSearch::Domain";
843
- readonly OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection";
844
- readonly OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint";
845
- readonly PanoramaPackage: "AWS::Panorama::Package";
846
- readonly PatchCompliance: "AWS::SSM::PatchCompliance";
847
- readonly PersonalizeDataset: "AWS::Personalize::Dataset";
848
- readonly PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup";
849
- readonly PersonalizeSchema: "AWS::Personalize::Schema";
850
- readonly PersonalizeSolution: "AWS::Personalize::Solution";
851
- readonly PinpointApp: "AWS::Pinpoint::App";
852
- readonly PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings";
853
- readonly PinpointCampaign: "AWS::Pinpoint::Campaign";
854
- readonly PinpointEmailChannel: "AWS::Pinpoint::EmailChannel";
855
- readonly PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate";
856
- readonly PinpointEventStream: "AWS::Pinpoint::EventStream";
857
- readonly PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate";
858
- readonly PinpointSegment: "AWS::Pinpoint::Segment";
859
- readonly Pipeline: "AWS::CodePipeline::Pipeline";
860
- readonly Policy: "AWS::IAM::Policy";
861
- readonly Portfolio: "AWS::ServiceCatalog::Portfolio";
862
- readonly Project: "AWS::CodeBuild::Project";
863
- readonly Protection: "AWS::Shield::Protection";
864
- readonly QLDBLedger: "AWS::QLDB::Ledger";
865
- readonly Queue: "AWS::SQS::Queue";
866
- readonly QuickSightDataSource: "AWS::QuickSight::DataSource";
867
- readonly QuickSightTemplate: "AWS::QuickSight::Template";
868
- readonly QuickSightTheme: "AWS::QuickSight::Theme";
869
- readonly RDSGlobalCluster: "AWS::RDS::GlobalCluster";
870
- readonly RDSOptionGroup: "AWS::RDS::OptionGroup";
871
- readonly RUMAppMonitor: "AWS::RUM::AppMonitor";
872
- readonly RateBasedRule: "AWS::WAF::RateBasedRule";
873
- readonly RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess";
874
- readonly RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization";
875
- readonly RedshiftEventSubscription: "AWS::Redshift::EventSubscription";
876
- readonly RedshiftScheduledAction: "AWS::Redshift::ScheduledAction";
877
- readonly RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet";
878
- readonly RegionalProtection: "AWS::ShieldRegional::Protection";
879
- readonly RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule";
880
- readonly RegionalRule: "AWS::WAFRegional::Rule";
881
- readonly RegionalRuleGroup: "AWS::WAFRegional::RuleGroup";
882
- readonly RegionalWebACL: "AWS::WAFRegional::WebACL";
883
- readonly RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance";
884
- readonly ResilienceHubApp: "AWS::ResilienceHub::App";
885
- readonly ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy";
886
- readonly ResourceCompliance: "AWS::Config::ResourceCompliance";
887
- readonly ResourceExplorer2Index: "AWS::ResourceExplorer2::Index";
888
- readonly RestApi: "AWS::ApiGateway::RestApi";
889
- readonly RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication";
890
- readonly RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion";
891
- readonly RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication";
892
- readonly Role: "AWS::IAM::Role";
893
- readonly Route53HostedZone: "AWS::Route53::HostedZone";
894
- readonly Route53ProfilesProfile: "AWS::Route53Profiles::Profile";
895
- readonly Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster";
896
- readonly Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel";
897
- readonly Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl";
898
- readonly Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule";
899
- readonly Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell";
900
- readonly Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck";
901
- readonly Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup";
902
- readonly Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet";
903
- readonly Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList";
904
- readonly Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup";
905
- readonly Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation";
906
- readonly Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint";
907
- readonly Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig";
908
- readonly Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation";
909
- readonly Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule";
910
- readonly Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation";
911
- readonly RouteTable: "AWS::EC2::RouteTable";
912
- readonly Rule: "AWS::WAF::Rule";
913
- readonly RuleGroup: "AWS::WAF::RuleGroup";
914
- readonly RuleGroupV2: "AWS::WAFv2::RuleGroup";
915
- readonly S3AccessPoint: "AWS::S3::AccessPoint";
916
- readonly S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy";
917
- readonly S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket";
918
- readonly S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint";
919
- readonly S3StorageLens: "AWS::S3::StorageLens";
920
- readonly S3StorageLensGroup: "AWS::S3::StorageLensGroup";
921
- readonly SESConfigurationSet: "AWS::SES::ConfigurationSet";
922
- readonly SESContactList: "AWS::SES::ContactList";
923
- readonly SESReceiptFilter: "AWS::SES::ReceiptFilter";
924
- readonly SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet";
925
- readonly SESTemplate: "AWS::SES::Template";
926
- readonly SSMDocument: "AWS::SSM::Document";
927
- readonly SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig";
928
- readonly SageMakerCodeRepository: "AWS::SageMaker::CodeRepository";
929
- readonly SageMakerDomain: "AWS::SageMaker::Domain";
930
- readonly SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup";
931
- readonly SageMakerImage: "AWS::SageMaker::Image";
932
- readonly SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment";
933
- readonly SageMakerModel: "AWS::SageMaker::Model";
934
- readonly SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig";
935
- readonly SageMakerWorkteam: "AWS::SageMaker::Workteam";
936
- readonly ScalingPolicy: "AWS::AutoScaling::ScalingPolicy";
937
- readonly ScheduledAction: "AWS::AutoScaling::ScheduledAction";
938
- readonly Secret: "AWS::SecretsManager::Secret";
939
- readonly SecurityGroup: "AWS::EC2::SecurityGroup";
940
- readonly SecurityHubStandard: "AWS::SecurityHub::Standard";
941
- readonly ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace";
942
- readonly ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance";
943
- readonly ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace";
944
- readonly ServiceDiscoveryService: "AWS::ServiceDiscovery::Service";
945
- readonly SignerSigningProfile: "AWS::Signer::SigningProfile";
946
- readonly Stack: "AWS::CloudFormation::Stack";
947
- readonly Stage: "AWS::ApiGateway::Stage";
948
- readonly StageV2: "AWS::ApiGatewayV2::Stage";
949
- readonly StepFunctionsActivity: "AWS::StepFunctions::Activity";
950
- readonly StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine";
951
- readonly StreamingDistribution: "AWS::CloudFront::StreamingDistribution";
952
- readonly Subnet: "AWS::EC2::Subnet";
953
- readonly Table: "AWS::DynamoDB::Table";
954
- readonly Topic: "AWS::SNS::Topic";
955
- readonly Trail: "AWS::CloudTrail::Trail";
956
- readonly TransferAgreement: "AWS::Transfer::Agreement";
957
- readonly TransferCertificate: "AWS::Transfer::Certificate";
958
- readonly TransferConnector: "AWS::Transfer::Connector";
959
- readonly TransferProfile: "AWS::Transfer::Profile";
960
- readonly TransferWorkflow: "AWS::Transfer::Workflow";
961
- readonly TransitGateway: "AWS::EC2::TransitGateway";
962
- readonly TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment";
963
- readonly TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable";
964
- readonly User: "AWS::IAM::User";
965
- readonly VPC: "AWS::EC2::VPC";
966
- readonly VPCEndpoint: "AWS::EC2::VPCEndpoint";
967
- readonly VPCEndpointService: "AWS::EC2::VPCEndpointService";
968
- readonly VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection";
969
- readonly VPNConnection: "AWS::EC2::VPNConnection";
970
- readonly VPNGateway: "AWS::EC2::VPNGateway";
971
- readonly Volume: "AWS::EC2::Volume";
972
- readonly WebACL: "AWS::WAF::WebACL";
973
- readonly WebACLV2: "AWS::WAFv2::WebACL";
974
- readonly WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias";
975
- readonly WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace";
976
- };
977
- /**
978
- * @public
979
- */
980
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
981
452
  /**
982
453
  * <p>The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.</p>
983
454
  * @public
@@ -1039,17 +510,6 @@ export interface AggregationAuthorization {
1039
510
  */
1040
511
  CreationTime?: Date | undefined;
1041
512
  }
1042
- /**
1043
- * @public
1044
- * @enum
1045
- */
1046
- export declare const AggregatorFilterType: {
1047
- readonly INCLUDE: "INCLUDE";
1048
- };
1049
- /**
1050
- * @public
1051
- */
1052
- export type AggregatorFilterType = (typeof AggregatorFilterType)[keyof typeof AggregatorFilterType];
1053
513
  /**
1054
514
  * <p>An object to filter the configuration recorders based on the resource types in scope for recording.</p>
1055
515
  * @public
@@ -1145,19 +605,6 @@ export interface ExclusionByResourceTypes {
1145
605
  */
1146
606
  resourceTypes?: ResourceType[] | undefined;
1147
607
  }
1148
- /**
1149
- * @public
1150
- * @enum
1151
- */
1152
- export declare const RecordingStrategyType: {
1153
- readonly ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES";
1154
- readonly EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES";
1155
- readonly INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES";
1156
- };
1157
- /**
1158
- * @public
1159
- */
1160
- export type RecordingStrategyType = (typeof RecordingStrategyType)[keyof typeof RecordingStrategyType];
1161
608
  /**
1162
609
  * <p>Specifies the recording strategy of the configuration recorder.</p>
1163
610
  * @public
@@ -1436,18 +883,6 @@ export interface RecordingGroup {
1436
883
  */
1437
884
  recordingStrategy?: RecordingStrategy | undefined;
1438
885
  }
1439
- /**
1440
- * @public
1441
- * @enum
1442
- */
1443
- export declare const RecordingFrequency: {
1444
- readonly CONTINUOUS: "CONTINUOUS";
1445
- readonly DAILY: "DAILY";
1446
- };
1447
- /**
1448
- * @public
1449
- */
1450
- export type RecordingFrequency = (typeof RecordingFrequency)[keyof typeof RecordingFrequency];
1451
886
  /**
1452
887
  * <p>An object for you to specify your overrides for the recording mode.</p>
1453
888
  * @public
@@ -1557,18 +992,6 @@ export interface RecordingMode {
1557
992
  */
1558
993
  recordingModeOverrides?: RecordingModeOverride[] | undefined;
1559
994
  }
1560
- /**
1561
- * @public
1562
- * @enum
1563
- */
1564
- export declare const RecordingScope: {
1565
- readonly INTERNAL: "INTERNAL";
1566
- readonly PAID: "PAID";
1567
- };
1568
- /**
1569
- * @public
1570
- */
1571
- export type RecordingScope = (typeof RecordingScope)[keyof typeof RecordingScope];
1572
995
  /**
1573
996
  * <p>Records configuration changes to the resource types in scope.</p>
1574
997
  * <p>For more information about the configuration recorder,
@@ -1701,103 +1124,6 @@ export interface AssociateResourceTypesResponse {
1701
1124
  */
1702
1125
  ConfigurationRecorder: ConfigurationRecorder | undefined;
1703
1126
  }
1704
- /**
1705
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a>, you cannot create a service-linked recorder because a service-linked recorder already exists for the specified service.</p>
1706
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a>, you cannot delete the service-linked recorder because it is currently in use by the linked Amazon Web Services service.</p>
1707
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteDeliveryChannel.html">DeleteDeliveryChannel</a>, you cannot delete the specified delivery channel because the customer managed configuration recorder is running. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html">StopConfigurationRecorder</a> operation to stop the customer managed configuration
1708
- * recorder.</p>
1709
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html">AssociateResourceTypes</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html">DisassociateResourceTypes</a>, one of the following errors:</p>
1710
- * <ul>
1711
- * <li>
1712
- * <p>For service-linked configuration recorders, the configuration recorder is not in use by the service. No association or dissociation of resource types is permitted.</p>
1713
- * </li>
1714
- * <li>
1715
- * <p>For service-linked configuration recorders, your requested change to the configuration recorder has been denied by its linked Amazon Web Services service.</p>
1716
- * </li>
1717
- * </ul>
1718
- * @public
1719
- */
1720
- export declare class ConflictException extends __BaseException {
1721
- readonly name: "ConflictException";
1722
- readonly $fault: "client";
1723
- /**
1724
- * @internal
1725
- */
1726
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1727
- }
1728
- /**
1729
- * <p>You have specified a configuration recorder that does not
1730
- * exist.</p>
1731
- * @public
1732
- */
1733
- export declare class NoSuchConfigurationRecorderException extends __BaseException {
1734
- readonly name: "NoSuchConfigurationRecorderException";
1735
- readonly $fault: "client";
1736
- /**
1737
- * @internal
1738
- */
1739
- constructor(opts: __ExceptionOptionType<NoSuchConfigurationRecorderException, __BaseException>);
1740
- }
1741
- /**
1742
- * <p>The requested operation is not valid. You will see this exception if there are missing required fields or if the input value fails the validation.</p>
1743
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutStoredQuery.html">PutStoredQuery</a>, one of the following errors:</p>
1744
- * <ul>
1745
- * <li>
1746
- * <p>There are missing required fields.</p>
1747
- * </li>
1748
- * <li>
1749
- * <p>The input value fails the validation.</p>
1750
- * </li>
1751
- * <li>
1752
- * <p>You are trying to create more than 300 queries.</p>
1753
- * </li>
1754
- * </ul>
1755
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorders.html">DescribeConfigurationRecorders</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorderStatus.html">DescribeConfigurationRecorderStatus</a>, one of the following errors:</p>
1756
- * <ul>
1757
- * <li>
1758
- * <p>You have specified more than one configuration recorder.</p>
1759
- * </li>
1760
- * <li>
1761
- * <p>You have provided a service principal for service-linked configuration recorder that is not valid.</p>
1762
- * </li>
1763
- * </ul>
1764
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_AssociateResourceTypes.html">AssociateResourceTypes</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DisassociateResourceTypes.html">DisassociateResourceTypes</a>, one of the following errors:</p>
1765
- * <ul>
1766
- * <li>
1767
- * <p>Your configuraiton recorder has a recording strategy that does not allow the association or disassociation of resource types.</p>
1768
- * </li>
1769
- * <li>
1770
- * <p>One or more of the specified resource types are already associated or disassociated with the configuration recorder.</p>
1771
- * </li>
1772
- * <li>
1773
- * <p>For service-linked configuration recorders, the configuration recorder does not record one or more of the specified resource types.</p>
1774
- * </li>
1775
- * </ul>
1776
- * @public
1777
- */
1778
- export declare class ValidationException extends __BaseException {
1779
- readonly name: "ValidationException";
1780
- readonly $fault: "client";
1781
- /**
1782
- * @internal
1783
- */
1784
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
1785
- }
1786
- /**
1787
- * @public
1788
- * @enum
1789
- */
1790
- export declare const ConfigurationItemStatus: {
1791
- readonly OK: "OK";
1792
- readonly ResourceDeleted: "ResourceDeleted";
1793
- readonly ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded";
1794
- readonly ResourceDiscovered: "ResourceDiscovered";
1795
- readonly ResourceNotRecorded: "ResourceNotRecorded";
1796
- };
1797
- /**
1798
- * @public
1799
- */
1800
- export type ConfigurationItemStatus = (typeof ConfigurationItemStatus)[keyof typeof ConfigurationItemStatus];
1801
1127
  /**
1802
1128
  * <p>The detailed configurations of a specified resource.</p>
1803
1129
  * @public
@@ -1947,18 +1273,6 @@ export interface BatchGetAggregateResourceConfigResponse {
1947
1273
  */
1948
1274
  UnprocessedResourceIdentifiers?: AggregateResourceIdentifier[] | undefined;
1949
1275
  }
1950
- /**
1951
- * <p>You have specified a configuration aggregator that does not exist.</p>
1952
- * @public
1953
- */
1954
- export declare class NoSuchConfigurationAggregatorException extends __BaseException {
1955
- readonly name: "NoSuchConfigurationAggregatorException";
1956
- readonly $fault: "client";
1957
- /**
1958
- * @internal
1959
- */
1960
- constructor(opts: __ExceptionOptionType<NoSuchConfigurationAggregatorException, __BaseException>);
1961
- }
1962
1276
  /**
1963
1277
  * <p>The details that identify a resource within Config, including
1964
1278
  * the resource type and resource ID.</p>
@@ -2010,31 +1324,6 @@ export interface BatchGetResourceConfigResponse {
2010
1324
  */
2011
1325
  unprocessedResourceKeys?: ResourceKey[] | undefined;
2012
1326
  }
2013
- /**
2014
- * <p>There are no customer managed configuration recorders available to record your resources. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html">PutConfigurationRecorder</a> operation to create the customer managed configuration
2015
- * recorder.</p>
2016
- * @public
2017
- */
2018
- export declare class NoAvailableConfigurationRecorderException extends __BaseException {
2019
- readonly name: "NoAvailableConfigurationRecorderException";
2020
- readonly $fault: "client";
2021
- /**
2022
- * @internal
2023
- */
2024
- constructor(opts: __ExceptionOptionType<NoAvailableConfigurationRecorderException, __BaseException>);
2025
- }
2026
- /**
2027
- * @public
2028
- * @enum
2029
- */
2030
- export declare const ChronologicalOrder: {
2031
- readonly Forward: "Forward";
2032
- readonly Reverse: "Reverse";
2033
- };
2034
- /**
2035
- * @public
2036
- */
2037
- export type ChronologicalOrder = (typeof ChronologicalOrder)[keyof typeof ChronologicalOrder];
2038
1327
  /**
2039
1328
  * <p>Indicates whether an Config rule is compliant. A rule is
2040
1329
  * compliant if all of the resources that the rule evaluated comply
@@ -2098,19 +1387,6 @@ export interface ComplianceSummaryByResourceType {
2098
1387
  */
2099
1388
  ComplianceSummary?: ComplianceSummary | undefined;
2100
1389
  }
2101
- /**
2102
- * @public
2103
- * @enum
2104
- */
2105
- export declare const DeliveryStatus: {
2106
- readonly Failure: "Failure";
2107
- readonly Not_Applicable: "Not_Applicable";
2108
- readonly Success: "Success";
2109
- };
2110
- /**
2111
- * @public
2112
- */
2113
- export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus];
2114
1390
  /**
2115
1391
  * <p>Provides status of the delivery of the snapshot or the
2116
1392
  * configuration history to the specified Amazon S3 bucket. Also
@@ -2150,20 +1426,6 @@ export interface ConfigExportDeliveryInfo {
2150
1426
  */
2151
1427
  nextDeliveryTime?: Date | undefined;
2152
1428
  }
2153
- /**
2154
- * @public
2155
- * @enum
2156
- */
2157
- export declare const ConfigRuleState: {
2158
- readonly ACTIVE: "ACTIVE";
2159
- readonly DELETING: "DELETING";
2160
- readonly DELETING_RESULTS: "DELETING_RESULTS";
2161
- readonly EVALUATING: "EVALUATING";
2162
- };
2163
- /**
2164
- * @public
2165
- */
2166
- export type ConfigRuleState = (typeof ConfigRuleState)[keyof typeof ConfigRuleState];
2167
1429
  /**
2168
1430
  * <p>The configuration object for Config rule evaluation mode. The supported valid values are Detective or Proactive.</p>
2169
1431
  * @public
@@ -2175,21 +1437,6 @@ export interface EvaluationModeConfiguration {
2175
1437
  */
2176
1438
  Mode?: EvaluationMode | undefined;
2177
1439
  }
2178
- /**
2179
- * @public
2180
- * @enum
2181
- */
2182
- export declare const MaximumExecutionFrequency: {
2183
- readonly One_Hour: "One_Hour";
2184
- readonly Six_Hours: "Six_Hours";
2185
- readonly Three_Hours: "Three_Hours";
2186
- readonly Twelve_Hours: "Twelve_Hours";
2187
- readonly TwentyFour_Hours: "TwentyFour_Hours";
2188
- };
2189
- /**
2190
- * @public
2191
- */
2192
- export type MaximumExecutionFrequency = (typeof MaximumExecutionFrequency)[keyof typeof MaximumExecutionFrequency];
2193
1440
  /**
2194
1441
  * <p>Defines which resources trigger an evaluation for an Config
2195
1442
  * rule. The scope can include one or more resource types, a
@@ -2257,44 +1504,6 @@ export interface CustomPolicyDetails {
2257
1504
  */
2258
1505
  EnableDebugLogDelivery?: boolean | undefined;
2259
1506
  }
2260
- /**
2261
- * @public
2262
- * @enum
2263
- */
2264
- export declare const Owner: {
2265
- readonly Aws: "AWS";
2266
- readonly Custom_Lambda: "CUSTOM_LAMBDA";
2267
- readonly Custom_Policy: "CUSTOM_POLICY";
2268
- };
2269
- /**
2270
- * @public
2271
- */
2272
- export type Owner = (typeof Owner)[keyof typeof Owner];
2273
- /**
2274
- * @public
2275
- * @enum
2276
- */
2277
- export declare const EventSource: {
2278
- readonly Aws_Config: "aws.config";
2279
- };
2280
- /**
2281
- * @public
2282
- */
2283
- export type EventSource = (typeof EventSource)[keyof typeof EventSource];
2284
- /**
2285
- * @public
2286
- * @enum
2287
- */
2288
- export declare const MessageType: {
2289
- readonly ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification";
2290
- readonly ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted";
2291
- readonly OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification";
2292
- readonly ScheduledNotification: "ScheduledNotification";
2293
- };
2294
- /**
2295
- * @public
2296
- */
2297
- export type MessageType = (typeof MessageType)[keyof typeof MessageType];
2298
1507
  /**
2299
1508
  * <p>Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also
2300
1509
  * provides the frequency with which you want Config to run
@@ -2591,18 +1800,6 @@ export interface ConfigRuleComplianceSummaryFilters {
2591
1800
  */
2592
1801
  AwsRegion?: string | undefined;
2593
1802
  }
2594
- /**
2595
- * @public
2596
- * @enum
2597
- */
2598
- export declare const ConfigRuleComplianceSummaryGroupKey: {
2599
- readonly ACCOUNT_ID: "ACCOUNT_ID";
2600
- readonly AWS_REGION: "AWS_REGION";
2601
- };
2602
- /**
2603
- * @public
2604
- */
2605
- export type ConfigRuleComplianceSummaryGroupKey = (typeof ConfigRuleComplianceSummaryGroupKey)[keyof typeof ConfigRuleComplianceSummaryGroupKey];
2606
1803
  /**
2607
1804
  * <p>Status information for your Config Managed rules and Config Custom Policy rules. The
2608
1805
  * status includes information such as the last time the rule ran, the
@@ -3062,17 +2259,6 @@ export interface ConfigurationItem {
3062
2259
  */
3063
2260
  configurationItemDeliveryTime?: Date | undefined;
3064
2261
  }
3065
- /**
3066
- * @public
3067
- * @enum
3068
- */
3069
- export declare const ConfigurationRecorderFilterName: {
3070
- readonly RecordingScope: "recordingScope";
3071
- };
3072
- /**
3073
- * @public
3074
- */
3075
- export type ConfigurationRecorderFilterName = (typeof ConfigurationRecorderFilterName)[keyof typeof ConfigurationRecorderFilterName];
3076
2262
  /**
3077
2263
  * <p>Filters configuration recorders by recording scope.</p>
3078
2264
  * @public
@@ -3093,20 +2279,6 @@ export interface ConfigurationRecorderFilter {
3093
2279
  */
3094
2280
  filterValue?: string[] | undefined;
3095
2281
  }
3096
- /**
3097
- * @public
3098
- * @enum
3099
- */
3100
- export declare const RecorderStatus: {
3101
- readonly Failure: "Failure";
3102
- readonly NotApplicable: "NotApplicable";
3103
- readonly Pending: "Pending";
3104
- readonly Success: "Success";
3105
- };
3106
- /**
3107
- * @public
3108
- */
3109
- export type RecorderStatus = (typeof RecorderStatus)[keyof typeof RecorderStatus];
3110
2282
  /**
3111
2283
  * <p>The current status of the configuration recorder.</p>
3112
2284
  * <p>For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.</p>
@@ -3438,21 +2610,6 @@ export interface ConformancePackRuleCompliance {
3438
2610
  */
3439
2611
  Controls?: string[] | undefined;
3440
2612
  }
3441
- /**
3442
- * @public
3443
- * @enum
3444
- */
3445
- export declare const ConformancePackState: {
3446
- readonly CREATE_COMPLETE: "CREATE_COMPLETE";
3447
- readonly CREATE_FAILED: "CREATE_FAILED";
3448
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
3449
- readonly DELETE_FAILED: "DELETE_FAILED";
3450
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
3451
- };
3452
- /**
3453
- * @public
3454
- */
3455
- export type ConformancePackState = (typeof ConformancePackState)[keyof typeof ConformancePackState];
3456
2613
  /**
3457
2614
  * <p>Status details of a conformance pack.</p>
3458
2615
  * @public
@@ -3517,18 +2674,6 @@ export interface ConformancePackStatusDetail {
3517
2674
  */
3518
2675
  LastUpdateCompletedTime?: Date | undefined;
3519
2676
  }
3520
- /**
3521
- * <p>You have specified a template that is not valid or supported.</p>
3522
- * @public
3523
- */
3524
- export declare class ConformancePackTemplateValidationException extends __BaseException {
3525
- readonly name: "ConformancePackTemplateValidationException";
3526
- readonly $fault: "client";
3527
- /**
3528
- * @internal
3529
- */
3530
- constructor(opts: __ExceptionOptionType<ConformancePackTemplateValidationException, __BaseException>);
3531
- }
3532
2677
  /**
3533
2678
  * @public
3534
2679
  */
@@ -3545,19 +2690,6 @@ export interface DeleteAggregationAuthorizationRequest {
3545
2690
  */
3546
2691
  AuthorizedAwsRegion: string | undefined;
3547
2692
  }
3548
- /**
3549
- * <p>One or more of the specified parameters are not valid. Verify
3550
- * that your parameters are valid and try again.</p>
3551
- * @public
3552
- */
3553
- export declare class InvalidParameterValueException extends __BaseException {
3554
- readonly name: "InvalidParameterValueException";
3555
- readonly $fault: "client";
3556
- /**
3557
- * @internal
3558
- */
3559
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
3560
- }
3561
2693
  /**
3562
2694
  * <p></p>
3563
2695
  * @public
@@ -3570,53 +2702,6 @@ export interface DeleteConfigRuleRequest {
3570
2702
  */
3571
2703
  ConfigRuleName: string | undefined;
3572
2704
  }
3573
- /**
3574
- * <p>The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.</p>
3575
- * @public
3576
- */
3577
- export declare class NoSuchConfigRuleException extends __BaseException {
3578
- readonly name: "NoSuchConfigRuleException";
3579
- readonly $fault: "client";
3580
- /**
3581
- * @internal
3582
- */
3583
- constructor(opts: __ExceptionOptionType<NoSuchConfigRuleException, __BaseException>);
3584
- }
3585
- /**
3586
- * <p>You see this exception in the following cases: </p>
3587
- * <ul>
3588
- * <li>
3589
- * <p>For DeleteConfigRule, Config is deleting this rule. Try your request again later.</p>
3590
- * </li>
3591
- * <li>
3592
- * <p>For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.</p>
3593
- * </li>
3594
- * <li>
3595
- * <p>For DeleteConfigRule, a remediation action is associated with the rule and Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.</p>
3596
- * </li>
3597
- * <li>
3598
- * <p>For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.</p>
3599
- * </li>
3600
- * <li>
3601
- * <p>For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.</p>
3602
- * </li>
3603
- * <li>
3604
- * <p>For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>
3605
- * </li>
3606
- * <li>
3607
- * <p>For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.</p>
3608
- * </li>
3609
- * </ul>
3610
- * @public
3611
- */
3612
- export declare class ResourceInUseException extends __BaseException {
3613
- readonly name: "ResourceInUseException";
3614
- readonly $fault: "client";
3615
- /**
3616
- * @internal
3617
- */
3618
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
3619
- }
3620
2705
  /**
3621
2706
  * @public
3622
2707
  */
@@ -3640,26 +2725,6 @@ export interface DeleteConfigurationRecorderRequest {
3640
2725
  */
3641
2726
  ConfigurationRecorderName: string | undefined;
3642
2727
  }
3643
- /**
3644
- * <p>The requested operation is not valid.</p>
3645
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html">PutConfigurationRecorder</a>,
3646
- * you will see this exception because you cannot use this operation to create a service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a> operation to create a service-linked configuration
3647
- * recorder.</p>
3648
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteConfigurationRecorder.html">DeleteConfigurationRecorder</a>, you will see this exception because you cannot use this operation to delete a service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration
3649
- * recorder.</p>
3650
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StartConfigurationRecorder.html">StartConfigurationRecorder</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_StopConfigurationRecorder.html">StopConfigurationRecorder</a>, you will see this exception because these operations do not affect service-linked configuration recorders.
3651
- * Service-linked configuration recorders are always recording. To stop recording, you must delete the service-linked configuration recorder. Use the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_DeleteServiceLinkedConfigurationRecorder.html">DeleteServiceLinkedConfigurationRecorder</a> operation to delete a service-linked configuration
3652
- * recorder.</p>
3653
- * @public
3654
- */
3655
- export declare class UnmodifiableEntityException extends __BaseException {
3656
- readonly name: "UnmodifiableEntityException";
3657
- readonly $fault: "client";
3658
- /**
3659
- * @internal
3660
- */
3661
- constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
3662
- }
3663
2728
  /**
3664
2729
  * @public
3665
2730
  */
@@ -3670,18 +2735,6 @@ export interface DeleteConformancePackRequest {
3670
2735
  */
3671
2736
  ConformancePackName: string | undefined;
3672
2737
  }
3673
- /**
3674
- * <p>You specified one or more conformance packs that do not exist.</p>
3675
- * @public
3676
- */
3677
- export declare class NoSuchConformancePackException extends __BaseException {
3678
- readonly name: "NoSuchConformancePackException";
3679
- readonly $fault: "client";
3680
- /**
3681
- * @internal
3682
- */
3683
- constructor(opts: __ExceptionOptionType<NoSuchConformancePackException, __BaseException>);
3684
- }
3685
2738
  /**
3686
2739
  * <p>The input for the <a>DeleteDeliveryChannel</a>
3687
2740
  * action. The action accepts the following data, in JSON format.
@@ -3695,31 +2748,6 @@ export interface DeleteDeliveryChannelRequest {
3695
2748
  */
3696
2749
  DeliveryChannelName: string | undefined;
3697
2750
  }
3698
- /**
3699
- * <p>You cannot delete the delivery channel you specified because the customer managed configuration recorder is running.</p>
3700
- * @public
3701
- */
3702
- export declare class LastDeliveryChannelDeleteFailedException extends __BaseException {
3703
- readonly name: "LastDeliveryChannelDeleteFailedException";
3704
- readonly $fault: "client";
3705
- /**
3706
- * @internal
3707
- */
3708
- constructor(opts: __ExceptionOptionType<LastDeliveryChannelDeleteFailedException, __BaseException>);
3709
- }
3710
- /**
3711
- * <p>You have specified a delivery channel that does not
3712
- * exist.</p>
3713
- * @public
3714
- */
3715
- export declare class NoSuchDeliveryChannelException extends __BaseException {
3716
- readonly name: "NoSuchDeliveryChannelException";
3717
- readonly $fault: "client";
3718
- /**
3719
- * @internal
3720
- */
3721
- constructor(opts: __ExceptionOptionType<NoSuchDeliveryChannelException, __BaseException>);
3722
- }
3723
2751
  /**
3724
2752
  * <p></p>
3725
2753
  * @public
@@ -3749,48 +2777,6 @@ export interface DeleteOrganizationConfigRuleRequest {
3749
2777
  */
3750
2778
  OrganizationConfigRuleName: string | undefined;
3751
2779
  }
3752
- /**
3753
- * <p>The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.</p>
3754
- * @public
3755
- */
3756
- export declare class NoSuchOrganizationConfigRuleException extends __BaseException {
3757
- readonly name: "NoSuchOrganizationConfigRuleException";
3758
- readonly $fault: "client";
3759
- /**
3760
- * @internal
3761
- */
3762
- constructor(opts: __ExceptionOptionType<NoSuchOrganizationConfigRuleException, __BaseException>);
3763
- }
3764
- /**
3765
- * <p>For <code>PutConfigurationAggregator</code> API, you can see this exception for the following reasons:</p>
3766
- * <ul>
3767
- * <li>
3768
- * <p>No permission to call <code>EnableAWSServiceAccess</code> API</p>
3769
- * </li>
3770
- * <li>
3771
- * <p>The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed.
3772
- * Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p>
3773
- * </li>
3774
- * <li>
3775
- * <p>The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization.
3776
- * Delete this aggregator and create a new one with the current Amazon Web Services Organization.</p>
3777
- * </li>
3778
- * <li>
3779
- * <p>You are not a registered delegated administrator for Config with permissions to call <code>ListDelegatedAdministrators</code> API.
3780
- * Ensure that the management account registers delagated administrator for Config service principal name before the delegated administrator creates an aggregator.</p>
3781
- * </li>
3782
- * </ul>
3783
- * <p>For all <code>OrganizationConfigRule</code> and <code>OrganizationConformancePack</code> APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.</p>
3784
- * @public
3785
- */
3786
- export declare class OrganizationAccessDeniedException extends __BaseException {
3787
- readonly name: "OrganizationAccessDeniedException";
3788
- readonly $fault: "client";
3789
- /**
3790
- * @internal
3791
- */
3792
- constructor(opts: __ExceptionOptionType<OrganizationAccessDeniedException, __BaseException>);
3793
- }
3794
2780
  /**
3795
2781
  * @public
3796
2782
  */
@@ -3801,19 +2787,6 @@ export interface DeleteOrganizationConformancePackRequest {
3801
2787
  */
3802
2788
  OrganizationConformancePackName: string | undefined;
3803
2789
  }
3804
- /**
3805
- * <p>Config organization conformance pack that you passed in the filter does not exist.</p>
3806
- * <p>For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.</p>
3807
- * @public
3808
- */
3809
- export declare class NoSuchOrganizationConformancePackException extends __BaseException {
3810
- readonly name: "NoSuchOrganizationConformancePackException";
3811
- readonly $fault: "client";
3812
- /**
3813
- * @internal
3814
- */
3815
- constructor(opts: __ExceptionOptionType<NoSuchOrganizationConformancePackException, __BaseException>);
3816
- }
3817
2790
  /**
3818
2791
  * @public
3819
2792
  */
@@ -3850,67 +2823,6 @@ export interface DeleteRemediationConfigurationRequest {
3850
2823
  */
3851
2824
  export interface DeleteRemediationConfigurationResponse {
3852
2825
  }
3853
- /**
3854
- * <p>Indicates one of the following errors:</p>
3855
- * <ul>
3856
- * <li>
3857
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html">PutConfigRule</a>, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.</p>
3858
- * </li>
3859
- * <li>
3860
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigRule.html">PutConfigRule</a>, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.</p>
3861
- * </li>
3862
- * <li>
3863
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConfigRule.html">PutOrganizationConfigRule</a>, organization Config rule cannot be created because you do not have permissions to call IAM <code>GetRole</code> action or create a service-linked role.</p>
3864
- * </li>
3865
- * <li>
3866
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutConformancePack.html">PutConformancePack</a> and <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutOrganizationConformancePack.html">PutOrganizationConformancePack</a>, a conformance pack cannot be created because you do not have the following permissions: </p>
3867
- * <ul>
3868
- * <li>
3869
- * <p>You do not have permission to call IAM <code>GetRole</code> action or create a service-linked role.</p>
3870
- * </li>
3871
- * <li>
3872
- * <p>You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.</p>
3873
- * </li>
3874
- * </ul>
3875
- * </li>
3876
- * <li>
3877
- * <p>For <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_PutServiceLinkedConfigurationRecorder.html">PutServiceLinkedConfigurationRecorder</a>, a service-linked configuration recorder cannot be created because you do not have the following permissions: IAM <code>CreateServiceLinkedRole</code>.</p>
3878
- * </li>
3879
- * </ul>
3880
- * @public
3881
- */
3882
- export declare class InsufficientPermissionsException extends __BaseException {
3883
- readonly name: "InsufficientPermissionsException";
3884
- readonly $fault: "client";
3885
- /**
3886
- * @internal
3887
- */
3888
- constructor(opts: __ExceptionOptionType<InsufficientPermissionsException, __BaseException>);
3889
- }
3890
- /**
3891
- * <p>You specified an Config rule without a remediation configuration.</p>
3892
- * @public
3893
- */
3894
- export declare class NoSuchRemediationConfigurationException extends __BaseException {
3895
- readonly name: "NoSuchRemediationConfigurationException";
3896
- readonly $fault: "client";
3897
- /**
3898
- * @internal
3899
- */
3900
- constructor(opts: __ExceptionOptionType<NoSuchRemediationConfigurationException, __BaseException>);
3901
- }
3902
- /**
3903
- * <p>Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later. </p>
3904
- * @public
3905
- */
3906
- export declare class RemediationInProgressException extends __BaseException {
3907
- readonly name: "RemediationInProgressException";
3908
- readonly $fault: "client";
3909
- /**
3910
- * @internal
3911
- */
3912
- constructor(opts: __ExceptionOptionType<RemediationInProgressException, __BaseException>);
3913
- }
3914
2826
  /**
3915
2827
  * <p>The details that identify a resource within Config, including the resource type and resource ID. </p>
3916
2828
  * @public
@@ -3968,18 +2880,6 @@ export interface DeleteRemediationExceptionsResponse {
3968
2880
  */
3969
2881
  FailedBatches?: FailedDeleteRemediationExceptionsBatch[] | undefined;
3970
2882
  }
3971
- /**
3972
- * <p>You tried to delete a remediation exception that does not exist.</p>
3973
- * @public
3974
- */
3975
- export declare class NoSuchRemediationExceptionException extends __BaseException {
3976
- readonly name: "NoSuchRemediationExceptionException";
3977
- readonly $fault: "client";
3978
- /**
3979
- * @internal
3980
- */
3981
- constructor(opts: __ExceptionOptionType<NoSuchRemediationExceptionException, __BaseException>);
3982
- }
3983
2883
  /**
3984
2884
  * @public
3985
2885
  */
@@ -3995,18 +2895,6 @@ export interface DeleteResourceConfigRequest {
3995
2895
  */
3996
2896
  ResourceId: string | undefined;
3997
2897
  }
3998
- /**
3999
- * <p>There is no configuration recorder running.</p>
4000
- * @public
4001
- */
4002
- export declare class NoRunningConfigurationRecorderException extends __BaseException {
4003
- readonly name: "NoRunningConfigurationRecorderException";
4004
- readonly $fault: "client";
4005
- /**
4006
- * @internal
4007
- */
4008
- constructor(opts: __ExceptionOptionType<NoRunningConfigurationRecorderException, __BaseException>);
4009
- }
4010
2898
  /**
4011
2899
  * @public
4012
2900
  */
@@ -4017,18 +2905,6 @@ export interface DeleteRetentionConfigurationRequest {
4017
2905
  */
4018
2906
  RetentionConfigurationName: string | undefined;
4019
2907
  }
4020
- /**
4021
- * <p>You have specified a retention configuration that does not exist.</p>
4022
- * @public
4023
- */
4024
- export declare class NoSuchRetentionConfigurationException extends __BaseException {
4025
- readonly name: "NoSuchRetentionConfigurationException";
4026
- readonly $fault: "client";
4027
- /**
4028
- * @internal
4029
- */
4030
- constructor(opts: __ExceptionOptionType<NoSuchRetentionConfigurationException, __BaseException>);
4031
- }
4032
2908
  /**
4033
2909
  * @public
4034
2910
  */
@@ -4069,18 +2945,6 @@ export interface DeleteStoredQueryRequest {
4069
2945
  */
4070
2946
  export interface DeleteStoredQueryResponse {
4071
2947
  }
4072
- /**
4073
- * <p>You have specified a resource that does not exist.</p>
4074
- * @public
4075
- */
4076
- export declare class ResourceNotFoundException extends __BaseException {
4077
- readonly name: "ResourceNotFoundException";
4078
- readonly $fault: "client";
4079
- /**
4080
- * @internal
4081
- */
4082
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
4083
- }
4084
2948
  /**
4085
2949
  * <p>The input for the <a>DeliverConfigSnapshot</a>
4086
2950
  * action.</p>
@@ -4239,32 +3103,6 @@ export interface DescribeAggregateComplianceByConfigRulesResponse {
4239
3103
  */
4240
3104
  NextToken?: string | undefined;
4241
3105
  }
4242
- /**
4243
- * <p>The specified limit is outside the allowable range.</p>
4244
- * @public
4245
- */
4246
- export declare class InvalidLimitException extends __BaseException {
4247
- readonly name: "InvalidLimitException";
4248
- readonly $fault: "client";
4249
- /**
4250
- * @internal
4251
- */
4252
- constructor(opts: __ExceptionOptionType<InvalidLimitException, __BaseException>);
4253
- }
4254
- /**
4255
- * <p>The specified next token is not valid. Specify the
4256
- * <code>nextToken</code> string that was returned in the previous
4257
- * response to get the next page of results.</p>
4258
- * @public
4259
- */
4260
- export declare class InvalidNextTokenException extends __BaseException {
4261
- readonly name: "InvalidNextTokenException";
4262
- readonly $fault: "client";
4263
- /**
4264
- * @internal
4265
- */
4266
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
4267
- }
4268
3106
  /**
4269
3107
  * @public
4270
3108
  */
@@ -4767,18 +3605,6 @@ export interface DescribeConformancePackComplianceResponse {
4767
3605
  */
4768
3606
  NextToken?: string | undefined;
4769
3607
  }
4770
- /**
4771
- * <p>Config rule that you passed in the filter does not exist.</p>
4772
- * @public
4773
- */
4774
- export declare class NoSuchConfigRuleInConformancePackException extends __BaseException {
4775
- readonly name: "NoSuchConfigRuleInConformancePackException";
4776
- readonly $fault: "client";
4777
- /**
4778
- * @internal
4779
- */
4780
- constructor(opts: __ExceptionOptionType<NoSuchConfigRuleInConformancePackException, __BaseException>);
4781
- }
4782
3608
  /**
4783
3609
  * @public
4784
3610
  */
@@ -4918,18 +3744,6 @@ export interface DescribeOrganizationConfigRulesRequest {
4918
3744
  */
4919
3745
  NextToken?: string | undefined;
4920
3746
  }
4921
- /**
4922
- * @public
4923
- * @enum
4924
- */
4925
- export declare const OrganizationConfigRuleTriggerTypeNoSN: {
4926
- readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
4927
- readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
4928
- };
4929
- /**
4930
- * @public
4931
- */
4932
- export type OrganizationConfigRuleTriggerTypeNoSN = (typeof OrganizationConfigRuleTriggerTypeNoSN)[keyof typeof OrganizationConfigRuleTriggerTypeNoSN];
4933
3747
  /**
4934
3748
  * <p> metadata for your organization Config Custom Policy rule including the runtime system in use, which accounts have debug logging enabled, and
4935
3749
  * other custom rule metadata such as resource type, resource ID of Amazon Web Services
@@ -5005,19 +3819,6 @@ export interface OrganizationCustomPolicyRuleMetadataNoPolicy {
5005
3819
  */
5006
3820
  DebugLogDeliveryAccounts?: string[] | undefined;
5007
3821
  }
5008
- /**
5009
- * @public
5010
- * @enum
5011
- */
5012
- export declare const OrganizationConfigRuleTriggerType: {
5013
- readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
5014
- readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
5015
- readonly SCHEDULED_NOTIFICATION: "ScheduledNotification";
5016
- };
5017
- /**
5018
- * @public
5019
- */
5020
- export type OrganizationConfigRuleTriggerType = (typeof OrganizationConfigRuleTriggerType)[keyof typeof OrganizationConfigRuleTriggerType];
5021
3822
  /**
5022
3823
  * <p>An object that specifies organization custom rule metadata such as resource type, resource ID of Amazon Web Services resource, Lambda function ARN,
5023
3824
  * and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule.
@@ -5227,25 +4028,6 @@ export interface DescribeOrganizationConfigRuleStatusesRequest {
5227
4028
  */
5228
4029
  NextToken?: string | undefined;
5229
4030
  }
5230
- /**
5231
- * @public
5232
- * @enum
5233
- */
5234
- export declare const OrganizationRuleStatus: {
5235
- readonly CREATE_FAILED: "CREATE_FAILED";
5236
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
5237
- readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
5238
- readonly DELETE_FAILED: "DELETE_FAILED";
5239
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
5240
- readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
5241
- readonly UPDATE_FAILED: "UPDATE_FAILED";
5242
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
5243
- readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
5244
- };
5245
- /**
5246
- * @public
5247
- */
5248
- export type OrganizationRuleStatus = (typeof OrganizationRuleStatus)[keyof typeof OrganizationRuleStatus];
5249
4031
  /**
5250
4032
  * <p>Returns the status for an organization Config rule in an organization.</p>
5251
4033
  * @public
@@ -5441,25 +4223,6 @@ export interface DescribeOrganizationConformancePackStatusesRequest {
5441
4223
  */
5442
4224
  NextToken?: string | undefined;
5443
4225
  }
5444
- /**
5445
- * @public
5446
- * @enum
5447
- */
5448
- export declare const OrganizationResourceStatus: {
5449
- readonly CREATE_FAILED: "CREATE_FAILED";
5450
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
5451
- readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
5452
- readonly DELETE_FAILED: "DELETE_FAILED";
5453
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
5454
- readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
5455
- readonly UPDATE_FAILED: "UPDATE_FAILED";
5456
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
5457
- readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
5458
- };
5459
- /**
5460
- * @public
5461
- */
5462
- export type OrganizationResourceStatus = (typeof OrganizationResourceStatus)[keyof typeof OrganizationResourceStatus];
5463
4226
  /**
5464
4227
  * <p>Returns the status for an organization conformance pack in an organization.</p>
5465
4228
  * @public
@@ -5646,17 +4409,6 @@ export interface ExecutionControls {
5646
4409
  */
5647
4410
  SsmControls?: SsmControls | undefined;
5648
4411
  }
5649
- /**
5650
- * @public
5651
- * @enum
5652
- */
5653
- export declare const ResourceValueType: {
5654
- readonly RESOURCE_ID: "RESOURCE_ID";
5655
- };
5656
- /**
5657
- * @public
5658
- */
5659
- export type ResourceValueType = (typeof ResourceValueType)[keyof typeof ResourceValueType];
5660
4412
  /**
5661
4413
  * <p>The dynamic value of the resource.</p>
5662
4414
  * @public
@@ -5695,17 +4447,6 @@ export interface RemediationParameterValue {
5695
4447
  */
5696
4448
  StaticValue?: StaticValue | undefined;
5697
4449
  }
5698
- /**
5699
- * @public
5700
- * @enum
5701
- */
5702
- export declare const RemediationTargetType: {
5703
- readonly SSM_DOCUMENT: "SSM_DOCUMENT";
5704
- };
5705
- /**
5706
- * @public
5707
- */
5708
- export type RemediationTargetType = (typeof RemediationTargetType)[keyof typeof RemediationTargetType];
5709
4450
  /**
5710
4451
  * <p>An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.</p>
5711
4452
  * @public
@@ -5890,37 +4631,6 @@ export interface DescribeRemediationExecutionStatusRequest {
5890
4631
  */
5891
4632
  NextToken?: string | undefined;
5892
4633
  }
5893
- /**
5894
- * @public
5895
- * @enum
5896
- */
5897
- export declare const RemediationExecutionState: {
5898
- readonly FAILED: "FAILED";
5899
- readonly IN_PROGRESS: "IN_PROGRESS";
5900
- readonly QUEUED: "QUEUED";
5901
- readonly SUCCEEDED: "SUCCEEDED";
5902
- readonly UNKNOWN: "UNKNOWN";
5903
- };
5904
- /**
5905
- * @public
5906
- */
5907
- export type RemediationExecutionState = (typeof RemediationExecutionState)[keyof typeof RemediationExecutionState];
5908
- /**
5909
- * @public
5910
- * @enum
5911
- */
5912
- export declare const RemediationExecutionStepState: {
5913
- readonly EXITED: "EXITED";
5914
- readonly FAILED: "FAILED";
5915
- readonly IN_PROGRESS: "IN_PROGRESS";
5916
- readonly PENDING: "PENDING";
5917
- readonly SUCCEEDED: "SUCCEEDED";
5918
- readonly UNKNOWN: "UNKNOWN";
5919
- };
5920
- /**
5921
- * @public
5922
- */
5923
- export type RemediationExecutionStepState = (typeof RemediationExecutionStepState)[keyof typeof RemediationExecutionStepState];
5924
4634
  /**
5925
4635
  * <p>Name of the step from the SSM document.</p>
5926
4636
  * @public
@@ -6195,19 +4905,6 @@ export interface EvaluationResult {
6195
4905
  */
6196
4906
  ResultToken?: string | undefined;
6197
4907
  }
6198
- /**
6199
- * @public
6200
- * @enum
6201
- */
6202
- export declare const ResourceEvaluationStatus: {
6203
- readonly FAILED: "FAILED";
6204
- readonly IN_PROGRESS: "IN_PROGRESS";
6205
- readonly SUCCEEDED: "SUCCEEDED";
6206
- };
6207
- /**
6208
- * @public
6209
- */
6210
- export type ResourceEvaluationStatus = (typeof ResourceEvaluationStatus)[keyof typeof ResourceEvaluationStatus];
6211
4908
  /**
6212
4909
  * <p>Returns status details of an evaluation.</p>
6213
4910
  * @public
@@ -6492,19 +5189,6 @@ export interface ResourceCountFilters {
6492
5189
  */
6493
5190
  Region?: string | undefined;
6494
5191
  }
6495
- /**
6496
- * @public
6497
- * @enum
6498
- */
6499
- export declare const ResourceCountGroupKey: {
6500
- readonly ACCOUNT_ID: "ACCOUNT_ID";
6501
- readonly AWS_REGION: "AWS_REGION";
6502
- readonly RESOURCE_TYPE: "RESOURCE_TYPE";
6503
- };
6504
- /**
6505
- * @public
6506
- */
6507
- export type ResourceCountGroupKey = (typeof ResourceCountGroupKey)[keyof typeof ResourceCountGroupKey];
6508
5192
  /**
6509
5193
  * @public
6510
5194
  */
@@ -6601,31 +5285,6 @@ export interface GetAggregateResourceConfigResponse {
6601
5285
  */
6602
5286
  ConfigurationItem?: ConfigurationItem | undefined;
6603
5287
  }
6604
- /**
6605
- * <p>The configuration item size is outside the allowable range.</p>
6606
- * @public
6607
- */
6608
- export declare class OversizedConfigurationItemException extends __BaseException {
6609
- readonly name: "OversizedConfigurationItemException";
6610
- readonly $fault: "client";
6611
- /**
6612
- * @internal
6613
- */
6614
- constructor(opts: __ExceptionOptionType<OversizedConfigurationItemException, __BaseException>);
6615
- }
6616
- /**
6617
- * <p>You have specified a resource that is either unknown or has not
6618
- * been discovered.</p>
6619
- * @public
6620
- */
6621
- export declare class ResourceNotDiscoveredException extends __BaseException {
6622
- readonly name: "ResourceNotDiscoveredException";
6623
- readonly $fault: "client";
6624
- /**
6625
- * @internal
6626
- */
6627
- constructor(opts: __ExceptionOptionType<ResourceNotDiscoveredException, __BaseException>);
6628
- }
6629
5288
  /**
6630
5289
  * <p></p>
6631
5290
  * @public
@@ -6980,25 +5639,6 @@ export interface GetDiscoveredResourceCountsResponse {
6980
5639
  */
6981
5640
  nextToken?: string | undefined;
6982
5641
  }
6983
- /**
6984
- * @public
6985
- * @enum
6986
- */
6987
- export declare const MemberAccountRuleStatus: {
6988
- readonly CREATE_FAILED: "CREATE_FAILED";
6989
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
6990
- readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
6991
- readonly DELETE_FAILED: "DELETE_FAILED";
6992
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
6993
- readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
6994
- readonly UPDATE_FAILED: "UPDATE_FAILED";
6995
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
6996
- readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
6997
- };
6998
- /**
6999
- * @public
7000
- */
7001
- export type MemberAccountRuleStatus = (typeof MemberAccountRuleStatus)[keyof typeof MemberAccountRuleStatus];
7002
5642
  /**
7003
5643
  * <p>Status filter object to filter results based on specific member account ID or status type for an organization Config rule. </p>
7004
5644
  * @public
@@ -7177,25 +5817,6 @@ export interface GetOrganizationConfigRuleDetailedStatusResponse {
7177
5817
  */
7178
5818
  NextToken?: string | undefined;
7179
5819
  }
7180
- /**
7181
- * @public
7182
- * @enum
7183
- */
7184
- export declare const OrganizationResourceDetailedStatus: {
7185
- readonly CREATE_FAILED: "CREATE_FAILED";
7186
- readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
7187
- readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
7188
- readonly DELETE_FAILED: "DELETE_FAILED";
7189
- readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
7190
- readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
7191
- readonly UPDATE_FAILED: "UPDATE_FAILED";
7192
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
7193
- readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
7194
- };
7195
- /**
7196
- * @public
7197
- */
7198
- export type OrganizationResourceDetailedStatus = (typeof OrganizationResourceDetailedStatus)[keyof typeof OrganizationResourceDetailedStatus];
7199
5820
  /**
7200
5821
  * <p>Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.</p>
7201
5822
  * @public
@@ -7471,19 +6092,6 @@ export interface GetResourceConfigHistoryResponse {
7471
6092
  */
7472
6093
  nextToken?: string | undefined;
7473
6094
  }
7474
- /**
7475
- * <p>The specified time range is not valid. The earlier time is not
7476
- * chronologically before the later time.</p>
7477
- * @public
7478
- */
7479
- export declare class InvalidTimeRangeException extends __BaseException {
7480
- readonly name: "InvalidTimeRangeException";
7481
- readonly $fault: "client";
7482
- /**
7483
- * @internal
7484
- */
7485
- constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
7486
- }
7487
6095
  /**
7488
6096
  * @public
7489
6097
  */
@@ -7494,17 +6102,6 @@ export interface GetResourceEvaluationSummaryRequest {
7494
6102
  */
7495
6103
  ResourceEvaluationId: string | undefined;
7496
6104
  }
7497
- /**
7498
- * @public
7499
- * @enum
7500
- */
7501
- export declare const ResourceConfigurationSchemaType: {
7502
- readonly CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA";
7503
- };
7504
- /**
7505
- * @public
7506
- */
7507
- export type ResourceConfigurationSchemaType = (typeof ResourceConfigurationSchemaType)[keyof typeof ResourceConfigurationSchemaType];
7508
6105
  /**
7509
6106
  * <p>Returns information about the resource being evaluated.</p>
7510
6107
  * @public
@@ -7637,232 +6234,1203 @@ export interface GetStoredQueryResponse {
7637
6234
  StoredQuery?: StoredQuery | undefined;
7638
6235
  }
7639
6236
  /**
7640
- * <p>Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.</p>
6237
+ * <p>Filters the results by resource account ID, region, resource ID, and resource name.</p>
7641
6238
  * @public
7642
6239
  */
7643
- export declare class IdempotentParameterMismatch extends __BaseException {
7644
- readonly name: "IdempotentParameterMismatch";
7645
- readonly $fault: "client";
6240
+ export interface ResourceFilters {
7646
6241
  /**
7647
- * @internal
6242
+ * <p>The 12-digit source account ID.</p>
6243
+ * @public
7648
6244
  */
7649
- constructor(opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>);
7650
- }
7651
- /**
7652
- * <p>Your Amazon S3 bucket policy does not allow Config to
7653
- * write to it.</p>
7654
- * @public
7655
- */
7656
- export declare class InsufficientDeliveryPolicyException extends __BaseException {
7657
- readonly name: "InsufficientDeliveryPolicyException";
7658
- readonly $fault: "client";
6245
+ AccountId?: string | undefined;
6246
+ /**
6247
+ * <p>The ID of the resource.</p>
6248
+ * @public
6249
+ */
6250
+ ResourceId?: string | undefined;
6251
+ /**
6252
+ * <p>The name of the resource.</p>
6253
+ * @public
6254
+ */
6255
+ ResourceName?: string | undefined;
7659
6256
  /**
7660
- * @internal
6257
+ * <p>The source region.</p>
6258
+ * @public
7661
6259
  */
7662
- constructor(opts: __ExceptionOptionType<InsufficientDeliveryPolicyException, __BaseException>);
6260
+ Region?: string | undefined;
7663
6261
  }
7664
6262
  /**
7665
- * <p>The configuration recorder name is not valid. The prefix "<code>AWSConfigurationRecorderFor</code>" is reserved for service-linked configuration recorders.</p>
7666
6263
  * @public
7667
6264
  */
7668
- export declare class InvalidConfigurationRecorderNameException extends __BaseException {
7669
- readonly name: "InvalidConfigurationRecorderNameException";
7670
- readonly $fault: "client";
6265
+ export interface ListAggregateDiscoveredResourcesRequest {
6266
+ /**
6267
+ * <p>The name of the configuration aggregator. </p>
6268
+ * @public
6269
+ */
6270
+ ConfigurationAggregatorName: string | undefined;
7671
6271
  /**
7672
- * @internal
6272
+ * <p>The type of resources that you want Config to list in the response.</p>
6273
+ * @public
6274
+ */
6275
+ ResourceType: ResourceType | undefined;
6276
+ /**
6277
+ * <p>Filters the results based on the <code>ResourceFilters</code> object.</p>
6278
+ * @public
6279
+ */
6280
+ Filters?: ResourceFilters | undefined;
6281
+ /**
6282
+ * <p>The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>
6283
+ * @public
6284
+ */
6285
+ Limit?: number | undefined;
6286
+ /**
6287
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6288
+ * @public
7673
6289
  */
7674
- constructor(opts: __ExceptionOptionType<InvalidConfigurationRecorderNameException, __BaseException>);
6290
+ NextToken?: string | undefined;
7675
6291
  }
7676
6292
  /**
7677
- * <p>The specified delivery channel name is not valid.</p>
7678
6293
  * @public
7679
6294
  */
7680
- export declare class InvalidDeliveryChannelNameException extends __BaseException {
7681
- readonly name: "InvalidDeliveryChannelNameException";
7682
- readonly $fault: "client";
6295
+ export interface ListAggregateDiscoveredResourcesResponse {
6296
+ /**
6297
+ * <p>Returns a list of <code>ResourceIdentifiers</code> objects.</p>
6298
+ * @public
6299
+ */
6300
+ ResourceIdentifiers?: AggregateResourceIdentifier[] | undefined;
7683
6301
  /**
7684
- * @internal
6302
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6303
+ * @public
7685
6304
  */
7686
- constructor(opts: __ExceptionOptionType<InvalidDeliveryChannelNameException, __BaseException>);
6305
+ NextToken?: string | undefined;
7687
6306
  }
7688
6307
  /**
7689
- * <p>The syntax of the query is incorrect.</p>
7690
6308
  * @public
7691
6309
  */
7692
- export declare class InvalidExpressionException extends __BaseException {
7693
- readonly name: "InvalidExpressionException";
7694
- readonly $fault: "client";
6310
+ export interface ListConfigurationRecordersRequest {
7695
6311
  /**
7696
- * @internal
6312
+ * <p>Filters the results based on a list of <code>ConfigurationRecorderFilter</code> objects that you specify.</p>
6313
+ * @public
7697
6314
  */
7698
- constructor(opts: __ExceptionOptionType<InvalidExpressionException, __BaseException>);
7699
- }
7700
- /**
7701
- * <p>One of the following errors:</p>
7702
- * <ul>
7703
- * <li>
7704
- * <p>You have provided a combination of parameter values that is not valid. For example:</p>
7705
- * <ul>
7706
- * <li>
7707
- * <p>Setting the <code>allSupported</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a> to <code>true</code>,
7708
- * but providing a non-empty list for the <code>resourceTypes</code>field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a>.</p>
7709
- * </li>
7710
- * <li>
7711
- * <p>Setting the <code>allSupported</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a> to <code>true</code>, but also setting the <code>useOnly</code> field of <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html">RecordingStrategy</a> to <code>EXCLUSION_BY_RESOURCE_TYPES</code>.</p>
7712
- * </li>
7713
- * </ul>
7714
- * </li>
7715
- * <li>
7716
- * <p>Every parameter is either null, false, or empty.</p>
7717
- * </li>
7718
- * <li>
7719
- * <p>You have reached the limit of the number of resource types you can provide for the recording group.</p>
7720
- * </li>
7721
- * <li>
7722
- * <p>You have provided resource types or a recording strategy that are not valid.</p>
7723
- * </li>
7724
- * </ul>
6315
+ Filters?: ConfigurationRecorderFilter[] | undefined;
6316
+ /**
6317
+ * <p>The maximum number of results to include in the response.</p>
6318
+ * @public
6319
+ */
6320
+ MaxResults?: number | undefined;
6321
+ /**
6322
+ * <p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6323
+ * @public
6324
+ */
6325
+ NextToken?: string | undefined;
6326
+ }
6327
+ /**
6328
+ * @public
6329
+ */
6330
+ export interface ListConfigurationRecordersResponse {
6331
+ /**
6332
+ * <p>A list of <code>ConfigurationRecorderSummary</code> objects that includes.</p>
6333
+ * @public
6334
+ */
6335
+ ConfigurationRecorderSummaries: ConfigurationRecorderSummary[] | undefined;
6336
+ /**
6337
+ * <p>The <code>NextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6338
+ * @public
6339
+ */
6340
+ NextToken?: string | undefined;
6341
+ }
6342
+ /**
6343
+ * @public
6344
+ */
6345
+ export interface ListConformancePackComplianceScoresRequest {
6346
+ /**
6347
+ * <p>Filters the results based on the <code>ConformancePackComplianceScoresFilters</code>.</p>
6348
+ * @public
6349
+ */
6350
+ Filters?: ConformancePackComplianceScoresFilters | undefined;
6351
+ /**
6352
+ * <p>Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.</p>
6353
+ * <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter <code>DESCENDING</code>.</p>
6354
+ * <p>You can sort conformance pack compliance scores by the numerical value of the compliance score by entering <code>SCORE</code> in the <code>SortBy</code> action. When compliance scores are sorted by <code>SCORE</code>, conformance packs with a compliance score of <code>INSUFFICIENT_DATA</code> will be last when sorting by ascending order and first when sorting by descending order.</p>
6355
+ * @public
6356
+ */
6357
+ SortOrder?: SortOrder | undefined;
6358
+ /**
6359
+ * <p>Sorts your conformance pack compliance scores in either ascending or descending order, depending on <code>SortOrder</code>.</p>
6360
+ * <p>By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack.
6361
+ * Enter <code>SCORE</code>, to sort conformance pack compliance scores by the numerical value of the compliance score.</p>
6362
+ * @public
6363
+ */
6364
+ SortBy?: SortBy | undefined;
6365
+ /**
6366
+ * <p>The maximum number of conformance pack compliance scores returned on each page.</p>
6367
+ * @public
6368
+ */
6369
+ Limit?: number | undefined;
6370
+ /**
6371
+ * <p>The <code>nextToken</code> string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.</p>
6372
+ * @public
6373
+ */
6374
+ NextToken?: string | undefined;
6375
+ }
6376
+ /**
6377
+ * @public
6378
+ */
6379
+ export interface ListConformancePackComplianceScoresResponse {
6380
+ /**
6381
+ * <p>The <code>nextToken</code> string that you can use to get the next page of results in a paginated response.</p>
6382
+ * @public
6383
+ */
6384
+ NextToken?: string | undefined;
6385
+ /**
6386
+ * <p>A list of <code>ConformancePackComplianceScore</code> objects.</p>
6387
+ * @public
6388
+ */
6389
+ ConformancePackComplianceScores: ConformancePackComplianceScore[] | undefined;
6390
+ }
6391
+ /**
6392
+ * <p></p>
6393
+ * @public
6394
+ */
6395
+ export interface ListDiscoveredResourcesRequest {
6396
+ /**
6397
+ * <p>The type of resources that you want Config to list in the
6398
+ * response.</p>
6399
+ * @public
6400
+ */
6401
+ resourceType: ResourceType | undefined;
6402
+ /**
6403
+ * <p>The IDs of only those resources that you want Config to
6404
+ * list in the response. If you do not specify this parameter, Config lists all resources of the specified type that it has
6405
+ * discovered. You can list a minimum of 1 resourceID and a maximum of 20 resourceIds.</p>
6406
+ * @public
6407
+ */
6408
+ resourceIds?: string[] | undefined;
6409
+ /**
6410
+ * <p>The custom name of only those resources that you want Config to list in the response. If you do not specify this
6411
+ * parameter, Config lists all resources of the specified type that
6412
+ * it has discovered.</p>
6413
+ * @public
6414
+ */
6415
+ resourceName?: string | undefined;
6416
+ /**
6417
+ * <p>The maximum number of resource identifiers returned on each
6418
+ * page. The default is 100. You cannot specify a number greater than
6419
+ * 100. If you specify 0, Config uses the default.</p>
6420
+ * @public
6421
+ */
6422
+ limit?: number | undefined;
6423
+ /**
6424
+ * <p>Specifies whether Config includes deleted resources in the
6425
+ * results. By default, deleted resources are not included.</p>
6426
+ * @public
6427
+ */
6428
+ includeDeletedResources?: boolean | undefined;
6429
+ /**
6430
+ * <p>The <code>nextToken</code> string returned on a previous page
6431
+ * that you use to get the next page of results in a paginated
6432
+ * response.</p>
6433
+ * @public
6434
+ */
6435
+ nextToken?: string | undefined;
6436
+ }
6437
+ /**
6438
+ * <p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the
6439
+ * custom resource name.</p>
6440
+ * @public
6441
+ */
6442
+ export interface ResourceIdentifier {
6443
+ /**
6444
+ * <p>The type of resource.</p>
6445
+ * @public
6446
+ */
6447
+ resourceType?: ResourceType | undefined;
6448
+ /**
6449
+ * <p>The ID of the resource (for example,
6450
+ * <code>sg-xxxxxx</code>).</p>
6451
+ * @public
6452
+ */
6453
+ resourceId?: string | undefined;
6454
+ /**
6455
+ * <p>The custom name of the resource (if available).</p>
6456
+ * @public
6457
+ */
6458
+ resourceName?: string | undefined;
6459
+ /**
6460
+ * <p>The time that the resource was deleted.</p>
6461
+ * @public
6462
+ */
6463
+ resourceDeletionTime?: Date | undefined;
6464
+ }
6465
+ /**
6466
+ * <p></p>
6467
+ * @public
6468
+ */
6469
+ export interface ListDiscoveredResourcesResponse {
6470
+ /**
6471
+ * <p>The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the
6472
+ * custom resource name.</p>
6473
+ * @public
6474
+ */
6475
+ resourceIdentifiers?: ResourceIdentifier[] | undefined;
6476
+ /**
6477
+ * <p>The string that you use in a subsequent request to get the next
6478
+ * page of results in a paginated response.</p>
6479
+ * @public
6480
+ */
6481
+ nextToken?: string | undefined;
6482
+ }
6483
+ /**
6484
+ * <p>Filters evaluation results based on start and end times.</p>
6485
+ * @public
6486
+ */
6487
+ export interface TimeWindow {
6488
+ /**
6489
+ * <p>The start time of an execution.</p>
6490
+ * @public
6491
+ */
6492
+ StartTime?: Date | undefined;
6493
+ /**
6494
+ * <p>The end time of an execution. The end time must be after the start date.</p>
6495
+ * @public
6496
+ */
6497
+ EndTime?: Date | undefined;
6498
+ }
6499
+ /**
6500
+ * <p>Returns details of a resource evaluation based on the selected filter.</p>
6501
+ * @public
6502
+ */
6503
+ export interface ResourceEvaluationFilters {
6504
+ /**
6505
+ * <p>Filters all resource evaluations results based on an evaluation mode.</p>
6506
+ * <important>
6507
+ * <p>Currently, <code>DECTECTIVE</code> is not supported as a valid value. Ignore other documentation stating otherwise.</p>
6508
+ * </important>
6509
+ * @public
6510
+ */
6511
+ EvaluationMode?: EvaluationMode | undefined;
6512
+ /**
6513
+ * <p>Returns a <code>TimeWindow</code> object.</p>
6514
+ * @public
6515
+ */
6516
+ TimeWindow?: TimeWindow | undefined;
6517
+ /**
6518
+ * <p>Filters evaluations for a given infrastructure deployment. For example: CFN Stack.</p>
6519
+ * @public
6520
+ */
6521
+ EvaluationContextIdentifier?: string | undefined;
6522
+ }
6523
+ /**
6524
+ * @public
6525
+ */
6526
+ export interface ListResourceEvaluationsRequest {
6527
+ /**
6528
+ * <p>Returns a <code>ResourceEvaluationFilters</code> object.</p>
6529
+ * @public
6530
+ */
6531
+ Filters?: ResourceEvaluationFilters | undefined;
6532
+ /**
6533
+ * <p>The maximum number of evaluations returned on each page. The default is 10.
6534
+ * You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>
6535
+ * @public
6536
+ */
6537
+ Limit?: number | undefined;
6538
+ /**
6539
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6540
+ * @public
6541
+ */
6542
+ NextToken?: string | undefined;
6543
+ }
6544
+ /**
6545
+ * <p>Returns details of a resource evaluation.</p>
6546
+ * @public
6547
+ */
6548
+ export interface ResourceEvaluation {
6549
+ /**
6550
+ * <p>The ResourceEvaluationId of a evaluation.</p>
6551
+ * @public
6552
+ */
6553
+ ResourceEvaluationId?: string | undefined;
6554
+ /**
6555
+ * <p>The mode of an evaluation. The valid values are Detective or Proactive.</p>
6556
+ * @public
6557
+ */
6558
+ EvaluationMode?: EvaluationMode | undefined;
6559
+ /**
6560
+ * <p>The starting time of an execution.</p>
6561
+ * @public
6562
+ */
6563
+ EvaluationStartTimestamp?: Date | undefined;
6564
+ }
6565
+ /**
6566
+ * @public
6567
+ */
6568
+ export interface ListResourceEvaluationsResponse {
6569
+ /**
6570
+ * <p>Returns a <code>ResourceEvaluations</code> object.</p>
6571
+ * @public
6572
+ */
6573
+ ResourceEvaluations?: ResourceEvaluation[] | undefined;
6574
+ /**
6575
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
6576
+ * @public
6577
+ */
6578
+ NextToken?: string | undefined;
6579
+ }
6580
+ /**
6581
+ * @public
6582
+ */
6583
+ export interface ListStoredQueriesRequest {
6584
+ /**
6585
+ * <p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.</p>
6586
+ * @public
6587
+ */
6588
+ NextToken?: string | undefined;
6589
+ /**
6590
+ * <p>The maximum number of results to be returned with a single call.</p>
6591
+ * @public
6592
+ */
6593
+ MaxResults?: number | undefined;
6594
+ }
6595
+ /**
6596
+ * <p>Returns details of a specific query. </p>
6597
+ * @public
6598
+ */
6599
+ export interface StoredQueryMetadata {
6600
+ /**
6601
+ * <p>The ID of the query. </p>
6602
+ * @public
6603
+ */
6604
+ QueryId: string | undefined;
6605
+ /**
6606
+ * <p>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>
6607
+ * @public
6608
+ */
6609
+ QueryArn: string | undefined;
6610
+ /**
6611
+ * <p>The name of the query.</p>
6612
+ * @public
6613
+ */
6614
+ QueryName: string | undefined;
6615
+ /**
6616
+ * <p>A unique description for the query.</p>
6617
+ * @public
6618
+ */
6619
+ Description?: string | undefined;
6620
+ }
6621
+ /**
6622
+ * @public
6623
+ */
6624
+ export interface ListStoredQueriesResponse {
6625
+ /**
6626
+ * <p>A list of <code>StoredQueryMetadata</code> objects.</p>
6627
+ * @public
6628
+ */
6629
+ StoredQueryMetadata?: StoredQueryMetadata[] | undefined;
6630
+ /**
6631
+ * <p>If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token.
6632
+ * To retrieve the next set of results, call this operation again and assign that token to the request object's <code>NextToken</code> parameter.
6633
+ * If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>. </p>
6634
+ * @public
6635
+ */
6636
+ NextToken?: string | undefined;
6637
+ }
6638
+ /**
6639
+ * @public
6640
+ */
6641
+ export interface ListTagsForResourceRequest {
6642
+ /**
6643
+ * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>
6644
+ * <ul>
6645
+ * <li>
6646
+ * <p>
6647
+ * <code>ConfigurationRecorder</code>
6648
+ * </p>
6649
+ * </li>
6650
+ * <li>
6651
+ * <p>
6652
+ * <code>ConfigRule</code>
6653
+ * </p>
6654
+ * </li>
6655
+ * <li>
6656
+ * <p>
6657
+ * <code>OrganizationConfigRule</code>
6658
+ * </p>
6659
+ * </li>
6660
+ * <li>
6661
+ * <p>
6662
+ * <code>ConformancePack</code>
6663
+ * </p>
6664
+ * </li>
6665
+ * <li>
6666
+ * <p>
6667
+ * <code>OrganizationConformancePack</code>
6668
+ * </p>
6669
+ * </li>
6670
+ * <li>
6671
+ * <p>
6672
+ * <code>ConfigurationAggregator</code>
6673
+ * </p>
6674
+ * </li>
6675
+ * <li>
6676
+ * <p>
6677
+ * <code>AggregationAuthorization</code>
6678
+ * </p>
6679
+ * </li>
6680
+ * <li>
6681
+ * <p>
6682
+ * <code>StoredQuery</code>
6683
+ * </p>
6684
+ * </li>
6685
+ * </ul>
6686
+ * @public
6687
+ */
6688
+ ResourceArn: string | undefined;
6689
+ /**
6690
+ * <p>The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default. </p>
6691
+ * @public
6692
+ */
6693
+ Limit?: number | undefined;
6694
+ /**
6695
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>
6696
+ * @public
6697
+ */
6698
+ NextToken?: string | undefined;
6699
+ }
6700
+ /**
6701
+ * <p>The tags for the resource. The metadata that you apply to a resource to help you categorize and organize them.
6702
+ * Each tag consists of a key and an optional value, both of which you define.
6703
+ * Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>
6704
+ * @public
6705
+ */
6706
+ export interface Tag {
6707
+ /**
6708
+ * <p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>
6709
+ * @public
6710
+ */
6711
+ Key?: string | undefined;
6712
+ /**
6713
+ * <p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>
6714
+ * @public
6715
+ */
6716
+ Value?: string | undefined;
6717
+ }
6718
+ /**
6719
+ * @public
6720
+ */
6721
+ export interface ListTagsForResourceResponse {
6722
+ /**
6723
+ * <p>The tags for the resource.</p>
6724
+ * @public
6725
+ */
6726
+ Tags?: Tag[] | undefined;
6727
+ /**
6728
+ * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response. </p>
6729
+ * @public
6730
+ */
6731
+ NextToken?: string | undefined;
6732
+ }
6733
+ /**
6734
+ * <p>An
6735
+ * object that specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have
6736
+ * debug logging enabled, and other custom rule metadata, such as resource type, resource
6737
+ * ID of Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.</p>
6738
+ * @public
6739
+ */
6740
+ export interface OrganizationCustomPolicyRuleMetadata {
6741
+ /**
6742
+ * <p>The description that you provide for your organization Config Custom Policy rule.</p>
6743
+ * @public
6744
+ */
6745
+ Description?: string | undefined;
6746
+ /**
6747
+ * <p>The type of notification that initiates Config to run an evaluation for a rule.
6748
+ * For Config Custom Policy rules, Config supports change-initiated notification types:</p>
6749
+ * <ul>
6750
+ * <li>
6751
+ * <p>
6752
+ * <code>ConfigurationItemChangeNotification</code> - Initiates an evaluation when Config delivers a configuration item as a result of a resource
6753
+ * change.</p>
6754
+ * </li>
6755
+ * <li>
6756
+ * <p>
6757
+ * <code>OversizedConfigurationItemChangeNotification</code> - Initiates an evaluation when
6758
+ * Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the
6759
+ * notification exceeds the maximum size allowed by Amazon SNS.</p>
6760
+ * </li>
6761
+ * </ul>
6762
+ * @public
6763
+ */
6764
+ OrganizationConfigRuleTriggerTypes?: OrganizationConfigRuleTriggerTypeNoSN[] | undefined;
6765
+ /**
6766
+ * <p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>
6767
+ * @public
6768
+ */
6769
+ InputParameters?: string | undefined;
6770
+ /**
6771
+ * <p>The maximum frequency with which Config runs evaluations for a rule. Your
6772
+ * Config Custom Policy rule is triggered when Config delivers
6773
+ * the configuration snapshot. For more information, see <a>ConfigSnapshotDeliveryProperties</a>.</p>
6774
+ * @public
6775
+ */
6776
+ MaximumExecutionFrequency?: MaximumExecutionFrequency | undefined;
6777
+ /**
6778
+ * <p>The type of the Amazon Web Services resource that was evaluated.</p>
6779
+ * @public
6780
+ */
6781
+ ResourceTypesScope?: string[] | undefined;
6782
+ /**
6783
+ * <p>The ID of the Amazon Web Services resource that was evaluated.</p>
6784
+ * @public
6785
+ */
6786
+ ResourceIdScope?: string | undefined;
6787
+ /**
6788
+ * <p>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.</p>
6789
+ * @public
6790
+ */
6791
+ TagKeyScope?: string | undefined;
6792
+ /**
6793
+ * <p>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).</p>
6794
+ * @public
6795
+ */
6796
+ TagValueScope?: string | undefined;
6797
+ /**
6798
+ * <p>The runtime system for your organization Config Custom Policy rules. Guard is a policy-as-code language that allows you to write policies that are enforced by Config Custom Policy rules. For more information about Guard, see the <a href="https://github.com/aws-cloudformation/cloudformation-guard">Guard GitHub
6799
+ * Repository</a>.</p>
6800
+ * @public
6801
+ */
6802
+ PolicyRuntime: string | undefined;
6803
+ /**
6804
+ * <p>The policy definition containing the logic for your organization Config Custom Policy rule.</p>
6805
+ * @public
6806
+ */
6807
+ PolicyText: string | undefined;
6808
+ /**
6809
+ * <p>A list of accounts that you can enable debug logging for your organization Config Custom Policy rule. List is null when debug logging is enabled for all accounts.</p>
6810
+ * @public
6811
+ */
6812
+ DebugLogDeliveryAccounts?: string[] | undefined;
6813
+ }
6814
+ /**
6815
+ * @public
6816
+ */
6817
+ export interface PutAggregationAuthorizationRequest {
6818
+ /**
6819
+ * <p>The 12-digit account ID of the account authorized to aggregate data.</p>
6820
+ * @public
6821
+ */
6822
+ AuthorizedAccountId: string | undefined;
6823
+ /**
6824
+ * <p>The region authorized to collect aggregated data.</p>
6825
+ * @public
6826
+ */
6827
+ AuthorizedAwsRegion: string | undefined;
6828
+ /**
6829
+ * <p>An array of tag object.</p>
6830
+ * @public
6831
+ */
6832
+ Tags?: Tag[] | undefined;
6833
+ }
6834
+ /**
6835
+ * @public
6836
+ */
6837
+ export interface PutAggregationAuthorizationResponse {
6838
+ /**
6839
+ * <p>Returns an AggregationAuthorization object.
6840
+ *
6841
+ * </p>
6842
+ * @public
6843
+ */
6844
+ AggregationAuthorization?: AggregationAuthorization | undefined;
6845
+ }
6846
+ /**
6847
+ * @public
6848
+ */
6849
+ export interface PutConfigRuleRequest {
6850
+ /**
6851
+ * <p>The rule that you want to add to your account.</p>
6852
+ * @public
6853
+ */
6854
+ ConfigRule: ConfigRule | undefined;
6855
+ /**
6856
+ * <p>An array of tag object.</p>
6857
+ * @public
6858
+ */
6859
+ Tags?: Tag[] | undefined;
6860
+ }
6861
+ /**
6862
+ * @public
6863
+ */
6864
+ export interface PutConfigurationAggregatorRequest {
6865
+ /**
6866
+ * <p>The name of the configuration aggregator.</p>
6867
+ * @public
6868
+ */
6869
+ ConfigurationAggregatorName: string | undefined;
6870
+ /**
6871
+ * <p>A list of AccountAggregationSource object.
6872
+ *
6873
+ * </p>
6874
+ * @public
6875
+ */
6876
+ AccountAggregationSources?: AccountAggregationSource[] | undefined;
6877
+ /**
6878
+ * <p>An OrganizationAggregationSource object.</p>
6879
+ * @public
6880
+ */
6881
+ OrganizationAggregationSource?: OrganizationAggregationSource | undefined;
6882
+ /**
6883
+ * <p>An array of tag object.</p>
6884
+ * @public
6885
+ */
6886
+ Tags?: Tag[] | undefined;
6887
+ /**
6888
+ * <p>An object to filter configuration recorders in an aggregator. Either <code>ResourceType</code> or <code>ServicePrincipal</code> is required.</p>
6889
+ * @public
6890
+ */
6891
+ AggregatorFilters?: AggregatorFilters | undefined;
6892
+ }
6893
+ /**
6894
+ * @public
6895
+ */
6896
+ export interface PutConfigurationAggregatorResponse {
6897
+ /**
6898
+ * <p>Returns a ConfigurationAggregator object.</p>
6899
+ * @public
6900
+ */
6901
+ ConfigurationAggregator?: ConfigurationAggregator | undefined;
6902
+ }
6903
+ /**
6904
+ * <p>The input for the <a>PutConfigurationRecorder</a>
6905
+ * action.</p>
6906
+ * @public
6907
+ */
6908
+ export interface PutConfigurationRecorderRequest {
6909
+ /**
6910
+ * <p>An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope.</p>
6911
+ * @public
6912
+ */
6913
+ ConfigurationRecorder: ConfigurationRecorder | undefined;
6914
+ /**
6915
+ * <p>The tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define.</p>
6916
+ * @public
6917
+ */
6918
+ Tags?: Tag[] | undefined;
6919
+ }
6920
+ /**
6921
+ * @public
6922
+ */
6923
+ export interface PutConformancePackRequest {
6924
+ /**
6925
+ * <p>The unique name of the conformance pack you want to deploy.</p>
6926
+ * @public
6927
+ */
6928
+ ConformancePackName: string | undefined;
6929
+ /**
6930
+ * <p>The location of the file containing the template body (<code>s3://bucketname/prefix</code>). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack. </p>
6931
+ * <note>
6932
+ * <p>You must have access to read Amazon S3 bucket.
6933
+ * In addition, in order to ensure a successful deployment, the template object must not be in an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html">archived storage class</a> if this parameter is passed.</p>
6934
+ * </note>
6935
+ * @public
6936
+ */
6937
+ TemplateS3Uri?: string | undefined;
6938
+ /**
6939
+ * <p>A string that contains the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>
6940
+ * <note>
6941
+ * <p>You can use a YAML template with two resource types: Config rule (<code>AWS::Config::ConfigRule</code>) and remediation action (<code>AWS::Config::RemediationConfiguration</code>).</p>
6942
+ * </note>
6943
+ * @public
6944
+ */
6945
+ TemplateBody?: string | undefined;
6946
+ /**
6947
+ * <p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p>
6948
+ * <note>
6949
+ * <p>This field is optional.</p>
6950
+ * </note>
6951
+ * @public
6952
+ */
6953
+ DeliveryS3Bucket?: string | undefined;
6954
+ /**
6955
+ * <p>The prefix for the Amazon S3 bucket. </p>
6956
+ * <note>
6957
+ * <p>This field is optional.</p>
6958
+ * </note>
6959
+ * @public
6960
+ */
6961
+ DeliveryS3KeyPrefix?: string | undefined;
6962
+ /**
6963
+ * <p>A list of <code>ConformancePackInputParameter</code> objects.</p>
6964
+ * @public
6965
+ */
6966
+ ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
6967
+ /**
6968
+ * <p>An object of type <code>TemplateSSMDocumentDetails</code>, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.</p>
6969
+ * @public
6970
+ */
6971
+ TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | undefined;
6972
+ }
6973
+ /**
6974
+ * @public
6975
+ */
6976
+ export interface PutConformancePackResponse {
6977
+ /**
6978
+ * <p>ARN of the conformance pack.</p>
6979
+ * @public
6980
+ */
6981
+ ConformancePackArn?: string | undefined;
6982
+ }
6983
+ /**
6984
+ * <p>The input for the <a>PutDeliveryChannel</a>
6985
+ * action.</p>
6986
+ * @public
6987
+ */
6988
+ export interface PutDeliveryChannelRequest {
6989
+ /**
6990
+ * <p>An object for the delivery channel. A delivery channel sends notifications and updated configuration states.
6991
+ * </p>
6992
+ * @public
6993
+ */
6994
+ DeliveryChannel: DeliveryChannel | undefined;
6995
+ }
6996
+ /**
6997
+ * <p></p>
6998
+ * @public
6999
+ */
7000
+ export interface PutEvaluationsRequest {
7001
+ /**
7002
+ * <p>The assessments that the Lambda function performs. Each
7003
+ * evaluation identifies an Amazon Web Services resource and indicates whether it
7004
+ * complies with the Config rule that invokes the Lambda
7005
+ * function.</p>
7006
+ * @public
7007
+ */
7008
+ Evaluations?: Evaluation[] | undefined;
7009
+ /**
7010
+ * <p>An encrypted token that associates an evaluation with an Config rule. Identifies the rule and the event that triggered the
7011
+ * evaluation.</p>
7012
+ * @public
7013
+ */
7014
+ ResultToken: string | undefined;
7015
+ /**
7016
+ * <p>Use this parameter to specify a test run for
7017
+ * <code>PutEvaluations</code>. You can verify whether your Lambda function will deliver evaluation results to Config. No
7018
+ * updates occur to your existing evaluations, and evaluation results
7019
+ * are not sent to Config.</p>
7020
+ * <note>
7021
+ * <p>When <code>TestMode</code> is <code>true</code>,
7022
+ * <code>PutEvaluations</code> doesn't require a valid value
7023
+ * for the <code>ResultToken</code> parameter, but the value cannot
7024
+ * be null.</p>
7025
+ * </note>
7026
+ * @public
7027
+ */
7028
+ TestMode?: boolean | undefined;
7029
+ }
7030
+ /**
7031
+ * <p></p>
7032
+ * @public
7033
+ */
7034
+ export interface PutEvaluationsResponse {
7035
+ /**
7036
+ * <p>Requests that failed because of a client or server
7037
+ * error.</p>
7038
+ * @public
7039
+ */
7040
+ FailedEvaluations?: Evaluation[] | undefined;
7041
+ }
7042
+ /**
7043
+ * @public
7044
+ */
7045
+ export interface PutExternalEvaluationRequest {
7046
+ /**
7047
+ * <p>The name of the Config rule.</p>
7048
+ * @public
7049
+ */
7050
+ ConfigRuleName: string | undefined;
7051
+ /**
7052
+ * <p>An <code>ExternalEvaluation</code> object that provides details about compliance.</p>
7053
+ * @public
7054
+ */
7055
+ ExternalEvaluation: ExternalEvaluation | undefined;
7056
+ }
7057
+ /**
7058
+ * @public
7059
+ */
7060
+ export interface PutExternalEvaluationResponse {
7061
+ }
7062
+ /**
7063
+ * @public
7064
+ */
7065
+ export interface PutOrganizationConfigRuleRequest {
7066
+ /**
7067
+ * <p>The name that you assign to an organization Config rule.</p>
7068
+ * @public
7069
+ */
7070
+ OrganizationConfigRuleName: string | undefined;
7071
+ /**
7072
+ * <p>An <code>OrganizationManagedRuleMetadata</code> object. This object specifies organization
7073
+ * managed rule metadata such as resource type and ID of Amazon Web Services resource along with the rule identifier.
7074
+ * It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>
7075
+ * @public
7076
+ */
7077
+ OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | undefined;
7078
+ /**
7079
+ * <p>An <code>OrganizationCustomRuleMetadata</code> object. This object specifies organization custom rule metadata such as resource type,
7080
+ * resource ID of Amazon Web Services resource, Lambda function ARN, and organization trigger types that trigger Config to evaluate your Amazon Web Services resources against a rule.
7081
+ * It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic.</p>
7082
+ * @public
7083
+ */
7084
+ OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | undefined;
7085
+ /**
7086
+ * <p>A comma-separated list of accounts that you want to exclude from an organization Config rule.</p>
7087
+ * @public
7088
+ */
7089
+ ExcludedAccounts?: string[] | undefined;
7090
+ /**
7091
+ * <p>An <code>OrganizationCustomPolicyRuleMetadata</code> object. This object specifies metadata for your organization's Config Custom Policy rule. The metadata includes the runtime system in use, which accounts have debug
7092
+ * logging enabled, and other custom rule metadata, such as resource type, resource ID of
7093
+ * Amazon Web Services resource, and organization trigger types that initiate Config to evaluate Amazon Web Services resources against a rule.</p>
7094
+ * @public
7095
+ */
7096
+ OrganizationCustomPolicyRuleMetadata?: OrganizationCustomPolicyRuleMetadata | undefined;
7097
+ }
7098
+ /**
7099
+ * @public
7100
+ */
7101
+ export interface PutOrganizationConfigRuleResponse {
7102
+ /**
7103
+ * <p>The Amazon Resource Name (ARN) of an organization Config rule.</p>
7104
+ * @public
7105
+ */
7106
+ OrganizationConfigRuleArn?: string | undefined;
7107
+ }
7108
+ /**
7109
+ * @public
7110
+ */
7111
+ export interface PutOrganizationConformancePackRequest {
7112
+ /**
7113
+ * <p>Name of the organization conformance pack you want to create.</p>
7114
+ * @public
7115
+ */
7116
+ OrganizationConformancePackName: string | undefined;
7117
+ /**
7118
+ * <p>Location of file containing the template body. The uri must point to the conformance pack template
7119
+ * (max size: 300 KB).</p>
7120
+ * <note>
7121
+ * <p>You must have access to read Amazon S3 bucket.
7122
+ * In addition, in order to ensure a successful deployment, the template object must not be in an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html">archived storage class</a> if this parameter is passed.</p>
7123
+ * </note>
7124
+ * @public
7125
+ */
7126
+ TemplateS3Uri?: string | undefined;
7127
+ /**
7128
+ * <p>A string that contains the full conformance pack template body. Structure containing the template body
7129
+ * with a minimum length of 1 byte and a maximum length of 51,200 bytes.</p>
7130
+ * @public
7131
+ */
7132
+ TemplateBody?: string | undefined;
7133
+ /**
7134
+ * <p>The name of the Amazon S3 bucket where Config stores conformance pack templates.</p>
7135
+ * <note>
7136
+ * <p>This field is optional. If used, it must be prefixed with <code>awsconfigconforms</code>.</p>
7137
+ * </note>
7138
+ * @public
7139
+ */
7140
+ DeliveryS3Bucket?: string | undefined;
7141
+ /**
7142
+ * <p>The prefix for the Amazon S3 bucket.</p>
7143
+ * <note>
7144
+ * <p>This field is optional.</p>
7145
+ * </note>
7146
+ * @public
7147
+ */
7148
+ DeliveryS3KeyPrefix?: string | undefined;
7149
+ /**
7150
+ * <p>A list of <code>ConformancePackInputParameter</code> objects.</p>
7151
+ * @public
7152
+ */
7153
+ ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
7154
+ /**
7155
+ * <p>A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.</p>
7156
+ * @public
7157
+ */
7158
+ ExcludedAccounts?: string[] | undefined;
7159
+ }
7160
+ /**
7161
+ * @public
7162
+ */
7163
+ export interface PutOrganizationConformancePackResponse {
7164
+ /**
7165
+ * <p>ARN of the organization conformance pack.</p>
7166
+ * @public
7167
+ */
7168
+ OrganizationConformancePackArn?: string | undefined;
7169
+ }
7170
+ /**
7171
+ * @public
7172
+ */
7173
+ export interface PutRemediationConfigurationsRequest {
7174
+ /**
7175
+ * <p>A list of remediation configuration objects.</p>
7176
+ * @public
7177
+ */
7178
+ RemediationConfigurations: RemediationConfiguration[] | undefined;
7179
+ }
7180
+ /**
7181
+ * @public
7182
+ */
7183
+ export interface PutRemediationConfigurationsResponse {
7184
+ /**
7185
+ * <p>Returns a list of failed remediation batch objects.</p>
7186
+ * @public
7187
+ */
7188
+ FailedBatches?: FailedRemediationBatch[] | undefined;
7189
+ }
7190
+ /**
7191
+ * @public
7192
+ */
7193
+ export interface PutRemediationExceptionsRequest {
7194
+ /**
7195
+ * <p>The name of the Config rule for which you want to create remediation exception.</p>
7196
+ * @public
7197
+ */
7198
+ ConfigRuleName: string | undefined;
7199
+ /**
7200
+ * <p>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys. </p>
7201
+ * @public
7202
+ */
7203
+ ResourceKeys: RemediationExceptionResourceKey[] | undefined;
7204
+ /**
7205
+ * <p>The message contains an explanation of the exception.</p>
7206
+ * @public
7207
+ */
7208
+ Message?: string | undefined;
7209
+ /**
7210
+ * <p>The exception is automatically deleted after the expiration date.</p>
7211
+ * @public
7212
+ */
7213
+ ExpirationTime?: Date | undefined;
7214
+ }
7215
+ /**
7216
+ * @public
7217
+ */
7218
+ export interface PutRemediationExceptionsResponse {
7219
+ /**
7220
+ * <p>Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.</p>
7221
+ * @public
7222
+ */
7223
+ FailedBatches?: FailedRemediationExceptionBatch[] | undefined;
7224
+ }
7225
+ /**
7226
+ * @public
7227
+ */
7228
+ export interface PutResourceConfigRequest {
7229
+ /**
7230
+ * <p>The type of the resource. The custom resource type must be registered with CloudFormation. </p>
7231
+ * <note>
7232
+ * <p>You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.</p>
7233
+ * </note>
7234
+ * @public
7235
+ */
7236
+ ResourceType: string | undefined;
7237
+ /**
7238
+ * <p>Version of the schema registered for the ResourceType in CloudFormation.</p>
7239
+ * @public
7240
+ */
7241
+ SchemaVersionId: string | undefined;
7242
+ /**
7243
+ * <p>Unique identifier of the resource.</p>
7244
+ * @public
7245
+ */
7246
+ ResourceId: string | undefined;
7247
+ /**
7248
+ * <p>Name of the resource.</p>
7249
+ * @public
7250
+ */
7251
+ ResourceName?: string | undefined;
7252
+ /**
7253
+ * <p>The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.</p>
7254
+ * <note>
7255
+ * <p>The configuration JSON must not exceed 64 KB.</p>
7256
+ * </note>
7257
+ * @public
7258
+ */
7259
+ Configuration: string | undefined;
7260
+ /**
7261
+ * <p>Tags associated with the resource.</p>
7262
+ * <note>
7263
+ * <p>This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources.
7264
+ * Tags for <code>PutResourceConfig</code> are tags that you supply for the configuration items of your custom resources.</p>
7265
+ * </note>
7266
+ * @public
7267
+ */
7268
+ Tags?: Record<string, string> | undefined;
7269
+ }
7270
+ /**
7725
7271
  * @public
7726
7272
  */
7727
- export declare class InvalidRecordingGroupException extends __BaseException {
7728
- readonly name: "InvalidRecordingGroupException";
7729
- readonly $fault: "client";
7273
+ export interface PutRetentionConfigurationRequest {
7730
7274
  /**
7731
- * @internal
7275
+ * <p>Number of days Config stores your historical
7276
+ * information.</p>
7277
+ * <note>
7278
+ * <p>Currently, only applicable to the configuration item
7279
+ * history.</p>
7280
+ * </note>
7281
+ * @public
7732
7282
  */
7733
- constructor(opts: __ExceptionOptionType<InvalidRecordingGroupException, __BaseException>);
7283
+ RetentionPeriodInDays: number | undefined;
7734
7284
  }
7735
7285
  /**
7736
- * <p>The specified <code>ResultToken</code> is not valid.</p>
7737
7286
  * @public
7738
7287
  */
7739
- export declare class InvalidResultTokenException extends __BaseException {
7740
- readonly name: "InvalidResultTokenException";
7741
- readonly $fault: "client";
7288
+ export interface PutRetentionConfigurationResponse {
7742
7289
  /**
7743
- * @internal
7290
+ * <p>Returns a retention configuration object.</p>
7291
+ * @public
7744
7292
  */
7745
- constructor(opts: __ExceptionOptionType<InvalidResultTokenException, __BaseException>);
7293
+ RetentionConfiguration?: RetentionConfiguration | undefined;
7746
7294
  }
7747
7295
  /**
7748
- * <p>You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the customer managed configuration recorder.</p>
7749
7296
  * @public
7750
7297
  */
7751
- export declare class InvalidRoleException extends __BaseException {
7752
- readonly name: "InvalidRoleException";
7753
- readonly $fault: "client";
7298
+ export interface PutServiceLinkedConfigurationRecorderRequest {
7299
+ /**
7300
+ * <p>The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to create.</p>
7301
+ * @public
7302
+ */
7303
+ ServicePrincipal: string | undefined;
7754
7304
  /**
7755
- * @internal
7305
+ * <p>The tags for a service-linked configuration recorder. Each tag consists of a key and an optional value, both of which you define.</p>
7306
+ * @public
7756
7307
  */
7757
- constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
7308
+ Tags?: Tag[] | undefined;
7758
7309
  }
7759
7310
  /**
7760
- * <p>The specified Amazon S3 key prefix is not valid.</p>
7761
7311
  * @public
7762
7312
  */
7763
- export declare class InvalidS3KeyPrefixException extends __BaseException {
7764
- readonly name: "InvalidS3KeyPrefixException";
7765
- readonly $fault: "client";
7313
+ export interface PutServiceLinkedConfigurationRecorderResponse {
7314
+ /**
7315
+ * <p>The Amazon Resource Name (ARN) of the specified configuration recorder.</p>
7316
+ * @public
7317
+ */
7318
+ Arn?: string | undefined;
7766
7319
  /**
7767
- * @internal
7320
+ * <p>The name of the specified configuration recorder.</p>
7321
+ * <p>For service-linked configuration recorders, Config automatically assigns a name that has the prefix "<code>AWSConfigurationRecorderFor</code>" to the new service-linked configuration recorder.</p>
7322
+ * @public
7768
7323
  */
7769
- constructor(opts: __ExceptionOptionType<InvalidS3KeyPrefixException, __BaseException>);
7324
+ Name?: string | undefined;
7770
7325
  }
7771
7326
  /**
7772
- * <p>The specified Amazon KMS Key ARN is not valid.</p>
7773
7327
  * @public
7774
7328
  */
7775
- export declare class InvalidS3KmsKeyArnException extends __BaseException {
7776
- readonly name: "InvalidS3KmsKeyArnException";
7777
- readonly $fault: "client";
7329
+ export interface PutStoredQueryRequest {
7330
+ /**
7331
+ * <p>A list of <code>StoredQuery</code> objects.
7332
+ * The mandatory fields are <code>QueryName</code> and <code>Expression</code>.</p>
7333
+ * <note>
7334
+ * <p>When you are creating a query, you must provide a query name and an expression.
7335
+ * When you are updating a query, you must provide a query name but updating the description is optional.</p>
7336
+ * </note>
7337
+ * @public
7338
+ */
7339
+ StoredQuery: StoredQuery | undefined;
7778
7340
  /**
7779
- * @internal
7341
+ * <p>A list of <code>Tags</code> object.</p>
7342
+ * @public
7780
7343
  */
7781
- constructor(opts: __ExceptionOptionType<InvalidS3KmsKeyArnException, __BaseException>);
7344
+ Tags?: Tag[] | undefined;
7782
7345
  }
7783
7346
  /**
7784
- * <p>The specified Amazon SNS topic does not exist.</p>
7785
7347
  * @public
7786
7348
  */
7787
- export declare class InvalidSNSTopicARNException extends __BaseException {
7788
- readonly name: "InvalidSNSTopicARNException";
7789
- readonly $fault: "client";
7349
+ export interface PutStoredQueryResponse {
7790
7350
  /**
7791
- * @internal
7351
+ * <p>Amazon Resource Name (ARN) of the query.
7352
+ * For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.</p>
7353
+ * @public
7792
7354
  */
7793
- constructor(opts: __ExceptionOptionType<InvalidSNSTopicARNException, __BaseException>);
7355
+ QueryArn?: string | undefined;
7794
7356
  }
7795
7357
  /**
7796
- * <p>For <code>PutServiceLinkedConfigurationRecorder</code> API, this exception
7797
- * is thrown if the number of service-linked roles in the account exceeds the limit.</p>
7798
- * <p>For <code>StartConfigRulesEvaluation</code> API, this exception
7799
- * is thrown if an evaluation is in progress or if you call the <a>StartConfigRulesEvaluation</a> API more than once per
7800
- * minute.</p>
7801
- * <p>For <code>PutConfigurationAggregator</code> API, this exception
7802
- * is thrown if the number of accounts and aggregators exceeds the
7803
- * limit.</p>
7358
+ * <p>Details about the query.</p>
7804
7359
  * @public
7805
7360
  */
7806
- export declare class LimitExceededException extends __BaseException {
7807
- readonly name: "LimitExceededException";
7808
- readonly $fault: "client";
7361
+ export interface QueryInfo {
7809
7362
  /**
7810
- * @internal
7363
+ * <p>Returns a <code>FieldInfo</code> object.</p>
7364
+ * @public
7811
7365
  */
7812
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
7366
+ SelectFields?: FieldInfo[] | undefined;
7813
7367
  }
7814
7368
  /**
7815
- * <p>Filters the results by resource account ID, region, resource ID, and resource name.</p>
7816
7369
  * @public
7817
7370
  */
7818
- export interface ResourceFilters {
7371
+ export interface SelectAggregateResourceConfigRequest {
7819
7372
  /**
7820
- * <p>The 12-digit source account ID.</p>
7373
+ * <p>The SQL query SELECT command. </p>
7821
7374
  * @public
7822
7375
  */
7823
- AccountId?: string | undefined;
7376
+ Expression: string | undefined;
7824
7377
  /**
7825
- * <p>The ID of the resource.</p>
7378
+ * <p>The name of the configuration aggregator.</p>
7826
7379
  * @public
7827
7380
  */
7828
- ResourceId?: string | undefined;
7381
+ ConfigurationAggregatorName: string | undefined;
7829
7382
  /**
7830
- * <p>The name of the resource.</p>
7383
+ * <p>The maximum number of query results returned on each page. </p>
7831
7384
  * @public
7832
7385
  */
7833
- ResourceName?: string | undefined;
7386
+ Limit?: number | undefined;
7834
7387
  /**
7835
- * <p>The source region.</p>
7388
+ * <p>The maximum number of query results returned on each page. Config also allows the Limit request parameter.</p>
7836
7389
  * @public
7837
7390
  */
7838
- Region?: string | undefined;
7391
+ MaxResults?: number | undefined;
7392
+ /**
7393
+ * <p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>
7394
+ * @public
7395
+ */
7396
+ NextToken?: string | undefined;
7839
7397
  }
7840
7398
  /**
7841
7399
  * @public
7842
7400
  */
7843
- export interface ListAggregateDiscoveredResourcesRequest {
7401
+ export interface SelectAggregateResourceConfigResponse {
7844
7402
  /**
7845
- * <p>The name of the configuration aggregator. </p>
7403
+ * <p>Returns the results for the SQL query.</p>
7846
7404
  * @public
7847
7405
  */
7848
- ConfigurationAggregatorName: string | undefined;
7406
+ Results?: string[] | undefined;
7849
7407
  /**
7850
- * <p>The type of resources that you want Config to list in the response.</p>
7408
+ * <p>Details about the query.</p>
7851
7409
  * @public
7852
7410
  */
7853
- ResourceType: ResourceType | undefined;
7411
+ QueryInfo?: QueryInfo | undefined;
7854
7412
  /**
7855
- * <p>Filters the results based on the <code>ResourceFilters</code> object.</p>
7413
+ * <p>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. </p>
7856
7414
  * @public
7857
7415
  */
7858
- Filters?: ResourceFilters | undefined;
7416
+ NextToken?: string | undefined;
7417
+ }
7418
+ /**
7419
+ * @public
7420
+ */
7421
+ export interface SelectResourceConfigRequest {
7859
7422
  /**
7860
- * <p>The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.</p>
7423
+ * <p>The SQL query <code>SELECT</code> command.</p>
7424
+ * @public
7425
+ */
7426
+ Expression: string | undefined;
7427
+ /**
7428
+ * <p>The maximum number of query results returned on each page. </p>
7861
7429
  * @public
7862
7430
  */
7863
7431
  Limit?: number | undefined;
7864
7432
  /**
7865
- * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
7433
+ * <p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>
7866
7434
  * @public
7867
7435
  */
7868
7436
  NextToken?: string | undefined;
@@ -7870,15 +7438,258 @@ export interface ListAggregateDiscoveredResourcesRequest {
7870
7438
  /**
7871
7439
  * @public
7872
7440
  */
7873
- export interface ListAggregateDiscoveredResourcesResponse {
7441
+ export interface SelectResourceConfigResponse {
7874
7442
  /**
7875
- * <p>Returns a list of <code>ResourceIdentifiers</code> objects.</p>
7443
+ * <p>Returns the results for the SQL query.</p>
7876
7444
  * @public
7877
7445
  */
7878
- ResourceIdentifiers?: AggregateResourceIdentifier[] | undefined;
7446
+ Results?: string[] | undefined;
7879
7447
  /**
7880
- * <p>The <code>nextToken</code> string returned on a previous page that you use to get the next page of results in a paginated response.</p>
7448
+ * <p>Returns the <code>QueryInfo</code> object.</p>
7449
+ * @public
7450
+ */
7451
+ QueryInfo?: QueryInfo | undefined;
7452
+ /**
7453
+ * <p>The <code>nextToken</code> string returned in a previous request that you use to request the next page of results in a paginated response. </p>
7881
7454
  * @public
7882
7455
  */
7883
7456
  NextToken?: string | undefined;
7884
7457
  }
7458
+ /**
7459
+ * <p></p>
7460
+ * @public
7461
+ */
7462
+ export interface StartConfigRulesEvaluationRequest {
7463
+ /**
7464
+ * <p>The list of names of Config rules that you want to run
7465
+ * evaluations for.</p>
7466
+ * @public
7467
+ */
7468
+ ConfigRuleNames?: string[] | undefined;
7469
+ }
7470
+ /**
7471
+ * <p>The output when you start the evaluation for the specified Config rule.</p>
7472
+ * @public
7473
+ */
7474
+ export interface StartConfigRulesEvaluationResponse {
7475
+ }
7476
+ /**
7477
+ * <p>The input for the <a>StartConfigurationRecorder</a>
7478
+ * operation.</p>
7479
+ * @public
7480
+ */
7481
+ export interface StartConfigurationRecorderRequest {
7482
+ /**
7483
+ * <p>The name of the customer managed configuration recorder that you want to start.</p>
7484
+ * @public
7485
+ */
7486
+ ConfigurationRecorderName: string | undefined;
7487
+ }
7488
+ /**
7489
+ * @public
7490
+ */
7491
+ export interface StartRemediationExecutionRequest {
7492
+ /**
7493
+ * <p>The list of names of Config rules that you want to run remediation execution for.</p>
7494
+ * @public
7495
+ */
7496
+ ConfigRuleName: string | undefined;
7497
+ /**
7498
+ * <p>A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID. </p>
7499
+ * @public
7500
+ */
7501
+ ResourceKeys: ResourceKey[] | undefined;
7502
+ }
7503
+ /**
7504
+ * @public
7505
+ */
7506
+ export interface StartRemediationExecutionResponse {
7507
+ /**
7508
+ * <p>Returns a failure message. For example, the resource is already compliant.</p>
7509
+ * @public
7510
+ */
7511
+ FailureMessage?: string | undefined;
7512
+ /**
7513
+ * <p>For resources that have failed to start execution, the API returns a resource key object.</p>
7514
+ * @public
7515
+ */
7516
+ FailedItems?: ResourceKey[] | undefined;
7517
+ }
7518
+ /**
7519
+ * @public
7520
+ */
7521
+ export interface StartResourceEvaluationRequest {
7522
+ /**
7523
+ * <p>Returns a <code>ResourceDetails</code> object.</p>
7524
+ * @public
7525
+ */
7526
+ ResourceDetails: ResourceDetails | undefined;
7527
+ /**
7528
+ * <p>Returns an <code>EvaluationContext</code> object.</p>
7529
+ * @public
7530
+ */
7531
+ EvaluationContext?: EvaluationContext | undefined;
7532
+ /**
7533
+ * <p>The mode of an evaluation.</p>
7534
+ * <note>
7535
+ * <p>The only valid value for this API is <code>PROACTIVE</code>.</p>
7536
+ * </note>
7537
+ * @public
7538
+ */
7539
+ EvaluationMode: EvaluationMode | undefined;
7540
+ /**
7541
+ * <p>The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.</p>
7542
+ * @public
7543
+ */
7544
+ EvaluationTimeout?: number | undefined;
7545
+ /**
7546
+ * <p>A client token is a unique, case-sensitive string of up to 64 ASCII characters.
7547
+ * To make an idempotent API request using one of these actions, specify a client token in the request.</p>
7548
+ * <note>
7549
+ * <p>Avoid reusing the same client token for other API requests. If you retry
7550
+ * a request that completed successfully using the same client token and the same
7551
+ * parameters, the retry succeeds without performing any further actions. If you retry
7552
+ * a successful request using the same client token, but one or more of the parameters
7553
+ * are different, other than the Region or Availability Zone, the retry fails with an
7554
+ * IdempotentParameterMismatch error.</p>
7555
+ * </note>
7556
+ * @public
7557
+ */
7558
+ ClientToken?: string | undefined;
7559
+ }
7560
+ /**
7561
+ * @public
7562
+ */
7563
+ export interface StartResourceEvaluationResponse {
7564
+ /**
7565
+ * <p>A
7566
+ * unique ResourceEvaluationId that is associated with a single execution.</p>
7567
+ * @public
7568
+ */
7569
+ ResourceEvaluationId?: string | undefined;
7570
+ }
7571
+ /**
7572
+ * <p>The input for the <a>StopConfigurationRecorder</a> operation.</p>
7573
+ * @public
7574
+ */
7575
+ export interface StopConfigurationRecorderRequest {
7576
+ /**
7577
+ * <p>The name of the customer managed configuration recorder that you want to stop.</p>
7578
+ * @public
7579
+ */
7580
+ ConfigurationRecorderName: string | undefined;
7581
+ }
7582
+ /**
7583
+ * @public
7584
+ */
7585
+ export interface TagResourceRequest {
7586
+ /**
7587
+ * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>
7588
+ * <ul>
7589
+ * <li>
7590
+ * <p>
7591
+ * <code>ConfigurationRecorder</code>
7592
+ * </p>
7593
+ * </li>
7594
+ * <li>
7595
+ * <p>
7596
+ * <code>ConfigRule</code>
7597
+ * </p>
7598
+ * </li>
7599
+ * <li>
7600
+ * <p>
7601
+ * <code>OrganizationConfigRule</code>
7602
+ * </p>
7603
+ * </li>
7604
+ * <li>
7605
+ * <p>
7606
+ * <code>ConformancePack</code>
7607
+ * </p>
7608
+ * </li>
7609
+ * <li>
7610
+ * <p>
7611
+ * <code>OrganizationConformancePack</code>
7612
+ * </p>
7613
+ * </li>
7614
+ * <li>
7615
+ * <p>
7616
+ * <code>ConfigurationAggregator</code>
7617
+ * </p>
7618
+ * </li>
7619
+ * <li>
7620
+ * <p>
7621
+ * <code>AggregationAuthorization</code>
7622
+ * </p>
7623
+ * </li>
7624
+ * <li>
7625
+ * <p>
7626
+ * <code>StoredQuery</code>
7627
+ * </p>
7628
+ * </li>
7629
+ * </ul>
7630
+ * @public
7631
+ */
7632
+ ResourceArn: string | undefined;
7633
+ /**
7634
+ * <p>An array of tag object.</p>
7635
+ * @public
7636
+ */
7637
+ Tags: Tag[] | undefined;
7638
+ }
7639
+ /**
7640
+ * @public
7641
+ */
7642
+ export interface UntagResourceRequest {
7643
+ /**
7644
+ * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:</p>
7645
+ * <ul>
7646
+ * <li>
7647
+ * <p>
7648
+ * <code>ConfigurationRecorder</code>
7649
+ * </p>
7650
+ * </li>
7651
+ * <li>
7652
+ * <p>
7653
+ * <code>ConfigRule</code>
7654
+ * </p>
7655
+ * </li>
7656
+ * <li>
7657
+ * <p>
7658
+ * <code>OrganizationConfigRule</code>
7659
+ * </p>
7660
+ * </li>
7661
+ * <li>
7662
+ * <p>
7663
+ * <code>ConformancePack</code>
7664
+ * </p>
7665
+ * </li>
7666
+ * <li>
7667
+ * <p>
7668
+ * <code>OrganizationConformancePack</code>
7669
+ * </p>
7670
+ * </li>
7671
+ * <li>
7672
+ * <p>
7673
+ * <code>ConfigurationAggregator</code>
7674
+ * </p>
7675
+ * </li>
7676
+ * <li>
7677
+ * <p>
7678
+ * <code>AggregationAuthorization</code>
7679
+ * </p>
7680
+ * </li>
7681
+ * <li>
7682
+ * <p>
7683
+ * <code>StoredQuery</code>
7684
+ * </p>
7685
+ * </li>
7686
+ * </ul>
7687
+ * @public
7688
+ */
7689
+ ResourceArn: string | undefined;
7690
+ /**
7691
+ * <p>The keys of the tags to be removed.</p>
7692
+ * @public
7693
+ */
7694
+ TagKeys: string[] | undefined;
7695
+ }