@servicevic-oss/cdk-cleanup-certificate-validation-records 1.3.57 → 1.3.58

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 (150) hide show
  1. package/.jsii +6 -6
  2. package/lib/index.js +2 -2
  3. package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-acm/package.json +3 -3
  5. package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
  6. package/node_modules/@aws-sdk/client-route-53/package.json +3 -3
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -2
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +2 -2
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +6 -6
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +3 -3
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental → codec-v2}/ByteJsonShapeSerializer.js +19 -1
  12. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -2
  13. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
  14. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +2 -2
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +2 -2
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental → codec-v2}/ByteJsonShapeSerializer.d.ts +15 -0
  17. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +4 -7
  18. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +61 -21
  19. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +13 -27
  20. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +4 -16
  21. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +5 -14
  22. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -5
  23. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -11
  24. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +107 -47
  25. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +112 -39
  26. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +107 -48
  27. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +13 -14
  28. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +25 -35
  29. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +14 -4
  30. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +2 -6
  31. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +2 -5
  32. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +2 -5
  33. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +2 -6
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +2 -10
  35. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +2 -6
  36. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +16 -20
  37. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +21 -44
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  39. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +2 -5
  40. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  41. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +8 -11
  42. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +14 -16
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +1 -4
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +7 -14
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +1 -4
  46. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +6 -7
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -12
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -7
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -5
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +2 -7
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +28 -38
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -638
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +29 -56
  56. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +6 -1
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +12 -1
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +4 -7
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +7 -14
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -2
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +18 -27
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +13 -18
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +3 -8
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +17 -28
  70. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +2 -6
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +2 -5
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +4 -13
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +9 -10
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -44
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +2 -5
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -6
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -7
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -13
  79. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -7
  80. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +13 -38
  81. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +57 -133
  82. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -11
  83. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +32 -9
  84. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -8
  85. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -6
  86. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +2 -8
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -8
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +6 -26
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -4
  90. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -9
  91. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -8
  92. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +40 -74
  93. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -24
  94. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -25
  95. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -18
  96. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -2
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -22
  98. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -22
  99. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -22
  100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -29
  101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -36
  102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +13 -19
  103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -7
  104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeDeserializer.d.ts +13 -0
  105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeSerializer.d.ts +18 -0
  106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/BufferJsonShapeDeserializer.d.ts +14 -0
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/ByteJsonShapeSerializer.d.ts +39 -0
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -1
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -21
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -15
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -11
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +14 -22
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -27
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -49
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -13
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -16
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -4
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -31
  119. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -14
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -20
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +4 -13
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -6
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -32
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -2
  127. package/node_modules/@aws-sdk/core/package.json +1 -1
  128. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  129. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  130. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  131. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  132. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  133. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  135. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  136. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  137. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  138. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  139. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  140. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  141. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  142. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  143. package/node_modules/@smithy/signature-v4/package.json +2 -2
  144. package/package.json +4 -4
  145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
  146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -28
  147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +0 -29
  148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -57
  149. /package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental → codec-v2}/BufferJsonShapeDeserializer.js +0 -0
  150. /package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental → codec-v2}/BufferJsonShapeDeserializer.d.ts +0 -0
package/.jsii CHANGED
@@ -7,8 +7,8 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-acm": "^3.1096.0",
11
- "@aws-sdk/client-route-53": "^3.1096.0",
10
+ "@aws-sdk/client-acm": "^3.1097.0",
11
+ "@aws-sdk/client-route-53": "^3.1097.0",
12
12
  "@types/aws-lambda": "^8.10.162",
13
13
  "async-await-retry": "^2.1.0"
14
14
  },
@@ -8652,7 +8652,7 @@
8652
8652
  "stability": "stable"
8653
8653
  },
8654
8654
  "homepage": "https://github.com/sv-oss/cdk-cleanup-certificate-validation-records",
8655
- "jsiiVersion": "5.9.48 (build 82cdda0)",
8655
+ "jsiiVersion": "5.9.49 (build 09a22a8)",
8656
8656
  "keywords": [
8657
8657
  "cdk"
8658
8658
  ],
@@ -8663,7 +8663,7 @@
8663
8663
  "hasDefaultInterfaces": true
8664
8664
  }
8665
8665
  },
8666
- "tscRootDir": "/home/runner/work/cdk-cleanup-certificate-validation-records/cdk-cleanup-certificate-validation-records/src"
8666
+ "tscRootDir": "src"
8667
8667
  },
8668
8668
  "name": "@servicevic-oss/cdk-cleanup-certificate-validation-records",
8669
8669
  "readme": {
@@ -8898,6 +8898,6 @@
8898
8898
  "symbolId": "src/index:CertificateWithCleanup"
8899
8899
  }
8900
8900
  },
8901
- "version": "1.3.57",
8902
- "fingerprint": "wJIfmlAFi4hZIJuDI/O1JxiFEVdmPlzvlDWkGGUbeNk="
8901
+ "version": "1.3.58",
8902
+ "fingerprint": "bL4zvpn7KYy/JLiS8ePtmhkxYRg6PpmSY2d7Y1JzT/g="
8903
8903
  }
package/lib/index.js CHANGED
@@ -43,7 +43,7 @@ const constructs_1 = require("constructs");
43
43
  * leave behind when deleting a DNS validated certificate
44
44
  */
45
45
  class CertificateValidationRecordCleanup extends constructs_1.Construct {
46
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.57" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.58" };
47
47
  static HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
48
48
  static PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
49
49
  static LOG_GROUP_UID = 'CertRecordsCleanupLogGroup-57ABF051-1E25';
@@ -109,7 +109,7 @@ exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
109
109
  * A wrapper class for a vanilla `Certificate` object with automatic cleanup attached
110
110
  */
111
111
  class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
112
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.57" };
112
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.58" };
113
113
  constructor(scope, id, props) {
114
114
  super(scope, id, props);
115
115
  if (props.validation && props.validation.props.hostedZone && props.validation?.method == cdk.aws_certificatemanager.ValidationMethod.DNS) {
@@ -71,7 +71,7 @@ const commonParams = {
71
71
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
72
72
  };
73
73
 
74
- var version = "3.1095.0";
74
+ var version = "3.1096.0";
75
75
  var packageInfo = {
76
76
  version: version};
77
77
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
- "version": "3.1096.0",
3
+ "version": "3.1097.0",
4
4
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-acm",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.1",
52
- "@aws-sdk/credential-provider-node": "^3.972.73",
51
+ "@aws-sdk/core": "^3.977.2",
52
+ "@aws-sdk/credential-provider-node": "^3.972.74",
53
53
  "@aws-sdk/types": "^3.974.2",
54
54
  "@smithy/core": "^3.29.8",
55
55
  "@smithy/fetch-http-handler": "^5.6.10",
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1095.0";
73
+ var version = "3.1096.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
- "version": "3.1096.0",
3
+ "version": "3.1097.0",
4
4
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-route-53",
6
6
  "license": "Apache-2.0",
@@ -52,8 +52,8 @@
52
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
53
53
  },
54
54
  "dependencies": {
55
- "@aws-sdk/core": "^3.977.1",
56
- "@aws-sdk/credential-provider-node": "^3.972.73",
55
+ "@aws-sdk/core": "^3.977.2",
56
+ "@aws-sdk/credential-provider-node": "^3.972.74",
57
57
  "@aws-sdk/middleware-sdk-route53": "^3.972.23",
58
58
  "@aws-sdk/types": "^3.974.2",
59
59
  "@smithy/core": "^3.29.8",
@@ -5,8 +5,8 @@ export { AwsJson1_1Protocol } from "./json/AwsJson1_1Protocol";
5
5
  export { AwsJsonRpcProtocol } from "./json/AwsJsonRpcProtocol";
6
6
  export { AwsRestJsonProtocol } from "./json/AwsRestJsonProtocol";
7
7
  export { JsonCodec } from "./json/JsonCodec";
8
- export { JsonShapeDeserializer } from "./json/JsonShapeDeserializer";
9
- export { JsonShapeSerializer } from "./json/JsonShapeSerializer";
8
+ export { JsonShapeDeserializer } from "./json/codec-v1/JsonShapeDeserializer";
9
+ export { JsonShapeSerializer } from "./json/codec-v1/JsonShapeSerializer";
10
10
  export { awsExpectUnion } from "./json/awsExpectUnion";
11
11
  export { parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode, loadJsonRpcErrorCode } from "./json/parseJsonBody";
12
12
  export { AwsEc2QueryProtocol } from "./query/AwsEc2QueryProtocol";
@@ -1,6 +1,6 @@
1
1
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
2
- import { JsonShapeDeserializer } from "./JsonShapeDeserializer";
3
- import { JsonShapeSerializer } from "./JsonShapeSerializer";
2
+ import { JsonShapeDeserializer } from "./codec-v1/JsonShapeDeserializer";
3
+ import { JsonShapeSerializer } from "./codec-v1/JsonShapeSerializer";
4
4
  export class JsonCodec extends SerdeContextConfig {
5
5
  settings;
6
6
  constructor(settings) {
@@ -2,12 +2,12 @@ import { determineTimestampFormat } from "@smithy/core/protocols";
2
2
  import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { LazyJsonString, NumericValue, parseEpochTimestamp, parseRfc3339DateTimeWithOffset, parseRfc7231DateTime, } from "@smithy/core/serde";
4
4
  import { fromBase64 } from "@smithy/core/serde";
5
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
6
- import { UnionSerde } from "../UnionSerde";
7
- import { jsonReviver } from "./jsonReviver";
8
- import { needsReviver } from "./needsReviver";
9
- import { parseJsonBody } from "./parseJsonBody";
10
- import { writeKey } from "../writeKey";
5
+ import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
6
+ import { UnionSerde } from "../../UnionSerde";
7
+ import { jsonReviver } from "../jsonReviver";
8
+ import { needsReviver } from "../needsReviver";
9
+ import { parseJsonBody } from "../parseJsonBody";
10
+ import { writeKey } from "../../writeKey";
11
11
  export class JsonShapeDeserializer extends SerdeContextConfig {
12
12
  settings;
13
13
  constructor(settings) {
@@ -1,9 +1,9 @@
1
1
  import { determineTimestampFormat } from "@smithy/core/protocols";
2
2
  import { NormalizedSchema } from "@smithy/core/schema";
3
3
  import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue, toBase64 } from "@smithy/core/serde";
4
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
5
- import { JsonReplacer } from "./jsonReplacer";
6
- import { writeKey } from "../writeKey";
4
+ import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
5
+ import { JsonReplacer } from "../jsonReplacer";
6
+ import { writeKey } from "../../writeKey";
7
7
  export class JsonShapeSerializer extends SerdeContextConfig {
8
8
  settings;
9
9
  buffer;
@@ -1,6 +1,6 @@
1
1
  import { determineTimestampFormat } from "@smithy/core/protocols";
2
2
  import { NormalizedSchema } from "@smithy/core/schema";
3
- import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue, toBase64 } from "@smithy/core/serde";
3
+ import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue, toBase64, toUtf8, } from "@smithy/core/serde";
4
4
  import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
5
5
  import { writeKey } from "../../writeKey";
6
6
  const encoder = new TextEncoder();
@@ -481,3 +481,21 @@ export class ByteJsonShapeSerializer extends SerdeContextConfig {
481
481
  }
482
482
  }
483
483
  }
484
+ export class StringJsonShapeSerializer extends SerdeContextConfig {
485
+ settings;
486
+ byteSerializer;
487
+ constructor(settings) {
488
+ super();
489
+ this.settings = settings;
490
+ this.byteSerializer = new ByteJsonShapeSerializer(settings);
491
+ }
492
+ write(schema, value) {
493
+ this.byteSerializer.write(schema, value);
494
+ }
495
+ writeDiscriminatedDocument(schema, value) {
496
+ this.byteSerializer.writeDiscriminatedDocument(schema, value);
497
+ }
498
+ flush() {
499
+ return (this.serdeContext?.utf8Encoder ?? toUtf8)(this.byteSerializer.flush());
500
+ }
501
+ }
@@ -6,8 +6,8 @@ export { AwsJsonRpcProtocol } from "./json/AwsJsonRpcProtocol";
6
6
  export { AwsRestJsonProtocol } from "./json/AwsRestJsonProtocol";
7
7
  export { JsonCodec } from "./json/JsonCodec";
8
8
  export type { JsonSettings } from "./json/JsonCodec";
9
- export { JsonShapeDeserializer } from "./json/JsonShapeDeserializer";
10
- export { JsonShapeSerializer } from "./json/JsonShapeSerializer";
9
+ export { JsonShapeDeserializer } from "./json/codec-v1/JsonShapeDeserializer";
10
+ export { JsonShapeSerializer } from "./json/codec-v1/JsonShapeSerializer";
11
11
  export { awsExpectUnion } from "./json/awsExpectUnion";
12
12
  export { parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode, loadJsonRpcErrorCode } from "./json/parseJsonBody";
13
13
  export { AwsEc2QueryProtocol } from "./query/AwsEc2QueryProtocol";
@@ -1,7 +1,7 @@
1
1
  import type { Codec, CodecSettings } from "@smithy/types";
2
2
  import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { JsonShapeDeserializer } from "./JsonShapeDeserializer";
4
- import { JsonShapeSerializer } from "./JsonShapeSerializer";
3
+ import { JsonShapeDeserializer } from "./codec-v1/JsonShapeDeserializer";
4
+ import { JsonShapeSerializer } from "./codec-v1/JsonShapeSerializer";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import type { JsonSettings } from "./JsonCodec";
2
+ import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
3
+ import type { JsonSettings } from "../JsonCodec";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { NormalizedSchema } from "@smithy/core/schema";
2
2
  import type { Schema, ShapeSerializer } from "@smithy/types";
3
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
4
- import type { JsonSettings } from "./JsonCodec";
3
+ import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
4
+ import type { JsonSettings } from "../JsonCodec";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -55,3 +55,18 @@ export declare class ByteJsonShapeSerializer extends SerdeContextConfig implemen
55
55
  private writeMap;
56
56
  private writeTimestamp;
57
57
  }
58
+ /**
59
+ * A string adapter for the byte serializer, for backwards compatibility.
60
+ * @public
61
+ */
62
+ export declare class StringJsonShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string> {
63
+ readonly settings: JsonSettings;
64
+ private byteSerializer;
65
+ constructor(settings: JsonSettings);
66
+ write(schema: Schema, value: unknown): void;
67
+ /**
68
+ * @internal
69
+ */
70
+ writeDiscriminatedDocument(schema: Schema, value: unknown): void;
71
+ flush(): string;
72
+ }
@@ -1,7 +1,4 @@
1
- export * from "./submodules/account-id-endpoint/index";
2
- export * from "./submodules/client/index";
3
- export * from "./submodules/httpAuthSchemes/index";
4
- export * from "./submodules/protocols/index";
5
- /**
6
- * no need to export this.
7
- */
1
+ export * from "./submodules/account-id-endpoint/index";
2
+ export * from "./submodules/client/index";
3
+ export * from "./submodules/httpAuthSchemes/index";
4
+ export * from "./submodules/protocols/index";
@@ -1,21 +1,61 @@
1
- /**
2
- * Exports here are from before the submodule system.
3
- * They are exported from the package's root index to preserve backwards compatibility.
4
- *
5
- * New development should go in a proper submodule and not be exported from the root index.
6
- * There is an eslint rule banning imports from `@aws-sdk/core` without a submodule e.g. `@aws-sdk/core/protocols`.
7
- *
8
- * CAUTION: Do not use export * here. Explicit named exports lock down the public API surface
9
- * so that additions to submodules do not accidentally become part of the legacy root export.
10
- *
11
- * No additional exports are allowed.
12
- */
13
- export { emitWarningIfUnsupportedVersion, getLongPollPlugin, setCredentialFeature, setFeature, setTokenFeature, state, } from "@aws-sdk/core/client";
14
- export { AwsSdkSigV4ASigner, AwsSdkSigV4Signer, AwsSdkSigV4Signer as AWSSDKSigV4Signer, getBearerTokenEnvKey, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, NODE_SIGV4A_CONFIG_OPTIONS, resolveAwsSdkSigV4AConfig, resolveAwsSdkSigV4Config, resolveAwsSdkSigV4Config as resolveAWSSDKSigV4Config, validateSigningProperties, } from "@aws-sdk/core/httpAuthSchemes";
15
- export { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4AAuthResolvedConfig, AwsSdkSigV4AAuthResolvedConfig as AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthInputConfig as AWSSDKSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4AuthResolvedConfig as AWSSDKSigV4AuthResolvedConfig, AwsSdkSigV4Memoized, AwsSdkSigV4AuthResolvedConfig as AwsSdkSigV4PreviouslyResolved, AwsSdkSigV4AuthResolvedConfig as AWSSDKSigV4PreviouslyResolved, } from "@aws-sdk/core/httpAuthSchemes";
16
- export { _toBool, _toNum, _toStr, awsExpectUnion, AwsEc2QueryProtocol, AwsJson1_0Protocol, AwsJson1_1Protocol, AwsJsonRpcProtocol, AwsQueryProtocol, AwsRestJsonProtocol, AwsRestXmlProtocol, AwsSmithyRpcV2CborProtocol, JsonCodec, JsonShapeDeserializer, JsonShapeSerializer, loadJsonRpcErrorCode, loadRestJsonErrorCode, loadRestXmlErrorCode, parseJsonBody, parseJsonErrorBody, parseXmlBody, parseXmlErrorBody, QueryShapeSerializer, XmlCodec, XmlShapeDeserializer, XmlShapeSerializer, } from "@aws-sdk/core/protocols";
17
- export { JsonSettings, QuerySerializerSettings, XmlSettings } from "@aws-sdk/core/protocols";
18
- /**
19
- * WARNING: do not export any additional submodules from the root of this package. See readme.md for
20
- * guide on developing submodules.
21
- */
1
+ export {
2
+ emitWarningIfUnsupportedVersion,
3
+ getLongPollPlugin,
4
+ setCredentialFeature,
5
+ setFeature,
6
+ setTokenFeature,
7
+ state,
8
+ } from "@aws-sdk/core/client";
9
+ export {
10
+ AwsSdkSigV4ASigner,
11
+ AwsSdkSigV4Signer,
12
+ AwsSdkSigV4Signer as AWSSDKSigV4Signer,
13
+ getBearerTokenEnvKey,
14
+ NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
15
+ NODE_SIGV4A_CONFIG_OPTIONS,
16
+ resolveAwsSdkSigV4AConfig,
17
+ resolveAwsSdkSigV4Config,
18
+ resolveAwsSdkSigV4Config as resolveAWSSDKSigV4Config,
19
+ validateSigningProperties,
20
+ } from "@aws-sdk/core/httpAuthSchemes";
21
+ export {
22
+ AwsSdkSigV4AAuthInputConfig,
23
+ AwsSdkSigV4AAuthResolvedConfig,
24
+ AwsSdkSigV4AAuthResolvedConfig as AwsSdkSigV4APreviouslyResolved,
25
+ AwsSdkSigV4AuthInputConfig,
26
+ AwsSdkSigV4AuthInputConfig as AWSSDKSigV4AuthInputConfig,
27
+ AwsSdkSigV4AuthResolvedConfig,
28
+ AwsSdkSigV4AuthResolvedConfig as AWSSDKSigV4AuthResolvedConfig,
29
+ AwsSdkSigV4Memoized,
30
+ AwsSdkSigV4AuthResolvedConfig as AwsSdkSigV4PreviouslyResolved,
31
+ AwsSdkSigV4AuthResolvedConfig as AWSSDKSigV4PreviouslyResolved,
32
+ } from "@aws-sdk/core/httpAuthSchemes";
33
+ export {
34
+ _toBool,
35
+ _toNum,
36
+ _toStr,
37
+ awsExpectUnion,
38
+ AwsEc2QueryProtocol,
39
+ AwsJson1_0Protocol,
40
+ AwsJson1_1Protocol,
41
+ AwsJsonRpcProtocol,
42
+ AwsQueryProtocol,
43
+ AwsRestJsonProtocol,
44
+ AwsRestXmlProtocol,
45
+ AwsSmithyRpcV2CborProtocol,
46
+ JsonCodec,
47
+ JsonShapeDeserializer,
48
+ JsonShapeSerializer,
49
+ loadJsonRpcErrorCode,
50
+ loadRestJsonErrorCode,
51
+ loadRestXmlErrorCode,
52
+ parseJsonBody,
53
+ parseJsonErrorBody,
54
+ parseXmlBody,
55
+ parseXmlErrorBody,
56
+ QueryShapeSerializer,
57
+ XmlCodec,
58
+ XmlShapeDeserializer,
59
+ XmlShapeSerializer,
60
+ } from "@aws-sdk/core/protocols";
61
+ export { JsonSettings, QuerySerializerSettings, XmlSettings } from "@aws-sdk/core/protocols";
@@ -1,27 +1,13 @@
1
- import { Provider } from "@smithy/types";
2
- import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
- /**
4
- * @public
5
- */
6
- export interface AccountIdEndpointModeInputConfig {
7
- /**
8
- * The account ID endpoint mode to use.
9
- */
10
- accountIdEndpointMode?: AccountIdEndpointMode | Provider<AccountIdEndpointMode>;
11
- }
12
- /**
13
- * @internal
14
- */
15
- interface PreviouslyResolved {
16
- }
17
- /**
18
- * @internal
19
- */
20
- export interface AccountIdEndpointModeResolvedConfig {
21
- accountIdEndpointMode: Provider<AccountIdEndpointMode>;
22
- }
23
- /**
24
- * @internal
25
- */
26
- export declare const resolveAccountIdEndpointModeConfig: <T>(input: T & AccountIdEndpointModeInputConfig & PreviouslyResolved) => T & AccountIdEndpointModeResolvedConfig;
27
- export {};
1
+ import { Provider } from "@smithy/types";
2
+ import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
+ export interface AccountIdEndpointModeInputConfig {
4
+ accountIdEndpointMode?: AccountIdEndpointMode | Provider<AccountIdEndpointMode>;
5
+ }
6
+ interface PreviouslyResolved {}
7
+ export interface AccountIdEndpointModeResolvedConfig {
8
+ accountIdEndpointMode: Provider<AccountIdEndpointMode>;
9
+ }
10
+ export declare const resolveAccountIdEndpointModeConfig: <T>(
11
+ input: T & AccountIdEndpointModeInputConfig & PreviouslyResolved,
12
+ ) => T & AccountIdEndpointModeResolvedConfig;
13
+ export {};
@@ -1,16 +1,4 @@
1
- /**
2
- * @public
3
- */
4
- export type AccountIdEndpointMode = "disabled" | "preferred" | "required";
5
- /**
6
- * @internal
7
- */
8
- export declare const DEFAULT_ACCOUNT_ID_ENDPOINT_MODE = "preferred";
9
- /**
10
- * @internal
11
- */
12
- export declare const ACCOUNT_ID_ENDPOINT_MODE_VALUES: AccountIdEndpointMode[];
13
- /**
14
- * @internal
15
- */
16
- export declare function validateAccountIdEndpointMode(value: any): value is AccountIdEndpointMode;
1
+ export type AccountIdEndpointMode = "disabled" | "preferred" | "required";
2
+ export declare const DEFAULT_ACCOUNT_ID_ENDPOINT_MODE = "preferred";
3
+ export declare const ACCOUNT_ID_ENDPOINT_MODE_VALUES: AccountIdEndpointMode[];
4
+ export declare function validateAccountIdEndpointMode(value: any): value is AccountIdEndpointMode;
@@ -1,14 +1,5 @@
1
- import { LoadedConfigSelectors } from "@smithy/core/config";
2
- import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
- /**
4
- * @internal
5
- */
6
- export declare const ENV_ACCOUNT_ID_ENDPOINT_MODE = "AWS_ACCOUNT_ID_ENDPOINT_MODE";
7
- /**
8
- * @internal
9
- */
10
- export declare const CONFIG_ACCOUNT_ID_ENDPOINT_MODE = "account_id_endpoint_mode";
11
- /**
12
- * @internal
13
- */
14
- export declare const NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<AccountIdEndpointMode>;
1
+ import { LoadedConfigSelectors } from "@smithy/core/config";
2
+ import { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
3
+ export declare const ENV_ACCOUNT_ID_ENDPOINT_MODE = "AWS_ACCOUNT_ID_ENDPOINT_MODE";
4
+ export declare const CONFIG_ACCOUNT_ID_ENDPOINT_MODE = "account_id_endpoint_mode";
5
+ export declare const NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<AccountIdEndpointMode>;
@@ -1,5 +1,16 @@
1
- export { resolveAccountIdEndpointModeConfig } from "./AccountIdEndpointModeConfigResolver";
2
- export { AccountIdEndpointModeInputConfig, AccountIdEndpointModeResolvedConfig, } from "./AccountIdEndpointModeConfigResolver";
3
- export { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, ACCOUNT_ID_ENDPOINT_MODE_VALUES, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
4
- export { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
5
- export { ENV_ACCOUNT_ID_ENDPOINT_MODE, CONFIG_ACCOUNT_ID_ENDPOINT_MODE, NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS, } from "./NodeAccountIdEndpointModeConfigOptions";
1
+ export { resolveAccountIdEndpointModeConfig } from "./AccountIdEndpointModeConfigResolver";
2
+ export {
3
+ AccountIdEndpointModeInputConfig,
4
+ AccountIdEndpointModeResolvedConfig,
5
+ } from "./AccountIdEndpointModeConfigResolver";
6
+ export {
7
+ DEFAULT_ACCOUNT_ID_ENDPOINT_MODE,
8
+ ACCOUNT_ID_ENDPOINT_MODE_VALUES,
9
+ validateAccountIdEndpointMode,
10
+ } from "./AccountIdEndpointModeConstants";
11
+ export { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
12
+ export {
13
+ ENV_ACCOUNT_ID_ENDPOINT_MODE,
14
+ CONFIG_ACCOUNT_ID_ENDPOINT_MODE,
15
+ NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS,
16
+ } from "./NodeAccountIdEndpointModeConfigOptions";
@@ -1,11 +1,4 @@
1
- export declare const state: {
2
- warningEmitted: boolean;
3
- };
4
- /**
5
- * Emits warning if the provided Node.js version string is
6
- * pending deprecation by AWS SDK JSv3.
7
- * @internal
8
- *
9
- * @param version - The Node.js version string.
10
- */
11
- export declare const emitWarningIfUnsupportedVersion: (version: string) => void;
1
+ export declare const state: {
2
+ warningEmitted: boolean;
3
+ };
4
+ export declare const emitWarningIfUnsupportedVersion: (version: string) => void;