cdk-lambda-subminute 2.0.330 → 2.0.331

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.
@@ -13,6 +13,65 @@
13
13
  "uid": "marketplace-catalog-2018-09-17"
14
14
  },
15
15
  "operations": {
16
+ "BatchDescribeEntities": {
17
+ "http": {
18
+ "requestUri": "/BatchDescribeEntities"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "EntityRequestList"
24
+ ],
25
+ "members": {
26
+ "EntityRequestList": {
27
+ "type": "list",
28
+ "member": {
29
+ "type": "structure",
30
+ "required": [
31
+ "Catalog",
32
+ "EntityId"
33
+ ],
34
+ "members": {
35
+ "Catalog": {},
36
+ "EntityId": {}
37
+ }
38
+ }
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "members": {
45
+ "EntityDetails": {
46
+ "type": "map",
47
+ "key": {},
48
+ "value": {
49
+ "type": "structure",
50
+ "members": {
51
+ "EntityType": {},
52
+ "EntityArn": {},
53
+ "EntityIdentifier": {},
54
+ "LastModifiedDate": {},
55
+ "DetailsDocument": {
56
+ "shape": "Sd"
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "Errors": {
62
+ "type": "map",
63
+ "key": {},
64
+ "value": {
65
+ "type": "structure",
66
+ "members": {
67
+ "ErrorCode": {},
68
+ "ErrorMessage": {}
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ },
16
75
  "CancelChangeSet": {
17
76
  "http": {
18
77
  "method": "PATCH",
@@ -105,11 +164,11 @@
105
164
  "members": {
106
165
  "ChangeType": {},
107
166
  "Entity": {
108
- "shape": "Sj"
167
+ "shape": "Sx"
109
168
  },
110
169
  "Details": {},
111
170
  "DetailsDocument": {
112
- "shape": "Sn"
171
+ "shape": "Sd"
113
172
  },
114
173
  "ErrorDetailList": {
115
174
  "type": "list",
@@ -159,7 +218,7 @@
159
218
  "LastModifiedDate": {},
160
219
  "Details": {},
161
220
  "DetailsDocument": {
162
- "shape": "Sn"
221
+ "shape": "Sd"
163
222
  }
164
223
  }
165
224
  }
@@ -200,10 +259,10 @@
200
259
  "members": {
201
260
  "Catalog": {},
202
261
  "FilterList": {
203
- "shape": "Sy"
262
+ "shape": "S19"
204
263
  },
205
264
  "Sort": {
206
- "shape": "S13"
265
+ "shape": "S1e"
207
266
  },
208
267
  "MaxResults": {
209
268
  "type": "integer"
@@ -251,10 +310,10 @@
251
310
  "Catalog": {},
252
311
  "EntityType": {},
253
312
  "FilterList": {
254
- "shape": "Sy"
313
+ "shape": "S19"
255
314
  },
256
315
  "Sort": {
257
- "shape": "S13"
316
+ "shape": "S1e"
258
317
  },
259
318
  "NextToken": {},
260
319
  "MaxResults": {
@@ -837,7 +896,7 @@
837
896
  "members": {
838
897
  "ResourceArn": {},
839
898
  "Tags": {
840
- "shape": "S5j"
899
+ "shape": "S5u"
841
900
  }
842
901
  }
843
902
  }
@@ -885,14 +944,14 @@
885
944
  "members": {
886
945
  "ChangeType": {},
887
946
  "Entity": {
888
- "shape": "Sj"
947
+ "shape": "Sx"
889
948
  },
890
949
  "EntityTags": {
891
- "shape": "S5j"
950
+ "shape": "S5u"
892
951
  },
893
952
  "Details": {},
894
953
  "DetailsDocument": {
895
- "shape": "Sn"
954
+ "shape": "Sd"
896
955
  },
897
956
  "ChangeName": {}
898
957
  }
@@ -903,7 +962,7 @@
903
962
  "idempotencyToken": true
904
963
  },
905
964
  "ChangeSetTags": {
906
- "shape": "S5j"
965
+ "shape": "S5u"
907
966
  }
908
967
  }
909
968
  },
@@ -928,7 +987,7 @@
928
987
  "members": {
929
988
  "ResourceArn": {},
930
989
  "Tags": {
931
- "shape": "S5j"
990
+ "shape": "S5u"
932
991
  }
933
992
  }
934
993
  },
@@ -962,7 +1021,12 @@
962
1021
  }
963
1022
  },
964
1023
  "shapes": {
965
- "Sj": {
1024
+ "Sd": {
1025
+ "type": "structure",
1026
+ "members": {},
1027
+ "document": true
1028
+ },
1029
+ "Sx": {
966
1030
  "type": "structure",
967
1031
  "required": [
968
1032
  "Type"
@@ -972,12 +1036,7 @@
972
1036
  "Identifier": {}
973
1037
  }
974
1038
  },
975
- "Sn": {
976
- "type": "structure",
977
- "members": {},
978
- "document": true
979
- },
980
- "Sy": {
1039
+ "S19": {
981
1040
  "type": "list",
982
1041
  "member": {
983
1042
  "type": "structure",
@@ -990,14 +1049,14 @@
990
1049
  }
991
1050
  }
992
1051
  },
993
- "S13": {
1052
+ "S1e": {
994
1053
  "type": "structure",
995
1054
  "members": {
996
1055
  "SortBy": {},
997
1056
  "SortOrder": {}
998
1057
  }
999
1058
  },
1000
- "S5j": {
1059
+ "S5u": {
1001
1060
  "type": "list",
1002
1061
  "member": {
1003
1062
  "type": "structure",
@@ -2202,6 +2202,40 @@
2202
2202
  }
2203
2203
  }
2204
2204
  },
2205
+ "DescribeDBRecommendations": {
2206
+ "input": {
2207
+ "type": "structure",
2208
+ "members": {
2209
+ "LastUpdatedAfter": {
2210
+ "type": "timestamp"
2211
+ },
2212
+ "LastUpdatedBefore": {
2213
+ "type": "timestamp"
2214
+ },
2215
+ "Locale": {},
2216
+ "Filters": {
2217
+ "shape": "S7c"
2218
+ },
2219
+ "MaxRecords": {
2220
+ "type": "integer"
2221
+ },
2222
+ "Marker": {}
2223
+ }
2224
+ },
2225
+ "output": {
2226
+ "resultWrapper": "DescribeDBRecommendationsResult",
2227
+ "type": "structure",
2228
+ "members": {
2229
+ "DBRecommendations": {
2230
+ "type": "list",
2231
+ "member": {
2232
+ "shape": "S9k"
2233
+ }
2234
+ },
2235
+ "Marker": {}
2236
+ }
2237
+ }
2238
+ },
2205
2239
  "DescribeDBSecurityGroups": {
2206
2240
  "input": {
2207
2241
  "type": "structure",
@@ -2246,7 +2280,7 @@
2246
2280
  "type": "structure",
2247
2281
  "members": {
2248
2282
  "DBSnapshotAttributesResult": {
2249
- "shape": "S9m"
2283
+ "shape": "Saa"
2250
2284
  }
2251
2285
  }
2252
2286
  }
@@ -2392,7 +2426,7 @@
2392
2426
  "type": "structure",
2393
2427
  "members": {
2394
2428
  "EngineDefaults": {
2395
- "shape": "Sa1"
2429
+ "shape": "Sap"
2396
2430
  }
2397
2431
  }
2398
2432
  }
@@ -2419,7 +2453,7 @@
2419
2453
  "type": "structure",
2420
2454
  "members": {
2421
2455
  "EngineDefaults": {
2422
- "shape": "Sa1"
2456
+ "shape": "Sap"
2423
2457
  }
2424
2458
  }
2425
2459
  }
@@ -2868,7 +2902,7 @@
2868
2902
  "type": "double"
2869
2903
  },
2870
2904
  "AvailableProcessorFeatures": {
2871
- "shape": "Sba"
2905
+ "shape": "Sby"
2872
2906
  },
2873
2907
  "SupportedEngineModes": {
2874
2908
  "shape": "S2m"
@@ -2981,7 +3015,7 @@
2981
3015
  "ReservedDBInstances": {
2982
3016
  "type": "list",
2983
3017
  "member": {
2984
- "shape": "Sbj",
3018
+ "shape": "Sc7",
2985
3019
  "locationName": "ReservedDBInstance"
2986
3020
  }
2987
3021
  }
@@ -3038,7 +3072,7 @@
3038
3072
  "type": "boolean"
3039
3073
  },
3040
3074
  "RecurringCharges": {
3041
- "shape": "Sbl"
3075
+ "shape": "Sc8"
3042
3076
  }
3043
3077
  },
3044
3078
  "wrapper": true
@@ -3139,28 +3173,28 @@
3139
3173
  "members": {
3140
3174
  "StorageType": {},
3141
3175
  "StorageSize": {
3142
- "shape": "Sc3"
3176
+ "shape": "Scq"
3143
3177
  },
3144
3178
  "ProvisionedIops": {
3145
- "shape": "Sc3"
3179
+ "shape": "Scq"
3146
3180
  },
3147
3181
  "IopsToStorageRatio": {
3148
- "shape": "Sc5"
3182
+ "shape": "Scs"
3149
3183
  },
3150
3184
  "SupportsStorageAutoscaling": {
3151
3185
  "type": "boolean"
3152
3186
  },
3153
3187
  "ProvisionedStorageThroughput": {
3154
- "shape": "Sc3"
3188
+ "shape": "Scq"
3155
3189
  },
3156
3190
  "StorageThroughputToIopsRatio": {
3157
- "shape": "Sc5"
3191
+ "shape": "Scs"
3158
3192
  }
3159
3193
  }
3160
3194
  }
3161
3195
  },
3162
3196
  "ValidProcessorFeatures": {
3163
- "shape": "Sba"
3197
+ "shape": "Sby"
3164
3198
  },
3165
3199
  "SupportsDedicatedLogVolume": {
3166
3200
  "type": "boolean"
@@ -3401,7 +3435,7 @@
3401
3435
  "type": "long"
3402
3436
  },
3403
3437
  "CloudwatchLogsExportConfiguration": {
3404
- "shape": "Scr"
3438
+ "shape": "Sde"
3405
3439
  },
3406
3440
  "EngineVersion": {},
3407
3441
  "AllowMajorVersionUpgrade": {
@@ -3515,7 +3549,7 @@
3515
3549
  }
3516
3550
  },
3517
3551
  "output": {
3518
- "shape": "Scw",
3552
+ "shape": "Sdj",
3519
3553
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3520
3554
  }
3521
3555
  },
@@ -3634,7 +3668,7 @@
3634
3668
  "type": "integer"
3635
3669
  },
3636
3670
  "CloudwatchLogsExportConfiguration": {
3637
- "shape": "Scr"
3671
+ "shape": "Sde"
3638
3672
  },
3639
3673
  "ProcessorFeatures": {
3640
3674
  "shape": "S1c"
@@ -3705,7 +3739,7 @@
3705
3739
  }
3706
3740
  },
3707
3741
  "output": {
3708
- "shape": "Sd2",
3742
+ "shape": "Sdp",
3709
3743
  "resultWrapper": "ModifyDBParameterGroupResult"
3710
3744
  }
3711
3745
  },
@@ -3811,6 +3845,42 @@
3811
3845
  }
3812
3846
  }
3813
3847
  },
3848
+ "ModifyDBRecommendation": {
3849
+ "input": {
3850
+ "type": "structure",
3851
+ "required": [
3852
+ "RecommendationId"
3853
+ ],
3854
+ "members": {
3855
+ "RecommendationId": {},
3856
+ "Locale": {},
3857
+ "Status": {},
3858
+ "RecommendedActionUpdates": {
3859
+ "type": "list",
3860
+ "member": {
3861
+ "type": "structure",
3862
+ "required": [
3863
+ "ActionId",
3864
+ "Status"
3865
+ ],
3866
+ "members": {
3867
+ "ActionId": {},
3868
+ "Status": {}
3869
+ }
3870
+ }
3871
+ }
3872
+ }
3873
+ },
3874
+ "output": {
3875
+ "resultWrapper": "ModifyDBRecommendationResult",
3876
+ "type": "structure",
3877
+ "members": {
3878
+ "DBRecommendation": {
3879
+ "shape": "S9k"
3880
+ }
3881
+ }
3882
+ }
3883
+ },
3814
3884
  "ModifyDBSnapshot": {
3815
3885
  "input": {
3816
3886
  "type": "structure",
@@ -3856,7 +3926,7 @@
3856
3926
  "type": "structure",
3857
3927
  "members": {
3858
3928
  "DBSnapshotAttributesResult": {
3859
- "shape": "S9m"
3929
+ "shape": "Saa"
3860
3930
  }
3861
3931
  }
3862
3932
  }
@@ -4088,7 +4158,7 @@
4088
4158
  "type": "structure",
4089
4159
  "members": {
4090
4160
  "ReservedDBInstance": {
4091
- "shape": "Sbj"
4161
+ "shape": "Sc7"
4092
4162
  }
4093
4163
  }
4094
4164
  }
@@ -4265,7 +4335,7 @@
4265
4335
  }
4266
4336
  },
4267
4337
  "output": {
4268
- "shape": "Scw",
4338
+ "shape": "Sdj",
4269
4339
  "resultWrapper": "ResetDBClusterParameterGroupResult"
4270
4340
  }
4271
4341
  },
@@ -4286,7 +4356,7 @@
4286
4356
  }
4287
4357
  },
4288
4358
  "output": {
4289
- "shape": "Sd2",
4359
+ "shape": "Sdp",
4290
4360
  "resultWrapper": "ResetDBParameterGroupResult"
4291
4361
  }
4292
4362
  },
@@ -6961,7 +7031,157 @@
6961
7031
  }
6962
7032
  }
6963
7033
  },
6964
- "S9m": {
7034
+ "S9k": {
7035
+ "type": "structure",
7036
+ "members": {
7037
+ "RecommendationId": {},
7038
+ "TypeId": {},
7039
+ "Severity": {},
7040
+ "ResourceArn": {},
7041
+ "Status": {},
7042
+ "CreatedTime": {
7043
+ "type": "timestamp"
7044
+ },
7045
+ "UpdatedTime": {
7046
+ "type": "timestamp"
7047
+ },
7048
+ "Detection": {},
7049
+ "Recommendation": {},
7050
+ "Description": {},
7051
+ "Reason": {},
7052
+ "RecommendedActions": {
7053
+ "type": "list",
7054
+ "member": {
7055
+ "type": "structure",
7056
+ "members": {
7057
+ "ActionId": {},
7058
+ "Title": {},
7059
+ "Description": {},
7060
+ "Operation": {},
7061
+ "Parameters": {
7062
+ "type": "list",
7063
+ "member": {
7064
+ "type": "structure",
7065
+ "members": {
7066
+ "Key": {},
7067
+ "Value": {}
7068
+ }
7069
+ }
7070
+ },
7071
+ "ApplyModes": {
7072
+ "shape": "Sv"
7073
+ },
7074
+ "Status": {},
7075
+ "IssueDetails": {
7076
+ "shape": "S9p"
7077
+ },
7078
+ "ContextAttributes": {
7079
+ "type": "list",
7080
+ "member": {
7081
+ "type": "structure",
7082
+ "members": {
7083
+ "Key": {},
7084
+ "Value": {}
7085
+ }
7086
+ }
7087
+ }
7088
+ }
7089
+ }
7090
+ },
7091
+ "Category": {},
7092
+ "Source": {},
7093
+ "TypeDetection": {},
7094
+ "TypeRecommendation": {},
7095
+ "Impact": {},
7096
+ "AdditionalInfo": {},
7097
+ "Links": {
7098
+ "type": "list",
7099
+ "member": {
7100
+ "type": "structure",
7101
+ "members": {
7102
+ "Text": {},
7103
+ "Url": {}
7104
+ }
7105
+ }
7106
+ },
7107
+ "IssueDetails": {
7108
+ "shape": "S9p"
7109
+ }
7110
+ }
7111
+ },
7112
+ "S9p": {
7113
+ "type": "structure",
7114
+ "members": {
7115
+ "PerformanceIssueDetails": {
7116
+ "type": "structure",
7117
+ "members": {
7118
+ "StartTime": {
7119
+ "type": "timestamp"
7120
+ },
7121
+ "EndTime": {
7122
+ "type": "timestamp"
7123
+ },
7124
+ "Metrics": {
7125
+ "type": "list",
7126
+ "member": {
7127
+ "type": "structure",
7128
+ "members": {
7129
+ "Name": {},
7130
+ "References": {
7131
+ "type": "list",
7132
+ "member": {
7133
+ "type": "structure",
7134
+ "members": {
7135
+ "Name": {},
7136
+ "ReferenceDetails": {
7137
+ "type": "structure",
7138
+ "members": {
7139
+ "ScalarReferenceDetails": {
7140
+ "type": "structure",
7141
+ "members": {
7142
+ "Value": {
7143
+ "type": "double"
7144
+ }
7145
+ }
7146
+ }
7147
+ }
7148
+ }
7149
+ }
7150
+ }
7151
+ },
7152
+ "StatisticsDetails": {},
7153
+ "MetricQuery": {
7154
+ "type": "structure",
7155
+ "members": {
7156
+ "PerformanceInsightsMetricQuery": {
7157
+ "type": "structure",
7158
+ "members": {
7159
+ "GroupBy": {
7160
+ "type": "structure",
7161
+ "members": {
7162
+ "Dimensions": {
7163
+ "shape": "Sv"
7164
+ },
7165
+ "Group": {},
7166
+ "Limit": {
7167
+ "type": "integer"
7168
+ }
7169
+ }
7170
+ },
7171
+ "Metric": {}
7172
+ }
7173
+ }
7174
+ }
7175
+ }
7176
+ }
7177
+ }
7178
+ },
7179
+ "Analysis": {}
7180
+ }
7181
+ }
7182
+ }
7183
+ },
7184
+ "Saa": {
6965
7185
  "type": "structure",
6966
7186
  "members": {
6967
7187
  "DBSnapshotIdentifier": {},
@@ -6982,7 +7202,7 @@
6982
7202
  },
6983
7203
  "wrapper": true
6984
7204
  },
6985
- "Sa1": {
7205
+ "Sap": {
6986
7206
  "type": "structure",
6987
7207
  "members": {
6988
7208
  "DBParameterGroupFamily": {},
@@ -6993,7 +7213,7 @@
6993
7213
  },
6994
7214
  "wrapper": true
6995
7215
  },
6996
- "Sba": {
7216
+ "Sby": {
6997
7217
  "type": "list",
6998
7218
  "member": {
6999
7219
  "locationName": "AvailableProcessorFeature",
@@ -7005,7 +7225,7 @@
7005
7225
  }
7006
7226
  }
7007
7227
  },
7008
- "Sbj": {
7228
+ "Sc7": {
7009
7229
  "type": "structure",
7010
7230
  "members": {
7011
7231
  "ReservedDBInstanceId": {},
@@ -7034,14 +7254,14 @@
7034
7254
  },
7035
7255
  "State": {},
7036
7256
  "RecurringCharges": {
7037
- "shape": "Sbl"
7257
+ "shape": "Sc8"
7038
7258
  },
7039
7259
  "ReservedDBInstanceArn": {},
7040
7260
  "LeaseId": {}
7041
7261
  },
7042
7262
  "wrapper": true
7043
7263
  },
7044
- "Sbl": {
7264
+ "Sc8": {
7045
7265
  "type": "list",
7046
7266
  "member": {
7047
7267
  "locationName": "RecurringCharge",
@@ -7055,7 +7275,7 @@
7055
7275
  "wrapper": true
7056
7276
  }
7057
7277
  },
7058
- "Sc3": {
7278
+ "Scq": {
7059
7279
  "type": "list",
7060
7280
  "member": {
7061
7281
  "locationName": "Range",
@@ -7073,7 +7293,7 @@
7073
7293
  }
7074
7294
  }
7075
7295
  },
7076
- "Sc5": {
7296
+ "Scs": {
7077
7297
  "type": "list",
7078
7298
  "member": {
7079
7299
  "locationName": "DoubleRange",
@@ -7088,7 +7308,7 @@
7088
7308
  }
7089
7309
  }
7090
7310
  },
7091
- "Scr": {
7311
+ "Sde": {
7092
7312
  "type": "structure",
7093
7313
  "members": {
7094
7314
  "EnableLogTypes": {
@@ -7099,13 +7319,13 @@
7099
7319
  }
7100
7320
  }
7101
7321
  },
7102
- "Scw": {
7322
+ "Sdj": {
7103
7323
  "type": "structure",
7104
7324
  "members": {
7105
7325
  "DBClusterParameterGroupName": {}
7106
7326
  }
7107
7327
  },
7108
- "Sd2": {
7328
+ "Sdp": {
7109
7329
  "type": "structure",
7110
7330
  "members": {
7111
7331
  "DBParameterGroupName": {}
@@ -114,6 +114,12 @@
114
114
  "output_token": "Marker",
115
115
  "result_key": "Targets"
116
116
  },
117
+ "DescribeDBRecommendations": {
118
+ "input_token": "Marker",
119
+ "limit_key": "MaxRecords",
120
+ "output_token": "Marker",
121
+ "result_key": "DBRecommendations"
122
+ },
117
123
  "DescribeDBSecurityGroups": {
118
124
  "input_token": "Marker",
119
125
  "limit_key": "MaxRecords",