aws-sdk-core 2.0.7 → 2.0.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/CloudFormation.api.json +88 -1
- data/apis/CloudTrail.api.json +105 -6
- data/apis/CodeDeploy.api.json +1829 -0
- data/apis/CodeDeploy.paginators.json +34 -0
- data/apis/ConfigService.api.json +694 -0
- data/apis/EC2.api.json +12 -3
- data/apis/EC2.paginators.json +5 -0
- data/apis/EC2.waiters.json +2 -1
- data/apis/KMS.api.json +2017 -0
- data/apis/KMS.paginators.json +32 -0
- data/apis/S3.api.json +94 -4
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/codedeploy.rb +5 -0
- data/lib/aws-sdk-core/configservice.rb +4 -0
- data/lib/aws-sdk-core/kms.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +10 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListAliases": {
|
|
4
|
+
"limit_key": "Limit",
|
|
5
|
+
"input_token": "Marker",
|
|
6
|
+
"output_token": "NextMarker",
|
|
7
|
+
"more_results": "IsTruncated",
|
|
8
|
+
"result_key": "Aliases"
|
|
9
|
+
},
|
|
10
|
+
"ListGrants": {
|
|
11
|
+
"limit_key": "Limit",
|
|
12
|
+
"input_token": "Marker",
|
|
13
|
+
"output_token": "NextMarker",
|
|
14
|
+
"more_results": "IsTruncated",
|
|
15
|
+
"result_key": "Grants"
|
|
16
|
+
},
|
|
17
|
+
"ListPolicies": {
|
|
18
|
+
"limit_key": "Limit",
|
|
19
|
+
"input_token": "Marker",
|
|
20
|
+
"output_token": "NextMarker",
|
|
21
|
+
"more_results": "IsTruncated",
|
|
22
|
+
"result_key": "Policies"
|
|
23
|
+
},
|
|
24
|
+
"ListKeys": {
|
|
25
|
+
"limit_key": "Limit",
|
|
26
|
+
"input_token": "Marker",
|
|
27
|
+
"output_token": "NextMarker",
|
|
28
|
+
"more_results": "IsTruncated",
|
|
29
|
+
"result_key": "Keys"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
data/apis/S3.api.json
CHANGED
|
@@ -649,7 +649,8 @@
|
|
|
649
649
|
"ap-southeast-2",
|
|
650
650
|
"ap-northeast-1",
|
|
651
651
|
"sa-east-1",
|
|
652
|
-
""
|
|
652
|
+
"",
|
|
653
|
+
"cn-north-1"
|
|
653
654
|
]
|
|
654
655
|
},
|
|
655
656
|
"BucketLoggingStatus":{
|
|
@@ -751,6 +752,11 @@
|
|
|
751
752
|
"shape":"ObjectVersionId",
|
|
752
753
|
"location":"header",
|
|
753
754
|
"locationName":"x-amz-version-id"
|
|
755
|
+
},
|
|
756
|
+
"SSEKMSKeyId":{
|
|
757
|
+
"shape":"SSEKMSKeyId",
|
|
758
|
+
"location":"header",
|
|
759
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
754
760
|
}
|
|
755
761
|
}
|
|
756
762
|
},
|
|
@@ -847,6 +853,11 @@
|
|
|
847
853
|
"shape":"SSECustomerKeyMD5",
|
|
848
854
|
"location":"header",
|
|
849
855
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
856
|
+
},
|
|
857
|
+
"SSEKMSKeyId":{
|
|
858
|
+
"shape":"SSEKMSKeyId",
|
|
859
|
+
"location":"header",
|
|
860
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
850
861
|
}
|
|
851
862
|
},
|
|
852
863
|
"payload":"CopyObjectResult"
|
|
@@ -1003,6 +1014,11 @@
|
|
|
1003
1014
|
"shape":"CopySourceSSECustomerKeyMD5",
|
|
1004
1015
|
"location":"header",
|
|
1005
1016
|
"locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"
|
|
1017
|
+
},
|
|
1018
|
+
"CopySourceSSEKMSKeyId":{
|
|
1019
|
+
"shape":"CopySourceSSEKMSKeyId",
|
|
1020
|
+
"location":"header",
|
|
1021
|
+
"locationName":"x-amz-copy-source-server-side-encryption-aws-kms-key-id"
|
|
1006
1022
|
}
|
|
1007
1023
|
}
|
|
1008
1024
|
},
|
|
@@ -1030,8 +1046,15 @@
|
|
|
1030
1046
|
"CopySourceIfUnmodifiedSince":{"type":"timestamp"},
|
|
1031
1047
|
"CopySourceRange":{"type":"string"},
|
|
1032
1048
|
"CopySourceSSECustomerAlgorithm":{"type":"string"},
|
|
1033
|
-
"CopySourceSSECustomerKey":{
|
|
1049
|
+
"CopySourceSSECustomerKey":{
|
|
1050
|
+
"type":"string",
|
|
1051
|
+
"sensitive":true
|
|
1052
|
+
},
|
|
1034
1053
|
"CopySourceSSECustomerKeyMD5":{"type":"string"},
|
|
1054
|
+
"CopySourceSSEKMSKeyId":{
|
|
1055
|
+
"type":"string",
|
|
1056
|
+
"sensitive":true
|
|
1057
|
+
},
|
|
1035
1058
|
"CopySourceVersionId":{"type":"string"},
|
|
1036
1059
|
"CreateBucketConfiguration":{
|
|
1037
1060
|
"type":"structure",
|
|
@@ -1119,6 +1142,11 @@
|
|
|
1119
1142
|
"shape":"SSECustomerKeyMD5",
|
|
1120
1143
|
"location":"header",
|
|
1121
1144
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
1145
|
+
},
|
|
1146
|
+
"SSEKMSKeyId":{
|
|
1147
|
+
"shape":"SSEKMSKeyId",
|
|
1148
|
+
"location":"header",
|
|
1149
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
1122
1150
|
}
|
|
1123
1151
|
}
|
|
1124
1152
|
},
|
|
@@ -1228,6 +1256,11 @@
|
|
|
1228
1256
|
"shape":"SSECustomerKeyMD5",
|
|
1229
1257
|
"location":"header",
|
|
1230
1258
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
1259
|
+
},
|
|
1260
|
+
"SSEKMSKeyId":{
|
|
1261
|
+
"shape":"SSEKMSKeyId",
|
|
1262
|
+
"location":"header",
|
|
1263
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
1231
1264
|
}
|
|
1232
1265
|
}
|
|
1233
1266
|
},
|
|
@@ -1818,6 +1851,11 @@
|
|
|
1818
1851
|
"shape":"SSECustomerKeyMD5",
|
|
1819
1852
|
"location":"header",
|
|
1820
1853
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
1854
|
+
},
|
|
1855
|
+
"SSEKMSKeyId":{
|
|
1856
|
+
"shape":"SSEKMSKeyId",
|
|
1857
|
+
"location":"header",
|
|
1858
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
1821
1859
|
}
|
|
1822
1860
|
},
|
|
1823
1861
|
"payload":"Body"
|
|
@@ -1913,6 +1951,11 @@
|
|
|
1913
1951
|
"shape":"SSECustomerKeyMD5",
|
|
1914
1952
|
"location":"header",
|
|
1915
1953
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
1954
|
+
},
|
|
1955
|
+
"SSEKMSKeyId":{
|
|
1956
|
+
"shape":"SSEKMSKeyId",
|
|
1957
|
+
"location":"header",
|
|
1958
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
1916
1959
|
}
|
|
1917
1960
|
}
|
|
1918
1961
|
},
|
|
@@ -2092,6 +2135,11 @@
|
|
|
2092
2135
|
"shape":"SSECustomerKeyMD5",
|
|
2093
2136
|
"location":"header",
|
|
2094
2137
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
2138
|
+
},
|
|
2139
|
+
"SSEKMSKeyId":{
|
|
2140
|
+
"shape":"SSEKMSKeyId",
|
|
2141
|
+
"location":"header",
|
|
2142
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
2095
2143
|
}
|
|
2096
2144
|
}
|
|
2097
2145
|
},
|
|
@@ -2156,6 +2204,11 @@
|
|
|
2156
2204
|
"shape":"SSECustomerKeyMD5",
|
|
2157
2205
|
"location":"header",
|
|
2158
2206
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
2207
|
+
},
|
|
2208
|
+
"SSEKMSKeyId":{
|
|
2209
|
+
"shape":"SSEKMSKeyId",
|
|
2210
|
+
"location":"header",
|
|
2211
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
2159
2212
|
}
|
|
2160
2213
|
}
|
|
2161
2214
|
},
|
|
@@ -2285,7 +2338,7 @@
|
|
|
2285
2338
|
"locationName":"Version"
|
|
2286
2339
|
},
|
|
2287
2340
|
"DeleteMarkers":{
|
|
2288
|
-
"shape":"
|
|
2341
|
+
"shape":"DeleteMarkers",
|
|
2289
2342
|
"locationName":"DeleteMarker"
|
|
2290
2343
|
},
|
|
2291
2344
|
"Name":{"shape":"BucketName"},
|
|
@@ -3044,6 +3097,11 @@
|
|
|
3044
3097
|
"shape":"SSECustomerKeyMD5",
|
|
3045
3098
|
"location":"header",
|
|
3046
3099
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
3100
|
+
},
|
|
3101
|
+
"SSEKMSKeyId":{
|
|
3102
|
+
"shape":"SSEKMSKeyId",
|
|
3103
|
+
"location":"header",
|
|
3104
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3047
3105
|
}
|
|
3048
3106
|
}
|
|
3049
3107
|
},
|
|
@@ -3167,6 +3225,11 @@
|
|
|
3167
3225
|
"shape":"SSECustomerKeyMD5",
|
|
3168
3226
|
"location":"header",
|
|
3169
3227
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
3228
|
+
},
|
|
3229
|
+
"SSEKMSKeyId":{
|
|
3230
|
+
"shape":"SSEKMSKeyId",
|
|
3231
|
+
"location":"header",
|
|
3232
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3170
3233
|
}
|
|
3171
3234
|
},
|
|
3172
3235
|
"payload":"Body"
|
|
@@ -3281,8 +3344,15 @@
|
|
|
3281
3344
|
"flattened":true
|
|
3282
3345
|
},
|
|
3283
3346
|
"SSECustomerAlgorithm":{"type":"string"},
|
|
3284
|
-
"SSECustomerKey":{
|
|
3347
|
+
"SSECustomerKey":{
|
|
3348
|
+
"type":"string",
|
|
3349
|
+
"sensitive":true
|
|
3350
|
+
},
|
|
3285
3351
|
"SSECustomerKeyMD5":{"type":"string"},
|
|
3352
|
+
"SSEKMSKeyId":{
|
|
3353
|
+
"type":"string",
|
|
3354
|
+
"sensitive":true
|
|
3355
|
+
},
|
|
3286
3356
|
"ServerSideEncryption":{
|
|
3287
3357
|
"type":"string",
|
|
3288
3358
|
"enum":["AES256"]
|
|
@@ -3392,6 +3462,11 @@
|
|
|
3392
3462
|
"shape":"SSECustomerKeyMD5",
|
|
3393
3463
|
"location":"header",
|
|
3394
3464
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
3465
|
+
},
|
|
3466
|
+
"SSEKMSKeyId":{
|
|
3467
|
+
"shape":"SSEKMSKeyId",
|
|
3468
|
+
"location":"header",
|
|
3469
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3395
3470
|
}
|
|
3396
3471
|
},
|
|
3397
3472
|
"payload":"CopyPartResult"
|
|
@@ -3485,6 +3560,11 @@
|
|
|
3485
3560
|
"shape":"CopySourceSSECustomerKeyMD5",
|
|
3486
3561
|
"location":"header",
|
|
3487
3562
|
"locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"
|
|
3563
|
+
},
|
|
3564
|
+
"CopySourceSSEKMSKeyId":{
|
|
3565
|
+
"shape":"CopySourceSSEKMSKeyId",
|
|
3566
|
+
"location":"header",
|
|
3567
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3488
3568
|
}
|
|
3489
3569
|
}
|
|
3490
3570
|
},
|
|
@@ -3510,6 +3590,11 @@
|
|
|
3510
3590
|
"shape":"SSECustomerKeyMD5",
|
|
3511
3591
|
"location":"header",
|
|
3512
3592
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
3593
|
+
},
|
|
3594
|
+
"SSEKMSKeyId":{
|
|
3595
|
+
"shape":"SSEKMSKeyId",
|
|
3596
|
+
"location":"header",
|
|
3597
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3513
3598
|
}
|
|
3514
3599
|
}
|
|
3515
3600
|
},
|
|
@@ -3570,6 +3655,11 @@
|
|
|
3570
3655
|
"shape":"SSECustomerKeyMD5",
|
|
3571
3656
|
"location":"header",
|
|
3572
3657
|
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
|
|
3658
|
+
},
|
|
3659
|
+
"SSEKMSKeyId":{
|
|
3660
|
+
"shape":"SSEKMSKeyId",
|
|
3661
|
+
"location":"header",
|
|
3662
|
+
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
|
|
3573
3663
|
}
|
|
3574
3664
|
},
|
|
3575
3665
|
"payload":"Body"
|
data/lib/aws-sdk-core.rb
CHANGED
|
@@ -25,8 +25,10 @@ module Aws
|
|
|
25
25
|
CloudTrail
|
|
26
26
|
CloudWatch
|
|
27
27
|
CloudWatchLogs
|
|
28
|
+
CodeDeploy
|
|
28
29
|
CognitoIdentity
|
|
29
30
|
CognitoSync
|
|
31
|
+
ConfigService
|
|
30
32
|
DataPipeline
|
|
31
33
|
DirectConnect
|
|
32
34
|
DynamoDB
|
|
@@ -40,6 +42,7 @@ module Aws
|
|
|
40
42
|
IAM
|
|
41
43
|
ImportExport
|
|
42
44
|
Kinesis
|
|
45
|
+
KMS
|
|
43
46
|
OpsWorks
|
|
44
47
|
RDS
|
|
45
48
|
Redshift
|
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.0.
|
|
4
|
+
version: 2.0.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: 2014-11-
|
|
11
|
+
date: 2014-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|
|
@@ -93,8 +93,10 @@ files:
|
|
|
93
93
|
- lib/aws-sdk-core/cloudtrail.rb
|
|
94
94
|
- lib/aws-sdk-core/cloudwatch.rb
|
|
95
95
|
- lib/aws-sdk-core/cloudwatchlogs.rb
|
|
96
|
+
- lib/aws-sdk-core/codedeploy.rb
|
|
96
97
|
- lib/aws-sdk-core/cognitoidentity.rb
|
|
97
98
|
- lib/aws-sdk-core/cognitosync.rb
|
|
99
|
+
- lib/aws-sdk-core/configservice.rb
|
|
98
100
|
- lib/aws-sdk-core/credential_provider_chain.rb
|
|
99
101
|
- lib/aws-sdk-core/credentials.rb
|
|
100
102
|
- lib/aws-sdk-core/datapipeline.rb
|
|
@@ -122,6 +124,7 @@ files:
|
|
|
122
124
|
- lib/aws-sdk-core/json/rpc_headers_handler.rb
|
|
123
125
|
- lib/aws-sdk-core/json/simple_body_handler.rb
|
|
124
126
|
- lib/aws-sdk-core/kinesis.rb
|
|
127
|
+
- lib/aws-sdk-core/kms.rb
|
|
125
128
|
- lib/aws-sdk-core/opsworks.rb
|
|
126
129
|
- lib/aws-sdk-core/pageable_response.rb
|
|
127
130
|
- lib/aws-sdk-core/paging/null_pager.rb
|
|
@@ -262,8 +265,11 @@ files:
|
|
|
262
265
|
- apis/CloudWatch.paginators.json
|
|
263
266
|
- apis/CloudWatchLogs.api.json
|
|
264
267
|
- apis/CloudWatchLogs.paginators.json
|
|
268
|
+
- apis/CodeDeploy.api.json
|
|
269
|
+
- apis/CodeDeploy.paginators.json
|
|
265
270
|
- apis/CognitoIdentity.api.json
|
|
266
271
|
- apis/CognitoSync.api.json
|
|
272
|
+
- apis/ConfigService.api.json
|
|
267
273
|
- apis/DataPipeline.api.json
|
|
268
274
|
- apis/DataPipeline.paginators.json
|
|
269
275
|
- apis/DirectConnect.api.json
|
|
@@ -297,6 +303,8 @@ files:
|
|
|
297
303
|
- apis/ImportExport.paginators.json
|
|
298
304
|
- apis/Kinesis.api.json
|
|
299
305
|
- apis/Kinesis.paginators.json
|
|
306
|
+
- apis/KMS.api.json
|
|
307
|
+
- apis/KMS.paginators.json
|
|
300
308
|
- apis/OpsWorks.api.json
|
|
301
309
|
- apis/OpsWorks.paginators.json
|
|
302
310
|
- apis/OpsWorks.resources.json
|