@rio-cloud/cdk-v2-constructs 7.14.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/.jsii +43 -45
  2. package/lib/contributions/cop-frontend/cloudfront/rio-cloudfront-distribution.d.ts +2 -14
  3. package/lib/contributions/cop-frontend/cloudfront/rio-cloudfront-distribution.js +18 -32
  4. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +344 -272
  5. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +356 -284
  6. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +344 -272
  7. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +344 -272
  8. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +344 -272
  9. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +344 -272
  10. package/node_modules/@aws-sdk/client-cloudformation/package.json +12 -12
  11. package/node_modules/@aws-sdk/client-codedeploy/package.json +12 -12
  12. package/node_modules/@aws-sdk/client-ecs/package.json +12 -12
  13. package/node_modules/@aws-sdk/client-organizations/package.json +12 -12
  14. package/node_modules/@aws-sdk/client-secrets-manager/package.json +12 -12
  15. package/node_modules/@aws-sdk/client-ssm/package.json +12 -12
  16. package/node_modules/@aws-sdk/core/dist-cjs/index.js +54 -21
  17. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  23. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  28. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  29. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  30. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  31. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  35. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  36. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  37. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  39. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  40. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  41. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  42. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  44. package/node_modules/@aws-sdk/core/package.json +3 -3
  45. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  47. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  48. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  49. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  50. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  51. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  52. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  53. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  54. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  55. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
  56. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  57. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  58. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  59. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  60. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -49
  61. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -11
  62. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -6
  63. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -6
  64. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -12
  65. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -6
  66. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -9
  67. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -4
  68. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  69. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  70. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  71. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  72. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  73. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  74. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  75. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  76. package/node_modules/@smithy/config-resolver/package.json +1 -1
  77. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  78. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
  79. package/node_modules/@smithy/middleware-endpoint/package.json +1 -1
  80. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  81. package/node_modules/@smithy/smithy-client/package.json +2 -2
  82. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  83. package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
  84. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  85. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  86. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  87. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  88. package/node_modules/fast-xml-parser/lib/fxp.d.cts +20 -12
  89. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  90. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  91. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  92. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  93. package/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  94. package/node_modules/fast-xml-parser/package.json +3 -3
  95. package/node_modules/fast-xml-parser/src/fxp.d.ts +13 -11
  96. package/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  97. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +26 -17
  98. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +6 -6
  99. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +22 -16
  100. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
  101. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +10 -11
  102. package/node_modules/path-expression-matcher/README.md +98 -13
  103. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  104. package/node_modules/path-expression-matcher/lib/pem.d.cts +188 -0
  105. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  106. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  107. package/node_modules/path-expression-matcher/package.json +2 -2
  108. package/node_modules/path-expression-matcher/src/Matcher.js +84 -0
  109. package/node_modules/path-expression-matcher/src/index.d.ts +152 -0
  110. package/package.json +11 -7
  111. package/version.json +1 -1
@@ -11,6 +11,7 @@ type ErrorMetadataBearer = MetadataBearer & {
11
11
  };
12
12
  export declare class ProtocolLib {
13
13
  private queryCompat;
14
+ private errorRegistry?;
14
15
  constructor(queryCompat?: boolean);
15
16
  resolveRestContentType(
16
17
  defaultContentType: string,
@@ -30,6 +31,11 @@ export declare class ProtocolLib {
30
31
  errorSchema: StaticErrorSchema;
31
32
  errorMetadata: ErrorMetadataBearer;
32
33
  }>;
34
+ compose(
35
+ composite: TypeRegistry,
36
+ errorIdentifier: string,
37
+ defaultNamespace: string
38
+ ): void;
33
39
  decorateServiceException<E extends SDKBaseServiceException>(
34
40
  exception: E,
35
41
  additions?: Record<string, any>
@@ -1,4 +1,5 @@
1
1
  import { SmithyRpcV2CborProtocol } from "@smithy/core/cbor";
2
+ import { TypeRegistry } from "@smithy/core/schema";
2
3
  import {
3
4
  EndpointBearer,
4
5
  HandlerExecutionContext,
@@ -13,9 +14,11 @@ export declare class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol
13
14
  private readonly mixin;
14
15
  constructor({
15
16
  defaultNamespace,
17
+ errorTypeRegistries,
16
18
  awsQueryCompatible,
17
19
  }: {
18
20
  defaultNamespace: string;
21
+ errorTypeRegistries?: TypeRegistry[];
19
22
  awsQueryCompatible?: boolean;
20
23
  });
21
24
  serializeRequest<Input extends object>(
@@ -1,13 +1,16 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
2
3
  import { JsonCodec } from "./JsonCodec";
3
4
  export declare class AwsJson1_0Protocol extends AwsJsonRpcProtocol {
4
5
  constructor({
5
6
  defaultNamespace,
7
+ errorTypeRegistries,
6
8
  serviceTarget,
7
9
  awsQueryCompatible,
8
10
  jsonCodec,
9
11
  }: {
10
12
  defaultNamespace: string;
13
+ errorTypeRegistries?: TypeRegistry[];
11
14
  serviceTarget: string;
12
15
  awsQueryCompatible?: boolean;
13
16
  jsonCodec?: JsonCodec;
@@ -1,13 +1,16 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
2
3
  import { JsonCodec } from "./JsonCodec";
3
4
  export declare class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
4
5
  constructor({
5
6
  defaultNamespace,
7
+ errorTypeRegistries,
6
8
  serviceTarget,
7
9
  awsQueryCompatible,
8
10
  jsonCodec,
9
11
  }: {
10
12
  defaultNamespace: string;
13
+ errorTypeRegistries?: TypeRegistry[];
11
14
  serviceTarget: string;
12
15
  awsQueryCompatible?: boolean;
13
16
  jsonCodec?: JsonCodec;
@@ -1,4 +1,5 @@
1
1
  import { RpcProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
2
3
  import {
3
4
  EndpointBearer,
4
5
  HandlerExecutionContext,
@@ -20,11 +21,13 @@ export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
20
21
  private readonly awsQueryCompatible;
21
22
  protected constructor({
22
23
  defaultNamespace,
24
+ errorTypeRegistries,
23
25
  serviceTarget,
24
26
  awsQueryCompatible,
25
27
  jsonCodec,
26
28
  }: {
27
29
  defaultNamespace: string;
30
+ errorTypeRegistries?: TypeRegistry[];
28
31
  serviceTarget: string;
29
32
  awsQueryCompatible?: boolean;
30
33
  jsonCodec?: JsonCodec;
@@ -1,4 +1,5 @@
1
1
  import { HttpBindingProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
2
3
  import {
3
4
  EndpointBearer,
4
5
  HandlerExecutionContext,
@@ -17,7 +18,13 @@ export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
17
18
  protected deserializer: ShapeDeserializer<string | Uint8Array>;
18
19
  private readonly codec;
19
20
  private readonly mixin;
20
- constructor({ defaultNamespace }: { defaultNamespace: string });
21
+ constructor({
22
+ defaultNamespace,
23
+ errorTypeRegistries,
24
+ }: {
25
+ defaultNamespace: string;
26
+ errorTypeRegistries?: TypeRegistry[];
27
+ });
21
28
  getShapeId(): string;
22
29
  getPayloadCodec(): JsonCodec;
23
30
  setSerdeContext(serdeContext: SerdeFunctions): void;
@@ -1,14 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import { AwsQueryProtocol } from "./AwsQueryProtocol";
2
3
  export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
3
4
  options: {
4
5
  defaultNamespace: string;
5
6
  xmlNamespace: string;
6
7
  version: string;
8
+ errorTypeRegistries?: TypeRegistry[];
7
9
  };
8
10
  constructor(options: {
9
11
  defaultNamespace: string;
10
12
  xmlNamespace: string;
11
13
  version: string;
14
+ errorTypeRegistries?: TypeRegistry[];
12
15
  });
13
16
  getShapeId(): string;
14
17
  protected useNestedResult(): boolean;
@@ -1,4 +1,5 @@
1
1
  import { RpcProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
2
3
  import {
3
4
  Codec,
4
5
  EndpointBearer,
@@ -17,6 +18,7 @@ export declare class AwsQueryProtocol extends RpcProtocol {
17
18
  defaultNamespace: string;
18
19
  xmlNamespace: string;
19
20
  version: string;
21
+ errorTypeRegistries?: TypeRegistry[];
20
22
  };
21
23
  protected serializer: QueryShapeSerializer;
22
24
  protected deserializer: XmlShapeDeserializer;
@@ -25,6 +27,7 @@ export declare class AwsQueryProtocol extends RpcProtocol {
25
27
  defaultNamespace: string;
26
28
  xmlNamespace: string;
27
29
  version: string;
30
+ errorTypeRegistries?: TypeRegistry[];
28
31
  });
29
32
  getShapeId(): string;
30
33
  setSerdeContext(serdeContext: SerdeFunctions): void;
@@ -1,4 +1,5 @@
1
1
  import { HttpBindingProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
2
3
  import {
3
4
  EndpointBearer,
4
5
  HandlerExecutionContext,
@@ -17,7 +18,11 @@ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
17
18
  protected serializer: ShapeSerializer<string | Uint8Array>;
18
19
  protected deserializer: ShapeDeserializer<string | Uint8Array>;
19
20
  private readonly mixin;
20
- constructor(options: { defaultNamespace: string; xmlNamespace: string });
21
+ constructor(options: {
22
+ defaultNamespace: string;
23
+ xmlNamespace: string;
24
+ errorTypeRegistries?: TypeRegistry[];
25
+ });
21
26
  getPayloadCodec(): XmlCodec;
22
27
  getShapeId(): string;
23
28
  serializeRequest<Input extends object>(
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.21",
3
+ "version": "3.973.24",
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.6",
85
- "@aws-sdk/xml-builder": "^3.972.12",
85
+ "@aws-sdk/xml-builder": "^3.972.15",
86
86
  "@smithy/core": "^3.23.12",
87
87
  "@smithy/node-config-provider": "^4.3.12",
88
88
  "@smithy/property-provider": "^4.2.12",
89
89
  "@smithy/protocol-http": "^5.3.12",
90
90
  "@smithy/signature-v4": "^5.3.12",
91
- "@smithy/smithy-client": "^4.12.6",
91
+ "@smithy/smithy-client": "^4.12.7",
92
92
  "@smithy/types": "^4.13.1",
93
93
  "@smithy/util-base64": "^4.3.2",
94
94
  "@smithy/util-middleware": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.19",
3
+ "version": "3.972.22",
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.21",
29
+ "@aws-sdk/core": "^3.973.24",
30
30
  "@aws-sdk/types": "^3.973.6",
31
31
  "@smithy/property-provider": "^4.2.12",
32
32
  "@smithy/types": "^4.13.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.21",
3
+ "version": "3.972.24",
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.21",
31
+ "@aws-sdk/core": "^3.973.24",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@smithy/fetch-http-handler": "^5.3.15",
34
34
  "@smithy/node-http-handler": "^4.5.0",
35
35
  "@smithy/property-provider": "^4.2.12",
36
36
  "@smithy/protocol-http": "^5.3.12",
37
- "@smithy/smithy-client": "^4.12.6",
37
+ "@smithy/smithy-client": "^4.12.7",
38
38
  "@smithy/types": "^4.13.1",
39
39
  "@smithy/util-stream": "^4.5.20",
40
40
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.21",
3
+ "version": "3.972.24",
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.21",
32
- "@aws-sdk/credential-provider-env": "^3.972.19",
33
- "@aws-sdk/credential-provider-http": "^3.972.21",
34
- "@aws-sdk/credential-provider-login": "^3.972.21",
35
- "@aws-sdk/credential-provider-process": "^3.972.19",
36
- "@aws-sdk/credential-provider-sso": "^3.972.21",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.21",
38
- "@aws-sdk/nested-clients": "^3.996.11",
31
+ "@aws-sdk/core": "^3.973.24",
32
+ "@aws-sdk/credential-provider-env": "^3.972.22",
33
+ "@aws-sdk/credential-provider-http": "^3.972.24",
34
+ "@aws-sdk/credential-provider-login": "^3.972.24",
35
+ "@aws-sdk/credential-provider-process": "^3.972.22",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.24",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.24",
38
+ "@aws-sdk/nested-clients": "^3.996.14",
39
39
  "@aws-sdk/types": "^3.973.6",
40
40
  "@smithy/credential-provider-imds": "^4.2.12",
41
41
  "@smithy/property-provider": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.21",
3
+ "version": "3.972.24",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.21",
32
- "@aws-sdk/nested-clients": "^3.996.11",
31
+ "@aws-sdk/core": "^3.973.24",
32
+ "@aws-sdk/nested-clients": "^3.996.14",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@smithy/property-provider": "^4.2.12",
35
35
  "@smithy/protocol-http": "^5.3.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.22",
3
+ "version": "3.972.25",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.19",
35
- "@aws-sdk/credential-provider-http": "^3.972.21",
36
- "@aws-sdk/credential-provider-ini": "^3.972.21",
37
- "@aws-sdk/credential-provider-process": "^3.972.19",
38
- "@aws-sdk/credential-provider-sso": "^3.972.21",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.21",
34
+ "@aws-sdk/credential-provider-env": "^3.972.22",
35
+ "@aws-sdk/credential-provider-http": "^3.972.24",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.24",
37
+ "@aws-sdk/credential-provider-process": "^3.972.22",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.24",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.24",
40
40
  "@aws-sdk/types": "^3.973.6",
41
41
  "@smithy/credential-provider-imds": "^4.2.12",
42
42
  "@smithy/property-provider": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.19",
3
+ "version": "3.972.22",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
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.21",
29
+ "@aws-sdk/core": "^3.973.24",
30
30
  "@aws-sdk/types": "^3.973.6",
31
31
  "@smithy/property-provider": "^4.2.12",
32
32
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.21",
3
+ "version": "3.972.24",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.21",
30
- "@aws-sdk/nested-clients": "^3.996.11",
31
- "@aws-sdk/token-providers": "3.1012.0",
29
+ "@aws-sdk/core": "^3.973.24",
30
+ "@aws-sdk/nested-clients": "^3.996.14",
31
+ "@aws-sdk/token-providers": "3.1015.0",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@smithy/property-provider": "^4.2.12",
34
34
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.21",
3
+ "version": "3.972.24",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.21",
38
- "@aws-sdk/nested-clients": "^3.996.11",
37
+ "@aws-sdk/core": "^3.973.24",
38
+ "@aws-sdk/nested-clients": "^3.996.14",
39
39
  "@aws-sdk/types": "^3.973.6",
40
40
  "@smithy/property-provider": "^4.2.12",
41
41
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.22",
3
+ "version": "3.972.25",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.21",
28
+ "@aws-sdk/core": "^3.973.24",
29
29
  "@aws-sdk/types": "^3.973.6",
30
30
  "@aws-sdk/util-endpoints": "^3.996.5",
31
31
  "@smithy/core": "^3.23.12",
@@ -1,6 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand";
3
+ import { GetCredentialsForIdentityCommand } from "./commands/GetCredentialsForIdentityCommand";
4
4
  import { GetIdCommand } from "./commands/GetIdCommand";
5
5
  const commands = {
6
6
  GetCredentialsForIdentityCommand,
@@ -1,7 +1,7 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
- import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
3
+ import type { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
+ import type { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
5
5
  export interface CognitoIdentity {
6
6
  /**
7
7
  * @see {@link GetCredentialsForIdentityCommand}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.11",
3
+ "version": "3.996.14",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,37 +29,37 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/core": "^3.973.24",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.8",
34
34
  "@aws-sdk/middleware-logger": "^3.972.8",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
36
- "@aws-sdk/middleware-user-agent": "^3.972.22",
37
- "@aws-sdk/region-config-resolver": "^3.972.8",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.25",
37
+ "@aws-sdk/region-config-resolver": "^3.972.9",
38
38
  "@aws-sdk/types": "^3.973.6",
39
39
  "@aws-sdk/util-endpoints": "^3.996.5",
40
40
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
- "@aws-sdk/util-user-agent-node": "^3.973.8",
42
- "@smithy/config-resolver": "^4.4.11",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.11",
42
+ "@smithy/config-resolver": "^4.4.13",
43
43
  "@smithy/core": "^3.23.12",
44
44
  "@smithy/fetch-http-handler": "^5.3.15",
45
45
  "@smithy/hash-node": "^4.2.12",
46
46
  "@smithy/invalid-dependency": "^4.2.12",
47
47
  "@smithy/middleware-content-length": "^4.2.12",
48
- "@smithy/middleware-endpoint": "^4.4.26",
49
- "@smithy/middleware-retry": "^4.4.43",
48
+ "@smithy/middleware-endpoint": "^4.4.27",
49
+ "@smithy/middleware-retry": "^4.4.44",
50
50
  "@smithy/middleware-serde": "^4.2.15",
51
51
  "@smithy/middleware-stack": "^4.2.12",
52
52
  "@smithy/node-config-provider": "^4.3.12",
53
53
  "@smithy/node-http-handler": "^4.5.0",
54
54
  "@smithy/protocol-http": "^5.3.12",
55
- "@smithy/smithy-client": "^4.12.6",
55
+ "@smithy/smithy-client": "^4.12.7",
56
56
  "@smithy/types": "^4.13.1",
57
57
  "@smithy/url-parser": "^4.2.12",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.42",
62
- "@smithy/util-defaults-mode-node": "^4.2.45",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.43",
62
+ "@smithy/util-defaults-mode-node": "^4.2.47",
63
63
  "@smithy/util-endpoints": "^3.3.3",
64
64
  "@smithy/util-middleware": "^4.2.12",
65
65
  "@smithy/util-retry": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.8",
3
+ "version": "3.972.9",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "@aws-sdk/types": "^3.973.6",
27
- "@smithy/config-resolver": "^4.4.11",
27
+ "@smithy/config-resolver": "^4.4.13",
28
28
  "@smithy/node-config-provider": "^4.3.12",
29
29
  "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1012.0",
3
+ "version": "3.1015.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.21",
33
- "@aws-sdk/nested-clients": "^3.996.11",
32
+ "@aws-sdk/core": "^3.973.24",
33
+ "@aws-sdk/nested-clients": "^3.996.14",
34
34
  "@aws-sdk/types": "^3.973.6",
35
35
  "@smithy/property-provider": "^4.2.12",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.8",
3
+ "version": "3.973.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.22",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.25",
28
28
  "@aws-sdk/types": "^3.973.6",
29
29
  "@smithy/node-config-provider": "^4.3.12",
30
30
  "@smithy/types": "^4.13.1",
@@ -1,49 +1,29 @@
1
- import { Stringable } from "./stringable";
2
- /**
3
- * @internal
4
- *
5
- * Represents an XML node.
6
- */
7
- export declare class XmlNode {
8
- private name;
9
- readonly children: Stringable[];
10
- private attributes;
11
- static of(name: string, childText?: string, withName?: string): XmlNode;
12
- constructor(name: string, children?: Stringable[]);
13
- withName(name: string): XmlNode;
14
- addAttribute(name: string, value: any): XmlNode;
15
- addChildNode(child: Stringable): XmlNode;
16
- removeAttribute(name: string): XmlNode;
17
- /**
18
- * @internal
19
- * Alias of {@link XmlNode#withName(string)} for codegen brevity.
20
- */
21
- n(name: string): XmlNode;
22
- /**
23
- * @internal
24
- * Alias of {@link XmlNode#addChildNode(string)} for codegen brevity.
25
- */
26
- c(child: Stringable): XmlNode;
27
- /**
28
- * @internal
29
- * Checked version of {@link XmlNode#addAttribute(string)} for codegen brevity.
30
- */
31
- a(name: string, value: any): XmlNode;
32
- /**
33
- * Create a child node.
34
- * Used in serialization of string fields.
35
- * @internal
36
- */
37
- cc(input: any, field: string, withName?: string): void;
38
- /**
39
- * Creates list child nodes.
40
- * @internal
41
- */
42
- l(input: any, listName: string, memberName: string, valueProvider: Function): void;
43
- /**
44
- * Creates list child nodes with container.
45
- * @internal
46
- */
47
- lc(input: any, listName: string, memberName: string, valueProvider: Function): void;
48
- toString(): string;
49
- }
1
+ import { Stringable } from "./stringable";
2
+ export declare class XmlNode {
3
+ private name;
4
+ readonly children: Stringable[];
5
+ private attributes;
6
+ static of(name: string, childText?: string, withName?: string): XmlNode;
7
+ constructor(name: string, children?: Stringable[]);
8
+ withName(name: string): XmlNode;
9
+ addAttribute(name: string, value: any): XmlNode;
10
+ addChildNode(child: Stringable): XmlNode;
11
+ removeAttribute(name: string): XmlNode;
12
+ n(name: string): XmlNode;
13
+ c(child: Stringable): XmlNode;
14
+ a(name: string, value: any): XmlNode;
15
+ cc(input: any, field: string, withName?: string): void;
16
+ l(
17
+ input: any,
18
+ listName: string,
19
+ memberName: string,
20
+ valueProvider: Function
21
+ ): void;
22
+ lc(
23
+ input: any,
24
+ listName: string,
25
+ memberName: string,
26
+ valueProvider: Function
27
+ ): void;
28
+ toString(): string;
29
+ }
@@ -1,11 +1,6 @@
1
- import { Stringable } from "./stringable";
2
- /**
3
- * @internal
4
- *
5
- * Represents an XML text value.
6
- */
7
- export declare class XmlText implements Stringable {
8
- private value;
9
- constructor(value: string);
10
- toString(): string;
11
- }
1
+ import { Stringable } from "./stringable";
2
+ export declare class XmlText implements Stringable {
3
+ private value;
4
+ constructor(value: string);
5
+ toString(): string;
6
+ }
@@ -1,6 +1 @@
1
- /**
2
- * @internal
3
- *
4
- * Escapes characters that can not be in an XML attribute.
5
- */
6
- export declare function escapeAttribute(value: string): string;
1
+ export declare function escapeAttribute(value: string): string;