aws-sdk-core 2.0.17 → 2.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/CloudHSM.api.json +928 -0
- data/apis/CloudSearch.api.json +33 -13
- data/apis/EC2.api.json +302 -1
- data/apis/ECS.api.json +950 -0
- data/apis/IAM.resources.json +129 -54
- data/apis/RDS.api.json +203 -23
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/api/service_customizations.rb +6 -0
- data/lib/aws-sdk-core/cloudhsm.rb +4 -0
- data/lib/aws-sdk-core/ecs.rb +4 -0
- data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +4 -3
- data/lib/aws-sdk-core/rest_body_handler.rb +1 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf3d012e88cd12ef67f947483ff1f4c5d175db37
|
4
|
+
data.tar.gz: 863c67d51f9346c1a2d2669f238bdf98bc3c4792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef14138b677b18bc34b9f1c976c82b09c549bb3a2d3d945dda08cd28eeda6c49f1ccf5c37b0f92b8a6e0e74d1b8ddff4563f9f3fd8c2a94c2c6c17c5d83086d6
|
7
|
+
data.tar.gz: abdeb91aa9af644e61811e44eebd57cc0ff9d6041dc85fbc0c675a10e094baa90adea1efc2396be015962a2e2fe6fb5258e967489490ca24fb069e85f3803926
|
@@ -0,0 +1,928 @@
|
|
1
|
+
{
|
2
|
+
"metadata":{
|
3
|
+
"apiVersion":"2014-05-30",
|
4
|
+
"endpointPrefix":"cloudhsm",
|
5
|
+
"serviceAbbreviation":"CloudHSM",
|
6
|
+
"serviceFullName":"Amazon CloudHSM",
|
7
|
+
"signatureVersion":"v4",
|
8
|
+
"targetPrefix":"cloudhsm",
|
9
|
+
"protocol":"json",
|
10
|
+
"jsonVersion":"1.1",
|
11
|
+
"targetPrefix":"CloudHsmFrontendService"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"CreateHapg":{
|
15
|
+
"name":"CreateHapg",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"CreateHapgRequest"},
|
21
|
+
"output":{"shape":"CreateHapgResponse"},
|
22
|
+
"errors":[
|
23
|
+
{
|
24
|
+
"shape":"CloudHsmServiceException",
|
25
|
+
"exception":true
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"shape":"CloudHsmInternalException",
|
29
|
+
"exception":true,
|
30
|
+
"fault":true
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape":"InvalidRequestException",
|
34
|
+
"exception":true
|
35
|
+
}
|
36
|
+
]
|
37
|
+
},
|
38
|
+
"CreateHsm":{
|
39
|
+
"name":"CreateHsm",
|
40
|
+
"http":{
|
41
|
+
"method":"POST",
|
42
|
+
"requestUri":"/"
|
43
|
+
},
|
44
|
+
"input":{
|
45
|
+
"shape":"CreateHsmRequest",
|
46
|
+
"locationName":"CreateHsmRequest"
|
47
|
+
},
|
48
|
+
"output":{"shape":"CreateHsmResponse"},
|
49
|
+
"errors":[
|
50
|
+
{
|
51
|
+
"shape":"CloudHsmServiceException",
|
52
|
+
"exception":true
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"shape":"CloudHsmInternalException",
|
56
|
+
"exception":true,
|
57
|
+
"fault":true
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"shape":"InvalidRequestException",
|
61
|
+
"exception":true
|
62
|
+
}
|
63
|
+
]
|
64
|
+
},
|
65
|
+
"CreateLunaClient":{
|
66
|
+
"name":"CreateLunaClient",
|
67
|
+
"http":{
|
68
|
+
"method":"POST",
|
69
|
+
"requestUri":"/"
|
70
|
+
},
|
71
|
+
"input":{"shape":"CreateLunaClientRequest"},
|
72
|
+
"output":{"shape":"CreateLunaClientResponse"},
|
73
|
+
"errors":[
|
74
|
+
{
|
75
|
+
"shape":"CloudHsmServiceException",
|
76
|
+
"exception":true
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"shape":"CloudHsmInternalException",
|
80
|
+
"exception":true,
|
81
|
+
"fault":true
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"shape":"InvalidRequestException",
|
85
|
+
"exception":true
|
86
|
+
}
|
87
|
+
]
|
88
|
+
},
|
89
|
+
"DeleteHapg":{
|
90
|
+
"name":"DeleteHapg",
|
91
|
+
"http":{
|
92
|
+
"method":"POST",
|
93
|
+
"requestUri":"/"
|
94
|
+
},
|
95
|
+
"input":{"shape":"DeleteHapgRequest"},
|
96
|
+
"output":{"shape":"DeleteHapgResponse"},
|
97
|
+
"errors":[
|
98
|
+
{
|
99
|
+
"shape":"CloudHsmServiceException",
|
100
|
+
"exception":true
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"shape":"CloudHsmInternalException",
|
104
|
+
"exception":true,
|
105
|
+
"fault":true
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"shape":"InvalidRequestException",
|
109
|
+
"exception":true
|
110
|
+
}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
"DeleteHsm":{
|
114
|
+
"name":"DeleteHsm",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{
|
120
|
+
"shape":"DeleteHsmRequest",
|
121
|
+
"locationName":"DeleteHsmRequest"
|
122
|
+
},
|
123
|
+
"output":{"shape":"DeleteHsmResponse"},
|
124
|
+
"errors":[
|
125
|
+
{
|
126
|
+
"shape":"CloudHsmServiceException",
|
127
|
+
"exception":true
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"shape":"CloudHsmInternalException",
|
131
|
+
"exception":true,
|
132
|
+
"fault":true
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"shape":"InvalidRequestException",
|
136
|
+
"exception":true
|
137
|
+
}
|
138
|
+
]
|
139
|
+
},
|
140
|
+
"DeleteLunaClient":{
|
141
|
+
"name":"DeleteLunaClient",
|
142
|
+
"http":{
|
143
|
+
"method":"POST",
|
144
|
+
"requestUri":"/"
|
145
|
+
},
|
146
|
+
"input":{"shape":"DeleteLunaClientRequest"},
|
147
|
+
"output":{"shape":"DeleteLunaClientResponse"},
|
148
|
+
"errors":[
|
149
|
+
{
|
150
|
+
"shape":"CloudHsmServiceException",
|
151
|
+
"exception":true
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"shape":"CloudHsmInternalException",
|
155
|
+
"exception":true,
|
156
|
+
"fault":true
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"shape":"InvalidRequestException",
|
160
|
+
"exception":true
|
161
|
+
}
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"DescribeHapg":{
|
165
|
+
"name":"DescribeHapg",
|
166
|
+
"http":{
|
167
|
+
"method":"POST",
|
168
|
+
"requestUri":"/"
|
169
|
+
},
|
170
|
+
"input":{"shape":"DescribeHapgRequest"},
|
171
|
+
"output":{"shape":"DescribeHapgResponse"},
|
172
|
+
"errors":[
|
173
|
+
{
|
174
|
+
"shape":"CloudHsmServiceException",
|
175
|
+
"exception":true
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"shape":"CloudHsmInternalException",
|
179
|
+
"exception":true,
|
180
|
+
"fault":true
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"shape":"InvalidRequestException",
|
184
|
+
"exception":true
|
185
|
+
}
|
186
|
+
]
|
187
|
+
},
|
188
|
+
"DescribeHsm":{
|
189
|
+
"name":"DescribeHsm",
|
190
|
+
"http":{
|
191
|
+
"method":"POST",
|
192
|
+
"requestUri":"/"
|
193
|
+
},
|
194
|
+
"input":{"shape":"DescribeHsmRequest"},
|
195
|
+
"output":{"shape":"DescribeHsmResponse"},
|
196
|
+
"errors":[
|
197
|
+
{
|
198
|
+
"shape":"CloudHsmServiceException",
|
199
|
+
"exception":true
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"shape":"CloudHsmInternalException",
|
203
|
+
"exception":true,
|
204
|
+
"fault":true
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"shape":"InvalidRequestException",
|
208
|
+
"exception":true
|
209
|
+
}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
"DescribeLunaClient":{
|
213
|
+
"name":"DescribeLunaClient",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/"
|
217
|
+
},
|
218
|
+
"input":{"shape":"DescribeLunaClientRequest"},
|
219
|
+
"output":{"shape":"DescribeLunaClientResponse"},
|
220
|
+
"errors":[
|
221
|
+
{
|
222
|
+
"shape":"CloudHsmServiceException",
|
223
|
+
"exception":true
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"shape":"CloudHsmInternalException",
|
227
|
+
"exception":true,
|
228
|
+
"fault":true
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"shape":"InvalidRequestException",
|
232
|
+
"exception":true
|
233
|
+
}
|
234
|
+
]
|
235
|
+
},
|
236
|
+
"GetConfig":{
|
237
|
+
"name":"GetConfig",
|
238
|
+
"http":{
|
239
|
+
"method":"POST",
|
240
|
+
"requestUri":"/"
|
241
|
+
},
|
242
|
+
"input":{"shape":"GetConfigRequest"},
|
243
|
+
"output":{"shape":"GetConfigResponse"},
|
244
|
+
"errors":[
|
245
|
+
{
|
246
|
+
"shape":"CloudHsmServiceException",
|
247
|
+
"exception":true
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"shape":"CloudHsmInternalException",
|
251
|
+
"exception":true,
|
252
|
+
"fault":true
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"shape":"InvalidRequestException",
|
256
|
+
"exception":true
|
257
|
+
}
|
258
|
+
]
|
259
|
+
},
|
260
|
+
"ListAvailableZones":{
|
261
|
+
"name":"ListAvailableZones",
|
262
|
+
"http":{
|
263
|
+
"method":"POST",
|
264
|
+
"requestUri":"/"
|
265
|
+
},
|
266
|
+
"input":{"shape":"ListAvailableZonesRequest"},
|
267
|
+
"output":{"shape":"ListAvailableZonesResponse"},
|
268
|
+
"errors":[
|
269
|
+
{
|
270
|
+
"shape":"CloudHsmServiceException",
|
271
|
+
"exception":true
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"shape":"CloudHsmInternalException",
|
275
|
+
"exception":true,
|
276
|
+
"fault":true
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"shape":"InvalidRequestException",
|
280
|
+
"exception":true
|
281
|
+
}
|
282
|
+
]
|
283
|
+
},
|
284
|
+
"ListHapgs":{
|
285
|
+
"name":"ListHapgs",
|
286
|
+
"http":{
|
287
|
+
"method":"POST",
|
288
|
+
"requestUri":"/"
|
289
|
+
},
|
290
|
+
"input":{"shape":"ListHapgsRequest"},
|
291
|
+
"output":{"shape":"ListHapgsResponse"},
|
292
|
+
"errors":[
|
293
|
+
{
|
294
|
+
"shape":"CloudHsmServiceException",
|
295
|
+
"exception":true
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"shape":"CloudHsmInternalException",
|
299
|
+
"exception":true,
|
300
|
+
"fault":true
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"shape":"InvalidRequestException",
|
304
|
+
"exception":true
|
305
|
+
}
|
306
|
+
]
|
307
|
+
},
|
308
|
+
"ListHsms":{
|
309
|
+
"name":"ListHsms",
|
310
|
+
"http":{
|
311
|
+
"method":"POST",
|
312
|
+
"requestUri":"/"
|
313
|
+
},
|
314
|
+
"input":{"shape":"ListHsmsRequest"},
|
315
|
+
"output":{"shape":"ListHsmsResponse"},
|
316
|
+
"errors":[
|
317
|
+
{
|
318
|
+
"shape":"CloudHsmServiceException",
|
319
|
+
"exception":true
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"shape":"CloudHsmInternalException",
|
323
|
+
"exception":true,
|
324
|
+
"fault":true
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"shape":"InvalidRequestException",
|
328
|
+
"exception":true
|
329
|
+
}
|
330
|
+
]
|
331
|
+
},
|
332
|
+
"ListLunaClients":{
|
333
|
+
"name":"ListLunaClients",
|
334
|
+
"http":{
|
335
|
+
"method":"POST",
|
336
|
+
"requestUri":"/"
|
337
|
+
},
|
338
|
+
"input":{"shape":"ListLunaClientsRequest"},
|
339
|
+
"output":{"shape":"ListLunaClientsResponse"},
|
340
|
+
"errors":[
|
341
|
+
{
|
342
|
+
"shape":"CloudHsmServiceException",
|
343
|
+
"exception":true
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"shape":"CloudHsmInternalException",
|
347
|
+
"exception":true,
|
348
|
+
"fault":true
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"shape":"InvalidRequestException",
|
352
|
+
"exception":true
|
353
|
+
}
|
354
|
+
]
|
355
|
+
},
|
356
|
+
"ModifyHapg":{
|
357
|
+
"name":"ModifyHapg",
|
358
|
+
"http":{
|
359
|
+
"method":"POST",
|
360
|
+
"requestUri":"/"
|
361
|
+
},
|
362
|
+
"input":{"shape":"ModifyHapgRequest"},
|
363
|
+
"output":{"shape":"ModifyHapgResponse"},
|
364
|
+
"errors":[
|
365
|
+
{
|
366
|
+
"shape":"CloudHsmServiceException",
|
367
|
+
"exception":true
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"shape":"CloudHsmInternalException",
|
371
|
+
"exception":true,
|
372
|
+
"fault":true
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"shape":"InvalidRequestException",
|
376
|
+
"exception":true
|
377
|
+
}
|
378
|
+
]
|
379
|
+
},
|
380
|
+
"ModifyHsm":{
|
381
|
+
"name":"ModifyHsm",
|
382
|
+
"http":{
|
383
|
+
"method":"POST",
|
384
|
+
"requestUri":"/"
|
385
|
+
},
|
386
|
+
"input":{
|
387
|
+
"shape":"ModifyHsmRequest",
|
388
|
+
"locationName":"ModifyHsmRequest"
|
389
|
+
},
|
390
|
+
"output":{"shape":"ModifyHsmResponse"},
|
391
|
+
"errors":[
|
392
|
+
{
|
393
|
+
"shape":"CloudHsmServiceException",
|
394
|
+
"exception":true
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"shape":"CloudHsmInternalException",
|
398
|
+
"exception":true,
|
399
|
+
"fault":true
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"shape":"InvalidRequestException",
|
403
|
+
"exception":true
|
404
|
+
}
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"ModifyLunaClient":{
|
408
|
+
"name":"ModifyLunaClient",
|
409
|
+
"http":{
|
410
|
+
"method":"POST",
|
411
|
+
"requestUri":"/"
|
412
|
+
},
|
413
|
+
"input":{"shape":"ModifyLunaClientRequest"},
|
414
|
+
"output":{"shape":"ModifyLunaClientResponse"},
|
415
|
+
"errors":[
|
416
|
+
{
|
417
|
+
"shape":"CloudHsmServiceException",
|
418
|
+
"exception":true
|
419
|
+
}
|
420
|
+
]
|
421
|
+
}
|
422
|
+
},
|
423
|
+
"shapes":{
|
424
|
+
"AZ":{
|
425
|
+
"type":"string",
|
426
|
+
"pattern":"[a-zA-Z0-9\\-]*"
|
427
|
+
},
|
428
|
+
"AZList":{
|
429
|
+
"type":"list",
|
430
|
+
"member":{"shape":"AZ"}
|
431
|
+
},
|
432
|
+
"Boolean":{"type":"boolean"},
|
433
|
+
"Certificate":{
|
434
|
+
"type":"string",
|
435
|
+
"min":600,
|
436
|
+
"max":2400,
|
437
|
+
"pattern":"[\\w :+=./\\n-]*"
|
438
|
+
},
|
439
|
+
"CertificateFingerprint":{
|
440
|
+
"type":"string",
|
441
|
+
"pattern":"([0-9a-fA-F][0-9a-fA-F]:){15}[0-9a-fA-F][0-9a-fA-F]"
|
442
|
+
},
|
443
|
+
"ClientArn":{
|
444
|
+
"type":"string",
|
445
|
+
"pattern":"arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\\-]*:[0-9]{12}:client-[0-9a-f]{8}"
|
446
|
+
},
|
447
|
+
"ClientLabel":{
|
448
|
+
"type":"string",
|
449
|
+
"pattern":"[a-zA-Z0-9_.-]{2,64}"
|
450
|
+
},
|
451
|
+
"ClientList":{
|
452
|
+
"type":"list",
|
453
|
+
"member":{"shape":"ClientArn"}
|
454
|
+
},
|
455
|
+
"ClientToken":{
|
456
|
+
"type":"string",
|
457
|
+
"pattern":"[a-zA-Z0-9]{1,64}"
|
458
|
+
},
|
459
|
+
"ClientVersion":{
|
460
|
+
"type":"string",
|
461
|
+
"enum":[
|
462
|
+
"5.1",
|
463
|
+
"5.3"
|
464
|
+
]
|
465
|
+
},
|
466
|
+
"CloudHsmInternalException":{
|
467
|
+
"type":"structure",
|
468
|
+
"members":{
|
469
|
+
},
|
470
|
+
"exception":true,
|
471
|
+
"fault":true
|
472
|
+
},
|
473
|
+
"CloudHsmObjectState":{
|
474
|
+
"type":"string",
|
475
|
+
"enum":[
|
476
|
+
"READY",
|
477
|
+
"UPDATING",
|
478
|
+
"DEGRADED"
|
479
|
+
]
|
480
|
+
},
|
481
|
+
"CloudHsmServiceException":{
|
482
|
+
"type":"structure",
|
483
|
+
"members":{
|
484
|
+
"message":{"shape":"String"},
|
485
|
+
"retryable":{"shape":"Boolean"}
|
486
|
+
},
|
487
|
+
"exception":true
|
488
|
+
},
|
489
|
+
"CreateHapgRequest":{
|
490
|
+
"type":"structure",
|
491
|
+
"required":["Label"],
|
492
|
+
"members":{
|
493
|
+
"Label":{"shape":"Label"}
|
494
|
+
}
|
495
|
+
},
|
496
|
+
"CreateHapgResponse":{
|
497
|
+
"type":"structure",
|
498
|
+
"members":{
|
499
|
+
"HapgArn":{"shape":"HapgArn"}
|
500
|
+
}
|
501
|
+
},
|
502
|
+
"CreateHsmRequest":{
|
503
|
+
"type":"structure",
|
504
|
+
"required":[
|
505
|
+
"SubnetId",
|
506
|
+
"SshKey",
|
507
|
+
"IamRoleArn",
|
508
|
+
"SubscriptionType"
|
509
|
+
],
|
510
|
+
"members":{
|
511
|
+
"SubnetId":{
|
512
|
+
"shape":"SubnetId",
|
513
|
+
"locationName":"SubnetId"
|
514
|
+
},
|
515
|
+
"SshKey":{
|
516
|
+
"shape":"SshKey",
|
517
|
+
"locationName":"SshKey"
|
518
|
+
},
|
519
|
+
"EniIp":{
|
520
|
+
"shape":"IpAddress",
|
521
|
+
"locationName":"EniIp"
|
522
|
+
},
|
523
|
+
"IamRoleArn":{
|
524
|
+
"shape":"IamRoleArn",
|
525
|
+
"locationName":"IamRoleArn"
|
526
|
+
},
|
527
|
+
"ExternalId":{
|
528
|
+
"shape":"ExternalId",
|
529
|
+
"locationName":"ExternalId"
|
530
|
+
},
|
531
|
+
"SubscriptionType":{
|
532
|
+
"shape":"SubscriptionType",
|
533
|
+
"locationName":"SubscriptionType"
|
534
|
+
},
|
535
|
+
"ClientToken":{
|
536
|
+
"shape":"ClientToken",
|
537
|
+
"locationName":"ClientToken"
|
538
|
+
},
|
539
|
+
"SyslogIp":{
|
540
|
+
"shape":"IpAddress",
|
541
|
+
"locationName":"SyslogIp"
|
542
|
+
}
|
543
|
+
},
|
544
|
+
"locationName":"CreateHsmRequest"
|
545
|
+
},
|
546
|
+
"CreateHsmResponse":{
|
547
|
+
"type":"structure",
|
548
|
+
"members":{
|
549
|
+
"HsmArn":{"shape":"HsmArn"}
|
550
|
+
}
|
551
|
+
},
|
552
|
+
"CreateLunaClientRequest":{
|
553
|
+
"type":"structure",
|
554
|
+
"required":["Certificate"],
|
555
|
+
"members":{
|
556
|
+
"Label":{"shape":"ClientLabel"},
|
557
|
+
"Certificate":{"shape":"Certificate"}
|
558
|
+
}
|
559
|
+
},
|
560
|
+
"CreateLunaClientResponse":{
|
561
|
+
"type":"structure",
|
562
|
+
"members":{
|
563
|
+
"ClientArn":{"shape":"ClientArn"}
|
564
|
+
}
|
565
|
+
},
|
566
|
+
"DeleteHapgRequest":{
|
567
|
+
"type":"structure",
|
568
|
+
"required":["HapgArn"],
|
569
|
+
"members":{
|
570
|
+
"HapgArn":{"shape":"HapgArn"}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"DeleteHapgResponse":{
|
574
|
+
"type":"structure",
|
575
|
+
"required":["Status"],
|
576
|
+
"members":{
|
577
|
+
"Status":{"shape":"String"}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"DeleteHsmRequest":{
|
581
|
+
"type":"structure",
|
582
|
+
"required":["HsmArn"],
|
583
|
+
"members":{
|
584
|
+
"HsmArn":{
|
585
|
+
"shape":"HsmArn",
|
586
|
+
"locationName":"HsmArn"
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"locationName":"DeleteHsmRequest"
|
590
|
+
},
|
591
|
+
"DeleteHsmResponse":{
|
592
|
+
"type":"structure",
|
593
|
+
"required":["Status"],
|
594
|
+
"members":{
|
595
|
+
"Status":{"shape":"String"}
|
596
|
+
}
|
597
|
+
},
|
598
|
+
"DeleteLunaClientRequest":{
|
599
|
+
"type":"structure",
|
600
|
+
"required":["ClientArn"],
|
601
|
+
"members":{
|
602
|
+
"ClientArn":{"shape":"ClientArn"}
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"DeleteLunaClientResponse":{
|
606
|
+
"type":"structure",
|
607
|
+
"required":["Status"],
|
608
|
+
"members":{
|
609
|
+
"Status":{"shape":"String"}
|
610
|
+
}
|
611
|
+
},
|
612
|
+
"DescribeHapgRequest":{
|
613
|
+
"type":"structure",
|
614
|
+
"required":["HapgArn"],
|
615
|
+
"members":{
|
616
|
+
"HapgArn":{"shape":"HapgArn"}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"DescribeHapgResponse":{
|
620
|
+
"type":"structure",
|
621
|
+
"members":{
|
622
|
+
"HapgArn":{"shape":"HapgArn"},
|
623
|
+
"HapgSerial":{"shape":"String"},
|
624
|
+
"HsmsLastActionFailed":{"shape":"HsmList"},
|
625
|
+
"HsmsPendingDeletion":{"shape":"HsmList"},
|
626
|
+
"HsmsPendingRegistration":{"shape":"HsmList"},
|
627
|
+
"Label":{"shape":"Label"},
|
628
|
+
"LastModifiedTimestamp":{"shape":"Timestamp"},
|
629
|
+
"PartitionSerialList":{"shape":"PartitionSerialList"},
|
630
|
+
"State":{"shape":"CloudHsmObjectState"}
|
631
|
+
}
|
632
|
+
},
|
633
|
+
"DescribeHsmRequest":{
|
634
|
+
"type":"structure",
|
635
|
+
"members":{
|
636
|
+
"HsmArn":{"shape":"HsmArn"},
|
637
|
+
"HsmSerialNumber":{"shape":"HsmSerialNumber"}
|
638
|
+
}
|
639
|
+
},
|
640
|
+
"DescribeHsmResponse":{
|
641
|
+
"type":"structure",
|
642
|
+
"members":{
|
643
|
+
"HsmArn":{"shape":"HsmArn"},
|
644
|
+
"Status":{"shape":"HsmStatus"},
|
645
|
+
"StatusDetails":{"shape":"String"},
|
646
|
+
"AvailabilityZone":{"shape":"AZ"},
|
647
|
+
"EniId":{"shape":"EniId"},
|
648
|
+
"EniIp":{"shape":"IpAddress"},
|
649
|
+
"SubscriptionType":{"shape":"SubscriptionType"},
|
650
|
+
"SubscriptionStartDate":{"shape":"Timestamp"},
|
651
|
+
"SubscriptionEndDate":{"shape":"Timestamp"},
|
652
|
+
"VpcId":{"shape":"VpcId"},
|
653
|
+
"SubnetId":{"shape":"SubnetId"},
|
654
|
+
"IamRoleArn":{"shape":"IamRoleArn"},
|
655
|
+
"SerialNumber":{"shape":"HsmSerialNumber"},
|
656
|
+
"VendorName":{"shape":"String"},
|
657
|
+
"HsmType":{"shape":"String"},
|
658
|
+
"SoftwareVersion":{"shape":"String"},
|
659
|
+
"SshPublicKey":{"shape":"SshKey"},
|
660
|
+
"SshKeyLastUpdated":{"shape":"Timestamp"},
|
661
|
+
"ServerCertUri":{"shape":"String"},
|
662
|
+
"ServerCertLastUpdated":{"shape":"Timestamp"},
|
663
|
+
"Partitions":{"shape":"PartitionList"}
|
664
|
+
}
|
665
|
+
},
|
666
|
+
"DescribeLunaClientRequest":{
|
667
|
+
"type":"structure",
|
668
|
+
"members":{
|
669
|
+
"ClientArn":{"shape":"ClientArn"},
|
670
|
+
"CertificateFingerprint":{"shape":"CertificateFingerprint"}
|
671
|
+
}
|
672
|
+
},
|
673
|
+
"DescribeLunaClientResponse":{
|
674
|
+
"type":"structure",
|
675
|
+
"members":{
|
676
|
+
"ClientArn":{"shape":"ClientArn"},
|
677
|
+
"Certificate":{"shape":"Certificate"},
|
678
|
+
"CertificateFingerprint":{"shape":"CertificateFingerprint"},
|
679
|
+
"LastModifiedTimestamp":{"shape":"Timestamp"},
|
680
|
+
"Label":{"shape":"Label"}
|
681
|
+
}
|
682
|
+
},
|
683
|
+
"EniId":{
|
684
|
+
"type":"string",
|
685
|
+
"pattern":"eni-[0-9a-f]{8}"
|
686
|
+
},
|
687
|
+
"ExternalId":{
|
688
|
+
"type":"string",
|
689
|
+
"pattern":"[\\w :+=./-]*"
|
690
|
+
},
|
691
|
+
"GetConfigRequest":{
|
692
|
+
"type":"structure",
|
693
|
+
"required":[
|
694
|
+
"ClientArn",
|
695
|
+
"ClientVersion",
|
696
|
+
"HapgList"
|
697
|
+
],
|
698
|
+
"members":{
|
699
|
+
"ClientArn":{"shape":"ClientArn"},
|
700
|
+
"ClientVersion":{"shape":"ClientVersion"},
|
701
|
+
"HapgList":{"shape":"HapgList"}
|
702
|
+
}
|
703
|
+
},
|
704
|
+
"GetConfigResponse":{
|
705
|
+
"type":"structure",
|
706
|
+
"members":{
|
707
|
+
"ConfigType":{"shape":"String"},
|
708
|
+
"ConfigFile":{"shape":"String"},
|
709
|
+
"ConfigCred":{"shape":"String"}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"HapgArn":{
|
713
|
+
"type":"string",
|
714
|
+
"pattern":"arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\\-]*:[0-9]{12}:hapg-[0-9a-f]{8}"
|
715
|
+
},
|
716
|
+
"HapgList":{
|
717
|
+
"type":"list",
|
718
|
+
"member":{"shape":"HapgArn"}
|
719
|
+
},
|
720
|
+
"HsmArn":{
|
721
|
+
"type":"string",
|
722
|
+
"pattern":"arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\\-]*:[0-9]{12}:hsm-[0-9a-f]{8}"
|
723
|
+
},
|
724
|
+
"HsmList":{
|
725
|
+
"type":"list",
|
726
|
+
"member":{"shape":"HsmArn"}
|
727
|
+
},
|
728
|
+
"HsmSerialNumber":{
|
729
|
+
"type":"string",
|
730
|
+
"pattern":"\\d{1,16}"
|
731
|
+
},
|
732
|
+
"HsmStatus":{
|
733
|
+
"type":"string",
|
734
|
+
"enum":[
|
735
|
+
"PENDING",
|
736
|
+
"RUNNING",
|
737
|
+
"UPDATING",
|
738
|
+
"SUSPENDED",
|
739
|
+
"TERMINATING",
|
740
|
+
"TERMINATED",
|
741
|
+
"DEGRADED"
|
742
|
+
]
|
743
|
+
},
|
744
|
+
"IamRoleArn":{
|
745
|
+
"type":"string",
|
746
|
+
"pattern":"arn:aws(-iso)?:iam::[0-9]{12}:role/[a-zA-Z0-9_\\+=,\\.\\-@]{1,64}"
|
747
|
+
},
|
748
|
+
"InvalidRequestException":{
|
749
|
+
"type":"structure",
|
750
|
+
"members":{
|
751
|
+
},
|
752
|
+
"exception":true
|
753
|
+
},
|
754
|
+
"IpAddress":{
|
755
|
+
"type":"string",
|
756
|
+
"pattern":"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}"
|
757
|
+
},
|
758
|
+
"Label":{
|
759
|
+
"type":"string",
|
760
|
+
"pattern":"[a-zA-Z0-9_.-]{1,64}"
|
761
|
+
},
|
762
|
+
"ListAvailableZonesRequest":{
|
763
|
+
"type":"structure",
|
764
|
+
"members":{
|
765
|
+
}
|
766
|
+
},
|
767
|
+
"ListAvailableZonesResponse":{
|
768
|
+
"type":"structure",
|
769
|
+
"members":{
|
770
|
+
"AZList":{"shape":"AZList"}
|
771
|
+
}
|
772
|
+
},
|
773
|
+
"ListHapgsRequest":{
|
774
|
+
"type":"structure",
|
775
|
+
"members":{
|
776
|
+
"NextToken":{"shape":"PaginationToken"}
|
777
|
+
}
|
778
|
+
},
|
779
|
+
"ListHapgsResponse":{
|
780
|
+
"type":"structure",
|
781
|
+
"required":["HapgList"],
|
782
|
+
"members":{
|
783
|
+
"HapgList":{"shape":"HapgList"},
|
784
|
+
"NextToken":{"shape":"PaginationToken"}
|
785
|
+
}
|
786
|
+
},
|
787
|
+
"ListHsmsRequest":{
|
788
|
+
"type":"structure",
|
789
|
+
"members":{
|
790
|
+
"NextToken":{"shape":"PaginationToken"}
|
791
|
+
}
|
792
|
+
},
|
793
|
+
"ListHsmsResponse":{
|
794
|
+
"type":"structure",
|
795
|
+
"members":{
|
796
|
+
"HsmList":{"shape":"HsmList"},
|
797
|
+
"NextToken":{"shape":"PaginationToken"}
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"ListLunaClientsRequest":{
|
801
|
+
"type":"structure",
|
802
|
+
"members":{
|
803
|
+
"NextToken":{"shape":"PaginationToken"}
|
804
|
+
}
|
805
|
+
},
|
806
|
+
"ListLunaClientsResponse":{
|
807
|
+
"type":"structure",
|
808
|
+
"required":["ClientList"],
|
809
|
+
"members":{
|
810
|
+
"ClientList":{"shape":"ClientList"},
|
811
|
+
"NextToken":{"shape":"PaginationToken"}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"ModifyHapgRequest":{
|
815
|
+
"type":"structure",
|
816
|
+
"required":["HapgArn"],
|
817
|
+
"members":{
|
818
|
+
"HapgArn":{"shape":"HapgArn"},
|
819
|
+
"Label":{"shape":"Label"},
|
820
|
+
"PartitionSerialList":{"shape":"PartitionSerialList"}
|
821
|
+
}
|
822
|
+
},
|
823
|
+
"ModifyHapgResponse":{
|
824
|
+
"type":"structure",
|
825
|
+
"members":{
|
826
|
+
"HapgArn":{"shape":"HapgArn"}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"ModifyHsmRequest":{
|
830
|
+
"type":"structure",
|
831
|
+
"required":["HsmArn"],
|
832
|
+
"members":{
|
833
|
+
"HsmArn":{
|
834
|
+
"shape":"HsmArn",
|
835
|
+
"locationName":"HsmArn"
|
836
|
+
},
|
837
|
+
"SubnetId":{
|
838
|
+
"shape":"SubnetId",
|
839
|
+
"locationName":"SubnetId"
|
840
|
+
},
|
841
|
+
"EniIp":{
|
842
|
+
"shape":"IpAddress",
|
843
|
+
"locationName":"EniIp"
|
844
|
+
},
|
845
|
+
"IamRoleArn":{
|
846
|
+
"shape":"IamRoleArn",
|
847
|
+
"locationName":"IamRoleArn"
|
848
|
+
},
|
849
|
+
"ExternalId":{
|
850
|
+
"shape":"ExternalId",
|
851
|
+
"locationName":"ExternalId"
|
852
|
+
},
|
853
|
+
"SyslogIp":{
|
854
|
+
"shape":"IpAddress",
|
855
|
+
"locationName":"SyslogIp"
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"locationName":"ModifyHsmRequest"
|
859
|
+
},
|
860
|
+
"ModifyHsmResponse":{
|
861
|
+
"type":"structure",
|
862
|
+
"members":{
|
863
|
+
"HsmArn":{"shape":"HsmArn"}
|
864
|
+
}
|
865
|
+
},
|
866
|
+
"ModifyLunaClientRequest":{
|
867
|
+
"type":"structure",
|
868
|
+
"required":[
|
869
|
+
"ClientArn",
|
870
|
+
"Certificate"
|
871
|
+
],
|
872
|
+
"members":{
|
873
|
+
"ClientArn":{"shape":"ClientArn"},
|
874
|
+
"Certificate":{"shape":"Certificate"}
|
875
|
+
}
|
876
|
+
},
|
877
|
+
"ModifyLunaClientResponse":{
|
878
|
+
"type":"structure",
|
879
|
+
"members":{
|
880
|
+
"ClientArn":{"shape":"ClientArn"}
|
881
|
+
}
|
882
|
+
},
|
883
|
+
"PaginationToken":{
|
884
|
+
"type":"string",
|
885
|
+
"pattern":"[a-zA-Z0-9+/]*"
|
886
|
+
},
|
887
|
+
"PartitionArn":{
|
888
|
+
"type":"string",
|
889
|
+
"pattern":"arn:aws(-iso)?:cloudhsm:[a-zA-Z0-9\\-]*:[0-9]{12}:hsm-[0-9a-f]{8}/partition-[0-9]{6,12}"
|
890
|
+
},
|
891
|
+
"PartitionList":{
|
892
|
+
"type":"list",
|
893
|
+
"member":{"shape":"PartitionArn"}
|
894
|
+
},
|
895
|
+
"PartitionSerial":{
|
896
|
+
"type":"string",
|
897
|
+
"pattern":"\\d{9}"
|
898
|
+
},
|
899
|
+
"PartitionSerialList":{
|
900
|
+
"type":"list",
|
901
|
+
"member":{"shape":"PartitionSerial"}
|
902
|
+
},
|
903
|
+
"SshKey":{
|
904
|
+
"type":"string",
|
905
|
+
"pattern":"[a-zA-Z0-9+/= ._:\\\\@-]*"
|
906
|
+
},
|
907
|
+
"String":{
|
908
|
+
"type":"string",
|
909
|
+
"pattern":"[\\w :+=./\\\\-]*"
|
910
|
+
},
|
911
|
+
"SubnetId":{
|
912
|
+
"type":"string",
|
913
|
+
"pattern":"subnet-[0-9a-f]{8}"
|
914
|
+
},
|
915
|
+
"SubscriptionType":{
|
916
|
+
"type":"string",
|
917
|
+
"enum":["PRODUCTION"]
|
918
|
+
},
|
919
|
+
"Timestamp":{
|
920
|
+
"type":"string",
|
921
|
+
"pattern":"\\d*"
|
922
|
+
},
|
923
|
+
"VpcId":{
|
924
|
+
"type":"string",
|
925
|
+
"pattern":"vpc-[0-9a-f]{8}"
|
926
|
+
}
|
927
|
+
}
|
928
|
+
}
|