@aws-sdk/client-codeguru-reviewer 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 (29) hide show
  1. package/dist-types/commands/AssociateRepositoryCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateCodeReviewCommand.d.ts +11 -0
  3. package/dist-types/commands/DescribeCodeReviewCommand.d.ts +11 -0
  4. package/dist-types/commands/DescribeRecommendationFeedbackCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeRepositoryAssociationCommand.d.ts +11 -0
  6. package/dist-types/commands/DisassociateRepositoryCommand.d.ts +11 -0
  7. package/dist-types/commands/ListCodeReviewsCommand.d.ts +11 -0
  8. package/dist-types/commands/ListRecommendationFeedbackCommand.d.ts +11 -0
  9. package/dist-types/commands/ListRecommendationsCommand.d.ts +11 -0
  10. package/dist-types/commands/ListRepositoryAssociationsCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/PutRecommendationFeedbackCommand.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/ts3.4/commands/AssociateRepositoryCommand.d.ts +12 -1
  16. package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +12 -1
  17. package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  29. package/package.json +36 -36
@@ -144,4 +144,15 @@ declare const AssociateRepositoryCommand_base: {
144
144
  * @public
145
145
  */
146
146
  export declare class AssociateRepositoryCommand extends AssociateRepositoryCommand_base {
147
+ /** @internal type navigation helper, not in runtime. */
148
+ protected static __types: {
149
+ api: {
150
+ input: AssociateRepositoryRequest;
151
+ output: AssociateRepositoryResponse;
152
+ };
153
+ sdk: {
154
+ input: AssociateRepositoryCommandInput;
155
+ output: AssociateRepositoryCommandOutput;
156
+ };
157
+ };
147
158
  }
@@ -180,4 +180,15 @@ declare const CreateCodeReviewCommand_base: {
180
180
  * @public
181
181
  */
182
182
  export declare class CreateCodeReviewCommand extends CreateCodeReviewCommand_base {
183
+ /** @internal type navigation helper, not in runtime. */
184
+ protected static __types: {
185
+ api: {
186
+ input: CreateCodeReviewRequest;
187
+ output: CreateCodeReviewResponse;
188
+ };
189
+ sdk: {
190
+ input: CreateCodeReviewCommandInput;
191
+ output: CreateCodeReviewCommandOutput;
192
+ };
193
+ };
183
194
  }
@@ -127,4 +127,15 @@ declare const DescribeCodeReviewCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class DescribeCodeReviewCommand extends DescribeCodeReviewCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: DescribeCodeReviewRequest;
134
+ output: DescribeCodeReviewResponse;
135
+ };
136
+ sdk: {
137
+ input: DescribeCodeReviewCommandInput;
138
+ output: DescribeCodeReviewCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -83,4 +83,15 @@ declare const DescribeRecommendationFeedbackCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeRecommendationFeedbackCommand extends DescribeRecommendationFeedbackCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeRecommendationFeedbackRequest;
90
+ output: DescribeRecommendationFeedbackResponse;
91
+ };
92
+ sdk: {
93
+ input: DescribeRecommendationFeedbackCommandInput;
94
+ output: DescribeRecommendationFeedbackCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -98,4 +98,15 @@ declare const DescribeRepositoryAssociationCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DescribeRepositoryAssociationCommand extends DescribeRepositoryAssociationCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DescribeRepositoryAssociationRequest;
105
+ output: DescribeRepositoryAssociationResponse;
106
+ };
107
+ sdk: {
108
+ input: DescribeRepositoryAssociationCommandInput;
109
+ output: DescribeRepositoryAssociationCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -102,4 +102,15 @@ declare const DisassociateRepositoryCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class DisassociateRepositoryCommand extends DisassociateRepositoryCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DisassociateRepositoryRequest;
109
+ output: DisassociateRepositoryResponse;
110
+ };
111
+ sdk: {
112
+ input: DisassociateRepositoryCommandInput;
113
+ output: DisassociateRepositoryCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -132,4 +132,15 @@ declare const ListCodeReviewsCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class ListCodeReviewsCommand extends ListCodeReviewsCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: ListCodeReviewsRequest;
139
+ output: ListCodeReviewsResponse;
140
+ };
141
+ sdk: {
142
+ input: ListCodeReviewsCommandInput;
143
+ output: ListCodeReviewsCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -90,4 +90,15 @@ declare const ListRecommendationFeedbackCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListRecommendationFeedbackCommand extends ListRecommendationFeedbackCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListRecommendationFeedbackRequest;
97
+ output: ListRecommendationFeedbackResponse;
98
+ };
99
+ sdk: {
100
+ input: ListRecommendationFeedbackCommandInput;
101
+ output: ListRecommendationFeedbackCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -94,4 +94,15 @@ declare const ListRecommendationsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListRecommendationsRequest;
101
+ output: ListRecommendationsResponse;
102
+ };
103
+ sdk: {
104
+ input: ListRecommendationsCommandInput;
105
+ output: ListRecommendationsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -92,4 +92,15 @@ declare const ListRepositoryAssociationsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListRepositoryAssociationsCommand extends ListRepositoryAssociationsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListRepositoryAssociationsRequest;
99
+ output: ListRepositoryAssociationsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListRepositoryAssociationsCommandInput;
103
+ output: ListRepositoryAssociationsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -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
  }
@@ -75,4 +75,15 @@ declare const PutRecommendationFeedbackCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class PutRecommendationFeedbackCommand extends PutRecommendationFeedbackCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: PutRecommendationFeedbackRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: PutRecommendationFeedbackCommandInput;
86
+ output: PutRecommendationFeedbackCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: TagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: TagResourceCommandInput;
78
+ output: TagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -37,4 +37,15 @@ declare const AssociateRepositoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateRepositoryCommand extends AssociateRepositoryCommand_base {}
40
+ export declare class AssociateRepositoryCommand extends AssociateRepositoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateRepositoryRequest;
44
+ output: AssociateRepositoryResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateRepositoryCommandInput;
48
+ output: AssociateRepositoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateCodeReviewCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateCodeReviewCommand extends CreateCodeReviewCommand_base {}
39
+ export declare class CreateCodeReviewCommand extends CreateCodeReviewCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateCodeReviewRequest;
43
+ output: CreateCodeReviewResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateCodeReviewCommandInput;
47
+ output: CreateCodeReviewCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeCodeReviewCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCodeReviewCommand extends DescribeCodeReviewCommand_base {}
40
+ export declare class DescribeCodeReviewCommand extends DescribeCodeReviewCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCodeReviewRequest;
44
+ output: DescribeCodeReviewResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCodeReviewCommandInput;
48
+ output: DescribeCodeReviewCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRecommendationFeedbackCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRecommendationFeedbackCommand extends DescribeRecommendationFeedbackCommand_base {}
40
+ export declare class DescribeRecommendationFeedbackCommand extends DescribeRecommendationFeedbackCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRecommendationFeedbackRequest;
44
+ output: DescribeRecommendationFeedbackResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRecommendationFeedbackCommandInput;
48
+ output: DescribeRecommendationFeedbackCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeRepositoryAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeRepositoryAssociationCommand extends DescribeRepositoryAssociationCommand_base {}
40
+ export declare class DescribeRepositoryAssociationCommand extends DescribeRepositoryAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRepositoryAssociationRequest;
44
+ output: DescribeRepositoryAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRepositoryAssociationCommandInput;
48
+ output: DescribeRepositoryAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateRepositoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateRepositoryCommand extends DisassociateRepositoryCommand_base {}
40
+ export declare class DisassociateRepositoryCommand extends DisassociateRepositoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateRepositoryRequest;
44
+ output: DisassociateRepositoryResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateRepositoryCommandInput;
48
+ output: DisassociateRepositoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListCodeReviewsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListCodeReviewsCommand extends ListCodeReviewsCommand_base {}
39
+ export declare class ListCodeReviewsCommand extends ListCodeReviewsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListCodeReviewsRequest;
43
+ output: ListCodeReviewsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListCodeReviewsCommandInput;
47
+ output: ListCodeReviewsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListRecommendationFeedbackCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRecommendationFeedbackCommand extends ListRecommendationFeedbackCommand_base {}
40
+ export declare class ListRecommendationFeedbackCommand extends ListRecommendationFeedbackCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRecommendationFeedbackRequest;
44
+ output: ListRecommendationFeedbackResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRecommendationFeedbackCommandInput;
48
+ output: ListRecommendationFeedbackCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRecommendationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {}
40
+ export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRecommendationsRequest;
44
+ output: ListRecommendationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRecommendationsCommandInput;
48
+ output: ListRecommendationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRepositoryAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRepositoryAssociationsCommand extends ListRepositoryAssociationsCommand_base {}
40
+ export declare class ListRepositoryAssociationsCommand extends ListRepositoryAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRepositoryAssociationsRequest;
44
+ output: ListRepositoryAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRepositoryAssociationsCommandInput;
48
+ output: ListRepositoryAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutRecommendationFeedbackCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutRecommendationFeedbackCommand extends PutRecommendationFeedbackCommand_base {}
40
+ export declare class PutRecommendationFeedbackCommand extends PutRecommendationFeedbackCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutRecommendationFeedbackRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: PutRecommendationFeedbackCommandInput;
48
+ output: PutRecommendationFeedbackCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguru-reviewer",
3
3
  "description": "AWS SDK for JavaScript Codeguru Reviewer 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-codeguru-reviewer",
@@ -20,45 +20,45 @@
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
- "@smithy/util-waiter": "^3.1.3",
61
+ "@smithy/util-waiter": "^3.1.5",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },