cdk-comprehend-s3olap 2.0.130 → 2.0.131

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 (43) hide show
  1. package/.jsii +3 -3
  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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +32 -28
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
  9. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +181 -154
  11. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +106 -53
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +1 -1
  13. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +396 -66
  15. package/node_modules/aws-sdk/apis/ram-2018-01-04.paginators.json +10 -0
  16. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +94 -94
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +710 -703
  18. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +32 -0
  19. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +1516 -0
  20. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +79 -52
  21. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +159 -73
  22. package/node_modules/aws-sdk/clients/chime.d.ts +94 -42
  23. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +14 -10
  24. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +33 -24
  25. package/node_modules/aws-sdk/clients/comprehend.d.ts +45 -5
  26. package/node_modules/aws-sdk/clients/ecs.d.ts +7 -7
  27. package/node_modules/aws-sdk/clients/gamelift.d.ts +240 -240
  28. package/node_modules/aws-sdk/clients/guardduty.d.ts +61 -4
  29. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/ram.d.ts +538 -91
  31. package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
  32. package/node_modules/aws-sdk/clients/s3.d.ts +117 -117
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -39
  34. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +10 -10
  35. package/node_modules/aws-sdk/clients/snowball.d.ts +56 -9
  36. package/node_modules/aws-sdk/clients/wafv2.d.ts +120 -10
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +197 -158
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/package.json +5 -5
@@ -335,6 +335,38 @@
335
335
  "title": "To store a secret value in a new version of a secret"
336
336
  }
337
337
  ],
338
+ "ReplicateSecretToRegions": [
339
+ {
340
+ "input": {
341
+ "AddReplicaRegions": [
342
+ {
343
+ "Region": "eu-west-3"
344
+ }
345
+ ],
346
+ "ForceOverwriteReplicaSecret": true,
347
+ "SecretId": "MyTestSecret"
348
+ },
349
+ "output": {
350
+ "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestSecret-1a2b3c",
351
+ "ReplicationStatus": [
352
+ {
353
+ "KmsKeyId": "alias/aws/secretsmanager",
354
+ "Region": "eu-west-3",
355
+ "Status": "InProgress"
356
+ }
357
+ ]
358
+ },
359
+ "comments": {
360
+ "input": {
361
+ },
362
+ "output": {
363
+ }
364
+ },
365
+ "description": "The following example replicates a secret to eu-west-3. The replica is encrypted with the AWS managed key aws/secretsmanager.",
366
+ "id": "example-1679591984774",
367
+ "title": "Example"
368
+ }
369
+ ],
338
370
  "RestoreSecret": [
339
371
  {
340
372
  "input": {