cdk-lambda-subminute 2.0.330 → 2.0.332
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +65 -44
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +33 -13
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +170 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +9 -5
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +119 -15
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +7 -3
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +81 -22
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +191 -165
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +251 -31
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/appstream.d.ts +4 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +39 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +56 -23
- package/node_modules/aws-sdk/clients/ec2.d.ts +21 -6
- package/node_modules/aws-sdk/clients/eks.d.ts +237 -3
- package/node_modules/aws-sdk/clients/fsx.d.ts +11 -2
- package/node_modules/aws-sdk/clients/guardduty.d.ts +102 -11
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +13 -3
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +74 -2
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +26 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +335 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +348 -58
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/console +1 -1
- package/package.json +2 -2
@@ -1029,6 +1029,104 @@
|
|
1029
1029
|
}
|
1030
1030
|
}
|
1031
1031
|
},
|
1032
|
+
"DescribeInsight": {
|
1033
|
+
"http": {
|
1034
|
+
"method": "GET",
|
1035
|
+
"requestUri": "/clusters/{name}/insights/{id}"
|
1036
|
+
},
|
1037
|
+
"input": {
|
1038
|
+
"type": "structure",
|
1039
|
+
"required": [
|
1040
|
+
"clusterName",
|
1041
|
+
"id"
|
1042
|
+
],
|
1043
|
+
"members": {
|
1044
|
+
"clusterName": {
|
1045
|
+
"location": "uri",
|
1046
|
+
"locationName": "name"
|
1047
|
+
},
|
1048
|
+
"id": {
|
1049
|
+
"location": "uri",
|
1050
|
+
"locationName": "id"
|
1051
|
+
}
|
1052
|
+
}
|
1053
|
+
},
|
1054
|
+
"output": {
|
1055
|
+
"type": "structure",
|
1056
|
+
"members": {
|
1057
|
+
"insight": {
|
1058
|
+
"type": "structure",
|
1059
|
+
"members": {
|
1060
|
+
"id": {},
|
1061
|
+
"name": {},
|
1062
|
+
"category": {},
|
1063
|
+
"kubernetesVersion": {},
|
1064
|
+
"lastRefreshTime": {
|
1065
|
+
"type": "timestamp"
|
1066
|
+
},
|
1067
|
+
"lastTransitionTime": {
|
1068
|
+
"type": "timestamp"
|
1069
|
+
},
|
1070
|
+
"description": {},
|
1071
|
+
"insightStatus": {
|
1072
|
+
"shape": "S4t"
|
1073
|
+
},
|
1074
|
+
"recommendation": {},
|
1075
|
+
"additionalInfo": {
|
1076
|
+
"type": "map",
|
1077
|
+
"key": {},
|
1078
|
+
"value": {}
|
1079
|
+
},
|
1080
|
+
"resources": {
|
1081
|
+
"type": "list",
|
1082
|
+
"member": {
|
1083
|
+
"type": "structure",
|
1084
|
+
"members": {
|
1085
|
+
"insightStatus": {
|
1086
|
+
"shape": "S4t"
|
1087
|
+
},
|
1088
|
+
"kubernetesResourceUri": {},
|
1089
|
+
"arn": {}
|
1090
|
+
}
|
1091
|
+
}
|
1092
|
+
},
|
1093
|
+
"categorySpecificSummary": {
|
1094
|
+
"type": "structure",
|
1095
|
+
"members": {
|
1096
|
+
"deprecationDetails": {
|
1097
|
+
"type": "list",
|
1098
|
+
"member": {
|
1099
|
+
"type": "structure",
|
1100
|
+
"members": {
|
1101
|
+
"usage": {},
|
1102
|
+
"replacedWith": {},
|
1103
|
+
"stopServingVersion": {},
|
1104
|
+
"startServingReplacementVersion": {},
|
1105
|
+
"clientStats": {
|
1106
|
+
"type": "list",
|
1107
|
+
"member": {
|
1108
|
+
"type": "structure",
|
1109
|
+
"members": {
|
1110
|
+
"userAgent": {},
|
1111
|
+
"numberOfRequestsLast30Days": {
|
1112
|
+
"type": "integer"
|
1113
|
+
},
|
1114
|
+
"lastRequestTime": {
|
1115
|
+
"type": "timestamp"
|
1116
|
+
}
|
1117
|
+
}
|
1118
|
+
}
|
1119
|
+
}
|
1120
|
+
}
|
1121
|
+
}
|
1122
|
+
}
|
1123
|
+
}
|
1124
|
+
}
|
1125
|
+
}
|
1126
|
+
}
|
1127
|
+
}
|
1128
|
+
}
|
1129
|
+
},
|
1032
1130
|
"DescribeNodegroup": {
|
1033
1131
|
"http": {
|
1034
1132
|
"method": "GET",
|
@@ -1500,6 +1598,71 @@
|
|
1500
1598
|
}
|
1501
1599
|
}
|
1502
1600
|
},
|
1601
|
+
"ListInsights": {
|
1602
|
+
"http": {
|
1603
|
+
"requestUri": "/clusters/{name}/insights"
|
1604
|
+
},
|
1605
|
+
"input": {
|
1606
|
+
"type": "structure",
|
1607
|
+
"required": [
|
1608
|
+
"clusterName"
|
1609
|
+
],
|
1610
|
+
"members": {
|
1611
|
+
"clusterName": {
|
1612
|
+
"location": "uri",
|
1613
|
+
"locationName": "name"
|
1614
|
+
},
|
1615
|
+
"filter": {
|
1616
|
+
"type": "structure",
|
1617
|
+
"members": {
|
1618
|
+
"categories": {
|
1619
|
+
"type": "list",
|
1620
|
+
"member": {}
|
1621
|
+
},
|
1622
|
+
"kubernetesVersions": {
|
1623
|
+
"shape": "S5"
|
1624
|
+
},
|
1625
|
+
"statuses": {
|
1626
|
+
"type": "list",
|
1627
|
+
"member": {}
|
1628
|
+
}
|
1629
|
+
}
|
1630
|
+
},
|
1631
|
+
"maxResults": {
|
1632
|
+
"type": "integer"
|
1633
|
+
},
|
1634
|
+
"nextToken": {}
|
1635
|
+
}
|
1636
|
+
},
|
1637
|
+
"output": {
|
1638
|
+
"type": "structure",
|
1639
|
+
"members": {
|
1640
|
+
"insights": {
|
1641
|
+
"type": "list",
|
1642
|
+
"member": {
|
1643
|
+
"type": "structure",
|
1644
|
+
"members": {
|
1645
|
+
"id": {},
|
1646
|
+
"name": {},
|
1647
|
+
"category": {},
|
1648
|
+
"kubernetesVersion": {},
|
1649
|
+
"lastRefreshTime": {
|
1650
|
+
"type": "timestamp"
|
1651
|
+
},
|
1652
|
+
"lastTransitionTime": {
|
1653
|
+
"type": "timestamp"
|
1654
|
+
},
|
1655
|
+
"description": {},
|
1656
|
+
"insightStatus": {
|
1657
|
+
"shape": "S4t"
|
1658
|
+
}
|
1659
|
+
}
|
1660
|
+
}
|
1661
|
+
},
|
1662
|
+
"nextToken": {}
|
1663
|
+
}
|
1664
|
+
}
|
1665
|
+
},
|
1503
1666
|
"ListNodegroups": {
|
1504
1667
|
"http": {
|
1505
1668
|
"method": "GET",
|
@@ -2651,6 +2814,13 @@
|
|
2651
2814
|
"type": {},
|
2652
2815
|
"name": {}
|
2653
2816
|
}
|
2817
|
+
},
|
2818
|
+
"S4t": {
|
2819
|
+
"type": "structure",
|
2820
|
+
"members": {
|
2821
|
+
"status": {},
|
2822
|
+
"reason": {}
|
2823
|
+
}
|
2654
2824
|
}
|
2655
2825
|
}
|
2656
2826
|
}
|
@@ -58,6 +58,12 @@
|
|
58
58
|
"output_token": "nextToken",
|
59
59
|
"result_key": "identityProviderConfigs"
|
60
60
|
},
|
61
|
+
"ListInsights": {
|
62
|
+
"input_token": "nextToken",
|
63
|
+
"limit_key": "maxResults",
|
64
|
+
"output_token": "nextToken",
|
65
|
+
"result_key": "insights"
|
66
|
+
},
|
61
67
|
"ListNodegroups": {
|
62
68
|
"input_token": "nextToken",
|
63
69
|
"limit_key": "maxResults",
|
@@ -1126,7 +1126,10 @@
|
|
1126
1126
|
"MaxResults": {
|
1127
1127
|
"type": "integer"
|
1128
1128
|
},
|
1129
|
-
"NextToken": {}
|
1129
|
+
"NextToken": {},
|
1130
|
+
"IncludeShared": {
|
1131
|
+
"type": "boolean"
|
1132
|
+
}
|
1130
1133
|
}
|
1131
1134
|
},
|
1132
1135
|
"output": {
|
@@ -1473,7 +1476,7 @@
|
|
1473
1476
|
"type": "integer"
|
1474
1477
|
},
|
1475
1478
|
"SelfManagedActiveDirectoryConfiguration": {
|
1476
|
-
"shape": "
|
1479
|
+
"shape": "Saq"
|
1477
1480
|
},
|
1478
1481
|
"AuditLogConfiguration": {
|
1479
1482
|
"shape": "S6h"
|
@@ -1625,7 +1628,7 @@
|
|
1625
1628
|
"type": "structure",
|
1626
1629
|
"members": {
|
1627
1630
|
"SelfManagedActiveDirectoryConfiguration": {
|
1628
|
-
"shape": "
|
1631
|
+
"shape": "Saq"
|
1629
1632
|
},
|
1630
1633
|
"NetBiosName": {}
|
1631
1634
|
}
|
@@ -2237,7 +2240,8 @@
|
|
2237
2240
|
"type": "boolean"
|
2238
2241
|
},
|
2239
2242
|
"SourceSnapshotARN": {},
|
2240
|
-
"DestinationSnapshot": {}
|
2243
|
+
"DestinationSnapshot": {},
|
2244
|
+
"CopyStrategy": {}
|
2241
2245
|
}
|
2242
2246
|
}
|
2243
2247
|
}
|
@@ -2955,7 +2959,7 @@
|
|
2955
2959
|
}
|
2956
2960
|
}
|
2957
2961
|
},
|
2958
|
-
"
|
2962
|
+
"Saq": {
|
2959
2963
|
"type": "structure",
|
2960
2964
|
"members": {
|
2961
2965
|
"UserName": {},
|
@@ -3007,6 +3007,82 @@
|
|
3007
3007
|
}
|
3008
3008
|
}
|
3009
3009
|
},
|
3010
|
+
"GetOrganizationStatistics": {
|
3011
|
+
"http": {
|
3012
|
+
"method": "GET",
|
3013
|
+
"requestUri": "/organization/statistics",
|
3014
|
+
"responseCode": 200
|
3015
|
+
},
|
3016
|
+
"output": {
|
3017
|
+
"type": "structure",
|
3018
|
+
"members": {
|
3019
|
+
"OrganizationDetails": {
|
3020
|
+
"locationName": "organizationDetails",
|
3021
|
+
"type": "structure",
|
3022
|
+
"members": {
|
3023
|
+
"UpdatedAt": {
|
3024
|
+
"locationName": "updatedAt",
|
3025
|
+
"type": "timestamp"
|
3026
|
+
},
|
3027
|
+
"OrganizationStatistics": {
|
3028
|
+
"locationName": "organizationStatistics",
|
3029
|
+
"type": "structure",
|
3030
|
+
"members": {
|
3031
|
+
"TotalAccountsCount": {
|
3032
|
+
"locationName": "totalAccountsCount",
|
3033
|
+
"type": "integer"
|
3034
|
+
},
|
3035
|
+
"MemberAccountsCount": {
|
3036
|
+
"locationName": "memberAccountsCount",
|
3037
|
+
"type": "integer"
|
3038
|
+
},
|
3039
|
+
"ActiveAccountsCount": {
|
3040
|
+
"locationName": "activeAccountsCount",
|
3041
|
+
"type": "integer"
|
3042
|
+
},
|
3043
|
+
"EnabledAccountsCount": {
|
3044
|
+
"locationName": "enabledAccountsCount",
|
3045
|
+
"type": "integer"
|
3046
|
+
},
|
3047
|
+
"CountByFeature": {
|
3048
|
+
"locationName": "countByFeature",
|
3049
|
+
"type": "list",
|
3050
|
+
"member": {
|
3051
|
+
"type": "structure",
|
3052
|
+
"members": {
|
3053
|
+
"Name": {
|
3054
|
+
"locationName": "name"
|
3055
|
+
},
|
3056
|
+
"EnabledAccountsCount": {
|
3057
|
+
"locationName": "enabledAccountsCount",
|
3058
|
+
"type": "integer"
|
3059
|
+
},
|
3060
|
+
"AdditionalConfiguration": {
|
3061
|
+
"locationName": "additionalConfiguration",
|
3062
|
+
"type": "list",
|
3063
|
+
"member": {
|
3064
|
+
"type": "structure",
|
3065
|
+
"members": {
|
3066
|
+
"Name": {
|
3067
|
+
"locationName": "name"
|
3068
|
+
},
|
3069
|
+
"EnabledAccountsCount": {
|
3070
|
+
"locationName": "enabledAccountsCount",
|
3071
|
+
"type": "integer"
|
3072
|
+
}
|
3073
|
+
}
|
3074
|
+
}
|
3075
|
+
}
|
3076
|
+
}
|
3077
|
+
}
|
3078
|
+
}
|
3079
|
+
}
|
3080
|
+
}
|
3081
|
+
}
|
3082
|
+
}
|
3083
|
+
}
|
3084
|
+
}
|
3085
|
+
},
|
3010
3086
|
"GetRemainingFreeTrialDays": {
|
3011
3087
|
"http": {
|
3012
3088
|
"requestUri": "/detector/{detectorId}/freeTrial/daysRemaining",
|
@@ -3047,19 +3123,19 @@
|
|
3047
3123
|
"type": "structure",
|
3048
3124
|
"members": {
|
3049
3125
|
"CloudTrail": {
|
3050
|
-
"shape": "
|
3126
|
+
"shape": "S9n",
|
3051
3127
|
"locationName": "cloudTrail"
|
3052
3128
|
},
|
3053
3129
|
"DnsLogs": {
|
3054
|
-
"shape": "
|
3130
|
+
"shape": "S9n",
|
3055
3131
|
"locationName": "dnsLogs"
|
3056
3132
|
},
|
3057
3133
|
"FlowLogs": {
|
3058
|
-
"shape": "
|
3134
|
+
"shape": "S9n",
|
3059
3135
|
"locationName": "flowLogs"
|
3060
3136
|
},
|
3061
3137
|
"S3Logs": {
|
3062
|
-
"shape": "
|
3138
|
+
"shape": "S9n",
|
3063
3139
|
"locationName": "s3Logs"
|
3064
3140
|
},
|
3065
3141
|
"Kubernetes": {
|
@@ -3067,7 +3143,7 @@
|
|
3067
3143
|
"type": "structure",
|
3068
3144
|
"members": {
|
3069
3145
|
"AuditLogs": {
|
3070
|
-
"shape": "
|
3146
|
+
"shape": "S9n",
|
3071
3147
|
"locationName": "auditLogs"
|
3072
3148
|
}
|
3073
3149
|
}
|
@@ -3077,7 +3153,7 @@
|
|
3077
3153
|
"type": "structure",
|
3078
3154
|
"members": {
|
3079
3155
|
"ScanEc2InstanceWithFindings": {
|
3080
|
-
"shape": "
|
3156
|
+
"shape": "S9n",
|
3081
3157
|
"locationName": "scanEc2InstanceWithFindings"
|
3082
3158
|
}
|
3083
3159
|
}
|
@@ -3237,12 +3313,40 @@
|
|
3237
3313
|
"locationName": "accountId"
|
3238
3314
|
},
|
3239
3315
|
"Total": {
|
3240
|
-
"shape": "
|
3316
|
+
"shape": "Sa8",
|
3241
3317
|
"locationName": "total"
|
3242
3318
|
}
|
3243
3319
|
}
|
3244
3320
|
}
|
3245
3321
|
},
|
3322
|
+
"TopAccountsByFeature": {
|
3323
|
+
"locationName": "topAccountsByFeature",
|
3324
|
+
"type": "list",
|
3325
|
+
"member": {
|
3326
|
+
"type": "structure",
|
3327
|
+
"members": {
|
3328
|
+
"Feature": {
|
3329
|
+
"locationName": "feature"
|
3330
|
+
},
|
3331
|
+
"Accounts": {
|
3332
|
+
"locationName": "accounts",
|
3333
|
+
"type": "list",
|
3334
|
+
"member": {
|
3335
|
+
"type": "structure",
|
3336
|
+
"members": {
|
3337
|
+
"AccountId": {
|
3338
|
+
"locationName": "accountId"
|
3339
|
+
},
|
3340
|
+
"Total": {
|
3341
|
+
"shape": "Sa8",
|
3342
|
+
"locationName": "total"
|
3343
|
+
}
|
3344
|
+
}
|
3345
|
+
}
|
3346
|
+
}
|
3347
|
+
}
|
3348
|
+
}
|
3349
|
+
},
|
3246
3350
|
"SumByDataSource": {
|
3247
3351
|
"locationName": "sumByDataSource",
|
3248
3352
|
"type": "list",
|
@@ -3253,18 +3357,18 @@
|
|
3253
3357
|
"locationName": "dataSource"
|
3254
3358
|
},
|
3255
3359
|
"Total": {
|
3256
|
-
"shape": "
|
3360
|
+
"shape": "Sa8",
|
3257
3361
|
"locationName": "total"
|
3258
3362
|
}
|
3259
3363
|
}
|
3260
3364
|
}
|
3261
3365
|
},
|
3262
3366
|
"SumByResource": {
|
3263
|
-
"shape": "
|
3367
|
+
"shape": "Saf",
|
3264
3368
|
"locationName": "sumByResource"
|
3265
3369
|
},
|
3266
3370
|
"TopResources": {
|
3267
|
-
"shape": "
|
3371
|
+
"shape": "Saf",
|
3268
3372
|
"locationName": "topResources"
|
3269
3373
|
},
|
3270
3374
|
"SumByFeature": {
|
@@ -3277,7 +3381,7 @@
|
|
3277
3381
|
"locationName": "feature"
|
3278
3382
|
},
|
3279
3383
|
"Total": {
|
3280
|
-
"shape": "
|
3384
|
+
"shape": "Sa8",
|
3281
3385
|
"locationName": "total"
|
3282
3386
|
}
|
3283
3387
|
}
|
@@ -5384,7 +5488,7 @@
|
|
5384
5488
|
}
|
5385
5489
|
}
|
5386
5490
|
},
|
5387
|
-
"
|
5491
|
+
"S9n": {
|
5388
5492
|
"type": "structure",
|
5389
5493
|
"members": {
|
5390
5494
|
"FreeTrialDaysRemaining": {
|
@@ -5393,7 +5497,7 @@
|
|
5393
5497
|
}
|
5394
5498
|
}
|
5395
5499
|
},
|
5396
|
-
"
|
5500
|
+
"Sa8": {
|
5397
5501
|
"type": "structure",
|
5398
5502
|
"members": {
|
5399
5503
|
"Amount": {
|
@@ -5404,7 +5508,7 @@
|
|
5404
5508
|
}
|
5405
5509
|
}
|
5406
5510
|
},
|
5407
|
-
"
|
5511
|
+
"Saf": {
|
5408
5512
|
"type": "list",
|
5409
5513
|
"member": {
|
5410
5514
|
"type": "structure",
|
@@ -5413,7 +5517,7 @@
|
|
5413
5517
|
"locationName": "resource"
|
5414
5518
|
},
|
5415
5519
|
"Total": {
|
5416
|
-
"shape": "
|
5520
|
+
"shape": "Sa8",
|
5417
5521
|
"locationName": "total"
|
5418
5522
|
}
|
5419
5523
|
}
|
@@ -222,7 +222,6 @@
|
|
222
222
|
"transactionTimestamp",
|
223
223
|
"transactionIndex",
|
224
224
|
"numberOfTransactions",
|
225
|
-
"status",
|
226
225
|
"to"
|
227
226
|
],
|
228
227
|
"members": {
|
@@ -239,7 +238,10 @@
|
|
239
238
|
"numberOfTransactions": {
|
240
239
|
"type": "long"
|
241
240
|
},
|
242
|
-
"status": {
|
241
|
+
"status": {
|
242
|
+
"deprecated": true,
|
243
|
+
"deprecatedMessage": "The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields."
|
244
|
+
},
|
243
245
|
"to": {},
|
244
246
|
"from": {},
|
245
247
|
"contractAddress": {},
|
@@ -252,7 +254,9 @@
|
|
252
254
|
"signatureR": {},
|
253
255
|
"signatureS": {},
|
254
256
|
"transactionFee": {},
|
255
|
-
"transactionId": {}
|
257
|
+
"transactionId": {},
|
258
|
+
"confirmationStatus": {},
|
259
|
+
"executionStatus": {}
|
256
260
|
}
|
257
261
|
}
|
258
262
|
}
|