@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.29

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.
Files changed (55) hide show
  1. package/.jsii +4 -4
  2. package/CHANGELOG.md +1 -1
  3. package/lib/ecr-sync.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  7. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
  9. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  10. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  11. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  12. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  13. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +55 -54
  14. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  16. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  17. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  18. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  19. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  20. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  21. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  22. package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
  23. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  24. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  25. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  26. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  28. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  29. package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +341 -72
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  37. package/node_modules/jszip/CHANGES.md +5 -0
  38. package/node_modules/jszip/README.markdown +1 -3
  39. package/node_modules/jszip/dist/jszip.js +194 -13
  40. package/node_modules/jszip/dist/jszip.min.js +4 -4
  41. package/node_modules/jszip/index.d.ts +1 -1
  42. package/node_modules/jszip/lib/index.js +1 -1
  43. package/node_modules/jszip/lib/license_header.js +2 -2
  44. package/node_modules/jszip/lib/utils.js +1 -1
  45. package/node_modules/jszip/package.json +2 -2
  46. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  47. package/node_modules/setimmediate/LICENSE.txt +20 -0
  48. package/node_modules/setimmediate/package.json +30 -0
  49. package/node_modules/setimmediate/setImmediate.js +186 -0
  50. package/package.json +4 -4
  51. package/releasetag.txt +1 -1
  52. package/version.txt +1 -1
  53. package/node_modules/set-immediate-shim/index.js +0 -7
  54. package/node_modules/set-immediate-shim/package.json +0 -34
  55. package/node_modules/set-immediate-shim/readme.md +0 -31
@@ -18,6 +18,18 @@
18
18
  "output_token": "NextToken",
19
19
  "result_key": "Datasets"
20
20
  },
21
+ "ListExplainabilities": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Explainabilities"
26
+ },
27
+ "ListExplainabilityExports": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "ExplainabilityExports"
32
+ },
21
33
  "ListForecastExportJobs": {
22
34
  "input_token": "NextToken",
23
35
  "limit_key": "MaxResults",
@@ -30,6 +42,18 @@
30
42
  "output_token": "NextToken",
31
43
  "result_key": "Forecasts"
32
44
  },
45
+ "ListMonitorEvaluations": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "PredictorMonitorEvaluations"
50
+ },
51
+ "ListMonitors": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "Monitors"
56
+ },
33
57
  "ListPredictorBacktestExportJobs": {
34
58
  "input_token": "NextToken",
35
59
  "limit_key": "MaxResults",
@@ -840,6 +840,9 @@
840
840
  "members": {
841
841
  "DeploymentAction": {},
842
842
  "DeploymentId": {},
843
+ "DeploymentResult": {
844
+ "shape": "S29"
845
+ },
843
846
  "DeploymentState": {},
844
847
  "LastUpdated": {
845
848
  "shape": "Sb"
@@ -1352,12 +1355,22 @@
1352
1355
  },
1353
1356
  "DeploymentAction": {},
1354
1357
  "DeploymentId": {},
1358
+ "DeploymentResult": {
1359
+ "shape": "S29"
1360
+ },
1355
1361
  "DeploymentState": {},
1356
1362
  "LastUpdated": {
1357
1363
  "shape": "Sb"
1358
1364
  },
1359
1365
  "SnapshotId": {}
1360
1366
  }
1367
+ },
1368
+ "S29": {
1369
+ "type": "structure",
1370
+ "members": {
1371
+ "Message": {},
1372
+ "ResultCode": {}
1373
+ }
1361
1374
  }
1362
1375
  }
1363
1376
  }
@@ -329,13 +329,13 @@
329
329
  "targetArn": {},
330
330
  "deploymentName": {},
331
331
  "components": {
332
- "shape": "S1s"
332
+ "shape": "S1t"
333
333
  },
334
334
  "iotJobConfiguration": {
335
- "shape": "S22"
335
+ "shape": "S23"
336
336
  },
337
337
  "deploymentPolicies": {
338
- "shape": "S2j"
338
+ "shape": "S2k"
339
339
  },
340
340
  "tags": {
341
341
  "shape": "S1g"
@@ -392,6 +392,25 @@
392
392
  }
393
393
  }
394
394
  },
395
+ "DeleteDeployment": {
396
+ "http": {
397
+ "method": "DELETE",
398
+ "requestUri": "/greengrass/v2/deployments/{deploymentId}",
399
+ "responseCode": 204
400
+ },
401
+ "input": {
402
+ "type": "structure",
403
+ "required": [
404
+ "deploymentId"
405
+ ],
406
+ "members": {
407
+ "deploymentId": {
408
+ "location": "uri",
409
+ "locationName": "deploymentId"
410
+ }
411
+ }
412
+ }
413
+ },
395
414
  "DescribeComponent": {
396
415
  "http": {
397
416
  "method": "GET",
@@ -543,7 +562,7 @@
543
562
  "type": "structure",
544
563
  "members": {
545
564
  "connectivityInfo": {
546
- "shape": "S36",
565
+ "shape": "S38",
547
566
  "locationName": "ConnectivityInfo"
548
567
  },
549
568
  "message": {
@@ -614,13 +633,13 @@
614
633
  "iotJobId": {},
615
634
  "iotJobArn": {},
616
635
  "components": {
617
- "shape": "S1s"
636
+ "shape": "S1t"
618
637
  },
619
638
  "deploymentPolicies": {
620
- "shape": "S2j"
639
+ "shape": "S2k"
621
640
  },
622
641
  "iotJobConfiguration": {
623
- "shape": "S22"
642
+ "shape": "S23"
624
643
  },
625
644
  "creationTimestamp": {
626
645
  "type": "timestamp"
@@ -1044,10 +1063,6 @@
1044
1063
  },
1045
1064
  "input": {
1046
1065
  "type": "structure",
1047
- "required": [
1048
- "platform",
1049
- "componentCandidates"
1050
- ],
1051
1066
  "members": {
1052
1067
  "platform": {
1053
1068
  "shape": "Sr"
@@ -1082,7 +1097,9 @@
1082
1097
  "componentVersion": {},
1083
1098
  "recipe": {
1084
1099
  "type": "blob"
1085
- }
1100
+ },
1101
+ "vendorGuidance": {},
1102
+ "message": {}
1086
1103
  }
1087
1104
  }
1088
1105
  }
@@ -1161,7 +1178,7 @@
1161
1178
  "locationName": "thingName"
1162
1179
  },
1163
1180
  "connectivityInfo": {
1164
- "shape": "S36",
1181
+ "shape": "S38",
1165
1182
  "locationName": "ConnectivityInfo"
1166
1183
  }
1167
1184
  }
@@ -1211,10 +1228,12 @@
1211
1228
  "type": "map",
1212
1229
  "key": {},
1213
1230
  "value": {}
1214
- }
1231
+ },
1232
+ "vendorGuidance": {},
1233
+ "vendorGuidanceMessage": {}
1215
1234
  }
1216
1235
  },
1217
- "S1s": {
1236
+ "S1t": {
1218
1237
  "type": "map",
1219
1238
  "key": {},
1220
1239
  "value": {
@@ -1252,7 +1271,7 @@
1252
1271
  }
1253
1272
  }
1254
1273
  },
