aws-sdk 2.1392.0 → 2.1394.0

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 (39) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/athena-2017-05-18.min.json +3 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +252 -52
  5. package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  6. package/apis/emr-containers-2020-10-01.min.json +31 -18
  7. package/apis/logs-2014-03-28.min.json +99 -16
  8. package/apis/metadata.json +8 -0
  9. package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  10. package/apis/payment-cryptography-2021-09-14.min.json +770 -0
  11. package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  12. package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  14. package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  15. package/apis/servicecatalog-2015-12-10.min.json +38 -29
  16. package/apis/timestream-write-2018-11-01.min.json +36 -8
  17. package/clients/all.d.ts +2 -0
  18. package/clients/all.js +3 -1
  19. package/clients/athena.d.ts +6 -2
  20. package/clients/cloudformation.d.ts +24 -24
  21. package/clients/cloudwatchlogs.d.ts +132 -18
  22. package/clients/comprehendmedical.d.ts +4 -4
  23. package/clients/customerprofiles.d.ts +201 -0
  24. package/clients/directconnect.d.ts +6 -6
  25. package/clients/emrcontainers.d.ts +16 -0
  26. package/clients/iotdeviceadvisor.d.ts +2 -2
  27. package/clients/paymentcryptography.d.ts +867 -0
  28. package/clients/paymentcryptography.js +18 -0
  29. package/clients/paymentcryptographydata.d.ts +1161 -0
  30. package/clients/paymentcryptographydata.js +18 -0
  31. package/clients/servicecatalog.d.ts +10 -2
  32. package/clients/timestreamwrite.d.ts +39 -4
  33. package/dist/aws-sdk-core-react-native.js +2 -2
  34. package/dist/aws-sdk-react-native.js +85 -11
  35. package/dist/aws-sdk.js +151 -48
  36. package/dist/aws-sdk.min.js +98 -98
  37. package/lib/config_service_placeholders.d.ts +4 -0
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
@@ -346,6 +346,8 @@ export abstract class ConfigurationServicePlaceholders {
346
346
  vpclattice?: AWS.VPCLattice.Types.ClientConfiguration;
347
347
  osis?: AWS.OSIS.Types.ClientConfiguration;
348
348
  mediapackagev2?: AWS.MediaPackageV2.Types.ClientConfiguration;
349
+ paymentcryptography?: AWS.PaymentCryptography.Types.ClientConfiguration;
350
+ paymentcryptographydata?: AWS.PaymentCryptographyData.Types.ClientConfiguration;
349
351
  }
350
352
  export interface ConfigurationServiceApiVersions {
351
353
  acm?: AWS.ACM.Types.apiVersion;
@@ -694,4 +696,6 @@ export interface ConfigurationServiceApiVersions {
694
696
  vpclattice?: AWS.VPCLattice.Types.apiVersion;
695
697
  osis?: AWS.OSIS.Types.apiVersion;
696
698
  mediapackagev2?: AWS.MediaPackageV2.Types.apiVersion;
699
+ paymentcryptography?: AWS.PaymentCryptography.Types.apiVersion;
700
+ paymentcryptographydata?: AWS.PaymentCryptographyData.Types.apiVersion;
697
701
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1392.0',
23
+ VERSION: '2.1394.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1392.0",
4
+ "version": "2.1394.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",