@aws-sdk/client-codestar-connections 3.477.0 → 3.481.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 (129) hide show
  1. package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateHostCommand.js +18 -41
  3. package/dist-cjs/commands/CreateRepositoryLinkCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSyncConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteHostCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/GetConnectionCommand.js +18 -41
  10. package/dist-cjs/commands/GetHostCommand.js +18 -41
  11. package/dist-cjs/commands/GetRepositoryLinkCommand.js +18 -41
  12. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +18 -41
  13. package/dist-cjs/commands/GetResourceSyncStatusCommand.js +18 -41
  14. package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +18 -41
  15. package/dist-cjs/commands/GetSyncConfigurationCommand.js +18 -41
  16. package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
  17. package/dist-cjs/commands/ListHostsCommand.js +18 -41
  18. package/dist-cjs/commands/ListRepositoryLinksCommand.js +18 -41
  19. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListSyncConfigurationsCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateHostCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateSyncBlockerCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-cjs/pagination/ListConnectionsPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListHostsPaginator.js +2 -24
  31. package/dist-cjs/pagination/ListRepositoryLinksPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListSyncConfigurationsPaginator.js +2 -24
  33. package/dist-es/commands/CreateConnectionCommand.js +18 -41
  34. package/dist-es/commands/CreateHostCommand.js +18 -41
  35. package/dist-es/commands/CreateRepositoryLinkCommand.js +18 -41
  36. package/dist-es/commands/CreateSyncConfigurationCommand.js +18 -41
  37. package/dist-es/commands/DeleteConnectionCommand.js +18 -41
  38. package/dist-es/commands/DeleteHostCommand.js +18 -41
  39. package/dist-es/commands/DeleteRepositoryLinkCommand.js +18 -41
  40. package/dist-es/commands/DeleteSyncConfigurationCommand.js +18 -41
  41. package/dist-es/commands/GetConnectionCommand.js +18 -41
  42. package/dist-es/commands/GetHostCommand.js +18 -41
  43. package/dist-es/commands/GetRepositoryLinkCommand.js +18 -41
  44. package/dist-es/commands/GetRepositorySyncStatusCommand.js +18 -41
  45. package/dist-es/commands/GetResourceSyncStatusCommand.js +18 -41
  46. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +18 -41
  47. package/dist-es/commands/GetSyncConfigurationCommand.js +18 -41
  48. package/dist-es/commands/ListConnectionsCommand.js +18 -41
  49. package/dist-es/commands/ListHostsCommand.js +18 -41
  50. package/dist-es/commands/ListRepositoryLinksCommand.js +18 -41
  51. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
  52. package/dist-es/commands/ListSyncConfigurationsCommand.js +18 -41
  53. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  54. package/dist-es/commands/TagResourceCommand.js +18 -41
  55. package/dist-es/commands/UntagResourceCommand.js +18 -41
  56. package/dist-es/commands/UpdateHostCommand.js +18 -41
  57. package/dist-es/commands/UpdateRepositoryLinkCommand.js +18 -41
  58. package/dist-es/commands/UpdateSyncBlockerCommand.js +18 -41
  59. package/dist-es/commands/UpdateSyncConfigurationCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-es/pagination/ListConnectionsPaginator.js +2 -23
  62. package/dist-es/pagination/ListHostsPaginator.js +2 -23
  63. package/dist-es/pagination/ListRepositoryLinksPaginator.js +2 -23
  64. package/dist-es/pagination/ListSyncConfigurationsPaginator.js +2 -23
  65. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateHostCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteHostCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -21
  73. package/dist-types/commands/GetConnectionCommand.d.ts +6 -21
  74. package/dist-types/commands/GetHostCommand.d.ts +6 -21
  75. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +6 -21
  76. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -21
  77. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +6 -21
  78. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -21
  79. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListHostsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +6 -21
  83. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UpdateHostCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +6 -21
  92. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  93. package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListHostsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListRepositoryLinksPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListSyncConfigurationsPaginator.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -23
  107. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +3 -3
  126. package/dist-types/ts3.4/pagination/ListHostsPaginator.d.ts +3 -3
  127. package/dist-types/ts3.4/pagination/ListRepositoryLinksPaginator.d.ts +3 -3
  128. package/dist-types/ts3.4/pagination/ListSyncConfigurationsPaginator.d.ts +3 -3
  129. package/package.json +11 -10
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetHostCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetHostCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetHostCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetHost",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetHostCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetHostCommand)(output, context);
49
- }
10
+ class GetHostCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetHost", {})
22
+ .n("CodeStarConnectionsClient", "GetHostCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetHostCommand)
25
+ .de(Aws_json1_0_1.de_GetHostCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetHostCommand = GetHostCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetRepositoryLinkCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetRepositoryLinkCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetRepositoryLinkCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetRepositoryLink",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetRepositoryLinkCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetRepositoryLinkCommand)(output, context);
49
- }
10
+ class GetRepositoryLinkCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetRepositoryLink", {})
22
+ .n("CodeStarConnectionsClient", "GetRepositoryLinkCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetRepositoryLinkCommand)
25
+ .de(Aws_json1_0_1.de_GetRepositoryLinkCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetRepositoryLinkCommand = GetRepositoryLinkCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetRepositorySyncStatusCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetRepositorySyncStatusCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetRepositorySyncStatusCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetRepositorySyncStatus",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetRepositorySyncStatusCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetRepositorySyncStatusCommand)(output, context);
49
- }
10
+ class GetRepositorySyncStatusCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetRepositorySyncStatus", {})
22
+ .n("CodeStarConnectionsClient", "GetRepositorySyncStatusCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetRepositorySyncStatusCommand)
25
+ .de(Aws_json1_0_1.de_GetRepositorySyncStatusCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetRepositorySyncStatusCommand = GetRepositorySyncStatusCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetResourceSyncStatusCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetResourceSyncStatusCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetResourceSyncStatusCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetResourceSyncStatus",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetResourceSyncStatusCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetResourceSyncStatusCommand)(output, context);
49
- }
10
+ class GetResourceSyncStatusCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetResourceSyncStatus", {})
22
+ .n("CodeStarConnectionsClient", "GetResourceSyncStatusCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetResourceSyncStatusCommand)
25
+ .de(Aws_json1_0_1.de_GetResourceSyncStatusCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetResourceSyncStatusCommand = GetResourceSyncStatusCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetSyncBlockerSummaryCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetSyncBlockerSummaryCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetSyncBlockerSummaryCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetSyncBlockerSummary",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetSyncBlockerSummaryCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetSyncBlockerSummaryCommand)(output, context);
49
- }
10
+ class GetSyncBlockerSummaryCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetSyncBlockerSummary", {})
22
+ .n("CodeStarConnectionsClient", "GetSyncBlockerSummaryCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetSyncBlockerSummaryCommand)
25
+ .de(Aws_json1_0_1.de_GetSyncBlockerSummaryCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetSyncBlockerSummaryCommand = GetSyncBlockerSummaryCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetSyncConfigurationCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetSyncConfigurationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "GetSyncConfigurationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "GetSyncConfiguration",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_GetSyncConfigurationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_GetSyncConfigurationCommand)(output, context);
49
- }
10
+ class GetSyncConfigurationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "GetSyncConfiguration", {})
22
+ .n("CodeStarConnectionsClient", "GetSyncConfigurationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_GetSyncConfigurationCommand)
25
+ .de(Aws_json1_0_1.de_GetSyncConfigurationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetSyncConfigurationCommand = GetSyncConfigurationCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListConnectionsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListConnectionsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "ListConnectionsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "ListConnections",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_ListConnectionsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_ListConnectionsCommand)(output, context);
49
- }
10
+ class ListConnectionsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "ListConnections", {})
22
+ .n("CodeStarConnectionsClient", "ListConnectionsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_ListConnectionsCommand)
25
+ .de(Aws_json1_0_1.de_ListConnectionsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListConnectionsCommand = ListConnectionsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListHostsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListHostsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "ListHostsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "ListHosts",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_ListHostsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_ListHostsCommand)(output, context);
49
- }
10
+ class ListHostsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "ListHosts", {})
22
+ .n("CodeStarConnectionsClient", "ListHostsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_ListHostsCommand)
25
+ .de(Aws_json1_0_1.de_ListHostsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListHostsCommand = ListHostsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListRepositoryLinksCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRepositoryLinksCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "CodeStarConnectionsClient";
29
- const commandName = "ListRepositoryLinksCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "CodeStar_connections_20191201",
38
- operation: "ListRepositoryLinks",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_0_1.se_ListRepositoryLinksCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_0_1.de_ListRepositoryLinksCommand)(output, context);
49
- }
10
+ class ListRepositoryLinksCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("CodeStar_connections_20191201", "ListRepositoryLinks", {})
22
+ .n("CodeStarConnectionsClient", "ListRepositoryLinksCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_0_1.se_ListRepositoryLinksCommand)
25
+ .de(Aws_json1_0_1.de_ListRepositoryLinksCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListRepositoryLinksCommand = ListRepositoryLinksCommand;