@aws-sdk/client-codecommit 3.39.0 → 3.43.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 (93) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +163 -9
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +163 -9
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/CodeCommitClient.d.ts +8 -0
  9. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchGetCommitsCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateBranchCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateCommitCommand.d.ts +1 -1
  18. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/CreatePullRequestCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteCommentContentCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteFileCommand.d.ts +1 -1
  26. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +1 -1
  31. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +1 -1
  32. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/GetBlobCommand.d.ts +1 -1
  34. package/dist-types/commands/GetBranchCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCommentCommand.d.ts +1 -1
  36. package/dist-types/commands/GetCommentReactionsCommand.d.ts +1 -1
  37. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +1 -1
  38. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCommitCommand.d.ts +1 -1
  40. package/dist-types/commands/GetDifferencesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetFileCommand.d.ts +1 -1
  42. package/dist-types/commands/GetFolderCommand.d.ts +1 -1
  43. package/dist-types/commands/GetMergeCommitCommand.d.ts +1 -1
  44. package/dist-types/commands/GetMergeConflictsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMergeOptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -1
  47. package/dist-types/commands/GetPullRequestCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +1 -1
  49. package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
  50. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +1 -1
  51. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -1
  53. package/dist-types/commands/ListBranchesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
  59. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
  60. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
  61. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
  62. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
  63. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
  64. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  65. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
  66. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
  67. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  68. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  69. package/dist-types/commands/PutFileCommand.d.ts +1 -1
  70. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
  71. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
  73. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/runtimeConfig.d.ts +2 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -0
  89. package/dist-types/ts3.4/CodeCommitClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  93. package/package.json +23 -23
@@ -22,7 +22,7 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg
22
22
  *
23
23
  * @see {@link TestRepositoryTriggersCommandInput} for command's `input` shape.
24
24
  * @see {@link TestRepositoryTriggersCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TestRepositoryTriggersCommand extends $Command<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateAp
22
22
  *
23
23
  * @see {@link UpdateApprovalRuleTemplateContentCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateApprovalRuleTemplateContentCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends Upda
20
20
  *
21
21
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApprovalRuleTemplateDescriptionCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateAppro
20
20
  *
21
21
  * @see {@link UpdateApprovalRuleTemplateNameCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApprovalRuleTemplateNameCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad
20
20
  *
21
21
  * @see {@link UpdateCommentCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateCommentCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateCommentCommand extends $Command<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link UpdateDefaultBranchCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateDefaultBranchCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateDefaultBranchCommand extends $Command<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput extends Updat
21
21
  *
22
22
  * @see {@link UpdatePullRequestApprovalRuleContentCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdatePullRequestApprovalRuleContentCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB
20
20
  *
21
21
  * @see {@link UpdatePullRequestApprovalStateCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestApprovalStateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestApprovalStateCommand extends $Command<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullReq
20
20
  *
21
21
  * @see {@link UpdatePullRequestDescriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestDescriptionCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestDescriptionCommand extends $Command<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
20
20
  *
21
21
  * @see {@link UpdatePullRequestStatusCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestStatusCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestStatusCommand extends $Command<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi
20
20
  *
21
21
  * @see {@link UpdatePullRequestTitleCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdatePullRequestTitleCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdatePullRequestTitleCommand extends $Command<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear
27
27
  *
28
28
  * @see {@link UpdateRepositoryDescriptionCommandInput} for command's `input` shape.
29
29
  * @see {@link UpdateRepositoryDescriptionCommandOutput} for command's `response` shape.
30
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class UpdateRepositoryDescriptionCommand extends $Command<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link UpdateRepositoryNameCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateRepositoryNameCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateRepositoryNameCommand extends $Command<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig> {
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -115,6 +115,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
115
115
 
116
116
  logger?: __Logger;
117
117
 
118
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
119
+
120
+ useFipsEndpoint?: boolean | __Provider<boolean>;
121
+
118
122
  serviceId?: string;
119
123
 
120
124
  region?: string | __Provider<string>;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CodeCommitClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecommit",
3
3
  "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
4
- "version": "3.39.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,32 +21,32 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0",