cdk-comprehend-s3olap 2.0.116 → 2.0.118
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +6 -2
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +422 -137
- package/node_modules/aws-sdk/clients/configservice.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +4 -4
- package/node_modules/aws-sdk/clients/identitystore.d.ts +27 -27
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +1 -1
- package/node_modules/aws-sdk/clients/proton.d.ts +358 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +8 -8
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +2 -2
- package/node_modules/aws-sdk/clients/vpclattice.d.ts +18 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +9 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +86 -86
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -108,6 +108,22 @@ declare class Proton extends Service {
|
|
108
108
|
* Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
|
109
109
|
*/
|
110
110
|
createService(callback?: (err: AWSError, data: Proton.Types.CreateServiceOutput) => void): Request<Proton.Types.CreateServiceOutput, AWSError>;
|
111
|
+
/**
|
112
|
+
* Create a service instance.
|
113
|
+
*/
|
114
|
+
createServiceInstance(params: Proton.Types.CreateServiceInstanceInput, callback?: (err: AWSError, data: Proton.Types.CreateServiceInstanceOutput) => void): Request<Proton.Types.CreateServiceInstanceOutput, AWSError>;
|
115
|
+
/**
|
116
|
+
* Create a service instance.
|
117
|
+
*/
|
118
|
+
createServiceInstance(callback?: (err: AWSError, data: Proton.Types.CreateServiceInstanceOutput) => void): Request<Proton.Types.CreateServiceInstanceOutput, AWSError>;
|
119
|
+
/**
|
120
|
+
* Create the Proton Ops configuration file.
|
121
|
+
*/
|
122
|
+
createServiceSyncConfig(params: Proton.Types.CreateServiceSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.CreateServiceSyncConfigOutput) => void): Request<Proton.Types.CreateServiceSyncConfigOutput, AWSError>;
|
123
|
+
/**
|
124
|
+
* Create the Proton Ops configuration file.
|
125
|
+
*/
|
126
|
+
createServiceSyncConfig(callback?: (err: AWSError, data: Proton.Types.CreateServiceSyncConfigOutput) => void): Request<Proton.Types.CreateServiceSyncConfigOutput, AWSError>;
|
111
127
|
/**
|
112
128
|
* Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
|
113
129
|
*/
|
@@ -188,6 +204,14 @@ declare class Proton extends Service {
|
|
188
204
|
* Delete a service, with its instances and pipeline. You can't delete a service if it has any service instances that have components attached to them. For more information about components, see Proton components in the Proton User Guide.
|
189
205
|
*/
|
190
206
|
deleteService(callback?: (err: AWSError, data: Proton.Types.DeleteServiceOutput) => void): Request<Proton.Types.DeleteServiceOutput, AWSError>;
|
207
|
+
/**
|
208
|
+
* Delete the Proton Ops file.
|
209
|
+
*/
|
210
|
+
deleteServiceSyncConfig(params: Proton.Types.DeleteServiceSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.DeleteServiceSyncConfigOutput) => void): Request<Proton.Types.DeleteServiceSyncConfigOutput, AWSError>;
|
211
|
+
/**
|
212
|
+
* Delete the Proton Ops file.
|
213
|
+
*/
|
214
|
+
deleteServiceSyncConfig(callback?: (err: AWSError, data: Proton.Types.DeleteServiceSyncConfigOutput) => void): Request<Proton.Types.DeleteServiceSyncConfigOutput, AWSError>;
|
191
215
|
/**
|
192
216
|
* If no other major or minor versions of the service template exist, delete the service template.
|
193
217
|
*/
|
@@ -277,11 +301,11 @@ declare class Proton extends Service {
|
|
277
301
|
*/
|
278
302
|
getRepositorySyncStatus(callback?: (err: AWSError, data: Proton.Types.GetRepositorySyncStatusOutput) => void): Request<Proton.Types.GetRepositorySyncStatusOutput, AWSError>;
|
279
303
|
/**
|
280
|
-
* Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates
|
304
|
+
* Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates return less information - see the components, environments, and serviceTemplates field descriptions. For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account. For more information, see Proton dashboard in the Proton User Guide.
|
281
305
|
*/
|
282
306
|
getResourcesSummary(params: Proton.Types.GetResourcesSummaryInput, callback?: (err: AWSError, data: Proton.Types.GetResourcesSummaryOutput) => void): Request<Proton.Types.GetResourcesSummaryOutput, AWSError>;
|
283
307
|
/**
|
284
|
-
* Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates
|
308
|
+
* Get counts of Proton resources. For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it uses and it needs an update to become current. The action returns staleness counts (counts of resources that are up-to-date, behind a template major version, or behind a template minor version), the total number of resources, and the number of resources that are in a failed state, grouped by resource type. Components, environments, and service templates return less information - see the components, environments, and serviceTemplates field descriptions. For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account. For more information, see Proton dashboard in the Proton User Guide.
|
285
309
|
*/
|
286
310
|
getResourcesSummary(callback?: (err: AWSError, data: Proton.Types.GetResourcesSummaryOutput) => void): Request<Proton.Types.GetResourcesSummaryOutput, AWSError>;
|
287
311
|
/**
|
@@ -300,6 +324,30 @@ declare class Proton extends Service {
|
|
300
324
|
* Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
|
301
325
|
*/
|
302
326
|
getServiceInstance(callback?: (err: AWSError, data: Proton.Types.GetServiceInstanceOutput) => void): Request<Proton.Types.GetServiceInstanceOutput, AWSError>;
|
327
|
+
/**
|
328
|
+
* Get the status of the synced service instance.
|
329
|
+
*/
|
330
|
+
getServiceInstanceSyncStatus(params: Proton.Types.GetServiceInstanceSyncStatusInput, callback?: (err: AWSError, data: Proton.Types.GetServiceInstanceSyncStatusOutput) => void): Request<Proton.Types.GetServiceInstanceSyncStatusOutput, AWSError>;
|
331
|
+
/**
|
332
|
+
* Get the status of the synced service instance.
|
333
|
+
*/
|
334
|
+
getServiceInstanceSyncStatus(callback?: (err: AWSError, data: Proton.Types.GetServiceInstanceSyncStatusOutput) => void): Request<Proton.Types.GetServiceInstanceSyncStatusOutput, AWSError>;
|
335
|
+
/**
|
336
|
+
* Get detailed data for the service sync blocker summary.
|
337
|
+
*/
|
338
|
+
getServiceSyncBlockerSummary(params: Proton.Types.GetServiceSyncBlockerSummaryInput, callback?: (err: AWSError, data: Proton.Types.GetServiceSyncBlockerSummaryOutput) => void): Request<Proton.Types.GetServiceSyncBlockerSummaryOutput, AWSError>;
|
339
|
+
/**
|
340
|
+
* Get detailed data for the service sync blocker summary.
|
341
|
+
*/
|
342
|
+
getServiceSyncBlockerSummary(callback?: (err: AWSError, data: Proton.Types.GetServiceSyncBlockerSummaryOutput) => void): Request<Proton.Types.GetServiceSyncBlockerSummaryOutput, AWSError>;
|
343
|
+
/**
|
344
|
+
* Get detailed information for the service sync configuration.
|
345
|
+
*/
|
346
|
+
getServiceSyncConfig(params: Proton.Types.GetServiceSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.GetServiceSyncConfigOutput) => void): Request<Proton.Types.GetServiceSyncConfigOutput, AWSError>;
|
347
|
+
/**
|
348
|
+
* Get detailed information for the service sync configuration.
|
349
|
+
*/
|
350
|
+
getServiceSyncConfig(callback?: (err: AWSError, data: Proton.Types.GetServiceSyncConfigOutput) => void): Request<Proton.Types.GetServiceSyncConfigOutput, AWSError>;
|
303
351
|
/**
|
304
352
|
* Get detailed data for a service template.
|
305
353
|
*/
|
@@ -596,6 +644,22 @@ declare class Proton extends Service {
|
|
596
644
|
* Update the service pipeline. There are four modes for updating a service pipeline. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this deployment-type. MINOR_VERSION In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current template by default. You can specify a different major version that's higher than the major version in use and a minor version.
|
597
645
|
*/
|
598
646
|
updateServicePipeline(callback?: (err: AWSError, data: Proton.Types.UpdateServicePipelineOutput) => void): Request<Proton.Types.UpdateServicePipelineOutput, AWSError>;
|
647
|
+
/**
|
648
|
+
* Update the service sync blocker by resolving it.
|
649
|
+
*/
|
650
|
+
updateServiceSyncBlocker(params: Proton.Types.UpdateServiceSyncBlockerInput, callback?: (err: AWSError, data: Proton.Types.UpdateServiceSyncBlockerOutput) => void): Request<Proton.Types.UpdateServiceSyncBlockerOutput, AWSError>;
|
651
|
+
/**
|
652
|
+
* Update the service sync blocker by resolving it.
|
653
|
+
*/
|
654
|
+
updateServiceSyncBlocker(callback?: (err: AWSError, data: Proton.Types.UpdateServiceSyncBlockerOutput) => void): Request<Proton.Types.UpdateServiceSyncBlockerOutput, AWSError>;
|
655
|
+
/**
|
656
|
+
* Update the Proton Ops config file.
|
657
|
+
*/
|
658
|
+
updateServiceSyncConfig(params: Proton.Types.UpdateServiceSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.UpdateServiceSyncConfigOutput) => void): Request<Proton.Types.UpdateServiceSyncConfigOutput, AWSError>;
|
659
|
+
/**
|
660
|
+
* Update the Proton Ops config file.
|
661
|
+
*/
|
662
|
+
updateServiceSyncConfig(callback?: (err: AWSError, data: Proton.Types.UpdateServiceSyncConfigOutput) => void): Request<Proton.Types.UpdateServiceSyncConfigOutput, AWSError>;
|
599
663
|
/**
|
600
664
|
* Update a service template.
|
601
665
|
*/
|
@@ -730,6 +794,8 @@ declare namespace Proton {
|
|
730
794
|
}
|
731
795
|
export type Arn = string;
|
732
796
|
export type AwsAccountId = string;
|
797
|
+
export type BlockerStatus = "ACTIVE"|"RESOLVED"|string;
|
798
|
+
export type BlockerType = "AUTOMATED"|string;
|
733
799
|
export type Boolean = boolean;
|
734
800
|
export interface CancelComponentDeploymentInput {
|
735
801
|
/**
|
@@ -831,6 +897,10 @@ declare namespace Proton {
|
|
831
897
|
* The name of the Proton environment that this component is associated with.
|
832
898
|
*/
|
833
899
|
environmentName: ResourceName;
|
900
|
+
/**
|
901
|
+
* The last token the client requested.
|
902
|
+
*/
|
903
|
+
lastClientRequestToken?: String;
|
834
904
|
/**
|
835
905
|
* The time when a deployment of the component was last attempted.
|
836
906
|
*/
|
@@ -915,7 +985,7 @@ declare namespace Proton {
|
|
915
985
|
*/
|
916
986
|
components?: ResourceCountsSummary;
|
917
987
|
/**
|
918
|
-
* The total number of environment templates in the Amazon Web Services account.
|
988
|
+
* The total number of environment templates in the Amazon Web Services account. The environmentTemplates object will only contain total members.
|
919
989
|
*/
|
920
990
|
environmentTemplates?: ResourceCountsSummary;
|
921
991
|
/**
|
@@ -940,6 +1010,10 @@ declare namespace Proton {
|
|
940
1010
|
services?: ResourceCountsSummary;
|
941
1011
|
}
|
942
1012
|
export interface CreateComponentInput {
|
1013
|
+
/**
|
1014
|
+
* The client token for the created component.
|
1015
|
+
*/
|
1016
|
+
clientToken?: ClientToken;
|
943
1017
|
/**
|
944
1018
|
* An optional customer-provided description of the component.
|
945
1019
|
*/
|
@@ -1209,12 +1283,76 @@ declare namespace Proton {
|
|
1209
1283
|
*/
|
1210
1284
|
templateName: ResourceName;
|
1211
1285
|
}
|
1286
|
+
export interface CreateServiceInstanceInput {
|
1287
|
+
/**
|
1288
|
+
* The client token of the service instance to create.
|
1289
|
+
*/
|
1290
|
+
clientToken?: ClientToken;
|
1291
|
+
/**
|
1292
|
+
* The name of the service instance to create.
|
1293
|
+
*/
|
1294
|
+
name: ResourceName;
|
1295
|
+
/**
|
1296
|
+
* The name of the service the service instance is added to.
|
1297
|
+
*/
|
1298
|
+
serviceName: ResourceName;
|
1299
|
+
/**
|
1300
|
+
* The spec for the service instance you want to create.
|
1301
|
+
*/
|
1302
|
+
spec: SpecContents;
|
1303
|
+
/**
|
1304
|
+
* An optional list of metadata items that you can associate with the Proton service instance. A tag is a key-value pair. For more information, see Proton resources and tagging in the Proton User Guide.
|
1305
|
+
*/
|
1306
|
+
tags?: TagList;
|
1307
|
+
/**
|
1308
|
+
* To create a new major and minor version of the service template, exclude major Version.
|
1309
|
+
*/
|
1310
|
+
templateMajorVersion?: TemplateVersionPart;
|
1311
|
+
/**
|
1312
|
+
* To create a new minor version of the service template, include a major Version.
|
1313
|
+
*/
|
1314
|
+
templateMinorVersion?: TemplateVersionPart;
|
1315
|
+
}
|
1316
|
+
export interface CreateServiceInstanceOutput {
|
1317
|
+
/**
|
1318
|
+
* The detailed data of the service instance being created.
|
1319
|
+
*/
|
1320
|
+
serviceInstance: ServiceInstance;
|
1321
|
+
}
|
1212
1322
|
export interface CreateServiceOutput {
|
1213
1323
|
/**
|
1214
1324
|
* The service detail data that's returned by Proton.
|
1215
1325
|
*/
|
1216
1326
|
service: Service;
|
1217
1327
|
}
|
1328
|
+
export interface CreateServiceSyncConfigInput {
|
1329
|
+
/**
|
1330
|
+
* The repository branch for your Proton Ops file.
|
1331
|
+
*/
|
1332
|
+
branch: GitBranchName;
|
1333
|
+
/**
|
1334
|
+
* The path to the Proton Ops file.
|
1335
|
+
*/
|
1336
|
+
filePath: OpsFilePath;
|
1337
|
+
/**
|
1338
|
+
* The repository name.
|
1339
|
+
*/
|
1340
|
+
repositoryName: RepositoryName;
|
1341
|
+
/**
|
1342
|
+
* The provider type for your repository.
|
1343
|
+
*/
|
1344
|
+
repositoryProvider: RepositoryProvider;
|
1345
|
+
/**
|
1346
|
+
* The name of the service the Proton Ops file is for.
|
1347
|
+
*/
|
1348
|
+
serviceName: ResourceName;
|
1349
|
+
}
|
1350
|
+
export interface CreateServiceSyncConfigOutput {
|
1351
|
+
/**
|
1352
|
+
* The detailed data of the Proton Ops file.
|
1353
|
+
*/
|
1354
|
+
serviceSyncConfig?: ServiceSyncConfig;
|
1355
|
+
}
|
1218
1356
|
export interface CreateServiceTemplateInput {
|
1219
1357
|
/**
|
1220
1358
|
* A description of the service template.
|
@@ -1415,6 +1553,18 @@ declare namespace Proton {
|
|
1415
1553
|
*/
|
1416
1554
|
service?: Service;
|
1417
1555
|
}
|
1556
|
+
export interface DeleteServiceSyncConfigInput {
|
1557
|
+
/**
|
1558
|
+
* The name of the service that you want to delete the service sync configuration for.
|
1559
|
+
*/
|
1560
|
+
serviceName: ResourceName;
|
1561
|
+
}
|
1562
|
+
export interface DeleteServiceSyncConfigOutput {
|
1563
|
+
/**
|
1564
|
+
* The detailed data for the service sync config.
|
1565
|
+
*/
|
1566
|
+
serviceSyncConfig?: ServiceSyncConfig;
|
1567
|
+
}
|
1418
1568
|
export interface DeleteServiceTemplateInput {
|
1419
1569
|
/**
|
1420
1570
|
* The name of the service template to delete.
|
@@ -2021,7 +2171,7 @@ declare namespace Proton {
|
|
2021
2171
|
*/
|
2022
2172
|
name: ResourceName;
|
2023
2173
|
/**
|
2024
|
-
* The name of the service that the service instance
|
2174
|
+
* The name of the service that you want the service instance input for.
|
2025
2175
|
*/
|
2026
2176
|
serviceName: ResourceName;
|
2027
2177
|
}
|
@@ -2031,12 +2181,64 @@ declare namespace Proton {
|
|
2031
2181
|
*/
|
2032
2182
|
serviceInstance: ServiceInstance;
|
2033
2183
|
}
|
2184
|
+
export interface GetServiceInstanceSyncStatusInput {
|
2185
|
+
/**
|
2186
|
+
* The name of the service instance that you want the sync status input for.
|
2187
|
+
*/
|
2188
|
+
serviceInstanceName: ResourceName;
|
2189
|
+
/**
|
2190
|
+
* The name of the service that the service instance belongs to.
|
2191
|
+
*/
|
2192
|
+
serviceName: ResourceName;
|
2193
|
+
}
|
2194
|
+
export interface GetServiceInstanceSyncStatusOutput {
|
2195
|
+
/**
|
2196
|
+
* The service instance sync desired state that's returned by Proton
|
2197
|
+
*/
|
2198
|
+
desiredState?: Revision;
|
2199
|
+
/**
|
2200
|
+
* The detailed data of the latest successful sync with the service instance.
|
2201
|
+
*/
|
2202
|
+
latestSuccessfulSync?: ResourceSyncAttempt;
|
2203
|
+
/**
|
2204
|
+
* The detailed data of the latest sync with the service instance.
|
2205
|
+
*/
|
2206
|
+
latestSync?: ResourceSyncAttempt;
|
2207
|
+
}
|
2034
2208
|
export interface GetServiceOutput {
|
2035
2209
|
/**
|
2036
2210
|
* The detailed data of the requested service.
|
2037
2211
|
*/
|
2038
2212
|
service?: Service;
|
2039
2213
|
}
|
2214
|
+
export interface GetServiceSyncBlockerSummaryInput {
|
2215
|
+
/**
|
2216
|
+
* The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.
|
2217
|
+
*/
|
2218
|
+
serviceInstanceName?: ResourceName;
|
2219
|
+
/**
|
2220
|
+
* The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.
|
2221
|
+
*/
|
2222
|
+
serviceName: ResourceName;
|
2223
|
+
}
|
2224
|
+
export interface GetServiceSyncBlockerSummaryOutput {
|
2225
|
+
/**
|
2226
|
+
* The detailed data of the requested service sync blocker summary.
|
2227
|
+
*/
|
2228
|
+
serviceSyncBlockerSummary?: ServiceSyncBlockerSummary;
|
2229
|
+
}
|
2230
|
+
export interface GetServiceSyncConfigInput {
|
2231
|
+
/**
|
2232
|
+
* The name of the service that you want to get the service sync configuration for.
|
2233
|
+
*/
|
2234
|
+
serviceName: ResourceName;
|
2235
|
+
}
|
2236
|
+
export interface GetServiceSyncConfigOutput {
|
2237
|
+
/**
|
2238
|
+
* The detailed data of the requested service sync configuration.
|
2239
|
+
*/
|
2240
|
+
serviceSyncConfig?: ServiceSyncConfig;
|
2241
|
+
}
|
2040
2242
|
export interface GetServiceTemplateInput {
|
2041
2243
|
/**
|
2042
2244
|
* The name of the service template that you want to get detailed data for.
|
@@ -2115,6 +2317,7 @@ declare namespace Proton {
|
|
2115
2317
|
}
|
2116
2318
|
export type GitBranchName = string;
|
2117
2319
|
export type Integer = number;
|
2320
|
+
export type LatestSyncBlockers = SyncBlocker[];
|
2118
2321
|
export interface ListComponentOutputsInput {
|
2119
2322
|
/**
|
2120
2323
|
* The name of the component whose outputs you want.
|
@@ -2637,6 +2840,7 @@ declare namespace Proton {
|
|
2637
2840
|
export type NotifyResourceDeploymentStatusChangeInputStatusMessageString = string;
|
2638
2841
|
export interface NotifyResourceDeploymentStatusChangeOutput {
|
2639
2842
|
}
|
2843
|
+
export type OpsFilePath = string;
|
2640
2844
|
export interface Output {
|
2641
2845
|
/**
|
2642
2846
|
* The output key.
|
@@ -2744,6 +2948,10 @@ declare namespace Proton {
|
|
2744
2948
|
* The Amazon Resource Name (ARN) of the linked repository.
|
2745
2949
|
*/
|
2746
2950
|
arn: RepositoryArn;
|
2951
|
+
/**
|
2952
|
+
* The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
|
2953
|
+
*/
|
2954
|
+
connectionArn: Arn;
|
2747
2955
|
/**
|
2748
2956
|
* The repository name.
|
2749
2957
|
*/
|
@@ -2991,6 +3199,10 @@ declare namespace Proton {
|
|
2991
3199
|
* The name of the environment that the service instance was deployed into.
|
2992
3200
|
*/
|
2993
3201
|
environmentName: ResourceName;
|
3202
|
+
/**
|
3203
|
+
* The last client request token received.
|
3204
|
+
*/
|
3205
|
+
lastClientRequestToken?: String;
|
2994
3206
|
/**
|
2995
3207
|
* The time when a deployment of the service instance was last attempted.
|
2996
3208
|
*/
|
@@ -3154,6 +3366,42 @@ declare namespace Proton {
|
|
3154
3366
|
templateName: ResourceName;
|
3155
3367
|
}
|
3156
3368
|
export type ServiceSummaryList = ServiceSummary[];
|
3369
|
+
export interface ServiceSyncBlockerSummary {
|
3370
|
+
/**
|
3371
|
+
* The latest active blockers for the synced service.
|
3372
|
+
*/
|
3373
|
+
latestBlockers?: LatestSyncBlockers;
|
3374
|
+
/**
|
3375
|
+
* The name of the service instance that you want sync your service configuration with.
|
3376
|
+
*/
|
3377
|
+
serviceInstanceName?: String;
|
3378
|
+
/**
|
3379
|
+
* The name of the service that you want to get the sync blocker summary for. If given a service instance name and a service name, it will return the blockers only applying to the instance that is blocked. If given only a service name, it will return the blockers that apply to all of the instances. In order to get the blockers for a single instance, you will need to make two distinct calls, one to get the sync blocker summary for the service and the other to get the sync blocker for the service instance.
|
3380
|
+
*/
|
3381
|
+
serviceName: String;
|
3382
|
+
}
|
3383
|
+
export interface ServiceSyncConfig {
|
3384
|
+
/**
|
3385
|
+
* The name of the code repository branch that holds the service code Proton will sync with.
|
3386
|
+
*/
|
3387
|
+
branch: GitBranchName;
|
3388
|
+
/**
|
3389
|
+
* The file path to the service sync configuration file.
|
3390
|
+
*/
|
3391
|
+
filePath: OpsFilePath;
|
3392
|
+
/**
|
3393
|
+
* The name of the code repository that holds the service code Proton will sync with.
|
3394
|
+
*/
|
3395
|
+
repositoryName: RepositoryName;
|
3396
|
+
/**
|
3397
|
+
* The name of the repository provider that holds the repository Proton will sync with.
|
3398
|
+
*/
|
3399
|
+
repositoryProvider: RepositoryProvider;
|
3400
|
+
/**
|
3401
|
+
* The name of the service that the service instance is added to.
|
3402
|
+
*/
|
3403
|
+
serviceName: ResourceName;
|
3404
|
+
}
|
3157
3405
|
export interface ServiceTemplate {
|
3158
3406
|
/**
|
3159
3407
|
* The Amazon Resource Name (ARN) of the service template.
|
@@ -3333,7 +3581,52 @@ declare namespace Proton {
|
|
3333
3581
|
export type StatusMessage = string;
|
3334
3582
|
export type String = string;
|
3335
3583
|
export type Subdirectory = string;
|
3336
|
-
export
|
3584
|
+
export interface SyncBlocker {
|
3585
|
+
/**
|
3586
|
+
* The contexts for the sync blocker.
|
3587
|
+
*/
|
3588
|
+
contexts?: SyncBlockerContexts;
|
3589
|
+
/**
|
3590
|
+
* The time when the sync blocker was created.
|
3591
|
+
*/
|
3592
|
+
createdAt: Timestamp;
|
3593
|
+
/**
|
3594
|
+
* The reason why the sync blocker was created.
|
3595
|
+
*/
|
3596
|
+
createdReason: String;
|
3597
|
+
/**
|
3598
|
+
* The ID of the sync blocker.
|
3599
|
+
*/
|
3600
|
+
id: String;
|
3601
|
+
/**
|
3602
|
+
* The time the sync blocker was resolved.
|
3603
|
+
*/
|
3604
|
+
resolvedAt?: Timestamp;
|
3605
|
+
/**
|
3606
|
+
* The reason the sync blocker was resolved.
|
3607
|
+
*/
|
3608
|
+
resolvedReason?: String;
|
3609
|
+
/**
|
3610
|
+
* The status of the sync blocker.
|
3611
|
+
*/
|
3612
|
+
status: BlockerStatus;
|
3613
|
+
/**
|
3614
|
+
* The type of the sync blocker.
|
3615
|
+
*/
|
3616
|
+
type: BlockerType;
|
3617
|
+
}
|
3618
|
+
export interface SyncBlockerContext {
|
3619
|
+
/**
|
3620
|
+
* The key for the sync blocker context.
|
3621
|
+
*/
|
3622
|
+
key: String;
|
3623
|
+
/**
|
3624
|
+
* The value of the sync blocker context.
|
3625
|
+
*/
|
3626
|
+
value: String;
|
3627
|
+
}
|
3628
|
+
export type SyncBlockerContexts = SyncBlockerContext[];
|
3629
|
+
export type SyncType = "TEMPLATE_SYNC"|"SERVICE_SYNC"|string;
|
3337
3630
|
export interface Tag {
|
3338
3631
|
/**
|
3339
3632
|
* The key of the resource tag.
|
@@ -3436,6 +3729,10 @@ declare namespace Proton {
|
|
3436
3729
|
accountSettings: AccountSettings;
|
3437
3730
|
}
|
3438
3731
|
export interface UpdateComponentInput {
|
3732
|
+
/**
|
3733
|
+
* The client token for the updated component.
|
3734
|
+
*/
|
3735
|
+
clientToken?: ClientToken;
|
3439
3736
|
/**
|
3440
3737
|
* The deployment type. It defines the mode for updating a component, as follows: NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. You can only specify description in this mode. CURRENT_VERSION In this mode, the component is deployed and updated with the new serviceSpec, templateSource, and/or type that you provide. Only requested parameters are updated.
|
3441
3738
|
*/
|
@@ -3610,6 +3907,10 @@ declare namespace Proton {
|
|
3610
3907
|
spec?: SpecContents;
|
3611
3908
|
}
|
3612
3909
|
export interface UpdateServiceInstanceInput {
|
3910
|
+
/**
|
3911
|
+
* The client token of the service instance to update.
|
3912
|
+
*/
|
3913
|
+
clientToken?: ClientToken;
|
3613
3914
|
/**
|
3614
3915
|
* The deployment type. It defines the mode for updating a service instance, as follows: NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this deployment type. MINOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
|
3615
3916
|
*/
|
@@ -3675,6 +3976,58 @@ declare namespace Proton {
|
|
3675
3976
|
*/
|
3676
3977
|
pipeline: ServicePipeline;
|
3677
3978
|
}
|
3979
|
+
export interface UpdateServiceSyncBlockerInput {
|
3980
|
+
/**
|
3981
|
+
* The ID of the service sync blocker.
|
3982
|
+
*/
|
3983
|
+
id: String;
|
3984
|
+
/**
|
3985
|
+
* The reason the service sync blocker was resolved.
|
3986
|
+
*/
|
3987
|
+
resolvedReason: String;
|
3988
|
+
}
|
3989
|
+
export interface UpdateServiceSyncBlockerOutput {
|
3990
|
+
/**
|
3991
|
+
* The name of the service instance that you want to update the service sync blocker for.
|
3992
|
+
*/
|
3993
|
+
serviceInstanceName?: ResourceName;
|
3994
|
+
/**
|
3995
|
+
* The name of the service that you want to update the service sync blocker for.
|
3996
|
+
*/
|
3997
|
+
serviceName: ResourceName;
|
3998
|
+
/**
|
3999
|
+
* The detailed data on the service sync blocker that was updated.
|
4000
|
+
*/
|
4001
|
+
serviceSyncBlocker: SyncBlocker;
|
4002
|
+
}
|
4003
|
+
export interface UpdateServiceSyncConfigInput {
|
4004
|
+
/**
|
4005
|
+
* The name of the code repository branch where the Proton Ops file is found.
|
4006
|
+
*/
|
4007
|
+
branch: GitBranchName;
|
4008
|
+
/**
|
4009
|
+
* The path to the Proton Ops file.
|
4010
|
+
*/
|
4011
|
+
filePath: OpsFilePath;
|
4012
|
+
/**
|
4013
|
+
* The name of the repository where the Proton Ops file is found.
|
4014
|
+
*/
|
4015
|
+
repositoryName: RepositoryName;
|
4016
|
+
/**
|
4017
|
+
* The name of the repository provider where the Proton Ops file is found.
|
4018
|
+
*/
|
4019
|
+
repositoryProvider: RepositoryProvider;
|
4020
|
+
/**
|
4021
|
+
* The name of the service the Proton Ops file is for.
|
4022
|
+
*/
|
4023
|
+
serviceName: ResourceName;
|
4024
|
+
}
|
4025
|
+
export interface UpdateServiceSyncConfigOutput {
|
4026
|
+
/**
|
4027
|
+
* The detailed data of the Proton Ops file.
|
4028
|
+
*/
|
4029
|
+
serviceSyncConfig?: ServiceSyncConfig;
|
4030
|
+
}
|
3678
4031
|
export interface UpdateServiceTemplateInput {
|
3679
4032
|
/**
|
3680
4033
|
* A description of the service template update.
|
@@ -2071,7 +2071,7 @@ declare namespace RDS {
|
|
2071
2071
|
*/
|
2072
2072
|
DBInstanceClass: String;
|
2073
2073
|
/**
|
2074
|
-
* The name of the database engine to be used for this instance. Not every database engine is available for every Amazon Web Services Region. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql custom-oracle-ee (for RDS Custom for Oracle instances) custom-sqlserver-ee (for RDS Custom for SQL Server instances) custom-sqlserver-se (for RDS Custom for SQL Server instances) custom-sqlserver-web (for RDS Custom for SQL Server instances) mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
2074
|
+
* The name of the database engine to be used for this instance. Not every database engine is available for every Amazon Web Services Region. Valid Values: aurora (for MySQL 5.6-compatible Aurora) aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) aurora-postgresql custom-oracle-ee (for RDS Custom for Oracle DB instances) custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances) custom-sqlserver-ee (for RDS Custom for SQL Server DB instances) custom-sqlserver-se (for RDS Custom for SQL Server DB instances) custom-sqlserver-web (for RDS Custom for SQL Server DB instances) mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
|
2075
2075
|
*/
|
2076
2076
|
Engine: String;
|
2077
2077
|
/**
|
@@ -2322,7 +2322,7 @@ declare namespace RDS {
|
|
2322
2322
|
PubliclyAccessible?: BooleanOptional;
|
2323
2323
|
Tags?: TagList;
|
2324
2324
|
/**
|
2325
|
-
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints:
|
2325
|
+
* Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. Constraints: If supplied, must match the name of an existing DBSubnetGroup. The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running. All read replicas in one Amazon Web Services Region that are created from the same source DB instance must either:> Specify DB subnet groups from the same VPC. All these read replicas are created in the same VPC. Not specify a DB subnet group. All these read replicas are created outside of any VPC. Example: mydbsubnetgroup
|
2326
2326
|
*/
|
2327
2327
|
DBSubnetGroupName?: String;
|
2328
2328
|
/**
|
@@ -2618,7 +2618,7 @@ declare namespace RDS {
|
|
2618
2618
|
}
|
2619
2619
|
export interface CreateGlobalClusterMessage {
|
2620
2620
|
/**
|
2621
|
-
* The cluster identifier of the new global database cluster.
|
2621
|
+
* The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
|
2622
2622
|
*/
|
2623
2623
|
GlobalClusterIdentifier?: String;
|
2624
2624
|
/**
|
@@ -4448,7 +4448,7 @@ declare namespace RDS {
|
|
4448
4448
|
}
|
4449
4449
|
export interface DeleteCustomDBEngineVersionMessage {
|
4450
4450
|
/**
|
4451
|
-
* The database engine. The only supported
|
4451
|
+
* The database engine. The only supported engines are custom-oracle-ee and custom-oracle-ee-cdb.
|
4452
4452
|
*/
|
4453
4453
|
Engine: CustomEngineName;
|
4454
4454
|
/**
|
@@ -4804,7 +4804,7 @@ declare namespace RDS {
|
|
4804
4804
|
*/
|
4805
4805
|
DBClusterIdentifier?: String;
|
4806
4806
|
/**
|
4807
|
-
* A filter that specifies one or more DB clusters to describe. Supported filters: clone-group-id - Accepts clone group identifiers. The results list only includes information about the DB clusters associated with these clone groups. db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list only includes information about the DB clusters identified by these ARNs. domain - Accepts Active Directory directory IDs. The results list only includes information about the DB clusters associated with these domains. engine - Accepts engine names. The results list only includes information about the DB clusters for these engines.
|
4807
|
+
* A filter that specifies one or more DB clusters to describe. Supported filters: clone-group-id - Accepts clone group identifiers. The results list only includes information about the DB clusters associated with these clone groups. db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list only includes information about the DB clusters identified by these ARNs. db-cluster-resource-id - Accepts DB cluster resource identifiers. The results list will only include information about the DB clusters identified by these DB cluster resource identifiers. domain - Accepts Active Directory directory IDs. The results list only includes information about the DB clusters associated with these domains. engine - Accepts engine names. The results list only includes information about the DB clusters for these engines.
|
4808
4808
|
*/
|
4809
4809
|
Filters?: FilterList;
|
4810
4810
|
/**
|
@@ -6130,7 +6130,7 @@ declare namespace RDS {
|
|
6130
6130
|
}
|
6131
6131
|
export interface ModifyCustomDBEngineVersionMessage {
|
6132
6132
|
/**
|
6133
|
-
* The DB engine. The only supported
|
6133
|
+
* The DB engine. The only supported values are custom-oracle-ee and custom-oracle-ee-cdb.
|
6134
6134
|
*/
|
6135
6135
|
Engine: CustomEngineName;
|
6136
6136
|
/**
|
@@ -6174,7 +6174,7 @@ declare namespace RDS {
|
|
6174
6174
|
*/
|
6175
6175
|
NewDBClusterIdentifier?: String;
|
6176
6176
|
/**
|
6177
|
-
* A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter is disabled, changes to the DB cluster are applied during the next maintenance window.
|
6177
|
+
* A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter is disabled, changes to the DB cluster are applied during the next maintenance window. Most modifications can be applied immediately or during the next scheduled maintenance window. Some modifications, such as turning on deletion protection and changing the master password, are applied immediately—regardless of when you choose to apply them. By default, this parameter is disabled. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
6178
6178
|
*/
|
6179
6179
|
ApplyImmediately?: Boolean;
|
6180
6180
|
/**
|
@@ -6222,7 +6222,7 @@ declare namespace RDS {
|
|
6222
6222
|
*/
|
6223
6223
|
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
6224
6224
|
/**
|
6225
|
-
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.
|
6225
|
+
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. If the cluster that you're modifying has one or more read replicas, all replicas must be running an engine version that's the same or later than the version you specify. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command: aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command: aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for Aurora PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for MySQL, use the following command: aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" To list all of the available engine versions for RDS for PostgreSQL, use the following command: aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
6226
6226
|
*/
|
6227
6227
|
EngineVersion?: String;
|
6228
6228
|
/**
|
@@ -2986,7 +2986,7 @@ declare namespace ServiceCatalog {
|
|
2986
2986
|
export type Principals = Principal[];
|
2987
2987
|
export type ProductArn = string;
|
2988
2988
|
export type ProductSource = "ACCOUNT"|string;
|
2989
|
-
export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"
|
2989
|
+
export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"TERRAFORM_OPEN_SOURCE"|string;
|
2990
2990
|
export type ProductViewAggregationType = string;
|
2991
2991
|
export interface ProductViewAggregationValue {
|
2992
2992
|
/**
|
@@ -3545,7 +3545,7 @@ declare namespace ServiceCatalog {
|
|
3545
3545
|
*/
|
3546
3546
|
ProvisioningArtifactMetadata?: ProvisioningArtifactInfo;
|
3547
3547
|
}
|
3548
|
-
export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|"
|
3548
|
+
export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|"TERRAFORM_OPEN_SOURCE"|string;
|
3549
3549
|
export interface ProvisioningArtifactView {
|
3550
3550
|
/**
|
3551
3551
|
* Summary information about a product view.
|