@aws-sdk/client-acm 3.926.0 → 3.928.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 (40) hide show
  1. package/dist-cjs/index.js +728 -795
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ACMClient.js +2 -0
  4. package/dist-es/commands/AddTagsToCertificateCommand.js +3 -9
  5. package/dist-es/commands/DeleteCertificateCommand.js +3 -9
  6. package/dist-es/commands/DescribeCertificateCommand.js +3 -9
  7. package/dist-es/commands/ExportCertificateCommand.js +3 -10
  8. package/dist-es/commands/GetAccountConfigurationCommand.js +3 -9
  9. package/dist-es/commands/GetCertificateCommand.js +3 -9
  10. package/dist-es/commands/ImportCertificateCommand.js +3 -10
  11. package/dist-es/commands/ListCertificatesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForCertificateCommand.js +3 -9
  13. package/dist-es/commands/PutAccountConfigurationCommand.js +3 -9
  14. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +3 -9
  15. package/dist-es/commands/RenewCertificateCommand.js +3 -9
  16. package/dist-es/commands/RequestCertificateCommand.js +3 -9
  17. package/dist-es/commands/ResendValidationEmailCommand.js +3 -9
  18. package/dist-es/commands/RevokeCertificateCommand.js +3 -9
  19. package/dist-es/commands/UpdateCertificateOptionsCommand.js +3 -9
  20. package/dist-es/models/models_0.js +0 -13
  21. package/dist-es/runtimeConfig.shared.js +7 -0
  22. package/dist-es/schemas/schemas_0.js +655 -0
  23. package/dist-types/ACMClient.d.ts +10 -1
  24. package/dist-types/models/models_0.d.ts +0 -12
  25. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  26. package/dist-types/runtimeConfig.d.ts +1 -0
  27. package/dist-types/runtimeConfig.native.d.ts +1 -0
  28. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  29. package/dist-types/schemas/schemas_0.d.ts +90 -0
  30. package/dist-types/ts3.4/ACMClient.d.ts +4 -0
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +96 -0
  37. package/package.json +5 -5
  38. package/dist-es/protocols/Aws_json1_1.js +0 -624
  39. package/dist-types/protocols/Aws_json1_1.d.ts +0 -146
  40. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -197
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,90 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var PassphraseBlob: StaticSimpleSchema;
3
+ export declare var PrivateKey: StaticSimpleSchema;
4
+ export declare var PrivateKeyBlob: StaticSimpleSchema;
5
+ export declare var AccessDeniedException: StaticErrorSchema;
6
+ export declare var AddTagsToCertificateRequest: StaticStructureSchema;
7
+ export declare var CertificateDetail: StaticStructureSchema;
8
+ export declare var CertificateOptions: StaticStructureSchema;
9
+ export declare var CertificateSummary: StaticStructureSchema;
10
+ export declare var ConflictException: StaticErrorSchema;
11
+ export declare var DeleteCertificateRequest: StaticStructureSchema;
12
+ export declare var DescribeCertificateRequest: StaticStructureSchema;
13
+ export declare var DescribeCertificateResponse: StaticStructureSchema;
14
+ export declare var DomainValidation: StaticStructureSchema;
15
+ export declare var DomainValidationOption: StaticStructureSchema;
16
+ export declare var ExpiryEventsConfiguration: StaticStructureSchema;
17
+ export declare var ExportCertificateRequest: StaticStructureSchema;
18
+ export declare var ExportCertificateResponse: StaticStructureSchema;
19
+ export declare var ExtendedKeyUsage: StaticStructureSchema;
20
+ export declare var Filters: StaticStructureSchema;
21
+ export declare var GetAccountConfigurationResponse: StaticStructureSchema;
22
+ export declare var GetCertificateRequest: StaticStructureSchema;
23
+ export declare var GetCertificateResponse: StaticStructureSchema;
24
+ export declare var HttpRedirect: StaticStructureSchema;
25
+ export declare var ImportCertificateRequest: StaticStructureSchema;
26
+ export declare var ImportCertificateResponse: StaticStructureSchema;
27
+ export declare var InvalidArgsException: StaticErrorSchema;
28
+ export declare var InvalidArnException: StaticErrorSchema;
29
+ export declare var InvalidDomainValidationOptionsException: StaticErrorSchema;
30
+ export declare var InvalidParameterException: StaticErrorSchema;
31
+ export declare var InvalidStateException: StaticErrorSchema;
32
+ export declare var InvalidTagException: StaticErrorSchema;
33
+ export declare var KeyUsage: StaticStructureSchema;
34
+ export declare var LimitExceededException: StaticErrorSchema;
35
+ export declare var ListCertificatesRequest: StaticStructureSchema;
36
+ export declare var ListCertificatesResponse: StaticStructureSchema;
37
+ export declare var ListTagsForCertificateRequest: StaticStructureSchema;
38
+ export declare var ListTagsForCertificateResponse: StaticStructureSchema;
39
+ export declare var PutAccountConfigurationRequest: StaticStructureSchema;
40
+ export declare var RemoveTagsFromCertificateRequest: StaticStructureSchema;
41
+ export declare var RenewalSummary: StaticStructureSchema;
42
+ export declare var RenewCertificateRequest: StaticStructureSchema;
43
+ export declare var RequestCertificateRequest: StaticStructureSchema;
44
+ export declare var RequestCertificateResponse: StaticStructureSchema;
45
+ export declare var RequestInProgressException: StaticErrorSchema;
46
+ export declare var ResendValidationEmailRequest: StaticStructureSchema;
47
+ export declare var ResourceInUseException: StaticErrorSchema;
48
+ export declare var ResourceNotFoundException: StaticErrorSchema;
49
+ export declare var ResourceRecord: StaticStructureSchema;
50
+ export declare var RevokeCertificateRequest: StaticStructureSchema;
51
+ export declare var RevokeCertificateResponse: StaticStructureSchema;
52
+ export declare var Tag: StaticStructureSchema;
53
+ export declare var TagPolicyException: StaticErrorSchema;
54
+ export declare var ThrottlingException: StaticErrorSchema;
55
+ export declare var TooManyTagsException: StaticErrorSchema;
56
+ export declare var UpdateCertificateOptionsRequest: StaticStructureSchema;
57
+ export declare var ValidationException: StaticErrorSchema;
58
+ export declare var __Unit: "unit";
59
+ export declare var ACMServiceException: StaticErrorSchema;
60
+ export declare var CertificateStatuses: number;
61
+ export declare var CertificateSummaryList: StaticListSchema;
62
+ export declare var DomainList: number;
63
+ export declare var DomainValidationList: StaticListSchema;
64
+ export declare var DomainValidationOptionList: StaticListSchema;
65
+ export declare var ExtendedKeyUsageFilterList: number;
66
+ export declare var ExtendedKeyUsageList: StaticListSchema;
67
+ export declare var ExtendedKeyUsageNames: number;
68
+ export declare var InUseList: number;
69
+ export declare var KeyAlgorithmList: number;
70
+ export declare var KeyUsageFilterList: number;
71
+ export declare var KeyUsageList: StaticListSchema;
72
+ export declare var KeyUsageNames: number;
73
+ export declare var TagList: StaticListSchema;
74
+ export declare var ValidationEmailList: number;
75
+ export declare var AddTagsToCertificate: StaticOperationSchema;
76
+ export declare var DeleteCertificate: StaticOperationSchema;
77
+ export declare var DescribeCertificate: StaticOperationSchema;
78
+ export declare var ExportCertificate: StaticOperationSchema;
79
+ export declare var GetAccountConfiguration: StaticOperationSchema;
80
+ export declare var GetCertificate: StaticOperationSchema;
81
+ export declare var ImportCertificate: StaticOperationSchema;
82
+ export declare var ListCertificates: StaticOperationSchema;
83
+ export declare var ListTagsForCertificate: StaticOperationSchema;
84
+ export declare var PutAccountConfiguration: StaticOperationSchema;
85
+ export declare var RemoveTagsFromCertificate: StaticOperationSchema;
86
+ export declare var RenewCertificate: StaticOperationSchema;
87
+ export declare var RequestCertificate: StaticOperationSchema;
88
+ export declare var ResendValidationEmail: StaticOperationSchema;
89
+ export declare var RevokeCertificate: StaticOperationSchema;
90
+ export declare var UpdateCertificateOptions: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -174,6 +177,7 @@ export interface ClientDefaults
174
177
  retryMode?: string | __Provider<string>;
