@aws-sdk/client-acm 3.1087.0 → 3.1088.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 (62) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ACM.d.ts +129 -159
  3. package/dist-types/ts3.4/ACMClient.d.ts +14 -24
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +3 -4
  13. package/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -4
  15. package/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +2 -3
  22. package/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +3 -8
  30. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/UpdateAcmeDomainValidationCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +3 -4
  45. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  47. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  48. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  49. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  50. package/dist-types/ts3.4/models/errors.d.ts +16 -49
  51. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -30
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -24
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -30
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  57. package/dist-types/ts3.4/waiters/waitForAcmeDomainValidationDeleted.d.ts +3 -5
  58. package/dist-types/ts3.4/waiters/waitForAcmeDomainValidationValidated.d.ts +3 -5
  59. package/dist-types/ts3.4/waiters/waitForAcmeEndpointActive.d.ts +3 -5
  60. package/dist-types/ts3.4/waiters/waitForAcmeEndpointDeleted.d.ts +3 -5
  61. package/dist-types/ts3.4/waiters/waitForCertificateValidated.d.ts +3 -5
  62. package/package.json +38 -38
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
+ "version": "3.1088.0",
3
4
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-acm"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -16,17 +47,13 @@
16
47
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
17
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
18
49
  },
19
- "main": "./dist-cjs/index.js",
20
- "types": "./dist-types/index.d.ts",
21
- "module": "./dist-es/index.js",
22
- "sideEffects": false,
23
50
  "dependencies": {
24
- "@aws-sdk/core": "^3.975.2",
25
- "@aws-sdk/credential-provider-node": "^3.972.68",
26
- "@aws-sdk/types": "^3.974.1",
27
- "@smithy/core": "^3.29.3",
28
- "@smithy/fetch-http-handler": "^5.6.5",
29
- "@smithy/node-http-handler": "^4.9.5",
51
+ "@aws-sdk/core": "^3.975.3",
52
+ "@aws-sdk/credential-provider-node": "^3.972.69",
53
+ "@aws-sdk/types": "^3.974.2",
54
+ "@smithy/core": "^3.29.4",
55
+ "@smithy/fetch-http-handler": "^5.6.6",
56
+ "@smithy/node-http-handler": "^4.9.6",
30
57
  "@smithy/types": "^4.16.1",
31
58
  "tslib": "^2.6.2"
32
59
  },
@@ -40,32 +67,5 @@
40
67
  },
41
68
  "engines": {
42
69
  "node": ">=20.0.0"
43
- },
44
- "typesVersions": {
45
- "<4.5": {
46
- "dist-types/*": [
47
- "dist-types/ts3.4/*"
48
- ]
49
- }
50
- },
51
- "files": [
52
- "dist-*/**"
53
- ],
54
- "author": {
55
- "name": "AWS SDK for JavaScript Team",
56
- "url": "https://aws.amazon.com/sdk-for-javascript/"
57
- },
58
- "license": "Apache-2.0",
59
- "browser": {
60
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
61
- },
62
- "react-native": {
63
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
64
- },
65
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
66
- "repository": {
67
- "type": "git",
68
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
69
- "directory": "clients/client-acm"
70
70
  }
71
71
  }