aws-sdk 2.1368.0 → 2.1369.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 +6 -1
- package/README.md +1 -1
- package/apis/compute-optimizer-2019-11-01.min.json +60 -21
- package/apis/kms-2014-11-01.examples.json +197 -15
- package/apis/kms-2014-11-01.min.json +52 -19
- package/clients/computeoptimizer.d.ts +58 -14
- package/clients/kms.d.ts +76 -32
- package/dist/aws-sdk-core-react-native.js +10 -1
- package/dist/aws-sdk-react-native.js +14 -6
- package/dist/aws-sdk.js +66 -25
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +9 -0
- package/lib/services/sqs.js +2 -3
- package/package.json +1 -1
| @@ -173,7 +173,10 @@ | |
| 173 173 | 
             
                        "shape": "Sv"
         | 
| 174 174 | 
             
                      },
         | 
| 175 175 | 
             
                      "KeyId": {},
         | 
| 176 | 
            -
                      "EncryptionAlgorithm": {}
         | 
| 176 | 
            +
                      "EncryptionAlgorithm": {},
         | 
| 177 | 
            +
                      "Recipient": {
         | 
| 178 | 
            +
                        "shape": "S21"
         | 
| 179 | 
            +
                      }
         | 
| 177 180 | 
             
                    }
         | 
| 178 181 | 
             
                  },
         | 
| 179 182 | 
             
                  "output": {
         | 
| @@ -181,9 +184,12 @@ | |
| 181 184 | 
             
                    "members": {
         | 
| 182 185 | 
             
                      "KeyId": {},
         | 
| 183 186 | 
             
                      "Plaintext": {
         | 
| 184 | 
            -
                        "shape": " | 
| 187 | 
            +
                        "shape": "S25"
         | 
| 185 188 | 
             
                      },
         | 
| 186 | 
            -
                      "EncryptionAlgorithm": {}
         | 
| 189 | 
            +
                      "EncryptionAlgorithm": {},
         | 
| 190 | 
            +
                      "CiphertextForRecipient": {
         | 
| 191 | 
            +
                        "type": "blob"
         | 
| 192 | 
            +
                      }
         | 
| 187 193 | 
             
                    }
         | 
| 188 194 | 
             
                  }
         | 
| 189 195 | 
             
                },
         | 
| @@ -367,7 +373,7 @@ | |
| 367 373 | 
             
                    "members": {
         | 
| 368 374 | 
             
                      "KeyId": {},
         | 
| 369 375 | 
             
                      "Plaintext": {
         | 
| 370 | 
            -
                        "shape": " | 
| 376 | 
            +
                        "shape": "S25"
         | 
| 371 377 | 
             
                      },
         | 
| 372 378 | 
             
                      "EncryptionContext": {
         | 
| 373 379 | 
             
                        "shape": "Ss"
         | 
| @@ -406,6 +412,9 @@ | |
| 406 412 | 
             
                      "KeySpec": {},
         | 
| 407 413 | 
             
                      "GrantTokens": {
         | 
| 408 414 | 
             
                        "shape": "Sv"
         | 
| 415 | 
            +
                      },
         | 
| 416 | 
            +
                      "Recipient": {
         | 
| 417 | 
            +
                        "shape": "S21"
         | 
| 409 418 | 
             
                      }
         | 
| 410 419 | 
             
                    }
         | 
| 411 420 | 
             
                  },
         | 
| @@ -416,9 +425,12 @@ | |
| 416 425 | 
             
                        "type": "blob"
         | 
| 417 426 | 
             
                      },
         | 
| 418 427 | 
             
                      "Plaintext": {
         | 
| 419 | 
            -
                        "shape": " | 
| 428 | 
            +
                        "shape": "S25"
         | 
| 420 429 | 
             
                      },
         | 
| 421 | 
            -
                      "KeyId": {}
         | 
| 430 | 
            +
                      "KeyId": {},
         | 
| 431 | 
            +
                      "CiphertextForRecipient": {
         | 
| 432 | 
            +
                        "type": "blob"
         | 
| 433 | 
            +
                      }
         | 
| 422 434 | 
             
                    }
         | 
| 423 435 | 
             
                  }
         | 
| 424 436 | 
             
                },
         | 
| @@ -437,6 +449,9 @@ | |
| 437 449 | 
             
                      "KeyPairSpec": {},
         | 
| 438 450 | 
             
                      "GrantTokens": {
         | 
| 439 451 | 
             
                        "shape": "Sv"
         | 
| 452 | 
            +
                      },
         | 
| 453 | 
            +
                      "Recipient": {
         | 
| 454 | 
            +
                        "shape": "S21"
         | 
| 440 455 | 
             
                      }
         | 
| 441 456 | 
             
                    }
         | 
| 442 457 | 
             
                  },
         | 
| @@ -447,13 +462,16 @@ | |
| 447 462 | 
             
                        "type": "blob"
         | 
| 448 463 | 
             
                      },
         | 
| 449 464 | 
             
                      "PrivateKeyPlaintext": {
         | 
| 450 | 
            -
                        "shape": " | 
| 465 | 
            +
                        "shape": "S25"
         | 
| 451 466 | 
             
                      },
         | 
| 452 467 | 
             
                      "PublicKey": {
         | 
| 453 468 | 
             
                        "type": "blob"
         | 
| 454 469 | 
             
                      },
         | 
| 455 470 | 
             
                      "KeyId": {},
         | 
| 456 | 
            -
                      "KeyPairSpec": {}
         | 
| 471 | 
            +
                      "KeyPairSpec": {},
         | 
| 472 | 
            +
                      "CiphertextForRecipient": {
         | 
| 473 | 
            +
                        "type": "blob"
         | 
| 474 | 
            +
                      }
         | 
| 457 475 | 
             
                    }
         | 
| 458 476 | 
             
                  }
         | 
| 459 477 | 
             
                },
         | 
| @@ -529,7 +547,7 @@ | |
| 529 547 | 
             
                    ],
         | 
| 530 548 | 
             
                    "members": {
         | 
| 531 549 | 
             
                      "Message": {
         | 
| 532 | 
            -
                        "shape": " | 
| 550 | 
            +
                        "shape": "S25"
         | 
| 533 551 | 
             
                      },
         | 
| 534 552 | 
             
                      "KeyId": {},
         | 
| 535 553 | 
             
                      "MacAlgorithm": {},
         | 
| @@ -556,14 +574,20 @@ | |
| 556 574 | 
             
                      "NumberOfBytes": {
         | 
| 557 575 | 
             
                        "type": "integer"
         | 
| 558 576 | 
             
                      },
         | 
| 559 | 
            -
                      "CustomKeyStoreId": {}
         | 
| 577 | 
            +
                      "CustomKeyStoreId": {},
         | 
| 578 | 
            +
                      "Recipient": {
         | 
| 579 | 
            +
                        "shape": "S21"
         | 
| 580 | 
            +
                      }
         | 
| 560 581 | 
             
                    }
         | 
| 561 582 | 
             
                  },
         | 
| 562 583 | 
             
                  "output": {
         | 
| 563 584 | 
             
                    "type": "structure",
         | 
| 564 585 | 
             
                    "members": {
         | 
| 565 586 | 
             
                      "Plaintext": {
         | 
| 566 | 
            -
                        "shape": " | 
| 587 | 
            +
                        "shape": "S25"
         | 
| 588 | 
            +
                      },
         | 
| 589 | 
            +
                      "CiphertextForRecipient": {
         | 
| 590 | 
            +
                        "type": "blob"
         | 
| 567 591 | 
             
                      }
         | 
| 568 592 | 
             
                    }
         | 
| 569 593 | 
             
                  }
         | 
| @@ -628,7 +652,7 @@ | |
| 628 652 | 
             
                        "type": "blob"
         | 
| 629 653 | 
             
                      },
         | 
| 630 654 | 
             
                      "PublicKey": {
         | 
| 631 | 
            -
                        "shape": " | 
| 655 | 
            +
                        "shape": "S25"
         | 
| 632 656 | 
             
                      },
         | 
| 633 657 | 
             
                      "ParametersValidTo": {
         | 
| 634 658 | 
             
                        "type": "timestamp"
         | 
| @@ -754,7 +778,7 @@ | |
| 754 778 | 
             
                    }
         | 
| 755 779 | 
             
                  },
         | 
| 756 780 | 
             
                  "output": {
         | 
| 757 | 
            -
                    "shape": " | 
| 781 | 
            +
                    "shape": "S3r"
         | 
| 758 782 | 
             
                  }
         | 
| 759 783 | 
             
                },
         | 
| 760 784 | 
             
                "ListKeyPolicies": {
         | 
| @@ -857,7 +881,7 @@ | |
| 857 881 | 
             
                    }
         | 
| 858 882 | 
             
                  },
         | 
| 859 883 | 
             
                  "output": {
         | 
| 860 | 
            -
                    "shape": " | 
| 884 | 
            +
                    "shape": "S3r"
         | 
| 861 885 | 
             
                  }
         | 
| 862 886 | 
             
                },
         | 
| 863 887 | 
             
                "PutKeyPolicy": {
         | 
| @@ -1011,7 +1035,7 @@ | |
| 1011 1035 | 
             
                    "members": {
         | 
| 1012 1036 | 
             
                      "KeyId": {},
         | 
| 1013 1037 | 
             
                      "Message": {
         | 
| 1014 | 
            -
                        "shape": " | 
| 1038 | 
            +
                        "shape": "S25"
         | 
| 1015 1039 | 
             
                      },
         | 
| 1016 1040 | 
             
                      "MessageType": {},
         | 
| 1017 1041 | 
             
                      "GrantTokens": {
         | 
| @@ -1140,7 +1164,7 @@ | |
| 1140 1164 | 
             
                    "members": {
         | 
| 1141 1165 | 
             
                      "KeyId": {},
         | 
| 1142 1166 | 
             
                      "Message": {
         | 
| 1143 | 
            -
                        "shape": " | 
| 1167 | 
            +
                        "shape": "S25"
         | 
| 1144 1168 | 
             
                      },
         | 
| 1145 1169 | 
             
                      "MessageType": {},
         | 
| 1146 1170 | 
             
                      "Signature": {
         | 
| @@ -1174,7 +1198,7 @@ | |
| 1174 1198 | 
             
                    ],
         | 
| 1175 1199 | 
             
                    "members": {
         | 
| 1176 1200 | 
             
                      "Message": {
         | 
| 1177 | 
            -
                        "shape": " | 
| 1201 | 
            +
                        "shape": "S25"
         | 
| 1178 1202 | 
             
                      },
         | 
| 1179 1203 | 
             
                      "KeyId": {},
         | 
| 1180 1204 | 
             
                      "MacAlgorithm": {},
         | 
| @@ -1355,11 +1379,20 @@ | |
| 1355 1379 | 
             
                    "Region": {}
         | 
| 1356 1380 | 
             
                  }
         | 
| 1357 1381 | 
             
                },
         | 
| 1358 | 
            -
                " | 
| 1382 | 
            +
                "S21": {
         | 
| 1383 | 
            +
                  "type": "structure",
         | 
| 1384 | 
            +
                  "members": {
         | 
| 1385 | 
            +
                    "KeyEncryptionAlgorithm": {},
         | 
| 1386 | 
            +
                    "AttestationDocument": {
         | 
| 1387 | 
            +
                      "type": "blob"
         | 
| 1388 | 
            +
                    }
         | 
| 1389 | 
            +
                  }
         | 
| 1390 | 
            +
                },
         | 
| 1391 | 
            +
                "S25": {
         | 
| 1359 1392 | 
             
                  "type": "blob",
         | 
| 1360 1393 | 
             
                  "sensitive": true
         | 
| 1361 1394 | 
             
                },
         | 
| 1362 | 
            -
                " | 
| 1395 | 
            +
                "S3r": {
         | 
| 1363 1396 | 
             
                  "type": "structure",
         | 
| 1364 1397 | 
             
                  "members": {
         | 
| 1365 1398 | 
             
                    "Grants": {
         | 
| @@ -270,7 +270,7 @@ declare namespace ComputeOptimizer { | |
| 270 270 | 
             
                 */
         | 
| 271 271 | 
             
                effectiveRecommendationPreferences?: EffectiveRecommendationPreferences;
         | 
| 272 272 | 
             
                /**
         | 
| 273 | 
            -
                 * The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instances:    AmazonEmr - Infers that Amazon EMR might be running on the instances.    ApacheCassandra - Infers that Apache Cassandra might be running on the instances.    ApacheHadoop - Infers that Apache Hadoop might be running on the instances.    Memcached - Infers that Memcached might be running on the instances.    NGINX - Infers that NGINX might be running on the instances.    PostgreSql - Infers that PostgreSQL might be running on the instances.    Redis - Infers that Redis might be running on the instances.  
         | 
| 273 | 
            +
                 * The applications that might be running on the instances in the Auto Scaling group as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instances:    AmazonEmr - Infers that Amazon EMR might be running on the instances.    ApacheCassandra - Infers that Apache Cassandra might be running on the instances.    ApacheHadoop - Infers that Apache Hadoop might be running on the instances.    Memcached - Infers that Memcached might be running on the instances.    NGINX - Infers that NGINX might be running on the instances.    PostgreSql - Infers that PostgreSQL might be running on the instances.    Redis - Infers that Redis might be running on the instances.    Kafka - Infers that Kafka might be running on the instance.    SQLServer - Infers that SQLServer might be running on the instance.  
         | 
| 274 274 | 
             
                 */
         | 
| 275 275 | 
             
                inferredWorkloadTypes?: InferredWorkloadTypes;
         | 
| 276 276 | 
             
              }
         | 
| @@ -409,7 +409,7 @@ declare namespace ComputeOptimizer { | |
| 409 409 | 
             
              export type DestinationKeyPrefix = string;
         | 
| 410 410 | 
             
              export interface EBSFilter {
         | 
| 411 411 | 
             
                /**
         | 
| 412 | 
            -
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized).
         | 
| 412 | 
            +
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized). You can filter your Amazon EBS volume recommendations by tag:key and tag-key tags. A tag:key is a key and value combination of a tag assigned to your Amazon EBS volume recommendations. Use the tag key in the filter name and the tag value as the filter value. For example, to find all Amazon EBS volume recommendations that have a tag with the key of Owner and the value of TeamA, specify tag:Owner for the filter name and TeamA for the filter value. A tag-key is the key of a tag assigned to your Amazon EBS volume recommendations. Use this filter to find all of your Amazon EBS volume recommendations that have a tag with a specific key. This doesn’t consider the tag value. For example, you can find your Amazon EBS volume recommendations with a tag key value of Owner or without any tag keys assigned.
         | 
| 413 413 | 
             
                 */
         | 
| 414 414 | 
             
                name?: EBSFilterName;
         | 
| 415 415 | 
             
                /**
         | 
| @@ -522,10 +522,14 @@ declare namespace ComputeOptimizer { | |
| 522 522 | 
             
                 *  The risk of the current Amazon ECS service not meeting the performance needs of its workloads. The higher the risk, the more likely the current service can't meet the performance requirements of its workload. 
         | 
| 523 523 | 
             
                 */
         | 
| 524 524 | 
             
                currentPerformanceRisk?: CurrentPerformanceRisk;
         | 
| 525 | 
            +
                /**
         | 
| 526 | 
            +
                 *  A list of tags assigned to your Amazon ECS service recommendations. 
         | 
| 527 | 
            +
                 */
         | 
| 528 | 
            +
                tags?: Tags;
         | 
| 525 529 | 
             
              }
         | 
| 526 530 | 
             
              export interface ECSServiceRecommendationFilter {
         | 
| 527 531 | 
             
                /**
         | 
| 528 | 
            -
                 *  The name of the filter.   Specify Finding to return recommendations with a specific finding classification.   Specify FindingReasonCode to return recommendations with a specific finding reason code. 
         | 
| 532 | 
            +
                 *  The name of the filter.   Specify Finding to return recommendations with a specific finding classification.   Specify FindingReasonCode to return recommendations with a specific finding reason code.  You can filter your Amazon ECS service recommendations by tag:key and tag-key tags. A tag:key is a key and value combination of a tag assigned to your Amazon ECS service recommendations. Use the tag key in the filter name and the tag value as the filter value. For example, to find all Amazon ECS service recommendations that have a tag with the key of Owner and the value of TeamA, specify tag:Owner for the filter name and TeamA for the filter value. A tag-key is the key of a tag assigned to your Amazon ECS service recommendations. Use this filter to find all of your Amazon ECS service recommendations that have a tag with a specific key. This doesn’t consider the tag value. For example, you can find your Amazon ECS service recommendations with a tag key value of Owner or without any tag keys assigned.
         | 
| 529 533 | 
             
                 */
         | 
| 530 534 | 
             
                name?: ECSServiceRecommendationFilterName;
         | 
| 531 535 | 
             
                /**
         | 
| @@ -808,13 +812,13 @@ declare namespace ComputeOptimizer { | |
| 808 812 | 
             
              }
         | 
| 809 813 | 
             
              export type ExportableAutoScalingGroupField = "AccountId"|"AutoScalingGroupArn"|"AutoScalingGroupName"|"Finding"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"UtilizationMetricsDiskReadOpsPerSecondMaximum"|"UtilizationMetricsDiskWriteOpsPerSecondMaximum"|"UtilizationMetricsDiskReadBytesPerSecondMaximum"|"UtilizationMetricsDiskWriteBytesPerSecondMaximum"|"UtilizationMetricsNetworkInBytesPerSecondMaximum"|"UtilizationMetricsNetworkOutBytesPerSecondMaximum"|"UtilizationMetricsNetworkPacketsInPerSecondMaximum"|"UtilizationMetricsNetworkPacketsOutPerSecondMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationInstanceType"|"CurrentConfigurationDesiredCapacity"|"CurrentConfigurationMinSize"|"CurrentConfigurationMaxSize"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsConfigurationInstanceType"|"RecommendationOptionsConfigurationDesiredCapacity"|"RecommendationOptionsConfigurationMinSize"|"RecommendationOptionsConfigurationMaxSize"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"EffectiveRecommendationPreferencesCpuVendorArchitectures"|"EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics"|"EffectiveRecommendationPreferencesInferredWorkloadTypes"|"InferredWorkloadTypes"|"RecommendationOptionsMigrationEffort"|string;
         | 
| 810 814 | 
             
              export type ExportableAutoScalingGroupFields = ExportableAutoScalingGroupField[];
         | 
| 811 | 
            -
              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"|string;
         | 
| 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;
         | 
| 812 816 | 
             
              export type ExportableECSServiceFields = ExportableECSServiceField[];
         | 
| 813 | 
            -
              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"|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"|string;
         | 
| 814 818 | 
             
              export type ExportableInstanceFields = ExportableInstanceField[];
         | 
| 815 | 
            -
              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"|string;
         | 
| 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;
         | 
| 816 820 | 
             
              export type ExportableLambdaFunctionFields = ExportableLambdaFunctionField[];
         | 
| 817 | 
            -
              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"|string;
         | 
| 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;
         | 
| 818 822 | 
             
              export type ExportableVolumeFields = ExportableVolumeField[];
         | 
| 819 823 | 
             
              export interface ExternalMetricsPreference {
         | 
| 820 824 | 
             
                /**
         | 
| @@ -827,7 +831,7 @@ declare namespace ComputeOptimizer { | |
| 827 831 | 
             
              export type FileFormat = "Csv"|string;
         | 
| 828 832 | 
             
              export interface Filter {
         | 
| 829 833 | 
             
                /**
         | 
| 830 | 
            -
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification  | 
| 834 | 
            +
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification. For example, Underprovisioned. Specify RecommendationSourceType to return recommendations of a specific resource type. For example, Ec2Instance. Specify FindingReasonCodes to return recommendations with a specific finding reason code. For example, CPUUnderprovisioned. Specify InferredWorkloadTypes to return recommendations of a specific inferred workload. For example, Redis. You can filter your EC2 instance recommendations by tag:key and tag-key tags. A tag:key is a key and value combination of a tag assigned to your recommendations. Use the tag key in the filter name and the tag value as the filter value. For example, to find all recommendations that have a tag with the key of Owner and the value of TeamA, specify tag:Owner for the filter name and TeamA for the filter value. A tag-key is the key of a tag assigned to your recommendations. Use this filter to find all of your recommendations that have a tag with a specific key. This doesn’t consider the tag value. For example, you can find your recommendations with a tag key value of Owner or without any tag keys assigned.
         | 
| 831 835 | 
             
                 */
         | 
| 832 836 | 
             
                name?: FilterName;
         | 
| 833 837 | 
             
                /**
         | 
| @@ -835,7 +839,7 @@ declare namespace ComputeOptimizer { | |
| 835 839 | 
             
                 */
         | 
| 836 840 | 
             
                values?: FilterValues;
         | 
| 837 841 | 
             
              }
         | 
| 838 | 
            -
              export type FilterName = "Finding"|"FindingReasonCodes"|"RecommendationSourceType"|string;
         | 
| 842 | 
            +
              export type FilterName = "Finding"|"FindingReasonCodes"|"RecommendationSourceType"|"InferredWorkloadTypes"|string;
         | 
| 839 843 | 
             
              export type FilterValue = string;
         | 
| 840 844 | 
             
              export type FilterValues = FilterValue[];
         | 
| 841 845 | 
             
              export type Filters = Filter[];
         | 
| @@ -1222,7 +1226,18 @@ declare namespace ComputeOptimizer { | |
| 1222 1226 | 
             
              export type High = number;
         | 
| 1223 1227 | 
             
              export type Identifier = string;
         | 
| 1224 1228 | 
             
              export type IncludeMemberAccounts = boolean;
         | 
| 1225 | 
            -
              export  | 
| 1229 | 
            +
              export interface InferredWorkloadSaving {
         | 
| 1230 | 
            +
                /**
         | 
| 1231 | 
            +
                 * The applications that might be running on the instance as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instance:    AmazonEmr - Infers that Amazon EMR might be running on the instance.    ApacheCassandra - Infers that Apache Cassandra might be running on the instance.    ApacheHadoop - Infers that Apache Hadoop might be running on the instance.    Memcached - Infers that Memcached might be running on the instance.    NGINX - Infers that NGINX might be running on the instance.    PostgreSql - Infers that PostgreSQL might be running on the instance.    Redis - Infers that Redis might be running on the instance.    Kafka - Infers that Kafka might be running on the instance.    SQLServer - Infers that SQLServer might be running on the instance.  
         | 
| 1232 | 
            +
                 */
         | 
| 1233 | 
            +
                inferredWorkloadTypes?: InferredWorkloadTypes;
         | 
| 1234 | 
            +
                /**
         | 
| 1235 | 
            +
                 * An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing.
         | 
| 1236 | 
            +
                 */
         | 
| 1237 | 
            +
                estimatedMonthlySavings?: EstimatedMonthlySavings;
         | 
| 1238 | 
            +
              }
         | 
| 1239 | 
            +
              export type InferredWorkloadSavings = InferredWorkloadSaving[];
         | 
| 1240 | 
            +
              export type InferredWorkloadType = "AmazonEmr"|"ApacheCassandra"|"ApacheHadoop"|"Memcached"|"Nginx"|"PostgreSql"|"Redis"|"Kafka"|"SQLServer"|string;
         | 
| 1226 1241 | 
             
              export type InferredWorkloadTypes = InferredWorkloadType[];
         | 
| 1227 1242 | 
             
              export type InferredWorkloadTypesPreference = "Active"|"Inactive"|string;
         | 
| 1228 1243 | 
             
              export type InstanceArn = string;
         | 
| @@ -1250,7 +1265,7 @@ declare namespace ComputeOptimizer { | |
| 1250 1265 | 
             
                 */
         | 
| 1251 1266 | 
             
                finding?: Finding;
         | 
| 1252 1267 | 
             
                /**
         | 
| 1253 | 
            -
                 * The reason for the finding classification of the instance. Finding reason codes for instances include:     CPUOverprovisioned  — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.     CPUUnderprovisioned  — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.     MemoryOverprovisioned  — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.     MemoryUnderprovisioned  — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.  Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace.      EBSThroughputOverprovisioned  — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metrics of EBS volumes attached to the current instance during the look-back period.     EBSThroughputUnderprovisioned  — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes | 
| 1268 | 
            +
                 * The reason for the finding classification of the instance. Finding reason codes for instances include:     CPUOverprovisioned  — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.     CPUUnderprovisioned  — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period.     MemoryOverprovisioned  — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.     MemoryUnderprovisioned  — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period.  Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace.      EBSThroughputOverprovisioned  — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metrics of EBS volumes attached to the current instance during the look-back period.     EBSThroughputUnderprovisioned  — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metrics of EBS volumes attached to the current instance during the look-back period.     EBSIOPSOverprovisioned  — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metric of EBS volumes attached to the current instance during the look-back period.     EBSIOPSUnderprovisioned  — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metric of EBS volumes attached to the current instance during the look-back period.     NetworkBandwidthOverprovisioned  — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period.     NetworkBandwidthUnderprovisioned  — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted.     NetworkPPSOverprovisioned  — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.     NetworkPPSUnderprovisioned  — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period.     DiskIOPSOverprovisioned  — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.     DiskIOPSUnderprovisioned  — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period.     DiskThroughputOverprovisioned  — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.     DiskThroughputUnderprovisioned  — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period.    For more information about instance metrics, see List the available CloudWatch metrics for your instances in the Amazon Elastic Compute Cloud User Guide. For more information about EBS volume metrics, see Amazon CloudWatch metrics for Amazon EBS in the Amazon Elastic Compute Cloud User Guide. 
         | 
| 1254 1269 | 
             
                 */
         | 
| 1255 1270 | 
             
                findingReasonCodes?: InstanceRecommendationFindingReasonCodes;
         | 
| 1256 1271 | 
             
                /**
         | 
| @@ -1282,13 +1297,17 @@ declare namespace ComputeOptimizer { | |
| 1282 1297 | 
             
                 */
         | 
| 1283 1298 | 
             
                effectiveRecommendationPreferences?: EffectiveRecommendationPreferences;
         | 
| 1284 1299 | 
             
                /**
         | 
| 1285 | 
            -
                 * The applications that might be running on the instance as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instance:    AmazonEmr - Infers that Amazon EMR might be running on the instance.    ApacheCassandra - Infers that Apache Cassandra might be running on the instance.    ApacheHadoop - Infers that Apache Hadoop might be running on the instance.    Memcached - Infers that Memcached might be running on the instance.    NGINX - Infers that NGINX might be running on the instance.    PostgreSql - Infers that PostgreSQL might be running on the instance.    Redis - Infers that Redis might be running on the instance.    Kafka - Infers that Kafka might be running on the instance.  
         | 
| 1300 | 
            +
                 * The applications that might be running on the instance as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instance:    AmazonEmr - Infers that Amazon EMR might be running on the instance.    ApacheCassandra - Infers that Apache Cassandra might be running on the instance.    ApacheHadoop - Infers that Apache Hadoop might be running on the instance.    Memcached - Infers that Memcached might be running on the instance.    NGINX - Infers that NGINX might be running on the instance.    PostgreSql - Infers that PostgreSQL might be running on the instance.    Redis - Infers that Redis might be running on the instance.    Kafka - Infers that Kafka might be running on the instance.    SQLServer - Infers that SQLServer might be running on the instance.  
         | 
| 1286 1301 | 
             
                 */
         | 
| 1287 1302 | 
             
                inferredWorkloadTypes?: InferredWorkloadTypes;
         | 
| 1288 1303 | 
             
                /**
         | 
| 1289 1304 | 
             
                 *  The state of the instance when the recommendation was generated. 
         | 
| 1290 1305 | 
             
                 */
         | 
| 1291 1306 | 
             
                instanceState?: InstanceState;
         | 
| 1307 | 
            +
                /**
         | 
| 1308 | 
            +
                 *  A list of tags assigned to your Amazon EC2 instance recommendations. 
         | 
| 1309 | 
            +
                 */
         | 
| 1310 | 
            +
                tags?: Tags;
         | 
| 1292 1311 | 
             
              }
         | 
| 1293 1312 | 
             
              export type InstanceRecommendationFindingReasonCode = "CPUOverprovisioned"|"CPUUnderprovisioned"|"MemoryOverprovisioned"|"MemoryUnderprovisioned"|"EBSThroughputOverprovisioned"|"EBSThroughputUnderprovisioned"|"EBSIOPSOverprovisioned"|"EBSIOPSUnderprovisioned"|"NetworkBandwidthOverprovisioned"|"NetworkBandwidthUnderprovisioned"|"NetworkPPSOverprovisioned"|"NetworkPPSUnderprovisioned"|"DiskIOPSOverprovisioned"|"DiskIOPSUnderprovisioned"|"DiskThroughputOverprovisioned"|"DiskThroughputUnderprovisioned"|string;
         | 
| 1294 1313 | 
             
              export type InstanceRecommendationFindingReasonCodes = InstanceRecommendationFindingReasonCode[];
         | 
| @@ -1427,10 +1446,14 @@ declare namespace ComputeOptimizer { | |
| 1427 1446 | 
             
                 * The risk of the current Lambda function not meeting the performance needs of its workloads. The higher the risk, the more likely the current Lambda function requires more memory.
         | 
| 1428 1447 | 
             
                 */
         | 
| 1429 1448 | 
             
                currentPerformanceRisk?: CurrentPerformanceRisk;
         | 
| 1449 | 
            +
                /**
         | 
| 1450 | 
            +
                 *  A list of tags assigned to your Lambda function recommendations. 
         | 
| 1451 | 
            +
                 */
         | 
| 1452 | 
            +
                tags?: Tags;
         | 
| 1430 1453 | 
             
              }
         | 
| 1431 1454 | 
             
              export interface LambdaFunctionRecommendationFilter {
         | 
| 1432 1455 | 
             
                /**
         | 
| 1433 | 
            -
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized). Specify FindingReasonCode to return recommendations with a specific finding reason code (for example, MemoryUnderprovisioned).
         | 
| 1456 | 
            +
                 * The name of the filter. Specify Finding to return recommendations with a specific finding classification (for example, NotOptimized). Specify FindingReasonCode to return recommendations with a specific finding reason code (for example, MemoryUnderprovisioned). You can filter your Lambda function recommendations by tag:key and tag-key tags. A tag:key is a key and value combination of a tag assigned to your Lambda function recommendations. Use the tag key in the filter name and the tag value as the filter value. For example, to find all Lambda function recommendations that have a tag with the key of Owner and the value of TeamA, specify tag:Owner for the filter name and TeamA for the filter value. A tag-key is the key of a tag assigned to your Lambda function recommendations. Use this filter to find all of your Lambda function recommendations that have a tag with a specific key. This doesn’t consider the tag value. For example, you can find your Lambda function recommendations with a tag key value of Owner or without any tag keys assigned.
         | 
| 1434 1457 | 
             
                 */
         | 
| 1435 1458 | 
             
                name?: LambdaFunctionRecommendationFilterName;
         | 
| 1436 1459 | 
             
                /**
         | 
| @@ -1647,6 +1670,10 @@ declare namespace ComputeOptimizer { | |
| 1647 1670 | 
             
                 * An object that describes the performance risk ratings for a given resource type.
         | 
| 1648 1671 | 
             
                 */
         | 
| 1649 1672 | 
             
                currentPerformanceRiskRatings?: CurrentPerformanceRiskRatings;
         | 
| 1673 | 
            +
                /**
         | 
| 1674 | 
            +
                 *  An array of objects that describes the estimated monthly saving amounts for the instances running on the specified inferredWorkloadTypes. The array contains the top three savings opportunites for the instances running inferred workload types. 
         | 
| 1675 | 
            +
                 */
         | 
| 1676 | 
            +
                inferredWorkloadSavings?: InferredWorkloadSavings;
         | 
| 1650 1677 | 
             
              }
         | 
| 1651 1678 | 
             
              export type RecommendedInstanceType = string;
         | 
| 1652 1679 | 
             
              export interface RecommendedOptionProjectedMetric {
         | 
| @@ -1697,7 +1724,7 @@ declare namespace ComputeOptimizer { | |
| 1697 1724 | 
             
                 */
         | 
| 1698 1725 | 
             
                savingsOpportunityPercentage?: SavingsOpportunityPercentage;
         | 
| 1699 1726 | 
             
                /**
         | 
| 1700 | 
            -
                 * An object that describes the estimated monthly savings amount possible | 
| 1727 | 
            +
                 * An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer recommendations for a given resource. This is based on the On-Demand instance pricing..
         | 
| 1701 1728 | 
             
                 */
         | 
| 1702 1729 | 
             
                estimatedMonthlySavings?: EstimatedMonthlySavings;
         | 
| 1703 1730 | 
             
              }
         | 
| @@ -1756,6 +1783,19 @@ declare namespace ComputeOptimizer { | |
| 1756 1783 | 
             
                reasonCodeSummaries?: ReasonCodeSummaries;
         | 
| 1757 1784 | 
             
              }
         | 
| 1758 1785 | 
             
              export type SummaryValue = number;
         | 
| 1786 | 
            +
              export interface Tag {
         | 
| 1787 | 
            +
                /**
         | 
| 1788 | 
            +
                 *  One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values. 
         | 
| 1789 | 
            +
                 */
         | 
| 1790 | 
            +
                key?: TagKey;
         | 
| 1791 | 
            +
                /**
         | 
| 1792 | 
            +
                 *  One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null. 
         | 
| 1793 | 
            +
                 */
         | 
| 1794 | 
            +
                value?: TagValue;
         | 
| 1795 | 
            +
              }
         | 
| 1796 | 
            +
              export type TagKey = string;
         | 
| 1797 | 
            +
              export type TagValue = string;
         | 
| 1798 | 
            +
              export type Tags = Tag[];
         | 
| 1759 1799 | 
             
              export type TaskDefinitionArn = string;
         | 
| 1760 1800 | 
             
              export type Timestamp = Date;
         | 
| 1761 1801 | 
             
              export type Timestamps = Timestamp[];
         | 
| @@ -1870,6 +1910,10 @@ declare namespace ComputeOptimizer { | |
| 1870 1910 | 
             
                 * The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn't have sufficient capacity.
         | 
| 1871 1911 | 
             
                 */
         | 
| 1872 1912 | 
             
                currentPerformanceRisk?: CurrentPerformanceRisk;
         | 
| 1913 | 
            +
                /**
         | 
| 1914 | 
            +
                 *  A list of tags assigned to your Amazon EBS volume recommendations. 
         | 
| 1915 | 
            +
                 */
         | 
| 1916 | 
            +
                tags?: Tags;
         | 
| 1873 1917 | 
             
              }
         | 
| 1874 1918 | 
             
              export interface VolumeRecommendationOption {
         | 
| 1875 1919 | 
             
                /**
         |