Skip to content

Commit bd360bc

Browse files
author
Fabian Batioja
committed
INT-14669: local_aws_sdk update AWS SDK 3.32.0
1 parent 2d25b25 commit bd360bc

File tree

503 files changed

+8353
-1354
lines changed

Some content is hidden

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

503 files changed

+8353
-1354
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "AWS SDK",
44
"type": "project",
55
"require": {
6-
"aws/aws-sdk-php": "^3.19"
6+
"aws/aws-sdk-php": "3.32"
77
},
88
"license": "GPL"
99
}

composer.lock

Lines changed: 102 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Ec2",
5+
"description": "New EC2 I3 instance type"
6+
}
7+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "ElasticsearchService",
5+
"description": "Added three new API calls to existing Amazon Elasticsearch service to expose Amazon Elasticsearch imposed limits to customers."
6+
}
7+
]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "ElasticBeanstalk",
5+
"description": "Elastic Beanstalk adds support for creating and managing custom platform."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "CloudDirectory",
10+
"description": "ListObjectAttributes documentation updated based on forum feedback"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Route53",
15+
"description": "Added support for operations CreateVPCAssociationAuthorization and DeleteVPCAssociationAuthorization to throw a ConcurrentModification error when a conflicting modification occurs in parallel to the authorizations in place for a given hosted zone."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "GameLift",
20+
"description": "Allow developers to configure global queues for creating GameSessions. Allow PlayerData on PlayerSessions to store player-specific data."
21+
}
22+
]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Organizations",
5+
"description": "AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an organization and centrally manage your accounts and their resources."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "DynamoDB",
10+
"description": "Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "IAM",
15+
"description": "Added support for AWS Organizations service control policies (SCPs) to SimulatePrincipalPolicy operation. If there are SCPs associated with the simulated user's account, their effect on the result is captured in the OrganizationDecisionDetail element in the EvaluationResult."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MechanicalTurkRequesterService",
20+
"description": "Amazon Mechanical Turk is a web service that provides an on-demand, scalable, human workforce to complete jobs that humans can do better than computers, for example, recognizing objects in photos."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "DynamoDBStreams",
25+
"description": "Added support for TTL on a DynamoDB tables"
26+
}
27+
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "OpsWorksCM",
5+
"description": "OpsWorks for Chef Automate has added a new field \"AssociatePublicIpAddress\" to the CreateServer request, \"CloudFormationStackArn\" to the Server model and \"TERMINATED\" server state."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Budgets",
10+
"description": "When creating or editing a budget via the AWS Budgets API you can define notifications that are sent to subscribers when the actual or forecasted value for cost or usage exceeds the notificationThreshold associated with the budget notification object. Starting today, the maximum allowed value for the notificationThreshold was raised from 100 to 300. This change was made to give you more flexibility when setting budget notifications."
11+
}
12+
]

0 commit comments

Comments
 (0)