Skip to content

Commit 155ec88

Browse files
author
AWS
committed
Amazon CloudWatch Update: This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.
1 parent d2cd231 commit 155ec88

File tree

4 files changed

+54
-191
lines changed

4 files changed

+54
-191
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudWatch",
4+
"contributor": "",
5+
"description": "This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language."
6+
}

feature.metadata

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"trebuchetFeatureArn":"arn:aws:trebuchet:::feature:v2:2786d326-3fe4-4a13-8676-47fbf1b4456e","c2jModelsRevision":3,"messageId":2,"serviceId":"CloudWatch","serviceModule":"cloudwatch","isNewService":false}

services/cloudwatch/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@
4848
<dependencies>
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
51-
<artifactId>aws-query-protocol</artifactId>
51+
<artifactId>aws-json-protocol</artifactId>
52+
<version>${awsjavasdk.version}</version>
53+
</dependency>
54+
<dependency>
55+
<groupId>software.amazon.awssdk</groupId>
56+
<artifactId>smithy-rpcv2-protocol</artifactId>
5257
<version>${awsjavasdk.version}</version>
5358
</dependency>
5459
<dependency>

0 commit comments

Comments
 (0)