cdk-comprehend-s3olap 2.0.69 → 2.0.72

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 (54) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
  9. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
  11. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
  13. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +105 -77
  14. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
  15. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
  16. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
  17. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
  18. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
  19. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
  21. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +103 -0
  22. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +252 -141
  23. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +6 -0
  24. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
  25. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
  26. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
  27. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
  30. package/node_modules/aws-sdk/clients/kendra.d.ts +38 -6
  31. package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
  32. package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
  34. package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
  35. package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
  36. package/node_modules/aws-sdk/clients/rekognition.d.ts +170 -3
  37. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
  38. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +57 -57
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +1355 -873
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/node_modules/esbuild/install.js +4 -4
  47. package/node_modules/esbuild/lib/main.js +7 -7
  48. package/node_modules/esbuild/package.json +22 -22
  49. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  50. package/node_modules/esbuild-linux-64/package.json +1 -1
  51. package/node_modules/object.assign/CHANGELOG.md +4 -0
  52. package/node_modules/object.assign/dist/browser.js +944 -0
  53. package/node_modules/object.assign/package.json +3 -2
  54. package/package.json +10 -10
@@ -436,6 +436,7 @@
436
436
  "ServerlessV2ScalingConfiguration": {
437
437
  "shape": "S2a"
438
438
  },
439
+ "NetworkType": {},
439
440
  "SourceRegion": {}
440
441
  }
441
442
  },
@@ -3016,7 +3017,8 @@
3016
3017
  },
3017
3018
  "ServerlessV2ScalingConfiguration": {
3018
3019
  "shape": "S2a"
3019
- }
3020
+ },
3021
+ "NetworkType": {}
3020
3022
  }
3021
3023
  },
3022
3024
  "output": {
@@ -3858,7 +3860,8 @@
3858
3860
  "DomainIAMRoleName": {},
3859
3861
  "ServerlessV2ScalingConfiguration": {
3860
3862
  "shape": "S2a"
3861
- }
3863
+ },
3864
+ "NetworkType": {}
3862
3865
  }
3863
3866
  },
3864
3867
  "output": {
@@ -3932,7 +3935,8 @@
3932
3935
  },
3933
3936
  "ServerlessV2ScalingConfiguration": {
3934
3937
  "shape": "S2a"
3935
- }
3938
+ },
3939
+ "NetworkType": {}
3936
3940
  }
3937
3941
  },
3938
3942
  "output": {
@@ -4006,7 +4010,8 @@
4006
4010
  },
4007
4011
  "ServerlessV2ScalingConfiguration": {
4008
4012
  "shape": "S2a"
4009
- }
4013
+ },
4014
+ "NetworkType": {}
4010
4015
  }
4011
4016
  },
4012
4017
  "output": {
@@ -5306,7 +5311,8 @@
5306
5311
  "type": "double"
5307
5312
  }
5308
5313
  }
5309
- }
5314
+ },
5315
+ "NetworkType": {}
5310
5316
  },
5311
5317
  "wrapper": true
5312
5318
  },
@@ -54,6 +54,36 @@
54
54
  "title": "To compare two images"
55
55
  }
56
56
  ],
57
+ "CopyProjectVersion": [
58
+ {
59
+ "input": {
60
+ "DestinationProjectArn": "arn:aws:rekognition:us-east-1:555555555555:project/DestinationProject/1656705098765",
61
+ "KmsKeyId": "arn:1234abcd-12ab-34cd-56ef-1234567890ab",
62
+ "OutputConfig": {
63
+ "S3Bucket": "bucket-name",
64
+ "S3KeyPrefix": "path_to_folder"
65
+ },
66
+ "SourceProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/SourceProject/16565123456",
67
+ "SourceProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/SourceProject/version/model_1/1656611123456",
68
+ "Tags": {
69
+ "key1": "val1"
70
+ },
71
+ "VersionName": "DestinationVersionName_cross_account"
72
+ },
73
+ "output": {
74
+ "ProjectVersionArn": "arn:aws:rekognition:us-east-1:555555555555:project/DestinationProject/version/DestinationVersionName_cross_account/16567050987651"
75
+ },
76
+ "comments": {
77
+ "input": {
78
+ },
79
+ "output": {
80
+ }
81
+ },
82
+ "description": "This operation copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.",
83
+ "id": "copyprojectversion-1658203943815",
84
+ "title": "CopyProjectVersion"
85
+ }
86
+ ],
57
87
  "CreateCollection": [
58
88
  {
59
89
  "input": {
@@ -117,6 +147,26 @@
117
147
  "title": "To delete a face"
118
148
  }
119
149
  ],
150
+ "DeleteProjectPolicy": [
151
+ {
152
+ "input": {
153
+ "PolicyName": "testPolicy1",
154
+ "PolicyRevisionId": "3b274c25e9203a56a99e00e3ff205fbc",
155
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/SourceProject/1656557123456"
156
+ },
157
+ "output": {
158
+ },
159
+ "comments": {
160
+ "input": {
161
+ },
162
+ "output": {
163
+ }
164
+ },
165
+ "description": "This operation deletes a revision of an existing project policy from an Amazon Rekognition Custom Labels project.",
166
+ "id": "deleteprojectpolicy-1658204413810",
167
+ "title": "DeleteProjectPolicy"
168
+ }
169
+ ],
120
170
  "DetectFaces": [
121
171
  {
122
172
  "input": {
@@ -532,6 +582,59 @@
532
582
  "title": "To list the faces in a collection"
533
583
  }
534
584
  ],
585
+ "ListProjectPolicies": [
586
+ {
587
+ "input": {
588
+ "MaxResults": 5,
589
+ "NextToken": "",
590
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-sdk-project/1656557051929"
591
+ },
592
+ "output": {
593
+ "NextToken": "",
594
+ "ProjectPolicies": [
595
+ {
596
+ "CreationTimestamp": "2022-07-01T11:51:27.086000-07:00",
597
+ "LastUpdatedTimestamp": "2022-07-01T11:51:27.086000-07:00",
598
+ "PolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Statemented1\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::111122223333:root\"},\"Action\":\"rekognition:CopyProjectVersion\",\"Resource\":\"*\"}]}",
599
+ "PolicyName": "testPolicy",
600
+ "PolicyRevisionId": "3b274c25e9203a56a99e00e3ff205fbc",
601
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-sdk-project/1656557051929"
602
+ }
603
+ ]
604
+ },
605
+ "comments": {
606
+ "input": {
607
+ },
608
+ "output": {
609
+ }
610
+ },
611
+ "description": "This operation lists the project policies that are attached to an Amazon Rekognition Custom Labels project.",
612
+ "id": "listprojectpolicies-1658202290173",
613
+ "title": "ListProjectPolicies"
614
+ }
615
+ ],
616
+ "PutProjectPolicy": [
617
+ {
618
+ "input": {
619
+ "PolicyDocument": "'{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"ALLOW\",\"Principal\":{\"AWS\":\"principal\"},\"Action\":\"rekognition:CopyProjectVersion\",\"Resource\":\"arn:aws:rekognition:us-east-1:123456789012:project/my-sdk-project/version/DestinationVersionName/1627045542080\"}]}'",
620
+ "PolicyName": "SamplePolicy",
621
+ "PolicyRevisionId": "0123456789abcdef",
622
+ "ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-sdk-project/1656557051929"
623
+ },
624
+ "output": {
625
+ "PolicyRevisionId": "0123456789abcdef"
626
+ },
627
+ "comments": {
628
+ "input": {
629
+ },
630
+ "output": {
631
+ }
632
+ },
633
+ "description": "This operation attaches a project policy to a Amazon Rekognition Custom Labels project in a trusting AWS account.",
634
+ "id": "putprojectpolicy-1658201727623",
635
+ "title": "PutProjectPolicy"
636
+ }
637
+ ],
535
638
  "SearchFaces": [
536
639
  {
537
640
  "input": {