@aws-sdk/client-ssm 3.37.0 → 3.41.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 (167) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +138 -0
  3. package/dist-cjs/endpoints.js +148 -26
  4. package/dist-cjs/index.js +5 -185
  5. package/dist-cjs/pagination/index.js +50 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-cjs/waiters/index.js +4 -0
  9. package/dist-es/commands/index.js +135 -0
  10. package/dist-es/endpoints.js +148 -26
  11. package/dist-es/index.js +5 -185
  12. package/dist-es/pagination/index.js +47 -0
  13. package/dist-es/runtimeConfig.browser.js +3 -2
  14. package/dist-es/runtimeConfig.js +3 -3
  15. package/dist-es/waiters/index.js +1 -0
  16. package/dist-types/SSMClient.d.ts +8 -0
  17. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  18. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
  20. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateActivationCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
  28. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
  38. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -1
  40. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -1
  41. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
  78. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
  79. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -1
  80. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -1
  81. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
  84. package/dist-types/commands/GetInventoryCommand.d.ts +1 -1
  85. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
  86. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
  87. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
  88. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
  90. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  91. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  92. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
  94. package/dist-types/commands/GetParameterCommand.d.ts +1 -1
  95. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
  96. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  97. package/dist-types/commands/GetParametersCommand.d.ts +1 -1
  98. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  99. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
  101. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
  102. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  103. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  104. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -1
  105. package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
  106. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  107. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  108. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
  109. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
  110. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  111. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  112. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
  113. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
  114. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
  115. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  116. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
  119. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -1
  120. package/dist-types/commands/PutInventoryCommand.d.ts +1 -1
  121. package/dist-types/commands/PutParameterCommand.d.ts +1 -1
  122. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
  123. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
  124. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
  125. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  126. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  127. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
  128. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  129. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  130. package/dist-types/commands/SendCommandCommand.d.ts +1 -1
  131. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  132. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  133. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  134. package/dist-types/commands/StartSessionCommand.d.ts +1 -1
  135. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
  136. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  137. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  140. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
  141. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
  142. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -1
  143. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
  145. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
  146. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  148. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
  149. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
  151. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
  152. package/dist-types/commands/index.d.ts +135 -0
  153. package/dist-types/index.d.ts +5 -185
  154. package/dist-types/pagination/index.d.ts +47 -0
  155. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  156. package/dist-types/runtimeConfig.d.ts +2 -0
  157. package/dist-types/runtimeConfig.native.d.ts +2 -0
  158. package/dist-types/ts3.4/SSMClient.d.ts +4 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +135 -0
  160. package/dist-types/ts3.4/index.d.ts +5 -185
  161. package/dist-types/ts3.4/pagination/index.d.ts +47 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  165. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  166. package/dist-types/waiters/index.d.ts +1 -0
  167. package/package.json +27 -27
@@ -0,0 +1,47 @@
1
+ export * from "./DescribeActivationsPaginator";
2
+ export * from "./DescribeAssociationExecutionTargetsPaginator";
3
+ export * from "./DescribeAssociationExecutionsPaginator";
4
+ export * from "./DescribeAutomationExecutionsPaginator";
5
+ export * from "./DescribeAutomationStepExecutionsPaginator";
6
+ export * from "./DescribeAvailablePatchesPaginator";
7
+ export * from "./DescribeEffectiveInstanceAssociationsPaginator";
8
+ export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
9
+ export * from "./DescribeInstanceAssociationsStatusPaginator";
10
+ export * from "./DescribeInstanceInformationPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
13
+ export * from "./DescribeInstancePatchStatesPaginator";
14
+ export * from "./DescribeInstancePatchesPaginator";
15
+ export * from "./DescribeInventoryDeletionsPaginator";
16
+ export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
17
+ export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
18
+ export * from "./DescribeMaintenanceWindowExecutionsPaginator";
19
+ export * from "./DescribeMaintenanceWindowSchedulePaginator";
20
+ export * from "./DescribeMaintenanceWindowTargetsPaginator";
21
+ export * from "./DescribeMaintenanceWindowTasksPaginator";
22
+ export * from "./DescribeMaintenanceWindowsForTargetPaginator";
23
+ export * from "./DescribeMaintenanceWindowsPaginator";
24
+ export * from "./DescribeOpsItemsPaginator";
25
+ export * from "./DescribeParametersPaginator";
26
+ export * from "./DescribePatchBaselinesPaginator";
27
+ export * from "./DescribePatchGroupsPaginator";
28
+ export * from "./DescribePatchPropertiesPaginator";
29
+ export * from "./DescribeSessionsPaginator";
30
+ export * from "./GetInventoryPaginator";
31
+ export * from "./GetInventorySchemaPaginator";
32
+ export * from "./GetOpsSummaryPaginator";
33
+ export * from "./GetParameterHistoryPaginator";
34
+ export * from "./GetParametersByPathPaginator";
35
+ export * from "./ListAssociationVersionsPaginator";
36
+ export * from "./ListAssociationsPaginator";
37
+ export * from "./ListCommandInvocationsPaginator";
38
+ export * from "./ListCommandsPaginator";
39
+ export * from "./ListComplianceItemsPaginator";
40
+ export * from "./ListComplianceSummariesPaginator";
41
+ export * from "./ListDocumentVersionsPaginator";
42
+ export * from "./ListDocumentsPaginator";
43
+ export * from "./ListOpsItemEventsPaginator";
44
+ export * from "./ListOpsItemRelatedItemsPaginator";
45
+ export * from "./ListOpsMetadataPaginator";
46
+ export * from "./ListResourceComplianceSummariesPaginator";
47
+ export * from "./ListResourceDataSyncPaginator";
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -0,0 +1 @@
1
+ export * from "./waitForCommandExecuted";
@@ -0,0 +1 @@
1
+ export * from "./waitForCommandExecuted";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.37.0",
4
+ "version": "3.41.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,42 +19,42 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.41.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "tslib": "^2.3.0",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/client-documentation-generator": "3.37.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
58
58
  "@types/node": "^12.7.5",
59
59
  "@types/uuid": "^8.3.0",
60
60
  "downlevel-dts": "0.7.0",