You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Removes the server or virtual machine from the list of registered servers. You can
32
-
* reregister the node again at any time. If you don't plan to use Run Command on the server, we
33
-
* suggest uninstalling SSM Agent first.</p>
31
+
* <p>Removes the server or virtual machine from the list of registered servers.</p>
32
+
* <p>If you want to reregister an on-premises server, edge device, or VM, you must use a
33
+
* different Activation Code and Activation ID than used to register the machine previously. The
34
+
* Activation Code and Activation ID must not have already been used on the maximum number of
35
+
* activations specified when they were created. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-deregister-hybrid-nodes.html">Deregistering
36
+
* managed nodes in a hybrid and multicloud environment</a> in the
37
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
34
38
* @example
35
39
* Use a bare-bones client and the command you need to make an API call.
* <p>By default, when you create a new association, the system runs it immediately after it is
1349
-
* created and then according to the schedule you specified. Specify this option if you don't want
1350
-
* an association to run immediately after you create it. This parameter isn't supported for rate
1351
-
* expressions.</p>
1349
+
* created and then according to the schedule you specified and when target changes are detected.
1350
+
* Specify <code>true</code> for <code>ApplyOnlyAtCronInterval</code>if you want the association to
1351
+
* run only according to the schedule you specified.</p>
1352
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling">Understanding when associations are applied to resources</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates">>About
1353
+
* target updates with Automation runbooks</a> in the
1354
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1355
+
* <p>This parameter isn't supported for rate expressions.</p>
1352
1356
* @public
1353
1357
*/
1354
1358
ApplyOnlyAtCronInterval?: boolean|undefined;
1355
1359
1356
1360
/**
1357
-
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
1361
+
* <p>The names of Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
1358
1362
* gate your associations under. The associations only run when that change calendar is open. For
1359
1363
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
1360
-
* Calendar</a>.</p>
1364
+
* Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your
1672
1676
* associations are gated under. The associations only run when that change calendar is open. For
1673
1677
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
1674
-
* Calendar</a>.</p>
1678
+
* Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
* <p>By default, when you create a new associations, the system runs it immediately after it is
2051
-
* created and then according to the schedule you specified. Specify this option if you don't want
2052
-
* an association to run immediately after you create it. This parameter isn't supported for rate
2053
-
* expressions.</p>
2054
+
* <p>By default, when you create a new association, the system runs it immediately after it is
2055
+
* created and then according to the schedule you specified and when target changes are detected.
2056
+
* Specify <code>true</code> for <code>ApplyOnlyAtCronInterval</code> if you want the association to
2057
+
* run only according to the schedule you specified.</p>
2058
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling">Understanding when associations are applied to resources</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates">>About
2059
+
* target updates with Automation runbooks</a> in the
2060
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2061
+
* <p>This parameter isn't supported for rate expressions.</p>
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your
2060
2068
* associations are gated under. The associations only run when that Change Calendar is open. For
2061
2069
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
2062
-
* Calendar</a>.</p>
2070
+
* Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your
5989
5989
* associations are gated under. The associations for this version only run when that Change
5990
5990
* Calendar is open. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
5991
-
* Calendar</a>.</p>
5991
+
* Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
* <p>By default, when you update an association, the system runs it immediately after it is
1466
-
* updated and then according to the schedule you specified. Specify this option if you don't want
1467
-
* an association to run immediately after you update it. This parameter isn't supported for rate
1468
-
* expressions.</p>
1466
+
* updated and then according to the schedule you specified. Specify <code>true</code> for
1467
+
* <code>ApplyOnlyAtCronInterval</code> if you want the association to run only according to the
1468
+
* schedule you specified.</p>
1469
1469
* <p>If you chose this option when you created an association and later you edit that association
1470
-
* or you make changes to the SSM document on which that association is based (by using the
1471
-
* Documents page in the console), State Manager applies the association at the next specified cron
1472
-
* interval. For example, if you chose the <code>Latest</code> version of an SSM document when you
1473
-
* created an association and you edit the association by choosing a different document version on
1474
-
* the Documents page, State Manager applies the association at the next specified cron interval if
1475
-
* you previously selected this option. If this option wasn't selected, State Manager immediately
1476
-
* runs the association.</p>
1477
-
* <p>You can reset this option. To do so, specify the <code>no-apply-only-at-cron-interval</code>
1478
-
* parameter when you update the association from the command line. This parameter forces the
1479
-
* association to run immediately after updating it and according to the interval specified.</p>
1470
+
* or you make changes to the Automation runbook or SSM document on which that association is based,
1471
+
* State Manager applies the association at the next specified cron interval. For example, if you
1472
+
* chose the <code>Latest</code> version of an SSM document when you created an association and you
1473
+
* edit the association by choosing a different document version on the Documents page, State
1474
+
* Manager applies the association at the next specified cron interval if you previously set
1475
+
* <code>ApplyOnlyAtCronInterval</code> to <code>true</code>. If this option wasn't selected, State
1476
+
* Manager immediately runs the association.</p>
1477
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#state-manager-about-scheduling">Understanding when associations are applied to resources</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-about.html#runbook-target-updates">About
1478
+
* target updates with Automation runbooks</a> in the
1479
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1480
+
* <p>This parameter isn't supported for rate expressions.</p>
1481
+
* <p>You can reset this parameter. To do so, specify the
1482
+
* <code>no-apply-only-at-cron-interval</code> parameter when you update the association from the
1483
+
* command line. This parameter forces the association to run immediately after updating it and
* <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
1486
1491
* gate your associations under. The associations only run when that change calendar is open. For
1487
1492
* more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
1488
-
* Calendar</a>.</p>
1493
+
* Calendar</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
0 commit comments