1255
- "S22": {
1274
+ "S23": {
1256
1275
  "type": "structure",
1257
1276
  "members": {
1258
1277
  "jobExecutionsRolloutConfig": {
@@ -1330,7 +1349,7 @@
1330
1349
  }
1331
1350
  }
1332
1351
  },
1333
- "S2j": {
1352
+ "S2k": {
1334
1353
  "type": "structure",
1335
1354
  "members": {
1336
1355
  "failureHandlingPolicy": {},
@@ -1353,7 +1372,7 @@
1353
1372
  }
1354
1373
  }
1355
1374
  },
1356
- "S36": {
1375
+ "S38": {
1357
1376
  "type": "list",
1358
1377
  "member": {
1359
1378
  "type": "structure",
@@ -49,6 +49,51 @@
49
49
  }
50
50
  }
51
51
  },
52
+ "BatchDeleteDetector": {
53
+ "http": {
54
+ "requestUri": "/detectors/delete",
55
+ "responseCode": 200
56
+ },
57
+ "input": {
58
+ "type": "structure",
59
+ "required": [
60
+ "detectors"
61
+ ],
62
+ "members": {
63
+ "detectors": {
64
+ "type": "list",
65
+ "member": {
66
+ "type": "structure",
67
+ "required": [
68
+ "messageId",
69
+ "detectorModelName"
70
+ ],
71
+ "members": {
72
+ "messageId": {},
73
+ "detectorModelName": {},
74
+ "keyValue": {}
75
+ }
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "output": {
81
+ "type": "structure",
82
+ "members": {
83
+ "batchDeleteDetectorErrorEntries": {
84
+ "type": "list",
85
+ "member": {
86
+ "type": "structure",
87
+ "members": {
88
+ "messageId": {},
89
+ "errorCode": {},
90
+ "errorMessage": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ },
52
97
  "BatchDisableAlarm": {
53
98
  "http": {
54
99
  "requestUri": "/alarms/disable",
@@ -72,7 +72,7 @@
72
72
  "shape": "Sa"
73
73
  },
74
74
  "Tags": {
75
- "shape": "Sd"
75
+ "shape": "Se"
76
76
  }
77
77
  }
78
78
  },
@@ -97,11 +97,11 @@
97
97
  "AnomalyDetectorName": {},
98
98
  "AnomalyDetectorDescription": {},
99
99
  "AnomalyDetectorConfig": {
100
- "shape": "Sk"
100
+ "shape": "Sl"
101
101
  },
102
102
  "KmsKeyArn": {},
103
103
  "Tags": {
104
- "shape": "Sd"
104
+ "shape": "Se"
105
105
  }
106
106
  }
107
107
  },
@@ -129,24 +129,24 @@
129
129
  "MetricSetName": {},
130
130
  "MetricSetDescription": {},
131
131
  "MetricList": {
132
- "shape": "Sr"
132
+ "shape": "Ss"
133
133
  },
134
134
  "Offset": {
135
135
  "type": "integer"
136
136
  },
137
137
  "TimestampColumn": {
138
- "shape": "Sx"
138
+ "shape": "Sy"
139
139
  },
140
140
  "DimensionList": {
141
- "shape": "Sz"
141
+ "shape": "S10"
142
142
  },
143
143
  "MetricSetFrequency": {},
144
144
  "MetricSource": {
145
- "shape": "S10"
145
+ "shape": "S11"
146
146
  },
147
147
  "Timezone": {},
148
148
  "Tags": {
149
- "shape": "Sd"
149
+ "shape": "Se"
150
150
  }
151
151
  }
152
152
  },
@@ -357,18 +357,18 @@
357
357
  "type": "integer"
358
358
  },
359
359
  "MetricList": {
360
- "shape": "Sr"
360
+ "shape": "Ss"
361
361
  },
362
362
  "TimestampColumn": {
363
- "shape": "Sx"
363
+ "shape": "Sy"
364
364
  },
365
365
  "DimensionList": {
366
- "shape": "Sz"
366
+ "shape": "S10"
367
367
  },
368
368
  "MetricSetFrequency": {},
369
369
  "Timezone": {},
370
370
  "MetricSource": {
371
- "shape": "S10"
371
+ "shape": "S11"
372
372
  }
373
373
  }
374
374
  }
@@ -392,10 +392,10 @@
392
392
  "type": "structure",
393
393
  "members": {
394
394
  "TemplatedPathList": {
395
- "shape": "S12"
395
+ "shape": "S13"
396
396
  },
397
397
  "HistoricalDataPathList": {
398
- "shape": "S14"
398
+ "shape": "S15"
399
399
  }
400
400
  }
401
401
  }
@@ -410,10 +410,10 @@
410
410
  "type": "structure",
411
411
  "members": {
412
412
  "Offset": {
413
- "shape": "S2y"
413
+ "shape": "S2z"
414
414
  },
415
415
  "MetricSetFrequency": {
416
- "shape": "S2y"
416
+ "shape": "S2z"
417
417
  },
418
418
  "MetricSource": {
419
419
  "type": "structure",
@@ -428,22 +428,22 @@
428
428
  "type": "structure",
429
429
  "members": {
430
430
  "FileCompression": {
431
- "shape": "S2y"
431
+ "shape": "S2z"
432
432
  },
433
433
  "Charset": {
434
- "shape": "S2y"
434
+ "shape": "S2z"
435
435
  },
436
436
  "ContainsHeader": {
437
- "shape": "S2y"
437
+ "shape": "S2z"
438
438
  },
439
439
  "Delimiter": {
440
- "shape": "S2y"
440
+ "shape": "S2z"
441
441
  },
442
442
  "HeaderList": {
443
- "shape": "S2y"
443
+ "shape": "S2z"
444
444
  },
445
445
  "QuoteSymbol": {
446
- "shape": "S2y"
446
+ "shape": "S2z"
447
447
  }
448
448
  }
449
449
  },
@@ -451,10 +451,10 @@
451
451
  "type": "structure",
452
452
  "members": {
453
453
  "FileCompression": {
454
- "shape": "S2y"
454
+ "shape": "S2z"
455
455
  },
456
456
  "Charset": {
457
- "shape": "S2y"
457
+ "shape": "S2z"
458
458
  }
459
459
  }
460
460
  }
@@ -603,13 +603,13 @@
603
603
  "members": {
604
604
  "RoleArn": {},
605
605
  "TemplatedPathList": {
606
- "shape": "S12"
606
+ "shape": "S13"
607
607
  },
608
608
  "HistoricalDataPathList": {
609
- "shape": "S14"
609
+ "shape": "S15"
610
610
  },
611
611
  "FileFormatDescriptor": {
612
- "shape": "S16"
612
+ "shape": "S17"
613
613
  }
614
614
  }
615
615
  }
@@ -669,7 +669,7 @@
669
669
  "type": "timestamp"
670
670
  },
671
671
  "Tags": {
672
- "shape": "Sd"
672
+ "shape": "Se"
673
673
  }
674
674
  }
675
675
  }
@@ -710,7 +710,7 @@
710
710
  },
711
711
  "Status": {},
712
712
  "Tags": {
713
- "shape": "Sd"
713
+ "shape": "Se"
714
714
  }
715
715
  }
716
716
  }
@@ -925,7 +925,7 @@
925
925
  "type": "timestamp"
926
926
  },
927
927
  "Tags": {
928
- "shape": "Sd"
928
+ "shape": "Se"
929
929
  }
930
930
  }
931
931
  }
@@ -956,7 +956,7 @@
956
956
  "type": "structure",
957
957
  "members": {
958
958
  "Tags": {
959
- "shape": "Sd",
959
+ "shape": "Se",
960
960
  "locationName": "Tags"
961
961
  }
962
962
  }
@@ -1013,7 +1013,7 @@
1013
1013
  "locationName": "resourceArn"
1014
1014
  },
1015
1015
  "Tags": {
1016
- "shape": "Sd",
1016
+ "shape": "Se",
1017
1017
  "locationName": "tags"
1018
1018
  }
1019
1019
  }
@@ -1067,7 +1067,7 @@
1067
1067
  "KmsKeyArn": {},
1068
1068
  "AnomalyDetectorDescription": {},
1069
1069
  "AnomalyDetectorConfig": {
1070
- "shape": "Sk"
1070
+ "shape": "Sl"
1071
1071
  }
1072
1072
  }
1073
1073
  },
@@ -1091,20 +1091,20 @@
1091
1091
  "MetricSetArn": {},
1092
1092
  "MetricSetDescription": {},
1093
1093
  "MetricList": {
1094
- "shape": "Sr"
1094
+ "shape": "Ss"
1095
1095
  },
1096
1096
  "Offset": {
1097
1097
  "type": "integer"
1098
1098
  },
1099
1099
  "TimestampColumn": {
1100
- "shape": "Sx"
1100
+ "shape": "Sy"
1101
1101
  },
1102
1102
  "DimensionList": {
1103
- "shape": "Sz"
1103
+ "shape": "S10"
1104
1104
  },
1105
1105
  "MetricSetFrequency": {},
1106
1106
  "MetricSource": {
1107
- "shape": "S10"
1107
+ "shape": "S11"
1108
1108
  }
1109
1109
  }
1110
1110
  },
@@ -1128,7 +1128,8 @@
1128
1128
  ],
1129
1129
  "members": {
1130
1130
  "RoleArn": {},
1131
- "SnsTopicArn": {}
1131
+ "SnsTopicArn": {},
1132
+ "SnsFormat": {}
1132
1133
  }
1133
1134
  },
1134
1135
  "LambdaConfiguration": {
@@ -1144,18 +1145,18 @@
1144
1145
  }
1145
1146
  }
1146
1147
  },
1147
- "Sd": {
1148
+ "Se": {
1148
1149
  "type": "map",
1149
1150
  "key": {},
1150
1151
  "value": {}
1151
1152
  },
1152
- "Sk": {
1153
+ "Sl": {
1153
1154
  "type": "structure",
1154
1155
  "members": {
1155
1156
  "AnomalyDetectorFrequency": {}
1156
1157
  }
1157
1158
  },
1158
- "Sr": {
1159
+ "Ss": {
1159
1160
  "type": "list",
1160
1161
  "member": {
1161
1162
  "type": "structure",
@@ -1170,18 +1171,18 @@
1170
1171
  }
1171
1172
  }
1172
1173
  },
1173
- "Sx": {
1174
+ "Sy": {
1174
1175
  "type": "structure",
1175
1176
  "members": {
1176
1177
  "ColumnName": {},
1177
1178
  "ColumnFormat": {}
1178
1179
  }
1179
1180
  },
1180
- "Sz": {
1181
+ "S10": {
1181
1182
  "type": "list",
1182
1183
  "member": {}
1183
1184
  },
1184
- "S10": {
1185
+ "S11": {
1185
1186
  "type": "structure",
1186
1187
  "members": {
1187
1188
  "S3SourceConfig": {
@@ -1189,13 +1190,13 @@
1189
1190
  "members": {
1190
1191
  "RoleArn": {},
1191
1192
  "TemplatedPathList": {
1192
- "shape": "S12"
1193
+ "shape": "S13"
1193
1194
  },
1194
1195
  "HistoricalDataPathList": {
1195
- "shape": "S14"
1196
+ "shape": "S15"
1196
1197
  },
1197
1198
  "FileFormatDescriptor": {
1198
- "shape": "S16"
1199
+ "shape": "S17"
1199
1200
  }
1200
1201
  }
1201
1202
  },
@@ -1225,7 +1226,7 @@
1225
1226
  "TableName": {},
1226
1227
  "RoleArn": {},
1227
1228
  "VpcConfiguration": {
1228
- "shape": "S1q"
1229
+ "shape": "S1r"
1229
1230
  }
1230
1231
  }
1231
1232
  },
@@ -1242,21 +1243,21 @@
1242
1243
  "TableName": {},
1243
1244
  "RoleArn": {},
1244
1245
  "VpcConfiguration": {
1245
- "shape": "S1q"
1246
+ "shape": "S1r"
1246
1247
  }
1247
1248
  }
1248
1249
  }
1249
1250
  }
1250
1251
  },
1251
- "S12": {
1252
+ "S13": {
1252
1253
  "type": "list",
1253
1254
  "member": {}
1254
1255
  },
1255
- "S14": {
1256
+ "S15": {
1256
1257
  "type": "list",
1257
1258
  "member": {}
1258
1259
  },
1259
- "S16": {
1260
+ "S17": {
1260
1261
  "type": "structure",
1261
1262
  "members": {
1262
1263
  "CsvFormatDescriptor": {
@@ -1284,7 +1285,7 @@
1284
1285
  }
1285
1286
  }
1286
1287
  },
1287
- "S1q": {
1288
+ "S1r": {
1288
1289
  "type": "structure",
1289
1290
  "required": [
1290
1291
  "SubnetIdList",
@@ -1301,7 +1302,7 @@
1301
1302
  }
1302
1303
  }
1303
1304
  },
1304
- "S2y": {
1305
+ "S2z": {
1305
1306
  "type": "structure",
1306
1307
  "members": {
1307
1308
  "Value": {
@@ -1061,6 +1061,9 @@
1061
1061
  "status": {},
1062
1062
  "failureReason": {}
1063
1063
  }
1064
+ },
1065
+ "modelMetrics": {
1066
+ "shape": "S4d"
1064
1067
  }
1065
1068
  }
1066
1069
  }
@@ -1144,7 +1147,7 @@
1144
1147
  "type": "timestamp"
1145
1148
  },
1146
1149
  "latestSolutionVersion": {
1147
- "shape": "S4l"
1150
+ "shape": "S4n"
1148
1151
  }
1149
1152
  }
1150
1153
  }
@@ -1223,11 +1226,7 @@
1223
1226
  "members": {
1224
1227
  "solutionVersionArn": {},
1225
1228
  "metrics": {
1226
- "type": "map",
1227
- "key": {},
1228
- "value": {
1229
- "type": "double"
1230
- }
1229
+ "shape": "S4d"
1231
1230
  }
1232
1231
  }
1233
1232
  }
@@ -1698,7 +1697,7 @@
1698
1697
  "solutionVersions": {
1699
1698
  "type": "list",
1700
1699
  "member": {
1701
- "shape": "S4l"
1700
+ "shape": "S4n"
1702
1701
  }
1703
1702
  },
1704
1703
  "nextToken": {}
@@ -2120,7 +2119,14 @@
2120
2119
  "type": "list",
2121
2120
  "member": {}
2122
2121
  },
2123
- "S4l": {
2122
+ "S4d": {
2123
+ "type": "map",
2124
+ "key": {},
2125
+ "value": {
2126
+ "type": "double"
2127
+ }
2128
+ },
2129
+ "S4n": {
2124
2130
  "type": "structure",
2125
2131
  "members": {
2126
2132
  "solutionVersionArn": {},