@aws-sdk/client-codestar-connections 3.890.0 → 3.891.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-types/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHostCommand.d.ts +2 -0
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +2 -0
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -0
- package/dist-types/commands/GetHostCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +2 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +2 -0
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListHostsCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +2 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHostCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -35,6 +35,8 @@ declare const CreateConnectionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CodeStarConnectionsClient, CreateConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
37
37
|
* // const { CodeStarConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
38
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
39
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
38
40
|
* const client = new CodeStarConnectionsClient(config);
|
|
39
41
|
* const input = { // CreateConnectionInput
|
|
40
42
|
* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
|
|
@@ -40,6 +40,8 @@ declare const CreateHostCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { CodeStarConnectionsClient, CreateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
42
42
|
* // const { CodeStarConnectionsClient, CreateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
43
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
44
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
43
45
|
* const client = new CodeStarConnectionsClient(config);
|
|
44
46
|
* const input = { // CreateHostInput
|
|
45
47
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateRepositoryLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, CreateRepositoryLinkCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, CreateRepositoryLinkCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // CreateRepositoryLinkInput
|
|
38
40
|
* ConnectionArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateSyncConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CodeStarConnectionsClient, CreateSyncConfigurationCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
37
37
|
* // const { CodeStarConnectionsClient, CreateSyncConfigurationCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
38
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
39
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
38
40
|
* const client = new CodeStarConnectionsClient(config);
|
|
39
41
|
* const input = { // CreateSyncConfigurationInput
|
|
40
42
|
* Branch: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, DeleteConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, DeleteConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // DeleteConnectionInput
|
|
38
40
|
* ConnectionArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteHostCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { CodeStarConnectionsClient, DeleteHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
38
38
|
* // const { CodeStarConnectionsClient, DeleteHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
39
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
40
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
39
41
|
* const client = new CodeStarConnectionsClient(config);
|
|
40
42
|
* const input = { // DeleteHostInput
|
|
41
43
|
* HostArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRepositoryLinkCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, DeleteRepositoryLinkCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, DeleteRepositoryLinkCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // DeleteRepositoryLinkInput
|
|
38
40
|
* RepositoryLinkId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSyncConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, DeleteSyncConfigurationCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, DeleteSyncConfigurationCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // DeleteSyncConfigurationInput
|
|
38
40
|
* SyncType: "CFN_STACK_SYNC", // required
|
|
@@ -33,6 +33,8 @@ declare const GetConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, GetConnectionCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, GetConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // GetConnectionInput
|
|
38
40
|
* ConnectionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetHostCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeStarConnectionsClient, GetHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
36
36
|
* // const { CodeStarConnectionsClient, GetHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
37
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
38
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
37
39
|
* const client = new CodeStarConnectionsClient(config);
|
|
38
40
|
* const input = { // GetHostInput
|
|
39
41
|
* HostArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetRepositoryLinkCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeStarConnectionsClient, GetRepositoryLinkCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
36
36
|
* // const { CodeStarConnectionsClient, GetRepositoryLinkCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
37
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
38
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
37
39
|
* const client = new CodeStarConnectionsClient(config);
|
|
38
40
|
* const input = { // GetRepositoryLinkInput
|
|
39
41
|
* RepositoryLinkId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetRepositorySyncStatusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeStarConnectionsClient, GetRepositorySyncStatusCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
36
36
|
* // const { CodeStarConnectionsClient, GetRepositorySyncStatusCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
37
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
38
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
37
39
|
* const client = new CodeStarConnectionsClient(config);
|
|
38
40
|
* const input = { // GetRepositorySyncStatusInput
|
|
39
41
|
* Branch: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetResourceSyncStatusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeStarConnectionsClient, GetResourceSyncStatusCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
36
36
|
* // const { CodeStarConnectionsClient, GetResourceSyncStatusCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
37
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
38
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
37
39
|
* const client = new CodeStarConnectionsClient(config);
|
|
38
40
|
* const input = { // GetResourceSyncStatusInput
|
|
39
41
|
* ResourceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSyncBlockerSummaryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, GetSyncBlockerSummaryCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, GetSyncBlockerSummaryCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // GetSyncBlockerSummaryInput
|
|
38
40
|
* SyncType: "CFN_STACK_SYNC", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSyncConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, GetSyncConfigurationCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, GetSyncConfigurationCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // GetSyncConfigurationInput
|
|
38
40
|
* SyncType: "CFN_STACK_SYNC", // required
|
|
@@ -33,6 +33,8 @@ declare const ListConnectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListConnectionsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListConnectionsInput
|
|
38
40
|
* ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
|
|
@@ -33,6 +33,8 @@ declare const ListHostsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListHostsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListHostsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListHostsInput
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRepositoryLinksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListRepositoryLinksCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListRepositoryLinksCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListRepositoryLinksInput
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListRepositorySyncDefinitionsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListRepositorySyncDefinitionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListRepositorySyncDefinitionsInput
|
|
38
40
|
* RepositoryLinkId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSyncConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListSyncConfigurationsCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListSyncConfigurationsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListSyncConfigurationsInput
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, ListTagsForResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceInput
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { CodeStarConnectionsClient, TagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
36
36
|
* // const { CodeStarConnectionsClient, TagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
37
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
38
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
37
39
|
* const client = new CodeStarConnectionsClient(config);
|
|
38
40
|
* const input = { // TagResourceInput
|
|
39
41
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, UntagResourceCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, UntagResourceCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // UntagResourceInput
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateHostCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, UpdateHostCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, UpdateHostCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // UpdateHostInput
|
|
38
40
|
* HostArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateRepositoryLinkCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { CodeStarConnectionsClient, UpdateRepositoryLinkCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
37
37
|
* // const { CodeStarConnectionsClient, UpdateRepositoryLinkCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
38
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
39
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
38
40
|
* const client = new CodeStarConnectionsClient(config);
|
|
39
41
|
* const input = { // UpdateRepositoryLinkInput
|
|
40
42
|
* ConnectionArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateSyncBlockerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, UpdateSyncBlockerCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, UpdateSyncBlockerCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // UpdateSyncBlockerInput
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSyncConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { CodeStarConnectionsClient, UpdateSyncConfigurationCommand } from "@aws-sdk/client-codestar-connections"; // ES Modules import
|
|
35
35
|
* // const { CodeStarConnectionsClient, UpdateSyncConfigurationCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
36
|
+
* // import type { CodeStarConnectionsClientConfig } from "@aws-sdk/client-codestar-connections";
|
|
37
|
+
* const config = {}; // type is CodeStarConnectionsClientConfig
|
|
36
38
|
* const client = new CodeStarConnectionsClient(config);
|
|
37
39
|
* const input = { // UpdateSyncConfigurationInput
|
|
38
40
|
* Branch: "STRING_VALUE",
|
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.891.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|