@aws-sdk/client-codepipeline 3.45.0 → 3.47.2

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.
@@ -35,10 +35,6 @@ export interface InvalidNonceException extends __SmithyException, $MetadataBeare
35
35
 
36
36
  message?: string;
37
37
  }
38
- export declare namespace InvalidNonceException {
39
-
40
- const filterSensitiveLog: (obj: InvalidNonceException) => any;
41
- }
42
38
 
43
39
  export interface JobNotFoundException extends __SmithyException, $MetadataBearer {
44
40
  name: "JobNotFoundException";
@@ -46,10 +42,6 @@ export interface JobNotFoundException extends __SmithyException, $MetadataBearer
46
42
 
47
43
  message?: string;
48
44
  }
49
- export declare namespace JobNotFoundException {
50
-
51
- const filterSensitiveLog: (obj: JobNotFoundException) => any;
52
- }
53
45
 
54
46
  export interface ValidationException extends __SmithyException, $MetadataBearer {
55
47
  name: "ValidationException";
@@ -57,10 +49,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
57
49
 
58
50
  message?: string;
59
51
  }
60
- export declare namespace ValidationException {
61
-
62
- const filterSensitiveLog: (obj: ValidationException) => any;
63
- }
64
52
 
65
53
  export interface AcknowledgeThirdPartyJobInput {
66
54
 
@@ -90,10 +78,6 @@ export interface InvalidClientTokenException extends __SmithyException, $Metadat
90
78
 
91
79
  message?: string;
92
80
  }
93
- export declare namespace InvalidClientTokenException {
94
-
95
- const filterSensitiveLog: (obj: InvalidClientTokenException) => any;
96
- }
97
81
  export declare enum ActionCategory {
98
82
  Approval = "Approval",
99
83
  Build = "Build",
@@ -377,10 +361,6 @@ export interface ActionNotFoundException extends __SmithyException, $MetadataBea
377
361
 
378
362
  message?: string;
379
363
  }
380
- export declare namespace ActionNotFoundException {
381
-
382
- const filterSensitiveLog: (obj: ActionNotFoundException) => any;
383
- }
384
364
 
385
365
  export interface ActionRevision {
386
366
 
@@ -603,10 +583,6 @@ export interface ActionTypeNotFoundException extends __SmithyException, $Metadat
603
583
 
604
584
  message?: string;
605
585
  }
606
- export declare namespace ActionTypeNotFoundException {
607
-
608
- const filterSensitiveLog: (obj: ActionTypeNotFoundException) => any;
609
- }
610
586
 
611
587
  export interface ApprovalAlreadyCompletedException extends __SmithyException, $MetadataBearer {
612
588
  name: "ApprovalAlreadyCompletedException";
@@ -614,10 +590,6 @@ export interface ApprovalAlreadyCompletedException extends __SmithyException, $M
614
590
 
615
591
  message?: string;
616
592
  }
617
- export declare namespace ApprovalAlreadyCompletedException {
618
-
619
- const filterSensitiveLog: (obj: ApprovalAlreadyCompletedException) => any;
620
- }
621
593
  export declare enum ApprovalStatus {
622
594
  Approved = "Approved",
623
595
  Rejected = "Rejected"
@@ -753,10 +725,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
753
725
  $fault: "client";
754
726
  message?: string;
755
727
  }
756
- export declare namespace ConcurrentModificationException {
757
-
758
- const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
759
- }
760
728
 
761
729
  export interface Tag {
762
730
 
@@ -808,10 +776,6 @@ export interface InvalidTagsException extends __SmithyException, $MetadataBearer
808
776
  $fault: "client";
809
777
  message?: string;
810
778
  }
811
- export declare namespace InvalidTagsException {
812
-
813
- const filterSensitiveLog: (obj: InvalidTagsException) => any;
814
- }
815
779
 
816
780
  export interface LimitExceededException extends __SmithyException, $MetadataBearer {
817
781
  name: "LimitExceededException";
@@ -819,20 +783,12 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
819
783
 
820
784
  message?: string;
821
785
  }
822
- export declare namespace LimitExceededException {
823
-
824
- const filterSensitiveLog: (obj: LimitExceededException) => any;
825
- }
826
786
 
827
787
  export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
828
788
  name: "TooManyTagsException";
829
789
  $fault: "client";
830
790
  message?: string;
831
791
  }
832
- export declare namespace TooManyTagsException {
833
-
834
- const filterSensitiveLog: (obj: TooManyTagsException) => any;
835
- }
836
792
 
837
793
  export interface StageDeclaration {
838
794
 
@@ -896,10 +852,6 @@ export interface InvalidActionDeclarationException extends __SmithyException, $M
896
852
 
897
853
  message?: string;
898
854
  }
899
- export declare namespace InvalidActionDeclarationException {
900
-
901
- const filterSensitiveLog: (obj: InvalidActionDeclarationException) => any;
902
- }
903
855
 
904
856
  export interface InvalidBlockerDeclarationException extends __SmithyException, $MetadataBearer {
905
857
  name: "InvalidBlockerDeclarationException";
@@ -907,10 +859,6 @@ export interface InvalidBlockerDeclarationException extends __SmithyException, $
907
859
 
908
860
  message?: string;
909
861
  }
910
- export declare namespace InvalidBlockerDeclarationException {
911
-
912
- const filterSensitiveLog: (obj: InvalidBlockerDeclarationException) => any;
913
- }
914
862
 
915
863
  export interface InvalidStageDeclarationException extends __SmithyException, $MetadataBearer {
916
864
  name: "InvalidStageDeclarationException";
@@ -918,10 +866,6 @@ export interface InvalidStageDeclarationException extends __SmithyException, $Me
918
866
 
919
867
  message?: string;
920
868
  }
921
- export declare namespace InvalidStageDeclarationException {
922
-
923
- const filterSensitiveLog: (obj: InvalidStageDeclarationException) => any;
924
- }
925
869
 
926
870
  export interface InvalidStructureException extends __SmithyException, $MetadataBearer {
927
871
  name: "InvalidStructureException";
@@ -929,10 +873,6 @@ export interface InvalidStructureException extends __SmithyException, $MetadataB
929
873
 
930
874
  message?: string;
931
875
  }
932
- export declare namespace InvalidStructureException {
933
-
934
- const filterSensitiveLog: (obj: InvalidStructureException) => any;
935
- }
936
876
 
937
877
  export interface PipelineNameInUseException extends __SmithyException, $MetadataBearer {
938
878
  name: "PipelineNameInUseException";
@@ -940,10 +880,6 @@ export interface PipelineNameInUseException extends __SmithyException, $Metadata
940
880
 
941
881
  message?: string;
942
882
  }
943
- export declare namespace PipelineNameInUseException {
944
-
945
- const filterSensitiveLog: (obj: PipelineNameInUseException) => any;
946
- }
947
883
 
948
884
  export interface DeleteCustomActionTypeInput {
949
885
 
@@ -999,10 +935,6 @@ export interface WebhookNotFoundException extends __SmithyException, $MetadataBe
999
935
  name: "WebhookNotFoundException";
1000
936
  $fault: "client";
1001
937
  }
1002
- export declare namespace WebhookNotFoundException {
1003
-
1004
- const filterSensitiveLog: (obj: WebhookNotFoundException) => any;
1005
- }
1006
938
  export declare enum StageTransitionType {
1007
939
  Inbound = "Inbound",
1008
940
  Outbound = "Outbound"
@@ -1029,10 +961,6 @@ export interface PipelineNotFoundException extends __SmithyException, $MetadataB
1029
961
 
1030
962
  message?: string;
1031
963
  }
1032
- export declare namespace PipelineNotFoundException {
1033
-
1034
- const filterSensitiveLog: (obj: PipelineNotFoundException) => any;
1035
- }
1036
964
 
1037
965
  export interface StageNotFoundException extends __SmithyException, $MetadataBearer {
1038
966
  name: "StageNotFoundException";
@@ -1040,10 +968,6 @@ export interface StageNotFoundException extends __SmithyException, $MetadataBear
1040
968
 
1041
969
  message?: string;
1042
970
  }
1043
- export declare namespace StageNotFoundException {
1044
-
1045
- const filterSensitiveLog: (obj: StageNotFoundException) => any;
1046
- }
1047
971
 
1048
972
  export interface EnableStageTransitionInput {
1049
973
 
@@ -1201,10 +1125,6 @@ export interface PipelineVersionNotFoundException extends __SmithyException, $Me
1201
1125
 
1202
1126
  message?: string;
1203
1127
  }
1204
- export declare namespace PipelineVersionNotFoundException {
1205
-
1206
- const filterSensitiveLog: (obj: PipelineVersionNotFoundException) => any;
1207
- }
1208
1128
 
1209
1129
  export interface GetPipelineExecutionInput {
1210
1130
 
@@ -1260,10 +1180,6 @@ export interface PipelineExecutionNotFoundException extends __SmithyException, $
1260
1180
 
1261
1181
  message?: string;
1262
1182
  }
1263
- export declare namespace PipelineExecutionNotFoundException {
1264
-
1265
- const filterSensitiveLog: (obj: PipelineExecutionNotFoundException) => any;
1266
- }
1267
1183
 
1268
1184
  export interface GetPipelineStateInput {
1269
1185
 
@@ -1404,10 +1320,6 @@ export interface InvalidJobException extends __SmithyException, $MetadataBearer
1404
1320
 
1405
1321
  message?: string;
1406
1322
  }
1407
- export declare namespace InvalidJobException {
1408
-
1409
- const filterSensitiveLog: (obj: InvalidJobException) => any;
1410
- }
1411
1323
 
1412
1324
  export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
1413
1325
  name: "InvalidNextTokenException";
@@ -1415,10 +1327,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
1415
1327
 
1416
1328
  message?: string;
1417
1329
  }
1418
- export declare namespace InvalidNextTokenException {
1419
-
1420
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
1421
- }
1422
1330
  export interface ListActionExecutionsInput {
1423
1331
 
1424
1332
  pipelineName: string | undefined;
@@ -1598,10 +1506,6 @@ export interface InvalidArnException extends __SmithyException, $MetadataBearer
1598
1506
  $fault: "client";
1599
1507
  message?: string;
1600
1508
  }
1601
- export declare namespace InvalidArnException {
1602
-
1603
- const filterSensitiveLog: (obj: InvalidArnException) => any;
1604
- }
1605
1509
  export interface ListTagsForResourceInput {
1606
1510
 
1607
1511
  resourceArn: string | undefined;
@@ -1631,10 +1535,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
1631
1535
 
1632
1536
  message?: string;
1633
1537
  }
1634
- export declare namespace ResourceNotFoundException {
1635
-
1636
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
1637
- }
1638
1538
  export interface ListWebhooksInput {
1639
1539
 
1640
1540
  NextToken?: string;
@@ -1825,10 +1725,6 @@ export interface InvalidApprovalTokenException extends __SmithyException, $Metad
1825
1725
 
1826
1726
  message?: string;
1827
1727
  }
1828
- export declare namespace InvalidApprovalTokenException {
1829
-
1830
- const filterSensitiveLog: (obj: InvalidApprovalTokenException) => any;
1831
- }
1832
1728
 
1833
1729
  export interface PutApprovalResultInput {
1834
1730
 
@@ -1862,10 +1758,6 @@ export interface InvalidJobStateException extends __SmithyException, $MetadataBe
1862
1758
 
1863
1759
  message?: string;
1864
1760
  }
1865
- export declare namespace InvalidJobStateException {
1866
-
1867
- const filterSensitiveLog: (obj: InvalidJobStateException) => any;
1868
- }
1869
1761
  export declare enum FailureType {
1870
1762
  ConfigurationError = "ConfigurationError",
1871
1763
  JobFailed = "JobFailed",
@@ -1904,10 +1796,6 @@ export interface OutputVariablesSizeExceededException extends __SmithyException,
1904
1796
  $fault: "client";
1905
1797
  message?: string;
1906
1798
  }
1907
- export declare namespace OutputVariablesSizeExceededException {
1908
-
1909
- const filterSensitiveLog: (obj: OutputVariablesSizeExceededException) => any;
1910
- }
1911
1799
 
1912
1800
  export interface CurrentRevision {
1913
1801
 
@@ -1992,10 +1880,6 @@ export interface InvalidWebhookAuthenticationParametersException extends __Smith
1992
1880
 
1993
1881
  message?: string;
1994
1882
  }
