aws-sdk-core 2.0.12 → 2.0.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaac1c08a49dc9a05c499b1a7e09460e869fdf0d
4
- data.tar.gz: 33d1a5cc186a153fba6595b8aa41dd355746a895
3
+ metadata.gz: 890e1b1cbd98d8aa3aa29222c8260024f218899d
4
+ data.tar.gz: 711a1a551223f02c4372d3137c54f14595640d72
5
5
  SHA512:
6
- metadata.gz: f9d7f336ef66e20b823dd69187dee2ba91e706282e6c73d8282a2ae8fd11b66641c80dbad4b50bac6d3af51f7390c598e86e2a7668ee985c03d51aee8db2b55e
7
- data.tar.gz: f6cb27dd25c8482a198f8b56253d2749915d6473e3a8eefe7deb97de261b5aa3f15a952fb9a17202e213a5d8b792236b2aa20e81863fe5dc1974e13ba00099f4
6
+ metadata.gz: 233a2506f9c595b2503b74faba93b2a6b33e3ed004644030522ca06e7a77f646d366922a25c2307eec8733a0b1c2f3121405c71b12979f0234893bb8d5f90520
7
+ data.tar.gz: 57afd51e47685f683c5f2960b6c2afdc932c47474a5913d115684cb306e09db9990bcfd2d4b346a6910ee0e24c66762f9bde3e07f855d50d9fa50b7a82e19d96
@@ -9,6 +9,24 @@
9
9
  "protocol":"json"
10
10
  },
11
11
  "operations":{
12
+ "AssignInstance":{
13
+ "name":"AssignInstance",
14
+ "http":{
15
+ "method":"POST",
16
+ "requestUri":"/"
17
+ },
18
+ "input":{"shape":"AssignInstanceRequest"},
19
+ "errors":[
20
+ {
21
+ "shape":"ValidationException",
22
+ "exception":true
23
+ },
24
+ {
25
+ "shape":"ResourceNotFoundException",
26
+ "exception":true
27
+ }
28
+ ]
29
+ },
12
30
  "AssignVolume":{
13
31
  "name":"AssignVolume",
14
32
  "http":{
@@ -296,6 +314,24 @@
296
314
  }
297
315
  ]
298
316
  },
317
+ "DeregisterInstance":{
318
+ "name":"DeregisterInstance",
319
+ "http":{
320
+ "method":"POST",
321
+ "requestUri":"/"
322
+ },
323
+ "input":{"shape":"DeregisterInstanceRequest"},
324
+ "errors":[
325
+ {
326
+ "shape":"ValidationException",
327
+ "exception":true
328
+ },
329
+ {
330
+ "shape":"ResourceNotFoundException",
331
+ "exception":true
332
+ }
333
+ ]
334
+ },
299
335
  "DeregisterRdsDbInstance":{
300
336
  "name":"DeregisterRdsDbInstance",
301
337
  "http":{
@@ -568,6 +604,25 @@
568
604
  }
569
605
  ]
570
606
  },
607
+ "DescribeStackProvisioningParameters":{
608
+ "name":"DescribeStackProvisioningParameters",
609
+ "http":{
610
+ "method":"POST",
611
+ "requestUri":"/"
612
+ },
613
+ "input":{"shape":"DescribeStackProvisioningParametersRequest"},
614
+ "output":{"shape":"DescribeStackProvisioningParametersResult"},
615
+ "errors":[
616
+ {
617
+ "shape":"ValidationException",
618
+ "exception":true
619
+ },
620
+ {
621
+ "shape":"ResourceNotFoundException",
622
+ "exception":true
623
+ }
624
+ ]
625
+ },
571
626
  "DescribeStackSummary":{
572
627
  "name":"DescribeStackSummary",
573
628
  "http":{
@@ -751,6 +806,25 @@
751
806
  }
752
807
  ]
753
808
  },
809
+ "RegisterInstance":{
810
+ "name":"RegisterInstance",
811
+ "http":{
812
+ "method":"POST",
813
+ "requestUri":"/"
814
+ },
815
+ "input":{"shape":"RegisterInstanceRequest"},
816
+ "output":{"shape":"RegisterInstanceResult"},
817
+ "errors":[
818
+ {
819
+ "shape":"ValidationException",
820
+ "exception":true
821
+ },
822
+ {
823
+ "shape":"ResourceNotFoundException",
824
+ "exception":true
825
+ }
826
+ ]
827
+ },
754
828
  "RegisterRdsDbInstance":{
755
829
  "name":"RegisterRdsDbInstance",
756
830
  "http":{
@@ -914,6 +988,24 @@
914
988
  }
915
989
  ]
916
990
  },
991
+ "UnassignInstance":{
992
+ "name":"UnassignInstance",
993
+ "http":{
994
+ "method":"POST",
995
+ "requestUri":"/"
996
+ },
997
+ "input":{"shape":"UnassignInstanceRequest"},
998
+ "errors":[
999
+ {
1000
+ "shape":"ValidationException",
1001
+ "exception":true
1002
+ },
1003
+ {
1004
+ "shape":"ResourceNotFoundException",
1005
+ "exception":true
1006
+ }
1007
+ ]
1008
+ },
917
1009
  "UnassignVolume":{
918
1010
  "name":"UnassignVolume",
919
1011
  "http":{
@@ -1146,6 +1238,17 @@
1146
1238
  "i386"
1147
1239
  ]
1148
1240
  },
1241
+ "AssignInstanceRequest":{
1242
+ "type":"structure",
1243
+ "required":[
1244
+ "InstanceId",
1245
+ "LayerIds"
1246
+ ],
1247
+ "members":{
1248
+ "InstanceId":{"shape":"String"},
1249
+ "LayerIds":{"shape":"Strings"}
1250
+ }
1251
+ },
1149
1252
  "AssignVolumeRequest":{
1150
1253
  "type":"structure",
1151
1254
  "required":["VolumeId"],
@@ -1360,7 +1463,8 @@
1360
1463
  "AutoAssignPublicIps":{"shape":"Boolean"},
1361
1464
  "CustomRecipes":{"shape":"Recipes"},
1362
1465
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1363
- "UseEbsOptimizedInstances":{"shape":"Boolean"}
1466
+ "UseEbsOptimizedInstances":{"shape":"Boolean"},
1467
+ "LifecycleEventConfiguration":{"shape":"LifecycleEventConfiguration"}
1364
1468
  }
1365
1469
  },
1366
1470
  "CreateLayerResult":{
@@ -1531,6 +1635,13 @@
1531
1635
  "ElasticIp":{"shape":"String"}
1532
1636
  }
1533
1637
  },
1638
+ "DeregisterInstanceRequest":{
1639
+ "type":"structure",
1640
+ "required":["InstanceId"],
1641
+ "members":{
1642
+ "InstanceId":{"shape":"String"}
1643
+ }
1644
+ },
1534
1645
  "DeregisterRdsDbInstanceRequest":{
1535
1646
  "type":"structure",
1536
1647
  "required":["RdsDbInstanceArn"],
@@ -1714,6 +1825,20 @@
1714
1825
  "ServiceErrors":{"shape":"ServiceErrors"}
1715
1826
  }
1716
1827
  },
1828
+ "DescribeStackProvisioningParametersRequest":{
1829
+ "type":"structure",
1830
+ "required":["StackId"],
1831
+ "members":{
1832
+ "StackId":{"shape":"String"}
1833
+ }
1834
+ },
1835
+ "DescribeStackProvisioningParametersResult":{
1836
+ "type":"structure",
1837
+ "members":{
1838
+ "AgentInstallerUrl":{"shape":"String"},
1839
+ "Parameters":{"shape":"Parameters"}
1840
+ }
1841
+ },
1717
1842
  "DescribeStackSummaryRequest":{
1718
1843
  "type":"structure",
1719
1844
  "required":["StackId"],
@@ -1896,7 +2021,17 @@
1896
2021
  "RootDeviceType":{"shape":"RootDeviceType"},
1897
2022
  "RootDeviceVolumeId":{"shape":"String"},
1898
2023
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1899
- "EbsOptimized":{"shape":"Boolean"}
2024
+ "EbsOptimized":{"shape":"Boolean"},
2025
+ "ReportedOs":{"shape":"ReportedOs"},
2026
+ "InfrastructureClass":{"shape":"String"},
2027
+ "RegisteredBy":{"shape":"String"}
2028
+ }
2029
+ },
2030
+ "InstanceIdentity":{
2031
+ "type":"structure",
2032
+ "members":{
2033
+ "Document":{"shape":"String"},
2034
+ "Signature":{"shape":"String"}
1900
2035
  }
1901
2036
  },
1902
2037
  "Instances":{
@@ -1906,11 +2041,15 @@
1906
2041
  "InstancesCount":{
1907
2042
  "type":"structure",
1908
2043
  "members":{
2044
+ "Assigning":{"shape":"Integer"},
1909
2045
  "Booting":{"shape":"Integer"},
1910
2046
  "ConnectionLost":{"shape":"Integer"},
2047
+ "Deregistering":{"shape":"Integer"},
1911
2048
  "Online":{"shape":"Integer"},
1912
2049
  "Pending":{"shape":"Integer"},
1913
2050
  "Rebooting":{"shape":"Integer"},
2051
+ "Registered":{"shape":"Integer"},
2052
+ "Registering":{"shape":"Integer"},
1914
2053
  "Requested":{"shape":"Integer"},
1915
2054
  "RunningSetup":{"shape":"Integer"},
1916
2055
  "SetupFailed":{"shape":"Integer"},
@@ -1919,7 +2058,8 @@
1919
2058
  "Stopped":{"shape":"Integer"},
1920
2059
  "Stopping":{"shape":"Integer"},
1921
2060
  "Terminated":{"shape":"Integer"},
1922
- "Terminating":{"shape":"Integer"}
2061
+ "Terminating":{"shape":"Integer"},
2062
+ "Unassigning":{"shape":"Integer"}
1923
2063
  }
1924
2064
  },
1925
2065
  "Integer":{
@@ -1947,7 +2087,8 @@
1947
2087
  "CustomRecipes":{"shape":"Recipes"},
1948
2088
  "CreatedAt":{"shape":"DateTime"},
1949
2089
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1950
- "UseEbsOptimizedInstances":{"shape":"Boolean"}
2090
+ "UseEbsOptimizedInstances":{"shape":"Boolean"},
2091
+ "LifecycleEventConfiguration":{"shape":"LifecycleEventConfiguration"}
1951
2092
  }
1952
2093
  },
1953
2094
  "LayerAttributes":{
@@ -2003,6 +2144,12 @@
2003
2144
  "type":"list",
2004
2145
  "member":{"shape":"Layer"}
2005
2146
  },
2147
+ "LifecycleEventConfiguration":{
2148
+ "type":"structure",
2149
+ "members":{
2150
+ "Shutdown":{"shape":"ShutdownEventConfiguration"}
2151
+ }
2152
+ },
2006
2153
  "LoadBasedAutoScalingConfiguration":{
2007
2154
  "type":"structure",
2008
2155
  "members":{
@@ -2022,6 +2169,11 @@
2022
2169
  "max":100,
2023
2170
  "box":true
2024
2171
  },
2172
+ "Parameters":{
2173
+ "type":"map",
2174
+ "key":{"shape":"String"},
2175
+ "value":{"shape":"String"}
2176
+ },
2025
2177
  "Permission":{
2026
2178
  "type":"structure",
2027
2179
  "members":{
@@ -2110,6 +2262,25 @@
2110
2262
  "ElasticIp":{"shape":"String"}
2111
2263
  }
2112
2264
  },
2265
+ "RegisterInstanceRequest":{
2266
+ "type":"structure",
2267
+ "required":["StackId"],
2268
+ "members":{
2269
+ "StackId":{"shape":"String"},
2270
+ "Hostname":{"shape":"String"},
2271
+ "PublicIp":{"shape":"String"},
2272
+ "PrivateIp":{"shape":"String"},
2273
+ "RsaPublicKey":{"shape":"String"},
2274
+ "RsaPublicKeyFingerprint":{"shape":"String"},
2275
+ "InstanceIdentity":{"shape":"InstanceIdentity"}
2276
+ }
2277
+ },
2278
+ "RegisterInstanceResult":{
2279
+ "type":"structure",
2280
+ "members":{
2281
+ "InstanceId":{"shape":"String"}
2282
+ }
2283
+ },
2113
2284
  "RegisterRdsDbInstanceRequest":{
2114
2285
  "type":"structure",
2115
2286
  "required":[
@@ -2139,6 +2310,14 @@
2139
2310
  "VolumeId":{"shape":"String"}
2140
2311
  }
2141
2312
  },
2313
+ "ReportedOs":{
2314
+ "type":"structure",
2315
+ "members":{
2316
+ "Family":{"shape":"String"},
2317
+ "Name":{"shape":"String"},
2318
+ "Version":{"shape":"String"}
2319
+ }
2320
+ },
2142
2321
  "ResourceNotFoundException":{
2143
2322
  "type":"structure",
2144
2323
  "members":{
@@ -2209,6 +2388,13 @@
2209
2388
  "AutoScalingSchedule":{"shape":"WeeklyAutoScalingSchedule"}
2210
2389
  }
2211
2390
  },
2391
+ "ShutdownEventConfiguration":{
2392
+ "type":"structure",
2393
+ "members":{
2394
+ "ExecutionTimeout":{"shape":"Integer"},
2395
+ "DelayUntilElbConnectionsDrained":{"shape":"Boolean"}
2396
+ }
2397
+ },
2212
2398
  "Source":{
2213
2399
  "type":"structure",
2214
2400
  "members":{
@@ -2343,6 +2529,13 @@
2343
2529
  "type":"list",
2344
2530
  "member":{"shape":"TimeBasedAutoScalingConfiguration"}
2345
2531
  },
2532
+ "UnassignInstanceRequest":{
2533
+ "type":"structure",
2534
+ "required":["InstanceId"],
2535
+ "members":{
2536
+ "InstanceId":{"shape":"String"}
2537
+ }
2538
+ },
2346
2539
  "UnassignVolumeRequest":{
2347
2540
  "type":"structure",
2348
2541
  "required":["VolumeId"],
@@ -2409,7 +2602,8 @@
2409
2602
  "AutoAssignPublicIps":{"shape":"Boolean"},
2410
2603
  "CustomRecipes":{"shape":"Recipes"},
2411
2604
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
2412
- "UseEbsOptimizedInstances":{"shape":"Boolean"}
2605
+ "UseEbsOptimizedInstances":{"shape":"Boolean"},
2606
+ "LifecycleEventConfiguration":{"shape":"LifecycleEventConfiguration"}
2413
2607
  }
2414
2608
  },
2415
2609
  "UpdateMyUserProfileRequest":{
@@ -285,6 +285,34 @@
285
285
  "resultWrapper":"ListQueuesResult"
286
286
  }
287
287
  },
