Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.49.0 #5105

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.49.0 (2023-12-11)
===

### Service Client Updates
* `service/neptune`: Updates service API and documentation
* This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.
* `service/pinpoint`: Updates service documentation
* This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.
* `service/securityhub`: Updates service API and documentation

### SDK Features
* `service/sqs`: BREAKFIX: Revert SQS error constants to original state
* Values for SQS error constants were incorrectly changed. This reverts them back.

Release v1.48.16 (2023-12-08)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/sqs`: BREAKFIX: Revert SQS error constants to original state
* Values for SQS error constants were incorrectly changed. This reverts them back.

### SDK Enhancements

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.48.16"
const SDKVersion = "1.49.0"
23 changes: 16 additions & 7 deletions models/apis/neptune/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,8 @@
{"shape":"DBClusterParameterGroupNotFoundFault"},
{"shape":"InvalidDBSecurityGroupStateFault"},
{"shape":"InvalidDBInstanceStateFault"},
{"shape":"DBClusterAlreadyExistsFault"}
{"shape":"DBClusterAlreadyExistsFault"},
{"shape":"StorageTypeNotSupportedFault"}
]
},
"ModifyDBClusterEndpoint":{
Expand Down Expand Up @@ -1332,6 +1333,7 @@
"IAMDatabaseAuthenticationEnabled":{"shape":"BooleanOptional"},
"EngineVersion":{"shape":"String"},
"BackupRetentionPeriod":{"shape":"IntegerOptional"},
"StorageType":{"shape":"String"},
"AllocatedStorage":{"shape":"IntegerOptional"},
"Iops":{"shape":"IntegerOptional"}
}
Expand Down Expand Up @@ -1461,7 +1463,8 @@
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
"DeletionProtection":{"shape":"BooleanOptional"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"GlobalClusterIdentifier":{"shape":"GlobalClusterIdentifier"}
"GlobalClusterIdentifier":{"shape":"GlobalClusterIdentifier"},
"StorageType":{"shape":"String"}
}
},
"CreateDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -1696,7 +1699,9 @@
"CrossAccountClone":{"shape":"BooleanOptional"},
"AutomaticRestartTime":{"shape":"TStamp"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfigurationInfo"},
"GlobalClusterIdentifier":{"shape":"GlobalClusterIdentifier"}
"GlobalClusterIdentifier":{"shape":"GlobalClusterIdentifier"},
"IOOptimizedNextAllowedModificationTime":{"shape":"TStamp"},
"StorageType":{"shape":"String"}
},
"wrapper":true
},
Expand Down Expand Up @@ -1958,7 +1963,8 @@
"KmsKeyId":{"shape":"String"},
"DBClusterSnapshotArn":{"shape":"String"},
"SourceDBClusterSnapshotArn":{"shape":"String"},
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
"StorageType":{"shape":"String"}
},
"wrapper":true
},
Expand Down Expand Up @@ -3298,7 +3304,8 @@
"DBInstanceParameterGroupName":{"shape":"String"},
"DeletionProtection":{"shape":"BooleanOptional"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"StorageType":{"shape":"String"}
}
},
"ModifyDBClusterParameterGroupMessage":{
Expand Down Expand Up @@ -3795,7 +3802,8 @@
"DBClusterParameterGroupName":{"shape":"String"},
"DeletionProtection":{"shape":"BooleanOptional"},
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"StorageType":{"shape":"String"}
}
},
"RestoreDBClusterFromSnapshotResult":{
Expand Down Expand Up @@ -3826,7 +3834,8 @@
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
"DBClusterParameterGroupName":{"shape":"String"},
"DeletionProtection":{"shape":"BooleanOptional"},
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
"StorageType":{"shape":"String"}
}
},
"RestoreDBClusterToPointInTimeResult":{
Expand Down
20 changes: 14 additions & 6 deletions models/apis/neptune/2014-10-31/docs-2.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions models/apis/neptune/2014-10-31/endpoint-tests-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,17 @@
"expect": {
"error": "Invalid Configuration: Missing Region"
}
},
{
"documentation": "Partition doesn't support DualStack",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
}
],
"version": "1.0"
Expand Down
2 changes: 1 addition & 1 deletion models/apis/pinpoint/2016-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@
"BaiduMessage$TimeToLive": "<p>The amount of time, in seconds, that the Baidu Cloud Push service should store the message if the recipient's device is offline. The default value and maximum supported time is 604,800 seconds (7 days).</p>",
"CampaignLimits$Daily": "<p>The maximum number of messages that a campaign can send to a single endpoint during a 24-hour period. For an application, this value specifies the default limit for the number of messages that campaigns and journeys can send to a single endpoint during a 24-hour period. The maximum value is 100.</p>",
"CampaignLimits$MaximumDuration": "<p>The maximum amount of time, in seconds, that a campaign can attempt to deliver a message after the scheduled start time for the campaign. The minimum value is 60 seconds.</p>",
"CampaignLimits$MessagesPerSecond": "<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.</p>",
"CampaignLimits$MessagesPerSecond": "<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.</p>",
"CampaignLimits$Session": "<p>The maximum total number of messages that the campaign can send per user session.</p>",
"CampaignLimits$Total": "<p>The maximum number of messages that a campaign can send to a single endpoint during the course of the campaign. If a campaign recurs, this setting applies to all runs of the campaign. The maximum value is 100.</p>",
"CampaignResponse$HoldoutPercent": "<p>The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.</p>",
Expand Down
121 changes: 115 additions & 6 deletions models/apis/securityhub/2018-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,9 @@
{"shape":"LimitExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"},
{"shape":"AccessDeniedException"}
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"}
]
},
"UpdateSecurityHubConfiguration":{
Expand Down Expand Up @@ -1434,7 +1436,7 @@
},
"AlphaNumericNonEmptyString":{
"type":"string",
"pattern":"^[-_ a-zA-Z0-9]+$"
"pattern":"^([^\\u0000-\\u007F]|[-_ a-zA-Z0-9])+$"
},
"ArnList":{
"type":"list",
Expand Down Expand Up @@ -2744,7 +2746,8 @@
"TableId":{"shape":"NonEmptyString"},
"TableName":{"shape":"NonEmptyString"},
"TableSizeBytes":{"shape":"SizeBytes"},
"TableStatus":{"shape":"NonEmptyString"}
"TableStatus":{"shape":"NonEmptyString"},
"DeletionProtectionEnabled":{"shape":"Boolean"}
}
},
"AwsDynamoDbTableGlobalSecondaryIndex":{
Expand Down Expand Up @@ -2863,6 +2866,89 @@
"StreamViewType":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails":{
"type":"structure",
"members":{
"DirectoryId":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointAuthenticationOptionsDetails":{
"type":"structure",
"members":{
"Type":{"shape":"NonEmptyString"},
"ActiveDirectory":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails"},
"MutualAuthentication":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails"},
"FederatedAuthentication":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails"}
}
},
"AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails":{
"type":"structure",
"members":{
"SamlProviderArn":{"shape":"NonEmptyString"},
"SelfServiceSamlProviderArn":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointAuthenticationOptionsList":{
"type":"list",
"member":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsDetails"}
},
"AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails":{
"type":"structure",
"members":{
"ClientRootCertificateChain":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointClientConnectOptionsDetails":{
"type":"structure",
"members":{
"Enabled":{"shape":"Boolean"},
"LambdaFunctionArn":{"shape":"NonEmptyString"},
"Status":{"shape":"AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails"}
}
},
"AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails":{
"type":"structure",
"members":{
"Code":{"shape":"NonEmptyString"},
"Message":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails":{
"type":"structure",
"members":{
"Enabled":{"shape":"Boolean"},
"BannerText":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointConnectionLogOptionsDetails":{
"type":"structure",
"members":{
"Enabled":{"shape":"Boolean"},
"CloudwatchLogGroup":{"shape":"NonEmptyString"},
"CloudwatchLogStream":{"shape":"NonEmptyString"}
}
},
"AwsEc2ClientVpnEndpointDetails":{
"type":"structure",
"members":{
"ClientVpnEndpointId":{"shape":"NonEmptyString"},
"Description":{"shape":"NonEmptyString"},
"ClientCidrBlock":{"shape":"NonEmptyString"},
"DnsServer":{"shape":"StringList"},
"SplitTunnel":{"shape":"Boolean"},
"TransportProtocol":{"shape":"NonEmptyString"},
"VpnPort":{"shape":"Integer"},
"ServerCertificateArn":{"shape":"NonEmptyString"},
"AuthenticationOptions":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsList"},
"ConnectionLogOptions":{"shape":"AwsEc2ClientVpnEndpointConnectionLogOptionsDetails"},
"SecurityGroupIdSet":{"shape":"StringList"},
"VpcId":{"shape":"NonEmptyString"},
"SelfServicePortalUrl":{"shape":"NonEmptyString"},
"ClientConnectOptions":{"shape":"AwsEc2ClientVpnEndpointClientConnectOptionsDetails"},
"SessionTimeoutHours":{"shape":"Integer"},
"ClientLoginBannerOptions":{"shape":"AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails"}
}
},
"AwsEc2EipDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5232,7 +5318,8 @@
"CurrentVersion":{"shape":"NonEmptyString"},
"NumberOfBrokerNodes":{"shape":"Integer"},
"ClusterName":{"shape":"NonEmptyString"},
"ClientAuthentication":{"shape":"AwsMskClusterClusterInfoClientAuthenticationDetails"}
"ClientAuthentication":{"shape":"AwsMskClusterClusterInfoClientAuthenticationDetails"},
"EnhancedMonitoring":{"shape":"NonEmptyString"}
}
},
"AwsMskClusterClusterInfoEncryptionInfoDetails":{
Expand Down Expand Up @@ -6077,6 +6164,25 @@
"CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArnConfigDetails"}
}
},
"AwsS3AccessPointDetails":{
"type":"structure",
"members":{
"AccessPointArn":{"shape":"NonEmptyString"},
"Alias":{"shape":"NonEmptyString"},
"Bucket":{"shape":"NonEmptyString"},
"BucketAccountId":{"shape":"NonEmptyString"},
"Name":{"shape":"NonEmptyString"},
"NetworkOrigin":{"shape":"NonEmptyString"},
"PublicAccessBlockConfiguration":{"shape":"AwsS3AccountPublicAccessBlockDetails"},
"VpcConfiguration":{"shape":"AwsS3AccessPointVpcConfigurationDetails"}
}
},
"AwsS3AccessPointVpcConfigurationDetails":{
"type":"structure",
"members":{
"VpcId":{"shape":"NonEmptyString"}
}
},
"AwsS3AccountPublicAccessBlockDetails":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -6204,7 +6310,8 @@
"BucketWebsiteConfiguration":{"shape":"AwsS3BucketWebsiteConfiguration"},
"BucketNotificationConfiguration":{"shape":"AwsS3BucketNotificationConfiguration"},
"BucketVersioningConfiguration":{"shape":"AwsS3BucketBucketVersioningConfiguration"},
"ObjectLockConfiguration":{"shape":"AwsS3BucketObjectLockConfiguration"}
"ObjectLockConfiguration":{"shape":"AwsS3BucketObjectLockConfiguration"},
"Name":{"shape":"NonEmptyString"}
}
},
"AwsS3BucketLoggingConfiguration":{
Expand Down Expand Up @@ -9484,7 +9591,9 @@
"AwsDmsReplicationTask":{"shape":"AwsDmsReplicationTaskDetails"},
"AwsDmsReplicationInstance":{"shape":"AwsDmsReplicationInstanceDetails"},
"AwsRoute53HostedZone":{"shape":"AwsRoute53HostedZoneDetails"},
"AwsMskCluster":{"shape":"AwsMskClusterDetails"}
"AwsMskCluster":{"shape":"AwsMskClusterDetails"},
"AwsS3AccessPoint":{"shape":"AwsS3AccessPointDetails"},
"AwsEc2ClientVpnEndpoint":{"shape":"AwsEc2ClientVpnEndpointDetails"}
}
},
"ResourceInUseException":{
Expand Down
Loading