@aws-sdk/client-internetmonitor 3.651.1 → 3.658.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 (33) hide show
  1. package/dist-types/commands/CreateMonitorCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteMonitorCommand.d.ts +11 -0
  3. package/dist-types/commands/GetHealthEventCommand.d.ts +11 -0
  4. package/dist-types/commands/GetInternetEventCommand.d.ts +11 -0
  5. package/dist-types/commands/GetMonitorCommand.d.ts +11 -0
  6. package/dist-types/commands/GetQueryResultsCommand.d.ts +11 -0
  7. package/dist-types/commands/GetQueryStatusCommand.d.ts +11 -0
  8. package/dist-types/commands/ListHealthEventsCommand.d.ts +11 -0
  9. package/dist-types/commands/ListInternetEventsCommand.d.ts +11 -0
  10. package/dist-types/commands/ListMonitorsCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/StartQueryCommand.d.ts +11 -0
  13. package/dist-types/commands/StopQueryCommand.d.ts +11 -0
  14. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/UpdateMonitorCommand.d.ts +11 -0
  17. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/GetHealthEventCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/GetInternetEventCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/GetQueryStatusCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/ListHealthEventsCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/ListInternetEventsCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/StopQueryCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +12 -1
  33. package/package.json +35 -35
@@ -114,4 +114,15 @@ declare const CreateMonitorCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: CreateMonitorInput;
121
+ output: CreateMonitorOutput;
122
+ };
123
+ sdk: {
124
+ input: CreateMonitorCommandInput;
125
+ output: CreateMonitorCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -67,4 +67,15 @@ declare const DeleteMonitorCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteMonitorInput;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteMonitorCommandInput;
78
+ output: DeleteMonitorCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -135,4 +135,15 @@ declare const GetHealthEventCommand_base: {
135
135
  * @public
136
136
  */
137
137
  export declare class GetHealthEventCommand extends GetHealthEventCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: GetHealthEventInput;
142
+ output: GetHealthEventOutput;
143
+ };
144
+ sdk: {
145
+ input: GetHealthEventCommandInput;
146
+ output: GetHealthEventCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -89,4 +89,15 @@ declare const GetInternetEventCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class GetInternetEventCommand extends GetInternetEventCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: GetInternetEventInput;
96
+ output: GetInternetEventOutput;
97
+ };
98
+ sdk: {
99
+ input: GetInternetEventCommandInput;
100
+ output: GetInternetEventCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -106,4 +106,15 @@ declare const GetMonitorCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetMonitorCommand extends GetMonitorCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetMonitorInput;
113
+ output: GetMonitorOutput;
114
+ };
115
+ sdk: {
116
+ input: GetMonitorCommandInput;
117
+ output: GetMonitorCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -90,4 +90,15 @@ declare const GetQueryResultsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetQueryResultsInput;
97
+ output: GetQueryResultsOutput;
98
+ };
99
+ sdk: {
100
+ input: GetQueryResultsCommandInput;
101
+ output: GetQueryResultsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -96,4 +96,15 @@ declare const GetQueryStatusCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetQueryStatusCommand extends GetQueryStatusCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetQueryStatusInput;
103
+ output: GetQueryStatusOutput;
104
+ };
105
+ sdk: {
106
+ input: GetQueryStatusCommandInput;
107
+ output: GetQueryStatusCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -144,4 +144,15 @@ declare const ListHealthEventsCommand_base: {
144
144
  * @public
145
145
  */
146
146
  export declare class ListHealthEventsCommand extends ListHealthEventsCommand_base {
147
+ /** @internal type navigation helper, not in runtime. */
148
+ protected static __types: {
149
+ api: {
150
+ input: ListHealthEventsInput;
151
+ output: ListHealthEventsOutput;
152
+ };
153
+ sdk: {
154
+ input: ListHealthEventsCommandInput;
155
+ output: ListHealthEventsCommandOutput;
156
+ };
157
+ };
147
158
  }
@@ -101,4 +101,15 @@ declare const ListInternetEventsCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class ListInternetEventsCommand extends ListInternetEventsCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: ListInternetEventsInput;
108
+ output: ListInternetEventsOutput;
109
+ };
110
+ sdk: {
111
+ input: ListInternetEventsCommandInput;
112
+ output: ListInternetEventsCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -80,4 +80,15 @@ declare const ListMonitorsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListMonitorsCommand extends ListMonitorsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListMonitorsInput;
87
+ output: ListMonitorsOutput;
88
+ };
89
+ sdk: {
90
+ input: ListMonitorsCommandInput;
91
+ output: ListMonitorsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceInput;
81
+ output: ListTagsForResourceOutput;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -90,4 +90,15 @@ declare const StartQueryCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class StartQueryCommand extends StartQueryCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: StartQueryInput;
97
+ output: StartQueryOutput;
98
+ };
99
+ sdk: {
100
+ input: StartQueryCommandInput;
101
+ output: StartQueryCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -71,4 +71,15 @@ declare const StopQueryCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class StopQueryCommand extends StopQueryCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: StopQueryInput;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: StopQueryCommandInput;
82
+ output: StopQueryCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TagResourceInput;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: TagResourceCommandInput;
85
+ output: TagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceInput;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -110,4 +110,15 @@ declare const UpdateMonitorCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class UpdateMonitorCommand extends UpdateMonitorCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: UpdateMonitorInput;
117
+ output: UpdateMonitorOutput;
118
+ };
119
+ sdk: {
120
+ input: UpdateMonitorCommandInput;
121
+ output: UpdateMonitorCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -33,4 +33,15 @@ declare const CreateMonitorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateMonitorCommand extends CreateMonitorCommand_base {}
36
+ export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateMonitorInput;
40
+ output: CreateMonitorOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateMonitorCommandInput;
44
+ output: CreateMonitorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteMonitorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {}
36
+ export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteMonitorInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteMonitorCommandInput;
44
+ output: DeleteMonitorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetHealthEventCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetHealthEventCommand extends GetHealthEventCommand_base {}
36
+ export declare class GetHealthEventCommand extends GetHealthEventCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetHealthEventInput;
40
+ output: GetHealthEventOutput;
41
+ };
42
+ sdk: {
43
+ input: GetHealthEventCommandInput;
44
+ output: GetHealthEventCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetInternetEventCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetInternetEventCommand extends GetInternetEventCommand_base {}
39
+ export declare class GetInternetEventCommand extends GetInternetEventCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetInternetEventInput;
43
+ output: GetInternetEventOutput;
44
+ };
45
+ sdk: {
46
+ input: GetInternetEventCommandInput;
47
+ output: GetInternetEventCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetMonitorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetMonitorCommand extends GetMonitorCommand_base {}
36
+ export declare class GetMonitorCommand extends GetMonitorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetMonitorInput;
40
+ output: GetMonitorOutput;
41
+ };
42
+ sdk: {
43
+ input: GetMonitorCommandInput;
44
+ output: GetMonitorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetQueryResultsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {}
39
+ export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetQueryResultsInput;
43
+ output: GetQueryResultsOutput;
44
+ };
45
+ sdk: {
46
+ input: GetQueryResultsCommandInput;
47
+ output: GetQueryResultsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetQueryStatusCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetQueryStatusCommand extends GetQueryStatusCommand_base {}
36
+ export declare class GetQueryStatusCommand extends GetQueryStatusCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetQueryStatusInput;
40
+ output: GetQueryStatusOutput;
41
+ };
42
+ sdk: {
43
+ input: GetQueryStatusCommandInput;
44
+ output: GetQueryStatusCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListHealthEventsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListHealthEventsCommand extends ListHealthEventsCommand_base {}
39
+ export declare class ListHealthEventsCommand extends ListHealthEventsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListHealthEventsInput;
43
+ output: ListHealthEventsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListHealthEventsCommandInput;
47
+ output: ListHealthEventsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListInternetEventsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListInternetEventsCommand extends ListInternetEventsCommand_base {}
40
+ export declare class ListInternetEventsCommand extends ListInternetEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListInternetEventsInput;
44
+ output: ListInternetEventsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListInternetEventsCommandInput;
48
+ output: ListInternetEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListMonitorsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListMonitorsCommand extends ListMonitorsCommand_base {}
36
+ export declare class ListMonitorsCommand extends ListMonitorsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListMonitorsInput;
40
+ output: ListMonitorsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListMonitorsCommandInput;
44
+ output: ListMonitorsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -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: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const StartQueryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartQueryCommand extends StartQueryCommand_base {}
36
+ export declare class StartQueryCommand extends StartQueryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartQueryInput;
40
+ output: StartQueryOutput;
41
+ };
42
+ sdk: {
43
+ input: StartQueryCommandInput;
44
+ output: StartQueryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopQueryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopQueryCommand extends StopQueryCommand_base {}
36
+ export declare class StopQueryCommand extends StopQueryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopQueryInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StopQueryCommandInput;
44
+ output: StopQueryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -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: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateMonitorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateMonitorCommand extends UpdateMonitorCommand_base {}
36
+ export declare class UpdateMonitorCommand extends UpdateMonitorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateMonitorInput;
40
+ output: UpdateMonitorOutput;
41
+ };
42
+ sdk: {
43
+ input: UpdateMonitorCommandInput;
44
+ output: UpdateMonitorCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-internetmonitor",
3
3
  "description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.658.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-internetmonitor",
@@ -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.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.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
  "uuid": "^9.0.1"