cdk-docker-image-deployment 0.0.88 → 0.0.89

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 (82) 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 +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -404,11 +404,11 @@ declare class ConfigService extends Service {
404
404
  */
405
405
  getComplianceDetailsByConfigRule(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByConfigRuleResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByConfigRuleResponse, AWSError>;
406
406
  /**
407
- * Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
407
+ * Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last invoked, and whether the resource complies with each rule.
408
408
  */
409
409
  getComplianceDetailsByResource(params: ConfigService.Types.GetComplianceDetailsByResourceRequest, callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByResourceResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByResourceResponse, AWSError>;
410
410
  /**
411
- * Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last used, and whether the resource complies with each rule.
411
+ * Returns the evaluation results for the specified Amazon Web Services resource. The results indicate which Config rules were used to evaluate the resource, when each rule was last invoked, and whether the resource complies with each rule.
412
412
  */
413
413
  getComplianceDetailsByResource(callback?: (err: AWSError, data: ConfigService.Types.GetComplianceDetailsByResourceResponse) => void): Request<ConfigService.Types.GetComplianceDetailsByResourceResponse, AWSError>;
414
414
  /**
@@ -487,6 +487,14 @@ declare class ConfigService extends Service {
487
487
  * Returns a list of ConfigurationItems for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your ConfigurationItems between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the ConfigurationItems for the specified retention period. The response is paginated. By default, Config returns a limit of 10 configuration items per page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter. Each call to the API is limited to span a duration of seven days. It is likely that the number of records returned is smaller than the specified limit. In such cases, you can make another call, using the nextToken.
488
488
  */
489
489
  getResourceConfigHistory(callback?: (err: AWSError, data: ConfigService.Types.GetResourceConfigHistoryResponse) => void): Request<ConfigService.Types.GetResourceConfigHistoryResponse, AWSError>;
490
+ /**
491
+ * Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.
492
+ */
493
+ getResourceEvaluationSummary(params: ConfigService.Types.GetResourceEvaluationSummaryRequest, callback?: (err: AWSError, data: ConfigService.Types.GetResourceEvaluationSummaryResponse) => void): Request<ConfigService.Types.GetResourceEvaluationSummaryResponse, AWSError>;
494
+ /**
495
+ * Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules.
496
+ */
497
+ getResourceEvaluationSummary(callback?: (err: AWSError, data: ConfigService.Types.GetResourceEvaluationSummaryResponse) => void): Request<ConfigService.Types.GetResourceEvaluationSummaryResponse, AWSError>;
490
498
  /**
491
499
  * Returns the details of a specific stored query.
492
500
  */
@@ -519,6 +527,14 @@ declare class ConfigService extends Service {
519
527
  * Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that Config has discovered, including those that Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name, but not both, in the same request. The response is paginated. By default, Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string. To get the next page of results, run the request again and specify the string for the nextToken parameter.
520
528
  */
521
529
  listDiscoveredResources(callback?: (err: AWSError, data: ConfigService.Types.ListDiscoveredResourcesResponse) => void): Request<ConfigService.Types.ListDiscoveredResourcesResponse, AWSError>;
530
+ /**
531
+ * Returns a list of proactive resource evaluations.
532
+ */
533
+ listResourceEvaluations(params: ConfigService.Types.ListResourceEvaluationsRequest, callback?: (err: AWSError, data: ConfigService.Types.ListResourceEvaluationsResponse) => void): Request<ConfigService.Types.ListResourceEvaluationsResponse, AWSError>;
534
+ /**
535
+ * Returns a list of proactive resource evaluations.
536
+ */
537
+ listResourceEvaluations(callback?: (err: AWSError, data: ConfigService.Types.ListResourceEvaluationsResponse) => void): Request<ConfigService.Types.ListResourceEvaluationsResponse, AWSError>;
522
538
  /**
523
539
  * Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.
524
540
  */
@@ -624,11 +640,11 @@ declare class ConfigService extends Service {
624
640
  */
625
641
  putRemediationConfigurations(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
626
642
  /**
627
- * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
643
+ * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared. To place an exception on an Amazon Web Services resource, ensure remediation is set as manual remediation.
628
644
  */
629
645
  putRemediationExceptions(params: ConfigService.Types.PutRemediationExceptionsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
630
646
  /**
631
- * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
647
+ * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific Config rule. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared. To place an exception on an Amazon Web Services resource, ensure remediation is set as manual remediation.
632
648
  */
633
649
  putRemediationExceptions(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
634
650
  /**
@@ -695,6 +711,14 @@ declare class ConfigService extends Service {
695
711
  * Runs an on-demand remediation for the specified Config rules against the last known remediation configuration. It runs an execution against the current state of your resources. Remediation execution is asynchronous. You can specify up to 100 resource keys per request. An existing StartRemediationExecution call for the specified resource keys must complete before you can call the API again.
696
712
  */
697
713
  startRemediationExecution(callback?: (err: AWSError, data: ConfigService.Types.StartRemediationExecutionResponse) => void): Request<ConfigService.Types.StartRemediationExecutionResponse, AWSError>;
714
+ /**
715
+ * Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type. Ensure you have the cloudformation:DescribeType role setup to validate the resource type schema.
716
+ */
717
+ startResourceEvaluation(params: ConfigService.Types.StartResourceEvaluationRequest, callback?: (err: AWSError, data: ConfigService.Types.StartResourceEvaluationResponse) => void): Request<ConfigService.Types.StartResourceEvaluationResponse, AWSError>;
718
+ /**
719
+ * Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules. You can also use it for evaluation purposes. Config recommends using an evaluation context. It runs an execution against the resource details with all of the Config rules in your account that match with the specified proactive mode and resource type. Ensure you have the cloudformation:DescribeType role setup to validate the resource type schema.
720
+ */
721
+ startResourceEvaluation(callback?: (err: AWSError, data: ConfigService.Types.StartResourceEvaluationResponse) => void): Request<ConfigService.Types.StartResourceEvaluationResponse, AWSError>;
698
722
  /**
699
723
  * Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
700
724
  */
@@ -1069,6 +1093,7 @@ declare namespace ConfigService {
1069
1093
  export type Boolean = boolean;
1070
1094
  export type ChannelName = string;
1071
1095
  export type ChronologicalOrder = "Reverse"|"Forward"|string;
1096
+ export type ClientToken = string;
1072
1097
  export interface Compliance {
1073
1098
  /**
1074
1099
  * Indicates whether an Amazon Web Services resource or Config rule is compliant. A resource is compliant if it complies with all of the Config rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules. A rule is compliant if all of the resources that the rule evaluates comply with it. A rule is noncompliant if any of these resources do not comply. Config returns the INSUFFICIENT_DATA value when no evaluation results are available for the Amazon Web Services resource or Config rule. For the Compliance data type, Config supports only COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA values. Config does not support the NOT_APPLICABLE value for the Compliance data type.
@@ -1211,6 +1236,10 @@ declare namespace ConfigService {
1211
1236
  * Service principal name of the service that created the rule. The field is populated only if the service-linked rule is created by a service. The field is empty if you create your own rule.
1212
1237
  */
1213
1238
  CreatedBy?: StringWithCharLimit256;
1239
+ /**
1240
+ * The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.
1241
+ */
1242
+ EvaluationModes?: EvaluationModes;
1214
1243
  }
1215
1244
  export interface ConfigRuleComplianceFilters {
1216
1245
  /**
@@ -2046,6 +2075,12 @@ declare namespace ConfigService {
2046
2075
  */
2047
2076
  NextToken?: String;
2048
2077
  }
2078
+ export interface DescribeConfigRulesFilters {
2079
+ /**
2080
+ * The mode of an evaluation. The valid values are Detective or Proactive.
2081
+ */
2082
+ EvaluationMode?: EvaluationMode;
2083
+ }
2049
2084
  export interface DescribeConfigRulesRequest {
2050
2085
  /**
2051
2086
  * The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
@@ -2055,6 +2090,10 @@ declare namespace ConfigService {
2055
2090
  * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2056
2091
  */
2057
2092
  NextToken?: String;
2093
+ /**
2094
+ * Returns a list of Detecive or Proactive Config rules. By default, this API returns an unfiltered list.
2095
+ */
2096
+ Filters?: DescribeConfigRulesFilters;
2058
2097
  }
2059
2098
  export interface DescribeConfigRulesResponse {
2060
2099
  /**
@@ -2477,6 +2516,21 @@ declare namespace ConfigService {
2477
2516
  */
2478
2517
  OrderingTimestamp: OrderingTimestamp;
2479
2518
  }
2519
+ export interface EvaluationContext {
2520
+ /**
2521
+ * A unique EvaluationContextIdentifier ID for an EvaluationContext.
2522
+ */
2523
+ EvaluationContextIdentifier?: EvaluationContextIdentifier;
2524
+ }
2525
+ export type EvaluationContextIdentifier = string;
2526
+ export type EvaluationMode = "DETECTIVE"|"PROACTIVE"|string;
2527
+ export interface EvaluationModeConfiguration {
2528
+ /**
2529
+ * The mode of an evaluation. The valid values are Detective or Proactive.
2530
+ */
2531
+ Mode?: EvaluationMode;
2532
+ }
2533
+ export type EvaluationModes = EvaluationModeConfiguration[];
2480
2534
  export interface EvaluationResult {
2481
2535
  /**
2482
2536
  * Uniquely identifies the evaluation result.
@@ -2512,6 +2566,10 @@ declare namespace ConfigService {
2512
2566
  * The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
2513
2567
  */
2514
2568
  OrderingTimestamp?: _Date;
2569
+ /**
2570
+ * A Unique ID for an evaluation result.
2571
+ */
2572
+ ResourceEvaluationId?: ResourceEvaluationId;
2515
2573
  }
2516
2574
  export interface EvaluationResultQualifier {
2517
2575
  /**
@@ -2526,8 +2584,23 @@ declare namespace ConfigService {
2526
2584
  * The ID of the evaluated Amazon Web Services resource.
2527
2585
  */
2528
2586
  ResourceId?: BaseResourceId;
2587
+ /**
2588
+ * The mode of an evaluation. The valid values are Detective or Proactive.
2589
+ */
2590
+ EvaluationMode?: EvaluationMode;
2529
2591
  }
2530
2592
  export type EvaluationResults = EvaluationResult[];
2593
+ export interface EvaluationStatus {
2594
+ /**
2595
+ * The status of an execution. The valid values are In_Progress, Succeeded or Failed.
2596
+ */
2597
+ Status: ResourceEvaluationStatus;
2598
+ /**
2599
+ * An explanation for failed execution status.
2600
+ */
2601
+ FailureReason?: StringWithCharLimit1024;
2602
+ }
2603
+ export type EvaluationTimeout = number;
2531
2604
  export type Evaluations = Evaluation[];
2532
2605
  export type EventSource = "aws.config"|string;
2533
2606
  export type ExcludedAccounts = AccountId[];
@@ -2801,11 +2874,11 @@ declare namespace ConfigService {
2801
2874
  /**
2802
2875
  * The type of the Amazon Web Services resource for which you want compliance information.
2803
2876
  */
2804
- ResourceType: StringWithCharLimit256;
2877
+ ResourceType?: StringWithCharLimit256;
2805
2878
  /**
2806
2879
  * The ID of the Amazon Web Services resource for which you want compliance information.
2807
2880
  */
2808
- ResourceId: BaseResourceId;
2881
+ ResourceId?: BaseResourceId;
2809
2882
  /**
2810
2883
  * Filters the results by compliance. The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
2811
2884
  */
@@ -2814,6 +2887,10 @@ declare namespace ConfigService {
2814
2887
  * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
2815
2888
  */
2816
2889
  NextToken?: String;
2890
+ /**
2891
+ * The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results. You need to only provide either a ResourceEvaluationID or a ResourceID and ResourceType.
2892
+ */
2893
+ ResourceEvaluationId?: ResourceEvaluationId;
2817
2894
  }
2818
2895
  export interface GetComplianceDetailsByResourceResponse {
2819
2896
  /**
@@ -3048,6 +3125,42 @@ declare namespace ConfigService {
3048
3125
  */
3049
3126
  nextToken?: NextToken;
3050
3127
  }
3128
+ export interface GetResourceEvaluationSummaryRequest {
3129
+ /**
3130
+ * The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
3131
+ */
3132
+ ResourceEvaluationId: ResourceEvaluationId;
3133
+ }
3134
+ export interface GetResourceEvaluationSummaryResponse {
3135
+ /**
3136
+ * The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
3137
+ */
3138
+ ResourceEvaluationId?: ResourceEvaluationId;
3139
+ /**
3140
+ * Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
3141
+ */
3142
+ EvaluationMode?: EvaluationMode;
3143
+ /**
3144
+ * Returns an EvaluationStatus object.
3145
+ */
3146
+ EvaluationStatus?: EvaluationStatus;
3147
+ /**
3148
+ * The start timestamp when Config rule starts evaluating compliance for the provided resource details.
3149
+ */
3150
+ EvaluationStartTimestamp?: _Date;
3151
+ /**
3152
+ * The compliance status of the resource evaluation summary.
3153
+ */
3154
+ Compliance?: ComplianceType;
3155
+ /**
3156
+ * Returns an EvaluationContext object.
3157
+ */
3158
+ EvaluationContext?: EvaluationContext;
3159
+ /**
3160
+ * Returns a ResourceDetails object.
3161
+ */
3162
+ ResourceDetails?: ResourceDetails;
3163
+ }
3051
3164
  export interface GetStoredQueryRequest {
3052
3165
  /**
3053
3166
  * The name of the query.
@@ -3177,6 +3290,31 @@ declare namespace ConfigService {
3177
3290
  */
3178
3291
  nextToken?: NextToken;
3179
3292
  }
3293
+ export type ListResourceEvaluationsPageItemLimit = number;
3294
+ export interface ListResourceEvaluationsRequest {
3295
+ /**
3296
+ * Returns a ResourceEvaluationFilters object.
3297
+ */
3298
+ Filters?: ResourceEvaluationFilters;
3299
+ /**
3300
+ * The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
3301
+ */
3302
+ Limit?: ListResourceEvaluationsPageItemLimit;
3303
+ /**
3304
+ * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
3305
+ */
3306
+ NextToken?: String;
3307
+ }
3308
+ export interface ListResourceEvaluationsResponse {
3309
+ /**
3310
+ * Returns a ResourceEvaluations object.
3311
+ */
3312
+ ResourceEvaluations?: ResourceEvaluations;
3313
+ /**
3314
+ * The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
3315
+ */
3316
+ NextToken?: String;
3317
+ }
3180
3318
  export interface ListStoredQueriesRequest {
3181
3319
  /**
3182
3320
  * The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
@@ -4083,6 +4221,8 @@ declare namespace ConfigService {
4083
4221
  }
4084
4222
  export type RemediationParameters = {[key: string]: RemediationParameterValue};
4085
4223
  export type RemediationTargetType = "SSM_DOCUMENT"|string;
4224
+ export type ResourceConfiguration = string;
4225
+ export type ResourceConfigurationSchemaType = "CFN_RESOURCE_SCHEMA"|string;
4086
4226
  export interface ResourceCount {
4087
4227
  /**
4088
4228
  * The resource type (for example, "AWS::EC2::Instance").
@@ -4111,6 +4251,55 @@ declare namespace ConfigService {
4111
4251
  export type ResourceCounts = ResourceCount[];
4112
4252
  export type ResourceCreationTime = Date;
4113
4253
  export type ResourceDeletionTime = Date;
4254
+ export interface ResourceDetails {
4255
+ /**
4256
+ * A unique resource ID for an evaluation.
4257
+ */
4258
+ ResourceId: BaseResourceId;
4259
+ /**
4260
+ * The type of resource being evaluated.
4261
+ */
4262
+ ResourceType: StringWithCharLimit256;
4263
+ /**
4264
+ * The resource definition to be evaluated as per the resource configuration schema type.
4265
+ */
4266
+ ResourceConfiguration: ResourceConfiguration;
4267
+ /**
4268
+ * The schema type of the resource configuration.
4269
+ */
4270
+ ResourceConfigurationSchemaType?: ResourceConfigurationSchemaType;
4271
+ }
4272
+ export interface ResourceEvaluation {
4273
+ /**
4274
+ * The ResourceEvaluationId of a evaluation.
4275
+ */
4276
+ ResourceEvaluationId?: ResourceEvaluationId;
4277
+ /**
4278
+ * The mode of an evaluation. The valid values are Detective or Proactive.
4279
+ */
4280
+ EvaluationMode?: EvaluationMode;
4281
+ /**
4282
+ * The starting time of an execution.
4283
+ */
4284
+ EvaluationStartTimestamp?: _Date;
4285
+ }
4286
+ export interface ResourceEvaluationFilters {
4287
+ /**
4288
+ * Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.
4289
+ */
4290
+ EvaluationMode?: EvaluationMode;
4291
+ /**
4292
+ * Returns a TimeWindow object.
4293
+ */
4294
+ TimeWindow?: TimeWindow;
4295
+ /**
4296
+ * Filters evaluations for a given infrastructure deployment. For example: CFN Stack.
4297
+ */
4298
+ EvaluationContextIdentifier?: EvaluationContextIdentifier;
4299
+ }
4300
+ export type ResourceEvaluationId = string;
4301
+ export type ResourceEvaluationStatus = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"|string;
4302
+ export type ResourceEvaluations = ResourceEvaluation[];
4114
4303
  export interface ResourceFilters {
4115
4304
  /**
4116
4305
  * The 12-digit source account ID.
@@ -4353,6 +4542,34 @@ declare namespace ConfigService {
4353
4542
  */
4354
4543
  FailedItems?: ResourceKeys;
4355
4544
  }
4545
+ export interface StartResourceEvaluationRequest {
4546
+ /**
4547
+ * Returns a ResourceDetails object.
4548
+ */
4549
+ ResourceDetails: ResourceDetails;
4550
+ /**
4551
+ * Returns an EvaluationContext object.
4552
+ */
4553
+ EvaluationContext?: EvaluationContext;
4554
+ /**
4555
+ * The mode of an evaluation. The valid value for this API is Proactive.
4556
+ */
4557
+ EvaluationMode: EvaluationMode;
4558
+ /**
4559
+ * The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
4560
+ */
4561
+ EvaluationTimeout?: EvaluationTimeout;
4562
+ /**
4563
+ * A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request. Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.
4564
+ */
4565
+ ClientToken?: ClientToken;
4566
+ }
4567
+ export interface StartResourceEvaluationResponse {
4568
+ /**
4569
+ * A unique ResourceEvaluationId that is associated with a single execution.
4570
+ */
4571
+ ResourceEvaluationId?: ResourceEvaluationId;
4572
+ }
4356
4573
  export type StaticParameterValues = StringWithCharLimit256[];
4357
4574
  export interface StaticValue {
4358
4575
  /**
@@ -4466,6 +4683,16 @@ declare namespace ConfigService {
4466
4683
  */
4467
4684
  DocumentVersion?: SSMDocumentVersion;
4468
4685
  }
4686
+ export interface TimeWindow {
4687
+ /**
4688
+ * The start time of an execution.
4689
+ */
4690
+ StartTime?: _Date;
4691
+ /**
4692
+ * The end time of an execution. The end time must be after the start date.
4693
+ */
4694
+ EndTime?: _Date;
4695
+ }
4469
4696
  export type UnprocessedResourceIdentifierList = AggregateResourceIdentifier[];
4470
4697
  export interface UntagResourceRequest {
4471
4698
  /**