1995
- export declare namespace InvalidWebhookAuthenticationParametersException {
1996
-
1997
- const filterSensitiveLog: (obj: InvalidWebhookAuthenticationParametersException) => any;
1998
- }
1999
1883
 
2000
1884
  export interface InvalidWebhookFilterPatternException extends __SmithyException, $MetadataBearer {
2001
1885
  name: "InvalidWebhookFilterPatternException";
@@ -2003,10 +1887,6 @@ export interface InvalidWebhookFilterPatternException extends __SmithyException,
2003
1887
 
2004
1888
  message?: string;
2005
1889
  }
2006
- export declare namespace InvalidWebhookFilterPatternException {
2007
-
2008
- const filterSensitiveLog: (obj: InvalidWebhookFilterPatternException) => any;
2009
- }
2010
1890
  export interface PutWebhookInput {
2011
1891
 
2012
1892
  webhook: WebhookDefinition | undefined;
@@ -2045,10 +1925,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
2045
1925
  $fault: "client";
2046
1926
  message?: string;
2047
1927
  }
2048
- export declare namespace ConflictException {
2049
-
2050
- const filterSensitiveLog: (obj: ConflictException) => any;
2051
- }
2052
1928
 
2053
1929
  export interface NotLatestPipelineExecutionException extends __SmithyException, $MetadataBearer {
2054
1930
  name: "NotLatestPipelineExecutionException";
@@ -2056,10 +1932,6 @@ export interface NotLatestPipelineExecutionException extends __SmithyException,
2056
1932
 
2057
1933
  message?: string;
2058
1934
  }
2059
- export declare namespace NotLatestPipelineExecutionException {
2060
-
2061
- const filterSensitiveLog: (obj: NotLatestPipelineExecutionException) => any;
2062
- }
2063
1935
  export declare enum StageRetryMode {
2064
1936
  FAILED_ACTIONS = "FAILED_ACTIONS"
2065
1937
  }
@@ -2094,10 +1966,6 @@ export interface StageNotRetryableException extends __SmithyException, $Metadata
2094
1966
 
2095
1967
  message?: string;
2096
1968
  }
2097
- export declare namespace StageNotRetryableException {
2098
-
2099
- const filterSensitiveLog: (obj: StageNotRetryableException) => any;
2100
- }
2101
1969
 
2102
1970
  export interface StartPipelineExecutionInput {
2103
1971
 
@@ -2124,20 +1992,12 @@ export interface DuplicatedStopRequestException extends __SmithyException, $Meta
2124
1992
  $fault: "client";
2125
1993
  message?: string;
2126
1994
  }
2127
- export declare namespace DuplicatedStopRequestException {
2128
-
2129
- const filterSensitiveLog: (obj: DuplicatedStopRequestException) => any;
2130
- }
2131
1995
 
2132
1996
  export interface PipelineExecutionNotStoppableException extends __SmithyException, $MetadataBearer {
2133
1997
  name: "PipelineExecutionNotStoppableException";
2134
1998
  $fault: "client";
2135
1999
  message?: string;
2136
2000
  }
2137
- export declare namespace PipelineExecutionNotStoppableException {
2138
-
2139
- const filterSensitiveLog: (obj: PipelineExecutionNotStoppableException) => any;
2140
- }
2141
2001
  export interface StopPipelineExecutionInput {
2142
2002
 
2143
2003
  pipelineName: string | undefined;
@@ -2198,10 +2058,6 @@ export interface RequestFailedException extends __SmithyException, $MetadataBear
2198
2058
  $fault: "client";
2199
2059
  message?: string;
2200
2060
  }
2201
- export declare namespace RequestFailedException {
2202
-
2203
- const filterSensitiveLog: (obj: RequestFailedException) => any;
2204
- }
2205
2061
  export interface UpdateActionTypeInput {
2206
2062
 
2207
2063
  actionType: ActionTypeDeclaration | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CodePipelineClientConfig } from "./CodePipelineClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CodePipelineClientConfig } from "./CodePipelineClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codepipeline",
3
3
  "description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
4
- "version": "3.45.0",
4
+ "version": "3.47.2",
5
5
  "scripts": {
6
- "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
- "build:cjs": "tsc -p tsconfig.json",
8
- "build:docs": "yarn clean:docs && typedoc ./",
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
- "clean": "yarn clean:dist && yarn clean:docs",
12
- "clean:dist": "rimraf ./dist",
13
- "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
- "test": "exit 0"
11
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
+ "clean": "rimraf ./dist-*"
16
13
  },
17
14
  "main": "./dist-cjs/index.js",
18
15
  "types": "./dist-types/index.d.ts",
@@ -21,50 +18,46 @@
21
18
  "dependencies": {
22
19
  "@aws-crypto/sha256-browser": "2.0.0",
23
20
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.45.0",
25
- "@aws-sdk/config-resolver": "3.45.0",
26
- "@aws-sdk/credential-provider-node": "3.45.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.45.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
- "@aws-sdk/util-base64-browser": "3.37.0",
45
- "@aws-sdk/util-base64-node": "3.37.0",
46
- "@aws-sdk/util-body-length-browser": "3.37.0",
47
- "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.40.0",
49
- "@aws-sdk/util-user-agent-node": "3.40.0",
50
- "@aws-sdk/util-utf8-browser": "3.37.0",
51
- "@aws-sdk/util-utf8-node": "3.37.0",
21
+ "@aws-sdk/client-sts": "3.47.2",
22
+ "@aws-sdk/config-resolver": "3.47.2",
23
+ "@aws-sdk/credential-provider-node": "3.47.2",
24
+ "@aws-sdk/fetch-http-handler": "3.47.2",
25
+ "@aws-sdk/hash-node": "3.47.2",
26
+ "@aws-sdk/invalid-dependency": "3.47.2",
27
+ "@aws-sdk/middleware-content-length": "3.47.2",
28
+ "@aws-sdk/middleware-host-header": "3.47.2",
29
+ "@aws-sdk/middleware-logger": "3.47.2",
30
+ "@aws-sdk/middleware-retry": "3.47.2",
31
+ "@aws-sdk/middleware-serde": "3.47.2",
32
+ "@aws-sdk/middleware-signing": "3.47.2",
33
+ "@aws-sdk/middleware-stack": "3.47.2",
34
+ "@aws-sdk/middleware-user-agent": "3.47.2",
35
+ "@aws-sdk/node-config-provider": "3.47.2",
36
+ "@aws-sdk/node-http-handler": "3.47.2",
37
+ "@aws-sdk/protocol-http": "3.47.2",
38
+ "@aws-sdk/smithy-client": "3.47.2",
39
+ "@aws-sdk/types": "3.47.1",
40
+ "@aws-sdk/url-parser": "3.47.2",
41
+ "@aws-sdk/util-base64-browser": "3.47.1",
42
+ "@aws-sdk/util-base64-node": "3.47.2",
43
+ "@aws-sdk/util-body-length-browser": "3.47.1",
44
+ "@aws-sdk/util-body-length-node": "3.47.1",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
+ "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
+ "@aws-sdk/util-user-agent-browser": "3.47.2",
48
+ "@aws-sdk/util-user-agent-node": "3.47.2",
49
+ "@aws-sdk/util-utf8-browser": "3.47.1",
50
+ "@aws-sdk/util-utf8-node": "3.47.2",
52
51
  "tslib": "^2.3.0",
53
52
  "uuid": "^8.3.2"
54
53
  },
55
54
  "devDependencies": {
56
- "@aws-sdk/service-client-documentation-generator": "3.38.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.47.1",
57
56
  "@types/node": "^12.7.5",
58
- "@types/uuid": "^8.3.0",
59
- "downlevel-dts": "0.7.0",
60
- "jest": "^26.1.0",
61
- "rimraf": "^3.0.0",
62
- "ts-jest": "^26.4.1",
63
- "typedoc": "^0.19.2",
64
- "typescript": "~4.3.5"
57
+ "@types/uuid": "^8.3.0"
65
58
  },
66
59
  "engines": {
67
- "node": ">=10.0.0"
60
+ "node": ">=12.0.0"
68
61
  },
69
62
  "typesVersions": {
70
63
  "<4.0": {