@aws-sdk/client-proton 3.303.0 → 3.308.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 (78) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/Proton.js +120 -0
  3. package/dist-cjs/commands/CreateServiceInstanceCommand.js +46 -0
  4. package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +45 -0
  5. package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +45 -0
  6. package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +45 -0
  7. package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +45 -0
  8. package/dist-cjs/commands/GetServiceSyncConfigCommand.js +45 -0
  9. package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +45 -0
  10. package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +45 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoint/ruleset.js +3 -3
  13. package/dist-cjs/models/models_0.js +25 -7
  14. package/dist-cjs/protocols/Aws_json1_0.js +671 -27
  15. package/dist-es/Proton.js +120 -0
  16. package/dist-es/commands/CreateServiceInstanceCommand.js +42 -0
  17. package/dist-es/commands/CreateServiceSyncConfigCommand.js +41 -0
  18. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +41 -0
  19. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +41 -0
  20. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +41 -0
  21. package/dist-es/commands/GetServiceSyncConfigCommand.js +41 -0
  22. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +41 -0
  23. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +41 -0
  24. package/dist-es/commands/index.js +8 -0
  25. package/dist-es/endpoint/ruleset.js +3 -3
  26. package/dist-es/models/models_0.js +20 -4
  27. package/dist-es/protocols/Aws_json1_0.js +651 -23
  28. package/dist-types/Proton.d.ts +172 -75
  29. package/dist-types/ProtonClient.d.ts +10 -2
  30. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +10 -7
  31. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +10 -7
  32. package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
  33. package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
  34. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +92 -0
  35. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +86 -0
  36. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -5
  37. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +3 -2
  38. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +8 -6
  39. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +81 -0
  41. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -1
  42. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +9 -6
  43. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -9
  44. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -1
  45. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +79 -0
  46. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +79 -0
  47. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +78 -0
  48. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -2
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  50. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +4 -3
  52. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  53. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -2
  55. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +5 -3
  56. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +14 -8
  57. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +82 -0
  58. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +85 -0
  59. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -2
  60. package/dist-types/commands/index.d.ts +8 -0
  61. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  62. package/dist-types/models/models_0.d.ts +623 -148
  63. package/dist-types/protocols/Aws_json1_0.d.ts +24 -0
  64. package/dist-types/ts3.4/Proton.d.ts +136 -0
  65. package/dist-types/ts3.4/ProtonClient.d.ts +48 -0
  66. package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +41 -0
  67. package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +41 -0
  68. package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +41 -0
  69. package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +41 -0
  70. package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +41 -0
  72. package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +41 -0
  73. package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +41 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  75. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  76. package/dist-types/ts3.4/models/models_0.d.ts +126 -9
  77. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  78. package/package.json +30 -30
@@ -12,6 +12,8 @@ import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommand
12
12
  import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "../commands/CreateEnvironmentTemplateVersionCommand";
13
13
  import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
14
14
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
15
+ import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "../commands/CreateServiceInstanceCommand";
16
+ import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "../commands/CreateServiceSyncConfigCommand";
15
17
  import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "../commands/CreateServiceTemplateCommand";
16
18
  import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "../commands/CreateServiceTemplateVersionCommand";
17
19
  import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "../commands/CreateTemplateSyncConfigCommand";
@@ -22,6 +24,7 @@ import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommand
22
24
  import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "../commands/DeleteEnvironmentTemplateVersionCommand";
23
25
  import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
24
26
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
27
+ import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "../commands/DeleteServiceSyncConfigCommand";
25
28
  import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "../commands/DeleteServiceTemplateCommand";
26
29
  import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "../commands/DeleteServiceTemplateVersionCommand";
27
30
  import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "../commands/DeleteTemplateSyncConfigCommand";
@@ -36,6 +39,9 @@ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutp
36
39
  import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "../commands/GetResourcesSummaryCommand";
37
40
  import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
38
41
  import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "../commands/GetServiceInstanceCommand";
42
+ import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "../commands/GetServiceInstanceSyncStatusCommand";
43
+ import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "../commands/GetServiceSyncBlockerSummaryCommand";
44
+ import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "../commands/GetServiceSyncConfigCommand";
39
45
  import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "../commands/GetServiceTemplateCommand";
40
46
  import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "../commands/GetServiceTemplateVersionCommand";
41
47
  import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "../commands/GetTemplateSyncConfigCommand";
@@ -73,6 +79,8 @@ import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplate
73
79
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
74
80
  import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "../commands/UpdateServiceInstanceCommand";
75
81
  import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "../commands/UpdateServicePipelineCommand";
82
+ import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "../commands/UpdateServiceSyncBlockerCommand";
83
+ import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "../commands/UpdateServiceSyncConfigCommand";
76
84
  import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "../commands/UpdateServiceTemplateCommand";
77
85
  import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "../commands/UpdateServiceTemplateVersionCommand";
78
86
  import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "../commands/UpdateTemplateSyncConfigCommand";
@@ -88,6 +96,8 @@ export declare const serializeAws_json1_0CreateEnvironmentTemplateCommand: (inpu
88
96
  export declare const serializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (input: CreateEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
97
  export declare const serializeAws_json1_0CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
98
  export declare const serializeAws_json1_0CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_json1_0CreateServiceInstanceCommand: (input: CreateServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_json1_0CreateServiceSyncConfigCommand: (input: CreateServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
101
  export declare const serializeAws_json1_0CreateServiceTemplateCommand: (input: CreateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
102
  export declare const serializeAws_json1_0CreateServiceTemplateVersionCommand: (input: CreateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
103
  export declare const serializeAws_json1_0CreateTemplateSyncConfigCommand: (input: CreateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -98,6 +108,7 @@ export declare const serializeAws_json1_0DeleteEnvironmentTemplateCommand: (inpu
98
108
  export declare const serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (input: DeleteEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
109
  export declare const serializeAws_json1_0DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
110
  export declare const serializeAws_json1_0DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ export declare const serializeAws_json1_0DeleteServiceSyncConfigCommand: (input: DeleteServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
112
  export declare const serializeAws_json1_0DeleteServiceTemplateCommand: (input: DeleteServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
113
  export declare const serializeAws_json1_0DeleteServiceTemplateVersionCommand: (input: DeleteServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
114
  export declare const serializeAws_json1_0DeleteTemplateSyncConfigCommand: (input: DeleteTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -112,6 +123,9 @@ export declare const serializeAws_json1_0GetRepositorySyncStatusCommand: (input:
112
123
  export declare const serializeAws_json1_0GetResourcesSummaryCommand: (input: GetResourcesSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
124
  export declare const serializeAws_json1_0GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
125
  export declare const serializeAws_json1_0GetServiceInstanceCommand: (input: GetServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_json1_0GetServiceInstanceSyncStatusCommand: (input: GetServiceInstanceSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ export declare const serializeAws_json1_0GetServiceSyncBlockerSummaryCommand: (input: GetServiceSyncBlockerSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ export declare const serializeAws_json1_0GetServiceSyncConfigCommand: (input: GetServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
129
  export declare const serializeAws_json1_0GetServiceTemplateCommand: (input: GetServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
130
  export declare const serializeAws_json1_0GetServiceTemplateVersionCommand: (input: GetServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
131
  export declare const serializeAws_json1_0GetTemplateSyncConfigCommand: (input: GetTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -149,6 +163,8 @@ export declare const serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand
149
163
  export declare const serializeAws_json1_0UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
164
  export declare const serializeAws_json1_0UpdateServiceInstanceCommand: (input: UpdateServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
165
  export declare const serializeAws_json1_0UpdateServicePipelineCommand: (input: UpdateServicePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_0UpdateServiceSyncBlockerCommand: (input: UpdateServiceSyncBlockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ export declare const serializeAws_json1_0UpdateServiceSyncConfigCommand: (input: UpdateServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
168
  export declare const serializeAws_json1_0UpdateServiceTemplateCommand: (input: UpdateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
169
  export declare const serializeAws_json1_0UpdateServiceTemplateVersionCommand: (input: UpdateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
170
  export declare const serializeAws_json1_0UpdateTemplateSyncConfigCommand: (input: UpdateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -164,6 +180,8 @@ export declare const deserializeAws_json1_0CreateEnvironmentTemplateCommand: (ou
164
180
  export declare const deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
165
181
  export declare const deserializeAws_json1_0CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
166
182
  export declare const deserializeAws_json1_0CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
183
+ export declare const deserializeAws_json1_0CreateServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceInstanceCommandOutput>;
184
+ export declare const deserializeAws_json1_0CreateServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceSyncConfigCommandOutput>;
167
185
  export declare const deserializeAws_json1_0CreateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateCommandOutput>;
168
186
  export declare const deserializeAws_json1_0CreateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateVersionCommandOutput>;
169
187
  export declare const deserializeAws_json1_0CreateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateSyncConfigCommandOutput>;
@@ -174,6 +192,7 @@ export declare const deserializeAws_json1_0DeleteEnvironmentTemplateCommand: (ou
174
192
  export declare const deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
175
193
  export declare const deserializeAws_json1_0DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
176
194
  export declare const deserializeAws_json1_0DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
195
+ export declare const deserializeAws_json1_0DeleteServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceSyncConfigCommandOutput>;
177
196
  export declare const deserializeAws_json1_0DeleteServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateCommandOutput>;
178
197
  export declare const deserializeAws_json1_0DeleteServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateVersionCommandOutput>;
179
198
  export declare const deserializeAws_json1_0DeleteTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateSyncConfigCommandOutput>;
@@ -188,6 +207,9 @@ export declare const deserializeAws_json1_0GetRepositorySyncStatusCommand: (outp
188
207
  export declare const deserializeAws_json1_0GetResourcesSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesSummaryCommandOutput>;
189
208
  export declare const deserializeAws_json1_0GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
190
209
  export declare const deserializeAws_json1_0GetServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceInstanceCommandOutput>;
210
+ export declare const deserializeAws_json1_0GetServiceInstanceSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceInstanceSyncStatusCommandOutput>;
211
+ export declare const deserializeAws_json1_0GetServiceSyncBlockerSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSyncBlockerSummaryCommandOutput>;
212
+ export declare const deserializeAws_json1_0GetServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSyncConfigCommandOutput>;
191
213
  export declare const deserializeAws_json1_0GetServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateCommandOutput>;
192
214
  export declare const deserializeAws_json1_0GetServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateVersionCommandOutput>;
193
215
  export declare const deserializeAws_json1_0GetTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateSyncConfigCommandOutput>;
@@ -225,6 +247,8 @@ export declare const deserializeAws_json1_0UpdateEnvironmentTemplateVersionComma
225
247
  export declare const deserializeAws_json1_0UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
226
248
  export declare const deserializeAws_json1_0UpdateServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceInstanceCommandOutput>;
227
249
  export declare const deserializeAws_json1_0UpdateServicePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePipelineCommandOutput>;
250
+ export declare const deserializeAws_json1_0UpdateServiceSyncBlockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSyncBlockerCommandOutput>;
251
+ export declare const deserializeAws_json1_0UpdateServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSyncConfigCommandOutput>;
228
252
  export declare const deserializeAws_json1_0UpdateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateCommandOutput>;
229
253
  export declare const deserializeAws_json1_0UpdateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateVersionCommandOutput>;
230
254
  export declare const deserializeAws_json1_0UpdateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateSyncConfigCommandOutput>;
@@ -47,6 +47,14 @@ import {
47
47
  CreateServiceCommandInput,
48
48
  CreateServiceCommandOutput,
49
49
  } from "./commands/CreateServiceCommand";
50
+ import {
51
+ CreateServiceInstanceCommandInput,
52
+ CreateServiceInstanceCommandOutput,
53
+ } from "./commands/CreateServiceInstanceCommand";
54
+ import {
55
+ CreateServiceSyncConfigCommandInput,
56
+ CreateServiceSyncConfigCommandOutput,
57
+ } from "./commands/CreateServiceSyncConfigCommand";
50
58
  import {
51
59
  CreateServiceTemplateCommandInput,
52
60
  CreateServiceTemplateCommandOutput,
@@ -87,6 +95,10 @@ import {
87
95
  DeleteServiceCommandInput,
88
96
  DeleteServiceCommandOutput,
89
97
  } from "./commands/DeleteServiceCommand";
98
+ import {
99
+ DeleteServiceSyncConfigCommandInput,
100
+ DeleteServiceSyncConfigCommandOutput,
101
+ } from "./commands/DeleteServiceSyncConfigCommand";
90
102
  import {
91
103
  DeleteServiceTemplateCommandInput,
92
104
  DeleteServiceTemplateCommandOutput,
@@ -143,6 +155,18 @@ import {
143
155
  GetServiceInstanceCommandInput,
144
156
  GetServiceInstanceCommandOutput,
145
157
  } from "./commands/GetServiceInstanceCommand";
158
+ import {
159
+ GetServiceInstanceSyncStatusCommandInput,
160
+ GetServiceInstanceSyncStatusCommandOutput,
161
+ } from "./commands/GetServiceInstanceSyncStatusCommand";
162
+ import {
163
+ GetServiceSyncBlockerSummaryCommandInput,
164
+ GetServiceSyncBlockerSummaryCommandOutput,
165
+ } from "./commands/GetServiceSyncBlockerSummaryCommand";
166
+ import {
167
+ GetServiceSyncConfigCommandInput,
168
+ GetServiceSyncConfigCommandOutput,
169
+ } from "./commands/GetServiceSyncConfigCommand";
146
170
  import {
147
171
  GetServiceTemplateCommandInput,
148
172
  GetServiceTemplateCommandOutput,
@@ -291,6 +315,14 @@ import {
291
315
  UpdateServicePipelineCommandInput,
292
316
  UpdateServicePipelineCommandOutput,
293
317
  } from "./commands/UpdateServicePipelineCommand";
318
+ import {
319
+ UpdateServiceSyncBlockerCommandInput,
320
+ UpdateServiceSyncBlockerCommandOutput,
321
+ } from "./commands/UpdateServiceSyncBlockerCommand";
322
+ import {
323
+ UpdateServiceSyncConfigCommandInput,
324
+ UpdateServiceSyncConfigCommandOutput,
325
+ } from "./commands/UpdateServiceSyncConfigCommand";
294
326
  import {
295
327
  UpdateServiceTemplateCommandInput,
296
328
  UpdateServiceTemplateCommandOutput,
@@ -473,6 +505,32 @@ export declare class Proton extends ProtonClient {
473
505
  options: __HttpHandlerOptions,
474
506
  cb: (err: any, data?: CreateServiceCommandOutput) => void
475
507
  ): void;
508
+ createServiceInstance(
509
+ args: CreateServiceInstanceCommandInput,
510
+ options?: __HttpHandlerOptions
511
+ ): Promise<CreateServiceInstanceCommandOutput>;
512
+ createServiceInstance(
513
+ args: CreateServiceInstanceCommandInput,
514
+ cb: (err: any, data?: CreateServiceInstanceCommandOutput) => void
515
+ ): void;
516
+ createServiceInstance(
517
+ args: CreateServiceInstanceCommandInput,
518
+ options: __HttpHandlerOptions,
519
+ cb: (err: any, data?: CreateServiceInstanceCommandOutput) => void
520
+ ): void;
521
+ createServiceSyncConfig(
522
+ args: CreateServiceSyncConfigCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<CreateServiceSyncConfigCommandOutput>;
525
+ createServiceSyncConfig(
526
+ args: CreateServiceSyncConfigCommandInput,
527
+ cb: (err: any, data?: CreateServiceSyncConfigCommandOutput) => void
528
+ ): void;
529
+ createServiceSyncConfig(
530
+ args: CreateServiceSyncConfigCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: CreateServiceSyncConfigCommandOutput) => void
533
+ ): void;
476
534
  createServiceTemplate(
477
535
  args: CreateServiceTemplateCommandInput,
478
536
  options?: __HttpHandlerOptions
@@ -609,6 +667,19 @@ export declare class Proton extends ProtonClient {
609
667
  options: __HttpHandlerOptions,
610
668
  cb: (err: any, data?: DeleteServiceCommandOutput) => void
611
669
  ): void;
670
+ deleteServiceSyncConfig(
671
+ args: DeleteServiceSyncConfigCommandInput,
672
+ options?: __HttpHandlerOptions
673
+ ): Promise<DeleteServiceSyncConfigCommandOutput>;
674
+ deleteServiceSyncConfig(
675
+ args: DeleteServiceSyncConfigCommandInput,
676
+ cb: (err: any, data?: DeleteServiceSyncConfigCommandOutput) => void
677
+ ): void;
678
+ deleteServiceSyncConfig(
679
+ args: DeleteServiceSyncConfigCommandInput,
680
+ options: __HttpHandlerOptions,
681
+ cb: (err: any, data?: DeleteServiceSyncConfigCommandOutput) => void
682
+ ): void;
612
683
  deleteServiceTemplate(
613
684
  args: DeleteServiceTemplateCommandInput,
614
685
  options?: __HttpHandlerOptions
@@ -791,6 +862,45 @@ export declare class Proton extends ProtonClient {
791
862
  options: __HttpHandlerOptions,
792
863
  cb: (err: any, data?: GetServiceInstanceCommandOutput) => void
793
864
  ): void;
865
+ getServiceInstanceSyncStatus(
866
+ args: GetServiceInstanceSyncStatusCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<GetServiceInstanceSyncStatusCommandOutput>;
869
+ getServiceInstanceSyncStatus(
870
+ args: GetServiceInstanceSyncStatusCommandInput,
871
+ cb: (err: any, data?: GetServiceInstanceSyncStatusCommandOutput) => void
872
+ ): void;
873
+ getServiceInstanceSyncStatus(
874
+ args: GetServiceInstanceSyncStatusCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: GetServiceInstanceSyncStatusCommandOutput) => void
877
+ ): void;
878
+ getServiceSyncBlockerSummary(
879
+ args: GetServiceSyncBlockerSummaryCommandInput,
880
+ options?: __HttpHandlerOptions
881
+ ): Promise<GetServiceSyncBlockerSummaryCommandOutput>;
882
+ getServiceSyncBlockerSummary(
883
+ args: GetServiceSyncBlockerSummaryCommandInput,
884
+ cb: (err: any, data?: GetServiceSyncBlockerSummaryCommandOutput) => void
885
+ ): void;
886
+ getServiceSyncBlockerSummary(
887
+ args: GetServiceSyncBlockerSummaryCommandInput,
888
+ options: __HttpHandlerOptions,
889
+ cb: (err: any, data?: GetServiceSyncBlockerSummaryCommandOutput) => void
890
+ ): void;
891
+ getServiceSyncConfig(
892
+ args: GetServiceSyncConfigCommandInput,
893
+ options?: __HttpHandlerOptions
894
+ ): Promise<GetServiceSyncConfigCommandOutput>;
895
+ getServiceSyncConfig(
896
+ args: GetServiceSyncConfigCommandInput,
897
+ cb: (err: any, data?: GetServiceSyncConfigCommandOutput) => void
898
+ ): void;
899
+ getServiceSyncConfig(
900
+ args: GetServiceSyncConfigCommandInput,
901
+ options: __HttpHandlerOptions,
902
+ cb: (err: any, data?: GetServiceSyncConfigCommandOutput) => void
903
+ ): void;
794
904
  getServiceTemplate(
795
905
  args: GetServiceTemplateCommandInput,
796
906
  options?: __HttpHandlerOptions
@@ -1320,6 +1430,32 @@ export declare class Proton extends ProtonClient {
1320
1430
  options: __HttpHandlerOptions,
1321
1431
  cb: (err: any, data?: UpdateServicePipelineCommandOutput) => void
1322
1432
  ): void;
1433
+ updateServiceSyncBlocker(
1434
+ args: UpdateServiceSyncBlockerCommandInput,
1435
+ options?: __HttpHandlerOptions
1436
+ ): Promise<UpdateServiceSyncBlockerCommandOutput>;
1437
+ updateServiceSyncBlocker(
1438
+ args: UpdateServiceSyncBlockerCommandInput,
1439
+ cb: (err: any, data?: UpdateServiceSyncBlockerCommandOutput) => void
1440
+ ): void;
1441
+ updateServiceSyncBlocker(
1442
+ args: UpdateServiceSyncBlockerCommandInput,
1443
+ options: __HttpHandlerOptions,
1444
+ cb: (err: any, data?: UpdateServiceSyncBlockerCommandOutput) => void
1445
+ ): void;
1446
+ updateServiceSyncConfig(
1447
+ args: UpdateServiceSyncConfigCommandInput,
1448
+ options?: __HttpHandlerOptions
1449
+ ): Promise<UpdateServiceSyncConfigCommandOutput>;
1450
+ updateServiceSyncConfig(
1451
+ args: UpdateServiceSyncConfigCommandInput,
1452
+ cb: (err: any, data?: UpdateServiceSyncConfigCommandOutput) => void
1453
+ ): void;
1454
+ updateServiceSyncConfig(
1455
+ args: UpdateServiceSyncConfigCommandInput,
1456
+ options: __HttpHandlerOptions,
1457
+ cb: (err: any, data?: UpdateServiceSyncConfigCommandOutput) => void
1458
+ ): void;
1323
1459
  updateServiceTemplate(
1324
1460
  args: UpdateServiceTemplateCommandInput,
1325
1461
  options?: __HttpHandlerOptions
@@ -92,6 +92,14 @@ import {
92
92
  CreateServiceCommandInput,
93
93
  CreateServiceCommandOutput,
94
94
  } from "./commands/CreateServiceCommand";
95
+ import {
96
+ CreateServiceInstanceCommandInput,
97
+ CreateServiceInstanceCommandOutput,
98
+ } from "./commands/CreateServiceInstanceCommand";
99
+ import {
100
+ CreateServiceSyncConfigCommandInput,
101
+ CreateServiceSyncConfigCommandOutput,
102
+ } from "./commands/CreateServiceSyncConfigCommand";
95
103
  import {
96
104
  CreateServiceTemplateCommandInput,
97
105
  CreateServiceTemplateCommandOutput,
@@ -132,6 +140,10 @@ import {
132
140
  DeleteServiceCommandInput,
133
141
  DeleteServiceCommandOutput,
134
142
  } from "./commands/DeleteServiceCommand";
143
+ import {
144
+ DeleteServiceSyncConfigCommandInput,
145
+ DeleteServiceSyncConfigCommandOutput,
146
+ } from "./commands/DeleteServiceSyncConfigCommand";
135
147
  import {
136
148
  DeleteServiceTemplateCommandInput,
137
149
  DeleteServiceTemplateCommandOutput,
@@ -188,6 +200,18 @@ import {
188
200
  GetServiceInstanceCommandInput,
189
201
  GetServiceInstanceCommandOutput,
190
202
  } from "./commands/GetServiceInstanceCommand";
203
+ import {
204
+ GetServiceInstanceSyncStatusCommandInput,
205
+ GetServiceInstanceSyncStatusCommandOutput,
206
+ } from "./commands/GetServiceInstanceSyncStatusCommand";
207
+ import {
208
+ GetServiceSyncBlockerSummaryCommandInput,
209
+ GetServiceSyncBlockerSummaryCommandOutput,
210
+ } from "./commands/GetServiceSyncBlockerSummaryCommand";
211
+ import {
212
+ GetServiceSyncConfigCommandInput,
213
+ GetServiceSyncConfigCommandOutput,
214
+ } from "./commands/GetServiceSyncConfigCommand";
191
215
  import {
192
216
  GetServiceTemplateCommandInput,
193
217
  GetServiceTemplateCommandOutput,
@@ -336,6 +360,14 @@ import {
336
360
  UpdateServicePipelineCommandInput,
337
361
  UpdateServicePipelineCommandOutput,
338
362
  } from "./commands/UpdateServicePipelineCommand";
363
+ import {
364
+ UpdateServiceSyncBlockerCommandInput,
365
+ UpdateServiceSyncBlockerCommandOutput,
366
+ } from "./commands/UpdateServiceSyncBlockerCommand";
367
+ import {
368
+ UpdateServiceSyncConfigCommandInput,
369
+ UpdateServiceSyncConfigCommandOutput,
370
+ } from "./commands/UpdateServiceSyncConfigCommand";
339
371
  import {
340
372
  UpdateServiceTemplateCommandInput,
341
373
  UpdateServiceTemplateCommandOutput,
@@ -366,6 +398,8 @@ export type ServiceInputTypes =
366
398
  | CreateEnvironmentTemplateVersionCommandInput
367
399
  | CreateRepositoryCommandInput
368
400
  | CreateServiceCommandInput
401
+ | CreateServiceInstanceCommandInput
402
+ | CreateServiceSyncConfigCommandInput
369
403
  | CreateServiceTemplateCommandInput
370
404
  | CreateServiceTemplateVersionCommandInput
371
405
  | CreateTemplateSyncConfigCommandInput
@@ -376,6 +410,7 @@ export type ServiceInputTypes =
376
410
  | DeleteEnvironmentTemplateVersionCommandInput
377
411
  | DeleteRepositoryCommandInput
378
412
  | DeleteServiceCommandInput
413
+ | DeleteServiceSyncConfigCommandInput
379
414
  | DeleteServiceTemplateCommandInput
380
415
  | DeleteServiceTemplateVersionCommandInput
381
416
  | DeleteTemplateSyncConfigCommandInput
@@ -390,6 +425,9 @@ export type ServiceInputTypes =
390
425
  | GetResourcesSummaryCommandInput
391
426
  | GetServiceCommandInput
392
427
  | GetServiceInstanceCommandInput
428
+ | GetServiceInstanceSyncStatusCommandInput
429
+ | GetServiceSyncBlockerSummaryCommandInput
430
+ | GetServiceSyncConfigCommandInput
393
431
  | GetServiceTemplateCommandInput
394
432
  | GetServiceTemplateVersionCommandInput
395
433
  | GetTemplateSyncConfigCommandInput
@@ -427,6 +465,8 @@ export type ServiceInputTypes =
427
465
  | UpdateServiceCommandInput
428
466
  | UpdateServiceInstanceCommandInput
429
467
  | UpdateServicePipelineCommandInput
468
+ | UpdateServiceSyncBlockerCommandInput
469
+ | UpdateServiceSyncConfigCommandInput
430
470
  | UpdateServiceTemplateCommandInput
431
471
  | UpdateServiceTemplateVersionCommandInput
432
472
  | UpdateTemplateSyncConfigCommandInput;
@@ -443,6 +483,8 @@ export type ServiceOutputTypes =
443
483
  | CreateEnvironmentTemplateVersionCommandOutput
444
484
  | CreateRepositoryCommandOutput
445
485
  | CreateServiceCommandOutput
486
+ | CreateServiceInstanceCommandOutput
487
+ | CreateServiceSyncConfigCommandOutput
446
488
  | CreateServiceTemplateCommandOutput
447
489
  | CreateServiceTemplateVersionCommandOutput
448
490
  | CreateTemplateSyncConfigCommandOutput
@@ -453,6 +495,7 @@ export type ServiceOutputTypes =
453
495
  | DeleteEnvironmentTemplateVersionCommandOutput
454
496
  | DeleteRepositoryCommandOutput
455
497
  | DeleteServiceCommandOutput
498
+ | DeleteServiceSyncConfigCommandOutput
456
499
  | DeleteServiceTemplateCommandOutput
457
500
  | DeleteServiceTemplateVersionCommandOutput
458
501
  | DeleteTemplateSyncConfigCommandOutput
@@ -467,6 +510,9 @@ export type ServiceOutputTypes =
467
510
  | GetResourcesSummaryCommandOutput
468
511
  | GetServiceCommandOutput
469
512
  | GetServiceInstanceCommandOutput
513
+ | GetServiceInstanceSyncStatusCommandOutput
514
+ | GetServiceSyncBlockerSummaryCommandOutput
515
+ | GetServiceSyncConfigCommandOutput
470
516
  | GetServiceTemplateCommandOutput
471
517
  | GetServiceTemplateVersionCommandOutput
472
518
  | GetTemplateSyncConfigCommandOutput
@@ -504,6 +550,8 @@ export type ServiceOutputTypes =
504
550
  | UpdateServiceCommandOutput
505
551
  | UpdateServiceInstanceCommandOutput
506
552
  | UpdateServicePipelineCommandOutput
553
+ | UpdateServiceSyncBlockerCommandOutput
554
+ | UpdateServiceSyncConfigCommandOutput
507
555
  | UpdateServiceTemplateCommandOutput
508
556
  | UpdateServiceTemplateVersionCommandOutput
509
557
  | UpdateTemplateSyncConfigCommandOutput;
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateServiceInstanceInput,
11
+ CreateServiceInstanceOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface CreateServiceInstanceCommandInput
19
+ extends CreateServiceInstanceInput {}
20
+ export interface CreateServiceInstanceCommandOutput
21
+ extends CreateServiceInstanceOutput,
22
+ __MetadataBearer {}
23
+ export declare class CreateServiceInstanceCommand extends $Command<
24
+ CreateServiceInstanceCommandInput,
25
+ CreateServiceInstanceCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CreateServiceInstanceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateServiceInstanceCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateServiceInstanceCommandInput,
37
+ CreateServiceInstanceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateServiceSyncConfigInput,
11
+ CreateServiceSyncConfigOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface CreateServiceSyncConfigCommandInput
19
+ extends CreateServiceSyncConfigInput {}
20
+ export interface CreateServiceSyncConfigCommandOutput
21
+ extends CreateServiceSyncConfigOutput,
22
+ __MetadataBearer {}
23
+ export declare class CreateServiceSyncConfigCommand extends $Command<
24
+ CreateServiceSyncConfigCommandInput,
25
+ CreateServiceSyncConfigCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CreateServiceSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateServiceSyncConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateServiceSyncConfigCommandInput,
37
+ CreateServiceSyncConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteServiceSyncConfigInput,
11
+ DeleteServiceSyncConfigOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface DeleteServiceSyncConfigCommandInput
19
+ extends DeleteServiceSyncConfigInput {}
20
+ export interface DeleteServiceSyncConfigCommandOutput
21
+ extends DeleteServiceSyncConfigOutput,
22
+ __MetadataBearer {}
23
+ export declare class DeleteServiceSyncConfigCommand extends $Command<
24
+ DeleteServiceSyncConfigCommandInput,
25
+ DeleteServiceSyncConfigCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteServiceSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteServiceSyncConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteServiceSyncConfigCommandInput,
37
+ DeleteServiceSyncConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GetServiceInstanceSyncStatusInput,
11
+ GetServiceInstanceSyncStatusOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface GetServiceInstanceSyncStatusCommandInput
19
+ extends GetServiceInstanceSyncStatusInput {}
20
+ export interface GetServiceInstanceSyncStatusCommandOutput
21
+ extends GetServiceInstanceSyncStatusOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetServiceInstanceSyncStatusCommand extends $Command<
24
+ GetServiceInstanceSyncStatusCommandInput,
25
+ GetServiceInstanceSyncStatusCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceInstanceSyncStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetServiceInstanceSyncStatusCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetServiceInstanceSyncStatusCommandInput,
37
+ GetServiceInstanceSyncStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GetServiceSyncBlockerSummaryInput,
11
+ GetServiceSyncBlockerSummaryOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface GetServiceSyncBlockerSummaryCommandInput
19
+ extends GetServiceSyncBlockerSummaryInput {}
20
+ export interface GetServiceSyncBlockerSummaryCommandOutput
21
+ extends GetServiceSyncBlockerSummaryOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetServiceSyncBlockerSummaryCommand extends $Command<
24
+ GetServiceSyncBlockerSummaryCommandInput,
25
+ GetServiceSyncBlockerSummaryCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceSyncBlockerSummaryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetServiceSyncBlockerSummaryCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetServiceSyncBlockerSummaryCommandInput,
37
+ GetServiceSyncBlockerSummaryCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }