@cdklabs/cdk-ecs-codedeploy 0.0.94 → 0.0.96

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 (170) hide show
  1. package/.jsii +6 -6
  2. package/.projenrc.ts +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/abort-controller/package.json +6 -3
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +23 -0
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +19 -0
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +13 -0
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +23 -0
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +23 -0
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +32 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +10 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +10 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +26 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +19 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +124 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +24 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +131 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +12 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +13 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +10 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +19 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +14 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +23 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +23 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +26 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +10 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +32 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +13 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +35 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +29 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +34 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +10 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +10 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +27 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +19 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +34 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +23 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +20 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +20 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +27 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +27 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +13 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +125 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -41
  56. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
  57. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
  58. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  59. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +13 -0
  60. package/node_modules/@aws-sdk/client-sso/package.json +32 -37
  61. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +42 -0
  62. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
  63. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +22 -0
  64. package/node_modules/@aws-sdk/client-sso-oidc/package.json +32 -37
  65. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +27 -0
  66. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +37 -0
  67. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +44 -0
  68. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +6 -0
  69. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +23 -0
  72. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +8 -0
  73. package/node_modules/@aws-sdk/client-sts/package.json +35 -40
  74. package/node_modules/@aws-sdk/config-resolver/package.json +10 -7
  75. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -4
  76. package/node_modules/@aws-sdk/credential-provider-imds/package.json +9 -6
  77. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -10
  78. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -11
  79. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -5
  80. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -7
  81. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -4
  82. package/node_modules/@aws-sdk/fetch-http-handler/package.json +10 -7
  83. package/node_modules/@aws-sdk/hash-node/package.json +8 -5
  84. package/node_modules/@aws-sdk/invalid-dependency/package.json +6 -3
  85. package/node_modules/@aws-sdk/is-array-buffer/package.json +5 -2
  86. package/node_modules/@aws-sdk/middleware-content-length/package.json +7 -4
  87. package/node_modules/@aws-sdk/middleware-endpoint/package.json +12 -9
  88. package/node_modules/@aws-sdk/middleware-host-header/package.json +7 -4
  89. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -3
  90. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -4
  91. package/node_modules/@aws-sdk/middleware-retry/package.json +11 -8
  92. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +10 -7
  93. package/node_modules/@aws-sdk/middleware-serde/package.json +6 -3
  94. package/node_modules/@aws-sdk/middleware-signing/package.json +10 -7
  95. package/node_modules/@aws-sdk/middleware-stack/package.json +6 -3
  96. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -5
  97. package/node_modules/@aws-sdk/node-config-provider/package.json +8 -5
  98. package/node_modules/@aws-sdk/node-http-handler/package.json +9 -6
  99. package/node_modules/@aws-sdk/property-provider/package.json +6 -3
  100. package/node_modules/@aws-sdk/protocol-http/dist-cjs/Field.js +1 -3
  101. package/node_modules/@aws-sdk/protocol-http/dist-es/Field.js +1 -3
  102. package/node_modules/@aws-sdk/protocol-http/package.json +6 -3
  103. package/node_modules/@aws-sdk/querystring-builder/package.json +7 -4
  104. package/node_modules/@aws-sdk/querystring-parser/package.json +6 -3
  105. package/node_modules/@aws-sdk/service-error-classification/package.json +6 -3
  106. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +6 -3
  107. package/node_modules/@aws-sdk/signature-v4/package.json +13 -10
  108. package/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts +3 -0
  109. package/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts +9 -0
  110. package/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts +3 -0
  111. package/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts +3 -0
  112. package/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts +26 -16
  113. package/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts +2 -2
  114. package/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +3 -1
  115. package/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts +5 -0
  116. package/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -0
  117. package/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts +2 -0
  118. package/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts +2 -0
  119. package/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts +5 -0
  120. package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +36 -4
  121. package/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts +73 -23
  122. package/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts +3 -0
  123. package/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts +3 -1
  124. package/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts +5 -3
  125. package/node_modules/@aws-sdk/smithy-client/package.json +7 -4
  126. package/node_modules/@aws-sdk/token-providers/package.json +9 -6
  127. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  128. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -1
  129. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +2 -2
  130. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -2
  131. package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +3 -3
  132. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +6 -4
  133. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  134. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +1 -1
  135. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +15 -15
  136. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  137. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +2 -2
  138. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +7 -7
  139. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -2
  140. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +4 -4
  141. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  142. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +4 -4
  143. package/node_modules/@aws-sdk/types/package.json +5 -2
  144. package/node_modules/@aws-sdk/url-parser/package.json +7 -4
  145. package/node_modules/@aws-sdk/util-base64/package.json +6 -3
  146. package/node_modules/@aws-sdk/util-body-length-browser/package.json +5 -2
  147. package/node_modules/@aws-sdk/util-body-length-node/package.json +5 -2
  148. package/node_modules/@aws-sdk/util-buffer-from/package.json +6 -3
  149. package/node_modules/@aws-sdk/util-config-provider/package.json +5 -2
  150. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +8 -5
  151. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +11 -8
  152. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -3
  153. package/node_modules/@aws-sdk/util-hex-encoding/package.json +5 -2
  154. package/node_modules/@aws-sdk/util-locate-window/package.json +5 -2
  155. package/node_modules/@aws-sdk/util-middleware/package.json +6 -3
  156. package/node_modules/@aws-sdk/util-retry/package.json +7 -4
  157. package/node_modules/@aws-sdk/util-uri-escape/package.json +5 -2
  158. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -4
  159. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -5
  160. package/node_modules/@aws-sdk/util-utf8/package.json +6 -3
  161. package/node_modules/@aws-sdk/util-waiter/dist-types/poller.d.ts +4 -4
  162. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/sleep.d.ts +3 -0
  163. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/validate.d.ts +3 -1
  164. package/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts +14 -3
  165. package/node_modules/@aws-sdk/util-waiter/package.json +7 -4
  166. package/package.json +14 -14
  167. package/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md +0 -663
  168. package/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md +0 -681
  169. package/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md +0 -676
  170. package/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md +0 -768
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,56 +22,51 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/config-resolver": "3.289.0",
26
- "@aws-sdk/credential-provider-node": "3.289.0",
27
- "@aws-sdk/fetch-http-handler": "3.289.0",
28
- "@aws-sdk/hash-node": "3.289.0",
29
- "@aws-sdk/invalid-dependency": "3.289.0",
30
- "@aws-sdk/middleware-content-length": "3.289.0",
31
- "@aws-sdk/middleware-endpoint": "3.289.0",
32
- "@aws-sdk/middleware-host-header": "3.289.0",
33
- "@aws-sdk/middleware-logger": "3.289.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
35
- "@aws-sdk/middleware-retry": "3.289.0",
36
- "@aws-sdk/middleware-sdk-sts": "3.289.0",
37
- "@aws-sdk/middleware-serde": "3.289.0",
38
- "@aws-sdk/middleware-signing": "3.289.0",
39
- "@aws-sdk/middleware-stack": "3.289.0",
40
- "@aws-sdk/middleware-user-agent": "3.289.0",
41
- "@aws-sdk/node-config-provider": "3.289.0",
42
- "@aws-sdk/node-http-handler": "3.289.0",
43
- "@aws-sdk/protocol-http": "3.289.0",
44
- "@aws-sdk/smithy-client": "3.289.0",
45
- "@aws-sdk/types": "3.289.0",
46
- "@aws-sdk/url-parser": "3.289.0",
47
- "@aws-sdk/util-base64": "3.208.0",
48
- "@aws-sdk/util-body-length-browser": "3.188.0",
49
- "@aws-sdk/util-body-length-node": "3.208.0",
50
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
52
- "@aws-sdk/util-endpoints": "3.289.0",
53
- "@aws-sdk/util-retry": "3.289.0",
54
- "@aws-sdk/util-user-agent-browser": "3.289.0",
55
- "@aws-sdk/util-user-agent-node": "3.289.0",
56
- "@aws-sdk/util-utf8": "3.254.0",
25
+ "@aws-sdk/config-resolver": "3.292.0",
26
+ "@aws-sdk/credential-provider-node": "3.292.0",
27
+ "@aws-sdk/fetch-http-handler": "3.292.0",
28
+ "@aws-sdk/hash-node": "3.292.0",
29
+ "@aws-sdk/invalid-dependency": "3.292.0",
30
+ "@aws-sdk/middleware-content-length": "3.292.0",
31
+ "@aws-sdk/middleware-endpoint": "3.292.0",
32
+ "@aws-sdk/middleware-host-header": "3.292.0",
33
+ "@aws-sdk/middleware-logger": "3.292.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
35
+ "@aws-sdk/middleware-retry": "3.292.0",
36
+ "@aws-sdk/middleware-sdk-sts": "3.292.0",
37
+ "@aws-sdk/middleware-serde": "3.292.0",
38
+ "@aws-sdk/middleware-signing": "3.292.0",
39
+ "@aws-sdk/middleware-stack": "3.292.0",
40
+ "@aws-sdk/middleware-user-agent": "3.292.0",
41
+ "@aws-sdk/node-config-provider": "3.292.0",
42
+ "@aws-sdk/node-http-handler": "3.292.0",
43
+ "@aws-sdk/protocol-http": "3.292.0",
44
+ "@aws-sdk/smithy-client": "3.292.0",
45
+ "@aws-sdk/types": "3.292.0",
46
+ "@aws-sdk/url-parser": "3.292.0",
47
+ "@aws-sdk/util-base64": "3.292.0",
48
+ "@aws-sdk/util-body-length-browser": "3.292.0",
49
+ "@aws-sdk/util-body-length-node": "3.292.0",
50
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
52
+ "@aws-sdk/util-endpoints": "3.292.0",
53
+ "@aws-sdk/util-retry": "3.292.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
55
+ "@aws-sdk/util-user-agent-node": "3.292.0",
56
+ "@aws-sdk/util-utf8": "3.292.0",
57
57
  "fast-xml-parser": "4.1.2",
58
58
  "tslib": "^2.3.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
61
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
62
62
  "@tsconfig/node14": "1.0.3",
63
63
  "@types/node": "^14.14.31",
64
64
  "concurrently": "7.0.0",
65
65
  "downlevel-dts": "0.10.1",
66
66
  "rimraf": "3.0.2",
67
- "typedoc": "0.19.2",
67
+ "typedoc": "0.23.23",
68
68
  "typescript": "~4.6.2"
69
69
  },
70
- "overrides": {
71
- "typedoc": {
72
- "typescript": "~4.6.2"
73
- }
74
- },
75
70
  "engines": {
76
71
  "node": ">=14.0.0"
77
72
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/config-resolver",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,19 +20,19 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/signature-v4": "3.289.0",
24
- "@aws-sdk/types": "3.289.0",
25
- "@aws-sdk/util-config-provider": "3.208.0",
26
- "@aws-sdk/util-middleware": "3.289.0",
23
+ "@aws-sdk/signature-v4": "3.292.0",
24
+ "@aws-sdk/types": "3.292.0",
25
+ "@aws-sdk/util-config-provider": "3.292.0",
26
+ "@aws-sdk/util-middleware": "3.292.0",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/node-config-provider": "3.289.0",
30
+ "@aws-sdk/node-config-provider": "3.292.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",
34
34
  "rimraf": "3.0.2",
35
- "typedoc": "0.19.2",
35
+ "typedoc": "0.23.23",
36
36
  "typescript": "~4.6.2"
37
37
  },
38
38
  "engines": {
@@ -53,5 +53,8 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
55
55
  "directory": "packages/config-resolver"
56
+ },
57
+ "typedoc": {
58
+ "entryPoint": "src/index.ts"
56
59
  }
57
60
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.289.0",
3
+ "version": "3.292.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",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.289.0",
28
- "@aws-sdk/types": "3.289.0",
27
+ "@aws-sdk/property-provider": "3.292.0",
28
+ "@aws-sdk/types": "3.292.0",
29
29
  "tslib": "^2.3.1"
30
30
  },
31
31
  "devDependencies": {
@@ -34,7 +34,7 @@
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
36
  "rimraf": "3.0.2",
37
- "typedoc": "0.19.2",
37
+ "typedoc": "0.23.23",
38
38
  "typescript": "~4.6.2"
39
39
  },
40
40
  "types": "./dist-types/index.d.ts",
@@ -56,5 +56,8 @@
56
56
  "type": "git",
57
57
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
58
58
  "directory": "packages/credential-provider-env"
59
+ },
60
+ "typedoc": {
61
+ "entryPoint": "src/index.ts"
59
62
  }
60
63
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-imds",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
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",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/node-config-provider": "3.289.0",
28
- "@aws-sdk/property-provider": "3.289.0",
29
- "@aws-sdk/types": "3.289.0",
30
- "@aws-sdk/url-parser": "3.289.0",
27
+ "@aws-sdk/node-config-provider": "3.292.0",
28
+ "@aws-sdk/property-provider": "3.292.0",
29
+ "@aws-sdk/types": "3.292.0",
30
+ "@aws-sdk/url-parser": "3.292.0",
31
31
  "tslib": "^2.3.1"
32
32
  },
33
33
  "devDependencies": {
@@ -37,7 +37,7 @@
37
37
  "downlevel-dts": "0.10.1",
38
38
  "nock": "^13.0.2",
39
39
  "rimraf": "3.0.2",
40
- "typedoc": "0.19.2",
40
+ "typedoc": "0.23.23",
41
41
  "typescript": "~4.6.2"
42
42
  },
43
43
  "types": "./dist-types/index.d.ts",
@@ -59,5 +59,8 @@
59
59
  "type": "git",
60
60
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
61
61
  "directory": "packages/credential-provider-imds"
62
+ },
63
+ "typedoc": {
64
+ "entryPoint": "src/index.ts"
62
65
  }
63
66
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.289.0",
3
+ "version": "3.292.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",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/credential-provider-env": "3.289.0",
28
- "@aws-sdk/credential-provider-imds": "3.289.0",
29
- "@aws-sdk/credential-provider-process": "3.289.0",
30
- "@aws-sdk/credential-provider-sso": "3.289.0",
31
- "@aws-sdk/credential-provider-web-identity": "3.289.0",
32
- "@aws-sdk/property-provider": "3.289.0",
33
- "@aws-sdk/shared-ini-file-loader": "3.289.0",
34
- "@aws-sdk/types": "3.289.0",
27
+ "@aws-sdk/credential-provider-env": "3.292.0",
28
+ "@aws-sdk/credential-provider-imds": "3.292.0",
29
+ "@aws-sdk/credential-provider-process": "3.292.0",
30
+ "@aws-sdk/credential-provider-sso": "3.292.0",
31
+ "@aws-sdk/credential-provider-web-identity": "3.292.0",
32
+ "@aws-sdk/property-provider": "3.292.0",
33
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
34
+ "@aws-sdk/types": "3.292.0",
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
@@ -40,7 +40,7 @@
40
40
  "concurrently": "7.0.0",
41
41
  "downlevel-dts": "0.10.1",
42
42
  "rimraf": "3.0.2",
43
- "typedoc": "0.19.2",
43
+ "typedoc": "0.23.23",
44
44
  "typescript": "~4.6.2"
45
45
  },
46
46
  "types": "./dist-types/index.d.ts",
@@ -62,5 +62,8 @@
62
62
  "type": "git",
63
63
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
64
64
  "directory": "packages/credential-provider-ini"
65
+ },
66
+ "typedoc": {
67
+ "entryPoint": "src/index.ts"
65
68
  }
66
69
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/credential-provider-env": "3.289.0",
31
- "@aws-sdk/credential-provider-imds": "3.289.0",
32
- "@aws-sdk/credential-provider-ini": "3.289.0",
33
- "@aws-sdk/credential-provider-process": "3.289.0",
34
- "@aws-sdk/credential-provider-sso": "3.289.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.289.0",
36
- "@aws-sdk/property-provider": "3.289.0",
37
- "@aws-sdk/shared-ini-file-loader": "3.289.0",
38
- "@aws-sdk/types": "3.289.0",
30
+ "@aws-sdk/credential-provider-env": "3.292.0",
31
+ "@aws-sdk/credential-provider-imds": "3.292.0",
32
+ "@aws-sdk/credential-provider-ini": "3.292.0",
33
+ "@aws-sdk/credential-provider-process": "3.292.0",
34
+ "@aws-sdk/credential-provider-sso": "3.292.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.292.0",
36
+ "@aws-sdk/property-provider": "3.292.0",
37
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
38
+ "@aws-sdk/types": "3.292.0",
39
39
  "tslib": "^2.3.1"
40
40
  },
41
41
  "devDependencies": {
@@ -44,7 +44,7 @@
44
44
  "concurrently": "7.0.0",
45
45
  "downlevel-dts": "0.10.1",
46
46
  "rimraf": "3.0.2",
47
- "typedoc": "0.19.2",
47
+ "typedoc": "0.23.23",
48
48
  "typescript": "~4.6.2"
49
49
  },
50
50
  "types": "./dist-types/index.d.ts",
@@ -63,5 +63,8 @@
63
63
  "type": "git",
64
64
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
65
65
  "directory": "packages/credential-provider-node"
66
+ },
67
+ "typedoc": {
68
+ "entryPoint": "src/index.ts"
66
69
  }
67
70
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
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",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.289.0",
28
- "@aws-sdk/shared-ini-file-loader": "3.289.0",
29
- "@aws-sdk/types": "3.289.0",
27
+ "@aws-sdk/property-provider": "3.292.0",
28
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
29
+ "@aws-sdk/types": "3.292.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
@@ -35,7 +35,7 @@
35
35
  "concurrently": "7.0.0",
36
36
  "downlevel-dts": "0.10.1",
37
37
  "rimraf": "3.0.2",
38
- "typedoc": "0.19.2",
38
+ "typedoc": "0.23.23",
39
39
  "typescript": "~4.6.2"
40
40
  },
41
41
  "types": "./dist-types/index.d.ts",
@@ -57,5 +57,8 @@
57
57
  "type": "git",
58
58
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
59
59
  "directory": "packages/credential-provider-process"
60
+ },
61
+ "typedoc": {
62
+ "entryPoint": "src/index.ts"
60
63
  }
61
64
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
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",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.289.0",
28
- "@aws-sdk/property-provider": "3.289.0",
29
- "@aws-sdk/shared-ini-file-loader": "3.289.0",
30
- "@aws-sdk/token-providers": "3.289.0",
31
- "@aws-sdk/types": "3.289.0",
27
+ "@aws-sdk/client-sso": "3.292.0",
28
+ "@aws-sdk/property-provider": "3.292.0",
29
+ "@aws-sdk/shared-ini-file-loader": "3.292.0",
30
+ "@aws-sdk/token-providers": "3.292.0",
31
+ "@aws-sdk/types": "3.292.0",
32
32
  "tslib": "^2.3.1"
33
33
  },
34
34
  "devDependencies": {
@@ -37,7 +37,7 @@
37
37
  "concurrently": "7.0.0",
38
38
  "downlevel-dts": "0.10.1",
39
39
  "rimraf": "3.0.2",
40
- "typedoc": "0.19.2",
40
+ "typedoc": "0.23.23",
41
41
  "typescript": "~4.6.2"
42
42
  },
43
43
  "types": "./dist-types/index.d.ts",
@@ -59,5 +59,8 @@
59
59
  "type": "git",
60
60
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
61
61
  "directory": "packages/credential-provider-sso"
62
+ },
63
+ "typedoc": {
64
+ "entryPoint": "src/index.ts"
62
65
  }
63
66
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
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",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/property-provider": "3.289.0",
36
- "@aws-sdk/types": "3.289.0",
35
+ "@aws-sdk/property-provider": "3.292.0",
36
+ "@aws-sdk/types": "3.292.0",
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "concurrently": "7.0.0",
43
43
  "downlevel-dts": "0.10.1",
44
44
  "rimraf": "3.0.2",
45
- "typedoc": "0.19.2",
45
+ "typedoc": "0.23.23",
46
46
  "typescript": "~4.6.2"
47
47
  },
48
48
  "types": "./dist-types/index.d.ts",
@@ -64,5 +64,8 @@
64
64
  "type": "git",
65
65
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
66
66
  "directory": "packages/credential-provider-web-identity"
67
+ },
68
+ "typedoc": {
69
+ "entryPoint": "src/index.ts"
67
70
  }
68
71
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/fetch-http-handler",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -21,19 +21,19 @@
21
21
  "module": "./dist-es/index.js",
22
22
  "types": "./dist-types/index.d.ts",
23
23
  "dependencies": {
24
- "@aws-sdk/protocol-http": "3.289.0",
25
- "@aws-sdk/querystring-builder": "3.289.0",
26
- "@aws-sdk/types": "3.289.0",
27
- "@aws-sdk/util-base64": "3.208.0",
24
+ "@aws-sdk/protocol-http": "3.292.0",
25
+ "@aws-sdk/querystring-builder": "3.292.0",
26
+ "@aws-sdk/types": "3.292.0",
27
+ "@aws-sdk/util-base64": "3.292.0",
28
28
  "tslib": "^2.3.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/abort-controller": "3.289.0",
31
+ "@aws-sdk/abort-controller": "3.292.0",
32
32
  "@tsconfig/recommended": "1.0.1",
33
33
  "concurrently": "7.0.0",
34
34
  "downlevel-dts": "0.10.1",
35
35
  "rimraf": "3.0.2",
36
- "typedoc": "0.19.2",
36
+ "typedoc": "0.23.23",
37
37
  "typescript": "~4.6.2"
38
38
  },
39
39
  "typesVersions": {
@@ -51,5 +51,8 @@
51
51
  "type": "git",
52
52
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
53
53
  "directory": "packages/fetch-http-handler"
54
+ },
55
+ "typedoc": {
56
+ "entryPoint": "src/index.ts"
54
57
  }
55
58
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/hash-node",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -26,13 +26,13 @@
26
26
  "downlevel-dts": "0.10.1",
27
27
  "hash-test-vectors": "^1.3.2",
28
28
  "rimraf": "3.0.2",
29
- "typedoc": "0.19.2",
29
+ "typedoc": "0.23.23",
30
30
  "typescript": "~4.6.2"
31
31
  },
32
32
  "dependencies": {
33
- "@aws-sdk/types": "3.289.0",
34
- "@aws-sdk/util-buffer-from": "3.208.0",
35
- "@aws-sdk/util-utf8": "3.254.0",
33
+ "@aws-sdk/types": "3.292.0",
34
+ "@aws-sdk/util-buffer-from": "3.292.0",
35
+ "@aws-sdk/util-utf8": "3.292.0",
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "engines": {
@@ -53,5 +53,8 @@
53
53
  "type": "git",
54
54
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
55
55
  "directory": "packages/hash-node"
56
+ },
57
+ "typedoc": {
58
+ "entryPoint": "src/index.ts"
56
59
  }
57
60
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/invalid-dependency",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.289.0",
23
+ "@aws-sdk/types": "3.292.0",
24
24
  "tslib": "^2.3.1"
25
25
  },
26
26
  "typesVersions": {
@@ -44,7 +44,10 @@
44
44
  "concurrently": "7.0.0",
45
45
  "downlevel-dts": "0.10.1",
46
46
  "rimraf": "3.0.2",
47
- "typedoc": "0.19.2",
47
+ "typedoc": "0.23.23",
48
48
  "typescript": "~4.6.2"
49
+ },
50
+ "typedoc": {
51
+ "entryPoint": "src/index.ts"
49
52
  }
50
53
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/is-array-buffer",
3
- "version": "3.201.0",
3
+ "version": "3.292.0",
4
4
  "description": "Provides a function for detecting if an argument is an ArrayBuffer",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -47,7 +47,10 @@
47
47
  "concurrently": "7.0.0",
48
48
  "downlevel-dts": "0.10.1",
49
49
  "rimraf": "3.0.2",
50
- "typedoc": "0.19.2",
50
+ "typedoc": "0.23.23",
51
51
  "typescript": "~4.6.2"
52
+ },
53
+ "typedoc": {
54
+ "entryPoint": "src/index.ts"
52
55
  }
53
56
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-content-length",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/protocol-http": "3.289.0",
24
- "@aws-sdk/types": "3.289.0",
23
+ "@aws-sdk/protocol-http": "3.292.0",
24
+ "@aws-sdk/types": "3.292.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
@@ -48,7 +48,10 @@
48
48
  "concurrently": "7.0.0",
49
49
  "downlevel-dts": "0.10.1",
50
50
  "rimraf": "3.0.2",
51
- "typedoc": "0.19.2",
51
+ "typedoc": "0.23.23",
52
52
  "typescript": "~4.6.2"
53
+ },
54
+ "typedoc": {
55
+ "entryPoint": "src/index.ts"
53
56
  }
54
57
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-endpoint",
3
- "version": "3.289.0",
3
+ "version": "3.292.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/middleware-serde": "3.289.0",
24
- "@aws-sdk/protocol-http": "3.289.0",
25
- "@aws-sdk/signature-v4": "3.289.0",
26
- "@aws-sdk/types": "3.289.0",
27
- "@aws-sdk/url-parser": "3.289.0",
28
- "@aws-sdk/util-config-provider": "3.208.0",
29
- "@aws-sdk/util-middleware": "3.289.0",
23
+ "@aws-sdk/middleware-serde": "3.292.0",
24
+ "@aws-sdk/protocol-http": "3.292.0",
25
+ "@aws-sdk/signature-v4": "3.292.0",
26
+ "@aws-sdk/types": "3.292.0",
27
+ "@aws-sdk/url-parser": "3.292.0",
28
+ "@aws-sdk/util-config-provider": "3.292.0",
29
+ "@aws-sdk/util-middleware": "3.292.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
@@ -34,7 +34,7 @@
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
36
  "rimraf": "3.0.2",
37
- "typedoc": "0.19.2",
37
+ "typedoc": "0.23.23",
38
38
  "typescript": "~4.6.2"
39
39
  },
40
40
  "engines": {
@@ -55,5 +55,8 @@
55
55
  "type": "git",
56
56
  "url": "https://github.com/aws/aws-sdk-js-v3.git",
57
57
  "directory": "packages/middleware-endpoint"
58
+ },
59
+ "typedoc": {
60
+ "entryPoint": "src/index.ts"
58
61
  }
59
62
  }