@aws-sdk/client-application-signals 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 (31) hide show
  1. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +11 -0
  4. package/dist-types/commands/GetServiceCommand.d.ts +11 -0
  5. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +11 -0
  6. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +11 -0
  7. package/dist-types/commands/ListServiceDependentsCommand.d.ts +11 -0
  8. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +11 -0
  9. package/dist-types/commands/ListServiceOperationsCommand.d.ts +11 -0
  10. package/dist-types/commands/ListServicesCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/StartDiscoveryCommand.d.ts +11 -0
  13. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  14. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +11 -0
  16. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +12 -1
  17. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +12 -1
  31. package/package.json +35 -35
@@ -236,4 +236,15 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
236
236
  * @public
237
237
  */
238
238
  export declare class BatchGetServiceLevelObjectiveBudgetReportCommand extends BatchGetServiceLevelObjectiveBudgetReportCommand_base {
239
+ /** @internal type navigation helper, not in runtime. */
240
+ protected static __types: {
241
+ api: {
242
+ input: BatchGetServiceLevelObjectiveBudgetReportInput;
243
+ output: BatchGetServiceLevelObjectiveBudgetReportOutput;
244
+ };
245
+ sdk: {
246
+ input: BatchGetServiceLevelObjectiveBudgetReportCommandInput;
247
+ output: BatchGetServiceLevelObjectiveBudgetReportCommandOutput;
248
+ };
249
+ };
239
250
  }
@@ -451,4 +451,15 @@ declare const CreateServiceLevelObjectiveCommand_base: {
451
451
  * @public
452
452
  */
453
453
  export declare class CreateServiceLevelObjectiveCommand extends CreateServiceLevelObjectiveCommand_base {
454
+ /** @internal type navigation helper, not in runtime. */
455
+ protected static __types: {
456
+ api: {
457
+ input: CreateServiceLevelObjectiveInput;
458
+ output: CreateServiceLevelObjectiveOutput;
459
+ };
460
+ sdk: {
461
+ input: CreateServiceLevelObjectiveCommandInput;
462
+ output: CreateServiceLevelObjectiveCommandOutput;
463
+ };
464
+ };
454
465
  }
@@ -64,4 +64,15 @@ declare const DeleteServiceLevelObjectiveCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteServiceLevelObjectiveCommand extends DeleteServiceLevelObjectiveCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteServiceLevelObjectiveInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteServiceLevelObjectiveCommandInput;
75
+ output: DeleteServiceLevelObjectiveCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -101,4 +101,15 @@ declare const GetServiceCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetServiceCommand extends GetServiceCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetServiceInput;
108
+ output: GetServiceOutput;
109
+ };
110
+ sdk: {
111
+ input: GetServiceCommandInput;
112
+ output: GetServiceCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -212,4 +212,15 @@ declare const GetServiceLevelObjectiveCommand_base: {
212
212
  * @public
213
213
  */
214
214
  export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {
215
+ /** @internal type navigation helper, not in runtime. */
216
+ protected static __types: {
217
+ api: {
218
+ input: GetServiceLevelObjectiveInput;
219
+ output: GetServiceLevelObjectiveOutput;
220
+ };
221
+ sdk: {
222
+ input: GetServiceLevelObjectiveCommandInput;
223
+ output: GetServiceLevelObjectiveCommandOutput;
224
+ };
225
+ };
215
226
  }
@@ -96,4 +96,15 @@ declare const ListServiceDependenciesCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListServiceDependenciesInput;
103
+ output: ListServiceDependenciesOutput;
104
+ };
105
+ sdk: {
106
+ input: ListServiceDependenciesCommandInput;
107
+ output: ListServiceDependenciesCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -94,4 +94,15 @@ declare const ListServiceDependentsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListServiceDependentsInput;
101
+ output: ListServiceDependentsOutput;
102
+ };
103
+ sdk: {
104
+ input: ListServiceDependentsCommandInput;
105
+ output: ListServiceDependentsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -79,4 +79,15 @@ declare const ListServiceLevelObjectivesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListServiceLevelObjectivesInput;
86
+ output: ListServiceLevelObjectivesOutput;
87
+ };
88
+ sdk: {
89
+ input: ListServiceLevelObjectivesCommandInput;
90
+ output: ListServiceLevelObjectivesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -90,4 +90,15 @@ declare const ListServiceOperationsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListServiceOperationsInput;
97
+ output: ListServiceOperationsOutput;
98
+ };
99
+ sdk: {
100
+ input: ListServiceOperationsCommandInput;
101
+ output: ListServiceOperationsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -95,4 +95,15 @@ declare const ListServicesCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListServicesCommand extends ListServicesCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListServicesInput;
102
+ output: ListServicesOutput;
103
+ };
104
+ sdk: {
105
+ input: ListServicesCommandInput;
106
+ output: ListServicesCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: ListTagsForResourceRequest;
75
+ output: ListTagsForResourceResponse;
76
+ };
77
+ sdk: {
78
+ input: ListTagsForResourceCommandInput;
79
+ output: ListTagsForResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -105,4 +105,15 @@ declare const StartDiscoveryCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class StartDiscoveryCommand extends StartDiscoveryCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: {};
112
+ output: {};
113
+ };
114
+ sdk: {
115
+ input: StartDiscoveryCommandInput;
116
+ output: StartDiscoveryCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -79,4 +79,15 @@ declare const TagResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class TagResourceCommand extends TagResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: TagResourceRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: TagResourceCommandInput;
90
+ output: TagResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -64,4 +64,15 @@ declare const UntagResourceCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: UntagResourceRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: UntagResourceCommandInput;
75
+ output: UntagResourceCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -357,4 +357,15 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
357
357
  * @public
358
358
  */
359
359
  export declare class UpdateServiceLevelObjectiveCommand extends UpdateServiceLevelObjectiveCommand_base {
360
+ /** @internal type navigation helper, not in runtime. */
361
+ protected static __types: {
362
+ api: {
363
+ input: UpdateServiceLevelObjectiveInput;
364
+ output: UpdateServiceLevelObjectiveOutput;
365
+ };
366
+ sdk: {
367
+ input: UpdateServiceLevelObjectiveCommandInput;
368
+ output: UpdateServiceLevelObjectiveCommandOutput;
369
+ };
370
+ };
360
371
  }
@@ -37,4 +37,15 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetServiceLevelObjectiveBudgetReportCommand extends BatchGetServiceLevelObjectiveBudgetReportCommand_base {}
40
+ export declare class BatchGetServiceLevelObjectiveBudgetReportCommand extends BatchGetServiceLevelObjectiveBudgetReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetServiceLevelObjectiveBudgetReportInput;
44
+ output: BatchGetServiceLevelObjectiveBudgetReportOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetServiceLevelObjectiveBudgetReportCommandInput;
48
+ output: BatchGetServiceLevelObjectiveBudgetReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateServiceLevelObjectiveCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateServiceLevelObjectiveCommand extends CreateServiceLevelObjectiveCommand_base {}
40
+ export declare class CreateServiceLevelObjectiveCommand extends CreateServiceLevelObjectiveCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateServiceLevelObjectiveInput;
44
+ output: CreateServiceLevelObjectiveOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateServiceLevelObjectiveCommandInput;
48
+ output: CreateServiceLevelObjectiveCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteServiceLevelObjectiveCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteServiceLevelObjectiveCommand extends DeleteServiceLevelObjectiveCommand_base {}
40
+ export declare class DeleteServiceLevelObjectiveCommand extends DeleteServiceLevelObjectiveCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteServiceLevelObjectiveInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteServiceLevelObjectiveCommandInput;
48
+ output: DeleteServiceLevelObjectiveCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetServiceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetServiceCommand extends GetServiceCommand_base {}
36
+ export declare class GetServiceCommand extends GetServiceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetServiceInput;
40
+ output: GetServiceOutput;
41
+ };
42
+ sdk: {
43
+ input: GetServiceCommandInput;
44
+ output: GetServiceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetServiceLevelObjectiveCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {}
40
+ export declare class GetServiceLevelObjectiveCommand extends GetServiceLevelObjectiveCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetServiceLevelObjectiveInput;
44
+ output: GetServiceLevelObjectiveOutput;
45
+ };
46
+ sdk: {
47
+ input: GetServiceLevelObjectiveCommandInput;
48
+ output: GetServiceLevelObjectiveCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceDependenciesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {}
40
+ export declare class ListServiceDependenciesCommand extends ListServiceDependenciesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceDependenciesInput;
44
+ output: ListServiceDependenciesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListServiceDependenciesCommandInput;
48
+ output: ListServiceDependenciesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceDependentsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {}
40
+ export declare class ListServiceDependentsCommand extends ListServiceDependentsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceDependentsInput;
44
+ output: ListServiceDependentsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListServiceDependentsCommandInput;
48
+ output: ListServiceDependentsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceLevelObjectivesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {}
40
+ export declare class ListServiceLevelObjectivesCommand extends ListServiceLevelObjectivesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceLevelObjectivesInput;
44
+ output: ListServiceLevelObjectivesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListServiceLevelObjectivesCommandInput;
48
+ output: ListServiceLevelObjectivesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServiceOperationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {}
40
+ export declare class ListServiceOperationsCommand extends ListServiceOperationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServiceOperationsInput;
44
+ output: ListServiceOperationsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListServiceOperationsCommandInput;
48
+ output: ListServiceOperationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListServicesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListServicesCommand extends ListServicesCommand_base {}
36
+ export declare class ListServicesCommand extends ListServicesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListServicesInput;
40
+ output: ListServicesOutput;
41
+ };
42
+ sdk: {
43
+ input: ListServicesCommandInput;
44
+ output: ListServicesCommandOutput;
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: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const StartDiscoveryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartDiscoveryCommand extends StartDiscoveryCommand_base {}
36
+ export declare class StartDiscoveryCommand extends StartDiscoveryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StartDiscoveryCommandInput;
44
+ output: StartDiscoveryCommandOutput;
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: 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
+ }
@@ -37,4 +37,15 @@ declare const UpdateServiceLevelObjectiveCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateServiceLevelObjectiveCommand extends UpdateServiceLevelObjectiveCommand_base {}
40
+ export declare class UpdateServiceLevelObjectiveCommand extends UpdateServiceLevelObjectiveCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateServiceLevelObjectiveInput;
44
+ output: UpdateServiceLevelObjectiveOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateServiceLevelObjectiveCommandInput;
48
+ output: UpdateServiceLevelObjectiveCommandOutput;
49
+ };
50
+ };
51
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-signals",
3
3
  "description": "AWS SDK for JavaScript Application Signals 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": "tsc -p tsconfig.cjs.json",
@@ -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
  },