Skip to content

Commit

Permalink
Release v1.54.11 (2024-06-28) (#5299)
Browse files Browse the repository at this point in the history
Release v1.54.11 (2024-06-28)
===

### Service Client Updates
* `service/acm-pca`: Updates service API
* `service/cloudhsmv2`: Updates service API and documentation
  * Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
* `service/connect`: Updates service API and documentation
* `service/elasticmapreduce`: Updates service API and documentation
  * This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
* `service/glue`: Updates service API and documentation
  * Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/pi`: Updates service API and documentation
* `service/workspaces`: Updates service API and documentation
  * Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
  • Loading branch information
aws-sdk-go-automation committed Jun 28, 2024
1 parent 372d444 commit 9607ced
Show file tree
Hide file tree
Showing 33 changed files with 1,419 additions and 679 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.54.11 (2024-06-28)
===

### Service Client Updates
* `service/acm-pca`: Updates service API
* `service/cloudhsmv2`: Updates service API and documentation
* Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
* `service/connect`: Updates service API and documentation
* `service/elasticmapreduce`: Updates service API and documentation
* This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
* `service/glue`: Updates service API and documentation
* Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/opensearch`: Updates service API and documentation
* `service/pi`: Updates service API and documentation
* `service/workspaces`: Updates service API and documentation
* Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.

Release v1.54.10 (2024-06-27)
===

Expand Down
12 changes: 12 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
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.54.10"
const SDKVersion = "1.54.11"
9 changes: 6 additions & 3 deletions models/apis/acm-pca/2017-08-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,14 +1038,16 @@
"RSA_2048",
"RSA_4096",
"EC_prime256v1",
"EC_secp384r1"
"EC_secp384r1",
"SM2"
]
},
"KeyStorageSecurityStandard":{
"type":"string",
"enum":[
"FIPS_140_2_LEVEL_2_OR_HIGHER",
"FIPS_140_2_LEVEL_3_OR_HIGHER"
"FIPS_140_2_LEVEL_3_OR_HIGHER",
"CCPC_LEVEL_1_OR_HIGHER"
]
},
"KeyUsage":{
Expand Down Expand Up @@ -1359,7 +1361,8 @@
"SHA512WITHECDSA",
"SHA256WITHRSA",
"SHA384WITHRSA",
"SHA512WITHRSA"
"SHA512WITHRSA",
"SM3WITHSM2"
]
},
"String":{"type":"string"},
Expand Down
107 changes: 105 additions & 2 deletions models/apis/cloudhsmv2/2017-04-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"signatureVersion":"v4",
"signingName":"cloudhsm",
"targetPrefix":"BaldrApiService",
"uid":"cloudhsmv2-2017-04-28"
"uid":"cloudhsmv2-2017-04-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CopyBackupToRegion":{
Expand Down Expand Up @@ -114,6 +115,22 @@
{"shape":"CloudHsmAccessDeniedException"}
]
},
"DeleteResourcePolicy":{
"name":"DeleteResourcePolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteResourcePolicyRequest"},
"output":{"shape":"DeleteResourcePolicyResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"DescribeBackups":{
"name":"DescribeBackups",
"http":{
Expand Down Expand Up @@ -147,6 +164,22 @@
{"shape":"CloudHsmTagException"}
]
},
"GetResourcePolicy":{
"name":"GetResourcePolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetResourcePolicyRequest"},
"output":{"shape":"GetResourcePolicyResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"InitializeCluster":{
"name":"InitializeCluster",
"http":{
Expand Down Expand Up @@ -212,6 +245,22 @@
{"shape":"CloudHsmServiceException"}
]
},
"PutResourcePolicy":{
"name":"PutResourcePolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutResourcePolicyRequest"},
"output":{"shape":"PutResourcePolicyResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"RestoreBackup":{
"name":"RestoreBackup",
"http":{
Expand Down Expand Up @@ -269,6 +318,7 @@
"required":["BackupId"],
"members":{
"BackupId":{"shape":"BackupId"},
"BackupArn":{"shape":"BackupArn"},
"BackupState":{"shape":"BackupState"},
"ClusterId":{"shape":"ClusterId"},
"CreateTimestamp":{"shape":"Timestamp"},
Expand All @@ -283,6 +333,10 @@
"Mode":{"shape":"ClusterMode"}
}
},
"BackupArn":{
"type":"string",
"pattern":"^(arn:aws(-(us-gov))?:cloudhsm:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]{1}):[0-9]{12}:backup/)?backup-[2-7a-zA-Z]{11,16}"
},
"BackupId":{
"type":"string",
"pattern":"backup-[2-7a-zA-Z]{11,16}"
Expand Down Expand Up @@ -349,6 +403,10 @@
},
"exception":true
},
"CloudHsmArn":{
"type":"string",
"pattern":"arn:aws(-(us-gov))?:cloudhsm:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]{1}):[0-9]{12}:(backup/backup|cluster/cluster|hsm/hsm)-[2-7a-zA-Z]{11,16}"
},
"CloudHsmInternalFailureException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -467,7 +525,7 @@
"members":{
"BackupRetentionPolicy":{"shape":"BackupRetentionPolicy"},
"HsmType":{"shape":"HsmType"},
"SourceBackupId":{"shape":"BackupId"},
"SourceBackupId":{"shape":"BackupArn"},
"SubnetIds":{"shape":"SubnetIds"},
"TagList":{"shape":"TagList"},
"Mode":{"shape":"ClusterMode"}
Expand Down Expand Up @@ -539,12 +597,26 @@
"HsmId":{"shape":"HsmId"}
}
},
"DeleteResourcePolicyRequest":{
"type":"structure",
"members":{
"ResourceArn":{"shape":"CloudHsmArn"}
}
},
"DeleteResourcePolicyResponse":{
"type":"structure",
"members":{
"ResourceArn":{"shape":"CloudHsmArn"},
"Policy":{"shape":"ResourcePolicy"}
}
},
"DescribeBackupsRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"NextToken"},
"MaxResults":{"shape":"BackupsMaxSize"},
"Filters":{"shape":"Filters"},
"Shared":{"shape":"Boolean"},
"SortAscending":{"shape":"Boolean"}
}
},
Expand Down Expand Up @@ -602,6 +674,18 @@
"value":{"shape":"Strings"},
"max":30
},
"GetResourcePolicyRequest":{
"type":"structure",
"members":{
"ResourceArn":{"shape":"CloudHsmArn"}
}
},
"GetResourcePolicyResponse":{
"type":"structure",
"members":{
"Policy":{"shape":"ResourcePolicy"}
}
},
"Hsm":{
"type":"structure",
"required":["HsmId"],
Expand Down Expand Up @@ -729,6 +813,20 @@
"max":32,
"min":7
},
"PutResourcePolicyRequest":{
"type":"structure",
"members":{
"ResourceArn":{"shape":"CloudHsmArn"},
"Policy":{"shape":"ResourcePolicy"}
}
},
"PutResourcePolicyResponse":{
"type":"structure",
"members":{
"ResourceArn":{"shape":"CloudHsmArn"},
"Policy":{"shape":"ResourcePolicy"}
}
},
"Region":{
"type":"string",
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
Expand All @@ -737,6 +835,11 @@
"type":"string",
"pattern":"(?:cluster|backup)-[2-7a-zA-Z]{11,16}"
},
"ResourcePolicy":{
"type":"string",
"max":20000,
"min":1
},
"RestoreBackupRequest":{
"type":"structure",
"required":["BackupId"],
Expand Down
Loading

0 comments on commit 9607ced

Please sign in to comment.