New upstream version 1.3.0

This commit is contained in:
Sébastien Delafond
2018-06-21 15:14:48 +02:00
parent bed9fffa94
commit 09ad0121c6
2288 changed files with 452573 additions and 68516 deletions
+12
View File
@@ -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"),