cdk-docker-image-deployment 0.0.65 → 0.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  8. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  9. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +996 -957
  11. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  12. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  13. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  16. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  17. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  18. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  19. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  21. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -8
  23. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  24. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  25. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  26. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +1465 -1305
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +4 -4
@@ -291,7 +291,7 @@ declare namespace MediaConvert {
291
291
  export type Ac3MetadataControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
292
292
  export interface Ac3Settings {
293
293
  /**
294
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
294
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.
295
295
  */
296
296
  Bitrate?: __integerMin64000Max640000;
297
297
  /**
@@ -1249,7 +1249,7 @@ declare namespace MediaConvert {
1249
1249
  */
1250
1250
  Brightness?: __integerMin1Max100;
1251
1251
  /**
1252
- * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.
1252
+ * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709
1253
1253
  */
1254
1254
  ColorSpaceConversion?: ColorSpaceConversion;
1255
1255
  /**
@@ -1272,10 +1272,14 @@ declare namespace MediaConvert {
1272
1272
  * Saturation level.
1273
1273
  */
1274
1274
  Saturation?: __integerMin1Max100;
1275
+ /**
1276
+ * Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries, transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you want to correct input color metadata, manually specify a color space in the input video selector. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
1277
+ */
1278
+ SdrReferenceWhiteLevel?: __integerMin100Max1000;
1275
1279
  }
1276
1280
  export type ColorMetadata = "IGNORE"|"INSERT"|string;
1277
- export type ColorSpace = "FOLLOW"|"REC_601"|"REC_709"|"HDR10"|"HLG_2020"|string;
1278
- export type ColorSpaceConversion = "NONE"|"FORCE_601"|"FORCE_709"|"FORCE_HDR10"|"FORCE_HLG_2020"|string;
1281
+ export type ColorSpace = "FOLLOW"|"REC_601"|"REC_709"|"HDR10"|"HLG_2020"|"P3DCI"|"P3D65_SDR"|string;
1282
+ export type ColorSpaceConversion = "NONE"|"FORCE_601"|"FORCE_709"|"FORCE_HDR10"|"FORCE_HLG_2020"|"FORCE_P3DCI"|"FORCE_P3D65_SDR"|string;
1279
1283
  export type ColorSpaceUsage = "FORCE"|"FALLBACK"|string;
1280
1284
  export type Commitment = "ONE_YEAR"|string;
1281
1285
  export interface ContainerSettings {
@@ -1997,9 +2001,9 @@ Within your job settings, all of your DVB-Sub settings must be identical.
1997
2001
  */
1998
2002
  AttenuationControl?: Eac3AttenuationControl;
1999
2003
  /**
2000
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
2004
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.
2001
2005
  */
2002
- Bitrate?: __integerMin64000Max640000;
2006
+ Bitrate?: __integerMin32000Max3024000;
2003
2007
  /**
2004
2008
  * Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).
2005
2009
  */
@@ -3057,6 +3061,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3057
3061
  * Specify the images that you want to overlay on your video. The images must be PNG or TGA files.
3058
3062
  */
3059
3063
  InsertableImages?: __listOfInsertableImage;
3064
+ /**
3065
+ * Specify the reference white level, in nits, for all of your image inserter images. Use to correct brightness levels within HDR10 outputs. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
3066
+ */
3067
+ SdrReferenceWhiteLevel?: __integerMin100Max1000;
3060
3068
  }
3061
3069
  export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
3062
3070
  export interface ImscDestinationSettings {
@@ -5566,7 +5574,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5566
5574
  */
5567
5575
  AlphaBehavior?: AlphaBehavior;
5568
5576
  /**
5569
- * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow (FOLLOW). The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 (FORCE_HDR10) here and specify correct values in the input HDR 10 metadata (Hdr10Metadata) settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
5577
+ * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow. The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 here and specify correct values in the input HDR 10 metadata settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. Select P3D65 (SDR) to set the input color space metadata to the following:
5578
+ * Color primaries: Display P3
5579
+ * Transfer characteristics: SMPTE 428M
5580
+ * Matrix coefficients: BT.709
5570
5581
  */
5571
5582
  ColorSpace?: ColorSpace;
5572
5583
  /**
@@ -6003,6 +6014,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
6003
6014
  export type __integerMin1000Max30000 = number;
6004
6015
  export type __integerMin1000Max300000000 = number;
6005
6016
  export type __integerMin1000Max480000000 = number;
6017
+ export type __integerMin100Max1000 = number;
6006
6018
  export type __integerMin10Max48 = number;
6007
6019
  export type __integerMin16000Max320000 = number;
6008
6020
  export type __integerMin16000Max48000 = number;
@@ -6033,6 +6045,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
6033
6045
  export type __integerMin2Max2147483647 = number;
6034
6046
  export type __integerMin2Max4096 = number;
6035
6047
  export type __integerMin32000Max192000 = number;
6048
+ export type __integerMin32000Max3024000 = number;
6036
6049
  export type __integerMin32000Max384000 = number;
6037
6050
  export type __integerMin32000Max48000 = number;
6038
6051
  export type __integerMin32Max8182 = number;
@@ -9083,6 +9083,10 @@ declare namespace SSM {
9083
9083
  * The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.
9084
9084
  */
9085
9085
  TargetLocation?: TargetLocation;
9086
+ /**
9087
+ * The CloudWatch alarms that were invoked by the automation.
9088
+ */
9089
+ TriggeredAlarms?: AlarmStateInformationList;
9086
9090
  }
9087
9091
  export interface StepExecutionFilter {
9088
9092
  /**
@@ -9162,6 +9166,7 @@ declare namespace SSM {
9162
9166
  * The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.
9163
9167
  */
9164
9168
  ExecutionRoleName?: ExecutionRoleName;
9169
+ TargetLocationAlarmConfiguration?: AlarmConfiguration;
9165
9170
  }
9166
9171
  export type TargetLocations = TargetLocation[];
9167
9172
  export type TargetMap = {[key: string]: TargetMapValueList};
@@ -1102,7 +1102,7 @@ declare namespace WAFV2 {
1102
1102
  }
1103
1103
  export interface GeoMatchStatement {
1104
1104
  /**
1105
- * An array of two-character country codes, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard.
1105
+ * An array of two-character country codes that you want to match against, for example, [ "US", "CN" ], from the alpha-2 country ISO codes of the ISO 3166 international standard. When you use a geo match statement just for the region and country labels that it adds to requests, you still have to supply a country code for the rule to evaluate. In this case, you configure the rule to only count matching requests, but it will still generate logging and count metrics for any matches. You can reduce the logging and metrics that the rule produces by specifying a country that's unlikely to be a source of traffic to your site.
1106
1106
  */
1107
1107
  CountryCodes?: CountryCodes;
1108
1108
  /**
@@ -2581,7 +2581,7 @@ declare namespace WAFV2 {
2581
2581
  */
2582
2582
  SizeConstraintStatement?: SizeConstraintStatement;
2583
2583
  /**
2584
- * A rule statement used to identify web requests based on country of origin.
2584
+ * A rule statement that labels web requests by country and region and that matches against web requests based on country code. A geo match rule labels every request that it inspects regardless of whether it finds a match. To manage requests only by country, you can use this statement by itself and specify the countries that you want to match against in the CountryCodes array. Otherwise, configure your geo match rule with Count action so that it only labels requests. Then, add one or more label match rules to run after the geo match rule and configure them to match against the geographic labels and handle the requests as needed. WAF labels requests using the alpha-2 country and region codes from the International Organization for Standardization (ISO) 3166 standard. WAF determines the codes using either the IP address in the web request origin or, if you specify it, the address in the geo match ForwardedIPConfig. If you use the web request origin, the label formats are awswaf:clientip:geo:region:<ISO country code>-<ISO region code> and awswaf:clientip:geo:country:<ISO country code>. If you use a forwarded IP address, the label formats are awswaf:forwardedip:geo:region:<ISO country code>-<ISO region code> and awswaf:forwardedip:geo:country:<ISO country code>. For additional details, see Geographic match rule statement in the WAF Developer Guide.
2585
2585
  */
2586
2586
  GeoMatchStatement?: GeoMatchStatement;
2587
2587
  /**
@@ -2617,7 +2617,7 @@ declare namespace WAFV2 {
2617
2617
  */
2618
2618
  ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
2619
2619
  /**
2620
- * A rule statement that defines a string match search against labels that have been added to the web request by rules that have already run in the web ACL. The label match statement provides the label or namespace string to search for. The label string can represent a part or all of the fully qualified label name that had been added to the web request. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label. If you do not provide the fully qualified name in your label match string, WAF performs the search for labels that were added in the same context as the label match statement.
2620
+ * A rule statement to match against labels that have been added to the web request by rules that have already run in the web ACL. The label match statement provides the label or namespace string to search for. The label string can represent a part or all of the fully qualified label name that had been added to the web request. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label. If you do not provide the fully qualified name in your label match string, WAF performs the search for labels that were added in the same context as the label match statement.
2621
2621
  */
2622
2622
  LabelMatchStatement?: LabelMatchStatement;
2623
2623
  /**
@@ -20,11 +20,11 @@ declare class WellArchitected extends Service {
20
20
  */
21
21
  associateLenses(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
22
22
  /**
23
- * Create a lens share. The owner of a lens can share it with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Shared access to a lens is not removed until the lens invitation is deleted. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
23
+ * Create a lens share. The owner of a lens can share it with other Amazon Web Services accounts, IAM users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Shared access to a lens is not removed until the lens invitation is deleted. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
24
24
  */
25
25
  createLensShare(params: WellArchitected.Types.CreateLensShareInput, callback?: (err: AWSError, data: WellArchitected.Types.CreateLensShareOutput) => void): Request<WellArchitected.Types.CreateLensShareOutput, AWSError>;
26
26
  /**
27
- * Create a lens share. The owner of a lens can share it with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Shared access to a lens is not removed until the lens invitation is deleted. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
27
+ * Create a lens share. The owner of a lens can share it with other Amazon Web Services accounts, IAM users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Shared access to a lens is not removed until the lens invitation is deleted. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
28
28
  */
29
29
  createLensShare(callback?: (err: AWSError, data: WellArchitected.Types.CreateLensShareOutput) => void): Request<WellArchitected.Types.CreateLensShareOutput, AWSError>;
30
30
  /**
@@ -44,11 +44,11 @@ declare class WellArchitected extends Service {
44
44
  */
45
45
  createMilestone(callback?: (err: AWSError, data: WellArchitected.Types.CreateMilestoneOutput) => void): Request<WellArchitected.Types.CreateMilestoneOutput, AWSError>;
46
46
  /**
47
- * Create a new workload. The owner of a workload can share the workload with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the Well-Architected Tool User Guide.
47
+ * Create a new workload. The owner of a workload can share the workload with other Amazon Web Services accounts, IAM users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the Well-Architected Tool User Guide.
48
48
  */
49
49
  createWorkload(params: WellArchitected.Types.CreateWorkloadInput, callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadOutput) => void): Request<WellArchitected.Types.CreateWorkloadOutput, AWSError>;
50
50
  /**
51
- * Create a new workload. The owner of a workload can share the workload with other Amazon Web Services accounts and IAM users in the same Amazon Web Services Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the Well-Architected Tool User Guide.
51
+ * Create a new workload. The owner of a workload can share the workload with other Amazon Web Services accounts, IAM users, an organization, and organizational units (OUs) in the same Amazon Web Services Region. Only the owner of a workload can delete it. For more information, see Defining a Workload in the Well-Architected Tool User Guide.
52
52
  */
53
53
  createWorkload(callback?: (err: AWSError, data: WellArchitected.Types.CreateWorkloadOutput) => void): Request<WellArchitected.Types.CreateWorkloadOutput, AWSError>;
54
54
  /**
@@ -68,11 +68,11 @@ declare class WellArchitected extends Service {
68
68
  */
69
69
  deleteLens(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
70
70
  /**
71
- * Delete a lens share. After the lens share is deleted, Amazon Web Services accounts and IAM users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
71
+ * Delete a lens share. After the lens share is deleted, Amazon Web Services accounts, IAM users, organizations, and organizational units (OUs) that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
72
72
  */
73
73
  deleteLensShare(params: WellArchitected.Types.DeleteLensShareInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
74
74
  /**
75
- * Delete a lens share. After the lens share is deleted, Amazon Web Services accounts and IAM users that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
75
+ * Delete a lens share. After the lens share is deleted, Amazon Web Services accounts, IAM users, organizations, and organizational units (OUs) that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads. Disclaimer By sharing your custom lenses with other Amazon Web Services accounts, you acknowledge that Amazon Web Services will make your custom lenses available to those other accounts. Those other accounts may continue to access and use your shared custom lenses even if you delete the custom lenses from your own Amazon Web Services account or terminate your Amazon Web Services account.
76
76
  */
77
77
  deleteLensShare(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
78
  /**
@@ -179,6 +179,22 @@ declare class WellArchitected extends Service {
179
179
  * List of answers.
180
180
  */
181
181
  listAnswers(callback?: (err: AWSError, data: WellArchitected.Types.ListAnswersOutput) => void): Request<WellArchitected.Types.ListAnswersOutput, AWSError>;
182
+ /**
183
+ * List of Trusted Advisor check details by account related to the workload.
184
+ */
185
+ listCheckDetails(params: WellArchitected.Types.ListCheckDetailsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListCheckDetailsOutput) => void): Request<WellArchitected.Types.ListCheckDetailsOutput, AWSError>;
186
+ /**
187
+ * List of Trusted Advisor check details by account related to the workload.
188
+ */
189
+ listCheckDetails(callback?: (err: AWSError, data: WellArchitected.Types.ListCheckDetailsOutput) => void): Request<WellArchitected.Types.ListCheckDetailsOutput, AWSError>;
190
+ /**
191
+ * List of Trusted Advisor checks summarized for all accounts related to the workload.
192
+ */
193
+ listCheckSummaries(params: WellArchitected.Types.ListCheckSummariesInput, callback?: (err: AWSError, data: WellArchitected.Types.ListCheckSummariesOutput) => void): Request<WellArchitected.Types.ListCheckSummariesOutput, AWSError>;
194
+ /**
195
+ * List of Trusted Advisor checks summarized for all accounts related to the workload.
196
+ */
197
+ listCheckSummaries(callback?: (err: AWSError, data: WellArchitected.Types.ListCheckSummariesOutput) => void): Request<WellArchitected.Types.ListCheckSummariesOutput, AWSError>;
182
198
  /**
183
199
  * List lens review improvements.
184
200
  */
@@ -300,11 +316,11 @@ declare class WellArchitected extends Service {
300
316
  */
301
317
  updateLensReview(callback?: (err: AWSError, data: WellArchitected.Types.UpdateLensReviewOutput) => void): Request<WellArchitected.Types.UpdateLensReviewOutput, AWSError>;
302
318
  /**
303
- * Update a workload invitation.
319
+ * Update a workload or custom lens share invitation. This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.
304
320
  */
305
321
  updateShareInvitation(params: WellArchitected.Types.UpdateShareInvitationInput, callback?: (err: AWSError, data: WellArchitected.Types.UpdateShareInvitationOutput) => void): Request<WellArchitected.Types.UpdateShareInvitationOutput, AWSError>;
306
322
  /**
307
- * Update a workload invitation.
323
+ * Update a workload or custom lens share invitation. This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.
308
324
  */
309
325
  updateShareInvitation(callback?: (err: AWSError, data: WellArchitected.Types.UpdateShareInvitationOutput) => void): Request<WellArchitected.Types.UpdateShareInvitationOutput, AWSError>;
310
326
  /**
@@ -333,6 +349,7 @@ declare class WellArchitected extends Service {
333
349
  upgradeLensReview(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
334
350
  }
335
351
  declare namespace WellArchitected {
352
+ export type AccountSummary = {[key: string]: CheckStatusCount};
336
353
  export type AdditionalResourceType = "HELPFUL_RESOURCE"|"IMPROVEMENT_PLAN"|string;
337
354
  export interface AdditionalResources {
338
355
  /**
@@ -389,6 +406,7 @@ declare namespace WellArchitected {
389
406
  */
390
407
  Reason?: AnswerReason;
391
408
  }
409
+ export type ApplicationArn = string;
392
410
  export interface AssociateLensesInput {
393
411
  WorkloadId: WorkloadId;
394
412
  LensAliases: LensAliases;
@@ -396,6 +414,88 @@ declare namespace WellArchitected {
396
414
  export type AwsAccountId = string;
397
415
  export type AwsRegion = string;
398
416
  export type Base64String = string;
417
+ export type CheckDescription = string;
418
+ export interface CheckDetail {
419
+ /**
420
+ * Trusted Advisor check ID.
421
+ */
422
+ Id?: CheckId;
423
+ /**
424
+ * Trusted Advisor check name.
425
+ */
426
+ Name?: CheckName;
427
+ /**
428
+ * Trusted Advisor check description.
429
+ */
430
+ Description?: CheckDescription;
431
+ /**
432
+ * Provider of the check related to the best practice.
433
+ */
434
+ Provider?: CheckProvider;
435
+ /**
436
+ * Well-Architected Lens ARN associated to the check.
437
+ */
438
+ LensArn?: LensArn;
439
+ PillarId?: PillarId;
440
+ QuestionId?: QuestionId;
441
+ ChoiceId?: ChoiceId;
442
+ /**
443
+ * Status associated to the check.
444
+ */
445
+ Status?: CheckStatus;
446
+ AccountId?: AwsAccountId;
447
+ /**
448
+ * Count of flagged resources associated to the check.
449
+ */
450
+ FlaggedResources?: FlaggedResources;
451
+ /**
452
+ * Reason associated to the check.
453
+ */
454
+ Reason?: CheckFailureReason;
455
+ UpdatedAt?: Timestamp;
456
+ }
457
+ export type CheckDetails = CheckDetail[];
458
+ export type CheckFailureReason = "ASSUME_ROLE_ERROR"|"ACCESS_DENIED"|"UNKNOWN_ERROR"|"PREMIUM_SUPPORT_REQUIRED"|string;
459
+ export type CheckId = string;
460
+ export type CheckName = string;
461
+ export type CheckProvider = "TRUSTED_ADVISOR"|string;
462
+ export type CheckStatus = "OKAY"|"WARNING"|"ERROR"|"NOT_AVAILABLE"|"FETCH_FAILED"|string;
463
+ export type CheckStatusCount = number;
464
+ export type CheckSummaries = CheckSummary[];
465
+ export interface CheckSummary {
466
+ /**
467
+ * Trusted Advisor check ID.
468
+ */
469
+ Id?: CheckId;
470
+ /**
471
+ * Trusted Advisor check name.
472
+ */
473
+ Name?: CheckName;
474
+ /**
475
+ * Provider of the check related to the best practice.
476
+ */
477
+ Provider?: CheckProvider;
478
+ /**
479
+ * Trusted Advisor check description.
480
+ */
481
+ Description?: CheckDescription;
482
+ UpdatedAt?: Timestamp;
483
+ /**
484
+ * Well-Architected Lens ARN associated to the check.
485
+ */
486
+ LensArn?: LensArn;
487
+ PillarId?: PillarId;
488
+ QuestionId?: QuestionId;
489
+ ChoiceId?: ChoiceId;
490
+ /**
491
+ * Status associated to the check.
492
+ */
493
+ Status?: CheckStatus;
494
+ /**
495
+ * Account summary associated to the check.
496
+ */
497
+ AccountSummary?: AccountSummary;
498
+ }
399
499
  export interface Choice {
400
500
  ChoiceId?: ChoiceId;
401
501
  Title?: ChoiceTitle;
@@ -544,6 +644,14 @@ declare namespace WellArchitected {
544
644
  * The tags to be associated with the workload.
545
645
  */
546
646
  Tags?: TagMap;
647
+ /**
648
+ * Well-Architected discovery configuration settings associated to the workload.
649
+ */
650
+ DiscoveryConfig?: WorkloadDiscoveryConfig;
651
+ /**
652
+ * List of AppRegistry application ARNs associated to the workload.
653
+ */
654
+ Applications?: WorkloadApplications;
547
655
  }
548
656
  export interface CreateWorkloadOutput {
549
657
  WorkloadId?: WorkloadId;
@@ -600,6 +708,7 @@ declare namespace WellArchitected {
600
708
  */
601
709
  LensJSON?: LensJSON;
602
710
  }
711
+ export type FlaggedResources = number;
603
712
  export interface GetAnswerInput {
604
713
  WorkloadId: WorkloadId;
605
714
  LensAlias: LensAlias;
@@ -893,6 +1002,44 @@ declare namespace WellArchitected {
893
1002
  AnswerSummaries?: AnswerSummaries;
894
1003
  NextToken?: NextToken;
895
1004
  }
1005
+ export interface ListCheckDetailsInput {
1006
+ WorkloadId: WorkloadId;
1007
+ NextToken?: NextToken;
1008
+ MaxResults?: MaxResults;
1009
+ /**
1010
+ * Well-Architected Lens ARN.
1011
+ */
1012
+ LensArn: LensArn;
1013
+ PillarId: PillarId;
1014
+ QuestionId: QuestionId;
1015
+ ChoiceId: ChoiceId;
1016
+ }
1017
+ export interface ListCheckDetailsOutput {
1018
+ /**
1019
+ * The details about the Trusted Advisor checks related to the Well-Architected best practice.
1020
+ */
1021
+ CheckDetails?: CheckDetails;
1022
+ NextToken?: NextToken;
1023
+ }
1024
+ export interface ListCheckSummariesInput {
1025
+ WorkloadId: WorkloadId;
1026
+ NextToken?: NextToken;
1027
+ MaxResults?: MaxResults;
1028
+ /**
1029
+ * Well-Architected Lens ARN.
1030
+ */
1031
+ LensArn: LensArn;
1032
+ PillarId: PillarId;
1033
+ QuestionId: QuestionId;
1034
+ ChoiceId: ChoiceId;
1035
+ }
1036
+ export interface ListCheckSummariesOutput {
1037
+ /**
1038
+ * List of Trusted Advisor summaries related to the Well-Architected best practice.
1039
+ */
1040
+ CheckSummaries?: CheckSummaries;
1041
+ NextToken?: NextToken;
1042
+ }
896
1043
  export interface ListLensReviewImprovementsInput {
897
1044
  WorkloadId: WorkloadId;
898
1045
  LensAlias: LensAlias;
@@ -931,7 +1078,7 @@ declare namespace WellArchitected {
931
1078
  export interface ListLensSharesInput {
932
1079
  LensAlias: LensAlias;
933
1080
  /**
934
- * The Amazon Web Services account ID or IAM role with which the lens is shared.
1081
+ * The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
935
1082
  */
936
1083
  SharedWithPrefix?: SharedWithPrefix;
937
1084
  NextToken?: NextToken;
@@ -1027,7 +1174,7 @@ declare namespace WellArchitected {
1027
1174
  export interface ListWorkloadSharesInput {
1028
1175
  WorkloadId: WorkloadId;
1029
1176
  /**
1030
- * The Amazon Web Services account ID or IAM role with which the workload is shared.
1177
+ * The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
1031
1178
  */
1032
1179
  SharedWithPrefix?: SharedWithPrefix;
1033
1180
  NextToken?: NextToken;
@@ -1185,6 +1332,7 @@ declare namespace WellArchitected {
1185
1332
  }
1186
1333
  export type TagValue = string;
1187
1334
  export type Timestamp = Date;
1335
+ export type TrustedAdvisorIntegrationStatus = "ENABLED"|"DISABLED"|string;
1188
1336
  export interface UntagResourceInput {
1189
1337
  WorkloadArn: WorkloadArn;
1190
1338
  /**
@@ -1244,7 +1392,7 @@ declare namespace WellArchitected {
1244
1392
  }
1245
1393
  export interface UpdateShareInvitationOutput {
1246
1394
  /**
1247
- * The updated workload share invitation.
1395
+ * The updated workload or custom lens share invitation.
1248
1396
  */
1249
1397
  ShareInvitation?: ShareInvitation;
1250
1398
  }
@@ -1267,6 +1415,14 @@ declare namespace WellArchitected {
1267
1415
  Industry?: WorkloadIndustry;
1268
1416
  Notes?: Notes;
1269
1417
  ImprovementStatus?: WorkloadImprovementStatus;
1418
+ /**
1419
+ * Well-Architected discovery configuration settings to associate to the workload.
1420
+ */
1421
+ DiscoveryConfig?: WorkloadDiscoveryConfig;
1422
+ /**
1423
+ * List of AppRegistry application ARNs to associate to the workload.
1424
+ */
1425
+ Applications?: WorkloadApplications;
1270
1426
  }
1271
1427
  export interface UpdateWorkloadOutput {
1272
1428
  Workload?: Workload;
@@ -1326,12 +1482,27 @@ declare namespace WellArchitected {
1326
1482
  * The tags associated with the workload.
1327
1483
  */
1328
1484
  Tags?: TagMap;
1485
+ /**
1486
+ * Discovery configuration associated to the workload.
1487
+ */
1488
+ DiscoveryConfig?: WorkloadDiscoveryConfig;
1489
+ /**
1490
+ * List of AppRegistry application ARNs associated to the workload.
1491
+ */
1492
+ Applications?: WorkloadApplications;
1329
1493
  }
1330
1494
  export type WorkloadAccountIds = AwsAccountId[];
1495
+ export type WorkloadApplications = ApplicationArn[];
1331
1496
  export type WorkloadArchitecturalDesign = string;
1332
1497
  export type WorkloadArn = string;
1333
1498
  export type WorkloadAwsRegions = AwsRegion[];
1334
1499
  export type WorkloadDescription = string;
1500
+ export interface WorkloadDiscoveryConfig {
1501
+ /**
1502
+ * Discovery integration status in respect to Trusted Advisor for the workload.
1503
+ */
1504
+ TrustedAdvisorIntegrationStatus?: TrustedAdvisorIntegrationStatus;
1505
+ }
1335
1506
  export type WorkloadEnvironment = "PRODUCTION"|"PREPRODUCTION"|string;
1336
1507
  export type WorkloadId = string;
1337
1508
  export type WorkloadImprovementStatus = "NOT_APPLICABLE"|"NOT_STARTED"|"IN_PROGRESS"|"COMPLETE"|"RISK_ACKNOWLEDGED"|string;
@@ -1858,6 +1858,8 @@ declare namespace WorkSpaces {
1858
1858
  }
1859
1859
  export type OperatingSystemType = "WINDOWS"|"LINUX"|string;
1860
1860
  export type PaginationToken = string;
1861
+ export type Protocol = "PCOIP"|"WSP"|string;
1862
+ export type ProtocolList = Protocol[];
1861
1863
  export interface RebootRequest {
1862
1864
  /**
1863
1865
  * The identifier of the WorkSpace.
@@ -2508,6 +2510,10 @@ declare namespace WorkSpaces {
2508
2510
  * The compute type. For more information, see Amazon WorkSpaces Bundles.
2509
2511
  */
2510
2512
  ComputeTypeName?: Compute;
2513
+ /**
2514
+ * The protocol. For more information, see Protocols for Amazon WorkSpaces. Only available for WorkSpaces created with PCoIP bundles. The Protocols property is case sensitive. Ensure you use PCOIP or WSP. Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
2515
+ */
2516
+ Protocols?: ProtocolList;
2511
2517
  }
2512
2518
  export interface WorkspaceRequest {
2513
2519
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1248.0',
86
+ VERSION: '2.1249.0',
87
87
 
88
88
  /**
89
89
  * @api private