Skip to content

Commit 20801f3

Browse files
authored
Merge branch 'master' into finks/s3-path
2 parents a2e9216 + 39f6568 commit 20801f3

File tree

236 files changed

+4414
-530
lines changed

Some content is hidden

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

236 files changed

+4414
-530
lines changed

.changes/2.5.47.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"date": "2019-05-20",
3+
"version": "2.5.47",
4+
"entries": [
5+
{
6+
"category": "AWSMarketplace Metering",
7+
"type": "feature",
8+
"description": "Documentation updates for meteringmarketplace"
9+
},
10+
{
11+
"category": "AWS Elemental MediaPackage VOD",
12+
"type": "feature",
13+
"description": "AWS Elemental MediaPackage now supports Video-on-Demand (VOD) workflows. These new features allow you to easily deliver a vast library of source video Assets stored in your own S3 buckets using a small set of simple to set up Packaging Configurations and Packaging Groups."
14+
},
15+
{
16+
"category": "Managed Streaming for Kafka",
17+
"type": "feature",
18+
"description": "Updated APIs for the Managed Streaming for Kafka service that let customers create clusters with custom Kafka configuration."
19+
}
20+
]
21+
}

.changes/2.5.48.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"date": "2019-05-21",
3+
"version": "2.5.48",
4+
"entries": [
5+
{
6+
"category": "AWS DataSync",
7+
"type": "feature",
8+
"description": "Documentation update and refine pagination token on Datasync List API's"
9+
},
10+
{
11+
"category": "Alexa For Business",
12+
"type": "feature",
13+
"description": "This release contains API changes to allow customers to create and manage Network Profiles for their Shared devices"
14+
}
15+
]
16+
}

.changes/2.5.49.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"date": "2019-05-22",
3+
"version": "2.5.49",
4+
"entries": [
5+
{
6+
"category": "AWS Budgets",
7+
"type": "feature",
8+
"description": "Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets"
9+
},
10+
{
11+
"category": "Amazon Elastic File System",
12+
"type": "feature",
13+
"description": "AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed."
14+
},
15+
{
16+
"category": "AWS Service Catalog",
17+
"type": "feature",
18+
"description": "Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product."
19+
},
20+
{
21+
"category": "Amazon Relational Database Service",
22+
"type": "feature",
23+
"description": "Documentation updates for rds"
24+
},
25+
{
26+
"category": "Amazon API Gateway",
27+
"type": "feature",
28+
"description": "This release adds support for tagging of Amazon API Gateway resources."
29+
},
30+
{
31+
"category": "Amazon Elastic Compute Cloud",
32+
"type": "feature",
33+
"description": "This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints."
34+
},
35+
{
36+
"category": "Amazon WorkLink",
37+
"type": "feature",
38+
"description": "Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets."
39+
},
40+
{
41+
"category": "AWS Device Farm",
42+
"type": "feature",
43+
"description": "This release introduces support for tagging, tag-based access control, and resource-based access control."
44+
}
45+
]
46+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"type": "bugfix",
4+
"description": "Updated aws-java-sdk and bom modules to include ALL service modules."
5+
}

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# __2.5.49__ __2019-05-22__
2+
## __AWS Budgets__
3+
- ### Features
4+
- Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets
5+
6+
## __AWS Device Farm__
7+
- ### Features
8+
- This release introduces support for tagging, tag-based access control, and resource-based access control.
9+
10+
## __AWS Service Catalog__
11+
- ### Features
12+
- Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product.
13+
14+
## __Amazon API Gateway__
15+
- ### Features
16+
- This release adds support for tagging of Amazon API Gateway resources.
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints.
21+
22+
## __Amazon Elastic File System__
23+
- ### Features
24+
- AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed.
25+
26+
## __Amazon Relational Database Service__
27+
- ### Features
28+
- Documentation updates for rds
29+
30+
## __Amazon WorkLink__
31+
- ### Features
32+
- Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. This release introduces new APIs to associate and manage website authorization providers with Amazon WorkLink fleets.
33+
34+
# __2.5.48__ __2019-05-21__
35+
## __AWS DataSync__
36+
- ### Features
37+
- Documentation update and refine pagination token on Datasync List API's
38+
39+
## __Alexa For Business__
40+
- ### Features
41+
- This release contains API changes to allow customers to create and manage Network Profiles for their Shared devices
42+
43+
# __2.5.47__ __2019-05-20__
44+
## __AWS Elemental MediaPackage VOD__
45+
- ### Features
46+
- AWS Elemental MediaPackage now supports Video-on-Demand (VOD) workflows. These new features allow you to easily deliver a vast library of source video Assets stored in your own S3 buckets using a small set of simple to set up Packaging Configurations and Packaging Groups.
47+
48+
## __AWSMarketplace Metering__
49+
- ### Features
50+
- Documentation updates for meteringmarketplace
51+
52+
## __Managed Streaming for Kafka__
53+
- ### Features
54+
- Updated APIs for the Managed Streaming for Kafka service that let customers create clusters with custom Kafka configuration.
55+
156
# __2.5.46__ __2019-05-17__
257
## __Amazon AppStream__
358
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can import the whole SDK into your project (includes all services) as follow
4646
<dependency>
4747
<groupId>software.amazon.awssdk</groupId>
4848
<artifactId>aws-sdk-java</artifactId>
49-
<version>2.5.46</version>
49+
<version>2.5.49</version>
5050
</dependency>
5151
```
5252

@@ -58,12 +58,12 @@ Alternatively you can add dependencies for the specific services you use only:
5858
<dependency>
5959
<groupId>software.amazon.awssdk</groupId>
6060
<artifactId>ec2</artifactId>
61-
<version>2.5.46</version>
61+
<version>2.5.49</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>s3</artifactId>
66-
<version>2.5.46</version>
66+
<version>2.5.49</version>
6767
</dependency>
6868
```
6969

@@ -77,7 +77,7 @@ To automatically manage module versions (currently all modules have the same ver
7777
<dependency>
7878
<groupId>software.amazon.awssdk</groupId>
7979
<artifactId>bom</artifactId>
80-
<version>2.5.46</version>
80+
<version>2.5.49</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)