@jjrawlins/cdk-diff-pr-github-action 1.4.4 → 1.5.1

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 +4 -4
  2. package/lib/CdkDiffIamTemplate.js +2 -2
  3. package/lib/CdkDiffIamTemplateStackSet.js +2 -2
  4. package/lib/CdkDiffStackWorkflow.js +1 -1
  5. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  6. package/lib/CdkDriftIamTemplate.js +2 -2
  7. package/lib/bin/cdk-changeset-script.js +4 -2
  8. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  19. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/package.json +12 -12
  63. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  64. package/node_modules/@aws-sdk/core/package.json +4 -4
  65. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  66. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  67. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  68. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  73. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  74. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  75. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  76. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  77. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  78. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  79. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  80. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -1
  81. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  82. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  83. package/node_modules/@smithy/core/package.json +1 -1
  84. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  85. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  86. package/node_modules/@smithy/smithy-client/package.json +3 -3
  87. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  88. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  89. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +13 -0
  90. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  91. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +83 -14
  92. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  93. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  94. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  95. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  96. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +4 -4
  97. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +74 -12
  98. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +7 -5
  99. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +65 -53
  100. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -0
  101. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +255 -187
  102. package/package.json +2 -2
  103. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  104. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  105. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  106. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  107. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  108. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -46
  109. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  110. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +0 -0
  111. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  112. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  113. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  114. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  115. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  116. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  117. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  118. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  119. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  120. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  121. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  122. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  123. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  124. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  125. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  126. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  127. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  128. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  129. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  130. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  131. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  136. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  137. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  138. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  139. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  140. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  141. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  142. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  143. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  144. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  145. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  146. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  147. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  149. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  150. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -0,0 +1,6 @@
1
+ export * from "./EndpointError";
2
+ export * from "./EndpointRuleObject";
3
+ export * from "./ErrorRuleObject";
4
+ export * from "./RuleSetObject";
5
+ export * from "./TreeRuleObject";
6
+ export * from "./shared";
@@ -0,0 +1,2 @@
1
+ import { EndpointFunctions } from "@smithy/util-endpoints";
2
+ export declare const awsEndpointFunctions: EndpointFunctions;
@@ -0,0 +1,6 @@
1
+ export * from "./aws";
2
+ export * from "./lib/aws/partition";
3
+ export * from "./lib/isIpAddress";
4
+ export * from "./resolveDefaultAwsRegionalEndpointsConfig";
5
+ export * from "./resolveEndpoint";
6
+ export * from "./types";
@@ -0,0 +1,3 @@
1
+ export * from "./isVirtualHostableS3Bucket";
2
+ export * from "./parseArn";
3
+ export * from "./partition";
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Evaluates whether a string is a DNS compatible bucket name and can be used with
3
+ * virtual hosted style addressing.
4
+ */
5
+ export declare const isVirtualHostableS3Bucket: (value: string, allowSubDomains?: boolean) => boolean;
@@ -0,0 +1,7 @@
1
+ import { EndpointARN } from "@smithy/types";
2
+ /**
3
+ * Evaluates a single string argument value, and returns an object containing
4
+ * details about the parsed ARN.
5
+ * If the input was not a valid ARN, the function returns null.
6
+ */
7
+ export declare const parseArn: (value: string) => EndpointARN | null;
@@ -0,0 +1,38 @@
1
+ import { EndpointPartition } from "@smithy/types";
2
+ export type PartitionsInfo = {
3
+ partitions: Array<{
4
+ id: string;
5
+ outputs: {
6
+ dnsSuffix: string;
7
+ dualStackDnsSuffix: string;
8
+ name: string;
9
+ supportsDualStack: boolean;
10
+ supportsFIPS: boolean;
11
+ };
12
+ regionRegex: string;
13
+ regions: Record<string, {
14
+ description?: string;
15
+ } | undefined>;
16
+ }>;
17
+ };
18
+ /**
19
+ * Evaluates a single string argument value as a region, and matches the
20
+ * string value to an AWS partition.
21
+ * The matcher MUST always return a successful object describing the partition
22
+ * that the region has been determined to be a part of.
23
+ */
24
+ export declare const partition: (value: string) => EndpointPartition;
25
+ /**
26
+ * Set custom partitions.json data.
27
+ * @internal
28
+ */
29
+ export declare const setPartitionInfo: (partitionsInfo: PartitionsInfo, userAgentPrefix?: string) => void;
30
+ /**
31
+ * Reset to the default partitions.json data.
32
+ * @internal
33
+ */
34
+ export declare const useDefaultPartitionInfo: () => void;
35
+ /**
36
+ * @internal
37
+ */
38
+ export declare const getUserAgentPrefix: () => string;
@@ -0,0 +1 @@
1
+ export { isIpAddress } from "@smithy/util-endpoints";
@@ -0,0 +1,56 @@
1
+ import type { Endpoint, EndpointParameters, EndpointV2, Logger, Provider } from "@smithy/types";
2
+ /**
3
+ * This is an additional config resolver layer for clients using the default
4
+ * AWS regional endpoints ruleset. It makes the *resolved* config guarantee the presence of an
5
+ * endpoint provider function. This differs from the base behavior of the Endpoint
6
+ * config resolver, which only normalizes config.endpoint IFF one is provided by the caller.
7
+ *
8
+ * This is not used by AWS SDK clients, but rather
9
+ * generated clients that have the aws.api#service trait. This includes protocol tests
10
+ * and other customers.
11
+ *
12
+ * This resolver is MUTUALLY EXCLUSIVE with the EndpointRequired config resolver from
13
+ * |@smithy/middleware-endpoint.
14
+ *
15
+ * It must be placed after the `resolveEndpointConfig`
16
+ * resolver. This replaces the endpoints.json-based default endpoint provider.
17
+ *
18
+ * @public
19
+ */
20
+ export type DefaultAwsRegionalEndpointsInputConfig = {
21
+ endpoint?: unknown;
22
+ };
23
+ type PreviouslyResolved = {
24
+ logger?: Logger;
25
+ region?: undefined | string | Provider<string | undefined>;
26
+ useFipsEndpoint?: undefined | boolean | Provider<string | boolean>;
27
+ useDualstackEndpoint?: undefined | boolean | Provider<string | boolean>;
28
+ endpointProvider: (endpointParams: EndpointParameters | DefaultRegionalEndpointParameters, context?: {
29
+ logger?: Logger;
30
+ }) => EndpointV2;
31
+ };
32
+ /**
33
+ * @internal
34
+ */
35
+ type DefaultRegionalEndpointParameters = {
36
+ Region?: string | undefined;
37
+ UseDualStack?: boolean | undefined;
38
+ UseFIPS?: boolean | undefined;
39
+ };
40
+ /**
41
+ * @internal
42
+ */
43
+ export interface DefaultAwsRegionalEndpointsResolvedConfig {
44
+ endpoint: Provider<Endpoint>;
45
+ }
46
+ /**
47
+ * MUST resolve after `\@smithy/middleware-endpoint`::`resolveEndpointConfig`.
48
+ *
49
+ * @internal
50
+ */
51
+ export declare const resolveDefaultAwsRegionalEndpointsConfig: <T>(input: T & DefaultAwsRegionalEndpointsInputConfig & PreviouslyResolved) => T & DefaultAwsRegionalEndpointsResolvedConfig;
52
+ /**
53
+ * @internal
54
+ */
55
+ export declare const toEndpointV1: (endpoint: EndpointV2) => Endpoint;
56
+ export {};
@@ -0,0 +1 @@
1
+ export { resolveEndpoint } from "@smithy/util-endpoints";
@@ -0,0 +1,2 @@
1
+ import { EndpointFunctions } from "@smithy/util-endpoints";
2
+ export declare const awsEndpointFunctions: EndpointFunctions;
@@ -0,0 +1,6 @@
1
+ export * from "./aws";
2
+ export * from "./lib/aws/partition";
3
+ export * from "./lib/isIpAddress";
4
+ export * from "./resolveDefaultAwsRegionalEndpointsConfig";
5
+ export * from "./resolveEndpoint";
6
+ export * from "./types";
@@ -0,0 +1,3 @@
1
+ export * from "./isVirtualHostableS3Bucket";
2
+ export * from "./parseArn";
3
+ export * from "./partition";
@@ -0,0 +1,4 @@
1
+ export declare const isVirtualHostableS3Bucket: (
2
+ value: string,
3
+ allowSubDomains?: boolean
4
+ ) => boolean;
@@ -0,0 +1,2 @@
1
+ import { EndpointARN } from "@smithy/types";
2
+ export declare const parseArn: (value: string) => EndpointARN | null;
@@ -0,0 +1,28 @@
1
+ import { EndpointPartition } from "@smithy/types";
2
+ export type PartitionsInfo = {
3
+ partitions: Array<{
4
+ id: string;
5
+ outputs: {
6
+ dnsSuffix: string;
7
+ dualStackDnsSuffix: string;
8
+ name: string;
9
+ supportsDualStack: boolean;
10
+ supportsFIPS: boolean;
11
+ };
12
+ regionRegex: string;
13
+ regions: Record<
14
+ string,
15
+ | {
16
+ description?: string;
17
+ }
18
+ | undefined
19
+ >;
20
+ }>;
21
+ };
22
+ export declare const partition: (value: string) => EndpointPartition;
23
+ export declare const setPartitionInfo: (
24
+ partitionsInfo: PartitionsInfo,
25
+ userAgentPrefix?: string
26
+ ) => void;
27
+ export declare const useDefaultPartitionInfo: () => void;
28
+ export declare const getUserAgentPrefix: () => string;
@@ -0,0 +1,35 @@
1
+ import {
2
+ Endpoint,
3
+ EndpointParameters,
4
+ EndpointV2,
5
+ Logger,
6
+ Provider,
7
+ } from "@smithy/types";
8
+ export type DefaultAwsRegionalEndpointsInputConfig = {
9
+ endpoint?: unknown;
10
+ };
11
+ type PreviouslyResolved = {
12
+ logger?: Logger;
13
+ region?: undefined | string | Provider<string | undefined>;
14
+ useFipsEndpoint?: undefined | boolean | Provider<string | boolean>;
15
+ useDualstackEndpoint?: undefined | boolean | Provider<string | boolean>;
16
+ endpointProvider: (
17
+ endpointParams: EndpointParameters | DefaultRegionalEndpointParameters,
18
+ context?: {
19
+ logger?: Logger;
20
+ }
21
+ ) => EndpointV2;
22
+ };
23
+ type DefaultRegionalEndpointParameters = {
24
+ Region?: string | undefined;
25
+ UseDualStack?: boolean | undefined;
26
+ UseFIPS?: boolean | undefined;
27
+ };
28
+ export interface DefaultAwsRegionalEndpointsResolvedConfig {
29
+ endpoint: Provider<Endpoint>;
30
+ }
31
+ export declare const resolveDefaultAwsRegionalEndpointsConfig: <T>(
32
+ input: T & DefaultAwsRegionalEndpointsInputConfig & PreviouslyResolved
33
+ ) => T & DefaultAwsRegionalEndpointsResolvedConfig;
34
+ export declare const toEndpointV1: (endpoint: EndpointV2) => Endpoint;
35
+ export {};
@@ -0,0 +1 @@
1
+ export { resolveEndpoint } from "@smithy/util-endpoints";
@@ -0,0 +1,6 @@
1
+ export {
2
+ EndpointObjectProperties,
3
+ EndpointObjectHeaders,
4
+ EndpointObject,
5
+ EndpointRuleObject,
6
+ } from "@smithy/util-endpoints";
@@ -0,0 +1,5 @@
1
+ export {
2
+ DeprecatedObject,
3
+ ParameterObject,
4
+ RuleSetObject,
5
+ } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { RuleSetRules, TreeRuleObject } from "@smithy/util-endpoints";
@@ -0,0 +1,6 @@
1
+ export * from "./EndpointError";
2
+ export * from "./EndpointRuleObject";
3
+ export * from "./ErrorRuleObject";
4
+ export * from "./RuleSetObject";
5
+ export * from "./TreeRuleObject";
6
+ export * from "./shared";
@@ -0,0 +1,12 @@
1
+ export {
2
+ ReferenceObject,
3
+ FunctionObject,
4
+ FunctionArgv,
5
+ FunctionReturn,
6
+ ConditionObject,
7
+ Expression,
8
+ EndpointParams,
9
+ EndpointResolverOptions,
10
+ ReferenceRecord,
11
+ EvaluateOptions,
12
+ } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { EndpointError } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { ErrorRuleObject } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/util-endpoints";
@@ -0,0 +1 @@
1
+ export { RuleSetRules, TreeRuleObject } from "@smithy/util-endpoints";
@@ -0,0 +1,6 @@
1
+ export * from "./EndpointError";
2
+ export * from "./EndpointRuleObject";
3
+ export * from "./ErrorRuleObject";
4
+ export * from "./RuleSetObject";
5
+ export * from "./TreeRuleObject";
6
+ export * from "./shared";
@@ -0,0 +1 @@
1
+ export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/util-endpoints";
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "@aws-sdk/util-endpoints",
3
+ "version": "3.994.0",
4
+ "description": "Utilities to help with endpoint resolution",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "types": "./dist-types/index.d.ts",
8
+ "scripts": {
9
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
10
+ "build:cjs": "node ../../scripts/compilation/inline util-endpoints",
11
+ "build:es": "tsc -p tsconfig.es.json",
12
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
13
+ "build:types": "tsc -p tsconfig.types.json",
14
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
+ "test": "yarn g:vitest run",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
+ "test:watch": "yarn g:vitest watch",
19
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
20
+ },
21
+ "sideEffects": true,
22
+ "author": {
23
+ "name": "AWS SDK for JavaScript Team",
24
+ "url": "https://aws.amazon.com/javascript/"
25
+ },
26
+ "license": "Apache-2.0",
27
+ "dependencies": {
28
+ "@aws-sdk/types": "^3.973.1",
29
+ "@smithy/types": "^4.12.0",
30
+ "@smithy/url-parser": "^4.2.8",
31
+ "@smithy/util-endpoints": "^3.2.8",
32
+ "tslib": "^2.6.2"
33
+ },
34
+ "engines": {
35
+ "node": ">=20.0.0"
36
+ },
37
+ "typesVersions": {
38
+ "<4.0": {
39
+ "dist-types/*": [
40
+ "dist-types/ts3.4/*"
41
+ ]
42
+ }
43
+ },
44
+ "files": [
45
+ "dist-*/**"
46
+ ],
47
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
51
+ "directory": "packages/util-endpoints"
52
+ },
53
+ "devDependencies": {
54
+ "@tsconfig/recommended": "1.0.1",
55
+ "concurrently": "7.0.0",
56
+ "downlevel-dts": "0.10.1",
57
+ "premove": "4.0.0",
58
+ "typescript": "~5.8.3"
59
+ }
60
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.989.0",
4
+ "version": "3.994.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.9",
27
- "@aws-sdk/credential-provider-node": "^3.972.8",
26
+ "@aws-sdk/core": "^3.973.11",
27
+ "@aws-sdk/credential-provider-node": "^3.972.10",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.9",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.989.0",
34
+ "@aws-sdk/util-endpoints": "3.994.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.7",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.9",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.23.0",
38
+ "@smithy/core": "^3.23.2",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.14",
44
- "@smithy/middleware-retry": "^4.4.31",
43
+ "@smithy/middleware-endpoint": "^4.4.16",
44
+ "@smithy/middleware-retry": "^4.4.33",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
48
  "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.3",
50
+ "@smithy/smithy-client": "^4.11.5",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.30",
57
- "@smithy/util-defaults-mode-node": "^4.2.33",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.32",
57
+ "@smithy/util-defaults-mode-node": "^4.2.35",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.989.0",
4
+ "version": "3.993.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.9",
24
+ "@aws-sdk/core": "^3.973.11",
25
25
  "@aws-sdk/middleware-host-header": "^3.972.3",
26
26
  "@aws-sdk/middleware-logger": "^3.972.3",
27
27
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
28
- "@aws-sdk/middleware-user-agent": "^3.972.9",
28
+ "@aws-sdk/middleware-user-agent": "^3.972.11",
29
29
  "@aws-sdk/region-config-resolver": "^3.972.3",
30
30
  "@aws-sdk/types": "^3.973.1",
31
- "@aws-sdk/util-endpoints": "3.989.0",
31
+ "@aws-sdk/util-endpoints": "3.993.0",
32
32
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
33
- "@aws-sdk/util-user-agent-node": "^3.972.7",
33
+ "@aws-sdk/util-user-agent-node": "^3.972.9",
34
34
  "@smithy/config-resolver": "^4.4.6",
35
- "@smithy/core": "^3.23.0",
35
+ "@smithy/core": "^3.23.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.9",
37
37
  "@smithy/hash-node": "^4.2.8",
38
38
  "@smithy/invalid-dependency": "^4.2.8",
39
39
  "@smithy/middleware-content-length": "^4.2.8",
40
- "@smithy/middleware-endpoint": "^4.4.14",
41
- "@smithy/middleware-retry": "^4.4.31",
40
+ "@smithy/middleware-endpoint": "^4.4.16",
41
+ "@smithy/middleware-retry": "^4.4.33",
42
42
  "@smithy/middleware-serde": "^4.2.9",
43
43
  "@smithy/middleware-stack": "^4.2.8",
44
44
  "@smithy/node-config-provider": "^4.3.8",
45
45
  "@smithy/node-http-handler": "^4.4.10",
46
46
  "@smithy/protocol-http": "^5.3.8",
47
- "@smithy/smithy-client": "^4.11.3",
47
+ "@smithy/smithy-client": "^4.11.5",
48
48
  "@smithy/types": "^4.12.0",
49
49
  "@smithy/url-parser": "^4.2.8",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.30",
54
- "@smithy/util-defaults-mode-node": "^4.2.33",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.32",
54
+ "@smithy/util-defaults-mode-node": "^4.2.35",
55
55
  "@smithy/util-endpoints": "^3.2.8",
56
56
  "@smithy/util-middleware": "^4.2.8",
57
57
  "@smithy/util-retry": "^4.2.8",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.9",
3
+ "version": "3.973.11",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -82,13 +82,13 @@
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "^3.973.1",
85
- "@aws-sdk/xml-builder": "^3.972.4",
86
- "@smithy/core": "^3.23.0",
85
+ "@aws-sdk/xml-builder": "^3.972.5",
86
+ "@smithy/core": "^3.23.2",
87
87
  "@smithy/node-config-provider": "^4.3.8",
88
88
  "@smithy/property-provider": "^4.2.8",
89
89
  "@smithy/protocol-http": "^5.3.8",
90
90
  "@smithy/signature-v4": "^5.3.8",
91
- "@smithy/smithy-client": "^4.11.3",
91
+ "@smithy/smithy-client": "^4.11.5",
92
92
  "@smithy/types": "^4.12.0",
93
93
  "@smithy/util-base64": "^4.3.0",
94
94
  "@smithy/util-middleware": "^4.2.8",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.7",
3
+ "version": "3.972.9",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.9",
29
+ "@aws-sdk/core": "^3.973.11",
30
30
  "@aws-sdk/types": "^3.973.1",
31
31
  "@smithy/property-provider": "^4.2.8",
32
32
  "@smithy/types": "^4.12.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.9",
3
+ "version": "3.972.11",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.9",
31
+ "@aws-sdk/core": "^3.973.11",
32
32
  "@aws-sdk/types": "^3.973.1",
33
33
  "@smithy/fetch-http-handler": "^5.3.9",
34
34
  "@smithy/node-http-handler": "^4.4.10",
35
35
  "@smithy/property-provider": "^4.2.8",
36
36
  "@smithy/protocol-http": "^5.3.8",
37
- "@smithy/smithy-client": "^4.11.3",
37
+ "@smithy/smithy-client": "^4.11.5",
38
38
  "@smithy/types": "^4.12.0",
39
39
  "@smithy/util-stream": "^4.5.12",
40
40
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.7",
3
+ "version": "3.972.9",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.9",
32
- "@aws-sdk/credential-provider-env": "^3.972.7",
33
- "@aws-sdk/credential-provider-http": "^3.972.9",
34
- "@aws-sdk/credential-provider-login": "^3.972.7",
35
- "@aws-sdk/credential-provider-process": "^3.972.7",
36
- "@aws-sdk/credential-provider-sso": "^3.972.7",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.7",
38
- "@aws-sdk/nested-clients": "3.989.0",
31
+ "@aws-sdk/core": "^3.973.11",
32
+ "@aws-sdk/credential-provider-env": "^3.972.9",
33
+ "@aws-sdk/credential-provider-http": "^3.972.11",
34
+ "@aws-sdk/credential-provider-login": "^3.972.9",
35
+ "@aws-sdk/credential-provider-process": "^3.972.9",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.9",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.9",
38
+ "@aws-sdk/nested-clients": "3.993.0",
39
39
  "@aws-sdk/types": "^3.973.1",
40
40
  "@smithy/credential-provider-imds": "^4.2.8",
41
41
  "@smithy/property-provider": "^4.2.8",