aws-sdk 2.1409.0 → 2.1411.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.
@@ -3353,7 +3353,7 @@ declare namespace SageMaker {
3353
3353
  */
3354
3354
  TabularJobConfig?: TabularJobConfig;
3355
3355
  /**
3356
- * Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
3356
+ * Settings used to configure an AutoML job V2 for a time-series forecasting problem type. The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.
3357
3357
  */
3358
3358
  TimeSeriesForecastingJobConfig?: TimeSeriesForecastingJobConfig;
3359
3359
  }
@@ -10882,7 +10882,7 @@ declare namespace SageMaker {
10882
10882
  /**
10883
10883
  * The instance types to use for the load test.
10884
10884
  */
10885
- InstanceType: ProductionVariantInstanceType;
10885
+ InstanceType?: ProductionVariantInstanceType;
10886
10886
  /**
10887
10887
  * The inference specification name in the model package version.
10888
10888
  */
@@ -10891,6 +10891,7 @@ declare namespace SageMaker {
10891
10891
  * The parameter you want to benchmark against.
10892
10892
  */
10893
10893
  EnvironmentParameterRanges?: EnvironmentParameterRanges;
10894
+ ServerlessConfig?: ProductionVariantServerlessConfig;
10894
10895
  }
10895
10896
  export type EndpointInputConfigurations = EndpointInputConfiguration[];
10896
10897
  export interface EndpointMetadata {
@@ -10925,11 +10926,12 @@ declare namespace SageMaker {
10925
10926
  /**
10926
10927
  * The instance type recommended by Amazon SageMaker Inference Recommender.
10927
10928
  */
10928
- InstanceType: ProductionVariantInstanceType;
10929
+ InstanceType?: ProductionVariantInstanceType;
10929
10930
  /**
10930
10931
  * The number of instances recommended to launch initially.
10931
10932
  */
10932
- InitialInstanceCount: Integer;
10933
+ InitialInstanceCount?: InitialInstanceCount;
10934
+ ServerlessConfig?: ProductionVariantServerlessConfig;
10933
10935
  }
10934
10936
  export interface EndpointPerformance {
10935
10937
  /**
@@ -12560,6 +12562,7 @@ declare namespace SageMaker {
12560
12562
  SupportedResponseMIMETypes: ResponseMIMETypes;
12561
12563
  }
12562
12564
  export type InferenceSpecificationName = string;
12565
+ export type InitialInstanceCount = number;
12563
12566
  export type InitialNumberOfUsers = number;
12564
12567
  export type InitialTaskCount = number;
12565
12568
  export interface InputConfig {
@@ -17103,6 +17106,7 @@ declare namespace SageMaker {
17103
17106
  */
17104
17107
  CrossAccountModelRegisterRoleArn?: RoleArn;
17105
17108
  }
17109
+ export type ModelSetupTime = number;
17106
17110
  export type ModelSortKey = "Name"|"CreationTime"|string;
17107
17111
  export interface ModelStepMetadata {
17108
17112
  /**
@@ -18724,7 +18728,7 @@ declare namespace SageMaker {
18724
18728
  */
18725
18729
  MaxConcurrency: ServerlessMaxConcurrency;
18726
18730
  /**
18727
- * The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.
18731
+ * The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency. This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.
18728
18732
  */
18729
18733
  ProvisionedConcurrency?: ServerlessProvisionedConcurrency;
18730
18734
  }
@@ -19251,6 +19255,10 @@ declare namespace SageMaker {
19251
19255
  * Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig.
19252
19256
  */
19253
19257
  DataInputConfig?: RecommendationJobDataInputConfig;
19258
+ /**
19259
+ * The endpoint type to receive recommendations for. By default this is null, and the results of the inference recommendation job return a combined list of both real-time and serverless benchmarks. By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.
19260
+ */
19261
+ SupportedEndpointType?: RecommendationJobSupportedEndpointType;
19254
19262
  }
19255
19263
  export type RecommendationJobDataInputConfig = string;
19256
19264
  export type RecommendationJobDescription = string;
@@ -19357,6 +19365,7 @@ declare namespace SageMaker {
19357
19365
  ModelLatencyThresholds?: ModelLatencyThresholds;
19358
19366
  }
19359
19367
  export type RecommendationJobSupportedContentTypes = String[];
19368
+ export type RecommendationJobSupportedEndpointType = "RealTime"|"Serverless"|string;
19360
19369
  export type RecommendationJobSupportedInstanceTypes = String[];
19361
19370
  export type RecommendationJobType = "Default"|"Advanced"|string;
19362
19371
  export interface RecommendationJobVpcConfig {
@@ -19398,6 +19407,10 @@ declare namespace SageMaker {
19398
19407
  * The expected memory utilization at maximum invocations per minute for the instance. NaN indicates that the value is not available.
19399
19408
  */
19400
19409
  MemoryUtilization?: UtilizationMetric;
19410
+ /**
19411
+ * The time it takes to launch new compute resources for a serverless endpoint. The time can vary depending on the model size, how long it takes to download the model, and the start-up time of the container. NaN indicates that the value is not available.
19412
+ */
19413
+ ModelSetupTime?: ModelSetupTime;
19401
19414
  }
19402
19415
  export type RecommendationStatus = "IN_PROGRESS"|"COMPLETED"|"FAILED"|"NOT_APPLICABLE"|string;
19403
19416
  export type RecommendationStepType = "BENCHMARK"|string;
@@ -19618,9 +19631,6 @@ declare namespace SageMaker {
19618
19631
  }
19619
19632
  export type RoleArn = string;
19620
19633
  export interface RollingUpdatePolicy {
19621
- /**
19622
- * Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant's total instance count.
19623
- */
19624
19634
  MaximumBatchSize: CapacitySize;
19625
19635
  /**
19626
19636
  * The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.
@@ -19630,9 +19640,6 @@ declare namespace SageMaker {
19630
19640
  * The time limit for the total deployment. Exceeding this limit causes a timeout.
19631
19641
  */
19632
19642
  MaximumExecutionTimeoutInSeconds?: MaximumExecutionTimeoutInSeconds;
19633
- /**
19634
- * Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.
19635
- */
19636
19643
  RollbackMaximumBatchSize?: CapacitySize;
19637
19644
  }
19638
19645
  export type RootAccess = "Enabled"|"Disabled"|string;
@@ -745,7 +745,7 @@ declare namespace SecurityHub {
745
745
  export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
746
746
  export interface AutomationRulesAction {
747
747
  /**
748
- * Specifies that the rule action should update the Types finding field. The Types finding field provides one or more finding types in the format of namespace/category/classifier that classify a finding. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
748
+ * Specifies that the rule action should update the Types finding field. The Types finding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
749
749
  */
750
750
  Type?: AutomationRulesActionType;
751
751
  /**
@@ -761,7 +761,7 @@ declare namespace SecurityHub {
761
761
  */
762
762
  RuleArn?: NonEmptyString;
763
763
  /**
764
- * Whether the rule is active after it is created. If this parameter is equal to >ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created.
764
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created.
765
765
  */
766
766
  RuleStatus?: RuleStatus;
767
767
  /**
@@ -777,11 +777,11 @@ declare namespace SecurityHub {
777
777
  */
778
778
  Description?: NonEmptyString;
779
779
  /**
780
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
780
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
781
781
  */
782
782
  IsTerminal?: Boolean;
783
783
  /**
784
- * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
784
+ * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
785
785
  */
786
786
  Criteria?: AutomationRulesFindingFilters;
787
787
  /**
@@ -806,28 +806,28 @@ declare namespace SecurityHub {
806
806
  Note?: NoteUpdate;
807
807
  Severity?: SeverityUpdate;
808
808
  /**
809
- * The rule action will update the VerificationState field of a finding.
809
+ * The rule action updates the VerificationState field of a finding.
810
810
  */
811
811
  VerificationState?: VerificationState;
812
812
  /**
813
- * The rule action will update the Confidence field of a finding.
813
+ * The rule action updates the Confidence field of a finding.
814
814
  */
815
815
  Confidence?: RatioScale;
816
816
  /**
817
- * The rule action will update the Criticality field of a finding.
817
+ * The rule action updates the Criticality field of a finding.
818
818
  */
819
819
  Criticality?: RatioScale;
820
820
  /**
821
- * The rule action will update the Types field of a finding.
821
+ * The rule action updates the Types field of a finding.
822
822
  */
823
823
  Types?: TypeList;
824
824
  /**
825
- * The rule action will update the UserDefinedFields field of a finding.
825
+ * The rule action updates the UserDefinedFields field of a finding.
826
826
  */
827
827
  UserDefinedFields?: FieldMap;
828
828
  Workflow?: WorkflowUpdate;
829
829
  /**
830
- * A list of findings that are related to a finding.
830
+ * The rule action updates the RelatedFindings field of a finding.
831
831
  */
832
832
  RelatedFindings?: RelatedFindingList;
833
833
  }
@@ -979,7 +979,7 @@ declare namespace SecurityHub {
979
979
  */
980
980
  RuleArn?: NonEmptyString;
981
981
  /**
982
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
982
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
983
983
  */
984
984
  RuleStatus?: RuleStatus;
985
985
  /**
@@ -995,7 +995,7 @@ declare namespace SecurityHub {
995
995
  */
996
996
  Description?: NonEmptyString;
997
997
  /**
998
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
998
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
999
999
  */
1000
1000
  IsTerminal?: Boolean;
1001
1001
  /**
@@ -11480,7 +11480,7 @@ declare namespace SecurityHub {
11480
11480
  */
11481
11481
  Tags?: TagMap;
11482
11482
  /**
11483
- * Whether the rule is active after it is created. If this parameter is equal to Enabled, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
11483
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
11484
11484
  */
11485
11485
  RuleStatus?: RuleStatus;
11486
11486
  /**
@@ -11496,11 +11496,11 @@ declare namespace SecurityHub {
11496
11496
  */
11497
11497
  Description: NonEmptyString;
11498
11498
  /**
11499
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding. The default value of this field is false.
11499
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. The default value of this field is false.
11500
11500
  */
11501
11501
  IsTerminal?: Boolean;
11502
11502
  /**
11503
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11503
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11504
11504
  */
11505
11505
  Criteria: AutomationRulesFindingFilters;
11506
11506
  /**
@@ -13856,7 +13856,7 @@ declare namespace SecurityHub {
13856
13856
  */
13857
13857
  SeverityRating: SeverityRating;
13858
13858
  /**
13859
- * The status of a security control based on the compliance status of its findings. For more information about how control status is determined, see Determining the overall status of a control from its findings in the Security Hub User Guide.
13859
+ * The enablement status of a security control in a specific standard.
13860
13860
  */
13861
13861
  SecurityControlStatus: ControlStatus;
13862
13862
  }
@@ -14450,7 +14450,7 @@ declare namespace SecurityHub {
14450
14450
  */
14451
14451
  RuleArn: NonEmptyString;
14452
14452
  /**
14453
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
14453
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
14454
14454
  */
14455
14455
  RuleStatus?: RuleStatus;
14456
14456
  /**
@@ -14466,11 +14466,11 @@ declare namespace SecurityHub {
14466
14466
  */
14467
14467
  RuleName?: NonEmptyString;
14468
14468
  /**
14469
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
14469
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
14470
14470
  */
14471
14471
  IsTerminal?: Boolean;
14472
14472
  /**
14473
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14473
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14474
14474
  */
14475
14475
  Criteria?: AutomationRulesFindingFilters;
14476
14476
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1409.0',
86
+ VERSION: '2.1411.0',
87
87
 
88
88
  /**
89
89
  * @api private