aws-sdk-kms 1.34.1 → 1.35.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kms.rb +3 -1
- data/lib/aws-sdk-kms/client.rb +3 -1
- data/lib/aws-sdk-kms/client_api.rb +2 -0
- data/lib/aws-sdk-kms/customizations.rb +1 -0
- data/lib/aws-sdk-kms/errors.rb +2 -0
- data/lib/aws-sdk-kms/resource.rb +2 -0
- data/lib/aws-sdk-kms/types.rb +114 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0fa513891ad1756561999a381c8d2a4fdf4f07d0e7611aa29c2c91512ed1c86
|
|
4
|
+
data.tar.gz: ecb3627109b5f165f03e6222a9b507ca2e7f7e2617f028181a40f66fd9745a1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83ada3d7ea655b7a7aeca15796f4e7eda84dac4b9b429762db553d1ed895e5052f68316b1f656cecae7ef363644d0b8ce6b74a83ff86478fe7b7ab6ad1d0b59b
|
|
7
|
+
data.tar.gz: b7e24899bacd2e077871c74176a42f007cf10c3bbe08e8edb0af09f93e49ced1b76ee4aaf4f73579f7895218260b78181d8f926f14888fcc8b8803b9f921f9e7
|
data/lib/aws-sdk-kms.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-kms/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::KMS
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.35.0'
|
|
49
51
|
|
|
50
52
|
end
|
data/lib/aws-sdk-kms/client.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -5477,7 +5479,7 @@ module Aws::KMS
|
|
|
5477
5479
|
params: params,
|
|
5478
5480
|
config: config)
|
|
5479
5481
|
context[:gem_name] = 'aws-sdk-kms'
|
|
5480
|
-
context[:gem_version] = '1.
|
|
5482
|
+
context[:gem_version] = '1.35.0'
|
|
5481
5483
|
Seahorse::Client::Request.new(handlers, context)
|
|
5482
5484
|
end
|
|
5483
5485
|
|
data/lib/aws-sdk-kms/errors.rb
CHANGED
data/lib/aws-sdk-kms/resource.rb
CHANGED
data/lib/aws-sdk-kms/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -28,6 +30,7 @@ module Aws::KMS
|
|
|
28
30
|
:alias_name,
|
|
29
31
|
:alias_arn,
|
|
30
32
|
:target_key_id)
|
|
33
|
+
SENSITIVE = []
|
|
31
34
|
include Aws::Structure
|
|
32
35
|
end
|
|
33
36
|
|
|
@@ -41,6 +44,7 @@ module Aws::KMS
|
|
|
41
44
|
#
|
|
42
45
|
class AlreadyExistsException < Struct.new(
|
|
43
46
|
:message)
|
|
47
|
+
SENSITIVE = []
|
|
44
48
|
include Aws::Structure
|
|
45
49
|
end
|
|
46
50
|
|
|
@@ -72,6 +76,7 @@ module Aws::KMS
|
|
|
72
76
|
#
|
|
73
77
|
class CancelKeyDeletionRequest < Struct.new(
|
|
74
78
|
:key_id)
|
|
79
|
+
SENSITIVE = []
|
|
75
80
|
include Aws::Structure
|
|
76
81
|
end
|
|
77
82
|
|
|
@@ -88,6 +93,7 @@ module Aws::KMS
|
|
|
88
93
|
#
|
|
89
94
|
class CancelKeyDeletionResponse < Struct.new(
|
|
90
95
|
:key_id)
|
|
96
|
+
SENSITIVE = []
|
|
91
97
|
include Aws::Structure
|
|
92
98
|
end
|
|
93
99
|
|
|
@@ -112,6 +118,7 @@ module Aws::KMS
|
|
|
112
118
|
#
|
|
113
119
|
class CloudHsmClusterInUseException < Struct.new(
|
|
114
120
|
:message)
|
|
121
|
+
SENSITIVE = []
|
|
115
122
|
include Aws::Structure
|
|
116
123
|
end
|
|
117
124
|
|
|
@@ -164,6 +171,7 @@ module Aws::KMS
|
|
|
164
171
|
#
|
|
165
172
|
class CloudHsmClusterInvalidConfigurationException < Struct.new(
|
|
166
173
|
:message)
|
|
174
|
+
SENSITIVE = []
|
|
167
175
|
include Aws::Structure
|
|
168
176
|
end
|
|
169
177
|
|
|
@@ -184,6 +192,7 @@ module Aws::KMS
|
|
|
184
192
|
#
|
|
185
193
|
class CloudHsmClusterNotActiveException < Struct.new(
|
|
186
194
|
:message)
|
|
195
|
+
SENSITIVE = []
|
|
187
196
|
include Aws::Structure
|
|
188
197
|
end
|
|
189
198
|
|
|
@@ -198,6 +207,7 @@ module Aws::KMS
|
|
|
198
207
|
#
|
|
199
208
|
class CloudHsmClusterNotFoundException < Struct.new(
|
|
200
209
|
:message)
|
|
210
|
+
SENSITIVE = []
|
|
201
211
|
include Aws::Structure
|
|
202
212
|
end
|
|
203
213
|
|
|
@@ -225,6 +235,7 @@ module Aws::KMS
|
|
|
225
235
|
#
|
|
226
236
|
class CloudHsmClusterNotRelatedException < Struct.new(
|
|
227
237
|
:message)
|
|
238
|
+
SENSITIVE = []
|
|
228
239
|
include Aws::Structure
|
|
229
240
|
end
|
|
230
241
|
|
|
@@ -245,6 +256,7 @@ module Aws::KMS
|
|
|
245
256
|
#
|
|
246
257
|
class ConnectCustomKeyStoreRequest < Struct.new(
|
|
247
258
|
:custom_key_store_id)
|
|
259
|
+
SENSITIVE = []
|
|
248
260
|
include Aws::Structure
|
|
249
261
|
end
|
|
250
262
|
|
|
@@ -284,6 +296,7 @@ module Aws::KMS
|
|
|
284
296
|
class CreateAliasRequest < Struct.new(
|
|
285
297
|
:alias_name,
|
|
286
298
|
:target_key_id)
|
|
299
|
+
SENSITIVE = []
|
|
287
300
|
include Aws::Structure
|
|
288
301
|
end
|
|
289
302
|
|
|
@@ -346,6 +359,7 @@ module Aws::KMS
|
|
|
346
359
|
:cloud_hsm_cluster_id,
|
|
347
360
|
:trust_anchor_certificate,
|
|
348
361
|
:key_store_password)
|
|
362
|
+
SENSITIVE = [:key_store_password]
|
|
349
363
|
include Aws::Structure
|
|
350
364
|
end
|
|
351
365
|
|
|
@@ -357,6 +371,7 @@ module Aws::KMS
|
|
|
357
371
|
#
|
|
358
372
|
class CreateCustomKeyStoreResponse < Struct.new(
|
|
359
373
|
:custom_key_store_id)
|
|
374
|
+
SENSITIVE = []
|
|
360
375
|
include Aws::Structure
|
|
361
376
|
end
|
|
362
377
|
|
|
@@ -488,6 +503,7 @@ module Aws::KMS
|
|
|
488
503
|
:constraints,
|
|
489
504
|
:grant_tokens,
|
|
490
505
|
:name)
|
|
506
|
+
SENSITIVE = []
|
|
491
507
|
include Aws::Structure
|
|
492
508
|
end
|
|
493
509
|
|
|
@@ -514,6 +530,7 @@ module Aws::KMS
|
|
|
514
530
|
class CreateGrantResponse < Struct.new(
|
|
515
531
|
:grant_token,
|
|
516
532
|
:grant_id)
|
|
533
|
+
SENSITIVE = []
|
|
517
534
|
include Aws::Structure
|
|
518
535
|
end
|
|
519
536
|
|
|
@@ -764,6 +781,7 @@ module Aws::KMS
|
|
|
764
781
|
:custom_key_store_id,
|
|
765
782
|
:bypass_policy_lockout_safety_check,
|
|
766
783
|
:tags)
|
|
784
|
+
SENSITIVE = []
|
|
767
785
|
include Aws::Structure
|
|
768
786
|
end
|
|
769
787
|
|
|
@@ -775,6 +793,7 @@ module Aws::KMS
|
|
|
775
793
|
#
|
|
776
794
|
class CreateKeyResponse < Struct.new(
|
|
777
795
|
:key_metadata)
|
|
796
|
+
SENSITIVE = []
|
|
778
797
|
include Aws::Structure
|
|
779
798
|
end
|
|
780
799
|
|
|
@@ -790,6 +809,7 @@ module Aws::KMS
|
|
|
790
809
|
#
|
|
791
810
|
class CustomKeyStoreHasCMKsException < Struct.new(
|
|
792
811
|
:message)
|
|
812
|
+
SENSITIVE = []
|
|
793
813
|
include Aws::Structure
|
|
794
814
|
end
|
|
795
815
|
|
|
@@ -819,6 +839,7 @@ module Aws::KMS
|
|
|
819
839
|
#
|
|
820
840
|
class CustomKeyStoreInvalidStateException < Struct.new(
|
|
821
841
|
:message)
|
|
842
|
+
SENSITIVE = []
|
|
822
843
|
include Aws::Structure
|
|
823
844
|
end
|
|
824
845
|
|
|
@@ -833,6 +854,7 @@ module Aws::KMS
|
|
|
833
854
|
#
|
|
834
855
|
class CustomKeyStoreNameInUseException < Struct.new(
|
|
835
856
|
:message)
|
|
857
|
+
SENSITIVE = []
|
|
836
858
|
include Aws::Structure
|
|
837
859
|
end
|
|
838
860
|
|
|
@@ -846,6 +868,7 @@ module Aws::KMS
|
|
|
846
868
|
#
|
|
847
869
|
class CustomKeyStoreNotFoundException < Struct.new(
|
|
848
870
|
:message)
|
|
871
|
+
SENSITIVE = []
|
|
849
872
|
include Aws::Structure
|
|
850
873
|
end
|
|
851
874
|
|
|
@@ -981,6 +1004,7 @@ module Aws::KMS
|
|
|
981
1004
|
:connection_state,
|
|
982
1005
|
:connection_error_code,
|
|
983
1006
|
:creation_date)
|
|
1007
|
+
SENSITIVE = []
|
|
984
1008
|
include Aws::Structure
|
|
985
1009
|
end
|
|
986
1010
|
|
|
@@ -1088,6 +1112,7 @@ module Aws::KMS
|
|
|
1088
1112
|
:grant_tokens,
|
|
1089
1113
|
:key_id,
|
|
1090
1114
|
:encryption_algorithm)
|
|
1115
|
+
SENSITIVE = []
|
|
1091
1116
|
include Aws::Structure
|
|
1092
1117
|
end
|
|
1093
1118
|
|
|
@@ -1115,6 +1140,7 @@ module Aws::KMS
|
|
|
1115
1140
|
:key_id,
|
|
1116
1141
|
:plaintext,
|
|
1117
1142
|
:encryption_algorithm)
|
|
1143
|
+
SENSITIVE = [:plaintext]
|
|
1118
1144
|
include Aws::Structure
|
|
1119
1145
|
end
|
|
1120
1146
|
|
|
@@ -1134,6 +1160,7 @@ module Aws::KMS
|
|
|
1134
1160
|
#
|
|
1135
1161
|
class DeleteAliasRequest < Struct.new(
|
|
1136
1162
|
:alias_name)
|
|
1163
|
+
SENSITIVE = []
|
|
1137
1164
|
include Aws::Structure
|
|
1138
1165
|
end
|
|
1139
1166
|
|
|
@@ -1153,6 +1180,7 @@ module Aws::KMS
|
|
|
1153
1180
|
#
|
|
1154
1181
|
class DeleteCustomKeyStoreRequest < Struct.new(
|
|
1155
1182
|
:custom_key_store_id)
|
|
1183
|
+
SENSITIVE = []
|
|
1156
1184
|
include Aws::Structure
|
|
1157
1185
|
end
|
|
1158
1186
|
|
|
@@ -1188,6 +1216,7 @@ module Aws::KMS
|
|
|
1188
1216
|
#
|
|
1189
1217
|
class DeleteImportedKeyMaterialRequest < Struct.new(
|
|
1190
1218
|
:key_id)
|
|
1219
|
+
SENSITIVE = []
|
|
1191
1220
|
include Aws::Structure
|
|
1192
1221
|
end
|
|
1193
1222
|
|
|
@@ -1201,6 +1230,7 @@ module Aws::KMS
|
|
|
1201
1230
|
#
|
|
1202
1231
|
class DependencyTimeoutException < Struct.new(
|
|
1203
1232
|
:message)
|
|
1233
|
+
SENSITIVE = []
|
|
1204
1234
|
include Aws::Structure
|
|
1205
1235
|
end
|
|
1206
1236
|
|
|
@@ -1253,6 +1283,7 @@ module Aws::KMS
|
|
|
1253
1283
|
:custom_key_store_name,
|
|
1254
1284
|
:limit,
|
|
1255
1285
|
:marker)
|
|
1286
|
+
SENSITIVE = []
|
|
1256
1287
|
include Aws::Structure
|
|
1257
1288
|
end
|
|
1258
1289
|
|
|
@@ -1278,6 +1309,7 @@ module Aws::KMS
|
|
|
1278
1309
|
:custom_key_stores,
|
|
1279
1310
|
:next_marker,
|
|
1280
1311
|
:truncated)
|
|
1312
|
+
SENSITIVE = []
|
|
1281
1313
|
include Aws::Structure
|
|
1282
1314
|
end
|
|
1283
1315
|
|
|
@@ -1336,6 +1368,7 @@ module Aws::KMS
|
|
|
1336
1368
|
class DescribeKeyRequest < Struct.new(
|
|
1337
1369
|
:key_id,
|
|
1338
1370
|
:grant_tokens)
|
|
1371
|
+
SENSITIVE = []
|
|
1339
1372
|
include Aws::Structure
|
|
1340
1373
|
end
|
|
1341
1374
|
|
|
@@ -1347,6 +1380,7 @@ module Aws::KMS
|
|
|
1347
1380
|
#
|
|
1348
1381
|
class DescribeKeyResponse < Struct.new(
|
|
1349
1382
|
:key_metadata)
|
|
1383
|
+
SENSITIVE = []
|
|
1350
1384
|
include Aws::Structure
|
|
1351
1385
|
end
|
|
1352
1386
|
|
|
@@ -1377,6 +1411,7 @@ module Aws::KMS
|
|
|
1377
1411
|
#
|
|
1378
1412
|
class DisableKeyRequest < Struct.new(
|
|
1379
1413
|
:key_id)
|
|
1414
|
+
SENSITIVE = []
|
|
1380
1415
|
include Aws::Structure
|
|
1381
1416
|
end
|
|
1382
1417
|
|
|
@@ -1415,6 +1450,7 @@ module Aws::KMS
|
|
|
1415
1450
|
#
|
|
1416
1451
|
class DisableKeyRotationRequest < Struct.new(
|
|
1417
1452
|
:key_id)
|
|
1453
|
+
SENSITIVE = []
|
|
1418
1454
|
include Aws::Structure
|
|
1419
1455
|
end
|
|
1420
1456
|
|
|
@@ -1427,6 +1463,7 @@ module Aws::KMS
|
|
|
1427
1463
|
#
|
|
1428
1464
|
class DisabledException < Struct.new(
|
|
1429
1465
|
:message)
|
|
1466
|
+
SENSITIVE = []
|
|
1430
1467
|
include Aws::Structure
|
|
1431
1468
|
end
|
|
1432
1469
|
|
|
@@ -1447,6 +1484,7 @@ module Aws::KMS
|
|
|
1447
1484
|
#
|
|
1448
1485
|
class DisconnectCustomKeyStoreRequest < Struct.new(
|
|
1449
1486
|
:custom_key_store_id)
|
|
1487
|
+
SENSITIVE = []
|
|
1450
1488
|
include Aws::Structure
|
|
1451
1489
|
end
|
|
1452
1490
|
|
|
@@ -1481,6 +1519,7 @@ module Aws::KMS
|
|
|
1481
1519
|
#
|
|
1482
1520
|
class EnableKeyRequest < Struct.new(
|
|
1483
1521
|
:key_id)
|
|
1522
|
+
SENSITIVE = []
|
|
1484
1523
|
include Aws::Structure
|
|
1485
1524
|
end
|
|
1486
1525
|
|
|
@@ -1517,6 +1556,7 @@ module Aws::KMS
|
|
|
1517
1556
|
#
|
|
1518
1557
|
class EnableKeyRotationRequest < Struct.new(
|
|
1519
1558
|
:key_id)
|
|
1559
|
+
SENSITIVE = []
|
|
1520
1560
|
include Aws::Structure
|
|
1521
1561
|
end
|
|
1522
1562
|
|
|
@@ -1613,6 +1653,7 @@ module Aws::KMS
|
|
|
1613
1653
|
:encryption_context,
|
|
1614
1654
|
:grant_tokens,
|
|
1615
1655
|
:encryption_algorithm)
|
|
1656
|
+
SENSITIVE = [:plaintext]
|
|
1616
1657
|
include Aws::Structure
|
|
1617
1658
|
end
|
|
1618
1659
|
|
|
@@ -1640,6 +1681,7 @@ module Aws::KMS
|
|
|
1640
1681
|
:ciphertext_blob,
|
|
1641
1682
|
:key_id,
|
|
1642
1683
|
:encryption_algorithm)
|
|
1684
|
+
SENSITIVE = []
|
|
1643
1685
|
include Aws::Structure
|
|
1644
1686
|
end
|
|
1645
1687
|
|
|
@@ -1655,6 +1697,7 @@ module Aws::KMS
|
|
|
1655
1697
|
#
|
|
1656
1698
|
class ExpiredImportTokenException < Struct.new(
|
|
1657
1699
|
:message)
|
|
1700
|
+
SENSITIVE = []
|
|
1658
1701
|
include Aws::Structure
|
|
1659
1702
|
end
|
|
1660
1703
|
|
|
@@ -1742,6 +1785,7 @@ module Aws::KMS
|
|
|
1742
1785
|
:key_id,
|
|
1743
1786
|
:key_pair_spec,
|
|
1744
1787
|
:grant_tokens)
|
|
1788
|
+
SENSITIVE = []
|
|
1745
1789
|
include Aws::Structure
|
|
1746
1790
|
end
|
|
1747
1791
|
|
|
@@ -1782,6 +1826,7 @@ module Aws::KMS
|
|
|
1782
1826
|
:public_key,
|
|
1783
1827
|
:key_id,
|
|
1784
1828
|
:key_pair_spec)
|
|
1829
|
+
SENSITIVE = [:private_key_plaintext]
|
|
1785
1830
|
include Aws::Structure
|
|
1786
1831
|
end
|
|
1787
1832
|
|
|
@@ -1868,6 +1913,7 @@ module Aws::KMS
|
|
|
1868
1913
|
:key_id,
|
|
1869
1914
|
:key_pair_spec,
|
|
1870
1915
|
:grant_tokens)
|
|
1916
|
+
SENSITIVE = []
|
|
1871
1917
|
include Aws::Structure
|
|
1872
1918
|
end
|
|
1873
1919
|
|
|
@@ -1901,6 +1947,7 @@ module Aws::KMS
|
|
|
1901
1947
|
:public_key,
|
|
1902
1948
|
:key_id,
|
|
1903
1949
|
:key_pair_spec)
|
|
1950
|
+
SENSITIVE = []
|
|
1904
1951
|
include Aws::Structure
|
|
1905
1952
|
end
|
|
1906
1953
|
|
|
@@ -1997,6 +2044,7 @@ module Aws::KMS
|
|
|
1997
2044
|
:number_of_bytes,
|
|
1998
2045
|
:key_spec,
|
|
1999
2046
|
:grant_tokens)
|
|
2047
|
+
SENSITIVE = []
|
|
2000
2048
|
include Aws::Structure
|
|
2001
2049
|
end
|
|
2002
2050
|
|
|
@@ -2028,6 +2076,7 @@ module Aws::KMS
|
|
|
2028
2076
|
:ciphertext_blob,
|
|
2029
2077
|
:plaintext,
|
|
2030
2078
|
:key_id)
|
|
2079
|
+
SENSITIVE = [:plaintext]
|
|
2031
2080
|
include Aws::Structure
|
|
2032
2081
|
end
|
|
2033
2082
|
|
|
@@ -2118,6 +2167,7 @@ module Aws::KMS
|
|
|
2118
2167
|
:key_spec,
|
|
2119
2168
|
:number_of_bytes,
|
|
2120
2169
|
:grant_tokens)
|
|
2170
|
+
SENSITIVE = []
|
|
2121
2171
|
include Aws::Structure
|
|
2122
2172
|
end
|
|
2123
2173
|
|
|
@@ -2140,6 +2190,7 @@ module Aws::KMS
|
|
|
2140
2190
|
class GenerateDataKeyWithoutPlaintextResponse < Struct.new(
|
|
2141
2191
|
:ciphertext_blob,
|
|
2142
2192
|
:key_id)
|
|
2193
|
+
SENSITIVE = []
|
|
2143
2194
|
include Aws::Structure
|
|
2144
2195
|
end
|
|
2145
2196
|
|
|
@@ -2170,6 +2221,7 @@ module Aws::KMS
|
|
|
2170
2221
|
class GenerateRandomRequest < Struct.new(
|
|
2171
2222
|
:number_of_bytes,
|
|
2172
2223
|
:custom_key_store_id)
|
|
2224
|
+
SENSITIVE = []
|
|
2173
2225
|
include Aws::Structure
|
|
2174
2226
|
end
|
|
2175
2227
|
|
|
@@ -2182,6 +2234,7 @@ module Aws::KMS
|
|
|
2182
2234
|
#
|
|
2183
2235
|
class GenerateRandomResponse < Struct.new(
|
|
2184
2236
|
:plaintext)
|
|
2237
|
+
SENSITIVE = [:plaintext]
|
|
2185
2238
|
include Aws::Structure
|
|
2186
2239
|
end
|
|
2187
2240
|
|
|
@@ -2219,6 +2272,7 @@ module Aws::KMS
|
|
|
2219
2272
|
class GetKeyPolicyRequest < Struct.new(
|
|
2220
2273
|
:key_id,
|
|
2221
2274
|
:policy_name)
|
|
2275
|
+
SENSITIVE = []
|
|
2222
2276
|
include Aws::Structure
|
|
2223
2277
|
end
|
|
2224
2278
|
|
|
@@ -2230,6 +2284,7 @@ module Aws::KMS
|
|
|
2230
2284
|
#
|
|
2231
2285
|
class GetKeyPolicyResponse < Struct.new(
|
|
2232
2286
|
:policy)
|
|
2287
|
+
SENSITIVE = []
|
|
2233
2288
|
include Aws::Structure
|
|
2234
2289
|
end
|
|
2235
2290
|
|
|
@@ -2261,6 +2316,7 @@ module Aws::KMS
|
|
|
2261
2316
|
#
|
|
2262
2317
|
class GetKeyRotationStatusRequest < Struct.new(
|
|
2263
2318
|
:key_id)
|
|
2319
|
+
SENSITIVE = []
|
|
2264
2320
|
include Aws::Structure
|
|
2265
2321
|
end
|
|
2266
2322
|
|
|
@@ -2272,6 +2328,7 @@ module Aws::KMS
|
|
|
2272
2328
|
#
|
|
2273
2329
|
class GetKeyRotationStatusResponse < Struct.new(
|
|
2274
2330
|
:key_rotation_enabled)
|
|
2331
|
+
SENSITIVE = []
|
|
2275
2332
|
include Aws::Structure
|
|
2276
2333
|
end
|
|
2277
2334
|
|
|
@@ -2323,6 +2380,7 @@ module Aws::KMS
|
|
|
2323
2380
|
:key_id,
|
|
2324
2381
|
:wrapping_algorithm,
|
|
2325
2382
|
:wrapping_key_spec)
|
|
2383
|
+
SENSITIVE = []
|
|
2326
2384
|
include Aws::Structure
|
|
2327
2385
|
end
|
|
2328
2386
|
|
|
@@ -2359,6 +2417,7 @@ module Aws::KMS
|
|
|
2359
2417
|
:import_token,
|
|
2360
2418
|
:public_key,
|
|
2361
2419
|
:parameters_valid_to)
|
|
2420
|
+
SENSITIVE = [:public_key]
|
|
2362
2421
|
include Aws::Structure
|
|
2363
2422
|
end
|
|
2364
2423
|
|
|
@@ -2409,6 +2468,7 @@ module Aws::KMS
|
|
|
2409
2468
|
class GetPublicKeyRequest < Struct.new(
|
|
2410
2469
|
:key_id,
|
|
2411
2470
|
:grant_tokens)
|
|
2471
|
+
SENSITIVE = []
|
|
2412
2472
|
include Aws::Structure
|
|
2413
2473
|
end
|
|
2414
2474
|
|
|
@@ -2476,6 +2536,7 @@ module Aws::KMS
|
|
|
2476
2536
|
:key_usage,
|
|
2477
2537
|
:encryption_algorithms,
|
|
2478
2538
|
:signing_algorithms)
|
|
2539
|
+
SENSITIVE = []
|
|
2479
2540
|
include Aws::Structure
|
|
2480
2541
|
end
|
|
2481
2542
|
|
|
@@ -2552,6 +2613,7 @@ module Aws::KMS
|
|
|
2552
2613
|
class GrantConstraints < Struct.new(
|
|
2553
2614
|
:encryption_context_subset,
|
|
2554
2615
|
:encryption_context_equals)
|
|
2616
|
+
SENSITIVE = []
|
|
2555
2617
|
include Aws::Structure
|
|
2556
2618
|
end
|
|
2557
2619
|
|
|
@@ -2620,6 +2682,7 @@ module Aws::KMS
|
|
|
2620
2682
|
:issuing_account,
|
|
2621
2683
|
:operations,
|
|
2622
2684
|
:constraints)
|
|
2685
|
+
SENSITIVE = []
|
|
2623
2686
|
include Aws::Structure
|
|
2624
2687
|
end
|
|
2625
2688
|
|
|
@@ -2691,6 +2754,7 @@ module Aws::KMS
|
|
|
2691
2754
|
:encrypted_key_material,
|
|
2692
2755
|
:valid_to,
|
|
2693
2756
|
:expiration_model)
|
|
2757
|
+
SENSITIVE = []
|
|
2694
2758
|
include Aws::Structure
|
|
2695
2759
|
end
|
|
2696
2760
|
|
|
@@ -2710,6 +2774,7 @@ module Aws::KMS
|
|
|
2710
2774
|
#
|
|
2711
2775
|
class IncorrectKeyException < Struct.new(
|
|
2712
2776
|
:message)
|
|
2777
|
+
SENSITIVE = []
|
|
2713
2778
|
include Aws::Structure
|
|
2714
2779
|
end
|
|
2715
2780
|
|
|
@@ -2724,6 +2789,7 @@ module Aws::KMS
|
|
|
2724
2789
|
#
|
|
2725
2790
|
class IncorrectKeyMaterialException < Struct.new(
|
|
2726
2791
|
:message)
|
|
2792
|
+
SENSITIVE = []
|
|
2727
2793
|
include Aws::Structure
|
|
2728
2794
|
end
|
|
2729
2795
|
|
|
@@ -2745,6 +2811,7 @@ module Aws::KMS
|
|
|
2745
2811
|
#
|
|
2746
2812
|
class IncorrectTrustAnchorException < Struct.new(
|
|
2747
2813
|
:message)
|
|
2814
|
+
SENSITIVE = []
|
|
2748
2815
|
include Aws::Structure
|
|
2749
2816
|
end
|
|
2750
2817
|
|
|
@@ -2758,6 +2825,7 @@ module Aws::KMS
|
|
|
2758
2825
|
#
|
|
2759
2826
|
class InvalidAliasNameException < Struct.new(
|
|
2760
2827
|
:message)
|
|
2828
|
+
SENSITIVE = []
|
|
2761
2829
|
include Aws::Structure
|
|
2762
2830
|
end
|
|
2763
2831
|
|
|
@@ -2771,6 +2839,7 @@ module Aws::KMS
|
|
|
2771
2839
|
#
|
|
2772
2840
|
class InvalidArnException < Struct.new(
|
|
2773
2841
|
:message)
|
|
2842
|
+
SENSITIVE = []
|
|
2774
2843
|
include Aws::Structure
|
|
2775
2844
|
end
|
|
2776
2845
|
|
|
@@ -2789,6 +2858,7 @@ module Aws::KMS
|
|
|
2789
2858
|
#
|
|
2790
2859
|
class InvalidCiphertextException < Struct.new(
|
|
2791
2860
|
:message)
|
|
2861
|
+
SENSITIVE = []
|
|
2792
2862
|
include Aws::Structure
|
|
2793
2863
|
end
|
|
2794
2864
|
|
|
@@ -2801,6 +2871,7 @@ module Aws::KMS
|
|
|
2801
2871
|
#
|
|
2802
2872
|
class InvalidGrantIdException < Struct.new(
|
|
2803
2873
|
:message)
|
|
2874
|
+
SENSITIVE = []
|
|
2804
2875
|
include Aws::Structure
|
|
2805
2876
|
end
|
|
2806
2877
|
|
|
@@ -2814,6 +2885,7 @@ module Aws::KMS
|
|
|
2814
2885
|
#
|
|
2815
2886
|
class InvalidGrantTokenException < Struct.new(
|
|
2816
2887
|
:message)
|
|
2888
|
+
SENSITIVE = []
|
|
2817
2889
|
include Aws::Structure
|
|
2818
2890
|
end
|
|
2819
2891
|
|
|
@@ -2827,6 +2899,7 @@ module Aws::KMS
|
|
|
2827
2899
|
#
|
|
2828
2900
|
class InvalidImportTokenException < Struct.new(
|
|
2829
2901
|
:message)
|
|
2902
|
+
SENSITIVE = []
|
|
2830
2903
|
include Aws::Structure
|
|
2831
2904
|
end
|
|
2832
2905
|
|
|
@@ -2854,6 +2927,7 @@ module Aws::KMS
|
|
|
2854
2927
|
#
|
|
2855
2928
|
class InvalidKeyUsageException < Struct.new(
|
|
2856
2929
|
:message)
|
|
2930
|
+
SENSITIVE = []
|
|
2857
2931
|
include Aws::Structure
|
|
2858
2932
|
end
|
|
2859
2933
|
|
|
@@ -2867,6 +2941,7 @@ module Aws::KMS
|
|
|
2867
2941
|
#
|
|
2868
2942
|
class InvalidMarkerException < Struct.new(
|
|
2869
2943
|
:message)
|
|
2944
|
+
SENSITIVE = []
|
|
2870
2945
|
include Aws::Structure
|
|
2871
2946
|
end
|
|
2872
2947
|
|
|
@@ -2880,6 +2955,7 @@ module Aws::KMS
|
|
|
2880
2955
|
#
|
|
2881
2956
|
class KMSInternalException < Struct.new(
|
|
2882
2957
|
:message)
|
|
2958
|
+
SENSITIVE = []
|
|
2883
2959
|
include Aws::Structure
|
|
2884
2960
|
end
|
|
2885
2961
|
|
|
@@ -2895,6 +2971,7 @@ module Aws::KMS
|
|
|
2895
2971
|
#
|
|
2896
2972
|
class KMSInvalidSignatureException < Struct.new(
|
|
2897
2973
|
:message)
|
|
2974
|
+
SENSITIVE = []
|
|
2898
2975
|
include Aws::Structure
|
|
2899
2976
|
end
|
|
2900
2977
|
|
|
@@ -2916,6 +2993,7 @@ module Aws::KMS
|
|
|
2916
2993
|
#
|
|
2917
2994
|
class KMSInvalidStateException < Struct.new(
|
|
2918
2995
|
:message)
|
|
2996
|
+
SENSITIVE = []
|
|
2919
2997
|
include Aws::Structure
|
|
2920
2998
|
end
|
|
2921
2999
|
|
|
@@ -2934,6 +3012,7 @@ module Aws::KMS
|
|
|
2934
3012
|
class KeyListEntry < Struct.new(
|
|
2935
3013
|
:key_id,
|
|
2936
3014
|
:key_arn)
|
|
3015
|
+
SENSITIVE = []
|
|
2937
3016
|
include Aws::Structure
|
|
2938
3017
|
end
|
|
2939
3018
|
|
|
@@ -3095,6 +3174,7 @@ module Aws::KMS
|
|
|
3095
3174
|
:customer_master_key_spec,
|
|
3096
3175
|
:encryption_algorithms,
|
|
3097
3176
|
:signing_algorithms)
|
|
3177
|
+
SENSITIVE = []
|
|
3098
3178
|
include Aws::Structure
|
|
3099
3179
|
end
|
|
3100
3180
|
|
|
@@ -3108,6 +3188,7 @@ module Aws::KMS
|
|
|
3108
3188
|
#
|
|
3109
3189
|
class KeyUnavailableException < Struct.new(
|
|
3110
3190
|
:message)
|
|
3191
|
+
SENSITIVE = []
|
|
3111
3192
|
include Aws::Structure
|
|
3112
3193
|
end
|
|
3113
3194
|
|
|
@@ -3126,6 +3207,7 @@ module Aws::KMS
|
|
|
3126
3207
|
#
|
|
3127
3208
|
class LimitExceededException < Struct.new(
|
|
3128
3209
|
:message)
|
|
3210
|
+
SENSITIVE = []
|
|
3129
3211
|
include Aws::Structure
|
|
3130
3212
|
end
|
|
3131
3213
|
|
|
@@ -3170,6 +3252,7 @@ module Aws::KMS
|
|
|
3170
3252
|
:key_id,
|
|
3171
3253
|
:limit,
|
|
3172
3254
|
:marker)
|
|
3255
|
+
SENSITIVE = []
|
|
3173
3256
|
include Aws::Structure
|
|
3174
3257
|
end
|
|
3175
3258
|
|
|
@@ -3195,6 +3278,7 @@ module Aws::KMS
|
|
|
3195
3278
|
:aliases,
|
|
3196
3279
|
:next_marker,
|
|
3197
3280
|
:truncated)
|
|
3281
|
+
SENSITIVE = []
|
|
3198
3282
|
include Aws::Structure
|
|
3199
3283
|
end
|
|
3200
3284
|
|
|
@@ -3246,6 +3330,7 @@ module Aws::KMS
|
|
|
3246
3330
|
:limit,
|
|
3247
3331
|
:marker,
|
|
3248
3332
|
:key_id)
|
|
3333
|
+
SENSITIVE = []
|
|
3249
3334
|
include Aws::Structure
|
|
3250
3335
|
end
|
|
3251
3336
|
|
|
@@ -3271,6 +3356,7 @@ module Aws::KMS
|
|
|
3271
3356
|
:grants,
|
|
3272
3357
|
:next_marker,
|
|
3273
3358
|
:truncated)
|
|
3359
|
+
SENSITIVE = []
|
|
3274
3360
|
include Aws::Structure
|
|
3275
3361
|
end
|
|
3276
3362
|
|
|
@@ -3323,6 +3409,7 @@ module Aws::KMS
|
|
|
3323
3409
|
:key_id,
|
|
3324
3410
|
:limit,
|
|
3325
3411
|
:marker)
|
|
3412
|
+
SENSITIVE = []
|
|
3326
3413
|
include Aws::Structure
|
|
3327
3414
|
end
|
|
3328
3415
|
|
|
@@ -3348,6 +3435,7 @@ module Aws::KMS
|
|
|
3348
3435
|
:policy_names,
|
|
3349
3436
|
:next_marker,
|
|
3350
3437
|
:truncated)
|
|
3438
|
+
SENSITIVE = []
|
|
3351
3439
|
include Aws::Structure
|
|
3352
3440
|
end
|
|
3353
3441
|
|
|
@@ -3380,6 +3468,7 @@ module Aws::KMS
|
|
|
3380
3468
|
class ListKeysRequest < Struct.new(
|
|
3381
3469
|
:limit,
|
|
3382
3470
|
:marker)
|
|
3471
|
+
SENSITIVE = []
|
|
3383
3472
|
include Aws::Structure
|
|
3384
3473
|
end
|
|
3385
3474
|
|
|
@@ -3405,6 +3494,7 @@ module Aws::KMS
|
|
|
3405
3494
|
:keys,
|
|
3406
3495
|
:next_marker,
|
|
3407
3496
|
:truncated)
|
|
3497
|
+
SENSITIVE = []
|
|
3408
3498
|
include Aws::Structure
|
|
3409
3499
|
end
|
|
3410
3500
|
|
|
@@ -3457,6 +3547,7 @@ module Aws::KMS
|
|
|
3457
3547
|
:key_id,
|
|
3458
3548
|
:limit,
|
|
3459
3549
|
:marker)
|
|
3550
|
+
SENSITIVE = []
|
|
3460
3551
|
include Aws::Structure
|
|
3461
3552
|
end
|
|
3462
3553
|
|
|
@@ -3484,6 +3575,7 @@ module Aws::KMS
|
|
|
3484
3575
|
:tags,
|
|
3485
3576
|
:next_marker,
|
|
3486
3577
|
:truncated)
|
|
3578
|
+
SENSITIVE = []
|
|
3487
3579
|
include Aws::Structure
|
|
3488
3580
|
end
|
|
3489
3581
|
|
|
@@ -3534,6 +3626,7 @@ module Aws::KMS
|
|
|
3534
3626
|
:limit,
|
|
3535
3627
|
:marker,
|
|
3536
3628
|
:retiring_principal)
|
|
3629
|
+
SENSITIVE = []
|
|
3537
3630
|
include Aws::Structure
|
|
3538
3631
|
end
|
|
3539
3632
|
|
|
@@ -3547,6 +3640,7 @@ module Aws::KMS
|
|
|
3547
3640
|
#
|
|
3548
3641
|
class MalformedPolicyDocumentException < Struct.new(
|
|
3549
3642
|
:message)
|
|
3643
|
+
SENSITIVE = []
|
|
3550
3644
|
include Aws::Structure
|
|
3551
3645
|
end
|
|
3552
3646
|
|
|
@@ -3560,6 +3654,7 @@ module Aws::KMS
|
|
|
3560
3654
|
#
|
|
3561
3655
|
class NotFoundException < Struct.new(
|
|
3562
3656
|
:message)
|
|
3657
|
+
SENSITIVE = []
|
|
3563
3658
|
include Aws::Structure
|
|
3564
3659
|
end
|
|
3565
3660
|
|
|
@@ -3656,6 +3751,7 @@ module Aws::KMS
|
|
|
3656
3751
|
:policy_name,
|
|
3657
3752
|
:policy,
|
|
3658
3753
|
:bypass_policy_lockout_safety_check)
|
|
3754
|
+
SENSITIVE = []
|
|
3659
3755
|
include Aws::Structure
|
|
3660
3756
|
end
|
|
3661
3757
|
|
|
@@ -3829,6 +3925,7 @@ module Aws::KMS
|
|
|
3829
3925
|
:source_encryption_algorithm,
|
|
3830
3926
|
:destination_encryption_algorithm,
|
|
3831
3927
|
:grant_tokens)
|
|
3928
|
+
SENSITIVE = []
|
|
3832
3929
|
include Aws::Structure
|
|
3833
3930
|
end
|
|
3834
3931
|
|
|
@@ -3867,6 +3964,7 @@ module Aws::KMS
|
|
|
3867
3964
|
:key_id,
|
|
3868
3965
|
:source_encryption_algorithm,
|
|
3869
3966
|
:destination_encryption_algorithm)
|
|
3967
|
+
SENSITIVE = []
|
|
3870
3968
|
include Aws::Structure
|
|
3871
3969
|
end
|
|
3872
3970
|
|
|
@@ -3906,6 +4004,7 @@ module Aws::KMS
|
|
|
3906
4004
|
:grant_token,
|
|
3907
4005
|
:key_id,
|
|
3908
4006
|
:grant_id)
|
|
4007
|
+
SENSITIVE = []
|
|
3909
4008
|
include Aws::Structure
|
|
3910
4009
|
end
|
|
3911
4010
|
|
|
@@ -3944,6 +4043,7 @@ module Aws::KMS
|
|
|
3944
4043
|
class RevokeGrantRequest < Struct.new(
|
|
3945
4044
|
:key_id,
|
|
3946
4045
|
:grant_id)
|
|
4046
|
+
SENSITIVE = []
|
|
3947
4047
|
include Aws::Structure
|
|
3948
4048
|
end
|
|
3949
4049
|
|
|
@@ -3984,6 +4084,7 @@ module Aws::KMS
|
|
|
3984
4084
|
class ScheduleKeyDeletionRequest < Struct.new(
|
|
3985
4085
|
:key_id,
|
|
3986
4086
|
:pending_window_in_days)
|
|
4087
|
+
SENSITIVE = []
|
|
3987
4088
|
include Aws::Structure
|
|
3988
4089
|
end
|
|
3989
4090
|
|
|
@@ -4006,6 +4107,7 @@ module Aws::KMS
|
|
|
4006
4107
|
class ScheduleKeyDeletionResponse < Struct.new(
|
|
4007
4108
|
:key_id,
|
|
4008
4109
|
:deletion_date)
|
|
4110
|
+
SENSITIVE = []
|
|
4009
4111
|
include Aws::Structure
|
|
4010
4112
|
end
|
|
4011
4113
|
|
|
@@ -4086,6 +4188,7 @@ module Aws::KMS
|
|
|
4086
4188
|
:message_type,
|
|
4087
4189
|
:grant_tokens,
|
|
4088
4190
|
:signing_algorithm)
|
|
4191
|
+
SENSITIVE = [:message]
|
|
4089
4192
|
include Aws::Structure
|
|
4090
4193
|
end
|
|
4091
4194
|
|
|
@@ -4129,6 +4232,7 @@ module Aws::KMS
|
|
|
4129
4232
|
:key_id,
|
|
4130
4233
|
:signature,
|
|
4131
4234
|
:signing_algorithm)
|
|
4235
|
+
SENSITIVE = []
|
|
4132
4236
|
include Aws::Structure
|
|
4133
4237
|
end
|
|
4134
4238
|
|
|
@@ -4165,6 +4269,7 @@ module Aws::KMS
|
|
|
4165
4269
|
class Tag < Struct.new(
|
|
4166
4270
|
:tag_key,
|
|
4167
4271
|
:tag_value)
|
|
4272
|
+
SENSITIVE = []
|
|
4168
4273
|
include Aws::Structure
|
|
4169
4274
|
end
|
|
4170
4275
|
|
|
@@ -4177,6 +4282,7 @@ module Aws::KMS
|
|
|
4177
4282
|
#
|
|
4178
4283
|
class TagException < Struct.new(
|
|
4179
4284
|
:message)
|
|
4285
|
+
SENSITIVE = []
|
|
4180
4286
|
include Aws::Structure
|
|
4181
4287
|
end
|
|
4182
4288
|
|
|
@@ -4218,6 +4324,7 @@ module Aws::KMS
|
|
|
4218
4324
|
class TagResourceRequest < Struct.new(
|
|
4219
4325
|
:key_id,
|
|
4220
4326
|
:tags)
|
|
4327
|
+
SENSITIVE = []
|
|
4221
4328
|
include Aws::Structure
|
|
4222
4329
|
end
|
|
4223
4330
|
|
|
@@ -4231,6 +4338,7 @@ module Aws::KMS
|
|
|
4231
4338
|
#
|
|
4232
4339
|
class UnsupportedOperationException < Struct.new(
|
|
4233
4340
|
:message)
|
|
4341
|
+
SENSITIVE = []
|
|
4234
4342
|
include Aws::Structure
|
|
4235
4343
|
end
|
|
4236
4344
|
|
|
@@ -4267,6 +4375,7 @@ module Aws::KMS
|
|
|
4267
4375
|
class UntagResourceRequest < Struct.new(
|
|
4268
4376
|
:key_id,
|
|
4269
4377
|
:tag_keys)
|
|
4378
|
+
SENSITIVE = []
|
|
4270
4379
|
include Aws::Structure
|
|
4271
4380
|
end
|
|
4272
4381
|
|
|
@@ -4315,6 +4424,7 @@ module Aws::KMS
|
|
|
4315
4424
|
class UpdateAliasRequest < Struct.new(
|
|
4316
4425
|
:alias_name,
|
|
4317
4426
|
:target_key_id)
|
|
4427
|
+
SENSITIVE = []
|
|
4318
4428
|
include Aws::Structure
|
|
4319
4429
|
end
|
|
4320
4430
|
|
|
@@ -4374,6 +4484,7 @@ module Aws::KMS
|
|
|
4374
4484
|
:new_custom_key_store_name,
|
|
4375
4485
|
:key_store_password,
|
|
4376
4486
|
:cloud_hsm_cluster_id)
|
|
4487
|
+
SENSITIVE = [:key_store_password]
|
|
4377
4488
|
include Aws::Structure
|
|
4378
4489
|
end
|
|
4379
4490
|
|
|
@@ -4414,6 +4525,7 @@ module Aws::KMS
|
|
|
4414
4525
|
class UpdateKeyDescriptionRequest < Struct.new(
|
|
4415
4526
|
:key_id,
|
|
4416
4527
|
:description)
|
|
4528
|
+
SENSITIVE = []
|
|
4417
4529
|
include Aws::Structure
|
|
4418
4530
|
end
|
|
4419
4531
|
|
|
@@ -4505,6 +4617,7 @@ module Aws::KMS
|
|
|
4505
4617
|
:signature,
|
|
4506
4618
|
:signing_algorithm,
|
|
4507
4619
|
:grant_tokens)
|
|
4620
|
+
SENSITIVE = [:message]
|
|
4508
4621
|
include Aws::Structure
|
|
4509
4622
|
end
|
|
4510
4623
|
|
|
@@ -4535,6 +4648,7 @@ module Aws::KMS
|
|
|
4535
4648
|
:key_id,
|
|
4536
4649
|
:signature_valid,
|
|
4537
4650
|
:signing_algorithm)
|
|
4651
|
+
SENSITIVE = []
|
|
4538
4652
|
include Aws::Structure
|
|
4539
4653
|
end
|
|
4540
4654
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-kms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.35.0
|
|
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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|