aws-sdk 2.976.0 → 2.980.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.
@@ -108,6 +108,12 @@
108
108
  "output_token": "nextMarker",
109
109
  "result_key": "domainConfigurations"
110
110
  },
111
+ "ListFleetMetrics": {
112
+ "input_token": "nextToken",
113
+ "limit_key": "maxResults",
114
+ "output_token": "nextToken",
115
+ "result_key": "fleetMetrics"
116
+ },
111
117
  "ListIndices": {
112
118
  "input_token": "nextToken",
113
119
  "limit_key": "maxResults",
@@ -126,6 +132,12 @@
126
132
  "output_token": "nextToken",
127
133
  "result_key": "executionSummaries"
128
134
  },
135
+ "ListJobTemplates": {
136
+ "input_token": "nextToken",
137
+ "limit_key": "maxResults",
138
+ "output_token": "nextToken",
139
+ "result_key": "jobTemplates"
140
+ },
129
141
  "ListJobs": {
130
142
  "input_token": "nextToken",
131
143
  "limit_key": "maxResults",
@@ -11,15 +11,15 @@
11
11
  },
12
12
  "comments": {
13
13
  "input": {
14
- "KeyId": "The identifier of the CMK whose deletion you are canceling. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
14
+ "KeyId": "The identifier of the KMS key whose deletion you are canceling. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
15
15
  },
16
16
  "output": {
17
- "KeyId": "The ARN of the CMK whose deletion you canceled."
17
+ "KeyId": "The ARN of the KMS key whose deletion you canceled."
18
18
  }
19
19
  },
20
- "description": "The following example cancels deletion of the specified CMK.",
20
+ "description": "The following example cancels deletion of the specified KMS key.",
21
21
  "id": "to-cancel-deletion-of-a-cmk-1477428535102",
22
- "title": "To cancel deletion of a customer master key (CMK)"
22
+ "title": "To cancel deletion of a KMS key"
23
23
  }
24
24
  ],
25
25
  "CreateAlias": [
@@ -31,10 +31,10 @@
31
31
  "comments": {
32
32
  "input": {
33
33
  "AliasName": "The alias to create. Aliases must begin with 'alias/'. Do not use aliases that begin with 'alias/aws' because they are reserved for use by AWS.",
34
- "TargetKeyId": "The identifier of the CMK whose alias you are creating. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
34
+ "TargetKeyId": "The identifier of the KMS key whose alias you are creating. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
35
35
  }
36
36
  },
37
- "description": "The following example creates an alias for the specified customer master key (CMK).",
37
+ "description": "The following example creates an alias for the specified KMS key.",
38
38
  "id": "to-create-an-alias-1477505685119",
39
39
  "title": "To create an alias"
40
40
  }
@@ -56,7 +56,7 @@
56
56
  "comments": {
57
57
  "input": {
58
58
  "GranteePrincipal": "The identity that is given permission to perform the operations specified in the grant.",
59
- "KeyId": "The identifier of the CMK to which the grant applies. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
59
+ "KeyId": "The identifier of the KMS key to which the grant applies. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
60
60
  "Operations": "A list of operations that the grant allows."
61
61
  },
62
62
  "output": {
@@ -64,7 +64,7 @@
64
64
  "GrantToken": "The grant token."
65
65
  }
66
66
  },
67
- "description": "The following example creates a grant that allows the specified IAM role to encrypt data with the specified customer master key (CMK).",
67
+ "description": "The following example creates a grant that allows the specified IAM role to encrypt data with the specified KMS key.",
68
68
  "id": "to-create-a-grant-1477972226782",
69
69
  "title": "To create a grant"
70
70
  }
@@ -84,10 +84,15 @@
84
84
  "AWSAccountId": "111122223333",
85
85
  "Arn": "arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab",
86
86
  "CreationDate": "2017-07-05T14:04:55-07:00",
87
+ "CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
87
88
  "Description": "",
88
89
  "Enabled": true,
90
+ "EncryptionAlgorithms": [
91
+ "SYMMETRIC_DEFAULT"
92
+ ],
89
93
  "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
90
94
  "KeyManager": "CUSTOMER",
95
+ "KeySpec": "SYMMETRIC_DEFAULT",
91
96
  "KeyState": "Enabled",
92
97
  "KeyUsage": "ENCRYPT_DECRYPT",
93
98
  "Origin": "AWS_KMS"
@@ -98,12 +103,12 @@
98
103
  "Tags": "One or more tags. Each tag consists of a tag key and a tag value."
99
104
  },
100
105
  "output": {
101
- "KeyMetadata": "An object that contains information about the CMK created by this operation."
106
+ "KeyMetadata": "An object that contains information about the KMS key created by this operation."
102
107
  }
103
108
  },
104
- "description": "The following example creates a CMK.",
109
+ "description": "The following example creates a KMS key.",
105
110
  "id": "to-create-a-cmk-1478028992966",
106
- "title": "To create a customer master key (CMK)"
111
+ "title": "To create a KMS key"
107
112
  }
108
113
  ],
109
114
  "Decrypt": [
@@ -119,14 +124,14 @@
119
124
  "comments": {
120
125
  "input": {
121
126
  "CiphertextBlob": "The encrypted data (ciphertext).",
122
- "KeyId": "A key identifier for the CMK to use to decrypt the data."
127
+ "KeyId": "A key identifier for the KMS key to use to decrypt the data."
123
128
  },
124
129
  "output": {
125
- "KeyId": "The Amazon Resource Name (ARN) of the CMK that was used to decrypt the data.",
130
+ "KeyId": "The Amazon Resource Name (ARN) of the KMS key that was used to decrypt the data.",
126
131
  "Plaintext": "The decrypted (plaintext) data."
127
132
  }
128
133
  },
129
- "description": "The following example decrypts data that was encrypted with a customer master key (CMK) in AWS KMS.",
134
+ "description": "The following example decrypts data that was encrypted with a KMS key.",
130
135
  "id": "to-decrypt-data-1478281622886",
131
136
  "title": "To decrypt data"
132
137
  }
@@ -153,10 +158,10 @@
153
158
  },
154
159
  "comments": {
155
160
  "input": {
156
- "KeyId": "The identifier of the CMK whose imported key material you are deleting. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
161
+ "KeyId": "The identifier of the KMS key whose imported key material you are deleting. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
157
162
  }
158
163
  },
159
- "description": "The following example deletes the imported key material from the specified customer master key (CMK).",
164
+ "description": "The following example deletes the imported key material from the specified KMS key.",
160
165
  "id": "to-delete-imported-key-material-1478561674507",
161
166
  "title": "To delete imported key material"
162
167
  }
@@ -179,6 +184,7 @@
179
184
  ],
180
185
  "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
181
186
  "KeyManager": "CUSTOMER",
187
+ "KeySpec": "SYMMETRIC_DEFAULT",
182
188
  "KeyState": "Enabled",
183
189
  "KeyUsage": "ENCRYPT_DECRYPT",
184
190
  "MultiRegion": false,
@@ -187,15 +193,15 @@
187
193
  },
188
194
  "comments": {
189
195
  "input": {
190
- "KeyId": "The identifier of the CMK that you want information about. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
196
+ "KeyId": "The identifier of the KMS key that you want information about. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
191
197
  },
192
198
  "output": {
193
- "KeyMetadata": "An object that contains information about the specified CMK."
199
+ "KeyMetadata": "An object that contains information about the specified KMS key."
194
200
  }
195
201
  },
196
- "description": "The following example gets metadata about a symmetric CMK.",
202
+ "description": "The following example gets metadata about a symmetric KMS key.",
197
203
  "id": "get-key-details-1478565820907",
198
- "title": "To get details about a customer master key (CMK)"
204
+ "title": "To get details about a KMS key"
199
205
  }
200
206
  ],
201
207
  "DisableKey": [
@@ -205,12 +211,12 @@
205
211
  },
206
212
  "comments": {
207
213
  "input": {
208
- "KeyId": "The identifier of the CMK to disable. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
214
+ "KeyId": "The identifier of the KMS key to disable. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
209
215
  }
210
216
  },
211
- "description": "The following example disables the specified CMK.",
217
+ "description": "The following example disables the specified KMS key.",
212
218
  "id": "to-disable-a-cmk-1478566583659",
213
- "title": "To disable a customer master key (CMK)"
219
+ "title": "To disable a KMS key"
214
220
  }
215
221
  ],
216
222
  "DisableKeyRotation": [
@@ -220,10 +226,10 @@
220
226
  },
221
227
  "comments": {
222
228
  "input": {
223
- "KeyId": "The identifier of the CMK whose key material will no longer be rotated. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
229
+ "KeyId": "The identifier of the KMS key whose key material will no longer be rotated. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
224
230
  }
225
231
  },
226
- "description": "The following example disables automatic annual rotation of the key material for the specified CMK.",
232
+ "description": "The following example disables automatic annual rotation of the key material for the specified KMS key.",
227
233
  "id": "to-disable-automatic-rotation-of-key-material-1478624396092",
228
234
  "title": "To disable automatic rotation of key material"
229
235
  }
@@ -235,12 +241,12 @@
235
241
  },
236
242
  "comments": {
237
243
  "input": {
238
- "KeyId": "The identifier of the CMK to enable. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
244
+ "KeyId": "The identifier of the KMS key to enable. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
239
245
  }
240
246
  },
241
- "description": "The following example enables the specified CMK.",
247
+ "description": "The following example enables the specified KMS key.",
242
248
  "id": "to-enable-a-cmk-1478627501129",
243
- "title": "To enable a customer master key (CMK)"
249
+ "title": "To enable a KMS key"
244
250
  }
245
251
  ],
246
252
  "EnableKeyRotation": [
@@ -250,10 +256,10 @@
250
256
  },
251
257
  "comments": {
252
258
  "input": {
253
- "KeyId": "The identifier of the CMK whose key material will be rotated annually. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
259
+ "KeyId": "The identifier of the KMS key whose key material will be rotated annually. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
254
260
  }
255
261
  },
256
- "description": "The following example enables automatic annual rotation of the key material for the specified CMK.",
262
+ "description": "The following example enables automatic annual rotation of the key material for the specified KMS key.",
257
263
  "id": "to-enable-automatic-rotation-of-key-material-1478629109677",
258
264
  "title": "To enable automatic rotation of key material"
259
265
  }
@@ -270,15 +276,15 @@
270
276
  },
271
277
  "comments": {
272
278
  "input": {
273
- "KeyId": "The identifier of the CMK to use for encryption. You can use the key ID or Amazon Resource Name (ARN) of the CMK, or the name or ARN of an alias that refers to the CMK.",
279
+ "KeyId": "The identifier of the KMS key to use for encryption. You can use the key ID or Amazon Resource Name (ARN) of the KMS key, or the name or ARN of an alias that refers to the KMS key.",
274
280
  "Plaintext": "The data to encrypt."
275
281
  },
276
282
  "output": {
277
283
  "CiphertextBlob": "The encrypted data (ciphertext).",
278
- "KeyId": "The ARN of the CMK that was used to encrypt the data."
284
+ "KeyId": "The ARN of the KMS key that was used to encrypt the data."
279
285
  }
280
286
  },
281
- "description": "The following example encrypts data with the specified customer master key (CMK).",
287
+ "description": "The following example encrypts data with the specified KMS key.",
282
288
  "id": "to-encrypt-data-1478906026012",
