@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
@@ -257,27 +257,30 @@ export interface RepositoryBranchInput {
257
257
  */
258
258
  export interface UpdateAccountSettingsInput {
259
259
  /**
260
- * <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton
261
- * for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.</p>
260
+ * <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning
261
+ * pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for
262
+ * self-managed provisioning.</p>
262
263
  * <p>To remove a previously configured ARN, specify an empty string.</p>
263
264
  */
264
265
  pipelineServiceRoleArn?: string;
265
266
  /**
266
- * <p>A linked repository for pipeline provisioning. Specify it if you have environments configured for self-managed
267
- * provisioning with services that include pipelines. A linked repository is a repository that has been registered with
268
- * Proton. For more information, see <a>CreateRepository</a>.</p>
269
- * <p>To remove a previously configured repository, set <code>deletePipelineProvisioningRepository</code> to
270
- * <code>true</code>, and don't set <code>pipelineProvisioningRepository</code>.</p>
267
+ * <p>A linked repository for pipeline provisioning. Specify it if you have environments
268
+ * configured for self-managed provisioning with services that include pipelines. A linked
269
+ * repository is a repository that has been registered with Proton. For more information, see
270
+ * <a>CreateRepository</a>.</p>
271
+ * <p>To remove a previously configured repository, set
272
+ * <code>deletePipelineProvisioningRepository</code> to <code>true</code>, and don't set
273
+ * <code>pipelineProvisioningRepository</code>.</p>
271
274
  */
272
275
  pipelineProvisioningRepository?: RepositoryBranchInput;
273
276
  /**
274
- * <p>Set to <code>true</code> to remove a configured pipeline repository from the account settings. Don't set this
275
- * field if you are updating the configured pipeline repository.</p>
277
+ * <p>Set to <code>true</code> to remove a configured pipeline repository from the account
278
+ * settings. Don't set this field if you are updating the configured pipeline repository.</p>
276
279
  */
277
280
  deletePipelineProvisioningRepository?: boolean;
278
281
  /**
279
- * <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Proton assumes
280
- * this role for CodeBuild-based provisioning.</p>
282
+ * <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning
283
+ * pipelines. Proton assumes this role for CodeBuild-based provisioning.</p>
281
284
  */
282
285
  pipelineCodebuildRoleArn?: string;
283
286
  }
@@ -377,6 +380,10 @@ export interface Component {
377
380
  * <p>The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.</p>
378
381
  */
379
382
  serviceSpec?: string;
383
+ /**
384
+ * <p>The last token the client requested.</p>
385
+ */
386
+ lastClientRequestToken?: string;
380
387
  }
381
388
  /**
382
389
  * @public
@@ -477,8 +484,9 @@ export interface Environment {
477
484
  */
478
485
  provisioning?: Provisioning | string;
479
486
  /**
480
- * <p>The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning. A linked repository is a repository
481
- * that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
487
+ * <p>The linked repository that you use to host your rendered infrastructure templates for self-managed
488
+ * provisioning. A linked repository is a repository that has been registered with Proton. For more information, see
489
+ * <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_CreateRepository.html">CreateRepository</a>.</p>
482
490
  */
483
491
  provisioningRepository?: RepositoryBranch;
484
492
  /**
@@ -556,11 +564,13 @@ export interface ServiceInstance {
556
564
  */
557
565
  templateName: string | undefined;
558
566
  /**
559
- * <p>The major version of the service template that was used to create the service instance.</p>
567
+ * <p>The major version of the service template that was used to create the service
568
+ * instance.</p>
560
569
  */
561
570
  templateMajorVersion: string | undefined;
562
571
  /**
563
- * <p>The minor version of the service template that was used to create the service instance.</p>
572
+ * <p>The minor version of the service template that was used to create the service
573
+ * instance.</p>
564
574
  */
565
575
  templateMinorVersion: string | undefined;
566
576
  /**
@@ -575,6 +585,10 @@ export interface ServiceInstance {
575
585
  * <p>The service spec that was used to create the service instance.</p>
576
586
  */
577
587
  spec?: string;
588
+ /**
589
+ * <p>The last client request token received.</p>
590
+ */
591
+ lastClientRequestToken?: string;
578
592
  }
579
593
  /**
580
594
  * @public
@@ -620,11 +634,13 @@ export interface ServicePipeline {
620
634
  */
621
635
  templateName: string | undefined;
622
636
  /**
623
- * <p>The major version of the service template that was used to create the service pipeline.</p>
637
+ * <p>The major version of the service template that was used to create the service
638
+ * pipeline.</p>
624
639
  */
625
640
  templateMajorVersion: string | undefined;
626
641
  /**
627
- * <p>The minor version of the service template that was used to create the service pipeline.</p>
642
+ * <p>The minor version of the service template that was used to create the service
643
+ * pipeline.</p>
628
644
  */
629
645
  templateMinorVersion: string | undefined;
630
646
  /**
@@ -813,6 +829,10 @@ export interface CreateComponentInput {
813
829
  * <i>Proton User Guide</i>.</p>
814
830
  */
815
831
  tags?: Tag[];
832
+ /**
833
+ * <p>The client token for the created component.</p>
834
+ */
835
+ clientToken?: string;
816
836
  }
817
837
  /**
818
838
  * @public
@@ -1035,6 +1055,10 @@ export interface UpdateComponentInput {
1035
1055
  * </note>
1036
1056
  */
1037
1057
  templateFile?: string;
1058
+ /**
1059
+ * <p>The client token for the updated component.</p>
1060
+ */
1061
+ clientToken?: string;
1038
1062
  }
1039
1063
  /**
1040
1064
  * @public
@@ -2234,6 +2258,15 @@ export interface UpdateEnvironmentTemplateVersionOutput {
2234
2258
  * @enum
2235
2259
  */
2236
2260
  export declare const SyncType: {
2261
+ /**
2262
+ * Syncs services and service instances to Proton.
2263
+ *
2264
+ */
2265
+ readonly SERVICE_SYNC: "SERVICE_SYNC";
2266
+ /**
2267
+ * Syncs environment and service templates to Proton.
2268
+ *
2269
+ */
2237
2270
  readonly TEMPLATE_SYNC: "TEMPLATE_SYNC";
2238
2271
  };
2239
2272
  /**
@@ -2395,7 +2428,8 @@ export interface CountsSummary {
2395
2428
  */
2396
2429
  environments?: ResourceCountsSummary;
2397
2430
  /**
2398
- * <p>The total number of environment templates in the Amazon Web Services account.</p>
2431
+ * <p>The total number of environment templates in the Amazon Web Services account. The <code>environmentTemplates</code> object
2432
+ * will only contain <code>total</code> members.</p>
2399
2433
  */
2400
2434
  environmentTemplates?: ResourceCountsSummary;
2401
2435
  /**
@@ -2425,34 +2459,18 @@ export interface GetResourcesSummaryOutput {
2425
2459
  */
2426
2460
  counts: CountsSummary | undefined;
2427
2461
  }
2428
- /**
2429
- * @public
2430
- * @enum
2431
- */
2432
- export declare const TemplateType: {
2433
- readonly ENVIRONMENT: "ENVIRONMENT";
2434
- readonly SERVICE: "SERVICE";
2435
- };
2436
- /**
2437
- * @public
2438
- */
2439
- export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
2440
2462
  /**
2441
2463
  * @public
2442
2464
  */
2443
- export interface GetTemplateSyncStatusInput {
2444
- /**
2445
- * <p>The template name.</p>
2446
- */
2447
- templateName: string | undefined;
2465
+ export interface GetServiceInstanceSyncStatusInput {
2448
2466
  /**
2449
- * <p>The template type.</p>
2467
+ * <p>The name of the service that the service instance belongs to.</p>
2450
2468
  */
2451
- templateType: TemplateType | string | undefined;
2469
+ serviceName: string | undefined;
2452
2470
  /**
2453
- * <p>The template major version.</p>
2471
+ * <p>The name of the service instance that you want the sync status input for.</p>
2454
2472
  */
2455
- templateVersion: string | undefined;
2473
+ serviceInstanceName: string | undefined;
2456
2474
  }
2457
2475
  /**
2458
2476
  * @public
@@ -2562,6 +2580,52 @@ export interface ResourceSyncAttempt {
2562
2580
  */
2563
2581
  events: ResourceSyncEvent[] | undefined;
2564
2582
  }
2583
+ /**
2584
+ * @public
2585
+ */
2586
+ export interface GetServiceInstanceSyncStatusOutput {
2587
+ /**
2588
+ * <p>The detailed data of the latest sync with the service instance.</p>
2589
+ */
2590
+ latestSync?: ResourceSyncAttempt;
2591
+ /**
2592
+ * <p>The detailed data of the latest successful sync with the service instance.</p>
2593
+ */
2594
+ latestSuccessfulSync?: ResourceSyncAttempt;
2595
+ /**
2596
+ * <p>The service instance sync desired state that's returned by Proton</p>
2597
+ */
2598
+ desiredState?: Revision;
2599
+ }
2600
+ /**
2601
+ * @public
2602
+ * @enum
2603
+ */
2604
+ export declare const TemplateType: {
2605
+ readonly ENVIRONMENT: "ENVIRONMENT";
2606
+ readonly SERVICE: "SERVICE";
2607
+ };
2608
+ /**
2609
+ * @public
2610
+ */
2611
+ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
2612
+ /**
2613
+ * @public
2614
+ */
2615
+ export interface GetTemplateSyncStatusInput {
2616
+ /**
2617
+ * <p>The template name.</p>
2618
+ */
2619
+ templateName: string | undefined;
2620
+ /**
2621
+ * <p>The template type.</p>
2622
+ */
2623
+ templateType: TemplateType | string | undefined;
2624
+ /**
2625
+ * <p>The template major version.</p>
2626
+ */
2627
+ templateVersion: string | undefined;
2628
+ }
2565
2629
  /**
2566
2630
  * @public
2567
2631
  */
@@ -2646,8 +2710,8 @@ export interface ListTagsForResourceInput {
2646
2710
  */
2647
2711
  resourceArn: string | undefined;
2648
2712
  /**
2649
- * <p>A token that indicates the location of the next resource tag in the array of resource tags, after the list of
2650
- * resource tags that was previously requested.</p>
2713
+ * <p>A token that indicates the location of the next resource tag in the array of resource tags,
2714
+ * after the list of resource tags that was previously requested.</p>
2651
2715
  */
2652
2716
  nextToken?: string;
2653
2717
  /**
@@ -2664,8 +2728,8 @@ export interface ListTagsForResourceOutput {
2664
2728
  */
2665
2729
  tags: Tag[] | undefined;
2666
2730
  /**
2667
- * <p>A token that indicates the location of the next resource tag in the array of resource tags, after the current
2668
- * requested list of resource tags.</p>
2731
+ * <p>A token that indicates the location of the next resource tag in the array of resource tags,
2732
+ * after the current requested list of resource tags.</p>
2669
2733
  */
2670
2734
  nextToken?: string;
2671
2735
  }
@@ -2849,6 +2913,10 @@ export interface RepositorySummary {
2849
2913
  * <p>The repository name.</p>
2850
2914
  */
2851
2915
  name: string | undefined;
2916
+ /**
2917
+ * <p>The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.</p>
2918
+ */
2919
+ connectionArn: string | undefined;
2852
2920
  }
2853
2921
  /**
2854
2922
  * @public
@@ -2876,7 +2944,8 @@ export interface ListServiceInstanceOutputsInput {
2876
2944
  */
2877
2945
  serviceName: string | undefined;
2878
2946
  /**
2879
- * <p>A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
2947
+ * <p>A token that indicates the location of the next output in the array of outputs, after the
2948
+ * list of outputs that was previously requested.</p>
2880
2949
  */
2881
2950
  nextToken?: string;
2882
2951
  }
@@ -2885,7 +2954,8 @@ export interface ListServiceInstanceOutputsInput {
2885
2954
  */
2886
2955
  export interface ListServiceInstanceOutputsOutput {
2887
2956
  /**
2888
- * <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
2957
+ * <p>A token that indicates the location of the next output in the array of outputs, after the
2958
+ * current requested list of outputs.</p>
2889
2959
  */
2890
2960
  nextToken?: string;
2891
2961
  /**
@@ -2906,8 +2976,9 @@ export interface ListServiceInstanceProvisionedResourcesInput {
2906
2976
  */
2907
2977
  serviceInstanceName: string | undefined;
2908
2978
  /**
2909
- * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources
2910
- * that was previously requested.</p>
2979
+ * <p>A token that indicates the location of the next provisioned resource in the array of
2980
+ * provisioned resources, after the list of provisioned resources that was previously
2981
+ * requested.</p>
2911
2982
  */
2912
2983
  nextToken?: string;
2913
2984
  }
@@ -2916,8 +2987,8 @@ export interface ListServiceInstanceProvisionedResourcesInput {
2916
2987
  */
2917
2988
  export interface ListServiceInstanceProvisionedResourcesOutput {
2918
2989
  /**
2919
- * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
2920
- * provisioned resources.</p>
2990
+ * <p>A token that indicates the location of the next provisioned resource in the array of
2991
+ * provisioned resources, after the current requested list of provisioned resources.</p>
2921
2992
  */
2922
2993
  nextToken?: string;
2923
2994
  /**
@@ -2925,6 +2996,54 @@ export interface ListServiceInstanceProvisionedResourcesOutput {
2925
2996
  */
2926
2997
  provisionedResources: ProvisionedResource[] | undefined;
2927
2998
  }
2999
+ /**
3000
+ * @public
3001
+ */
3002
+ export interface CreateServiceInstanceInput {
3003
+ /**
3004
+ * <p>The name of the service instance to create.</p>
3005
+ */
3006
+ name: string | undefined;
3007
+ /**
3008
+ * <p>The name of the service the service instance is added to.</p>
3009
+ */
3010
+ serviceName: string | undefined;
3011
+ /**
3012
+ * <p>The spec for the service instance you want to create.</p>
3013
+ */
3014
+ spec: string | undefined;
3015
+ /**
3016
+ * <p>To create a new major and minor version of the service template,
3017
+ * <i>exclude</i>
3018
+ * <code>major Version</code>.</p>
3019
+ */
3020
+ templateMajorVersion?: string;
3021
+ /**
3022
+ * <p>To create a new minor version of the service template, include a <code>major
3023
+ * Version</code>.</p>
3024
+ */
3025
+ templateMinorVersion?: string;
3026
+ /**
3027
+ * <p>An optional list of metadata items that you can associate with the Proton service instance.
3028
+ * A tag is a key-value pair.</p>
3029
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
3030
+ * <i>Proton User Guide</i>.</p>
3031
+ */
3032
+ tags?: Tag[];
3033
+ /**
3034
+ * <p>The client token of the service instance to create.</p>
3035
+ */
3036
+ clientToken?: string;
3037
+ }
3038
+ /**
3039
+ * @public
3040
+ */
3041
+ export interface CreateServiceInstanceOutput {
3042
+ /**
3043
+ * <p>The detailed data of the service instance being created.</p>
3044
+ */
3045
+ serviceInstance: ServiceInstance | undefined;
3046
+ }
2928
3047
  /**
2929
3048
  * @public
2930
3049
  */
@@ -2934,7 +3053,7 @@ export interface GetServiceInstanceInput {
2934
3053
  */
2935
3054
  name: string | undefined;
2936
3055
  /**
2937
- * <p>The name of the service that the service instance belongs to.</p>
3056
+ * <p>The name of the service that you want the service instance input for.</p>
2938
3057
  */
2939
3058
  serviceName: string | undefined;
2940
3059
  }
@@ -2978,8 +3097,9 @@ export interface ListServiceInstancesFilter {
2978
3097
  key?: ListServiceInstancesFilterBy | string;
2979
3098
  /**
2980
3099
  * <p>A value to filter by.</p>
2981
- * <p>With the date/time keys (<code>*At\{Before,After\}</code>), the value is a valid <a href="https://datatracker.ietf.org/doc/html/rfc3339.html">RFC
2982
- * 3339</a> string with no UTC offset and with an optional fractional precision (for example, <code>1985-04-12T23:20:50.52Z</code>).</p>
3100
+ * <p>With the date/time keys (<code>*At\{Before,After\}</code>), the value is a valid <a href="https://datatracker.ietf.org/doc/html/rfc3339.html">RFC 3339</a> string with no UTC
3101
+ * offset and with an optional fractional precision (for example,
3102
+ * <code>1985-04-12T23:20:50.52Z</code>).</p>
2983
3103
  */
2984
3104
  value?: string;
2985
3105
  }
@@ -3021,8 +3141,8 @@ export interface ListServiceInstancesInput {
3021
3141
  */
3022
3142
  serviceName?: string;
3023
3143
  /**
3024
- * <p>A token that indicates the location of the next service in the array of service instances, after the list of service instances that was previously
3025
- * requested.</p>
3144
+ * <p>A token that indicates the location of the next service in the array of service instances,
3145
+ * after the list of service instances that was previously requested.</p>
3026
3146
  */
3027
3147
  nextToken?: string;
3028
3148
  /**
@@ -3030,13 +3150,14 @@ export interface ListServiceInstancesInput {
3030
3150
  */
3031
3151
  maxResults?: number;
3032
3152
  /**
3033
- * <p>An array of filtering criteria that scope down the result list. By default, all service instances in the
3034
- * Amazon Web Services account are returned.</p>
3153
+ * <p>An array of filtering criteria that scope down the result list. By default, all service
3154
+ * instances in the Amazon Web Services account are returned.</p>
3035
3155
  */
3036
3156
  filters?: ListServiceInstancesFilter[];
3037
3157
  /**
3038
3158
  * <p>The field that the result list is sorted by.</p>
3039
- * <p>When you choose to sort by <code>serviceName</code>, service instances within each service are sorted by service instance name.</p>
3159
+ * <p>When you choose to sort by <code>serviceName</code>, service instances within each service
3160
+ * are sorted by service instance name.</p>
3040
3161
  * <p>Default: <code>serviceName</code>
3041
3162
  * </p>
3042
3163
  */
@@ -3107,8 +3228,8 @@ export interface ServiceInstanceSummary {
3107
3228
  */
3108
3229
  export interface ListServiceInstancesOutput {
3109
3230
  /**
3110
- * <p>A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service
3111
- * instances.</p>
3231
+ * <p>A token that indicates the location of the next service instance in the array of service
3232
+ * instances, after the current requested list of service instances.</p>
3112
3233
  */
3113
3234
  nextToken?: string;
3114
3235
  /**
@@ -3129,38 +3250,44 @@ export interface UpdateServiceInstanceInput {
3129
3250
  */
3130
3251
  serviceName: string | undefined;
3131
3252
  /**
3132
- * <p>The deployment type. It defines the mode for updating a service instance, as follows:</p>
3253
+ * <p>The deployment type. It defines the mode for updating a service instance, as
3254
+ * follows:</p>
3133
3255
  * <dl>
3134
3256
  * <dt/>
3135
3257
  * <dd>
3136
3258
  * <p>
3137
3259
  * <code>NONE</code>
3138
3260
  * </p>
3139
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
3261
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested
3262
+ * metadata parameters are updated.</p>
3140
3263
  * </dd>
3141
3264
  * <dt/>
3142
3265
  * <dd>
3143
3266
  * <p>
3144
3267
  * <code>CURRENT_VERSION</code>
3145
3268
  * </p>
3146
- * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated.
3147
- * <i>Don’t</i> include major or minor version parameters when you use this deployment type.</p>
3269
+ * <p>In this mode, the service instance is deployed and updated with the new spec that
3270
+ * you provide. Only requested parameters are updated. <i>Don’t</i> include
3271
+ * major or minor version parameters when you use this deployment type.</p>
3148
3272
  * </dd>
3149
3273
  * <dt/>
3150
3274
  * <dd>
3151
3275
  * <p>
3152
3276
  * <code>MINOR_VERSION</code>
3153
3277
  * </p>
3154
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version
3155
- * in use, by default. You can also specify a different minor version of the current major version in use.</p>
3278
+ * <p>In this mode, the service instance is deployed and updated with the published,
3279
+ * recommended (latest) minor version of the current major version in use, by default. You
3280
+ * can also specify a different minor version of the current major version in use.</p>
3156
3281
  * </dd>
3157
3282
  * <dt/>
3158
3283
  * <dd>
3159
3284
  * <p>
3160
3285
  * <code>MAJOR_VERSION</code>
3161
3286
  * </p>
3162
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current
3163
- * template, by default. You can specify a different major version that's higher than the major version in use and a minor version.</p>
3287
+ * <p>In this mode, the service instance is deployed and updated with the published,
3288
+ * recommended (latest) major and minor version of the current template, by default. You
3289
+ * can specify a different major version that's higher than the major version in use and a
3290
+ * minor version.</p>
3164
3291
  * </dd>
3165
3292
  * </dl>
3166
3293
  */
@@ -3177,6 +3304,10 @@ export interface UpdateServiceInstanceInput {
3177
3304
  * <p>The minor version of the service template to update.</p>
3178
3305
  */
3179
3306
  templateMinorVersion?: string;
3307
+ /**
3308
+ * <p>The client token of the service instance to update.</p>
3309
+ */
3310
+ clientToken?: string;
3180
3311
  }
3181
3312
  /**
3182
3313
  * @public
@@ -3196,7 +3327,8 @@ export interface ListServicePipelineOutputsInput {
3196
3327
  */
3197
3328
  serviceName: string | undefined;
3198
3329
  /**
3199
- * <p>A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
3330
+ * <p>A token that indicates the location of the next output in the array of outputs, after the
3331
+ * list of outputs that was previously requested.</p>
3200
3332
  */
3201
3333
  nextToken?: string;
3202
3334
  }
@@ -3205,7 +3337,8 @@ export interface ListServicePipelineOutputsInput {
3205
3337
  */
3206
3338
  export interface ListServicePipelineOutputsOutput {
3207
3339
  /**
3208
- * <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
3340
+ * <p>A token that indicates the location of the next output in the array of outputs, after the
3341
+ * current requested list of outputs.</p>
3209
3342
  */
3210
3343
  nextToken?: string;
3211
3344
  /**
@@ -3222,8 +3355,9 @@ export interface ListServicePipelineProvisionedResourcesInput {
3222
3355
  */
3223
3356
  serviceName: string | undefined;
3224
3357
  /**
3225
- * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources
3226
- * that was previously requested.</p>
3358
+ * <p>A token that indicates the location of the next provisioned resource in the array of
3359
+ * provisioned resources, after the list of provisioned resources that was previously
3360
+ * requested.</p>
3227
3361
  */
3228
3362
  nextToken?: string;
3229
3363
  }
@@ -3232,8 +3366,8 @@ export interface ListServicePipelineProvisionedResourcesInput {
3232
3366
  */
3233
3367
  export interface ListServicePipelineProvisionedResourcesOutput {
3234
3368
  /**
3235
- * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
3236
- * provisioned resources.</p>
3369
+ * <p>A token that indicates the location of the next provisioned resource in the array of
3370
+ * provisioned resources, after the current requested list of provisioned resources.</p>
3237
3371
  */
3238
3372
  nextToken?: string;
3239
3373
  /**
@@ -3255,48 +3389,56 @@ export interface UpdateServicePipelineInput {
3255
3389
  spec: string | undefined;
3256
3390
  /**
3257
3391
  * <p>The deployment type.</p>
3258
- * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code> field defines the mode.</p>
3392
+ * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code>
3393
+ * field defines the mode.</p>
3259
3394
  * <dl>
3260
3395
  * <dt/>
3261
3396
  * <dd>
3262
3397
  * <p>
3263
3398
  * <code>NONE</code>
3264
3399
  * </p>
3265
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
3400
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested
3401
+ * metadata parameters are updated.</p>
3266
3402
  * </dd>
3267
3403
  * <dt/>
3268
3404
  * <dd>
3269
3405
  * <p>
3270
3406
  * <code>CURRENT_VERSION</code>
3271
3407
  * </p>
3272
- * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated.
3273
- * <i>Don’t</i> include major or minor version parameters when you use this <code>deployment-type</code>.</p>
3408
+ * <p>In this mode, the service pipeline is deployed and updated with the new spec that
3409
+ * you provide. Only requested parameters are updated. <i>Don’t</i> include
3410
+ * major or minor version parameters when you use this <code>deployment-type</code>.</p>
3274
3411
  * </dd>
3275
3412
  * <dt/>
3276
3413
  * <dd>
3277
3414
  * <p>
3278
3415
  * <code>MINOR_VERSION</code>
3279
3416
  * </p>
3280
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version
3281
- * in use, by default. You can specify a different minor version of the current major version in use.</p>
3417
+ * <p>In this mode, the service pipeline is deployed and updated with the published,
3418
+ * recommended (latest) minor version of the current major version in use, by default. You
3419
+ * can specify a different minor version of the current major version in use.</p>
3282
3420
  * </dd>
3283
3421
  * <dt/>
3284
3422
  * <dd>
3285
3423
  * <p>
3286
3424
  * <code>MAJOR_VERSION</code>
3287
3425
  * </p>
3288
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current
3289
- * template, by default. You can specify a different major version that's higher than the major version in use and a minor version.</p>
3426
+ * <p>In this mode, the service pipeline is deployed and updated with the published,
3427
+ * recommended (latest) major and minor version of the current template, by default. You
3428
+ * can specify a different major version that's higher than the major version in use and a
3429
+ * minor version.</p>
3290
3430
  * </dd>
3291
3431
  * </dl>
3292
3432
  */
3293
3433
  deploymentType: DeploymentUpdateType | string | undefined;
3294
3434
  /**
3295
- * <p>The major version of the service template that was used to create the service that the pipeline is associated with.</p>
3435
+ * <p>The major version of the service template that was used to create the service that the
3436
+ * pipeline is associated with.</p>
3296
3437
  */
3297
3438
  templateMajorVersion?: string;
3298
3439
  /**
3299
- * <p>The minor version of the service template that was used to create the service that the pipeline is associated with.</p>
3440
+ * <p>The minor version of the service template that was used to create the service that the
3441
+ * pipeline is associated with.</p>
3300
3442
  */
3301
3443
  templateMinorVersion?: string;
3302
3444
  }
@@ -3334,30 +3476,35 @@ export interface CreateServiceInput {
3334
3476
  */
3335
3477
  templateMinorVersion?: string;
3336
3478
  /**
3337
- * <p>A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format.
3338
- * <i>Don’t</i> include pipeline inputs in the spec if your service template <i>doesn’t</i> include a service pipeline. For
3339
- * more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-create-svc.html">Create a service</a> in the <i>Proton
3340
- * User Guide</i>.</p>
3479
+ * <p>A link to a spec file that provides inputs as defined in the service template bundle
3480
+ * schema file. The spec file is in YAML format. <i>Don’t</i> include pipeline
3481
+ * inputs in the spec if your service template <i>doesn’t</i> include a service
3482
+ * pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-create-svc.html">Create a service</a> in the
3483
+ * <i>Proton User Guide</i>.</p>
3341
3484
  */
3342
3485
  spec: string | undefined;
3343
3486
  /**
3344
- * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol">Setting up an AWS CodeStar connection</a> in the <i>Proton User
3345
- * Guide</i>. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include a service
3346
- * pipeline.</p>
3487
+ * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see
3488
+ * <a href="https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol">Setting up an
3489
+ * AWS CodeStar connection</a> in the <i>Proton User Guide</i>.
3490
+ * <i>Don't</i> include this parameter if your service template
3491
+ * <i>doesn't</i> include a service pipeline.</p>
3347
3492
  */
3348
3493
  repositoryConnectionArn?: string;
3349
3494
  /**
3350
- * <p>The ID of the code repository. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include a
3351
- * service pipeline.</p>
3495
+ * <p>The ID of the code repository. <i>Don't</i> include this parameter if your
3496
+ * service template <i>doesn't</i> include a service pipeline.</p>
3352
3497
  */
3353
3498
  repositoryId?: string;
3354
3499
  /**
3355
- * <p>The name of the code repository branch that holds the code that's deployed in Proton. <i>Don't</i> include this parameter if your
3356
- * service template <i>doesn't</i> include a service pipeline.</p>
3500
+ * <p>The name of the code repository branch that holds the code that's deployed in Proton.
3501
+ * <i>Don't</i> include this parameter if your service template
3502
+ * <i>doesn't</i> include a service pipeline.</p>
3357
3503
  */
3358
3504
  branchName?: string;
3359
3505
  /**
3360
- * <p>An optional list of metadata items that you can associate with the Proton service. A tag is a key-value pair.</p>
3506
+ * <p>An optional list of metadata items that you can associate with the Proton service. A tag is
3507
+ * a key-value pair.</p>
3361
3508
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
3362
3509
  * <i>Proton User Guide</i>.</p>
3363
3510
  */
@@ -3433,8 +3580,9 @@ export interface Service {
3433
3580
  */
3434
3581
  pipeline?: ServicePipeline;
3435
3582
  /**
3436
- * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol">Setting up an AWS CodeStar connection</a> in the <i>Proton User
3437
- * Guide</i>.</p>
3583
+ * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see
3584
+ * <a href="https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol">Setting up an
3585
+ * AWS CodeStar connection</a> in the <i>Proton User Guide</i>.</p>
3438
3586
  */
3439
3587
  repositoryConnectionArn?: string;
3440
3588
  /**
@@ -3442,7 +3590,8 @@ export interface Service {
3442
3590
  */
3443
3591
  repositoryId?: string;
3444
3592
  /**
3445
- * <p>The name of the code repository branch that holds the code that's deployed in Proton.</p>
3593
+ * <p>The name of the code repository branch that holds the code that's deployed in
3594
+ * Proton.</p>
3446
3595
  */
3447
3596
  branchName?: string;
3448
3597
  }
@@ -3496,7 +3645,8 @@ export interface GetServiceOutput {
3496
3645
  */
3497
3646
  export interface ListServicesInput {
3498
3647
  /**
3499
- * <p>A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.</p>
3648
+ * <p>A token that indicates the location of the next service in the array of services, after
3649
+ * the list of services that was previously requested.</p>
3500
3650
  */
3501
3651
  nextToken?: string;
3502
3652
  /**
@@ -3547,7 +3697,8 @@ export interface ServiceSummary {
3547
3697
  */
3548
3698
  export interface ListServicesOutput {
3549
3699
  /**
3550
- * <p>A token that indicates the location of the next service in the array of services, after the current requested list of services.</p>
3700
+ * <p>A token that indicates the location of the next service in the array of services, after
3701
+ * the current requested list of services.</p>
3551
3702
  */
3552
3703
  nextToken?: string;
3553
3704
  /**
@@ -3568,8 +3719,10 @@ export interface UpdateServiceInput {
3568
3719
  */
3569
3720
  description?: string;
3570
3721
  /**
3571
- * <p>Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list.
3572
- * <i>Don't</i> include edits to the existing service instances or pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-update.html">Edit a service</a> in the <i>Proton User Guide</i>.</p>
3722
+ * <p>Lists the service instances to add and the existing service instances to remain. Omit the
3723
+ * existing service instances to delete from the list. <i>Don't</i> include edits
3724
+ * to the existing service instances or pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-update.html">Edit a service</a>
3725
+ * in the <i>Proton User Guide</i>.</p>
3573
3726
  */
3574
3727
  spec?: string;
3575
3728
  }
@@ -3582,6 +3735,298 @@ export interface UpdateServiceOutput {
3582
3735
  */
3583
3736
  service: Service | undefined;
3584
3737
  }
3738
+ /**
3739
+ * @public
3740
+ */
3741
+ export interface GetServiceSyncBlockerSummaryInput {
3742
+ /**
3743
+ * <p>The name of the service that you want to get the service sync blocker summary for. If
3744
+ * given only the service name, all instances are blocked.</p>
3745
+ */
3746
+ serviceName: string | undefined;
3747
+ /**
3748
+ * <p>The name of the service instance that you want to get the service sync blocker summary
3749
+ * for. If given bothe the instance name and the service name, only the instance is
3750
+ * blocked.</p>
3751
+ */
3752
+ serviceInstanceName?: string;
3753
+ }
3754
+ /**
3755
+ * @public
3756
+ * <p>Detailed data of the context of the sync blocker.</p>
3757
+ */
3758
+ export interface SyncBlockerContext {
3759
+ /**
3760
+ * <p>The key for the sync blocker context.</p>
3761
+ */
3762
+ key: string | undefined;
3763
+ /**
3764
+ * <p>The value of the sync blocker context.</p>
3765
+ */
3766
+ value: string | undefined;
3767
+ }
3768
+ /**
3769
+ * @public
3770
+ * @enum
3771
+ */
3772
+ export declare const BlockerStatus: {
3773
+ readonly ACTIVE: "ACTIVE";
3774
+ readonly RESOLVED: "RESOLVED";
3775
+ };
3776
+ /**
3777
+ * @public
3778
+ */
3779
+ export type BlockerStatus = (typeof BlockerStatus)[keyof typeof BlockerStatus];
3780
+ /**
3781
+ * @public
3782
+ * @enum
3783
+ */
3784
+ export declare const BlockerType: {
3785
+ readonly AUTOMATED: "AUTOMATED";
3786
+ };
3787
+ /**
3788
+ * @public
3789
+ */
3790
+ export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
3791
+ /**
3792
+ * @public
3793
+ * <p>Detailed data of the sync blocker.</p>
3794
+ */
3795
+ export interface SyncBlocker {
3796
+ /**
3797
+ * <p>The ID of the sync blocker.</p>
3798
+ */
3799
+ id: string | undefined;
3800
+ /**
3801
+ * <p>The type of the sync blocker.</p>
3802
+ */
3803
+ type: BlockerType | string | undefined;
3804
+ /**
3805
+ * <p>The status of the sync blocker.</p>
3806
+ */
3807
+ status: BlockerStatus | string | undefined;
3808
+ /**
3809
+ * <p>The reason why the sync blocker was created.</p>
3810
+ */
3811
+ createdReason: string | undefined;
3812
+ /**
3813
+ * <p>The time when the sync blocker was created.</p>
3814
+ */
3815
+ createdAt: Date | undefined;
3816
+ /**
3817
+ * <p>The contexts for the sync blocker.</p>
3818
+ */
3819
+ contexts?: SyncBlockerContext[];
3820
+ /**
3821
+ * <p>The reason the sync blocker was resolved.</p>
3822
+ */
3823
+ resolvedReason?: string;
3824
+ /**
3825
+ * <p>The time the sync blocker was resolved.</p>
3826
+ */
3827
+ resolvedAt?: Date;
3828
+ }
3829
+ /**
3830
+ * @public
3831
+ * <p>If a service instance is manually updated, Proton wants to prevent accidentally overriding
3832
+ * a manual change.</p>
3833
+ * <p>A blocker is created because of the manual update or deletion of a service instance. The
3834
+ * summary describes the blocker as being active or resolved.</p>
3835
+ */
3836
+ export interface ServiceSyncBlockerSummary {
3837
+ /**
3838
+ * <p>The name of the service that you want to get the sync blocker summary for. If given a
3839
+ * service instance name and a service name, it will return the blockers only applying to the
3840
+ * instance that is blocked.</p>
3841
+ * <p>If given only a service name, it will return the blockers that apply to all of the
3842
+ * instances. In order to get the blockers for a single instance, you will need to make two
3843
+ * distinct calls, one to get the sync blocker summary for the service and the other to get the
3844
+ * sync blocker for the service instance.</p>
3845
+ */
3846
+ serviceName: string | undefined;
3847
+ /**
3848
+ * <p>The name of the service instance that you want sync your service configuration
3849
+ * with.</p>
3850
+ */
3851
+ serviceInstanceName?: string;
3852
+ /**
3853
+ * <p>The latest active blockers for the synced service.</p>
3854
+ */
3855
+ latestBlockers?: SyncBlocker[];
3856
+ }
3857
+ /**
3858
+ * @public
3859
+ */
3860
+ export interface GetServiceSyncBlockerSummaryOutput {
3861
+ /**
3862
+ * <p>The detailed data of the requested service sync blocker summary.</p>
3863
+ */
3864
+ serviceSyncBlockerSummary?: ServiceSyncBlockerSummary;
3865
+ }
3866
+ /**
3867
+ * @public
3868
+ */
3869
+ export interface UpdateServiceSyncBlockerInput {
3870
+ /**
3871
+ * <p>The ID of the service sync blocker.</p>
3872
+ */
3873
+ id: string | undefined;
3874
+ /**
3875
+ * <p>The reason the service sync blocker was resolved.</p>
3876
+ */
3877
+ resolvedReason: string | undefined;
3878
+ }
3879
+ /**
3880
+ * @public
3881
+ */
3882
+ export interface UpdateServiceSyncBlockerOutput {
3883
+ /**
3884
+ * <p>The name of the service that you want to update the service sync blocker for.</p>
3885
+ */
3886
+ serviceName: string | undefined;
3887
+ /**
3888
+ * <p>The name of the service instance that you want to update the service sync blocker
3889
+ * for.</p>
3890
+ */
3891
+ serviceInstanceName?: string;
3892
+ /**
3893
+ * <p>The detailed data on the service sync blocker that was updated.</p>
3894
+ */
3895
+ serviceSyncBlocker: SyncBlocker | undefined;
3896
+ }
3897
+ /**
3898
+ * @public
3899
+ */
3900
+ export interface CreateServiceSyncConfigInput {
3901
+ /**
3902
+ * <p>The name of the service the Proton Ops file is for.</p>
3903
+ */
3904
+ serviceName: string | undefined;
3905
+ /**
3906
+ * <p>The provider type for your repository.</p>
3907
+ */
3908
+ repositoryProvider: RepositoryProvider | string | undefined;
3909
+ /**
3910
+ * <p>The repository name.</p>
3911
+ */
3912
+ repositoryName: string | undefined;
3913
+ /**
3914
+ * <p>The repository branch for your Proton Ops file.</p>
3915
+ */
3916
+ branch: string | undefined;
3917
+ /**
3918
+ * <p>The path to the Proton Ops file.</p>
3919
+ */
3920
+ filePath: string | undefined;
3921
+ }
3922
+ /**
3923
+ * @public
3924
+ * <p>Detailed data of the service sync configuration.</p>
3925
+ */
3926
+ export interface ServiceSyncConfig {
3927
+ /**
3928
+ * <p>The name of the service that the service instance is added to.</p>
3929
+ */
3930
+ serviceName: string | undefined;
3931
+ /**
3932
+ * <p>The name of the repository provider that holds the repository Proton will sync
3933
+ * with.</p>
3934
+ */
3935
+ repositoryProvider: RepositoryProvider | string | undefined;
3936
+ /**
3937
+ * <p>The name of the code repository that holds the service code Proton will sync
3938
+ * with.</p>
3939
+ */
3940
+ repositoryName: string | undefined;
3941
+ /**
3942
+ * <p>The name of the code repository branch that holds the service code Proton will sync
3943
+ * with.</p>
3944
+ */
3945
+ branch: string | undefined;
3946
+ /**
3947
+ * <p>The file path to the service sync configuration file.</p>
3948
+ */
3949
+ filePath: string | undefined;
3950
+ }
3951
+ /**
3952
+ * @public
3953
+ */
3954
+ export interface CreateServiceSyncConfigOutput {
3955
+ /**
3956
+ * <p>The detailed data of the Proton Ops file.</p>
3957
+ */
3958
+ serviceSyncConfig?: ServiceSyncConfig;
3959
+ }
3960
+ /**
3961
+ * @public
3962
+ */
3963
+ export interface DeleteServiceSyncConfigInput {
3964
+ /**
3965
+ * <p>The name of the service that you want to delete the service sync configuration for.</p>
3966
+ */
3967
+ serviceName: string | undefined;
3968
+ }
3969
+ /**
3970
+ * @public
3971
+ */
3972
+ export interface DeleteServiceSyncConfigOutput {
3973
+ /**
3974
+ * <p>The detailed data for the service sync config.</p>
3975
+ */
3976
+ serviceSyncConfig?: ServiceSyncConfig;
3977
+ }
3978
+ /**
3979
+ * @public
3980
+ */
3981
+ export interface GetServiceSyncConfigInput {
3982
+ /**
3983
+ * <p>The name of the service that you want to get the service sync configuration for.</p>
3984
+ */
3985
+ serviceName: string | undefined;
3986
+ }
3987
+ /**
3988
+ * @public
3989
+ */
3990
+ export interface GetServiceSyncConfigOutput {
3991
+ /**
3992
+ * <p>The detailed data of the requested service sync configuration.</p>
3993
+ */
3994
+ serviceSyncConfig?: ServiceSyncConfig;
3995
+ }
3996
+ /**
3997
+ * @public
3998
+ */
3999
+ export interface UpdateServiceSyncConfigInput {
4000
+ /**
4001
+ * <p>The name of the service the Proton Ops file is for.</p>
4002
+ */
4003
+ serviceName: string | undefined;
4004
+ /**
4005
+ * <p>The name of the repository provider where the Proton Ops file is found.</p>
4006
+ */
4007
+ repositoryProvider: RepositoryProvider | string | undefined;
4008
+ /**
4009
+ * <p>The name of the repository where the Proton Ops file is found.</p>
4010
+ */
4011
+ repositoryName: string | undefined;
4012
+ /**
4013
+ * <p>The name of the code repository branch where the Proton Ops file is found.</p>
4014
+ */
4015
+ branch: string | undefined;
4016
+ /**
4017
+ * <p>The path to the Proton Ops file.</p>
4018
+ */
4019
+ filePath: string | undefined;
4020
+ }
4021
+ /**
4022
+ * @public
4023
+ */
4024
+ export interface UpdateServiceSyncConfigOutput {
4025
+ /**
4026
+ * <p>The detailed data of the Proton Ops file.</p>
4027
+ */
4028
+ serviceSyncConfig?: ServiceSyncConfig;
4029
+ }
3585
4030
  /**
3586
4031
  * @public
3587
4032
  */
@@ -3603,13 +4048,16 @@ export interface CreateServiceTemplateInput {
3603
4048
  */
3604
4049
  encryptionKey?: string;
3605
4050
  /**
3606
- * <p>By default, Proton provides a service pipeline for your service. When this parameter is included, it indicates that an Proton service pipeline
3607
- * <i>isn't</i> provided for your service. After it's included, it <i>can't</i> be changed. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-authoring.html#ag-template-bundles">Template bundles</a> in the <i>Proton
3608
- * User Guide</i>.</p>
4051
+ * <p>By default, Proton provides a service pipeline for your service. When this parameter is
4052
+ * included, it indicates that an Proton service pipeline <i>isn't</i> provided
4053
+ * for your service. After it's included, it <i>can't</i> be changed. For more
4054
+ * information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-authoring.html#ag-template-bundles">Template
4055
+ * bundles</a> in the <i>Proton User Guide</i>.</p>
3609
4056
  */
3610
4057
  pipelineProvisioning?: Provisioning | string;
3611
4058
  /**
3612
- * <p>An optional list of metadata items that you can associate with the Proton service template. A tag is a key-value pair.</p>
4059
+ * <p>An optional list of metadata items that you can associate with the Proton service template.
4060
+ * A tag is a key-value pair.</p>
3613
4061
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
3614
4062
  * <i>Proton User Guide</i>.</p>
3615
4063
  */
@@ -3653,8 +4101,9 @@ export interface ServiceTemplate {
3653
4101
  */
3654
4102
  encryptionKey?: string;
3655
4103
  /**
3656
- * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template. Otherwise, a service pipeline
3657
- * <i>isn't</i> included in the service template.</p>
4104
+ * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included
4105
+ * in the service template. Otherwise, a service pipeline <i>isn't</i> included in
4106
+ * the service template.</p>
3658
4107
  */
3659
4108
  pipelineProvisioning?: Provisioning | string;
3660
4109
  }
@@ -3708,8 +4157,8 @@ export interface GetServiceTemplateOutput {
3708
4157
  */
3709
4158
  export interface ListServiceTemplatesInput {
3710
4159
  /**
3711
- * <p>A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously
3712
- * requested.</p>
4160
+ * <p>A token that indicates the location of the next service template in the array of service
4161
+ * templates, after the list of service templates previously requested.</p>
3713
4162
  */
3714
4163
  nextToken?: string;
3715
4164
  /**
@@ -3751,8 +4200,9 @@ export interface ServiceTemplateSummary {
3751
4200
  */
3752
4201
  recommendedVersion?: string;
3753
4202
  /**
3754
- * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template, otherwise a service pipeline
3755
- * <i>isn't</i> included in the service template.</p>
4203
+ * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included
4204
+ * in the service template, otherwise a service pipeline <i>isn't</i> included in
4205
+ * the service template.</p>
3756
4206
  */
3757
4207
  pipelineProvisioning?: Provisioning | string;
3758
4208
  }
@@ -3761,8 +4211,8 @@ export interface ServiceTemplateSummary {
3761
4211
  */
3762
4212
  export interface ListServiceTemplatesOutput {
3763
4213
  /**
3764
- * <p>A token that indicates the location of the next service template in the array of service templates, after the current requested list of service
3765
- * templates.</p>
4214
+ * <p>A token that indicates the location of the next service template in the array of service
4215
+ * templates, after the current requested list of service templates.</p>
3766
4216
  */
3767
4217
  nextToken?: string;
3768
4218
  /**
@@ -3779,7 +4229,8 @@ export interface UpdateServiceTemplateInput {
3779
4229
  */
3780
4230
  name: string | undefined;
3781
4231
  /**
3782
- * <p>The name of the service template to update that's displayed in the developer interface.</p>
4232
+ * <p>The name of the service template to update that's displayed in the developer
4233
+ * interface.</p>
3783
4234
  */
3784
4235
  displayName?: string;
3785
4236
  /**
@@ -3826,8 +4277,8 @@ export type ServiceTemplateSupportedComponentSourceType = (typeof ServiceTemplat
3826
4277
  */
3827
4278
  export interface CreateServiceTemplateVersionInput {
3828
4279
  /**
3829
- * <p>When included, if two identical requests are made with the same client token, Proton returns the service template version that the first request
3830
- * created.</p>
4280
+ * <p>When included, if two identical requests are made with the same client token, Proton
4281
+ * returns the service template version that the first request created.</p>
3831
4282
  */
3832
4283
  clientToken?: string;
3833
4284
  /**
@@ -3839,29 +4290,34 @@ export interface CreateServiceTemplateVersionInput {
3839
4290
  */
3840
4291
  description?: string;
3841
4292
  /**
3842
- * <p>To create a new minor version of the service template, include a <code>major Version</code>.</p>
3843
- * <p>To create a new major and minor version of the service template, <i>exclude</i>
4293
+ * <p>To create a new minor version of the service template, include a <code>major
4294
+ * Version</code>.</p>
4295
+ * <p>To create a new major and minor version of the service template,
4296
+ * <i>exclude</i>
3844
4297
  * <code>major Version</code>.</p>
3845
4298
  */
3846
4299
  majorVersion?: string;
3847
4300
  /**
3848
- * <p>An object that includes the template bundle S3 bucket path and name for the new version of a service template.</p>
4301
+ * <p>An object that includes the template bundle S3 bucket path and name for the new version of
4302
+ * a service template.</p>
3849
4303
  */
3850
4304
  source: TemplateVersionSourceInput | undefined;
3851
4305
  /**
3852
- * <p>An array of environment template objects that are compatible with the new service template version. A service instance based on this service template
3853
- * version can run in environments based on compatible templates.</p>
4306
+ * <p>An array of environment template objects that are compatible with the new service template
4307
+ * version. A service instance based on this service template version can run in environments
4308
+ * based on compatible templates.</p>
3854
4309
  */
3855
4310
  compatibleEnvironmentTemplates: CompatibleEnvironmentTemplateInput[] | undefined;
3856
4311
  /**
3857
- * <p>An optional list of metadata items that you can associate with the Proton service template version. A tag is a key-value pair.</p>
4312
+ * <p>An optional list of metadata items that you can associate with the Proton service template
4313
+ * version. A tag is a key-value pair.</p>
3858
4314
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
3859
4315
  * <i>Proton User Guide</i>.</p>
3860
4316
  */
3861
4317
  tags?: Tag[];
3862
4318
  /**
3863
- * <p>An array of supported component sources. Components with supported sources can be attached to service instances based on this service template
3864
- * version.</p>
4319
+ * <p>An array of supported component sources. Components with supported sources can be attached
4320
+ * to service instances based on this service template version.</p>
3865
4321
  * <p>For more information about components, see
3866
4322
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
3867
4323
  * <i>Proton User Guide</i>.</p>
@@ -3928,7 +4384,8 @@ export interface ServiceTemplateVersion {
3928
4384
  */
3929
4385
  lastModifiedAt: Date | undefined;
3930
4386
  /**
3931
- * <p>An array of compatible environment template names for the major version of a service template.</p>
4387
+ * <p>An array of compatible environment template names for the major version of a service
4388
+ * template.</p>
3932
4389
  */
3933
4390
  compatibleEnvironmentTemplates: CompatibleEnvironmentTemplate[] | undefined;
3934
4391
  /**
@@ -3936,8 +4393,8 @@ export interface ServiceTemplateVersion {
3936
4393
  */
3937
4394
  schema?: string;
3938
4395
  /**
3939
- * <p>An array of supported component sources. Components with supported sources can be attached to service instances based on this service template
3940
- * version.</p>
4396
+ * <p>An array of supported component sources. Components with supported sources can be attached
4397
+ * to service instances based on this service template version.</p>
3941
4398
  * <p>For more information about components, see
3942
4399
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
3943
4400
  * <i>Proton User Guide</i>.</p>
@@ -3984,15 +4441,18 @@ export interface DeleteServiceTemplateVersionOutput {
3984
4441
  */
3985
4442
  export interface GetServiceTemplateVersionInput {
3986
4443
  /**
3987
- * <p>The name of the service template a version of which you want to get detailed data for.</p>
4444
+ * <p>The name of the service template a version of which you want to get detailed data
4445
+ * for.</p>
3988
4446
  */
3989
4447
  templateName: string | undefined;
3990
4448
  /**
3991
- * <p>To get service template major version detail data, include <code>major Version</code>.</p>
4449
+ * <p>To get service template major version detail data, include <code>major
4450
+ * Version</code>.</p>
3992
4451
  */
3993
4452
  majorVersion: string | undefined;
3994
4453
  /**
3995
- * <p>To get service template minor version detail data, include <code>minorVersion</code>.</p>
4454
+ * <p>To get service template minor version detail data, include
4455
+ * <code>minorVersion</code>.</p>
3996
4456
  */
3997
4457
  minorVersion: string | undefined;
3998
4458
  }
@@ -4010,8 +4470,9 @@ export interface GetServiceTemplateVersionOutput {
4010
4470
  */
4011
4471
  export interface ListServiceTemplateVersionsInput {
4012
4472
  /**
4013
- * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list
4014
- * of major or minor versions that was previously requested.</p>
4473
+ * <p>A token that indicates the location of the next major or minor version in the array of
4474
+ * major or minor versions of a service template, after the list of major or minor versions that
4475
+ * was previously requested.</p>
4015
4476
  */
4016
4477
  nextToken?: string;
4017
4478
  /**
@@ -4023,7 +4484,8 @@ export interface ListServiceTemplateVersionsInput {
4023
4484
  */
4024
4485
  templateName: string | undefined;
4025
4486
  /**
4026
- * <p>To view a list of minor of versions under a major version of a service template, include <code>major Version</code>.</p>
4487
+ * <p>To view a list of minor of versions under a major version of a service template, include
4488
+ * <code>major Version</code>.</p>
4027
4489
  * <p>To view a list of major versions of a service template, <i>exclude</i>
4028
4490
  * <code>major Version</code>.</p>
4029
4491
  */
@@ -4080,8 +4542,9 @@ export interface ServiceTemplateVersionSummary {
4080
4542
  */
4081
4543
  export interface ListServiceTemplateVersionsOutput {
4082
4544
  /**
4083
- * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the
4084
- * current requested list of service major or minor versions.</p>
4545
+ * <p>A token that indicates the location of the next major or minor version in the array of
4546
+ * major or minor versions of a service template, after the current requested list of service
4547
+ * major or minor versions.</p>
4085
4548
  */
4086
4549
  nextToken?: string;
4087
4550
  /**
@@ -4098,7 +4561,8 @@ export interface UpdateServiceTemplateVersionInput {
4098
4561
  */
4099
4562
  templateName: string | undefined;
4100
4563
  /**
4101
- * <p>To update a major version of a service template, include <code>major Version</code>.</p>
4564
+ * <p>To update a major version of a service template, include <code>major
4565
+ * Version</code>.</p>
4102
4566
  */
4103
4567
  majorVersion: string | undefined;
4104
4568
  /**
@@ -4114,16 +4578,18 @@ export interface UpdateServiceTemplateVersionInput {
4114
4578
  */
4115
4579
  status?: TemplateVersionStatus | string;
4116
4580
  /**
4117
- * <p>An array of environment template objects that are compatible with this service template version. A service instance based on this service template
4118
- * version can run in environments based on compatible templates.</p>
4581
+ * <p>An array of environment template objects that are compatible with this service template
4582
+ * version. A service instance based on this service template version can run in environments
4583
+ * based on compatible templates.</p>
4119
4584
  */
4120
4585
  compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[];
4121
4586
  /**
4122
- * <p>An array of supported component sources. Components with supported sources can be attached to service instances based on this service template
4123
- * version.</p>
4587
+ * <p>An array of supported component sources. Components with supported sources can be attached
4588
+ * to service instances based on this service template version.</p>
4124
4589
  * <note>
4125
- * <p>A change to <code>supportedComponentSources</code> doesn't impact existing component attachments to instances based on this template version. A
4126
- * change only affects later associations.</p>
4590
+ * <p>A change to <code>supportedComponentSources</code> doesn't impact existing component
4591
+ * attachments to instances based on this template version. A change only affects later
4592
+ * associations.</p>
4127
4593
  * </note>
4128
4594
  * <p>For more information about components, see
4129
4595
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -4183,8 +4649,8 @@ export interface CreateTemplateSyncConfigInput {
4183
4649
  */
4184
4650
  branch: string | undefined;
4185
4651
  /**
4186
- * <p>A repository subdirectory path to your template bundle directory. When included, Proton limits the template
4187
- * bundle search to this repository directory.</p>
4652
+ * <p>A repository subdirectory path to your template bundle directory. When included, Proton
4653
+ * limits the template bundle search to this repository directory.</p>
4188
4654
  */
4189
4655
  subdirectory?: string;
4190
4656
  }
@@ -4296,8 +4762,8 @@ export interface UpdateTemplateSyncConfigInput {
4296
4762
  */
4297
4763
  branch: string | undefined;
4298
4764
  /**
4299
- * <p>A subdirectory path to your template bundle version. When included, limits the template bundle search to this
4300
- * repository directory.</p>
4765
+ * <p>A subdirectory path to your template bundle version. When included, limits the template
4766
+ * bundle search to this repository directory.</p>
4301
4767
  */
4302
4768
  subdirectory?: string;
4303
4769
  }
@@ -4319,7 +4785,8 @@ export interface UntagResourceInput {
4319
4785
  */
4320
4786
  resourceArn: string | undefined;
4321
4787
  /**
4322
- * <p>A list of customer tag keys that indicate the customer tags to be removed from the resource.</p>
4788
+ * <p>A list of customer tag keys that indicate the customer tags to be removed from the
4789
+ * resource.</p>
4323
4790
  */
4324
4791
  tagKeys: string[] | undefined;
4325
4792
  }
@@ -4516,6 +4983,14 @@ export declare const NotifyResourceDeploymentStatusChangeInputFilterSensitiveLog
4516
4983
  * @internal
4517
4984
  */
4518
4985
  export declare const ListServiceInstanceOutputsOutputFilterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
4986
+ /**
4987
+ * @internal
4988
+ */
4989
+ export declare const CreateServiceInstanceInputFilterSensitiveLog: (obj: CreateServiceInstanceInput) => any;
4990
+ /**
4991
+ * @internal
4992
+ */
4993
+ export declare const CreateServiceInstanceOutputFilterSensitiveLog: (obj: CreateServiceInstanceOutput) => any;
4519
4994
  /**
4520
4995
  * @internal
4521
4996
  */