@aws-sdk/client-config-service 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +797 -797
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +645 -0
- package/dist-es/models/errors.js +673 -0
- package/dist-es/models/models_0.js +1 -1131
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +949 -0
- package/dist-types/models/errors.d.ts +849 -0
- package/dist-types/models/models_0.d.ts +1347 -1536
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +715 -0
- package/dist-types/ts3.4/models/errors.d.ts +485 -0
- package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -188
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1611
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -475
|
@@ -1,5 +1,43 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AggregateConformancePackComplianceSummaryGroupKey,
|
|
3
|
+
AggregatedSourceStatusType,
|
|
4
|
+
AggregatedSourceType,
|
|
5
|
+
AggregatorFilterType,
|
|
6
|
+
ChronologicalOrder,
|
|
7
|
+
ComplianceType,
|
|
8
|
+
ConfigRuleComplianceSummaryGroupKey,
|
|
9
|
+
ConfigRuleState,
|
|
10
|
+
ConfigurationItemStatus,
|
|
11
|
+
ConfigurationRecorderFilterName,
|
|
12
|
+
ConformancePackComplianceType,
|
|
13
|
+
ConformancePackState,
|
|
14
|
+
DeliveryStatus,
|
|
15
|
+
EvaluationMode,
|
|
16
|
+
EventSource,
|
|
17
|
+
MaximumExecutionFrequency,
|
|
18
|
+
MemberAccountRuleStatus,
|
|
19
|
+
MessageType,
|
|
20
|
+
OrganizationConfigRuleTriggerType,
|
|
21
|
+
OrganizationConfigRuleTriggerTypeNoSN,
|
|
22
|
+
OrganizationResourceDetailedStatus,
|
|
23
|
+
OrganizationResourceStatus,
|
|
24
|
+
OrganizationRuleStatus,
|
|
25
|
+
Owner,
|
|
26
|
+
RecorderStatus,
|
|
27
|
+
RecordingFrequency,
|
|
28
|
+
RecordingScope,
|
|
29
|
+
RecordingStrategyType,
|
|
30
|
+
RemediationExecutionState,
|
|
31
|
+
RemediationExecutionStepState,
|
|
32
|
+
RemediationTargetType,
|
|
33
|
+
ResourceConfigurationSchemaType,
|
|
34
|
+
ResourceCountGroupKey,
|
|
35
|
+
ResourceEvaluationStatus,
|
|
36
|
+
ResourceType,
|
|
37
|
+
ResourceValueType,
|
|
38
|
+
SortBy,
|
|
39
|
+
SortOrder,
|
|
40
|
+
} from "./enums";
|
|
3
41
|
export interface AccountAggregationSource {
|
|
4
42
|
AccountIds: string[] | undefined;
|
|
5
43
|
AllAwsRegions?: boolean | undefined;
|
|
@@ -9,14 +47,6 @@ export interface ComplianceContributorCount {
|
|
|
9
47
|
CappedCount?: number | undefined;
|
|
10
48
|
CapExceeded?: boolean | undefined;
|
|
11
49
|
}
|
|
12
|
-
export declare const ComplianceType: {
|
|
13
|
-
readonly Compliant: "COMPLIANT";
|
|
14
|
-
readonly Insufficient_Data: "INSUFFICIENT_DATA";
|
|
15
|
-
readonly Non_Compliant: "NON_COMPLIANT";
|
|
16
|
-
readonly Not_Applicable: "NOT_APPLICABLE";
|
|
17
|
-
};
|
|
18
|
-
export type ComplianceType =
|
|
19
|
-
(typeof ComplianceType)[keyof typeof ComplianceType];
|
|
20
50
|
export interface Compliance {
|
|
21
51
|
ComplianceType?: ComplianceType | undefined;
|
|
22
52
|
ComplianceContributorCount?: ComplianceContributorCount | undefined;
|
|
@@ -27,13 +57,6 @@ export interface AggregateComplianceByConfigRule {
|
|
|
27
57
|
AccountId?: string | undefined;
|
|
28
58
|
AwsRegion?: string | undefined;
|
|
29
59
|
}
|
|
30
|
-
export declare const ConformancePackComplianceType: {
|
|
31
|
-
readonly COMPLIANT: "COMPLIANT";
|
|
32
|
-
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
33
|
-
readonly NON_COMPLIANT: "NON_COMPLIANT";
|
|
34
|
-
};
|
|
35
|
-
export type ConformancePackComplianceType =
|
|
36
|
-
(typeof ConformancePackComplianceType)[keyof typeof ConformancePackComplianceType];
|
|
37
60
|
export interface AggregateConformancePackCompliance {
|
|
38
61
|
ComplianceType?: ConformancePackComplianceType | undefined;
|
|
39
62
|
CompliantRuleCount?: number | undefined;
|
|
@@ -73,25 +96,6 @@ export interface AggregateConformancePackComplianceSummaryFilters {
|
|
|
73
96
|
AccountId?: string | undefined;
|
|
74
97
|
AwsRegion?: string | undefined;
|
|
75
98
|
}
|
|
76
|
-
export declare const AggregateConformancePackComplianceSummaryGroupKey: {
|
|
77
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
78
|
-
readonly AWS_REGION: "AWS_REGION";
|
|
79
|
-
};
|
|
80
|
-
export type AggregateConformancePackComplianceSummaryGroupKey =
|
|
81
|
-
(typeof AggregateConformancePackComplianceSummaryGroupKey)[keyof typeof AggregateConformancePackComplianceSummaryGroupKey];
|
|
82
|
-
export declare const AggregatedSourceStatusType: {
|
|
83
|
-
readonly FAILED: "FAILED";
|
|
84
|
-
readonly OUTDATED: "OUTDATED";
|
|
85
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
86
|
-
};
|
|
87
|
-
export type AggregatedSourceStatusType =
|
|
88
|
-
(typeof AggregatedSourceStatusType)[keyof typeof AggregatedSourceStatusType];
|
|
89
|
-
export declare const AggregatedSourceType: {
|
|
90
|
-
readonly ACCOUNT: "ACCOUNT";
|
|
91
|
-
readonly ORGANIZATION: "ORGANIZATION";
|
|
92
|
-
};
|
|
93
|
-
export type AggregatedSourceType =
|
|
94
|
-
(typeof AggregatedSourceType)[keyof typeof AggregatedSourceType];
|
|
95
99
|
export interface AggregatedSourceStatus {
|
|
96
100
|
SourceId?: string | undefined;
|
|
97
101
|
SourceType?: AggregatedSourceType | undefined;
|
|
@@ -101,12 +105,6 @@ export interface AggregatedSourceStatus {
|
|
|
101
105
|
LastErrorCode?: string | undefined;
|
|
102
106
|
LastErrorMessage?: string | undefined;
|
|
103
107
|
}
|
|
104
|
-
export declare const EvaluationMode: {
|
|
105
|
-
readonly DETECTIVE: "DETECTIVE";
|
|
106
|
-
readonly PROACTIVE: "PROACTIVE";
|
|
107
|
-
};
|
|
108
|
-
export type EvaluationMode =
|
|
109
|
-
(typeof EvaluationMode)[keyof typeof EvaluationMode];
|
|
110
108
|
export interface EvaluationResultQualifier {
|
|
111
109
|
ConfigRuleName?: string | undefined;
|
|
112
110
|
ResourceType?: string | undefined;
|
|
@@ -127,451 +125,6 @@ export interface AggregateEvaluationResult {
|
|
|
127
125
|
AccountId?: string | undefined;
|
|
128
126
|
AwsRegion?: string | undefined;
|
|
129
127
|
}
|
|
130
|
-
export declare const ResourceType: {
|
|
131
|
-
readonly ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority";
|
|
132
|
-
readonly ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation";
|
|
133
|
-
readonly APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace";
|
|
134
|
-
readonly AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer";
|
|
135
|
-
readonly AccountPublicAccessBlock: "AWS::S3::AccountPublicAccessBlock";
|
|
136
|
-
readonly Alarm: "AWS::CloudWatch::Alarm";
|
|
137
|
-
readonly AmazonMQBroker: "AWS::AmazonMQ::Broker";
|
|
138
|
-
readonly AmplifyApp: "AWS::Amplify::App";
|
|
139
|
-
readonly AmplifyBranch: "AWS::Amplify::Branch";
|
|
140
|
-
readonly Api: "AWS::ApiGatewayV2::Api";
|
|
141
|
-
readonly AppConfigApplication: "AWS::AppConfig::Application";
|
|
142
|
-
readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
|
|
143
|
-
readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
|
|
144
|
-
readonly AppConfigEnvironment: "AWS::AppConfig::Environment";
|
|
145
|
-
readonly AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation";
|
|
146
|
-
readonly AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion";
|
|
147
|
-
readonly AppFlowFlow: "AWS::AppFlow::Flow";
|
|
148
|
-
readonly AppIntegrationsApplication: "AWS::AppIntegrations::Application";
|
|
149
|
-
readonly AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration";
|
|
150
|
-
readonly AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute";
|
|
151
|
-
readonly AppMeshMesh: "AWS::AppMesh::Mesh";
|
|
152
|
-
readonly AppMeshRoute: "AWS::AppMesh::Route";
|
|
153
|
-
readonly AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway";
|
|
154
|
-
readonly AppMeshVirtualNode: "AWS::AppMesh::VirtualNode";
|
|
155
|
-
readonly AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter";
|
|
156
|
-
readonly AppMeshVirtualService: "AWS::AppMesh::VirtualService";
|
|
157
|
-
readonly AppRunnerService: "AWS::AppRunner::Service";
|
|
158
|
-
readonly AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector";
|
|
159
|
-
readonly AppStreamApplication: "AWS::AppStream::Application";
|
|
160
|
-
readonly AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig";
|
|
161
|
-
readonly AppStreamFleet: "AWS::AppStream::Fleet";
|
|
162
|
-
readonly AppStreamStack: "AWS::AppStream::Stack";
|
|
163
|
-
readonly AppSyncApiCache: "AWS::AppSync::ApiCache";
|
|
164
|
-
readonly AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi";
|
|
165
|
-
readonly Application: "AWS::ElasticBeanstalk::Application";
|
|
166
|
-
readonly ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion";
|
|
167
|
-
readonly AssociationCompliance: "AWS::SSM::AssociationCompliance";
|
|
168
|
-
readonly AthenaDataCatalog: "AWS::Athena::DataCatalog";
|
|
169
|
-
readonly AthenaPreparedStatement: "AWS::Athena::PreparedStatement";
|
|
170
|
-
readonly AthenaWorkGroup: "AWS::Athena::WorkGroup";
|
|
171
|
-
readonly AuditManagerAssessment: "AWS::AuditManager::Assessment";
|
|
172
|
-
readonly AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup";
|
|
173
|
-
readonly AutoScalingWarmPool: "AWS::AutoScaling::WarmPool";
|
|
174
|
-
readonly BackupPlan: "AWS::Backup::BackupPlan";
|
|
175
|
-
readonly BackupRecoveryPoint: "AWS::Backup::RecoveryPoint";
|
|
176
|
-
readonly BackupReportPlan: "AWS::Backup::ReportPlan";
|
|
177
|
-
readonly BackupSelection: "AWS::Backup::BackupSelection";
|
|
178
|
-
readonly BackupVault: "AWS::Backup::BackupVault";
|
|
179
|
-
readonly BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment";
|
|
180
|
-
readonly BatchJobQueue: "AWS::Batch::JobQueue";
|
|
181
|
-
readonly BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy";
|
|
182
|
-
readonly BedrockGuardrail: "AWS::Bedrock::Guardrail";
|
|
183
|
-
readonly BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase";
|
|
184
|
-
readonly Bucket: "AWS::S3::Bucket";
|
|
185
|
-
readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
|
|
186
|
-
readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
|
|
187
|
-
readonly Certificate: "AWS::ACM::Certificate";
|
|
188
|
-
readonly Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2";
|
|
189
|
-
readonly CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct";
|
|
190
|
-
readonly CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct";
|
|
191
|
-
readonly CloudWatchMetricStream: "AWS::CloudWatch::MetricStream";
|
|
192
|
-
readonly Cluster: "AWS::Redshift::Cluster";
|
|
193
|
-
readonly ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup";
|
|
194
|
-
readonly ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup";
|
|
195
|
-
readonly ClusterSnapshot: "AWS::Redshift::ClusterSnapshot";
|
|
196
|
-
readonly ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup";
|
|
197
|
-
readonly CodeArtifactRepository: "AWS::CodeArtifact::Repository";
|
|
198
|
-
readonly CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup";
|
|
199
|
-
readonly CodeDeployApplication: "AWS::CodeDeploy::Application";
|
|
200
|
-
readonly CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig";
|
|
201
|
-
readonly CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup";
|
|
202
|
-
readonly CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup";
|
|
203
|
-
readonly CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation";
|
|
204
|
-
readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
|
|
205
|
-
readonly CognitoUserPool: "AWS::Cognito::UserPool";
|
|
206
|
-
readonly CognitoUserPoolClient: "AWS::Cognito::UserPoolClient";
|
|
207
|
-
readonly CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup";
|
|
208
|
-
readonly ConformancePackCompliance: "AWS::Config::ConformancePackCompliance";
|
|
209
|
-
readonly ConnectInstance: "AWS::Connect::Instance";
|
|
210
|
-
readonly ConnectPhoneNumber: "AWS::Connect::PhoneNumber";
|
|
211
|
-
readonly ConnectQuickConnect: "AWS::Connect::QuickConnect";
|
|
212
|
-
readonly ConnectRule: "AWS::Connect::Rule";
|
|
213
|
-
readonly ConnectUser: "AWS::Connect::User";
|
|
214
|
-
readonly CustomerGateway: "AWS::EC2::CustomerGateway";
|
|
215
|
-
readonly CustomerProfilesDomain: "AWS::CustomerProfiles::Domain";
|
|
216
|
-
readonly CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType";
|
|
217
|
-
readonly DBCluster: "AWS::RDS::DBCluster";
|
|
218
|
-
readonly DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot";
|
|
219
|
-
readonly DBInstance: "AWS::RDS::DBInstance";
|
|
220
|
-
readonly DBSecurityGroup: "AWS::RDS::DBSecurityGroup";
|
|
221
|
-
readonly DBSnapshot: "AWS::RDS::DBSnapshot";
|
|
222
|
-
readonly DBSubnetGroup: "AWS::RDS::DBSubnetGroup";
|
|
223
|
-
readonly DMSCertificate: "AWS::DMS::Certificate";
|
|
224
|
-
readonly DMSEndpoint: "AWS::DMS::Endpoint";
|
|
225
|
-
readonly DMSEventSubscription: "AWS::DMS::EventSubscription";
|
|
226
|
-
readonly DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup";
|
|
227
|
-
readonly DataSyncLocationEFS: "AWS::DataSync::LocationEFS";
|
|
228
|
-
readonly DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre";
|
|
229
|
-
readonly DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows";
|
|
230
|
-
readonly DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS";
|
|
231
|
-
readonly DataSyncLocationNFS: "AWS::DataSync::LocationNFS";
|
|
232
|
-
readonly DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage";
|
|
233
|
-
readonly DataSyncLocationS3: "AWS::DataSync::LocationS3";
|
|
234
|
-
readonly DataSyncLocationSMB: "AWS::DataSync::LocationSMB";
|
|
235
|
-
readonly DataSyncTask: "AWS::DataSync::Task";
|
|
236
|
-
readonly DetectiveGraph: "AWS::Detective::Graph";
|
|
237
|
-
readonly DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile";
|
|
238
|
-
readonly DeviceFarmProject: "AWS::DeviceFarm::Project";
|
|
239
|
-
readonly DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject";
|
|
240
|
-
readonly Distribution: "AWS::CloudFront::Distribution";
|
|
241
|
-
readonly Domain: "AWS::Elasticsearch::Domain";
|
|
242
|
-
readonly EC2CapacityReservation: "AWS::EC2::CapacityReservation";
|
|
243
|
-
readonly EC2CarrierGateway: "AWS::EC2::CarrierGateway";
|
|
244
|
-
readonly EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint";
|
|
245
|
-
readonly EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation";
|
|
246
|
-
readonly EC2DHCPOptions: "AWS::EC2::DHCPOptions";
|
|
247
|
-
readonly EC2EC2Fleet: "AWS::EC2::EC2Fleet";
|
|
248
|
-
readonly EC2EIPAssociation: "AWS::EC2::EIPAssociation";
|
|
249
|
-
readonly EC2IPAM: "AWS::EC2::IPAM";
|
|
250
|
-
readonly EC2IPAMPool: "AWS::EC2::IPAMPool";
|
|
251
|
-
readonly EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery";
|
|
252
|
-
readonly EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation";
|
|
253
|
-
readonly EC2IPAMScope: "AWS::EC2::IPAMScope";
|
|
254
|
-
readonly EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint";
|
|
255
|
-
readonly EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope";
|
|
256
|
-
readonly EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis";
|
|
257
|
-
readonly EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath";
|
|
258
|
-
readonly EC2PrefixList: "AWS::EC2::PrefixList";
|
|
259
|
-
readonly EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess";
|
|
260
|
-
readonly EC2SpotFleet: "AWS::EC2::SpotFleet";
|
|
261
|
-
readonly EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation";
|
|
262
|
-
readonly EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter";
|
|
263
|
-
readonly EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession";
|
|
264
|
-
readonly EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget";
|
|
265
|
-
readonly EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect";
|
|
266
|
-
readonly EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain";
|
|
267
|
-
readonly EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion";
|
|
268
|
-
readonly EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions";
|
|
269
|
-
readonly EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification";
|
|
270
|
-
readonly EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute";
|
|
271
|
-
readonly ECRPublicRepository: "AWS::ECR::PublicRepository";
|
|
272
|
-
readonly ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule";
|
|
273
|
-
readonly ECRRegistryPolicy: "AWS::ECR::RegistryPolicy";
|
|
274
|
-
readonly ECRRepository: "AWS::ECR::Repository";
|
|
275
|
-
readonly ECSCapacityProvider: "AWS::ECS::CapacityProvider";
|
|
276
|
-
readonly ECSCluster: "AWS::ECS::Cluster";
|
|
277
|
-
readonly ECSService: "AWS::ECS::Service";
|
|
278
|
-
readonly ECSTaskDefinition: "AWS::ECS::TaskDefinition";
|
|
279
|
-
readonly ECSTaskSet: "AWS::ECS::TaskSet";
|
|
280
|
-
readonly EFSAccessPoint: "AWS::EFS::AccessPoint";
|
|
281
|
-
readonly EFSFileSystem: "AWS::EFS::FileSystem";
|
|
282
|
-
readonly EIP: "AWS::EC2::EIP";
|
|
283
|
-
readonly EKSAddon: "AWS::EKS::Addon";
|
|
284
|
-
readonly EKSCluster: "AWS::EKS::Cluster";
|
|
285
|
-
readonly EKSFargateProfile: "AWS::EKS::FargateProfile";
|
|
286
|
-
readonly EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig";
|
|
287
|
-
readonly EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration";
|
|
288
|
-
readonly EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway";
|
|
289
|
-
readonly EncryptionConfig: "AWS::XRay::EncryptionConfig";
|
|
290
|
-
readonly Environment: "AWS::ElasticBeanstalk::Environment";
|
|
291
|
-
readonly EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer";
|
|
292
|
-
readonly EventSchemasRegistry: "AWS::EventSchemas::Registry";
|
|
293
|
-
readonly EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy";
|
|
294
|
-
readonly EventSchemasSchema: "AWS::EventSchemas::Schema";
|
|
295
|
-
readonly EventSubscription: "AWS::RDS::EventSubscription";
|
|
296
|
-
readonly EventsApiDestination: "AWS::Events::ApiDestination";
|
|
297
|
-
readonly EventsArchive: "AWS::Events::Archive";
|
|
298
|
-
readonly EventsConnection: "AWS::Events::Connection";
|
|
299
|
-
readonly EventsEndpoint: "AWS::Events::Endpoint";
|
|
300
|
-
readonly EventsEventBus: "AWS::Events::EventBus";
|
|
301
|
-
readonly EventsRule: "AWS::Events::Rule";
|
|
302
|
-
readonly EvidentlyLaunch: "AWS::Evidently::Launch";
|
|
303
|
-
readonly EvidentlyProject: "AWS::Evidently::Project";
|
|
304
|
-
readonly EvidentlySegment: "AWS::Evidently::Segment";
|
|
305
|
-
readonly FISExperimentTemplate: "AWS::FIS::ExperimentTemplate";
|
|
306
|
-
readonly FileData: "AWS::SSM::FileData";
|
|
307
|
-
readonly FlowLog: "AWS::EC2::FlowLog";
|
|
308
|
-
readonly ForecastDataset: "AWS::Forecast::Dataset";
|
|
309
|
-
readonly ForecastDatasetGroup: "AWS::Forecast::DatasetGroup";
|
|
310
|
-
readonly FraudDetectorEntityType: "AWS::FraudDetector::EntityType";
|
|
311
|
-
readonly FraudDetectorLabel: "AWS::FraudDetector::Label";
|
|
312
|
-
readonly FraudDetectorOutcome: "AWS::FraudDetector::Outcome";
|
|
313
|
-
readonly FraudDetectorVariable: "AWS::FraudDetector::Variable";
|
|
314
|
-
readonly Function: "AWS::Lambda::Function";
|
|
315
|
-
readonly GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator";
|
|
316
|
-
readonly GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup";
|
|
317
|
-
readonly GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener";
|
|
318
|
-
readonly GlueClassifier: "AWS::Glue::Classifier";
|
|
319
|
-
readonly GlueJob: "AWS::Glue::Job";
|
|
320
|
-
readonly GlueMLTransform: "AWS::Glue::MLTransform";
|
|
321
|
-
readonly GrafanaWorkspace: "AWS::Grafana::Workspace";
|
|
322
|
-
readonly GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion";
|
|
323
|
-
readonly GroundStationConfig: "AWS::GroundStation::Config";
|
|
324
|
-
readonly GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup";
|
|
325
|
-
readonly GroundStationMissionProfile: "AWS::GroundStation::MissionProfile";
|
|
326
|
-
readonly Group: "AWS::IAM::Group";
|
|
327
|
-
readonly GuardDutyDetector: "AWS::GuardDuty::Detector";
|
|
328
|
-
readonly GuardDutyFilter: "AWS::GuardDuty::Filter";
|
|
329
|
-
readonly GuardDutyIPSet: "AWS::GuardDuty::IPSet";
|
|
330
|
-
readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
|
|
331
|
-
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
|
332
|
-
readonly Host: "AWS::EC2::Host";
|
|
333
|
-
readonly IAMInstanceProfile: "AWS::IAM::InstanceProfile";
|
|
334
|
-
readonly IAMOIDCProvider: "AWS::IAM::OIDCProvider";
|
|
335
|
-
readonly IAMSAMLProvider: "AWS::IAM::SAMLProvider";
|
|
336
|
-
readonly IAMServerCertificate: "AWS::IAM::ServerCertificate";
|
|
337
|
-
readonly IPSetV2: "AWS::WAFv2::IPSet";
|
|
338
|
-
readonly IVSChannel: "AWS::IVS::Channel";
|
|
339
|
-
readonly IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair";
|
|
340
|
-
readonly IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration";
|
|
341
|
-
readonly ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe";
|
|
342
|
-
readonly ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration";
|
|
343
|
-
readonly ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline";
|
|
344
|
-
readonly ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe";
|
|
345
|
-
readonly ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration";
|
|
346
|
-
readonly InspectorV2Activation: "AWS::InspectorV2::Activation";
|
|
347
|
-
readonly InspectorV2Filter: "AWS::InspectorV2::Filter";
|
|
348
|
-
readonly Instance: "AWS::EC2::Instance";
|
|
349
|
-
readonly InternetGateway: "AWS::EC2::InternetGateway";
|
|
350
|
-
readonly IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration";
|
|
351
|
-
readonly IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel";
|
|
352
|
-
readonly IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset";
|
|
353
|
-
readonly IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore";
|
|
354
|
-
readonly IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline";
|
|
355
|
-
readonly IoTAuthorizer: "AWS::IoT::Authorizer";
|
|
356
|
-
readonly IoTCACertificate: "AWS::IoT::CACertificate";
|
|
357
|
-
readonly IoTCustomMetric: "AWS::IoT::CustomMetric";
|
|
358
|
-
readonly IoTDimension: "AWS::IoT::Dimension";
|
|
359
|
-
readonly IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel";
|
|
360
|
-
readonly IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel";
|
|
361
|
-
readonly IoTEventsInput: "AWS::IoTEvents::Input";
|
|
362
|
-
readonly IoTFleetMetric: "AWS::IoT::FleetMetric";
|
|
363
|
-
readonly IoTJobTemplate: "AWS::IoT::JobTemplate";
|
|
364
|
-
readonly IoTMitigationAction: "AWS::IoT::MitigationAction";
|
|
365
|
-
readonly IoTPolicy: "AWS::IoT::Policy";
|
|
366
|
-
readonly IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate";
|
|
367
|
-
readonly IoTRoleAlias: "AWS::IoT::RoleAlias";
|
|
368
|
-
readonly IoTScheduledAudit: "AWS::IoT::ScheduledAudit";
|
|
369
|
-
readonly IoTSecurityProfile: "AWS::IoT::SecurityProfile";
|
|
370
|
-
readonly IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel";
|
|
371
|
-
readonly IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard";
|
|
372
|
-
readonly IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway";
|
|
373
|
-
readonly IoTSiteWisePortal: "AWS::IoTSiteWise::Portal";
|
|
374
|
-
readonly IoTSiteWiseProject: "AWS::IoTSiteWise::Project";
|
|
375
|
-
readonly IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType";
|
|
376
|
-
readonly IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity";
|
|
377
|
-
readonly IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene";
|
|
378
|
-
readonly IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob";
|
|
379
|
-
readonly IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace";
|
|
380
|
-
readonly IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask";
|
|
381
|
-
readonly IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup";
|
|
382
|
-
readonly IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile";
|
|
383
|
-
readonly KMSAlias: "AWS::KMS::Alias";
|
|
384
|
-
readonly KafkaConnectConnector: "AWS::KafkaConnect::Connector";
|
|
385
|
-
readonly KendraIndex: "AWS::Kendra::Index";
|
|
386
|
-
readonly Key: "AWS::KMS::Key";
|
|
387
|
-
readonly KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application";
|
|
388
|
-
readonly KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream";
|
|
389
|
-
readonly KinesisStream: "AWS::Kinesis::Stream";
|
|
390
|
-
readonly KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer";
|
|
391
|
-
readonly KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel";
|
|
392
|
-
readonly KinesisVideoStream: "AWS::KinesisVideo::Stream";
|
|
393
|
-
readonly LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig";
|
|
394
|
-
readonly LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration";
|
|
395
|
-
readonly LaunchTemplate: "AWS::EC2::LaunchTemplate";
|
|
396
|
-
readonly LexBot: "AWS::Lex::Bot";
|
|
397
|
-
readonly LexBotAlias: "AWS::Lex::BotAlias";
|
|
398
|
-
readonly LightsailBucket: "AWS::Lightsail::Bucket";
|
|
399
|
-
readonly LightsailCertificate: "AWS::Lightsail::Certificate";
|
|
400
|
-
readonly LightsailDisk: "AWS::Lightsail::Disk";
|
|
401
|
-
readonly LightsailStaticIp: "AWS::Lightsail::StaticIp";
|
|
402
|
-
readonly ListenerV2: "AWS::ElasticLoadBalancingV2::Listener";
|
|
403
|
-
readonly LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer";
|
|
404
|
-
readonly LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
|
405
|
-
readonly LogsDestination: "AWS::Logs::Destination";
|
|
406
|
-
readonly LookoutMetricsAlert: "AWS::LookoutMetrics::Alert";
|
|
407
|
-
readonly LookoutVisionProject: "AWS::LookoutVision::Project";
|
|
408
|
-
readonly M2Environment: "AWS::M2::Environment";
|
|
409
|
-
readonly MSKBatchScramSecret: "AWS::MSK::BatchScramSecret";
|
|
410
|
-
readonly MSKCluster: "AWS::MSK::Cluster";
|
|
411
|
-
readonly MSKClusterPolicy: "AWS::MSK::ClusterPolicy";
|
|
412
|
-
readonly MSKConfiguration: "AWS::MSK::Configuration";
|
|
413
|
-
readonly MSKVpcConnection: "AWS::MSK::VpcConnection";
|
|
414
|
-
readonly ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory";
|
|
415
|
-
readonly ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet";
|
|
416
|
-
readonly MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement";
|
|
417
|
-
readonly MediaConnectFlowSource: "AWS::MediaConnect::FlowSource";
|
|
418
|
-
readonly MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface";
|
|
419
|
-
readonly MediaConnectGateway: "AWS::MediaConnect::Gateway";
|
|
420
|
-
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
|
421
|
-
readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
|
|
422
|
-
readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
|
|
423
|
-
readonly MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup";
|
|
424
|
-
readonly NatGateway: "AWS::EC2::NatGateway";
|
|
425
|
-
readonly NetworkAcl: "AWS::EC2::NetworkAcl";
|
|
426
|
-
readonly NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall";
|
|
427
|
-
readonly NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy";
|
|
428
|
-
readonly NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup";
|
|
429
|
-
readonly NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis";
|
|
430
|
-
readonly NetworkInterface: "AWS::EC2::NetworkInterface";
|
|
431
|
-
readonly NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer";
|
|
432
|
-
readonly NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation";
|
|
433
|
-
readonly NetworkManagerDevice: "AWS::NetworkManager::Device";
|
|
434
|
-
readonly NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork";
|
|
435
|
-
readonly NetworkManagerLink: "AWS::NetworkManager::Link";
|
|
436
|
-
readonly NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation";
|
|
437
|
-
readonly NetworkManagerSite: "AWS::NetworkManager::Site";
|
|
438
|
-
readonly NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration";
|
|
439
|
-
readonly OpenSearchDomain: "AWS::OpenSearch::Domain";
|
|
440
|
-
readonly OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection";
|
|
441
|
-
readonly OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint";
|
|
442
|
-
readonly PanoramaPackage: "AWS::Panorama::Package";
|
|
443
|
-
readonly PatchCompliance: "AWS::SSM::PatchCompliance";
|
|
444
|
-
readonly PersonalizeDataset: "AWS::Personalize::Dataset";
|
|
445
|
-
readonly PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup";
|
|
446
|
-
readonly PersonalizeSchema: "AWS::Personalize::Schema";
|
|
447
|
-
readonly PersonalizeSolution: "AWS::Personalize::Solution";
|
|
448
|
-
readonly PinpointApp: "AWS::Pinpoint::App";
|
|
449
|
-
readonly PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings";
|
|
450
|
-
readonly PinpointCampaign: "AWS::Pinpoint::Campaign";
|
|
451
|
-
readonly PinpointEmailChannel: "AWS::Pinpoint::EmailChannel";
|
|
452
|
-
readonly PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate";
|
|
453
|
-
readonly PinpointEventStream: "AWS::Pinpoint::EventStream";
|
|
454
|
-
readonly PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate";
|
|
455
|
-
readonly PinpointSegment: "AWS::Pinpoint::Segment";
|
|
456
|
-
readonly Pipeline: "AWS::CodePipeline::Pipeline";
|
|
457
|
-
readonly Policy: "AWS::IAM::Policy";
|
|
458
|
-
readonly Portfolio: "AWS::ServiceCatalog::Portfolio";
|
|
459
|
-
readonly Project: "AWS::CodeBuild::Project";
|
|
460
|
-
readonly Protection: "AWS::Shield::Protection";
|
|
461
|
-
readonly QLDBLedger: "AWS::QLDB::Ledger";
|
|
462
|
-
readonly Queue: "AWS::SQS::Queue";
|
|
463
|
-
readonly QuickSightDataSource: "AWS::QuickSight::DataSource";
|
|
464
|
-
readonly QuickSightTemplate: "AWS::QuickSight::Template";
|
|
465
|
-
readonly QuickSightTheme: "AWS::QuickSight::Theme";
|
|
466
|
-
readonly RDSGlobalCluster: "AWS::RDS::GlobalCluster";
|
|
467
|
-
readonly RDSOptionGroup: "AWS::RDS::OptionGroup";
|
|
468
|
-
readonly RUMAppMonitor: "AWS::RUM::AppMonitor";
|
|
469
|
-
readonly RateBasedRule: "AWS::WAF::RateBasedRule";
|
|
470
|
-
readonly RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess";
|
|
471
|
-
readonly RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization";
|
|
472
|
-
readonly RedshiftEventSubscription: "AWS::Redshift::EventSubscription";
|
|
473
|
-
readonly RedshiftScheduledAction: "AWS::Redshift::ScheduledAction";
|
|
474
|
-
readonly RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet";
|
|
475
|
-
readonly RegionalProtection: "AWS::ShieldRegional::Protection";
|
|
476
|
-
readonly RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule";
|
|
477
|
-
readonly RegionalRule: "AWS::WAFRegional::Rule";
|
|
478
|
-
readonly RegionalRuleGroup: "AWS::WAFRegional::RuleGroup";
|
|
479
|
-
readonly RegionalWebACL: "AWS::WAFRegional::WebACL";
|
|
480
|
-
readonly RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance";
|
|
481
|
-
readonly ResilienceHubApp: "AWS::ResilienceHub::App";
|
|
482
|
-
readonly ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy";
|
|
483
|
-
readonly ResourceCompliance: "AWS::Config::ResourceCompliance";
|
|
484
|
-
readonly ResourceExplorer2Index: "AWS::ResourceExplorer2::Index";
|
|
485
|
-
readonly RestApi: "AWS::ApiGateway::RestApi";
|
|
486
|
-
readonly RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication";
|
|
487
|
-
readonly RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion";
|
|
488
|
-
readonly RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication";
|
|
489
|
-
readonly Role: "AWS::IAM::Role";
|
|
490
|
-
readonly Route53HostedZone: "AWS::Route53::HostedZone";
|
|
491
|
-
readonly Route53ProfilesProfile: "AWS::Route53Profiles::Profile";
|
|
492
|
-
readonly Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster";
|
|
493
|
-
readonly Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel";
|
|
494
|
-
readonly Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl";
|
|
495
|
-
readonly Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule";
|
|
496
|
-
readonly Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell";
|
|
497
|
-
readonly Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck";
|
|
498
|
-
readonly Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup";
|
|
499
|
-
readonly Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet";
|
|
500
|
-
readonly Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList";
|
|
501
|
-
readonly Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup";
|
|
502
|
-
readonly Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation";
|
|
503
|
-
readonly Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint";
|
|
504
|
-
readonly Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig";
|
|
505
|
-
readonly Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation";
|
|
506
|
-
readonly Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule";
|
|
507
|
-
readonly Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation";
|
|
508
|
-
readonly RouteTable: "AWS::EC2::RouteTable";
|
|
509
|
-
readonly Rule: "AWS::WAF::Rule";
|
|
510
|
-
readonly RuleGroup: "AWS::WAF::RuleGroup";
|
|
511
|
-
readonly RuleGroupV2: "AWS::WAFv2::RuleGroup";
|
|
512
|
-
readonly S3AccessPoint: "AWS::S3::AccessPoint";
|
|
513
|
-
readonly S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy";
|
|
514
|
-
readonly S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket";
|
|
515
|
-
readonly S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint";
|
|
516
|
-
readonly S3StorageLens: "AWS::S3::StorageLens";
|
|
517
|
-
readonly S3StorageLensGroup: "AWS::S3::StorageLensGroup";
|
|
518
|
-
readonly SESConfigurationSet: "AWS::SES::ConfigurationSet";
|
|
519
|
-
readonly SESContactList: "AWS::SES::ContactList";
|
|
520
|
-
readonly SESReceiptFilter: "AWS::SES::ReceiptFilter";
|
|
521
|
-
readonly SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet";
|
|
522
|
-
readonly SESTemplate: "AWS::SES::Template";
|
|
523
|
-
readonly SSMDocument: "AWS::SSM::Document";
|
|
524
|
-
readonly SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig";
|
|
525
|
-
readonly SageMakerCodeRepository: "AWS::SageMaker::CodeRepository";
|
|
526
|
-
readonly SageMakerDomain: "AWS::SageMaker::Domain";
|
|
527
|
-
readonly SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup";
|
|
528
|
-
readonly SageMakerImage: "AWS::SageMaker::Image";
|
|
529
|
-
readonly SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment";
|
|
530
|
-
readonly SageMakerModel: "AWS::SageMaker::Model";
|
|
531
|
-
readonly SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig";
|
|
532
|
-
readonly SageMakerWorkteam: "AWS::SageMaker::Workteam";
|
|
533
|
-
readonly ScalingPolicy: "AWS::AutoScaling::ScalingPolicy";
|
|
534
|
-
readonly ScheduledAction: "AWS::AutoScaling::ScheduledAction";
|
|
535
|
-
readonly Secret: "AWS::SecretsManager::Secret";
|
|
536
|
-
readonly SecurityGroup: "AWS::EC2::SecurityGroup";
|
|
537
|
-
readonly SecurityHubStandard: "AWS::SecurityHub::Standard";
|
|
538
|
-
readonly ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace";
|
|
539
|
-
readonly ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance";
|
|
540
|
-
readonly ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace";
|
|
541
|
-
readonly ServiceDiscoveryService: "AWS::ServiceDiscovery::Service";
|
|
542
|
-
readonly SignerSigningProfile: "AWS::Signer::SigningProfile";
|
|
543
|
-
readonly Stack: "AWS::CloudFormation::Stack";
|
|
544
|
-
readonly Stage: "AWS::ApiGateway::Stage";
|
|
545
|
-
readonly StageV2: "AWS::ApiGatewayV2::Stage";
|
|
546
|
-
readonly StepFunctionsActivity: "AWS::StepFunctions::Activity";
|
|
547
|
-
readonly StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine";
|
|
548
|
-
readonly StreamingDistribution: "AWS::CloudFront::StreamingDistribution";
|
|
549
|
-
readonly Subnet: "AWS::EC2::Subnet";
|
|
550
|
-
readonly Table: "AWS::DynamoDB::Table";
|
|
551
|
-
readonly Topic: "AWS::SNS::Topic";
|
|
552
|
-
readonly Trail: "AWS::CloudTrail::Trail";
|
|
553
|
-
readonly TransferAgreement: "AWS::Transfer::Agreement";
|
|
554
|
-
readonly TransferCertificate: "AWS::Transfer::Certificate";
|
|
555
|
-
readonly TransferConnector: "AWS::Transfer::Connector";
|
|
556
|
-
readonly TransferProfile: "AWS::Transfer::Profile";
|
|
557
|
-
readonly TransferWorkflow: "AWS::Transfer::Workflow";
|
|
558
|
-
readonly TransitGateway: "AWS::EC2::TransitGateway";
|
|
559
|
-
readonly TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment";
|
|
560
|
-
readonly TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable";
|
|
561
|
-
readonly User: "AWS::IAM::User";
|
|
562
|
-
readonly VPC: "AWS::EC2::VPC";
|
|
563
|
-
readonly VPCEndpoint: "AWS::EC2::VPCEndpoint";
|
|
564
|
-
readonly VPCEndpointService: "AWS::EC2::VPCEndpointService";
|
|
565
|
-
readonly VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection";
|
|
566
|
-
readonly VPNConnection: "AWS::EC2::VPNConnection";
|
|
567
|
-
readonly VPNGateway: "AWS::EC2::VPNGateway";
|
|
568
|
-
readonly Volume: "AWS::EC2::Volume";
|
|
569
|
-
readonly WebACL: "AWS::WAF::WebACL";
|
|
570
|
-
readonly WebACLV2: "AWS::WAFv2::WebACL";
|
|
571
|
-
readonly WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias";
|
|
572
|
-
readonly WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace";
|
|
573
|
-
};
|
|
574
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
575
128
|
export interface AggregateResourceIdentifier {
|
|
576
129
|
SourceAccountId: string | undefined;
|
|
577
130
|
SourceRegion: string | undefined;
|
|
@@ -585,11 +138,6 @@ export interface AggregationAuthorization {
|
|
|
585
138
|
AuthorizedAwsRegion?: string | undefined;
|
|
586
139
|
CreationTime?: Date | undefined;
|
|
587
140
|
}
|
|
588
|
-
export declare const AggregatorFilterType: {
|
|
589
|
-
readonly INCLUDE: "INCLUDE";
|
|
590
|
-
};
|
|
591
|
-
export type AggregatorFilterType =
|
|
592
|
-
(typeof AggregatorFilterType)[keyof typeof AggregatorFilterType];
|
|
593
141
|
export interface AggregatorFilterResourceType {
|
|
594
142
|
Type?: AggregatorFilterType | undefined;
|
|
595
143
|
Value?: string[] | undefined;
|
|
@@ -609,13 +157,6 @@ export interface AssociateResourceTypesRequest {
|
|
|
609
157
|
export interface ExclusionByResourceTypes {
|
|
610
158
|
resourceTypes?: ResourceType[] | undefined;
|
|
611
159
|
}
|
|
612
|
-
export declare const RecordingStrategyType: {
|
|
613
|
-
readonly ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES";
|
|
614
|
-
readonly EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES";
|
|
615
|
-
readonly INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES";
|
|
616
|
-
};
|
|
617
|
-
export type RecordingStrategyType =
|
|
618
|
-
(typeof RecordingStrategyType)[keyof typeof RecordingStrategyType];
|
|
619
160
|
export interface RecordingStrategy {
|
|
620
161
|
useOnly?: RecordingStrategyType | undefined;
|
|
621
162
|
}
|
|
@@ -626,12 +167,6 @@ export interface RecordingGroup {
|
|
|
626
167
|
exclusionByResourceTypes?: ExclusionByResourceTypes | undefined;
|
|
627
168
|
recordingStrategy?: RecordingStrategy | undefined;
|
|
628
169
|
}
|
|
629
|
-
export declare const RecordingFrequency: {
|
|
630
|
-
readonly CONTINUOUS: "CONTINUOUS";
|
|
631
|
-
readonly DAILY: "DAILY";
|
|
632
|
-
};
|
|
633
|
-
export type RecordingFrequency =
|
|
634
|
-
(typeof RecordingFrequency)[keyof typeof RecordingFrequency];
|
|
635
170
|
export interface RecordingModeOverride {
|
|
636
171
|
description?: string | undefined;
|
|
637
172
|
resourceTypes: ResourceType[] | undefined;
|
|
@@ -641,12 +176,6 @@ export interface RecordingMode {
|
|
|
641
176
|
recordingFrequency: RecordingFrequency | undefined;
|
|
642
177
|
recordingModeOverrides?: RecordingModeOverride[] | undefined;
|
|
643
178
|
}
|
|
644
|
-
export declare const RecordingScope: {
|
|
645
|
-
readonly INTERNAL: "INTERNAL";
|
|
646
|
-
readonly PAID: "PAID";
|
|
647
|
-
};
|
|
648
|
-
export type RecordingScope =
|
|
649
|
-
(typeof RecordingScope)[keyof typeof RecordingScope];
|
|
650
179
|
export interface ConfigurationRecorder {
|
|
651
180
|
arn?: string | undefined;
|
|
652
181
|
name?: string | undefined;
|
|
@@ -659,37 +188,6 @@ export interface ConfigurationRecorder {
|
|
|
659
188
|
export interface AssociateResourceTypesResponse {
|
|
660
189
|
ConfigurationRecorder: ConfigurationRecorder | undefined;
|
|
661
190
|
}
|
|
662
|
-
export declare class ConflictException extends __BaseException {
|
|
663
|
-
readonly name: "ConflictException";
|
|
664
|
-
readonly $fault: "client";
|
|
665
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
666
|
-
}
|
|
667
|
-
export declare class NoSuchConfigurationRecorderException extends __BaseException {
|
|
668
|
-
readonly name: "NoSuchConfigurationRecorderException";
|
|
669
|
-
readonly $fault: "client";
|
|
670
|
-
constructor(
|
|
671
|
-
opts: __ExceptionOptionType<
|
|
672
|
-
NoSuchConfigurationRecorderException,
|
|
673
|
-
__BaseException
|
|
674
|
-
>
|
|
675
|
-
);
|
|
676
|
-
}
|
|
677
|
-
export declare class ValidationException extends __BaseException {
|
|
678
|
-
readonly name: "ValidationException";
|
|
679
|
-
readonly $fault: "client";
|
|
680
|
-
constructor(
|
|
681
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
682
|
-
);
|
|
683
|
-
}
|
|
684
|
-
export declare const ConfigurationItemStatus: {
|
|
685
|
-
readonly OK: "OK";
|
|
686
|
-
readonly ResourceDeleted: "ResourceDeleted";
|
|
687
|
-
readonly ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded";
|
|
688
|
-
readonly ResourceDiscovered: "ResourceDiscovered";
|
|
689
|
-
readonly ResourceNotRecorded: "ResourceNotRecorded";
|
|
690
|
-
};
|
|
691
|
-
export type ConfigurationItemStatus =
|
|
692
|
-
(typeof ConfigurationItemStatus)[keyof typeof ConfigurationItemStatus];
|
|
693
191
|
export interface BaseConfigurationItem {
|
|
694
192
|
version?: string | undefined;
|
|
695
193
|
accountId?: string | undefined;
|
|
@@ -716,16 +214,6 @@ export interface BatchGetAggregateResourceConfigResponse {
|
|
|
716
214
|
BaseConfigurationItems?: BaseConfigurationItem[] | undefined;
|
|
717
215
|
UnprocessedResourceIdentifiers?: AggregateResourceIdentifier[] | undefined;
|
|
718
216
|
}
|
|
719
|
-
export declare class NoSuchConfigurationAggregatorException extends __BaseException {
|
|
720
|
-
readonly name: "NoSuchConfigurationAggregatorException";
|
|
721
|
-
readonly $fault: "client";
|
|
722
|
-
constructor(
|
|
723
|
-
opts: __ExceptionOptionType<
|
|
724
|
-
NoSuchConfigurationAggregatorException,
|
|
725
|
-
__BaseException
|
|
726
|
-
>
|
|
727
|
-
);
|
|
728
|
-
}
|
|
729
217
|
export interface ResourceKey {
|
|
730
218
|
resourceType: ResourceType | undefined;
|
|
731
219
|
resourceId: string | undefined;
|
|
@@ -737,22 +225,6 @@ export interface BatchGetResourceConfigResponse {
|
|
|
737
225
|
baseConfigurationItems?: BaseConfigurationItem[] | undefined;
|
|
738
226
|
unprocessedResourceKeys?: ResourceKey[] | undefined;
|
|
739
227
|
}
|
|
740
|
-
export declare class NoAvailableConfigurationRecorderException extends __BaseException {
|
|
741
|
-
readonly name: "NoAvailableConfigurationRecorderException";
|
|
742
|
-
readonly $fault: "client";
|
|
743
|
-
constructor(
|
|
744
|
-
opts: __ExceptionOptionType<
|
|
745
|
-
NoAvailableConfigurationRecorderException,
|
|
746
|
-
__BaseException
|
|
747
|
-
>
|
|
748
|
-
);
|
|
749
|
-
}
|
|
750
|
-
export declare const ChronologicalOrder: {
|
|
751
|
-
readonly Forward: "Forward";
|
|
752
|
-
readonly Reverse: "Reverse";
|
|
753
|
-
};
|
|
754
|
-
export type ChronologicalOrder =
|
|
755
|
-
(typeof ChronologicalOrder)[keyof typeof ChronologicalOrder];
|
|
756
228
|
export interface ComplianceByConfigRule {
|
|
757
229
|
ConfigRuleName?: string | undefined;
|
|
758
230
|
Compliance?: Compliance | undefined;
|
|
@@ -766,13 +238,6 @@ export interface ComplianceSummaryByResourceType {
|
|
|
766
238
|
ResourceType?: string | undefined;
|
|
767
239
|
ComplianceSummary?: ComplianceSummary | undefined;
|
|
768
240
|
}
|
|
769
|
-
export declare const DeliveryStatus: {
|
|
770
|
-
readonly Failure: "Failure";
|
|
771
|
-
readonly Not_Applicable: "Not_Applicable";
|
|
772
|
-
readonly Success: "Success";
|
|
773
|
-
};
|
|
774
|
-
export type DeliveryStatus =
|
|
775
|
-
(typeof DeliveryStatus)[keyof typeof DeliveryStatus];
|
|
776
241
|
export interface ConfigExportDeliveryInfo {
|
|
777
242
|
lastStatus?: DeliveryStatus | undefined;
|
|
778
243
|
lastErrorCode?: string | undefined;
|
|
@@ -781,26 +246,9 @@ export interface ConfigExportDeliveryInfo {
|
|
|
781
246
|
lastSuccessfulTime?: Date | undefined;
|
|
782
247
|
nextDeliveryTime?: Date | undefined;
|
|
783
248
|
}
|
|
784
|
-
export declare const ConfigRuleState: {
|
|
785
|
-
readonly ACTIVE: "ACTIVE";
|
|
786
|
-
readonly DELETING: "DELETING";
|
|
787
|
-
readonly DELETING_RESULTS: "DELETING_RESULTS";
|
|
788
|
-
readonly EVALUATING: "EVALUATING";
|
|
789
|
-
};
|
|
790
|
-
export type ConfigRuleState =
|
|
791
|
-
(typeof ConfigRuleState)[keyof typeof ConfigRuleState];
|
|
792
249
|
export interface EvaluationModeConfiguration {
|
|
793
250
|
Mode?: EvaluationMode | undefined;
|
|
794
251
|
}
|
|
795
|
-
export declare const MaximumExecutionFrequency: {
|
|
796
|
-
readonly One_Hour: "One_Hour";
|
|
797
|
-
readonly Six_Hours: "Six_Hours";
|
|
798
|
-
readonly Three_Hours: "Three_Hours";
|
|
799
|
-
readonly Twelve_Hours: "Twelve_Hours";
|
|
800
|
-
readonly TwentyFour_Hours: "TwentyFour_Hours";
|
|
801
|
-
};
|
|
802
|
-
export type MaximumExecutionFrequency =
|
|
803
|
-
(typeof MaximumExecutionFrequency)[keyof typeof MaximumExecutionFrequency];
|
|
804
252
|
export interface Scope {
|
|
805
253
|
ComplianceResourceTypes?: string[] | undefined;
|
|
806
254
|
TagKey?: string | undefined;
|
|
@@ -812,23 +260,6 @@ export interface CustomPolicyDetails {
|
|
|
812
260
|
PolicyText: string | undefined;
|
|
813
261
|
EnableDebugLogDelivery?: boolean | undefined;
|
|
814
262
|
}
|
|
815
|
-
export declare const Owner: {
|
|
816
|
-
readonly Aws: "AWS";
|
|
817
|
-
readonly Custom_Lambda: "CUSTOM_LAMBDA";
|
|
818
|
-
readonly Custom_Policy: "CUSTOM_POLICY";
|
|
819
|
-
};
|
|
820
|
-
export type Owner = (typeof Owner)[keyof typeof Owner];
|
|
821
|
-
export declare const EventSource: {
|
|
822
|
-
readonly Aws_Config: "aws.config";
|
|
823
|
-
};
|
|
824
|
-
export type EventSource = (typeof EventSource)[keyof typeof EventSource];
|
|
825
|
-
export declare const MessageType: {
|
|
826
|
-
readonly ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification";
|
|
827
|
-
readonly ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted";
|
|
828
|
-
readonly OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification";
|
|
829
|
-
readonly ScheduledNotification: "ScheduledNotification";
|
|
830
|
-
};
|
|
831
|
-
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
832
263
|
export interface SourceDetail {
|
|
833
264
|
EventSource?: EventSource | undefined;
|
|
834
265
|
MessageType?: MessageType | undefined;
|
|
@@ -863,12 +294,6 @@ export interface ConfigRuleComplianceSummaryFilters {
|
|
|
863
294
|
AccountId?: string | undefined;
|
|
864
295
|
AwsRegion?: string | undefined;
|
|
865
296
|
}
|
|
866
|
-
export declare const ConfigRuleComplianceSummaryGroupKey: {
|
|
867
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
868
|
-
readonly AWS_REGION: "AWS_REGION";
|
|
869
|
-
};
|
|
870
|
-
export type ConfigRuleComplianceSummaryGroupKey =
|
|
871
|
-
(typeof ConfigRuleComplianceSummaryGroupKey)[keyof typeof ConfigRuleComplianceSummaryGroupKey];
|
|
872
297
|
export interface ConfigRuleEvaluationStatus {
|
|
873
298
|
ConfigRuleName?: string | undefined;
|
|
874
299
|
ConfigRuleArn?: string | undefined;
|
|
@@ -938,23 +363,10 @@ export interface ConfigurationItem {
|
|
|
938
363
|
recordingFrequency?: RecordingFrequency | undefined;
|
|
939
364
|
configurationItemDeliveryTime?: Date | undefined;
|
|
940
365
|
}
|
|
941
|
-
export declare const ConfigurationRecorderFilterName: {
|
|
942
|
-
readonly RecordingScope: "recordingScope";
|
|
943
|
-
};
|
|
944
|
-
export type ConfigurationRecorderFilterName =
|
|
945
|
-
(typeof ConfigurationRecorderFilterName)[keyof typeof ConfigurationRecorderFilterName];
|
|
946
366
|
export interface ConfigurationRecorderFilter {
|
|
947
367
|
filterName?: ConfigurationRecorderFilterName | undefined;
|
|
948
368
|
filterValue?: string[] | undefined;
|
|
949
369
|
}
|
|
950
|
-
export declare const RecorderStatus: {
|
|
951
|
-
readonly Failure: "Failure";
|
|
952
|
-
readonly NotApplicable: "NotApplicable";
|
|
953
|
-
readonly Pending: "Pending";
|
|
954
|
-
readonly Success: "Success";
|
|
955
|
-
};
|
|
956
|
-
export type RecorderStatus =
|
|
957
|
-
(typeof RecorderStatus)[keyof typeof RecorderStatus];
|
|
958
370
|
export interface ConfigurationRecorderStatus {
|
|
959
371
|
arn?: string | undefined;
|
|
960
372
|
name?: string | undefined;
|
|
@@ -1026,15 +438,6 @@ export interface ConformancePackRuleCompliance {
|
|
|
1026
438
|
ComplianceType?: ConformancePackComplianceType | undefined;
|
|
1027
439
|
Controls?: string[] | undefined;
|
|
1028
440
|
}
|
|
1029
|
-
export declare const ConformancePackState: {
|
|
1030
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
1031
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1032
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1033
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1034
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1035
|
-
};
|
|
1036
|
-
export type ConformancePackState =
|
|
1037
|
-
(typeof ConformancePackState)[keyof typeof ConformancePackState];
|
|
1038
441
|
export interface ConformancePackStatusDetail {
|
|
1039
442
|
ConformancePackName: string | undefined;
|
|
1040
443
|
ConformancePackId: string | undefined;
|
|
@@ -1045,87 +448,25 @@ export interface ConformancePackStatusDetail {
|
|
|
1045
448
|
LastUpdateRequestedTime: Date | undefined;
|
|
1046
449
|
LastUpdateCompletedTime?: Date | undefined;
|
|
1047
450
|
}
|
|
1048
|
-
export declare class ConformancePackTemplateValidationException extends __BaseException {
|
|
1049
|
-
readonly name: "ConformancePackTemplateValidationException";
|
|
1050
|
-
readonly $fault: "client";
|
|
1051
|
-
constructor(
|
|
1052
|
-
opts: __ExceptionOptionType<
|
|
1053
|
-
ConformancePackTemplateValidationException,
|
|
1054
|
-
__BaseException
|
|
1055
|
-
>
|
|
1056
|
-
);
|
|
1057
|
-
}
|
|
1058
451
|
export interface DeleteAggregationAuthorizationRequest {
|
|
1059
452
|
AuthorizedAccountId: string | undefined;
|
|
1060
453
|
AuthorizedAwsRegion: string | undefined;
|
|
1061
454
|
}
|
|
1062
|
-
export declare class InvalidParameterValueException extends __BaseException {
|
|
1063
|
-
readonly name: "InvalidParameterValueException";
|
|
1064
|
-
readonly $fault: "client";
|
|
1065
|
-
constructor(
|
|
1066
|
-
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
1067
|
-
);
|
|
1068
|
-
}
|
|
1069
455
|
export interface DeleteConfigRuleRequest {
|
|
1070
456
|
ConfigRuleName: string | undefined;
|
|
1071
457
|
}
|
|
1072
|
-
export declare class NoSuchConfigRuleException extends __BaseException {
|
|
1073
|
-
readonly name: "NoSuchConfigRuleException";
|
|
1074
|
-
readonly $fault: "client";
|
|
1075
|
-
constructor(
|
|
1076
|
-
opts: __ExceptionOptionType<NoSuchConfigRuleException, __BaseException>
|
|
1077
|
-
);
|
|
1078
|
-
}
|
|
1079
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
1080
|
-
readonly name: "ResourceInUseException";
|
|
1081
|
-
readonly $fault: "client";
|
|
1082
|
-
constructor(
|
|
1083
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
1084
|
-
);
|
|
1085
|
-
}
|
|
1086
458
|
export interface DeleteConfigurationAggregatorRequest {
|
|
1087
459
|
ConfigurationAggregatorName: string | undefined;
|
|
1088
460
|
}
|
|
1089
461
|
export interface DeleteConfigurationRecorderRequest {
|
|
1090
462
|
ConfigurationRecorderName: string | undefined;
|
|
1091
463
|
}
|
|
1092
|
-
export declare class UnmodifiableEntityException extends __BaseException {
|
|
1093
|
-
readonly name: "UnmodifiableEntityException";
|
|
1094
|
-
readonly $fault: "client";
|
|
1095
|
-
constructor(
|
|
1096
|
-
opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
|
|
1097
|
-
);
|
|
1098
|
-
}
|
|
1099
464
|
export interface DeleteConformancePackRequest {
|
|
1100
465
|
ConformancePackName: string | undefined;
|
|
1101
466
|
}
|
|
1102
|
-
export declare class NoSuchConformancePackException extends __BaseException {
|
|
1103
|
-
readonly name: "NoSuchConformancePackException";
|
|
1104
|
-
readonly $fault: "client";
|
|
1105
|
-
constructor(
|
|
1106
|
-
opts: __ExceptionOptionType<NoSuchConformancePackException, __BaseException>
|
|
1107
|
-
);
|
|
1108
|
-
}
|
|
1109
467
|
export interface DeleteDeliveryChannelRequest {
|
|
1110
468
|
DeliveryChannelName: string | undefined;
|
|
1111
469
|
}
|
|
1112
|
-
export declare class LastDeliveryChannelDeleteFailedException extends __BaseException {
|
|
1113
|
-
readonly name: "LastDeliveryChannelDeleteFailedException";
|
|
1114
|
-
readonly $fault: "client";
|
|
1115
|
-
constructor(
|
|
1116
|
-
opts: __ExceptionOptionType<
|
|
1117
|
-
LastDeliveryChannelDeleteFailedException,
|
|
1118
|
-
__BaseException
|
|
1119
|
-
>
|
|
1120
|
-
);
|
|
1121
|
-
}
|
|
1122
|
-
export declare class NoSuchDeliveryChannelException extends __BaseException {
|
|
1123
|
-
readonly name: "NoSuchDeliveryChannelException";
|
|
1124
|
-
readonly $fault: "client";
|
|
1125
|
-
constructor(
|
|
1126
|
-
opts: __ExceptionOptionType<NoSuchDeliveryChannelException, __BaseException>
|
|
1127
|
-
);
|
|
1128
|
-
}
|
|
1129
470
|
export interface DeleteEvaluationResultsRequest {
|
|
1130
471
|
ConfigRuleName: string | undefined;
|
|
1131
472
|
}
|
|
@@ -1133,39 +474,9 @@ export interface DeleteEvaluationResultsResponse {}
|
|
|
1133
474
|
export interface DeleteOrganizationConfigRuleRequest {
|
|
1134
475
|
OrganizationConfigRuleName: string | undefined;
|
|
1135
476
|
}
|
|
1136
|
-
export declare class NoSuchOrganizationConfigRuleException extends __BaseException {
|
|
1137
|
-
readonly name: "NoSuchOrganizationConfigRuleException";
|
|
1138
|
-
readonly $fault: "client";
|
|
1139
|
-
constructor(
|
|
1140
|
-
opts: __ExceptionOptionType<
|
|
1141
|
-
NoSuchOrganizationConfigRuleException,
|
|
1142
|
-
__BaseException
|
|
1143
|
-
>
|
|
1144
|
-
);
|
|
1145
|
-
}
|
|
1146
|
-
export declare class OrganizationAccessDeniedException extends __BaseException {
|
|
1147
|
-
readonly name: "OrganizationAccessDeniedException";
|
|
1148
|
-
readonly $fault: "client";
|
|
1149
|
-
constructor(
|
|
1150
|
-
opts: __ExceptionOptionType<
|
|
1151
|
-
OrganizationAccessDeniedException,
|
|
1152
|
-
__BaseException
|
|
1153
|
-
>
|
|
1154
|
-
);
|
|
1155
|
-
}
|
|
1156
477
|
export interface DeleteOrganizationConformancePackRequest {
|
|
1157
478
|
OrganizationConformancePackName: string | undefined;
|
|
1158
479
|
}
|
|
1159
|
-
export declare class NoSuchOrganizationConformancePackException extends __BaseException {
|
|
1160
|
-
readonly name: "NoSuchOrganizationConformancePackException";
|
|
1161
|
-
readonly $fault: "client";
|
|
1162
|
-
constructor(
|
|
1163
|
-
opts: __ExceptionOptionType<
|
|
1164
|
-
NoSuchOrganizationConformancePackException,
|
|
1165
|
-
__BaseException
|
|
1166
|
-
>
|
|
1167
|
-
);
|
|
1168
|
-
}
|
|
1169
480
|
export interface DeletePendingAggregationRequestRequest {
|
|
1170
481
|
RequesterAccountId: string | undefined;
|
|
1171
482
|
RequesterAwsRegion: string | undefined;
|
|
@@ -1175,33 +486,6 @@ export interface DeleteRemediationConfigurationRequest {
|
|
|
1175
486
|
ResourceType?: string | undefined;
|
|
1176
487
|
}
|
|
1177
488
|
export interface DeleteRemediationConfigurationResponse {}
|
|
1178
|
-
export declare class InsufficientPermissionsException extends __BaseException {
|
|
1179
|
-
readonly name: "InsufficientPermissionsException";
|
|
1180
|
-
readonly $fault: "client";
|
|
1181
|
-
constructor(
|
|
1182
|
-
opts: __ExceptionOptionType<
|
|
1183
|
-
InsufficientPermissionsException,
|
|
1184
|
-
__BaseException
|
|
1185
|
-
>
|
|
1186
|
-
);
|
|
1187
|
-
}
|
|
1188
|
-
export declare class NoSuchRemediationConfigurationException extends __BaseException {
|
|
1189
|
-
readonly name: "NoSuchRemediationConfigurationException";
|
|
1190
|
-
readonly $fault: "client";
|
|
1191
|
-
constructor(
|
|
1192
|
-
opts: __ExceptionOptionType<
|
|
1193
|
-
NoSuchRemediationConfigurationException,
|
|
1194
|
-
__BaseException
|
|
1195
|
-
>
|
|
1196
|
-
);
|
|
1197
|
-
}
|
|
1198
|
-
export declare class RemediationInProgressException extends __BaseException {
|
|
1199
|
-
readonly name: "RemediationInProgressException";
|
|
1200
|
-
readonly $fault: "client";
|
|
1201
|
-
constructor(
|
|
1202
|
-
opts: __ExceptionOptionType<RemediationInProgressException, __BaseException>
|
|
1203
|
-
);
|
|
1204
|
-
}
|
|
1205
489
|
export interface RemediationExceptionResourceKey {
|
|
1206
490
|
ResourceType?: string | undefined;
|
|
1207
491
|
ResourceId?: string | undefined;
|
|
@@ -1217,43 +501,13 @@ export interface FailedDeleteRemediationExceptionsBatch {
|
|
|
1217
501
|
export interface DeleteRemediationExceptionsResponse {
|
|
1218
502
|
FailedBatches?: FailedDeleteRemediationExceptionsBatch[] | undefined;
|
|
1219
503
|
}
|
|
1220
|
-
export declare class NoSuchRemediationExceptionException extends __BaseException {
|
|
1221
|
-
readonly name: "NoSuchRemediationExceptionException";
|
|
1222
|
-
readonly $fault: "client";
|
|
1223
|
-
constructor(
|
|
1224
|
-
opts: __ExceptionOptionType<
|
|
1225
|
-
NoSuchRemediationExceptionException,
|
|
1226
|
-
__BaseException
|
|
1227
|
-
>
|
|
1228
|
-
);
|
|
1229
|
-
}
|
|
1230
504
|
export interface DeleteResourceConfigRequest {
|
|
1231
505
|
ResourceType: string | undefined;
|
|
1232
506
|
ResourceId: string | undefined;
|
|
1233
507
|
}
|
|
1234
|
-
export declare class NoRunningConfigurationRecorderException extends __BaseException {
|
|
1235
|
-
readonly name: "NoRunningConfigurationRecorderException";
|
|
1236
|
-
readonly $fault: "client";
|
|
1237
|
-
constructor(
|
|
1238
|
-
opts: __ExceptionOptionType<
|
|
1239
|
-
NoRunningConfigurationRecorderException,
|
|
1240
|
-
__BaseException
|
|
1241
|
-
>
|
|
1242
|
-
);
|
|
1243
|
-
}
|
|
1244
508
|
export interface DeleteRetentionConfigurationRequest {
|
|
1245
509
|
RetentionConfigurationName: string | undefined;
|
|
1246
510
|
}
|
|
1247
|
-
export declare class NoSuchRetentionConfigurationException extends __BaseException {
|
|
1248
|
-
readonly name: "NoSuchRetentionConfigurationException";
|
|
1249
|
-
readonly $fault: "client";
|
|
1250
|
-
constructor(
|
|
1251
|
-
opts: __ExceptionOptionType<
|
|
1252
|
-
NoSuchRetentionConfigurationException,
|
|
1253
|
-
__BaseException
|
|
1254
|
-
>
|
|
1255
|
-
);
|
|
1256
|
-
}
|
|
1257
511
|
export interface DeleteServiceLinkedConfigurationRecorderRequest {
|
|
1258
512
|
ServicePrincipal: string | undefined;
|
|
1259
513
|
}
|
|
@@ -1265,13 +519,6 @@ export interface DeleteStoredQueryRequest {
|
|
|
1265
519
|
QueryName: string | undefined;
|
|
1266
520
|
}
|
|
1267
521
|
export interface DeleteStoredQueryResponse {}
|
|
1268
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
1269
|
-
readonly name: "ResourceNotFoundException";
|
|
1270
|
-
readonly $fault: "client";
|
|
1271
|
-
constructor(
|
|
1272
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
1273
|
-
);
|
|
1274
|
-
}
|
|
1275
522
|
export interface DeliverConfigSnapshotRequest {
|
|
1276
523
|
deliveryChannelName: string | undefined;
|
|
1277
524
|
}
|
|
@@ -1306,20 +553,6 @@ export interface DescribeAggregateComplianceByConfigRulesResponse {
|
|
|
1306
553
|
| undefined;
|
|
1307
554
|
NextToken?: string | undefined;
|
|
1308
555
|
}
|
|
1309
|
-
export declare class InvalidLimitException extends __BaseException {
|
|
1310
|
-
readonly name: "InvalidLimitException";
|
|
1311
|
-
readonly $fault: "client";
|
|
1312
|
-
constructor(
|
|
1313
|
-
opts: __ExceptionOptionType<InvalidLimitException, __BaseException>
|
|
1314
|
-
);
|
|
1315
|
-
}
|
|
1316
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
1317
|
-
readonly name: "InvalidNextTokenException";
|
|
1318
|
-
readonly $fault: "client";
|
|
1319
|
-
constructor(
|
|
1320
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
1321
|
-
);
|
|
1322
|
-
}
|
|
1323
556
|
export interface DescribeAggregateComplianceByConformancePacksRequest {
|
|
1324
557
|
ConfigurationAggregatorName: string | undefined;
|
|
1325
558
|
Filters?: AggregateConformancePackComplianceFilters | undefined;
|
|
@@ -1429,16 +662,6 @@ export interface DescribeConformancePackComplianceResponse {
|
|
|
1429
662
|
| undefined;
|
|
1430
663
|
NextToken?: string | undefined;
|
|
1431
664
|
}
|
|
1432
|
-
export declare class NoSuchConfigRuleInConformancePackException extends __BaseException {
|
|
1433
|
-
readonly name: "NoSuchConfigRuleInConformancePackException";
|
|
1434
|
-
readonly $fault: "client";
|
|
1435
|
-
constructor(
|
|
1436
|
-
opts: __ExceptionOptionType<
|
|
1437
|
-
NoSuchConfigRuleInConformancePackException,
|
|
1438
|
-
__BaseException
|
|
1439
|
-
>
|
|
1440
|
-
);
|
|
1441
|
-
}
|
|
1442
665
|
export interface DescribeConformancePacksRequest {
|
|
1443
666
|
ConformancePackNames?: string[] | undefined;
|
|
1444
667
|
Limit?: number | undefined;
|
|
@@ -1474,12 +697,6 @@ export interface DescribeOrganizationConfigRulesRequest {
|
|
|
1474
697
|
Limit?: number | undefined;
|
|
1475
698
|
NextToken?: string | undefined;
|
|
1476
699
|
}
|
|
1477
|
-
export declare const OrganizationConfigRuleTriggerTypeNoSN: {
|
|
1478
|
-
readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
|
|
1479
|
-
readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
|
|
1480
|
-
};
|
|
1481
|
-
export type OrganizationConfigRuleTriggerTypeNoSN =
|
|
1482
|
-
(typeof OrganizationConfigRuleTriggerTypeNoSN)[keyof typeof OrganizationConfigRuleTriggerTypeNoSN];
|
|
1483
700
|
export interface OrganizationCustomPolicyRuleMetadataNoPolicy {
|
|
1484
701
|
Description?: string | undefined;
|
|
1485
702
|
OrganizationConfigRuleTriggerTypes?:
|
|
@@ -1494,13 +711,6 @@ export interface OrganizationCustomPolicyRuleMetadataNoPolicy {
|
|
|
1494
711
|
PolicyRuntime?: string | undefined;
|
|
1495
712
|
DebugLogDeliveryAccounts?: string[] | undefined;
|
|
1496
713
|
}
|
|
1497
|
-
export declare const OrganizationConfigRuleTriggerType: {
|
|
1498
|
-
readonly CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification";
|
|
1499
|
-
readonly OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification";
|
|
1500
|
-
readonly SCHEDULED_NOTIFICATION: "ScheduledNotification";
|
|
1501
|
-
};
|
|
1502
|
-
export type OrganizationConfigRuleTriggerType =
|
|
1503
|
-
(typeof OrganizationConfigRuleTriggerType)[keyof typeof OrganizationConfigRuleTriggerType];
|
|
1504
714
|
export interface OrganizationCustomRuleMetadata {
|
|
1505
715
|
Description?: string | undefined;
|
|
1506
716
|
LambdaFunctionArn: string | undefined;
|
|
@@ -1544,19 +754,6 @@ export interface DescribeOrganizationConfigRuleStatusesRequest {
|
|
|
1544
754
|
Limit?: number | undefined;
|
|
1545
755
|
NextToken?: string | undefined;
|
|
1546
756
|
}
|
|
1547
|
-
export declare const OrganizationRuleStatus: {
|
|
1548
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1549
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1550
|
-
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
1551
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1552
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1553
|
-
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
1554
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1555
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1556
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
1557
|
-
};
|
|
1558
|
-
export type OrganizationRuleStatus =
|
|
1559
|
-
(typeof OrganizationRuleStatus)[keyof typeof OrganizationRuleStatus];
|
|
1560
757
|
export interface OrganizationConfigRuleStatus {
|
|
1561
758
|
OrganizationConfigRuleName: string | undefined;
|
|
1562
759
|
OrganizationRuleStatus: OrganizationRuleStatus | undefined;
|
|
@@ -1591,19 +788,6 @@ export interface DescribeOrganizationConformancePackStatusesRequest {
|
|
|
1591
788
|
Limit?: number | undefined;
|
|
1592
789
|
NextToken?: string | undefined;
|
|
1593
790
|
}
|
|
1594
|
-
export declare const OrganizationResourceStatus: {
|
|
1595
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1596
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1597
|
-
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
1598
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1599
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1600
|
-
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
1601
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1602
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1603
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
1604
|
-
};
|
|
1605
|
-
export type OrganizationResourceStatus =
|
|
1606
|
-
(typeof OrganizationResourceStatus)[keyof typeof OrganizationResourceStatus];
|
|
1607
791
|
export interface OrganizationConformancePackStatus {
|
|
1608
792
|
OrganizationConformancePackName: string | undefined;
|
|
1609
793
|
Status: OrganizationResourceStatus | undefined;
|
|
@@ -1639,11 +823,6 @@ export interface SsmControls {
|
|
|
1639
823
|
export interface ExecutionControls {
|
|
1640
824
|
SsmControls?: SsmControls | undefined;
|
|
1641
825
|
}
|
|
1642
|
-
export declare const ResourceValueType: {
|
|
1643
|
-
readonly RESOURCE_ID: "RESOURCE_ID";
|
|
1644
|
-
};
|
|
1645
|
-
export type ResourceValueType =
|
|
1646
|
-
(typeof ResourceValueType)[keyof typeof ResourceValueType];
|
|
1647
826
|
export interface ResourceValue {
|
|
1648
827
|
Value: ResourceValueType | undefined;
|
|
1649
828
|
}
|
|
@@ -1654,11 +833,6 @@ export interface RemediationParameterValue {
|
|
|
1654
833
|
ResourceValue?: ResourceValue | undefined;
|
|
1655
834
|
StaticValue?: StaticValue | undefined;
|
|
1656
835
|
}
|
|
1657
|
-
export declare const RemediationTargetType: {
|
|
1658
|
-
readonly SSM_DOCUMENT: "SSM_DOCUMENT";
|
|
1659
|
-
};
|
|
1660
|
-
export type RemediationTargetType =
|
|
1661
|
-
(typeof RemediationTargetType)[keyof typeof RemediationTargetType];
|
|
1662
836
|
export interface RemediationConfiguration {
|
|
1663
837
|
ConfigRuleName: string | undefined;
|
|
1664
838
|
TargetType: RemediationTargetType | undefined;
|
|
@@ -1699,25 +873,6 @@ export interface DescribeRemediationExecutionStatusRequest {
|
|
|
1699
873
|
Limit?: number | undefined;
|
|
1700
874
|
NextToken?: string | undefined;
|
|
1701
875
|
}
|
|
1702
|
-
export declare const RemediationExecutionState: {
|
|
1703
|
-
readonly FAILED: "FAILED";
|
|
1704
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1705
|
-
readonly QUEUED: "QUEUED";
|
|
1706
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1707
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1708
|
-
};
|
|
1709
|
-
export type RemediationExecutionState =
|
|
1710
|
-
(typeof RemediationExecutionState)[keyof typeof RemediationExecutionState];
|
|
1711
|
-
export declare const RemediationExecutionStepState: {
|
|
1712
|
-
readonly EXITED: "EXITED";
|
|
1713
|
-
readonly FAILED: "FAILED";
|
|
1714
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1715
|
-
readonly PENDING: "PENDING";
|
|
1716
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1717
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
1718
|
-
};
|
|
1719
|
-
export type RemediationExecutionStepState =
|
|
1720
|
-
(typeof RemediationExecutionStepState)[keyof typeof RemediationExecutionStepState];
|
|
1721
876
|
export interface RemediationExecutionStep {
|
|
1722
877
|
Name?: string | undefined;
|
|
1723
878
|
State?: RemediationExecutionStepState | undefined;
|
|
@@ -1773,13 +928,6 @@ export interface EvaluationResult {
|
|
|
1773
928
|
Annotation?: string | undefined;
|
|
1774
929
|
ResultToken?: string | undefined;
|
|
1775
930
|
}
|
|
1776
|
-
export declare const ResourceEvaluationStatus: {
|
|
1777
|
-
readonly FAILED: "FAILED";
|
|
1778
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1779
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1780
|
-
};
|
|
1781
|
-
export type ResourceEvaluationStatus =
|
|
1782
|
-
(typeof ResourceEvaluationStatus)[keyof typeof ResourceEvaluationStatus];
|
|
1783
931
|
export interface EvaluationStatus {
|
|
1784
932
|
Status: ResourceEvaluationStatus | undefined;
|
|
1785
933
|
FailureReason?: string | undefined;
|
|
@@ -1846,13 +994,6 @@ export interface ResourceCountFilters {
|
|
|
1846
994
|
AccountId?: string | undefined;
|
|
1847
995
|
Region?: string | undefined;
|
|
1848
996
|
}
|
|
1849
|
-
export declare const ResourceCountGroupKey: {
|
|
1850
|
-
readonly ACCOUNT_ID: "ACCOUNT_ID";
|
|
1851
|
-
readonly AWS_REGION: "AWS_REGION";
|
|
1852
|
-
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
1853
|
-
};
|
|
1854
|
-
export type ResourceCountGroupKey =
|
|
1855
|
-
(typeof ResourceCountGroupKey)[keyof typeof ResourceCountGroupKey];
|
|
1856
997
|
export interface GetAggregateDiscoveredResourceCountsRequest {
|
|
1857
998
|
ConfigurationAggregatorName: string | undefined;
|
|
1858
999
|
Filters?: ResourceCountFilters | undefined;
|
|
@@ -1877,23 +1018,6 @@ export interface GetAggregateResourceConfigRequest {
|
|
|
1877
1018
|
export interface GetAggregateResourceConfigResponse {
|
|
1878
1019
|
ConfigurationItem?: ConfigurationItem | undefined;
|
|
1879
1020
|
}
|
|
1880
|
-
export declare class OversizedConfigurationItemException extends __BaseException {
|
|
1881
|
-
readonly name: "OversizedConfigurationItemException";
|
|
1882
|
-
readonly $fault: "client";
|
|
1883
|
-
constructor(
|
|
1884
|
-
opts: __ExceptionOptionType<
|
|
1885
|
-
OversizedConfigurationItemException,
|
|
1886
|
-
__BaseException
|
|
1887
|
-
>
|
|
1888
|
-
);
|
|
1889
|
-
}
|
|
1890
|
-
export declare class ResourceNotDiscoveredException extends __BaseException {
|
|
1891
|
-
readonly name: "ResourceNotDiscoveredException";
|
|
1892
|
-
readonly $fault: "client";
|
|
1893
|
-
constructor(
|
|
1894
|
-
opts: __ExceptionOptionType<ResourceNotDiscoveredException, __BaseException>
|
|
1895
|
-
);
|
|
1896
|
-
}
|
|
1897
1021
|
export interface GetComplianceDetailsByConfigRuleRequest {
|
|
1898
1022
|
ConfigRuleName: string | undefined;
|
|
1899
1023
|
ComplianceTypes?: ComplianceType[] | undefined;
|
|
@@ -1970,19 +1094,6 @@ export interface GetDiscoveredResourceCountsResponse {
|
|
|
1970
1094
|
resourceCounts?: ResourceCount[] | undefined;
|
|
1971
1095
|
nextToken?: string | undefined;
|
|
1972
1096
|
}
|
|
1973
|
-
export declare const MemberAccountRuleStatus: {
|
|
1974
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1975
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
1976
|
-
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
1977
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1978
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
1979
|
-
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
1980
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1981
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1982
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
1983
|
-
};
|
|
1984
|
-
export type MemberAccountRuleStatus =
|
|
1985
|
-
(typeof MemberAccountRuleStatus)[keyof typeof MemberAccountRuleStatus];
|
|
1986
1097
|
export interface StatusDetailFilters {
|
|
1987
1098
|
AccountId?: string | undefined;
|
|
1988
1099
|
MemberAccountRuleStatus?: MemberAccountRuleStatus | undefined;
|
|
@@ -2005,19 +1116,6 @@ export interface GetOrganizationConfigRuleDetailedStatusResponse {
|
|
|
2005
1116
|
OrganizationConfigRuleDetailedStatus?: MemberAccountStatus[] | undefined;
|
|
2006
1117
|
NextToken?: string | undefined;
|
|
2007
1118
|
}
|
|
2008
|
-
export declare const OrganizationResourceDetailedStatus: {
|
|
2009
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
2010
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
2011
|
-
readonly CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL";
|
|
2012
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
2013
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
2014
|
-
readonly DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL";
|
|
2015
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
2016
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
2017
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
2018
|
-
};
|
|
2019
|
-
export type OrganizationResourceDetailedStatus =
|
|
2020
|
-
(typeof OrganizationResourceDetailedStatus)[keyof typeof OrganizationResourceDetailedStatus];
|
|
2021
1119
|
export interface OrganizationResourceDetailedStatusFilters {
|
|
2022
1120
|
AccountId?: string | undefined;
|
|
2023
1121
|
Status?: OrganizationResourceDetailedStatus | undefined;
|
|
@@ -2061,21 +1159,9 @@ export interface GetResourceConfigHistoryResponse {
|
|
|
2061
1159
|
configurationItems?: ConfigurationItem[] | undefined;
|
|
2062
1160
|
nextToken?: string | undefined;
|
|
2063
1161
|
}
|
|
2064
|
-
export declare class InvalidTimeRangeException extends __BaseException {
|
|
2065
|
-
readonly name: "InvalidTimeRangeException";
|
|
2066
|
-
readonly $fault: "client";
|
|
2067
|
-
constructor(
|
|
2068
|
-
opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
|
|
2069
|
-
);
|
|
2070
|
-
}
|
|
2071
1162
|
export interface GetResourceEvaluationSummaryRequest {
|
|
2072
1163
|
ResourceEvaluationId: string | undefined;
|
|
2073
1164
|
}
|
|
2074
|
-
export declare const ResourceConfigurationSchemaType: {
|
|
2075
|
-
readonly CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA";
|
|
2076
|
-
};
|
|
2077
|
-
export type ResourceConfigurationSchemaType =
|
|
2078
|
-
(typeof ResourceConfigurationSchemaType)[keyof typeof ResourceConfigurationSchemaType];
|
|
2079
1165
|
export interface ResourceDetails {
|
|
2080
1166
|
ResourceId: string | undefined;
|
|
2081
1167
|
ResourceType: string | undefined;
|
|
@@ -2104,99 +1190,6 @@ export interface StoredQuery {
|
|
|
2104
1190
|
export interface GetStoredQueryResponse {
|
|
2105
1191
|
StoredQuery?: StoredQuery | undefined;
|
|
2106
1192
|
}
|
|
2107
|
-
export declare class IdempotentParameterMismatch extends __BaseException {
|
|
2108
|
-
readonly name: "IdempotentParameterMismatch";
|
|
2109
|
-
readonly $fault: "client";
|
|
2110
|
-
constructor(
|
|
2111
|
-
opts: __ExceptionOptionType<IdempotentParameterMismatch, __BaseException>
|
|
2112
|
-
);
|
|
2113
|
-
}
|
|
2114
|
-
export declare class InsufficientDeliveryPolicyException extends __BaseException {
|
|
2115
|
-
readonly name: "InsufficientDeliveryPolicyException";
|
|
2116
|
-
readonly $fault: "client";
|
|
2117
|
-
constructor(
|
|
2118
|
-
opts: __ExceptionOptionType<
|
|
2119
|
-
InsufficientDeliveryPolicyException,
|
|
2120
|
-
__BaseException
|
|
2121
|
-
>
|
|
2122
|
-
);
|
|
2123
|
-
}
|
|
2124
|
-
export declare class InvalidConfigurationRecorderNameException extends __BaseException {
|
|
2125
|
-
readonly name: "InvalidConfigurationRecorderNameException";
|
|
2126
|
-
readonly $fault: "client";
|
|
2127
|
-
constructor(
|
|
2128
|
-
opts: __ExceptionOptionType<
|
|
2129
|
-
InvalidConfigurationRecorderNameException,
|
|
2130
|
-
__BaseException
|
|
2131
|
-
>
|
|
2132
|
-
);
|
|
2133
|
-
}
|
|
2134
|
-
export declare class InvalidDeliveryChannelNameException extends __BaseException {
|
|
2135
|
-
readonly name: "InvalidDeliveryChannelNameException";
|
|
2136
|
-
readonly $fault: "client";
|
|
2137
|
-
constructor(
|
|
2138
|
-
opts: __ExceptionOptionType<
|
|
2139
|
-
InvalidDeliveryChannelNameException,
|
|
2140
|
-
__BaseException
|
|
2141
|
-
>
|
|
2142
|
-
);
|
|
2143
|
-
}
|
|
2144
|
-
export declare class InvalidExpressionException extends __BaseException {
|
|
2145
|
-
readonly name: "InvalidExpressionException";
|
|
2146
|
-
readonly $fault: "client";
|
|
2147
|
-
constructor(
|
|
2148
|
-
opts: __ExceptionOptionType<InvalidExpressionException, __BaseException>
|
|
2149
|
-
);
|
|
2150
|
-
}
|
|
2151
|
-
export declare class InvalidRecordingGroupException extends __BaseException {
|
|
2152
|
-
readonly name: "InvalidRecordingGroupException";
|
|
2153
|
-
readonly $fault: "client";
|
|
2154
|
-
constructor(
|
|
2155
|
-
opts: __ExceptionOptionType<InvalidRecordingGroupException, __BaseException>
|
|
2156
|
-
);
|
|
2157
|
-
}
|
|
2158
|
-
export declare class InvalidResultTokenException extends __BaseException {
|
|
2159
|
-
readonly name: "InvalidResultTokenException";
|
|
2160
|
-
readonly $fault: "client";
|
|
2161
|
-
constructor(
|
|
2162
|
-
opts: __ExceptionOptionType<InvalidResultTokenException, __BaseException>
|
|
2163
|
-
);
|
|
2164
|
-
}
|
|
2165
|
-
export declare class InvalidRoleException extends __BaseException {
|
|
2166
|
-
readonly name: "InvalidRoleException";
|
|
2167
|
-
readonly $fault: "client";
|
|
2168
|
-
constructor(
|
|
2169
|
-
opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
|
|
2170
|
-
);
|
|
2171
|
-
}
|
|
2172
|
-
export declare class InvalidS3KeyPrefixException extends __BaseException {
|
|
2173
|
-
readonly name: "InvalidS3KeyPrefixException";
|
|
2174
|
-
readonly $fault: "client";
|
|
2175
|
-
constructor(
|
|
2176
|
-
opts: __ExceptionOptionType<InvalidS3KeyPrefixException, __BaseException>
|
|
2177
|
-
);
|
|
2178
|
-
}
|
|
2179
|
-
export declare class InvalidS3KmsKeyArnException extends __BaseException {
|
|
2180
|
-
readonly name: "InvalidS3KmsKeyArnException";
|
|
2181
|
-
readonly $fault: "client";
|
|
2182
|
-
constructor(
|
|
2183
|
-
opts: __ExceptionOptionType<InvalidS3KmsKeyArnException, __BaseException>
|
|
2184
|
-
);
|
|
2185
|
-
}
|
|
2186
|
-
export declare class InvalidSNSTopicARNException extends __BaseException {
|
|
2187
|
-
readonly name: "InvalidSNSTopicARNException";
|
|
2188
|
-
readonly $fault: "client";
|
|
2189
|
-
constructor(
|
|
2190
|
-
opts: __ExceptionOptionType<InvalidSNSTopicARNException, __BaseException>
|
|
2191
|
-
);
|
|
2192
|
-
}
|
|
2193
|
-
export declare class LimitExceededException extends __BaseException {
|
|
2194
|
-
readonly name: "LimitExceededException";
|
|
2195
|
-
readonly $fault: "client";
|
|
2196
|
-
constructor(
|
|
2197
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
2198
|
-
);
|
|
2199
|
-
}
|
|
2200
1193
|
export interface ResourceFilters {
|
|
2201
1194
|
AccountId?: string | undefined;
|
|
2202
1195
|
ResourceId?: string | undefined;
|
|
@@ -2214,3 +1207,289 @@ export interface ListAggregateDiscoveredResourcesResponse {
|
|
|
2214
1207
|
ResourceIdentifiers?: AggregateResourceIdentifier[] | undefined;
|
|
2215
1208
|
NextToken?: string | undefined;
|
|
2216
1209
|
}
|
|
1210
|
+
export interface ListConfigurationRecordersRequest {
|
|
1211
|
+
Filters?: ConfigurationRecorderFilter[] | undefined;
|
|
1212
|
+
MaxResults?: number | undefined;
|
|
1213
|
+
NextToken?: string | undefined;
|
|
1214
|
+
}
|
|
1215
|
+
export interface ListConfigurationRecordersResponse {
|
|
1216
|
+
ConfigurationRecorderSummaries: ConfigurationRecorderSummary[] | undefined;
|
|
1217
|
+
NextToken?: string | undefined;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ListConformancePackComplianceScoresRequest {
|
|
1220
|
+
Filters?: ConformancePackComplianceScoresFilters | undefined;
|
|
1221
|
+
SortOrder?: SortOrder | undefined;
|
|
1222
|
+
SortBy?: SortBy | undefined;
|
|
1223
|
+
Limit?: number | undefined;
|
|
1224
|
+
NextToken?: string | undefined;
|
|
1225
|
+
}
|
|
1226
|
+
export interface ListConformancePackComplianceScoresResponse {
|
|
1227
|
+
NextToken?: string | undefined;
|
|
1228
|
+
ConformancePackComplianceScores: ConformancePackComplianceScore[] | undefined;
|
|
1229
|
+
}
|
|
1230
|
+
export interface ListDiscoveredResourcesRequest {
|
|
1231
|
+
resourceType: ResourceType | undefined;
|
|
1232
|
+
resourceIds?: string[] | undefined;
|
|
1233
|
+
resourceName?: string | undefined;
|
|
1234
|
+
limit?: number | undefined;
|
|
1235
|
+
includeDeletedResources?: boolean | undefined;
|
|
1236
|
+
nextToken?: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ResourceIdentifier {
|
|
1239
|
+
resourceType?: ResourceType | undefined;
|
|
1240
|
+
resourceId?: string | undefined;
|
|
1241
|
+
resourceName?: string | undefined;
|
|
1242
|
+
resourceDeletionTime?: Date | undefined;
|
|
1243
|
+
}
|
|
1244
|
+
export interface ListDiscoveredResourcesResponse {
|
|
1245
|
+
resourceIdentifiers?: ResourceIdentifier[] | undefined;
|
|
1246
|
+
nextToken?: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export interface TimeWindow {
|
|
1249
|
+
StartTime?: Date | undefined;
|
|
1250
|
+
EndTime?: Date | undefined;
|
|
1251
|
+
}
|
|
1252
|
+
export interface ResourceEvaluationFilters {
|
|
1253
|
+
EvaluationMode?: EvaluationMode | undefined;
|
|
1254
|
+
TimeWindow?: TimeWindow | undefined;
|
|
1255
|
+
EvaluationContextIdentifier?: string | undefined;
|
|
1256
|
+
}
|
|
1257
|
+
export interface ListResourceEvaluationsRequest {
|
|
1258
|
+
Filters?: ResourceEvaluationFilters | undefined;
|
|
1259
|
+
Limit?: number | undefined;
|
|
1260
|
+
NextToken?: string | undefined;
|
|
1261
|
+
}
|
|
1262
|
+
export interface ResourceEvaluation {
|
|
1263
|
+
ResourceEvaluationId?: string | undefined;
|
|
1264
|
+
EvaluationMode?: EvaluationMode | undefined;
|
|
1265
|
+
EvaluationStartTimestamp?: Date | undefined;
|
|
1266
|
+
}
|
|
1267
|
+
export interface ListResourceEvaluationsResponse {
|
|
1268
|
+
ResourceEvaluations?: ResourceEvaluation[] | undefined;
|
|
1269
|
+
NextToken?: string | undefined;
|
|
1270
|
+
}
|
|
1271
|
+
export interface ListStoredQueriesRequest {
|
|
1272
|
+
NextToken?: string | undefined;
|
|
1273
|
+
MaxResults?: number | undefined;
|
|
1274
|
+
}
|
|
1275
|
+
export interface StoredQueryMetadata {
|
|
1276
|
+
QueryId: string | undefined;
|
|
1277
|
+
QueryArn: string | undefined;
|
|
1278
|
+
QueryName: string | undefined;
|
|
1279
|
+
Description?: string | undefined;
|
|
1280
|
+
}
|
|
1281
|
+
export interface ListStoredQueriesResponse {
|
|
1282
|
+
StoredQueryMetadata?: StoredQueryMetadata[] | undefined;
|
|
1283
|
+
NextToken?: string | undefined;
|
|
1284
|
+
}
|
|
1285
|
+
export interface ListTagsForResourceRequest {
|
|
1286
|
+
ResourceArn: string | undefined;
|
|
1287
|
+
Limit?: number | undefined;
|
|
1288
|
+
NextToken?: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface Tag {
|
|
1291
|
+
Key?: string | undefined;
|
|
1292
|
+
Value?: string | undefined;
|
|
1293
|
+
}
|
|
1294
|
+
export interface ListTagsForResourceResponse {
|
|
1295
|
+
Tags?: Tag[] | undefined;
|
|
1296
|
+
NextToken?: string | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
export interface OrganizationCustomPolicyRuleMetadata {
|
|
1299
|
+
Description?: string | undefined;
|
|
1300
|
+
OrganizationConfigRuleTriggerTypes?:
|
|
1301
|
+
| OrganizationConfigRuleTriggerTypeNoSN[]
|
|
1302
|
+
| undefined;
|
|
1303
|
+
InputParameters?: string | undefined;
|
|
1304
|
+
MaximumExecutionFrequency?: MaximumExecutionFrequency | undefined;
|
|
1305
|
+
ResourceTypesScope?: string[] | undefined;
|
|
1306
|
+
ResourceIdScope?: string | undefined;
|
|
1307
|
+
TagKeyScope?: string | undefined;
|
|
1308
|
+
TagValueScope?: string | undefined;
|
|
1309
|
+
PolicyRuntime: string | undefined;
|
|
1310
|
+
PolicyText: string | undefined;
|
|
1311
|
+
DebugLogDeliveryAccounts?: string[] | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface PutAggregationAuthorizationRequest {
|
|
1314
|
+
AuthorizedAccountId: string | undefined;
|
|
1315
|
+
AuthorizedAwsRegion: string | undefined;
|
|
1316
|
+
Tags?: Tag[] | undefined;
|
|
1317
|
+
}
|
|
1318
|
+
export interface PutAggregationAuthorizationResponse {
|
|
1319
|
+
AggregationAuthorization?: AggregationAuthorization | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
export interface PutConfigRuleRequest {
|
|
1322
|
+
ConfigRule: ConfigRule | undefined;
|
|
1323
|
+
Tags?: Tag[] | undefined;
|
|
1324
|
+
}
|
|
1325
|
+
export interface PutConfigurationAggregatorRequest {
|
|
1326
|
+
ConfigurationAggregatorName: string | undefined;
|
|
1327
|
+
AccountAggregationSources?: AccountAggregationSource[] | undefined;
|
|
1328
|
+
OrganizationAggregationSource?: OrganizationAggregationSource | undefined;
|
|
1329
|
+
Tags?: Tag[] | undefined;
|
|
1330
|
+
AggregatorFilters?: AggregatorFilters | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface PutConfigurationAggregatorResponse {
|
|
1333
|
+
ConfigurationAggregator?: ConfigurationAggregator | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
export interface PutConfigurationRecorderRequest {
|
|
1336
|
+
ConfigurationRecorder: ConfigurationRecorder | undefined;
|
|
1337
|
+
Tags?: Tag[] | undefined;
|
|
1338
|
+
}
|
|
1339
|
+
export interface PutConformancePackRequest {
|
|
1340
|
+
ConformancePackName: string | undefined;
|
|
1341
|
+
TemplateS3Uri?: string | undefined;
|
|
1342
|
+
TemplateBody?: string | undefined;
|
|
1343
|
+
DeliveryS3Bucket?: string | undefined;
|
|
1344
|
+
DeliveryS3KeyPrefix?: string | undefined;
|
|
1345
|
+
ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
|
|
1346
|
+
TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
export interface PutConformancePackResponse {
|
|
1349
|
+
ConformancePackArn?: string | undefined;
|
|
1350
|
+
}
|
|
1351
|
+
export interface PutDeliveryChannelRequest {
|
|
1352
|
+
DeliveryChannel: DeliveryChannel | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface PutEvaluationsRequest {
|
|
1355
|
+
Evaluations?: Evaluation[] | undefined;
|
|
1356
|
+
ResultToken: string | undefined;
|
|
1357
|
+
TestMode?: boolean | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface PutEvaluationsResponse {
|
|
1360
|
+
FailedEvaluations?: Evaluation[] | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export interface PutExternalEvaluationRequest {
|
|
1363
|
+
ConfigRuleName: string | undefined;
|
|
1364
|
+
ExternalEvaluation: ExternalEvaluation | undefined;
|
|
1365
|
+
}
|
|
1366
|
+
export interface PutExternalEvaluationResponse {}
|
|
1367
|
+
export interface PutOrganizationConfigRuleRequest {
|
|
1368
|
+
OrganizationConfigRuleName: string | undefined;
|
|
1369
|
+
OrganizationManagedRuleMetadata?: OrganizationManagedRuleMetadata | undefined;
|
|
1370
|
+
OrganizationCustomRuleMetadata?: OrganizationCustomRuleMetadata | undefined;
|
|
1371
|
+
ExcludedAccounts?: string[] | undefined;
|
|
1372
|
+
OrganizationCustomPolicyRuleMetadata?:
|
|
1373
|
+
| OrganizationCustomPolicyRuleMetadata
|
|
1374
|
+
| undefined;
|
|
1375
|
+
}
|
|
1376
|
+
export interface PutOrganizationConfigRuleResponse {
|
|
1377
|
+
OrganizationConfigRuleArn?: string | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export interface PutOrganizationConformancePackRequest {
|
|
1380
|
+
OrganizationConformancePackName: string | undefined;
|
|
1381
|
+
TemplateS3Uri?: string | undefined;
|
|
1382
|
+
TemplateBody?: string | undefined;
|
|
1383
|
+
DeliveryS3Bucket?: string | undefined;
|
|
1384
|
+
DeliveryS3KeyPrefix?: string | undefined;
|
|
1385
|
+
ConformancePackInputParameters?: ConformancePackInputParameter[] | undefined;
|
|
1386
|
+
ExcludedAccounts?: string[] | undefined;
|
|
1387
|
+
}
|
|
1388
|
+
export interface PutOrganizationConformancePackResponse {
|
|
1389
|
+
OrganizationConformancePackArn?: string | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export interface PutRemediationConfigurationsRequest {
|
|
1392
|
+
RemediationConfigurations: RemediationConfiguration[] | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface PutRemediationConfigurationsResponse {
|
|
1395
|
+
FailedBatches?: FailedRemediationBatch[] | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export interface PutRemediationExceptionsRequest {
|
|
1398
|
+
ConfigRuleName: string | undefined;
|
|
1399
|
+
ResourceKeys: RemediationExceptionResourceKey[] | undefined;
|
|
1400
|
+
Message?: string | undefined;
|
|
1401
|
+
ExpirationTime?: Date | undefined;
|
|
1402
|
+
}
|
|
1403
|
+
export interface PutRemediationExceptionsResponse {
|
|
1404
|
+
FailedBatches?: FailedRemediationExceptionBatch[] | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export interface PutResourceConfigRequest {
|
|
1407
|
+
ResourceType: string | undefined;
|
|
1408
|
+
SchemaVersionId: string | undefined;
|
|
1409
|
+
ResourceId: string | undefined;
|
|
1410
|
+
ResourceName?: string | undefined;
|
|
1411
|
+
Configuration: string | undefined;
|
|
1412
|
+
Tags?: Record<string, string> | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface PutRetentionConfigurationRequest {
|
|
1415
|
+
RetentionPeriodInDays: number | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface PutRetentionConfigurationResponse {
|
|
1418
|
+
RetentionConfiguration?: RetentionConfiguration | undefined;
|
|
1419
|
+
}
|
|
1420
|
+
export interface PutServiceLinkedConfigurationRecorderRequest {
|
|
1421
|
+
ServicePrincipal: string | undefined;
|
|
1422
|
+
Tags?: Tag[] | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface PutServiceLinkedConfigurationRecorderResponse {
|
|
1425
|
+
Arn?: string | undefined;
|
|
1426
|
+
Name?: string | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export interface PutStoredQueryRequest {
|
|
1429
|
+
StoredQuery: StoredQuery | undefined;
|
|
1430
|
+
Tags?: Tag[] | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface PutStoredQueryResponse {
|
|
1433
|
+
QueryArn?: string | undefined;
|
|
1434
|
+
}
|
|
1435
|
+
export interface QueryInfo {
|
|
1436
|
+
SelectFields?: FieldInfo[] | undefined;
|
|
1437
|
+
}
|
|
1438
|
+
export interface SelectAggregateResourceConfigRequest {
|
|
1439
|
+
Expression: string | undefined;
|
|
1440
|
+
ConfigurationAggregatorName: string | undefined;
|
|
1441
|
+
Limit?: number | undefined;
|
|
1442
|
+
MaxResults?: number | undefined;
|
|
1443
|
+
NextToken?: string | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export interface SelectAggregateResourceConfigResponse {
|
|
1446
|
+
Results?: string[] | undefined;
|
|
1447
|
+
QueryInfo?: QueryInfo | undefined;
|
|
1448
|
+
NextToken?: string | undefined;
|
|
1449
|
+
}
|
|
1450
|
+
export interface SelectResourceConfigRequest {
|
|
1451
|
+
Expression: string | undefined;
|
|
1452
|
+
Limit?: number | undefined;
|
|
1453
|
+
NextToken?: string | undefined;
|
|
1454
|
+
}
|
|
1455
|
+
export interface SelectResourceConfigResponse {
|
|
1456
|
+
Results?: string[] | undefined;
|
|
1457
|
+
QueryInfo?: QueryInfo | undefined;
|
|
1458
|
+
NextToken?: string | undefined;
|
|
1459
|
+
}
|
|
1460
|
+
export interface StartConfigRulesEvaluationRequest {
|
|
1461
|
+
ConfigRuleNames?: string[] | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export interface StartConfigRulesEvaluationResponse {}
|
|
1464
|
+
export interface StartConfigurationRecorderRequest {
|
|
1465
|
+
ConfigurationRecorderName: string | undefined;
|
|
1466
|
+
}
|
|
1467
|
+
export interface StartRemediationExecutionRequest {
|
|
1468
|
+
ConfigRuleName: string | undefined;
|
|
1469
|
+
ResourceKeys: ResourceKey[] | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
export interface StartRemediationExecutionResponse {
|
|
1472
|
+
FailureMessage?: string | undefined;
|
|
1473
|
+
FailedItems?: ResourceKey[] | undefined;
|
|
1474
|
+
}
|
|
1475
|
+
export interface StartResourceEvaluationRequest {
|
|
1476
|
+
ResourceDetails: ResourceDetails | undefined;
|
|
1477
|
+
EvaluationContext?: EvaluationContext | undefined;
|
|
1478
|
+
EvaluationMode: EvaluationMode | undefined;
|
|
1479
|
+
EvaluationTimeout?: number | undefined;
|
|
1480
|
+
ClientToken?: string | undefined;
|
|
1481
|
+
}
|
|
1482
|
+
export interface StartResourceEvaluationResponse {
|
|
1483
|
+
ResourceEvaluationId?: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface StopConfigurationRecorderRequest {
|
|
1486
|
+
ConfigurationRecorderName: string | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface TagResourceRequest {
|
|
1489
|
+
ResourceArn: string | undefined;
|
|
1490
|
+
Tags: Tag[] | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface UntagResourceRequest {
|
|
1493
|
+
ResourceArn: string | undefined;
|
|
1494
|
+
TagKeys: string[] | undefined;
|
|
1495
|
+
}
|