@aws-sdk/client-cleanrooms 3.294.0 → 3.296.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 (106) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/CleanRooms.js +45 -0
  3. package/dist-cjs/commands/BatchGetSchemaCommand.js +4 -4
  4. package/dist-cjs/commands/CreateCollaborationCommand.js +4 -4
  5. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  6. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  7. package/dist-cjs/commands/CreateConfiguredTableCommand.js +4 -4
  8. package/dist-cjs/commands/CreateMembershipCommand.js +4 -4
  9. package/dist-cjs/commands/DeleteCollaborationCommand.js +4 -4
  10. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteMemberCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteMembershipCommand.js +4 -4
  15. package/dist-cjs/commands/GetCollaborationCommand.js +4 -4
  16. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  17. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +4 -4
  18. package/dist-cjs/commands/GetConfiguredTableCommand.js +4 -4
  19. package/dist-cjs/commands/GetMembershipCommand.js +4 -4
  20. package/dist-cjs/commands/GetProtectedQueryCommand.js +4 -4
  21. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  22. package/dist-cjs/commands/GetSchemaCommand.js +4 -4
  23. package/dist-cjs/commands/ListCollaborationsCommand.js +4 -4
  24. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  25. package/dist-cjs/commands/ListConfiguredTablesCommand.js +4 -4
  26. package/dist-cjs/commands/ListMembersCommand.js +4 -4
  27. package/dist-cjs/commands/ListMembershipsCommand.js +4 -4
  28. package/dist-cjs/commands/ListProtectedQueriesCommand.js +4 -4
  29. package/dist-cjs/commands/ListSchemasCommand.js +4 -4
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  31. package/dist-cjs/commands/StartProtectedQueryCommand.js +4 -4
  32. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  33. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateCollaborationCommand.js +4 -4
  35. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  36. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  37. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +4 -4
  38. package/dist-cjs/commands/UpdateMembershipCommand.js +4 -4
  39. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +4 -4
  40. package/dist-cjs/commands/index.js +3 -0
  41. package/dist-cjs/endpoint/ruleset.js +3 -3
  42. package/dist-cjs/models/models_0.js +26 -1
  43. package/dist-cjs/protocols/Aws_restJson1.js +198 -2
  44. package/dist-es/CleanRooms.js +45 -0
  45. package/dist-es/commands/BatchGetSchemaCommand.js +4 -4
  46. package/dist-es/commands/CreateCollaborationCommand.js +4 -4
  47. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  48. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  49. package/dist-es/commands/CreateConfiguredTableCommand.js +4 -4
  50. package/dist-es/commands/CreateMembershipCommand.js +4 -4
  51. package/dist-es/commands/DeleteCollaborationCommand.js +4 -4
  52. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  53. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  54. package/dist-es/commands/DeleteConfiguredTableCommand.js +4 -4
  55. package/dist-es/commands/DeleteMemberCommand.js +4 -4
  56. package/dist-es/commands/DeleteMembershipCommand.js +4 -4
  57. package/dist-es/commands/GetCollaborationCommand.js +4 -4
  58. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  59. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +4 -4
  60. package/dist-es/commands/GetConfiguredTableCommand.js +4 -4
  61. package/dist-es/commands/GetMembershipCommand.js +4 -4
  62. package/dist-es/commands/GetProtectedQueryCommand.js +4 -4
  63. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  64. package/dist-es/commands/GetSchemaCommand.js +4 -4
  65. package/dist-es/commands/ListCollaborationsCommand.js +4 -4
  66. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  67. package/dist-es/commands/ListConfiguredTablesCommand.js +4 -4
  68. package/dist-es/commands/ListMembersCommand.js +4 -4
  69. package/dist-es/commands/ListMembershipsCommand.js +4 -4
  70. package/dist-es/commands/ListProtectedQueriesCommand.js +4 -4
  71. package/dist-es/commands/ListSchemasCommand.js +4 -4
  72. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  73. package/dist-es/commands/StartProtectedQueryCommand.js +4 -4
  74. package/dist-es/commands/TagResourceCommand.js +42 -0
  75. package/dist-es/commands/UntagResourceCommand.js +42 -0
  76. package/dist-es/commands/UpdateCollaborationCommand.js +4 -4
  77. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  78. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  79. package/dist-es/commands/UpdateConfiguredTableCommand.js +4 -4
  80. package/dist-es/commands/UpdateMembershipCommand.js +4 -4
  81. package/dist-es/commands/UpdateProtectedQueryCommand.js +4 -4
  82. package/dist-es/commands/index.js +3 -0
  83. package/dist-es/endpoint/ruleset.js +3 -3
  84. package/dist-es/models/models_0.js +19 -0
  85. package/dist-es/protocols/Aws_restJson1.js +190 -0
  86. package/dist-types/CleanRooms.d.ts +23 -5
  87. package/dist-types/CleanRoomsClient.d.ts +9 -9
  88. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
  89. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +3 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +50 -0
  91. package/dist-types/commands/TagResourceCommand.d.ts +50 -0
  92. package/dist-types/commands/UntagResourceCommand.d.ts +50 -0
  93. package/dist-types/commands/index.d.ts +3 -0
  94. package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
  95. package/dist-types/models/models_0.d.ts +99 -10
  96. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  97. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  98. package/dist-types/ts3.4/CleanRoomsClient.d.ts +22 -4
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  102. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  103. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -5
  104. package/dist-types/ts3.4/models/models_0.d.ts +46 -7
  105. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  106. package/package.json +36 -36
@@ -63,7 +63,7 @@ export interface AnalysisRuleList {
63
63
  joinColumns: string[] | undefined;
64
64
  listColumns: string[] | undefined;
65
65
  }
66
- export declare type AnalysisRulePolicyV1 =
66
+ export type AnalysisRulePolicyV1 =
67
67
  | AnalysisRulePolicyV1.AggregationMember
68
68
  | AnalysisRulePolicyV1.ListMember
69
69
  | AnalysisRulePolicyV1.$UnknownMember;
@@ -90,7 +90,7 @@ export declare namespace AnalysisRulePolicyV1 {
90
90
  }
91
91
  const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
92
92
  }
93
- export declare type AnalysisRulePolicy =
93
+ export type AnalysisRulePolicy =
94
94
  | AnalysisRulePolicy.V1Member
95
95
  | AnalysisRulePolicy.$UnknownMember;
96
96
  export declare namespace AnalysisRulePolicy {
@@ -190,6 +190,7 @@ export interface ValidationExceptionField {
190
190
  export declare enum ValidationExceptionReason {
191
191
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
192
192
  INVALID_CONFIGURATION = "INVALID_CONFIGURATION",
193
+ INVALID_QUERY = "INVALID_QUERY",
193
194
  }
194
195
  export declare class ValidationException extends __BaseException {
195
196
  readonly name: "ValidationException";
@@ -227,6 +228,7 @@ export interface CreateCollaborationInput {
227
228
  creatorDisplayName: string | undefined;
228
229
  dataEncryptionMetadata?: DataEncryptionMetadata;
229
230
  queryLogStatus: CollaborationQueryLogStatus | string | undefined;
231
+ tags?: Record<string, string>;
230
232
  }
231
233
  export declare enum MemberStatus {
232
234
  ACTIVE = "ACTIVE",
@@ -383,6 +385,7 @@ export interface CreateConfiguredTableAssociationInput {
383
385
  membershipIdentifier: string | undefined;
384
386
  configuredTableIdentifier: string | undefined;
385
387
  roleArn: string | undefined;
388
+ tags?: Record<string, string>;
386
389
  }
387
390
  export interface ConfiguredTableAssociation {
388
391
  arn: string | undefined;
@@ -446,7 +449,7 @@ export interface GlueTableReference {
446
449
  tableName: string | undefined;
447
450
  databaseName: string | undefined;
448
451
  }
449
- export declare type TableReference =
452
+ export type TableReference =
450
453
  | TableReference.GlueMember
451
454
  | TableReference.$UnknownMember;
452
455
  export declare namespace TableReference {
@@ -470,6 +473,7 @@ export interface CreateConfiguredTableInput {
470
473
  tableReference: TableReference | undefined;
471
474
  allowedColumns: string[] | undefined;
472
475
  analysisMethod: AnalysisMethod | string | undefined;
476
+ tags?: Record<string, string>;
473
477
  }
474
478
  export declare enum ConfiguredTableAnalysisRuleType {
475
479
  AGGREGATION = "AGGREGATION",
@@ -490,7 +494,7 @@ export interface ConfiguredTable {
490
494
  export interface CreateConfiguredTableOutput {
491
495
  configuredTable: ConfiguredTable | undefined;
492
496
  }
493
- export declare type ConfiguredTableAnalysisRulePolicyV1 =
497
+ export type ConfiguredTableAnalysisRulePolicyV1 =
494
498
  | ConfiguredTableAnalysisRulePolicyV1.AggregationMember
495
499
  | ConfiguredTableAnalysisRulePolicyV1.ListMember
496
500
  | ConfiguredTableAnalysisRulePolicyV1.$UnknownMember;
@@ -520,7 +524,7 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
520
524
  visitor: Visitor<T>
521
525
  ) => T;
522
526
  }
523
- export declare type ConfiguredTableAnalysisRulePolicy =
527
+ export type ConfiguredTableAnalysisRulePolicy =
524
528
  | ConfiguredTableAnalysisRulePolicy.V1Member
525
529
  | ConfiguredTableAnalysisRulePolicy.$UnknownMember;
526
530
  export declare namespace ConfiguredTableAnalysisRulePolicy {
@@ -612,6 +616,12 @@ export interface UpdateConfiguredTableAnalysisRuleInput {
612
616
  export interface UpdateConfiguredTableAnalysisRuleOutput {
613
617
  analysisRule: ConfiguredTableAnalysisRule | undefined;
614
618
  }
619
+ export interface ListTagsForResourceInput {
620
+ resourceArn: string | undefined;
621
+ }
622
+ export interface ListTagsForResourceOutput {
623
+ tags: Record<string, string> | undefined;
624
+ }
615
625
  export declare enum MembershipQueryLogStatus {
616
626
  DISABLED = "DISABLED",
617
627
  ENABLED = "ENABLED",
@@ -619,6 +629,7 @@ export declare enum MembershipQueryLogStatus {
619
629
  export interface CreateMembershipInput {
620
630
  collaborationIdentifier: string | undefined;
621
631
  queryLogStatus: MembershipQueryLogStatus | string | undefined;
632
+ tags?: Record<string, string>;
622
633
  }
623
634
  export declare enum MembershipStatus {
624
635
  ACTIVE = "ACTIVE",
@@ -663,7 +674,7 @@ export interface ProtectedQueryError {
663
674
  export interface ProtectedQueryS3Output {
664
675
  location: string | undefined;
665
676
  }
666
- export declare type ProtectedQueryOutput =
677
+ export type ProtectedQueryOutput =
667
678
  | ProtectedQueryOutput.S3Member
668
679
  | ProtectedQueryOutput.$UnknownMember;
669
680
  export declare namespace ProtectedQueryOutput {
@@ -693,7 +704,7 @@ export interface ProtectedQueryS3OutputConfiguration {
693
704
  bucket: string | undefined;
694
705
  keyPrefix?: string;
695
706
  }
696
- export declare type ProtectedQueryOutputConfiguration =
707
+ export type ProtectedQueryOutputConfiguration =
697
708
  | ProtectedQueryOutputConfiguration.S3Member
698
709
  | ProtectedQueryOutputConfiguration.$UnknownMember;
699
710
  export declare namespace ProtectedQueryOutputConfiguration {
@@ -816,6 +827,16 @@ export interface UpdateProtectedQueryInput {
816
827
  export interface UpdateProtectedQueryOutput {
817
828
  protectedQuery: ProtectedQuery | undefined;
818
829
  }
830
+ export interface TagResourceInput {
831
+ resourceArn: string | undefined;
832
+ tags: Record<string, string> | undefined;
833
+ }
834
+ export interface TagResourceOutput {}
835
+ export interface UntagResourceInput {
836
+ resourceArn: string | undefined;
837
+ tagKeys: string[] | undefined;
838
+ }
839
+ export interface UntagResourceOutput {}
819
840
  export declare const AggregateColumnFilterSensitiveLog: (
820
841
  obj: AggregateColumn
821
842
  ) => any;
@@ -1038,6 +1059,12 @@ export declare const UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
1038
1059
  export declare const UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (
1039
1060
  obj: UpdateConfiguredTableAnalysisRuleOutput
1040
1061
  ) => any;
1062
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
1063
+ obj: ListTagsForResourceInput
1064
+ ) => any;
1065
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
1066
+ obj: ListTagsForResourceOutput
1067
+ ) => any;
1041
1068
  export declare const CreateMembershipInputFilterSensitiveLog: (
1042
1069
  obj: CreateMembershipInput
1043
1070
  ) => any;
@@ -1129,3 +1156,15 @@ export declare const UpdateProtectedQueryInputFilterSensitiveLog: (
1129
1156
  export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (
1130
1157
  obj: UpdateProtectedQueryOutput
1131
1158
  ) => any;
1159
+ export declare const TagResourceInputFilterSensitiveLog: (
1160
+ obj: TagResourceInput
1161
+ ) => any;
1162
+ export declare const TagResourceOutputFilterSensitiveLog: (
1163
+ obj: TagResourceOutput
1164
+ ) => any;
1165
+ export declare const UntagResourceInputFilterSensitiveLog: (
1166
+ obj: UntagResourceInput
1167
+ ) => any;
1168
+ export declare const UntagResourceOutputFilterSensitiveLog: (
1169
+ obj: UntagResourceOutput
1170
+ ) => any;
@@ -111,10 +111,22 @@ import {
111
111
  ListSchemasCommandInput,
112
112
  ListSchemasCommandOutput,
113
113
  } from "../commands/ListSchemasCommand";
114
+ import {
115
+ ListTagsForResourceCommandInput,
116
+ ListTagsForResourceCommandOutput,
117
+ } from "../commands/ListTagsForResourceCommand";
114
118
  import {
115
119
  StartProtectedQueryCommandInput,
116
120
  StartProtectedQueryCommandOutput,
117
121
  } from "../commands/StartProtectedQueryCommand";
122
+ import {
123
+ TagResourceCommandInput,
124
+ TagResourceCommandOutput,
125
+ } from "../commands/TagResourceCommand";
126
+ import {
127
+ UntagResourceCommandInput,
128
+ UntagResourceCommandOutput,
129
+ } from "../commands/UntagResourceCommand";
118
130
  import {
119
131
  UpdateCollaborationCommandInput,
120
132
  UpdateCollaborationCommandOutput,
@@ -247,10 +259,22 @@ export declare const serializeAws_restJson1ListSchemasCommand: (
247
259
  input: ListSchemasCommandInput,
248
260
  context: __SerdeContext
249
261
  ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
263
+ input: ListTagsForResourceCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
250
266
  export declare const serializeAws_restJson1StartProtectedQueryCommand: (
251
267
  input: StartProtectedQueryCommandInput,
252
268
  context: __SerdeContext
253
269
  ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1TagResourceCommand: (
271
+ input: TagResourceCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1UntagResourceCommand: (
275
+ input: UntagResourceCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
254
278
  export declare const serializeAws_restJson1UpdateCollaborationCommand: (
255
279
  input: UpdateCollaborationCommandInput,
256
280
  context: __SerdeContext
@@ -383,10 +407,22 @@ export declare const deserializeAws_restJson1ListSchemasCommand: (
383
407
  output: __HttpResponse,
384
408
  context: __SerdeContext
385
409
  ) => Promise<ListSchemasCommandOutput>;
410
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListTagsForResourceCommandOutput>;
386
414
  export declare const deserializeAws_restJson1StartProtectedQueryCommand: (
387
415
  output: __HttpResponse,
388
416
  context: __SerdeContext
389
417
  ) => Promise<StartProtectedQueryCommandOutput>;
418
+ export declare const deserializeAws_restJson1TagResourceCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<TagResourceCommandOutput>;
422
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<UntagResourceCommandOutput>;
390
426
  export declare const deserializeAws_restJson1UpdateCollaborationCommand: (
391
427
  output: __HttpResponse,
392
428
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.294.0",
4
+ "version": "3.296.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",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.294.0",
24
- "@aws-sdk/config-resolver": "3.292.0",
25
- "@aws-sdk/credential-provider-node": "3.294.0",
26
- "@aws-sdk/fetch-http-handler": "3.292.0",
27
- "@aws-sdk/hash-node": "3.292.0",
28
- "@aws-sdk/invalid-dependency": "3.292.0",
29
- "@aws-sdk/middleware-content-length": "3.292.0",
30
- "@aws-sdk/middleware-endpoint": "3.292.0",
31
- "@aws-sdk/middleware-host-header": "3.292.0",
32
- "@aws-sdk/middleware-logger": "3.292.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
- "@aws-sdk/middleware-retry": "3.293.0",
35
- "@aws-sdk/middleware-serde": "3.292.0",
36
- "@aws-sdk/middleware-signing": "3.292.0",
37
- "@aws-sdk/middleware-stack": "3.292.0",
38
- "@aws-sdk/middleware-user-agent": "3.293.0",
39
- "@aws-sdk/node-config-provider": "3.292.0",
40
- "@aws-sdk/node-http-handler": "3.292.0",
41
- "@aws-sdk/protocol-http": "3.292.0",
42
- "@aws-sdk/smithy-client": "3.292.0",
43
- "@aws-sdk/types": "3.292.0",
44
- "@aws-sdk/url-parser": "3.292.0",
45
- "@aws-sdk/util-base64": "3.292.0",
46
- "@aws-sdk/util-body-length-browser": "3.292.0",
47
- "@aws-sdk/util-body-length-node": "3.292.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
- "@aws-sdk/util-endpoints": "3.293.0",
51
- "@aws-sdk/util-retry": "3.292.0",
52
- "@aws-sdk/util-user-agent-browser": "3.292.0",
53
- "@aws-sdk/util-user-agent-node": "3.292.0",
54
- "@aws-sdk/util-utf8": "3.292.0",
55
- "tslib": "^2.3.1"
23
+ "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/config-resolver": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/fetch-http-handler": "3.296.0",
27
+ "@aws-sdk/hash-node": "3.296.0",
28
+ "@aws-sdk/invalid-dependency": "3.296.0",
29
+ "@aws-sdk/middleware-content-length": "3.296.0",
30
+ "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-host-header": "3.296.0",
32
+ "@aws-sdk/middleware-logger": "3.296.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
+ "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-serde": "3.296.0",
36
+ "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-stack": "3.296.0",
38
+ "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-http-handler": "3.296.0",
41
+ "@aws-sdk/protocol-http": "3.296.0",
42
+ "@aws-sdk/smithy-client": "3.296.0",
43
+ "@aws-sdk/types": "3.296.0",
44
+ "@aws-sdk/url-parser": "3.296.0",
45
+ "@aws-sdk/util-base64": "3.295.0",
46
+ "@aws-sdk/util-body-length-browser": "3.295.0",
47
+ "@aws-sdk/util-body-length-node": "3.295.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-endpoints": "3.296.0",
51
+ "@aws-sdk/util-retry": "3.296.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.296.0",
53
+ "@aws-sdk/util-user-agent-node": "3.296.0",
54
+ "@aws-sdk/util-utf8": "3.295.0",
55
+ "tslib": "^2.5.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.293.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.295.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
64
  "typedoc": "0.23.23",
65
- "typescript": "~4.6.2"
65
+ "typescript": "~4.9.5"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=14.0.0"