@@ -4104,7 +4104,8 @@ export interface GetPatchBaselineForPatchGroupRequest {
4104
4104
PatchGroup : string | undefined ;
4105
4105
4106
4106
/**
4107
- * <p>Returns he operating system rule specified for patch groups using the patch baseline.</p>
4107
+ * <p>Returns the operating system rule specified for patch groups using the patch
4108
+ * baseline.</p>
4108
4109
*/
4109
4110
OperatingSystem ?: OperatingSystem | string ;
4110
4111
}
@@ -4476,7 +4477,10 @@ export interface Association {
4476
4477
AssociationVersion ?: string ;
4477
4478
4478
4479
/**
4479
- * <p>The version of the document used in the association.</p>
4480
+ * <p>The version of the document used in the association. If you change a document version for a
4481
+ * State Manager association, Systems Manager immediately runs the association unless you previously specifed
4482
+ * the <code>apply-only-at-cron-interval</code> parameter.</p>
4483
+ *
4480
4484
* <important>
4481
4485
* <p>State Manager doesn't support running associations that use a new version of a document if
4482
4486
* that document is shared from another account. State Manager always runs the <code>default</code>
@@ -8268,13 +8272,10 @@ export interface PutParameterRequest {
8268
8272
* </ul>
8269
8273
* <p>For additional information about valid values for parameter names, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html">Creating Systems Manager parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
8270
8274
* <note>
8271
- * <p>The maximum length constraint listed below includes capacity for additional system
8272
- * attributes that aren't part of the name. The maximum length for a parameter name, including the
8273
- * full length of the parameter ARN, is 1011 characters. For example, the length of the following
8274
- * parameter name is 65 characters, not 20 characters:</p>
8275
- * <p>
8276
- * <code>arn:aws:ssm:us-east-2:111122223333:parameter/ExampleParameterName</code>
8277
- * </p>
8275
+ * <p>The maximum length constraint of 2048 characters listed below includes 1037 characters
8276
+ * reserved for internal use by Systems Manager. The maximum length for a parameter name that you create is
8277
+ * 1011 characters. This includes the characters in the ARN that precede the name you specify, such
8278
+ * as <code>arn:aws:ssm:us-east-2:111122223333:parameter/</code>.</p>
8278
8279
* </note>
8279
8280
*/
8280
8281
Name : string | undefined ;
@@ -9895,7 +9896,8 @@ export interface StartSessionRequest {
9895
9896
Reason ?: string ;
9896
9897
9897
9898
/**
9898
- * <p>Reserved for future use.</p>
9899
+ * <p>The values you want to specify for the parameters defined in the Session
9900
+ * document.</p>
9899
9901
*/
9900
9902
Parameters ?: { [ key : string ] : string [ ] } ;
9901
9903
}
@@ -10283,10 +10285,18 @@ export interface UpdateAssociationRequest {
10283
10285
* updated and then according to the schedule you specified. Specify this option if you don't want
10284
10286
* an association to run immediately after you update it. This parameter isn't supported for rate
10285
10287
* expressions.</p>
10286
- * <p>Also, if you specified this option when you created the association, you can reset it. To do
10287
- * so, specify the <code>no-apply-only-at-cron-interval</code> parameter when you update the
10288
- * association from the command line. This parameter forces the association to run immediately after
10289
- * updating it and according to the interval specified.</p>
10288
+ *
10289
+ * <p>If you chose this option when you created an association and later you edit that association
10290
+ * or you make changes to the SSM document on which that association is based (by using the
10291
+ * Documents page in the console), State Manager applies the association at the next specified cron
10292
+ * interval. For example, if you chose the <code>Latest</code> version of an SSM document when you
10293
+ * created an association and you edit the association by choosing a different document version on
10294
+ * the Documents page, State Manager applies the association at the next specified cron interval if
10295
+ * you previously selected this option. If this option wasn't selected, State Manager immediately
10296
+ * runs the association.</p>
10297
+ * <p>You can reset this option. To do so, specify the <code>no-apply-only-at-cron-interval</code>
10298
+ * parameter when you update the association from the command line. This parameter forces the
10299
+ * association to run immediately after updating it and according to the interval specified.</p>
10290
10300
*/
10291
10301
ApplyOnlyAtCronInterval ?: boolean ;
10292
10302
@@ -10499,6 +10509,11 @@ export interface UpdateDocumentRequest {
10499
10509
* <p>The version of the document that you want to update. Currently, Systems Manager supports updating only
10500
10510
* the latest version of the document. You can specify the version number of the latest version or
10501
10511
* use the <code>$LATEST</code> variable.</p>
10512
+ * <note>
10513
+ * <p>If you change a document version for a State Manager association, Systems Manager immediately runs
10514
+ * the association unless you previously specifed the <code>apply-only-at-cron-interval</code>
10515
+ * parameter.</p>
10516
+ * </note>
10502
10517
*/
10503
10518
DocumentVersion ?: string ;
10504
10519
0 commit comments