forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
9
vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go
generated
vendored
|
@ -7105,6 +7105,9 @@ type CreateRemoteAccessSessionConfiguration struct {
|
|||
|
||||
// The billing method for the remote access session.
|
||||
BillingMethod *string `locationName:"billingMethod" type:"string" enum:"BillingMethod"`
|
||||
|
||||
// An array of Amazon Resource Names (ARNs) included in the VPC endpoint configuration.
|
||||
VpceConfigurationArns []*string `locationName:"vpceConfigurationArns" type:"list"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
|
@ -7123,6 +7126,12 @@ func (s *CreateRemoteAccessSessionConfiguration) SetBillingMethod(v string) *Cre
|
|||
return s
|
||||
}
|
||||
|
||||
// SetVpceConfigurationArns sets the VpceConfigurationArns field's value.
|
||||
func (s *CreateRemoteAccessSessionConfiguration) SetVpceConfigurationArns(v []*string) *CreateRemoteAccessSessionConfiguration {
|
||||
s.VpceConfigurationArns = v
|
||||
return s
|
||||
}
|
||||
|
||||
// Creates and submits a request to start a remote access session.
|
||||
type CreateRemoteAccessSessionInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue