@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
@@ -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
+ GetServiceSyncConfigInput,
11
+ GetServiceSyncConfigOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface GetServiceSyncConfigCommandInput
19
+ extends GetServiceSyncConfigInput {}
20
+ export interface GetServiceSyncConfigCommandOutput
21
+ extends GetServiceSyncConfigOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetServiceSyncConfigCommand extends $Command<
24
+ GetServiceSyncConfigCommandInput,
25
+ GetServiceSyncConfigCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetServiceSyncConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetServiceSyncConfigCommandInput,
37
+ GetServiceSyncConfigCommandOutput
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
+ UpdateServiceSyncBlockerInput,
11
+ UpdateServiceSyncBlockerOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface UpdateServiceSyncBlockerCommandInput
19
+ extends UpdateServiceSyncBlockerInput {}
20
+ export interface UpdateServiceSyncBlockerCommandOutput
21
+ extends UpdateServiceSyncBlockerOutput,
22
+ __MetadataBearer {}
23
+ export declare class UpdateServiceSyncBlockerCommand extends $Command<
24
+ UpdateServiceSyncBlockerCommandInput,
25
+ UpdateServiceSyncBlockerCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateServiceSyncBlockerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateServiceSyncBlockerCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateServiceSyncBlockerCommandInput,
37
+ UpdateServiceSyncBlockerCommandOutput
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
+ UpdateServiceSyncConfigInput,
11
+ UpdateServiceSyncConfigOutput,
12
+ } from "../models/models_0";
13
+ import {
14
+ ProtonClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../ProtonClient";
18
+ export interface UpdateServiceSyncConfigCommandInput
19
+ extends UpdateServiceSyncConfigInput {}
20
+ export interface UpdateServiceSyncConfigCommandOutput
21
+ extends UpdateServiceSyncConfigOutput,
22
+ __MetadataBearer {}
23
+ export declare class UpdateServiceSyncConfigCommand extends $Command<
24
+ UpdateServiceSyncConfigCommandInput,
25
+ UpdateServiceSyncConfigCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateServiceSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateServiceSyncConfigCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateServiceSyncConfigCommandInput,
37
+ UpdateServiceSyncConfigCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -10,6 +10,8 @@ export * from "./CreateEnvironmentTemplateCommand";
10
10
  export * from "./CreateEnvironmentTemplateVersionCommand";
11
11
  export * from "./CreateRepositoryCommand";
12
12
  export * from "./CreateServiceCommand";
13
+ export * from "./CreateServiceInstanceCommand";
14
+ export * from "./CreateServiceSyncConfigCommand";
13
15
  export * from "./CreateServiceTemplateCommand";
14
16
  export * from "./CreateServiceTemplateVersionCommand";
15
17
  export * from "./CreateTemplateSyncConfigCommand";
@@ -20,6 +22,7 @@ export * from "./DeleteEnvironmentTemplateCommand";
20
22
  export * from "./DeleteEnvironmentTemplateVersionCommand";
21
23
  export * from "./DeleteRepositoryCommand";
22
24
  export * from "./DeleteServiceCommand";
25
+ export * from "./DeleteServiceSyncConfigCommand";
23
26
  export * from "./DeleteServiceTemplateCommand";
24
27
  export * from "./DeleteServiceTemplateVersionCommand";
25
28
  export * from "./DeleteTemplateSyncConfigCommand";
@@ -34,6 +37,9 @@ export * from "./GetRepositorySyncStatusCommand";
34
37
  export * from "./GetResourcesSummaryCommand";
35
38
  export * from "./GetServiceCommand";
36
39
  export * from "./GetServiceInstanceCommand";
40
+ export * from "./GetServiceInstanceSyncStatusCommand";
41
+ export * from "./GetServiceSyncBlockerSummaryCommand";
42
+ export * from "./GetServiceSyncConfigCommand";
37
43
  export * from "./GetServiceTemplateCommand";
38
44
  export * from "./GetServiceTemplateVersionCommand";
39
45
  export * from "./GetTemplateSyncConfigCommand";
@@ -71,6 +77,8 @@ export * from "./UpdateEnvironmentTemplateVersionCommand";
71
77
  export * from "./UpdateServiceCommand";
72
78
  export * from "./UpdateServiceInstanceCommand";
73
79
  export * from "./UpdateServicePipelineCommand";
80
+ export * from "./UpdateServiceSyncBlockerCommand";
81
+ export * from "./UpdateServiceSyncConfigCommand";
74
82
  export * from "./UpdateServiceTemplateCommand";
75
83
  export * from "./UpdateServiceTemplateVersionCommand";
76
84
  export * from "./UpdateTemplateSyncConfigCommand";
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
26
26
  defaultSigningName: string;
27
27
  };
28
28
  export interface EndpointParameters extends __EndpointParameters {
29
- Region: string;
29
+ Region?: string;
30
30
  UseDualStack?: boolean;
31
31
  UseFIPS?: boolean;
32
32
  Endpoint?: string;
@@ -135,6 +135,7 @@ export interface Component {
135
135
  deploymentStatus: DeploymentStatus | string | undefined;
136
136
  deploymentStatusMessage?: string;
137
137
  serviceSpec?: string;
138
+ lastClientRequestToken?: string;
138
139
  }
139
140
  export interface CancelComponentDeploymentOutput {
140
141
  component: Component | undefined;
@@ -188,6 +189,7 @@ export interface ServiceInstance {
188
189
  deploymentStatus: DeploymentStatus | string | undefined;
189
190
  deploymentStatusMessage?: string;
190
191
  spec?: string;
192
+ lastClientRequestToken?: string;
191
193
  }
192
194
  export interface CancelServiceInstanceDeploymentOutput {
193
195
  serviceInstance: ServiceInstance | undefined;
@@ -255,6 +257,7 @@ export interface CreateComponentInput {
255
257
  manifest: string | undefined;
256
258
  serviceSpec?: string;
257
259
  tags?: Tag[];
260
+ clientToken?: string;
258
261
  }
259
262
  export interface CreateComponentOutput {
260
263
  component: Component | undefined;
@@ -316,6 +319,7 @@ export interface UpdateComponentInput {
316
319
  serviceInstanceName?: string;
317
320
  serviceSpec?: string;
318
321
  templateFile?: string;
322
+ clientToken?: string;
319
323
  }
320
324
  export interface UpdateComponentOutput {
321
325
  component: Component | undefined;
@@ -656,6 +660,7 @@ export interface UpdateEnvironmentTemplateVersionOutput {
656
660
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
657
661
  }
658
662
  export declare const SyncType: {
663
+ readonly SERVICE_SYNC: "SERVICE_SYNC";
659
664
  readonly TEMPLATE_SYNC: "TEMPLATE_SYNC";
660
665
  };
661
666
  export type SyncType = (typeof SyncType)[keyof typeof SyncType];
@@ -708,15 +713,9 @@ export interface CountsSummary {
708
713
  export interface GetResourcesSummaryOutput {
709
714
  counts: CountsSummary | undefined;
710
715
  }
711
- export declare const TemplateType: {
712
- readonly ENVIRONMENT: "ENVIRONMENT";
713
- readonly SERVICE: "SERVICE";
714
- };
715
- export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
716
- export interface GetTemplateSyncStatusInput {
717
- templateName: string | undefined;
718
- templateType: TemplateType | string | undefined;
719
- templateVersion: string | undefined;
716
+ export interface GetServiceInstanceSyncStatusInput {
717
+ serviceName: string | undefined;
718
+ serviceInstanceName: string | undefined;
720
719
  }
721
720
  export interface Revision {
722
721
  repositoryName: string | undefined;
@@ -747,6 +746,21 @@ export interface ResourceSyncAttempt {
747
746
  status: ResourceSyncStatus | string | undefined;
748
747
  events: ResourceSyncEvent[] | undefined;
749
748
  }
749
+ export interface GetServiceInstanceSyncStatusOutput {
750
+ latestSync?: ResourceSyncAttempt;
751
+ latestSuccessfulSync?: ResourceSyncAttempt;
752
+ desiredState?: Revision;
753
+ }
754
+ export declare const TemplateType: {
755
+ readonly ENVIRONMENT: "ENVIRONMENT";
756
+ readonly SERVICE: "SERVICE";
757
+ };
758
+ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
759
+ export interface GetTemplateSyncStatusInput {
760
+ templateName: string | undefined;
761
+ templateType: TemplateType | string | undefined;
762
+ templateVersion: string | undefined;
763
+ }
750
764
  export interface GetTemplateSyncStatusOutput {
751
765
  latestSync?: ResourceSyncAttempt;
752
766
  latestSuccessfulSync?: ResourceSyncAttempt;
@@ -831,6 +845,7 @@ export interface RepositorySummary {
831
845
  arn: string | undefined;
832
846
  provider: RepositoryProvider | string | undefined;
833
847
  name: string | undefined;
848
+ connectionArn: string | undefined;
834
849
  }
835
850
  export interface ListRepositoriesOutput {
836
851
  nextToken?: string;
@@ -854,6 +869,18 @@ export interface ListServiceInstanceProvisionedResourcesOutput {
854
869
  nextToken?: string;
855
870
  provisionedResources: ProvisionedResource[] | undefined;
856
871
  }
872
+ export interface CreateServiceInstanceInput {
873
+ name: string | undefined;
874
+ serviceName: string | undefined;
875
+ spec: string | undefined;
876
+ templateMajorVersion?: string;
877
+ templateMinorVersion?: string;
878
+ tags?: Tag[];
879
+ clientToken?: string;
880
+ }
881
+ export interface CreateServiceInstanceOutput {
882
+ serviceInstance: ServiceInstance | undefined;
883
+ }
857
884
  export interface GetServiceInstanceInput {
858
885
  name: string | undefined;
859
886
  serviceName: string | undefined;
@@ -928,6 +955,7 @@ export interface UpdateServiceInstanceInput {
928
955
  spec?: string;
929
956
  templateMajorVersion?: string;
930
957
  templateMinorVersion?: string;
958
+ clientToken?: string;
931
959
  }
932
960
  export interface UpdateServiceInstanceOutput {
933
961
  serviceInstance: ServiceInstance | undefined;
@@ -1043,6 +1071,89 @@ export interface UpdateServiceInput {
1043
1071
  export interface UpdateServiceOutput {
1044
1072
  service: Service | undefined;
1045
1073
  }
1074
+ export interface GetServiceSyncBlockerSummaryInput {
1075
+ serviceName: string | undefined;
1076
+ serviceInstanceName?: string;
1077
+ }
1078
+ export interface SyncBlockerContext {
1079
+ key: string | undefined;
1080
+ value: string | undefined;
1081
+ }
1082
+ export declare const BlockerStatus: {
1083
+ readonly ACTIVE: "ACTIVE";
1084
+ readonly RESOLVED: "RESOLVED";
1085
+ };
1086
+ export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus];
1087
+ export declare const BlockerType: {
1088
+ readonly AUTOMATED: "AUTOMATED";
1089
+ };
1090
+ export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
1091
+ export interface SyncBlocker {
1092
+ id: string | undefined;
1093
+ type: BlockerType | string | undefined;
1094
+ status: BlockerStatus | string | undefined;
1095
+ createdReason: string | undefined;
1096
+ createdAt: Date | undefined;
1097
+ contexts?: SyncBlockerContext[];
1098
+ resolvedReason?: string;
1099
+ resolvedAt?: Date;
1100
+ }
1101
+ export interface ServiceSyncBlockerSummary {
1102
+ serviceName: string | undefined;
1103
+ serviceInstanceName?: string;
1104
+ latestBlockers?: SyncBlocker[];
1105
+ }
1106
+ export interface GetServiceSyncBlockerSummaryOutput {
1107
+ serviceSyncBlockerSummary?: ServiceSyncBlockerSummary;
1108
+ }
1109
+ export interface UpdateServiceSyncBlockerInput {
1110
+ id: string | undefined;
1111
+ resolvedReason: string | undefined;
1112
+ }
1113
+ export interface UpdateServiceSyncBlockerOutput {
1114
+ serviceName: string | undefined;
1115
+ serviceInstanceName?: string;
1116
+ serviceSyncBlocker: SyncBlocker | undefined;
1117
+ }
1118
+ export interface CreateServiceSyncConfigInput {
1119
+ serviceName: string | undefined;
1120
+ repositoryProvider: RepositoryProvider | string | undefined;
1121
+ repositoryName: string | undefined;
1122
+ branch: string | undefined;
1123
+ filePath: string | undefined;
1124
+ }
1125
+ export interface ServiceSyncConfig {
1126
+ serviceName: string | undefined;
1127
+ repositoryProvider: RepositoryProvider | string | undefined;
1128
+ repositoryName: string | undefined;
1129
+ branch: string | undefined;
1130
+ filePath: string | undefined;
1131
+ }
1132
+ export interface CreateServiceSyncConfigOutput {
1133
+ serviceSyncConfig?: ServiceSyncConfig;
1134
+ }
1135
+ export interface DeleteServiceSyncConfigInput {
1136
+ serviceName: string | undefined;
1137
+ }
1138
+ export interface DeleteServiceSyncConfigOutput {
1139
+ serviceSyncConfig?: ServiceSyncConfig;
1140
+ }
1141
+ export interface GetServiceSyncConfigInput {
1142
+ serviceName: string | undefined;
1143
+ }
1144
+ export interface GetServiceSyncConfigOutput {
1145
+ serviceSyncConfig?: ServiceSyncConfig;
1146
+ }
1147
+ export interface UpdateServiceSyncConfigInput {
1148
+ serviceName: string | undefined;
1149
+ repositoryProvider: RepositoryProvider | string | undefined;
1150
+ repositoryName: string | undefined;
1151
+ branch: string | undefined;
1152
+ filePath: string | undefined;
1153
+ }
1154
+ export interface UpdateServiceSyncConfigOutput {
1155
+ serviceSyncConfig?: ServiceSyncConfig;
1156
+ }
1046
1157
  export interface CreateServiceTemplateInput {
1047
1158
  name: string | undefined;
1048
1159
  displayName?: string;
@@ -1394,6 +1505,12 @@ export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog
1394
1505
  export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (
1395
1506
  obj: ListServiceInstanceOutputsOutput
1396
1507
  ) => any;
1508
+ export declare const CreateServiceInstanceInputFilterSensitiveLog: (
1509
+ obj: CreateServiceInstanceInput
1510
+ ) => any;
1511
+ export declare const CreateServiceInstanceOutputFilterSensitiveLog: (
1512
+ obj: CreateServiceInstanceOutput
1513
+ ) => any;
1397
1514
  export declare const GetServiceInstanceOutputFilterSensitiveLog: (
1398
1515
  obj: GetServiceInstanceOutput
1399
1516
  ) => any;
@@ -51,6 +51,14 @@ import {
51
51
  CreateServiceCommandInput,
52
52
  CreateServiceCommandOutput,
53
53
  } from "../commands/CreateServiceCommand";
54
+ import {
55
+ CreateServiceInstanceCommandInput,
56
+ CreateServiceInstanceCommandOutput,
57
+ } from "../commands/CreateServiceInstanceCommand";
58
+ import {
59
+ CreateServiceSyncConfigCommandInput,
60
+ CreateServiceSyncConfigCommandOutput,
61
+ } from "../commands/CreateServiceSyncConfigCommand";
54
62
  import {
55
63
  CreateServiceTemplateCommandInput,
56
64
  CreateServiceTemplateCommandOutput,
@@ -91,6 +99,10 @@ import {
91
99
  DeleteServiceCommandInput,
92
100
  DeleteServiceCommandOutput,
93
101
  } from "../commands/DeleteServiceCommand";
102
+ import {
103
+ DeleteServiceSyncConfigCommandInput,
104
+ DeleteServiceSyncConfigCommandOutput,
105
+ } from "../commands/DeleteServiceSyncConfigCommand";
94
106
  import {
95
107
  DeleteServiceTemplateCommandInput,
96
108
  DeleteServiceTemplateCommandOutput,
@@ -147,6 +159,18 @@ import {
147
159
  GetServiceInstanceCommandInput,
148
160
  GetServiceInstanceCommandOutput,
149
161
  } from "../commands/GetServiceInstanceCommand";
162
+ import {
163
+ GetServiceInstanceSyncStatusCommandInput,
164
+ GetServiceInstanceSyncStatusCommandOutput,
165
+ } from "../commands/GetServiceInstanceSyncStatusCommand";
166
+ import {
167
+ GetServiceSyncBlockerSummaryCommandInput,
168
+ GetServiceSyncBlockerSummaryCommandOutput,
169
+ } from "../commands/GetServiceSyncBlockerSummaryCommand";
170
+ import {
171
+ GetServiceSyncConfigCommandInput,
172
+ GetServiceSyncConfigCommandOutput,
173
+ } from "../commands/GetServiceSyncConfigCommand";
150
174
  import {
151
175
  GetServiceTemplateCommandInput,
152
176
  GetServiceTemplateCommandOutput,
@@ -295,6 +319,14 @@ import {
295
319
  UpdateServicePipelineCommandInput,
296
320
  UpdateServicePipelineCommandOutput,
297
321
  } from "../commands/UpdateServicePipelineCommand";
322
+ import {
323
+ UpdateServiceSyncBlockerCommandInput,
324
+ UpdateServiceSyncBlockerCommandOutput,
325
+ } from "../commands/UpdateServiceSyncBlockerCommand";
326
+ import {
327
+ UpdateServiceSyncConfigCommandInput,
328
+ UpdateServiceSyncConfigCommandOutput,
329
+ } from "../commands/UpdateServiceSyncConfigCommand";
298
330
  import {
299
331
  UpdateServiceTemplateCommandInput,
300
332
  UpdateServiceTemplateCommandOutput,
@@ -355,6 +387,14 @@ export declare const serializeAws_json1_0CreateServiceCommand: (
355
387
  input: CreateServiceCommandInput,
356
388
  context: __SerdeContext
357
389
  ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_0CreateServiceInstanceCommand: (
391
+ input: CreateServiceInstanceCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_0CreateServiceSyncConfigCommand: (
395
+ input: CreateServiceSyncConfigCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
358
398
  export declare const serializeAws_json1_0CreateServiceTemplateCommand: (
359
399
  input: CreateServiceTemplateCommandInput,
360
400
  context: __SerdeContext
@@ -395,6 +435,10 @@ export declare const serializeAws_json1_0DeleteServiceCommand: (
395
435
  input: DeleteServiceCommandInput,
396
436
  context: __SerdeContext
397
437
  ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_0DeleteServiceSyncConfigCommand: (
439
+ input: DeleteServiceSyncConfigCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
398
442
  export declare const serializeAws_json1_0DeleteServiceTemplateCommand: (
399
443
  input: DeleteServiceTemplateCommandInput,
400
444
  context: __SerdeContext
@@ -451,6 +495,18 @@ export declare const serializeAws_json1_0GetServiceInstanceCommand: (
451
495
  input: GetServiceInstanceCommandInput,
452
496
  context: __SerdeContext
453
497
  ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_0GetServiceInstanceSyncStatusCommand: (
499
+ input: GetServiceInstanceSyncStatusCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_0GetServiceSyncBlockerSummaryCommand: (
503
+ input: GetServiceSyncBlockerSummaryCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_0GetServiceSyncConfigCommand: (
507
+ input: GetServiceSyncConfigCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
454
510
  export declare const serializeAws_json1_0GetServiceTemplateCommand: (
455
511
  input: GetServiceTemplateCommandInput,
456
512
  context: __SerdeContext
@@ -599,6 +655,14 @@ export declare const serializeAws_json1_0UpdateServicePipelineCommand: (
599
655
  input: UpdateServicePipelineCommandInput,
600
656
  context: __SerdeContext
601
657
  ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_json1_0UpdateServiceSyncBlockerCommand: (
659
+ input: UpdateServiceSyncBlockerCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_json1_0UpdateServiceSyncConfigCommand: (
663
+ input: UpdateServiceSyncConfigCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
602
666
  export declare const serializeAws_json1_0UpdateServiceTemplateCommand: (
603
667
  input: UpdateServiceTemplateCommandInput,
604
668
  context: __SerdeContext
@@ -659,6 +723,14 @@ export declare const deserializeAws_json1_0CreateServiceCommand: (
659
723
  output: __HttpResponse,
660
724
  context: __SerdeContext
661
725
  ) => Promise<CreateServiceCommandOutput>;
726
+ export declare const deserializeAws_json1_0CreateServiceInstanceCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<CreateServiceInstanceCommandOutput>;
730
+ export declare const deserializeAws_json1_0CreateServiceSyncConfigCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<CreateServiceSyncConfigCommandOutput>;
662
734
  export declare const deserializeAws_json1_0CreateServiceTemplateCommand: (
663
735
  output: __HttpResponse,
664
736
  context: __SerdeContext
@@ -699,6 +771,10 @@ export declare const deserializeAws_json1_0DeleteServiceCommand: (
699
771
  output: __HttpResponse,
700
772
  context: __SerdeContext
701
773
  ) => Promise<DeleteServiceCommandOutput>;
774
+ export declare const deserializeAws_json1_0DeleteServiceSyncConfigCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<DeleteServiceSyncConfigCommandOutput>;
702
778
  export declare const deserializeAws_json1_0DeleteServiceTemplateCommand: (
703
779
  output: __HttpResponse,
704
780
  context: __SerdeContext
@@ -755,6 +831,18 @@ export declare const deserializeAws_json1_0GetServiceInstanceCommand: (
755
831
  output: __HttpResponse,
756
832
  context: __SerdeContext
757
833
  ) => Promise<GetServiceInstanceCommandOutput>;
834
+ export declare const deserializeAws_json1_0GetServiceInstanceSyncStatusCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<GetServiceInstanceSyncStatusCommandOutput>;
838
+ export declare const deserializeAws_json1_0GetServiceSyncBlockerSummaryCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<GetServiceSyncBlockerSummaryCommandOutput>;
842
+ export declare const deserializeAws_json1_0GetServiceSyncConfigCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<GetServiceSyncConfigCommandOutput>;
758
846
  export declare const deserializeAws_json1_0GetServiceTemplateCommand: (
759
847
  output: __HttpResponse,
760
848
  context: __SerdeContext
@@ -903,6 +991,14 @@ export declare const deserializeAws_json1_0UpdateServicePipelineCommand: (
903
991
  output: __HttpResponse,
904
992
  context: __SerdeContext
905
993
  ) => Promise<UpdateServicePipelineCommandOutput>;
994
+ export declare const deserializeAws_json1_0UpdateServiceSyncBlockerCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<UpdateServiceSyncBlockerCommandOutput>;
998
+ export declare const deserializeAws_json1_0UpdateServiceSyncConfigCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<UpdateServiceSyncConfigCommandOutput>;
906
1002
  export declare const deserializeAws_json1_0UpdateServiceTemplateCommand: (
907
1003
  output: __HttpResponse,
908
1004
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-proton",
3
3
  "description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.308.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",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.306.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.306.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.306.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
- "@aws-sdk/util-waiter": "3.303.0",
56
+ "@aws-sdk/util-waiter": "3.306.0",
57
57
  "tslib": "^2.5.0",
58
58
  "uuid": "^8.3.2"
59
59
  },