aws-sdk-core 2.7.8 → 2.7.9

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: 9887c3d3e4d74178cdfb73428d044f0559368058
4
- data.tar.gz: 7c5738fcc60caebfa3429093d7e1f7b1f0540801
3
+ metadata.gz: f22365bb795ca2415d5ea1d894dbad2fcb0c3d10
4
+ data.tar.gz: a0796a6231c6475c3d9bb685635bcd474f715cf1
5
5
  SHA512:
6
- metadata.gz: 660035beeb6e97020ed747cc35e7a1f27277f4d2f762caf0e814cc3ff69674d89917ad8a35f3d3f4feb5992abdbf3b895c6381a00fd73ea338582404a00d0207
7
- data.tar.gz: bd53ff5d5ccf39933f61c8b0603e0054276c503f9e8b05965939ec6853db3c74fe909fc4a8f19772f841f46423ed80b68885be9eabcdb7f8f18bca129140b62b
6
+ metadata.gz: a4b7dea1361e12a312d6916b698fa2e2af15ae07687a84fbcd968fc477721827d4f51916be3bfbaaf7be61b2e54f91329e3e5f764c5e9cbee9b8eb7675dea41d
7
+ data.tar.gz: 8dc1ee50431194b9073839be1d939b94ef0f9b5ad6dbbfc10e73242208fc190a414b48ee5afe84d1698290e87da5bd3491c1646064692a9f1e18868c028f7911
@@ -78,7 +78,8 @@
78
78
  {"shape":"InvalidArnException"},
79
79
  {"shape":"UnsupportedOperationException"},
80
80
  {"shape":"KMSInternalException"},
81
- {"shape":"LimitExceededException"}
81
+ {"shape":"LimitExceededException"},
82
+ {"shape":"TagException"}
82
83
  ]
83
84
  },
84
85
  "Decrypt":{
@@ -412,6 +413,21 @@
412
413
  {"shape":"InvalidMarkerException"}
413
414
  ]
414
415
  },
416
+ "ListResourceTags":{
417
+ "name":"ListResourceTags",
418
+ "http":{
419
+ "method":"POST",
420
+ "requestUri":"/"
421
+ },
422
+ "input":{"shape":"ListResourceTagsRequest"},
423
+ "output":{"shape":"ListResourceTagsResponse"},
424
+ "errors":[
425
+ {"shape":"KMSInternalException"},
426
+ {"shape":"NotFoundException"},
427
+ {"shape":"InvalidArnException"},
428
+ {"shape":"InvalidMarkerException"}
429
+ ]
430
+ },
415
431
  "ListRetirableGrants":{
416
432
  "name":"ListRetirableGrants",
417
433
  "http":{
@@ -514,6 +530,37 @@
514
530
  {"shape":"KMSInvalidStateException"}
515
531
  ]
516
532
  },
533
+ "TagResource":{
534
+ "name":"TagResource",
535
+ "http":{
536
+ "method":"POST",
537
+ "requestUri":"/"
538
+ },
539
+ "input":{"shape":"TagResourceRequest"},
540
+ "errors":[
541
+ {"shape":"KMSInternalException"},
542
+ {"shape":"NotFoundException"},
543
+ {"shape":"InvalidArnException"},
544
+ {"shape":"KMSInvalidStateException"},
545
+ {"shape":"LimitExceededException"},
546
+ {"shape":"TagException"}
547
+ ]
548
+ },
549
+ "UntagResource":{
550
+ "name":"UntagResource",
551
+ "http":{
552
+ "method":"POST",
553
+ "requestUri":"/"
554
+ },
555
+ "input":{"shape":"UntagResourceRequest"},
556
+ "errors":[
557
+ {"shape":"KMSInternalException"},
558
+ {"shape":"NotFoundException"},
559
+ {"shape":"InvalidArnException"},
560
+ {"shape":"KMSInvalidStateException"},
561
+ {"shape":"TagException"}
562
+ ]
563
+ },
517
564
  "UpdateAlias":{
518
565
  "name":"UpdateAlias",
519
566
  "http":{
@@ -644,7 +691,8 @@
644
691
  "Description":{"shape":"DescriptionType"},
645
692
  "KeyUsage":{"shape":"KeyUsageType"},
646
693
  "Origin":{"shape":"OriginType"},
647
- "BypassPolicyLockoutSafetyCheck":{"shape":"BooleanType"}
694
+ "BypassPolicyLockoutSafetyCheck":{"shape":"BooleanType"},
695
+ "Tags":{"shape":"TagList"}
648
696
  }
649
697
  },
650
698
  "CreateKeyResponse":{
@@ -1060,7 +1108,7 @@
1060
1108
  },
1061
1109
  "KeyIdType":{
1062
1110
  "type":"string",
1063
- "max":256,
1111
+ "max":2048,
1064
1112
  "min":1
1065
1113
  },
1066
1114
  "KeyList":{
@@ -1189,6 +1237,23 @@
1189
1237
  "Truncated":{"shape":"BooleanType"}
1190
1238
  }
1191
1239
  },
1240
+ "ListResourceTagsRequest":{
1241
+ "type":"structure",
1242
+ "required":["KeyId"],
1243
+ "members":{
1244
+ "KeyId":{"shape":"KeyIdType"},
1245
+ "Limit":{"shape":"LimitType"},
1246
+ "Marker":{"shape":"MarkerType"}
1247
+ }
1248
+ },
1249
+ "ListResourceTagsResponse":{
1250
+ "type":"structure",
1251
+ "members":{
1252
+ "Tags":{"shape":"TagList"},
1253
+ "NextMarker":{"shape":"MarkerType"},
1254
+ "Truncated":{"shape":"BooleanType"}
1255
+ }
1256
+ },
1192
1257
  "ListRetirableGrantsRequest":{
1193
1258
  "type":"structure",
1194
1259
  "required":["RetiringPrincipal"],
@@ -1332,6 +1397,53 @@
1332
1397
  "DeletionDate":{"shape":"DateType"}
1333
1398
  }
1334
1399
  },
1400
+ "Tag":{
1401
+ "type":"structure",
1402
+ "required":[
1403
+ "TagKey",
1404
+ "TagValue"
1405
+ ],
1406
+ "members":{
1407
+ "TagKey":{"shape":"TagKeyType"},
1408
+ "TagValue":{"shape":"TagValueType"}
1409
+ }
1410
+ },
1411
+ "TagException":{
1412
+ "type":"structure",
1413
+ "members":{
1414
+ "message":{"shape":"ErrorMessageType"}
1415
+ },
1416
+ "exception":true
1417
+ },
1418
+ "TagKeyList":{
1419
+ "type":"list",
1420
+ "member":{"shape":"TagKeyType"}
1421
+ },
1422
+ "TagKeyType":{
1423
+ "type":"string",
1424
+ "max":128,
1425
+ "min":1
1426
+ },
1427
+ "TagList":{
1428
+ "type":"list",
1429
+ "member":{"shape":"Tag"}
1430
+ },
1431
+ "TagResourceRequest":{
1432
+ "type":"structure",
1433
+ "required":[
1434
+ "KeyId",
1435
+ "Tags"
1436
+ ],
1437
+ "members":{
1438
+ "KeyId":{"shape":"KeyIdType"},
1439
+ "Tags":{"shape":"TagList"}
1440
+ }
1441
+ },
1442
+ "TagValueType":{
1443
+ "type":"string",
1444
+ "max":256,
1445
+ "min":0
1446
+ },
1335
1447
  "UnsupportedOperationException":{
1336
1448
  "type":"structure",
1337
1449
  "members":{
@@ -1339,6 +1451,17 @@
1339
1451
  },
1340
1452
  "exception":true
1341
1453
  },
