aws-sdk 1.6.5 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -159,7 +159,7 @@
159
159
  :ignore: true
160
160
  :children:
161
161
  member:
162
- :rename: :notification_ar_ns
162
+ :rename: :notification_arns
163
163
  :list: true
164
164
  TimeoutInMinutes:
165
165
  :type: :integer
@@ -298,6 +298,53 @@
298
298
  - :string
299
299
  - :required
300
300
  :outputs: {}
301
+ - :name: CancelReservedInstancesListing
302
+ :method: :cancel_reserved_instances_listing
303
+ :inputs:
304
+ ReservedInstancesListingId:
305
+ - :string
306
+ - :required
307
+ :outputs:
308
+ :children:
309
+ reservedInstancesListingsSet:
310
+ :ignore: true
311
+ :children:
312
+ item:
313
+ :rename: :reserved_instances_listings_set
314
+ :list: true
315
+ :children:
316
+ createDate:
317
+ :type: :time
318
+ updateDate:
319
+ :type: :time
320
+ instanceCounts:
321
+ :ignore: true
322
+ :children:
323
+ item:
324
+ :rename: :instance_counts
325
+ :list: true
326
+ :children:
327
+ instanceCount:
328
+ :type: :integer
329
+ priceSchedules:
330
+ :ignore: true
331
+ :children:
332
+ item:
333
+ :rename: :price_schedules
334
+ :list: true
335
+ :children:
336
+ term:
337
+ :type: :integer
338
+ price:
339
+ :type: :float
340
+ active:
341
+ :type: :boolean
342
+ tagSet:
343
+ :ignore: true
344
+ :children:
345
+ item:
346
+ :rename: :tag_set
347
+ :list: true
301
348
  - :name: CancelSpotInstanceRequests
302
349
  :method: :cancel_spot_instance_requests
303
350
  :inputs:
@@ -624,6 +671,69 @@
624
671
  - :string
625
672
  - :required
626
673
  :outputs: {}
674
+ - :name: CreateReservedInstancesListing
675
+ :method: :create_reserved_instances_listing
676
+ :inputs:
677
+ ReservedInstancesId:
678
+ - :string
679
+ - :required
680
+ InstanceCount:
681
+ - :integer
682
+ - :required
683
+ PriceSchedules:
684
+ - :list:
685
+ - :structure:
686
+ Term:
687
+ - :long
688
+ Price:
689
+ - :double
690
+ CurrencyCode:
691
+ - :string
692
+ - :required
693
+ ClientToken:
694
+ - :string
695
+ - :required
696
+ :outputs:
697
+ :children:
698
+ reservedInstancesListingsSet:
699
+ :ignore: true
700
+ :children:
701
+ item:
702
+ :rename: :reserved_instances_listings_set
703
+ :list: true
704
+ :children:
705
+ createDate:
706
+ :type: :time
707
+ updateDate:
708
+ :type: :time
709
+ instanceCounts:
710
+ :ignore: true
711
+ :children:
712
+ item:
713
+ :rename: :instance_counts
714
+ :list: true
715
+ :children:
716
+ instanceCount:
717
+ :type: :integer
718
+ priceSchedules:
719
+ :ignore: true
720
+ :children:
721
+ item:
722
+ :rename: :price_schedules
723
+ :list: true
724
+ :children:
725
+ term:
726
+ :type: :integer
727
+ price:
728
+ :type: :float
729
+ active:
730
+ :type: :boolean
731
+ tagSet:
732
+ :ignore: true
733
+ :children:
734
+ item:
735
+ :rename: :tag_set
736
+ :list: true
627
737
  - :name: CreateRoute
628
738
  :method: :create_route
629
739
  :inputs:
@@ -671,6 +781,18 @@
671
781
  item:
672
782
  :rename: :tag_set
673
783
  :list: true
784
+ propagatingVgwSet:
785
+ :ignore: true
786
+ :children:
787
+ item:
788
+ :rename: :propagating_vgw_set
789
+ :list: true
790
+ propagatedRouteSet:
791
+ :ignore: true
792
+ :children:
793
+ item:
794
+ :rename: :propagated_route_set
795
+ :list: true
674
796
  - :name: CreateSecurityGroup
675
797
  :method: :create_security_group
676
798
  :inputs:
@@ -823,6 +945,10 @@
823
945
  VpnGatewayId:
824
946
  - :string
825
947
  - :required
948
+ Options:
949
+ - :structure:
950
+ StaticRoutesOnly:
951
+ - :boolean
826
952
  :outputs:
827
953
  :children:
828
954
  vpnConnection:
@@ -844,6 +970,26 @@
844
970
  :type: :time
845
971
  acceptedRouteCount:
846
972
  :type: :integer
973
+ options:
974
+ :children:
975
+ staticRoutesOnly:
976
+ :type: :boolean
977
+ routes:
978
+ :ignore: true
979
+ :children:
980
+ item:
981
+ :rename: :routes
982
+ :list: true
983
+ - :name: CreateVpnConnectionRoute
984
+ :method: :create_vpn_connection_route
985
+ :inputs:
986
+ VpnConnectionId:
987
+ - :string
988
+ - :required
989
+ DestinationCidrBlock:
990
+ - :string
991
+ - :required
992
+ :outputs: {}
847
993
  - :name: CreateVpnGateway
848
994
  :method: :create_vpn_gateway
849
995
  :inputs:
@@ -1023,6 +1169,16 @@
1023
1169
  - :string
1024
1170
  - :required
1025
1171
  :outputs: {}
1172
+ - :name: DeleteVpnConnectionRoute
1173
+ :method: :delete_vpn_connection_route
1174
+ :inputs:
1175
+ VpnConnectionId:
1176
+ - :string
1177
+ - :required
1178
+ DestinationCidrBlock:
1179
+ - :string
1180
+ - :required
1181
+ :outputs: {}
1026
1182
  - :name: DeleteVpnGateway
1027
1183
  :method: :delete_vpn_gateway
1028
1184
  :inputs:
@@ -1984,6 +2140,63 @@
1984
2140
  :children:
1985
2141
  amount:
1986
2142
  :type: :float
2143
+ - :name: DescribeReservedInstancesListings
2144
+ :method: :describe_reserved_instances_listings
2145
+ :inputs:
2146
+ ReservedInstancesId:
2147
+ - :string
2148
+ ReservedInstancesListingId:
2149
+ - :string
2150
+ Filters:
2151
+ - :list:
2152
+ - :structure:
2153
+ Name:
2154
+ - :string
2155
+ Value:
2156
+ - :list:
2157
+ - :string
2158
+ - :rename: Values
2159
+ :outputs:
2160
+ :children:
2161
+ reservedInstancesListingsSet:
2162
+ :ignore: true
2163
+ :children:
2164
+ item:
2165
+ :rename: :reserved_instances_listings_set
2166
+ :list: true
2167
+ :children:
2168
+ createDate:
2169
+ :type: :time
2170
+ updateDate:
2171
+ :type: :time
2172
+ instanceCounts:
2173
+ :ignore: true
2174
+ :children:
2175
+ item:
2176
+ :rename: :instance_counts
2177
+ :list: true
2178
+ :children:
2179
+ instanceCount:
2180
+ :type: :integer
2181
+ priceSchedules:
2182
+ :ignore: true
2183
+ :children:
2184
+ item:
2185
+ :rename: :price_schedules
2186
+ :list: true
2187
+ :children:
2188
+ term:
2189
+ :type: :integer
2190
+ price:
2191
+ :type: :float
2192
+ active:
2193
+ :type: :boolean
2194
+ tagSet:
2195
+ :ignore: true
2196
+ :children:
2197
+ item:
2198
+ :rename: :tag_set
2199
+ :list: true
1987
2200
  - :name: DescribeReservedInstancesOfferings
1988
2201
  :method: :describe_reserved_instances_offerings
1989
2202
  :inputs:
@@ -2035,6 +2248,19 @@
2035
2248
  :children:
2036
2249
  amount:
2037
2250
  :type: :float
2251
+ marketplace:
2252
+ :type: :boolean
2253
+ pricingDetailsSet:
2254
+ :ignore: true
2255
+ :children:
2256
+ item:
2257
+ :rename: :pricing_details_set
2258
+ :list: true
2259
+ :children:
2260
+ price:
2261
+ :type: :float
2262
+ count:
2263
+ :type: :integer
2038
2264
  - :name: DescribeRouteTables
2039
2265
  :method: :describe_route_tables
2040
2266
  :inputs:
@@ -2082,6 +2308,18 @@
2082
2308
  item:
2083
2309
  :rename: :tag_set
2084
2310
  :list: true
2311
+ propagatingVgwSet:
2312
+ :ignore: true
2313
+ :children:
2314
+ item:
2315
+ :rename: :propagating_vgw_set
2316
+ :list: true
2317
+ propagatedRouteSet:
2318
+ :ignore: true
2319
+ :children:
2320
+ item:
2321
+ :rename: :propagated_route_set
2322
+ :list: true
2085
2323
  - :name: DescribeSecurityGroups
2086
2324
  :method: :describe_security_groups
2087
2325
  :inputs:
@@ -2641,6 +2879,16 @@
2641
2879
  :type: :time
2642
2880
  acceptedRouteCount:
2643
2881
  :type: :integer
2882
+ options:
2883
+ :children:
2884
+ staticRoutesOnly:
2885
+ :type: :boolean
2886
+ routes:
2887
+ :ignore: true
2888
+ :children:
2889
+ item:
2890
+ :rename: :routes
2891
+ :list: true
2644
2892
  type:
2645
2893
  :rename: :vpn_type
2646
2894
  - :name: DescribeVpnGateways
@@ -2730,6 +2978,16 @@
2730
2978
  - :string
2731
2979
  - :required
2732
2980
  :outputs: {}
2981
+ - :name: DisableVgwRoutePropagation
2982
+ :method: :disable_vgw_route_propagation
2983
+ :inputs:
2984
+ RouteTableId:
2985
+ - :string
2986
+ - :required
2987
+ GatewayId:
2988
+ - :string
2989
+ - :required
2990
+ :outputs: {}
2733
2991
  - :name: DisassociateAddress
2734
2992
  :method: :disassociate_address
2735
2993
  :inputs:
@@ -2745,6 +3003,16 @@
2745
3003
  - :string
2746
3004
  - :required
2747
3005
  :outputs: {}
3006
+ - :name: EnableVgwRoutePropagation
3007
+ :method: :enable_vgw_route_propagation
3008
+ :inputs:
3009
+ RouteTableId:
3010
+ - :string
3011
+ - :required
3012
+ GatewayId:
3013
+ - :string
3014
+ - :required
3015
+ :outputs: {}
2748
3016
  - :name: EnableVolumeIO
2749
3017
  :method: :enable_volume_io
2750
3018
  :inputs:
@@ -3184,6 +3452,12 @@
3184
3452
  InstanceCount:
3185
3453
  - :integer
3186
3454
  - :required
3455
+ LimitPrice:
3456
+ - :structure:
3457
+ Amount:
3458
+ - :double
3459
+ CurrencyCode:
3460
+ - :string
3187
3461
  :outputs: {}
3188
3462
  - :name: RebootInstances
3189
3463
  :method: :reboot_instances
@@ -3359,15 +3633,6 @@
3359
3633
  - :string
3360
3634
  KeyName:
3361
3635
  - :string
3362
- GroupSet:
3363
- - :list:
3364
- - :structure:
3365
- GroupName:
3366
- - :string
3367
- - :rename: GroupName
3368
- GroupId:
3369
- - :string
3370
- - :rename: SecurityGroups
3371
3636
  UserData:
3372
3637
  - :string
3373
3638
  AddressingType:
@@ -3451,6 +3716,15 @@
3451
3716
  - :string
3452
3717
  EbsOptimized:
3453
3718
  - :boolean
3719
+ SecurityGroup:
3720
+ - :list:
3721
+ - :structure:
3722
+ GroupName:
3723
+ - :string
3724
+ - :rename: GroupName
3725
+ GroupId:
3726
+ - :string
3727
+ - :rename: SecurityGroups
3454
3728
  :outputs:
3455
3729
  :children:
3456
3730
  spotInstanceRequestSet:
@@ -46,7 +46,7 @@ module AWS
46
46
  # * +:parameter_value+ - (String)
47
47
  # * +:disable_rollback+ - (Boolean)
48
48
  # * +:timeout_in_minutes+ - (Integer)
49
- # * +:notification_ar_ns+ - (Array<String>)
49
+ # * +:notification_arns+ - (Array<String>)
50
50
  # * +:capabilities+ - (Array<String>)
51
51
  # * +:on_failure+ - (String)
52
52
  # @return [Core::Response]
@@ -148,7 +148,7 @@ module AWS
148
148
  # * +:stack_status+ - (String)
149
149
  # * +:stack_status_reason+ - (String)
150
150
  # * +:disable_rollback+ - (Boolean)
151
- # * +:notification_ar_ns+ - (Array<String>)
151
+ # * +:notification_arns+ - (Array<String>)
152
152
  # * +:timeout_in_minutes+ - (Integer)
153
153
  # * +:capabilities+ - (Array<String>)
154
154
  # * +:outputs+ - (Array<Hash>)
@@ -69,7 +69,7 @@ require 'aws/core/autoloader'
69
69
  module AWS
70
70
 
71
71
  # Current version of the AWS SDK for Ruby
72
- VERSION = "1.6.5"
72
+ VERSION = "1.6.6"
73
73
 
74
74
  register_autoloads(self) do
75
75
  autoload :Errors, 'errors'
@@ -121,6 +121,12 @@ module AWS
121
121
  {}
122
122
  end
123
123
 
124
+ def refresh
125
+ providers.each do |provider|
126
+ provider.refresh
127
+ end
128
+ super
129
+ end
124
130
  end
125
131
 
126
132
  # Static credentials are provided directly to config via
@@ -27,6 +27,7 @@ module AWS
27
27
 
28
28
  # @private
29
29
  NETWORK_ERRORS = [
30
+ SocketError,
30
31
  EOFError,
31
32
  IOError,
32
33
  Errno::ECONNABORTED,
@@ -35,6 +35,7 @@ module AWS
35
35
  inflector['s3Key'] = 's3_key'
36
36
  inflector['Ec2KeyName'] = 'ec2_key_name'
37
37
  inflector['Ec2SubnetId'] = 'ec2_subnet_id'
38
+ inflector['NotificationARNs'] = 'notification_arns'
38
39
 
39
40
  inflector[aws_name]
40
41