@aws-sdk/client-codeconnections 3.651.1 → 3.655.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/dist-cjs/models/models_0.js +5 -1
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateHostCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +13 -0
  7. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteHostCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/GetConnectionCommand.d.ts +11 -0
  12. package/dist-types/commands/GetHostCommand.d.ts +11 -0
  13. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +11 -0
  14. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +11 -0
  15. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +11 -0
  16. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +11 -0
  17. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +12 -0
  18. package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListHostsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +11 -0
  21. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +12 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateHostCommand.d.ts +11 -0
  27. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +11 -0
  28. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +11 -0
  29. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +13 -0
  30. package/dist-types/models/models_0.d.ts +28 -1
  31. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  59. package/package.json +35 -35
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SyncBlockerDoesNotExistException = exports.RetryLatestCommitFailedException = exports.UpdateOutOfSyncException = exports.ConditionalCheckFailedException = exports.UnsupportedOperationException = exports.ConflictException = exports.ResourceSyncStatus = exports.RepositorySyncStatus = exports.ConnectionStatus = exports.UnsupportedProviderTypeException = exports.SyncConfigurationStillExistsException = exports.TriggerResourceUpdateOn = exports.SyncConfigurationType = exports.PublishDeploymentStatus = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidInputException = exports.InternalServerException = exports.ConcurrentModificationException = exports.ResourceUnavailableException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.ProviderType = exports.BlockerType = exports.BlockerStatus = exports.AccessDeniedException = void 0;
3
+ exports.SyncBlockerDoesNotExistException = exports.RetryLatestCommitFailedException = exports.UpdateOutOfSyncException = exports.ConditionalCheckFailedException = exports.UnsupportedOperationException = exports.ConflictException = exports.ResourceSyncStatus = exports.RepositorySyncStatus = exports.ConnectionStatus = exports.UnsupportedProviderTypeException = exports.SyncConfigurationStillExistsException = exports.TriggerResourceUpdateOn = exports.SyncConfigurationType = exports.PullRequestComment = exports.PublishDeploymentStatus = exports.ThrottlingException = exports.ResourceAlreadyExistsException = exports.InvalidInputException = exports.InternalServerException = exports.ConcurrentModificationException = exports.ResourceUnavailableException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.ProviderType = exports.BlockerType = exports.BlockerStatus = exports.AccessDeniedException = void 0;
4
4
  const CodeConnectionsServiceException_1 = require("./CodeConnectionsServiceException");
