aws-sdk 2.1389.0 → 2.1391.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.
@@ -64,6 +64,274 @@
64
64
  }
65
65
  }
66
66
  },
67
+ "CreateKxChangeset": {
68
+ "http": {
69
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets"
70
+ },
71
+ "input": {
72
+ "type": "structure",
73
+ "required": [
74
+ "environmentId",
75
+ "databaseName",
76
+ "changeRequests",
77
+ "clientToken"
78
+ ],
79
+ "members": {
80
+ "environmentId": {
81
+ "location": "uri",
82
+ "locationName": "environmentId"
83
+ },
84
+ "databaseName": {
85
+ "location": "uri",
86
+ "locationName": "databaseName"
87
+ },
88
+ "changeRequests": {
89
+ "shape": "Ss"
90
+ },
91
+ "clientToken": {
92
+ "idempotencyToken": true
93
+ }
94
+ }
95
+ },
96
+ "output": {
97
+ "type": "structure",
98
+ "members": {
99
+ "changesetId": {},
100
+ "databaseName": {},
101
+ "environmentId": {},
102
+ "changeRequests": {
103
+ "shape": "Ss"
104
+ },
105
+ "createdTimestamp": {
106
+ "type": "timestamp"
107
+ },
108
+ "lastModifiedTimestamp": {
109
+ "type": "timestamp"
110
+ },
111
+ "status": {},
112
+ "errorInfo": {
113
+ "shape": "S12"
114
+ }
115
+ }
116
+ }
117
+ },
118
+ "CreateKxCluster": {
119
+ "http": {
120
+ "requestUri": "/kx/environments/{environmentId}/clusters"
121
+ },
122
+ "input": {
123
+ "type": "structure",
124
+ "required": [
125
+ "environmentId",
126
+ "clusterName",
127
+ "clusterType",
128
+ "capacityConfiguration",
129
+ "releaseLabel",
130
+ "azMode"
131
+ ],
132
+ "members": {
133
+ "clientToken": {
134
+ "idempotencyToken": true
135
+ },
136
+ "environmentId": {
137
+ "location": "uri",
138
+ "locationName": "environmentId"
139
+ },
140
+ "clusterName": {},
141
+ "clusterType": {},
142
+ "databases": {
143
+ "shape": "S1a"
144
+ },
145
+ "cacheStorageConfigurations": {
146
+ "shape": "S1g"
147
+ },
148
+ "autoScalingConfiguration": {
149
+ "shape": "S1j"
150
+ },
151
+ "clusterDescription": {},
152
+ "capacityConfiguration": {
153
+ "shape": "S1p"
154
+ },
155
+ "releaseLabel": {},
156
+ "vpcConfiguration": {
157
+ "shape": "S1s"
158
+ },
159
+ "initializationScript": {},
160
+ "commandLineArguments": {
161
+ "shape": "S20"
162
+ },
163
+ "code": {
164
+ "shape": "S24"
165
+ },
166
+ "executionRole": {},
167
+ "savedownStorageConfiguration": {
168
+ "shape": "S29"
169
+ },
170
+ "azMode": {},
171
+ "availabilityZoneId": {},
172
+ "tags": {
173
+ "shape": "S5"
174
+ }
175
+ }
176
+ },
177
+ "output": {
178
+ "type": "structure",
179
+ "members": {
180
+ "environmentId": {},
181
+ "status": {},
182
+ "statusReason": {},
183
+ "clusterName": {},
184
+ "clusterType": {},
185
+ "databases": {
186
+ "shape": "S1a"
187
+ },
188
+ "cacheStorageConfigurations": {
189
+ "shape": "S1g"
190
+ },
191
+ "autoScalingConfiguration": {
192
+ "shape": "S1j"
193
+ },
194
+ "clusterDescription": {},
195
+ "capacityConfiguration": {
196
+ "shape": "S1p"
197
+ },
198
+ "releaseLabel": {},
199
+ "vpcConfiguration": {
200
+ "shape": "S1s"
201
+ },
202
+ "initializationScript": {},
203
+ "commandLineArguments": {
204
+ "shape": "S20"
205
+ },
206
+ "code": {
207
+ "shape": "S24"
208
+ },
209
+ "executionRole": {},
210
+ "lastModifiedTimestamp": {
211
+ "type": "timestamp"
212
+ },
213
+ "savedownStorageConfiguration": {
214
+ "shape": "S29"
215
+ },
216
+ "azMode": {},
217
+ "availabilityZoneId": {},
218
+ "createdTimestamp": {
219
+ "type": "timestamp"
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "CreateKxDatabase": {
225
+ "http": {
226
+ "requestUri": "/kx/environments/{environmentId}/databases"
227
+ },
228
+ "input": {
229
+ "type": "structure",
230
+ "required": [
231
+ "environmentId",
232
+ "databaseName",
233
+ "clientToken"
234
+ ],
235
+ "members": {
236
+ "environmentId": {
237
+ "location": "uri",
238
+ "locationName": "environmentId"
239
+ },
240
+ "databaseName": {},
241
+ "description": {},
242
+ "tags": {
243
+ "shape": "S5"
244
+ },
245
+ "clientToken": {
246
+ "idempotencyToken": true
247
+ }
248
+ }
249
+ },
250
+ "output": {
251
+ "type": "structure",
252
+ "members": {
253
+ "databaseName": {},
254
+ "databaseArn": {},
255
+ "environmentId": {},
256
+ "description": {},
257
+ "createdTimestamp": {
258
+ "type": "timestamp"
259
+ },
260
+ "lastModifiedTimestamp": {
261
+ "type": "timestamp"
262
+ }
263
+ }
264
+ }
265
+ },
266
+ "CreateKxEnvironment": {
267
+ "http": {
268
+ "requestUri": "/kx/environments"
269
+ },
270
+ "input": {
271
+ "type": "structure",
272
+ "required": [
273
+ "name",
274
+ "kmsKeyId"
275
+ ],
276
+ "members": {
277
+ "name": {},
278
+ "description": {},
279
+ "kmsKeyId": {},
280
+ "tags": {
281
+ "shape": "S5"
282
+ },
283
+ "clientToken": {}
284
+ }
285
+ },
286
+ "output": {
287
+ "type": "structure",
288
+ "members": {
289
+ "name": {},
290
+ "status": {},
291
+ "environmentId": {},
292
+ "description": {},
293
+ "environmentArn": {},
294
+ "kmsKeyId": {},
295
+ "creationTimestamp": {
296
+ "type": "timestamp"
297
+ }
298
+ }
299
+ }
300
+ },
301
+ "CreateKxUser": {
302
+ "http": {
303
+ "requestUri": "/kx/environments/{environmentId}/users"
304
+ },
305
+ "input": {
306
+ "type": "structure",
307
+ "required": [
308
+ "environmentId",
309
+ "userName",
310
+ "iamRole"
311
+ ],
312
+ "members": {
313
+ "environmentId": {
314
+ "location": "uri",
315
+ "locationName": "environmentId"
316
+ },
317
+ "userName": {},
318
+ "iamRole": {},
319
+ "tags": {
320
+ "shape": "S5"
321
+ },
322
+ "clientToken": {}
323
+ }
324
+ },
325
+ "output": {
326
+ "type": "structure",
327
+ "members": {
328
+ "userName": {},
329
+ "userArn": {},
330
+ "environmentId": {},
331
+ "iamRole": {}
332
+ }
333
+ }
334
+ },
67
335
  "DeleteEnvironment": {
68
336
  "http": {
69
337
  "method": "DELETE",
@@ -83,43 +351,761 @@
83
351
  },
84
352
  "output": {
85
353
  "type": "structure",
86
- "members": {}
354
+ "members": {}
355
+ }
356
+ },
357
+ "DeleteKxCluster": {
358
+ "http": {
359
+ "method": "DELETE",
360
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}"
361
+ },
362
+ "input": {
363
+ "type": "structure",
364
+ "required": [
365
+ "environmentId",
366
+ "clusterName"
367
+ ],
368
+ "members": {
369
+ "environmentId": {
370
+ "location": "uri",
371
+ "locationName": "environmentId"
372
+ },
373
+ "clusterName": {
374
+ "location": "uri",
375
+ "locationName": "clusterName"
376
+ },
377
+ "clientToken": {
378
+ "idempotencyToken": true,
379
+ "location": "querystring",
380
+ "locationName": "clientToken"
381
+ }
382
+ }
383
+ },
384
+ "output": {
385
+ "type": "structure",
386
+ "members": {}
387
+ }
388
+ },
389
+ "DeleteKxDatabase": {
390
+ "http": {
391
+ "method": "DELETE",
392
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}"
393
+ },
394
+ "input": {
395
+ "type": "structure",
396
+ "required": [
397
+ "environmentId",
398
+ "databaseName",
399
+ "clientToken"
400
+ ],
401
+ "members": {
402
+ "environmentId": {
403
+ "location": "uri",
404
+ "locationName": "environmentId"
405
+ },
406
+ "databaseName": {
407
+ "location": "uri",
408
+ "locationName": "databaseName"
409
+ },
410
+ "clientToken": {
411
+ "idempotencyToken": true,
412
+ "location": "querystring",
413
+ "locationName": "clientToken"
414
+ }
415
+ }
416
+ },
417
+ "output": {
418
+ "type": "structure",
419
+ "members": {}
420
+ }
421
+ },
422
+ "DeleteKxEnvironment": {
423
+ "http": {
424
+ "method": "DELETE",
425
+ "requestUri": "/kx/environments/{environmentId}"
426
+ },
427
+ "input": {
428
+ "type": "structure",
429
+ "required": [
430
+ "environmentId"
431
+ ],
432
+ "members": {
433
+ "environmentId": {
434
+ "location": "uri",
435
+ "locationName": "environmentId"
436
+ }
437
+ }
438
+ },
439
+ "output": {
440
+ "type": "structure",
441
+ "members": {}
442
+ }
443
+ },
444
+ "DeleteKxUser": {
445
+ "http": {
446
+ "method": "DELETE",
447
+ "requestUri": "/kx/environments/{environmentId}/users/{userName}"
448
+ },
449
+ "input": {
450
+ "type": "structure",
451
+ "required": [
452
+ "userName",
453
+ "environmentId"
454
+ ],
455
+ "members": {
456
+ "userName": {
457
+ "location": "uri",
458
+ "locationName": "userName"
459
+ },
460
+ "environmentId": {
461
+ "location": "uri",
462
+ "locationName": "environmentId"
463
+ }
464
+ }
465
+ },
466
+ "output": {
467
+ "type": "structure",
468
+ "members": {}
469
+ }
470
+ },
471
+ "GetEnvironment": {
472
+ "http": {
473
+ "method": "GET",
474
+ "requestUri": "/environment/{environmentId}"
475
+ },
476
+ "input": {
477
+ "type": "structure",
478
+ "required": [
479
+ "environmentId"
480
+ ],
481
+ "members": {
482
+ "environmentId": {
483
+ "location": "uri",
484
+ "locationName": "environmentId"
485
+ }
486
+ }
487
+ },
488
+ "output": {
489
+ "type": "structure",
490
+ "members": {
491
+ "environment": {
492
+ "shape": "S36"
493
+ }
494
+ }
495
+ }
496
+ },
497
+ "GetKxChangeset": {
498
+ "http": {
499
+ "method": "GET",
500
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets/{changesetId}"
501
+ },
502
+ "input": {
503
+ "type": "structure",
504
+ "required": [
505
+ "environmentId",
506
+ "databaseName",
507
+ "changesetId"
508
+ ],
509
+ "members": {
510
+ "environmentId": {
511
+ "location": "uri",
512
+ "locationName": "environmentId"
513
+ },
514
+ "databaseName": {
515
+ "location": "uri",
516
+ "locationName": "databaseName"
517
+ },
518
+ "changesetId": {
519
+ "location": "uri",
520
+ "locationName": "changesetId"
521
+ }
522
+ }
523
+ },
524
+ "output": {
525
+ "type": "structure",
526
+ "members": {
527
+ "changesetId": {},
528
+ "databaseName": {},
529
+ "environmentId": {},
530
+ "changeRequests": {
531
+ "shape": "Ss"
532
+ },
533
+ "createdTimestamp": {
534
+ "type": "timestamp"
535
+ },
536
+ "activeFromTimestamp": {
537
+ "type": "timestamp"
538
+ },
539
+ "lastModifiedTimestamp": {
540
+ "type": "timestamp"
541
+ },
542
+ "status": {},
543
+ "errorInfo": {
544
+ "shape": "S12"
545
+ }
546
+ }
547
+ }
548
+ },
549
+ "GetKxCluster": {
550
+ "http": {
551
+ "method": "GET",
552
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}"
553
+ },
554
+ "input": {
555
+ "type": "structure",
556
+ "required": [
557
+ "environmentId",
558
+ "clusterName"
559
+ ],
560
+ "members": {
561
+ "environmentId": {
562
+ "location": "uri",
563
+ "locationName": "environmentId"
564
+ },
565
+ "clusterName": {
566
+ "location": "uri",
567
+ "locationName": "clusterName"
568
+ }
569
+ }
570
+ },
571
+ "output": {
572
+ "type": "structure",
573
+ "members": {
574
+ "status": {},
575
+ "statusReason": {},
576
+ "clusterName": {},
577
+ "clusterType": {},
578
+ "databases": {
579
+ "shape": "S1a"
580
+ },
581
+ "cacheStorageConfigurations": {
582
+ "shape": "S1g"
583
+ },
584
+ "autoScalingConfiguration": {
585
+ "shape": "S1j"
586
+ },
587
+ "clusterDescription": {},
588
+ "capacityConfiguration": {
589
+ "shape": "S1p"
590
+ },
591
+ "releaseLabel": {},
592
+ "vpcConfiguration": {
593
+ "shape": "S1s"
594
+ },
595
+ "initializationScript": {},
596
+ "commandLineArguments": {
597
+ "shape": "S20"
598
+ },
599
+ "code": {
600
+ "shape": "S24"
601
+ },
602
+ "executionRole": {},
603
+ "lastModifiedTimestamp": {
604
+ "type": "timestamp"
605
+ },
606
+ "savedownStorageConfiguration": {
607
+ "shape": "S29"
608
+ },
609
+ "azMode": {},
610
+ "availabilityZoneId": {},
611
+ "createdTimestamp": {
612
+ "type": "timestamp"
613
+ }
614
+ }
615
+ }
616
+ },
617
+ "GetKxConnectionString": {
618
+ "http": {
619
+ "method": "GET",
620
+ "requestUri": "/kx/environments/{environmentId}/connectionString"
621
+ },
622
+ "input": {
623
+ "type": "structure",
624
+ "required": [
625
+ "userArn",
626
+ "environmentId",
627
+ "clusterName"
628
+ ],
629
+ "members": {
630
+ "userArn": {
631
+ "location": "querystring",
632
+ "locationName": "userArn"
633
+ },
634
+ "environmentId": {
635
+ "location": "uri",
636
+ "locationName": "environmentId"
637
+ },
638
+ "clusterName": {
639
+ "location": "querystring",
640
+ "locationName": "clusterName"
641
+ }
642
+ }
643
+ },
644
+ "output": {
645
+ "type": "structure",
646
+ "members": {
647
+ "signedConnectionString": {
648
+ "type": "string",
649
+ "sensitive": true
650
+ }
651
+ }
652
+ }
653
+ },
654
+ "GetKxDatabase": {
655
+ "http": {
656
+ "method": "GET",
657
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}"
658
+ },
659
+ "input": {
660
+ "type": "structure",
661
+ "required": [
662
+ "environmentId",
663
+ "databaseName"
664
+ ],
665
+ "members": {
666
+ "environmentId": {
667
+ "location": "uri",
668
+ "locationName": "environmentId"
669
+ },
670
+ "databaseName": {
671
+ "location": "uri",
672
+ "locationName": "databaseName"
673
+ }
674
+ }
675
+ },
676
+ "output": {
677
+ "type": "structure",
678
+ "members": {
679
+ "databaseName": {},
680
+ "databaseArn": {},
681
+ "environmentId": {},
682
+ "description": {},
683
+ "createdTimestamp": {
684
+ "type": "timestamp"
685
+ },
686
+ "lastModifiedTimestamp": {
687
+ "type": "timestamp"
688
+ },
689
+ "lastCompletedChangesetId": {},
690
+ "numBytes": {
691
+ "type": "long"
692
+ },
693
+ "numChangesets": {
694
+ "type": "integer"
695
+ },
696
+ "numFiles": {
697
+ "type": "integer"
698
+ }
699
+ }
700
+ }
701
+ },
702
+ "GetKxEnvironment": {
703
+ "http": {
704
+ "method": "GET",
705
+ "requestUri": "/kx/environments/{environmentId}"
706
+ },
707
+ "input": {
708
+ "type": "structure",
709
+ "required": [
710
+ "environmentId"
711
+ ],
712
+ "members": {
713
+ "environmentId": {
714
+ "location": "uri",
715
+ "locationName": "environmentId"
716
+ }
717
+ }
718
+ },
719
+ "output": {
720
+ "type": "structure",
721
+ "members": {
722
+ "name": {},
723
+ "environmentId": {},
724
+ "awsAccountId": {},
725
+ "status": {},
726
+ "tgwStatus": {},
727
+ "dnsStatus": {},
728
+ "errorMessage": {},
729
+ "description": {},
730
+ "environmentArn": {},
731
+ "kmsKeyId": {},
732
+ "dedicatedServiceAccountId": {},
733
+ "transitGatewayConfiguration": {
734
+ "shape": "S3p"
735
+ },
736
+ "customDNSConfiguration": {
737
+ "shape": "S3s"
738
+ },
739
+ "creationTimestamp": {
740
+ "type": "timestamp"
741
+ },
742
+ "updateTimestamp": {
743
+ "type": "timestamp"
744
+ },
745
+ "availabilityZoneIds": {
746
+ "shape": "S3w"
747
+ },
748
+ "certificateAuthorityArn": {}
749
+ }
750
+ }
751
+ },
752
+ "GetKxUser": {
753
+ "http": {
754
+ "method": "GET",
755
+ "requestUri": "/kx/environments/{environmentId}/users/{userName}"
756
+ },
757
+ "input": {
758
+ "type": "structure",
759
+ "required": [
760
+ "userName",
761
+ "environmentId"
762
+ ],
763
+ "members": {
764
+ "userName": {
765
+ "location": "uri",
766
+ "locationName": "userName"
767
+ },
768
+ "environmentId": {
769
+ "location": "uri",
770
+ "locationName": "environmentId"
771
+ }
772
+ }
773
+ },
774
+ "output": {
775
+ "type": "structure",
776
+ "members": {
777
+ "userName": {},
778
+ "userArn": {},
779
+ "environmentId": {},
780
+ "iamRole": {}
781
+ }
782
+ }
783
+ },
784
+ "ListEnvironments": {
785
+ "http": {
786
+ "method": "GET",
787
+ "requestUri": "/environment"
788
+ },
789
+ "input": {
790
+ "type": "structure",
791
+ "members": {
792
+ "nextToken": {
793
+ "location": "querystring",
794
+ "locationName": "nextToken"
795
+ },
796
+ "maxResults": {
797
+ "location": "querystring",
798
+ "locationName": "maxResults",
799
+ "type": "integer"
800
+ }
801
+ }
802
+ },
803
+ "output": {
804
+ "type": "structure",
805
+ "members": {
806
+ "environments": {
807
+ "type": "list",
808
+ "member": {
809
+ "shape": "S36"
810
+ }
811
+ },
812
+ "nextToken": {}
813
+ }
814
+ }
815
+ },
816
+ "ListKxChangesets": {
817
+ "http": {
818
+ "method": "GET",
819
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/changesets"
820
+ },
821
+ "input": {
822
+ "type": "structure",
823
+ "required": [
824
+ "environmentId",
825
+ "databaseName"
826
+ ],
827
+ "members": {
828
+ "environmentId": {
829
+ "location": "uri",
830
+ "locationName": "environmentId"
831
+ },
832
+ "databaseName": {
833
+ "location": "uri",
834
+ "locationName": "databaseName"
835
+ },
836
+ "nextToken": {
837
+ "location": "querystring",
838
+ "locationName": "nextToken"
839
+ },
840
+ "maxResults": {
841
+ "location": "querystring",
842
+ "locationName": "maxResults",
843
+ "type": "integer"
844
+ }
845
+ }
846
+ },
847
+ "output": {
848
+ "type": "structure",
849
+ "members": {
850
+ "kxChangesets": {
851
+ "type": "list",
852
+ "member": {
853
+ "type": "structure",
854
+ "members": {
855
+ "changesetId": {},
856
+ "createdTimestamp": {
857
+ "type": "timestamp"
858
+ },
859
+ "activeFromTimestamp": {
860
+ "type": "timestamp"
861
+ },
862
+ "lastModifiedTimestamp": {
863
+ "type": "timestamp"
864
+ },
865
+ "status": {}
866
+ }
867
+ }
868
+ },
869
+ "nextToken": {}
870
+ }
871
+ }
872
+ },
873
+ "ListKxClusterNodes": {
874
+ "http": {
875
+ "method": "GET",
876
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/nodes"
877
+ },
878
+ "input": {
879
+ "type": "structure",
880
+ "required": [
881
+ "clusterName",
882
+ "environmentId"
883
+ ],
884
+ "members": {
885
+ "environmentId": {
886
+ "location": "uri",
887
+ "locationName": "environmentId"
888
+ },
889
+ "clusterName": {
890
+ "location": "uri",
891
+ "locationName": "clusterName"
892
+ },
893
+ "nextToken": {
894
+ "location": "querystring",
895
+ "locationName": "nextToken"
896
+ },
897
+ "maxResults": {
898
+ "location": "querystring",
899
+ "locationName": "maxResults",
900
+ "type": "integer"
901
+ }
902
+ }
903
+ },
904
+ "output": {
905
+ "type": "structure",
906
+ "members": {
907
+ "nodes": {
908
+ "type": "list",
909
+ "member": {
910
+ "type": "structure",
911
+ "members": {
912
+ "nodeId": {},
913
+ "availabilityZoneId": {},
914
+ "launchTime": {
915
+ "type": "timestamp"
916
+ }
917
+ }
918
+ }
919
+ },
920
+ "nextToken": {}
921
+ }
922
+ }
923
+ },
924
+ "ListKxClusters": {
925
+ "http": {
926
+ "method": "GET",
927
+ "requestUri": "/kx/environments/{environmentId}/clusters"
928
+ },
929
+ "input": {
930
+ "type": "structure",
931
+ "required": [
932
+ "environmentId"
933
+ ],
934
+ "members": {
935
+ "environmentId": {
936
+ "location": "uri",
937
+ "locationName": "environmentId"
938
+ },
939
+ "clusterType": {
940
+ "location": "querystring",
941
+ "locationName": "clusterType"
942
+ },
943
+ "maxResults": {
944
+ "location": "querystring",
945
+ "locationName": "maxResults",
946
+ "type": "integer"
947
+ },
948
+ "nextToken": {
949
+ "location": "querystring",
950
+ "locationName": "nextToken"
951
+ }
952
+ }
953
+ },
954
+ "output": {
955
+ "type": "structure",
956
+ "members": {
957
+ "kxClusterSummaries": {
958
+ "type": "list",
959
+ "member": {
960
+ "type": "structure",
961
+ "members": {
962
+ "status": {},
963
+ "statusReason": {},
964
+ "clusterName": {},
965
+ "clusterType": {},
966
+ "clusterDescription": {},
967
+ "releaseLabel": {},
968
+ "initializationScript": {},
969
+ "executionRole": {},
970
+ "azMode": {},
971
+ "availabilityZoneId": {},
972
+ "lastModifiedTimestamp": {
973
+ "type": "timestamp"
974
+ },
975
+ "createdTimestamp": {
976
+ "type": "timestamp"
977
+ }
978
+ }
979
+ }
980
+ },
981
+ "nextToken": {}
982
+ }
983
+ }
984
+ },
985
+ "ListKxDatabases": {
986
+ "http": {
987
+ "method": "GET",
988
+ "requestUri": "/kx/environments/{environmentId}/databases"
989
+ },
990
+ "input": {
991
+ "type": "structure",
992
+ "required": [
993
+ "environmentId"
994
+ ],
995
+ "members": {
996
+ "environmentId": {
997
+ "location": "uri",
998
+ "locationName": "environmentId"
999
+ },
1000
+ "nextToken": {
1001
+ "location": "querystring",
1002
+ "locationName": "nextToken"
1003
+ },
1004
+ "maxResults": {
1005
+ "location": "querystring",
1006
+ "locationName": "maxResults",
1007
+ "type": "integer"
1008
+ }
1009
+ }
1010
+ },
1011
+ "output": {
1012
+ "type": "structure",
1013
+ "members": {
1014
+ "kxDatabases": {
1015
+ "type": "list",
1016
+ "member": {
1017
+ "type": "structure",
1018
+ "members": {
1019
+ "databaseName": {},
1020
+ "createdTimestamp": {
1021
+ "type": "timestamp"
1022
+ },
1023
+ "lastModifiedTimestamp": {
1024
+ "type": "timestamp"
1025
+ }
1026
+ }
1027
+ }
1028
+ },
1029
+ "nextToken": {}
1030
+ }
87
1031
  }
88
1032
  },
89
- "GetEnvironment": {
1033
+ "ListKxEnvironments": {
90
1034
  "http": {
91
1035
  "method": "GET",
92
- "requestUri": "/environment/{environmentId}"
1036
+ "requestUri": "/kx/environments"
93
1037
  },
94
1038
  "input": {
95
1039
  "type": "structure",
96
- "required": [
97
- "environmentId"
98
- ],
99
1040
  "members": {
100
- "environmentId": {
101
- "location": "uri",
102
- "locationName": "environmentId"
1041
+ "nextToken": {
1042
+ "location": "querystring",
1043
+ "locationName": "nextToken"
1044
+ },
1045
+ "maxResults": {
1046
+ "location": "querystring",
1047
+ "locationName": "maxResults",
1048
+ "type": "integer"
103
1049
  }
104
1050
  }
105
1051
  },
106
1052
  "output": {
107
1053
  "type": "structure",
108
1054
  "members": {
109
- "environment": {
110
- "shape": "Ss"
111
- }
1055
+ "environments": {
1056
+ "type": "list",
1057
+ "member": {
1058
+ "type": "structure",
1059
+ "members": {
1060
+ "name": {},
1061
+ "environmentId": {},
1062
+ "awsAccountId": {},
1063
+ "status": {},
1064
+ "tgwStatus": {},
1065
+ "dnsStatus": {},
1066
+ "errorMessage": {},
1067
+ "description": {},
1068
+ "environmentArn": {},
1069
+ "kmsKeyId": {},
1070
+ "dedicatedServiceAccountId": {},
1071
+ "transitGatewayConfiguration": {
1072
+ "shape": "S3p"
1073
+ },
1074
+ "customDNSConfiguration": {
1075
+ "shape": "S3s"
1076
+ },
1077
+ "creationTimestamp": {
1078
+ "type": "timestamp"
1079
+ },
1080
+ "updateTimestamp": {
1081
+ "type": "timestamp"
1082
+ },
1083
+ "availabilityZoneIds": {
1084
+ "shape": "S3w"
1085
+ },
1086
+ "certificateAuthorityArn": {}
1087
+ }
1088
+ }
1089
+ },
1090
+ "nextToken": {}
112
1091
  }
113
1092
  }
114
1093
  },
115
- "ListEnvironments": {
1094
+ "ListKxUsers": {
116
1095
  "http": {
117
1096
  "method": "GET",
118
- "requestUri": "/environment"
1097
+ "requestUri": "/kx/environments/{environmentId}/users"
119
1098
  },
120
1099
  "input": {
121
1100
  "type": "structure",
1101
+ "required": [
1102
+ "environmentId"
1103
+ ],
122
1104
  "members": {
1105
+ "environmentId": {
1106
+ "location": "uri",
1107
+ "locationName": "environmentId"
1108
+ },
123
1109
  "nextToken": {
124
1110
  "location": "querystring",
125
1111
  "locationName": "nextToken"
@@ -134,10 +1120,21 @@
134
1120
  "output": {
135
1121
  "type": "structure",
136
1122
  "members": {
137
- "environments": {
1123
+ "users": {
138
1124
  "type": "list",
139
1125
  "member": {
140
- "shape": "Ss"
1126
+ "type": "structure",
1127
+ "members": {
1128
+ "userArn": {},
1129
+ "userName": {},
1130
+ "iamRole": {},
1131
+ "createTimestamp": {
1132
+ "type": "timestamp"
1133
+ },
1134
+ "updateTimestamp": {
1135
+ "type": "timestamp"
1136
+ }
1137
+ }
141
1138
  }
142
1139
  },
143
1140
  "nextToken": {}
@@ -251,10 +1248,224 @@
251
1248
  "type": "structure",
252
1249
  "members": {
253
1250
  "environment": {
254
- "shape": "Ss"
1251
+ "shape": "S36"
1252
+ }
1253
+ }
1254
+ }
1255
+ },
1256
+ "UpdateKxClusterDatabases": {
1257
+ "http": {
1258
+ "method": "PUT",
1259
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/configuration/databases"
1260
+ },
1261
+ "input": {
1262
+ "type": "structure",
1263
+ "required": [
1264
+ "environmentId",
1265
+ "clusterName",
1266
+ "databases"
1267
+ ],
1268
+ "members": {
1269
+ "environmentId": {
1270
+ "location": "uri",
1271
+ "locationName": "environmentId"
1272
+ },
1273
+ "clusterName": {
1274
+ "location": "uri",
1275
+ "locationName": "clusterName"
1276
+ },
1277
+ "clientToken": {},
1278
+ "databases": {
1279
+ "shape": "S1a"
1280
+ }
1281
+ }
1282
+ },
1283
+ "output": {
1284
+ "type": "structure",
1285
+ "members": {}
1286
+ }
1287
+ },
1288
+ "UpdateKxDatabase": {
1289
+ "http": {
1290
+ "method": "PUT",
1291
+ "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}"
1292
+ },
1293
+ "input": {
1294
+ "type": "structure",
1295
+ "required": [
1296
+ "environmentId",
1297
+ "databaseName",
1298
+ "clientToken"
1299
+ ],
1300
+ "members": {
1301
+ "environmentId": {
1302
+ "location": "uri",
1303
+ "locationName": "environmentId"
1304
+ },
1305
+ "databaseName": {
1306
+ "location": "uri",
1307
+ "locationName": "databaseName"
1308
+ },
1309
+ "description": {},
1310
+ "clientToken": {
1311
+ "idempotencyToken": true
1312
+ }
1313
+ }
1314
+ },
1315
+ "output": {
1316
+ "type": "structure",
1317
+ "members": {
1318
+ "databaseName": {},
1319
+ "environmentId": {},
1320
+ "description": {},
1321
+ "lastModifiedTimestamp": {
1322
+ "type": "timestamp"
1323
+ }
1324
+ }
1325
+ }
1326
+ },
1327
+ "UpdateKxEnvironment": {
1328
+ "http": {
1329
+ "method": "PUT",
1330
+ "requestUri": "/kx/environments/{environmentId}"
1331
+ },
1332
+ "input": {
1333
+ "type": "structure",
1334
+ "required": [
1335
+ "environmentId"
1336
+ ],
1337
+ "members": {
1338
+ "environmentId": {
1339
+ "location": "uri",
1340
+ "locationName": "environmentId"
1341
+ },
1342
+ "name": {},
1343
+ "description": {},
1344
+ "clientToken": {}
1345
+ }
1346
+ },
1347
+ "output": {
1348
+ "type": "structure",
1349
+ "members": {
1350
+ "name": {},
1351
+ "environmentId": {},
1352
+ "awsAccountId": {},
1353
+ "status": {},
1354
+ "tgwStatus": {},
1355
+ "dnsStatus": {},
1356
+ "errorMessage": {},
1357
+ "description": {},
1358
+ "environmentArn": {},
1359
+ "kmsKeyId": {},
1360
+ "dedicatedServiceAccountId": {},
1361
+ "transitGatewayConfiguration": {
1362
+ "shape": "S3p"
1363
+ },
1364
+ "customDNSConfiguration": {
1365
+ "shape": "S3s"
1366
+ },
1367
+ "creationTimestamp": {
1368
+ "type": "timestamp"
1369
+ },
1370
+ "updateTimestamp": {
1371
+ "type": "timestamp"
1372
+ },
1373
+ "availabilityZoneIds": {
1374
+ "shape": "S3w"
1375
+ }
1376
+ }
1377
+ }
1378
+ },
1379
+ "UpdateKxEnvironmentNetwork": {
1380
+ "http": {
1381
+ "method": "PUT",
1382
+ "requestUri": "/kx/environments/{environmentId}/network"
1383
+ },
1384
+ "input": {
1385
+ "type": "structure",
1386
+ "required": [
1387
+ "environmentId"
1388
+ ],
1389
+ "members": {
1390
+ "environmentId": {
1391
+ "location": "uri",
1392
+ "locationName": "environmentId"
1393
+ },
1394
+ "transitGatewayConfiguration": {
1395
+ "shape": "S3p"
1396
+ },
1397
+ "customDNSConfiguration": {
1398
+ "shape": "S3s"
1399
+ },
1400
+ "clientToken": {}
1401
+ }
1402
+ },
1403
+ "output": {
1404
+ "type": "structure",
1405
+ "members": {
1406
+ "name": {},
1407
+ "environmentId": {},
1408
+ "awsAccountId": {},
1409
+ "status": {},
1410
+ "tgwStatus": {},
1411
+ "dnsStatus": {},
1412
+ "errorMessage": {},
1413
+ "description": {},
1414
+ "environmentArn": {},
1415
+ "kmsKeyId": {},
1416
+ "dedicatedServiceAccountId": {},
1417
+ "transitGatewayConfiguration": {
1418
+ "shape": "S3p"
1419
+ },
1420
+ "customDNSConfiguration": {
1421
+ "shape": "S3s"
1422
+ },
1423
+ "creationTimestamp": {
1424
+ "type": "timestamp"
1425
+ },
1426
+ "updateTimestamp": {
1427
+ "type": "timestamp"
1428
+ },
1429
+ "availabilityZoneIds": {
1430
+ "shape": "S3w"
255
1431
  }
256
1432
  }
257
1433
  }
1434
+ },
1435
+ "UpdateKxUser": {
1436
+ "http": {
1437
+ "method": "PUT",
1438
+ "requestUri": "/kx/environments/{environmentId}/users/{userName}"
1439
+ },
1440
+ "input": {
1441
+ "type": "structure",
1442
+ "required": [
1443
+ "environmentId",
1444
+ "userName",
1445
+ "iamRole"
1446
+ ],
1447
+ "members": {
1448
+ "environmentId": {
1449
+ "location": "uri",
1450
+ "locationName": "environmentId"
1451
+ },
1452
+ "userName": {
1453
+ "location": "uri",
1454
+ "locationName": "userName"
1455
+ },
1456
+ "iamRole": {},
1457
+ "clientToken": {}
1458
+ }
1459
+ },
1460
+ "output": {
1461
+ "type": "structure",
1462
+ "members": {
1463
+ "userName": {},
1464
+ "userArn": {},
1465
+ "environmentId": {},
1466
+ "iamRole": {}
1467
+ }
1468
+ }
258
1469
  }
259
1470
  },
260
1471
  "shapes": {
@@ -279,6 +1490,150 @@
279
1490
  }
280
1491
  },
281
1492
  "Ss": {
1493
+ "type": "list",
1494
+ "member": {
1495
+ "type": "structure",
1496
+ "required": [
1497
+ "changeType",
1498
+ "dbPath"
1499
+ ],
1500
+ "members": {
1501
+ "changeType": {},
1502
+ "s3Path": {},
1503
+ "dbPath": {}
1504
+ }
1505
+ }
1506
+ },
1507
+ "S12": {
1508
+ "type": "structure",
1509
+ "members": {
1510
+ "errorMessage": {},
1511
+ "errorType": {}
1512
+ }
1513
+ },
1514
+ "S1a": {
1515
+ "type": "list",
1516
+ "member": {
1517
+ "type": "structure",
1518
+ "required": [
1519
+ "databaseName"
1520
+ ],
1521
+ "members": {
1522
+ "databaseName": {},
1523
+ "cacheConfigurations": {
1524
+ "type": "list",
1525
+ "member": {
1526
+ "type": "structure",
1527
+ "required": [
1528
+ "cacheType",
1529
+ "dbPaths"
1530
+ ],
1531
+ "members": {
1532
+ "cacheType": {},
1533
+ "dbPaths": {
1534
+ "type": "list",
1535
+ "member": {}
1536
+ }
1537
+ }
1538
+ }
1539
+ },
1540
+ "changesetId": {}
1541
+ }
1542
+ }
1543
+ },
1544
+ "S1g": {
1545
+ "type": "list",
1546
+ "member": {
1547
+ "type": "structure",
1548
+ "required": [
1549
+ "type",
1550
+ "size"
1551
+ ],
1552
+ "members": {
1553
+ "type": {},
1554
+ "size": {
1555
+ "type": "integer"
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ "S1j": {
1561
+ "type": "structure",
1562
+ "members": {
1563
+ "minNodeCount": {
1564
+ "type": "integer"
1565
+ },
1566
+ "maxNodeCount": {
1567
+ "type": "integer"
1568
+ },
1569
+ "autoScalingMetric": {},
1570
+ "metricTarget": {
1571
+ "type": "double"
1572
+ },
1573
+ "scaleInCooldownSeconds": {
1574
+ "type": "double"
1575
+ },
1576
+ "scaleOutCooldownSeconds": {
1577
+ "type": "double"
1578
+ }
1579
+ }
1580
+ },
1581
+ "S1p": {
1582
+ "type": "structure",
1583
+ "members": {
1584
+ "nodeType": {},
1585
+ "nodeCount": {
1586
+ "type": "integer"
1587
+ }
1588
+ }
1589
+ },
1590
+ "S1s": {
1591
+ "type": "structure",
1592
+ "members": {
1593
+ "vpcId": {},
1594
+ "securityGroupIds": {
1595
+ "type": "list",
1596
+ "member": {}
1597
+ },
1598
+ "subnetIds": {
1599
+ "type": "list",
1600
+ "member": {}
1601
+ },
1602
+ "ipAddressType": {}
1603
+ }
1604
+ },
1605
+ "S20": {
1606
+ "type": "list",
1607
+ "member": {
1608
+ "type": "structure",
1609
+ "members": {
1610
+ "key": {},
1611
+ "value": {}
1612
+ }
1613
+ }
1614
+ },
1615
+ "S24": {
1616
+ "type": "structure",
1617
+ "members": {
1618
+ "s3Bucket": {},
1619
+ "s3Key": {},
1620
+ "s3ObjectVersion": {}
1621
+ }
1622
+ },
1623
+ "S29": {
1624
+ "type": "structure",
1625
+ "required": [
1626
+ "type",
1627
+ "size"
1628
+ ],
1629
+ "members": {
1630
+ "type": {},
1631
+ "size": {
1632
+ "type": "integer"
1633
+ }
1634
+ }
1635
+ },
1636
+ "S36": {
282
1637
  "type": "structure",
283
1638
  "members": {
284
1639
  "name": {},
@@ -296,6 +1651,35 @@
296
1651
  "shape": "S9"
297
1652
  }
298
1653
  }
1654
+ },
1655
+ "S3p": {
1656
+ "type": "structure",
1657
+ "required": [
1658
+ "transitGatewayID",
1659
+ "routableCIDRSpace"
1660
+ ],
1661
+ "members": {
1662
+ "transitGatewayID": {},
1663
+ "routableCIDRSpace": {}
1664
+ }
1665
+ },
1666
+ "S3s": {
1667
+ "type": "list",
1668
+ "member": {
1669
+ "type": "structure",
1670
+ "required": [
1671
+ "customDNSServerName",
1672
+ "customDNSServerIP"
1673
+ ],
1674
+ "members": {
1675
+ "customDNSServerName": {},
1676
+ "customDNSServerIP": {}
1677
+ }
1678
+ }
1679
+ },
1680
+ "S3w": {
1681
+ "type": "list",
1682
+ "member": {}
299
1683
  }
300
1684
  }
301
1685
  }