Skip to content

Commit

Permalink
Release v1.44.123 (2022-10-25) (#4600)
Browse files Browse the repository at this point in the history
Release v1.44.123 (2022-10-25)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/location`: Updates service documentation
* `service/mediatailor`: Updates service API, documentation, paginators, and examples
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
* `service/workspaces`: Updates service API and documentation
  * This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.
  • Loading branch information
aws-sdk-go-automation committed Oct 25, 2022
1 parent 04a8b0e commit 64a5c0b
Show file tree
Hide file tree
Showing 30 changed files with 11,582 additions and 3,546 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.123 (2022-10-25)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/location`: Updates service documentation
* `service/mediatailor`: Updates service API, documentation, paginators, and examples
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
* `service/workspaces`: Updates service API and documentation
* This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.

Release v1.44.122 (2022-10-24)
===

Expand Down
27 changes: 27 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.44.122"
const SDKVersion = "1.44.123"
118 changes: 115 additions & 3 deletions models/apis/accessanalyzer/2019-11-01/api-2.json
Expand Up @@ -807,10 +807,16 @@
"Configuration":{
"type":"structure",
"members":{
"ebsSnapshot":{"shape":"EbsSnapshotConfiguration"},
"ecrRepository":{"shape":"EcrRepositoryConfiguration"},
"iamRole":{"shape":"IamRoleConfiguration"},
"efsFileSystem":{"shape":"EfsFileSystemConfiguration"},
"kmsKey":{"shape":"KmsKeyConfiguration"},
"rdsDbClusterSnapshot":{"shape":"RdsDbClusterSnapshotConfiguration"},
"rdsDbSnapshot":{"shape":"RdsDbSnapshotConfiguration"},
"secretsManagerSecret":{"shape":"SecretsManagerSecretConfiguration"},
"s3Bucket":{"shape":"S3BucketConfiguration"},
"snsTopic":{"shape":"SnsTopicConfiguration"},
"sqsQueue":{"shape":"SqsQueueConfiguration"}
},
"union":true
Expand Down Expand Up @@ -956,6 +962,39 @@
}
}
},
"EbsGroup":{"type":"string"},
"EbsGroupList":{
"type":"list",
"member":{"shape":"EbsGroup"}
},
"EbsSnapshotConfiguration":{
"type":"structure",
"members":{
"userIds":{"shape":"EbsUserIdList"},
"groups":{"shape":"EbsGroupList"},
"kmsKeyId":{"shape":"EbsSnapshotDataEncryptionKeyId"}
}
},
"EbsSnapshotDataEncryptionKeyId":{"type":"string"},
"EbsUserId":{"type":"string"},
"EbsUserIdList":{
"type":"list",
"member":{"shape":"EbsUserId"}
},
"EcrRepositoryConfiguration":{
"type":"structure",
"members":{
"repositoryPolicy":{"shape":"EcrRepositoryPolicy"}
}
},
"EcrRepositoryPolicy":{"type":"string"},
"EfsFileSystemConfiguration":{
"type":"structure",
"members":{
"fileSystemPolicy":{"shape":"EfsFileSystemPolicy"}
}
},
"EfsFileSystemPolicy":{"type":"string"},
"FilterCriteriaMap":{
"type":"map",
"key":{"shape":"String"},
Expand Down Expand Up @@ -1675,7 +1714,10 @@
"PathElement":{
"type":"structure",
"members":{
"index":{"shape":"Integer"},
"index":{
"shape":"Integer",
"box":true
},
"key":{"shape":"String"},
"substring":{"shape":"Substring"},
"value":{"shape":"String"}
Expand Down Expand Up @@ -1745,6 +1787,58 @@
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"RdsDbClusterSnapshotAccountId":{"type":"string"},
"RdsDbClusterSnapshotAccountIdsList":{
"type":"list",
"member":{"shape":"RdsDbClusterSnapshotAccountId"}
},
"RdsDbClusterSnapshotAttributeName":{"type":"string"},
"RdsDbClusterSnapshotAttributeValue":{
"type":"structure",
"members":{
"accountIds":{"shape":"RdsDbClusterSnapshotAccountIdsList"}
},
"union":true
},
"RdsDbClusterSnapshotAttributesMap":{
"type":"map",
"key":{"shape":"RdsDbClusterSnapshotAttributeName"},
"value":{"shape":"RdsDbClusterSnapshotAttributeValue"}
},
"RdsDbClusterSnapshotConfiguration":{
"type":"structure",
"members":{
"attributes":{"shape":"RdsDbClusterSnapshotAttributesMap"},
"kmsKeyId":{"shape":"RdsDbClusterSnapshotKmsKeyId"}
}
},
"RdsDbClusterSnapshotKmsKeyId":{"type":"string"},
"RdsDbSnapshotAccountId":{"type":"string"},
"RdsDbSnapshotAccountIdsList":{
"type":"list",
"member":{"shape":"RdsDbSnapshotAccountId"}
},
"RdsDbSnapshotAttributeName":{"type":"string"},
"RdsDbSnapshotAttributeValue":{
"type":"structure",
"members":{
"accountIds":{"shape":"RdsDbSnapshotAccountIdsList"}
},
"union":true
},
"RdsDbSnapshotAttributesMap":{
"type":"map",
"key":{"shape":"RdsDbSnapshotAttributeName"},
"value":{"shape":"RdsDbSnapshotAttributeValue"}
},
"RdsDbSnapshotConfiguration":{
"type":"structure",
"members":{
"attributes":{"shape":"RdsDbSnapshotAttributesMap"},
"kmsKeyId":{"shape":"RdsDbSnapshotKmsKeyId"}
}
},
"RdsDbSnapshotKmsKeyId":{"type":"string"},
"ReasonCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1789,7 +1883,13 @@
"AWS::Lambda::Function",
"AWS::Lambda::LayerVersion",
"AWS::KMS::Key",
"AWS::SecretsManager::Secret"
"AWS::SecretsManager::Secret",
"AWS::EFS::FileSystem",
"AWS::EC2::Snapshot",
"AWS::ECR::Repository",
"AWS::RDS::DBSnapshot",
"AWS::RDS::DBClusterSnapshot",
"AWS::SNS::Topic"
]
},
"RetiringPrincipal":{"type":"string"},
Expand Down Expand Up @@ -1877,6 +1977,17 @@
"type":"list",
"member":{"shape":"String"}
},
"SnsTopicConfiguration":{
"type":"structure",
"members":{
"topicPolicy":{"shape":"SnsTopicPolicy"}
}
},
"SnsTopicPolicy":{
"type":"string",
"max":30720,
"min":0
},
"SortCriteria":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1929,7 +2040,8 @@
],
"members":{
"analyzerArn":{"shape":"AnalyzerArn"},
"resourceArn":{"shape":"ResourceArn"}
"resourceArn":{"shape":"ResourceArn"},
"resourceOwnerAccount":{"shape":"String"}
}
},
"StatusReason":{
Expand Down

0 comments on commit 64a5c0b

Please sign in to comment.