288
+ "PurgeQueue":{
289
+ "name":"PurgeQueue",
290
+ "http":{
291
+ "method":"POST",
292
+ "requestUri":"/"
293
+ },
294
+ "input":{"shape":"PurgeQueueRequest"},
295
+ "errors":[
296
+ {
297
+ "shape":"QueueDoesNotExist",
298
+ "error":{
299
+ "code":"AWS.SimpleQueueService.NonExistentQueue",
300
+ "httpStatusCode":400,
301
+ "senderFault":true
302
+ },
303
+ "exception":true
304
+ },
305
+ {
306
+ "shape":"PurgeQueueInProgress",
307
+ "error":{
308
+ "code":"AWS.SimpleQueueService.PurgeQueueInProgress",
309
+ "httpStatusCode":403,
310
+ "senderFault":true
311
+ },
312
+ "exception":true
313
+ }
314
+ ]
315
+ },
288
316
  "ReceiveMessage":{
289
317
  "name":"ReceiveMessage",
290
318
  "http":{
@@ -879,6 +907,24 @@
879
907
  },
880
908
  "exception":true
881
909
  },
910
+ "PurgeQueueInProgress":{
911
+ "type":"structure",
912
+ "members":{
913
+ },
914
+ "error":{
915
+ "code":"AWS.SimpleQueueService.PurgeQueueInProgress",
916
+ "httpStatusCode":403,
917
+ "senderFault":true
918
+ },
919
+ "exception":true
920
+ },
921
+ "PurgeQueueRequest":{
922
+ "type":"structure",
923
+ "required":["QueueUrl"],
924
+ "members":{
925
+ "QueueUrl":{"shape":"String"}
926
+ }
927
+ },
882
928
  "QueueAttributeName":{
883
929
  "type":"string",
884
930
  "enum":[
@@ -52,6 +52,11 @@ module Aws
52
52
 
53
53
  customize 'cloudfront' do
54
54
  reshape_members 'MaxItems', 'shape' => 'integer'
55
+ api.operations.each do |method_name|
56
+ operation = api.operation(method_name)
57
+ name = operation.name.sub(/\d{4}_\d{2}_\d{2}$/, '')
58
+ operation.instance_variable_set("@name", name)
59
+ end
55
60
  end
56
61
 
57
62
  customize 'cloudsearchdomain' do
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.12'
2
+ VERSION = '2.0.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2014-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json