@aws-sdk/client-schemas 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 (63) hide show
  1. package/dist-types/commands/CreateDiscovererCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateSchemaCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteDiscovererCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteRegistryCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteSchemaCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeDiscovererCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeRegistryCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeSchemaCommand.d.ts +11 -0
  13. package/dist-types/commands/ExportSchemaCommand.d.ts +11 -0
  14. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +11 -0
  15. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +11 -0
  16. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  17. package/dist-types/commands/ListDiscoverersCommand.d.ts +11 -0
  18. package/dist-types/commands/ListRegistriesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListSchemasCommand.d.ts +11 -0
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/PutCodeBindingCommand.d.ts +11 -0
  23. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  24. package/dist-types/commands/SearchSchemasCommand.d.ts +11 -0
  25. package/dist-types/commands/StartDiscovererCommand.d.ts +11 -0
  26. package/dist-types/commands/StopDiscovererCommand.d.ts +11 -0
  27. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateDiscovererCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateRegistryCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateSchemaCommand.d.ts +11 -0
  32. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +12 -1
  63. package/package.json +37 -37
@@ -82,4 +82,15 @@ declare const CreateDiscovererCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateDiscovererCommand extends CreateDiscovererCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateDiscovererRequest;
89
+ output: CreateDiscovererResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateDiscovererCommandInput;
93
+ output: CreateDiscovererCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -78,4 +78,15 @@ declare const CreateRegistryCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateRegistryCommand extends CreateRegistryCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateRegistryRequest;
85
+ output: CreateRegistryResponse;
86
+ };
87
+ sdk: {
88
+ input: CreateRegistryCommandInput;
89
+ output: CreateRegistryCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -81,4 +81,15 @@ declare const CreateSchemaCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CreateSchemaRequest;
88
+ output: CreateSchemaResponse;
89
+ };
90
+ sdk: {
91
+ input: CreateSchemaCommandInput;
92
+ output: CreateSchemaCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -67,4 +67,15 @@ declare const DeleteDiscovererCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteDiscovererRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteDiscovererCommandInput;
78
+ output: DeleteDiscovererCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const DeleteRegistryCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteRegistryRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteRegistryCommandInput;
78
+ output: DeleteRegistryCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const DeleteResourcePolicyCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteResourcePolicyRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteResourcePolicyCommandInput;
78
+ output: DeleteResourcePolicyCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -68,4 +68,15 @@ declare const DeleteSchemaCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteSchemaRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteSchemaCommandInput;
79
+ output: DeleteSchemaCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -69,4 +69,15 @@ declare const DeleteSchemaVersionCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteSchemaVersionRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteSchemaVersionCommandInput;
80
+ output: DeleteSchemaVersionCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -75,4 +75,15 @@ declare const DescribeCodeBindingCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeCodeBindingRequest;
82
+ output: DescribeCodeBindingResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeCodeBindingCommandInput;
86
+ output: DescribeCodeBindingCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -77,4 +77,15 @@ declare const DescribeDiscovererCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DescribeDiscovererRequest;
84
+ output: DescribeDiscovererResponse;
85
+ };
86
+ sdk: {
87
+ input: DescribeDiscovererCommandInput;
88
+ output: DescribeDiscovererCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -74,4 +74,15 @@ declare const DescribeRegistryCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeRegistryRequest;
81
+ output: DescribeRegistryResponse;
82
+ };
83
+ sdk: {
84
+ input: DescribeRegistryCommandInput;
85
+ output: DescribeRegistryCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -81,4 +81,15 @@ declare const DescribeSchemaCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DescribeSchemaRequest;
88
+ output: DescribeSchemaResponse;
89
+ };
90
+ sdk: {
91
+ input: DescribeSchemaCommandInput;
92
+ output: DescribeSchemaCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -78,4 +78,15 @@ declare const ExportSchemaCommand_base: {
78
78
  *
79
79
  */
80
80
  export declare class ExportSchemaCommand extends ExportSchemaCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ExportSchemaRequest;
85
+ output: ExportSchemaResponse;
86
+ };
87
+ sdk: {
88
+ input: ExportSchemaCommandInput;
89
+ output: ExportSchemaCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -79,4 +79,15 @@ declare const GetCodeBindingSourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetCodeBindingSourceRequest;
86
+ output: GetCodeBindingSourceResponse;
87
+ };
88
+ sdk: {
89
+ input: GetCodeBindingSourceCommandInput;
90
+ output: GetCodeBindingSourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -70,4 +70,15 @@ declare const GetDiscoveredSchemaCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetDiscoveredSchemaRequest;
77
+ output: GetDiscoveredSchemaResponse;
78
+ };
79
+ sdk: {
80
+ input: GetDiscoveredSchemaCommandInput;
81
+ output: GetDiscoveredSchemaCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -70,4 +70,15 @@ declare const GetResourcePolicyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetResourcePolicyRequest;
77
+ output: GetResourcePolicyResponse;
78
+ };
79
+ sdk: {
80
+ input: GetResourcePolicyCommandInput;
81
+ output: GetResourcePolicyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -82,4 +82,15 @@ declare const ListDiscoverersCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListDiscoverersRequest;
89
+ output: ListDiscoverersResponse;
90
+ };
91
+ sdk: {
92
+ input: ListDiscoverersCommandInput;
93
+ output: ListDiscoverersCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -79,4 +79,15 @@ declare const ListRegistriesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListRegistriesRequest;
86
+ output: ListRegistriesResponse;
87
+ };
88
+ sdk: {
89
+ input: ListRegistriesCommandInput;
90
+ output: ListRegistriesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -80,4 +80,15 @@ declare const ListSchemaVersionsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListSchemaVersionsRequest;
87
+ output: ListSchemaVersionsResponse;
88
+ };
89
+ sdk: {
90
+ input: ListSchemaVersionsCommandInput;
91
+ output: ListSchemaVersionsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -81,4 +81,15 @@ declare const ListSchemasCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListSchemasCommand extends ListSchemasCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListSchemasRequest;
88
+ output: ListSchemasResponse;
89
+ };
90
+ sdk: {
91
+ input: ListSchemasCommandInput;
92
+ output: ListSchemasCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -67,4 +67,15 @@ declare const ListTagsForResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: ListTagsForResourceRequest;
74
+ output: ListTagsForResourceResponse;
75
+ };
76
+ sdk: {
77
+ input: ListTagsForResourceCommandInput;
78
+ output: ListTagsForResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -77,4 +77,15 @@ declare const PutCodeBindingCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: PutCodeBindingRequest;
84
+ output: PutCodeBindingResponse;
85
+ };
86
+ sdk: {
87
+ input: PutCodeBindingCommandInput;
88
+ output: PutCodeBindingCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -74,4 +74,15 @@ declare const PutResourcePolicyCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: PutResourcePolicyRequest;
81
+ output: PutResourcePolicyResponse;
82
+ };
83
+ sdk: {
84
+ input: PutResourcePolicyCommandInput;
85
+ output: PutResourcePolicyCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -84,4 +84,15 @@ declare const SearchSchemasCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: SearchSchemasRequest;
91
+ output: SearchSchemasResponse;
92
+ };
93
+ sdk: {
94
+ input: SearchSchemasCommandInput;
95
+ output: SearchSchemasCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -70,4 +70,15 @@ declare const StartDiscovererCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: StartDiscovererRequest;
77
+ output: StartDiscovererResponse;
78
+ };
79
+ sdk: {
80
+ input: StartDiscovererCommandInput;
81
+ output: StartDiscovererCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -70,4 +70,15 @@ declare const StopDiscovererCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: StopDiscovererRequest;
77
+ output: StopDiscovererResponse;
78
+ };
79
+ sdk: {
80
+ input: StopDiscovererCommandInput;
81
+ output: StopDiscovererCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -66,4 +66,15 @@ declare const TagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: TagResourceRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: TagResourceCommandInput;
77
+ output: TagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -66,4 +66,15 @@ declare const UntagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UntagResourceRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UntagResourceCommandInput;
77
+ output: UntagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -79,4 +79,15 @@ declare const UpdateDiscovererCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateDiscovererRequest;
86
+ output: UpdateDiscovererResponse;
87
+ };
88
+ sdk: {
89
+ input: UpdateDiscovererCommandInput;
90
+ output: UpdateDiscovererCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -75,4 +75,15 @@ declare const UpdateRegistryCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UpdateRegistryRequest;
82
+ output: UpdateRegistryResponse;
83
+ };
84
+ sdk: {
85
+ input: UpdateRegistryCommandInput;
86
+ output: UpdateRegistryCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -81,4 +81,15 @@ declare const UpdateSchemaCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateSchemaRequest;
88
+ output: UpdateSchemaResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateSchemaCommandInput;
92
+ output: UpdateSchemaCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -36,4 +36,15 @@ declare const CreateDiscovererCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDiscovererCommand extends CreateDiscovererCommand_base {}
39
+ export declare class CreateDiscovererCommand extends CreateDiscovererCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDiscovererRequest;
43
+ output: CreateDiscovererResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateDiscovererCommandInput;
47
+ output: CreateDiscovererCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateRegistryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateRegistryCommand extends CreateRegistryCommand_base {}
39
+ export declare class CreateRegistryCommand extends CreateRegistryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateRegistryRequest;
43
+ output: CreateRegistryResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateRegistryCommandInput;
47
+ output: CreateRegistryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateSchemaCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateSchemaCommand extends CreateSchemaCommand_base {}
36
+ export declare class CreateSchemaCommand extends CreateSchemaCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateSchemaRequest;
40
+ output: CreateSchemaResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateSchemaCommandInput;
44
+ output: CreateSchemaCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteDiscovererCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {}
34
+ export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteDiscovererRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteDiscovererCommandInput;
42
+ output: DeleteDiscovererCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteRegistryCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {}
34
+ export declare class DeleteRegistryCommand extends DeleteRegistryCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteRegistryRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteRegistryCommandInput;
42
+ output: DeleteRegistryCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteResourcePolicyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
35
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteResourcePolicyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteResourcePolicyCommandInput;
43
+ output: DeleteResourcePolicyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteSchemaCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {}
34
+ export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteSchemaRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteSchemaCommandInput;
42
+ output: DeleteSchemaCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteSchemaVersionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_base {}
35
+ export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteSchemaVersionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteSchemaVersionCommandInput;
43
+ output: DeleteSchemaVersionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const DescribeCodeBindingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {}
40
+ export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCodeBindingRequest;
44
+ output: DescribeCodeBindingResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCodeBindingCommandInput;
48
+ output: DescribeCodeBindingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDiscovererCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {}
40
+ export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDiscovererRequest;
44
+ output: DescribeDiscovererResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDiscovererCommandInput;
48
+ output: DescribeDiscovererCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeRegistryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {}
39
+ export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeRegistryRequest;
43
+ output: DescribeRegistryResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeRegistryCommandInput;
47
+ output: DescribeRegistryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeSchemaCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {}
39
+ export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeSchemaRequest;
43
+ output: DescribeSchemaResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeSchemaCommandInput;
47
+ output: DescribeSchemaCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ExportSchemaCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ExportSchemaCommand extends ExportSchemaCommand_base {}
36
+ export declare class ExportSchemaCommand extends ExportSchemaCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ExportSchemaRequest;
40
+ output: ExportSchemaResponse;
41
+ };
42
+ sdk: {
43
+ input: ExportSchemaCommandInput;
44
+ output: ExportSchemaCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -44,4 +44,15 @@ declare const GetCodeBindingSourceCommand_base: {
44
44
  >;
45
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
46
46
  };
47
- export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {}
47
+ export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
48
+ protected static __types: {
49
+ api: {
50
+ input: GetCodeBindingSourceRequest;
51
+ output: GetCodeBindingSourceResponse;
52
+ };
53
+ sdk: {
54
+ input: GetCodeBindingSourceCommandInput;
55
+ output: GetCodeBindingSourceCommandOutput;
56
+ };
57
+ };
58
+ }
@@ -37,4 +37,15 @@ declare const GetDiscoveredSchemaCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {}
40
+ export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDiscoveredSchemaRequest;
44
+ output: GetDiscoveredSchemaResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDiscoveredSchemaCommandInput;
48
+ output: GetDiscoveredSchemaCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListDiscoverersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {}
39
+ export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListDiscoverersRequest;
43
+ output: ListDiscoverersResponse;
44
+ };
45
+ sdk: {
46
+ input: ListDiscoverersCommandInput;
47
+ output: ListDiscoverersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListRegistriesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListRegistriesCommand extends ListRegistriesCommand_base {}
39
+ export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListRegistriesRequest;
43
+ output: ListRegistriesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListRegistriesCommandInput;
47
+ output: ListRegistriesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListSchemaVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {}
40
+ export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSchemaVersionsRequest;
44
+ output: ListSchemaVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListSchemaVersionsCommandInput;
48
+ output: ListSchemaVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListSchemasCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListSchemasCommand extends ListSchemasCommand_base {}
36
+ export declare class ListSchemasCommand extends ListSchemasCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListSchemasRequest;
40
+ output: ListSchemasResponse;
41
+ };
42
+ sdk: {
43
+ input: ListSchemasCommandInput;
44
+ output: ListSchemasCommandOutput;
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
+ }
@@ -36,4 +36,15 @@ declare const PutCodeBindingCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {}
39
+ export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutCodeBindingRequest;
43
+ output: PutCodeBindingResponse;
44
+ };
45
+ sdk: {
46
+ input: PutCodeBindingCommandInput;
47
+ output: PutCodeBindingCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const SearchSchemasCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SearchSchemasCommand extends SearchSchemasCommand_base {}
39
+ export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SearchSchemasRequest;
43
+ output: SearchSchemasResponse;
44
+ };
45
+ sdk: {
46
+ input: SearchSchemasCommandInput;
47
+ output: SearchSchemasCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const StartDiscovererCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartDiscovererCommand extends StartDiscovererCommand_base {}
39
+ export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartDiscovererRequest;
43
+ output: StartDiscovererResponse;
44
+ };
45
+ sdk: {
46
+ input: StartDiscovererCommandInput;
47
+ output: StartDiscovererCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const StopDiscovererCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopDiscovererCommand extends StopDiscovererCommand_base {}
39
+ export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopDiscovererRequest;
43
+ output: StopDiscovererResponse;
44
+ };
45
+ sdk: {
46
+ input: StopDiscovererCommandInput;
47
+ output: StopDiscovererCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const UpdateDiscovererCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {}
39
+ export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateDiscovererRequest;
43
+ output: UpdateDiscovererResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateDiscovererCommandInput;
47
+ output: UpdateDiscovererCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateRegistryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {}
39
+ export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateRegistryRequest;
43
+ output: UpdateRegistryResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateRegistryCommandInput;
47
+ output: UpdateRegistryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateSchemaCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {}
36
+ export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateSchemaRequest;
40
+ output: UpdateSchemaResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateSchemaCommandInput;
44
+ output: UpdateSchemaCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-schemas",
3
3
  "description": "AWS SDK for JavaScript Schemas 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-schemas",
@@ -20,46 +20,46 @@
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",
60
- "@smithy/util-stream": "^3.1.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
+ "@smithy/util-stream": "^3.1.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
- "@smithy/util-waiter": "^3.1.3",
62
+ "@smithy/util-waiter": "^3.1.5",
63
63
  "tslib": "^2.6.2",
64
64
  "uuid": "^9.0.1"
65
65
  },