Skip to content

Commit

Permalink
Release v1.38.24 (2021-04-22) (#3876)
Browse files Browse the repository at this point in the history
Release v1.38.24 (2021-04-22)
===

### Service Client Updates
* `service/cognito-idp`: Updates service documentation
* `service/elasticache`: Updates service API and documentation
  * This release introduces log delivery of Redis slow log from Amazon ElastiCache.
* `service/forecast`: Updates service API and documentation
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Apr 22, 2021
1 parent 5bc5b89 commit 4fd6546
Show file tree
Hide file tree
Showing 16 changed files with 1,506 additions and 150 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.38.24 (2021-04-22)
===

### Service Client Updates
* `service/cognito-idp`: Updates service documentation
* `service/elasticache`: Updates service API and documentation
* This release introduces log delivery of Redis slow log from Amazon ElastiCache.
* `service/forecast`: Updates service API and documentation
* `service/securityhub`: Updates service API and documentation

Release v1.38.23 (2021-04-21)
===

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.38.23"
const SDKVersion = "1.38.24"
20 changes: 10 additions & 10 deletions models/apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

121 changes: 113 additions & 8 deletions models/apis/elasticache/2015-02-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,9 @@
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
"ARN":{"shape":"String"}
"ARN":{"shape":"String"},
"ReplicationGroupLogDeliveryEnabled":{"shape":"Boolean"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationList"}
},
"wrapper":true
},
Expand Down Expand Up @@ -1846,6 +1848,12 @@
"requires-reboot"
]
},
"CloudWatchLogsDestinationDetails":{
"type":"structure",
"members":{
"LogGroup":{"shape":"String"}
}
},
"ClusterIdList":{
"type":"list",
"member":{
Expand Down Expand Up @@ -1940,7 +1948,8 @@
"AuthToken":{"shape":"String"},
"OutpostMode":{"shape":"OutpostMode"},
"PreferredOutpostArn":{"shape":"String"},
"PreferredOutpostArns":{"shape":"PreferredOutpostArnList"}
"PreferredOutpostArns":{"shape":"PreferredOutpostArnList"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"}
}
},
"CreateCacheClusterResult":{
Expand Down Expand Up @@ -2063,7 +2072,8 @@
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
"KmsKeyId":{"shape":"String"},
"UserGroupIds":{"shape":"UserGroupIdListInput"}
"UserGroupIds":{"shape":"UserGroupIdListInput"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"}
}
},
"CreateReplicationGroupResult":{
Expand Down Expand Up @@ -2494,6 +2504,20 @@
"Marker":{"shape":"String"}
}
},
"DestinationDetails":{
"type":"structure",
"members":{
"CloudWatchLogsDetails":{"shape":"CloudWatchLogsDestinationDetails"},
"KinesisFirehoseDetails":{"shape":"KinesisFirehoseDestinationDetails"}
}
},
"DestinationType":{
"type":"string",
"enum":[
"cloudwatch-logs",
"kinesis-firehose"
]
},
"DisassociateGlobalReplicationGroupMessage":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2939,6 +2963,12 @@
"type":"list",
"member":{"shape":"String"}
},
"KinesisFirehoseDestinationDetails":{
"type":"structure",
"members":{
"DeliveryStream":{"shape":"String"}
}
},
"ListAllowedNodeTypeModificationsMessage":{
"type":"structure",
"members":{
Expand All @@ -2953,6 +2983,62 @@
"ResourceName":{"shape":"String"}
}
},
"LogDeliveryConfiguration":{
"type":"structure",
"members":{
"LogType":{"shape":"LogType"},
"DestinationType":{"shape":"DestinationType"},
"DestinationDetails":{"shape":"DestinationDetails"},
"LogFormat":{"shape":"LogFormat"},
"Status":{"shape":"LogDeliveryConfigurationStatus"},
"Message":{"shape":"String"}
}
},
"LogDeliveryConfigurationList":{
"type":"list",
"member":{
"shape":"LogDeliveryConfiguration",
"locationName":"LogDeliveryConfiguration"
}
},
"LogDeliveryConfigurationRequest":{
"type":"structure",
"members":{
"LogType":{"shape":"LogType"},
"DestinationType":{"shape":"DestinationType"},
"DestinationDetails":{"shape":"DestinationDetails"},
"LogFormat":{"shape":"LogFormat"},
"Enabled":{"shape":"BooleanOptional"}
}
},
"LogDeliveryConfigurationRequestList":{
"type":"list",
"member":{
"shape":"LogDeliveryConfigurationRequest",
"locationName":"LogDeliveryConfigurationRequest"
}
},
"LogDeliveryConfigurationStatus":{
"type":"string",
"enum":[
"active",
"enabling",
"modifying",
"disabling",
"error"
]
},
"LogFormat":{
"type":"string",
"enum":[
"text",
"json"
]
},
"LogType":{
"type":"string",
"enum":["slow-log"]
},
"ModifyCacheClusterMessage":{
"type":"structure",
"required":["CacheClusterId"],
Expand All @@ -2975,7 +3061,8 @@
"SnapshotWindow":{"shape":"String"},
"CacheNodeType":{"shape":"String"},
"AuthToken":{"shape":"String"},
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"}
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"}
}
},
"ModifyCacheClusterResult":{
Expand Down Expand Up @@ -3062,7 +3149,8 @@
"AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"},
"UserGroupIdsToAdd":{"shape":"UserGroupIdList"},
"UserGroupIdsToRemove":{"shape":"UserGroupIdList"},
"RemoveUserGroups":{"shape":"BooleanOptional"}
"RemoveUserGroups":{"shape":"BooleanOptional"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"}
}
},
"ModifyReplicationGroupResult":{
Expand Down Expand Up @@ -3389,14 +3477,29 @@
"disabled"
]
},
"PendingLogDeliveryConfiguration":{
"type":"structure",
"members":{
"LogType":{"shape":"LogType"},
"DestinationType":{"shape":"DestinationType"},
"DestinationDetails":{"shape":"DestinationDetails"},
"LogFormat":{"shape":"LogFormat"}
}
},
"PendingLogDeliveryConfigurationList":{
"type":"list",
"member":{"shape":"PendingLogDeliveryConfiguration"},
"locationName":"PendingLogDeliveryConfiguration"
},
"PendingModifiedValues":{
"type":"structure",
"members":{
"NumCacheNodes":{"shape":"IntegerOptional"},
"CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"},
"EngineVersion":{"shape":"String"},
"CacheNodeType":{"shape":"String"},
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"}
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
}
},
"PreferredAvailabilityZoneList":{
Expand Down Expand Up @@ -3561,7 +3664,8 @@
"MemberClustersOutpostArns":{"shape":"ReplicationGroupOutpostArnList"},
"KmsKeyId":{"shape":"String"},
"ARN":{"shape":"String"},
"UserGroupIds":{"shape":"UserGroupIdList"}
"UserGroupIds":{"shape":"UserGroupIdList"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationList"}
},
"wrapper":true
},
Expand Down Expand Up @@ -3642,7 +3746,8 @@
"AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"},
"Resharding":{"shape":"ReshardingStatus"},
"AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
"UserGroups":{"shape":"UserGroupsUpdateStatus"}
"UserGroups":{"shape":"UserGroupsUpdateStatus"},
"LogDeliveryConfigurations":{"shape":"PendingLogDeliveryConfigurationList"}
}
},
"ReservedCacheNode":{
Expand Down
Loading

0 comments on commit 4fd6546

Please sign in to comment.