cdk-comprehend-s3olap 2.0.238 → 2.0.240

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 (32) hide show
  1. package/.jsii +4 -4
  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/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +178 -67
  10. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +6 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +198 -182
  12. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +37 -10
  13. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +190 -143
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +502 -502
  15. package/node_modules/aws-sdk/clients/backup.d.ts +121 -7
  16. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +17 -0
  17. package/node_modules/aws-sdk/clients/elasticache.d.ts +22 -1
  18. package/node_modules/aws-sdk/clients/fsx.d.ts +91 -16
  19. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +10 -10
  20. package/node_modules/aws-sdk/clients/guardduty.d.ts +4 -4
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +11 -10
  22. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +16 -16
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +40 -13
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/node_modules/esbuild/bin/esbuild +1 -1
  30. package/node_modules/esbuild/lib/main.js +8 -8
  31. package/node_modules/esbuild/package.json +23 -23
  32. package/package.json +6 -6
@@ -2019,16 +2019,7 @@
2019
2019
  "members": {
2020
2020
  "ReplicationGroupId": {},
2021
2021
  "CustomerNodeEndpointList": {
2022
- "type": "list",
2023
- "member": {
2024
- "type": "structure",
2025
- "members": {
2026
- "Address": {},
2027
- "Port": {
2028
- "type": "integer"
2029
- }
2030
- }
2031
- }
2022
+ "shape": "S85"
2032
2023
  }
2033
2024
  }
2034
2025
  },
@@ -2063,6 +2054,30 @@
2063
2054
  }
2064
2055
  }
2065
2056
  }
2057
+ },
2058
+ "TestMigration": {
2059
+ "input": {
2060
+ "type": "structure",
2061
+ "required": [
2062
+ "ReplicationGroupId",
2063
+ "CustomerNodeEndpointList"
2064
+ ],
2065
+ "members": {
2066
+ "ReplicationGroupId": {},
2067
+ "CustomerNodeEndpointList": {
2068
+ "shape": "S85"
2069
+ }
2070
+ }
2071
+ },
2072
+ "output": {
2073
+ "resultWrapper": "TestMigrationResult",
2074
+ "type": "structure",
2075
+ "members": {
2076
+ "ReplicationGroup": {
2077
+ "shape": "So"
2078
+ }
2079
+ }
2080
+ }
2066
2081
  }
2067
2082
  },
2068
2083
  "shapes": {
@@ -2988,6 +3003,18 @@
2988
3003
  "members": {
2989
3004
  "CacheParameterGroupName": {}
2990
3005
  }
3006
+ },
3007
+ "S85": {
3008
+ "type": "list",
3009
+ "member": {
3010
+ "type": "structure",
3011
+ "members": {
3012
+ "Address": {},
3013
+ "Port": {
3014
+ "type": "integer"
3015
+ }
3016
+ }
3017
+ }
2991
3018
  }
2992
3019
  }
2993
3020
  }