175
178
  logger?: __Logger;
176
179
  extensions?: RuntimeExtension[];
180
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
177
181
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
178
182
  }
179
183
  export type ACMClientConfigType = Partial<
@@ -469,12 +469,3 @@ export interface UpdateCertificateOptionsRequest {
469
469
  CertificateArn: string | undefined;
470
470
  Options: CertificateOptions | undefined;
471
471
  }
472
- export declare const ExportCertificateRequestFilterSensitiveLog: (
473
- obj: ExportCertificateRequest
474
- ) => any;
475
- export declare const ExportCertificateResponseFilterSensitiveLog: (
476
- obj: ExportCertificateResponse
477
- ) => any;
478
- export declare const ImportCertificateRequestFilterSensitiveLog: (
479
- obj: ImportCertificateRequest
480
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,96 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticSimpleSchema,
6
+ StaticStructureSchema,
7
+ } from "@smithy/types";
8
+ export declare var PassphraseBlob: StaticSimpleSchema;
9
+ export declare var PrivateKey: StaticSimpleSchema;
10
+ export declare var PrivateKeyBlob: StaticSimpleSchema;
11
+ export declare var AccessDeniedException: StaticErrorSchema;
12
+ export declare var AddTagsToCertificateRequest: StaticStructureSchema;
13
+ export declare var CertificateDetail: StaticStructureSchema;
14
+ export declare var CertificateOptions: StaticStructureSchema;
15
+ export declare var CertificateSummary: StaticStructureSchema;
16
+ export declare var ConflictException: StaticErrorSchema;
17
+ export declare var DeleteCertificateRequest: StaticStructureSchema;
18
+ export declare var DescribeCertificateRequest: StaticStructureSchema;
19
+ export declare var DescribeCertificateResponse: StaticStructureSchema;
20
+ export declare var DomainValidation: StaticStructureSchema;
21
+ export declare var DomainValidationOption: StaticStructureSchema;
22
+ export declare var ExpiryEventsConfiguration: StaticStructureSchema;
23
+ export declare var ExportCertificateRequest: StaticStructureSchema;
24
+ export declare var ExportCertificateResponse: StaticStructureSchema;
25
+ export declare var ExtendedKeyUsage: StaticStructureSchema;
26
+ export declare var Filters: StaticStructureSchema;
27
+ export declare var GetAccountConfigurationResponse: StaticStructureSchema;
28
+ export declare var GetCertificateRequest: StaticStructureSchema;
29
+ export declare var GetCertificateResponse: StaticStructureSchema;
30
+ export declare var HttpRedirect: StaticStructureSchema;
31
+ export declare var ImportCertificateRequest: StaticStructureSchema;
32
+ export declare var ImportCertificateResponse: StaticStructureSchema;
33
+ export declare var InvalidArgsException: StaticErrorSchema;
34
+ export declare var InvalidArnException: StaticErrorSchema;
35
+ export declare var InvalidDomainValidationOptionsException: StaticErrorSchema;
36
+ export declare var InvalidParameterException: StaticErrorSchema;
37
+ export declare var InvalidStateException: StaticErrorSchema;
38
+ export declare var InvalidTagException: StaticErrorSchema;
39
+ export declare var KeyUsage: StaticStructureSchema;
40
+ export declare var LimitExceededException: StaticErrorSchema;
41
+ export declare var ListCertificatesRequest: StaticStructureSchema;
42
+ export declare var ListCertificatesResponse: StaticStructureSchema;
43
+ export declare var ListTagsForCertificateRequest: StaticStructureSchema;
44
+ export declare var ListTagsForCertificateResponse: StaticStructureSchema;
45
+ export declare var PutAccountConfigurationRequest: StaticStructureSchema;
46
+ export declare var RemoveTagsFromCertificateRequest: StaticStructureSchema;
47
+ export declare var RenewalSummary: StaticStructureSchema;
48
+ export declare var RenewCertificateRequest: StaticStructureSchema;
49
+ export declare var RequestCertificateRequest: StaticStructureSchema;
50
+ export declare var RequestCertificateResponse: StaticStructureSchema;
51
+ export declare var RequestInProgressException: StaticErrorSchema;
52
+ export declare var ResendValidationEmailRequest: StaticStructureSchema;
53
+ export declare var ResourceInUseException: StaticErrorSchema;
54
+ export declare var ResourceNotFoundException: StaticErrorSchema;
55
+ export declare var ResourceRecord: StaticStructureSchema;
56
+ export declare var RevokeCertificateRequest: StaticStructureSchema;
57
+ export declare var RevokeCertificateResponse: StaticStructureSchema;
58
+ export declare var Tag: StaticStructureSchema;
59
+ export declare var TagPolicyException: StaticErrorSchema;
60
+ export declare var ThrottlingException: StaticErrorSchema;
61
+ export declare var TooManyTagsException: StaticErrorSchema;
62
+ export declare var UpdateCertificateOptionsRequest: StaticStructureSchema;
63
+ export declare var ValidationException: StaticErrorSchema;
64
+ export declare var __Unit: "unit";
65
+ export declare var ACMServiceException: StaticErrorSchema;
66
+ export declare var CertificateStatuses: number;
67
+ export declare var CertificateSummaryList: StaticListSchema;
68
+ export declare var DomainList: number;
69
+ export declare var DomainValidationList: StaticListSchema;
70
+ export declare var DomainValidationOptionList: StaticListSchema;
71
+ export declare var ExtendedKeyUsageFilterList: number;
72
+ export declare var ExtendedKeyUsageList: StaticListSchema;
73
+ export declare var ExtendedKeyUsageNames: number;
74
+ export declare var InUseList: number;
75
+ export declare var KeyAlgorithmList: number;
76
+ export declare var KeyUsageFilterList: number;
77
+ export declare var KeyUsageList: StaticListSchema;
78
+ export declare var KeyUsageNames: number;
79
+ export declare var TagList: StaticListSchema;
80
+ export declare var ValidationEmailList: number;
81
+ export declare var AddTagsToCertificate: StaticOperationSchema;
82
+ export declare var DeleteCertificate: StaticOperationSchema;
83
+ export declare var DescribeCertificate: StaticOperationSchema;
84
+ export declare var ExportCertificate: StaticOperationSchema;
85
+ export declare var GetAccountConfiguration: StaticOperationSchema;
86
+ export declare var GetCertificate: StaticOperationSchema;
87
+ export declare var ImportCertificate: StaticOperationSchema;
88
+ export declare var ListCertificates: StaticOperationSchema;
89
+ export declare var ListTagsForCertificate: StaticOperationSchema;
90
+ export declare var PutAccountConfiguration: StaticOperationSchema;
91
+ export declare var RemoveTagsFromCertificate: StaticOperationSchema;
92
+ export declare var RenewCertificate: StaticOperationSchema;
93
+ export declare var RequestCertificate: StaticOperationSchema;
94
+ export declare var ResendValidationEmail: StaticOperationSchema;
95
+ export declare var RevokeCertificate: StaticOperationSchema;
96
+ export declare var UpdateCertificateOptions: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.926.0",
4
+ "version": "3.928.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-acm",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.926.0",
24
- "@aws-sdk/credential-provider-node": "3.926.0",
23
+ "@aws-sdk/core": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.928.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.926.0",
28
+ "@aws-sdk/middleware-user-agent": "3.928.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.926.0",
33
+ "@aws-sdk/util-user-agent-node": "3.928.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",