vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
12
vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go
generated
vendored
12
vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go
generated
vendored
|
@ -3751,6 +3751,9 @@ func ExampleEC2_RequestSpotFleet_shared00() {
|
|||
IamFleetRole: aws.String("arn:aws:iam::123456789012:role/my-spot-fleet-role"),
|
||||
LaunchSpecifications: []*ec2.SpotFleetLaunchSpecification{
|
||||
{
|
||||
IamInstanceProfile: &ec2.IamInstanceProfileSpecification{
|
||||
Arn: aws.String("arn:aws:iam::123456789012:instance-profile/my-iam-role"),
|
||||
},
|
||||
ImageId: aws.String("ami-1a2b3c4d"),
|
||||
InstanceType: aws.String("m3.medium"),
|
||||
KeyName: aws.String("my-key-pair"),
|
||||
|
@ -3800,9 +3803,15 @@ func ExampleEC2_RequestSpotFleet_shared01() {
|
|||
IamFleetRole: aws.String("arn:aws:iam::123456789012:role/my-spot-fleet-role"),
|
||||
LaunchSpecifications: []*ec2.SpotFleetLaunchSpecification{
|
||||
{
|
||||
IamInstanceProfile: &ec2.IamInstanceProfileSpecification{
|
||||
Arn: aws.String("arn:aws:iam::123456789012:instance-profile/my-iam-role"),
|
||||
},
|
||||
ImageId: aws.String("ami-1a2b3c4d"),
|
||||
InstanceType: aws.String("m3.medium"),
|
||||
KeyName: aws.String("my-key-pair"),
|
||||
Placement: &ec2.SpotPlacement{
|
||||
AvailabilityZone: aws.String("us-west-2a, us-west-2b"),
|
||||
},
|
||||
SecurityGroups: []*ec2.GroupIdentifier{
|
||||
{
|
||||
GroupId: aws.String("sg-1a2b3c4d"),
|
||||
|
@ -3845,6 +3854,9 @@ func ExampleEC2_RequestSpotFleet_shared02() {
|
|||
IamFleetRole: aws.String("arn:aws:iam::123456789012:role/my-spot-fleet-role"),
|
||||
LaunchSpecifications: []*ec2.SpotFleetLaunchSpecification{
|
||||
{
|
||||
IamInstanceProfile: &ec2.IamInstanceProfileSpecification{
|
||||
Arn: aws.String("arn:aws:iam::880185128111:instance-profile/my-iam-role"),
|
||||
},
|
||||
ImageId: aws.String("ami-1a2b3c4d"),
|
||||
InstanceType: aws.String("m3.medium"),
|
||||
KeyName: aws.String("my-key-pair"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue