Skip to content

Remove Redshift Serverless #3243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .changes/2.17.207.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@
"contributor": "",
"description": "Adds new API GetClusterCredentialsWithIAM to return temporary credentials."
},
{
"type": "feature",
"category": "Redshift Serverless",
"contributor": "",
"description": "Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more."
},
{
"type": "removal",
"category": "AWS SDK for Java v2",
Expand All @@ -51,4 +45,4 @@
"description": "Updated service endpoint metadata."
}
]
}
}
5 changes: 0 additions & 5 deletions aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1548,11 +1548,6 @@ Amazon AutoScaling, etc).</description>
<artifactId>m2</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>redshiftserverless</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
5 changes: 0 additions & 5 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1688,11 +1688,6 @@
<artifactId>m2</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>redshiftserverless</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
1 change: 0 additions & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@
<module>chimesdkmediapipelines</module>
<module>emrserverless</module>
<module>m2</module>
<module>redshiftserverless</module>
</modules>
<description>The AWS Java SDK services</description>
<url>https://aws.amazon.com/sdkforjava</url>
Expand Down
60 changes: 0 additions & 60 deletions services/redshiftserverless/pom.xml

This file was deleted.

This file was deleted.

Loading