5
5
  class AccessDeniedException extends CodeConnectionsServiceException_1.CodeConnectionsServiceException {
6
6
  constructor(opts) {
@@ -146,6 +146,10 @@ exports.PublishDeploymentStatus = {
146
146
  DISABLED: "DISABLED",
147
147
  ENABLED: "ENABLED",
148
148
  };
149
+ exports.PullRequestComment = {
150
+ DISABLED: "DISABLED",
151
+ ENABLED: "ENABLED",
152
+ };
149
153
  exports.SyncConfigurationType = {
150
154
  CFN_STACK_SYNC: "CFN_STACK_SYNC",
151
155
  };
@@ -134,6 +134,10 @@ export const PublishDeploymentStatus = {
134
134
  DISABLED: "DISABLED",
135
135
  ENABLED: "ENABLED",
136
136
  };
137
+ export const PullRequestComment = {
138
+ DISABLED: "DISABLED",
139
+ ENABLED: "ENABLED",
140
+ };
137
141
  export const SyncConfigurationType = {
138
142
  CFN_STACK_SYNC: "CFN_STACK_SYNC",
139
143
  };
@@ -82,4 +82,15 @@ declare const CreateConnectionCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateConnectionInput;
89
+ output: CreateConnectionOutput;
90
+ };
91
+ sdk: {
92
+ input: CreateConnectionCommandInput;
93
+ output: CreateConnectionCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -91,4 +91,15 @@ declare const CreateHostCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateHostCommand extends CreateHostCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateHostInput;
98
+ output: CreateHostOutput;
99
+ };
100
+ sdk: {
101
+ input: CreateHostCommandInput;
102
+ output: CreateHostCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -95,4 +95,15 @@ declare const CreateRepositoryLinkCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: CreateRepositoryLinkInput;
102
+ output: CreateRepositoryLinkOutput;
103
+ };
104
+ sdk: {
105
+ input: CreateRepositoryLinkCommandInput;
106
+ output: CreateRepositoryLinkCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -45,6 +45,7 @@ declare const CreateSyncConfigurationCommand_base: {
45
45
  * SyncType: "CFN_STACK_SYNC", // required
46
46
  * PublishDeploymentStatus: "ENABLED" || "DISABLED",
47
47
  * TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
48
+ * PullRequestComment: "ENABLED" || "DISABLED",
48
49
  * };
49
50
  * const command = new CreateSyncConfigurationCommand(input);
50
51
  * const response = await client.send(command);
@@ -61,6 +62,7 @@ declare const CreateSyncConfigurationCommand_base: {
61
62
  * // SyncType: "CFN_STACK_SYNC", // required
62
63
  * // PublishDeploymentStatus: "ENABLED" || "DISABLED",
63
64
  * // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
65
+ * // PullRequestComment: "ENABLED" || "DISABLED",
64
66
  * // },
65
67
  * // };
66
68
  *
@@ -99,4 +101,15 @@ declare const CreateSyncConfigurationCommand_base: {
99
101
  * @public
100
102
  */
101
103
  export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateSyncConfigurationInput;
108
+ output: CreateSyncConfigurationOutput;
109
+ };
110
+ sdk: {
111
+ input: CreateSyncConfigurationCommandInput;
112
+ output: CreateSyncConfigurationCommandOutput;
113
+ };
114
+ };
102
115
  }
@@ -58,4 +58,15 @@ declare const DeleteConnectionCommand_base: {
58
58
  * @public
59
59
  */
60
60
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
61
+ /** @internal type navigation helper, not in runtime. */
62
+ protected static __types: {
63
+ api: {
64
+ input: DeleteConnectionInput;
65
+ output: {};
66
+ };
67
+ sdk: {
68
+ input: DeleteConnectionCommandInput;
69
+ output: DeleteConnectionCommandOutput;
70
+ };
71
+ };
61
72
  }
@@ -64,4 +64,15 @@ declare const DeleteHostCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteHostCommand extends DeleteHostCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteHostInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteHostCommandInput;
75
+ output: DeleteHostCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -79,4 +79,15 @@ declare const DeleteRepositoryLinkCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteRepositoryLinkInput;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteRepositoryLinkCommandInput;
90
+ output: DeleteRepositoryLinkCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -74,4 +74,15 @@ declare const DeleteSyncConfigurationCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteSyncConfigurationInput;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteSyncConfigurationCommandInput;
85
+ output: DeleteSyncConfigurationCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -70,4 +70,15 @@ declare const GetConnectionCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GetConnectionCommand extends GetConnectionCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetConnectionInput;
77
+ output: GetConnectionOutput;
78
+ };
79
+ sdk: {
80
+ input: GetConnectionCommandInput;
81
+ output: GetConnectionCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -77,4 +77,15 @@ declare const GetHostCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetHostCommand extends GetHostCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetHostInput;
84
+ output: GetHostOutput;
85
+ };
86
+ sdk: {
87
+ input: GetHostCommandInput;
88
+ output: GetHostCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -84,4 +84,15 @@ declare const GetRepositoryLinkCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetRepositoryLinkInput;
91
+ output: GetRepositoryLinkOutput;
92
+ };
93
+ sdk: {
94
+ input: GetRepositoryLinkCommandInput;
95
+ output: GetRepositoryLinkCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -86,4 +86,15 @@ declare const GetRepositorySyncStatusCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetRepositorySyncStatusInput;
93
+ output: GetRepositorySyncStatusOutput;
94
+ };
95
+ sdk: {
96
+ input: GetRepositorySyncStatusCommandInput;
97
+ output: GetRepositorySyncStatusCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -139,4 +139,15 @@ declare const GetResourceSyncStatusCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: GetResourceSyncStatusInput;
146
+ output: GetResourceSyncStatusOutput;
147
+ };
148
+ sdk: {
149
+ input: GetResourceSyncStatusCommandInput;
150
+ output: GetResourceSyncStatusCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -93,4 +93,15 @@ declare const GetSyncBlockerSummaryCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: GetSyncBlockerSummaryInput;
100
+ output: GetSyncBlockerSummaryOutput;
101
+ };
102
+ sdk: {
103
+ input: GetSyncBlockerSummaryCommandInput;
104
+ output: GetSyncBlockerSummaryCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -53,6 +53,7 @@ declare const GetSyncConfigurationCommand_base: {
53
53
  * // SyncType: "CFN_STACK_SYNC", // required
54
54
  * // PublishDeploymentStatus: "ENABLED" || "DISABLED",
55
55
  * // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
56
+ * // PullRequestComment: "ENABLED" || "DISABLED",
56
57
  * // },
57
58
  * // };
58
59
  *
@@ -85,4 +86,15 @@ declare const GetSyncConfigurationCommand_base: {
85
86
  * @public
86
87
  */
87
88
  export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetSyncConfigurationInput;
93
+ output: GetSyncConfigurationOutput;
94
+ };
95
+ sdk: {
96
+ input: GetSyncConfigurationCommandInput;
97
+ output: GetSyncConfigurationCommandOutput;
98
+ };
99
+ };
88
100
  }
@@ -73,4 +73,15 @@ declare const ListConnectionsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListConnectionsInput;
80
+ output: ListConnectionsOutput;
81
+ };
82
+ sdk: {
83
+ input: ListConnectionsCommandInput;
84
+ output: ListConnectionsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -78,4 +78,15 @@ declare const ListHostsCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListHostsCommand extends ListHostsCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListHostsInput;
85
+ output: ListHostsOutput;
86
+ };
87
+ sdk: {
88
+ input: ListHostsCommandInput;
89
+ output: ListHostsCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -87,4 +87,15 @@ declare const ListRepositoryLinksCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListRepositoryLinksInput;
94
+ output: ListRepositoryLinksOutput;
95
+ };
96
+ sdk: {
97
+ input: ListRepositoryLinksCommandInput;
98
+ output: ListRepositoryLinksCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -81,4 +81,15 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListRepositorySyncDefinitionsInput;
88
+ output: ListRepositorySyncDefinitionsOutput;
89
+ };
90
+ sdk: {
91
+ input: ListRepositorySyncDefinitionsCommandInput;
92
+ output: ListRepositorySyncDefinitionsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -56,6 +56,7 @@ declare const ListSyncConfigurationsCommand_base: {
56
56
  * // SyncType: "CFN_STACK_SYNC", // required
57
57
  * // PublishDeploymentStatus: "ENABLED" || "DISABLED",
58
58
  * // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
59
+ * // PullRequestComment: "ENABLED" || "DISABLED",
59
60
  * // },
60
61
  * // ],
61
62
  * // NextToken: "STRING_VALUE",
@@ -90,4 +91,15 @@ declare const ListSyncConfigurationsCommand_base: {
90
91
  * @public
91
92
  */
92
93
  export declare class ListSyncConfigurationsCommand extends ListSyncConfigurationsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListSyncConfigurationsInput;
98
+ output: ListSyncConfigurationsOutput;
99
+ };
100
+ sdk: {
101
+ input: ListSyncConfigurationsCommandInput;
102
+ output: ListSyncConfigurationsCommandOutput;
103
+ };
104
+ };
93
105
  }
@@ -65,4 +65,15 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: ListTagsForResourceInput;
72
+ output: ListTagsForResourceOutput;
73
+ };
74
+ sdk: {
75
+ input: ListTagsForResourceCommandInput;
76
+ output: ListTagsForResourceCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -68,4 +68,15 @@ declare const TagResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: TagResourceInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: TagResourceCommandInput;
79
+ output: TagResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -61,4 +61,15 @@ declare const UntagResourceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: UntagResourceInput;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: UntagResourceCommandInput;
72
+ output: UntagResourceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -78,4 +78,15 @@ declare const UpdateHostCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateHostCommand extends UpdateHostCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateHostInput;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: UpdateHostCommandInput;
89
+ output: UpdateHostCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -90,4 +90,15 @@ declare const UpdateRepositoryLinkCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateRepositoryLinkCommand extends UpdateRepositoryLinkCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateRepositoryLinkInput;
97
+ output: UpdateRepositoryLinkOutput;
98
+ };
99
+ sdk: {
100
+ input: UpdateRepositoryLinkCommandInput;
101
+ output: UpdateRepositoryLinkCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -97,4 +97,15 @@ declare const UpdateSyncBlockerCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateSyncBlockerCommand extends UpdateSyncBlockerCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateSyncBlockerInput;
104
+ output: UpdateSyncBlockerOutput;
105
+ };
106
+ sdk: {
107
+ input: UpdateSyncBlockerCommandInput;
108
+ output: UpdateSyncBlockerCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -43,6 +43,7 @@ declare const UpdateSyncConfigurationCommand_base: {
43
43
  * SyncType: "CFN_STACK_SYNC", // required
44
44
  * PublishDeploymentStatus: "ENABLED" || "DISABLED",
45
45
  * TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
46
+ * PullRequestComment: "ENABLED" || "DISABLED",
46
47
  * };
47
48
  * const command = new UpdateSyncConfigurationCommand(input);
48
49
  * const response = await client.send(command);
@@ -59,6 +60,7 @@ declare const UpdateSyncConfigurationCommand_base: {
59
60
  * // SyncType: "CFN_STACK_SYNC", // required
60
61
  * // PublishDeploymentStatus: "ENABLED" || "DISABLED",
61
62
  * // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
63
+ * // PullRequestComment: "ENABLED" || "DISABLED",
62
64
  * // },
63
65
  * // };
64
66
  *
@@ -97,4 +99,15 @@ declare const UpdateSyncConfigurationCommand_base: {
97
99
  * @public
98
100
  */
99
101
  export declare class UpdateSyncConfigurationCommand extends UpdateSyncConfigurationCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: UpdateSyncConfigurationInput;
106
+ output: UpdateSyncConfigurationOutput;
107
+ };
108
+ sdk: {
109
+ input: UpdateSyncConfigurationCommandInput;
110
+ output: UpdateSyncConfigurationCommandOutput;
111
+ };
112
+ };
100
113
  }
@@ -390,6 +390,18 @@ export declare const PublishDeploymentStatus: {
390
390
  * @public
391
391
  */
392
392
  export type PublishDeploymentStatus = (typeof PublishDeploymentStatus)[keyof typeof PublishDeploymentStatus];
393
+ /**
394
+ * @public
395
+ * @enum
396
+ */
397
+ export declare const PullRequestComment: {
398
+ readonly DISABLED: "DISABLED";
399
+ readonly ENABLED: "ENABLED";
400
+ };
401
+ /**
402
+ * @public
403
+ */
404
+ export type PullRequestComment = (typeof PullRequestComment)[keyof typeof PullRequestComment];
393
405
  /**
394
406
  * @public
395
407
  * @enum
@@ -460,6 +472,11 @@ export interface CreateSyncConfigurationInput {
460
472
  * @public
461
473
  */
462
474
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
475
+ /**
476
+ * <p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>
477
+ * @public
478
+ */
479
+ PullRequestComment?: PullRequestComment;
463
480
  }
464
481
  /**
465
482
  * <p>Information, such as repository, branch, provider, and resource names for a specific sync configuration.</p>
@@ -523,6 +540,11 @@ export interface SyncConfiguration {
523
540
  * @public
524
541
  */
525
542
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
543
+ /**
544
+ * <p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>
545
+ * @public
546
+ */
547
+ PullRequestComment?: PullRequestComment;
526
548
  }
527
549
  /**
528
550
  * @public
@@ -667,7 +689,7 @@ export interface Connection {
667
689
  ConnectionName?: string;
668
690
  /**
669
691
  * <p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection
670
- * reference when the connection is shared between Amazon Web Services.</p>
692
+ * reference when the connection is shared between Amazon Web Servicesservices.</p>
671
693
  * <note>
672
694
  * <p>The ARN is never reused if the connection is deleted.</p>
673
695
  * </note>
@@ -1722,6 +1744,11 @@ export interface UpdateSyncConfigurationInput {
1722
1744
  * @public
1723
1745
  */
1724
1746
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
1747
+ /**
1748
+ * <p>TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.</p>
1749
+ * @public
1750
+ */
1751
+ PullRequestComment?: PullRequestComment;
1725
1752
  }
1726
1753
  /**
1727
1754
  * @public
@@ -36,4 +36,15 @@ declare const CreateConnectionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateConnectionCommand extends CreateConnectionCommand_base {}
39
+ export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateConnectionInput;
43
+ output: CreateConnectionOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateConnectionCommandInput;
47
+ output: CreateConnectionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateHostCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateHostCommand extends CreateHostCommand_base {}
36
+ export declare class CreateHostCommand extends CreateHostCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateHostInput;
40
+ output: CreateHostOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateHostCommandInput;
44
+ output: CreateHostCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateRepositoryLinkCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {}
40
+ export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRepositoryLinkInput;
44
+ output: CreateRepositoryLinkOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateRepositoryLinkCommandInput;
48
+ output: CreateRepositoryLinkCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateSyncConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {}
40
+ export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateSyncConfigurationInput;
44
+ output: CreateSyncConfigurationOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateSyncConfigurationCommandInput;
48
+ output: CreateSyncConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteConnectionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {}
39
+ export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteConnectionInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteConnectionCommandInput;
47
+ output: DeleteConnectionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteHostCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteHostCommand extends DeleteHostCommand_base {}
36
+ export declare class DeleteHostCommand extends DeleteHostCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteHostInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteHostCommandInput;
44
+ output: DeleteHostCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteRepositoryLinkCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {}
40
+ export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRepositoryLinkInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteRepositoryLinkCommandInput;
48
+ output: DeleteRepositoryLinkCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteSyncConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {}
40
+ export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteSyncConfigurationInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteSyncConfigurationCommandInput;
48
+ output: DeleteSyncConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetConnectionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetConnectionCommand extends GetConnectionCommand_base {}
36
+ export declare class GetConnectionCommand extends GetConnectionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetConnectionInput;
40
+ output: GetConnectionOutput;
41
+ };
42
+ sdk: {
43
+ input: GetConnectionCommandInput;
44
+ output: GetConnectionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetHostCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetHostCommand extends GetHostCommand_base {}
30
+ export declare class GetHostCommand extends GetHostCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetHostInput;
34
+ output: GetHostOutput;
35
+ };
36
+ sdk: {
37
+ input: GetHostCommandInput;
38
+ output: GetHostCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -36,4 +36,15 @@ declare const GetRepositoryLinkCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {}
39
+ export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetRepositoryLinkInput;
43
+ output: GetRepositoryLinkOutput;
44
+ };
45
+ sdk: {
46
+ input: GetRepositoryLinkCommandInput;
47
+ output: GetRepositoryLinkCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetRepositorySyncStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {}
40
+ export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRepositorySyncStatusInput;
44
+ output: GetRepositorySyncStatusOutput;
45
+ };
46
+ sdk: {
47
+ input: GetRepositorySyncStatusCommandInput;
48
+ output: GetRepositorySyncStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetResourceSyncStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {}
40
+ export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourceSyncStatusInput;
44
+ output: GetResourceSyncStatusOutput;
45
+ };
46
+ sdk: {
47
+ input: GetResourceSyncStatusCommandInput;
48
+ output: GetResourceSyncStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetSyncBlockerSummaryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {}
40
+ export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSyncBlockerSummaryInput;
44
+ output: GetSyncBlockerSummaryOutput;
45
+ };
46
+ sdk: {
47
+ input: GetSyncBlockerSummaryCommandInput;
48
+ output: GetSyncBlockerSummaryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetSyncConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {}
40
+ export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSyncConfigurationInput;
44
+ output: GetSyncConfigurationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetSyncConfigurationCommandInput;
48
+ output: GetSyncConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListConnectionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListConnectionsCommand extends ListConnectionsCommand_base {}
39
+ export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListConnectionsInput;
43
+ output: ListConnectionsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListConnectionsCommandInput;
47
+ output: ListConnectionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListHostsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListHostsCommand extends ListHostsCommand_base {}
36
+ export declare class ListHostsCommand extends ListHostsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListHostsInput;
40
+ output: ListHostsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListHostsCommandInput;
44
+ output: ListHostsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListRepositoryLinksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {}
40
+ export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRepositoryLinksInput;
44
+ output: ListRepositoryLinksOutput;
45
+ };
46
+ sdk: {
47
+ input: ListRepositoryLinksCommandInput;
48
+ output: ListRepositoryLinksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {}
40
+ export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRepositorySyncDefinitionsInput;
44
+ output: ListRepositorySyncDefinitionsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListRepositorySyncDefinitionsCommandInput;
48
+ output: ListRepositorySyncDefinitionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListSyncConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSyncConfigurationsCommand extends ListSyncConfigurationsCommand_base {}
40
+ export declare class ListSyncConfigurationsCommand extends ListSyncConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSyncConfigurationsInput;
44
+ output: ListSyncConfigurationsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListSyncConfigurationsCommandInput;
48
+ output: ListSyncConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceInput;
44
+ output: ListTagsForResourceOutput;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
36
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UntagResourceInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UntagResourceCommandInput;
44
+ output: UntagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UpdateHostCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateHostCommand extends UpdateHostCommand_base {}
36
+ export declare class UpdateHostCommand extends UpdateHostCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateHostInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateHostCommandInput;
44
+ output: UpdateHostCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateRepositoryLinkCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateRepositoryLinkCommand extends UpdateRepositoryLinkCommand_base {}
40
+ export declare class UpdateRepositoryLinkCommand extends UpdateRepositoryLinkCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRepositoryLinkInput;
44
+ output: UpdateRepositoryLinkOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateRepositoryLinkCommandInput;
48
+ output: UpdateRepositoryLinkCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateSyncBlockerCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSyncBlockerCommand extends UpdateSyncBlockerCommand_base {}
39
+ export declare class UpdateSyncBlockerCommand extends UpdateSyncBlockerCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSyncBlockerInput;
43
+ output: UpdateSyncBlockerOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateSyncBlockerCommandInput;
47
+ output: UpdateSyncBlockerCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateSyncConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateSyncConfigurationCommand extends UpdateSyncConfigurationCommand_base {}
40
+ export declare class UpdateSyncConfigurationCommand extends UpdateSyncConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateSyncConfigurationInput;
44
+ output: UpdateSyncConfigurationOutput;
45
+ };
46
+ sdk: {
47
+ input: UpdateSyncConfigurationCommandInput;
48
+ output: UpdateSyncConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -148,6 +148,12 @@ export declare const PublishDeploymentStatus: {
148
148
  };
149
149
  export type PublishDeploymentStatus =
150
150
  (typeof PublishDeploymentStatus)[keyof typeof PublishDeploymentStatus];
151
+ export declare const PullRequestComment: {
152
+ readonly DISABLED: "DISABLED";
153
+ readonly ENABLED: "ENABLED";
154
+ };
155
+ export type PullRequestComment =
156
+ (typeof PullRequestComment)[keyof typeof PullRequestComment];
151
157
  export declare const SyncConfigurationType: {
152
158
  readonly CFN_STACK_SYNC: "CFN_STACK_SYNC";
153
159
  };
@@ -168,6 +174,7 @@ export interface CreateSyncConfigurationInput {
168
174
  SyncType: SyncConfigurationType | undefined;
169
175
  PublishDeploymentStatus?: PublishDeploymentStatus;
170
176
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
177
+ PullRequestComment?: PullRequestComment;
171
178
  }
172
179
  export interface SyncConfiguration {
173
180
  Branch: string | undefined;
@@ -181,6 +188,7 @@ export interface SyncConfiguration {
181
188
  SyncType: SyncConfigurationType | undefined;
182
189
  PublishDeploymentStatus?: PublishDeploymentStatus;
183
190
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
191
+ PullRequestComment?: PullRequestComment;
184
192
  }
185
193
  export interface CreateSyncConfigurationOutput {
186
194
  SyncConfiguration: SyncConfiguration | undefined;
@@ -525,6 +533,7 @@ export interface UpdateSyncConfigurationInput {
525
533
  SyncType: SyncConfigurationType | undefined;
526
534
  PublishDeploymentStatus?: PublishDeploymentStatus;
527
535
  TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
536
+ PullRequestComment?: PullRequestComment;
528
537
  }
529
538
  export interface UpdateSyncConfigurationOutput {
530
539
  SyncConfiguration: SyncConfiguration | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeconnections",
3
3
  "description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.655.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },