cdk-comprehend-s3olap 2.0.57 → 2.0.60
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/.gitattributes +1 -0
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +100 -5
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +190 -182
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +87 -0
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +86 -65
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +193 -185
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/object.assign/.eslintrc +3 -1
- package/node_modules/object.assign/.nycrc +0 -5
- package/node_modules/object.assign/CHANGELOG.md +20 -0
- package/node_modules/object.assign/README.md +7 -6
- package/node_modules/object.assign/implementation.js +25 -21
- package/node_modules/object.assign/package.json +25 -13
- package/node_modules/object.assign/test/implementation.js +19 -0
- package/node_modules/object.assign/test/tests.js +2 -7
- package/node_modules/object.assign/test.html +18458 -0
- package/package.json +3 -3
- package/node_modules/object.assign/.eslintignore +0 -1
- package/node_modules/object.assign/.github/workflows/rebase.yml +0 -15
- package/node_modules/object.assign/.github/workflows/require-allow-edits.yml +0 -14
- package/node_modules/object.assign/dist/browser.js +0 -865
@@ -91,6 +91,14 @@ declare class ChimeSDKMeetings extends Service {
|
|
91
91
|
* Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
|
92
92
|
*/
|
93
93
|
listAttendees(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.ListAttendeesResponse) => void): Request<ChimeSDKMeetings.Types.ListAttendeesResponse, AWSError>;
|
94
|
+
/**
|
95
|
+
* Returns a list of the tags available for the specified resource.
|
96
|
+
*/
|
97
|
+
listTagsForResource(params: ChimeSDKMeetings.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ChimeSDKMeetings.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMeetings.Types.ListTagsForResourceResponse, AWSError>;
|
98
|
+
/**
|
99
|
+
* Returns a list of the tags available for the specified resource.
|
100
|
+
*/
|
101
|
+
listTagsForResource(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMeetings.Types.ListTagsForResourceResponse, AWSError>;
|
94
102
|
/**
|
95
103
|
* Starts transcription for the specified meetingId.
|
96
104
|
*/
|
@@ -107,6 +115,22 @@ declare class ChimeSDKMeetings extends Service {
|
|
107
115
|
* Stops transcription for the specified meetingId.
|
108
116
|
*/
|
109
117
|
stopMeetingTranscription(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
118
|
+
/**
|
119
|
+
* The resource that supports tags.
|
120
|
+
*/
|
121
|
+
tagResource(params: ChimeSDKMeetings.Types.TagResourceRequest, callback?: (err: AWSError, data: ChimeSDKMeetings.Types.TagResourceResponse) => void): Request<ChimeSDKMeetings.Types.TagResourceResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* The resource that supports tags.
|
124
|
+
*/
|
125
|
+
tagResource(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.TagResourceResponse) => void): Request<ChimeSDKMeetings.Types.TagResourceResponse, AWSError>;
|
126
|
+
/**
|
127
|
+
* Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag. You can only tag resources that are located in the specified AWS Region for the calling AWS account. Minimum permissions In addition to the tag:UntagResources permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the UntagResources operation, you must have both of the following permissions: tag:UntagResource ChimeSDKMeetings:DeleteTags
|
128
|
+
*/
|
129
|
+
untagResource(params: ChimeSDKMeetings.Types.UntagResourceRequest, callback?: (err: AWSError, data: ChimeSDKMeetings.Types.UntagResourceResponse) => void): Request<ChimeSDKMeetings.Types.UntagResourceResponse, AWSError>;
|
130
|
+
/**
|
131
|
+
* Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag. You can only tag resources that are located in the specified AWS Region for the calling AWS account. Minimum permissions In addition to the tag:UntagResources permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the UntagResources operation, you must have both of the following permissions: tag:UntagResource ChimeSDKMeetings:DeleteTags
|
132
|
+
*/
|
133
|
+
untagResource(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.UntagResourceResponse) => void): Request<ChimeSDKMeetings.Types.UntagResourceResponse, AWSError>;
|
110
134
|
/**
|
111
135
|
* The capabilties that you want to update. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
|
112
136
|
*/
|
@@ -117,6 +141,7 @@ declare class ChimeSDKMeetings extends Service {
|
|
117
141
|
updateAttendeeCapabilities(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse) => void): Request<ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse, AWSError>;
|
118
142
|
}
|
119
143
|
declare namespace ChimeSDKMeetings {
|
144
|
+
export type AmazonResourceName = string;
|
120
145
|
export type Arn = string;
|
121
146
|
export interface Attendee {
|
122
147
|
/**
|
@@ -279,6 +304,10 @@ declare namespace ChimeSDKMeetings {
|
|
279
304
|
* A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
|
280
305
|
*/
|
281
306
|
TenantIds?: TenantIdList;
|
307
|
+
/**
|
308
|
+
* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: Not all resources have tags. For a list of services with resources that support tagging using this operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the resource's service might support tagging using its own API operations. For more information, refer to the documentation for that service. Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference. You can only tag resources that are located in the specified AWS Region for the AWS account. To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service. Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data. Minimum permissions In addition to the tag:TagResources permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag a ChimeSDKMeetings instance using the TagResources operation, you must have both of the following permissions: tag:TagResources ChimeSDKMeetings:CreateTags Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the s3:GetBucketTagging permission. If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.
|
309
|
+
*/
|
310
|
+
Tags?: TagList;
|
282
311
|
}
|
283
312
|
export interface CreateMeetingResponse {
|
284
313
|
/**
|
@@ -323,6 +352,10 @@ declare namespace ChimeSDKMeetings {
|
|
323
352
|
* A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
|
324
353
|
*/
|
325
354
|
TenantIds?: TenantIdList;
|
355
|
+
/**
|
356
|
+
* The tags in the request.
|
357
|
+
*/
|
358
|
+
Tags?: TagList;
|
326
359
|
}
|
327
360
|
export type CreateMeetingWithAttendeesRequestItemList = CreateAttendeeRequestItem[];
|
328
361
|
export interface CreateMeetingWithAttendeesResponse {
|
@@ -495,6 +528,18 @@ declare namespace ChimeSDKMeetings {
|
|
495
528
|
*/
|
496
529
|
NextToken?: String;
|
497
530
|
}
|
531
|
+
export interface ListTagsForResourceRequest {
|
532
|
+
/**
|
533
|
+
* The ARN of the resource.
|
534
|
+
*/
|
535
|
+
ResourceARN: AmazonResourceName;
|
536
|
+
}
|
537
|
+
export interface ListTagsForResourceResponse {
|
538
|
+
/**
|
539
|
+
* The tags requested for the specified resource.
|
540
|
+
*/
|
541
|
+
Tags?: TagList;
|
542
|
+
}
|
498
543
|
export type MediaCapabilities = "SendReceive"|"Send"|"Receive"|"None"|string;
|
499
544
|
export interface MediaPlacement {
|
500
545
|
/**
|
@@ -564,6 +609,10 @@ declare namespace ChimeSDKMeetings {
|
|
564
609
|
* Array of strings.
|
565
610
|
*/
|
566
611
|
TenantIds?: TenantIdList;
|
612
|
+
/**
|
613
|
+
* The ARN of the meeting.
|
614
|
+
*/
|
615
|
+
MeetingArn?: AmazonResourceName;
|
567
616
|
}
|
568
617
|
export type MeetingFeatureStatus = "AVAILABLE"|"UNAVAILABLE"|string;
|
569
618
|
export interface MeetingFeaturesConfiguration {
|
@@ -605,6 +654,32 @@ declare namespace ChimeSDKMeetings {
|
|
605
654
|
MeetingId: GuidString;
|
606
655
|
}
|
607
656
|
export type String = string;
|
657
|
+
export interface Tag {
|
658
|
+
/**
|
659
|
+
* The tag's key.
|
660
|
+
*/
|
661
|
+
Key: TagKey;
|
662
|
+
/**
|
663
|
+
* The tag's value.
|
664
|
+
*/
|
665
|
+
Value: TagValue;
|
666
|
+
}
|
667
|
+
export type TagKey = string;
|
668
|
+
export type TagKeyList = TagKey[];
|
669
|
+
export type TagList = Tag[];
|
670
|
+
export interface TagResourceRequest {
|
671
|
+
/**
|
672
|
+
* The ARN of the resource.
|
673
|
+
*/
|
674
|
+
ResourceARN: AmazonResourceName;
|
675
|
+
/**
|
676
|
+
* Lists the requested tags.
|
677
|
+
*/
|
678
|
+
Tags: TagList;
|
679
|
+
}
|
680
|
+
export interface TagResourceResponse {
|
681
|
+
}
|
682
|
+
export type TagValue = string;
|
608
683
|
export type TenantId = string;
|
609
684
|
export type TenantIdList = TenantId[];
|
610
685
|
export type TranscribeContentIdentificationType = "PII"|string;
|
@@ -631,6 +706,18 @@ declare namespace ChimeSDKMeetings {
|
|
631
706
|
*/
|
632
707
|
EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
|
633
708
|
}
|
709
|
+
export interface UntagResourceRequest {
|
710
|
+
/**
|
711
|
+
* The ARN of the resource that you're removing tags from.
|
712
|
+
*/
|
713
|
+
ResourceARN: AmazonResourceName;
|
714
|
+
/**
|
715
|
+
* The tag keys being removed from the resources.
|
716
|
+
*/
|
717
|
+
TagKeys: TagKeyList;
|
718
|
+
}
|
719
|
+
export interface UntagResourceResponse {
|
720
|
+
}
|
634
721
|
export interface UpdateAttendeeCapabilitiesRequest {
|
635
722
|
/**
|
636
723
|
* The ID of the meeting associated with the update request.
|
@@ -4155,7 +4155,7 @@ declare namespace ConfigService {
|
|
4155
4155
|
}
|
4156
4156
|
export type ResourceKeys = ResourceKey[];
|
4157
4157
|
export type ResourceName = string;
|
4158
|
-
export type ResourceType = "AWS::EC2::CustomerGateway"|"AWS::EC2::EIP"|"AWS::EC2::Host"|"AWS::EC2::Instance"|"AWS::EC2::InternetGateway"|"AWS::EC2::NetworkAcl"|"AWS::EC2::NetworkInterface"|"AWS::EC2::RouteTable"|"AWS::EC2::SecurityGroup"|"AWS::EC2::Subnet"|"AWS::CloudTrail::Trail"|"AWS::EC2::Volume"|"AWS::EC2::VPC"|"AWS::EC2::VPNConnection"|"AWS::EC2::VPNGateway"|"AWS::EC2::RegisteredHAInstance"|"AWS::EC2::NatGateway"|"AWS::EC2::EgressOnlyInternetGateway"|"AWS::EC2::VPCEndpoint"|"AWS::EC2::VPCEndpointService"|"AWS::EC2::FlowLog"|"AWS::EC2::VPCPeeringConnection"|"AWS::Elasticsearch::Domain"|"AWS::IAM::Group"|"AWS::IAM::Policy"|"AWS::IAM::Role"|"AWS::IAM::User"|"AWS::ElasticLoadBalancingV2::LoadBalancer"|"AWS::ACM::Certificate"|"AWS::RDS::DBInstance"|"AWS::RDS::DBSubnetGroup"|"AWS::RDS::DBSecurityGroup"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBCluster"|"AWS::RDS::DBClusterSnapshot"|"AWS::RDS::EventSubscription"|"AWS::S3::Bucket"|"AWS::S3::AccountPublicAccessBlock"|"AWS::Redshift::Cluster"|"AWS::Redshift::ClusterSnapshot"|"AWS::Redshift::ClusterParameterGroup"|"AWS::Redshift::ClusterSecurityGroup"|"AWS::Redshift::ClusterSubnetGroup"|"AWS::Redshift::EventSubscription"|"AWS::SSM::ManagedInstanceInventory"|"AWS::CloudWatch::Alarm"|"AWS::CloudFormation::Stack"|"AWS::ElasticLoadBalancing::LoadBalancer"|"AWS::AutoScaling::AutoScalingGroup"|"AWS::AutoScaling::LaunchConfiguration"|"AWS::AutoScaling::ScalingPolicy"|"AWS::AutoScaling::ScheduledAction"|"AWS::DynamoDB::Table"|"AWS::CodeBuild::Project"|"AWS::WAF::RateBasedRule"|"AWS::WAF::Rule"|"AWS::WAF::RuleGroup"|"AWS::WAF::WebACL"|"AWS::WAFRegional::RateBasedRule"|"AWS::WAFRegional::Rule"|"AWS::WAFRegional::RuleGroup"|"AWS::WAFRegional::WebACL"|"AWS::CloudFront::Distribution"|"AWS::CloudFront::StreamingDistribution"|"AWS::Lambda::Function"|"AWS::NetworkFirewall::Firewall"|"AWS::NetworkFirewall::FirewallPolicy"|"AWS::NetworkFirewall::RuleGroup"|"AWS::ElasticBeanstalk::Application"|"AWS::ElasticBeanstalk::ApplicationVersion"|"AWS::ElasticBeanstalk::Environment"|"AWS::WAFv2::WebACL"|"AWS::WAFv2::RuleGroup"|"AWS::WAFv2::IPSet"|"AWS::WAFv2::RegexPatternSet"|"AWS::WAFv2::ManagedRuleSet"|"AWS::XRay::EncryptionConfig"|"AWS::SSM::AssociationCompliance"|"AWS::SSM::PatchCompliance"|"AWS::Shield::Protection"|"AWS::ShieldRegional::Protection"|"AWS::Config::ConformancePackCompliance"|"AWS::Config::ResourceCompliance"|"AWS::ApiGateway::Stage"|"AWS::ApiGateway::RestApi"|"AWS::ApiGatewayV2::Stage"|"AWS::ApiGatewayV2::Api"|"AWS::CodePipeline::Pipeline"|"AWS::ServiceCatalog::CloudFormationProvisionedProduct"|"AWS::ServiceCatalog::CloudFormationProduct"|"AWS::ServiceCatalog::Portfolio"|"AWS::SQS::Queue"|"AWS::KMS::Key"|"AWS::QLDB::Ledger"|"AWS::SecretsManager::Secret"|"AWS::SNS::Topic"|"AWS::SSM::FileData"|"AWS::Backup::BackupPlan"|"AWS::Backup::BackupSelection"|"AWS::Backup::BackupVault"|"AWS::Backup::RecoveryPoint"|"AWS::ECR::Repository"|"AWS::ECS::Cluster"|"AWS::ECS::Service"|"AWS::ECS::TaskDefinition"|"AWS::EFS::AccessPoint"|"AWS::EFS::FileSystem"|"AWS::EKS::Cluster"|"AWS::OpenSearch::Domain"|"AWS::EC2::TransitGateway"|"AWS::Kinesis::Stream"|"AWS::Kinesis::StreamConsumer"|"AWS::CodeDeploy::Application"|"AWS::CodeDeploy::DeploymentConfig"|"AWS::CodeDeploy::DeploymentGroup"|"AWS::EC2::LaunchTemplate"|"AWS::ECR::PublicRepository"|"AWS::GuardDuty::Detector"|"AWS::EMR::SecurityConfiguration"|"AWS::SageMaker::CodeRepository"|"AWS::Route53Resolver::ResolverEndpoint"|"AWS::Route53Resolver::ResolverRule"|"AWS::Route53Resolver::ResolverRuleAssociation"|"AWS::DMS::ReplicationSubnetGroup"|"AWS::DMS::EventSubscription"|"AWS::MSK::Cluster"|"AWS::StepFunctions::Activity"|"AWS::WorkSpaces::Workspace"|"AWS::WorkSpaces::ConnectionAlias"|"AWS::SageMaker::Model"|"AWS::ElasticLoadBalancingV2::Listener"|"AWS::StepFunctions::StateMachine"|"AWS::Batch::JobQueue"|"AWS::Batch::ComputeEnvironment"|"AWS::AccessAnalyzer::Analyzer"|string;
|
4158
|
+
export type ResourceType = "AWS::EC2::CustomerGateway"|"AWS::EC2::EIP"|"AWS::EC2::Host"|"AWS::EC2::Instance"|"AWS::EC2::InternetGateway"|"AWS::EC2::NetworkAcl"|"AWS::EC2::NetworkInterface"|"AWS::EC2::RouteTable"|"AWS::EC2::SecurityGroup"|"AWS::EC2::Subnet"|"AWS::CloudTrail::Trail"|"AWS::EC2::Volume"|"AWS::EC2::VPC"|"AWS::EC2::VPNConnection"|"AWS::EC2::VPNGateway"|"AWS::EC2::RegisteredHAInstance"|"AWS::EC2::NatGateway"|"AWS::EC2::EgressOnlyInternetGateway"|"AWS::EC2::VPCEndpoint"|"AWS::EC2::VPCEndpointService"|"AWS::EC2::FlowLog"|"AWS::EC2::VPCPeeringConnection"|"AWS::Elasticsearch::Domain"|"AWS::IAM::Group"|"AWS::IAM::Policy"|"AWS::IAM::Role"|"AWS::IAM::User"|"AWS::ElasticLoadBalancingV2::LoadBalancer"|"AWS::ACM::Certificate"|"AWS::RDS::DBInstance"|"AWS::RDS::DBSubnetGroup"|"AWS::RDS::DBSecurityGroup"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBCluster"|"AWS::RDS::DBClusterSnapshot"|"AWS::RDS::EventSubscription"|"AWS::S3::Bucket"|"AWS::S3::AccountPublicAccessBlock"|"AWS::Redshift::Cluster"|"AWS::Redshift::ClusterSnapshot"|"AWS::Redshift::ClusterParameterGroup"|"AWS::Redshift::ClusterSecurityGroup"|"AWS::Redshift::ClusterSubnetGroup"|"AWS::Redshift::EventSubscription"|"AWS::SSM::ManagedInstanceInventory"|"AWS::CloudWatch::Alarm"|"AWS::CloudFormation::Stack"|"AWS::ElasticLoadBalancing::LoadBalancer"|"AWS::AutoScaling::AutoScalingGroup"|"AWS::AutoScaling::LaunchConfiguration"|"AWS::AutoScaling::ScalingPolicy"|"AWS::AutoScaling::ScheduledAction"|"AWS::DynamoDB::Table"|"AWS::CodeBuild::Project"|"AWS::WAF::RateBasedRule"|"AWS::WAF::Rule"|"AWS::WAF::RuleGroup"|"AWS::WAF::WebACL"|"AWS::WAFRegional::RateBasedRule"|"AWS::WAFRegional::Rule"|"AWS::WAFRegional::RuleGroup"|"AWS::WAFRegional::WebACL"|"AWS::CloudFront::Distribution"|"AWS::CloudFront::StreamingDistribution"|"AWS::Lambda::Function"|"AWS::NetworkFirewall::Firewall"|"AWS::NetworkFirewall::FirewallPolicy"|"AWS::NetworkFirewall::RuleGroup"|"AWS::ElasticBeanstalk::Application"|"AWS::ElasticBeanstalk::ApplicationVersion"|"AWS::ElasticBeanstalk::Environment"|"AWS::WAFv2::WebACL"|"AWS::WAFv2::RuleGroup"|"AWS::WAFv2::IPSet"|"AWS::WAFv2::RegexPatternSet"|"AWS::WAFv2::ManagedRuleSet"|"AWS::XRay::EncryptionConfig"|"AWS::SSM::AssociationCompliance"|"AWS::SSM::PatchCompliance"|"AWS::Shield::Protection"|"AWS::ShieldRegional::Protection"|"AWS::Config::ConformancePackCompliance"|"AWS::Config::ResourceCompliance"|"AWS::ApiGateway::Stage"|"AWS::ApiGateway::RestApi"|"AWS::ApiGatewayV2::Stage"|"AWS::ApiGatewayV2::Api"|"AWS::CodePipeline::Pipeline"|"AWS::ServiceCatalog::CloudFormationProvisionedProduct"|"AWS::ServiceCatalog::CloudFormationProduct"|"AWS::ServiceCatalog::Portfolio"|"AWS::SQS::Queue"|"AWS::KMS::Key"|"AWS::QLDB::Ledger"|"AWS::SecretsManager::Secret"|"AWS::SNS::Topic"|"AWS::SSM::FileData"|"AWS::Backup::BackupPlan"|"AWS::Backup::BackupSelection"|"AWS::Backup::BackupVault"|"AWS::Backup::RecoveryPoint"|"AWS::ECR::Repository"|"AWS::ECS::Cluster"|"AWS::ECS::Service"|"AWS::ECS::TaskDefinition"|"AWS::EFS::AccessPoint"|"AWS::EFS::FileSystem"|"AWS::EKS::Cluster"|"AWS::OpenSearch::Domain"|"AWS::EC2::TransitGateway"|"AWS::Kinesis::Stream"|"AWS::Kinesis::StreamConsumer"|"AWS::CodeDeploy::Application"|"AWS::CodeDeploy::DeploymentConfig"|"AWS::CodeDeploy::DeploymentGroup"|"AWS::EC2::LaunchTemplate"|"AWS::ECR::PublicRepository"|"AWS::GuardDuty::Detector"|"AWS::EMR::SecurityConfiguration"|"AWS::SageMaker::CodeRepository"|"AWS::Route53Resolver::ResolverEndpoint"|"AWS::Route53Resolver::ResolverRule"|"AWS::Route53Resolver::ResolverRuleAssociation"|"AWS::DMS::ReplicationSubnetGroup"|"AWS::DMS::EventSubscription"|"AWS::MSK::Cluster"|"AWS::StepFunctions::Activity"|"AWS::WorkSpaces::Workspace"|"AWS::WorkSpaces::ConnectionAlias"|"AWS::SageMaker::Model"|"AWS::ElasticLoadBalancingV2::Listener"|"AWS::StepFunctions::StateMachine"|"AWS::Batch::JobQueue"|"AWS::Batch::ComputeEnvironment"|"AWS::AccessAnalyzer::Analyzer"|"AWS::Athena::WorkGroup"|"AWS::Athena::DataCatalog"|"AWS::Detective::Graph"|"AWS::GlobalAccelerator::Accelerator"|"AWS::GlobalAccelerator::EndpointGroup"|"AWS::GlobalAccelerator::Listener"|"AWS::EC2::TransitGatewayAttachment"|"AWS::EC2::TransitGatewayRouteTable"|"AWS::DMS::Certificate"|string;
|
4159
4159
|
export type ResourceTypeList = ResourceType[];
|
4160
4160
|
export type ResourceTypeString = string;
|
4161
4161
|
export type ResourceTypes = StringWithCharLimit256[];
|
@@ -828,7 +828,7 @@ declare namespace DMS {
|
|
828
828
|
*/
|
829
829
|
EndpointType: ReplicationEndpointTypeValue;
|
830
830
|
/**
|
831
|
-
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2",
|
831
|
+
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", and "neptune".
|
832
832
|
*/
|
833
833
|
EngineName: String;
|
834
834
|
/**
|