Skip to content

Commit

Permalink
Release v1.44.213 (2023-03-02) (#4744)
Browse files Browse the repository at this point in the history
Release v1.44.213 (2023-03-02)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
  * A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.
* `service/migrationhubstrategy`: Updates service API
* `service/organizations`: Updates service API and documentation
  * This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API.
* `service/pi`: Updates service API and documentation
* `service/pipes`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response.
  • Loading branch information
aws-sdk-go-automation committed Mar 2, 2023
1 parent 7572d22 commit 5e5a69d
Show file tree
Hide file tree
Showing 33 changed files with 3,755 additions and 2,732 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.213 (2023-03-02)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
* A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.
* `service/migrationhubstrategy`: Updates service API
* `service/organizations`: Updates service API and documentation
* This release introduces a new reason code, ACCOUNT_CREATION_NOT_COMPLETE, to ConstraintViolationException in CreateOrganization API.
* `service/pi`: Updates service API and documentation
* `service/pipes`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* Add a new field "EndpointMetrics" in SageMaker Inference Recommender "ListInferenceRecommendationsJobSteps" API response.

Release v1.44.212 (2023-03-01)
===

Expand Down
9 changes: 9 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.212"
const SDKVersion = "1.44.213"
47 changes: 43 additions & 4 deletions models/apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5569,7 +5569,8 @@
"abortConfig":{"shape":"AbortConfig"},
"timeoutConfig":{"shape":"TimeoutConfig"},
"tags":{"shape":"TagList"},
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"}
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"},
"maintenanceWindows":{"shape":"MaintenanceWindows"}
}
},
"CreateJobTemplateResponse":{
Expand Down Expand Up @@ -6002,6 +6003,11 @@
"max":43200,
"min":900
},
"CronExpression":{
"type":"string",
"max":256,
"min":1
},
"CustomCodeSigning":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -7054,7 +7060,8 @@
"jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
"abortConfig":{"shape":"AbortConfig"},
"timeoutConfig":{"shape":"TimeoutConfig"},
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"}
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"},
"maintenanceWindows":{"shape":"MaintenanceWindows"}
}
},
"DescribeManagedJobTemplateRequest":{
Expand Down Expand Up @@ -7648,6 +7655,11 @@
"CUSTOMER_MANAGED"
]
},
"DurationInMinutes":{
"type":"integer",
"max":1430,
"min":30
},
"DurationSeconds":{"type":"integer"},
"DynamicGroupStatus":{
"type":"string",
Expand Down Expand Up @@ -8569,7 +8581,8 @@
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"},
"documentParameters":{"shape":"ParameterMap"},
"isConcurrent":{"shape":"BooleanWrapperObject"},
"schedulingConfig":{"shape":"SchedulingConfig"}
"schedulingConfig":{"shape":"SchedulingConfig"},
"scheduledJobRollouts":{"shape":"ScheduledJobRolloutList"}
}
},
"JobArn":{"type":"string"},
Expand Down Expand Up @@ -10697,6 +10710,21 @@
"confidenceLevel":{"shape":"ConfidenceLevel"}
}
},
"MaintenanceWindow":{
"type":"structure",
"required":[
"startTime",
"durationInMinutes"
],
"members":{
"startTime":{"shape":"CronExpression"},
"durationInMinutes":{"shape":"DurationInMinutes"}
}
},
"MaintenanceWindows":{
"type":"list",
"member":{"shape":"MaintenanceWindow"}
},
"MalformedPolicyException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -11887,12 +11915,23 @@
"min":1,
"pattern":"[a-zA-Z0-9_-]+"
},
"ScheduledJobRollout":{
"type":"structure",
"members":{
"startTime":{"shape":"StringDateTime"}
}
},
"ScheduledJobRolloutList":{
"type":"list",
"member":{"shape":"ScheduledJobRollout"}
},
"SchedulingConfig":{
"type":"structure",
"members":{
"startTime":{"shape":"StringDateTime"},
"endTime":{"shape":"StringDateTime"},
"endBehavior":{"shape":"JobEndBehavior"}
"endBehavior":{"shape":"JobEndBehavior"},
"maintenanceWindows":{"shape":"MaintenanceWindows"}
}
},
"SearchIndexRequest":{
Expand Down
49 changes: 44 additions & 5 deletions models/apis/iot/2015-05-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"CreateAuditSuppression": "<p> Creates a Device Defender audit suppression. </p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateAuditSuppression</a> action.</p>",
"CreateAuthorizer": "<p>Creates an authorizer.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateAuthorizer</a> action.</p>",
"CreateBillingGroup": "<p>Creates a billing group.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateBillingGroup</a> action.</p>",
"CreateCertificateFromCsr": "<p>Creates an X.509 certificate using the specified certificate signing request.</p> <p> <b>Note:</b> The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256, NIST P-384, or NIST P-512 curves. For supported certificates, consult <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms\"> Certificate signing algorithms supported by IoT</a>.</p> <p> <b>Note:</b> Reusing the same certificate signing request (CSR) results in a distinct certificate.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateCertificateFromCsr</a> action.</p> <p>You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs.</p> <p>Assuming a set of CSRs are located inside of the directory my-csr-directory:</p> <p>On Linux and OS X, the command is:</p> <p>$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}</p> <p>This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr Amazon Web Services CLI command to create a certificate for the corresponding CSR.</p> <p>The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process:</p> <p>$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}</p> <p>On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:</p> <p>&gt; ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_}</p> <p>On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:</p> <p>&gt; forfiles /p my-csr-directory /c \"cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path\"</p>",
"CreateCertificateFromCsr": "<p>Creates an X.509 certificate using the specified certificate signing request. </p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateCertificateFromCsr</a> action. </p> <note> <p>The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-25 or NIST P-384 curves. For supported certificates, consult <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#x509-cert-algorithms\"> Certificate signing algorithms supported by IoT</a>. </p> </note> <note> <p>Reusing the same certificate signing request (CSR) results in a distinct certificate.</p> </note> <p>You can create multiple certificates in a batch by creating a directory, copying multiple <code>.csr</code> files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs. In the following commands, we assume that a set of CSRs are located inside of the directory my-csr-directory:</p> <p>On Linux and OS X, the command is: </p> <p> <code>$ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{}</code> </p> <p>This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the <code>aws iot create-certificate-from-csr</code> Amazon Web Services CLI command to create a certificate for the corresponding CSR. </p> <p>You can also run the <code>aws iot create-certificate-from-csr</code> part of the command in parallel to speed up the certificate creation process:</p> <p> <code>$ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{} </code> </p> <p>On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is:</p> <p> <code>&gt; ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_} </code> </p> <p>On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is:</p> <p> <code>&gt; forfiles /p my-csr-directory /c \"cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path\" </code> </p>",
"CreateCustomMetric": "<p> Use this API to define a Custom Metric published by your devices to Device Defender. </p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateCustomMetric</a> action.</p>",
"CreateDimension": "<p>Create a dimension that you can use to limit the scope of a metric used in a security profile for IoT Device Defender. For example, using a <code>TOPIC_FILTER</code> dimension, you can narrow down the scope of the metric only to MQTT topics whose name match the pattern specified in the dimension.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateDimension</a> action.</p>",
"CreateDomainConfiguration": "<p>Creates a domain configuration.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">CreateDomainConfiguration</a> action.</p>",
Expand Down Expand Up @@ -2110,6 +2110,12 @@
"UpdateRoleAliasRequest$credentialDurationSeconds": "<p>The number of seconds the credential will be valid.</p> <p>This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.</p>"
}
},
"CronExpression": {
"base": null,
"refs": {
"MaintenanceWindow$startTime": "<p>Displays the start time of the next maintenance window.</p>"
}
},
"CustomCodeSigning": {
"base": "<p>Describes a custom method used to code sign a file.</p>",
"refs": {
Expand Down Expand Up @@ -3171,6 +3177,12 @@
"DescribeDomainConfigurationResponse$domainType": "<p>The type of the domain.</p>"
}
},
"DurationInMinutes": {
"base": null,
"refs": {
"MaintenanceWindow$durationInMinutes": "<p>Displays the duration of the next maintenance window.</p>"
}
},
"DurationSeconds": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3560,8 +3572,8 @@
"FleetMetricUnit": {
"base": null,
"refs": {
"CreateFleetMetricRequest$unit": "<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>. Default to null.</p>",
"DescribeFleetMetricResponse$unit": "<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>.</p>",
"CreateFleetMetricRequest$unit": "<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>. Default to null.</p>",
"DescribeFleetMetricResponse$unit": "<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>.</p>",
"UpdateFleetMetricRequest$unit": "<p>Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>.</p>"
}
},
Expand Down Expand Up @@ -5059,6 +5071,20 @@
"BehaviorCriteria$mlDetectionConfig": "<p> The configuration of an ML Detect </p>"
}
},
"MaintenanceWindow": {
"base": "<p>An optional configuration within the <code>SchedulingConfig</code> to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.</p>",
"refs": {
"MaintenanceWindows$member": null
}
},
"MaintenanceWindows": {
"base": null,
"refs": {
"CreateJobTemplateRequest$maintenanceWindows": "<p>Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.</p>",
"DescribeJobTemplateResponse$maintenanceWindows": "<p>Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.</p>",
"SchedulingConfig$maintenanceWindows": "<p>An optional configuration within the <code>SchedulingConfig</code> to setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.</p>"
}
},
"MalformedPolicyException": {
"base": "<p>The policy documentation is not valid.</p>",
"refs": {
Expand Down Expand Up @@ -6765,6 +6791,18 @@
"UpdateScheduledAuditRequest$scheduledAuditName": "<p>The name of the scheduled audit. (Max. 128 chars)</p>"
}
},
"ScheduledJobRollout": {
"base": "<p>Displays the next seven maintenance window occurrences and their start times.</p>",
"refs": {
"ScheduledJobRolloutList$member": null
}
},
"ScheduledJobRolloutList": {
"base": null,
"refs": {
"Job$scheduledJobRollouts": "<p>Displays the next seven maintenance window occurrences and their start times.</p>"
}
},
"SchedulingConfig": {
"base": "<p>Specifies the date and time that a job will begin the rollout of the job document to all devices in the target group. Additionally, you can specify the end behavior for each job execution when it reaches the scheduled end time.</p>",
"refs": {
Expand Down Expand Up @@ -7309,8 +7347,9 @@
"StringDateTime": {
"base": null,
"refs": {
"SchedulingConfig$startTime": "<p>The time a job will begin rollout of the job document to all devices in the target group for a job. The <code>startTime</code> can be scheduled up to a year in advance and must be scheduled a minimum of thirty minutes from the current time.</p>",
"SchedulingConfig$endTime": "<p>The time a job will stop rollout of the job document to all devices in the target group for a job. The <code>endTime</code> must take place no later than two years from the current time and be scheduled a minimum of thirty minutes from the current time. The minimum duration between <code>startTime</code> and <code>endTime</code> is thirty minutes. The maximum duration between <code>startTime</code> and <code>endTime</code> is two years. </p>"
"ScheduledJobRollout$startTime": "<p>Displays the start times of the next seven maintenance window occurrences.</p>",
"SchedulingConfig$startTime": "<p>The time a job will begin rollout of the job document to all devices in the target group for a job. The <code>startTime</code> can be scheduled up to a year in advance and must be scheduled a minimum of thirty minutes from the current time. The date and time format for the <code>startTime</code> is YYYY-MM-DD for the date and HH:MM for the time.</p>",
"SchedulingConfig$endTime": "<p>The time a job will stop rollout of the job document to all devices in the target group for a job. The <code>endTime</code> must take place no later than two years from the current time and be scheduled a minimum of thirty minutes from the current time. The minimum duration between <code>startTime</code> and <code>endTime</code> is thirty minutes. The maximum duration between <code>startTime</code> and <code>endTime</code> is two years. The date and time format for the <code>endTime</code> is YYYY-MM-DD for the date and HH:MM for the time.</p>"
}
},
"StringList": {
Expand Down
Loading

0 comments on commit 5e5a69d

Please sign in to comment.