@aws-sdk/client-proton 3.428.0 → 3.429.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.
@@ -72,7 +72,7 @@ export interface EnvironmentAccountConnection {
72
72
  * @public
73
73
  * <p>The status of the environment account connection.</p>
74
74
  */
75
- status: EnvironmentAccountConnectionStatus | string | undefined;
75
+ status: EnvironmentAccountConnectionStatus | undefined;
76
76
  /**
77
77
  * @public
78
78
  * <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated
@@ -204,7 +204,7 @@ export interface RepositoryBranch {
204
204
  * @public
205
205
  * <p>The repository provider.</p>
206
206
  */
207
- provider: RepositoryProvider | string | undefined;
207
+ provider: RepositoryProvider | undefined;
208
208
  /**
209
209
  * @public
210
210
  * <p>The repository name.</p>
@@ -264,7 +264,7 @@ export interface RepositoryBranchInput {
264
264
  * @public
265
265
  * <p>The repository provider.</p>
266
266
  */
267
- provider: RepositoryProvider | string | undefined;
267
+ provider: RepositoryProvider | undefined;
268
268
  /**
269
269
  * @public
270
270
  * <p>The repository name.</p>
@@ -408,7 +408,7 @@ export interface Component {
408
408
  * @public
409
409
  * <p>The component deployment status.</p>
410
410
  */
411
- deploymentStatus: DeploymentStatus | string | undefined;
411
+ deploymentStatus: DeploymentStatus | undefined;
412
412
  /**
413
413
  * @public
414
414
  * <p>The message associated with the component deployment status.</p>
@@ -520,7 +520,7 @@ export interface Environment {
520
520
  * @public
521
521
  * <p>The environment deployment status.</p>
522
522
  */
523
- deploymentStatus: DeploymentStatus | string | undefined;
523
+ deploymentStatus: DeploymentStatus | undefined;
524
524
  /**
525
525
  * @public
526
526
  * <p>An environment deployment status message.</p>
@@ -550,7 +550,7 @@ export interface Environment {
550
550
  * @public
551
551
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
552
552
  */
553
- provisioning?: Provisioning | string;
553
+ provisioning?: Provisioning;
554
554
  /**
555
555
  * @public
556
556
  * <p>The linked repository that you use to host your rendered infrastructure templates for self-managed
@@ -671,7 +671,7 @@ export interface ServiceInstance {
671
671
  * @public
672
672
  * <p>The service instance deployment status.</p>
673
673
  */
674
- deploymentStatus: DeploymentStatus | string | undefined;
674
+ deploymentStatus: DeploymentStatus | undefined;
675
675
  /**
676
676
  * @public
677
677
  * <p>The message associated with the service instance deployment status.</p>
@@ -764,7 +764,7 @@ export interface ServicePipeline {
764
764
  * @public
765
765
  * <p>The deployment status of the service pipeline.</p>
766
766
  */
767
- deploymentStatus: DeploymentStatus | string | undefined;
767
+ deploymentStatus: DeploymentStatus | undefined;
768
768
  /**
769
769
  * @public
770
770
  * <p>A service pipeline deployment status message.</p>
@@ -896,7 +896,7 @@ export interface ProvisionedResource {
896
896
  * be used for self-managed provisioning.</p>
897
897
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self">Self-managed provisioning</a> in the <i>Proton User Guide</i>.</p>
898
898
  */
899
- provisioningEngine?: ProvisionedResourceEngine | string;
899
+ provisioningEngine?: ProvisionedResourceEngine;
900
900
  }
901
901
  /**
902
902
  * @public
@@ -1147,7 +1147,7 @@ export interface ComponentSummary {
1147
1147
  * @public
1148
1148
  * <p>The component deployment status.</p>
1149
1149
  */
1150
- deploymentStatus: DeploymentStatus | string | undefined;
1150
+ deploymentStatus: DeploymentStatus | undefined;
1151
1151
  /**
1152
1152
  * @public
1153
1153
  * <p>The message associated with the component deployment status.</p>
@@ -1222,7 +1222,7 @@ export interface UpdateComponentInput {
1222
1222
  * </dd>
1223
1223
  * </dl>
1224
1224
  */
1225
- deploymentType: ComponentDeploymentUpdateType | string | undefined;
1225
+ deploymentType: ComponentDeploymentUpdateType | undefined;
1226
1226
  /**
1227
1227
  * @public
1228
1228
  * <p>An optional customer-provided description of the component.</p>
@@ -1520,7 +1520,7 @@ export interface Deployment {
1520
1520
  * @public
1521
1521
  * <p>The resource type of the deployment target. It can be an environment, service, service instance, or component.</p>
1522
1522
  */
1523
- targetResourceType: DeploymentTargetResourceType | string | undefined;
1523
+ targetResourceType: DeploymentTargetResourceType | undefined;
1524
1524
  /**
1525
1525
  * @public
1526
1526
  * <p>The name of the environment associated with this deployment.</p>
@@ -1545,7 +1545,7 @@ export interface Deployment {
1545
1545
  * @public
1546
1546
  * <p>The status of the deployment.</p>
1547
1547
  */
1548
- deploymentStatus: DeploymentStatus | string | undefined;
1548
+ deploymentStatus: DeploymentStatus | undefined;
1549
1549
  /**
1550
1550
  * @public
1551
1551
  * <p>The deployment status message.</p>
@@ -1703,7 +1703,7 @@ export interface DeploymentSummary {
1703
1703
  * @public
1704
1704
  * <p>The resource type of the deployment target. It can be an environment, service, service instance, or component.</p>
1705
1705
  */
1706
- targetResourceType: DeploymentTargetResourceType | string | undefined;
1706
+ targetResourceType: DeploymentTargetResourceType | undefined;
1707
1707
  /**
1708
1708
  * @public
1709
1709
  * <p>The date and time the deployment was created.</p>
@@ -1753,7 +1753,7 @@ export interface DeploymentSummary {
1753
1753
  * @public
1754
1754
  * <p>The current status of the deployment.</p>
1755
1755
  */
1756
- deploymentStatus: DeploymentStatus | string | undefined;
1756
+ deploymentStatus: DeploymentStatus | undefined;
1757
1757
  }
1758
1758
  /**
1759
1759
  * @public
@@ -1893,7 +1893,7 @@ export interface ListEnvironmentAccountConnectionsInput {
1893
1893
  * @public
1894
1894
  * <p>The type of account making the <code>ListEnvironmentAccountConnections</code> request.</p>
1895
1895
  */
1896
- requestedBy: EnvironmentAccountConnectionRequesterAccountType | string | undefined;
1896
+ requestedBy: EnvironmentAccountConnectionRequesterAccountType | undefined;
1897
1897
  /**
1898
1898
  * @public
1899
1899
  * <p>The environment name that's associated with each listed environment account connection.</p>
@@ -1903,7 +1903,7 @@ export interface ListEnvironmentAccountConnectionsInput {
1903
1903
  * @public
1904
1904
  * <p>The status details for each listed environment account connection.</p>
1905
1905
  */
1906
- statuses?: (EnvironmentAccountConnectionStatus | string)[];
1906
+ statuses?: EnvironmentAccountConnectionStatus[];
1907
1907
  /**
1908
1908
  * @public
1909
1909
  * <p>A token that indicates the location of the next environment account connection in the array of environment account connections, after the list of
@@ -1965,7 +1965,7 @@ export interface EnvironmentAccountConnectionSummary {
1965
1965
  * @public
1966
1966
  * <p>The status of the environment account connection.</p>
1967
1967
  */
1968
- status: EnvironmentAccountConnectionStatus | string | undefined;
1968
+ status: EnvironmentAccountConnectionStatus | undefined;
1969
1969
  /**
1970
1970
  * @public
1971
1971
  * <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated
@@ -2351,7 +2351,7 @@ export interface EnvironmentSummary {
2351
2351
  * @public
2352
2352
  * <p>The environment deployment status.</p>
2353
2353
  */
2354
- deploymentStatus: DeploymentStatus | string | undefined;
2354
+ deploymentStatus: DeploymentStatus | undefined;
2355
2355
  /**
2356
2356
  * @public
2357
2357
  * <p>An environment deployment status message.</p>
@@ -2376,7 +2376,7 @@ export interface EnvironmentSummary {
2376
2376
  * @public
2377
2377
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
2378
2378
  */
2379
- provisioning?: Provisioning | string;
2379
+ provisioning?: Provisioning;
2380
2380
  /**
2381
2381
  * @public
2382
2382
  * <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It
@@ -2498,7 +2498,7 @@ export interface UpdateEnvironmentInput {
2498
2498
  * </dd>
2499
2499
  * </dl>
2500
2500
  */
2501
- deploymentType: DeploymentUpdateType | string | undefined;
2501
+ deploymentType: DeploymentUpdateType | undefined;
2502
2502
  /**
2503
2503
  * @public
2504
2504
  * <p>The ID of the environment account connection.</p>
@@ -2567,7 +2567,7 @@ export interface CreateEnvironmentTemplateInput {
2567
2567
  * @public
2568
2568
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
2569
2569
  */
2570
- provisioning?: Provisioning | string;
2570
+ provisioning?: Provisioning;
2571
2571
  /**
2572
2572
  * @public
2573
2573
  * <p>An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.</p>
@@ -2625,7 +2625,7 @@ export interface EnvironmentTemplate {
2625
2625
  * @public
2626
2626
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
2627
2627
  */
2628
- provisioning?: Provisioning | string;
2628
+ provisioning?: Provisioning;
2629
2629
  }
2630
2630
  /**
2631
2631
  * @public
@@ -2737,7 +2737,7 @@ export interface EnvironmentTemplateSummary {
2737
2737
  * @public
2738
2738
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
2739
2739
  */
2740
- provisioning?: Provisioning | string;
2740
+ provisioning?: Provisioning;
2741
2741
  }
2742
2742
  /**
2743
2743
  * @public
@@ -2913,7 +2913,7 @@ export interface EnvironmentTemplateVersion {
2913
2913
  * @public
2914
2914
  * <p>The status of the version of an environment template.</p>
2915
2915
  */
2916
- status: TemplateVersionStatus | string | undefined;
2916
+ status: TemplateVersionStatus | undefined;
2917
2917
  /**
2918
2918
  * @public
2919
2919
  * <p>The status message of the version of an environment template.</p>
@@ -3072,7 +3072,7 @@ export interface EnvironmentTemplateVersionSummary {
3072
3072
  * @public
3073
3073
  * <p>The status of the version of an environment template.</p>
3074
3074
  */
3075
- status: TemplateVersionStatus | string | undefined;
3075
+ status: TemplateVersionStatus | undefined;
3076
3076
  /**
3077
3077
  * @public
3078
3078
  * <p>The status message of the version of an environment template.</p>
@@ -3143,7 +3143,7 @@ export interface UpdateEnvironmentTemplateVersionInput {
3143
3143
  * @public
3144
3144
  * <p>The status of the environment template minor version to update.</p>
3145
3145
  */
3146
- status?: TemplateVersionStatus | string;
3146
+ status?: TemplateVersionStatus;
3147
3147
  }
3148
3148
  /**
3149
3149
  * @public
@@ -3188,7 +3188,7 @@ export interface GetRepositorySyncStatusInput {
3188
3188
  * @public
3189
3189
  * <p>The repository provider.</p>
3190
3190
  */
3191
- repositoryProvider: RepositoryProvider | string | undefined;
3191
+ repositoryProvider: RepositoryProvider | undefined;
3192
3192
  /**
3193
3193
  * @public
3194
3194
  * <p>The repository branch.</p>
@@ -3198,7 +3198,7 @@ export interface GetRepositorySyncStatusInput {
3198
3198
  * @public
3199
3199
  * <p>The repository sync type.</p>
3200
3200
  */
3201
- syncType: SyncType | string | undefined;
3201
+ syncType: SyncType | undefined;
3202
3202
  }
3203
3203
  /**
3204
3204
  * @public
@@ -3275,7 +3275,7 @@ export interface RepositorySyncAttempt {
3275
3275
  * @public
3276
3276
  * <p>The sync attempt status.</p>
3277
3277
  */
3278
- status: RepositorySyncStatus | string | undefined;
3278
+ status: RepositorySyncStatus | undefined;
3279
3279
  /**
3280
3280
  * @public
3281
3281
  * <p>Detail data for sync attempt events.</p>
@@ -3415,7 +3415,7 @@ export interface Revision {
3415
3415
  * @public
3416
3416
  * <p>The repository provider.</p>
3417
3417
  */
3418
- repositoryProvider: RepositoryProvider | string | undefined;
3418
+ repositoryProvider: RepositoryProvider | undefined;
3419
3419
  /**
3420
3420
  * @public
3421
3421
  * <p>The secure hash algorithm (SHA) hash for the revision.</p>
@@ -3517,7 +3517,7 @@ export interface ResourceSyncAttempt {
3517
3517
  * @public
3518
3518
  * <p>The status of the sync attempt.</p>
3519
3519
  */
3520
- status: ResourceSyncStatus | string | undefined;
3520
+ status: ResourceSyncStatus | undefined;
3521
3521
  /**
3522
3522
  * @public
3523
3523
  * <p>An array of events with detail data.</p>
@@ -3569,7 +3569,7 @@ export interface GetTemplateSyncStatusInput {
3569
3569
  * @public
3570
3570
  * <p>The template type.</p>
3571
3571
  */
3572
- templateType: TemplateType | string | undefined;
3572
+ templateType: TemplateType | undefined;
3573
3573
  /**
3574
3574
  * @public
3575
3575
  * <p>The template major version.</p>
@@ -3609,12 +3609,12 @@ export interface ListRepositorySyncDefinitionsInput {
3609
3609
  * @public
3610
3610
  * <p>The repository provider.</p>
3611
3611
  */
3612
- repositoryProvider: RepositoryProvider | string | undefined;
3612
+ repositoryProvider: RepositoryProvider | undefined;
3613
3613
  /**
3614
3614
  * @public
3615
3615
  * <p>The sync type. The only supported value is <code>TEMPLATE_SYNC</code>.</p>
3616
3616
  */
3617
- syncType: SyncType | string | undefined;
3617
+ syncType: SyncType | undefined;
3618
3618
  /**
3619
3619
  * @public
3620
3620
  * <p>A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository
@@ -3727,7 +3727,7 @@ export interface NotifyResourceDeploymentStatusChangeInput {
3727
3727
  * @public
3728
3728
  * <p>The status of your provisioned resource.</p>
3729
3729
  */
3730
- status?: ResourceDeploymentStatus | string;
3730
+ status?: ResourceDeploymentStatus;
3731
3731
  /**
3732
3732
  * @public
3733
3733
  * <p>The provisioned resource state change detail data that's returned by Proton.</p>
@@ -3757,7 +3757,7 @@ export interface CreateRepositoryInput {
3757
3757
  * @public
3758
3758
  * <p>The repository provider.</p>
3759
3759
  */
3760
- provider: RepositoryProvider | string | undefined;
3760
+ provider: RepositoryProvider | undefined;
3761
3761
  /**
3762
3762
  * @public
3763
3763
  * <p>The repository name (for example, <code>myrepos/myrepo</code>).</p>
@@ -3796,7 +3796,7 @@ export interface Repository {
3796
3796
  * @public
3797
3797
  * <p>The repository provider.</p>
3798
3798
  */
3799
- provider: RepositoryProvider | string | undefined;
3799
+ provider: RepositoryProvider | undefined;
3800
3800
  /**
3801
3801
  * @public
3802
3802
  * <p>The repository name.</p>
@@ -3831,7 +3831,7 @@ export interface DeleteRepositoryInput {
3831
3831
  * @public
3832
3832
  * <p>The repository provider.</p>
3833
3833
  */
3834
- provider: RepositoryProvider | string | undefined;
3834
+ provider: RepositoryProvider | undefined;
3835
3835
  /**
3836
3836
  * @public
3837
3837
  * <p>The repository name.</p>
@@ -3856,7 +3856,7 @@ export interface GetRepositoryInput {
3856
3856
  * @public
3857
3857
  * <p>The repository provider.</p>
3858
3858
  */
3859
- provider: RepositoryProvider | string | undefined;
3859
+ provider: RepositoryProvider | undefined;
3860
3860
  /**
3861
3861
  * @public
3862
3862
  * <p>The repository name, for example <code>myrepos/myrepo</code>.</p>
@@ -3902,7 +3902,7 @@ export interface RepositorySummary {
3902
3902
  * @public
3903
3903
  * <p>The repository provider.</p>
3904
3904
  */
3905
- provider: RepositoryProvider | string | undefined;
3905
+ provider: RepositoryProvider | undefined;
3906
3906
  /**
3907
3907
  * @public
3908
3908
  * <p>The repository name.</p>
@@ -4119,7 +4119,7 @@ export interface ListServiceInstancesFilter {
4119
4119
  * @public
4120
4120
  * <p>The name of a filtering criterion.</p>
4121
4121
  */
4122
- key?: ListServiceInstancesFilterBy | string;
4122
+ key?: ListServiceInstancesFilterBy;
4123
4123
  /**
4124
4124
  * @public
4125
4125
  * <p>A value to filter by.</p>
@@ -4192,14 +4192,14 @@ export interface ListServiceInstancesInput {
4192
4192
  * <p>Default: <code>serviceName</code>
4193
4193
  * </p>
4194
4194
  */
4195
- sortBy?: ListServiceInstancesSortBy | string;
4195
+ sortBy?: ListServiceInstancesSortBy;
4196
4196
  /**
4197
4197
  * @public
4198
4198
  * <p>Result list sort order.</p>
4199
4199
  * <p>Default: <code>ASCENDING</code>
4200
4200
  * </p>
4201
4201
  */
4202
- sortOrder?: SortOrder | string;
4202
+ sortOrder?: SortOrder;
4203
4203
  }
4204
4204
  /**
4205
4205
  * @public
@@ -4260,7 +4260,7 @@ export interface ServiceInstanceSummary {
4260
4260
  * @public
4261
4261
  * <p>The service instance deployment status.</p>
4262
4262
  */
4263
- deploymentStatus: DeploymentStatus | string | undefined;
4263
+ deploymentStatus: DeploymentStatus | undefined;
4264
4264
  /**
4265
4265
  * @public
4266
4266
  * <p>A service instance deployment status message.</p>
@@ -4350,7 +4350,7 @@ export interface UpdateServiceInstanceInput {
4350
4350
  * </dd>
4351
4351
  * </dl>
4352
4352
  */
4353
- deploymentType: DeploymentUpdateType | string | undefined;
4353
+ deploymentType: DeploymentUpdateType | undefined;
4354
4354
  /**
4355
4355
  * @public
4356
4356
  * <p>The formatted specification that defines the service instance update.</p>
@@ -4510,7 +4510,7 @@ export interface UpdateServicePipelineInput {
4510
4510
  * </dd>
4511
4511
  * </dl>
4512
4512
  */
4513
- deploymentType: DeploymentUpdateType | string | undefined;
4513
+ deploymentType: DeploymentUpdateType | undefined;
4514
4514
  /**
4515
4515
  * @public
4516
4516
  * <p>The major version of the service template that was used to create the service that the
@@ -4666,7 +4666,7 @@ export interface Service {
4666
4666
  * @public
4667
4667
  * <p>The status of the service.</p>
4668
4668
  */
4669
- status: ServiceStatus | string | undefined;
4669
+ status: ServiceStatus | undefined;
4670
4670
  /**
4671
4671
  * @public
4672
4672
  * <p>A service status message.</p>
@@ -4806,7 +4806,7 @@ export interface ServiceSummary {
4806
4806
  * @public
4807
4807
  * <p>The status of the service.</p>
4808
4808
  */
4809
- status: ServiceStatus | string | undefined;
4809
+ status: ServiceStatus | undefined;
4810
4810
  /**
4811
4811
  * @public
4812
4812
  * <p>A service status message.</p>
@@ -4933,12 +4933,12 @@ export interface SyncBlocker {
4933
4933
  * @public
4934
4934
  * <p>The type of the sync blocker.</p>
4935
4935
  */
4936
- type: BlockerType | string | undefined;
4936
+ type: BlockerType | undefined;
4937
4937
  /**
4938
4938
  * @public
4939
4939
  * <p>The status of the sync blocker.</p>
4940
4940
  */
4941
- status: BlockerStatus | string | undefined;
4941
+ status: BlockerStatus | undefined;
4942
4942
  /**
4943
4943
  * @public
4944
4944
  * <p>The reason why the sync blocker was created.</p>
@@ -5055,7 +5055,7 @@ export interface CreateServiceSyncConfigInput {
5055
5055
  * @public
5056
5056
  * <p>The provider type for your repository.</p>
5057
5057
  */
5058
- repositoryProvider: RepositoryProvider | string | undefined;
5058
+ repositoryProvider: RepositoryProvider | undefined;
5059
5059
  /**
5060
5060
  * @public
5061
5061
  * <p>The repository name.</p>
@@ -5087,7 +5087,7 @@ export interface ServiceSyncConfig {
5087
5087
  * <p>The name of the repository provider that holds the repository Proton will sync
5088
5088
  * with.</p>
5089
5089
  */
5090
- repositoryProvider: RepositoryProvider | string | undefined;
5090
+ repositoryProvider: RepositoryProvider | undefined;
5091
5091
  /**
5092
5092
  * @public
5093
5093
  * <p>The name of the code repository that holds the service code Proton will sync
@@ -5169,7 +5169,7 @@ export interface UpdateServiceSyncConfigInput {
5169
5169
  * @public
5170
5170
  * <p>The name of the repository provider where the Proton Ops file is found.</p>
5171
5171
  */
5172
- repositoryProvider: RepositoryProvider | string | undefined;
5172
+ repositoryProvider: RepositoryProvider | undefined;
5173
5173
  /**
5174
5174
  * @public
5175
5175
  * <p>The name of the repository where the Proton Ops file is found.</p>
@@ -5228,7 +5228,7 @@ export interface CreateServiceTemplateInput {
5228
5228
  * information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-authoring.html#ag-template-bundles">Template
5229
5229
  * bundles</a> in the <i>Proton User Guide</i>.</p>
5230
5230
  */
5231
- pipelineProvisioning?: Provisioning | string;
5231
+ pipelineProvisioning?: Provisioning;
5232
5232
  /**
5233
5233
  * @public
5234
5234
  * <p>An optional list of metadata items that you can associate with the Proton service template.
@@ -5289,7 +5289,7 @@ export interface ServiceTemplate {
5289
5289
  * in the service template. Otherwise, a service pipeline <i>isn't</i> included in
5290
5290
  * the service template.</p>
5291
5291
  */
5292
- pipelineProvisioning?: Provisioning | string;
5292
+ pipelineProvisioning?: Provisioning;
5293
5293
  }
5294
5294
  /**
5295
5295
  * @public
@@ -5403,7 +5403,7 @@ export interface ServiceTemplateSummary {
5403
5403
  * in the service template, otherwise a service pipeline <i>isn't</i> included in
5404
5404
  * the service template.</p>
5405
5405
  */
5406
- pipelineProvisioning?: Provisioning | string;
5406
+ pipelineProvisioning?: Provisioning;
5407
5407
  }
5408
5408
  /**
5409
5409
  * @public
@@ -5537,7 +5537,7 @@ export interface CreateServiceTemplateVersionInput {
5537
5537
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
5538
5538
  * <i>Proton User Guide</i>.</p>
5539
5539
  */
5540
- supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
5540
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
5541
5541
  }
5542
5542
  /**
5543
5543
  * @public
@@ -5584,7 +5584,7 @@ export interface ServiceTemplateVersion {
5584
5584
  * @public
5585
5585
  * <p>The service template version status.</p>
5586
5586
  */
5587
- status: TemplateVersionStatus | string | undefined;
5587
+ status: TemplateVersionStatus | undefined;
5588
5588
  /**
5589
5589
  * @public
5590
5590
  * <p>A service template version status message.</p>
@@ -5629,7 +5629,7 @@ export interface ServiceTemplateVersion {
5629
5629
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
5630
5630
  * <i>Proton User Guide</i>.</p>
5631
5631
  */
5632
- supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
5632
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
5633
5633
  }
5634
5634
  /**
5635
5635
  * @public
@@ -5763,7 +5763,7 @@ export interface ServiceTemplateVersionSummary {
5763
5763
  * @public
5764
5764
  * <p>The service template minor version status.</p>
5765
5765
  */
5766
- status: TemplateVersionStatus | string | undefined;
5766
+ status: TemplateVersionStatus | undefined;
5767
5767
  /**
5768
5768
  * @public
5769
5769
  * <p>A service template minor version status message.</p>
@@ -5836,7 +5836,7 @@ export interface UpdateServiceTemplateVersionInput {
5836
5836
  * @public
5837
5837
  * <p>The status of the service template minor version to update.</p>
5838
5838
  */
5839
- status?: TemplateVersionStatus | string;
5839
+ status?: TemplateVersionStatus;
5840
5840
  /**
5841
5841
  * @public
5842
5842
  * <p>An array of environment template objects that are compatible with this service template
@@ -5857,7 +5857,7 @@ export interface UpdateServiceTemplateVersionInput {
5857
5857
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
5858
5858
  * <i>Proton User Guide</i>.</p>
5859
5859
  */
5860
- supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
5860
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
5861
5861
  }
5862
5862
  /**
5863
5863
  * @public
@@ -5902,12 +5902,12 @@ export interface CreateTemplateSyncConfigInput {
5902
5902
  * @public
5903
5903
  * <p>The type of the registered template.</p>
5904
5904
  */
5905
- templateType: TemplateType | string | undefined;
5905
+ templateType: TemplateType | undefined;
5906
5906
  /**
5907
5907
  * @public
5908
5908
  * <p>The provider type for your repository.</p>
5909
5909
  */
5910
- repositoryProvider: RepositoryProvider | string | undefined;
5910
+ repositoryProvider: RepositoryProvider | undefined;
5911
5911
  /**
5912
5912
  * @public
5913
5913
  * <p>The repository name (for example, <code>myrepos/myrepo</code>).</p>
@@ -5939,12 +5939,12 @@ export interface TemplateSyncConfig {
5939
5939
  * @public
5940
5940
  * <p>The template type.</p>
5941
5941
  */
5942
- templateType: TemplateType | string | undefined;
5942
+ templateType: TemplateType | undefined;
5943
5943
  /**
5944
5944
  * @public
5945
5945
  * <p>The repository provider.</p>
5946
5946
  */
5947
- repositoryProvider: RepositoryProvider | string | undefined;
5947
+ repositoryProvider: RepositoryProvider | undefined;
5948
5948
  /**
5949
5949
  * @public
5950
5950
  * <p>The repository name (for example, <code>myrepos/myrepo</code>).</p>
@@ -5984,7 +5984,7 @@ export interface DeleteTemplateSyncConfigInput {
5984
5984
  * @public
5985
5985
  * <p>The template type.</p>
5986
5986
  */
5987
- templateType: TemplateType | string | undefined;
5987
+ templateType: TemplateType | undefined;
5988
5988
  }
5989
5989
  /**
5990
5990
  * @public
@@ -6009,7 +6009,7 @@ export interface GetTemplateSyncConfigInput {
6009
6009
  * @public
6010
6010
  * <p>The template type.</p>
6011
6011
  */
6012
- templateType: TemplateType | string | undefined;
6012
+ templateType: TemplateType | undefined;
6013
6013
  }
6014
6014
  /**
6015
6015
  * @public
@@ -6034,12 +6034,12 @@ export interface UpdateTemplateSyncConfigInput {
6034
6034
  * @public
6035
6035
  * <p>The synced template type.</p>
6036
6036
  */
6037
- templateType: TemplateType | string | undefined;
6037
+ templateType: TemplateType | undefined;
6038
6038
  /**
6039
6039
  * @public
6040
6040
  * <p>The repository provider.</p>
6041
6041
  */
6042
- repositoryProvider: RepositoryProvider | string | undefined;
6042
+ repositoryProvider: RepositoryProvider | undefined;
6043
6043
  /**
6044
6044
  * @public
6045
6045
  * <p>The repository name (for example, <code>myrepos/myrepo</code>).</p>
@@ -19,7 +19,7 @@ export interface EnvironmentAccountConnection {
19
19
  environmentName: string | undefined;
20
20
  requestedAt: Date | undefined;
21
21
  lastModifiedAt: Date | undefined;
22
- status: EnvironmentAccountConnectionStatus | string | undefined;
22
+ status: EnvironmentAccountConnectionStatus | undefined;
23
23
  componentRoleArn?: string;
24
24
  codebuildRoleArn?: string;
25
25
  }
@@ -79,7 +79,7 @@ export type RepositoryProvider =
79
79
  (typeof RepositoryProvider)[keyof typeof RepositoryProvider];
80
80
  export interface RepositoryBranch {
81
81
  arn: string | undefined;
82
- provider: RepositoryProvider | string | undefined;
82
+ provider: RepositoryProvider | undefined;
83
83
  name: string | undefined;
84
84
  branch: string | undefined;
85
85
  }
@@ -93,7 +93,7 @@ export interface GetAccountSettingsOutput {
93
93
  accountSettings?: AccountSettings;
94
94
  }
95
95
  export interface RepositoryBranchInput {
96
- provider: RepositoryProvider | string | undefined;
96
+ provider: RepositoryProvider | undefined;
97
97
  name: string | undefined;
98
98
  branch: string | undefined;
99
99
  }
@@ -132,7 +132,7 @@ export interface Component {
132
132
  lastModifiedAt: Date | undefined;
133
133
  lastDeploymentAttemptedAt?: Date;
134
134
  lastDeploymentSucceededAt?: Date;
135
- deploymentStatus: DeploymentStatus | string | undefined;
135
+ deploymentStatus: DeploymentStatus | undefined;
136
136
  deploymentStatusMessage?: string;
137
137
  serviceSpec?: string;
138
138
  lastClientRequestToken?: string;
@@ -159,13 +159,13 @@ export interface Environment {
159
159
  templateName: string | undefined;
160
160
  templateMajorVersion: string | undefined;
161
161
  templateMinorVersion: string | undefined;
162
- deploymentStatus: DeploymentStatus | string | undefined;
162
+ deploymentStatus: DeploymentStatus | undefined;
163
163
  deploymentStatusMessage?: string;
164
164
  protonServiceRoleArn?: string;
165
165
  environmentAccountConnectionId?: string;
166
166
  environmentAccountId?: string;
167
167
  spec?: string;
168
- provisioning?: Provisioning | string;
168
+ provisioning?: Provisioning;
169
169
  provisioningRepository?: RepositoryBranch;
170
170
  componentRoleArn?: string;
171
171
  codebuildRoleArn?: string;
@@ -190,7 +190,7 @@ export interface ServiceInstance {
190
190
  templateName: string | undefined;
191
191
  templateMajorVersion: string | undefined;
192
192
  templateMinorVersion: string | undefined;
193
- deploymentStatus: DeploymentStatus | string | undefined;
193
+ deploymentStatus: DeploymentStatus | undefined;
194
194
  deploymentStatusMessage?: string;
195
195
  spec?: string;
196
196
  lastClientRequestToken?: string;
@@ -211,7 +211,7 @@ export interface ServicePipeline {
211
211
  templateName: string | undefined;
212
212
  templateMajorVersion: string | undefined;
213
213
  templateMinorVersion: string | undefined;
214
- deploymentStatus: DeploymentStatus | string | undefined;
214
+ deploymentStatus: DeploymentStatus | undefined;
215
215
  deploymentStatusMessage?: string;
216
216
  spec?: string;
217
217
  lastAttemptedDeploymentId?: string;
@@ -246,7 +246,7 @@ export type ProvisionedResourceEngine =
246
246
  export interface ProvisionedResource {
247
247
  name?: string;
248
248
  identifier?: string;
249
- provisioningEngine?: ProvisionedResourceEngine | string;
249
+ provisioningEngine?: ProvisionedResourceEngine;
250
250
  }
251
251
  export interface ListComponentProvisionedResourcesOutput {
252
252
  nextToken?: string;
@@ -307,7 +307,7 @@ export interface ComponentSummary {
307
307
  lastModifiedAt: Date | undefined;
308
308
  lastDeploymentAttemptedAt?: Date;
309
309
  lastDeploymentSucceededAt?: Date;
310
- deploymentStatus: DeploymentStatus | string | undefined;
310
+ deploymentStatus: DeploymentStatus | undefined;
311
311
  deploymentStatusMessage?: string;
312
312
  lastAttemptedDeploymentId?: string;
313
313
  lastSucceededDeploymentId?: string;
@@ -324,7 +324,7 @@ export type ComponentDeploymentUpdateType =
324
324
  (typeof ComponentDeploymentUpdateType)[keyof typeof ComponentDeploymentUpdateType];
325
325
  export interface UpdateComponentInput {
326
326
  name: string | undefined;
327
- deploymentType: ComponentDeploymentUpdateType | string | undefined;
327
+ deploymentType: ComponentDeploymentUpdateType | undefined;
328
328
  description?: string;
329
329
  serviceName?: string;
330
330
  serviceInstanceName?: string;
@@ -429,12 +429,12 @@ export interface Deployment {
429
429
  arn: string | undefined;
430
430
  targetArn: string | undefined;
431
431
  targetResourceCreatedAt: Date | undefined;
432
- targetResourceType: DeploymentTargetResourceType | string | undefined;
432
+ targetResourceType: DeploymentTargetResourceType | undefined;
433
433
  environmentName: string | undefined;
434
434
  serviceName?: string;
435
435
  serviceInstanceName?: string;
436
436
  componentName?: string;
437
- deploymentStatus: DeploymentStatus | string | undefined;
437
+ deploymentStatus: DeploymentStatus | undefined;
438
438
  deploymentStatusMessage?: string;
439
439
  createdAt: Date | undefined;
440
440
  lastModifiedAt: Date | undefined;
@@ -470,7 +470,7 @@ export interface DeploymentSummary {
470
470
  arn: string | undefined;
471
471
  targetArn: string | undefined;
472
472
  targetResourceCreatedAt: Date | undefined;
473
- targetResourceType: DeploymentTargetResourceType | string | undefined;
473
+ targetResourceType: DeploymentTargetResourceType | undefined;
474
474
  createdAt: Date | undefined;
475
475
  lastModifiedAt: Date | undefined;
476
476
  completedAt?: Date;
@@ -480,7 +480,7 @@ export interface DeploymentSummary {
480
480
  componentName?: string;
481
481
  lastAttemptedDeploymentId?: string;
482
482
  lastSucceededDeploymentId?: string;
483
- deploymentStatus: DeploymentStatus | string | undefined;
483
+ deploymentStatus: DeploymentStatus | undefined;
484
484
  }
485
485
  export interface ListDeploymentsOutput {
486
486
  nextToken?: string;
@@ -517,12 +517,9 @@ export declare const EnvironmentAccountConnectionRequesterAccountType: {
517
517
  export type EnvironmentAccountConnectionRequesterAccountType =
518
518
  (typeof EnvironmentAccountConnectionRequesterAccountType)[keyof typeof EnvironmentAccountConnectionRequesterAccountType];
519
519
  export interface ListEnvironmentAccountConnectionsInput {
520
- requestedBy:
521
- | EnvironmentAccountConnectionRequesterAccountType
522
- | string
523
- | undefined;
520
+ requestedBy: EnvironmentAccountConnectionRequesterAccountType | undefined;
524
521
  environmentName?: string;
525
- statuses?: (EnvironmentAccountConnectionStatus | string)[];
522
+ statuses?: EnvironmentAccountConnectionStatus[];
526
523
  nextToken?: string;
527
524
  maxResults?: number;
528
525
  }
@@ -535,7 +532,7 @@ export interface EnvironmentAccountConnectionSummary {
535
532
  environmentName: string | undefined;
536
533
  requestedAt: Date | undefined;
537
534
  lastModifiedAt: Date | undefined;
538
- status: EnvironmentAccountConnectionStatus | string | undefined;
535
+ status: EnvironmentAccountConnectionStatus | undefined;
539
536
  componentRoleArn?: string;
540
537
  }
541
538
  export interface ListEnvironmentAccountConnectionsOutput {
@@ -624,12 +621,12 @@ export interface EnvironmentSummary {
624
621
  templateName: string | undefined;
625
622
  templateMajorVersion: string | undefined;
626
623
  templateMinorVersion: string | undefined;
627
- deploymentStatus: DeploymentStatus | string | undefined;
624
+ deploymentStatus: DeploymentStatus | undefined;
628
625
  deploymentStatusMessage?: string;
629
626
  protonServiceRoleArn?: string;
630
627
  environmentAccountConnectionId?: string;
631
628
  environmentAccountId?: string;
632
- provisioning?: Provisioning | string;
629
+ provisioning?: Provisioning;
633
630
  componentRoleArn?: string;
634
631
  lastAttemptedDeploymentId?: string;
635
632
  lastSucceededDeploymentId?: string;
@@ -653,7 +650,7 @@ export interface UpdateEnvironmentInput {
653
650
  templateMajorVersion?: string;
654
651
  templateMinorVersion?: string;
655
652
  protonServiceRoleArn?: string;
656
- deploymentType: DeploymentUpdateType | string | undefined;
653
+ deploymentType: DeploymentUpdateType | undefined;
657
654
  environmentAccountConnectionId?: string;
658
655
  provisioningRepository?: RepositoryBranchInput;
659
656
  componentRoleArn?: string;
@@ -667,7 +664,7 @@ export interface CreateEnvironmentTemplateInput {
667
664
  displayName?: string;
668
665
  description?: string;
669
666
  encryptionKey?: string;
670
- provisioning?: Provisioning | string;
667
+ provisioning?: Provisioning;
671
668
  tags?: Tag[];
672
669
  }
673
670
  export interface EnvironmentTemplate {
@@ -679,7 +676,7 @@ export interface EnvironmentTemplate {
679
676
  description?: string;
680
677
  recommendedVersion?: string;
681
678
  encryptionKey?: string;
682
- provisioning?: Provisioning | string;
679
+ provisioning?: Provisioning;
683
680
  }
684
681
  export interface CreateEnvironmentTemplateOutput {
685
682
  environmentTemplate: EnvironmentTemplate | undefined;
@@ -708,7 +705,7 @@ export interface EnvironmentTemplateSummary {
708
705
  displayName?: string;
709
706
  description?: string;
710
707
  recommendedVersion?: string;
711
- provisioning?: Provisioning | string;
708
+ provisioning?: Provisioning;
712
709
  }
713
710
  export interface ListEnvironmentTemplatesOutput {
714
711
  nextToken?: string;
@@ -765,7 +762,7 @@ export interface EnvironmentTemplateVersion {
765
762
  majorVersion: string | undefined;
766
763
  minorVersion: string | undefined;
767
764
  recommendedMinorVersion?: string;
768
- status: TemplateVersionStatus | string | undefined;
765
+ status: TemplateVersionStatus | undefined;
769
766
  statusMessage?: string;
770
767
  description?: string;
771
768
  arn: string | undefined;
@@ -803,7 +800,7 @@ export interface EnvironmentTemplateVersionSummary {
803
800
  majorVersion: string | undefined;
804
801
  minorVersion: string | undefined;
805
802
  recommendedMinorVersion?: string;
806
- status: TemplateVersionStatus | string | undefined;
803
+ status: TemplateVersionStatus | undefined;
807
804
  statusMessage?: string;
808
805
  description?: string;
809
806
  arn: string | undefined;
@@ -819,7 +816,7 @@ export interface UpdateEnvironmentTemplateVersionInput {
819
816
  majorVersion: string | undefined;
820
817
  minorVersion: string | undefined;
821
818
  description?: string;
822
- status?: TemplateVersionStatus | string;
819
+ status?: TemplateVersionStatus;
823
820
  }
824
821
  export interface UpdateEnvironmentTemplateVersionOutput {
825
822
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
@@ -831,9 +828,9 @@ export declare const SyncType: {
831
828
  export type SyncType = (typeof SyncType)[keyof typeof SyncType];
832
829
  export interface GetRepositorySyncStatusInput {
833
830
  repositoryName: string | undefined;
834
- repositoryProvider: RepositoryProvider | string | undefined;
831
+ repositoryProvider: RepositoryProvider | undefined;
835
832
  branch: string | undefined;
836
- syncType: SyncType | string | undefined;
833
+ syncType: SyncType | undefined;
837
834
  }
838
835
  export interface RepositorySyncEvent {
839
836
  type: string | undefined;
@@ -852,7 +849,7 @@ export type RepositorySyncStatus =
852
849
  (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
853
850
  export interface RepositorySyncAttempt {
854
851
  startedAt: Date | undefined;
855
- status: RepositorySyncStatus | string | undefined;
852
+ status: RepositorySyncStatus | undefined;
856
853
  events: RepositorySyncEvent[] | undefined;
857
854
  }
858
855
  export interface GetRepositorySyncStatusOutput {
@@ -884,7 +881,7 @@ export interface GetServiceInstanceSyncStatusInput {
884
881
  }
885
882
  export interface Revision {
886
883
  repositoryName: string | undefined;
887
- repositoryProvider: RepositoryProvider | string | undefined;
884
+ repositoryProvider: RepositoryProvider | undefined;
888
885
  sha: string | undefined;
889
886
  directory: string | undefined;
890
887
  branch: string | undefined;
@@ -908,7 +905,7 @@ export interface ResourceSyncAttempt {
908
905
  targetRevision: Revision | undefined;
909
906
  target: string | undefined;
910
907
  startedAt: Date | undefined;
911
- status: ResourceSyncStatus | string | undefined;
908
+ status: ResourceSyncStatus | undefined;
912
909
  events: ResourceSyncEvent[] | undefined;
913
910
  }
914
911
  export interface GetServiceInstanceSyncStatusOutput {
@@ -923,7 +920,7 @@ export declare const TemplateType: {
923
920
  export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType];
924
921
  export interface GetTemplateSyncStatusInput {
925
922
  templateName: string | undefined;
926
- templateType: TemplateType | string | undefined;
923
+ templateType: TemplateType | undefined;
927
924
  templateVersion: string | undefined;
928
925
  }
929
926
  export interface GetTemplateSyncStatusOutput {
@@ -933,8 +930,8 @@ export interface GetTemplateSyncStatusOutput {
933
930
  }
934
931
  export interface ListRepositorySyncDefinitionsInput {
935
932
  repositoryName: string | undefined;
936
- repositoryProvider: RepositoryProvider | string | undefined;
937
- syncType: SyncType | string | undefined;
933
+ repositoryProvider: RepositoryProvider | undefined;
934
+ syncType: SyncType | undefined;
938
935
  nextToken?: string;
939
936
  }
940
937
  export interface RepositorySyncDefinition {
@@ -965,14 +962,14 @@ export type ResourceDeploymentStatus =
965
962
  (typeof ResourceDeploymentStatus)[keyof typeof ResourceDeploymentStatus];
966
963
  export interface NotifyResourceDeploymentStatusChangeInput {
967
964
  resourceArn: string | undefined;
968
- status?: ResourceDeploymentStatus | string;
965
+ status?: ResourceDeploymentStatus;
969
966
  outputs?: Output[];
970
967
  deploymentId?: string;
971
968
  statusMessage?: string;
972
969
  }
973
970
  export interface NotifyResourceDeploymentStatusChangeOutput {}
974
971
  export interface CreateRepositoryInput {
975
- provider: RepositoryProvider | string | undefined;
972
+ provider: RepositoryProvider | undefined;
976
973
  name: string | undefined;
977
974
  connectionArn: string | undefined;
978
975
  encryptionKey?: string;
@@ -980,7 +977,7 @@ export interface CreateRepositoryInput {
980
977
  }
981
978
  export interface Repository {
982
979
  arn: string | undefined;
983
- provider: RepositoryProvider | string | undefined;
980
+ provider: RepositoryProvider | undefined;
984
981
  name: string | undefined;
985
982
  connectionArn: string | undefined;
986
983
  encryptionKey?: string;
@@ -989,14 +986,14 @@ export interface CreateRepositoryOutput {
989
986
  repository: Repository | undefined;
990
987
  }
991
988
  export interface DeleteRepositoryInput {
992
- provider: RepositoryProvider | string | undefined;
989
+ provider: RepositoryProvider | undefined;
993
990
  name: string | undefined;
994
991
  }
995
992
  export interface DeleteRepositoryOutput {
996
993
  repository?: Repository;
997
994
  }
998
995
  export interface GetRepositoryInput {
999
- provider: RepositoryProvider | string | undefined;
996
+ provider: RepositoryProvider | undefined;
1000
997
  name: string | undefined;
1001
998
  }
1002
999
  export interface GetRepositoryOutput {
@@ -1008,7 +1005,7 @@ export interface ListRepositoriesInput {
1008
1005
  }
1009
1006
  export interface RepositorySummary {
1010
1007
  arn: string | undefined;
1011
- provider: RepositoryProvider | string | undefined;
1008
+ provider: RepositoryProvider | undefined;
1012
1009
  name: string | undefined;
1013
1010
  connectionArn: string | undefined;
1014
1011
  }
@@ -1069,7 +1066,7 @@ export declare const ListServiceInstancesFilterBy: {
1069
1066
  export type ListServiceInstancesFilterBy =
1070
1067
  (typeof ListServiceInstancesFilterBy)[keyof typeof ListServiceInstancesFilterBy];
1071
1068
  export interface ListServiceInstancesFilter {
1072
- key?: ListServiceInstancesFilterBy | string;
1069
+ key?: ListServiceInstancesFilterBy;
1073
1070
  value?: string;
1074
1071
  }
1075
1072
  export declare const ListServiceInstancesSortBy: {
@@ -1093,8 +1090,8 @@ export interface ListServiceInstancesInput {
1093
1090
  nextToken?: string;
1094
1091
  maxResults?: number;
1095
1092
  filters?: ListServiceInstancesFilter[];
1096
- sortBy?: ListServiceInstancesSortBy | string;
1097
- sortOrder?: SortOrder | string;
1093
+ sortBy?: ListServiceInstancesSortBy;
1094
+ sortOrder?: SortOrder;
1098
1095
  }
1099
1096
  export interface ServiceInstanceSummary {
1100
1097
  name: string | undefined;
@@ -1107,7 +1104,7 @@ export interface ServiceInstanceSummary {
1107
1104
  templateName: string | undefined;
1108
1105
  templateMajorVersion: string | undefined;
1109
1106
  templateMinorVersion: string | undefined;
1110
- deploymentStatus: DeploymentStatus | string | undefined;
1107
+ deploymentStatus: DeploymentStatus | undefined;
1111
1108
  deploymentStatusMessage?: string;
1112
1109
  lastAttemptedDeploymentId?: string;
1113
1110
  lastSucceededDeploymentId?: string;
@@ -1119,7 +1116,7 @@ export interface ListServiceInstancesOutput {
1119
1116
  export interface UpdateServiceInstanceInput {
1120
1117
  name: string | undefined;
1121
1118
  serviceName: string | undefined;
1122
- deploymentType: DeploymentUpdateType | string | undefined;
1119
+ deploymentType: DeploymentUpdateType | undefined;
1123
1120
  spec?: string;
1124
1121
  templateMajorVersion?: string;
1125
1122
  templateMinorVersion?: string;
@@ -1148,7 +1145,7 @@ export interface ListServicePipelineProvisionedResourcesOutput {
1148
1145
  export interface UpdateServicePipelineInput {
1149
1146
  serviceName: string | undefined;
1150
1147
  spec: string | undefined;
1151
- deploymentType: DeploymentUpdateType | string | undefined;
1148
+ deploymentType: DeploymentUpdateType | undefined;
1152
1149
  templateMajorVersion?: string;
1153
1150
  templateMinorVersion?: string;
1154
1151
  }
@@ -1191,7 +1188,7 @@ export interface Service {
1191
1188
  templateName: string | undefined;
1192
1189
  createdAt: Date | undefined;
1193
1190
  lastModifiedAt: Date | undefined;
1194
- status: ServiceStatus | string | undefined;
1191
+ status: ServiceStatus | undefined;
1195
1192
  statusMessage?: string;
1196
1193
  spec: string | undefined;
1197
1194
  pipeline?: ServicePipeline;
@@ -1225,7 +1222,7 @@ export interface ServiceSummary {
1225
1222
  templateName: string | undefined;
1226
1223
  createdAt: Date | undefined;
1227
1224
  lastModifiedAt: Date | undefined;
1228
- status: ServiceStatus | string | undefined;
1225
+ status: ServiceStatus | undefined;
1229
1226
  statusMessage?: string;
1230
1227
  }
1231
1228
  export interface ListServicesOutput {
@@ -1259,8 +1256,8 @@ export declare const BlockerType: {
1259
1256
  export type BlockerType = (typeof BlockerType)[keyof typeof BlockerType];
1260
1257
  export interface SyncBlocker {
1261
1258
  id: string | undefined;
1262
- type: BlockerType | string | undefined;
1263
- status: BlockerStatus | string | undefined;
1259
+ type: BlockerType | undefined;
1260
+ status: BlockerStatus | undefined;
1264
1261
  createdReason: string | undefined;
1265
1262
  createdAt: Date | undefined;
1266
1263
  contexts?: SyncBlockerContext[];
@@ -1286,14 +1283,14 @@ export interface UpdateServiceSyncBlockerOutput {
1286
1283
  }
1287
1284
  export interface CreateServiceSyncConfigInput {
1288
1285
  serviceName: string | undefined;
1289
- repositoryProvider: RepositoryProvider | string | undefined;
1286
+ repositoryProvider: RepositoryProvider | undefined;
1290
1287
  repositoryName: string | undefined;
1291
1288
  branch: string | undefined;
1292
1289
  filePath: string | undefined;
1293
1290
  }
1294
1291
  export interface ServiceSyncConfig {
1295
1292
  serviceName: string | undefined;
1296
- repositoryProvider: RepositoryProvider | string | undefined;
1293
+ repositoryProvider: RepositoryProvider | undefined;
1297
1294
  repositoryName: string | undefined;
1298
1295
  branch: string | undefined;
1299
1296
  filePath: string | undefined;
@@ -1315,7 +1312,7 @@ export interface GetServiceSyncConfigOutput {
1315
1312
  }
1316
1313
  export interface UpdateServiceSyncConfigInput {
1317
1314
  serviceName: string | undefined;
1318
- repositoryProvider: RepositoryProvider | string | undefined;
1315
+ repositoryProvider: RepositoryProvider | undefined;
1319
1316
  repositoryName: string | undefined;
1320
1317
  branch: string | undefined;
1321
1318
  filePath: string | undefined;
@@ -1328,7 +1325,7 @@ export interface CreateServiceTemplateInput {
1328
1325
  displayName?: string;
1329
1326
  description?: string;
1330
1327
  encryptionKey?: string;
1331
- pipelineProvisioning?: Provisioning | string;
1328
+ pipelineProvisioning?: Provisioning;
1332
1329
  tags?: Tag[];
1333
1330
  }
1334
1331
  export interface ServiceTemplate {
@@ -1340,7 +1337,7 @@ export interface ServiceTemplate {
1340
1337
  description?: string;
1341
1338
  recommendedVersion?: string;
1342
1339
  encryptionKey?: string;
1343
- pipelineProvisioning?: Provisioning | string;
1340
+ pipelineProvisioning?: Provisioning;
1344
1341
  }
1345
1342
  export interface CreateServiceTemplateOutput {
1346
1343
  serviceTemplate: ServiceTemplate | undefined;
@@ -1369,7 +1366,7 @@ export interface ServiceTemplateSummary {
1369
1366
  displayName?: string;
1370
1367
  description?: string;
1371
1368
  recommendedVersion?: string;
1372
- pipelineProvisioning?: Provisioning | string;
1369
+ pipelineProvisioning?: Provisioning;
1373
1370
  }
1374
1371
  export interface ListServiceTemplatesOutput {
1375
1372
  nextToken?: string;
@@ -1402,10 +1399,7 @@ export interface CreateServiceTemplateVersionInput {
1402
1399
  | CompatibleEnvironmentTemplateInput[]
1403
1400
  | undefined;
1404
1401
  tags?: Tag[];
1405
- supportedComponentSources?: (
1406
- | ServiceTemplateSupportedComponentSourceType
1407
- | string
1408
- )[];
1402
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
1409
1403
  }
1410
1404
  export interface CompatibleEnvironmentTemplate {
1411
1405
  templateName: string | undefined;
@@ -1416,7 +1410,7 @@ export interface ServiceTemplateVersion {
1416
1410
  majorVersion: string | undefined;
1417
1411
  minorVersion: string | undefined;
1418
1412
  recommendedMinorVersion?: string;
1419
- status: TemplateVersionStatus | string | undefined;
1413
+ status: TemplateVersionStatus | undefined;
1420
1414
  statusMessage?: string;
1421
1415
  description?: string;
1422
1416
  arn: string | undefined;
@@ -1424,10 +1418,7 @@ export interface ServiceTemplateVersion {
1424
1418
  lastModifiedAt: Date | undefined;
1425
1419
  compatibleEnvironmentTemplates: CompatibleEnvironmentTemplate[] | undefined;
1426
1420
  schema?: string;
1427
- supportedComponentSources?: (
1428
- | ServiceTemplateSupportedComponentSourceType
1429
- | string
1430
- )[];
1421
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
1431
1422
  }
1432
1423
  export interface CreateServiceTemplateVersionOutput {
1433
1424
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
@@ -1459,7 +1450,7 @@ export interface ServiceTemplateVersionSummary {
1459
1450
  majorVersion: string | undefined;
1460
1451
  minorVersion: string | undefined;
1461
1452
  recommendedMinorVersion?: string;
1462
- status: TemplateVersionStatus | string | undefined;
1453
+ status: TemplateVersionStatus | undefined;
1463
1454
  statusMessage?: string;
1464
1455
  description?: string;
1465
1456
  arn: string | undefined;
@@ -1475,12 +1466,9 @@ export interface UpdateServiceTemplateVersionInput {
1475
1466
  majorVersion: string | undefined;
1476
1467
  minorVersion: string | undefined;
1477
1468
  description?: string;
1478
- status?: TemplateVersionStatus | string;
1469
+ status?: TemplateVersionStatus;
1479
1470
  compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[];
1480
- supportedComponentSources?: (
1481
- | ServiceTemplateSupportedComponentSourceType
1482
- | string
1483
- )[];
1471
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
1484
1472
  }
1485
1473
  export interface UpdateServiceTemplateVersionOutput {
1486
1474
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
@@ -1492,16 +1480,16 @@ export interface TagResourceInput {
1492
1480
  export interface TagResourceOutput {}
1493
1481
  export interface CreateTemplateSyncConfigInput {
1494
1482
  templateName: string | undefined;
1495
- templateType: TemplateType | string | undefined;
1496
- repositoryProvider: RepositoryProvider | string | undefined;
1483
+ templateType: TemplateType | undefined;
1484
+ repositoryProvider: RepositoryProvider | undefined;
1497
1485
  repositoryName: string | undefined;
1498
1486
  branch: string | undefined;
1499
1487
  subdirectory?: string;
1500
1488
  }
1501
1489
  export interface TemplateSyncConfig {
1502
1490
  templateName: string | undefined;
1503
- templateType: TemplateType | string | undefined;
1504
- repositoryProvider: RepositoryProvider | string | undefined;
1491
+ templateType: TemplateType | undefined;
1492
+ repositoryProvider: RepositoryProvider | undefined;
1505
1493
  repositoryName: string | undefined;
1506
1494
  branch: string | undefined;
1507
1495
  subdirectory?: string;
@@ -1511,22 +1499,22 @@ export interface CreateTemplateSyncConfigOutput {
1511
1499
  }
1512
1500
  export interface DeleteTemplateSyncConfigInput {
1513
1501
  templateName: string | undefined;
1514
- templateType: TemplateType | string | undefined;
1502
+ templateType: TemplateType | undefined;
1515
1503
  }
1516
1504
  export interface DeleteTemplateSyncConfigOutput {
1517
1505
  templateSyncConfig?: TemplateSyncConfig;
1518
1506
  }
1519
1507
  export interface GetTemplateSyncConfigInput {
1520
1508
  templateName: string | undefined;
1521
- templateType: TemplateType | string | undefined;
1509
+ templateType: TemplateType | undefined;
1522
1510
  }
1523
1511
  export interface GetTemplateSyncConfigOutput {
1524
1512
  templateSyncConfig?: TemplateSyncConfig;
1525
1513
  }
1526
1514
  export interface UpdateTemplateSyncConfigInput {
1527
1515
  templateName: string | undefined;
1528
- templateType: TemplateType | string | undefined;
1529
- repositoryProvider: RepositoryProvider | string | undefined;
1516
+ templateType: TemplateType | undefined;
1517
+ repositoryProvider: RepositoryProvider | undefined;
1530
1518
  repositoryName: string | undefined;
1531
1519
  branch: string | undefined;
1532
1520
  subdirectory?: string;
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.428.0",
4
+ "version": "3.429.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,9 +21,9 @@
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.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",