Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 25, 2024
1 parent 578e289 commit 685e76f
Show file tree
Hide file tree
Showing 28 changed files with 606 additions and 56 deletions.
32 changes: 32 additions & 0 deletions .changes/3.305.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "FMS",
"description": "AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization."
},
{
"type": "api-change",
"category": "SFN",
"description": "Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine."
},
{
"type": "api-change",
"category": "IVSRealTime",
"description": "Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix."
},
{
"type": "api-change",
"category": "AppSync",
"description": "UpdateGraphQLAPI documentation update and datasource introspection secret arn update"
},
{
"type": "api-change",
"category": "IVS",
"description": "Bug Fix: IVS does not support arns with the `svs` prefix"
},
{
"type": "enhancement",
"category": "RDS",
"description": "Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/fix-sso-token-refresh.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\Credentials` - Makes the SSO token to be refreshed when required and allowed by the rules states on the sso token provider specs.
* `Aws\FMS` - AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.
* `Aws\SFN` - Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.
* `Aws\IVSRealTime` - Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix.
* `Aws\AppSync` - UpdateGraphQLAPI documentation update and datasource introspection secret arn update
* `Aws\IVS` - Bug Fix: IVS does not support arns with the `svs` prefix
* `Aws\RDS` - Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.

## 3.305.2 - 2024-04-24

* `Aws\EntityResolution` - Support Batch Unique IDs Deletion.
Expand Down
2 changes: 2 additions & 0 deletions src/Sfn/SfnClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@
* @method \GuzzleHttp\Promise\Promise updateStateMachineAsync(array $args = [])
* @method \Aws\Result updateStateMachineAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateStateMachineAliasAsync(array $args = [])
* @method \Aws\Result validateStateMachineDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise validateStateMachineDefinitionAsync(array $args = [])
*/
class SfnClient extends AwsClient {}
6 changes: 4 additions & 2 deletions src/data/appsync/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"appsync",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceAbbreviation":"AWSAppSync",
"serviceFullName":"AWS AppSync",
"serviceId":"AppSync",
Expand Down Expand Up @@ -3073,7 +3074,7 @@
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
},
"RdsHttpEndpointConfig":{
"type":"structure",
Expand Down Expand Up @@ -3549,7 +3550,8 @@
"type":"structure",
"required":[
"apiId",
"name"
"name",
"authenticationType"
],
"members":{
"apiId":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/appsync/2017-07-25/api-2.json.php

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -23994,13 +23994,26 @@
},
"email" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "email-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "email-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "email-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "email-fips.us-gov-west-1.amazonaws.com",
Expand Down Expand Up @@ -25021,6 +25034,12 @@
"us-gov-west-1" : { }
}
},
"license-manager-user-subscriptions" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"logs" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 685e76f

Please sign in to comment.