cdk-lambda-subminute 2.0.478 → 2.0.479

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 (29) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +555 -179
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
  6. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
  7. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
  8. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  9. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
  10. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  11. package/node_modules/aws-sdk/clients/all.js +0 -1
  12. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
  13. package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
  14. package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
  15. package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
  16. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  17. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  18. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1849 -1886
  19. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
  20. package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
  21. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  22. package/node_modules/aws-sdk/lib/core.js +1 -1
  23. package/node_modules/aws-sdk/package.json +1 -1
  24. package/package.json +3 -3
  25. package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
  26. package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
  27. package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
  28. package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
  29. package/node_modules/aws-sdk/clients/codestar.js +0 -18
@@ -18,6 +18,12 @@
18
18
  "limit_key": "maxResults",
19
19
  "result_key": "guardrails"
20
20
  },
21
+ "ListImportedModels": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "modelSummaries"
26
+ },
21
27
  "ListModelCopyJobs": {
22
28
  "input_token": "nextToken",
23
29
  "output_token": "nextToken",
@@ -30,6 +36,12 @@
30
36
  "limit_key": "maxResults",
31
37
  "result_key": "modelCustomizationJobSummaries"
32
38
  },
39
+ "ListModelImportJobs": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "modelImportJobSummaries"
44
+ },
33
45
  "ListModelInvocationJobs": {
34
46
  "input_token": "nextToken",
35
47
  "output_token": "nextToken",
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "emr-containers",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "Amazon EMR Containers",
9
12
  "serviceId": "EMR containers",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "emr-containers",
12
- "uid": "emr-containers-2020-10-01"
15
+ "uid": "emr-containers-2020-10-01",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "CancelJobRun": {
@@ -13,7 +13,10 @@
13
13
  "serviceId": "Inspector2",
14
14
  "signatureVersion": "v4",
15
15
  "signingName": "inspector2",
16
- "uid": "inspector2-2020-06-08"
16
+ "uid": "inspector2-2020-06-08",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AssociateMember": {
@@ -1972,6 +1975,12 @@
1972
1975
  "type": "structure",
1973
1976
  "members": {
1974
1977
  "accountId": {},
1978
+ "exploitAvailableCount": {
1979
+ "type": "long"
1980
+ },
1981
+ "fixAvailableCount": {
1982
+ "type": "long"
1983
+ },
1975
1984
  "severityCounts": {
1976
1985
  "shape": "Sb5"
1977
1986
  }
@@ -2038,6 +2047,12 @@
2038
2047
  "type": "structure",
2039
2048
  "members": {
2040
2049
  "accountId": {},
2050
+ "exploitAvailableCount": {
2051
+ "type": "long"
2052
+ },
2053
+ "fixAvailableCount": {
2054
+ "type": "long"
2055
+ },
2041
2056
  "severityCounts": {
2042
2057
  "shape": "Sb5"
2043
2058
  }
@@ -435,9 +435,6 @@
435
435
  "workspaces": {
436
436
  "name": "WorkSpaces"
437
437
  },
438
- "codestar": {
439
- "name": "CodeStar"
440
- },
441
438
  "lexmodelbuildingservice": {
442
439
  "prefix": "lex-models",
443
440
  "name": "LexModelBuildingService",