aws-sdk 2.1399.0 → 2.1401.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,13 +3,12 @@
3
3
  "examples": {
4
4
  "AllocateAddress": [
5
5
  {
6
- "input": {
7
- "Domain": "vpc"
8
- },
9
6
  "output": {
10
7
  "AllocationId": "eipalloc-64d5890a",
11
8
  "Domain": "vpc",
12
- "PublicIp": "203.0.113.0"
9
+ "NetworkBorderGroup": "us-east-1",
10
+ "PublicIp": "203.0.113.0",
11
+ "PublicIpv4Pool": "amazon"
13
12
  },
14
13
  "comments": {
15
14
  "input": {
@@ -17,24 +16,9 @@
17
16
  "output": {
18
17
  }
19
18
  },
20
- "description": "This example allocates an Elastic IP address to use with an instance in a VPC.",
19
+ "description": "This example allocates an Elastic IP address.",
21
20
  "id": "ec2-allocate-address-1",
22
- "title": "To allocate an Elastic IP address for EC2-VPC"
23
- },
24
- {
25
- "output": {
26
- "Domain": "standard",
27
- "PublicIp": "198.51.100.0"
28
- },
29
- "comments": {
30
- "input": {
31
- },
32
- "output": {
33
- }
34
- },
35
- "description": "This example allocates an Elastic IP address to use with an instance in EC2-Classic.",
36
- "id": "ec2-allocate-address-2",
37
- "title": "To allocate an Elastic IP address for EC2-Classic"
21
+ "title": "To allocate an Elastic IP address"
38
22
  }
39
23
  ],
40
24
  "AssignPrivateIpAddresses": [
@@ -86,9 +70,9 @@
86
70
  "output": {
87
71
  }
88
72
  },
89
- "description": "This example associates the specified Elastic IP address with the specified instance in a VPC.",
73
+ "description": "This example associates the specified Elastic IP address with the specified instance.",
90
74
  "id": "ec2-associate-address-1",
91
- "title": "To associate an Elastic IP address in EC2-VPC"
75
+ "title": "To associate an Elastic IP address"
92
76
  },
93
77
  {
94
78
  "input": {
@@ -107,21 +91,6 @@
107
91
  "description": "This example associates the specified Elastic IP address with the specified network interface.",
108
92
  "id": "ec2-associate-address-2",
109
93
  "title": "To associate an Elastic IP address with a network interface"
110
- },
111
- {
112
- "input": {
113
- "InstanceId": "i-07ffe74c7330ebf53",
114
- "PublicIp": "198.51.100.0"
115
- },
116
- "comments": {
117
- "input": {
118
- },
119
- "output": {
120
- }
121
- },
122
- "description": "This example associates an Elastic IP address with an instance in EC2-Classic.",
123
- "id": "ec2-associate-address-3",
124
- "title": "To associate an Elastic IP address in EC2-Classic"
125
94
  }
126
95
  ],
127
96
  "AssociateDhcpOptions": [
@@ -1734,71 +1703,6 @@
1734
1703
  "description": "This example describes your Elastic IP addresses.",
1735
1704
  "id": "ec2-describe-addresses-1",
1736
1705
  "title": "To describe your Elastic IP addresses"
1737
- },
1738
- {
1739
- "input": {
1740
- "Filters": [
1741
- {
1742
- "Name": "domain",
1743
- "Values": [
1744
- "vpc"
1745
- ]
1746
- }
1747
- ]
1748
- },
1749
- "output": {
1750
- "Addresses": [
1751
- {
1752
- "AllocationId": "eipalloc-12345678",
1753
- "AssociationId": "eipassoc-12345678",
1754
- "Domain": "vpc",
1755
- "InstanceId": "i-1234567890abcdef0",
1756
- "NetworkInterfaceId": "eni-12345678",
1757
- "NetworkInterfaceOwnerId": "123456789012",
1758
- "PrivateIpAddress": "10.0.1.241",
1759
- "PublicIp": "203.0.113.0"
1760
- }
1761
- ]
1762
- },
1763
- "comments": {
1764
- "input": {
1765
- },
1766
- "output": {
1767
- }
1768
- },
1769
- "description": "This example describes your Elastic IP addresses for use with instances in a VPC.",
1770
- "id": "ec2-describe-addresses-2",
1771
- "title": "To describe your Elastic IP addresses for EC2-VPC"
1772
- },
1773
- {
1774
- "input": {
1775
- "Filters": [
1776
- {
1777
- "Name": "domain",
1778
- "Values": [
1779
- "standard"
1780
- ]
1781
- }
1782
- ]
1783
- },
1784
- "output": {
1785
- "Addresses": [
1786
- {
1787
- "Domain": "standard",
1788
- "InstanceId": "i-1234567890abcdef0",
1789
- "PublicIp": "198.51.100.0"
1790
- }
1791
- ]
1792
- },
1793
- "comments": {
1794
- "input": {
1795
- },
1796
- "output": {
1797
- }
1798
- },
1799
- "description": "This example describes your Elastic IP addresses for use with instances in EC2-Classic.",
1800
- "id": "ec2-describe-addresses-3",
1801
- "title": "To describe your Elastic IP addresses for EC2-Classic"
1802
1706
  }
1803
1707
  ],
1804
1708
  "DescribeAvailabilityZones": [
@@ -2235,7 +2139,7 @@
2235
2139
  {
2236
2140
  "Attachments": [
2237
2141
  {
2238
- "State": "available",
2142
+ "State": "attached",
2239
2143
  "VpcId": "vpc-a01106c2"
2240
2144
  }
2241
2145
  ],
@@ -2385,7 +2289,7 @@
2385
2289
  "output": {
2386
2290
  "MovingAddressStatuses": [
2387
2291
  {
2388
- "MoveStatus": "MovingToVpc",
2292
+ "MoveStatus": "movingToVpc",
2389
2293
  "PublicIp": "198.51.100.0"
2390
2294
  }
2391
2295
  ]
@@ -2771,104 +2675,6 @@
2771
2675
  "title": "To describe a route table"
2772
2676
  }
2773
2677
  ],
2774
- "DescribeScheduledInstanceAvailability": [
2775
- {
2776
- "input": {
2777
- "FirstSlotStartTimeRange": {
2778
- "EarliestTime": "2016-01-31T00:00:00Z",
2779
- "LatestTime": "2016-01-31T04:00:00Z"
2780
- },
2781
- "Recurrence": {
2782
- "Frequency": "Weekly",
2783
- "Interval": 1,
2784
- "OccurrenceDays": [
2785
- 1
2786
- ]
2787
- }
2788
- },
2789
- "output": {
2790
- "ScheduledInstanceAvailabilitySet": [
2791
- {
2792
- "AvailabilityZone": "us-west-2b",
2793
- "AvailableInstanceCount": 20,
2794
- "FirstSlotStartTime": "2016-01-31T00:00:00Z",
2795
- "HourlyPrice": "0.095",
2796
- "InstanceType": "c4.large",
2797
- "MaxTermDurationInDays": 366,
2798
- "MinTermDurationInDays": 366,
2799
- "NetworkPlatform": "EC2-VPC",
2800
- "Platform": "Linux/UNIX",
2801
- "PurchaseToken": "eyJ2IjoiMSIsInMiOjEsImMiOi...",
2802
- "Recurrence": {
2803
- "Frequency": "Weekly",
2804
- "Interval": 1,
2805
- "OccurrenceDaySet": [
2806
- 1
2807
- ],
2808
- "OccurrenceRelativeToEnd": false
2809
- },
2810
- "SlotDurationInHours": 23,
2811
- "TotalScheduledInstanceHours": 1219
2812
- }
2813
- ]
2814
- },
2815
- "comments": {
2816
- "input": {
2817
- },
2818
- "output": {
2819
- }
2820
- },
2821
- "description": "This example describes a schedule that occurs every week on Sunday, starting on the specified date. Note that the output contains a single schedule as an example.",
2822
- "id": "ec2-describe-scheduled-instance-availability-1",
2823
- "title": "To describe an available schedule"
2824
- }
2825
- ],
2826
- "DescribeScheduledInstances": [
2827
- {
2828
- "input": {
2829
- "ScheduledInstanceIds": [
2830
- "sci-1234-1234-1234-1234-123456789012"
2831
- ]
2832
- },
2833
- "output": {
2834
- "ScheduledInstanceSet": [
2835
- {
2836
- "AvailabilityZone": "us-west-2b",
2837
- "CreateDate": "2016-01-25T21:43:38.612Z",
2838
- "HourlyPrice": "0.095",
2839
- "InstanceCount": 1,
2840
- "InstanceType": "c4.large",
2841
- "NetworkPlatform": "EC2-VPC",
2842
- "NextSlotStartTime": "2016-01-31T09:00:00Z",
2843
- "Platform": "Linux/UNIX",
2844
- "Recurrence": {
2845
- "Frequency": "Weekly",
2846
- "Interval": 1,
2847
- "OccurrenceDaySet": [
2848
- 1
2849
- ],
2850
- "OccurrenceRelativeToEnd": false,
2851
- "OccurrenceUnit": ""
2852
- },
2853
- "ScheduledInstanceId": "sci-1234-1234-1234-1234-123456789012",
2854
- "SlotDurationInHours": 32,
2855
- "TermEndDate": "2017-01-31T09:00:00Z",
2856
- "TermStartDate": "2016-01-31T09:00:00Z",
2857
- "TotalScheduledInstanceHours": 1696
2858
- }
2859
- ]
2860
- },
2861
- "comments": {
2862
- "input": {
2863
- },
2864
- "output": {
2865
- }
2866
- },
2867
- "description": "This example describes the specified Scheduled Instance.",
2868
- "id": "ec2-describe-scheduled-instances-1",
2869
- "title": "To describe your Scheduled Instances"
2870
- }
2871
- ],
2872
2678
  "DescribeSecurityGroupReferences": [
2873
2679
  {
2874
2680
  "input": {
@@ -3258,14 +3064,14 @@
3258
3064
  "DescribeSpotPriceHistory": [
3259
3065
  {
3260
3066
  "input": {
3261
- "EndTime": "2014-01-06T08:09:10",
3067
+ "EndTime": "2014-01-06T08:09:10.05Z",
3262
3068
  "InstanceTypes": [
3263
3069
  "m1.xlarge"
3264
3070
  ],
3265
3071
  "ProductDescriptions": [
3266
3072
  "Linux/UNIX (Amazon VPC)"
3267
3073
  ],
3268
- "StartTime": "2014-01-06T07:08:09"
3074
+ "StartTime": "2014-01-06T07:08:09.05Z"
3269
3075
  },
3270
3076
  "output": {
3271
3077
  "SpotPriceHistory": [
@@ -3719,23 +3525,9 @@
3719
3525
  "output": {
3720
3526
  }
3721
3527
  },
3722
- "description": "This example disassociates an Elastic IP address from an instance in a VPC.",
3528
+ "description": "This example disassociates an Elastic IP address from an instance.",
3723
3529
  "id": "ec2-disassociate-address-1",
3724
- "title": "To disassociate an Elastic IP address in EC2-VPC"
3725
- },
3726
- {
3727
- "input": {
3728
- "PublicIp": "198.51.100.0"
3729
- },
3730
- "comments": {
3731
- "input": {
3732
- },
3733
- "output": {
3734
- }
3735
- },
3736
- "description": "This example disassociates an Elastic IP address from an instance in EC2-Classic.",
3737
- "id": "ec2-disassociate-address-2",
3738
- "title": "To disassociate an Elastic IP addresses in EC2-Classic"
3530
+ "title": "To disassociate an Elastic IP address"
3739
3531
  }
3740
3532
  ],
3741
3533
  "DisassociateIamInstanceProfile": [
@@ -4269,55 +4061,6 @@
4269
4061
  "title": "To move an address to EC2-VPC"
4270
4062
  }
4271
4063
  ],
4272
- "PurchaseScheduledInstances": [
4273
- {
4274
- "input": {
4275
- "PurchaseRequests": [
4276
- {
4277
- "InstanceCount": 1,
4278
- "PurchaseToken": "eyJ2IjoiMSIsInMiOjEsImMiOi..."
4279
- }
4280
- ]
4281
- },
4282
- "output": {
4283
- "ScheduledInstanceSet": [
4284
- {
4285
- "AvailabilityZone": "us-west-2b",
4286
- "CreateDate": "2016-01-25T21:43:38.612Z",
4287
- "HourlyPrice": "0.095",
4288
- "InstanceCount": 1,
4289
- "InstanceType": "c4.large",
4290
- "NetworkPlatform": "EC2-VPC",
4291
- "NextSlotStartTime": "2016-01-31T09:00:00Z",
4292
- "Platform": "Linux/UNIX",
4293
- "Recurrence": {
4294
- "Frequency": "Weekly",
4295
- "Interval": 1,
4296
- "OccurrenceDaySet": [
4297
- 1
4298
- ],
4299
- "OccurrenceRelativeToEnd": false,
4300
- "OccurrenceUnit": ""
4301
- },
4302
- "ScheduledInstanceId": "sci-1234-1234-1234-1234-123456789012",
4303
- "SlotDurationInHours": 32,
4304
- "TermEndDate": "2017-01-31T09:00:00Z",
4305
- "TermStartDate": "2016-01-31T09:00:00Z",
4306
- "TotalScheduledInstanceHours": 1696
4307
- }
4308
- ]
4309
- },
4310
- "comments": {
4311
- "input": {
4312
- },
4313
- "output": {
4314
- }
4315
- },
4316
- "description": "This example purchases a Scheduled Instance.",
4317
- "id": "ec2-purchase-scheduled-instances-1",
4318
- "title": "To purchase a Scheduled Instance"
4319
- }
4320
- ],
4321
4064
  "RebootInstances": [
4322
4065
  {
4323
4066
  "input": {
@@ -4349,23 +4092,9 @@
4349
4092
  "output": {
4350
4093
  }
4351
4094
  },
4352
- "description": "This example releases an Elastic IP address for use with instances in a VPC.",
4095
+ "description": "This example releases the specified Elastic IP address.",
4353
4096
  "id": "ec2-release-address-1",
4354
- "title": "To release an Elastic IP address for EC2-VPC"
4355
- },
4356
- {
4357
- "input": {
4358
- "PublicIp": "198.51.100.0"
4359
- },
4360
- "comments": {
4361
- "input": {
4362
- },
4363
- "output": {
4364
- }
4365
- },
4366
- "description": "This example releases an Elastic IP address for use with instances in EC2-Classic.",
4367
- "id": "ec2-release-address-2",
4368
- "title": "To release an Elastic IP addresses for EC2-Classic"
4097
+ "title": "To release an Elastic IP address"
4369
4098
  }
4370
4099
  ],
4371
4100
  "ReplaceNetworkAclAssociation": [
@@ -4524,7 +4253,7 @@
4524
4253
  "output": {
4525
4254
  }
4526
4255
  },
4527
- "description": "This example creates a Spot fleet request with two launch specifications that differ only by Availability Zone. The Spot fleet launches the instances in the specified Availability Zone with the lowest price. If your account supports EC2-VPC only, Amazon EC2 launches the Spot instances in the default subnet of the Availability Zone. If your account supports EC2-Classic, Amazon EC2 launches the instances in EC2-Classic in the Availability Zone.",
4256
+ "description": "This example creates a Spot fleet request with two launch specifications that differ only by Availability Zone. The Spot fleet launches the instances in the specified Availability Zone with the lowest price. If your account supports EC2-VPC only, Amazon EC2 launches the Spot instances in the default subnet of the Availability Zone.",
4528
4257
  "id": "ec2-request-spot-fleet-2",
4529
4258
  "title": "To request a Spot fleet in the Availability Zone with the lowest price"
4530
4259
  },
@@ -4636,7 +4365,7 @@
4636
4365
  "output": {
4637
4366
  }
4638
4367
  },
4639
- "description": "This example creates a one-time Spot Instance request for five instances in the specified Availability Zone. If your account supports EC2-VPC only, Amazon EC2 launches the instances in the default subnet of the specified Availability Zone. If your account supports EC2-Classic, Amazon EC2 launches the instances in EC2-Classic in the specified Availability Zone.",
4368
+ "description": "This example creates a one-time Spot Instance request for five instances in the specified Availability Zone. If your account supports EC2-VPC only, Amazon EC2 launches the instances in the default subnet of the specified Availability Zone.",
4640
4369
  "id": "ec2-request-spot-instances-1",
4641
4370
  "title": "To create a one-time Spot Instance request"
4642
4371
  },
@@ -4725,26 +4454,6 @@
4725
4454
  "title": "To reset a snapshot attribute"
4726
4455
  }
4727
4456
  ],
4728
- "RestoreAddressToClassic": [
4729
- {
4730
- "input": {
4731
- "PublicIp": "198.51.100.0"
4732
- },
4733
- "output": {
4734
- "PublicIp": "198.51.100.0",
4735
- "Status": "MoveInProgress"
4736
- },
4737
- "comments": {
4738
- "input": {
4739
- },
4740
- "output": {
4741
- }
4742
- },
4743
- "description": "This example restores the specified Elastic IP address to the EC2-Classic platform.",
4744
- "id": "ec2-restore-address-to-classic-1",
4745
- "title": "To restore an address to EC2-Classic"
4746
- }
4747
- ],
4748
4457
  "RunInstances": [
4749
4458
  {
4750
4459
  "input": {
@@ -4790,80 +4499,6 @@
4790
4499
  "title": "To launch an instance"
4791
4500
  }
4792
4501
  ],
4793
- "RunScheduledInstances": [
4794
- {
4795
- "input": {
4796
- "InstanceCount": 1,
4797
- "LaunchSpecification": {
4798
- "IamInstanceProfile": {
4799
- "Name": "my-iam-role"
4800
- },
4801
- "ImageId": "ami-12345678",
4802
- "InstanceType": "c4.large",
4803
- "KeyName": "my-key-pair",
4804
- "NetworkInterfaces": [
4805
- {
4806
- "AssociatePublicIpAddress": true,
4807
- "DeviceIndex": 0,
4808
- "Groups": [
4809
- "sg-12345678"
4810
- ],
4811
- "SubnetId": "subnet-12345678"
4812
- }
4813
- ]
4814
- },
4815
- "ScheduledInstanceId": "sci-1234-1234-1234-1234-123456789012"
4816
- },
4817
- "output": {
4818
- "InstanceIdSet": [
4819
- "i-1234567890abcdef0"
4820
- ]
4821
- },
4822
- "comments": {
4823
- "input": {
4824
- },
4825
- "output": {
4826
- }
4827
- },
4828
- "description": "This example launches the specified Scheduled Instance in a VPC.",
4829
- "id": "ec2-run-scheduled-instances-1",
4830
- "title": "To launch a Scheduled Instance in a VPC"
4831
- },
4832
- {
4833
- "input": {
4834
- "InstanceCount": 1,
4835
- "LaunchSpecification": {
4836
- "IamInstanceProfile": {
4837
- "Name": "my-iam-role"
4838
- },
4839
- "ImageId": "ami-12345678",
4840
- "InstanceType": "c4.large",
4841
- "KeyName": "my-key-pair",
4842
- "Placement": {
4843
- "AvailabilityZone": "us-west-2b"
4844
- },
4845
- "SecurityGroupIds": [
4846
- "sg-12345678"
4847
- ]
4848
- },
4849
- "ScheduledInstanceId": "sci-1234-1234-1234-1234-123456789012"
4850
- },
4851
- "output": {
4852
- "InstanceIdSet": [
4853
- "i-1234567890abcdef0"
4854
- ]
4855
- },
4856
- "comments": {
4857
- "input": {
4858
- },
4859
- "output": {
4860
- }
4861
- },
4862
- "description": "This example launches the specified Scheduled Instance in EC2-Classic.",
4863
- "id": "ec2-run-scheduled-instances-2",
4864
- "title": "To launch a Scheduled Instance in EC2-Classic"
4865
- }
4866
- ],
4867
4502
  "StartInstances": [
4868
4503
  {
4869
4504
  "input": {