@aws-sdk/client-codestar-connections 3.588.0 → 3.592.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 +0 -27
- package/dist-types/CodeStarConnectionsClient.d.ts +4 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateHostCommand.d.ts +2 -1
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteHostCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetHostCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListHostsCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHostCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CodeStarConnectionsServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CodeStarConnectionsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -235,7 +235,6 @@ var CodeStarConnectionsClient = _CodeStarConnectionsClient;
|
|
|
235
235
|
|
|
236
236
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
237
237
|
|
|
238
|
-
var import_types = require("@smithy/types");
|
|
239
238
|
|
|
240
239
|
// src/protocols/Aws_json1_0.ts
|
|
241
240
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1485,7 +1484,6 @@ var CreateConnectionCommand = _CreateConnectionCommand;
|
|
|
1485
1484
|
|
|
1486
1485
|
|
|
1487
1486
|
|
|
1488
|
-
|
|
1489
1487
|
var _CreateHostCommand = class _CreateHostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1490
1488
|
...commonParams
|
|
1491
1489
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1502,7 +1500,6 @@ var CreateHostCommand = _CreateHostCommand;
|
|
|
1502
1500
|
|
|
1503
1501
|
|
|
1504
1502
|
|
|
1505
|
-
|
|
1506
1503
|
var _CreateRepositoryLinkCommand = class _CreateRepositoryLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1507
1504
|
...commonParams
|
|
1508
1505
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1519,7 +1516,6 @@ var CreateRepositoryLinkCommand = _CreateRepositoryLinkCommand;
|
|
|
1519
1516
|
|
|
1520
1517
|
|
|
1521
1518
|
|
|
1522
|
-
|
|
1523
1519
|
var _CreateSyncConfigurationCommand = class _CreateSyncConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1524
1520
|
...commonParams
|
|
1525
1521
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1536,7 +1532,6 @@ var CreateSyncConfigurationCommand = _CreateSyncConfigurationCommand;
|
|
|
1536
1532
|
|
|
1537
1533
|
|
|
1538
1534
|
|
|
1539
|
-
|
|
1540
1535
|
var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1541
1536
|
...commonParams
|
|
1542
1537
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1553,7 +1548,6 @@ var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
|
1553
1548
|
|
|
1554
1549
|
|
|
1555
1550
|
|
|
1556
|
-
|
|
1557
1551
|
var _DeleteHostCommand = class _DeleteHostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1558
1552
|
...commonParams
|
|
1559
1553
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1570,7 +1564,6 @@ var DeleteHostCommand = _DeleteHostCommand;
|
|
|
1570
1564
|
|
|
1571
1565
|
|
|
1572
1566
|
|
|
1573
|
-
|
|
1574
1567
|
var _DeleteRepositoryLinkCommand = class _DeleteRepositoryLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1575
1568
|
...commonParams
|
|
1576
1569
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1587,7 +1580,6 @@ var DeleteRepositoryLinkCommand = _DeleteRepositoryLinkCommand;
|
|
|
1587
1580
|
|
|
1588
1581
|
|
|
1589
1582
|
|
|
1590
|
-
|
|
1591
1583
|
var _DeleteSyncConfigurationCommand = class _DeleteSyncConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1592
1584
|
...commonParams
|
|
1593
1585
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1604,7 +1596,6 @@ var DeleteSyncConfigurationCommand = _DeleteSyncConfigurationCommand;
|
|
|
1604
1596
|
|
|
1605
1597
|
|
|
1606
1598
|
|
|
1607
|
-
|
|
1608
1599
|
var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1609
1600
|
...commonParams
|
|
1610
1601
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1621,7 +1612,6 @@ var GetConnectionCommand = _GetConnectionCommand;
|
|
|
1621
1612
|
|
|
1622
1613
|
|
|
1623
1614
|
|
|
1624
|
-
|
|
1625
1615
|
var _GetHostCommand = class _GetHostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1626
1616
|
...commonParams
|
|
1627
1617
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1638,7 +1628,6 @@ var GetHostCommand = _GetHostCommand;
|
|
|
1638
1628
|
|
|
1639
1629
|
|
|
1640
1630
|
|
|
1641
|
-
|
|
1642
1631
|
var _GetRepositoryLinkCommand = class _GetRepositoryLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1643
1632
|
...commonParams
|
|
1644
1633
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1655,7 +1644,6 @@ var GetRepositoryLinkCommand = _GetRepositoryLinkCommand;
|
|
|
1655
1644
|
|
|
1656
1645
|
|
|
1657
1646
|
|
|
1658
|
-
|
|
1659
1647
|
var _GetRepositorySyncStatusCommand = class _GetRepositorySyncStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1660
1648
|
...commonParams
|
|
1661
1649
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1672,7 +1660,6 @@ var GetRepositorySyncStatusCommand = _GetRepositorySyncStatusCommand;
|
|
|
1672
1660
|
|
|
1673
1661
|
|
|
1674
1662
|
|
|
1675
|
-
|
|
1676
1663
|
var _GetResourceSyncStatusCommand = class _GetResourceSyncStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1677
1664
|
...commonParams
|
|
1678
1665
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1689,7 +1676,6 @@ var GetResourceSyncStatusCommand = _GetResourceSyncStatusCommand;
|
|
|
1689
1676
|
|
|
1690
1677
|
|
|
1691
1678
|
|
|
1692
|
-
|
|
1693
1679
|
var _GetSyncBlockerSummaryCommand = class _GetSyncBlockerSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1694
1680
|
...commonParams
|
|
1695
1681
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1706,7 +1692,6 @@ var GetSyncBlockerSummaryCommand = _GetSyncBlockerSummaryCommand;
|
|
|
1706
1692
|
|
|
1707
1693
|
|
|
1708
1694
|
|
|
1709
|
-
|
|
1710
1695
|
var _GetSyncConfigurationCommand = class _GetSyncConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1711
1696
|
...commonParams
|
|
1712
1697
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1723,7 +1708,6 @@ var GetSyncConfigurationCommand = _GetSyncConfigurationCommand;
|
|
|
1723
1708
|
|
|
1724
1709
|
|
|
1725
1710
|
|
|
1726
|
-
|
|
1727
1711
|
var _ListConnectionsCommand = class _ListConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1728
1712
|
...commonParams
|
|
1729
1713
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1740,7 +1724,6 @@ var ListConnectionsCommand = _ListConnectionsCommand;
|
|
|
1740
1724
|
|
|
1741
1725
|
|
|
1742
1726
|
|
|
1743
|
-
|
|
1744
1727
|
var _ListHostsCommand = class _ListHostsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1745
1728
|
...commonParams
|
|
1746
1729
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1757,7 +1740,6 @@ var ListHostsCommand = _ListHostsCommand;
|
|
|
1757
1740
|
|
|
1758
1741
|
|
|
1759
1742
|
|
|
1760
|
-
|
|
1761
1743
|
var _ListRepositoryLinksCommand = class _ListRepositoryLinksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1762
1744
|
...commonParams
|
|
1763
1745
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1774,7 +1756,6 @@ var ListRepositoryLinksCommand = _ListRepositoryLinksCommand;
|
|
|
1774
1756
|
|
|
1775
1757
|
|
|
1776
1758
|
|
|
1777
|
-
|
|
1778
1759
|
var _ListRepositorySyncDefinitionsCommand = class _ListRepositorySyncDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1779
1760
|
...commonParams
|
|
1780
1761
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1791,7 +1772,6 @@ var ListRepositorySyncDefinitionsCommand = _ListRepositorySyncDefinitionsCommand
|
|
|
1791
1772
|
|
|
1792
1773
|
|
|
1793
1774
|
|
|
1794
|
-
|
|
1795
1775
|
var _ListSyncConfigurationsCommand = class _ListSyncConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1796
1776
|
...commonParams
|
|
1797
1777
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1808,7 +1788,6 @@ var ListSyncConfigurationsCommand = _ListSyncConfigurationsCommand;
|
|
|
1808
1788
|
|
|
1809
1789
|
|
|
1810
1790
|
|
|
1811
|
-
|
|
1812
1791
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1813
1792
|
...commonParams
|
|
1814
1793
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1825,7 +1804,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1825
1804
|
|
|
1826
1805
|
|
|
1827
1806
|
|
|
1828
|
-
|
|
1829
1807
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1830
1808
|
...commonParams
|
|
1831
1809
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1842,7 +1820,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1842
1820
|
|
|
1843
1821
|
|
|
1844
1822
|
|
|
1845
|
-
|
|
1846
1823
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1847
1824
|
...commonParams
|
|
1848
1825
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1859,7 +1836,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1859
1836
|
|
|
1860
1837
|
|
|
1861
1838
|
|
|
1862
|
-
|
|
1863
1839
|
var _UpdateHostCommand = class _UpdateHostCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1864
1840
|
...commonParams
|
|
1865
1841
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1876,7 +1852,6 @@ var UpdateHostCommand = _UpdateHostCommand;
|
|
|
1876
1852
|
|
|
1877
1853
|
|
|
1878
1854
|
|
|
1879
|
-
|
|
1880
1855
|
var _UpdateRepositoryLinkCommand = class _UpdateRepositoryLinkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1881
1856
|
...commonParams
|
|
1882
1857
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1893,7 +1868,6 @@ var UpdateRepositoryLinkCommand = _UpdateRepositoryLinkCommand;
|
|
|
1893
1868
|
|
|
1894
1869
|
|
|
1895
1870
|
|
|
1896
|
-
|
|
1897
1871
|
var _UpdateSyncBlockerCommand = class _UpdateSyncBlockerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1898
1872
|
...commonParams
|
|
1899
1873
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1910,7 +1884,6 @@ var UpdateSyncBlockerCommand = _UpdateSyncBlockerCommand;
|
|
|
1910
1884
|
|
|
1911
1885
|
|
|
1912
1886
|
|
|
1913
|
-
|
|
1914
1887
|
var _UpdateSyncConfigurationCommand = class _UpdateSyncConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1915
1888
|
...commonParams
|
|
1916
1889
|
}).m(function(Command, cs, config, o) {
|
|
@@ -117,15 +117,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
117
117
|
* Enables FIPS compatible endpoints.
|
|
118
118
|
*/
|
|
119
119
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
120
|
+
/**
|
|
121
|
+
* The AWS region to which this client will send requests
|
|
122
|
+
*/
|
|
123
|
+
region?: string | __Provider<string>;
|
|
120
124
|
/**
|
|
121
125
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
122
126
|
* @internal
|
|
123
127
|
*/
|
|
124
128
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
125
|
-
/**
|
|
126
|
-
* The AWS region to which this client will send requests
|
|
127
|
-
*/
|
|
128
|
-
region?: string | __Provider<string>;
|
|
129
129
|
/**
|
|
130
130
|
* Default credentials provider; Not available in browser runtime.
|
|
131
131
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
export * from "./CodeStarConnectionsClient";
|
|
86
86
|
export * from "./CodeStarConnections";
|
|
87
87
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
88
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
89
|
-
export { CodeStarConnectionsExtensionConfiguration } from "./extensionConfiguration";
|
|
88
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
89
|
+
export type { CodeStarConnectionsExtensionConfiguration } from "./extensionConfiguration";
|
|
90
90
|
export * from "./commands";
|
|
91
91
|
export * from "./pagination";
|
|
92
92
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -232,8 +232,8 @@ export interface ClientDefaults
|
|
|
232
232
|
serviceId?: string;
|
|
233
233
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
234
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
235
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
236
235
|
region?: string | __Provider<string>;
|
|
236
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
237
237
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
238
238
|
maxAttempts?: number | __Provider<number>;
|
|
239
239
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateConnectionInput,
|
|
10
10
|
CreateConnectionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateConnectionCommandInput extends CreateConnectionInput {}
|
|
14
15
|
export interface CreateConnectionCommandOutput
|
|
15
16
|
extends CreateConnectionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { CreateHostInput, CreateHostOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateHostCommandInput extends CreateHostInput {}
|
|
11
12
|
export interface CreateHostCommandOutput
|
|
12
13
|
extends CreateHostOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateRepositoryLinkInput,
|
|
10
10
|
CreateRepositoryLinkOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateRepositoryLinkCommandInput
|
|
14
15
|
extends CreateRepositoryLinkInput {}
|
|
15
16
|
export interface CreateRepositoryLinkCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateSyncConfigurationInput,
|
|
10
10
|
CreateSyncConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateSyncConfigurationCommandInput
|
|
14
15
|
extends CreateSyncConfigurationInput {}
|
|
15
16
|
export interface CreateSyncConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteConnectionInput,
|
|
10
10
|
DeleteConnectionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteConnectionCommandInput extends DeleteConnectionInput {}
|
|
14
15
|
export interface DeleteConnectionCommandOutput
|
|
15
16
|
extends DeleteConnectionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteHostCommandInput extends DeleteHostInput {}
|
|
11
12
|
export interface DeleteHostCommandOutput
|
|
12
13
|
extends DeleteHostOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteRepositoryLinkInput,
|
|
10
10
|
DeleteRepositoryLinkOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteRepositoryLinkCommandInput
|
|
14
15
|
extends DeleteRepositoryLinkInput {}
|
|
15
16
|
export interface DeleteRepositoryLinkCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteSyncConfigurationInput,
|
|
10
10
|
DeleteSyncConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteSyncConfigurationCommandInput
|
|
14
15
|
extends DeleteSyncConfigurationInput {}
|
|
15
16
|
export interface DeleteSyncConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetConnectionCommandInput extends GetConnectionInput {}
|
|
11
12
|
export interface GetConnectionCommandOutput
|
|
12
13
|
extends GetConnectionOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { GetHostInput, GetHostOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetHostCommandInput extends GetHostInput {}
|
|
11
12
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}
|
|
12
13
|
declare const GetHostCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRepositoryLinkInput,
|
|
10
10
|
GetRepositoryLinkOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {}
|
|
14
15
|
export interface GetRepositoryLinkCommandOutput
|
|
15
16
|
extends GetRepositoryLinkOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRepositorySyncStatusInput,
|
|
10
10
|
GetRepositorySyncStatusOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRepositorySyncStatusCommandInput
|
|
14
15
|
extends GetRepositorySyncStatusInput {}
|
|
15
16
|
export interface GetRepositorySyncStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetResourceSyncStatusInput,
|
|
10
10
|
GetResourceSyncStatusOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetResourceSyncStatusCommandInput
|
|
14
15
|
extends GetResourceSyncStatusInput {}
|
|
15
16
|
export interface GetResourceSyncStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetSyncBlockerSummaryInput,
|
|
10
10
|
GetSyncBlockerSummaryOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSyncBlockerSummaryCommandInput
|
|
14
15
|
extends GetSyncBlockerSummaryInput {}
|
|
15
16
|
export interface GetSyncBlockerSummaryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetSyncConfigurationInput,
|
|
10
10
|
GetSyncConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSyncConfigurationCommandInput
|
|
14
15
|
extends GetSyncConfigurationInput {}
|
|
15
16
|
export interface GetSyncConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConnectionsInput,
|
|
10
10
|
ListConnectionsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConnectionsCommandInput extends ListConnectionsInput {}
|
|
14
15
|
export interface ListConnectionsCommandOutput
|
|
15
16
|
extends ListConnectionsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { ListHostsInput, ListHostsOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListHostsCommandInput extends ListHostsInput {}
|
|
11
12
|
export interface ListHostsCommandOutput
|
|
12
13
|
extends ListHostsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRepositoryLinksInput,
|
|
10
10
|
ListRepositoryLinksOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRepositoryLinksCommandInput
|
|
14
15
|
extends ListRepositoryLinksInput {}
|
|
15
16
|
export interface ListRepositoryLinksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListRepositorySyncDefinitionsInput,
|
|
10
10
|
ListRepositorySyncDefinitionsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRepositorySyncDefinitionsCommandInput
|
|
14
15
|
extends ListRepositorySyncDefinitionsInput {}
|
|
15
16
|
export interface ListRepositorySyncDefinitionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSyncConfigurationsInput,
|
|
10
10
|
ListSyncConfigurationsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSyncConfigurationsCommandInput
|
|
14
15
|
extends ListSyncConfigurationsInput {}
|
|
15
16
|
export interface ListSyncConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceInput,
|
|
10
10
|
ListTagsForResourceOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeStarConnectionsClient";
|
|
8
8
|
import { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateHostCommandInput extends UpdateHostInput {}
|
|
11
12
|
export interface UpdateHostCommandOutput
|
|
12
13
|
extends UpdateHostOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateRepositoryLinkInput,
|
|
10
10
|
UpdateRepositoryLinkOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateRepositoryLinkCommandInput
|
|
14
15
|
extends UpdateRepositoryLinkInput {}
|
|
15
16
|
export interface UpdateRepositoryLinkCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSyncBlockerInput,
|
|
10
10
|
UpdateSyncBlockerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSyncBlockerCommandInput extends UpdateSyncBlockerInput {}
|
|
14
15
|
export interface UpdateSyncBlockerCommandOutput
|
|
15
16
|
extends UpdateSyncBlockerOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSyncConfigurationInput,
|
|
10
10
|
UpdateSyncConfigurationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSyncConfigurationCommandInput
|
|
14
15
|
extends UpdateSyncConfigurationInput {}
|
|
15
16
|
export interface UpdateSyncConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CodeStarConnectionsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codestar-connections",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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-codestar-connections",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|