aws-sdk 1.12.0 → 1.13.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.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/bin/aws-rb +18 -0
  4. data/lib/aws/api_config/{CloudFront-2012-07-01.yml → CloudFront-2013-05-12.yml} +73 -23
  5. data/lib/aws/api_config/{RDS-2013-02-12.yml → RDS-2013-05-15.yml} +92 -5
  6. data/lib/aws/api_config/Redshift-2012-12-01.yml +188 -12
  7. data/lib/aws/api_config/STS-2011-06-15.yml +10 -0
  8. data/lib/aws/auto_scaling/client.rb +6 -0
  9. data/lib/aws/cloud_formation/client.rb +6 -0
  10. data/lib/aws/cloud_front/client.rb +37 -1
  11. data/lib/aws/cloud_search/client.rb +6 -0
  12. data/lib/aws/cloud_watch/client.rb +6 -0
  13. data/lib/aws/core.rb +15 -20
  14. data/lib/aws/core/client.rb +36 -0
  15. data/lib/aws/core/credential_providers.rb +45 -0
  16. data/lib/aws/core/region_collection.rb +4 -1
  17. data/lib/aws/data_pipeline/client.rb +6 -0
  18. data/lib/aws/direct_connect/client.rb +6 -0
  19. data/lib/aws/dynamo_db/client.rb +35 -1249
  20. data/lib/aws/dynamo_db/client/v20111205.rb +1266 -0
  21. data/lib/aws/dynamo_db/client/v20120810.rb +1409 -0
  22. data/lib/aws/dynamo_db/client_base.rb +1 -0
  23. data/lib/aws/dynamo_db/client_v2.rb +25 -1396
  24. data/lib/aws/ec2/client.rb +6 -0
  25. data/lib/aws/elastic_beanstalk/client.rb +6 -0
  26. data/lib/aws/elastic_transcoder/client.rb +6 -0
  27. data/lib/aws/elasticache/client.rb +6 -0
  28. data/lib/aws/elb/client.rb +6 -0
  29. data/lib/aws/emr/client.rb +6 -0
  30. data/lib/aws/glacier/client.rb +14 -8
  31. data/lib/aws/iam/client.rb +6 -0
  32. data/lib/aws/import_export/client.rb +6 -0
  33. data/lib/aws/ops_works/client.rb +6 -0
  34. data/lib/aws/rds/client.rb +83 -18
  35. data/lib/aws/record/abstract_base.rb +19 -22
  36. data/lib/aws/record/attributes.rb +5 -1
  37. data/lib/aws/record/hash_model.rb +50 -6
  38. data/lib/aws/record/model.rb +26 -0
  39. data/lib/aws/record/validator.rb +1 -1
  40. data/lib/aws/redshift/client.rb +186 -53
  41. data/lib/aws/route_53/client.rb +6 -0
  42. data/lib/aws/route_53/hosted_zone.rb +1 -1
  43. data/lib/aws/route_53/resource_record_set.rb +3 -3
  44. data/lib/aws/s3/client.rb +4 -1
  45. data/lib/aws/s3/presigned_post.rb +18 -21
  46. data/lib/aws/simple_db/client.rb +6 -0
  47. data/lib/aws/simple_email_service/client.rb +6 -0
  48. data/lib/aws/simple_email_service/identity.rb +1 -1
  49. data/lib/aws/simple_workflow/client.rb +24 -18
  50. data/lib/aws/sns/client.rb +6 -0
  51. data/lib/aws/sqs/client.rb +21 -15
  52. data/lib/aws/storage_gateway/client.rb +6 -0
  53. data/lib/aws/sts/client.rb +57 -38
  54. data/lib/aws/support/client.rb +6 -0
  55. data/lib/aws/version.rb +1 -1
  56. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 096a61a85d3de78e9e23bb56e2f8d48d9d4b2e51
4
- data.tar.gz: 0eeffca31eeaea8a4bb3d73e17e243c387b63f1b
3
+ metadata.gz: efb2e8ad130dce637b994bc03323141e32cc9198
4
+ data.tar.gz: d9676c6f6275073917269a1023c0da9ebde01a16
5
5
  SHA512:
6
- metadata.gz: b8a43f6faf9508f799f0a6935a40e365869a7dfa0495bafe6d710d8cd4b78a1113564065ba28da0c11c18aa8b719a0ed22edc9e6ae2855bfc869681a33f0738b
7
- data.tar.gz: 1a63cab6e348aae1bfa39e0e66a6aa100fbd9b8f52f2727caecd3c2e5bab3111afec4e325454bd0bb15e7e4ab5a2e2f93f076cb5ffd80e1b84f4ce762036e337
6
+ metadata.gz: 4c7b67254b53f54276c7d73dbfbd6b303c8d17880281aed158a08b2c39126e1b62510a59c187f839d3dbeb25907f7318d43af4e628f31013d175aab83962ede6
7
+ data.tar.gz: 79188dfb8adc834a99aead7aef70d7e13af781896aa9d876e9bc029d3a830f0a34c68baf5eb94aff2d7e6d876426a2f772833d529e3102a718228f07f441c8e9
data/README.md CHANGED
@@ -88,7 +88,7 @@ The SDK currently supports the following services:
88
88
  </tr>
89
89
  <tr>
90
90
  <td>AWS::CloudFront</td>
91
- <td>2012-07-01</td>
91
+ <td>2013-05-12</td>
92
92
  <td>Amazon CloudFront</td>
93
93
  </tr>
94
94
  <tr>
@@ -171,7 +171,7 @@ The SDK currently supports the following services:
171
171
  </tr>
172
172
  <tr>
173
173
  <td>AWS::RDS</td>
174
- <td>2013-02-12</td>
174
+ <td>2013-05-15</td>
175
175
  <td>Amazon Relational Database Service (Beta)</td>
176
176
  </tr>
177
177
  <tr>
data/bin/aws-rb CHANGED
@@ -35,6 +35,7 @@ options = {
35
35
  :debug => env_bool('AWSRB_DEBUG', false),
36
36
  :load_paths => [],
37
37
  :require => [],
38
+ :execute => [],
38
39
  }
39
40
 
40
41
  OptionParser.new do |opts|
@@ -45,8 +46,15 @@ OptionParser.new do |opts|
45
46
  options[:repl] = value
46
47
  end
47
48
 
49
+ opts.on("-e 'command'", "one line of script. Several -e's allowed.") do |value|
50
+ options[:execute] << value
51
+ options[:log] = false unless options[:log_set]
52
+ options[:debug] = false unless options[:debug_set]
53
+ end
54
+
48
55
  opts.on("-l", "--[no-]log", "log client requets, on by default") do |value|
49
56
  options[:log] = value
57
+ options[:log_set] = true
50
58
  end
51
59
 
52
60
  opts.on("-c", "--[no-]color", "colorize request logging, on by default") do |value|
@@ -55,6 +63,7 @@ OptionParser.new do |opts|
55
63
 
56
64
  opts.on("-d", "--[no-]debug", "log HTTP wire traces, off by default") do |value|
57
65
  options[:debug] = value
66
+ options[:debug_set] = true
58
67
  end
59
68
 
60
69
  opts.on("-Idirectory", Array, "specify $LOAD_PATH directory (may be used more than once)") do |values|
@@ -67,12 +76,16 @@ OptionParser.new do |opts|
67
76
 
68
77
  opts.on("-v", "--verbose", "enable client logging and HTTP wire tracing") do |value|
69
78
  options[:log] = true
79
+ options[:log_set] = true
70
80
  options[:debug] = true
81
+ options[:debug_set] = true
71
82
  end
72
83
 
73
84
  opts.on("-q", "--quiet", "disable client logging and HTTP wire tracing") do |value|
74
85
  options[:log] = false
86
+ options[:log_set] = true
75
87
  options[:debug] = false
88
+ options[:debug_set] = true
76
89
  end
77
90
 
78
91
  opts.on("-h", "--help") do
@@ -113,6 +126,11 @@ options[:require].each do |library|
113
126
  require(library)
114
127
  end
115
128
 
129
+ unless options[:execute].empty?
130
+ eval(options[:execute].join("\n"))
131
+ exit
132
+ end
133
+
116
134
  unless options[:repl] == 'irb'
117
135
  # these dependencies are normally autoloaded by the aws-sdk, however
118
136
  # we require them up front to squelch warnings from pry
@@ -12,13 +12,13 @@
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
14
  ---
15
- :api_version: '2012-07-01'
15
+ :api_version: '2013-05-12'
16
16
  :operations:
17
17
  - :name: CreateCloudFrontOriginAccessIdentity
18
18
  :method: :create_cloud_front_origin_access_identity
19
19
  :http:
20
20
  :verb: POST
21
- :uri: /2012-07-01/origin-access-identity/cloudfront
21
+ :uri: /2013-05-12/origin-access-identity/cloudfront
22
22
  :request_payload: :cloud_front_origin_access_identity_config
23
23
  :response_code: 201
24
24
  :response_headers:
@@ -54,7 +54,7 @@
54
54
  :method: :create_distribution
55
55
  :http:
56
56
  :verb: POST
57
- :uri: /2012-07-01/distribution
57
+ :uri: /2013-05-12/distribution
58
58
  :request_payload: :distribution_config
59
59
  :response_code: 201
60
60
  :response_headers:
@@ -321,6 +321,16 @@
321
321
  :name: Enabled
322
322
  :type: :boolean
323
323
  :required: true
324
+ :viewer_certificate:
325
+ :name: ViewerCertificate
326
+ :type: :hash
327
+ :members:
328
+ :iam_certificate_id:
329
+ :name: IAMCertificateId
330
+ :type: :string
331
+ :cloud_front_default_certificate:
332
+ :name: CloudFrontDefaultCertificate
333
+ :type: :boolean
324
334
  :outputs:
325
335
  :children:
326
336
  Id:
@@ -510,11 +520,17 @@
510
520
  :type: :string
511
521
  Enabled:
512
522
  :type: :boolean
523
+ ViewerCertificate:
524
+ :children:
525
+ IAMCertificateId:
526
+ :type: :string
527
+ CloudFrontDefaultCertificate:
528
+ :type: :boolean
513
529
  - :name: CreateInvalidation
514
530
  :method: :create_invalidation
515
531
  :http:
516
532
  :verb: POST
517
- :uri: /2012-07-01/distribution/:distribution_id/invalidation
533
+ :uri: /2013-05-12/distribution/:distribution_id/invalidation
518
534
  :request_payload: :invalidation_batch
519
535
  :response_code: 201
520
536
  :response_headers:
@@ -574,7 +590,7 @@
574
590
  :method: :create_streaming_distribution
575
591
  :http:
576
592
  :verb: POST
577
- :uri: /2012-07-01/streaming-distribution
593
+ :uri: /2013-05-12/streaming-distribution
578
594
  :request_payload: :streaming_distribution_config
579
595
  :response_code: 201
580
596
  :response_headers:
@@ -754,7 +770,7 @@
754
770
  :method: :delete_cloud_front_origin_access_identity
755
771
  :http:
756
772
  :verb: DELETE
757
- :uri: /2012-07-01/origin-access-identity/cloudfront/:id
773
+ :uri: /2013-05-12/origin-access-identity/cloudfront/:id
758
774
  :request_headers:
759
775
  :if_match: If-Match
760
776
  :response_code: 204
@@ -769,7 +785,7 @@
769
785
  :method: :delete_distribution
770
786
  :http:
771
787
  :verb: DELETE
772
- :uri: /2012-07-01/distribution/:id
788
+ :uri: /2013-05-12/distribution/:id
773
789
  :request_headers:
774
790
  :if_match: If-Match
775
791
  :response_code: 204
@@ -784,7 +800,7 @@
784
800
  :method: :delete_streaming_distribution
785
801
  :http:
786
802
  :verb: DELETE
787
- :uri: /2012-07-01/streaming-distribution/:id
803
+ :uri: /2013-05-12/streaming-distribution/:id
788
804
  :request_headers:
789
805
  :if_match: If-Match
790
806
  :response_code: 204
@@ -799,7 +815,7 @@
799
815
  :method: :get_cloud_front_origin_access_identity
800
816
  :http:
801
817
  :verb: GET
802
- :uri: /2012-07-01/origin-access-identity/cloudfront/:id
818
+ :uri: /2013-05-12/origin-access-identity/cloudfront/:id
803
819
  :response_headers:
804
820
  :etag: ETag
805
821
  :inputs:
@@ -822,7 +838,7 @@
822
838
  :method: :get_cloud_front_origin_access_identity_config
823
839
  :http:
824
840
  :verb: GET
825
- :uri: /2012-07-01/origin-access-identity/cloudfront/:id/config
841
+ :uri: /2013-05-12/origin-access-identity/cloudfront/:id/config
826
842
  :response_headers:
827
843
  :etag: ETag
828
844
  :inputs:
@@ -839,7 +855,7 @@
839
855
  :method: :get_distribution
840
856
  :http:
841
857
  :verb: GET
842
- :uri: /2012-07-01/distribution/:id
858
+ :uri: /2013-05-12/distribution/:id
843
859
  :response_headers:
844
860
  :etag: ETag
845
861
  :inputs:
@@ -1035,11 +1051,17 @@
1035
1051
  :type: :string
1036
1052
  Enabled:
1037
1053
  :type: :boolean
1054
+ ViewerCertificate:
1055
+ :children:
1056
+ IAMCertificateId:
1057
+ :type: :string
1058
+ CloudFrontDefaultCertificate:
1059
+ :type: :boolean
1038
1060
  - :name: GetDistributionConfig
1039
1061
  :method: :get_distribution_config
1040
1062
  :http:
1041
1063
  :verb: GET
1042
- :uri: /2012-07-01/distribution/:id/config
1064
+ :uri: /2013-05-12/distribution/:id/config
1043
1065
  :response_headers:
1044
1066
  :etag: ETag
1045
1067
  :inputs:
@@ -1197,11 +1219,17 @@
1197
1219
  :type: :string
1198
1220
  Enabled:
1199
1221
  :type: :boolean
1222
+ ViewerCertificate:
1223
+ :children:
1224
+ IAMCertificateId:
1225
+ :type: :string
1226
+ CloudFrontDefaultCertificate:
1227
+ :type: :boolean
1200
1228
  - :name: GetInvalidation
1201
1229
  :method: :get_invalidation
1202
1230
  :http:
1203
1231
  :verb: GET
1204
- :uri: /2012-07-01/distribution/:distribution_id/invalidation/:id
1232
+ :uri: /2013-05-12/distribution/:distribution_id/invalidation/:id
1205
1233
  :inputs:
1206
1234
  :distribution_id:
1207
1235
  :type: :string
@@ -1236,7 +1264,7 @@
1236
1264
  :method: :get_streaming_distribution
1237
1265
  :http:
1238
1266
  :verb: GET
1239
- :uri: /2012-07-01/streaming-distribution/:id
1267
+ :uri: /2013-05-12/streaming-distribution/:id
1240
1268
  :response_headers:
1241
1269
  :etag: ETag
1242
1270
  :inputs:
@@ -1331,7 +1359,7 @@
1331
1359
  :method: :get_streaming_distribution_config
1332
1360
  :http:
1333
1361
  :verb: GET
1334
- :uri: /2012-07-01/streaming-distribution/:id/config
1362
+ :uri: /2013-05-12/streaming-distribution/:id/config
1335
1363
  :response_headers:
1336
1364
  :etag: ETag
1337
1365
  :inputs:
@@ -1390,7 +1418,7 @@
1390
1418
  :method: :list_cloud_front_origin_access_identities
1391
1419
  :http:
1392
1420
  :verb: GET
1393
- :uri: /2012-07-01/origin-access-identity/cloudfront?Marker=:marker&MaxItems=:max_items
1421
+ :uri: /2013-05-12/origin-access-identity/cloudfront?Marker=:marker&MaxItems=:max_items
1394
1422
  :inputs:
1395
1423
  :marker:
1396
1424
  :type: :string
@@ -1425,7 +1453,7 @@
1425
1453
  :method: :list_distributions
1426
1454
  :http:
1427
1455
  :verb: GET
1428
- :uri: /2012-07-01/distribution?Marker=:marker&MaxItems=:max_items
1456
+ :uri: /2013-05-12/distribution?Marker=:marker&MaxItems=:max_items
1429
1457
  :inputs:
1430
1458
  :marker:
1431
1459
  :type: :string
@@ -1593,11 +1621,17 @@
1593
1621
  :type: :string
1594
1622
  Enabled:
1595
1623
  :type: :boolean
1624
+ ViewerCertificate:
1625
+ :children:
1626
+ IAMCertificateId:
1627
+ :type: :string
1628
+ CloudFrontDefaultCertificate:
1629
+ :type: :boolean
1596
1630
  - :name: ListInvalidations
1597
1631
  :method: :list_invalidations
1598
1632
  :http:
1599
1633
  :verb: GET
1600
- :uri: /2012-07-01/distribution/:distribution_id/invalidation?Marker=:marker&MaxItems=:max_items
1634
+ :uri: /2013-05-12/distribution/:distribution_id/invalidation?Marker=:marker&MaxItems=:max_items
1601
1635
  :inputs:
1602
1636
  :distribution_id:
1603
1637
  :type: :string
@@ -1635,7 +1669,7 @@
1635
1669
  :method: :list_streaming_distributions
1636
1670
  :http:
1637
1671
  :verb: GET
1638
- :uri: /2012-07-01/streaming-distribution?Marker=:marker&MaxItems=:max_items
1672
+ :uri: /2013-05-12/streaming-distribution?Marker=:marker&MaxItems=:max_items
1639
1673
  :inputs:
1640
1674
  :marker:
1641
1675
  :type: :string
@@ -1708,7 +1742,7 @@
1708
1742
  :method: :update_cloud_front_origin_access_identity
1709
1743
  :http:
1710
1744
  :verb: PUT
1711
- :uri: /2012-07-01/origin-access-identity/cloudfront/:id/config
1745
+ :uri: /2013-05-12/origin-access-identity/cloudfront/:id/config
1712
1746
  :request_payload: :cloud_front_origin_access_identity_config
1713
1747
  :request_headers:
1714
1748
  :if_match: If-Match
@@ -1749,7 +1783,7 @@
1749
1783
  :method: :update_distribution
1750
1784
  :http:
1751
1785
  :verb: PUT
1752
- :uri: /2012-07-01/distribution/:id/config
1786
+ :uri: /2013-05-12/distribution/:id/config
1753
1787
  :request_payload: :distribution_config
1754
1788
  :request_headers:
1755
1789
  :if_match: If-Match
@@ -2016,6 +2050,16 @@
2016
2050
  :name: Enabled
2017
2051
  :type: :boolean
2018
2052
  :required: true
2053
+ :viewer_certificate:
2054
+ :name: ViewerCertificate
2055
+ :type: :hash
2056
+ :members:
2057
+ :iam_certificate_id:
2058
+ :name: IAMCertificateId
2059
+ :type: :string
2060
+ :cloud_front_default_certificate:
2061
+ :name: CloudFrontDefaultCertificate
2062
+ :type: :boolean
2019
2063
  :id:
2020
2064
  :type: :string
2021
2065
  :required: true
@@ -2210,11 +2254,17 @@
2210
2254
  :type: :string
2211
2255
  Enabled:
2212
2256
  :type: :boolean
2257
+ ViewerCertificate:
2258
+ :children:
2259
+ IAMCertificateId:
2260
+ :type: :string
2261
+ CloudFrontDefaultCertificate:
2262
+ :type: :boolean
2213
2263
  - :name: UpdateStreamingDistribution
2214
2264
  :method: :update_streaming_distribution
2215
2265
  :http:
2216
2266
  :verb: PUT
2217
- :uri: /2012-07-01/streaming-distribution/:id/config
2267
+ :uri: /2013-05-12/streaming-distribution/:id/config
2218
2268
  :request_payload: :streaming_distribution_config
2219
2269
  :request_headers:
2220
2270
  :if_match: If-Match
@@ -2395,4 +2445,4 @@
2395
2445
  :type: :string
2396
2446
  Enabled:
2397
2447
  :type: :boolean
2398
- :namespace: http://cloudfront.amazonaws.com/doc/2012-07-01/
2448
+ :namespace: http://cloudfront.amazonaws.com/doc/2013-05-12/
@@ -12,7 +12,7 @@
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
14
  ---
15
- :api_version: '2013-02-12'
15
+ :api_version: '2013-05-15'
16
16
  :operations:
17
17
  - :name: AddSourceIdentifierToSubscription
18
18
  :method: :add_source_identifier_to_subscription
@@ -265,6 +265,15 @@
265
265
  :list: true
266
266
  PubliclyAccessible:
267
267
  :type: :boolean
268
+ StatusInfos:
269
+ :ignore: true
270
+ :children:
271
+ DBInstanceStatusInfo:
272
+ :rename: :status_infos
273
+ :list: true
274
+ :children:
275
+ Normal:
276
+ :type: :boolean
268
277
  :ignore: true
269
278
  - :name: CreateDBInstanceReadReplica
270
279
  :method: :create_db_instance_read_replica
@@ -371,6 +380,15 @@
371
380
  :list: true
372
381
  PubliclyAccessible:
373
382
  :type: :boolean
383
+ StatusInfos:
384
+ :ignore: true
385
+ :children:
386
+ DBInstanceStatusInfo:
387
+ :rename: :status_infos
388
+ :list: true
389
+ :children:
390
+ Normal:
391
+ :type: :boolean
374
392
  :ignore: true
375
393
  - :name: CreateDBParameterGroup
376
394
  :method: :create_db_parameter_group
@@ -551,6 +569,8 @@
551
569
  :children:
552
570
  Persistent:
553
571
  :type: :boolean
572
+ Permanent:
573
+ :type: :boolean
554
574
  Port:
555
575
  :type: :integer
556
576
  OptionSettings:
@@ -671,6 +691,15 @@
671
691
  :list: true
672
692
  PubliclyAccessible:
673
693
  :type: :boolean
694
+ StatusInfos:
695
+ :ignore: true
696
+ :children:
697
+ DBInstanceStatusInfo:
698
+ :rename: :status_infos
699
+ :list: true
700
+ :children:
701
+ Normal:
702
+ :type: :boolean
674
703
  :ignore: true
675
704
  - :name: DeleteDBParameterGroup
676
705
  :method: :delete_db_parameter_group
@@ -895,6 +924,15 @@
895
924
  :list: true
896
925
  PubliclyAccessible:
897
926
  :type: :boolean
927
+ StatusInfos:
928
+ :ignore: true
929
+ :children:
930
+ DBInstanceStatusInfo:
931
+ :rename: :status_infos
932
+ :list: true
933
+ :children:
934
+ Normal:
935
+ :type: :boolean
898
936
  - :name: DescribeDBLogFiles
899
937
  :method: :describe_db_log_files
900
938
  :inputs:
@@ -1233,6 +1271,8 @@
1233
1271
  :list: true
1234
1272
  Persistent:
1235
1273
  :type: :boolean
1274
+ Permanent:
1275
+ :type: :boolean
1236
1276
  OptionGroupOptionSettings:
1237
1277
  :ignore: true
1238
1278
  :children:
@@ -1276,6 +1316,8 @@
1276
1316
  :children:
1277
1317
  Persistent:
1278
1318
  :type: :boolean
1319
+ Permanent:
1320
+ :type: :boolean
1279
1321
  Port:
1280
1322
  :type: :integer
1281
1323
  OptionSettings:
@@ -1453,10 +1495,8 @@
1453
1495
  - :name: DownloadDBLogFilePortion
1454
1496
  :method: :download_db_log_file_portion
1455
1497
  :inputs:
1456
- DBInstanceIdentifier:
1457
- - :string
1458
- LogFileName:
1459
- - :string
1498
+ DBInstanceIdentifier: []
1499
+ LogFileName: []
1460
1500
  Marker:
1461
1501
  - :string
1462
1502
  NumberOfLines:
@@ -1609,6 +1649,15 @@
1609
1649
  :list: true
1610
1650
  PubliclyAccessible:
1611
1651
  :type: :boolean
1652
+ StatusInfos:
1653
+ :ignore: true
1654
+ :children:
1655
+ DBInstanceStatusInfo:
1656
+ :rename: :status_infos
1657
+ :list: true
1658
+ :children:
1659
+ Normal:
1660
+ :type: :boolean
1612
1661
  :ignore: true
1613
1662
  - :name: ModifyDBParameterGroup
1614
1663
  :method: :modify_db_parameter_group
@@ -1774,6 +1823,8 @@
1774
1823
  :children:
1775
1824
  Persistent:
1776
1825
  :type: :boolean
1826
+ Permanent:
1827
+ :type: :boolean
1777
1828
  Port:
1778
1829
  :type: :integer
1779
1830
  OptionSettings:
@@ -1894,6 +1945,15 @@
1894
1945
  :list: true
1895
1946
  PubliclyAccessible:
1896
1947
  :type: :boolean
1948
+ StatusInfos:
1949
+ :ignore: true
1950
+ :children:
1951
+ DBInstanceStatusInfo:
1952
+ :rename: :status_infos
1953
+ :list: true
1954
+ :children:
1955
+ Normal:
1956
+ :type: :boolean
1897
1957
  :ignore: true
1898
1958
  - :name: PurchaseReservedDBInstancesOffering
1899
1959
  :method: :purchase_reserved_db_instances_offering
@@ -2024,6 +2084,15 @@
2024
2084
  :list: true
2025
2085
  PubliclyAccessible:
2026
2086
  :type: :boolean
2087
+ StatusInfos:
2088
+ :ignore: true
2089
+ :children:
2090
+ DBInstanceStatusInfo:
2091
+ :rename: :status_infos
2092
+ :list: true
2093
+ :children:
2094
+ Normal:
2095
+ :type: :boolean
2027
2096
  :ignore: true
2028
2097
  - :name: RemoveSourceIdentifierFromSubscription
2029
2098
  :method: :remove_source_identifier_from_subscription
@@ -2220,6 +2289,15 @@
2220
2289
  :list: true
2221
2290
  PubliclyAccessible:
2222
2291
  :type: :boolean
2292
+ StatusInfos:
2293
+ :ignore: true
2294
+ :children:
2295
+ DBInstanceStatusInfo:
2296
+ :rename: :status_infos
2297
+ :list: true
2298
+ :children:
2299
+ Normal:
2300
+ :type: :boolean
2223
2301
  :ignore: true
2224
2302
  - :name: RestoreDBInstanceToPointInTime
2225
2303
  :method: :restore_db_instance_to_point_in_time
@@ -2340,6 +2418,15 @@
2340
2418
  :list: true
2341
2419
  PubliclyAccessible:
2342
2420
  :type: :boolean
2421
+ StatusInfos:
2422
+ :ignore: true
2423
+ :children:
2424
+ DBInstanceStatusInfo:
2425
+ :rename: :status_infos
2426
+ :list: true
2427
+ :children:
2428
+ Normal:
2429
+ :type: :boolean
2343
2430
  :ignore: true
2344
2431
  - :name: RevokeDBSecurityGroupIngress
2345
2432
  :method: :revoke_db_security_group_ingress