@cdklabs/cdk-ecs-codedeploy 0.0.337 → 0.0.339

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 (159) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  10. package/node_modules/@aws-sdk/client-codedeploy/package.json +5 -5
  11. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
  12. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  14. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  15. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  16. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  19. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  20. package/node_modules/@aws-sdk/client-sso-oidc/package.json +4 -4
  21. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
  25. package/node_modules/@aws-sdk/client-sts/package.json +4 -4
  26. package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  28. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  29. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +8 -3
  30. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +6 -1
  31. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -5
  32. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
  33. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +2 -2
  34. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
  35. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +1 -1
  36. package/node_modules/@smithy/abort-controller/package.json +2 -2
  37. package/node_modules/@smithy/config-resolver/package.json +4 -4
  38. package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
  39. package/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
  40. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -2
  41. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +163 -0
  42. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  43. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  44. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  45. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  46. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  47. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  48. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  49. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  50. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  51. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  52. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  53. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  54. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  55. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  56. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  57. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  58. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  59. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  60. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  61. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  62. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  63. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  64. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  65. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  66. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  67. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  68. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  69. package/node_modules/@smithy/core/package.json +15 -8
  70. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  71. package/node_modules/@smithy/core/protocols.js +6 -0
  72. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  73. package/node_modules/@smithy/hash-node/package.json +2 -2
  74. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  75. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  76. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
  77. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  78. package/node_modules/@smithy/middleware-endpoint/package.json +8 -7
  79. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  80. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  81. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  82. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  83. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  84. package/node_modules/@smithy/property-provider/package.json +2 -2
  85. package/node_modules/@smithy/protocol-http/package.json +2 -2
  86. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  87. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  88. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  89. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  90. package/node_modules/@smithy/signature-v4/package.json +4 -4
  91. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -35
  92. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  93. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  94. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  95. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  96. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  97. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  98. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  99. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  100. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  101. package/node_modules/@smithy/smithy-client/package.json +7 -6
  102. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  103. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  104. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  105. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  106. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  107. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  108. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  109. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  110. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  111. package/node_modules/@smithy/types/package.json +1 -1
  112. package/node_modules/@smithy/url-parser/package.json +3 -3
  113. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  114. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  115. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  116. package/node_modules/@smithy/util-middleware/package.json +2 -2
  117. package/node_modules/@smithy/util-retry/package.json +3 -3
  118. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  119. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  120. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  121. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  122. package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -1
  123. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  124. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  125. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  126. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  127. package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
  128. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  129. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  130. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  131. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  132. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
  133. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  134. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  135. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  136. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  137. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
  138. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  139. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  140. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  141. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +230 -0
  142. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  143. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  144. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +138 -0
  145. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  146. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  147. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
  148. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
  149. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  150. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  151. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  152. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
  153. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  154. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  155. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  156. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +62 -0
  157. package/node_modules/@smithy/util-stream/package.json +10 -4
  158. package/node_modules/@smithy/util-waiter/package.json +3 -3
  159. package/package.json +5 -5
@@ -1,67 +1 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- import { resolvedPath } from "@smithy/smithy-client";
3
- export function requestBuilder(input, context) {
4
- return new RequestBuilder(input, context);
5
- }
6
- export class RequestBuilder {
7
- constructor(input, context) {
8
- this.input = input;
9
- this.context = context;
10
- this.query = {};
11
- this.method = "";
12
- this.headers = {};
13
- this.path = "";
14
- this.body = null;
15
- this.hostname = "";
16
- this.resolvePathStack = [];
17
- }
18
- async build() {
19
- const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
20
- this.path = basePath;
21
- for (const resolvePath of this.resolvePathStack) {
22
- resolvePath(this.path);
23
- }
24
- return new HttpRequest({
25
- protocol,
26
- hostname: this.hostname || hostname,
27
- port,
28
- method: this.method,
29
- path: this.path,
30
- query: this.query,
31
- body: this.body,
32
- headers: this.headers,
33
- });
34
- }
35
- hn(hostname) {
36
- this.hostname = hostname;
37
- return this;
38
- }
39
- bp(uriLabel) {
40
- this.resolvePathStack.push((basePath) => {
41
- this.path = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
42
- });
43
- return this;
44
- }
45
- p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
46
- this.resolvePathStack.push((path) => {
47
- this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
48
- });
49
- return this;
50
- }
51
- h(headers) {
52
- this.headers = headers;
53
- return this;
54
- }
55
- q(query) {
56
- this.query = query;
57
- return this;
58
- }
59
- b(body) {
60
- this.body = body;
61
- return this;
62
- }
63
- m(method) {
64
- this.method = method;
65
- return this;
66
- }
67
- }
1
+ export { requestBuilder } from "@smithy/core/protocols";
@@ -0,0 +1,11 @@
1
+ export function setFeature(context, feature, value) {
2
+ if (!context.__smithy_context) {
3
+ context.__smithy_context = {
4
+ features: {},
5
+ };
6
+ }
7
+ else if (!context.__smithy_context.features) {
8
+ context.__smithy_context.features = {};
9
+ }
10
+ context.__smithy_context.features[feature] = value;
11
+ }
@@ -1,5 +1,5 @@
1
+ import { collectBody } from "@smithy/core/protocols";
1
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
- import { collectBody } from "@smithy/smithy-client";
3
3
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
4
4
  import { cbor } from "./cbor";
5
5
  export const parseCborBody = (streamBody, context) => {
@@ -0,0 +1,11 @@
1
+ import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
2
+ export const collectBody = async (streamBody = new Uint8Array(), context) => {
3
+ if (streamBody instanceof Uint8Array) {
4
+ return Uint8ArrayBlobAdapter.mutate(streamBody);
5
+ }
6
+ if (!streamBody) {
7
+ return Uint8ArrayBlobAdapter.mutate(new Uint8Array());
8
+ }
9
+ const fromContext = context.streamCollector(streamBody);
10
+ return Uint8ArrayBlobAdapter.mutate(await fromContext);
11
+ };
@@ -0,0 +1,5 @@
1
+ export function extendedEncodeURIComponent(str) {
2
+ return encodeURIComponent(str).replace(/[!'()*]/g, function (c) {
3
+ return "%" + c.charCodeAt(0).toString(16).toUpperCase();
4
+ });
5
+ }
@@ -0,0 +1,4 @@
1
+ export * from "./collect-stream-body";
2
+ export * from "./extended-encode-uri-component";
3
+ export * from "./requestBuilder";
4
+ export * from "./resolve-path";
@@ -0,0 +1,67 @@
1
+ import { resolvedPath } from "@smithy/core/protocols";
2
+ import { HttpRequest } from "@smithy/protocol-http";
3
+ export function requestBuilder(input, context) {
4
+ return new RequestBuilder(input, context);
5
+ }
6
+ export class RequestBuilder {
7
+ constructor(input, context) {
8
+ this.input = input;
9
+ this.context = context;
10
+ this.query = {};
11
+ this.method = "";
12
+ this.headers = {};
13
+ this.path = "";
14
+ this.body = null;
15
+ this.hostname = "";
16
+ this.resolvePathStack = [];
17
+ }
18
+ async build() {
19
+ const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
20
+ this.path = basePath;
21
+ for (const resolvePath of this.resolvePathStack) {
22
+ resolvePath(this.path);
23
+ }
24
+ return new HttpRequest({
25
+ protocol,
26
+ hostname: this.hostname || hostname,
27
+ port,
28
+ method: this.method,
29
+ path: this.path,
30
+ query: this.query,
31
+ body: this.body,
32
+ headers: this.headers,
33
+ });
34
+ }
35
+ hn(hostname) {
36
+ this.hostname = hostname;
37
+ return this;
38
+ }
39
+ bp(uriLabel) {
40
+ this.resolvePathStack.push((basePath) => {
41
+ this.path = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
42
+ });
43
+ return this;
44
+ }
45
+ p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
46
+ this.resolvePathStack.push((path) => {
47
+ this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
48
+ });
49
+ return this;
50
+ }
51
+ h(headers) {
52
+ this.headers = headers;
53
+ return this;
54
+ }
55
+ q(query) {
56
+ this.query = query;
57
+ return this;
58
+ }
59
+ b(body) {
60
+ this.body = body;
61
+ return this;
62
+ }
63
+ m(method) {
64
+ this.method = method;
65
+ return this;
66
+ }
67
+ }
@@ -0,0 +1,19 @@
1
+ import { extendedEncodeURIComponent } from "./extended-encode-uri-component";
2
+ export const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
3
+ if (input != null && input[memberName] !== undefined) {
4
+ const labelValue = labelValueProvider();
5
+ if (labelValue.length <= 0) {
6
+ throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
7
+ }
8
+ resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
9
+ ? labelValue
10
+ .split("/")
11
+ .map((segment) => extendedEncodeURIComponent(segment))
12
+ .join("/")
13
+ : extendedEncodeURIComponent(labelValue));
14
+ }
15
+ else {
16
+ throw new Error("No value provided for input HTTP label: " + memberName + ".");
17
+ }
18
+ return resolvedPath;
19
+ };
@@ -1,7 +1,8 @@
1
+ export * from "./getSmithyContext";
1
2
  export * from "./middleware-http-auth-scheme";
2
3
  export * from "./middleware-http-signing";
3
- export * from "./util-identity-and-auth";
4
- export * from "./getSmithyContext";
5
4
  export * from "./normalizeProvider";
6
- export * from "./protocols/requestBuilder";
7
5
  export { createPaginator } from "./pagination/createPaginator";
6
+ export * from "./protocols/requestBuilder";
7
+ export * from "./setFeature";
8
+ export * from "./util-identity-and-auth";
@@ -1,51 +1,5 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- import type { SerdeContext } from "@smithy/types";
3
1
  /**
4
2
  * @internal
5
- * used in code-generated serde.
3
+ * Backwards compatibility re-export.
6
4
  */
7
- export declare function requestBuilder(input: any, context: SerdeContext): RequestBuilder;
8
- /**
9
- * @internal
10
- */
11
- export declare class RequestBuilder {
12
- private input;
13
- private context;
14
- private query;
15
- private method;
16
- private headers;
17
- private path;
18
- private body;
19
- private hostname;
20
- private resolvePathStack;
21
- constructor(input: any, context: SerdeContext);
22
- build(): Promise<HttpRequest>;
23
- /**
24
- * Brevity setter for "hostname".
25
- */
26
- hn(hostname: string): this;
27
- /**
28
- * Brevity initial builder for "basepath".
29
- */
30
- bp(uriLabel: string): this;
31
- /**
32
- * Brevity incremental builder for "path".
33
- */
34
- p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
35
- /**
36
- * Brevity setter for "headers".
37
- */
38
- h(headers: Record<string, string>): this;
39
- /**
40
- * Brevity setter for "query".
41
- */
42
- q(query: Record<string, string>): this;
43
- /**
44
- * Brevity setter for "body".
45
- */
46
- b(body: any): this;
47
- /**
48
- * Brevity setter for "method".
49
- */
50
- m(method: string): this;
51
- }
5
+ export { requestBuilder } from "@smithy/core/protocols";
@@ -0,0 +1,12 @@
1
+ import type { HandlerExecutionContext, SmithyFeatures } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ * Indicates to the request context that a given feature is active.
5
+ *
6
+ * @param context - handler execution context.
7
+ * @param feature - readable name of feature.
8
+ * @param value - encoding value of feature. This is required because the
9
+ * specification asks the library not to include a runtime lookup of all
10
+ * the feature identifiers.
11
+ */
12
+ export declare function setFeature<F extends keyof SmithyFeatures>(context: HandlerExecutionContext, feature: F, value: SmithyFeatures[F]): void;
@@ -0,0 +1,10 @@
1
+ import { SerdeContext } from "@smithy/types";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
3
+ /**
4
+ * @internal
5
+ *
6
+ * Collect low-level response body stream to Uint8Array.
7
+ */
8
+ export declare const collectBody: (streamBody: any, context: {
9
+ streamCollector: SerdeContext["streamCollector"];
10
+ }) => Promise<Uint8ArrayBlobAdapter>;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @internal
3
+ *
4
+ * Function that wraps encodeURIComponent to encode additional characters
5
+ * to fully adhere to RFC 3986.
6
+ */
7
+ export declare function extendedEncodeURIComponent(str: string): string;
@@ -0,0 +1,4 @@
1
+ export * from "./collect-stream-body";
2
+ export * from "./extended-encode-uri-component";
3
+ export * from "./requestBuilder";
4
+ export * from "./resolve-path";
@@ -0,0 +1,51 @@
1
+ import { HttpRequest } from "@smithy/protocol-http";
2
+ import type { SerdeContext } from "@smithy/types";
3
+ /**
4
+ * @internal
5
+ * used in code-generated serde.
6
+ */
7
+ export declare function requestBuilder(input: any, context: SerdeContext): RequestBuilder;
8
+ /**
9
+ * @internal
10
+ */
11
+ export declare class RequestBuilder {
12
+ private input;
13
+ private context;
14
+ private query;
15
+ private method;
16
+ private headers;
17
+ private path;
18
+ private body;
19
+ private hostname;
20
+ private resolvePathStack;
21
+ constructor(input: any, context: SerdeContext);
22
+ build(): Promise<HttpRequest>;
23
+ /**
24
+ * Brevity setter for "hostname".
25
+ */
26
+ hn(hostname: string): this;
27
+ /**
28
+ * Brevity initial builder for "basepath".
29
+ */
30
+ bp(uriLabel: string): this;
31
+ /**
32
+ * Brevity incremental builder for "path".
33
+ */
34
+ p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
35
+ /**
36
+ * Brevity setter for "headers".
37
+ */
38
+ h(headers: Record<string, string>): this;
39
+ /**
40
+ * Brevity setter for "query".
41
+ */
42
+ q(query: Record<string, string>): this;
43
+ /**
44
+ * Brevity setter for "body".
45
+ */
46
+ b(body: any): this;
47
+ /**
48
+ * Brevity setter for "method".
49
+ */
50
+ m(method: string): this;
51
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string;
@@ -1,7 +1,8 @@
1
+ export * from "./getSmithyContext";
1
2
  export * from "./middleware-http-auth-scheme";
2
3
  export * from "./middleware-http-signing";
3
- export * from "./util-identity-and-auth";
4
- export * from "./getSmithyContext";
5
4
  export * from "./normalizeProvider";
6
- export * from "./protocols/requestBuilder";
7
5
  export { createPaginator } from "./pagination/createPaginator";
6
+ export * from "./protocols/requestBuilder";
7
+ export * from "./setFeature";
8
+ export * from "./util-identity-and-auth";
@@ -1,51 +1,5 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- import { SerdeContext } from "@smithy/types";
3
1
  /**
4
2
  * @internal
5
- * used in code-generated serde.
3
+ * Backwards compatibility re-export.
6
4
  */
7
- export declare function requestBuilder(input: any, context: SerdeContext): RequestBuilder;
8
- /**
9
- * @internal
10
- */
11
- export declare class RequestBuilder {
12
- private input;
13
- private context;
14
- private query;
15
- private method;
16
- private headers;
17
- private path;
18
- private body;
19
- private hostname;
20
- private resolvePathStack;
21
- constructor(input: any, context: SerdeContext);
22
- build(): Promise<HttpRequest>;
23
- /**
24
- * Brevity setter for "hostname".
25
- */
26
- hn(hostname: string): this;
27
- /**
28
- * Brevity initial builder for "basepath".
29
- */
30
- bp(uriLabel: string): this;
31
- /**
32
- * Brevity incremental builder for "path".
33
- */
34
- p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
35
- /**
36
- * Brevity setter for "headers".
37
- */
38
- h(headers: Record<string, string>): this;
39
- /**
40
- * Brevity setter for "query".
41
- */
42
- q(query: Record<string, string>): this;
43
- /**
44
- * Brevity setter for "body".
45
- */
46
- b(body: any): this;
47
- /**
48
- * Brevity setter for "method".
49
- */
50
- m(method: string): this;
51
- }
5
+ export { requestBuilder } from "@smithy/core/protocols";
@@ -0,0 +1,12 @@
1
+ import { HandlerExecutionContext, SmithyFeatures } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ * Indicates to the request context that a given feature is active.
5
+ *
6
+ * @param context - handler execution context.
7
+ * @param feature - readable name of feature.
8
+ * @param value - encoding value of feature. This is required because the
9
+ * specification asks the library not to include a runtime lookup of all
10
+ * the feature identifiers.
11
+ */
12
+ export declare function setFeature<F extends keyof SmithyFeatures>(context: HandlerExecutionContext, feature: F, value: SmithyFeatures[F]): void;
@@ -0,0 +1,10 @@
1
+ import { SerdeContext } from "@smithy/types";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
3
+ /**
4
+ * @internal
5
+ *
6
+ * Collect low-level response body stream to Uint8Array.
7
+ */
8
+ export declare const collectBody: (streamBody: any, context: {
9
+ streamCollector: SerdeContext["streamCollector"];
10
+ }) => Promise<Uint8ArrayBlobAdapter>;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @internal
3
+ *
4
+ * Function that wraps encodeURIComponent to encode additional characters
5
+ * to fully adhere to RFC 3986.
6
+ */
7
+ export declare function extendedEncodeURIComponent(str: string): string;
@@ -0,0 +1,4 @@
1
+ export * from "./collect-stream-body";
2
+ export * from "./extended-encode-uri-component";
3
+ export * from "./requestBuilder";
4
+ export * from "./resolve-path";
@@ -0,0 +1,51 @@
1
+ import { HttpRequest } from "@smithy/protocol-http";
2
+ import { SerdeContext } from "@smithy/types";
3
+ /**
4
+ * @internal
5
+ * used in code-generated serde.
6
+ */
7
+ export declare function requestBuilder(input: any, context: SerdeContext): RequestBuilder;
8
+ /**
9
+ * @internal
10
+ */
11
+ export declare class RequestBuilder {
12
+ private input;
13
+ private context;
14
+ private query;
15
+ private method;
16
+ private headers;
17
+ private path;
18
+ private body;
19
+ private hostname;
20
+ private resolvePathStack;
21
+ constructor(input: any, context: SerdeContext);
22
+ build(): Promise<HttpRequest>;
23
+ /**
24
+ * Brevity setter for "hostname".
25
+ */
26
+ hn(hostname: string): this;
27
+ /**
28
+ * Brevity initial builder for "basepath".
29
+ */
30
+ bp(uriLabel: string): this;
31
+ /**
32
+ * Brevity incremental builder for "path".
33
+ */
34
+ p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
35
+ /**
36
+ * Brevity setter for "headers".
37
+ */
38
+ h(headers: Record<string, string>): this;
39
+ /**
40
+ * Brevity setter for "query".
41
+ */
42
+ q(query: Record<string, string>): this;
43
+ /**
44
+ * Brevity setter for "body".
45
+ */
46
+ b(body: any): this;
47
+ /**
48
+ * Brevity setter for "method".
49
+ */
50
+ m(method: string): this;
51
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "2.4.8",
3
+ "version": "2.5.1",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -37,6 +37,13 @@
37
37
  "import": "./dist-es/submodules/cbor/index.js",
38
38
  "require": "./dist-cjs/submodules/cbor/index.js",
39
39
  "types": "./dist-types/submodules/cbor/index.d.ts"
40
+ },
41
+ "./protocols": {
42
+ "module": "./dist-es/submodules/protocols/index.js",
43
+ "node": "./dist-cjs/submodules/protocols/index.js",
44
+ "import": "./dist-es/submodules/protocols/index.js",
45
+ "require": "./dist-cjs/submodules/protocols/index.js",
46
+ "types": "./dist-types/submodules/protocols/index.d.ts"
40
47
  }
41
48
  },
42
49
  "author": {
@@ -46,14 +53,12 @@
46
53
  },
47
54
  "license": "Apache-2.0",
48
55
  "dependencies": {
49
- "@smithy/middleware-endpoint": "^3.1.4",
50
- "@smithy/middleware-retry": "^3.0.23",
51
- "@smithy/middleware-serde": "^3.0.7",
52
- "@smithy/protocol-http": "^4.1.4",
53
- "@smithy/smithy-client": "^3.4.0",
54
- "@smithy/types": "^3.5.0",
56
+ "@smithy/middleware-serde": "^3.0.8",
57
+ "@smithy/protocol-http": "^4.1.5",
58
+ "@smithy/types": "^3.6.0",
55
59
  "@smithy/util-body-length-browser": "^3.0.0",
56
- "@smithy/util-middleware": "^3.0.7",
60
+ "@smithy/util-middleware": "^3.0.8",
61
+ "@smithy/util-stream": "^3.2.1",
57
62
  "@smithy/util-utf8": "^3.0.0",
58
63
  "tslib": "^2.6.2"
59
64
  },
@@ -70,6 +75,8 @@
70
75
  "files": [
71
76
  "./cbor.d.ts",
72
77
  "./cbor.js",
78
+ "./protocols.d.ts",
79
+ "./protocols.js",
73
80
  "dist-*/**"
74
81
  ],
75
82
  "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core",
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@smithy/core/protocols" {
6
+ export * from "@smithy/core/dist-types/submodules/protocols/index.d";
7
+ }
@@ -0,0 +1,6 @@
1
+
2
+ /**
3
+ * Do not edit:
4
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
5
+ */
6
+ module.exports = require("./dist-cjs/submodules/protocols/index.js");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/node-config-provider": "^3.1.8",
30
- "@smithy/property-provider": "^3.1.7",
31
- "@smithy/types": "^3.5.0",
32
- "@smithy/url-parser": "^3.0.7",
29
+ "@smithy/node-config-provider": "^3.1.9",
30
+ "@smithy/property-provider": "^3.1.8",
31
+ "@smithy/types": "^3.6.0",
32
+ "@smithy/url-parser": "^3.0.8",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-node",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-node",
@@ -30,7 +30,7 @@
30
30
  "typedoc": "0.23.23"
31
31
  },
32
32
  "dependencies": {
33
- "@smithy/types": "^3.5.0",
33
+ "@smithy/types": "^3.6.0",
34
34
  "@smithy/util-buffer-from": "^3.0.0",
35
35
  "@smithy/util-utf8": "^3.0.0",
36
36
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/invalid-dependency",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline invalid-dependency",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^3.5.0",
25
+ "@smithy/types": "^3.6.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "typesVersions": {