-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into sugmanue/sra-retr…
…ies-merge-2.25.71-SNAPSHOT
- Loading branch information
Showing
20 changed files
with
2,405 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"version": "2.25.70", | ||
"date": "2024-06-10", | ||
"entries": [ | ||
{ | ||
"type": "feature", | ||
"category": "Amazon S3", | ||
"contributor": "nikitamsawant", | ||
"description": "Updated the version of aws-s3-accessgrants-java-plugin to include changes that support copyObject and deleteObjects." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon CloudWatch Application Signals", | ||
"contributor": "", | ||
"description": "This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon EC2 Container Service", | ||
"contributor": "", | ||
"description": "This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "EC2 Image Builder", | ||
"contributor": "", | ||
"description": "This release updates the regex pattern for Image Builder ARNs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS SDK for Java v2", | ||
"contributor": "", | ||
"description": "Updated endpoint and partition metadata." | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,4 +94,4 @@ | |
</plugins> | ||
</build> | ||
|
||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,4 +139,4 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,4 +108,4 @@ | |
</plugins> | ||
</build> | ||
|
||
</project> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<!-- | ||
~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"). | ||
~ You may not use this file except in compliance with the License. | ||
~ A copy of the License is located at | ||
~ | ||
~ http://aws.amazon.com/apache2.0 | ||
~ | ||
~ or in the "license" file accompanying this file. This file is distributed | ||
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either | ||
~ express or implied. See the License for the specific language governing | ||
~ permissions and limitations under the License. | ||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>services</artifactId> | ||
<version>2.25.71-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>applicationsignals</artifactId> | ||
<name>AWS Java SDK :: Services :: Application Signals</name> | ||
<description>The AWS Java SDK for Application Signals module holds the client classes that are used for | ||
communicating with Application Signals. | ||
</description> | ||
<url>https://aws.amazon.com/sdkforjava</url> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<configuration> | ||
<archive> | ||
<manifestEntries> | ||
<Automatic-Module-Name>software.amazon.awssdk.services.applicationsignals</Automatic-Module-Name> | ||
</manifestEntries> | ||
</archive> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>protocol-core</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>aws-json-protocol</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>http-auth-aws</artifactId> | ||
<version>${awsjavasdk.version}</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
137 changes: 137 additions & 0 deletions
137
services/applicationsignals/src/main/resources/codegen-resources/endpoint-rule-set.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"version": "1.0", | ||
"parameters": { | ||
"UseFIPS": { | ||
"builtIn": "AWS::UseFIPS", | ||
"required": true, | ||
"default": false, | ||
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", | ||
"type": "Boolean" | ||
}, | ||
"Endpoint": { | ||
"builtIn": "SDK::Endpoint", | ||
"required": false, | ||
"documentation": "Override the endpoint used to send this request", | ||
"type": "String" | ||
}, | ||
"Region": { | ||
"builtIn": "AWS::Region", | ||
"required": false, | ||
"documentation": "The AWS region used to dispatch the request.", | ||
"type": "String" | ||
} | ||
}, | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "isSet", | ||
"argv": [ | ||
{ | ||
"ref": "Endpoint" | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"error": "Invalid Configuration: FIPS and custom endpoint are not supported", | ||
"type": "error" | ||
}, | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": { | ||
"ref": "Endpoint" | ||
}, | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "isSet", | ||
"argv": [ | ||
{ | ||
"ref": "Region" | ||
} | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "aws.partition", | ||
"argv": [ | ||
{ | ||
"ref": "Region" | ||
} | ||
], | ||
"assign": "PartitionResult" | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"fn": "booleanEquals", | ||
"argv": [ | ||
{ | ||
"ref": "UseFIPS" | ||
}, | ||
true | ||
] | ||
} | ||
], | ||
"endpoint": { | ||
"url": "https://application-signals-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
}, | ||
{ | ||
"conditions": [], | ||
"endpoint": { | ||
"url": "https://application-signals.{Region}.{PartitionResult#dualStackDnsSuffix}", | ||
"properties": {}, | ||
"headers": {} | ||
}, | ||
"type": "endpoint" | ||
} | ||
], | ||
"type": "tree" | ||
} | ||
], | ||
"type": "tree" | ||
}, | ||
{ | ||
"conditions": [], | ||
"error": "Invalid Configuration: Missing Region", | ||
"type": "error" | ||
} | ||
], | ||
"type": "tree" | ||
} | ||
] | ||
} |
Oops, something went wrong.