@aws-sdk/client-simspaceweaver 3.650.0 → 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 (33) hide show
  1. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  2. package/dist-types/commands/DeleteAppCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteSimulationCommand.d.ts +11 -0
  4. package/dist-types/commands/DescribeAppCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeSimulationCommand.d.ts +11 -0
  6. package/dist-types/commands/ListAppsCommand.d.ts +11 -0
  7. package/dist-types/commands/ListSimulationsCommand.d.ts +11 -0
  8. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  9. package/dist-types/commands/StartAppCommand.d.ts +11 -0
  10. package/dist-types/commands/StartClockCommand.d.ts +11 -0
  11. package/dist-types/commands/StartSimulationCommand.d.ts +11 -0
  12. package/dist-types/commands/StopAppCommand.d.ts +11 -0
  13. package/dist-types/commands/StopClockCommand.d.ts +11 -0
  14. package/dist-types/commands/StopSimulationCommand.d.ts +11 -0
  15. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  17. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/DeleteSimulationCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/DescribeSimulationCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/ListSimulationsCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/StartAppCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/StartClockCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/StartSimulationCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/StopAppCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/StopClockCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/StopSimulationCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  33. package/package.json +35 -35
@@ -129,4 +129,15 @@ declare const CreateSnapshotCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: CreateSnapshotInput;
136
+ output: {};
137
+ };
138
+ sdk: {
139
+ input: CreateSnapshotCommandInput;
140
+ output: CreateSnapshotCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -72,4 +72,15 @@ declare const DeleteAppCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteAppInput;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteAppCommandInput;
83
+ output: DeleteAppCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -74,4 +74,15 @@ declare const DeleteSimulationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteSimulationCommand extends DeleteSimulationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteSimulationInput;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteSimulationCommandInput;
85
+ output: DeleteSimulationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -90,4 +90,15 @@ declare const DescribeAppCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DescribeAppCommand extends DescribeAppCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DescribeAppInput;
97
+ output: DescribeAppOutput;
98
+ };
99
+ sdk: {
100
+ input: DescribeAppCommandInput;
101
+ output: DescribeAppCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -110,4 +110,15 @@ declare const DescribeSimulationCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class DescribeSimulationCommand extends DescribeSimulationCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: DescribeSimulationInput;
117
+ output: DescribeSimulationOutput;
118
+ };
119
+ sdk: {
120
+ input: DescribeSimulationCommandInput;
121
+ output: DescribeSimulationCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -81,4 +81,15 @@ declare const ListAppsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListAppsCommand extends ListAppsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListAppsInput;
88
+ output: ListAppsOutput;
89
+ };
90
+ sdk: {
91
+ input: ListAppsCommandInput;
92
+ output: ListAppsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -76,4 +76,15 @@ declare const ListSimulationsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListSimulationsCommand extends ListSimulationsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListSimulationsInput;
83
+ output: ListSimulationsOutput;
84
+ };
85
+ sdk: {
86
+ input: ListSimulationsCommandInput;
87
+ output: ListSimulationsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -65,4 +65,15 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: ListTagsForResourceInput;
72
+ output: ListTagsForResourceOutput;
73
+ };
74
+ sdk: {
75
+ input: ListTagsForResourceCommandInput;
76
+ output: ListTagsForResourceCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -83,4 +83,15 @@ declare const StartAppCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class StartAppCommand extends StartAppCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: StartAppInput;
90
+ output: StartAppOutput;
91
+ };
92
+ sdk: {
93
+ input: StartAppCommandInput;
94
+ output: StartAppCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -70,4 +70,15 @@ declare const StartClockCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class StartClockCommand extends StartClockCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: StartClockInput;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: StartClockCommandInput;
81
+ output: StartClockCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -94,4 +94,15 @@ declare const StartSimulationCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class StartSimulationCommand extends StartSimulationCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: StartSimulationInput;
101
+ output: StartSimulationOutput;
102
+ };
103
+ sdk: {
104
+ input: StartSimulationCommandInput;
105
+ output: StartSimulationCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -72,4 +72,15 @@ declare const StopAppCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class StopAppCommand extends StopAppCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: StopAppInput;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: StopAppCommandInput;
83
+ output: StopAppCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -70,4 +70,15 @@ declare const StopClockCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class StopClockCommand extends StopClockCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: StopClockInput;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: StopClockCommandInput;
81
+ output: StopClockCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -74,4 +74,15 @@ declare const StopSimulationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class StopSimulationCommand extends StopSimulationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: StopSimulationInput;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: StopSimulationCommandInput;
85
+ output: StopSimulationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -68,4 +68,15 @@ declare const TagResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: TagResourceInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: TagResourceCommandInput;
79
+ output: TagResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -65,4 +65,15 @@ declare const UntagResourceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: UntagResourceInput;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: UntagResourceCommandInput;
76
+ output: UntagResourceCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -33,4 +33,15 @@ declare const CreateSnapshotCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {}
36
+ export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateSnapshotInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateSnapshotCommandInput;
44
+ output: CreateSnapshotCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAppCommand extends DeleteAppCommand_base {}
36
+ export declare class DeleteAppCommand extends DeleteAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAppInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAppCommandInput;
44
+ output: DeleteAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteSimulationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteSimulationCommand extends DeleteSimulationCommand_base {}
39
+ export declare class DeleteSimulationCommand extends DeleteSimulationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSimulationInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteSimulationCommandInput;
47
+ output: DeleteSimulationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DescribeAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeAppCommand extends DescribeAppCommand_base {}
36
+ export declare class DescribeAppCommand extends DescribeAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeAppInput;
40
+ output: DescribeAppOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeAppCommandInput;
44
+ output: DescribeAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeSimulationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSimulationCommand extends DescribeSimulationCommand_base {}
40
+ export declare class DescribeSimulationCommand extends DescribeSimulationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSimulationInput;
44
+ output: DescribeSimulationOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeSimulationCommandInput;
48
+ output: DescribeSimulationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListAppsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAppsCommand extends ListAppsCommand_base {}
36
+ export declare class ListAppsCommand extends ListAppsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAppsInput;
40
+ output: ListAppsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListAppsCommandInput;
44
+ output: ListAppsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListSimulationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListSimulationsCommand extends ListSimulationsCommand_base {}
39
+ export declare class ListSimulationsCommand extends ListSimulationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSimulationsInput;
43
+ output: ListSimulationsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListSimulationsCommandInput;
47
+ output: ListSimulationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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 StartAppCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartAppCommand extends StartAppCommand_base {}
36
+ export declare class StartAppCommand extends StartAppCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartAppInput;
40
+ output: StartAppOutput;
41
+ };
42
+ sdk: {
43
+ input: StartAppCommandInput;
44
+ output: StartAppCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StartClockCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartClockCommand extends StartClockCommand_base {}
36
+ export declare class StartClockCommand extends StartClockCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartClockInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StartClockCommandInput;
44
+ output: StartClockCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const StartSimulationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartSimulationCommand extends StartSimulationCommand_base {}
39
+ export declare class StartSimulationCommand extends StartSimulationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartSimulationInput;
43
+ output: StartSimulationOutput;
44
+ };
45
+ sdk: {
46
+ input: StartSimulationCommandInput;
47
+ output: StartSimulationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -27,4 +27,15 @@ declare const StopAppCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class StopAppCommand extends StopAppCommand_base {}
30
+ export declare class StopAppCommand extends StopAppCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: StopAppInput;
34
+ output: {};
35
+ };
36
+ sdk: {
37
+ input: StopAppCommandInput;
38
+ output: StopAppCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const StopClockCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopClockCommand extends StopClockCommand_base {}
36
+ export declare class StopClockCommand extends StopClockCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopClockInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StopClockCommandInput;
44
+ output: StopClockCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopSimulationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopSimulationCommand extends StopSimulationCommand_base {}
36
+ export declare class StopSimulationCommand extends StopSimulationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopSimulationInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StopSimulationCommandInput;
44
+ output: StopSimulationCommandOutput;
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
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-simspaceweaver",
3
3
  "description": "AWS SDK for JavaScript Simspaceweaver Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
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-simspaceweaver",
@@ -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.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
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
  "uuid": "^9.0.1"