Skip to content

Commit

Permalink
Release v1.44.200 (2023-02-13) (#4723)
Browse files Browse the repository at this point in the history
Release v1.44.200 (2023-02-13)
===

### Service Client Updates
* `service/account`: Updates service API, documentation, and paginators
* `service/appconfigdata`: Updates service API and documentation
* `service/snowball`: Updates service API and documentation
  * Adds support for EKS Anywhere on Snowball. AWS Snow Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices.
  • Loading branch information
aws-sdk-go-automation committed Feb 13, 2023
1 parent 41717ba commit d0700c1
Show file tree
Hide file tree
Showing 24 changed files with 5,378 additions and 89 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.44.200 (2023-02-13)
===

### Service Client Updates
* `service/account`: Updates service API, documentation, and paginators
* `service/appconfigdata`: Updates service API and documentation
* `service/snowball`: Updates service API and documentation
* Adds support for EKS Anywhere on Snowball. AWS Snow Family customers can now install EKS Anywhere service on Snowball Edge Compute Optimized devices.

Release v1.44.199 (2023-02-10)
===

Expand Down
6 changes: 6 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.44.199"
const SDKVersion = "1.44.200"
194 changes: 193 additions & 1 deletion models/apis/account/2021-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,38 @@
],
"idempotent":true
},
"DisableRegion":{
"name":"DisableRegion",
"http":{
"method":"POST",
"requestUri":"/disableRegion",
"responseCode":200
},
"input":{"shape":"DisableRegionRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"EnableRegion":{
"name":"EnableRegion",
"http":{
"method":"POST",
"requestUri":"/enableRegion",
"responseCode":200
},
"input":{"shape":"EnableRegionRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"GetAlternateContact":{
"name":"GetAlternateContact",
"http":{
Expand Down Expand Up @@ -63,6 +95,38 @@
{"shape":"InternalServerException"}
]
},
"GetRegionOptStatus":{
"name":"GetRegionOptStatus",
"http":{
"method":"POST",
"requestUri":"/getRegionOptStatus",
"responseCode":200
},
"input":{"shape":"GetRegionOptStatusRequest"},
"output":{"shape":"GetRegionOptStatusResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"ListRegions":{
"name":"ListRegions",
"http":{
"method":"POST",
"requestUri":"/listRegions",
"responseCode":200
},
"input":{"shape":"ListRegionsRequest"},
"output":{"shape":"ListRegionsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"PutAlternateContact":{
"name":"PutAlternateContact",
"http":{
Expand Down Expand Up @@ -149,6 +213,18 @@
"min":1,
"sensitive":true
},
"ConflictException":{
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
},
"error":{
"httpStatusCode":409,
"senderFault":true
},
"exception":true
},
"ContactInformation":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -195,6 +271,14 @@
"AlternateContactType":{"shape":"AlternateContactType"}
}
},
"DisableRegionRequest":{
"type":"structure",
"required":["RegionName"],
"members":{
"AccountId":{"shape":"AccountId"},
"RegionName":{"shape":"RegionName"}
}
},
"DistrictOrCounty":{
"type":"string",
"max":50,
Expand All @@ -208,6 +292,14 @@
"pattern":"^[\\s]*[\\w+=.#!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"sensitive":true
},
"EnableRegionRequest":{
"type":"structure",
"required":["RegionName"],
"members":{
"AccountId":{"shape":"AccountId"},
"RegionName":{"shape":"RegionName"}
}
},
"FullName":{
"type":"string",
"max":50,
Expand Down Expand Up @@ -240,6 +332,21 @@
"ContactInformation":{"shape":"ContactInformation"}
}
},
"GetRegionOptStatusRequest":{
"type":"structure",
"required":["RegionName"],
"members":{
"AccountId":{"shape":"AccountId"},
"RegionName":{"shape":"RegionName"}
}
},
"GetRegionOptStatusResponse":{
"type":"structure",
"members":{
"RegionName":{"shape":"RegionName"},
"RegionOptStatus":{"shape":"RegionOptStatus"}
}
},
"InternalServerException":{
"type":"structure",
"required":["message"],
Expand All @@ -251,6 +358,33 @@
"fault":true,
"retryable":{"throttling":false}
},
"ListRegionsRequest":{
"type":"structure",
"members":{
"AccountId":{"shape":"AccountId"},
"MaxResults":{"shape":"ListRegionsRequestMaxResultsInteger"},
"NextToken":{"shape":"ListRegionsRequestNextTokenString"},
"RegionOptStatusContains":{"shape":"RegionOptStatusList"}
}
},
"ListRegionsRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":50,
"min":1
},
"ListRegionsRequestNextTokenString":{
"type":"string",
"max":1000,
"min":0
},
"ListRegionsResponse":{
"type":"structure",
"members":{
"NextToken":{"shape":"String"},
"Regions":{"shape":"RegionOptList"}
}
},
"Name":{
"type":"string",
"max":64,
Expand Down Expand Up @@ -296,6 +430,36 @@
"ContactInformation":{"shape":"ContactInformation"}
}
},
"Region":{
"type":"structure",
"members":{
"RegionName":{"shape":"RegionName"},
"RegionOptStatus":{"shape":"RegionOptStatus"}
}
},
"RegionName":{
"type":"string",
"max":50,
"min":1
},
"RegionOptList":{
"type":"list",
"member":{"shape":"Region"}
},
"RegionOptStatus":{
"type":"string",
"enum":[
"ENABLED",
"ENABLING",
"DISABLING",
"DISABLED",
"ENABLED_BY_DEFAULT"
]
},
"RegionOptStatusList":{
"type":"list",
"member":{"shape":"RegionOptStatus"}
},
"ResourceNotFoundException":{
"type":"structure",
"required":["message"],
Expand All @@ -308,6 +472,10 @@
},
"exception":true
},
"SensitiveString":{
"type":"string",
"sensitive":true
},
"StateOrRegion":{
"type":"string",
"max":50,
Expand Down Expand Up @@ -338,14 +506,38 @@
"type":"structure",
"required":["message"],
"members":{
"message":{"shape":"String"}
"fieldList":{"shape":"ValidationExceptionFieldList"},
"message":{"shape":"SensitiveString"},
"reason":{"shape":"ValidationExceptionReason"}
},
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"ValidationExceptionField":{
"type":"structure",
"required":[
"message",
"name"
],
"members":{
"message":{"shape":"SensitiveString"},
"name":{"shape":"String"}
}
},
"ValidationExceptionFieldList":{
"type":"list",
"member":{"shape":"ValidationExceptionField"}
},
"ValidationExceptionReason":{
"type":"string",
"enum":[
"invalidRegionOptTarget",
"fieldValidationFailed"
]
},
"WebsiteUrl":{
"type":"string",
"max":256,
Expand Down
Loading

0 comments on commit d0700c1

Please sign in to comment.