@aws-sdk/client-ssm 3.529.1 → 3.533.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.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/CancelCommandCommand.d.ts +2 -2
- package/dist-types/commands/CreateActivationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +2 -2
- package/dist-types/commands/ListCommandsCommand.d.ts +2 -2
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +2 -2
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -1
- package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -5
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +2 -2
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +33 -30
- package/dist-types/models/models_1.d.ts +41 -51
- package/dist-types/models/models_2.d.ts +9 -23
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +38 -38
|
@@ -485,14 +485,14 @@ export declare class InvalidCommandId extends __BaseException {
|
|
|
485
485
|
* <p>You don't have permission to access the managed node.</p>
|
|
486
486
|
* </li>
|
|
487
487
|
* <li>
|
|
488
|
-
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
488
|
+
* <p>Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is
|
|
489
489
|
* running.</p>
|
|
490
490
|
* </li>
|
|
491
491
|
* <li>
|
|
492
492
|
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
493
493
|
* </li>
|
|
494
494
|
* <li>
|
|
495
|
-
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
495
|
+
* <p>The managed node isn't in a valid state. Valid states are: <code>Running</code>,
|
|
496
496
|
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
497
497
|
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
498
498
|
* </li>
|
|
@@ -585,7 +585,7 @@ export interface CreateActivationRequest {
|
|
|
585
585
|
* <p>The name of the Identity and Access Management (IAM) role that you want to assign to
|
|
586
586
|
* the managed node. This IAM role must provide AssumeRole permissions for the
|
|
587
587
|
* Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
|
|
588
|
-
* IAM service role for a hybrid environment</a> in the
|
|
588
|
+
* IAM service role for a hybrid and multicloud environment</a> in the
|
|
589
589
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
590
590
|
* <note>
|
|
591
591
|
* <p>You can't specify an IAM service-linked role for this parameter. You must
|
|
@@ -737,7 +737,7 @@ export interface S3OutputLocation {
|
|
|
737
737
|
* @public
|
|
738
738
|
* <p>An S3 bucket where you want to store the results of this request.</p>
|
|
739
739
|
* <p>For the minimal permissions required to enable Amazon S3 output for an association,
|
|
740
|
-
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
740
|
+
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/state-manager-associations-creating.html#state-manager-associations-console">Create an association (console)</a> in the <i>Systems Manager User Guide</i>. </p>
|
|
741
741
|
*/
|
|
742
742
|
export interface InstanceAssociationOutputLocation {
|
|
743
743
|
/**
|
|
@@ -895,7 +895,7 @@ export interface TargetLocation {
|
|
|
895
895
|
* </li>
|
|
896
896
|
* </ul>
|
|
897
897
|
* <p>For more information about how to send commands that target managed nodes using
|
|
898
|
-
* <code>Key,Value</code> parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting">Targeting multiple
|
|
898
|
+
* <code>Key,Value</code> parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting">Targeting multiple managed nodes</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
899
899
|
*/
|
|
900
900
|
export interface Target {
|
|
901
901
|
/**
|
|
@@ -941,7 +941,7 @@ export interface CreateAssociationRequest {
|
|
|
941
941
|
Name: string | undefined;
|
|
942
942
|
/**
|
|
943
943
|
* @public
|
|
944
|
-
* <p>The document version you want to associate with the
|
|
944
|
+
* <p>The document version you want to associate with the targets. Can be a specific version or
|
|
945
945
|
* the default version.</p>
|
|
946
946
|
* <important>
|
|
947
947
|
* <p>State Manager doesn't support running associations that use a new version of a document if
|
|
@@ -978,13 +978,13 @@ export interface CreateAssociationRequest {
|
|
|
978
978
|
* <p>The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource
|
|
979
979
|
* groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all
|
|
980
980
|
* managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
|
|
981
|
-
* <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">
|
|
981
|
+
* <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">About targets and rate controls in State Manager associations</a> in the
|
|
982
982
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
983
983
|
*/
|
|
984
984
|
Targets?: Target[];
|
|
985
985
|
/**
|
|
986
986
|
* @public
|
|
987
|
-
* <p>A cron expression when the association will be applied to the
|
|
987
|
+
* <p>A cron expression when the association will be applied to the targets.</p>
|
|
988
988
|
*/
|
|
989
989
|
ScheduleExpression?: string;
|
|
990
990
|
/**
|
|
@@ -1486,7 +1486,7 @@ export declare class InvalidTargetMaps extends __BaseException {
|
|
|
1486
1486
|
}
|
|
1487
1487
|
/**
|
|
1488
1488
|
* @public
|
|
1489
|
-
* <p>The document doesn't support the platform type of the given managed node
|
|
1489
|
+
* <p>The document doesn't support the platform type of the given managed node IDs. For example,
|
|
1490
1490
|
* you sent an document for a Windows managed node to a Linux node.</p>
|
|
1491
1491
|
*/
|
|
1492
1492
|
export declare class UnsupportedPlatformType extends __BaseException {
|
|
@@ -1890,17 +1890,20 @@ export interface CreateDocumentRequest {
|
|
|
1890
1890
|
* <ul>
|
|
1891
1891
|
* <li>
|
|
1892
1892
|
* <p>
|
|
1893
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-
|
|
1893
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console">Create an SSM
|
|
1894
|
+
* document (console)</a>
|
|
1894
1895
|
* </p>
|
|
1895
1896
|
* </li>
|
|
1896
1897
|
* <li>
|
|
1897
1898
|
* <p>
|
|
1898
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-cli
|
|
1899
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli">Create an
|
|
1900
|
+
* SSM document (command line)</a>
|
|
1899
1901
|
* </p>
|
|
1900
1902
|
* </li>
|
|
1901
1903
|
* <li>
|
|
1902
1904
|
* <p>
|
|
1903
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/create-ssm-document-api
|
|
1905
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api">Create an
|
|
1906
|
+
* SSM document (API)</a>
|
|
1904
1907
|
* </p>
|
|
1905
1908
|
* </li>
|
|
1906
1909
|
* </ul>
|
|
@@ -2651,7 +2654,7 @@ export interface CreateOpsItemRequest {
|
|
|
2651
2654
|
* <p>Use the <code>/aws/resources</code> key in OperationalData to specify a related resource in
|
|
2652
2655
|
* the request. Use the <code>/aws/automations</code> key in OperationalData to associate an
|
|
2653
2656
|
* Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
|
|
2654
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">
|
|
2657
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Create OpsItems
|
|
2655
2658
|
* manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
2656
2659
|
*/
|
|
2657
2660
|
OperationalData?: Record<string, OpsItemDataValue>;
|
|
@@ -3181,13 +3184,12 @@ export interface CreatePatchBaselineRequest {
|
|
|
3181
3184
|
* </li>
|
|
3182
3185
|
* <li>
|
|
3183
3186
|
* <p>
|
|
3184
|
-
* <b>
|
|
3185
|
-
*
|
|
3186
|
-
*
|
|
3187
|
-
* <
|
|
3188
|
-
*
|
|
3189
|
-
*
|
|
3190
|
-
* is reported as <code>InstalledRejected</code>.</p>
|
|
3187
|
+
* <b>BLOCK</b>: Packages in the <b>Rejected
|
|
3188
|
+
* patches</b> list, and packages that include them as dependencies, aren't installed by
|
|
3189
|
+
* Patch Manager under any circumstances. If a package was installed before it was added to the
|
|
3190
|
+
* <b>Rejected patches</b> list, or is installed outside of Patch
|
|
3191
|
+
* Manager afterward, it's considered noncompliant with the patch baseline and its status is
|
|
3192
|
+
* reported as <i>InstalledRejected</i>.</p>
|
|
3191
3193
|
* </li>
|
|
3192
3194
|
* </ul>
|
|
3193
3195
|
*/
|
|
@@ -3369,8 +3371,8 @@ export interface ResourceDataSyncSource {
|
|
|
3369
3371
|
* @public
|
|
3370
3372
|
* <p>When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager
|
|
3371
3373
|
* automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in
|
|
3372
|
-
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
|
3373
|
-
*
|
|
3374
|
+
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html">Setting up Systems Manager Explorer to display data from multiple accounts and Regions</a> in
|
|
3375
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3374
3376
|
*/
|
|
3375
3377
|
EnableAllOpsDataSources?: boolean;
|
|
3376
3378
|
}
|
|
@@ -3712,7 +3714,8 @@ export interface DeleteInventoryResult {
|
|
|
3712
3714
|
TypeName?: string;
|
|
3713
3715
|
/**
|
|
3714
3716
|
* @public
|
|
3715
|
-
* <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">
|
|
3717
|
+
* <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">Understanding the delete inventory summary</a> in the
|
|
3718
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3716
3719
|
*/
|
|
3717
3720
|
DeletionSummary?: InventoryDeletionSummary;
|
|
3718
3721
|
}
|
|
@@ -5888,7 +5891,7 @@ export interface InstanceAssociation {
|
|
|
5888
5891
|
InstanceId?: string;
|
|
5889
5892
|
/**
|
|
5890
5893
|
* @public
|
|
5891
|
-
* <p>The content of the association document for the managed
|
|
5894
|
+
* <p>The content of the association document for the managed nodes.</p>
|
|
5892
5895
|
*/
|
|
5893
5896
|
Content?: string;
|
|
5894
5897
|
/**
|
|
@@ -6282,7 +6285,7 @@ export interface InstanceAggregatedAssociationOverview {
|
|
|
6282
6285
|
DetailedStatus?: string;
|
|
6283
6286
|
/**
|
|
6284
6287
|
* @public
|
|
6285
|
-
* <p>The number of associations for the managed
|
|
6288
|
+
* <p>The number of associations for the managed nodes.</p>
|
|
6286
6289
|
*/
|
|
6287
6290
|
InstanceAssociationStatusAggregatedCount?: Record<string, number>;
|
|
6288
6291
|
}
|
|
@@ -6406,9 +6409,9 @@ export interface InstanceInformation {
|
|
|
6406
6409
|
* property using the <a>CreateActivation</a> command. It is applied to the managed node
|
|
6407
6410
|
* by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as
|
|
6408
6411
|
* explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
|
|
6409
|
-
* hybrid environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
|
|
6410
|
-
* hybrid environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
|
|
6411
|
-
* use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
6412
|
+
* hybrid and multicloud environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
|
|
6413
|
+
* hybrid and multicloud environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
|
|
6414
|
+
* EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
6412
6415
|
*/
|
|
6413
6416
|
Name?: string;
|
|
6414
6417
|
/**
|
|
@@ -6738,8 +6741,8 @@ export interface InstancePatchState {
|
|
|
6738
6741
|
* format and specify in the SSM document <code>AWS-RunPatchBaseline</code>, overrides the patches
|
|
6739
6742
|
* specified by the default patch baseline.</p>
|
|
6740
6743
|
* <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">About the
|
|
6741
|
-
* <code>AWS-RunPatchBaseline</code>
|
|
6742
|
-
* </a>
|
|
6744
|
+
* <code>AWS-RunPatchBaseline SSM document</code>
|
|
6745
|
+
* </a> in the
|
|
6743
6746
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
6744
6747
|
*/
|
|
6745
6748
|
InstallOverrideList?: string;
|
|
@@ -615,7 +615,7 @@ export interface DescribeParametersRequest {
|
|
|
615
615
|
* <code>RAM Resource Share Created From Policy</code> must have been promoted to
|
|
616
616
|
* a standard Resource Share using the RAM
|
|
617
617
|
* <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> API operation.</p>
|
|
618
|
-
* <p>For more information about sharing parameters, see <a href="systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
618
|
+
* <p>For more information about sharing parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
619
619
|
* shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
620
620
|
* </note>
|
|
621
621
|
*/
|
|
@@ -2155,7 +2155,7 @@ export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
|
2155
2155
|
* @public
|
|
2156
2156
|
* <p>Patching for applications released by Microsoft is only available on EC2 instances and
|
|
2157
2157
|
* advanced instances. To patch applications released by Microsoft on on-premises servers and VMs,
|
|
2158
|
-
* you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">
|
|
2158
|
+
* you must enable advanced instances. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html">Turning on
|
|
2159
2159
|
* the advanced-instances tier</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
2160
2160
|
*/
|
|
2161
2161
|
export declare class UnsupportedFeatureRequiredException extends __BaseException {
|
|
@@ -3413,7 +3413,8 @@ export interface GetOpsItemRequest {
|
|
|
3413
3413
|
* history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information
|
|
3414
3414
|
* from Config, CloudTrail logs, and EventBridge, so you don't have
|
|
3415
3415
|
* to navigate across multiple console pages during your investigation. For more information, see
|
|
3416
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">
|
|
3416
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager
|
|
3417
|
+
* OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
|
|
3417
3418
|
*/
|
|
3418
3419
|
export interface OpsItem {
|
|
3419
3420
|
/**
|
|
@@ -3981,8 +3982,8 @@ export interface GetParametersRequest {
|
|
|
3981
3982
|
* parameters shared with you from another account, you must use the full ARNs.</p>
|
|
3982
3983
|
* <p>To query by parameter label, use <code>"Name": "name:label"</code>. To query by parameter
|
|
3983
3984
|
* version, use <code>"Name": "name:version"</code>.</p>
|
|
3984
|
-
* <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
3985
|
-
*
|
|
3985
|
+
* <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
|
|
3986
|
+
* shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
3986
3987
|
*/
|
|
3987
3988
|
Names: string[] | undefined;
|
|
3988
3989
|
/**
|
|
@@ -4460,8 +4461,8 @@ export interface LabelParameterVersionResult {
|
|
|
4460
4461
|
/**
|
|
4461
4462
|
* @public
|
|
4462
4463
|
* <p>The label doesn't meet the requirements. For information about parameter label requirements,
|
|
4463
|
-
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html">
|
|
4464
|
-
*
|
|
4464
|
+
* see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html">Working with parameter
|
|
4465
|
+
* labels</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
4465
4466
|
*/
|
|
4466
4467
|
InvalidLabels?: string[];
|
|
4467
4468
|
/**
|
|
@@ -5608,8 +5609,8 @@ export interface Command {
|
|
|
5608
5609
|
* <p>The maximum number of managed nodes that are allowed to run the command at the same time.
|
|
5609
5610
|
* You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The
|
|
5610
5611
|
* default value is 50. For more information about how to use <code>MaxConcurrency</code>, see
|
|
5611
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">
|
|
5612
|
-
*
|
|
5612
|
+
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Amazon Web Services Systems Manager
|
|
5613
|
+
* Run Command</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
5613
5614
|
*/
|
|
5614
5615
|
MaxConcurrency?: string;
|
|
5615
5616
|
/**
|
|
@@ -5617,8 +5618,8 @@ export interface Command {
|
|
|
5617
5618
|
* <p>The maximum number of errors allowed before the system stops sending the command to
|
|
5618
5619
|
* additional targets. You can specify a number of errors, such as 10, or a percentage or errors,
|
|
5619
5620
|
* such as 10%. The default value is <code>0</code>. For more information about how to use
|
|
5620
|
-
* <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">
|
|
5621
|
-
*
|
|
5621
|
+
* <code>MaxErrors</code>, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html">Amazon Web Services Systems Manager Run Command</a> in the
|
|
5622
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
5622
5623
|
*/
|
|
5623
5624
|
MaxErrors?: string;
|
|
5624
5625
|
/**
|
|
@@ -5768,13 +5769,15 @@ export interface ListComplianceItemsRequest {
|
|
|
5768
5769
|
* @public
|
|
5769
5770
|
* <p>A summary of the call execution that includes an execution ID, the type of execution (for
|
|
5770
5771
|
* example, <code>Command</code>), and the date/time of the execution using a datetime object that
|
|
5771
|
-
* is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
5772
|
+
* is saved in the following format: <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
5773
|
+
* </p>
|
|
5772
5774
|
*/
|
|
5773
5775
|
export interface ComplianceExecutionSummary {
|
|
5774
5776
|
/**
|
|
5775
5777
|
* @public
|
|
5776
5778
|
* <p>The time the execution ran as a datetime object that is saved in the following format:
|
|
5777
|
-
*
|
|
5779
|
+
* <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
5780
|
+
* </p>
|
|
5778
5781
|
*/
|
|
5779
5782
|
ExecutionTime: Date | undefined;
|
|
5780
5783
|
/**
|
|
@@ -6641,17 +6644,17 @@ export interface ListInventoryEntriesResult {
|
|
|
6641
6644
|
InstanceId?: string;
|
|
6642
6645
|
/**
|
|
6643
6646
|
* @public
|
|
6644
|
-
* <p>The inventory schema version used by the managed
|
|
6647
|
+
* <p>The inventory schema version used by the managed nodes.</p>
|
|
6645
6648
|
*/
|
|
6646
6649
|
SchemaVersion?: string;
|
|
6647
6650
|
/**
|
|
6648
6651
|
* @public
|
|
6649
|
-
* <p>The time that inventory information was collected for the managed
|
|
6652
|
+
* <p>The time that inventory information was collected for the managed nodes.</p>
|
|
6650
6653
|
*/
|
|
6651
6654
|
CaptureTime?: string;
|
|
6652
6655
|
/**
|
|
6653
6656
|
* @public
|
|
6654
|
-
* <p>A list of inventory items on the managed
|
|
6657
|
+
* <p>A list of inventory items on the managed nodes.</p>
|
|
6655
6658
|
*/
|
|
6656
6659
|
Entries?: Record<string, string>[];
|
|
6657
6660
|
/**
|
|
@@ -7207,8 +7210,8 @@ export interface ResourceDataSyncSourceWithState {
|
|
|
7207
7210
|
* @public
|
|
7208
7211
|
* <p>When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager
|
|
7209
7212
|
* automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in
|
|
7210
|
-
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-
|
|
7211
|
-
*
|
|
7213
|
+
* your organization (or in the selected organization units). For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html">Setting up Systems Manager Explorer to display data from multiple accounts and Regions</a> in
|
|
7214
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
7212
7215
|
*/
|
|
7213
7216
|
EnableAllOpsDataSources?: boolean;
|
|
7214
7217
|
}
|
|
@@ -7356,8 +7359,8 @@ export interface ModifyDocumentPermissionRequest {
|
|
|
7356
7359
|
* @public
|
|
7357
7360
|
* <p>The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user
|
|
7358
7361
|
* can either be a group of account IDs or <i>All</i>. This action has a higher
|
|
7359
|
-
* priority than <
|
|
7360
|
-
*
|
|
7362
|
+
* priority than <code>AccountIdsToAdd</code>. If you specify an ID to add and the same ID to
|
|
7363
|
+
* remove, the system removes access to the document.</p>
|
|
7361
7364
|
*/
|
|
7362
7365
|
AccountIdsToRemove?: string[];
|
|
7363
7366
|
/**
|
|
@@ -7486,7 +7489,8 @@ export interface PutComplianceItemsRequest {
|
|
|
7486
7489
|
* @public
|
|
7487
7490
|
* <p>A summary of the call execution that includes an execution ID, the type of execution (for
|
|
7488
7491
|
* example, <code>Command</code>), and the date/time of the execution using a datetime object that
|
|
7489
|
-
* is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
7492
|
+
* is saved in the following format: <code>yyyy-MM-dd'T'HH:mm:ss'Z'</code>
|
|
7493
|
+
* </p>
|
|
7490
7494
|
*/
|
|
7491
7495
|
ExecutionSummary: ComplianceExecutionSummary | undefined;
|
|
7492
7496
|
/**
|
|
@@ -7995,8 +7999,8 @@ export interface PutParameterRequest {
|
|
|
7995
7999
|
* Standard parameters are offered at no additional cost. </p>
|
|
7996
8000
|
* <p>Advanced parameters have a content size limit of 8 KB and can be configured to use parameter
|
|
7997
8001
|
* policies. You can create a maximum of 100,000 advanced parameters for each Region in an
|
|
7998
|
-
* Amazon Web Services account. Advanced parameters incur a charge. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html">
|
|
7999
|
-
*
|
|
8002
|
+
* Amazon Web Services account. Advanced parameters incur a charge. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html">Managing
|
|
8003
|
+
* parameter tiers</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8000
8004
|
* <p>You can change a standard parameter to an advanced parameter any time. But you can't revert
|
|
8001
8005
|
* an advanced parameter to a standard parameter. Reverting an advanced parameter to a standard
|
|
8002
8006
|
* parameter would result in data loss because the system would truncate the size of the parameter
|
|
@@ -8044,8 +8048,8 @@ export interface PutParameterRequest {
|
|
|
8044
8048
|
* Amazon Web Services Region.</p>
|
|
8045
8049
|
* </li>
|
|
8046
8050
|
* </ul>
|
|
8047
|
-
* <p>For more information about configuring the default tier option, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier
|
|
8048
|
-
*
|
|
8051
|
+
* <p>For more information about configuring the default tier option, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier">Specifying a default parameter tier</a> in the
|
|
8052
|
+
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8049
8053
|
*/
|
|
8050
8054
|
Tier?: ParameterTier;
|
|
8051
8055
|
/**
|
|
@@ -8107,7 +8111,7 @@ export interface PutParameterRequest {
|
|
|
8107
8111
|
* monitor whether your <code>aws:ec2:image</code> parameters are created successfully, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html">Setting
|
|
8108
8112
|
* up notifications or trigger actions based on Parameter Store events</a>. For more
|
|
8109
8113
|
* information about AMI format validation , see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter
|
|
8110
|
-
* support for Amazon Machine Image
|
|
8114
|
+
* support for Amazon Machine Image IDs</a>. </p>
|
|
8111
8115
|
* </note>
|
|
8112
8116
|
*/
|
|
8113
8117
|
DataType?: string;
|
|
@@ -8404,21 +8408,8 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
|
|
|
8404
8408
|
* maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's
|
|
8405
8409
|
* service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run
|
|
8406
8410
|
* <code>RegisterTaskWithMaintenanceWindow</code>.</p>
|
|
8407
|
-
* <p>For more information, see
|
|
8408
|
-
*
|
|
8409
|
-
* <li>
|
|
8410
|
-
* <p>
|
|
8411
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
8412
|
-
* service-linked roles for Systems Manager</a>
|
|
8413
|
-
* </p>
|
|
8414
|
-
* </li>
|
|
8415
|
-
* <li>
|
|
8416
|
-
* <p>
|
|
8417
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role">Should I use a service-linked role or a custom service role to run maintenance window tasks?
|
|
8418
|
-
* </a>
|
|
8419
|
-
* </p>
|
|
8420
|
-
* </li>
|
|
8421
|
-
* </ul>
|
|
8411
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
8412
|
+
* service-linked roles for Systems Manager</a> in the in the <i>Amazon Web Services Systems Manager User Guide</i>:</p>
|
|
8422
8413
|
*/
|
|
8423
8414
|
ServiceRoleArn?: string;
|
|
8424
8415
|
/**
|
|
@@ -8820,8 +8811,8 @@ export declare class InvalidOutputFolder extends __BaseException {
|
|
|
8820
8811
|
/**
|
|
8821
8812
|
* @public
|
|
8822
8813
|
* <p>The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about
|
|
8823
|
-
* configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/
|
|
8824
|
-
*
|
|
8814
|
+
* configuring the IAM role for Run Command notifications, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html">Monitoring Systems Manager status changes using Amazon SNS notifications</a> in
|
|
8815
|
+
* the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8825
8816
|
*/
|
|
8826
8817
|
export declare class InvalidRole extends __BaseException {
|
|
8827
8818
|
readonly name: "InvalidRole";
|
|
@@ -8845,9 +8836,8 @@ export interface SendCommandRequest {
|
|
|
8845
8836
|
* IDs, we recommend using the <code>Targets</code> option instead. Using <code>Targets</code>,
|
|
8846
8837
|
* which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a
|
|
8847
8838
|
* send command to tens, hundreds, or thousands of nodes at once.</p>
|
|
8848
|
-
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">
|
|
8849
|
-
*
|
|
8850
|
-
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8839
|
+
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
|
|
8840
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8851
8841
|
*/
|
|
8852
8842
|
InstanceIds?: string[];
|
|
8853
8843
|
/**
|
|
@@ -8859,16 +8849,16 @@ export interface SendCommandRequest {
|
|
|
8859
8849
|
* of nodes at once.</p>
|
|
8860
8850
|
* <p>To send a command to a smaller number of managed nodes, you can use the
|
|
8861
8851
|
* <code>InstanceIds</code> option instead.</p>
|
|
8862
|
-
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">
|
|
8863
|
-
*
|
|
8852
|
+
* <p>For more information about how to use targets, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html">Run commands at scale</a>
|
|
8853
|
+
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8864
8854
|
*/
|
|
8865
8855
|
Targets?: Target[];
|
|
8866
8856
|
/**
|
|
8867
8857
|
* @public
|
|
8868
8858
|
* <p>The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a
|
|
8869
8859
|
* custom document. To run a shared document belonging to another account, specify the document
|
|
8870
|
-
* Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">
|
|
8871
|
-
*
|
|
8860
|
+
* Amazon Resource Name (ARN). For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">Sharing SSM
|
|
8861
|
+
* documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
8872
8862
|
* <note>
|
|
8873
8863
|
* <p>If you specify a document name or ARN that hasn't been shared with your account, you
|
|
8874
8864
|
* receive an <code>InvalidDocument</code> error. </p>
|
|
@@ -9079,7 +9069,7 @@ export interface StartAutomationExecutionRequest {
|
|
|
9079
9069
|
* @public
|
|
9080
9070
|
* <p>The name of the SSM document to run. This can be a public document or a custom document. To
|
|
9081
9071
|
* run a shared document belonging to another account, specify the document ARN. For more
|
|
9082
|
-
* information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-
|
|
9072
|
+
* information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-ssm-sharing.html">Sharing SSM documents</a>
|
|
9083
9073
|
* in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
9084
9074
|
*/
|
|
9085
9075
|
DocumentName: string | undefined;
|
|
@@ -859,21 +859,8 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
859
859
|
* maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's
|
|
860
860
|
* service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run
|
|
861
861
|
* <code>RegisterTaskWithMaintenanceWindow</code>.</p>
|
|
862
|
-
* <p>For more information, see
|
|
863
|
-
*
|
|
864
|
-
* <li>
|
|
865
|
-
* <p>
|
|
866
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
867
|
-
* service-linked roles for Systems Manager</a>
|
|
868
|
-
* </p>
|
|
869
|
-
* </li>
|
|
870
|
-
* <li>
|
|
871
|
-
* <p>
|
|
872
|
-
* <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role">Should I use a service-linked role or a custom service role to run maintenance window tasks?
|
|
873
|
-
* </a>
|
|
874
|
-
* </p>
|
|
875
|
-
* </li>
|
|
876
|
-
* </ul>
|
|
862
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
|
|
863
|
+
* service-linked roles for Systems Manager</a> in the in the <i>Amazon Web Services Systems Manager User Guide</i>:</p>
|
|
877
864
|
*/
|
|
878
865
|
ServiceRoleArn?: string;
|
|
879
866
|
/**
|
|
@@ -1116,7 +1103,7 @@ export interface UpdateManagedInstanceRoleRequest {
|
|
|
1116
1103
|
* <p>The name of the Identity and Access Management (IAM) role that you want to assign to
|
|
1117
1104
|
* the managed node. This IAM role must provide AssumeRole permissions for the
|
|
1118
1105
|
* Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
|
|
1119
|
-
* IAM service role for a hybrid environment</a> in the
|
|
1106
|
+
* IAM service role for a hybrid and multicloud environment</a> in the
|
|
1120
1107
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1121
1108
|
* <note>
|
|
1122
1109
|
* <p>You can't specify an IAM service-linked role for this parameter. You must
|
|
@@ -1359,13 +1346,12 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1359
1346
|
* </li>
|
|
1360
1347
|
* <li>
|
|
1361
1348
|
* <p>
|
|
1362
|
-
* <b>
|
|
1363
|
-
*
|
|
1364
|
-
*
|
|
1365
|
-
* <
|
|
1366
|
-
*
|
|
1367
|
-
*
|
|
1368
|
-
* and its status is reported as <code>InstalledRejected</code>.</p>
|
|
1349
|
+
* <b>BLOCK</b>: Packages in the <b>Rejected
|
|
1350
|
+
* patches</b> list, and packages that include them as dependencies, aren't installed by
|
|
1351
|
+
* Patch Manager under any circumstances. If a package was installed before it was added to the
|
|
1352
|
+
* <b>Rejected patches</b> list, or is installed outside of Patch
|
|
1353
|
+
* Manager afterward, it's considered noncompliant with the patch baseline and its status is
|
|
1354
|
+
* reported as <i>InstalledRejected</i>.</p>
|
|
1369
1355
|
* </li>
|
|
1370
1356
|
* </ul>
|
|
1371
1357
|
*/
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { SSMClientConfig } from "./SSMClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|