283
289
  "title": "To encrypt data"
284
290
  }
@@ -296,16 +302,16 @@
296
302
  },
297
303
  "comments": {
298
304
  "input": {
299
- "KeyId": "The identifier of the CMK to use to encrypt the data key. You can use the key ID or Amazon Resource Name (ARN) of the CMK, or the name or ARN of an alias that refers to the CMK.",
305
+ "KeyId": "The identifier of the KMS key to use to encrypt the data key. You can use the key ID or Amazon Resource Name (ARN) of the KMS key, or the name or ARN of an alias that refers to the KMS key.",
300
306
  "KeySpec": "Specifies the type of data key to return."
301
307
  },
302
308
  "output": {
303
309
  "CiphertextBlob": "The encrypted data key.",
304
- "KeyId": "The ARN of the CMK that was used to encrypt the data key.",
310
+ "KeyId": "The ARN of the KMS key that was used to encrypt the data key.",
305
311
  "Plaintext": "The unencrypted (plaintext) data key."
306
312
  }
307
313
  },
308
- "description": "The following example generates a 256-bit symmetric data encryption key (data key) in two formats. One is the unencrypted (plainext) data key, and the other is the data key encrypted with the specified customer master key (CMK).",
314
+ "description": "The following example generates a 256-bit symmetric data encryption key (data key) in two formats. One is the unencrypted (plainext) data key, and the other is the data key encrypted with the specified KMS key.",
309
315
  "id": "to-generate-a-data-key-1478912956062",
310
316
  "title": "To generate a data key"
311
317
  }
@@ -322,15 +328,15 @@
322
328
  },
323
329
  "comments": {
324
330
  "input": {
325
- "KeyId": "The identifier of the CMK to use to encrypt the data key. You can use the key ID or Amazon Resource Name (ARN) of the CMK, or the name or ARN of an alias that refers to the CMK.",
331
+ "KeyId": "The identifier of the KMS key to use to encrypt the data key. You can use the key ID or Amazon Resource Name (ARN) of the KMS key, or the name or ARN of an alias that refers to the KMS key.",
326
332
  "KeySpec": "Specifies the type of data key to return."
327
333
  },
328
334
  "output": {
329
335
  "CiphertextBlob": "The encrypted data key.",
330
- "KeyId": "The ARN of the CMK that was used to encrypt the data key."
336
+ "KeyId": "The ARN of the KMS key that was used to encrypt the data key."
331
337
  }
332
338
  },
333
- "description": "The following example generates an encrypted copy of a 256-bit symmetric data encryption key (data key). The data key is encrypted with the specified customer master key (CMK).",
339
+ "description": "The following example generates an encrypted copy of a 256-bit symmetric data encryption key (data key). The data key is encrypted with the specified KMS key.",
334
340
  "id": "to-generate-an-encrypted-data-key-1478914121134",
335
341
  "title": "To generate an encrypted data key"
336
342
  }
@@ -351,7 +357,7 @@
351
357
  "Plaintext": "The random data."
352
358
  }
353
359
  },
354
- "description": "The following example uses AWS KMS to generate 32 bytes of random data.",
360
+ "description": "The following example generates 32 bytes of random data.",
355
361
  "id": "to-generate-random-data-1479163645600",
356
362
  "title": "To generate random data"
357
363
  }
@@ -367,14 +373,14 @@
367
373
  },
368
374
  "comments": {
369
375
  "input": {
370
- "KeyId": "The identifier of the CMK whose key policy you want to retrieve. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
376
+ "KeyId": "The identifier of the KMS key whose key policy you want to retrieve. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
371
377
  "PolicyName": "The name of the key policy to retrieve."
372
378
  },
373
379
  "output": {
374
380
  "Policy": "The key policy document."
375
381
  }
376
382
  },
377
- "description": "The following example retrieves the key policy for the specified customer master key (CMK).",
383
+ "description": "The following example retrieves the key policy for the specified KMS key.",
378
384
  "id": "to-retrieve-a-key-policy-1479170128325",
379
385
  "title": "To retrieve a key policy"
380
386
  }
@@ -389,15 +395,15 @@
389
395
  },
390
396
  "comments": {
391
397
  "input": {
392
- "KeyId": "The identifier of the CMK whose key material rotation status you want to retrieve. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
398
+ "KeyId": "The identifier of the KMS key whose key material rotation status you want to retrieve. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
393
399
  },
394
400
  "output": {
395
401
  "KeyRotationEnabled": "A boolean that indicates the key material rotation status. Returns true when automatic annual rotation of the key material is enabled, or false when it is not."
396
402
  }
397
403
  },
398
- "description": "The following example retrieves the status of automatic annual rotation of the key material for the specified CMK.",
404
+ "description": "The following example retrieves the status of automatic annual rotation of the key material for the specified KMS key.",
399
405
  "id": "to-retrieve-the-rotation-status-for-a-cmk-1479172287408",
400
- "title": "To retrieve the rotation status for a customer master key (CMK)"
406
+ "title": "To retrieve the rotation status for a KMS key"
401
407
  }
402
408
  ],
403
409
  "GetParametersForImport": [
@@ -415,20 +421,20 @@
415
421
  },
416
422
  "comments": {
417
423
  "input": {
418
- "KeyId": "The identifier of the CMK for which to retrieve the public key and import token. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
424
+ "KeyId": "The identifier of the KMS key for which to retrieve the public key and import token. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
419
425
  "WrappingAlgorithm": "The algorithm that you will use to encrypt the key material before importing it.",
420
426
  "WrappingKeySpec": "The type of wrapping key (public key) to return in the response."
421
427
  },
422
428
  "output": {
423
429
  "ImportToken": "The import token to send with a subsequent ImportKeyMaterial request.",
424
- "KeyId": "The ARN of the CMK for which you are retrieving the public key and import token. This is the same CMK specified in the request.",
430
+ "KeyId": "The ARN of the KMS key for which you are retrieving the public key and import token. This is the same KMS key specified in the request.",
425
431
  "ParametersValidTo": "The time at which the import token and public key are no longer valid.",
426
432
  "PublicKey": "The public key to use to encrypt the key material before importing it."
427
433
  }
428
434
  },
429
- "description": "The following example retrieves the public key and import token for the specified CMK.",
435
+ "description": "The following example retrieves the public key and import token for the specified KMS key.",
430
436
  "id": "to-retrieve-the-public-key-and-import-token-for-a-cmk-1480626483211",
431
- "title": "To retrieve the public key and import token for a customer master key (CMK)"
437
+ "title": "To retrieve the public key and import token for a KMS key"
432
438
  }
433
439
  ],
434
440
  "ImportKeyMaterial": [
@@ -444,12 +450,12 @@
444
450
  "EncryptedKeyMaterial": "The encrypted key material to import.",
445
451
  "ExpirationModel": "A value that specifies whether the key material expires.",
446
452
  "ImportToken": "The import token that you received in the response to a previous GetParametersForImport request.",
447
- "KeyId": "The identifier of the CMK to import the key material into. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
453
+ "KeyId": "The identifier of the KMS key to import the key material into. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
448
454
  }
449
455
  },
450
- "description": "The following example imports key material into the specified CMK.",
456
+ "description": "The following example imports key material into the specified KMS key.",
451
457
  "id": "to-import-key-material-into-a-cmk-1480630551969",
452
- "title": "To import key material into a customer master key (CMK)"
458
+ "title": "To import key material into a KMS key"
453
459
  }
454
460
  ],
455
461
  "ListAliases": [
@@ -501,7 +507,7 @@
501
507
  },
502
508
  "comments": {
503
509
  "output": {
504
- "Aliases": "A list of aliases, including the key ID of the customer master key (CMK) that each alias refers to.",
510
+ "Aliases": "A list of aliases, including the key ID of the KMS key that each alias refers to.",
505
511
  "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."
506
512
  }
507
513
  },
@@ -573,16 +579,16 @@
573
579
  },
574
580
  "comments": {
575
581
  "input": {
576
- "KeyId": "The identifier of the CMK whose grants you want to list. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
582
+ "KeyId": "The identifier of the KMS key whose grants you want to list. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
577
583
  },
578
584
  "output": {
579
585
  "Grants": "A list of grants.",
580
586
  "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."
581
587
  }
582
588
  },
583
- "description": "The following example lists grants for the specified CMK.",
589
+ "description": "The following example lists grants for the specified KMS key.",
584
590
  "id": "to-list-grants-for-a-cmk-1481067365389",
585
- "title": "To list grants for a customer master key (CMK)"
591
+ "title": "To list grants for a KMS key"
586
592
  }
587
593
  ],
588
594
  "ListKeyPolicies": [
@@ -598,16 +604,16 @@
598
604
  },
599
605
  "comments": {
600
606
  "input": {
601
- "KeyId": "The identifier of the CMK whose key policies you want to list. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
607
+ "KeyId": "The identifier of the KMS key whose key policies you want to list. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
602
608
  },
603
609
  "output": {
604
610
  "PolicyNames": "A list of key policy names.",
605
611
  "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."
606
612
  }
607
613
  },
608
- "description": "The following example lists key policies for the specified CMK.",
614
+ "description": "The following example lists key policies for the specified KMS key.",
609
615
  "id": "to-list-key-policies-for-a-cmk-1481069780998",
610
- "title": "To list key policies for a customer master key (CMK)"
616
+ "title": "To list key policies for a KMS key"
611
617
  }
612
618
  ],
613
619
  "ListKeys": [
@@ -647,13 +653,13 @@
647
653
  },
648
654
  "comments": {
649
655
  "output": {
650
- "Keys": "A list of CMKs, including the key ID and Amazon Resource Name (ARN) of each one.",
656
+ "Keys": "A list of KMS keys, including the key ID and Amazon Resource Name (ARN) of each one.",
651
657
  "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."
652
658
  }
653
659
  },
654
- "description": "The following example lists CMKs.",
660
+ "description": "The following example lists KMS keys.",
655
661
  "id": "to-list-cmks-1481071643069",
656
- "title": "To list customer master keys (CMKs)"
662
+ "title": "To list KMS keys"
657
663
  }
658
664
  ],
659
665
  "ListResourceTags": [
@@ -680,16 +686,16 @@
680
686
  },
681
687
  "comments": {
682
688
  "input": {
683
- "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."
689
+ "KeyId": "The identifier of the KMS key whose tags you are listing. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
684
690
  },
685
691
  "output": {
686
692
  "Tags": "A list of tags.",
687
693
  "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."
688
694
  }
689
695
  },
690
- "description": "The following example lists tags for a CMK.",
696
+ "description": "The following example lists tags for a KMS key.",
691
697
  "id": "to-list-tags-for-a-cmk-1483996855796",
692
- "title": "To list tags for a customer master key (CMK)"
698
+ "title": "To list tags for a KMS key"
693
699
  }
694
700
  ],
695
701
  "ListRetirableGrants": [
@@ -716,7 +722,7 @@
716
722
  },
717
723
  "comments": {
718
724
  "input": {
719
- "RetiringPrincipal": "The retiring principal whose grants you want to list. Use the Amazon Resource Name (ARN) of an AWS principal such as an AWS account (root), IAM user, federated user, or assumed role user."
725
+ "RetiringPrincipal": "The retiring principal whose grants you want to list. Use the Amazon Resource Name (ARN) of a principal such as an AWS account (root), IAM user, federated user, or assumed role user."
720
726
  },
721
727
  "output": {
722
728
  "Grants": "A list of grants that the specified principal can retire.",
@@ -737,14 +743,14 @@
737
743
  },
738
744
  "comments": {
739
745
  "input": {
740
- "KeyId": "The identifier of the CMK to attach the key policy to. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
746
+ "KeyId": "The identifier of the KMS key to attach the key policy to. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
741
747
  "Policy": "The key policy document.",
742
748
  "PolicyName": "The name of the key policy."
743
749
  }
744
750
  },
745
- "description": "The following example attaches a key policy to the specified CMK.",
751
+ "description": "The following example attaches a key policy to the specified KMS key.",
746
752
  "id": "to-attach-a-key-policy-to-a-cmk-1481147345018",
747
- "title": "To attach a key policy to a customer master key (CMK)"
753
+ "title": "To attach a key policy to a KMS key"
748
754
  }
749
755
  ],
750
756
  "ReEncrypt": [
@@ -761,16 +767,16 @@
761
767
  "comments": {
762
768
  "input": {
763
769
  "CiphertextBlob": "The data to reencrypt.",
764
- "DestinationKeyId": "The identifier of the CMK to use to reencrypt the data. You can use any valid key identifier.",
765
- "SourceKeyId": "The identifier of the CMK to use to decrypt the data. You can use any valid key identifier."
770
+ "DestinationKeyId": "The identifier of the KMS key to use to reencrypt the data. You can use any valid key identifier.",
771
+ "SourceKeyId": "The identifier of the KMS key to use to decrypt the data. You can use any valid key identifier."
766
772
  },
767
773
  "output": {
768
774
  "CiphertextBlob": "The reencrypted data.",
769
- "KeyId": "The ARN of the CMK that was used to reencrypt the data.",
770
- "SourceKeyId": "The ARN of the CMK that was originally used to encrypt the data."
775
+ "KeyId": "The ARN of the KMS key that was used to reencrypt the data.",
776
+ "SourceKeyId": "The ARN of the KMS key that was originally used to encrypt the data."
771
777
  }
772
778
  },
773
- "description": "The following example reencrypts data with the specified CMK.",
779
+ "description": "The following example reencrypts data with the specified KMS key.",
774
780
  "id": "to-reencrypt-data-1481230358001",
775
781
  "title": "To reencrypt data"
776
782
  }
@@ -784,7 +790,7 @@
784
790
  "comments": {
785
791
  "input": {
786
792
  "GrantId": "The identifier of the grant to retire.",
787
- "KeyId": "The Amazon Resource Name (ARN) of the customer master key (CMK) associated with the grant."
793
+ "KeyId": "The Amazon Resource Name (ARN) of the KMS key associated with the grant."
788
794
  }
789
795
  },
790
796
  "description": "The following example retires a grant.",
@@ -801,7 +807,7 @@
801
807
  "comments": {
802
808
  "input": {
803
809
  "GrantId": "The identifier of the grant to revoke.",
804
- "KeyId": "The identifier of the customer master key (CMK) associated with the grant. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
810
+ "KeyId": "The identifier of the KMS key associated with the grant. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
805
811
  }
806
812
  },
807
813
  "description": "The following example revokes a grant.",
@@ -821,17 +827,17 @@
821
827
  },
822
828
  "comments": {
823
829
  "input": {
824
- "KeyId": "The identifier of the CMK to schedule for deletion. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
825
- "PendingWindowInDays": "The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the CMK."
830
+ "KeyId": "The identifier of the KMS key to schedule for deletion. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
831
+ "PendingWindowInDays": "The waiting period, specified in number of days. After the waiting period ends, KMS deletes the KMS key."
826
832
  },
827
833
  "output": {
828
- "DeletionDate": "The date and time after which AWS KMS deletes the CMK.",
829
- "KeyId": "The ARN of the CMK that is scheduled for deletion."
834
+ "DeletionDate": "The date and time after which KMS deletes the KMS key.",
835
+ "KeyId": "The ARN of the KMS key that is scheduled for deletion."
830
836
  }
831
837
  },
832
- "description": "The following example schedules the specified CMK for deletion.",
838
+ "description": "The following example schedules the specified KMS key for deletion.",
833
839
  "id": "to-schedule-a-cmk-for-deletion-1481331111094",
834
- "title": "To schedule a customer master key (CMK) for deletion"
840
+ "title": "To schedule a KMS key for deletion"
835
841
  }
836
842
  ],
837
843
  "TagResource": [
@@ -847,13 +853,13 @@
847
853
  },
848
854
  "comments": {
849
855
  "input": {
850
- "KeyId": "The identifier of the CMK you are tagging. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
856
+ "KeyId": "The identifier of the KMS key you are tagging. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key.",
851
857
  "Tags": "A list of tags."
852
858
  }
853
859
  },
854
- "description": "The following example tags a CMK.",
860
+ "description": "The following example tags a KMS key.",
855
861
  "id": "to-tag-a-cmk-1483997246518",
856
- "title": "To tag a customer master key (CMK)"
862
+ "title": "To tag a KMS key"
857
863
  }
858
864
  ],
859
865
  "UntagResource": [
@@ -867,13 +873,13 @@
867
873
  },
868
874
  "comments": {
869
875
  "input": {
870
- "KeyId": "The identifier of the CMK whose tags you are removing.",
876
+ "KeyId": "The identifier of the KMS key whose tags you are removing.",
871
877
  "TagKeys": "A list of tag keys. Provide only the tag keys, not the tag values."
872
878
  }
873
879
  },
874
- "description": "The following example removes tags from a CMK.",
880
+ "description": "The following example removes tags from a KMS key.",
875
881
  "id": "to-remove-tags-from-a-cmk-1483997590962",
876
- "title": "To remove tags from a customer master key (CMK)"
882
+ "title": "To remove tags from a KMS key"
877
883
  }
878
884
  ],
879
885
  "UpdateAlias": [
@@ -885,10 +891,10 @@
885
891
  "comments": {
886
892
  "input": {
887
893
  "AliasName": "The alias to update.",
888
- "TargetKeyId": "The identifier of the CMK that the alias will refer to after this operation succeeds. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
894
+ "TargetKeyId": "The identifier of the KMS key that the alias will refer to after this operation succeeds. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
889
895
  }
890
896
  },
891
- "description": "The following example updates the specified alias to refer to the specified customer master key (CMK).",
897
+ "description": "The following example updates the specified alias to refer to the specified KMS key.",
892
898
  "id": "to-update-an-alias-1481572726920",
893
899
  "title": "To update an alias"
894
900
  }
@@ -896,18 +902,18 @@
896
902
  "UpdateKeyDescription": [
897
903
  {
898
904
  "input": {
899
- "Description": "Example description that indicates the intended use of this CMK.",
905
+ "Description": "Example description that indicates the intended use of this KMS key.",
900
906
  "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab"
901
907
  },
902
908
  "comments": {
903
909
  "input": {
904
910
  "Description": "The updated description.",
905
- "KeyId": "The identifier of the CMK whose description you are updating. You can use the key ID or the Amazon Resource Name (ARN) of the CMK."
911
+ "KeyId": "The identifier of the KMS key whose description you are updating. You can use the key ID or the Amazon Resource Name (ARN) of the KMS key."
906
912
  }
907
913
  },
908
- "description": "The following example updates the description of the specified CMK.",
914
+ "description": "The following example updates the description of the specified KMS key.",
909
915
  "id": "to-update-the-description-of-a-cmk-1481574808619",
910
- "title": "To update the description of a customer master key (CMK)"
916
+ "title": "To update the description of a KMS key"
911
917
  }
912
918
  ]
913
919
  }