aws-sdk-core 2.3.7 → 2.3.8
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 +4 -4
- data/apis/ec2/2015-10-01/api-2.json +64 -4
- data/apis/rds/2014-10-31/api-2.json +95 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d4b9fd75ca11c4f47e5e6f22d71251bfd173690
|
|
4
|
+
data.tar.gz: 4356ee2ca24f53321a804d1784db24285b12f932
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e603c8fc56d869e13d1f3e4048233553458a87b13ea74dbb283ed4dcfd0cf672a11975e92c8596d51c3917d0febf2315940462088acb0f9b7e22f752c55fad34
|
|
7
|
+
data.tar.gz: ccd53f547a71bd41577684a44bc3ed062fed96d0d2ef02bd480643abc36c07cb8df06487588481635f7ede8f88ebc7c127857e2583c2c8a4eb753b3199a3f23b
|
|
@@ -1347,6 +1347,15 @@
|
|
|
1347
1347
|
"input":{"shape":"GetConsoleOutputRequest"},
|
|
1348
1348
|
"output":{"shape":"GetConsoleOutputResult"}
|
|
1349
1349
|
},
|
|
1350
|
+
"GetConsoleScreenshot":{
|
|
1351
|
+
"name":"GetConsoleScreenshot",
|
|
1352
|
+
"http":{
|
|
1353
|
+
"method":"POST",
|
|
1354
|
+
"requestUri":"/"
|
|
1355
|
+
},
|
|
1356
|
+
"input":{"shape":"GetConsoleScreenshotRequest"},
|
|
1357
|
+
"output":{"shape":"GetConsoleScreenshotResult"}
|
|
1358
|
+
},
|
|
1350
1359
|
"GetPasswordData":{
|
|
1351
1360
|
"name":"GetPasswordData",
|
|
1352
1361
|
"http":{
|
|
@@ -6759,6 +6768,28 @@
|
|
|
6759
6768
|
}
|
|
6760
6769
|
}
|
|
6761
6770
|
},
|
|
6771
|
+
"GetConsoleScreenshotRequest":{
|
|
6772
|
+
"type":"structure",
|
|
6773
|
+
"required":["InstanceId"],
|
|
6774
|
+
"members":{
|
|
6775
|
+
"DryRun":{"shape":"Boolean"},
|
|
6776
|
+
"InstanceId":{"shape":"String"},
|
|
6777
|
+
"WakeUp":{"shape":"Boolean"}
|
|
6778
|
+
}
|
|
6779
|
+
},
|
|
6780
|
+
"GetConsoleScreenshotResult":{
|
|
6781
|
+
"type":"structure",
|
|
6782
|
+
"members":{
|
|
6783
|
+
"InstanceId":{
|
|
6784
|
+
"shape":"String",
|
|
6785
|
+
"locationName":"instanceId"
|
|
6786
|
+
},
|
|
6787
|
+
"ImageData":{
|
|
6788
|
+
"shape":"String",
|
|
6789
|
+
"locationName":"imageData"
|
|
6790
|
+
}
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6762
6793
|
"GetPasswordDataRequest":{
|
|
6763
6794
|
"type":"structure",
|
|
6764
6795
|
"required":["InstanceId"],
|
|
@@ -9208,6 +9239,10 @@
|
|
|
9208
9239
|
"FailureMessage":{
|
|
9209
9240
|
"shape":"String",
|
|
9210
9241
|
"locationName":"failureMessage"
|
|
9242
|
+
},
|
|
9243
|
+
"ProvisionedBandwidth":{
|
|
9244
|
+
"shape":"ProvisionedBandwidth",
|
|
9245
|
+
"locationName":"provisionedBandwidth"
|
|
9211
9246
|
}
|
|
9212
9247
|
}
|
|
9213
9248
|
},
|
|
@@ -9958,6 +9993,31 @@
|
|
|
9958
9993
|
"locationName":"item"
|
|
9959
9994
|
}
|
|
9960
9995
|
},
|
|
9996
|
+
"ProvisionedBandwidth":{
|
|
9997
|
+
"type":"structure",
|
|
9998
|
+
"members":{
|
|
9999
|
+
"Provisioned":{
|
|
10000
|
+
"shape":"String",
|
|
10001
|
+
"locationName":"provisioned"
|
|
10002
|
+
},
|
|
10003
|
+
"Requested":{
|
|
10004
|
+
"shape":"String",
|
|
10005
|
+
"locationName":"requested"
|
|
10006
|
+
},
|
|
10007
|
+
"RequestTime":{
|
|
10008
|
+
"shape":"DateTime",
|
|
10009
|
+
"locationName":"requestTime"
|
|
10010
|
+
},
|
|
10011
|
+
"ProvisionTime":{
|
|
10012
|
+
"shape":"DateTime",
|
|
10013
|
+
"locationName":"provisionTime"
|
|
10014
|
+
},
|
|
10015
|
+
"Status":{
|
|
10016
|
+
"shape":"String",
|
|
10017
|
+
"locationName":"status"
|
|
10018
|
+
}
|
|
10019
|
+
}
|
|
10020
|
+
},
|
|
9961
10021
|
"PublicIpStringList":{
|
|
9962
10022
|
"type":"list",
|
|
9963
10023
|
"member":{
|
|
@@ -12804,13 +12864,13 @@
|
|
|
12804
12864
|
"type":"structure",
|
|
12805
12865
|
"required":["Error"],
|
|
12806
12866
|
"members":{
|
|
12807
|
-
"ResourceId":{
|
|
12808
|
-
"shape":"String",
|
|
12809
|
-
"locationName":"resourceId"
|
|
12810
|
-
},
|
|
12811
12867
|
"Error":{
|
|
12812
12868
|
"shape":"UnsuccessfulItemError",
|
|
12813
12869
|
"locationName":"error"
|
|
12870
|
+
},
|
|
12871
|
+
"ResourceId":{
|
|
12872
|
+
"shape":"String",
|
|
12873
|
+
"locationName":"resourceId"
|
|
12814
12874
|
}
|
|
12815
12875
|
}
|
|
12816
12876
|
},
|
|
@@ -577,6 +577,21 @@
|
|
|
577
577
|
{"shape":"DBParameterGroupNotFoundFault"}
|
|
578
578
|
]
|
|
579
579
|
},
|
|
580
|
+
"DescribeDBClusterSnapshotAttributes":{
|
|
581
|
+
"name":"DescribeDBClusterSnapshotAttributes",
|
|
582
|
+
"http":{
|
|
583
|
+
"method":"POST",
|
|
584
|
+
"requestUri":"/"
|
|
585
|
+
},
|
|
586
|
+
"input":{"shape":"DescribeDBClusterSnapshotAttributesMessage"},
|
|
587
|
+
"output":{
|
|
588
|
+
"shape":"DescribeDBClusterSnapshotAttributesResult",
|
|
589
|
+
"resultWrapper":"DescribeDBClusterSnapshotAttributesResult"
|
|
590
|
+
},
|
|
591
|
+
"errors":[
|
|
592
|
+
{"shape":"DBClusterSnapshotNotFoundFault"}
|
|
593
|
+
]
|
|
594
|
+
},
|
|
580
595
|
"DescribeDBClusterSnapshots":{
|
|
581
596
|
"name":"DescribeDBClusterSnapshots",
|
|
582
597
|
"http":{
|
|
@@ -975,6 +990,23 @@
|
|
|
975
990
|
{"shape":"InvalidDBParameterGroupStateFault"}
|
|
976
991
|
]
|
|
977
992
|
},
|
|
993
|
+
"ModifyDBClusterSnapshotAttribute":{
|
|
994
|
+
"name":"ModifyDBClusterSnapshotAttribute",
|
|
995
|
+
"http":{
|
|
996
|
+
"method":"POST",
|
|
997
|
+
"requestUri":"/"
|
|
998
|
+
},
|
|
999
|
+
"input":{"shape":"ModifyDBClusterSnapshotAttributeMessage"},
|
|
1000
|
+
"output":{
|
|
1001
|
+
"shape":"ModifyDBClusterSnapshotAttributeResult",
|
|
1002
|
+
"resultWrapper":"ModifyDBClusterSnapshotAttributeResult"
|
|
1003
|
+
},
|
|
1004
|
+
"errors":[
|
|
1005
|
+
{"shape":"DBClusterSnapshotNotFoundFault"},
|
|
1006
|
+
{"shape":"InvalidDBClusterSnapshotStateFault"},
|
|
1007
|
+
{"shape":"SharedSnapshotQuotaExceededFault"}
|
|
1008
|
+
]
|
|
1009
|
+
},
|
|
978
1010
|
"ModifyDBInstance":{
|
|
979
1011
|
"name":"ModifyDBInstance",
|
|
980
1012
|
"http":{
|
|
@@ -1649,6 +1681,7 @@
|
|
|
1649
1681
|
"OptionGroupName":{"shape":"String"},
|
|
1650
1682
|
"PreferredBackupWindow":{"shape":"String"},
|
|
1651
1683
|
"PreferredMaintenanceWindow":{"shape":"String"},
|
|
1684
|
+
"ReplicationSourceIdentifier":{"shape":"String"},
|
|
1652
1685
|
"Tags":{"shape":"TagList"},
|
|
1653
1686
|
"StorageEncrypted":{"shape":"BooleanOptional"},
|
|
1654
1687
|
"KmsKeyId":{"shape":"String"}
|
|
@@ -2092,6 +2125,28 @@
|
|
|
2092
2125
|
},
|
|
2093
2126
|
"exception":true
|
|
2094
2127
|
},
|
|
2128
|
+
"DBClusterSnapshotAttribute":{
|
|
2129
|
+
"type":"structure",
|
|
2130
|
+
"members":{
|
|
2131
|
+
"AttributeName":{"shape":"String"},
|
|
2132
|
+
"AttributeValues":{"shape":"AttributeValueList"}
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"DBClusterSnapshotAttributeList":{
|
|
2136
|
+
"type":"list",
|
|
2137
|
+
"member":{
|
|
2138
|
+
"shape":"DBClusterSnapshotAttribute",
|
|
2139
|
+
"locationName":"DBClusterSnapshotAttribute"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
"DBClusterSnapshotAttributesResult":{
|
|
2143
|
+
"type":"structure",
|
|
2144
|
+
"members":{
|
|
2145
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
|
2146
|
+
"DBClusterSnapshotAttributes":{"shape":"DBClusterSnapshotAttributeList"}
|
|
2147
|
+
},
|
|
2148
|
+
"wrapper":true
|
|
2149
|
+
},
|
|
2095
2150
|
"DBClusterSnapshotList":{
|
|
2096
2151
|
"type":"list",
|
|
2097
2152
|
"member":{
|
|
@@ -2760,6 +2815,19 @@
|
|
|
2760
2815
|
"Marker":{"shape":"String"}
|
|
2761
2816
|
}
|
|
2762
2817
|
},
|
|
2818
|
+
"DescribeDBClusterSnapshotAttributesMessage":{
|
|
2819
|
+
"type":"structure",
|
|
2820
|
+
"required":["DBClusterSnapshotIdentifier"],
|
|
2821
|
+
"members":{
|
|
2822
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"}
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
"DescribeDBClusterSnapshotAttributesResult":{
|
|
2826
|
+
"type":"structure",
|
|
2827
|
+
"members":{
|
|
2828
|
+
"DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2763
2831
|
"DescribeDBClusterSnapshotsMessage":{
|
|
2764
2832
|
"type":"structure",
|
|
2765
2833
|
"members":{
|
|
@@ -2768,7 +2836,9 @@
|
|
|
2768
2836
|
"SnapshotType":{"shape":"String"},
|
|
2769
2837
|
"Filters":{"shape":"FilterList"},
|
|
2770
2838
|
"MaxRecords":{"shape":"IntegerOptional"},
|
|
2771
|
-
"Marker":{"shape":"String"}
|
|
2839
|
+
"Marker":{"shape":"String"},
|
|
2840
|
+
"IncludeShared":{"shape":"Boolean"},
|
|
2841
|
+
"IncludePublic":{"shape":"Boolean"}
|
|
2772
2842
|
}
|
|
2773
2843
|
},
|
|
2774
2844
|
"DescribeDBClustersMessage":{
|
|
@@ -2868,6 +2938,7 @@
|
|
|
2868
2938
|
},
|
|
2869
2939
|
"DescribeDBSnapshotAttributesMessage":{
|
|
2870
2940
|
"type":"structure",
|
|
2941
|
+
"required":["DBSnapshotIdentifier"],
|
|
2871
2942
|
"members":{
|
|
2872
2943
|
"DBSnapshotIdentifier":{"shape":"String"}
|
|
2873
2944
|
}
|
|
@@ -3519,6 +3590,25 @@
|
|
|
3519
3590
|
"DBCluster":{"shape":"DBCluster"}
|
|
3520
3591
|
}
|
|
3521
3592
|
},
|
|
3593
|
+
"ModifyDBClusterSnapshotAttributeMessage":{
|
|
3594
|
+
"type":"structure",
|
|
3595
|
+
"required":[
|
|
3596
|
+
"DBClusterSnapshotIdentifier",
|
|
3597
|
+
"AttributeName"
|
|
3598
|
+
],
|
|
3599
|
+
"members":{
|
|
3600
|
+
"DBClusterSnapshotIdentifier":{"shape":"String"},
|
|
3601
|
+
"AttributeName":{"shape":"String"},
|
|
3602
|
+
"ValuesToAdd":{"shape":"AttributeValueList"},
|
|
3603
|
+
"ValuesToRemove":{"shape":"AttributeValueList"}
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
"ModifyDBClusterSnapshotAttributeResult":{
|
|
3607
|
+
"type":"structure",
|
|
3608
|
+
"members":{
|
|
3609
|
+
"DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3522
3612
|
"ModifyDBInstanceMessage":{
|
|
3523
3613
|
"type":"structure",
|
|
3524
3614
|
"required":["DBInstanceIdentifier"],
|
|
@@ -3574,7 +3664,10 @@
|
|
|
3574
3664
|
},
|
|
3575
3665
|
"ModifyDBSnapshotAttributeMessage":{
|
|
3576
3666
|
"type":"structure",
|
|
3577
|
-
"required":[
|
|
3667
|
+
"required":[
|
|
3668
|
+
"DBSnapshotIdentifier",
|
|
3669
|
+
"AttributeName"
|
|
3670
|
+
],
|
|
3578
3671
|
"members":{
|
|
3579
3672
|
"DBSnapshotIdentifier":{"shape":"String"},
|
|
3580
3673
|
"AttributeName":{"shape":"String"},
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.3.
|
|
4
|
+
version: 2.3.8
|
|
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: 2016-05-
|
|
11
|
+
date: 2016-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|