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.44.104 #4566

Merged
merged 1 commit into from Sep 22, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.44.104 (2022-09-22)
===

### Service Client Updates
* `service/backup-gateway`: Updates service API and documentation
* `service/devicefarm`: Updates service API and documentation
* This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.
* `service/ec2`: Updates service API and documentation
* Documentation updates for Amazon EC2.
* `service/glue`: Updates service API and documentation
* Added support for S3 Event Notifications for Catalog Target Crawlers.
* `service/identitystore`: Updates service documentation

Release v1.44.103 (2022-09-21)
===

Expand Down
30 changes: 30 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.103"
const SDKVersion = "1.44.104"
117 changes: 99 additions & 18 deletions models/apis/backup-gateway/2021-01-01/api-2.json
Expand Up @@ -24,7 +24,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"}
]
},
"CreateGateway":{
Expand All @@ -37,7 +38,8 @@
"output":{"shape":"CreateGatewayOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"}
]
},
"DeleteGateway":{
Expand All @@ -51,7 +53,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"idempotent":true
},
Expand All @@ -67,7 +70,8 @@
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
"idempotent":true
},
Expand All @@ -83,7 +87,8 @@
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"GetGateway":{
Expand All @@ -97,7 +102,23 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"GetVirtualMachine":{
"name":"GetVirtualMachine",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetVirtualMachineInput"},
"output":{"shape":"GetVirtualMachineOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"ImportHypervisorConfiguration":{
Expand All @@ -111,7 +132,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"}
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"}
]
},
"ListGateways":{
Expand All @@ -124,7 +146,8 @@
"output":{"shape":"ListGatewaysOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"}
]
},
"ListHypervisors":{
Expand All @@ -137,7 +160,8 @@
"output":{"shape":"ListHypervisorsOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"}
]
},
"ListTagsForResource":{
Expand All @@ -151,7 +175,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"ListVirtualMachines":{
Expand All @@ -164,7 +189,8 @@
"output":{"shape":"ListVirtualMachinesOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"}
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"}
]
},
"PutMaintenanceStartTime":{
Expand All @@ -179,7 +205,8 @@
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"TagResource":{
Expand All @@ -193,7 +220,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"TestHypervisorConfiguration":{
Expand All @@ -208,7 +236,8 @@
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"UntagResource":{
Expand All @@ -222,7 +251,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"UpdateGatewayInformation":{
Expand All @@ -237,7 +267,8 @@
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"UpdateGatewaySoftwareNow":{
Expand All @@ -251,7 +282,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
},
"UpdateHypervisor":{
Expand All @@ -266,7 +298,8 @@
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
]
}
},
Expand Down Expand Up @@ -407,6 +440,7 @@
"GatewayType":{"shape":"GatewayType"},
"HypervisorId":{"shape":"HypervisorId"},
"LastSeenTime":{"shape":"Time"},
"MaintenanceStartTime":{"shape":"MaintenanceStartTime"},
"NextUpdateAvailabilityTime":{"shape":"Time"},
"VpcEndpoint":{"shape":"VpcEndpoint"}
}
Expand All @@ -432,6 +466,19 @@
"Gateway":{"shape":"GatewayDetails"}
}
},
"GetVirtualMachineInput":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{"shape":"ResourceArn"}
}
},
"GetVirtualMachineOutput":{
"type":"structure",
"members":{
"VirtualMachine":{"shape":"VirtualMachineDetails"}
}
},
"Host":{
"type":"string",
"max":128,
Expand Down Expand Up @@ -553,6 +600,7 @@
"ListVirtualMachinesInput":{
"type":"structure",
"members":{
"HypervisorArn":{"shape":"ServerArn"},
"MaxResults":{"shape":"MaxResults"},
"NextToken":{"shape":"NextToken"}
}
Expand All @@ -564,6 +612,19 @@
"VirtualMachines":{"shape":"VirtualMachines"}
}
},
"MaintenanceStartTime":{
"type":"structure",
"required":[
"HourOfDay",
"MinuteOfHour"
],
"members":{
"DayOfMonth":{"shape":"DayOfMonth"},
"DayOfWeek":{"shape":"DayOfWeek"},
"HourOfDay":{"shape":"HourOfDay"},
"MinuteOfHour":{"shape":"MinuteOfHour"}
}
},
"MaxResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -707,6 +768,15 @@
"members":{
}
},
"ThrottlingException":{
"type":"structure",
"required":["ErrorCode"],
"members":{
"ErrorCode":{"shape":"string"},
"Message":{"shape":"string"}
},
"exception":true
},
"Time":{"type":"timestamp"},
"UntagResourceInput":{
"type":"structure",
Expand Down Expand Up @@ -795,6 +865,17 @@
"ResourceArn":{"shape":"ResourceArn"}
}
},
"VirtualMachineDetails":{
"type":"structure",
"members":{
"HostName":{"shape":"Name"},
"HypervisorId":{"shape":"string"},
"LastBackupDate":{"shape":"Time"},
"Name":{"shape":"Name"},
"Path":{"shape":"Path"},
"ResourceArn":{"shape":"ResourceArn"}
}
},
"VirtualMachines":{
"type":"list",
"member":{"shape":"VirtualMachine"}
Expand Down