@aws-sdk/client-partnercentral-channel 3.954.0 → 3.956.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.
package/dist-cjs/index.js
CHANGED
|
@@ -745,7 +745,7 @@ var RelationshipSummaries = [1, n0, _RSe, 0, () => RelationshipSummary$];
|
|
|
745
745
|
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
746
746
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
747
747
|
var ChannelHandshakePayload$ = [
|
|
748
|
-
|
|
748
|
+
4,
|
|
749
749
|
n0,
|
|
750
750
|
_CHP,
|
|
751
751
|
0,
|
|
@@ -753,7 +753,7 @@ var ChannelHandshakePayload$ = [
|
|
|
753
753
|
[() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$],
|
|
754
754
|
];
|
|
755
755
|
var HandshakeDetail$ = [
|
|
756
|
-
|
|
756
|
+
4,
|
|
757
757
|
n0,
|
|
758
758
|
_HD,
|
|
759
759
|
0,
|
|
@@ -765,7 +765,7 @@ var HandshakeDetail$ = [
|
|
|
765
765
|
],
|
|
766
766
|
];
|
|
767
767
|
var ListChannelHandshakesTypeFilters$ = [
|
|
768
|
-
|
|
768
|
+
4,
|
|
769
769
|
n0,
|
|
770
770
|
_LCHTF,
|
|
771
771
|
0,
|
|
@@ -777,7 +777,7 @@ var ListChannelHandshakesTypeFilters$ = [
|
|
|
777
777
|
],
|
|
778
778
|
];
|
|
779
779
|
var ListChannelHandshakesTypeSort$ = [
|
|
780
|
-
|
|
780
|
+
4,
|
|
781
781
|
n0,
|
|
782
782
|
_LCHTS,
|
|
783
783
|
0,
|
|
@@ -785,7 +785,7 @@ var ListChannelHandshakesTypeSort$ = [
|
|
|
785
785
|
[() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$],
|
|
786
786
|
];
|
|
787
787
|
var SupportPlan$ = [
|
|
788
|
-
|
|
788
|
+
4,
|
|
789
789
|
n0,
|
|
790
790
|
_SP,
|
|
791
791
|
0,
|
package/dist-es/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export * from "./schemas/schemas_0";
|
|
|
5
5
|
export * from "./pagination";
|
|
6
6
|
export * from "./models/enums";
|
|
7
7
|
export * from "./models/errors";
|
|
8
|
+
export * from "./models/models_0";
|
|
8
9
|
export { PartnerCentralChannelServiceException } from "./models/PartnerCentralChannelServiceException";
|
|
@@ -527,7 +527,7 @@ var TagKeyList = 64 | 0;
|
|
|
527
527
|
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
528
528
|
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
529
529
|
export var ChannelHandshakePayload$ = [
|
|
530
|
-
|
|
530
|
+
4,
|
|
531
531
|
n0,
|
|
532
532
|
_CHP,
|
|
533
533
|
0,
|
|
@@ -535,7 +535,7 @@ export var ChannelHandshakePayload$ = [
|
|
|
535
535
|
[() => StartServicePeriodPayload$, () => RevokeServicePeriodPayload$],
|
|
536
536
|
];
|
|
537
537
|
export var HandshakeDetail$ = [
|
|
538
|
-
|
|
538
|
+
4,
|
|
539
539
|
n0,
|
|
540
540
|
_HD,
|
|
541
541
|
0,
|
|
@@ -547,7 +547,7 @@ export var HandshakeDetail$ = [
|
|
|
547
547
|
],
|
|
548
548
|
];
|
|
549
549
|
export var ListChannelHandshakesTypeFilters$ = [
|
|
550
|
-
|
|
550
|
+
4,
|
|
551
551
|
n0,
|
|
552
552
|
_LCHTF,
|
|
553
553
|
0,
|
|
@@ -559,7 +559,7 @@ export var ListChannelHandshakesTypeFilters$ = [
|
|
|
559
559
|
],
|
|
560
560
|
];
|
|
561
561
|
export var ListChannelHandshakesTypeSort$ = [
|
|
562
|
-
|
|
562
|
+
4,
|
|
563
563
|
n0,
|
|
564
564
|
_LCHTS,
|
|
565
565
|
0,
|
|
@@ -567,7 +567,7 @@ export var ListChannelHandshakesTypeSort$ = [
|
|
|
567
567
|
[() => StartServicePeriodTypeSort$, () => RevokeServicePeriodTypeSort$, () => ProgramManagementAccountTypeSort$],
|
|
568
568
|
];
|
|
569
569
|
export var SupportPlan$ = [
|
|
570
|
-
|
|
570
|
+
4,
|
|
571
571
|
n0,
|
|
572
572
|
_SP,
|
|
573
573
|
0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ export * from "./schemas/schemas_0";
|
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models/enums";
|
|
15
15
|
export * from "./models/errors";
|
|
16
|
-
export
|
|
16
|
+
export * from "./models/models_0";
|
|
17
17
|
export { PartnerCentralChannelServiceException } from "./models/PartnerCentralChannelServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
|
|
3
3
|
export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
|
|
4
4
|
export declare var AcceptChannelHandshakeResponse$: StaticStructureSchema;
|
|
@@ -71,11 +71,11 @@ export declare var UpdateRelationshipResponse$: StaticStructureSchema;
|
|
|
71
71
|
export declare var ValidationException$: StaticErrorSchema;
|
|
72
72
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
73
73
|
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
74
|
-
export declare var ChannelHandshakePayload$:
|
|
75
|
-
export declare var HandshakeDetail$:
|
|
76
|
-
export declare var ListChannelHandshakesTypeFilters$:
|
|
77
|
-
export declare var ListChannelHandshakesTypeSort$:
|
|
78
|
-
export declare var SupportPlan$:
|
|
74
|
+
export declare var ChannelHandshakePayload$: StaticUnionSchema;
|
|
75
|
+
export declare var HandshakeDetail$: StaticUnionSchema;
|
|
76
|
+
export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
|
|
77
|
+
export declare var ListChannelHandshakesTypeSort$: StaticUnionSchema;
|
|
78
|
+
export declare var SupportPlan$: StaticUnionSchema;
|
|
79
79
|
export declare var AcceptChannelHandshake$: StaticOperationSchema;
|
|
80
80
|
export declare var CancelChannelHandshake$: StaticOperationSchema;
|
|
81
81
|
export declare var CreateChannelHandshake$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AcceptChannelHandshakeDetail$: StaticStructureSchema;
|
|
7
8
|
export declare var AcceptChannelHandshakeRequest$: StaticStructureSchema;
|
|
@@ -75,11 +76,11 @@ export declare var UpdateRelationshipResponse$: StaticStructureSchema;
|
|
|
75
76
|
export declare var ValidationException$: StaticErrorSchema;
|
|
76
77
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
77
78
|
export declare var PartnerCentralChannelServiceException$: StaticErrorSchema;
|
|
78
|
-
export declare var ChannelHandshakePayload$:
|
|
79
|
-
export declare var HandshakeDetail$:
|
|
80
|
-
export declare var ListChannelHandshakesTypeFilters$:
|
|
81
|
-
export declare var ListChannelHandshakesTypeSort$:
|
|
82
|
-
export declare var SupportPlan$:
|
|
79
|
+
export declare var ChannelHandshakePayload$: StaticUnionSchema;
|
|
80
|
+
export declare var HandshakeDetail$: StaticUnionSchema;
|
|
81
|
+
export declare var ListChannelHandshakesTypeFilters$: StaticUnionSchema;
|
|
82
|
+
export declare var ListChannelHandshakesTypeSort$: StaticUnionSchema;
|
|
83
|
+
export declare var SupportPlan$: StaticUnionSchema;
|
|
83
84
|
export declare var AcceptChannelHandshake$: StaticOperationSchema;
|
|
84
85
|
export declare var CancelChannelHandshake$: StaticOperationSchema;
|
|
85
86
|
export declare var CreateChannelHandshake$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-channel",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Channel Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-partnercentral-channel",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.10.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.956.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
31
|
+
"@aws-sdk/signature-v4-multi-region": "3.956.0",
|
|
32
|
+
"@aws-sdk/types": "3.956.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
37
|
+
"@smithy/core": "^3.20.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
39
|
+
"@smithy/hash-node": "^4.2.7",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
49
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
50
|
+
"@smithy/types": "^4.11.0",
|
|
51
|
+
"@smithy/url-parser": "^4.2.7",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
59
|
+
"@smithy/util-retry": "^4.2.7",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|