@aws-sdk/client-iotthingsgraph 3.1002.0 → 3.1003.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 (36) hide show
  1. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +1 -1
  5. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +1 -1
  9. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +1 -1
  10. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +1 -1
  11. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  13. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +1 -1
  14. package/dist-types/commands/GetEntitiesCommand.d.ts +1 -1
  15. package/dist-types/commands/GetFlowTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +1 -1
  17. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +1 -1
  18. package/dist-types/commands/GetSystemInstanceCommand.d.ts +1 -1
  19. package/dist-types/commands/GetSystemTemplateCommand.d.ts +1 -1
  20. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +1 -1
  21. package/dist-types/commands/GetUploadStatusCommand.d.ts +1 -1
  22. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +1 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  24. package/dist-types/commands/SearchEntitiesCommand.d.ts +1 -1
  25. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +1 -1
  26. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +1 -1
  27. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +1 -1
  28. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +1 -1
  29. package/dist-types/commands/SearchThingsCommand.d.ts +1 -1
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +1 -1
  35. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +1 -1
  36. package/package.json +37 -37
@@ -30,7 +30,7 @@ declare const AssociateEntityToThingCommand_base: {
30
30
  * <p>Associates a device with a concrete thing that is in the user's registry.</p>
31
31
  * <p>A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -31,7 +31,7 @@ declare const CreateFlowTemplateCommand_base: {
31
31
  * entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
32
32
  * latest version of the user's namespace unless another namespace version is specified in the request.</p>
33
33
  *
34
- * @deprecated since: 2022-08-30
34
+ * @deprecated since: 2022-08-30.
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -37,7 +37,7 @@ declare const CreateSystemInstanceCommand_base: {
37
37
  * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.</p>
38
38
  * <p>If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.</p>
39
39
  *
40
- * @deprecated since: 2022-08-30
40
+ * @deprecated since: 2022-08-30.
41
41
  * @example
42
42
  * Use a bare-bones client and the command you need to make an API call.
43
43
  * ```javascript
@@ -30,7 +30,7 @@ declare const CreateSystemTemplateCommand_base: {
30
30
  * <p>Creates a system. The system is validated against the entities in the
31
31
  * latest version of the user's namespace unless another namespace version is specified in the request.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -30,7 +30,7 @@ declare const DeleteFlowTemplateCommand_base: {
30
30
  * <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
31
31
  * Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -30,7 +30,7 @@ declare const DeleteNamespaceCommand_base: {
30
30
  * <p>Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no
31
31
  * request parameters.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -31,7 +31,7 @@ declare const DeleteSystemInstanceCommand_base: {
31
31
  * Only system instances that have never been deployed, or that have been undeployed can be deleted.</p>
32
32
  * <p>Users can create a new system instance that has the same ID as a deleted system instance.</p>
33
33
  *
34
- * @deprecated since: 2022-08-30
34
+ * @deprecated since: 2022-08-30.
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -30,7 +30,7 @@ declare const DeleteSystemTemplateCommand_base: {
30
30
  * <p>Deletes a system. New deployments can't contain the system after its deletion.
31
31
  * Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -40,7 +40,7 @@ declare const DeploySystemInstanceCommand_base: {
40
40
  * to the specified Greengrass group. Otherwise, the call will fail with an authorization error.</p>
41
41
  * <p>For information about the artifacts that get added to your Greengrass core device when you use this API, see <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-greengrass.html">AWS IoT Things Graph and AWS IoT Greengrass</a>.</p>
42
42
  *
43
- * @deprecated since: 2022-08-30
43
+ * @deprecated since: 2022-08-30.
44
44
  * @example
45
45
  * Use a bare-bones client and the command you need to make an API call.
46
46
  * ```javascript
@@ -29,7 +29,7 @@ declare const DeprecateFlowTemplateCommand_base: {
29
29
  /**
30
30
  * <p>Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const DeprecateSystemTemplateCommand_base: {
29
29
  /**
30
30
  * <p>Deprecates the specified system.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const DescribeNamespaceCommand_base: {
29
29
  /**
30
30
  * <p>Gets the latest version of the user's namespace and the public version that it is tracking.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,7 +30,7 @@ declare const DissociateEntityFromThingCommand_base: {
30
30
  * <p>Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
31
31
  * one entity of a particular type can be associated with a thing.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -60,7 +60,7 @@ declare const GetEntitiesCommand_base: {
60
60
  * </ul>
61
61
  * <p>This action doesn't return definitions for systems, flows, and deployments.</p>
62
62
  *
63
- * @deprecated since: 2022-08-30
63
+ * @deprecated since: 2022-08-30.
64
64
  * @example
65
65
  * Use a bare-bones client and the command you need to make an API call.
66
66
  * ```javascript
@@ -29,7 +29,7 @@ declare const GetFlowTemplateCommand_base: {
29
29
  /**
30
30
  * <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,7 +30,7 @@ declare const GetFlowTemplateRevisionsCommand_base: {
30
30
  * <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
31
31
  * this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -29,7 +29,7 @@ declare const GetNamespaceDeletionStatusCommand_base: {
29
29
  /**
30
30
  * <p>Gets the status of a namespace deletion task.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const GetSystemInstanceCommand_base: {
29
29
  /**
30
30
  * <p>Gets a system instance.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const GetSystemTemplateCommand_base: {
29
29
  /**
30
30
  * <p>Gets a system.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,7 +30,7 @@ declare const GetSystemTemplateRevisionsCommand_base: {
30
30
  * <p>Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return
31
31
  * the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.</p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -29,7 +29,7 @@ declare const GetUploadStatusCommand_base: {
29
29
  /**
30
30
  * <p>Gets the status of the specified upload.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const ListFlowExecutionMessagesCommand_base: {
29
29
  /**
30
30
  * <p>Returns a list of objects that contain information about events in a flow execution.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const ListTagsForResourceCommand_base: {
29
29
  /**
30
30
  * <p>Lists all tags on an AWS IoT Things Graph resource.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const SearchEntitiesCommand_base: {
29
29
  /**
30
30
  * <p>Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const SearchFlowExecutionsCommand_base: {
29
29
  /**
30
30
  * <p>Searches for AWS IoT Things Graph workflow execution instances.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const SearchFlowTemplatesCommand_base: {
29
29
  /**
30
30
  * <p>Searches for summary information about workflows.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const SearchSystemInstancesCommand_base: {
29
29
  /**
30
30
  * <p>Searches for system instances in the user's account.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const SearchSystemTemplatesCommand_base: {
29
29
  /**
30
30
  * <p>Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -32,7 +32,7 @@ declare const SearchThingsCommand_base: {
32
32
  * <code>SearchThings(camera2)</code> will return only thing2, but <code>SearchThings(camera)</code> will return both thing1 and thing2.</p>
33
33
  * <p>This action searches for exact matches and doesn't perform partial text matching.</p>
34
34
  *
35
- * @deprecated since: 2022-08-30
35
+ * @deprecated since: 2022-08-30.
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -29,7 +29,7 @@ declare const TagResourceCommand_base: {
29
29
  /**
30
30
  * <p>Creates a tag for the specified resource.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const UndeploySystemInstanceCommand_base: {
29
29
  /**
30
30
  * <p>Removes a system instance from its target (Cloud or Greengrass).</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -29,7 +29,7 @@ declare const UntagResourceCommand_base: {
29
29
  /**
30
30
  * <p>Removes a tag from the specified resource.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -30,7 +30,7 @@ declare const UpdateFlowTemplateCommand_base: {
30
30
  * <p>Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this
31
31
  * behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace. </p>
32
32
  *
33
- * @deprecated since: 2022-08-30
33
+ * @deprecated since: 2022-08-30.
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -29,7 +29,7 @@ declare const UpdateSystemTemplateCommand_base: {
29
29
  /**
30
30
  * <p>Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.</p>
31
31
  *
32
- * @deprecated since: 2022-08-30
32
+ * @deprecated since: 2022-08-30.
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -39,7 +39,7 @@ declare const UploadEntityDefinitionsCommand_base: {
39
39
  * <code>Mapping</code>, <code>Enum</code>.
40
40
  * </p>
41
41
  *
42
- * @deprecated since: 2022-08-30
42
+ * @deprecated since: 2022-08-30.
43
43
  * @example
44
44
  * Use a bare-bones client and the command you need to make an API call.
45
45
  * ```javascript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotthingsgraph",
3
3
  "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
4
- "version": "3.1002.0",
4
+ "version": "3.1003.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iotthingsgraph",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.16",
26
- "@aws-sdk/middleware-host-header": "^3.972.6",
27
- "@aws-sdk/middleware-logger": "^3.972.6",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
- "@aws-sdk/middleware-user-agent": "^3.972.17",
30
- "@aws-sdk/region-config-resolver": "^3.972.6",
31
- "@aws-sdk/types": "^3.973.4",
32
- "@aws-sdk/util-endpoints": "^3.996.3",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
- "@aws-sdk/util-user-agent-node": "^3.973.2",
35
- "@smithy/config-resolver": "^4.4.9",
36
- "@smithy/core": "^3.23.7",
37
- "@smithy/fetch-http-handler": "^5.3.12",
38
- "@smithy/hash-node": "^4.2.10",
39
- "@smithy/invalid-dependency": "^4.2.10",
40
- "@smithy/middleware-content-length": "^4.2.10",
41
- "@smithy/middleware-endpoint": "^4.4.21",
42
- "@smithy/middleware-retry": "^4.4.38",
43
- "@smithy/middleware-serde": "^4.2.11",
44
- "@smithy/middleware-stack": "^4.2.10",
45
- "@smithy/node-config-provider": "^4.3.10",
46
- "@smithy/node-http-handler": "^4.4.13",
47
- "@smithy/protocol-http": "^5.3.10",
48
- "@smithy/smithy-client": "^4.12.1",
24
+ "@aws-sdk/core": "^3.973.18",
25
+ "@aws-sdk/credential-provider-node": "^3.972.17",
26
+ "@aws-sdk/middleware-host-header": "^3.972.7",
27
+ "@aws-sdk/middleware-logger": "^3.972.7",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.18",
30
+ "@aws-sdk/region-config-resolver": "^3.972.7",
31
+ "@aws-sdk/types": "^3.973.5",
32
+ "@aws-sdk/util-endpoints": "^3.996.4",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.7",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.3",
35
+ "@smithy/config-resolver": "^4.4.10",
36
+ "@smithy/core": "^3.23.8",
37
+ "@smithy/fetch-http-handler": "^5.3.13",
38
+ "@smithy/hash-node": "^4.2.11",
39
+ "@smithy/invalid-dependency": "^4.2.11",
40
+ "@smithy/middleware-content-length": "^4.2.11",
41
+ "@smithy/middleware-endpoint": "^4.4.22",
42
+ "@smithy/middleware-retry": "^4.4.39",
43
+ "@smithy/middleware-serde": "^4.2.12",
44
+ "@smithy/middleware-stack": "^4.2.11",
45
+ "@smithy/node-config-provider": "^4.3.11",
46
+ "@smithy/node-http-handler": "^4.4.14",
47
+ "@smithy/protocol-http": "^5.3.11",
48
+ "@smithy/smithy-client": "^4.12.2",
49
49
  "@smithy/types": "^4.13.0",
50
- "@smithy/url-parser": "^4.2.10",
51
- "@smithy/util-base64": "^4.3.1",
52
- "@smithy/util-body-length-browser": "^4.2.1",
53
- "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.37",
55
- "@smithy/util-defaults-mode-node": "^4.2.40",
56
- "@smithy/util-endpoints": "^3.3.1",
57
- "@smithy/util-middleware": "^4.2.10",
58
- "@smithy/util-retry": "^4.2.10",
59
- "@smithy/util-utf8": "^4.2.1",
50
+ "@smithy/url-parser": "^4.2.11",
51
+ "@smithy/util-base64": "^4.3.2",
52
+ "@smithy/util-body-length-browser": "^4.2.2",
53
+ "@smithy/util-body-length-node": "^4.2.3",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.38",
55
+ "@smithy/util-defaults-mode-node": "^4.2.41",
56
+ "@smithy/util-endpoints": "^3.3.2",
57
+ "@smithy/util-middleware": "^4.2.11",
58
+ "@smithy/util-retry": "^4.2.11",
59
+ "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
@@ -71,7 +71,7 @@
71
71
  "node": ">=20.0.0"
72
72
  },
73
73
  "typesVersions": {
74
- "<4.0": {
74
+ "<4.5": {
75
75
  "dist-types/*": [
76
76
  "dist-types/ts3.4/*"
77
77
  ]