aws-sdk 2.1360.0 → 2.1362.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 +1 -1
- package/apis/chime-2018-05-01.min.json +32 -28
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/apis/comprehend-2017-11-27.min.json +181 -154
- package/apis/guardduty-2017-11-28.min.json +106 -53
- package/apis/iot-2015-05-28.min.json +1 -1
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/ram-2018-01-04.min.json +396 -66
- package/apis/ram-2018-01-04.paginators.json +10 -0
- package/apis/s3-2006-03-01.examples.json +94 -94
- package/apis/sagemaker-2017-07-24.min.json +710 -703
- package/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/apis/snowball-2016-06-30.min.json +79 -52
- package/apis/wafv2-2019-07-29.min.json +159 -73
- package/clients/chime.d.ts +94 -42
- package/clients/chimesdkmediapipelines.d.ts +14 -10
- package/clients/chimesdkmeetings.d.ts +33 -24
- package/clients/comprehend.d.ts +45 -5
- package/clients/ecs.d.ts +7 -7
- package/clients/gamelift.d.ts +240 -240
- package/clients/guardduty.d.ts +61 -4
- package/clients/iot.d.ts +1 -1
- package/clients/ram.d.ts +538 -91
- package/clients/rds.d.ts +16 -16
- package/clients/s3.d.ts +117 -117
- package/clients/sagemaker.d.ts +53 -39
- package/clients/secretsmanager.d.ts +10 -10
- package/clients/snowball.d.ts +56 -9
- package/clients/wafv2.d.ts +120 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +197 -158
- package/dist/aws-sdk.min.js +82 -82
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/clients/guardduty.d.ts
    CHANGED
    
    | @@ -1571,7 +1571,7 @@ declare namespace GuardDuty { | |
| 1571 1571 | 
             
              }
         | 
| 1572 1572 | 
             
              export type DetectorAdditionalConfigurationResults = DetectorAdditionalConfigurationResult[];
         | 
| 1573 1573 | 
             
              export type DetectorAdditionalConfigurations = DetectorAdditionalConfiguration[];
         | 
| 1574 | 
            -
              export type DetectorFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|string;
         | 
| 1574 | 
            +
              export type DetectorFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|"LAMBDA_NETWORK_LOGS"|string;
         | 
| 1575 1575 | 
             
              export interface DetectorFeatureConfiguration {
         | 
| 1576 1576 | 
             
                /**
         | 
| 1577 1577 | 
             
                 * The name of the feature.
         | 
| @@ -1606,7 +1606,7 @@ declare namespace GuardDuty { | |
| 1606 1606 | 
             
              }
         | 
| 1607 1607 | 
             
              export type DetectorFeatureConfigurations = DetectorFeatureConfiguration[];
         | 
| 1608 1608 | 
             
              export type DetectorFeatureConfigurationsResults = DetectorFeatureConfigurationResult[];
         | 
| 1609 | 
            -
              export type DetectorFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|string;
         | 
| 1609 | 
            +
              export type DetectorFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|"LAMBDA_NETWORK_LOGS"|string;
         | 
| 1610 1610 | 
             
              export type DetectorId = string;
         | 
| 1611 1611 | 
             
              export type DetectorIds = DetectorId[];
         | 
| 1612 1612 | 
             
              export type DetectorStatus = "ENABLED"|"DISABLED"|string;
         | 
| @@ -1971,7 +1971,7 @@ declare namespace GuardDuty { | |
| 1971 1971 | 
             
                FreeTrialDaysRemaining?: Integer;
         | 
| 1972 1972 | 
             
              }
         | 
| 1973 1973 | 
             
              export type FreeTrialFeatureConfigurationsResults = FreeTrialFeatureConfigurationResult[];
         | 
| 1974 | 
            -
              export type FreeTrialFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|string;
         | 
| 1974 | 
            +
              export type FreeTrialFeatureResult = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|"LAMBDA_NETWORK_LOGS"|string;
         | 
| 1975 1975 | 
             
              export interface GeoLocation {
         | 
| 1976 1976 | 
             
                /**
         | 
| 1977 1977 | 
             
                 * The latitude information of the remote IP address.
         | 
| @@ -2573,6 +2573,44 @@ declare namespace GuardDuty { | |
| 2573 2573 | 
             
                 */
         | 
| 2574 2574 | 
             
                Volumes?: Volumes;
         | 
| 2575 2575 | 
             
              }
         | 
| 2576 | 
            +
              export interface LambdaDetails {
         | 
| 2577 | 
            +
                /**
         | 
| 2578 | 
            +
                 * Amazon Resource Name (ARN) of the Lambda function.
         | 
| 2579 | 
            +
                 */
         | 
| 2580 | 
            +
                FunctionArn?: String;
         | 
| 2581 | 
            +
                /**
         | 
| 2582 | 
            +
                 * Name of the Lambda function.
         | 
| 2583 | 
            +
                 */
         | 
| 2584 | 
            +
                FunctionName?: String;
         | 
| 2585 | 
            +
                /**
         | 
| 2586 | 
            +
                 * Description of the Lambda function.
         | 
| 2587 | 
            +
                 */
         | 
| 2588 | 
            +
                Description?: String;
         | 
| 2589 | 
            +
                /**
         | 
| 2590 | 
            +
                 * The timestamp when the Lambda function was last modified. This field is in the UTC date string format (2023-03-22T19:37:20.168Z).
         | 
| 2591 | 
            +
                 */
         | 
| 2592 | 
            +
                LastModifiedAt?: Timestamp;
         | 
| 2593 | 
            +
                /**
         | 
| 2594 | 
            +
                 * The revision ID of the Lambda function version.
         | 
| 2595 | 
            +
                 */
         | 
| 2596 | 
            +
                RevisionId?: String;
         | 
| 2597 | 
            +
                /**
         | 
| 2598 | 
            +
                 * The version of the Lambda function.
         | 
| 2599 | 
            +
                 */
         | 
| 2600 | 
            +
                FunctionVersion?: String;
         | 
| 2601 | 
            +
                /**
         | 
| 2602 | 
            +
                 * The execution role of the Lambda function.
         | 
| 2603 | 
            +
                 */
         | 
| 2604 | 
            +
                Role?: String;
         | 
| 2605 | 
            +
                /**
         | 
| 2606 | 
            +
                 * Amazon Virtual Private Cloud configuration details associated with your Lambda function.
         | 
| 2607 | 
            +
                 */
         | 
| 2608 | 
            +
                VpcConfig?: VpcConfig;
         | 
| 2609 | 
            +
                /**
         | 
| 2610 | 
            +
                 * A list of tags attached to this resource, listed in the format of key:value pair.
         | 
| 2611 | 
            +
                 */
         | 
| 2612 | 
            +
                Tags?: Tags;
         | 
| 2613 | 
            +
              }
         | 
| 2576 2614 | 
             
              export type Lineage = LineageObject[];
         | 
| 2577 2615 | 
             
              export interface LineageObject {
         | 
| 2578 2616 | 
             
                /**
         | 
| @@ -3141,7 +3179,7 @@ declare namespace GuardDuty { | |
| 3141 3179 | 
             
              export type NonEmptyString = string;
         | 
| 3142 3180 | 
             
              export type NotEquals = String[];
         | 
| 3143 3181 | 
             
              export type OrderBy = "ASC"|"DESC"|string;
         | 
| 3144 | 
            -
              export type OrgFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|string;
         | 
| 3182 | 
            +
              export type OrgFeature = "S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"EKS_RUNTIME_MONITORING"|"LAMBDA_NETWORK_LOGS"|string;
         | 
| 3145 3183 | 
             
              export type OrgFeatureAdditionalConfiguration = "EKS_ADDON_MANAGEMENT"|string;
         | 
| 3146 3184 | 
             
              export type OrgFeatureStatus = "NEW"|"NONE"|string;
         | 
| 3147 3185 | 
             
              export interface Organization {
         | 
| @@ -3582,6 +3620,10 @@ declare namespace GuardDuty { | |
| 3582 3620 | 
             
                 * Contains information about the user details through which anomalous login attempt was made.
         | 
| 3583 3621 | 
             
                 */
         | 
| 3584 3622 | 
             
                RdsDbUserDetails?: RdsDbUserDetails;
         | 
| 3623 | 
            +
                /**
         | 
| 3624 | 
            +
                 * Contains information about the Lambda function that was involved in a finding.
         | 
| 3625 | 
            +
                 */
         | 
| 3626 | 
            +
                LambdaDetails?: LambdaDetails;
         | 
| 3585 3627 | 
             
              }
         | 
| 3586 3628 | 
             
              export interface ResourceDetails {
         | 
| 3587 3629 | 
             
                /**
         | 
| @@ -4036,6 +4078,7 @@ declare namespace GuardDuty { | |
| 4036 4078 | 
             
                UnprocessedAccounts: UnprocessedAccounts;
         | 
| 4037 4079 | 
             
              }
         | 
| 4038 4080 | 
             
              export type String = string;
         | 
| 4081 | 
            +
              export type SubnetIds = String[];
         | 
| 4039 4082 | 
             
              export interface Tag {
         | 
| 4040 4083 | 
             
                /**
         | 
| 4041 4084 | 
             
                 * The EC2 instance tag key.
         | 
| @@ -4502,6 +4545,20 @@ declare namespace GuardDuty { | |
| 4502 4545 | 
             
              }
         | 
| 4503 4546 | 
             
              export type VolumeMounts = VolumeMount[];
         | 
| 4504 4547 | 
             
              export type Volumes = Volume[];
         | 
| 4548 | 
            +
              export interface VpcConfig {
         | 
| 4549 | 
            +
                /**
         | 
| 4550 | 
            +
                 * The identifiers of the subnets that are associated with your Lambda function.
         | 
| 4551 | 
            +
                 */
         | 
| 4552 | 
            +
                SubnetIds?: SubnetIds;
         | 
| 4553 | 
            +
                /**
         | 
| 4554 | 
            +
                 * The identifier of the Amazon Virtual Private Cloud.
         | 
| 4555 | 
            +
                 */
         | 
| 4556 | 
            +
                VpcId?: String;
         | 
| 4557 | 
            +
                /**
         | 
| 4558 | 
            +
                 * The identifier of the security group attached to the Lambda function.
         | 
| 4559 | 
            +
                 */
         | 
| 4560 | 
            +
                SecurityGroups?: SecurityGroups;
         | 
| 4561 | 
            +
              }
         | 
| 4505 4562 | 
             
              /**
         | 
| 4506 4563 | 
             
               * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
         | 
| 4507 4564 | 
             
               */
         | 
    
        package/clients/iot.d.ts
    CHANGED
    
    | @@ -8870,7 +8870,7 @@ declare namespace Iot { | |
| 8870 8870 | 
             
                 */
         | 
| 8871 8871 | 
             
                additionalParameters?: AdditionalParameterMap;
         | 
| 8872 8872 | 
             
              }
         | 
| 8873 | 
            -
              export type OTAUpdateStatus = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|string;
         | 
| 8873 | 
            +
              export type OTAUpdateStatus = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_COMPLETE"|"CREATE_FAILED"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|string;
         | 
| 8874 8874 | 
             
              export interface OTAUpdateSummary {
         | 
| 8875 8875 | 
             
                /**
         | 
| 8876 8876 | 
             
                 * The OTA update ID.
         |