1454
+ "UntagResourceRequest":{
1455
+ "type":"structure",
1456
+ "required":[
1457
+ "KeyId",
1458
+ "TagKeys"
1459
+ ],
1460
+ "members":{
1461
+ "KeyId":{"shape":"KeyIdType"},
1462
+ "TagKeys":{"shape":"TagKeyList"}
1463
+ }
1464
+ },
1342
1465
  "UpdateAliasRequest":{
1343
1466
  "type":"structure",
1344
1467
  "required":[
@@ -71,11 +71,19 @@
71
71
  ],
72
72
  "CreateKey": [
73
73
  {
74
+ "input": {
75
+ "Tags": [
76
+ {
77
+ "TagKey": "CreatedBy",
78
+ "TagValue": "ExampleUser"
79
+ }
80
+ ]
81
+ },
74
82
  "output": {
75
83
  "KeyMetadata": {
76
84
  "AWSAccountId": "111122223333",
77
85
  "Arn": "arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab",
78
- "CreationDate": "2016-11-01T10:15:42-07:00",
86
+ "CreationDate": "2017-01-09T12:00:07-08:00",
79
87
  "Description": "",
80
88
  "Enabled": true,
81
89
  "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
@@ -85,6 +93,9 @@
85
93
  }
86
94
  },
87
95
  "comments": {
96
+ "input": {
97
+ "Tags": "One or more tags. Each tag consists of a tag key and a tag value."
98
+ },
88
99
  "output": {
89
100
  "KeyMetadata": "An object that contains information about the CMK created by this operation."
90
101
  }
@@ -636,6 +647,42 @@
636
647
  "title": "To list customer master keys (CMKs)"
637
648
  }
638
649
  ],
650
+ "ListResourceTags": [
651
+ {
652
+ "input": {
653
+ "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab"
654
+ },
655
+ "output": {
656
+ "Tags": [
657
+ {
658
+ "TagKey": "CostCenter",
659
+ "TagValue": "87654"
660
+ },
661
+ {
662
+ "TagKey": "CreatedBy",
663
+ "TagValue": "ExampleUser"
664
+ },
665
+ {
666
+ "TagKey": "Purpose",
667
+ "TagValue": "Test"
668
+ }
669
+ ],
670
+ "Truncated": false
671
+ },
672
+ "comments": {
673
+ "input": {
674
+ "KeyId": "The identifier of the CMK whose tags you are listing. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
675
+ },
676
+ "output": {
677
+ "Tags": "A list of tags.",
678
+ "Truncated": "A boolean that indicates whether there are more items in the list. Returns true when there are more items, or false when there are not."
679
+ }
680
+ },
681
+ "description": "The following example lists tags for a CMK.",
682
+ "id": "to-list-tags-for-a-cmk-1483996855796",
683
+ "title": "To list tags for a customer master key (CMK)"
684
+ }
685
+ ],
639
686
  "ListRetirableGrants": [
640
687
  {
641
688
  "input": {
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "pagination": {
3
3
  "ListAliases": {
4
- "limit_key": "Limit",
5
4
  "input_token": "Marker",
6
- "output_token": "NextMarker",
5
+ "limit_key": "Limit",
7
6
  "more_results": "Truncated",
7
+ "output_token": "NextMarker",
8
8
  "result_key": "Aliases"
9
9
  },
10
10
  "ListGrants": {
11
- "limit_key": "Limit",
12
11
  "input_token": "Marker",
13
- "output_token": "NextMarker",
12
+ "limit_key": "Limit",
14
13
  "more_results": "Truncated",
14
+ "output_token": "NextMarker",
15
15
  "result_key": "Grants"
16
16
  },
17
17
  "ListKeyPolicies": {
18
- "limit_key": "Limit",
19
18
  "input_token": "Marker",
20
- "output_token": "NextMarker",
19
+ "limit_key": "Limit",
21
20
  "more_results": "Truncated",
21
+ "output_token": "NextMarker",
22
22
  "result_key": "PolicyNames"
23
23
  },
24
24
  "ListKeys": {
25
- "limit_key": "Limit",
26
25
  "input_token": "Marker",
27
- "output_token": "NextMarker",
26
+ "limit_key": "Limit",
28
27
  "more_results": "Truncated",
28
+ "output_token": "NextMarker",
29
29
  "result_key": "Keys"
30
30
  }
31
31
  }
32
- }
32
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.8'
2
+ VERSION = '2.7.9'
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.7.8
4
+ version: 2.7.9
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: 2017-02-14 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath