@aws-sdk/client-detective 3.651.1 → 3.654.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 (59) hide show
  1. package/dist-types/commands/AcceptInvitationCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateGraphCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateMembersCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteGraphCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteMembersCommand.d.ts +11 -0
  8. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +11 -0
  9. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +11 -0
  10. package/dist-types/commands/DisassociateMembershipCommand.d.ts +11 -0
  11. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +11 -0
  12. package/dist-types/commands/GetInvestigationCommand.d.ts +11 -0
  13. package/dist-types/commands/GetMembersCommand.d.ts +11 -0
  14. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +11 -0
  15. package/dist-types/commands/ListGraphsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListIndicatorsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListInvestigationsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListInvitationsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListMembersCommand.d.ts +11 -0
  20. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +11 -0
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/RejectInvitationCommand.d.ts +11 -0
  23. package/dist-types/commands/StartInvestigationCommand.d.ts +11 -0
  24. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +11 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  27. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +11 -0
  28. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +11 -0
  30. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -1
  59. package/package.json +35 -35
@@ -74,4 +74,15 @@ declare const AcceptInvitationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: AcceptInvitationRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: AcceptInvitationCommandInput;
85
+ output: AcceptInvitationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -91,4 +91,15 @@ declare const BatchGetGraphMemberDatasourcesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: BatchGetGraphMemberDatasourcesRequest;
98
+ output: BatchGetGraphMemberDatasourcesResponse;
99
+ };
100
+ sdk: {
101
+ input: BatchGetGraphMemberDatasourcesCommandInput;
102
+ output: BatchGetGraphMemberDatasourcesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -90,4 +90,15 @@ declare const BatchGetMembershipDatasourcesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: BatchGetMembershipDatasourcesRequest;
97
+ output: BatchGetMembershipDatasourcesResponse;
98
+ };
99
+ sdk: {
100
+ input: BatchGetMembershipDatasourcesCommandInput;
101
+ output: BatchGetMembershipDatasourcesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -91,4 +91,15 @@ declare const CreateGraphCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateGraphCommand extends CreateGraphCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateGraphRequest;
98
+ output: CreateGraphResponse;
99
+ };
100
+ sdk: {
101
+ input: CreateGraphCommandInput;
102
+ output: CreateGraphCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -154,4 +154,15 @@ declare const CreateMembersCommand_base: {
154
154
  * @public
155
155
  */
156
156
  export declare class CreateMembersCommand extends CreateMembersCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: CreateMembersRequest;
161
+ output: CreateMembersResponse;
162
+ };
163
+ sdk: {
164
+ input: CreateMembersCommandInput;
165
+ output: CreateMembersCommandOutput;
166
+ };
167
+ };
157
168
  }
@@ -72,4 +72,15 @@ declare const DeleteGraphCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteGraphRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteGraphCommandInput;
83
+ output: DeleteGraphCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -96,4 +96,15 @@ declare const DeleteMembersCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteMembersCommand extends DeleteMembersCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteMembersRequest;
103
+ output: DeleteMembersResponse;
104
+ };
105
+ sdk: {
106
+ input: DeleteMembersCommandInput;
107
+ output: DeleteMembersCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -74,4 +74,15 @@ declare const DescribeOrganizationConfigurationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeOrganizationConfigurationRequest;
81
+ output: DescribeOrganizationConfigurationResponse;
82
+ };
83
+ sdk: {
84
+ input: DescribeOrganizationConfigurationCommandInput;
85
+ output: DescribeOrganizationConfigurationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const DisableOrganizationAdminAccountCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: {};
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DisableOrganizationAdminAccountCommandInput;
82
+ output: DisableOrganizationAdminAccountCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -77,4 +77,15 @@ declare const DisassociateMembershipCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DisassociateMembershipCommand extends DisassociateMembershipCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DisassociateMembershipRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: DisassociateMembershipCommandInput;
88
+ output: DisassociateMembershipCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -80,4 +80,15 @@ declare const EnableOrganizationAdminAccountCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: EnableOrganizationAdminAccountRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: EnableOrganizationAdminAccountCommandInput;
91
+ output: EnableOrganizationAdminAccountCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -84,4 +84,15 @@ declare const GetInvestigationCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetInvestigationCommand extends GetInvestigationCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetInvestigationRequest;
91
+ output: GetInvestigationResponse;
92
+ };
93
+ sdk: {
94
+ input: GetInvestigationCommandInput;
95
+ output: GetInvestigationCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -106,4 +106,15 @@ declare const GetMembersCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetMembersCommand extends GetMembersCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetMembersRequest;
113
+ output: GetMembersResponse;
114
+ };
115
+ sdk: {
116
+ input: GetMembersCommandInput;
117
+ output: GetMembersCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -82,4 +82,15 @@ declare const ListDatasourcePackagesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListDatasourcePackagesCommand extends ListDatasourcePackagesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListDatasourcePackagesRequest;
89
+ output: ListDatasourcePackagesResponse;
90
+ };
91
+ sdk: {
92
+ input: ListDatasourcePackagesCommandInput;
93
+ output: ListDatasourcePackagesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -77,4 +77,15 @@ declare const ListGraphsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListGraphsCommand extends ListGraphsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListGraphsRequest;
84
+ output: ListGraphsResponse;
85
+ };
86
+ sdk: {
87
+ input: ListGraphsCommandInput;
88
+ output: ListGraphsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -128,4 +128,15 @@ declare const ListIndicatorsCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: ListIndicatorsRequest;
135
+ output: ListIndicatorsResponse;
136
+ };
137
+ sdk: {
138
+ input: ListIndicatorsCommandInput;
139
+ output: ListIndicatorsCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -114,4 +114,15 @@ declare const ListInvestigationsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListInvestigationsRequest;
121
+ output: ListInvestigationsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListInvestigationsCommandInput;
125
+ output: ListInvestigationsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -100,4 +100,15 @@ declare const ListInvitationsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListInvitationsRequest;
107
+ output: ListInvitationsResponse;
108
+ };
109
+ sdk: {
110
+ input: ListInvitationsCommandInput;
111
+ output: ListInvitationsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -104,4 +104,15 @@ declare const ListMembersCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class ListMembersCommand extends ListMembersCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: ListMembersRequest;
111
+ output: ListMembersResponse;
112
+ };
113
+ sdk: {
114
+ input: ListMembersCommandInput;
115
+ output: ListMembersCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -80,4 +80,15 @@ declare const ListOrganizationAdminAccountsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListOrganizationAdminAccountsRequest;
87
+ output: ListOrganizationAdminAccountsResponse;
88
+ };
89
+ sdk: {
90
+ input: ListOrganizationAdminAccountsCommandInput;
91
+ output: ListOrganizationAdminAccountsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTagsForResourceRequest;
79
+ output: ListTagsForResourceResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTagsForResourceCommandInput;
83
+ output: ListTagsForResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -77,4 +77,15 @@ declare const RejectInvitationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class RejectInvitationCommand extends RejectInvitationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: RejectInvitationRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: RejectInvitationCommandInput;
88
+ output: RejectInvitationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const StartInvestigationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class StartInvestigationCommand extends StartInvestigationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: StartInvestigationRequest;
84
+ output: StartInvestigationResponse;
85
+ };
86
+ sdk: {
87
+ input: StartInvestigationCommandInput;
88
+ output: StartInvestigationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -97,4 +97,15 @@ declare const StartMonitoringMemberCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class StartMonitoringMemberCommand extends StartMonitoringMemberCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: StartMonitoringMemberRequest;
104
+ output: {};
105
+ };
106
+ sdk: {
107
+ input: StartMonitoringMemberCommandInput;
108
+ output: StartMonitoringMemberCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -71,4 +71,15 @@ declare const TagResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class TagResourceCommand extends TagResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: TagResourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: TagResourceCommandInput;
82
+ output: TagResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -71,4 +71,15 @@ declare const UntagResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: UntagResourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: UntagResourceCommandInput;
82
+ output: UntagResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -84,4 +84,15 @@ declare const UpdateDatasourcePackagesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UpdateDatasourcePackagesCommand extends UpdateDatasourcePackagesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateDatasourcePackagesRequest;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: UpdateDatasourcePackagesCommandInput;
95
+ output: UpdateDatasourcePackagesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -74,4 +74,15 @@ declare const UpdateInvestigationStateCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UpdateInvestigationStateCommand extends UpdateInvestigationStateCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UpdateInvestigationStateRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UpdateInvestigationStateCommandInput;
85
+ output: UpdateInvestigationStateCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -72,4 +72,15 @@ declare const UpdateOrganizationConfigurationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UpdateOrganizationConfigurationRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UpdateOrganizationConfigurationCommandInput;
83
+ output: UpdateOrganizationConfigurationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -31,4 +31,15 @@ declare const AcceptInvitationCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {}
34
+ export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: AcceptInvitationRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: AcceptInvitationCommandInput;
42
+ output: AcceptInvitationCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const BatchGetGraphMemberDatasourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_base {}
40
+ export declare class BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetGraphMemberDatasourcesRequest;
44
+ output: BatchGetGraphMemberDatasourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetGraphMemberDatasourcesCommandInput;
48
+ output: BatchGetGraphMemberDatasourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetMembershipDatasourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_base {}
40
+ export declare class BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetMembershipDatasourcesRequest;
44
+ output: BatchGetMembershipDatasourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetMembershipDatasourcesCommandInput;
48
+ output: BatchGetMembershipDatasourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateGraphCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateGraphCommand extends CreateGraphCommand_base {}
36
+ export declare class CreateGraphCommand extends CreateGraphCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateGraphRequest;
40
+ output: CreateGraphResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateGraphCommandInput;
44
+ output: CreateGraphCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateMembersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateMembersCommand extends CreateMembersCommand_base {}
39
+ export declare class CreateMembersCommand extends CreateMembersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateMembersRequest;
43
+ output: CreateMembersResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateMembersCommandInput;
47
+ output: CreateMembersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const DeleteGraphCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteGraphCommand extends DeleteGraphCommand_base {}
34
+ export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteGraphRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteGraphCommandInput;
42
+ output: DeleteGraphCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const DeleteMembersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteMembersCommand extends DeleteMembersCommand_base {}
39
+ export declare class DeleteMembersCommand extends DeleteMembersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteMembersRequest;
43
+ output: DeleteMembersResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteMembersCommandInput;
47
+ output: DeleteMembersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeOrganizationConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {}
40
+ export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeOrganizationConfigurationRequest;
44
+ output: DescribeOrganizationConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeOrganizationConfigurationCommandInput;
48
+ output: DescribeOrganizationConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DisableOrganizationAdminAccountCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {}
34
+ export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: {};
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisableOrganizationAdminAccountCommandInput;
42
+ output: DisableOrganizationAdminAccountCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DisassociateMembershipCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DisassociateMembershipCommand extends DisassociateMembershipCommand_base {}
35
+ export declare class DisassociateMembershipCommand extends DisassociateMembershipCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DisassociateMembershipRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DisassociateMembershipCommandInput;
43
+ output: DisassociateMembershipCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const EnableOrganizationAdminAccountCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {}
36
+ export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: EnableOrganizationAdminAccountRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: EnableOrganizationAdminAccountCommandInput;
44
+ output: EnableOrganizationAdminAccountCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetInvestigationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetInvestigationCommand extends GetInvestigationCommand_base {}
39
+ export declare class GetInvestigationCommand extends GetInvestigationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetInvestigationRequest;
43
+ output: GetInvestigationResponse;
44
+ };
45
+ sdk: {
46
+ input: GetInvestigationCommandInput;
47
+ output: GetInvestigationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetMembersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetMembersCommand extends GetMembersCommand_base {}
36
+ export declare class GetMembersCommand extends GetMembersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetMembersRequest;
40
+ output: GetMembersResponse;
41
+ };
42
+ sdk: {
43
+ input: GetMembersCommandInput;
44
+ output: GetMembersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListDatasourcePackagesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDatasourcePackagesCommand extends ListDatasourcePackagesCommand_base {}
40
+ export declare class ListDatasourcePackagesCommand extends ListDatasourcePackagesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDatasourcePackagesRequest;
44
+ output: ListDatasourcePackagesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDatasourcePackagesCommandInput;
48
+ output: ListDatasourcePackagesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListGraphsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListGraphsCommand extends ListGraphsCommand_base {}
36
+ export declare class ListGraphsCommand extends ListGraphsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListGraphsRequest;
40
+ output: ListGraphsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListGraphsCommandInput;
44
+ output: ListGraphsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListIndicatorsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {}
39
+ export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListIndicatorsRequest;
43
+ output: ListIndicatorsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListIndicatorsCommandInput;
47
+ output: ListIndicatorsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListInvestigationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {}
40
+ export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListInvestigationsRequest;
44
+ output: ListInvestigationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListInvestigationsCommandInput;
48
+ output: ListInvestigationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListInvitationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListInvitationsCommand extends ListInvitationsCommand_base {}
39
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListInvitationsRequest;
43
+ output: ListInvitationsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListInvitationsCommandInput;
47
+ output: ListInvitationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListMembersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListMembersCommand extends ListMembersCommand_base {}
36
+ export declare class ListMembersCommand extends ListMembersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListMembersRequest;
40
+ output: ListMembersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListMembersCommandInput;
44
+ output: ListMembersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListOrganizationAdminAccountsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {}
40
+ export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOrganizationAdminAccountsRequest;
44
+ output: ListOrganizationAdminAccountsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListOrganizationAdminAccountsCommandInput;
48
+ output: ListOrganizationAdminAccountsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const RejectInvitationCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RejectInvitationCommand extends RejectInvitationCommand_base {}
34
+ export declare class RejectInvitationCommand extends RejectInvitationCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RejectInvitationRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RejectInvitationCommandInput;
42
+ output: RejectInvitationCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const StartInvestigationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartInvestigationCommand extends StartInvestigationCommand_base {}
40
+ export declare class StartInvestigationCommand extends StartInvestigationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartInvestigationRequest;
44
+ output: StartInvestigationResponse;
45
+ };
46
+ sdk: {
47
+ input: StartInvestigationCommandInput;
48
+ output: StartInvestigationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const StartMonitoringMemberCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class StartMonitoringMemberCommand extends StartMonitoringMemberCommand_base {}
35
+ export declare class StartMonitoringMemberCommand extends StartMonitoringMemberCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: StartMonitoringMemberRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: StartMonitoringMemberCommandInput;
43
+ output: StartMonitoringMemberCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateDatasourcePackagesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateDatasourcePackagesCommand extends UpdateDatasourcePackagesCommand_base {}
36
+ export declare class UpdateDatasourcePackagesCommand extends UpdateDatasourcePackagesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateDatasourcePackagesRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateDatasourcePackagesCommandInput;
44
+ output: UpdateDatasourcePackagesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateInvestigationStateCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateInvestigationStateCommand extends UpdateInvestigationStateCommand_base {}
36
+ export declare class UpdateInvestigationStateCommand extends UpdateInvestigationStateCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateInvestigationStateRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateInvestigationStateCommandInput;
44
+ output: UpdateInvestigationStateCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateOrganizationConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {}
36
+ export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateOrganizationConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateOrganizationConfigurationCommandInput;
44
+ output: UpdateOrganizationConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-detective",
3
3
  "description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-detective",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },