Skip to content

Commit

Permalink
Release v1.33.0 (2020-07-01)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
  * This release supports third party emergency call routing configuration for Amazon Chime Voice Connectors.
* `service/codebuild`: Updates service API and documentation
  * Support build status config in project source
* `service/imagebuilder`: Updates service API and documentation
* `service/rds`: Updates service API
  * This release adds the exceptions KMSKeyNotAccessibleFault and InvalidDBClusterStateFault to the Amazon RDS ModifyDBInstance API.
* `service/securityhub`: Updates service API and documentation

### SDK Features
* `service/s3/s3crypto`: Introduces `EncryptionClientV2` and `DecryptionClientV2` encryption and decryption clients which support a new key wrapping algorithm `kms+context`. ([#3403](#3403))
  * `DecryptionClientV2` maintains the ability to decrypt objects encrypted using the `EncryptionClient`.
  * Please see `s3crypto` documentation for migration details.
  • Loading branch information
awssdkgo committed Jul 1, 2020
1 parent 4705b39 commit b5d0d96
Show file tree
Hide file tree
Showing 22 changed files with 2,331 additions and 42 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Release v1.33.0 (2020-07-01)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
* This release supports third party emergency call routing configuration for Amazon Chime Voice Connectors.
* `service/codebuild`: Updates service API and documentation
* Support build status config in project source
* `service/imagebuilder`: Updates service API and documentation
* `service/rds`: Updates service API
* This release adds the exceptions KMSKeyNotAccessibleFault and InvalidDBClusterStateFault to the Amazon RDS ModifyDBInstance API.
* `service/securityhub`: Updates service API and documentation

### SDK Features
* `service/s3/s3crypto`: Introduces `EncryptionClientV2` and `DecryptionClientV2` encryption and decryption clients which support a new key wrapping algorithm `kms+context`. ([#3403](https://github.com/aws/aws-sdk-go/pull/3403))
* `DecryptionClientV2` maintains the ability to decrypt objects encrypted using the `EncryptionClient`.
* Please see `s3crypto` documentation for migration details.

Release v1.32.13 (2020-06-30)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
@@ -1,7 +1,4 @@
### SDK Features
* `service/s3/s3crypto`: Introduces `EncryptionClientV2` and `DecryptionClientV2` encryption and decryption clients which support a new key wrapping algorithm `kms+context`. ([#3403](https://github.com/aws/aws-sdk-go/pull/3403))
* `DecryptionClientV2` maintains the ability to decrypt objects encrypted using the `EncryptionClient`.
* Please see `s3crypto` documentation for migration details.

### SDK Enhancements

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.32.13"
const SDKVersion = "1.33.0"
10 changes: 9 additions & 1 deletion models/apis/appsync/2017-07-25/api-2.json
Expand Up @@ -711,7 +711,15 @@
"R4_XLARGE",
"R4_2XLARGE",
"R4_4XLARGE",
"R4_8XLARGE"
"R4_8XLARGE",
"SMALL",
"MEDIUM",
"LARGE",
"XLARGE",
"LARGE_2X",
"LARGE_4X",
"LARGE_8X",
"LARGE_12X"
]
},
"ApiCachingBehavior":{
Expand Down
8 changes: 4 additions & 4 deletions models/apis/appsync/2017-07-25/docs-2.json
Expand Up @@ -81,9 +81,9 @@
"ApiCacheType": {
"base": null,
"refs": {
"ApiCache$type": "<p>The cache instance type.</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>",
"CreateApiCacheRequest$type": "<p>The cache instance type.</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>",
"UpdateApiCacheRequest$type": "<p>The cache instance type.</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>"
"ApiCache$type": "<p>The cache instance type. Valid values are </p> <ul> <li> <p> <code>SMALL</code> </p> </li> <li> <p> <code>MEDIUM</code> </p> </li> <li> <p> <code>LARGE</code> </p> </li> <li> <p> <code>XLARGE</code> </p> </li> <li> <p> <code>LARGE_2X</code> </p> </li> <li> <p> <code>LARGE_4X</code> </p> </li> <li> <p> <code>LARGE_8X</code> (not available in all regions)</p> </li> <li> <p> <code>LARGE_12X</code> </p> </li> </ul> <p>Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.</p> <p>The following legacy instance types are avaible, but their use is discouraged:</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>",
"CreateApiCacheRequest$type": "<p>The cache instance type. Valid values are </p> <ul> <li> <p> <code>SMALL</code> </p> </li> <li> <p> <code>MEDIUM</code> </p> </li> <li> <p> <code>LARGE</code> </p> </li> <li> <p> <code>XLARGE</code> </p> </li> <li> <p> <code>LARGE_2X</code> </p> </li> <li> <p> <code>LARGE_4X</code> </p> </li> <li> <p> <code>LARGE_8X</code> (not available in all regions)</p> </li> <li> <p> <code>LARGE_12X</code> </p> </li> </ul> <p>Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.</p> <p>The following legacy instance types are avaible, but their use is discouraged:</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>",
"UpdateApiCacheRequest$type": "<p>The cache instance type. Valid values are </p> <ul> <li> <p> <code>SMALL</code> </p> </li> <li> <p> <code>MEDIUM</code> </p> </li> <li> <p> <code>LARGE</code> </p> </li> <li> <p> <code>XLARGE</code> </p> </li> <li> <p> <code>LARGE_2X</code> </p> </li> <li> <p> <code>LARGE_4X</code> </p> </li> <li> <p> <code>LARGE_8X</code> (not available in all regions)</p> </li> <li> <p> <code>LARGE_12X</code> </p> </li> </ul> <p>Historically, instance types were identified by an EC2-style value. As of July 2020, this is deprecated, and the generic identifiers above should be used.</p> <p>The following legacy instance types are avaible, but their use is discouraged:</p> <ul> <li> <p> <b>T2_SMALL</b>: A t2.small instance type.</p> </li> <li> <p> <b>T2_MEDIUM</b>: A t2.medium instance type.</p> </li> <li> <p> <b>R4_LARGE</b>: A r4.large instance type.</p> </li> <li> <p> <b>R4_XLARGE</b>: A r4.xlarge instance type.</p> </li> <li> <p> <b>R4_2XLARGE</b>: A r4.2xlarge instance type.</p> </li> <li> <p> <b>R4_4XLARGE</b>: A r4.4xlarge instance type.</p> </li> <li> <p> <b>R4_8XLARGE</b>: A r4.8xlarge instance type.</p> </li> </ul>"
}
},
"ApiCachingBehavior": {
Expand Down Expand Up @@ -961,7 +961,7 @@
"OpenIDConnectConfig$issuer": "<p>The issuer for the OpenID Connect configuration. The issuer returned by discovery must exactly match the value of <code>iss</code> in the ID token.</p>",
"OpenIDConnectConfig$clientId": "<p>The client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.</p>",
"RdsHttpEndpointConfig$awsRegion": "<p>AWS Region for RDS HTTP endpoint.</p>",
"RdsHttpEndpointConfig$dbClusterIdentifier": "<p>Amazon RDS cluster identifier.</p>",
"RdsHttpEndpointConfig$dbClusterIdentifier": "<p>Amazon RDS cluster ARN.</p>",
"RdsHttpEndpointConfig$databaseName": "<p>Logical database name.</p>",
"RdsHttpEndpointConfig$schema": "<p>Logical schema name.</p>",
"RdsHttpEndpointConfig$awsSecretStoreArn": "<p>AWS secret store ARN for database credentials.</p>",
Expand Down
156 changes: 151 additions & 5 deletions models/apis/chime/2018-05-01/api-2.json
Expand Up @@ -624,6 +624,24 @@
{"shape":"ServiceFailureException"}
]
},
"DeleteVoiceConnectorEmergencyCallingConfiguration":{
"name":"DeleteVoiceConnectorEmergencyCallingConfiguration",
"http":{
"method":"DELETE",
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
"responseCode":204
},
"input":{"shape":"DeleteVoiceConnectorEmergencyCallingConfigurationRequest"},
"errors":[
{"shape":"UnauthorizedClientException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"BadRequestException"},
{"shape":"ThrottledClientException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"DeleteVoiceConnectorGroup":{
"name":"DeleteVoiceConnectorGroup",
"http":{
Expand Down Expand Up @@ -1105,6 +1123,25 @@
{"shape":"ServiceFailureException"}
]
},
"GetVoiceConnectorEmergencyCallingConfiguration":{
"name":"GetVoiceConnectorEmergencyCallingConfiguration",
"http":{
"method":"GET",
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
"responseCode":200
},
"input":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationRequest"},
"output":{"shape":"GetVoiceConnectorEmergencyCallingConfigurationResponse"},
"errors":[
{"shape":"UnauthorizedClientException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"BadRequestException"},
{"shape":"ThrottledClientException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"GetVoiceConnectorGroup":{
"name":"GetVoiceConnectorGroup",
"http":{
Expand Down Expand Up @@ -1610,6 +1647,25 @@
{"shape":"ServiceFailureException"}
]
},
"PutVoiceConnectorEmergencyCallingConfiguration":{
"name":"PutVoiceConnectorEmergencyCallingConfiguration",
"http":{
"method":"PUT",
"requestUri":"/voice-connectors/{voiceConnectorId}/emergency-calling-configuration",
"responseCode":200
},
"input":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationRequest"},
"output":{"shape":"PutVoiceConnectorEmergencyCallingConfigurationResponse"},
"errors":[
{"shape":"UnauthorizedClientException"},
{"shape":"NotFoundException"},
{"shape":"ForbiddenException"},
{"shape":"BadRequestException"},
{"shape":"ThrottledClientException"},
{"shape":"ServiceUnavailableException"},
{"shape":"ServiceFailureException"}
]
},
"PutVoiceConnectorLoggingConfiguration":{
"name":"PutVoiceConnectorLoggingConfiguration",
"http":{
Expand Down Expand Up @@ -2252,6 +2308,10 @@
"AlexaForBusinessRoomArn":{"shape":"SensitiveString"}
}
},
"Alpha2CountryCode":{
"type":"string",
"pattern":"[A-Z]{2}"
},
"AreaCode":{
"type":"string",
"pattern":"^$|^[0-9]{3,3}$"
Expand Down Expand Up @@ -2291,7 +2351,10 @@
},
"AssociatePhoneNumbersWithVoiceConnectorGroupRequest":{
"type":"structure",
"required":["VoiceConnectorGroupId"],
"required":[
"VoiceConnectorGroupId",
"E164PhoneNumbers"
],
"members":{
"VoiceConnectorGroupId":{
"shape":"NonEmptyString",
Expand All @@ -2310,7 +2373,10 @@
},
"AssociatePhoneNumbersWithVoiceConnectorRequest":{
"type":"structure",
"required":["VoiceConnectorId"],
"required":[
"VoiceConnectorId",
"E164PhoneNumbers"
],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
Expand Down Expand Up @@ -2909,6 +2975,22 @@
"type":"list",
"member":{"shape":"Credential"}
},
"DNISEmergencyCallingConfiguration":{
"type":"structure",
"required":[
"EmergencyPhoneNumber",
"CallingCountry"
],
"members":{
"EmergencyPhoneNumber":{"shape":"E164PhoneNumber"},
"TestPhoneNumber":{"shape":"E164PhoneNumber"},
"CallingCountry":{"shape":"Alpha2CountryCode"}
}
},
"DNISEmergencyCallingConfigurationList":{
"type":"list",
"member":{"shape":"DNISEmergencyCallingConfiguration"}
},
"DataRetentionInHours":{
"type":"integer",
"min":0
Expand Down Expand Up @@ -3052,6 +3134,17 @@
}
}
},
"DeleteVoiceConnectorEmergencyCallingConfigurationRequest":{
"type":"structure",
"required":["VoiceConnectorId"],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
"location":"uri",
"locationName":"voiceConnectorId"
}
}
},
"DeleteVoiceConnectorGroupRequest":{
"type":"structure",
"required":["VoiceConnectorGroupId"],
Expand Down Expand Up @@ -3109,7 +3202,10 @@
},
"DeleteVoiceConnectorTerminationCredentialsRequest":{
"type":"structure",
"required":["VoiceConnectorId"],
"required":[
"Usernames",
"VoiceConnectorId"
],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
Expand Down Expand Up @@ -3156,7 +3252,10 @@
},
"DisassociatePhoneNumbersFromVoiceConnectorGroupRequest":{
"type":"structure",
"required":["VoiceConnectorGroupId"],
"required":[
"VoiceConnectorGroupId",
"E164PhoneNumbers"
],
"members":{
"VoiceConnectorGroupId":{
"shape":"NonEmptyString",
Expand All @@ -3174,7 +3273,10 @@
},
"DisassociatePhoneNumbersFromVoiceConnectorRequest":{
"type":"structure",
"required":["VoiceConnectorId"],
"required":[
"VoiceConnectorId",
"E164PhoneNumbers"
],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
Expand Down Expand Up @@ -3232,6 +3334,12 @@
"Failed"
]
},
"EmergencyCallingConfiguration":{
"type":"structure",
"members":{
"DNIS":{"shape":"DNISEmergencyCallingConfigurationList"}
}
},
"ErrorCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -3590,6 +3698,23 @@
"UserSettings":{"shape":"UserSettings"}
}
},
"GetVoiceConnectorEmergencyCallingConfigurationRequest":{
"type":"structure",
"required":["VoiceConnectorId"],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
"location":"uri",
"locationName":"voiceConnectorId"
}
}
},
"GetVoiceConnectorEmergencyCallingConfigurationResponse":{
"type":"structure",
"members":{
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
}
},
"GetVoiceConnectorGroupRequest":{
"type":"structure",
"required":["VoiceConnectorGroupId"],
Expand Down Expand Up @@ -4693,6 +4818,27 @@
"InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
}
},
"PutVoiceConnectorEmergencyCallingConfigurationRequest":{
"type":"structure",
"required":[
"VoiceConnectorId",
"EmergencyCallingConfiguration"
],
"members":{
"VoiceConnectorId":{
"shape":"NonEmptyString",
"location":"uri",
"locationName":"voiceConnectorId"
},
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
}
},
"PutVoiceConnectorEmergencyCallingConfigurationResponse":{
"type":"structure",
"members":{
"EmergencyCallingConfiguration":{"shape":"EmergencyCallingConfiguration"}
}
},
"PutVoiceConnectorLoggingConfigurationRequest":{
"type":"structure",
"required":[
Expand Down

0 comments on commit b5d0d96

Please sign in to comment.