aws-sdk 2.684.0 → 2.688.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.
- package/CHANGELOG.md +20 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +287 -10
- package/apis/athena-2017-05-18.paginators.json +31 -7
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +76 -63
- package/apis/elasticmapreduce-2009-03-31.min.json +3 -0
- package/apis/fsx-2018-03-01.min.json +49 -18
- package/apis/guardduty-2017-11-28.min.json +160 -26
- package/apis/kafka-2018-11-14.min.json +109 -7
- package/apis/marketplace-catalog-2018-09-17.min.json +1 -0
- package/apis/sagemaker-2017-07-24.min.json +4 -2
- package/apis/worklink-2018-09-25.min.json +102 -8
- package/apis/workmail-2017-10-01.min.json +106 -24
- package/clients/athena.d.ts +385 -30
- package/clients/elbv2.d.ts +15 -1
- package/clients/emr.d.ts +12 -0
- package/clients/fsx.d.ts +58 -13
- package/clients/guardduty.d.ts +144 -10
- package/clients/kafka.d.ts +131 -1
- package/clients/kms.d.ts +32 -32
- package/clients/marketplacecatalog.d.ts +10 -6
- package/clients/qldbsession.d.ts +9 -9
- package/clients/sagemaker.d.ts +53 -45
- package/clients/worklink.d.ts +80 -4
- package/clients/workmail.d.ts +104 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +83 -67
- package/dist/aws-sdk.min.js +43 -43
- package/dist/xml2js.js +1 -1
- package/lib/core.js +1 -1
- package/package.json +2 -2
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"members": {
|
|
70
70
|
"Type": {},
|
|
71
71
|
"Paths": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "S1x"
|
|
73
73
|
},
|
|
74
74
|
"FileSystemId": {},
|
|
75
75
|
"Report": {
|
|
76
|
-
"shape": "
|
|
76
|
+
"shape": "S1z"
|
|
77
77
|
},
|
|
78
78
|
"ClientRequestToken": {
|
|
79
79
|
"idempotencyToken": true
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"type": "structure",
|
|
88
88
|
"members": {
|
|
89
89
|
"DataRepositoryTask": {
|
|
90
|
-
"shape": "
|
|
90
|
+
"shape": "S23"
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
},
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"shape": "Sv"
|
|
115
115
|
},
|
|
116
116
|
"SecurityGroupIds": {
|
|
117
|
-
"shape": "
|
|
117
|
+
"shape": "S2d"
|
|
118
118
|
},
|
|
119
119
|
"Tags": {
|
|
120
120
|
"shape": "S8"
|
|
121
121
|
},
|
|
122
122
|
"KmsKeyId": {},
|
|
123
123
|
"WindowsConfiguration": {
|
|
124
|
-
"shape": "
|
|
124
|
+
"shape": "S2f"
|
|
125
125
|
},
|
|
126
126
|
"LustreConfiguration": {
|
|
127
127
|
"type": "structure",
|
|
@@ -165,13 +165,13 @@
|
|
|
165
165
|
"shape": "Sv"
|
|
166
166
|
},
|
|
167
167
|
"SecurityGroupIds": {
|
|
168
|
-
"shape": "
|
|
168
|
+
"shape": "S2d"
|
|
169
169
|
},
|
|
170
170
|
"Tags": {
|
|
171
171
|
"shape": "S8"
|
|
172
172
|
},
|
|
173
173
|
"WindowsConfiguration": {
|
|
174
|
-
"shape": "
|
|
174
|
+
"shape": "S2f"
|
|
175
175
|
},
|
|
176
176
|
"StorageType": {}
|
|
177
177
|
}
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"DataRepositoryTasks": {
|
|
323
323
|
"type": "list",
|
|
324
324
|
"member": {
|
|
325
|
-
"shape": "
|
|
325
|
+
"shape": "S23"
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
"NextToken": {}
|
|
@@ -432,6 +432,9 @@
|
|
|
432
432
|
"ClientRequestToken": {
|
|
433
433
|
"idempotencyToken": true
|
|
434
434
|
},
|
|
435
|
+
"StorageCapacity": {
|
|
436
|
+
"type": "integer"
|
|
437
|
+
},
|
|
435
438
|
"WindowsConfiguration": {
|
|
436
439
|
"type": "structure",
|
|
437
440
|
"members": {
|
|
@@ -440,12 +443,15 @@
|
|
|
440
443
|
"AutomaticBackupRetentionDays": {
|
|
441
444
|
"type": "integer"
|
|
442
445
|
},
|
|
446
|
+
"ThroughputCapacity": {
|
|
447
|
+
"type": "integer"
|
|
448
|
+
},
|
|
443
449
|
"SelfManagedActiveDirectoryConfiguration": {
|
|
444
450
|
"type": "structure",
|
|
445
451
|
"members": {
|
|
446
452
|
"UserName": {},
|
|
447
453
|
"Password": {
|
|
448
|
-
"shape": "
|
|
454
|
+
"shape": "S2h"
|
|
449
455
|
},
|
|
450
456
|
"DnsIps": {
|
|
451
457
|
"shape": "S17"
|
|
@@ -616,6 +622,31 @@
|
|
|
616
622
|
},
|
|
617
623
|
"MountName": {}
|
|
618
624
|
}
|
|
625
|
+
},
|
|
626
|
+
"AdministrativeActions": {
|
|
627
|
+
"type": "list",
|
|
628
|
+
"member": {
|
|
629
|
+
"type": "structure",
|
|
630
|
+
"members": {
|
|
631
|
+
"AdministrativeActionType": {},
|
|
632
|
+
"ProgressPercent": {
|
|
633
|
+
"type": "integer"
|
|
634
|
+
},
|
|
635
|
+
"RequestTime": {
|
|
636
|
+
"type": "timestamp"
|
|
637
|
+
},
|
|
638
|
+
"Status": {},
|
|
639
|
+
"TargetFileSystemValues": {
|
|
640
|
+
"shape": "Sn"
|
|
641
|
+
},
|
|
642
|
+
"FailureDetails": {
|
|
643
|
+
"type": "structure",
|
|
644
|
+
"members": {
|
|
645
|
+
"Message": {}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
}
|
|
619
650
|
}
|
|
620
651
|
}
|
|
621
652
|
},
|
|
@@ -627,11 +658,11 @@
|
|
|
627
658
|
"type": "list",
|
|
628
659
|
"member": {}
|
|
629
660
|
},
|
|
630
|
-
"
|
|
661
|
+
"S1x": {
|
|
631
662
|
"type": "list",
|
|
632
663
|
"member": {}
|
|
633
664
|
},
|
|
634
|
-
"
|
|
665
|
+
"S1z": {
|
|
635
666
|
"type": "structure",
|
|
636
667
|
"required": [
|
|
637
668
|
"Enabled"
|
|
@@ -645,7 +676,7 @@
|
|
|
645
676
|
"Scope": {}
|
|
646
677
|
}
|
|
647
678
|
},
|
|
648
|
-
"
|
|
679
|
+
"S23": {
|
|
649
680
|
"type": "structure",
|
|
650
681
|
"required": [
|
|
651
682
|
"TaskId",
|
|
@@ -673,7 +704,7 @@
|
|
|
673
704
|
},
|
|
674
705
|
"FileSystemId": {},
|
|
675
706
|
"Paths": {
|
|
676
|
-
"shape": "
|
|
707
|
+
"shape": "S1x"
|
|
677
708
|
},
|
|
678
709
|
"FailureDetails": {
|
|
679
710
|
"type": "structure",
|
|
@@ -699,15 +730,15 @@
|
|
|
699
730
|
}
|
|
700
731
|
},
|
|
701
732
|
"Report": {
|
|
702
|
-
"shape": "
|
|
733
|
+
"shape": "S1z"
|
|
703
734
|
}
|
|
704
735
|
}
|
|
705
736
|
},
|
|
706
|
-
"
|
|
737
|
+
"S2d": {
|
|
707
738
|
"type": "list",
|
|
708
739
|
"member": {}
|
|
709
740
|
},
|
|
710
|
-
"
|
|
741
|
+
"S2f": {
|
|
711
742
|
"type": "structure",
|
|
712
743
|
"required": [
|
|
713
744
|
"ThroughputCapacity"
|
|
@@ -728,7 +759,7 @@
|
|
|
728
759
|
"FileSystemAdministratorsGroup": {},
|
|
729
760
|
"UserName": {},
|
|
730
761
|
"Password": {
|
|
731
|
-
"shape": "
|
|
762
|
+
"shape": "S2h"
|
|
732
763
|
},
|
|
733
764
|
"DnsIps": {
|
|
734
765
|
"shape": "S17"
|
|
@@ -750,7 +781,7 @@
|
|
|
750
781
|
}
|
|
751
782
|
}
|
|
752
783
|
},
|
|
753
|
-
"
|
|
784
|
+
"S2h": {
|
|
754
785
|
"type": "string",
|
|
755
786
|
"sensitive": true
|
|
756
787
|
}
|
|
@@ -1006,6 +1006,116 @@
|
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
},
|
|
1009
|
+
"S3BucketDetails": {
|
|
1010
|
+
"locationName": "s3BucketDetails",
|
|
1011
|
+
"type": "list",
|
|
1012
|
+
"member": {
|
|
1013
|
+
"type": "structure",
|
|
1014
|
+
"members": {
|
|
1015
|
+
"Arn": {
|
|
1016
|
+
"locationName": "arn"
|
|
1017
|
+
},
|
|
1018
|
+
"Name": {
|
|
1019
|
+
"locationName": "name"
|
|
1020
|
+
},
|
|
1021
|
+
"Type": {
|
|
1022
|
+
"locationName": "type"
|
|
1023
|
+
},
|
|
1024
|
+
"CreatedAt": {
|
|
1025
|
+
"locationName": "createdAt",
|
|
1026
|
+
"type": "timestamp"
|
|
1027
|
+
},
|
|
1028
|
+
"Owner": {
|
|
1029
|
+
"locationName": "owner",
|
|
1030
|
+
"type": "structure",
|
|
1031
|
+
"members": {
|
|
1032
|
+
"Id": {
|
|
1033
|
+
"locationName": "id"
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"Tags": {
|
|
1038
|
+
"shape": "S2w",
|
|
1039
|
+
"locationName": "tags"
|
|
1040
|
+
},
|
|
1041
|
+
"DefaultServerSideEncryption": {
|
|
1042
|
+
"locationName": "defaultServerSideEncryption",
|
|
1043
|
+
"type": "structure",
|
|
1044
|
+
"members": {
|
|
1045
|
+
"EncryptionType": {
|
|
1046
|
+
"locationName": "encryptionType"
|
|
1047
|
+
},
|
|
1048
|
+
"KmsMasterKeyArn": {
|
|
1049
|
+
"locationName": "kmsMasterKeyArn"
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"PublicAccess": {
|
|
1054
|
+
"locationName": "publicAccess",
|
|
1055
|
+
"type": "structure",
|
|
1056
|
+
"members": {
|
|
1057
|
+
"PermissionConfiguration": {
|
|
1058
|
+
"locationName": "permissionConfiguration",
|
|
1059
|
+
"type": "structure",
|
|
1060
|
+
"members": {
|
|
1061
|
+
"BucketLevelPermissions": {
|
|
1062
|
+
"locationName": "bucketLevelPermissions",
|
|
1063
|
+
"type": "structure",
|
|
1064
|
+
"members": {
|
|
1065
|
+
"AccessControlList": {
|
|
1066
|
+
"locationName": "accessControlList",
|
|
1067
|
+
"type": "structure",
|
|
1068
|
+
"members": {
|
|
1069
|
+
"AllowsPublicReadAccess": {
|
|
1070
|
+
"locationName": "allowsPublicReadAccess",
|
|
1071
|
+
"type": "boolean"
|
|
1072
|
+
},
|
|
1073
|
+
"AllowsPublicWriteAccess": {
|
|
1074
|
+
"locationName": "allowsPublicWriteAccess",
|
|
1075
|
+
"type": "boolean"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"BucketPolicy": {
|
|
1080
|
+
"locationName": "bucketPolicy",
|
|
1081
|
+
"type": "structure",
|
|
1082
|
+
"members": {
|
|
1083
|
+
"AllowsPublicReadAccess": {
|
|
1084
|
+
"locationName": "allowsPublicReadAccess",
|
|
1085
|
+
"type": "boolean"
|
|
1086
|
+
},
|
|
1087
|
+
"AllowsPublicWriteAccess": {
|
|
1088
|
+
"locationName": "allowsPublicWriteAccess",
|
|
1089
|
+
"type": "boolean"
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"BlockPublicAccess": {
|
|
1094
|
+
"shape": "S34",
|
|
1095
|
+
"locationName": "blockPublicAccess"
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
"AccountLevelPermissions": {
|
|
1100
|
+
"locationName": "accountLevelPermissions",
|
|
1101
|
+
"type": "structure",
|
|
1102
|
+
"members": {
|
|
1103
|
+
"BlockPublicAccess": {
|
|
1104
|
+
"shape": "S34",
|
|
1105
|
+
"locationName": "blockPublicAccess"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"EffectivePermission": {
|
|
1112
|
+
"locationName": "effectivePermission"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1009
1119
|
"InstanceDetails": {
|
|
1010
1120
|
"locationName": "instanceDetails",
|
|
1011
1121
|
"type": "structure",
|
|
@@ -1130,19 +1240,8 @@
|
|
|
1130
1240
|
}
|
|
1131
1241
|
},
|
|
1132
1242
|
"Tags": {
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
"member": {
|
|
1136
|
-
"type": "structure",
|
|
1137
|
-
"members": {
|
|
1138
|
-
"Key": {
|
|
1139
|
-
"locationName": "key"
|
|
1140
|
-
},
|
|
1141
|
-
"Value": {
|
|
1142
|
-
"locationName": "value"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1243
|
+
"shape": "S2w",
|
|
1244
|
+
"locationName": "tags"
|
|
1146
1245
|
}
|
|
1147
1246
|
}
|
|
1148
1247
|
},
|
|
@@ -1185,7 +1284,7 @@
|
|
|
1185
1284
|
}
|
|
1186
1285
|
},
|
|
1187
1286
|
"RemoteIpDetails": {
|
|
1188
|
-
"shape": "
|
|
1287
|
+
"shape": "S3l",
|
|
1189
1288
|
"locationName": "remoteIpDetails"
|
|
1190
1289
|
},
|
|
1191
1290
|
"ServiceName": {
|
|
@@ -1214,18 +1313,18 @@
|
|
|
1214
1313
|
"locationName": "connectionDirection"
|
|
1215
1314
|
},
|
|
1216
1315
|
"LocalPortDetails": {
|
|
1217
|
-
"shape": "
|
|
1316
|
+
"shape": "S3s",
|
|
1218
1317
|
"locationName": "localPortDetails"
|
|
1219
1318
|
},
|
|
1220
1319
|
"Protocol": {
|
|
1221
1320
|
"locationName": "protocol"
|
|
1222
1321
|
},
|
|
1223
1322
|
"LocalIpDetails": {
|
|
1224
|
-
"shape": "
|
|
1323
|
+
"shape": "S3t",
|
|
1225
1324
|
"locationName": "localIpDetails"
|
|
1226
1325
|
},
|
|
1227
1326
|
"RemoteIpDetails": {
|
|
1228
|
-
"shape": "
|
|
1327
|
+
"shape": "S3l",
|
|
1229
1328
|
"locationName": "remoteIpDetails"
|
|
1230
1329
|
},
|
|
1231
1330
|
"RemotePortDetails": {
|
|
@@ -1258,15 +1357,15 @@
|
|
|
1258
1357
|
"type": "structure",
|
|
1259
1358
|
"members": {
|
|
1260
1359
|
"LocalPortDetails": {
|
|
1261
|
-
"shape": "
|
|
1360
|
+
"shape": "S3s",
|
|
1262
1361
|
"locationName": "localPortDetails"
|
|
1263
1362
|
},
|
|
1264
1363
|
"LocalIpDetails": {
|
|
1265
|
-
"shape": "
|
|
1364
|
+
"shape": "S3t",
|
|
1266
1365
|
"locationName": "localIpDetails"
|
|
1267
1366
|
},
|
|
1268
1367
|
"RemoteIpDetails": {
|
|
1269
|
-
"shape": "
|
|
1368
|
+
"shape": "S3l",
|
|
1270
1369
|
"locationName": "remoteIpDetails"
|
|
1271
1370
|
}
|
|
1272
1371
|
}
|
|
@@ -1542,7 +1641,7 @@
|
|
|
1542
1641
|
],
|
|
1543
1642
|
"members": {
|
|
1544
1643
|
"Members": {
|
|
1545
|
-
"shape": "
|
|
1644
|
+
"shape": "S4i",
|
|
1546
1645
|
"locationName": "members"
|
|
1547
1646
|
},
|
|
1548
1647
|
"UnprocessedAccounts": {
|
|
@@ -1903,7 +2002,7 @@
|
|
|
1903
2002
|
"type": "structure",
|
|
1904
2003
|
"members": {
|
|
1905
2004
|
"Members": {
|
|
1906
|
-
"shape": "
|
|
2005
|
+
"shape": "S4i",
|
|
1907
2006
|
"locationName": "members"
|
|
1908
2007
|
},
|
|
1909
2008
|
"NextToken": {
|
|
@@ -2615,7 +2714,42 @@
|
|
|
2615
2714
|
}
|
|
2616
2715
|
}
|
|
2617
2716
|
},
|
|
2618
|
-
"
|
|
2717
|
+
"S2w": {
|
|
2718
|
+
"type": "list",
|
|
2719
|
+
"member": {
|
|
2720
|
+
"type": "structure",
|
|
2721
|
+
"members": {
|
|
2722
|
+
"Key": {
|
|
2723
|
+
"locationName": "key"
|
|
2724
|
+
},
|
|
2725
|
+
"Value": {
|
|
2726
|
+
"locationName": "value"
|
|
2727
|
+
}
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
"S34": {
|
|
2732
|
+
"type": "structure",
|
|
2733
|
+
"members": {
|
|
2734
|
+
"IgnorePublicAcls": {
|
|
2735
|
+
"locationName": "ignorePublicAcls",
|
|
2736
|
+
"type": "boolean"
|
|
2737
|
+
},
|
|
2738
|
+
"RestrictPublicBuckets": {
|
|
2739
|
+
"locationName": "restrictPublicBuckets",
|
|
2740
|
+
"type": "boolean"
|
|
2741
|
+
},
|
|
2742
|
+
"BlockPublicAcls": {
|
|
2743
|
+
"locationName": "blockPublicAcls",
|
|
2744
|
+
"type": "boolean"
|
|
2745
|
+
},
|
|
2746
|
+
"BlockPublicPolicy": {
|
|
2747
|
+
"locationName": "blockPublicPolicy",
|
|
2748
|
+
"type": "boolean"
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
"S3l": {
|
|
2619
2753
|
"type": "structure",
|
|
2620
2754
|
"members": {
|
|
2621
2755
|
"City": {
|
|
@@ -2676,7 +2810,7 @@
|
|
|
2676
2810
|
}
|
|
2677
2811
|
}
|
|
2678
2812
|
},
|
|
2679
|
-
"
|
|
2813
|
+
"S3s": {
|
|
2680
2814
|
"type": "structure",
|
|
2681
2815
|
"members": {
|
|
2682
2816
|
"Port": {
|
|
@@ -2688,7 +2822,7 @@
|
|
|
2688
2822
|
}
|
|
2689
2823
|
}
|
|
2690
2824
|
},
|
|
2691
|
-
"
|
|
2825
|
+
"S3t": {
|
|
2692
2826
|
"type": "structure",
|
|
2693
2827
|
"members": {
|
|
2694
2828
|
"IpAddressV4": {
|
|
@@ -2696,7 +2830,7 @@
|
|
|
2696
2830
|
}
|
|
2697
2831
|
}
|
|
2698
2832
|
},
|
|
2699
|
-
"
|
|
2833
|
+
"S4i": {
|
|
2700
2834
|
"type": "list",
|
|
2701
2835
|
"member": {
|
|
2702
2836
|
"type": "structure",
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
},
|
|
110
110
|
"required": [
|
|
111
111
|
"ServerProperties",
|
|
112
|
-
"KafkaVersions",
|
|
113
112
|
"Name"
|
|
114
113
|
]
|
|
115
114
|
},
|
|
@@ -346,6 +345,43 @@
|
|
|
346
345
|
}
|
|
347
346
|
}
|
|
348
347
|
},
|
|
348
|
+
"GetCompatibleKafkaVersions": {
|
|
349
|
+
"http": {
|
|
350
|
+
"method": "GET",
|
|
351
|
+
"requestUri": "/v1/compatible-kafka-versions",
|
|
352
|
+
"responseCode": 200
|
|
353
|
+
},
|
|
354
|
+
"input": {
|
|
355
|
+
"type": "structure",
|
|
356
|
+
"members": {
|
|
357
|
+
"ClusterArn": {
|
|
358
|
+
"location": "querystring",
|
|
359
|
+
"locationName": "clusterArn"
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"output": {
|
|
364
|
+
"type": "structure",
|
|
365
|
+
"members": {
|
|
366
|
+
"CompatibleKafkaVersions": {
|
|
367
|
+
"locationName": "compatibleKafkaVersions",
|
|
368
|
+
"type": "list",
|
|
369
|
+
"member": {
|
|
370
|
+
"type": "structure",
|
|
371
|
+
"members": {
|
|
372
|
+
"SourceVersion": {
|
|
373
|
+
"locationName": "sourceVersion"
|
|
374
|
+
},
|
|
375
|
+
"TargetVersions": {
|
|
376
|
+
"shape": "S4",
|
|
377
|
+
"locationName": "targetVersions"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
349
385
|
"ListClusterOperations": {
|
|
350
386
|
"http": {
|
|
351
387
|
"method": "GET",
|
|
@@ -822,7 +858,7 @@
|
|
|
822
858
|
"locationName": "currentVersion"
|
|
823
859
|
},
|
|
824
860
|
"TargetBrokerEBSVolumeInfo": {
|
|
825
|
-
"shape": "
|
|
861
|
+
"shape": "S1o",
|
|
826
862
|
"locationName": "targetBrokerEBSVolumeInfo"
|
|
827
863
|
}
|
|
828
864
|
},
|
|
@@ -883,6 +919,48 @@
|
|
|
883
919
|
}
|
|
884
920
|
}
|
|
885
921
|
},
|
|
922
|
+
"UpdateClusterKafkaVersion": {
|
|
923
|
+
"http": {
|
|
924
|
+
"method": "PUT",
|
|
925
|
+
"requestUri": "/v1/clusters/{clusterArn}/version",
|
|
926
|
+
"responseCode": 200
|
|
927
|
+
},
|
|
928
|
+
"input": {
|
|
929
|
+
"type": "structure",
|
|
930
|
+
"members": {
|
|
931
|
+
"ClusterArn": {
|
|
932
|
+
"location": "uri",
|
|
933
|
+
"locationName": "clusterArn"
|
|
934
|
+
},
|
|
935
|
+
"ConfigurationInfo": {
|
|
936
|
+
"shape": "Sd",
|
|
937
|
+
"locationName": "configurationInfo"
|
|
938
|
+
},
|
|
939
|
+
"CurrentVersion": {
|
|
940
|
+
"locationName": "currentVersion"
|
|
941
|
+
},
|
|
942
|
+
"TargetKafkaVersion": {
|
|
943
|
+
"locationName": "targetKafkaVersion"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"required": [
|
|
947
|
+
"ClusterArn",
|
|
948
|
+
"TargetKafkaVersion",
|
|
949
|
+
"CurrentVersion"
|
|
950
|
+
]
|
|
951
|
+
},
|
|
952
|
+
"output": {
|
|
953
|
+
"type": "structure",
|
|
954
|
+
"members": {
|
|
955
|
+
"ClusterArn": {
|
|
956
|
+
"locationName": "clusterArn"
|
|
957
|
+
},
|
|
958
|
+
"ClusterOperationArn": {
|
|
959
|
+
"locationName": "clusterOperationArn"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
},
|
|
886
964
|
"UpdateMonitoring": {
|
|
887
965
|
"http": {
|
|
888
966
|
"method": "PUT",
|
|
@@ -1332,24 +1410,45 @@
|
|
|
1332
1410
|
"OperationState": {
|
|
1333
1411
|
"locationName": "operationState"
|
|
1334
1412
|
},
|
|
1413
|
+
"OperationSteps": {
|
|
1414
|
+
"locationName": "operationSteps",
|
|
1415
|
+
"type": "list",
|
|
1416
|
+
"member": {
|
|
1417
|
+
"type": "structure",
|
|
1418
|
+
"members": {
|
|
1419
|
+
"StepInfo": {
|
|
1420
|
+
"locationName": "stepInfo",
|
|
1421
|
+
"type": "structure",
|
|
1422
|
+
"members": {
|
|
1423
|
+
"StepStatus": {
|
|
1424
|
+
"locationName": "stepStatus"
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"StepName": {
|
|
1429
|
+
"locationName": "stepName"
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1335
1434
|
"OperationType": {
|
|
1336
1435
|
"locationName": "operationType"
|
|
1337
1436
|
},
|
|
1338
1437
|
"SourceClusterInfo": {
|
|
1339
|
-
"shape": "
|
|
1438
|
+
"shape": "S1n",
|
|
1340
1439
|
"locationName": "sourceClusterInfo"
|
|
1341
1440
|
},
|
|
1342
1441
|
"TargetClusterInfo": {
|
|
1343
|
-
"shape": "
|
|
1442
|
+
"shape": "S1n",
|
|
1344
1443
|
"locationName": "targetClusterInfo"
|
|
1345
1444
|
}
|
|
1346
1445
|
}
|
|
1347
1446
|
},
|
|
1348
|
-
"
|
|
1447
|
+
"S1n": {
|
|
1349
1448
|
"type": "structure",
|
|
1350
1449
|
"members": {
|
|
1351
1450
|
"BrokerEBSVolumeInfo": {
|
|
1352
|
-
"shape": "
|
|
1451
|
+
"shape": "S1o",
|
|
1353
1452
|
"locationName": "brokerEBSVolumeInfo"
|
|
1354
1453
|
},
|
|
1355
1454
|
"ConfigurationInfo": {
|
|
@@ -1367,13 +1466,16 @@
|
|
|
1367
1466
|
"shape": "S1a",
|
|
1368
1467
|
"locationName": "openMonitoring"
|
|
1369
1468
|
},
|
|
1469
|
+
"KafkaVersion": {
|
|
1470
|
+
"locationName": "kafkaVersion"
|
|
1471
|
+
},
|
|
1370
1472
|
"LoggingInfo": {
|
|
1371
1473
|
"shape": "Sq",
|
|
1372
1474
|
"locationName": "loggingInfo"
|
|
1373
1475
|
}
|
|
1374
1476
|
}
|
|
1375
1477
|
},
|
|
1376
|
-
"
|
|
1478
|
+
"S1o": {
|
|
1377
1479
|
"type": "list",
|
|
1378
1480
|
"member": {
|
|
1379
1481
|
"type": "structure",
|
|
@@ -4228,7 +4228,8 @@
|
|
|
4228
4228
|
"Input": {}
|
|
4229
4229
|
}
|
|
4230
4230
|
},
|
|
4231
|
-
"RoleArn": {}
|
|
4231
|
+
"RoleArn": {},
|
|
4232
|
+
"HumanTaskUiArn": {}
|
|
4232
4233
|
}
|
|
4233
4234
|
},
|
|
4234
4235
|
"output": {
|
|
@@ -6079,7 +6080,8 @@
|
|
|
6079
6080
|
"UiConfig": {
|
|
6080
6081
|
"type": "structure",
|
|
6081
6082
|
"members": {
|
|
6082
|
-
"UiTemplateS3Uri": {}
|
|
6083
|
+
"UiTemplateS3Uri": {},
|
|
6084
|
+
"HumanTaskUiArn": {}
|
|
6083
6085
|
}
|
|
6084
6086
|
},
|
|
6085
6087
|
"PreHumanTaskLambdaArn": {},
|