@jjrawlins/cdk-iam-policy-builder-helper 0.0.63 → 0.0.65

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 (87) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/go.mod +1 -1
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/lib/constructs/Actions.d.ts +97 -8
  6. package/lib/constructs/Actions.js +98 -9
  7. package/lib/constructs/ManagedPolicies.d.ts +24 -0
  8. package/lib/constructs/ManagedPolicies.js +25 -1
  9. package/methods_list.txt +19416 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +15 -15
  12. package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +1 -1
  13. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +12 -12
  14. package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +3 -3
  15. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +4 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +4 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +4 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +13 -13
  20. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +10 -10
  21. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  22. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  23. package/node_modules/@aws-sdk/core/package.json +11 -11
  24. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  25. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  26. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  28. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  29. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  30. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  31. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  32. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  33. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  34. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  35. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
  36. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
  37. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  38. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  39. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  40. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
  41. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
  42. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  43. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  44. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
  45. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  46. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
  47. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  48. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
  49. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  50. package/node_modules/@aws-sdk/types/package.json +2 -2
  51. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  52. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  53. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  54. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  55. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
  56. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
  57. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  58. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  59. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  60. package/node_modules/@smithy/config-resolver/package.json +2 -1
  61. package/node_modules/@smithy/core/package.json +2 -2
  62. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  63. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  64. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +17 -12
  65. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +16 -11
  66. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  67. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  68. package/node_modules/@smithy/smithy-client/package.json +4 -4
  69. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  70. package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
  71. package/node_modules/@smithy/util-stream/package.json +2 -2
  72. package/package.json +6 -6
  73. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  74. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  75. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  76. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  77. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  78. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  79. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  80. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  81. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  82. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  83. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  84. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  85. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  86. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  87. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const H = "required", I = "fn", J = "argv", K = "ref", L = "properties", M = "headers", N = "authSchemes", O = "name", P = "signingRegion";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [H]: true, "default": false, "type": "Boolean" }, k = { [H]: false, "type": "String" }, l = { [K]: "Endpoint" }, m = { [I]: c, [J]: [{ [K]: "UseFIPS" }, true] }, n = { [I]: c, [J]: [{ [K]: "UseDualStack" }, true] }, o = {}, p = { [I]: h, [J]: [{ [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, "aws"] }, q = { [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, r = { [I]: c, [J]: [{ [K]: "UseFIPS" }, false] }, s = { [N]: [{ [O]: i, [P]: "us-east-1" }] }, t = { [I]: h, [J]: [q, "aws-cn"] }, u = { [N]: [{ [O]: i, [P]: "cn-north-1" }] }, v = { [I]: c, [J]: [{ [K]: "UseDualStack" }, false] }, w = { [I]: h, [J]: [q, "aws-us-gov"] }, x = { "url": "https://iam.us-gov.api.aws", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, y = { "url": "https://iam.us-gov.amazonaws.com", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, z = { [I]: h, [J]: [q, "aws-iso"] }, A = { [N]: [{ [O]: i, [P]: "us-iso-east-1" }] }, B = { [I]: h, [J]: [q, "aws-iso-b"] }, C = { [N]: [{ [O]: i, [P]: "us-isob-east-1" }] }, D = { [I]: "getAttr", [J]: [{ [K]: g }, "supportsFIPS"] }, E = { [I]: c, [J]: [true, { [I]: "getAttr", [J]: [{ [K]: g }, "supportsDualStack"] }] }, F = { [N]: [{ [O]: i, [P]: "{PartitionResult#implicitGlobalRegion}" }] }, G = [{ [K]: "Region" }];
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [H]: true, "default": false, "type": "boolean" }, k = { [H]: false, "type": "string" }, l = { [K]: "Endpoint" }, m = { [I]: c, [J]: [{ [K]: "UseFIPS" }, true] }, n = { [I]: c, [J]: [{ [K]: "UseDualStack" }, true] }, o = {}, p = { [I]: h, [J]: [{ [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, "aws"] }, q = { [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, r = { [I]: c, [J]: [{ [K]: "UseFIPS" }, false] }, s = { [N]: [{ [O]: i, [P]: "us-east-1" }] }, t = { [I]: h, [J]: [q, "aws-cn"] }, u = { [N]: [{ [O]: i, [P]: "cn-north-1" }] }, v = { [I]: c, [J]: [{ [K]: "UseDualStack" }, false] }, w = { [I]: h, [J]: [q, "aws-us-gov"] }, x = { "url": "https://iam.us-gov.api.aws", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, y = { "url": "https://iam.us-gov.amazonaws.com", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, z = { [I]: h, [J]: [q, "aws-iso"] }, A = { [N]: [{ [O]: i, [P]: "us-iso-east-1" }] }, B = { [I]: h, [J]: [q, "aws-iso-b"] }, C = { [N]: [{ [O]: i, [P]: "us-isob-east-1" }] }, D = { [I]: "getAttr", [J]: [{ [K]: g }, "supportsFIPS"] }, E = { [I]: c, [J]: [true, { [I]: "getAttr", [J]: [{ [K]: g }, "supportsDualStack"] }] }, F = { [N]: [{ [O]: i, [P]: "{PartitionResult#implicitGlobalRegion}" }] }, G = [{ [K]: "Region" }];
6
6
  const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [I]: b, [J]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: l, [L]: o, [M]: o }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [I]: b, [J]: G }], rules: [{ conditions: [{ [I]: "aws.partition", [J]: G, assign: g }], rules: [{ conditions: [p, r, n], endpoint: { url: "https://iam.global.api.aws", [L]: s, [M]: o }, type: e }, { conditions: [p, m, n], endpoint: { url: "https://iam-fips.global.api.aws", [L]: s, [M]: o }, type: e }, { conditions: [t, r, n], endpoint: { url: "https://iam.global.api.amazonwebservices.com.cn", [L]: u, [M]: o }, type: e }, { conditions: [t, r, v], endpoint: { url: "https://iam.cn-north-1.amazonaws.com.cn", [L]: u, [M]: o }, type: e }, { conditions: [w, r, n], endpoint: x, type: e }, { conditions: [w, m, n], endpoint: x, type: e }, { conditions: [w, r, v], endpoint: y, type: e }, { conditions: [w, m, v], endpoint: y, type: e }, { conditions: [z, r, v], endpoint: { url: "https://iam.us-iso-east-1.c2s.ic.gov", [L]: A, [M]: o }, type: e }, { conditions: [z, m, v], endpoint: { url: "https://iam-fips.us-iso-east-1.c2s.ic.gov", [L]: A, [M]: o }, type: e }, { conditions: [B, r, v], endpoint: { url: "https://iam.us-isob-east-1.sc2s.sgov.gov", [L]: C, [M]: o }, type: e }, { conditions: [B, m, v], endpoint: { url: "https://iam-fips.us-isob-east-1.sc2s.sgov.gov", [L]: C, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-iso-e"] }, r, v], endpoint: { url: "https://iam.eu-isoe-west-1.cloud.adc-e.uk", [L]: { [N]: [{ [O]: i, [P]: "eu-isoe-west-1" }] }, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-iso-f"] }, r, v], endpoint: { url: "https://iam.us-isof-south-1.csp.hci.ic.gov", [L]: { [N]: [{ [O]: i, [P]: "us-isof-south-1" }] }, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-eusc"] }, r, v], endpoint: { url: "https://iam.eusc-de-east-1.amazonaws.eu", [L]: { [N]: [{ [O]: i, [P]: "eusc-de-east-1" }] }, [M]: o }, type: e }, { conditions: [m, n], rules: [{ conditions: [{ [I]: c, [J]: [a, D] }, E], rules: [{ endpoint: { url: "https://iam-fips.{PartitionResult#dualStackDnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [m, v], rules: [{ conditions: [{ [I]: c, [J]: [D, a] }], rules: [{ endpoint: { url: "https://iam-fips.{PartitionResult#dnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [r, n], rules: [{ conditions: [E], rules: [{ endpoint: { url: "https://iam.{PartitionResult#dualStackDnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://iam.{PartitionResult#dnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
7
7
  exports.ruleSet = _data;
@@ -141,6 +141,18 @@ class AccountNotManagementOrDelegatedAdministratorException extends IAMServiceEx
141
141
  this.Message = opts.Message;
142
142
  }
143
143
  }
144
+ class ConcurrentModificationException extends IAMServiceException {
145
+ name = "ConcurrentModificationException";
146
+ $fault = "client";
147
+ constructor(opts) {
148
+ super({
149
+ name: "ConcurrentModificationException",
150
+ $fault: "client",
151
+ ...opts,
152
+ });
153
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
154
+ }
155
+ }
144
156
  class InvalidInputException extends IAMServiceException {
145
157
  name = "InvalidInputException";
146
158
  $fault = "client";
@@ -273,18 +285,6 @@ class PasswordPolicyViolationException extends IAMServiceException {
273
285
  Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype);
274
286
  }
275
287
  }
276
- class ConcurrentModificationException extends IAMServiceException {
277
- name = "ConcurrentModificationException";
278
- $fault = "client";
279
- constructor(opts) {
280
- super({
281
- name: "ConcurrentModificationException",
282
- $fault: "client",
283
- ...opts,
284
- });
285
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
286
- }
287
- }
288
288
  class OpenIdIdpCommunicationErrorException extends IAMServiceException {
289
289
  name = "OpenIdIdpCommunicationErrorException";
290
290
  $fault = "client";
@@ -4281,6 +4281,9 @@ const de_CommandError = async (output, context) => {
4281
4281
  };
4282
4282
  const errorCode = loadQueryErrorCode(output, parsedOutput.body);
4283
4283
  switch (errorCode) {
4284
+ case "ConcurrentModification":
4285
+ case "com.amazonaws.iam#ConcurrentModificationException":
4286
+ throw await de_ConcurrentModificationExceptionRes(parsedOutput);
4284
4287
  case "InvalidInput":
4285
4288
  case "com.amazonaws.iam#InvalidInputException":
4286
4289
  throw await de_InvalidInputExceptionRes(parsedOutput);
@@ -4311,9 +4314,6 @@ const de_CommandError = async (output, context) => {
4311
4314
  case "PasswordPolicyViolation":
4312
4315
  case "com.amazonaws.iam#PasswordPolicyViolationException":
4313
4316
  throw await de_PasswordPolicyViolationExceptionRes(parsedOutput);
4314
- case "ConcurrentModification":
4315
- case "com.amazonaws.iam#ConcurrentModificationException":
4316
- throw await de_ConcurrentModificationExceptionRes(parsedOutput);
4317
4317
  case "OpenIdIdpCommunicationError":
4318
4318
  case "com.amazonaws.iam#OpenIdIdpCommunicationErrorException":
4319
4319
  throw await de_OpenIdIdpCommunicationErrorExceptionRes(parsedOutput);
@@ -1,4 +1,4 @@
1
1
  const H = "required", I = "fn", J = "argv", K = "ref", L = "properties", M = "headers", N = "authSchemes", O = "name", P = "signingRegion";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [H]: true, "default": false, "type": "Boolean" }, k = { [H]: false, "type": "String" }, l = { [K]: "Endpoint" }, m = { [I]: c, [J]: [{ [K]: "UseFIPS" }, true] }, n = { [I]: c, [J]: [{ [K]: "UseDualStack" }, true] }, o = {}, p = { [I]: h, [J]: [{ [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, "aws"] }, q = { [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, r = { [I]: c, [J]: [{ [K]: "UseFIPS" }, false] }, s = { [N]: [{ [O]: i, [P]: "us-east-1" }] }, t = { [I]: h, [J]: [q, "aws-cn"] }, u = { [N]: [{ [O]: i, [P]: "cn-north-1" }] }, v = { [I]: c, [J]: [{ [K]: "UseDualStack" }, false] }, w = { [I]: h, [J]: [q, "aws-us-gov"] }, x = { "url": "https://iam.us-gov.api.aws", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, y = { "url": "https://iam.us-gov.amazonaws.com", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, z = { [I]: h, [J]: [q, "aws-iso"] }, A = { [N]: [{ [O]: i, [P]: "us-iso-east-1" }] }, B = { [I]: h, [J]: [q, "aws-iso-b"] }, C = { [N]: [{ [O]: i, [P]: "us-isob-east-1" }] }, D = { [I]: "getAttr", [J]: [{ [K]: g }, "supportsFIPS"] }, E = { [I]: c, [J]: [true, { [I]: "getAttr", [J]: [{ [K]: g }, "supportsDualStack"] }] }, F = { [N]: [{ [O]: i, [P]: "{PartitionResult#implicitGlobalRegion}" }] }, G = [{ [K]: "Region" }];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = { [H]: true, "default": false, "type": "boolean" }, k = { [H]: false, "type": "string" }, l = { [K]: "Endpoint" }, m = { [I]: c, [J]: [{ [K]: "UseFIPS" }, true] }, n = { [I]: c, [J]: [{ [K]: "UseDualStack" }, true] }, o = {}, p = { [I]: h, [J]: [{ [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, "aws"] }, q = { [I]: "getAttr", [J]: [{ [K]: g }, "name"] }, r = { [I]: c, [J]: [{ [K]: "UseFIPS" }, false] }, s = { [N]: [{ [O]: i, [P]: "us-east-1" }] }, t = { [I]: h, [J]: [q, "aws-cn"] }, u = { [N]: [{ [O]: i, [P]: "cn-north-1" }] }, v = { [I]: c, [J]: [{ [K]: "UseDualStack" }, false] }, w = { [I]: h, [J]: [q, "aws-us-gov"] }, x = { "url": "https://iam.us-gov.api.aws", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, y = { "url": "https://iam.us-gov.amazonaws.com", [L]: { [N]: [{ [O]: i, [P]: "us-gov-west-1" }] }, [M]: {} }, z = { [I]: h, [J]: [q, "aws-iso"] }, A = { [N]: [{ [O]: i, [P]: "us-iso-east-1" }] }, B = { [I]: h, [J]: [q, "aws-iso-b"] }, C = { [N]: [{ [O]: i, [P]: "us-isob-east-1" }] }, D = { [I]: "getAttr", [J]: [{ [K]: g }, "supportsFIPS"] }, E = { [I]: c, [J]: [true, { [I]: "getAttr", [J]: [{ [K]: g }, "supportsDualStack"] }] }, F = { [N]: [{ [O]: i, [P]: "{PartitionResult#implicitGlobalRegion}" }] }, G = [{ [K]: "Region" }];
3
3
  const _data = { version: "1.0", parameters: { UseDualStack: j, UseFIPS: j, Endpoint: k, Region: k }, rules: [{ conditions: [{ [I]: b, [J]: [l] }], rules: [{ conditions: [m], error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: [n], error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: l, [L]: o, [M]: o }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [I]: b, [J]: G }], rules: [{ conditions: [{ [I]: "aws.partition", [J]: G, assign: g }], rules: [{ conditions: [p, r, n], endpoint: { url: "https://iam.global.api.aws", [L]: s, [M]: o }, type: e }, { conditions: [p, m, n], endpoint: { url: "https://iam-fips.global.api.aws", [L]: s, [M]: o }, type: e }, { conditions: [t, r, n], endpoint: { url: "https://iam.global.api.amazonwebservices.com.cn", [L]: u, [M]: o }, type: e }, { conditions: [t, r, v], endpoint: { url: "https://iam.cn-north-1.amazonaws.com.cn", [L]: u, [M]: o }, type: e }, { conditions: [w, r, n], endpoint: x, type: e }, { conditions: [w, m, n], endpoint: x, type: e }, { conditions: [w, r, v], endpoint: y, type: e }, { conditions: [w, m, v], endpoint: y, type: e }, { conditions: [z, r, v], endpoint: { url: "https://iam.us-iso-east-1.c2s.ic.gov", [L]: A, [M]: o }, type: e }, { conditions: [z, m, v], endpoint: { url: "https://iam-fips.us-iso-east-1.c2s.ic.gov", [L]: A, [M]: o }, type: e }, { conditions: [B, r, v], endpoint: { url: "https://iam.us-isob-east-1.sc2s.sgov.gov", [L]: C, [M]: o }, type: e }, { conditions: [B, m, v], endpoint: { url: "https://iam-fips.us-isob-east-1.sc2s.sgov.gov", [L]: C, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-iso-e"] }, r, v], endpoint: { url: "https://iam.eu-isoe-west-1.cloud.adc-e.uk", [L]: { [N]: [{ [O]: i, [P]: "eu-isoe-west-1" }] }, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-iso-f"] }, r, v], endpoint: { url: "https://iam.us-isof-south-1.csp.hci.ic.gov", [L]: { [N]: [{ [O]: i, [P]: "us-isof-south-1" }] }, [M]: o }, type: e }, { conditions: [{ [I]: h, [J]: [q, "aws-eusc"] }, r, v], endpoint: { url: "https://iam.eusc-de-east-1.amazonaws.eu", [L]: { [N]: [{ [O]: i, [P]: "eusc-de-east-1" }] }, [M]: o }, type: e }, { conditions: [m, n], rules: [{ conditions: [{ [I]: c, [J]: [a, D] }, E], rules: [{ endpoint: { url: "https://iam-fips.{PartitionResult#dualStackDnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: [m, v], rules: [{ conditions: [{ [I]: c, [J]: [D, a] }], rules: [{ endpoint: { url: "https://iam-fips.{PartitionResult#dnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: [r, n], rules: [{ conditions: [E], rules: [{ endpoint: { url: "https://iam.{PartitionResult#dualStackDnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://iam.{PartitionResult#dnsSuffix}", [L]: F, [M]: o }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
4
4
  export const ruleSet = _data;
@@ -23,6 +23,18 @@ export class AccountNotManagementOrDelegatedAdministratorException extends __Bas
23
23
  this.Message = opts.Message;
24
24
  }
25
25
  }
26
+ export class ConcurrentModificationException extends __BaseException {
27
+ name = "ConcurrentModificationException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "ConcurrentModificationException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
36
+ }
37
+ }
26
38
  export class InvalidInputException extends __BaseException {
27
39
  name = "InvalidInputException";
28
40
  $fault = "client";
@@ -155,18 +167,6 @@ export class PasswordPolicyViolationException extends __BaseException {
155
167
  Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype);
156
168
  }
157
169
  }
158
- export class ConcurrentModificationException extends __BaseException {
159
- name = "ConcurrentModificationException";
160
- $fault = "client";
161
- constructor(opts) {
162
- super({
163
- name: "ConcurrentModificationException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
168
- }
169
- }
170
170
  export class OpenIdIdpCommunicationErrorException extends __BaseException {
171
171
  name = "OpenIdIdpCommunicationErrorException";
172
172
  $fault = "client";
@@ -3554,6 +3554,9 @@ const de_CommandError = async (output, context) => {
3554
3554
  };
3555
3555
  const errorCode = loadQueryErrorCode(output, parsedOutput.body);
3556
3556
  switch (errorCode) {
3557
+ case "ConcurrentModification":
3558
+ case "com.amazonaws.iam#ConcurrentModificationException":
3559
+ throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
3557
3560
  case "InvalidInput":
3558
3561
  case "com.amazonaws.iam#InvalidInputException":
3559
3562
  throw await de_InvalidInputExceptionRes(parsedOutput, context);
@@ -3584,9 +3587,6 @@ const de_CommandError = async (output, context) => {
3584
3587
  case "PasswordPolicyViolation":
3585
3588
  case "com.amazonaws.iam#PasswordPolicyViolationException":
3586
3589
  throw await de_PasswordPolicyViolationExceptionRes(parsedOutput, context);
3587
- case "ConcurrentModification":
3588
- case "com.amazonaws.iam#ConcurrentModificationException":
3589
- throw await de_ConcurrentModificationExceptionRes(parsedOutput, context);
3590
3590
  case "OpenIdIdpCommunicationError":
3591
3591
  case "com.amazonaws.iam#OpenIdIdpCommunicationErrorException":
3592
3592
  throw await de_OpenIdIdpCommunicationErrorExceptionRes(parsedOutput, context);
@@ -55,6 +55,10 @@ declare const AddClientIDToOpenIDConnectProviderCommand_base: {
55
55
  * @see {@link AddClientIDToOpenIDConnectProviderCommandOutput} for command's `response` shape.
56
56
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
57
57
  *
58
+ * @throws {@link ConcurrentModificationException} (client fault)
59
+ * <p>The request was rejected because multiple requests to change this object were submitted
60
+ * simultaneously. Wait a few minutes and submit your request again.</p>
61
+ *
58
62
  * @throws {@link InvalidInputException} (client fault)
59
63
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
60
64
  * input parameter.</p>
@@ -56,6 +56,10 @@ declare const RemoveClientIDFromOpenIDConnectProviderCommand_base: {
56
56
  * @see {@link RemoveClientIDFromOpenIDConnectProviderCommandOutput} for command's `response` shape.
57
57
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
58
58
  *
59
+ * @throws {@link ConcurrentModificationException} (client fault)
60
+ * <p>The request was rejected because multiple requests to change this object were submitted
61
+ * simultaneously. Wait a few minutes and submit your request again.</p>
62
+ *
59
63
  * @throws {@link InvalidInputException} (client fault)
60
64
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
61
65
  * input parameter.</p>
@@ -75,6 +75,10 @@ declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
75
75
  * @see {@link UpdateOpenIDConnectProviderThumbprintCommandOutput} for command's `response` shape.
76
76
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
77
77
  *
78
+ * @throws {@link ConcurrentModificationException} (client fault)
79
+ * <p>The request was rejected because multiple requests to change this object were submitted
80
+ * simultaneously. Wait a few minutes and submit your request again.</p>
81
+ *
78
82
  * @throws {@link InvalidInputException} (client fault)
79
83
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
80
84
  * input parameter.</p>
@@ -59,6 +59,10 @@ declare const UpdateSAMLProviderCommand_base: {
59
59
  * @see {@link UpdateSAMLProviderCommandOutput} for command's `response` shape.
60
60
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
61
61
  *
62
+ * @throws {@link ConcurrentModificationException} (client fault)
63
+ * <p>The request was rejected because multiple requests to change this object were submitted
64
+ * simultaneously. Wait a few minutes and submit your request again.</p>
65
+ *
62
66
  * @throws {@link InvalidInputException} (client fault)
63
67
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
64
68
  * input parameter.</p>
@@ -247,6 +247,19 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
247
247
  */
248
248
  ClientID: string | undefined;
249
249
  }
250
+ /**
251
+ * <p>The request was rejected because multiple requests to change this object were submitted
252
+ * simultaneously. Wait a few minutes and submit your request again.</p>
253
+ * @public
254
+ */
255
+ export declare class ConcurrentModificationException extends __BaseException {
256
+ readonly name: "ConcurrentModificationException";
257
+ readonly $fault: "client";
258
+ /**
259
+ * @internal
260
+ */
261
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
262
+ }
250
263
  /**
251
264
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
252
265
  * input parameter.</p>
@@ -600,19 +613,6 @@ export interface CreateAccessKeyResponse {
600
613
  */
601
614
  AccessKey: AccessKey | undefined;
602
615
  }
603
- /**
604
- * <p>The request was rejected because multiple requests to change this object were submitted
605
- * simultaneously. Wait a few minutes and submit your request again.</p>
606
- * @public
607
- */
608
- export declare class ConcurrentModificationException extends __BaseException {
609
- readonly name: "ConcurrentModificationException";
610
- readonly $fault: "client";
611
- /**
612
- * @internal
613
- */
614
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
615
- }
616
616
  /**
617
617
  * @public
618
618
  */
@@ -53,6 +53,16 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
53
53
  OpenIDConnectProviderArn: string | undefined;
54
54
  ClientID: string | undefined;
55
55
  }
56
+ export declare class ConcurrentModificationException extends __BaseException {
57
+ readonly name: "ConcurrentModificationException";
58
+ readonly $fault: "client";
59
+ constructor(
60
+ opts: __ExceptionOptionType<
61
+ ConcurrentModificationException,
62
+ __BaseException
63
+ >
64
+ );
65
+ }
56
66
  export declare class InvalidInputException extends __BaseException {
57
67
  readonly name: "InvalidInputException";
58
68
  readonly $fault: "client";
@@ -185,16 +195,6 @@ export interface CreateAccessKeyRequest {
185
195
  export interface CreateAccessKeyResponse {
186
196
  AccessKey: AccessKey | undefined;
187
197
  }
188
- export declare class ConcurrentModificationException extends __BaseException {
189
- readonly name: "ConcurrentModificationException";
190
- readonly $fault: "client";
191
- constructor(
192
- opts: __ExceptionOptionType<
193
- ConcurrentModificationException,
194
- __BaseException
195
- >
196
- );
197
- }
198
198
  export interface CreateAccountAliasRequest {
199
199
  AccountAlias: string | undefined;
200
200
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.913.0",
4
+ "version": "3.915.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.911.0",
24
- "@aws-sdk/credential-provider-node": "3.913.0",
25
- "@aws-sdk/middleware-host-header": "3.910.0",
26
- "@aws-sdk/middleware-logger": "3.910.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.910.0",
28
- "@aws-sdk/middleware-user-agent": "3.911.0",
29
- "@aws-sdk/region-config-resolver": "3.910.0",
30
- "@aws-sdk/types": "3.910.0",
31
- "@aws-sdk/util-endpoints": "3.910.0",
32
- "@aws-sdk/util-user-agent-browser": "3.910.0",
33
- "@aws-sdk/util-user-agent-node": "3.911.0",
34
- "@smithy/config-resolver": "^4.3.2",
35
- "@smithy/core": "^3.16.1",
36
- "@smithy/fetch-http-handler": "^5.3.3",
37
- "@smithy/hash-node": "^4.2.2",
38
- "@smithy/invalid-dependency": "^4.2.2",
39
- "@smithy/middleware-content-length": "^4.2.2",
40
- "@smithy/middleware-endpoint": "^4.3.3",
41
- "@smithy/middleware-retry": "^4.4.3",
42
- "@smithy/middleware-serde": "^4.2.2",
43
- "@smithy/middleware-stack": "^4.2.2",
44
- "@smithy/node-config-provider": "^4.3.2",
45
- "@smithy/node-http-handler": "^4.4.1",
46
- "@smithy/protocol-http": "^5.3.2",
47
- "@smithy/smithy-client": "^4.8.1",
48
- "@smithy/types": "^4.7.1",
49
- "@smithy/url-parser": "^4.2.2",
23
+ "@aws-sdk/core": "3.914.0",
24
+ "@aws-sdk/credential-provider-node": "3.914.0",
25
+ "@aws-sdk/middleware-host-header": "3.914.0",
26
+ "@aws-sdk/middleware-logger": "3.914.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.914.0",
28
+ "@aws-sdk/middleware-user-agent": "3.914.0",
29
+ "@aws-sdk/region-config-resolver": "3.914.0",
30
+ "@aws-sdk/types": "3.914.0",
31
+ "@aws-sdk/util-endpoints": "3.914.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.914.0",
33
+ "@aws-sdk/util-user-agent-node": "3.914.0",
34
+ "@smithy/config-resolver": "^4.4.0",
35
+ "@smithy/core": "^3.17.0",
36
+ "@smithy/fetch-http-handler": "^5.3.4",
37
+ "@smithy/hash-node": "^4.2.3",
38
+ "@smithy/invalid-dependency": "^4.2.3",
39
+ "@smithy/middleware-content-length": "^4.2.3",
40
+ "@smithy/middleware-endpoint": "^4.3.4",
41
+ "@smithy/middleware-retry": "^4.4.4",
42
+ "@smithy/middleware-serde": "^4.2.3",
43
+ "@smithy/middleware-stack": "^4.2.3",
44
+ "@smithy/node-config-provider": "^4.3.3",
45
+ "@smithy/node-http-handler": "^4.4.2",
46
+ "@smithy/protocol-http": "^5.3.3",
47
+ "@smithy/smithy-client": "^4.9.0",
48
+ "@smithy/types": "^4.8.0",
49
+ "@smithy/url-parser": "^4.2.3",
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.2",
54
- "@smithy/util-defaults-mode-node": "^4.2.3",
55
- "@smithy/util-endpoints": "^3.2.2",
56
- "@smithy/util-middleware": "^4.2.2",
57
- "@smithy/util-retry": "^4.2.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.3",
54
+ "@smithy/util-defaults-mode-node": "^4.2.5",
55
+ "@smithy/util-endpoints": "^3.2.3",
56
+ "@smithy/util-middleware": "^4.2.3",
57
+ "@smithy/util-retry": "^4.2.3",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/util-waiter": "^4.2.2",
59
+ "@smithy/util-waiter": "^4.2.3",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
@@ -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.911.0",
4
+ "version": "3.914.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.911.0",
24
- "@aws-sdk/middleware-host-header": "3.910.0",
25
- "@aws-sdk/middleware-logger": "3.910.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.910.0",
27
- "@aws-sdk/middleware-user-agent": "3.911.0",
28
- "@aws-sdk/region-config-resolver": "3.910.0",
29
- "@aws-sdk/types": "3.910.0",
30
- "@aws-sdk/util-endpoints": "3.910.0",
31
- "@aws-sdk/util-user-agent-browser": "3.910.0",
32
- "@aws-sdk/util-user-agent-node": "3.911.0",
33
- "@smithy/config-resolver": "^4.3.2",
34
- "@smithy/core": "^3.16.1",
35
- "@smithy/fetch-http-handler": "^5.3.3",
36
- "@smithy/hash-node": "^4.2.2",
37
- "@smithy/invalid-dependency": "^4.2.2",
38
- "@smithy/middleware-content-length": "^4.2.2",
39
- "@smithy/middleware-endpoint": "^4.3.3",
40
- "@smithy/middleware-retry": "^4.4.3",
41
- "@smithy/middleware-serde": "^4.2.2",
42
- "@smithy/middleware-stack": "^4.2.2",
43
- "@smithy/node-config-provider": "^4.3.2",
44
- "@smithy/node-http-handler": "^4.4.1",
45
- "@smithy/protocol-http": "^5.3.2",
46
- "@smithy/smithy-client": "^4.8.1",
47
- "@smithy/types": "^4.7.1",
48
- "@smithy/url-parser": "^4.2.2",
23
+ "@aws-sdk/core": "3.914.0",
24
+ "@aws-sdk/middleware-host-header": "3.914.0",
25
+ "@aws-sdk/middleware-logger": "3.914.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.914.0",
27
+ "@aws-sdk/middleware-user-agent": "3.914.0",
28
+ "@aws-sdk/region-config-resolver": "3.914.0",
29
+ "@aws-sdk/types": "3.914.0",
30
+ "@aws-sdk/util-endpoints": "3.914.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.914.0",
32
+ "@aws-sdk/util-user-agent-node": "3.914.0",
33
+ "@smithy/config-resolver": "^4.4.0",
34
+ "@smithy/core": "^3.17.0",
35
+ "@smithy/fetch-http-handler": "^5.3.4",
36
+ "@smithy/hash-node": "^4.2.3",
37
+ "@smithy/invalid-dependency": "^4.2.3",
38
+ "@smithy/middleware-content-length": "^4.2.3",
39
+ "@smithy/middleware-endpoint": "^4.3.4",
40
+ "@smithy/middleware-retry": "^4.4.4",
41
+ "@smithy/middleware-serde": "^4.2.3",
42
+ "@smithy/middleware-stack": "^4.2.3",
43
+ "@smithy/node-config-provider": "^4.3.3",
44
+ "@smithy/node-http-handler": "^4.4.2",
45
+ "@smithy/protocol-http": "^5.3.3",
46
+ "@smithy/smithy-client": "^4.9.0",
47
+ "@smithy/types": "^4.8.0",
48
+ "@smithy/url-parser": "^4.2.3",
49
49
  "@smithy/util-base64": "^4.3.0",
50
50
  "@smithy/util-body-length-browser": "^4.2.0",
51
51
  "@smithy/util-body-length-node": "^4.2.1",
52
- "@smithy/util-defaults-mode-browser": "^4.3.2",
53
- "@smithy/util-defaults-mode-node": "^4.2.3",
54
- "@smithy/util-endpoints": "^3.2.2",
55
- "@smithy/util-middleware": "^4.2.2",
56
- "@smithy/util-retry": "^4.2.2",
52
+ "@smithy/util-defaults-mode-browser": "^4.3.3",
53
+ "@smithy/util-defaults-mode-node": "^4.2.5",
54
+ "@smithy/util-endpoints": "^3.2.3",
55
+ "@smithy/util-middleware": "^4.2.3",
56
+ "@smithy/util-retry": "^4.2.3",
57
57
  "@smithy/util-utf8": "^4.2.0",
58
58
  "tslib": "^2.6.2"
59
59
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.911.0",
3
+ "version": "3.914.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -81,17 +81,17 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.910.0",
85
- "@aws-sdk/xml-builder": "3.911.0",
86
- "@smithy/core": "^3.16.1",
87
- "@smithy/node-config-provider": "^4.3.2",
88
- "@smithy/property-provider": "^4.2.2",
89
- "@smithy/protocol-http": "^5.3.2",
90
- "@smithy/signature-v4": "^5.3.2",
91
- "@smithy/smithy-client": "^4.8.1",
92
- "@smithy/types": "^4.7.1",
84
+ "@aws-sdk/types": "3.914.0",
85
+ "@aws-sdk/xml-builder": "3.914.0",
86
+ "@smithy/core": "^3.17.0",
87
+ "@smithy/node-config-provider": "^4.3.3",
88
+ "@smithy/property-provider": "^4.2.3",
89
+ "@smithy/protocol-http": "^5.3.3",
90
+ "@smithy/signature-v4": "^5.3.3",
91
+ "@smithy/smithy-client": "^4.9.0",
92
+ "@smithy/types": "^4.8.0",
93
93
  "@smithy/util-base64": "^4.3.0",
94
- "@smithy/util-middleware": "^4.2.2",
94
+ "@smithy/util-middleware": "^4.2.3",
95
95
  "@smithy/util-utf8": "^4.2.0",
96
96
  "tslib": "^2.6.2"
97
97
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.911.0",
3
+ "version": "3.914.0",
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,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.911.0",
30
- "@aws-sdk/types": "3.910.0",
31
- "@smithy/property-provider": "^4.2.2",
32
- "@smithy/types": "^4.7.1",
29
+ "@aws-sdk/core": "3.914.0",
30
+ "@aws-sdk/types": "3.914.0",
31
+ "@smithy/property-provider": "^4.2.3",
32
+ "@smithy/types": "^4.8.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.911.0",
3
+ "version": "3.914.0",
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,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.911.0",
32
- "@aws-sdk/types": "3.910.0",
33
- "@smithy/fetch-http-handler": "^5.3.3",
34
- "@smithy/node-http-handler": "^4.4.1",
35
- "@smithy/property-provider": "^4.2.2",
36
- "@smithy/protocol-http": "^5.3.2",
37
- "@smithy/smithy-client": "^4.8.1",
38
- "@smithy/types": "^4.7.1",
39
- "@smithy/util-stream": "^4.5.2",
31
+ "@aws-sdk/core": "3.914.0",
32
+ "@aws-sdk/types": "3.914.0",
33
+ "@smithy/fetch-http-handler": "^5.3.4",
34
+ "@smithy/node-http-handler": "^4.4.2",
35
+ "@smithy/property-provider": "^4.2.3",
36
+ "@smithy/protocol-http": "^5.3.3",
37
+ "@smithy/smithy-client": "^4.9.0",
38
+ "@smithy/types": "^4.8.0",
39
+ "@smithy/util-stream": "^4.5.3",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.913.0",
3
+ "version": "3.914.0",
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,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.911.0",
32
- "@aws-sdk/credential-provider-env": "3.911.0",
33
- "@aws-sdk/credential-provider-http": "3.911.0",
34
- "@aws-sdk/credential-provider-process": "3.911.0",
35
- "@aws-sdk/credential-provider-sso": "3.911.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.911.0",
37
- "@aws-sdk/nested-clients": "3.911.0",
38
- "@aws-sdk/types": "3.910.0",
39
- "@smithy/credential-provider-imds": "^4.2.2",
40
- "@smithy/property-provider": "^4.2.2",
41
- "@smithy/shared-ini-file-loader": "^4.3.2",
42
- "@smithy/types": "^4.7.1",
31
+ "@aws-sdk/core": "3.914.0",
32
+ "@aws-sdk/credential-provider-env": "3.914.0",
33
+ "@aws-sdk/credential-provider-http": "3.914.0",
34
+ "@aws-sdk/credential-provider-process": "3.914.0",
35
+ "@aws-sdk/credential-provider-sso": "3.914.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.914.0",
37
+ "@aws-sdk/nested-clients": "3.914.0",
38
+ "@aws-sdk/types": "3.914.0",
39
+ "@smithy/credential-provider-imds": "^4.2.3",
40
+ "@smithy/property-provider": "^4.2.3",
41
+ "@smithy/shared-ini-file-loader": "^4.3.3",
42
+ "@smithy/types": "^4.8.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.913.0",
3
+ "version": "3.914.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "3.911.0",
35
- "@aws-sdk/credential-provider-http": "3.911.0",
36
- "@aws-sdk/credential-provider-ini": "3.913.0",
37
- "@aws-sdk/credential-provider-process": "3.911.0",
38
- "@aws-sdk/credential-provider-sso": "3.911.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.911.0",
40
- "@aws-sdk/types": "3.910.0",
41
- "@smithy/credential-provider-imds": "^4.2.2",
42
- "@smithy/property-provider": "^4.2.2",
43
- "@smithy/shared-ini-file-loader": "^4.3.2",
44
- "@smithy/types": "^4.7.1",
34
+ "@aws-sdk/credential-provider-env": "3.914.0",
35
+ "@aws-sdk/credential-provider-http": "3.914.0",
36
+ "@aws-sdk/credential-provider-ini": "3.914.0",
37
+ "@aws-sdk/credential-provider-process": "3.914.0",
38
+ "@aws-sdk/credential-provider-sso": "3.914.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.914.0",
40
+ "@aws-sdk/types": "3.914.0",
41
+ "@smithy/credential-provider-imds": "^4.2.3",
42
+ "@smithy/property-provider": "^4.2.3",
43
+ "@smithy/shared-ini-file-loader": "^4.3.3",
44
+ "@smithy/types": "^4.8.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {