Skip to content

Commit 19e2064

Browse files
authored
Merge pull request #1052 from aws/staging/73f84139-a2b5-4af7-b960-e96af0f0cd54
Pull request: release <- staging/73f84139-a2b5-4af7-b960-e96af0f0cd54
2 parents 7128722 + c1b2513 commit 19e2064

File tree

319 files changed

+7485
-845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+7485
-845
lines changed

.changes/2.15.33.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.15.33",
3+
"date": "2020-11-20",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CloudHSM V2",
8+
"contributor": "",
9+
"description": "Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Cognito Identity",
14+
"contributor": "",
15+
"description": "Added SDK pagination support for ListIdentityPools"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Managed Streaming for Kafka",
20+
"contributor": "",
21+
"description": "This release adds support for PER TOPIC PER PARTITION monitoring on AWS MSK clusters."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Updated service endpoint metadata."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"description": "This release adds a set of Amazon Connect APIs to programmatically control instance creation, modification, description and deletion."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Macie 2",
38+
"contributor": "",
39+
"description": "The Amazon Macie API now provides S3 bucket metadata that indicates whether any one-time or recurring classification jobs are configured to analyze data in a bucket."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"description": "Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Chime",
50+
"contributor": "",
51+
"description": "The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Service Catalog App Registry",
56+
"contributor": "",
57+
"description": "AWS Service Catalog AppRegistry Documentation update"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon CodeGuru Reviewer",
62+
"contributor": "",
63+
"description": "This release supports tagging repository association resources in Amazon CodeGuru Reviewer."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS Single Sign-on",
68+
"contributor": "",
69+
"description": "Added support for retrieving SSO credentials: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS App Mesh",
74+
"contributor": "",
75+
"description": "This release makes tag value a required attribute of the tag's key-value pair."
76+
}
77+
]
78+
}

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# __2.15.33__ __2020-11-20__
2+
## __AWS App Mesh__
3+
- ### Features
4+
- This release makes tag value a required attribute of the tag's key-value pair.
5+
6+
## __AWS CloudHSM V2__
7+
- ### Features
8+
- Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated service endpoint metadata.
13+
14+
## __AWS Service Catalog App Registry__
15+
- ### Features
16+
- AWS Service Catalog AppRegistry Documentation update
17+
18+
## __AWS Single Sign-on__
19+
- ### Features
20+
- Added support for retrieving SSO credentials: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html.
21+
22+
## __Amazon Chime__
23+
- ### Features
24+
- The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
25+
26+
## __Amazon CodeGuru Reviewer__
27+
- ### Features
28+
- This release supports tagging repository association resources in Amazon CodeGuru Reviewer.
29+
30+
## __Amazon Cognito Identity__
31+
- ### Features
32+
- Added SDK pagination support for ListIdentityPools
33+
34+
## __Amazon Connect Service__
35+
- ### Features
36+
- This release adds a set of Amazon Connect APIs to programmatically control instance creation, modification, description and deletion.
37+
38+
## __Amazon Macie 2__
39+
- ### Features
40+
- The Amazon Macie API now provides S3 bucket metadata that indicates whether any one-time or recurring classification jobs are configured to analyze data in a bucket.
41+
42+
## __Amazon Simple Storage Service__
43+
- ### Features
44+
- Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI.
45+
46+
## __Managed Streaming for Kafka__
47+
- ### Features
48+
- This release adds support for PER TOPIC PER PARTITION monitoring on AWS MSK clusters.
49+
150
# __2.15.32__ __2020-11-19__
251
## __AWS Cost Explorer Service__
352
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.15.32</version>
52+
<version>2.15.33</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.15.32</version>
86+
<version>2.15.33</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.15.32</version>
91+
<version>2.15.33</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.15.32</version>
103+
<version>2.15.33</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.32</version>
23+
<version>2.15.33</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.32</version>
23+
<version>2.15.33</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.15.32</version>
20+
<version>2.15.33</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.32</version>
23+
<version>2.15.33</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.15.32</version>
20+
<version>2.15.33</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.15.32</version>
24+
<version>2.15.33</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.15.32</version>
25+
<version>2.15.33</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.15.32</version>
24+
<version>2.15.33</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.15.32</version>
25+
<version>2.15.33</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.15.32</version>
24+
<version>2.15.33</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.32</version>
23+
<version>2.15.33</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/annotations/src/main/java/software/amazon/awssdk/annotations/SdkInternalApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.lang.annotation.Target;
2020

2121
/**
22-
* Marker interface for 'internal' APIs that should not be used outside the core module. Breaking
22+
* Marker interface for 'internal' APIs that should not be used outside the same module. Breaking
2323
* changes can and will be introduced to elements marked as {@link SdkInternalApi}. Users of the SDK
2424
* and the generated clients themselves should not depend on any packages, types, fields,
2525
* constructors, or methods with this annotation.

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.15.32</version>
23+
<version>2.15.33</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.15.32</version>
25+
<version>2.15.33</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
16+
package software.amazon.awssdk.auth.credentials;
17+
18+
import software.amazon.awssdk.annotations.SdkProtectedApi;
19+
import software.amazon.awssdk.profiles.Profile;
20+
21+
/**
22+
* A factory for {@link AwsCredentialsProvider}s, which can be used to create different credentials providers with
23+
* different Profile properties.
24+
*/
25+
@FunctionalInterface
26+
@SdkProtectedApi
27+
public interface ProfileCredentialsProviderFactory {
28+
AwsCredentialsProvider create(Profile profile);
29+
}

0 commit comments

Comments
 (0)