Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 28, 2024
1 parent 1c7af15 commit e3c5915
Show file tree
Hide file tree
Showing 18 changed files with 355 additions and 190 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-acmpca-68569.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``acm-pca``",
"description": "Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudhsmv2-36944.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cloudhsmv2``",
"description": "Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-75908.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "This release supports showing PreferredAgentRouting step via DescribeContact API."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-emr-97166.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``emr``",
"description": "This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-94828.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``kinesisanalyticsv2``",
"description": "Support for Flink 1.19 in Managed Service for Apache Flink"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-opensearch-43114.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``opensearch``",
"description": "This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-pi-29553.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``pi``",
"description": "Noting that the filter db.sql.db_id isn't available for RDS for SQL Server DB instances."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-workspaces-77090.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``workspaces``",
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal."
}
9 changes: 6 additions & 3 deletions botocore/data/acm-pca/2017-08-22/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,14 +1443,16 @@
"RSA_2048",
"RSA_4096",
"EC_prime256v1",
"EC_secp384r1"
"EC_secp384r1",
"SM2"
]
},
"KeyStorageSecurityStandard":{
"type":"string",
"enum":[
"FIPS_140_2_LEVEL_2_OR_HIGHER",
"FIPS_140_2_LEVEL_3_OR_HIGHER"
"FIPS_140_2_LEVEL_3_OR_HIGHER",
"CCPC_LEVEL_1_OR_HIGHER"
]
},
"KeyUsage":{
Expand Down Expand Up @@ -1920,7 +1922,8 @@
"SHA512WITHECDSA",
"SHA256WITHRSA",
"SHA384WITHRSA",
"SHA512WITHRSA"
"SHA512WITHRSA",
"SM3WITHSM2"
]
},
"String":{"type":"string"},
Expand Down
189 changes: 164 additions & 25 deletions botocore/data/cloudhsmv2/2017-04-28/service-2.json

Large diffs are not rendered by default.

56 changes: 47 additions & 9 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions botocore/data/emr/2009-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"elasticmapreduce",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"Amazon EMR",
"serviceFullName":"Amazon EMR",
"serviceId":"EMR",
"signatureVersion":"v4",
"targetPrefix":"ElasticMapReduce",
"uid":"elasticmapreduce-2009-03-31"
"uid":"elasticmapreduce-2009-03-31",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddInstanceFleet":{
Expand Down Expand Up @@ -3123,6 +3125,10 @@
"CustomAmiId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The custom AMI ID to use for the instance type.</p>"
},
"Priority":{
"shape":"NonNegativeDouble",
"documentation":"<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>"
}
},
"documentation":"<p>An instance type configuration for each instance type in an instance fleet, which determines the Amazon EC2 instances Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities. When you use an allocation strategy, you can include a maximum of 30 instance type configurations for a fleet. For more information about how to use an allocation strategy, see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-instance-fleet.html\">Configure Instance Fleets</a>. Without an allocation strategy, you may specify a maximum of five instance type configurations for a fleet.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.</p> </note>"
Expand Down Expand Up @@ -3165,6 +3171,10 @@
"CustomAmiId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The custom AMI ID to use for the instance type.</p>"
},
"Priority":{
"shape":"NonNegativeDouble",
"documentation":"<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>"
}
},
"documentation":"<p>The configuration specification for each instance type in an instance fleet.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.</p> </note>"
Expand Down Expand Up @@ -4217,15 +4227,18 @@
},
"OnDemandProvisioningAllocationStrategy":{
"type":"string",
"enum":["lowest-price"]
"enum":[
"lowest-price",
"prioritized"
]
},
"OnDemandProvisioningSpecification":{
"type":"structure",
"required":["AllocationStrategy"],
"members":{
"AllocationStrategy":{
"shape":"OnDemandProvisioningAllocationStrategy",
"documentation":"<p>Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is <code>lowest-price</code> (the default), which launches the lowest price first.</p>"
"documentation":"<p>Specifies the strategy to use in launching On-Demand instance fleets. Available options are <code>lowest-price</code> and <code>prioritized</code>. <code>lowest-price</code> specifies to launch the instances with the lowest price first, and <code>prioritized</code> specifies that Amazon EMR should launch the instances with the highest priority first. The default is <code>lowest-price</code>.</p>"
},
"CapacityReservationOptions":{
"shape":"OnDemandCapacityReservationOptions",
Expand Down Expand Up @@ -5011,7 +5024,8 @@
"capacity-optimized",
"price-capacity-optimized",
"lowest-price",
"diversified"
"diversified",
"capacity-optimized-prioritized"
]
},
"SpotProvisioningSpecification":{
Expand All @@ -5035,7 +5049,7 @@
},
"AllocationStrategy":{
"shape":"SpotProvisioningAllocationStrategy",
"documentation":"<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p> </note>"
"documentation":"<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>capacity-optimized</code>, <code>price-capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>, and <code>capacity-optimized-prioritized</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p> </note>"
}
},
"documentation":"<p>The launch specification for Spot Instances in the instance fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. Spot Instance allocation strategy is available in Amazon EMR releases 5.12.1 and later.</p> </note> <note> <p>Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021. For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022. </p> </note>"
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9176,6 +9176,14 @@
},
"documentation":"<p>The <code>Database</code> object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.</p>"
},
"DatabaseAttributes":{
"type":"string",
"enum":["NAME"]
},
"DatabaseAttributesList":{
"type":"list",
"member":{"shape":"DatabaseAttributes"}
},
"DatabaseIdentifier":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -11848,6 +11856,10 @@
"ResourceShareType":{
"shape":"ResourceShareType",
"documentation":"<p>Allows you to specify that you want to list the databases shared with your account. The allowable values are <code>FEDERATED</code>, <code>FOREIGN</code> or <code>ALL</code>. </p> <ul> <li> <p>If set to <code>FEDERATED</code>, will list the federated databases (referencing an external entity) shared with your account.</p> </li> <li> <p>If set to <code>FOREIGN</code>, will list the databases shared with your account. </p> </li> <li> <p>If set to <code>ALL</code>, will list the databases shared with your account, as well as the databases in yor local account. </p> </li> </ul>"
},
"AttributesToGet":{
"shape":"DatabaseAttributesList",
"documentation":"<p>Specifies the database fields returned by the <code>GetDatabases</code> call. This parameter doesn’t accept an empty list. The request must include the <code>NAME</code>.</p>"
}
}
},
Expand Down
18 changes: 10 additions & 8 deletions botocore/data/kinesisanalyticsv2/2018-05-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"signatureVersion":"v4",
"signingName":"kinesisanalytics",
"targetPrefix":"KinesisAnalytics_20180523",
"uid":"kinesisanalyticsv2-2018-05-23"
"uid":"kinesisanalyticsv2-2018-05-23",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddApplicationCloudWatchLoggingOption":{
Expand Down Expand Up @@ -1457,10 +1458,10 @@
},
"MinPauseBetweenCheckpoints":{
"shape":"MinPauseBetweenCheckpoints",
"documentation":"<p>Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the <code>CheckpointInterval</code>, the application otherwise performs continual checkpoint operations. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/large_state_tuning/#tuning-checkpointing\"> Tuning Checkpointing</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink Documentation</a>.</p> <note> <p>If <code>CheckpointConfiguration.ConfigurationType</code> is <code>DEFAULT</code>, the application will use a <code>MinPauseBetweenCheckpoints</code> value of 5000, even if this value is set using this API or in application code.</p> </note>"
"documentation":"<p>Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start. If a checkpoint operation takes longer than the <code>CheckpointInterval</code>, the application otherwise performs continual checkpoint operations. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/large_state_tuning/#tuning-checkpointing\"> Tuning Checkpointing</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink Documentation</a>.</p> <note> <p>If <code>CheckpointConfiguration.ConfigurationType</code> is <code>DEFAULT</code>, the application will use a <code>MinPauseBetweenCheckpoints</code> value of 5000, even if this value is set using this API or in application code.</p> </note>"
}
},
"documentation":"<p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing\"> Checkpoints for Fault Tolerance</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink Documentation</a>.</p>"
"documentation":"<p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing\"> Checkpoints for Fault Tolerance</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink Documentation</a>.</p>"
},
"CheckpointConfigurationDescription":{
"type":"structure",
Expand Down Expand Up @@ -2303,7 +2304,7 @@
"members":{
"CheckpointConfiguration":{
"shape":"CheckpointConfiguration",
"documentation":"<p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing\"> Checkpoints for Fault Tolerance</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink Documentation</a>. </p>"
"documentation":"<p>Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing\"> Checkpoints for Fault Tolerance</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink Documentation</a>. </p>"
},
"MonitoringConfiguration":{
"shape":"MonitoringConfiguration",
Expand Down Expand Up @@ -2333,7 +2334,7 @@
},
"JobPlanDescription":{
"shape":"JobPlanDescription",
"documentation":"<p>The job plan for an application. For more information about the job plan, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/internals/job_scheduling.html\">Jobs and Scheduling</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>"
"documentation":"<p>The job plan for an application. For more information about the job plan, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/internals/job_scheduling.html\">Jobs and Scheduling</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink Documentation</a>. To retrieve the job plan for the application, use the <a>DescribeApplicationRequest$IncludeAdditionalDetails</a> parameter of the <a>DescribeApplication</a> operation.</p>"
}
},
"documentation":"<p>Describes configuration parameters for a Managed Service for Apache Flink application.</p>"
Expand Down Expand Up @@ -2361,7 +2362,7 @@
"members":{
"AllowNonRestoredState":{
"shape":"BooleanObject",
"documentation":"<p>When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/savepoints/#allowing-non-restored-state\"> Allowing Non-Restored State</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink documentation</a>.</p> <note> <p>This value defaults to <code>false</code>. If you update your application without specifying this parameter, <code>AllowNonRestoredState</code> will be set to <code>false</code>, even if it was previously set to <code>true</code>.</p> </note>"
"documentation":"<p>When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. This will happen if the program is updated between snapshots to remove stateful parameters, and state data in the snapshot no longer corresponds to valid application data. For more information, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/state/savepoints/#allowing-non-restored-state\"> Allowing Non-Restored State</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink documentation</a>.</p> <note> <p>This value defaults to <code>false</code>. If you update your application without specifying this parameter, <code>AllowNonRestoredState</code> will be set to <code>false</code>, even if it was previously set to <code>true</code>.</p> </note>"
}
},
"documentation":"<p>Describes the starting parameters for a Managed Service for Apache Flink application.</p>"
Expand Down Expand Up @@ -3368,7 +3369,7 @@
"documentation":"<p>Describes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput.</p>"
}
},
"documentation":"<p>Describes parameters for how a Managed Service for Apache Flink application executes multiple tasks simultaneously. For more information about parallelism, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/dev/parallel.html\">Parallel Execution</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.18/\">Apache Flink Documentation</a>.</p>"
"documentation":"<p>Describes parameters for how a Managed Service for Apache Flink application executes multiple tasks simultaneously. For more information about parallelism, see <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/dev/parallel.html\">Parallel Execution</a> in the <a href=\"https://nightlies.apache.org/flink/flink-docs-release-1.19/\">Apache Flink Documentation</a>.</p>"
},
"ParallelismConfigurationDescription":{
"type":"structure",
Expand Down Expand Up @@ -3772,7 +3773,8 @@
"ZEPPELIN-FLINK-2_0",
"FLINK-1_15",
"ZEPPELIN-FLINK-3_0",
"FLINK-1_18"
"FLINK-1_18",
"FLINK-1_19"
]
},
"S3ApplicationCodeLocationDescription":{
Expand Down
Loading

0 comments on commit e3c5915

Please sign in to comment.