aws-sdk 2.1379.0 → 2.1381.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/README.md +3 -4
- package/apis/athena-2017-05-18.min.json +0 -3
- package/apis/backup-2018-11-15.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +17 -10
- package/apis/connect-2017-08-08.min.json +371 -214
- package/apis/ec2-2016-11-15.min.json +347 -336
- package/apis/mediapackagev2-2022-12-25.examples.json +5 -0
- package/apis/mediapackagev2-2022-12-25.min.json +1346 -0
- package/apis/mediapackagev2-2022-12-25.paginators.json +22 -0
- package/apis/mediapackagev2-2022-12-25.waiters2.json +5 -0
- package/apis/metadata.json +3 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/apis/sesv2-2019-09-27.examples.json +19 -0
- package/apis/sesv2-2019-09-27.min.json +38 -13
- package/apis/sts-2011-06-15.min.json +12 -3
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/athena.d.ts +0 -4
- package/clients/backup.d.ts +16 -4
- package/clients/cloudtrail.d.ts +11 -11
- package/clients/computeoptimizer.d.ts +17 -1
- package/clients/connect.d.ts +171 -0
- package/clients/connectcases.d.ts +1 -1
- package/clients/ec2.d.ts +7 -6
- package/clients/ecs.d.ts +2 -2
- package/clients/mediaconvert.d.ts +9 -9
- package/clients/mediapackagev2.d.ts +1363 -0
- package/clients/mediapackagev2.js +19 -0
- package/clients/rds.d.ts +1 -1
- package/clients/sagemakergeospatial.d.ts +2 -31
- package/clients/sesv2.d.ts +24 -4
- package/dist/aws-sdk-core-react-native.js +41 -4
- package/dist/aws-sdk-react-native.js +115 -16
- package/dist/aws-sdk.js +780 -561
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +19 -0
- package/lib/region_config_data.json +6 -1
- package/lib/util.js +19 -1
- package/package.json +1 -1
| @@ -2287,6 +2287,31 @@ | |
| 2287 2287 | 
             
                    "members": {}
         | 
| 2288 2288 | 
             
                  }
         | 
| 2289 2289 | 
             
                },
         | 
| 2290 | 
            +
                "PutDedicatedIpPoolScalingAttributes": {
         | 
| 2291 | 
            +
                  "http": {
         | 
| 2292 | 
            +
                    "method": "PUT",
         | 
| 2293 | 
            +
                    "requestUri": "/v2/email/dedicated-ip-pools/{PoolName}/scaling"
         | 
| 2294 | 
            +
                  },
         | 
| 2295 | 
            +
                  "input": {
         | 
| 2296 | 
            +
                    "type": "structure",
         | 
| 2297 | 
            +
                    "required": [
         | 
| 2298 | 
            +
                      "PoolName",
         | 
| 2299 | 
            +
                      "ScalingMode"
         | 
| 2300 | 
            +
                    ],
         | 
| 2301 | 
            +
                    "members": {
         | 
| 2302 | 
            +
                      "PoolName": {
         | 
| 2303 | 
            +
                        "location": "uri",
         | 
| 2304 | 
            +
                        "locationName": "PoolName"
         | 
| 2305 | 
            +
                      },
         | 
| 2306 | 
            +
                      "ScalingMode": {}
         | 
| 2307 | 
            +
                    }
         | 
| 2308 | 
            +
                  },
         | 
| 2309 | 
            +
                  "output": {
         | 
| 2310 | 
            +
                    "type": "structure",
         | 
| 2311 | 
            +
                    "members": {}
         | 
| 2312 | 
            +
                  },
         | 
| 2313 | 
            +
                  "idempotent": true
         | 
| 2314 | 
            +
                },
         | 
| 2290 2315 | 
             
                "PutDedicatedIpWarmupAttributes": {
         | 
| 2291 2316 | 
             
                  "http": {
         | 
| 2292 2317 | 
             
                    "method": "PUT",
         | 
| @@ -2501,12 +2526,12 @@ | |
| 2501 2526 | 
             
                      "FromEmailAddress": {},
         | 
| 2502 2527 | 
             
                      "FromEmailAddressIdentityArn": {},
         | 
| 2503 2528 | 
             
                      "ReplyToAddresses": {
         | 
| 2504 | 
            -
                        "shape": " | 
| 2529 | 
            +
                        "shape": "Sae"
         | 
| 2505 2530 | 
             
                      },
         | 
| 2506 2531 | 
             
                      "FeedbackForwardingEmailAddress": {},
         | 
| 2507 2532 | 
             
                      "FeedbackForwardingEmailAddressIdentityArn": {},
         | 
| 2508 2533 | 
             
                      "DefaultEmailTags": {
         | 
| 2509 | 
            -
                        "shape": " | 
| 2534 | 
            +
                        "shape": "Saf"
         | 
| 2510 2535 | 
             
                      },
         | 
| 2511 2536 | 
             
                      "DefaultContent": {
         | 
| 2512 2537 | 
             
                        "type": "structure",
         | 
| @@ -2525,10 +2550,10 @@ | |
| 2525 2550 | 
             
                          ],
         | 
| 2526 2551 | 
             
                          "members": {
         | 
| 2527 2552 | 
             
                            "Destination": {
         | 
| 2528 | 
            -
                              "shape": " | 
| 2553 | 
            +
                              "shape": "Sam"
         | 
| 2529 2554 | 
             
                            },
         | 
| 2530 2555 | 
             
                            "ReplacementTags": {
         | 
| 2531 | 
            -
                              "shape": " | 
| 2556 | 
            +
                              "shape": "Saf"
         | 
| 2532 2557 | 
             
                            },
         | 
| 2533 2558 | 
             
                            "ReplacementEmailContent": {
         | 
| 2534 2559 | 
             
                              "type": "structure",
         | 
| @@ -2603,10 +2628,10 @@ | |
| 2603 2628 | 
             
                      "FromEmailAddress": {},
         | 
| 2604 2629 | 
             
                      "FromEmailAddressIdentityArn": {},
         | 
| 2605 2630 | 
             
                      "Destination": {
         | 
| 2606 | 
            -
                        "shape": " | 
| 2631 | 
            +
                        "shape": "Sam"
         | 
| 2607 2632 | 
             
                      },
         | 
| 2608 2633 | 
             
                      "ReplyToAddresses": {
         | 
| 2609 | 
            -
                        "shape": " | 
| 2634 | 
            +
                        "shape": "Sae"
         | 
| 2610 2635 | 
             
                      },
         | 
| 2611 2636 | 
             
                      "FeedbackForwardingEmailAddress": {},
         | 
| 2612 2637 | 
             
                      "FeedbackForwardingEmailAddressIdentityArn": {},
         | 
| @@ -2614,7 +2639,7 @@ | |
| 2614 2639 | 
             
                        "shape": "S2g"
         | 
| 2615 2640 | 
             
                      },
         | 
| 2616 2641 | 
             
                      "EmailTags": {
         | 
| 2617 | 
            -
                        "shape": " | 
| 2642 | 
            +
                        "shape": "Saf"
         | 
| 2618 2643 | 
             
                      },
         | 
| 2619 2644 | 
             
                      "ConfigurationSetName": {},
         | 
| 2620 2645 | 
             
                      "ListManagementOptions": {
         | 
| @@ -3412,11 +3437,11 @@ | |
| 3412 3437 | 
             
                  "key": {},
         | 
| 3413 3438 | 
             
                  "value": {}
         | 
| 3414 3439 | 
             
                },
         | 
| 3415 | 
            -
                " | 
| 3440 | 
            +
                "Sae": {
         | 
| 3416 3441 | 
             
                  "type": "list",
         | 
| 3417 3442 | 
             
                  "member": {}
         | 
| 3418 3443 | 
             
                },
         | 
| 3419 | 
            -
                " | 
| 3444 | 
            +
                "Saf": {
         | 
| 3420 3445 | 
             
                  "type": "list",
         | 
| 3421 3446 | 
             
                  "member": {
         | 
| 3422 3447 | 
             
                    "type": "structure",
         | 
| @@ -3430,17 +3455,17 @@ | |
| 3430 3455 | 
             
                    }
         | 
| 3431 3456 | 
             
                  }
         | 
| 3432 3457 | 
             
                },
         | 
| 3433 | 
            -
                " | 
| 3458 | 
            +
                "Sam": {
         | 
| 3434 3459 | 
             
                  "type": "structure",
         | 
| 3435 3460 | 
             
                  "members": {
         | 
| 3436 3461 | 
             
                    "ToAddresses": {
         | 
| 3437 | 
            -
                      "shape": " | 
| 3462 | 
            +
                      "shape": "Sae"
         | 
| 3438 3463 | 
             
                    },
         | 
| 3439 3464 | 
             
                    "CcAddresses": {
         | 
| 3440 | 
            -
                      "shape": " | 
| 3465 | 
            +
                      "shape": "Sae"
         | 
| 3441 3466 | 
             
                    },
         | 
| 3442 3467 | 
             
                    "BccAddresses": {
         | 
| 3443 | 
            -
                      "shape": " | 
| 3468 | 
            +
                      "shape": "Sae"
         | 
| 3444 3469 | 
             
                    }
         | 
| 3445 3470 | 
             
                  }
         | 
| 3446 3471 | 
             
                }
         | 
| @@ -71,7 +71,10 @@ | |
| 71 71 | 
             
                    "members": {
         | 
| 72 72 | 
             
                      "RoleArn": {},
         | 
| 73 73 | 
             
                      "PrincipalArn": {},
         | 
| 74 | 
            -
                      "SAMLAssertion": { | 
| 74 | 
            +
                      "SAMLAssertion": {
         | 
| 75 | 
            +
                        "type": "string",
         | 
| 76 | 
            +
                        "sensitive": true
         | 
| 77 | 
            +
                      },
         | 
| 75 78 | 
             
                      "PolicyArns": {
         | 
| 76 79 | 
             
                        "shape": "S4"
         | 
| 77 80 | 
             
                      },
         | 
| @@ -114,7 +117,10 @@ | |
| 114 117 | 
             
                    "members": {
         | 
| 115 118 | 
             
                      "RoleArn": {},
         | 
| 116 119 | 
             
                      "RoleSessionName": {},
         | 
| 117 | 
            -
                      "WebIdentityToken": { | 
| 120 | 
            +
                      "WebIdentityToken": {
         | 
| 121 | 
            +
                        "type": "string",
         | 
| 122 | 
            +
                        "sensitive": true
         | 
| 123 | 
            +
                      },
         | 
| 118 124 | 
             
                      "ProviderId": {},
         | 
| 119 125 | 
             
                      "PolicyArns": {
         | 
| 120 126 | 
             
                        "shape": "S4"
         | 
| @@ -296,7 +302,10 @@ | |
| 296 302 | 
             
                  ],
         | 
| 297 303 | 
             
                  "members": {
         | 
| 298 304 | 
             
                    "AccessKeyId": {},
         | 
| 299 | 
            -
                    "SecretAccessKey": { | 
| 305 | 
            +
                    "SecretAccessKey": {
         | 
| 306 | 
            +
                      "type": "string",
         | 
| 307 | 
            +
                      "sensitive": true
         | 
| 308 | 
            +
                    },
         | 
| 300 309 | 
             
                    "SessionToken": {},
         | 
| 301 310 | 
             
                    "Expiration": {
         | 
| 302 311 | 
             
                      "type": "timestamp"
         | 
    
        package/clients/all.d.ts
    CHANGED
    
    | @@ -343,3 +343,4 @@ export import InternetMonitor = require('./internetmonitor'); | |
| 343 343 | 
             
            export import IVSRealTime = require('./ivsrealtime');
         | 
| 344 344 | 
             
            export import VPCLattice = require('./vpclattice');
         | 
| 345 345 | 
             
            export import OSIS = require('./osis');
         | 
| 346 | 
            +
            export import MediaPackageV2 = require('./mediapackagev2');
         | 
    
        package/clients/all.js
    CHANGED
    
    | @@ -344,5 +344,6 @@ module.exports = { | |
| 344 344 | 
             
              InternetMonitor: require('./internetmonitor'),
         | 
| 345 345 | 
             
              IVSRealTime: require('./ivsrealtime'),
         | 
| 346 346 | 
             
              VPCLattice: require('./vpclattice'),
         | 
| 347 | 
            -
              OSIS: require('./osis')
         | 
| 347 | 
            +
              OSIS: require('./osis'),
         | 
| 348 | 
            +
              MediaPackageV2: require('./mediapackagev2')
         | 
| 348 349 | 
             
            };
         | 
    
        package/clients/athena.d.ts
    CHANGED
    
    | @@ -1141,10 +1141,6 @@ declare namespace Athena { | |
| 1141 1141 | 
             
                 * Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
         | 
| 1142 1142 | 
             
                 */
         | 
| 1143 1143 | 
             
                AdditionalConfigs?: ParametersMap;
         | 
| 1144 | 
            -
                /**
         | 
| 1145 | 
            -
                 * Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
         | 
| 1146 | 
            -
                 */
         | 
| 1147 | 
            -
                SparkProperties?: ParametersMap;
         | 
| 1148 1144 | 
             
              }
         | 
| 1149 1145 | 
             
              export interface EngineVersion {
         | 
| 1150 1146 | 
             
                /**
         | 
    
        package/clients/backup.d.ts
    CHANGED
    
    | @@ -792,7 +792,7 @@ declare namespace Backup { | |
| 792 792 | 
             
                 */
         | 
| 793 793 | 
             
                ScheduleExpression?: CronExpression;
         | 
| 794 794 | 
             
                /**
         | 
| 795 | 
            -
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.
         | 
| 795 | 
            +
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors. During the start window, the backup job status remains in CREATED status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to RUNNING) or until the job status changes to EXPIRED (which is expected to occur when the start window time is over).
         | 
| 796 796 | 
             
                 */
         | 
| 797 797 | 
             
                StartWindowMinutes?: WindowMinutes;
         | 
| 798 798 | 
             
                /**
         | 
| @@ -834,7 +834,7 @@ declare namespace Backup { | |
| 834 834 | 
             
                 */
         | 
| 835 835 | 
             
                ScheduleExpression?: CronExpression;
         | 
| 836 836 | 
             
                /**
         | 
| 837 | 
            -
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.
         | 
| 837 | 
            +
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors. During the start window, the backup job status remains in CREATED status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to RUNNING) or until the job status changes to EXPIRED (which is expected to occur when the start window time is over).
         | 
| 838 838 | 
             
                 */
         | 
| 839 839 | 
             
                StartWindowMinutes?: WindowMinutes;
         | 
| 840 840 | 
             
                /**
         | 
| @@ -3000,6 +3000,18 @@ declare namespace Backup { | |
| 3000 3000 | 
             
                 * This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
         | 
| 3001 3001 | 
             
                 */
         | 
| 3002 3002 | 
             
                RecoveryPointArn?: ARN;
         | 
| 3003 | 
            +
                /**
         | 
| 3004 | 
            +
                 * This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
         | 
| 3005 | 
            +
                 */
         | 
| 3006 | 
            +
                ResourceArn?: ARN;
         | 
| 3007 | 
            +
                /**
         | 
| 3008 | 
            +
                 * This is the Amazon Web Services resource type that is saved as a recovery point.
         | 
| 3009 | 
            +
                 */
         | 
| 3010 | 
            +
                ResourceType?: ResourceType;
         | 
| 3011 | 
            +
                /**
         | 
| 3012 | 
            +
                 * This is the name of the backup vault (the logical container in which backups are stored).
         | 
| 3013 | 
            +
                 */
         | 
| 3014 | 
            +
                BackupVaultName?: BackupVaultName;
         | 
| 3003 3015 | 
             
              }
         | 
| 3004 3016 | 
             
              export interface RecoveryPointSelection {
         | 
| 3005 3017 | 
             
                /**
         | 
| @@ -3223,7 +3235,7 @@ declare namespace Backup { | |
| 3223 3235 | 
             
                 */
         | 
| 3224 3236 | 
             
                IdempotencyToken?: string;
         | 
| 3225 3237 | 
             
                /**
         | 
| 3226 | 
            -
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.
         | 
| 3238 | 
            +
                 * A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors. During the start window, the backup job status remains in CREATED status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to RUNNING) or until the job status changes to EXPIRED (which is expected to occur when the start window time is over).
         | 
| 3227 3239 | 
             
                 */
         | 
| 3228 3240 | 
             
                StartWindowMinutes?: WindowMinutes;
         | 
| 3229 3241 | 
             
                /**
         | 
| @@ -3332,7 +3344,7 @@ declare namespace Backup { | |
| 3332 3344 | 
             
                 */
         | 
| 3333 3345 | 
             
                IdempotencyToken?: string;
         | 
| 3334 3346 | 
             
                /**
         | 
| 3335 | 
            -
                 * Starts a job to restore a recovery point for one of the following resources:    Aurora for Amazon Aurora    DocumentDB for Amazon DocumentDB (with MongoDB compatibility)    DynamoDB for Amazon DynamoDB    EBS for Amazon Elastic Block Store    EC2 for Amazon Elastic Compute Cloud    EFS for Amazon Elastic File System    FSx for Amazon FSx    Neptune for Amazon Neptune    RDS for Amazon Relational Database Service    Storage Gateway for Storage Gateway    S3 for Amazon S3    VirtualMachine for virtual machines  
         | 
| 3347 | 
            +
                 * Starts a job to restore a recovery point for one of the following resources:    Aurora for Amazon Aurora    DocumentDB for Amazon DocumentDB (with MongoDB compatibility)    CloudFormation for CloudFormation    DynamoDB for Amazon DynamoDB    EBS for Amazon Elastic Block Store    EC2 for Amazon Elastic Compute Cloud    EFS for Amazon Elastic File System    FSx for Amazon FSx    Neptune for Amazon Neptune    RDS for Amazon Relational Database Service    Redshift for Amazon Redshift    Storage Gateway for Storage Gateway    S3 for Amazon S3    Timestream for Amazon Timestream    VirtualMachine for virtual machines  
         | 
| 3336 3348 | 
             
                 */
         | 
| 3337 3349 | 
             
                ResourceType?: ResourceType;
         | 
| 3338 3350 | 
             
              }
         | 
    
        package/clients/cloudtrail.d.ts
    CHANGED
    
    | @@ -124,11 +124,11 @@ declare class CloudTrail extends Service { | |
| 124 124 | 
             
               */
         | 
| 125 125 | 
             
              getEventDataStore(callback?: (err: AWSError, data: CloudTrail.Types.GetEventDataStoreResponse) => void): Request<CloudTrail.Types.GetEventDataStoreResponse, AWSError>;
         | 
| 126 126 | 
             
              /**
         | 
| 127 | 
            -
               * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:   If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events.   If your event selector includes management events.   If your event selector includes data events, the resources on which you are logging data events.   For more information about logging management and data events, see the following topics in the CloudTrail User Guide:    Logging management events | 
| 127 | 
            +
               * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:   If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events.   If your event selector includes management events.   If your event selector includes data events, the resources on which you are logging data events.   For more information about logging management and data events, see the following topics in the CloudTrail User Guide:    Logging management events     Logging data events   
         | 
| 128 128 | 
             
               */
         | 
| 129 129 | 
             
              getEventSelectors(params: CloudTrail.Types.GetEventSelectorsRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetEventSelectorsResponse) => void): Request<CloudTrail.Types.GetEventSelectorsResponse, AWSError>;
         | 
| 130 130 | 
             
              /**
         | 
| 131 | 
            -
               * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:   If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events.   If your event selector includes management events.   If your event selector includes data events, the resources on which you are logging data events.   For more information about logging management and data events, see the following topics in the CloudTrail User Guide:    Logging management events | 
| 131 | 
            +
               * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:   If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events.   If your event selector includes management events.   If your event selector includes data events, the resources on which you are logging data events.   For more information about logging management and data events, see the following topics in the CloudTrail User Guide:    Logging management events     Logging data events   
         | 
| 132 132 | 
             
               */
         | 
| 133 133 | 
             
              getEventSelectors(callback?: (err: AWSError, data: CloudTrail.Types.GetEventSelectorsResponse) => void): Request<CloudTrail.Types.GetEventSelectorsResponse, AWSError>;
         | 
| 134 134 | 
             
              /**
         | 
| @@ -252,19 +252,19 @@ declare class CloudTrail extends Service { | |
| 252 252 | 
             
               */
         | 
| 253 253 | 
             
              lookupEvents(callback?: (err: AWSError, data: CloudTrail.Types.LookupEventsResponse) => void): Request<CloudTrail.Types.LookupEventsResponse, AWSError>;
         | 
| 254 254 | 
             
              /**
         | 
| 255 | 
            -
               * Configures an event selector or advanced event selectors for your trail. Use event selectors or advanced event selectors to specify management and data event settings for your trail. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example   You create an event selector for a trail and specify that you want write-only events.   The EC2 GetConsoleOutput and RunInstances API operations occur in your account.   CloudTrail evaluates whether the events match your event selectors.   The RunInstances is a write-only event and it matches your event selector. The trail logs the event.   The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.    The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown. You can configure up to five event selectors for each trail. For more information, see Logging management events | 
| 255 | 
            +
               * Configures an event selector or advanced event selectors for your trail. Use event selectors or advanced event selectors to specify management and data event settings for your trail. If you want your trail to log Insights events, be sure the event selector enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see Logging Insights events for trails in the CloudTrail User Guide. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example   You create an event selector for a trail and specify that you want write-only events.   The EC2 GetConsoleOutput and RunInstances API operations occur in your account.   CloudTrail evaluates whether the events match your event selectors.   The RunInstances is a write-only event and it matches your event selector. The trail logs the event.   The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.    The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown. You can configure up to five event selectors for each trail. For more information, see Logging management events, Logging data events, and Quotas in CloudTrail in the CloudTrail User Guide. You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events in the CloudTrail User Guide.
         | 
| 256 256 | 
             
               */
         | 
| 257 257 | 
             
              putEventSelectors(params: CloudTrail.Types.PutEventSelectorsRequest, callback?: (err: AWSError, data: CloudTrail.Types.PutEventSelectorsResponse) => void): Request<CloudTrail.Types.PutEventSelectorsResponse, AWSError>;
         | 
| 258 258 | 
             
              /**
         | 
| 259 | 
            -
               * Configures an event selector or advanced event selectors for your trail. Use event selectors or advanced event selectors to specify management and data event settings for your trail. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example   You create an event selector for a trail and specify that you want write-only events.   The EC2 GetConsoleOutput and RunInstances API operations occur in your account.   CloudTrail evaluates whether the events match your event selectors.   The RunInstances is a write-only event and it matches your event selector. The trail logs the event.   The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.    The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown. You can configure up to five event selectors for each trail. For more information, see Logging management events | 
| 259 | 
            +
               * Configures an event selector or advanced event selectors for your trail. Use event selectors or advanced event selectors to specify management and data event settings for your trail. If you want your trail to log Insights events, be sure the event selector enables logging of the Insights event types you want configured for your trail. For more information about logging Insights events, see Logging Insights events for trails in the CloudTrail User Guide. By default, trails created without specific event selectors are configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors or advanced event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example   You create an event selector for a trail and specify that you want write-only events.   The EC2 GetConsoleOutput and RunInstances API operations occur in your account.   CloudTrail evaluates whether the events match your event selectors.   The RunInstances is a write-only event and it matches your event selector. The trail logs the event.   The GetConsoleOutput is a read-only event that doesn't match your event selector. The trail doesn't log the event.    The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException exception is thrown. You can configure up to five event selectors for each trail. For more information, see Logging management events, Logging data events, and Quotas in CloudTrail in the CloudTrail User Guide. You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events in the CloudTrail User Guide.
         | 
| 260 260 | 
             
               */
         | 
| 261 261 | 
             
              putEventSelectors(callback?: (err: AWSError, data: CloudTrail.Types.PutEventSelectorsResponse) => void): Request<CloudTrail.Types.PutEventSelectorsResponse, AWSError>;
         | 
| 262 262 | 
             
              /**
         | 
| 263 | 
            -
               * Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are ApiErrorRateInsight and ApiCallRateInsight.
         | 
| 263 | 
            +
               * Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are ApiErrorRateInsight and ApiCallRateInsight. To log CloudTrail Insights events on API call volume, the trail must log write management events. To log CloudTrail Insights events on API error rate, the trail must log read or write management events. You can call GetEventSelectors on a trail to check whether the trail logs management events.
         | 
| 264 264 | 
             
               */
         | 
| 265 265 | 
             
              putInsightSelectors(params: CloudTrail.Types.PutInsightSelectorsRequest, callback?: (err: AWSError, data: CloudTrail.Types.PutInsightSelectorsResponse) => void): Request<CloudTrail.Types.PutInsightSelectorsResponse, AWSError>;
         | 
| 266 266 | 
             
              /**
         | 
| 267 | 
            -
               * Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are ApiErrorRateInsight and ApiCallRateInsight.
         | 
| 267 | 
            +
               * Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail. You also use PutInsightSelectors to turn off Insights event logging, by passing an empty list of insight types. The valid Insights event types in this release are ApiErrorRateInsight and ApiCallRateInsight. To log CloudTrail Insights events on API call volume, the trail must log write management events. To log CloudTrail Insights events on API error rate, the trail must log read or write management events. You can call GetEventSelectors on a trail to check whether the trail logs management events.
         | 
| 268 268 | 
             
               */
         | 
| 269 269 | 
             
              putInsightSelectors(callback?: (err: AWSError, data: CloudTrail.Types.PutInsightSelectorsResponse) => void): Request<CloudTrail.Types.PutInsightSelectorsResponse, AWSError>;
         | 
| 270 270 | 
             
              /**
         | 
| @@ -391,7 +391,7 @@ declare namespace CloudTrail { | |
| 391 391 | 
             
              export type AdvancedEventSelectors = AdvancedEventSelector[];
         | 
| 392 392 | 
             
              export interface AdvancedFieldSelector {
         | 
| 393 393 | 
             
                /**
         | 
| 394 | 
            -
                 *  A field in a CloudTrail event record on which to filter events to be logged. For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the field is used only for selecting events as filtering is not supported.   For CloudTrail event records, supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.   For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the only supported field is eventCategory.      readOnly  - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both read and write events. A value of true logs only read events. A value of false logs only write events.     eventSource  - For filtering management events only. This can be set only to NotEquals kms.amazonaws.com.     eventName  - Can use any operator. You can use it to filter in or filter out any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock. You can have multiple values for this field, separated by commas.     eventCategory  - This is required and must be set to Equals.     For CloudTrail event records, the value must be Management or Data.     For Config configuration items, the value must be ConfigurationItem.     For Audit Manager evidence, the value must be Evidence.     For non-Amazon Web Services events, the value must be ActivityAuditLog.        resources.type  - This field is required for CloudTrail data events. resources.type can only use the Equals operator, and the value can be one of the following:    AWS:: | 
| 394 | 
            +
                 *  A field in a CloudTrail event record on which to filter events to be logged. For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the field is used only for selecting events as filtering is not supported.   For CloudTrail event records, supported fields include readOnly, eventCategory, eventSource (for management events), eventName, resources.type, and resources.ARN.   For event data stores for Config configuration items, Audit Manager evidence, or non-Amazon Web Services events, the only supported field is eventCategory.      readOnly  - Optional. Can be set to Equals a value of true or false. If you do not add this field, CloudTrail logs both read and write events. A value of true logs only read events. A value of false logs only write events.     eventSource  - For filtering management events only. This can be set only to NotEquals kms.amazonaws.com.     eventName  - Can use any operator. You can use it to filter in or filter out any data event logged to CloudTrail, such as PutBucket or GetSnapshotBlock. You can have multiple values for this field, separated by commas.     eventCategory  - This is required and must be set to Equals.     For CloudTrail event records, the value must be Management or Data.     For Config configuration items, the value must be ConfigurationItem.     For Audit Manager evidence, the value must be Evidence.     For non-Amazon Web Services events, the value must be ActivityAuditLog.        resources.type  - This field is required for CloudTrail data events. resources.type can only use the Equals operator, and the value can be one of the following:    AWS::DynamoDB::Table     AWS::Lambda::Function     AWS::S3::Object     AWS::CloudTrail::Channel     AWS::Cognito::IdentityPool     AWS::DynamoDB::Stream     AWS::EC2::Snapshot     AWS::FinSpace::Environment     AWS::Glue::Table     AWS::GuardDuty::Detector     AWS::KendraRanking::ExecutionPlan     AWS::ManagedBlockchain::Node     AWS::SageMaker::ExperimentTrialComponent     AWS::SageMaker::FeatureGroup     AWS::S3::AccessPoint     AWS::S3ObjectLambda::AccessPoint     AWS::S3Outposts::Object     You can have only one resources.type field per selector. To log data events on more than one resource type, add another selector.     resources.ARN  - You can use any operator with resources.ARN, but if you use Equals or NotEquals, the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. For example, if resources.type equals AWS::S3::Object, the ARN must be in one of the following formats. To log all data events for all objects in a specific S3 bucket, use the StartsWith operator, and include only the bucket ARN as the matching value. The trailing slash is intentional; do not exclude it. Replace the text between less than and greater than symbols (<>) with resource-specific information.     arn:<partition>:s3:::<bucket_name>/     arn:<partition>:s3:::<bucket_name>/<object_path>/    When resources.type equals AWS::DynamoDB::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name>    When resources.type equals AWS::Lambda::Function, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:lambda:<region>:<account_ID>:function:<function_name>    When resources.type equals AWS::CloudTrail::Channel, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:cloudtrail:<region>:<account_ID>:channel/<channel_UUID>    When resources.type equals AWS::Cognito::IdentityPool, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:cognito-identity:<region>:<account_ID>:identitypool/<identity_pool_ID>    When resources.type equals AWS::DynamoDB::Stream, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:dynamodb:<region>:<account_ID>:table/<table_name>/stream/<date_time>    When resources.type equals AWS::EC2::Snapshot, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:ec2:<region>::snapshot/<snapshot_ID>    When resources.type equals AWS::FinSpace::Environment, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:finspace:<region>:<account_ID>:environment/<environment_ID>    When resources.type equals AWS::Glue::Table, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:glue:<region>:<account_ID>:table/<database_name>/<table_name>    When resources.type equals AWS::GuardDuty::Detector, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:guardduty:<region>:<account_ID>:detector/<detector_ID>    When resources.type equals AWS::KendraRanking::ExecutionPlan, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:kendra-ranking:<region>:<account_ID>:rescore-execution-plan/<rescore_execution_plan_ID>    When resources.type equals AWS::ManagedBlockchain::Node, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:managedblockchain:<region>:<account_ID>:nodes/<node_ID>    When resources.type equals AWS::SageMaker::ExperimentTrialComponent, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:sagemaker:<region>:<account_ID>:experiment-trial-component/<experiment_trial_component_name>    When resources.type equals AWS::SageMaker::FeatureGroup, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:sagemaker:<region>:<account_ID>:feature-group/<feature_group_name>    When resources.type equals AWS::S3::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in one of the following formats. To log events on all objects in an S3 access point, we recommend that you use only the access point ARN, don’t include the object path, and use the StartsWith or NotStartsWith operators.    arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>     arn:<partition>:s3:<region>:<account_ID>:accesspoint/<access_point_name>/object/<object_path>    When resources.type equals AWS::S3ObjectLambda::AccessPoint, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:s3-object-lambda:<region>:<account_ID>:accesspoint/<access_point_name>    When resources.type equals AWS::S3Outposts::Object, and the operator is set to Equals or NotEquals, the ARN must be in the following format:    arn:<partition>:s3-outposts:<region>:<account_ID>:<object_path>     
         | 
| 395 395 | 
             
                 */
         | 
| 396 396 | 
             
                Field: SelectorField;
         | 
| 397 397 | 
             
                /**
         | 
| @@ -670,7 +670,7 @@ declare namespace CloudTrail { | |
| 670 670 | 
             
              }
         | 
| 671 671 | 
             
              export interface DataResource {
         | 
| 672 672 | 
             
                /**
         | 
| 673 | 
            -
                 * The resource type in which you want to log data events. You can specify the following basic event selector resource types:    AWS:: | 
| 673 | 
            +
                 * The resource type in which you want to log data events. You can specify the following basic event selector resource types:    AWS::DynamoDB::Table     AWS::Lambda::Function     AWS::S3::Object    The following resource types are also available through advanced event selectors. Basic event selector resource types are valid in advanced event selectors, but advanced event selector resource types are not valid in basic event selectors. For more information, see AdvancedFieldSelector$Field.    AWS::CloudTrail::Channel     AWS::Cognito::IdentityPool     AWS::DynamoDB::Stream     AWS::EC2::Snapshot     AWS::FinSpace::Environment     AWS::Glue::Table     AWS::GuardDuty::Detector     AWS::KendraRanking::ExecutionPlan     AWS::ManagedBlockchain::Node     AWS::SageMaker::ExperimentTrialComponent     AWS::SageMaker::FeatureGroup     AWS::S3::AccessPoint     AWS::S3ObjectLambda::AccessPoint     AWS::S3Outposts::Object   
         | 
| 674 674 | 
             
                 */
         | 
| 675 675 | 
             
                Type?: String;
         | 
| 676 676 | 
             
                /**
         | 
| @@ -1305,7 +1305,7 @@ declare namespace CloudTrail { | |
| 1305 1305 | 
             
              }
         | 
| 1306 1306 | 
             
              export interface InsightSelector {
         | 
| 1307 1307 | 
             
                /**
         | 
| 1308 | 
            -
                 * The type of  | 
| 1308 | 
            +
                 * The type of Insights events to log on a trail. ApiCallRateInsight and ApiErrorRateInsight are valid Insight types. The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
         | 
| 1309 1309 | 
             
                 */
         | 
| 1310 1310 | 
             
                InsightType?: InsightType;
         | 
| 1311 1311 | 
             
              }
         | 
| @@ -1591,7 +1591,7 @@ declare namespace CloudTrail { | |
| 1591 1591 | 
             
                 */
         | 
| 1592 1592 | 
             
                EventSelectors?: EventSelectors;
         | 
| 1593 1593 | 
             
                /**
         | 
| 1594 | 
            -
                 *  Specifies the settings for advanced event selectors. You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events  | 
| 1594 | 
            +
                 *  Specifies the settings for advanced event selectors. You can add advanced event selectors, and conditions for your advanced event selectors, up to a maximum of 500 values for all conditions and selectors on a trail. You can use either AdvancedEventSelectors or EventSelectors, but not both. If you apply AdvancedEventSelectors to a trail, any existing EventSelectors are overwritten. For more information about advanced event selectors, see Logging data events in the CloudTrail User Guide. 
         | 
| 1595 1595 | 
             
                 */
         | 
| 1596 1596 | 
             
                AdvancedEventSelectors?: AdvancedEventSelectors;
         | 
| 1597 1597 | 
             
              }
         | 
| @@ -1615,7 +1615,7 @@ declare namespace CloudTrail { | |
| 1615 1615 | 
             
                 */
         | 
| 1616 1616 | 
             
                TrailName: String;
         | 
| 1617 1617 | 
             
                /**
         | 
| 1618 | 
            -
                 * A JSON string that contains the insight types you want to log on a trail. ApiCallRateInsight and ApiErrorRateInsight are valid  | 
| 1618 | 
            +
                 * A JSON string that contains the insight types you want to log on a trail. ApiCallRateInsight and ApiErrorRateInsight are valid Insight types. The ApiCallRateInsight Insights type analyzes write-only management API calls that are aggregated per minute against a baseline API call volume. The ApiErrorRateInsight Insights type analyzes management API calls that result in error codes. The error is shown if the API call is unsuccessful.
         | 
| 1619 1619 | 
             
                 */
         | 
| 1620 1620 | 
             
                InsightSelectors: InsightSelectors;
         | 
| 1621 1621 | 
             
              }
         | 
| @@ -814,12 +814,24 @@ declare namespace ComputeOptimizer { | |
| 814 814 | 
             
              export type ExportableAutoScalingGroupFields = ExportableAutoScalingGroupField[];
         | 
| 815 815 | 
             
              export type ExportableECSServiceField = "AccountId"|"ServiceArn"|"LookbackPeriodInDays"|"LastRefreshTimestamp"|"LaunchType"|"CurrentPerformanceRisk"|"CurrentServiceConfigurationMemory"|"CurrentServiceConfigurationCpu"|"CurrentServiceConfigurationTaskDefinitionArn"|"CurrentServiceConfigurationAutoScalingConfiguration"|"CurrentServiceContainerConfigurations"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"Finding"|"FindingReasonCodes"|"RecommendationOptionsMemory"|"RecommendationOptionsCpu"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"RecommendationOptionsContainerRecommendations"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"Tags"|string;
         | 
| 816 816 | 
             
              export type ExportableECSServiceFields = ExportableECSServiceField[];
         | 
| 817 | 
            -
              export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"FindingReasonCodes"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"UtilizationMetricsDiskReadOpsPerSecondMaximum"|"UtilizationMetricsDiskWriteOpsPerSecondMaximum"|"UtilizationMetricsDiskReadBytesPerSecondMaximum"|"UtilizationMetricsDiskWriteBytesPerSecondMaximum"|"UtilizationMetricsNetworkInBytesPerSecondMaximum"|"UtilizationMetricsNetworkOutBytesPerSecondMaximum"|"UtilizationMetricsNetworkPacketsInPerSecondMaximum"|"UtilizationMetricsNetworkPacketsOutPerSecondMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPlatformDifferences"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"EffectiveRecommendationPreferencesCpuVendorArchitectures"|"EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics"|"EffectiveRecommendationPreferencesInferredWorkloadTypes"|"InferredWorkloadTypes"|"RecommendationOptionsMigrationEffort"|"EffectiveRecommendationPreferencesExternalMetricsSource"|"InstanceState"|"Tags"|string;
         | 
| 817 | 
            +
              export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"FindingReasonCodes"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"UtilizationMetricsDiskReadOpsPerSecondMaximum"|"UtilizationMetricsDiskWriteOpsPerSecondMaximum"|"UtilizationMetricsDiskReadBytesPerSecondMaximum"|"UtilizationMetricsDiskWriteBytesPerSecondMaximum"|"UtilizationMetricsNetworkInBytesPerSecondMaximum"|"UtilizationMetricsNetworkOutBytesPerSecondMaximum"|"UtilizationMetricsNetworkPacketsInPerSecondMaximum"|"UtilizationMetricsNetworkPacketsOutPerSecondMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPlatformDifferences"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"EffectiveRecommendationPreferencesCpuVendorArchitectures"|"EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics"|"EffectiveRecommendationPreferencesInferredWorkloadTypes"|"InferredWorkloadTypes"|"RecommendationOptionsMigrationEffort"|"EffectiveRecommendationPreferencesExternalMetricsSource"|"InstanceState"|"Tags"|"ExternalMetricStatusCode"|"ExternalMetricStatusReason"|string;
         | 
| 818 818 | 
             
              export type ExportableInstanceFields = ExportableInstanceField[];
         | 
| 819 819 | 
             
              export type ExportableLambdaFunctionField = "AccountId"|"FunctionArn"|"FunctionVersion"|"Finding"|"FindingReasonCodes"|"NumberOfInvocations"|"UtilizationMetricsDurationMaximum"|"UtilizationMetricsDurationAverage"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsMemoryAverage"|"LookbackPeriodInDays"|"CurrentConfigurationMemorySize"|"CurrentConfigurationTimeout"|"CurrentCostTotal"|"CurrentCostAverage"|"RecommendationOptionsConfigurationMemorySize"|"RecommendationOptionsCostLow"|"RecommendationOptionsCostHigh"|"RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound"|"RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound"|"RecommendationOptionsProjectedUtilizationMetricsDurationExpected"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"Tags"|string;
         | 
| 820 820 | 
             
              export type ExportableLambdaFunctionFields = ExportableLambdaFunctionField[];
         | 
| 821 821 | 
             
              export type ExportableVolumeField = "AccountId"|"VolumeArn"|"Finding"|"UtilizationMetricsVolumeReadOpsPerSecondMaximum"|"UtilizationMetricsVolumeWriteOpsPerSecondMaximum"|"UtilizationMetricsVolumeReadBytesPerSecondMaximum"|"UtilizationMetricsVolumeWriteBytesPerSecondMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationVolumeType"|"CurrentConfigurationVolumeBaselineIOPS"|"CurrentConfigurationVolumeBaselineThroughput"|"CurrentConfigurationVolumeBurstIOPS"|"CurrentConfigurationVolumeBurstThroughput"|"CurrentConfigurationVolumeSize"|"CurrentMonthlyPrice"|"RecommendationOptionsConfigurationVolumeType"|"RecommendationOptionsConfigurationVolumeBaselineIOPS"|"RecommendationOptionsConfigurationVolumeBaselineThroughput"|"RecommendationOptionsConfigurationVolumeBurstIOPS"|"RecommendationOptionsConfigurationVolumeBurstThroughput"|"RecommendationOptionsConfigurationVolumeSize"|"RecommendationOptionsMonthlyPrice"|"RecommendationOptionsPerformanceRisk"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"RootVolume"|"Tags"|string;
         | 
| 822 822 | 
             
              export type ExportableVolumeFields = ExportableVolumeField[];
         | 
| 823 | 
            +
              export interface ExternalMetricStatus {
         | 
| 824 | 
            +
                /**
         | 
| 825 | 
            +
                 *  The status code for Compute Optimizer's integration with an external metrics provider. 
         | 
| 826 | 
            +
                 */
         | 
| 827 | 
            +
                statusCode?: ExternalMetricStatusCode;
         | 
| 828 | 
            +
                /**
         | 
| 829 | 
            +
                 *  The reason for Compute Optimizer's integration status with your external metric provider. 
         | 
| 830 | 
            +
                 */
         | 
| 831 | 
            +
                statusReason?: ExternalMetricStatusReason;
         | 
| 832 | 
            +
              }
         | 
| 833 | 
            +
              export type ExternalMetricStatusCode = "NO_EXTERNAL_METRIC_SET"|"INTEGRATION_SUCCESS"|"DATADOG_INTEGRATION_ERROR"|"DYNATRACE_INTEGRATION_ERROR"|"NEWRELIC_INTEGRATION_ERROR"|"INSTANA_INTEGRATION_ERROR"|"INSUFFICIENT_DATADOG_METRICS"|"INSUFFICIENT_DYNATRACE_METRICS"|"INSUFFICIENT_NEWRELIC_METRICS"|"INSUFFICIENT_INSTANA_METRICS"|string;
         | 
| 834 | 
            +
              export type ExternalMetricStatusReason = string;
         | 
| 823 835 | 
             
              export interface ExternalMetricsPreference {
         | 
| 824 836 | 
             
                /**
         | 
| 825 837 | 
             
                 *  Contains the source options for external metrics preferences. 
         | 
| @@ -1308,6 +1320,10 @@ declare namespace ComputeOptimizer { | |
| 1308 1320 | 
             
                 *  A list of tags assigned to your Amazon EC2 instance recommendations. 
         | 
| 1309 1321 | 
             
                 */
         | 
| 1310 1322 | 
             
                tags?: Tags;
         | 
| 1323 | 
            +
                /**
         | 
| 1324 | 
            +
                 *  An object that describes Compute Optimizer's integration status with your external metrics provider. 
         | 
| 1325 | 
            +
                 */
         | 
| 1326 | 
            +
                externalMetricStatus?: ExternalMetricStatus;
         | 
| 1311 1327 | 
             
              }
         | 
| 1312 1328 | 
             
              export type InstanceRecommendationFindingReasonCode = "CPUOverprovisioned"|"CPUUnderprovisioned"|"MemoryOverprovisioned"|"MemoryUnderprovisioned"|"EBSThroughputOverprovisioned"|"EBSThroughputUnderprovisioned"|"EBSIOPSOverprovisioned"|"EBSIOPSUnderprovisioned"|"NetworkBandwidthOverprovisioned"|"NetworkBandwidthUnderprovisioned"|"NetworkPPSOverprovisioned"|"NetworkPPSUnderprovisioned"|"DiskIOPSOverprovisioned"|"DiskIOPSUnderprovisioned"|"DiskThroughputOverprovisioned"|"DiskThroughputUnderprovisioned"|string;
         | 
| 1313 1329 | 
             
              export type InstanceRecommendationFindingReasonCodes = InstanceRecommendationFindingReasonCode[];
         |