cdk-docker-image-deployment 0.0.451 → 0.0.453

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 (27) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -68
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +8 -2
  8. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1 -1
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +7 -1
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +282 -279
  11. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +34 -14
  12. package/node_modules/aws-sdk/clients/athena.d.ts +80 -5
  13. package/node_modules/aws-sdk/clients/backup.d.ts +18 -6
  14. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/cloudformation.d.ts +3 -3
  16. package/node_modules/aws-sdk/clients/comprehend.d.ts +15 -15
  17. package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -6
  19. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +70 -41
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +403 -351
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +103 -103
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/lib/region_config_data.json +1 -0
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +2 -2
@@ -5,7 +5,7 @@
5
5
  "endpointPrefix": "cleanrooms-ml",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
- "serviceFullName": "cleanrooms-ml",
8
+ "serviceFullName": "AWS Clean Rooms ML",
9
9
  "serviceId": "CleanRoomsML",
10
10
  "signatureVersion": "v4",
11
11
  "signingName": "cleanrooms-ml",
@@ -796,6 +796,9 @@
796
796
  },
797
797
  "OutboundCallsEnabled": {
798
798
  "type": "boolean"
799
+ },
800
+ "Tags": {
801
+ "shape": "S2y"
799
802
  }
800
803
  }
801
804
  },
@@ -2527,7 +2530,10 @@
2527
2530
  "OutboundCallsEnabled": {
2528
2531
  "type": "boolean"
2529
2532
  },
2530
- "InstanceAccessUrl": {}
2533
+ "InstanceAccessUrl": {},
2534
+ "Tags": {
2535
+ "shape": "S2y"
2536
+ }
2531
2537
  }
2532
2538
  }
2533
2539
  }