aws-sdk 2.1447.0 → 2.1449.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 (54) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +115 -87
  4. package/apis/auditmanager-2017-07-25.min.json +238 -63
  5. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +39 -21
  6. package/apis/cleanrooms-2022-02-17.min.json +70 -31
  7. package/apis/cloudhsm-2014-05-30.min.json +60 -20
  8. package/apis/connectcampaigns-2021-01-30.min.json +103 -90
  9. package/apis/connectparticipant-2018-09-07.min.json +62 -0
  10. package/apis/customer-profiles-2020-08-15.min.json +269 -118
  11. package/apis/datasync-2018-11-09.min.json +97 -14
  12. package/apis/grafana-2020-08-18.min.json +2 -1
  13. package/apis/health-2016-08-04.min.json +116 -34
  14. package/apis/kafkaconnect-2021-09-14.min.json +38 -36
  15. package/apis/metadata.json +7 -0
  16. package/apis/neptunedata-2023-08-01.examples.json +5 -0
  17. package/apis/neptunedata-2023-08-01.min.json +1923 -0
  18. package/apis/neptunedata-2023-08-01.paginators.json +4 -0
  19. package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
  20. package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
  21. package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
  22. package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
  23. package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
  24. package/apis/sagemaker-2017-07-24.min.json +739 -728
  25. package/clients/all.d.ts +2 -0
  26. package/clients/all.js +3 -1
  27. package/clients/appflow.d.ts +30 -0
  28. package/clients/apprunner.d.ts +5 -5
  29. package/clients/chimesdkmediapipelines.d.ts +28 -2
  30. package/clients/cleanrooms.d.ts +41 -5
  31. package/clients/cloudwatchevents.d.ts +2 -2
  32. package/clients/connectcampaigns.d.ts +30 -23
  33. package/clients/connectparticipant.d.ts +71 -2
  34. package/clients/customerprofiles.d.ts +56 -52
  35. package/clients/datasync.d.ts +144 -21
  36. package/clients/ecs.d.ts +14 -14
  37. package/clients/health.d.ts +86 -2
  38. package/clients/ivs.d.ts +4 -4
  39. package/clients/kafkaconnect.d.ts +6 -8
  40. package/clients/neptunedata.d.ts +1976 -0
  41. package/clients/neptunedata.js +18 -0
  42. package/clients/networkfirewall.d.ts +9 -9
  43. package/clients/paymentcryptographydata.d.ts +8 -6
  44. package/clients/pcaconnectorad.d.ts +1606 -0
  45. package/clients/pcaconnectorad.js +18 -0
  46. package/clients/sagemaker.d.ts +21 -1
  47. package/clients/sagemakerruntime.d.ts +86 -8
  48. package/dist/aws-sdk-core-react-native.js +2 -2
  49. package/dist/aws-sdk-react-native.js +93 -19
  50. package/dist/aws-sdk.js +70 -23
  51. package/dist/aws-sdk.min.js +89 -89
  52. package/lib/config_service_placeholders.d.ts +4 -0
  53. package/lib/core.js +1 -1
  54. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -83,8 +83,7 @@
83
83
  "type": "structure",
84
84
  "required": [
85
85
  "CipherText",
86
- "KeyArn",
87
- "KeyCheckValue"
86
+ "KeyArn"
88
87
  ],
89
88
  "members": {
90
89
  "CipherText": {
@@ -178,7 +177,9 @@
178
177
  "MacLength": {
179
178
  "type": "integer"
180
179
  },
181
- "MessageData": {}
180
+ "MessageData": {
181
+ "shape": "S1e"
182
+ }
182
183
  }
183
184
  },
184
185
  "output": {
@@ -396,20 +397,23 @@
396
397
  "OutgoingTranslationAttributes"
397
398
  ],
398
399
  "members": {
399
- "EncryptedPinBlock": {},
400
+ "EncryptedPinBlock": {
401
+ "type": "string",
402
+ "sensitive": true
403
+ },
400
404
  "IncomingDukptAttributes": {
401
- "shape": "S23"
405
+ "shape": "S24"
402
406
  },
403
407
  "IncomingKeyIdentifier": {},
404
408
  "IncomingTranslationAttributes": {
405
- "shape": "S24"
409
+ "shape": "S25"
406
410
  },
407
411
  "OutgoingDukptAttributes": {
408
- "shape": "S23"
412
+ "shape": "S24"
409
413
  },
410
414
  "OutgoingKeyIdentifier": {},
411
415
  "OutgoingTranslationAttributes": {
412
- "shape": "S24"
416
+ "shape": "S25"
413
417
  }
414
418
  }
415
419
  },
@@ -653,11 +657,16 @@
653
657
  ],
654
658
  "members": {
655
659
  "KeyIdentifier": {},
656
- "Mac": {},
660
+ "Mac": {
661
+ "type": "string",
662
+ "sensitive": true
663
+ },
657
664
  "MacLength": {
658
665
  "type": "integer"
659
666
  },
660
- "MessageData": {},
667
+ "MessageData": {
668
+ "shape": "S1e"
669
+ },
661
670
  "VerificationAttributes": {
662
671
  "shape": "S15"
663
672
  }
@@ -961,6 +970,10 @@
961
970
  "KeySerialNumber": {}
962
971
  }
963
972
  },
973
+ "S1e": {
974
+ "type": "string",
975
+ "sensitive": true
976
+ },
964
977
  "S20": {
965
978
  "type": "structure",
966
979
  "members": {
@@ -973,7 +986,7 @@
973
986
  },
974
987
  "union": true
975
988
  },
976
- "S23": {
989
+ "S24": {
977
990
  "type": "structure",
978
991
  "required": [
979
992
  "KeySerialNumber"
@@ -984,26 +997,26 @@
984
997
  "KeySerialNumber": {}
985
998
  }
986
999
  },
987
- "S24": {
1000
+ "S25": {
988
1001
  "type": "structure",
989
1002
  "members": {
990
1003
  "IsoFormat0": {
991
- "shape": "S25"
1004
+ "shape": "S26"
992
1005
  },
993
1006
  "IsoFormat1": {
994
1007
  "type": "structure",
995
1008
  "members": {}
996
1009
  },
997
1010
  "IsoFormat3": {
998
- "shape": "S25"
1011
+ "shape": "S26"
999
1012
  },
1000
1013
  "IsoFormat4": {
1001
- "shape": "S25"
1014
+ "shape": "S26"
1002
1015
  }
1003
1016
  },
1004
1017
  "union": true
1005
1018
  },
1006
- "S25": {
1019
+ "S26": {
1007
1020
  "type": "structure",
1008
1021
  "required": [
1009
1022
  "PrimaryAccountNumber"
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }