@aws-sdk/client-config-service 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +797 -797
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +645 -0
- package/dist-es/models/errors.js +673 -0
- package/dist-es/models/models_0.js +1 -1131
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +949 -0
- package/dist-types/models/errors.d.ts +849 -0
- package/dist-types/models/models_0.d.ts +1347 -1536
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +715 -0
- package/dist-types/ts3.4/models/errors.d.ts +485 -0
- package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -188
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1611
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -475
package/dist-cjs/index.js
CHANGED
|
@@ -117,628 +117,77 @@ let ConfigServiceServiceException$1 = class ConfigServiceServiceException extend
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
120
|
+
let ConflictException$1 = class ConflictException extends ConfigServiceServiceException$1 {
|
|
121
|
+
name = "ConflictException";
|
|
122
|
+
$fault = "client";
|
|
123
|
+
constructor(opts) {
|
|
124
|
+
super({
|
|
125
|
+
name: "ConflictException",
|
|
126
|
+
$fault: "client",
|
|
127
|
+
...opts,
|
|
128
|
+
});
|
|
129
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
130
|
+
}
|
|
125
131
|
};
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
132
|
+
let NoSuchConfigurationRecorderException$1 = class NoSuchConfigurationRecorderException extends ConfigServiceServiceException$1 {
|
|
133
|
+
name = "NoSuchConfigurationRecorderException";
|
|
134
|
+
$fault = "client";
|
|
135
|
+
constructor(opts) {
|
|
136
|
+
super({
|
|
137
|
+
name: "NoSuchConfigurationRecorderException",
|
|
138
|
+
$fault: "client",
|
|
139
|
+
...opts,
|
|
140
|
+
});
|
|
141
|
+
Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
|
|
142
|
+
}
|
|
130
143
|
};
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
144
|
+
let ValidationException$1 = class ValidationException extends ConfigServiceServiceException$1 {
|
|
145
|
+
name = "ValidationException";
|
|
146
|
+
$fault = "client";
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
super({
|
|
149
|
+
name: "ValidationException",
|
|
150
|
+
$fault: "client",
|
|
151
|
+
...opts,
|
|
152
|
+
});
|
|
153
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
154
|
+
}
|
|
134
155
|
};
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
156
|
+
let NoSuchConfigurationAggregatorException$1 = class NoSuchConfigurationAggregatorException extends ConfigServiceServiceException$1 {
|
|
157
|
+
name = "NoSuchConfigurationAggregatorException";
|
|
158
|
+
$fault = "client";
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "NoSuchConfigurationAggregatorException",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
|
|
166
|
+
}
|
|
139
167
|
};
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
168
|
+
let NoAvailableConfigurationRecorderException$1 = class NoAvailableConfigurationRecorderException extends ConfigServiceServiceException$1 {
|
|
169
|
+
name = "NoAvailableConfigurationRecorderException";
|
|
170
|
+
$fault = "client";
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "NoAvailableConfigurationRecorderException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
|
|
178
|
+
}
|
|
143
179
|
};
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
AmazonMQBroker: "AWS::AmazonMQ::Broker",
|
|
156
|
-
AmplifyApp: "AWS::Amplify::App",
|
|
157
|
-
AmplifyBranch: "AWS::Amplify::Branch",
|
|
158
|
-
Api: "AWS::ApiGatewayV2::Api",
|
|
159
|
-
AppConfigApplication: "AWS::AppConfig::Application",
|
|
160
|
-
AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
|
|
161
|
-
AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
|
|
162
|
-
AppConfigEnvironment: "AWS::AppConfig::Environment",
|
|
163
|
-
AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation",
|
|
164
|
-
AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion",
|
|
165
|
-
AppFlowFlow: "AWS::AppFlow::Flow",
|
|
166
|
-
AppIntegrationsApplication: "AWS::AppIntegrations::Application",
|
|
167
|
-
AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration",
|
|
168
|
-
AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute",
|
|
169
|
-
AppMeshMesh: "AWS::AppMesh::Mesh",
|
|
170
|
-
AppMeshRoute: "AWS::AppMesh::Route",
|
|
171
|
-
AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway",
|
|
172
|
-
AppMeshVirtualNode: "AWS::AppMesh::VirtualNode",
|
|
173
|
-
AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter",
|
|
174
|
-
AppMeshVirtualService: "AWS::AppMesh::VirtualService",
|
|
175
|
-
AppRunnerService: "AWS::AppRunner::Service",
|
|
176
|
-
AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector",
|
|
177
|
-
AppStreamApplication: "AWS::AppStream::Application",
|
|
178
|
-
AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig",
|
|
179
|
-
AppStreamFleet: "AWS::AppStream::Fleet",
|
|
180
|
-
AppStreamStack: "AWS::AppStream::Stack",
|
|
181
|
-
AppSyncApiCache: "AWS::AppSync::ApiCache",
|
|
182
|
-
AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi",
|
|
183
|
-
Application: "AWS::ElasticBeanstalk::Application",
|
|
184
|
-
ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion",
|
|
185
|
-
AssociationCompliance: "AWS::SSM::AssociationCompliance",
|
|
186
|
-
AthenaDataCatalog: "AWS::Athena::DataCatalog",
|
|
187
|
-
AthenaPreparedStatement: "AWS::Athena::PreparedStatement",
|
|
188
|
-
AthenaWorkGroup: "AWS::Athena::WorkGroup",
|
|
189
|
-
AuditManagerAssessment: "AWS::AuditManager::Assessment",
|
|
190
|
-
AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup",
|
|
191
|
-
AutoScalingWarmPool: "AWS::AutoScaling::WarmPool",
|
|
192
|
-
BackupPlan: "AWS::Backup::BackupPlan",
|
|
193
|
-
BackupRecoveryPoint: "AWS::Backup::RecoveryPoint",
|
|
194
|
-
BackupReportPlan: "AWS::Backup::ReportPlan",
|
|
195
|
-
BackupSelection: "AWS::Backup::BackupSelection",
|
|
196
|
-
BackupVault: "AWS::Backup::BackupVault",
|
|
197
|
-
BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment",
|
|
198
|
-
BatchJobQueue: "AWS::Batch::JobQueue",
|
|
199
|
-
BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy",
|
|
200
|
-
BedrockGuardrail: "AWS::Bedrock::Guardrail",
|
|
201
|
-
BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase",
|
|
202
|
-
Bucket: "AWS::S3::Bucket",
|
|
203
|
-
BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction",
|
|
204
|
-
CassandraKeyspace: "AWS::Cassandra::Keyspace",
|
|
205
|
-
Certificate: "AWS::ACM::Certificate",
|
|
206
|
-
Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2",
|
|
207
|
-
CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct",
|
|
208
|
-
CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
|
|
209
|
-
CloudWatchMetricStream: "AWS::CloudWatch::MetricStream",
|
|
210
|
-
Cluster: "AWS::Redshift::Cluster",
|
|
211
|
-
ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup",
|
|
212
|
-
ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup",
|
|
213
|
-
ClusterSnapshot: "AWS::Redshift::ClusterSnapshot",
|
|
214
|
-
ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup",
|
|
215
|
-
CodeArtifactRepository: "AWS::CodeArtifact::Repository",
|
|
216
|
-
CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup",
|
|
217
|
-
CodeDeployApplication: "AWS::CodeDeploy::Application",
|
|
218
|
-
CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig",
|
|
219
|
-
CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup",
|
|
220
|
-
CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup",
|
|
221
|
-
CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation",
|
|
222
|
-
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
|
223
|
-
CognitoUserPool: "AWS::Cognito::UserPool",
|
|
224
|
-
CognitoUserPoolClient: "AWS::Cognito::UserPoolClient",
|
|
225
|
-
CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup",
|
|
226
|
-
ConformancePackCompliance: "AWS::Config::ConformancePackCompliance",
|
|
227
|
-
ConnectInstance: "AWS::Connect::Instance",
|
|
228
|
-
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
|
229
|
-
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
|
230
|
-
ConnectRule: "AWS::Connect::Rule",
|
|
231
|
-
ConnectUser: "AWS::Connect::User",
|
|
232
|
-
CustomerGateway: "AWS::EC2::CustomerGateway",
|
|
233
|
-
CustomerProfilesDomain: "AWS::CustomerProfiles::Domain",
|
|
234
|
-
CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType",
|
|
235
|
-
DBCluster: "AWS::RDS::DBCluster",
|
|
236
|
-
DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot",
|
|
237
|
-
DBInstance: "AWS::RDS::DBInstance",
|
|
238
|
-
DBSecurityGroup: "AWS::RDS::DBSecurityGroup",
|
|
239
|
-
DBSnapshot: "AWS::RDS::DBSnapshot",
|
|
240
|
-
DBSubnetGroup: "AWS::RDS::DBSubnetGroup",
|
|
241
|
-
DMSCertificate: "AWS::DMS::Certificate",
|
|
242
|
-
DMSEndpoint: "AWS::DMS::Endpoint",
|
|
243
|
-
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
|
244
|
-
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
|
245
|
-
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
|
246
|
-
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
|
247
|
-
DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows",
|
|
248
|
-
DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS",
|
|
249
|
-
DataSyncLocationNFS: "AWS::DataSync::LocationNFS",
|
|
250
|
-
DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage",
|
|
251
|
-
DataSyncLocationS3: "AWS::DataSync::LocationS3",
|
|
252
|
-
DataSyncLocationSMB: "AWS::DataSync::LocationSMB",
|
|
253
|
-
DataSyncTask: "AWS::DataSync::Task",
|
|
254
|
-
DetectiveGraph: "AWS::Detective::Graph",
|
|
255
|
-
DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile",
|
|
256
|
-
DeviceFarmProject: "AWS::DeviceFarm::Project",
|
|
257
|
-
DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject",
|
|
258
|
-
Distribution: "AWS::CloudFront::Distribution",
|
|
259
|
-
Domain: "AWS::Elasticsearch::Domain",
|
|
260
|
-
EC2CapacityReservation: "AWS::EC2::CapacityReservation",
|
|
261
|
-
EC2CarrierGateway: "AWS::EC2::CarrierGateway",
|
|
262
|
-
EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint",
|
|
263
|
-
EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation",
|
|
264
|
-
EC2DHCPOptions: "AWS::EC2::DHCPOptions",
|
|
265
|
-
EC2EC2Fleet: "AWS::EC2::EC2Fleet",
|
|
266
|
-
EC2EIPAssociation: "AWS::EC2::EIPAssociation",
|
|
267
|
-
EC2IPAM: "AWS::EC2::IPAM",
|
|
268
|
-
EC2IPAMPool: "AWS::EC2::IPAMPool",
|
|
269
|
-
EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery",
|
|
270
|
-
EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
|
|
271
|
-
EC2IPAMScope: "AWS::EC2::IPAMScope",
|
|
272
|
-
EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint",
|
|
273
|
-
EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope",
|
|
274
|
-
EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis",
|
|
275
|
-
EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath",
|
|
276
|
-
EC2PrefixList: "AWS::EC2::PrefixList",
|
|
277
|
-
EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess",
|
|
278
|
-
EC2SpotFleet: "AWS::EC2::SpotFleet",
|
|
279
|
-
EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation",
|
|
280
|
-
EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter",
|
|
281
|
-
EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession",
|
|
282
|
-
EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget",
|
|
283
|
-
EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect",
|
|
284
|
-
EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain",
|
|
285
|
-
EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion",
|
|
286
|
-
EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions",
|
|
287
|
-
EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification",
|
|
288
|
-
EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute",
|
|
289
|
-
ECRPublicRepository: "AWS::ECR::PublicRepository",
|
|
290
|
-
ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule",
|
|
291
|
-
ECRRegistryPolicy: "AWS::ECR::RegistryPolicy",
|
|
292
|
-
ECRRepository: "AWS::ECR::Repository",
|
|
293
|
-
ECSCapacityProvider: "AWS::ECS::CapacityProvider",
|
|
294
|
-
ECSCluster: "AWS::ECS::Cluster",
|
|
295
|
-
ECSService: "AWS::ECS::Service",
|
|
296
|
-
ECSTaskDefinition: "AWS::ECS::TaskDefinition",
|
|
297
|
-
ECSTaskSet: "AWS::ECS::TaskSet",
|
|
298
|
-
EFSAccessPoint: "AWS::EFS::AccessPoint",
|
|
299
|
-
EFSFileSystem: "AWS::EFS::FileSystem",
|
|
300
|
-
EIP: "AWS::EC2::EIP",
|
|
301
|
-
EKSAddon: "AWS::EKS::Addon",
|
|
302
|
-
EKSCluster: "AWS::EKS::Cluster",
|
|
303
|
-
EKSFargateProfile: "AWS::EKS::FargateProfile",
|
|
304
|
-
EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig",
|
|
305
|
-
EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration",
|
|
306
|
-
EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway",
|
|
307
|
-
EncryptionConfig: "AWS::XRay::EncryptionConfig",
|
|
308
|
-
Environment: "AWS::ElasticBeanstalk::Environment",
|
|
309
|
-
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
|
310
|
-
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
|
311
|
-
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
|
312
|
-
EventSchemasSchema: "AWS::EventSchemas::Schema",
|
|
313
|
-
EventSubscription: "AWS::RDS::EventSubscription",
|
|
314
|
-
EventsApiDestination: "AWS::Events::ApiDestination",
|
|
315
|
-
EventsArchive: "AWS::Events::Archive",
|
|
316
|
-
EventsConnection: "AWS::Events::Connection",
|
|
317
|
-
EventsEndpoint: "AWS::Events::Endpoint",
|
|
318
|
-
EventsEventBus: "AWS::Events::EventBus",
|
|
319
|
-
EventsRule: "AWS::Events::Rule",
|
|
320
|
-
EvidentlyLaunch: "AWS::Evidently::Launch",
|
|
321
|
-
EvidentlyProject: "AWS::Evidently::Project",
|
|
322
|
-
EvidentlySegment: "AWS::Evidently::Segment",
|
|
323
|
-
FISExperimentTemplate: "AWS::FIS::ExperimentTemplate",
|
|
324
|
-
FileData: "AWS::SSM::FileData",
|
|
325
|
-
FlowLog: "AWS::EC2::FlowLog",
|
|
326
|
-
ForecastDataset: "AWS::Forecast::Dataset",
|
|
327
|
-
ForecastDatasetGroup: "AWS::Forecast::DatasetGroup",
|
|
328
|
-
FraudDetectorEntityType: "AWS::FraudDetector::EntityType",
|
|
329
|
-
FraudDetectorLabel: "AWS::FraudDetector::Label",
|
|
330
|
-
FraudDetectorOutcome: "AWS::FraudDetector::Outcome",
|
|
331
|
-
FraudDetectorVariable: "AWS::FraudDetector::Variable",
|
|
332
|
-
Function: "AWS::Lambda::Function",
|
|
333
|
-
GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator",
|
|
334
|
-
GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup",
|
|
335
|
-
GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener",
|
|
336
|
-
GlueClassifier: "AWS::Glue::Classifier",
|
|
337
|
-
GlueJob: "AWS::Glue::Job",
|
|
338
|
-
GlueMLTransform: "AWS::Glue::MLTransform",
|
|
339
|
-
GrafanaWorkspace: "AWS::Grafana::Workspace",
|
|
340
|
-
GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion",
|
|
341
|
-
GroundStationConfig: "AWS::GroundStation::Config",
|
|
342
|
-
GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup",
|
|
343
|
-
GroundStationMissionProfile: "AWS::GroundStation::MissionProfile",
|
|
344
|
-
Group: "AWS::IAM::Group",
|
|
345
|
-
GuardDutyDetector: "AWS::GuardDuty::Detector",
|
|
346
|
-
GuardDutyFilter: "AWS::GuardDuty::Filter",
|
|
347
|
-
GuardDutyIPSet: "AWS::GuardDuty::IPSet",
|
|
348
|
-
GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
|
|
349
|
-
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
|
350
|
-
Host: "AWS::EC2::Host",
|
|
351
|
-
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
|
352
|
-
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
|
353
|
-
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
|
354
|
-
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
|
355
|
-
IPSetV2: "AWS::WAFv2::IPSet",
|
|
356
|
-
IVSChannel: "AWS::IVS::Channel",
|
|
357
|
-
IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair",
|
|
358
|
-
IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration",
|
|
359
|
-
ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe",
|
|
360
|
-
ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration",
|
|
361
|
-
ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline",
|
|
362
|
-
ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe",
|
|
363
|
-
ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration",
|
|
364
|
-
InspectorV2Activation: "AWS::InspectorV2::Activation",
|
|
365
|
-
InspectorV2Filter: "AWS::InspectorV2::Filter",
|
|
366
|
-
Instance: "AWS::EC2::Instance",
|
|
367
|
-
InternetGateway: "AWS::EC2::InternetGateway",
|
|
368
|
-
IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration",
|
|
369
|
-
IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel",
|
|
370
|
-
IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset",
|
|
371
|
-
IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore",
|
|
372
|
-
IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline",
|
|
373
|
-
IoTAuthorizer: "AWS::IoT::Authorizer",
|
|
374
|
-
IoTCACertificate: "AWS::IoT::CACertificate",
|
|
375
|
-
IoTCustomMetric: "AWS::IoT::CustomMetric",
|
|
376
|
-
IoTDimension: "AWS::IoT::Dimension",
|
|
377
|
-
IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel",
|
|
378
|
-
IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel",
|
|
379
|
-
IoTEventsInput: "AWS::IoTEvents::Input",
|
|
380
|
-
IoTFleetMetric: "AWS::IoT::FleetMetric",
|
|
381
|
-
IoTJobTemplate: "AWS::IoT::JobTemplate",
|
|
382
|
-
IoTMitigationAction: "AWS::IoT::MitigationAction",
|
|
383
|
-
IoTPolicy: "AWS::IoT::Policy",
|
|
384
|
-
IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate",
|
|
385
|
-
IoTRoleAlias: "AWS::IoT::RoleAlias",
|
|
386
|
-
IoTScheduledAudit: "AWS::IoT::ScheduledAudit",
|
|
387
|
-
IoTSecurityProfile: "AWS::IoT::SecurityProfile",
|
|
388
|
-
IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel",
|
|
389
|
-
IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard",
|
|
390
|
-
IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway",
|
|
391
|
-
IoTSiteWisePortal: "AWS::IoTSiteWise::Portal",
|
|
392
|
-
IoTSiteWiseProject: "AWS::IoTSiteWise::Project",
|
|
393
|
-
IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType",
|
|
394
|
-
IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity",
|
|
395
|
-
IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene",
|
|
396
|
-
IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob",
|
|
397
|
-
IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace",
|
|
398
|
-
IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask",
|
|
399
|
-
IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup",
|
|
400
|
-
IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile",
|
|
401
|
-
KMSAlias: "AWS::KMS::Alias",
|
|
402
|
-
KafkaConnectConnector: "AWS::KafkaConnect::Connector",
|
|
403
|
-
KendraIndex: "AWS::Kendra::Index",
|
|
404
|
-
Key: "AWS::KMS::Key",
|
|
405
|
-
KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application",
|
|
406
|
-
KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream",
|
|
407
|
-
KinesisStream: "AWS::Kinesis::Stream",
|
|
408
|
-
KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer",
|
|
409
|
-
KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel",
|
|
410
|
-
KinesisVideoStream: "AWS::KinesisVideo::Stream",
|
|
411
|
-
LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig",
|
|
412
|
-
LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration",
|
|
413
|
-
LaunchTemplate: "AWS::EC2::LaunchTemplate",
|
|
414
|
-
LexBot: "AWS::Lex::Bot",
|
|
415
|
-
LexBotAlias: "AWS::Lex::BotAlias",
|
|
416
|
-
LightsailBucket: "AWS::Lightsail::Bucket",
|
|
417
|
-
LightsailCertificate: "AWS::Lightsail::Certificate",
|
|
418
|
-
LightsailDisk: "AWS::Lightsail::Disk",
|
|
419
|
-
LightsailStaticIp: "AWS::Lightsail::StaticIp",
|
|
420
|
-
ListenerV2: "AWS::ElasticLoadBalancingV2::Listener",
|
|
421
|
-
LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer",
|
|
422
|
-
LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
|
423
|
-
LogsDestination: "AWS::Logs::Destination",
|
|
424
|
-
LookoutMetricsAlert: "AWS::LookoutMetrics::Alert",
|
|
425
|
-
LookoutVisionProject: "AWS::LookoutVision::Project",
|
|
426
|
-
M2Environment: "AWS::M2::Environment",
|
|
427
|
-
MSKBatchScramSecret: "AWS::MSK::BatchScramSecret",
|
|
428
|
-
MSKCluster: "AWS::MSK::Cluster",
|
|
429
|
-
MSKClusterPolicy: "AWS::MSK::ClusterPolicy",
|
|
430
|
-
MSKConfiguration: "AWS::MSK::Configuration",
|
|
431
|
-
MSKVpcConnection: "AWS::MSK::VpcConnection",
|
|
432
|
-
ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory",
|
|
433
|
-
ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet",
|
|
434
|
-
MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement",
|
|
435
|
-
MediaConnectFlowSource: "AWS::MediaConnect::FlowSource",
|
|
436
|
-
MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface",
|
|
437
|
-
MediaConnectGateway: "AWS::MediaConnect::Gateway",
|
|
438
|
-
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
|
439
|
-
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
|
440
|
-
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
|
441
|
-
MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup",
|
|
442
|
-
NatGateway: "AWS::EC2::NatGateway",
|
|
443
|
-
NetworkAcl: "AWS::EC2::NetworkAcl",
|
|
444
|
-
NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall",
|
|
445
|
-
NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy",
|
|
446
|
-
NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup",
|
|
447
|
-
NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
|
|
448
|
-
NetworkInterface: "AWS::EC2::NetworkInterface",
|
|
449
|
-
NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer",
|
|
450
|
-
NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation",
|
|
451
|
-
NetworkManagerDevice: "AWS::NetworkManager::Device",
|
|
452
|
-
NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork",
|
|
453
|
-
NetworkManagerLink: "AWS::NetworkManager::Link",
|
|
454
|
-
NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation",
|
|
455
|
-
NetworkManagerSite: "AWS::NetworkManager::Site",
|
|
456
|
-
NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration",
|
|
457
|
-
OpenSearchDomain: "AWS::OpenSearch::Domain",
|
|
458
|
-
OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection",
|
|
459
|
-
OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint",
|
|
460
|
-
PanoramaPackage: "AWS::Panorama::Package",
|
|
461
|
-
PatchCompliance: "AWS::SSM::PatchCompliance",
|
|
462
|
-
PersonalizeDataset: "AWS::Personalize::Dataset",
|
|
463
|
-
PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup",
|
|
464
|
-
PersonalizeSchema: "AWS::Personalize::Schema",
|
|
465
|
-
PersonalizeSolution: "AWS::Personalize::Solution",
|
|
466
|
-
PinpointApp: "AWS::Pinpoint::App",
|
|
467
|
-
PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings",
|
|
468
|
-
PinpointCampaign: "AWS::Pinpoint::Campaign",
|
|
469
|
-
PinpointEmailChannel: "AWS::Pinpoint::EmailChannel",
|
|
470
|
-
PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate",
|
|
471
|
-
PinpointEventStream: "AWS::Pinpoint::EventStream",
|
|
472
|
-
PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate",
|
|
473
|
-
PinpointSegment: "AWS::Pinpoint::Segment",
|
|
474
|
-
Pipeline: "AWS::CodePipeline::Pipeline",
|
|
475
|
-
Policy: "AWS::IAM::Policy",
|
|
476
|
-
Portfolio: "AWS::ServiceCatalog::Portfolio",
|
|
477
|
-
Project: "AWS::CodeBuild::Project",
|
|
478
|
-
Protection: "AWS::Shield::Protection",
|
|
479
|
-
QLDBLedger: "AWS::QLDB::Ledger",
|
|
480
|
-
Queue: "AWS::SQS::Queue",
|
|
481
|
-
QuickSightDataSource: "AWS::QuickSight::DataSource",
|
|
482
|
-
QuickSightTemplate: "AWS::QuickSight::Template",
|
|
483
|
-
QuickSightTheme: "AWS::QuickSight::Theme",
|
|
484
|
-
RDSGlobalCluster: "AWS::RDS::GlobalCluster",
|
|
485
|
-
RDSOptionGroup: "AWS::RDS::OptionGroup",
|
|
486
|
-
RUMAppMonitor: "AWS::RUM::AppMonitor",
|
|
487
|
-
RateBasedRule: "AWS::WAF::RateBasedRule",
|
|
488
|
-
RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess",
|
|
489
|
-
RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization",
|
|
490
|
-
RedshiftEventSubscription: "AWS::Redshift::EventSubscription",
|
|
491
|
-
RedshiftScheduledAction: "AWS::Redshift::ScheduledAction",
|
|
492
|
-
RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet",
|
|
493
|
-
RegionalProtection: "AWS::ShieldRegional::Protection",
|
|
494
|
-
RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule",
|
|
495
|
-
RegionalRule: "AWS::WAFRegional::Rule",
|
|
496
|
-
RegionalRuleGroup: "AWS::WAFRegional::RuleGroup",
|
|
497
|
-
RegionalWebACL: "AWS::WAFRegional::WebACL",
|
|
498
|
-
RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance",
|
|
499
|
-
ResilienceHubApp: "AWS::ResilienceHub::App",
|
|
500
|
-
ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy",
|
|
501
|
-
ResourceCompliance: "AWS::Config::ResourceCompliance",
|
|
502
|
-
ResourceExplorer2Index: "AWS::ResourceExplorer2::Index",
|
|
503
|
-
RestApi: "AWS::ApiGateway::RestApi",
|
|
504
|
-
RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication",
|
|
505
|
-
RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion",
|
|
506
|
-
RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication",
|
|
507
|
-
Role: "AWS::IAM::Role",
|
|
508
|
-
Route53HostedZone: "AWS::Route53::HostedZone",
|
|
509
|
-
Route53ProfilesProfile: "AWS::Route53Profiles::Profile",
|
|
510
|
-
Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster",
|
|
511
|
-
Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel",
|
|
512
|
-
Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl",
|
|
513
|
-
Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule",
|
|
514
|
-
Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell",
|
|
515
|
-
Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck",
|
|
516
|
-
Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup",
|
|
517
|
-
Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet",
|
|
518
|
-
Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
|
|
519
|
-
Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
|
|
520
|
-
Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
|
521
|
-
Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
|
|
522
|
-
Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig",
|
|
523
|
-
Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
|
|
524
|
-
Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule",
|
|
525
|
-
Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation",
|
|
526
|
-
RouteTable: "AWS::EC2::RouteTable",
|
|
527
|
-
Rule: "AWS::WAF::Rule",
|
|
528
|
-
RuleGroup: "AWS::WAF::RuleGroup",
|
|
529
|
-
RuleGroupV2: "AWS::WAFv2::RuleGroup",
|
|
530
|
-
S3AccessPoint: "AWS::S3::AccessPoint",
|
|
531
|
-
S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy",
|
|
532
|
-
S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket",
|
|
533
|
-
S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint",
|
|
534
|
-
S3StorageLens: "AWS::S3::StorageLens",
|
|
535
|
-
S3StorageLensGroup: "AWS::S3::StorageLensGroup",
|
|
536
|
-
SESConfigurationSet: "AWS::SES::ConfigurationSet",
|
|
537
|
-
SESContactList: "AWS::SES::ContactList",
|
|
538
|
-
SESReceiptFilter: "AWS::SES::ReceiptFilter",
|
|
539
|
-
SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet",
|
|
540
|
-
SESTemplate: "AWS::SES::Template",
|
|
541
|
-
SSMDocument: "AWS::SSM::Document",
|
|
542
|
-
SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig",
|
|
543
|
-
SageMakerCodeRepository: "AWS::SageMaker::CodeRepository",
|
|
544
|
-
SageMakerDomain: "AWS::SageMaker::Domain",
|
|
545
|
-
SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup",
|
|
546
|
-
SageMakerImage: "AWS::SageMaker::Image",
|
|
547
|
-
SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment",
|
|
548
|
-
SageMakerModel: "AWS::SageMaker::Model",
|
|
549
|
-
SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig",
|
|
550
|
-
SageMakerWorkteam: "AWS::SageMaker::Workteam",
|
|
551
|
-
ScalingPolicy: "AWS::AutoScaling::ScalingPolicy",
|
|
552
|
-
ScheduledAction: "AWS::AutoScaling::ScheduledAction",
|
|
553
|
-
Secret: "AWS::SecretsManager::Secret",
|
|
554
|
-
SecurityGroup: "AWS::EC2::SecurityGroup",
|
|
555
|
-
SecurityHubStandard: "AWS::SecurityHub::Standard",
|
|
556
|
-
ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace",
|
|
557
|
-
ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance",
|
|
558
|
-
ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace",
|
|
559
|
-
ServiceDiscoveryService: "AWS::ServiceDiscovery::Service",
|
|
560
|
-
SignerSigningProfile: "AWS::Signer::SigningProfile",
|
|
561
|
-
Stack: "AWS::CloudFormation::Stack",
|
|
562
|
-
Stage: "AWS::ApiGateway::Stage",
|
|
563
|
-
StageV2: "AWS::ApiGatewayV2::Stage",
|
|
564
|
-
StepFunctionsActivity: "AWS::StepFunctions::Activity",
|
|
565
|
-
StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine",
|
|
566
|
-
StreamingDistribution: "AWS::CloudFront::StreamingDistribution",
|
|
567
|
-
Subnet: "AWS::EC2::Subnet",
|
|
568
|
-
Table: "AWS::DynamoDB::Table",
|
|
569
|
-
Topic: "AWS::SNS::Topic",
|
|
570
|
-
Trail: "AWS::CloudTrail::Trail",
|
|
571
|
-
TransferAgreement: "AWS::Transfer::Agreement",
|
|
572
|
-
TransferCertificate: "AWS::Transfer::Certificate",
|
|
573
|
-
TransferConnector: "AWS::Transfer::Connector",
|
|
574
|
-
TransferProfile: "AWS::Transfer::Profile",
|
|
575
|
-
TransferWorkflow: "AWS::Transfer::Workflow",
|
|
576
|
-
TransitGateway: "AWS::EC2::TransitGateway",
|
|
577
|
-
TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment",
|
|
578
|
-
TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable",
|
|
579
|
-
User: "AWS::IAM::User",
|
|
580
|
-
VPC: "AWS::EC2::VPC",
|
|
581
|
-
VPCEndpoint: "AWS::EC2::VPCEndpoint",
|
|
582
|
-
VPCEndpointService: "AWS::EC2::VPCEndpointService",
|
|
583
|
-
VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection",
|
|
584
|
-
VPNConnection: "AWS::EC2::VPNConnection",
|
|
585
|
-
VPNGateway: "AWS::EC2::VPNGateway",
|
|
586
|
-
Volume: "AWS::EC2::Volume",
|
|
587
|
-
WebACL: "AWS::WAF::WebACL",
|
|
588
|
-
WebACLV2: "AWS::WAFv2::WebACL",
|
|
589
|
-
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
|
590
|
-
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
|
|
591
|
-
};
|
|
592
|
-
const AggregatorFilterType = {
|
|
593
|
-
INCLUDE: "INCLUDE",
|
|
594
|
-
};
|
|
595
|
-
const RecordingStrategyType = {
|
|
596
|
-
ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES",
|
|
597
|
-
EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES",
|
|
598
|
-
INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES",
|
|
599
|
-
};
|
|
600
|
-
const RecordingFrequency = {
|
|
601
|
-
CONTINUOUS: "CONTINUOUS",
|
|
602
|
-
DAILY: "DAILY",
|
|
603
|
-
};
|
|
604
|
-
const RecordingScope = {
|
|
605
|
-
INTERNAL: "INTERNAL",
|
|
606
|
-
PAID: "PAID",
|
|
607
|
-
};
|
|
608
|
-
let ConflictException$1 = class ConflictException extends ConfigServiceServiceException$1 {
|
|
609
|
-
name = "ConflictException";
|
|
610
|
-
$fault = "client";
|
|
611
|
-
constructor(opts) {
|
|
612
|
-
super({
|
|
613
|
-
name: "ConflictException",
|
|
614
|
-
$fault: "client",
|
|
615
|
-
...opts,
|
|
616
|
-
});
|
|
617
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
618
|
-
}
|
|
619
|
-
};
|
|
620
|
-
let NoSuchConfigurationRecorderException$1 = class NoSuchConfigurationRecorderException extends ConfigServiceServiceException$1 {
|
|
621
|
-
name = "NoSuchConfigurationRecorderException";
|
|
622
|
-
$fault = "client";
|
|
623
|
-
constructor(opts) {
|
|
624
|
-
super({
|
|
625
|
-
name: "NoSuchConfigurationRecorderException",
|
|
626
|
-
$fault: "client",
|
|
627
|
-
...opts,
|
|
628
|
-
});
|
|
629
|
-
Object.setPrototypeOf(this, NoSuchConfigurationRecorderException.prototype);
|
|
630
|
-
}
|
|
631
|
-
};
|
|
632
|
-
let ValidationException$1 = class ValidationException extends ConfigServiceServiceException$1 {
|
|
633
|
-
name = "ValidationException";
|
|
634
|
-
$fault = "client";
|
|
635
|
-
constructor(opts) {
|
|
636
|
-
super({
|
|
637
|
-
name: "ValidationException",
|
|
638
|
-
$fault: "client",
|
|
639
|
-
...opts,
|
|
640
|
-
});
|
|
641
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
642
|
-
}
|
|
643
|
-
};
|
|
644
|
-
const ConfigurationItemStatus = {
|
|
645
|
-
OK: "OK",
|
|
646
|
-
ResourceDeleted: "ResourceDeleted",
|
|
647
|
-
ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded",
|
|
648
|
-
ResourceDiscovered: "ResourceDiscovered",
|
|
649
|
-
ResourceNotRecorded: "ResourceNotRecorded",
|
|
650
|
-
};
|
|
651
|
-
let NoSuchConfigurationAggregatorException$1 = class NoSuchConfigurationAggregatorException extends ConfigServiceServiceException$1 {
|
|
652
|
-
name = "NoSuchConfigurationAggregatorException";
|
|
653
|
-
$fault = "client";
|
|
654
|
-
constructor(opts) {
|
|
655
|
-
super({
|
|
656
|
-
name: "NoSuchConfigurationAggregatorException",
|
|
657
|
-
$fault: "client",
|
|
658
|
-
...opts,
|
|
659
|
-
});
|
|
660
|
-
Object.setPrototypeOf(this, NoSuchConfigurationAggregatorException.prototype);
|
|
661
|
-
}
|
|
662
|
-
};
|
|
663
|
-
let NoAvailableConfigurationRecorderException$1 = class NoAvailableConfigurationRecorderException extends ConfigServiceServiceException$1 {
|
|
664
|
-
name = "NoAvailableConfigurationRecorderException";
|
|
665
|
-
$fault = "client";
|
|
666
|
-
constructor(opts) {
|
|
667
|
-
super({
|
|
668
|
-
name: "NoAvailableConfigurationRecorderException",
|
|
669
|
-
$fault: "client",
|
|
670
|
-
...opts,
|
|
671
|
-
});
|
|
672
|
-
Object.setPrototypeOf(this, NoAvailableConfigurationRecorderException.prototype);
|
|
673
|
-
}
|
|
674
|
-
};
|
|
675
|
-
const ChronologicalOrder = {
|
|
676
|
-
Forward: "Forward",
|
|
677
|
-
Reverse: "Reverse",
|
|
678
|
-
};
|
|
679
|
-
const DeliveryStatus = {
|
|
680
|
-
Failure: "Failure",
|
|
681
|
-
Not_Applicable: "Not_Applicable",
|
|
682
|
-
Success: "Success",
|
|
683
|
-
};
|
|
684
|
-
const ConfigRuleState = {
|
|
685
|
-
ACTIVE: "ACTIVE",
|
|
686
|
-
DELETING: "DELETING",
|
|
687
|
-
DELETING_RESULTS: "DELETING_RESULTS",
|
|
688
|
-
EVALUATING: "EVALUATING",
|
|
689
|
-
};
|
|
690
|
-
const MaximumExecutionFrequency = {
|
|
691
|
-
One_Hour: "One_Hour",
|
|
692
|
-
Six_Hours: "Six_Hours",
|
|
693
|
-
Three_Hours: "Three_Hours",
|
|
694
|
-
Twelve_Hours: "Twelve_Hours",
|
|
695
|
-
TwentyFour_Hours: "TwentyFour_Hours",
|
|
696
|
-
};
|
|
697
|
-
const Owner = {
|
|
698
|
-
Aws: "AWS",
|
|
699
|
-
Custom_Lambda: "CUSTOM_LAMBDA",
|
|
700
|
-
Custom_Policy: "CUSTOM_POLICY",
|
|
701
|
-
};
|
|
702
|
-
const EventSource = {
|
|
703
|
-
Aws_Config: "aws.config",
|
|
704
|
-
};
|
|
705
|
-
const MessageType = {
|
|
706
|
-
ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification",
|
|
707
|
-
ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted",
|
|
708
|
-
OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification",
|
|
709
|
-
ScheduledNotification: "ScheduledNotification",
|
|
710
|
-
};
|
|
711
|
-
const ConfigRuleComplianceSummaryGroupKey = {
|
|
712
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
713
|
-
AWS_REGION: "AWS_REGION",
|
|
714
|
-
};
|
|
715
|
-
const ConfigurationRecorderFilterName = {
|
|
716
|
-
RecordingScope: "recordingScope",
|
|
717
|
-
};
|
|
718
|
-
const RecorderStatus = {
|
|
719
|
-
Failure: "Failure",
|
|
720
|
-
NotApplicable: "NotApplicable",
|
|
721
|
-
Pending: "Pending",
|
|
722
|
-
Success: "Success",
|
|
723
|
-
};
|
|
724
|
-
const ConformancePackState = {
|
|
725
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
726
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
727
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
728
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
729
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
730
|
-
};
|
|
731
|
-
let ConformancePackTemplateValidationException$1 = class ConformancePackTemplateValidationException extends ConfigServiceServiceException$1 {
|
|
732
|
-
name = "ConformancePackTemplateValidationException";
|
|
733
|
-
$fault = "client";
|
|
734
|
-
constructor(opts) {
|
|
735
|
-
super({
|
|
736
|
-
name: "ConformancePackTemplateValidationException",
|
|
737
|
-
$fault: "client",
|
|
738
|
-
...opts,
|
|
739
|
-
});
|
|
740
|
-
Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
|
|
741
|
-
}
|
|
180
|
+
let ConformancePackTemplateValidationException$1 = class ConformancePackTemplateValidationException extends ConfigServiceServiceException$1 {
|
|
181
|
+
name = "ConformancePackTemplateValidationException";
|
|
182
|
+
$fault = "client";
|
|
183
|
+
constructor(opts) {
|
|
184
|
+
super({
|
|
185
|
+
name: "ConformancePackTemplateValidationException",
|
|
186
|
+
$fault: "client",
|
|
187
|
+
...opts,
|
|
188
|
+
});
|
|
189
|
+
Object.setPrototypeOf(this, ConformancePackTemplateValidationException.prototype);
|
|
190
|
+
}
|
|
742
191
|
};
|
|
743
192
|
let InvalidParameterValueException$1 = class InvalidParameterValueException extends ConfigServiceServiceException$1 {
|
|
744
193
|
name = "InvalidParameterValueException";
|
|
@@ -980,68 +429,6 @@ let NoSuchConfigRuleInConformancePackException$1 = class NoSuchConfigRuleInConfo
|
|
|
980
429
|
Object.setPrototypeOf(this, NoSuchConfigRuleInConformancePackException.prototype);
|
|
981
430
|
}
|
|
982
431
|
};
|
|
983
|
-
const OrganizationConfigRuleTriggerTypeNoSN = {
|
|
984
|
-
CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
|
|
985
|
-
OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
|
|
986
|
-
};
|
|
987
|
-
const OrganizationConfigRuleTriggerType = {
|
|
988
|
-
CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
|
|
989
|
-
OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
|
|
990
|
-
SCHEDULED_NOTIFICATION: "ScheduledNotification",
|
|
991
|
-
};
|
|
992
|
-
const OrganizationRuleStatus = {
|
|
993
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
994
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
995
|
-
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
996
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
997
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
998
|
-
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
999
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1000
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
1001
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
1002
|
-
};
|
|
1003
|
-
const OrganizationResourceStatus = {
|
|
1004
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
1005
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
1006
|
-
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
1007
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
1008
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1009
|
-
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
1010
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1011
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
1012
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
1013
|
-
};
|
|
1014
|
-
const ResourceValueType = {
|
|
1015
|
-
RESOURCE_ID: "RESOURCE_ID",
|
|
1016
|
-
};
|
|
1017
|
-
const RemediationTargetType = {
|
|
1018
|
-
SSM_DOCUMENT: "SSM_DOCUMENT",
|
|
1019
|
-
};
|
|
1020
|
-
const RemediationExecutionState = {
|
|
1021
|
-
FAILED: "FAILED",
|
|
1022
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
1023
|
-
QUEUED: "QUEUED",
|
|
1024
|
-
SUCCEEDED: "SUCCEEDED",
|
|
1025
|
-
UNKNOWN: "UNKNOWN",
|
|
1026
|
-
};
|
|
1027
|
-
const RemediationExecutionStepState = {
|
|
1028
|
-
EXITED: "EXITED",
|
|
1029
|
-
FAILED: "FAILED",
|
|
1030
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
1031
|
-
PENDING: "PENDING",
|
|
1032
|
-
SUCCEEDED: "SUCCEEDED",
|
|
1033
|
-
UNKNOWN: "UNKNOWN",
|
|
1034
|
-
};
|
|
1035
|
-
const ResourceEvaluationStatus = {
|
|
1036
|
-
FAILED: "FAILED",
|
|
1037
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
1038
|
-
SUCCEEDED: "SUCCEEDED",
|
|
1039
|
-
};
|
|
1040
|
-
const ResourceCountGroupKey = {
|
|
1041
|
-
ACCOUNT_ID: "ACCOUNT_ID",
|
|
1042
|
-
AWS_REGION: "AWS_REGION",
|
|
1043
|
-
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
1044
|
-
};
|
|
1045
432
|
let OversizedConfigurationItemException$1 = class OversizedConfigurationItemException extends ConfigServiceServiceException$1 {
|
|
1046
433
|
name = "OversizedConfigurationItemException";
|
|
1047
434
|
$fault = "client";
|
|
@@ -1066,28 +453,6 @@ let ResourceNotDiscoveredException$1 = class ResourceNotDiscoveredException exte
|
|
|
1066
453
|
Object.setPrototypeOf(this, ResourceNotDiscoveredException.prototype);
|
|
1067
454
|
}
|
|
1068
455
|
};
|
|
1069
|
-
const MemberAccountRuleStatus = {
|
|
1070
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
1071
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
1072
|
-
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
1073
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
1074
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1075
|
-
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
1076
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1077
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
1078
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
1079
|
-
};
|
|
1080
|
-
const OrganizationResourceDetailedStatus = {
|
|
1081
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
1082
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
1083
|
-
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
1084
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
1085
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
1086
|
-
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
1087
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1088
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
1089
|
-
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
1090
|
-
};
|
|
1091
456
|
let InvalidTimeRangeException$1 = class InvalidTimeRangeException extends ConfigServiceServiceException$1 {
|
|
1092
457
|
name = "InvalidTimeRangeException";
|
|
1093
458
|
$fault = "client";
|
|
@@ -1100,9 +465,6 @@ let InvalidTimeRangeException$1 = class InvalidTimeRangeException extends Config
|
|
|
1100
465
|
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1101
466
|
}
|
|
1102
467
|
};
|
|
1103
|
-
const ResourceConfigurationSchemaType = {
|
|
1104
|
-
CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA",
|
|
1105
|
-
};
|
|
1106
468
|
let IdempotentParameterMismatch$1 = class IdempotentParameterMismatch extends ConfigServiceServiceException$1 {
|
|
1107
469
|
name = "IdempotentParameterMismatch";
|
|
1108
470
|
$fault = "client";
|
|
@@ -1247,14 +609,6 @@ let LimitExceededException$1 = class LimitExceededException extends ConfigServic
|
|
|
1247
609
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
1248
610
|
}
|
|
1249
611
|
};
|
|
1250
|
-
|
|
1251
|
-
const SortBy = {
|
|
1252
|
-
SCORE: "SCORE",
|
|
1253
|
-
};
|
|
1254
|
-
const SortOrder = {
|
|
1255
|
-
ASCENDING: "ASCENDING",
|
|
1256
|
-
DESCENDING: "DESCENDING",
|
|
1257
|
-
};
|
|
1258
612
|
let MaxActiveResourcesExceededException$1 = class MaxActiveResourcesExceededException extends ConfigServiceServiceException$1 {
|
|
1259
613
|
name = "MaxActiveResourcesExceededException";
|
|
1260
614
|
$fault = "client";
|
|
@@ -6461,91 +5815,737 @@ const commands = {
|
|
|
6461
5815
|
TagResourceCommand,
|
|
6462
5816
|
UntagResourceCommand,
|
|
6463
5817
|
};
|
|
6464
|
-
class ConfigService extends ConfigServiceClient {
|
|
6465
|
-
}
|
|
6466
|
-
smithyClient.createAggregatedClient(commands, ConfigService);
|
|
6467
|
-
|
|
6468
|
-
const paginateDescribeAggregateComplianceByConfigRules = core.createPaginator(ConfigServiceClient, DescribeAggregateComplianceByConfigRulesCommand, "NextToken", "NextToken", "Limit");
|
|
6469
|
-
|
|
6470
|
-
const paginateDescribeAggregateComplianceByConformancePacks = core.createPaginator(ConfigServiceClient, DescribeAggregateComplianceByConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
6471
|
-
|
|
6472
|
-
const paginateDescribeAggregationAuthorizations = core.createPaginator(ConfigServiceClient, DescribeAggregationAuthorizationsCommand, "NextToken", "NextToken", "Limit");
|
|
6473
|
-
|
|
6474
|
-
const paginateDescribeComplianceByConfigRule = core.createPaginator(ConfigServiceClient, DescribeComplianceByConfigRuleCommand, "NextToken", "NextToken", "");
|
|
6475
|
-
|
|
6476
|
-
const paginateDescribeComplianceByResource = core.createPaginator(ConfigServiceClient, DescribeComplianceByResourceCommand, "NextToken", "NextToken", "Limit");
|
|
6477
|
-
|
|
6478
|
-
const paginateDescribeConfigRuleEvaluationStatus = core.createPaginator(ConfigServiceClient, DescribeConfigRuleEvaluationStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6479
|
-
|
|
6480
|
-
const paginateDescribeConfigRules = core.createPaginator(ConfigServiceClient, DescribeConfigRulesCommand, "NextToken", "NextToken", "");
|
|
6481
|
-
|
|
6482
|
-
const paginateDescribeConfigurationAggregatorSourcesStatus = core.createPaginator(ConfigServiceClient, DescribeConfigurationAggregatorSourcesStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6483
|
-
|
|
6484
|
-
const paginateDescribeConfigurationAggregators = core.createPaginator(ConfigServiceClient, DescribeConfigurationAggregatorsCommand, "NextToken", "NextToken", "Limit");
|
|
6485
|
-
|
|
6486
|
-
const paginateDescribeConformancePackCompliance = core.createPaginator(ConfigServiceClient, DescribeConformancePackComplianceCommand, "NextToken", "NextToken", "Limit");
|
|
6487
|
-
|
|
6488
|
-
const paginateDescribeConformancePackStatus = core.createPaginator(ConfigServiceClient, DescribeConformancePackStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6489
|
-
|
|
6490
|
-
const paginateDescribeConformancePacks = core.createPaginator(ConfigServiceClient, DescribeConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
6491
|
-
|
|
6492
|
-
const paginateDescribeOrganizationConfigRuleStatuses = core.createPaginator(ConfigServiceClient, DescribeOrganizationConfigRuleStatusesCommand, "NextToken", "NextToken", "Limit");
|
|
6493
|
-
|
|
6494
|
-
const paginateDescribeOrganizationConfigRules = core.createPaginator(ConfigServiceClient, DescribeOrganizationConfigRulesCommand, "NextToken", "NextToken", "Limit");
|
|
6495
|
-
|
|
6496
|
-
const paginateDescribeOrganizationConformancePackStatuses = core.createPaginator(ConfigServiceClient, DescribeOrganizationConformancePackStatusesCommand, "NextToken", "NextToken", "Limit");
|
|
6497
|
-
|
|
6498
|
-
const paginateDescribeOrganizationConformancePacks = core.createPaginator(ConfigServiceClient, DescribeOrganizationConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
6499
|
-
|
|
6500
|
-
const paginateDescribePendingAggregationRequests = core.createPaginator(ConfigServiceClient, DescribePendingAggregationRequestsCommand, "NextToken", "NextToken", "Limit");
|
|
6501
|
-
|
|
6502
|
-
const paginateDescribeRemediationExceptions = core.createPaginator(ConfigServiceClient, DescribeRemediationExceptionsCommand, "NextToken", "NextToken", "Limit");
|
|
6503
|
-
|
|
6504
|
-
const paginateDescribeRemediationExecutionStatus = core.createPaginator(ConfigServiceClient, DescribeRemediationExecutionStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6505
|
-
|
|
6506
|
-
const paginateDescribeRetentionConfigurations = core.createPaginator(ConfigServiceClient, DescribeRetentionConfigurationsCommand, "NextToken", "NextToken", "");
|
|
6507
|
-
|
|
6508
|
-
const paginateGetAggregateComplianceDetailsByConfigRule = core.createPaginator(ConfigServiceClient, GetAggregateComplianceDetailsByConfigRuleCommand, "NextToken", "NextToken", "Limit");
|
|
6509
|
-
|
|
6510
|
-
const paginateGetAggregateConfigRuleComplianceSummary = core.createPaginator(ConfigServiceClient, GetAggregateConfigRuleComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
6511
|
-
|
|
6512
|
-
const paginateGetAggregateConformancePackComplianceSummary = core.createPaginator(ConfigServiceClient, GetAggregateConformancePackComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
6513
|
-
|
|
6514
|
-
const paginateGetAggregateDiscoveredResourceCounts = core.createPaginator(ConfigServiceClient, GetAggregateDiscoveredResourceCountsCommand, "NextToken", "NextToken", "Limit");
|
|
6515
|
-
|
|
6516
|
-
const paginateGetComplianceDetailsByConfigRule = core.createPaginator(ConfigServiceClient, GetComplianceDetailsByConfigRuleCommand, "NextToken", "NextToken", "Limit");
|
|
6517
|
-
|
|
6518
|
-
const paginateGetComplianceDetailsByResource = core.createPaginator(ConfigServiceClient, GetComplianceDetailsByResourceCommand, "NextToken", "NextToken", "");
|
|
6519
|
-
|
|
6520
|
-
const paginateGetConformancePackComplianceDetails = core.createPaginator(ConfigServiceClient, GetConformancePackComplianceDetailsCommand, "NextToken", "NextToken", "Limit");
|
|
6521
|
-
|
|
6522
|
-
const paginateGetConformancePackComplianceSummary = core.createPaginator(ConfigServiceClient, GetConformancePackComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
6523
|
-
|
|
6524
|
-
const paginateGetDiscoveredResourceCounts = core.createPaginator(ConfigServiceClient, GetDiscoveredResourceCountsCommand, "nextToken", "nextToken", "limit");
|
|
6525
|
-
|
|
6526
|
-
const paginateGetOrganizationConfigRuleDetailedStatus = core.createPaginator(ConfigServiceClient, GetOrganizationConfigRuleDetailedStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6527
|
-
|
|
6528
|
-
const paginateGetOrganizationConformancePackDetailedStatus = core.createPaginator(ConfigServiceClient, GetOrganizationConformancePackDetailedStatusCommand, "NextToken", "NextToken", "Limit");
|
|
6529
|
-
|
|
6530
|
-
const paginateGetResourceConfigHistory = core.createPaginator(ConfigServiceClient, GetResourceConfigHistoryCommand, "nextToken", "nextToken", "limit");
|
|
6531
|
-
|
|
6532
|
-
const paginateListAggregateDiscoveredResources = core.createPaginator(ConfigServiceClient, ListAggregateDiscoveredResourcesCommand, "NextToken", "NextToken", "Limit");
|
|
6533
|
-
|
|
6534
|
-
const paginateListConfigurationRecorders = core.createPaginator(ConfigServiceClient, ListConfigurationRecordersCommand, "NextToken", "NextToken", "MaxResults");
|
|
6535
|
-
|
|
6536
|
-
const paginateListConformancePackComplianceScores = core.createPaginator(ConfigServiceClient, ListConformancePackComplianceScoresCommand, "NextToken", "NextToken", "Limit");
|
|
6537
|
-
|
|
6538
|
-
const paginateListDiscoveredResources = core.createPaginator(ConfigServiceClient, ListDiscoveredResourcesCommand, "nextToken", "nextToken", "limit");
|
|
6539
|
-
|
|
6540
|
-
const paginateListResourceEvaluations = core.createPaginator(ConfigServiceClient, ListResourceEvaluationsCommand, "NextToken", "NextToken", "Limit");
|
|
6541
|
-
|
|
6542
|
-
const paginateListStoredQueries = core.createPaginator(ConfigServiceClient, ListStoredQueriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
6543
|
-
|
|
6544
|
-
const paginateListTagsForResource = core.createPaginator(ConfigServiceClient, ListTagsForResourceCommand, "NextToken", "NextToken", "Limit");
|
|
6545
|
-
|
|
6546
|
-
const paginateSelectAggregateResourceConfig = core.createPaginator(ConfigServiceClient, SelectAggregateResourceConfigCommand, "NextToken", "NextToken", "Limit");
|
|
6547
|
-
|
|
6548
|
-
const paginateSelectResourceConfig = core.createPaginator(ConfigServiceClient, SelectResourceConfigCommand, "NextToken", "NextToken", "Limit");
|
|
5818
|
+
class ConfigService extends ConfigServiceClient {
|
|
5819
|
+
}
|
|
5820
|
+
smithyClient.createAggregatedClient(commands, ConfigService);
|
|
5821
|
+
|
|
5822
|
+
const paginateDescribeAggregateComplianceByConfigRules = core.createPaginator(ConfigServiceClient, DescribeAggregateComplianceByConfigRulesCommand, "NextToken", "NextToken", "Limit");
|
|
5823
|
+
|
|
5824
|
+
const paginateDescribeAggregateComplianceByConformancePacks = core.createPaginator(ConfigServiceClient, DescribeAggregateComplianceByConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
5825
|
+
|
|
5826
|
+
const paginateDescribeAggregationAuthorizations = core.createPaginator(ConfigServiceClient, DescribeAggregationAuthorizationsCommand, "NextToken", "NextToken", "Limit");
|
|
5827
|
+
|
|
5828
|
+
const paginateDescribeComplianceByConfigRule = core.createPaginator(ConfigServiceClient, DescribeComplianceByConfigRuleCommand, "NextToken", "NextToken", "");
|
|
5829
|
+
|
|
5830
|
+
const paginateDescribeComplianceByResource = core.createPaginator(ConfigServiceClient, DescribeComplianceByResourceCommand, "NextToken", "NextToken", "Limit");
|
|
5831
|
+
|
|
5832
|
+
const paginateDescribeConfigRuleEvaluationStatus = core.createPaginator(ConfigServiceClient, DescribeConfigRuleEvaluationStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5833
|
+
|
|
5834
|
+
const paginateDescribeConfigRules = core.createPaginator(ConfigServiceClient, DescribeConfigRulesCommand, "NextToken", "NextToken", "");
|
|
5835
|
+
|
|
5836
|
+
const paginateDescribeConfigurationAggregatorSourcesStatus = core.createPaginator(ConfigServiceClient, DescribeConfigurationAggregatorSourcesStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5837
|
+
|
|
5838
|
+
const paginateDescribeConfigurationAggregators = core.createPaginator(ConfigServiceClient, DescribeConfigurationAggregatorsCommand, "NextToken", "NextToken", "Limit");
|
|
5839
|
+
|
|
5840
|
+
const paginateDescribeConformancePackCompliance = core.createPaginator(ConfigServiceClient, DescribeConformancePackComplianceCommand, "NextToken", "NextToken", "Limit");
|
|
5841
|
+
|
|
5842
|
+
const paginateDescribeConformancePackStatus = core.createPaginator(ConfigServiceClient, DescribeConformancePackStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5843
|
+
|
|
5844
|
+
const paginateDescribeConformancePacks = core.createPaginator(ConfigServiceClient, DescribeConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
5845
|
+
|
|
5846
|
+
const paginateDescribeOrganizationConfigRuleStatuses = core.createPaginator(ConfigServiceClient, DescribeOrganizationConfigRuleStatusesCommand, "NextToken", "NextToken", "Limit");
|
|
5847
|
+
|
|
5848
|
+
const paginateDescribeOrganizationConfigRules = core.createPaginator(ConfigServiceClient, DescribeOrganizationConfigRulesCommand, "NextToken", "NextToken", "Limit");
|
|
5849
|
+
|
|
5850
|
+
const paginateDescribeOrganizationConformancePackStatuses = core.createPaginator(ConfigServiceClient, DescribeOrganizationConformancePackStatusesCommand, "NextToken", "NextToken", "Limit");
|
|
5851
|
+
|
|
5852
|
+
const paginateDescribeOrganizationConformancePacks = core.createPaginator(ConfigServiceClient, DescribeOrganizationConformancePacksCommand, "NextToken", "NextToken", "Limit");
|
|
5853
|
+
|
|
5854
|
+
const paginateDescribePendingAggregationRequests = core.createPaginator(ConfigServiceClient, DescribePendingAggregationRequestsCommand, "NextToken", "NextToken", "Limit");
|
|
5855
|
+
|
|
5856
|
+
const paginateDescribeRemediationExceptions = core.createPaginator(ConfigServiceClient, DescribeRemediationExceptionsCommand, "NextToken", "NextToken", "Limit");
|
|
5857
|
+
|
|
5858
|
+
const paginateDescribeRemediationExecutionStatus = core.createPaginator(ConfigServiceClient, DescribeRemediationExecutionStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5859
|
+
|
|
5860
|
+
const paginateDescribeRetentionConfigurations = core.createPaginator(ConfigServiceClient, DescribeRetentionConfigurationsCommand, "NextToken", "NextToken", "");
|
|
5861
|
+
|
|
5862
|
+
const paginateGetAggregateComplianceDetailsByConfigRule = core.createPaginator(ConfigServiceClient, GetAggregateComplianceDetailsByConfigRuleCommand, "NextToken", "NextToken", "Limit");
|
|
5863
|
+
|
|
5864
|
+
const paginateGetAggregateConfigRuleComplianceSummary = core.createPaginator(ConfigServiceClient, GetAggregateConfigRuleComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
5865
|
+
|
|
5866
|
+
const paginateGetAggregateConformancePackComplianceSummary = core.createPaginator(ConfigServiceClient, GetAggregateConformancePackComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
5867
|
+
|
|
5868
|
+
const paginateGetAggregateDiscoveredResourceCounts = core.createPaginator(ConfigServiceClient, GetAggregateDiscoveredResourceCountsCommand, "NextToken", "NextToken", "Limit");
|
|
5869
|
+
|
|
5870
|
+
const paginateGetComplianceDetailsByConfigRule = core.createPaginator(ConfigServiceClient, GetComplianceDetailsByConfigRuleCommand, "NextToken", "NextToken", "Limit");
|
|
5871
|
+
|
|
5872
|
+
const paginateGetComplianceDetailsByResource = core.createPaginator(ConfigServiceClient, GetComplianceDetailsByResourceCommand, "NextToken", "NextToken", "");
|
|
5873
|
+
|
|
5874
|
+
const paginateGetConformancePackComplianceDetails = core.createPaginator(ConfigServiceClient, GetConformancePackComplianceDetailsCommand, "NextToken", "NextToken", "Limit");
|
|
5875
|
+
|
|
5876
|
+
const paginateGetConformancePackComplianceSummary = core.createPaginator(ConfigServiceClient, GetConformancePackComplianceSummaryCommand, "NextToken", "NextToken", "Limit");
|
|
5877
|
+
|
|
5878
|
+
const paginateGetDiscoveredResourceCounts = core.createPaginator(ConfigServiceClient, GetDiscoveredResourceCountsCommand, "nextToken", "nextToken", "limit");
|
|
5879
|
+
|
|
5880
|
+
const paginateGetOrganizationConfigRuleDetailedStatus = core.createPaginator(ConfigServiceClient, GetOrganizationConfigRuleDetailedStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5881
|
+
|
|
5882
|
+
const paginateGetOrganizationConformancePackDetailedStatus = core.createPaginator(ConfigServiceClient, GetOrganizationConformancePackDetailedStatusCommand, "NextToken", "NextToken", "Limit");
|
|
5883
|
+
|
|
5884
|
+
const paginateGetResourceConfigHistory = core.createPaginator(ConfigServiceClient, GetResourceConfigHistoryCommand, "nextToken", "nextToken", "limit");
|
|
5885
|
+
|
|
5886
|
+
const paginateListAggregateDiscoveredResources = core.createPaginator(ConfigServiceClient, ListAggregateDiscoveredResourcesCommand, "NextToken", "NextToken", "Limit");
|
|
5887
|
+
|
|
5888
|
+
const paginateListConfigurationRecorders = core.createPaginator(ConfigServiceClient, ListConfigurationRecordersCommand, "NextToken", "NextToken", "MaxResults");
|
|
5889
|
+
|
|
5890
|
+
const paginateListConformancePackComplianceScores = core.createPaginator(ConfigServiceClient, ListConformancePackComplianceScoresCommand, "NextToken", "NextToken", "Limit");
|
|
5891
|
+
|
|
5892
|
+
const paginateListDiscoveredResources = core.createPaginator(ConfigServiceClient, ListDiscoveredResourcesCommand, "nextToken", "nextToken", "limit");
|
|
5893
|
+
|
|
5894
|
+
const paginateListResourceEvaluations = core.createPaginator(ConfigServiceClient, ListResourceEvaluationsCommand, "NextToken", "NextToken", "Limit");
|
|
5895
|
+
|
|
5896
|
+
const paginateListStoredQueries = core.createPaginator(ConfigServiceClient, ListStoredQueriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
5897
|
+
|
|
5898
|
+
const paginateListTagsForResource = core.createPaginator(ConfigServiceClient, ListTagsForResourceCommand, "NextToken", "NextToken", "Limit");
|
|
5899
|
+
|
|
5900
|
+
const paginateSelectAggregateResourceConfig = core.createPaginator(ConfigServiceClient, SelectAggregateResourceConfigCommand, "NextToken", "NextToken", "Limit");
|
|
5901
|
+
|
|
5902
|
+
const paginateSelectResourceConfig = core.createPaginator(ConfigServiceClient, SelectResourceConfigCommand, "NextToken", "NextToken", "Limit");
|
|
5903
|
+
|
|
5904
|
+
const ComplianceType = {
|
|
5905
|
+
Compliant: "COMPLIANT",
|
|
5906
|
+
Insufficient_Data: "INSUFFICIENT_DATA",
|
|
5907
|
+
Non_Compliant: "NON_COMPLIANT",
|
|
5908
|
+
Not_Applicable: "NOT_APPLICABLE",
|
|
5909
|
+
};
|
|
5910
|
+
const ConformancePackComplianceType = {
|
|
5911
|
+
COMPLIANT: "COMPLIANT",
|
|
5912
|
+
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
5913
|
+
NON_COMPLIANT: "NON_COMPLIANT",
|
|
5914
|
+
};
|
|
5915
|
+
const AggregateConformancePackComplianceSummaryGroupKey = {
|
|
5916
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
5917
|
+
AWS_REGION: "AWS_REGION",
|
|
5918
|
+
};
|
|
5919
|
+
const AggregatedSourceStatusType = {
|
|
5920
|
+
FAILED: "FAILED",
|
|
5921
|
+
OUTDATED: "OUTDATED",
|
|
5922
|
+
SUCCEEDED: "SUCCEEDED",
|
|
5923
|
+
};
|
|
5924
|
+
const AggregatedSourceType = {
|
|
5925
|
+
ACCOUNT: "ACCOUNT",
|
|
5926
|
+
ORGANIZATION: "ORGANIZATION",
|
|
5927
|
+
};
|
|
5928
|
+
const EvaluationMode = {
|
|
5929
|
+
DETECTIVE: "DETECTIVE",
|
|
5930
|
+
PROACTIVE: "PROACTIVE",
|
|
5931
|
+
};
|
|
5932
|
+
const ResourceType = {
|
|
5933
|
+
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
|
5934
|
+
ACMPCACertificateAuthorityActivation: "AWS::ACMPCA::CertificateAuthorityActivation",
|
|
5935
|
+
APSRuleGroupsNamespace: "AWS::APS::RuleGroupsNamespace",
|
|
5936
|
+
AccessAnalyzerAnalyzer: "AWS::AccessAnalyzer::Analyzer",
|
|
5937
|
+
AccountPublicAccessBlock: "AWS::S3::AccountPublicAccessBlock",
|
|
5938
|
+
Alarm: "AWS::CloudWatch::Alarm",
|
|
5939
|
+
AmazonMQBroker: "AWS::AmazonMQ::Broker",
|
|
5940
|
+
AmplifyApp: "AWS::Amplify::App",
|
|
5941
|
+
AmplifyBranch: "AWS::Amplify::Branch",
|
|
5942
|
+
Api: "AWS::ApiGatewayV2::Api",
|
|
5943
|
+
AppConfigApplication: "AWS::AppConfig::Application",
|
|
5944
|
+
AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
|
|
5945
|
+
AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
|
|
5946
|
+
AppConfigEnvironment: "AWS::AppConfig::Environment",
|
|
5947
|
+
AppConfigExtensionAssociation: "AWS::AppConfig::ExtensionAssociation",
|
|
5948
|
+
AppConfigHostedConfigurationVersion: "AWS::AppConfig::HostedConfigurationVersion",
|
|
5949
|
+
AppFlowFlow: "AWS::AppFlow::Flow",
|
|
5950
|
+
AppIntegrationsApplication: "AWS::AppIntegrations::Application",
|
|
5951
|
+
AppIntegrationsEventIntegration: "AWS::AppIntegrations::EventIntegration",
|
|
5952
|
+
AppMeshGatewayRoute: "AWS::AppMesh::GatewayRoute",
|
|
5953
|
+
AppMeshMesh: "AWS::AppMesh::Mesh",
|
|
5954
|
+
AppMeshRoute: "AWS::AppMesh::Route",
|
|
5955
|
+
AppMeshVirtualGateway: "AWS::AppMesh::VirtualGateway",
|
|
5956
|
+
AppMeshVirtualNode: "AWS::AppMesh::VirtualNode",
|
|
5957
|
+
AppMeshVirtualRouter: "AWS::AppMesh::VirtualRouter",
|
|
5958
|
+
AppMeshVirtualService: "AWS::AppMesh::VirtualService",
|
|
5959
|
+
AppRunnerService: "AWS::AppRunner::Service",
|
|
5960
|
+
AppRunnerVpcConnector: "AWS::AppRunner::VpcConnector",
|
|
5961
|
+
AppStreamApplication: "AWS::AppStream::Application",
|
|
5962
|
+
AppStreamDirectoryConfig: "AWS::AppStream::DirectoryConfig",
|
|
5963
|
+
AppStreamFleet: "AWS::AppStream::Fleet",
|
|
5964
|
+
AppStreamStack: "AWS::AppStream::Stack",
|
|
5965
|
+
AppSyncApiCache: "AWS::AppSync::ApiCache",
|
|
5966
|
+
AppSyncGraphQLApi: "AWS::AppSync::GraphQLApi",
|
|
5967
|
+
Application: "AWS::ElasticBeanstalk::Application",
|
|
5968
|
+
ApplicationVersion: "AWS::ElasticBeanstalk::ApplicationVersion",
|
|
5969
|
+
AssociationCompliance: "AWS::SSM::AssociationCompliance",
|
|
5970
|
+
AthenaDataCatalog: "AWS::Athena::DataCatalog",
|
|
5971
|
+
AthenaPreparedStatement: "AWS::Athena::PreparedStatement",
|
|
5972
|
+
AthenaWorkGroup: "AWS::Athena::WorkGroup",
|
|
5973
|
+
AuditManagerAssessment: "AWS::AuditManager::Assessment",
|
|
5974
|
+
AutoScalingGroup: "AWS::AutoScaling::AutoScalingGroup",
|
|
5975
|
+
AutoScalingWarmPool: "AWS::AutoScaling::WarmPool",
|
|
5976
|
+
BackupPlan: "AWS::Backup::BackupPlan",
|
|
5977
|
+
BackupRecoveryPoint: "AWS::Backup::RecoveryPoint",
|
|
5978
|
+
BackupReportPlan: "AWS::Backup::ReportPlan",
|
|
5979
|
+
BackupSelection: "AWS::Backup::BackupSelection",
|
|
5980
|
+
BackupVault: "AWS::Backup::BackupVault",
|
|
5981
|
+
BatchComputeEnvironment: "AWS::Batch::ComputeEnvironment",
|
|
5982
|
+
BatchJobQueue: "AWS::Batch::JobQueue",
|
|
5983
|
+
BatchSchedulingPolicy: "AWS::Batch::SchedulingPolicy",
|
|
5984
|
+
BedrockGuardrail: "AWS::Bedrock::Guardrail",
|
|
5985
|
+
BedrockKnowledgeBase: "AWS::Bedrock::KnowledgeBase",
|
|
5986
|
+
Bucket: "AWS::S3::Bucket",
|
|
5987
|
+
BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction",
|
|
5988
|
+
CassandraKeyspace: "AWS::Cassandra::Keyspace",
|
|
5989
|
+
Certificate: "AWS::ACM::Certificate",
|
|
5990
|
+
Cloud9EnvironmentEC2: "AWS::Cloud9::EnvironmentEC2",
|
|
5991
|
+
CloudFormationProduct: "AWS::ServiceCatalog::CloudFormationProduct",
|
|
5992
|
+
CloudFormationProvisionedProduct: "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
|
|
5993
|
+
CloudWatchMetricStream: "AWS::CloudWatch::MetricStream",
|
|
5994
|
+
Cluster: "AWS::Redshift::Cluster",
|
|
5995
|
+
ClusterParameterGroup: "AWS::Redshift::ClusterParameterGroup",
|
|
5996
|
+
ClusterSecurityGroup: "AWS::Redshift::ClusterSecurityGroup",
|
|
5997
|
+
ClusterSnapshot: "AWS::Redshift::ClusterSnapshot",
|
|
5998
|
+
ClusterSubnetGroup: "AWS::Redshift::ClusterSubnetGroup",
|
|
5999
|
+
CodeArtifactRepository: "AWS::CodeArtifact::Repository",
|
|
6000
|
+
CodeBuildReportGroup: "AWS::CodeBuild::ReportGroup",
|
|
6001
|
+
CodeDeployApplication: "AWS::CodeDeploy::Application",
|
|
6002
|
+
CodeDeployDeploymentConfig: "AWS::CodeDeploy::DeploymentConfig",
|
|
6003
|
+
CodeDeployDeploymentGroup: "AWS::CodeDeploy::DeploymentGroup",
|
|
6004
|
+
CodeGuruProfilerProfilingGroup: "AWS::CodeGuruProfiler::ProfilingGroup",
|
|
6005
|
+
CodeGuruReviewerRepositoryAssociation: "AWS::CodeGuruReviewer::RepositoryAssociation",
|
|
6006
|
+
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
|
6007
|
+
CognitoUserPool: "AWS::Cognito::UserPool",
|
|
6008
|
+
CognitoUserPoolClient: "AWS::Cognito::UserPoolClient",
|
|
6009
|
+
CognitoUserPoolGroup: "AWS::Cognito::UserPoolGroup",
|
|
6010
|
+
ConformancePackCompliance: "AWS::Config::ConformancePackCompliance",
|
|
6011
|
+
ConnectInstance: "AWS::Connect::Instance",
|
|
6012
|
+
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
|
6013
|
+
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
|
6014
|
+
ConnectRule: "AWS::Connect::Rule",
|
|
6015
|
+
ConnectUser: "AWS::Connect::User",
|
|
6016
|
+
CustomerGateway: "AWS::EC2::CustomerGateway",
|
|
6017
|
+
CustomerProfilesDomain: "AWS::CustomerProfiles::Domain",
|
|
6018
|
+
CustomerProfilesObjectType: "AWS::CustomerProfiles::ObjectType",
|
|
6019
|
+
DBCluster: "AWS::RDS::DBCluster",
|
|
6020
|
+
DBClusterSnapshot: "AWS::RDS::DBClusterSnapshot",
|
|
6021
|
+
DBInstance: "AWS::RDS::DBInstance",
|
|
6022
|
+
DBSecurityGroup: "AWS::RDS::DBSecurityGroup",
|
|
6023
|
+
DBSnapshot: "AWS::RDS::DBSnapshot",
|
|
6024
|
+
DBSubnetGroup: "AWS::RDS::DBSubnetGroup",
|
|
6025
|
+
DMSCertificate: "AWS::DMS::Certificate",
|
|
6026
|
+
DMSEndpoint: "AWS::DMS::Endpoint",
|
|
6027
|
+
DMSEventSubscription: "AWS::DMS::EventSubscription",
|
|
6028
|
+
DMSReplicationSubnetGroup: "AWS::DMS::ReplicationSubnetGroup",
|
|
6029
|
+
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
|
6030
|
+
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
|
6031
|
+
DataSyncLocationFSxWindows: "AWS::DataSync::LocationFSxWindows",
|
|
6032
|
+
DataSyncLocationHDFS: "AWS::DataSync::LocationHDFS",
|
|
6033
|
+
DataSyncLocationNFS: "AWS::DataSync::LocationNFS",
|
|
6034
|
+
DataSyncLocationObjectStorage: "AWS::DataSync::LocationObjectStorage",
|
|
6035
|
+
DataSyncLocationS3: "AWS::DataSync::LocationS3",
|
|
6036
|
+
DataSyncLocationSMB: "AWS::DataSync::LocationSMB",
|
|
6037
|
+
DataSyncTask: "AWS::DataSync::Task",
|
|
6038
|
+
DetectiveGraph: "AWS::Detective::Graph",
|
|
6039
|
+
DeviceFarmInstanceProfile: "AWS::DeviceFarm::InstanceProfile",
|
|
6040
|
+
DeviceFarmProject: "AWS::DeviceFarm::Project",
|
|
6041
|
+
DeviceFarmTestGridProject: "AWS::DeviceFarm::TestGridProject",
|
|
6042
|
+
Distribution: "AWS::CloudFront::Distribution",
|
|
6043
|
+
Domain: "AWS::Elasticsearch::Domain",
|
|
6044
|
+
EC2CapacityReservation: "AWS::EC2::CapacityReservation",
|
|
6045
|
+
EC2CarrierGateway: "AWS::EC2::CarrierGateway",
|
|
6046
|
+
EC2ClientVpnEndpoint: "AWS::EC2::ClientVpnEndpoint",
|
|
6047
|
+
EC2ClientVpnTargetNetworkAssociation: "AWS::EC2::ClientVpnTargetNetworkAssociation",
|
|
6048
|
+
EC2DHCPOptions: "AWS::EC2::DHCPOptions",
|
|
6049
|
+
EC2EC2Fleet: "AWS::EC2::EC2Fleet",
|
|
6050
|
+
EC2EIPAssociation: "AWS::EC2::EIPAssociation",
|
|
6051
|
+
EC2IPAM: "AWS::EC2::IPAM",
|
|
6052
|
+
EC2IPAMPool: "AWS::EC2::IPAMPool",
|
|
6053
|
+
EC2IPAMResourceDiscovery: "AWS::EC2::IPAMResourceDiscovery",
|
|
6054
|
+
EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
|
|
6055
|
+
EC2IPAMScope: "AWS::EC2::IPAMScope",
|
|
6056
|
+
EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint",
|
|
6057
|
+
EC2NetworkInsightsAccessScope: "AWS::EC2::NetworkInsightsAccessScope",
|
|
6058
|
+
EC2NetworkInsightsAnalysis: "AWS::EC2::NetworkInsightsAnalysis",
|
|
6059
|
+
EC2NetworkInsightsPath: "AWS::EC2::NetworkInsightsPath",
|
|
6060
|
+
EC2PrefixList: "AWS::EC2::PrefixList",
|
|
6061
|
+
EC2SnapshotBlockPublicAccess: "AWS::EC2::SnapshotBlockPublicAccess",
|
|
6062
|
+
EC2SpotFleet: "AWS::EC2::SpotFleet",
|
|
6063
|
+
EC2SubnetRouteTableAssociation: "AWS::EC2::SubnetRouteTableAssociation",
|
|
6064
|
+
EC2TrafficMirrorFilter: "AWS::EC2::TrafficMirrorFilter",
|
|
6065
|
+
EC2TrafficMirrorSession: "AWS::EC2::TrafficMirrorSession",
|
|
6066
|
+
EC2TrafficMirrorTarget: "AWS::EC2::TrafficMirrorTarget",
|
|
6067
|
+
EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect",
|
|
6068
|
+
EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain",
|
|
6069
|
+
EC2VPCBlockPublicAccessExclusion: "AWS::EC2::VPCBlockPublicAccessExclusion",
|
|
6070
|
+
EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions",
|
|
6071
|
+
EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification",
|
|
6072
|
+
EC2VPNConnectionRoute: "AWS::EC2::VPNConnectionRoute",
|
|
6073
|
+
ECRPublicRepository: "AWS::ECR::PublicRepository",
|
|
6074
|
+
ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule",
|
|
6075
|
+
ECRRegistryPolicy: "AWS::ECR::RegistryPolicy",
|
|
6076
|
+
ECRRepository: "AWS::ECR::Repository",
|
|
6077
|
+
ECSCapacityProvider: "AWS::ECS::CapacityProvider",
|
|
6078
|
+
ECSCluster: "AWS::ECS::Cluster",
|
|
6079
|
+
ECSService: "AWS::ECS::Service",
|
|
6080
|
+
ECSTaskDefinition: "AWS::ECS::TaskDefinition",
|
|
6081
|
+
ECSTaskSet: "AWS::ECS::TaskSet",
|
|
6082
|
+
EFSAccessPoint: "AWS::EFS::AccessPoint",
|
|
6083
|
+
EFSFileSystem: "AWS::EFS::FileSystem",
|
|
6084
|
+
EIP: "AWS::EC2::EIP",
|
|
6085
|
+
EKSAddon: "AWS::EKS::Addon",
|
|
6086
|
+
EKSCluster: "AWS::EKS::Cluster",
|
|
6087
|
+
EKSFargateProfile: "AWS::EKS::FargateProfile",
|
|
6088
|
+
EKSIdentityProviderConfig: "AWS::EKS::IdentityProviderConfig",
|
|
6089
|
+
EMRSecurityConfiguration: "AWS::EMR::SecurityConfiguration",
|
|
6090
|
+
EgressOnlyInternetGateway: "AWS::EC2::EgressOnlyInternetGateway",
|
|
6091
|
+
EncryptionConfig: "AWS::XRay::EncryptionConfig",
|
|
6092
|
+
Environment: "AWS::ElasticBeanstalk::Environment",
|
|
6093
|
+
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
|
6094
|
+
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
|
6095
|
+
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
|
6096
|
+
EventSchemasSchema: "AWS::EventSchemas::Schema",
|
|
6097
|
+
EventSubscription: "AWS::RDS::EventSubscription",
|
|
6098
|
+
EventsApiDestination: "AWS::Events::ApiDestination",
|
|
6099
|
+
EventsArchive: "AWS::Events::Archive",
|
|
6100
|
+
EventsConnection: "AWS::Events::Connection",
|
|
6101
|
+
EventsEndpoint: "AWS::Events::Endpoint",
|
|
6102
|
+
EventsEventBus: "AWS::Events::EventBus",
|
|
6103
|
+
EventsRule: "AWS::Events::Rule",
|
|
6104
|
+
EvidentlyLaunch: "AWS::Evidently::Launch",
|
|
6105
|
+
EvidentlyProject: "AWS::Evidently::Project",
|
|
6106
|
+
EvidentlySegment: "AWS::Evidently::Segment",
|
|
6107
|
+
FISExperimentTemplate: "AWS::FIS::ExperimentTemplate",
|
|
6108
|
+
FileData: "AWS::SSM::FileData",
|
|
6109
|
+
FlowLog: "AWS::EC2::FlowLog",
|
|
6110
|
+
ForecastDataset: "AWS::Forecast::Dataset",
|
|
6111
|
+
ForecastDatasetGroup: "AWS::Forecast::DatasetGroup",
|
|
6112
|
+
FraudDetectorEntityType: "AWS::FraudDetector::EntityType",
|
|
6113
|
+
FraudDetectorLabel: "AWS::FraudDetector::Label",
|
|
6114
|
+
FraudDetectorOutcome: "AWS::FraudDetector::Outcome",
|
|
6115
|
+
FraudDetectorVariable: "AWS::FraudDetector::Variable",
|
|
6116
|
+
Function: "AWS::Lambda::Function",
|
|
6117
|
+
GlobalAcceleratorAccelerator: "AWS::GlobalAccelerator::Accelerator",
|
|
6118
|
+
GlobalAcceleratorEndpointGroup: "AWS::GlobalAccelerator::EndpointGroup",
|
|
6119
|
+
GlobalAcceleratorListener: "AWS::GlobalAccelerator::Listener",
|
|
6120
|
+
GlueClassifier: "AWS::Glue::Classifier",
|
|
6121
|
+
GlueJob: "AWS::Glue::Job",
|
|
6122
|
+
GlueMLTransform: "AWS::Glue::MLTransform",
|
|
6123
|
+
GrafanaWorkspace: "AWS::Grafana::Workspace",
|
|
6124
|
+
GreengrassV2ComponentVersion: "AWS::GreengrassV2::ComponentVersion",
|
|
6125
|
+
GroundStationConfig: "AWS::GroundStation::Config",
|
|
6126
|
+
GroundStationDataflowEndpointGroup: "AWS::GroundStation::DataflowEndpointGroup",
|
|
6127
|
+
GroundStationMissionProfile: "AWS::GroundStation::MissionProfile",
|
|
6128
|
+
Group: "AWS::IAM::Group",
|
|
6129
|
+
GuardDutyDetector: "AWS::GuardDuty::Detector",
|
|
6130
|
+
GuardDutyFilter: "AWS::GuardDuty::Filter",
|
|
6131
|
+
GuardDutyIPSet: "AWS::GuardDuty::IPSet",
|
|
6132
|
+
GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
|
|
6133
|
+
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
|
6134
|
+
Host: "AWS::EC2::Host",
|
|
6135
|
+
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
|
6136
|
+
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
|
6137
|
+
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
|
6138
|
+
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
|
6139
|
+
IPSetV2: "AWS::WAFv2::IPSet",
|
|
6140
|
+
IVSChannel: "AWS::IVS::Channel",
|
|
6141
|
+
IVSPlaybackKeyPair: "AWS::IVS::PlaybackKeyPair",
|
|
6142
|
+
IVSRecordingConfiguration: "AWS::IVS::RecordingConfiguration",
|
|
6143
|
+
ImageBuilderContainerRecipe: "AWS::ImageBuilder::ContainerRecipe",
|
|
6144
|
+
ImageBuilderDistributionConfiguration: "AWS::ImageBuilder::DistributionConfiguration",
|
|
6145
|
+
ImageBuilderImagePipeline: "AWS::ImageBuilder::ImagePipeline",
|
|
6146
|
+
ImageBuilderImageRecipe: "AWS::ImageBuilder::ImageRecipe",
|
|
6147
|
+
ImageBuilderInfrastructureConfiguration: "AWS::ImageBuilder::InfrastructureConfiguration",
|
|
6148
|
+
InspectorV2Activation: "AWS::InspectorV2::Activation",
|
|
6149
|
+
InspectorV2Filter: "AWS::InspectorV2::Filter",
|
|
6150
|
+
Instance: "AWS::EC2::Instance",
|
|
6151
|
+
InternetGateway: "AWS::EC2::InternetGateway",
|
|
6152
|
+
IoTAccountAuditConfiguration: "AWS::IoT::AccountAuditConfiguration",
|
|
6153
|
+
IoTAnalyticsChannel: "AWS::IoTAnalytics::Channel",
|
|
6154
|
+
IoTAnalyticsDataset: "AWS::IoTAnalytics::Dataset",
|
|
6155
|
+
IoTAnalyticsDatastore: "AWS::IoTAnalytics::Datastore",
|
|
6156
|
+
IoTAnalyticsPipeline: "AWS::IoTAnalytics::Pipeline",
|
|
6157
|
+
IoTAuthorizer: "AWS::IoT::Authorizer",
|
|
6158
|
+
IoTCACertificate: "AWS::IoT::CACertificate",
|
|
6159
|
+
IoTCustomMetric: "AWS::IoT::CustomMetric",
|
|
6160
|
+
IoTDimension: "AWS::IoT::Dimension",
|
|
6161
|
+
IoTEventsAlarmModel: "AWS::IoTEvents::AlarmModel",
|
|
6162
|
+
IoTEventsDetectorModel: "AWS::IoTEvents::DetectorModel",
|
|
6163
|
+
IoTEventsInput: "AWS::IoTEvents::Input",
|
|
6164
|
+
IoTFleetMetric: "AWS::IoT::FleetMetric",
|
|
6165
|
+
IoTJobTemplate: "AWS::IoT::JobTemplate",
|
|
6166
|
+
IoTMitigationAction: "AWS::IoT::MitigationAction",
|
|
6167
|
+
IoTPolicy: "AWS::IoT::Policy",
|
|
6168
|
+
IoTProvisioningTemplate: "AWS::IoT::ProvisioningTemplate",
|
|
6169
|
+
IoTRoleAlias: "AWS::IoT::RoleAlias",
|
|
6170
|
+
IoTScheduledAudit: "AWS::IoT::ScheduledAudit",
|
|
6171
|
+
IoTSecurityProfile: "AWS::IoT::SecurityProfile",
|
|
6172
|
+
IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel",
|
|
6173
|
+
IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard",
|
|
6174
|
+
IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway",
|
|
6175
|
+
IoTSiteWisePortal: "AWS::IoTSiteWise::Portal",
|
|
6176
|
+
IoTSiteWiseProject: "AWS::IoTSiteWise::Project",
|
|
6177
|
+
IoTTwinMakerComponentType: "AWS::IoTTwinMaker::ComponentType",
|
|
6178
|
+
IoTTwinMakerEntity: "AWS::IoTTwinMaker::Entity",
|
|
6179
|
+
IoTTwinMakerScene: "AWS::IoTTwinMaker::Scene",
|
|
6180
|
+
IoTTwinMakerSyncJob: "AWS::IoTTwinMaker::SyncJob",
|
|
6181
|
+
IoTTwinMakerWorkspace: "AWS::IoTTwinMaker::Workspace",
|
|
6182
|
+
IoTWirelessFuotaTask: "AWS::IoTWireless::FuotaTask",
|
|
6183
|
+
IoTWirelessMulticastGroup: "AWS::IoTWireless::MulticastGroup",
|
|
6184
|
+
IoTWirelessServiceProfile: "AWS::IoTWireless::ServiceProfile",
|
|
6185
|
+
KMSAlias: "AWS::KMS::Alias",
|
|
6186
|
+
KafkaConnectConnector: "AWS::KafkaConnect::Connector",
|
|
6187
|
+
KendraIndex: "AWS::Kendra::Index",
|
|
6188
|
+
Key: "AWS::KMS::Key",
|
|
6189
|
+
KinesisAnalyticsV2Application: "AWS::KinesisAnalyticsV2::Application",
|
|
6190
|
+
KinesisFirehoseDeliveryStream: "AWS::KinesisFirehose::DeliveryStream",
|
|
6191
|
+
KinesisStream: "AWS::Kinesis::Stream",
|
|
6192
|
+
KinesisStreamConsumer: "AWS::Kinesis::StreamConsumer",
|
|
6193
|
+
KinesisVideoSignalingChannel: "AWS::KinesisVideo::SignalingChannel",
|
|
6194
|
+
KinesisVideoStream: "AWS::KinesisVideo::Stream",
|
|
6195
|
+
LambdaCodeSigningConfig: "AWS::Lambda::CodeSigningConfig",
|
|
6196
|
+
LaunchConfiguration: "AWS::AutoScaling::LaunchConfiguration",
|
|
6197
|
+
LaunchTemplate: "AWS::EC2::LaunchTemplate",
|
|
6198
|
+
LexBot: "AWS::Lex::Bot",
|
|
6199
|
+
LexBotAlias: "AWS::Lex::BotAlias",
|
|
6200
|
+
LightsailBucket: "AWS::Lightsail::Bucket",
|
|
6201
|
+
LightsailCertificate: "AWS::Lightsail::Certificate",
|
|
6202
|
+
LightsailDisk: "AWS::Lightsail::Disk",
|
|
6203
|
+
LightsailStaticIp: "AWS::Lightsail::StaticIp",
|
|
6204
|
+
ListenerV2: "AWS::ElasticLoadBalancingV2::Listener",
|
|
6205
|
+
LoadBalancer: "AWS::ElasticLoadBalancing::LoadBalancer",
|
|
6206
|
+
LoadBalancerV2: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
|
6207
|
+
LogsDestination: "AWS::Logs::Destination",
|
|
6208
|
+
LookoutMetricsAlert: "AWS::LookoutMetrics::Alert",
|
|
6209
|
+
LookoutVisionProject: "AWS::LookoutVision::Project",
|
|
6210
|
+
M2Environment: "AWS::M2::Environment",
|
|
6211
|
+
MSKBatchScramSecret: "AWS::MSK::BatchScramSecret",
|
|
6212
|
+
MSKCluster: "AWS::MSK::Cluster",
|
|
6213
|
+
MSKClusterPolicy: "AWS::MSK::ClusterPolicy",
|
|
6214
|
+
MSKConfiguration: "AWS::MSK::Configuration",
|
|
6215
|
+
MSKVpcConnection: "AWS::MSK::VpcConnection",
|
|
6216
|
+
ManagedInstanceInventory: "AWS::SSM::ManagedInstanceInventory",
|
|
6217
|
+
ManagedRuleSetV2: "AWS::WAFv2::ManagedRuleSet",
|
|
6218
|
+
MediaConnectFlowEntitlement: "AWS::MediaConnect::FlowEntitlement",
|
|
6219
|
+
MediaConnectFlowSource: "AWS::MediaConnect::FlowSource",
|
|
6220
|
+
MediaConnectFlowVpcInterface: "AWS::MediaConnect::FlowVpcInterface",
|
|
6221
|
+
MediaConnectGateway: "AWS::MediaConnect::Gateway",
|
|
6222
|
+
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
|
6223
|
+
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
|
6224
|
+
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
|
6225
|
+
MemoryDBSubnetGroup: "AWS::MemoryDB::SubnetGroup",
|
|
6226
|
+
NatGateway: "AWS::EC2::NatGateway",
|
|
6227
|
+
NetworkAcl: "AWS::EC2::NetworkAcl",
|
|
6228
|
+
NetworkFirewallFirewall: "AWS::NetworkFirewall::Firewall",
|
|
6229
|
+
NetworkFirewallFirewallPolicy: "AWS::NetworkFirewall::FirewallPolicy",
|
|
6230
|
+
NetworkFirewallRuleGroup: "AWS::NetworkFirewall::RuleGroup",
|
|
6231
|
+
NetworkInsightsAccessScopeAnalysis: "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
|
|
6232
|
+
NetworkInterface: "AWS::EC2::NetworkInterface",
|
|
6233
|
+
NetworkManagerConnectPeer: "AWS::NetworkManager::ConnectPeer",
|
|
6234
|
+
NetworkManagerCustomerGatewayAssociation: "AWS::NetworkManager::CustomerGatewayAssociation",
|
|
6235
|
+
NetworkManagerDevice: "AWS::NetworkManager::Device",
|
|
6236
|
+
NetworkManagerGlobalNetwork: "AWS::NetworkManager::GlobalNetwork",
|
|
6237
|
+
NetworkManagerLink: "AWS::NetworkManager::Link",
|
|
6238
|
+
NetworkManagerLinkAssociation: "AWS::NetworkManager::LinkAssociation",
|
|
6239
|
+
NetworkManagerSite: "AWS::NetworkManager::Site",
|
|
6240
|
+
NetworkManagerTransitGatewayRegistration: "AWS::NetworkManager::TransitGatewayRegistration",
|
|
6241
|
+
OpenSearchDomain: "AWS::OpenSearch::Domain",
|
|
6242
|
+
OpenSearchServerlessCollection: "AWS::OpenSearchServerless::Collection",
|
|
6243
|
+
OpenSearchServerlessVpcEndpoint: "AWS::OpenSearchServerless::VpcEndpoint",
|
|
6244
|
+
PanoramaPackage: "AWS::Panorama::Package",
|
|
6245
|
+
PatchCompliance: "AWS::SSM::PatchCompliance",
|
|
6246
|
+
PersonalizeDataset: "AWS::Personalize::Dataset",
|
|
6247
|
+
PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup",
|
|
6248
|
+
PersonalizeSchema: "AWS::Personalize::Schema",
|
|
6249
|
+
PersonalizeSolution: "AWS::Personalize::Solution",
|
|
6250
|
+
PinpointApp: "AWS::Pinpoint::App",
|
|
6251
|
+
PinpointApplicationSettings: "AWS::Pinpoint::ApplicationSettings",
|
|
6252
|
+
PinpointCampaign: "AWS::Pinpoint::Campaign",
|
|
6253
|
+
PinpointEmailChannel: "AWS::Pinpoint::EmailChannel",
|
|
6254
|
+
PinpointEmailTemplate: "AWS::Pinpoint::EmailTemplate",
|
|
6255
|
+
PinpointEventStream: "AWS::Pinpoint::EventStream",
|
|
6256
|
+
PinpointInAppTemplate: "AWS::Pinpoint::InAppTemplate",
|
|
6257
|
+
PinpointSegment: "AWS::Pinpoint::Segment",
|
|
6258
|
+
Pipeline: "AWS::CodePipeline::Pipeline",
|
|
6259
|
+
Policy: "AWS::IAM::Policy",
|
|
6260
|
+
Portfolio: "AWS::ServiceCatalog::Portfolio",
|
|
6261
|
+
Project: "AWS::CodeBuild::Project",
|
|
6262
|
+
Protection: "AWS::Shield::Protection",
|
|
6263
|
+
QLDBLedger: "AWS::QLDB::Ledger",
|
|
6264
|
+
Queue: "AWS::SQS::Queue",
|
|
6265
|
+
QuickSightDataSource: "AWS::QuickSight::DataSource",
|
|
6266
|
+
QuickSightTemplate: "AWS::QuickSight::Template",
|
|
6267
|
+
QuickSightTheme: "AWS::QuickSight::Theme",
|
|
6268
|
+
RDSGlobalCluster: "AWS::RDS::GlobalCluster",
|
|
6269
|
+
RDSOptionGroup: "AWS::RDS::OptionGroup",
|
|
6270
|
+
RUMAppMonitor: "AWS::RUM::AppMonitor",
|
|
6271
|
+
RateBasedRule: "AWS::WAF::RateBasedRule",
|
|
6272
|
+
RedshiftEndpointAccess: "AWS::Redshift::EndpointAccess",
|
|
6273
|
+
RedshiftEndpointAuthorization: "AWS::Redshift::EndpointAuthorization",
|
|
6274
|
+
RedshiftEventSubscription: "AWS::Redshift::EventSubscription",
|
|
6275
|
+
RedshiftScheduledAction: "AWS::Redshift::ScheduledAction",
|
|
6276
|
+
RegexPatternSetV2: "AWS::WAFv2::RegexPatternSet",
|
|
6277
|
+
RegionalProtection: "AWS::ShieldRegional::Protection",
|
|
6278
|
+
RegionalRateBasedRule: "AWS::WAFRegional::RateBasedRule",
|
|
6279
|
+
RegionalRule: "AWS::WAFRegional::Rule",
|
|
6280
|
+
RegionalRuleGroup: "AWS::WAFRegional::RuleGroup",
|
|
6281
|
+
RegionalWebACL: "AWS::WAFRegional::WebACL",
|
|
6282
|
+
RegisteredHAInstance: "AWS::EC2::RegisteredHAInstance",
|
|
6283
|
+
ResilienceHubApp: "AWS::ResilienceHub::App",
|
|
6284
|
+
ResilienceHubResiliencyPolicy: "AWS::ResilienceHub::ResiliencyPolicy",
|
|
6285
|
+
ResourceCompliance: "AWS::Config::ResourceCompliance",
|
|
6286
|
+
ResourceExplorer2Index: "AWS::ResourceExplorer2::Index",
|
|
6287
|
+
RestApi: "AWS::ApiGateway::RestApi",
|
|
6288
|
+
RoboMakerRobotApplication: "AWS::RoboMaker::RobotApplication",
|
|
6289
|
+
RoboMakerRobotApplicationVersion: "AWS::RoboMaker::RobotApplicationVersion",
|
|
6290
|
+
RoboMakerSimulationApplication: "AWS::RoboMaker::SimulationApplication",
|
|
6291
|
+
Role: "AWS::IAM::Role",
|
|
6292
|
+
Route53HostedZone: "AWS::Route53::HostedZone",
|
|
6293
|
+
Route53ProfilesProfile: "AWS::Route53Profiles::Profile",
|
|
6294
|
+
Route53RecoveryControlCluster: "AWS::Route53RecoveryControl::Cluster",
|
|
6295
|
+
Route53RecoveryControlControlPanel: "AWS::Route53RecoveryControl::ControlPanel",
|
|
6296
|
+
Route53RecoveryControlRoutingControl: "AWS::Route53RecoveryControl::RoutingControl",
|
|
6297
|
+
Route53RecoveryControlSafetyRule: "AWS::Route53RecoveryControl::SafetyRule",
|
|
6298
|
+
Route53RecoveryReadinessCell: "AWS::Route53RecoveryReadiness::Cell",
|
|
6299
|
+
Route53RecoveryReadinessReadinessCheck: "AWS::Route53RecoveryReadiness::ReadinessCheck",
|
|
6300
|
+
Route53RecoveryReadinessRecoveryGroup: "AWS::Route53RecoveryReadiness::RecoveryGroup",
|
|
6301
|
+
Route53RecoveryReadinessResourceSet: "AWS::Route53RecoveryReadiness::ResourceSet",
|
|
6302
|
+
Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
|
|
6303
|
+
Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
|
|
6304
|
+
Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
|
6305
|
+
Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
|
|
6306
|
+
Route53ResolverResolverQueryLoggingConfig: "AWS::Route53Resolver::ResolverQueryLoggingConfig",
|
|
6307
|
+
Route53ResolverResolverQueryLoggingConfigAssociation: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
|
|
6308
|
+
Route53ResolverResolverRule: "AWS::Route53Resolver::ResolverRule",
|
|
6309
|
+
Route53ResolverResolverRuleAssociation: "AWS::Route53Resolver::ResolverRuleAssociation",
|
|
6310
|
+
RouteTable: "AWS::EC2::RouteTable",
|
|
6311
|
+
Rule: "AWS::WAF::Rule",
|
|
6312
|
+
RuleGroup: "AWS::WAF::RuleGroup",
|
|
6313
|
+
RuleGroupV2: "AWS::WAFv2::RuleGroup",
|
|
6314
|
+
S3AccessPoint: "AWS::S3::AccessPoint",
|
|
6315
|
+
S3ExpressBucketPolicy: "AWS::S3Express::BucketPolicy",
|
|
6316
|
+
S3ExpressDirectoryBucket: "AWS::S3Express::DirectoryBucket",
|
|
6317
|
+
S3MultiRegionAccessPoint: "AWS::S3::MultiRegionAccessPoint",
|
|
6318
|
+
S3StorageLens: "AWS::S3::StorageLens",
|
|
6319
|
+
S3StorageLensGroup: "AWS::S3::StorageLensGroup",
|
|
6320
|
+
SESConfigurationSet: "AWS::SES::ConfigurationSet",
|
|
6321
|
+
SESContactList: "AWS::SES::ContactList",
|
|
6322
|
+
SESReceiptFilter: "AWS::SES::ReceiptFilter",
|
|
6323
|
+
SESReceiptRuleSet: "AWS::SES::ReceiptRuleSet",
|
|
6324
|
+
SESTemplate: "AWS::SES::Template",
|
|
6325
|
+
SSMDocument: "AWS::SSM::Document",
|
|
6326
|
+
SageMakerAppImageConfig: "AWS::SageMaker::AppImageConfig",
|
|
6327
|
+
SageMakerCodeRepository: "AWS::SageMaker::CodeRepository",
|
|
6328
|
+
SageMakerDomain: "AWS::SageMaker::Domain",
|
|
6329
|
+
SageMakerFeatureGroup: "AWS::SageMaker::FeatureGroup",
|
|
6330
|
+
SageMakerImage: "AWS::SageMaker::Image",
|
|
6331
|
+
SageMakerInferenceExperiment: "AWS::SageMaker::InferenceExperiment",
|
|
6332
|
+
SageMakerModel: "AWS::SageMaker::Model",
|
|
6333
|
+
SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig",
|
|
6334
|
+
SageMakerWorkteam: "AWS::SageMaker::Workteam",
|
|
6335
|
+
ScalingPolicy: "AWS::AutoScaling::ScalingPolicy",
|
|
6336
|
+
ScheduledAction: "AWS::AutoScaling::ScheduledAction",
|
|
6337
|
+
Secret: "AWS::SecretsManager::Secret",
|
|
6338
|
+
SecurityGroup: "AWS::EC2::SecurityGroup",
|
|
6339
|
+
SecurityHubStandard: "AWS::SecurityHub::Standard",
|
|
6340
|
+
ServiceDiscoveryHttpNamespace: "AWS::ServiceDiscovery::HttpNamespace",
|
|
6341
|
+
ServiceDiscoveryInstance: "AWS::ServiceDiscovery::Instance",
|
|
6342
|
+
ServiceDiscoveryPublicDnsNamespace: "AWS::ServiceDiscovery::PublicDnsNamespace",
|
|
6343
|
+
ServiceDiscoveryService: "AWS::ServiceDiscovery::Service",
|
|
6344
|
+
SignerSigningProfile: "AWS::Signer::SigningProfile",
|
|
6345
|
+
Stack: "AWS::CloudFormation::Stack",
|
|
6346
|
+
Stage: "AWS::ApiGateway::Stage",
|
|
6347
|
+
StageV2: "AWS::ApiGatewayV2::Stage",
|
|
6348
|
+
StepFunctionsActivity: "AWS::StepFunctions::Activity",
|
|
6349
|
+
StepFunctionsStateMachine: "AWS::StepFunctions::StateMachine",
|
|
6350
|
+
StreamingDistribution: "AWS::CloudFront::StreamingDistribution",
|
|
6351
|
+
Subnet: "AWS::EC2::Subnet",
|
|
6352
|
+
Table: "AWS::DynamoDB::Table",
|
|
6353
|
+
Topic: "AWS::SNS::Topic",
|
|
6354
|
+
Trail: "AWS::CloudTrail::Trail",
|
|
6355
|
+
TransferAgreement: "AWS::Transfer::Agreement",
|
|
6356
|
+
TransferCertificate: "AWS::Transfer::Certificate",
|
|
6357
|
+
TransferConnector: "AWS::Transfer::Connector",
|
|
6358
|
+
TransferProfile: "AWS::Transfer::Profile",
|
|
6359
|
+
TransferWorkflow: "AWS::Transfer::Workflow",
|
|
6360
|
+
TransitGateway: "AWS::EC2::TransitGateway",
|
|
6361
|
+
TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment",
|
|
6362
|
+
TransitGatewayRouteTable: "AWS::EC2::TransitGatewayRouteTable",
|
|
6363
|
+
User: "AWS::IAM::User",
|
|
6364
|
+
VPC: "AWS::EC2::VPC",
|
|
6365
|
+
VPCEndpoint: "AWS::EC2::VPCEndpoint",
|
|
6366
|
+
VPCEndpointService: "AWS::EC2::VPCEndpointService",
|
|
6367
|
+
VPCPeeringConnection: "AWS::EC2::VPCPeeringConnection",
|
|
6368
|
+
VPNConnection: "AWS::EC2::VPNConnection",
|
|
6369
|
+
VPNGateway: "AWS::EC2::VPNGateway",
|
|
6370
|
+
Volume: "AWS::EC2::Volume",
|
|
6371
|
+
WebACL: "AWS::WAF::WebACL",
|
|
6372
|
+
WebACLV2: "AWS::WAFv2::WebACL",
|
|
6373
|
+
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
|
6374
|
+
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
|
|
6375
|
+
};
|
|
6376
|
+
const AggregatorFilterType = {
|
|
6377
|
+
INCLUDE: "INCLUDE",
|
|
6378
|
+
};
|
|
6379
|
+
const RecordingStrategyType = {
|
|
6380
|
+
ALL_SUPPORTED_RESOURCE_TYPES: "ALL_SUPPORTED_RESOURCE_TYPES",
|
|
6381
|
+
EXCLUSION_BY_RESOURCE_TYPES: "EXCLUSION_BY_RESOURCE_TYPES",
|
|
6382
|
+
INCLUSION_BY_RESOURCE_TYPES: "INCLUSION_BY_RESOURCE_TYPES",
|
|
6383
|
+
};
|
|
6384
|
+
const RecordingFrequency = {
|
|
6385
|
+
CONTINUOUS: "CONTINUOUS",
|
|
6386
|
+
DAILY: "DAILY",
|
|
6387
|
+
};
|
|
6388
|
+
const RecordingScope = {
|
|
6389
|
+
INTERNAL: "INTERNAL",
|
|
6390
|
+
PAID: "PAID",
|
|
6391
|
+
};
|
|
6392
|
+
const ConfigurationItemStatus = {
|
|
6393
|
+
OK: "OK",
|
|
6394
|
+
ResourceDeleted: "ResourceDeleted",
|
|
6395
|
+
ResourceDeletedNotRecorded: "ResourceDeletedNotRecorded",
|
|
6396
|
+
ResourceDiscovered: "ResourceDiscovered",
|
|
6397
|
+
ResourceNotRecorded: "ResourceNotRecorded",
|
|
6398
|
+
};
|
|
6399
|
+
const ChronologicalOrder = {
|
|
6400
|
+
Forward: "Forward",
|
|
6401
|
+
Reverse: "Reverse",
|
|
6402
|
+
};
|
|
6403
|
+
const DeliveryStatus = {
|
|
6404
|
+
Failure: "Failure",
|
|
6405
|
+
Not_Applicable: "Not_Applicable",
|
|
6406
|
+
Success: "Success",
|
|
6407
|
+
};
|
|
6408
|
+
const ConfigRuleState = {
|
|
6409
|
+
ACTIVE: "ACTIVE",
|
|
6410
|
+
DELETING: "DELETING",
|
|
6411
|
+
DELETING_RESULTS: "DELETING_RESULTS",
|
|
6412
|
+
EVALUATING: "EVALUATING",
|
|
6413
|
+
};
|
|
6414
|
+
const MaximumExecutionFrequency = {
|
|
6415
|
+
One_Hour: "One_Hour",
|
|
6416
|
+
Six_Hours: "Six_Hours",
|
|
6417
|
+
Three_Hours: "Three_Hours",
|
|
6418
|
+
Twelve_Hours: "Twelve_Hours",
|
|
6419
|
+
TwentyFour_Hours: "TwentyFour_Hours",
|
|
6420
|
+
};
|
|
6421
|
+
const Owner = {
|
|
6422
|
+
Aws: "AWS",
|
|
6423
|
+
Custom_Lambda: "CUSTOM_LAMBDA",
|
|
6424
|
+
Custom_Policy: "CUSTOM_POLICY",
|
|
6425
|
+
};
|
|
6426
|
+
const EventSource = {
|
|
6427
|
+
Aws_Config: "aws.config",
|
|
6428
|
+
};
|
|
6429
|
+
const MessageType = {
|
|
6430
|
+
ConfigurationItemChangeNotification: "ConfigurationItemChangeNotification",
|
|
6431
|
+
ConfigurationSnapshotDeliveryCompleted: "ConfigurationSnapshotDeliveryCompleted",
|
|
6432
|
+
OversizedConfigurationItemChangeNotification: "OversizedConfigurationItemChangeNotification",
|
|
6433
|
+
ScheduledNotification: "ScheduledNotification",
|
|
6434
|
+
};
|
|
6435
|
+
const ConfigRuleComplianceSummaryGroupKey = {
|
|
6436
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
6437
|
+
AWS_REGION: "AWS_REGION",
|
|
6438
|
+
};
|
|
6439
|
+
const ConfigurationRecorderFilterName = {
|
|
6440
|
+
RecordingScope: "recordingScope",
|
|
6441
|
+
};
|
|
6442
|
+
const RecorderStatus = {
|
|
6443
|
+
Failure: "Failure",
|
|
6444
|
+
NotApplicable: "NotApplicable",
|
|
6445
|
+
Pending: "Pending",
|
|
6446
|
+
Success: "Success",
|
|
6447
|
+
};
|
|
6448
|
+
const ConformancePackState = {
|
|
6449
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
6450
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6451
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6452
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6453
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6454
|
+
};
|
|
6455
|
+
const OrganizationConfigRuleTriggerTypeNoSN = {
|
|
6456
|
+
CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
|
|
6457
|
+
OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
|
|
6458
|
+
};
|
|
6459
|
+
const OrganizationConfigRuleTriggerType = {
|
|
6460
|
+
CONFIGURATION_ITEM_CHANGE_NOTIFICATION: "ConfigurationItemChangeNotification",
|
|
6461
|
+
OVERSIZED_CONFIGURATION_ITEM_CHANGE_NOTIFCATION: "OversizedConfigurationItemChangeNotification",
|
|
6462
|
+
SCHEDULED_NOTIFICATION: "ScheduledNotification",
|
|
6463
|
+
};
|
|
6464
|
+
const OrganizationRuleStatus = {
|
|
6465
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6466
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6467
|
+
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
6468
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6469
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6470
|
+
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
6471
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6472
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6473
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
6474
|
+
};
|
|
6475
|
+
const OrganizationResourceStatus = {
|
|
6476
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6477
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6478
|
+
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
6479
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6480
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6481
|
+
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
6482
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6483
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6484
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
6485
|
+
};
|
|
6486
|
+
const ResourceValueType = {
|
|
6487
|
+
RESOURCE_ID: "RESOURCE_ID",
|
|
6488
|
+
};
|
|
6489
|
+
const RemediationTargetType = {
|
|
6490
|
+
SSM_DOCUMENT: "SSM_DOCUMENT",
|
|
6491
|
+
};
|
|
6492
|
+
const RemediationExecutionState = {
|
|
6493
|
+
FAILED: "FAILED",
|
|
6494
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6495
|
+
QUEUED: "QUEUED",
|
|
6496
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6497
|
+
UNKNOWN: "UNKNOWN",
|
|
6498
|
+
};
|
|
6499
|
+
const RemediationExecutionStepState = {
|
|
6500
|
+
EXITED: "EXITED",
|
|
6501
|
+
FAILED: "FAILED",
|
|
6502
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6503
|
+
PENDING: "PENDING",
|
|
6504
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6505
|
+
UNKNOWN: "UNKNOWN",
|
|
6506
|
+
};
|
|
6507
|
+
const ResourceEvaluationStatus = {
|
|
6508
|
+
FAILED: "FAILED",
|
|
6509
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
6510
|
+
SUCCEEDED: "SUCCEEDED",
|
|
6511
|
+
};
|
|
6512
|
+
const ResourceCountGroupKey = {
|
|
6513
|
+
ACCOUNT_ID: "ACCOUNT_ID",
|
|
6514
|
+
AWS_REGION: "AWS_REGION",
|
|
6515
|
+
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
6516
|
+
};
|
|
6517
|
+
const MemberAccountRuleStatus = {
|
|
6518
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6519
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6520
|
+
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
6521
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6522
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6523
|
+
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
6524
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6525
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6526
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
6527
|
+
};
|
|
6528
|
+
const OrganizationResourceDetailedStatus = {
|
|
6529
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
6530
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
6531
|
+
CREATE_SUCCESSFUL: "CREATE_SUCCESSFUL",
|
|
6532
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
6533
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
6534
|
+
DELETE_SUCCESSFUL: "DELETE_SUCCESSFUL",
|
|
6535
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
6536
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
6537
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
6538
|
+
};
|
|
6539
|
+
const ResourceConfigurationSchemaType = {
|
|
6540
|
+
CFN_RESOURCE_SCHEMA: "CFN_RESOURCE_SCHEMA",
|
|
6541
|
+
};
|
|
6542
|
+
const SortBy = {
|
|
6543
|
+
SCORE: "SCORE",
|
|
6544
|
+
};
|
|
6545
|
+
const SortOrder = {
|
|
6546
|
+
ASCENDING: "ASCENDING",
|
|
6547
|
+
DESCENDING: "DESCENDING",
|
|
6548
|
+
};
|
|
6549
6549
|
|
|
6550
6550
|
Object.defineProperty(exports, "$Command", {
|
|
6551
6551
|
enumerable: true,
|