@aws-sdk/client-ssm 3.1079.0 → 3.1081.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.
Files changed (72) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/index.js +385 -81
  3. package/dist-es/SSM.js +16 -0
  4. package/dist-es/commands/CreateCloudConnectorCommand.js +4 -0
  5. package/dist-es/commands/DeleteCloudConnectorCommand.js +4 -0
  6. package/dist-es/commands/GetCloudConnectorCommand.js +4 -0
  7. package/dist-es/commands/ListCloudConnectorsCommand.js +4 -0
  8. package/dist-es/commands/UpdateCloudConnectorCommand.js +4 -0
  9. package/dist-es/commands/ValidateCloudConnectorCommand.js +4 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +34 -0
  12. package/dist-es/models/errors.js +50 -36
  13. package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
  14. package/dist-es/pagination/ValidateCloudConnectorPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +232 -45
  17. package/dist-types/SSM.d.ts +57 -0
  18. package/dist-types/SSMClient.d.ts +8 -2
  19. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +108 -0
  21. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -1
  24. package/dist-types/commands/GetCloudConnectorCommand.d.ts +99 -0
  25. package/dist-types/commands/GetParameterCommand.d.ts +14 -0
  26. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  27. package/dist-types/commands/GetParametersCommand.d.ts +14 -0
  28. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  29. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -2
  32. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +93 -0
  34. package/dist-types/commands/ListNodesCommand.d.ts +7 -1
  35. package/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -3
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/PutParameterCommand.d.ts +14 -0
  38. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +99 -0
  40. package/dist-types/commands/ValidateCloudConnectorCommand.d.ts +91 -0
  41. package/dist-types/commands/index.d.ts +6 -0
  42. package/dist-types/models/enums.d.ts +66 -0
  43. package/dist-types/models/errors.d.ts +61 -47
  44. package/dist-types/models/models_0.d.ts +268 -360
  45. package/dist-types/models/models_1.d.ts +601 -3
  46. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  47. package/dist-types/pagination/ValidateCloudConnectorPaginator.d.ts +7 -0
  48. package/dist-types/pagination/index.d.ts +2 -0
  49. package/dist-types/schemas/schemas_0.d.ts +27 -0
  50. package/dist-types/ts3.4/SSM.d.ts +117 -0
  51. package/dist-types/ts3.4/SSMClient.d.ts +38 -2
  52. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +44 -0
  53. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +44 -0
  54. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +44 -0
  55. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +44 -0
  61. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +44 -0
  62. package/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +44 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  64. package/dist-types/ts3.4/models/enums.d.ts +42 -0
  65. package/dist-types/ts3.4/models/errors.d.ts +26 -20
  66. package/dist-types/ts3.4/models/models_0.d.ts +78 -59
  67. package/dist-types/ts3.4/models/models_1.d.ts +123 -0
  68. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/ValidateCloudConnectorPaginator.d.ts +11 -0
  70. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +27 -0
  72. package/package.json +3 -3
@@ -32,6 +32,20 @@ declare const GetParametersCommand_base: {
32
32
  * <p>Parameter names can't contain spaces. The service removes any spaces specified for the
33
33
  * beginning or end of a parameter name. If the specified name for a parameter contains spaces
34
34
  * between characters, the request fails with a <code>ValidationException</code> error.</p>
35
+ * <note>
36
+ * <p>Parameter Store throughput defines the number of API transactions per second (TPS) that
37
+ * Systems Manager can process. This applies to <code>GetParameter</code>,
38
+ * <code>GetParameters</code>, and <code>PutParameter</code> API calls for your Amazon Web Services account and
39
+ * Amazon Web Services Region. By default, Parameter Store is configured with a standard throughput quota suitable
40
+ * for low- to moderate-volume workloads. Applications that retrieve configuration data infrequently
41
+ * or operate at smaller scale can use this default setting without additional cost.</p>
42
+ * <p>For higher-volume workloads, you can enable higher throughput. This increases the maximum
43
+ * number of supported transactions per second for your account and Region. Increased throughput
44
+ * supports applications and workloads that need concurrent access to multiple parameters. If you
45
+ * experience <code>ThrottlingException: Rate exceeded</code> errors, enable higher throughput. For
46
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-throughput.html">Changing Parameter Store
47
+ * throughput</a>.</p>
48
+ * </note>
35
49
  * @example
36
50
  * Use a bare-bones client and the command you need to make an API call.
37
51
  * ```javascript
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPatchBaselineRequest, GetPatchBaselineResult } from "../models/models_0";
2
+ import type { GetPatchBaselineRequest, GetPatchBaselineResult } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetPatchBaselineForPatchGroupRequest, GetPatchBaselineForPatchGroupResult } from "../models/models_0";
2
+ import type { GetPatchBaselineForPatchGroupRequest, GetPatchBaselineForPatchGroupResult } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
2
+ import type { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetServiceSettingRequest } from "../models/models_0";
3
- import type { GetServiceSettingResult } from "../models/models_1";
2
+ import type { GetServiceSettingRequest, GetServiceSettingResult } from "../models/models_1";
4
3
  /**
5
4
  * @public
6
5
  */
@@ -38,7 +38,7 @@ declare const ListAssociationsCommand_base: {
38
38
  * const input = { // ListAssociationsRequest
39
39
  * AssociationFilterList: [ // AssociationFilterList
40
40
  * { // AssociationFilter
41
- * key: "InstanceId" || "Name" || "AssociationId" || "AssociationStatusName" || "LastExecutedBefore" || "LastExecutedAfter" || "AssociationName" || "ResourceGroupName", // required
41
+ * key: "InstanceId" || "Name" || "AssociationId" || "AssociationStatusName" || "LastExecutedBefore" || "LastExecutedAfter" || "AssociationName" || "ResourceGroupName" || "CloudConnectorId", // required
42
42
  * value: "STRING_VALUE", // required
43
43
  * },
44
44
  * ],
@@ -0,0 +1,93 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ListCloudConnectorsRequest, ListCloudConnectorsResult } from "../models/models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ListCloudConnectorsCommand}.
11
+ */
12
+ export interface ListCloudConnectorsCommandInput extends ListCloudConnectorsRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ListCloudConnectorsCommand}.
18
+ */
19
+ export interface ListCloudConnectorsCommandOutput extends ListCloudConnectorsResult, __MetadataBearer {
20
+ }
21
+ declare const ListCloudConnectorsCommand_base: {
22
+ new (input: ListCloudConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCloudConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Returns a list of cloud connectors in the current Amazon Web Services account and Amazon Web Services Region.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { SSMClient, ListCloudConnectorsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
32
+ * // const { SSMClient, ListCloudConnectorsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
33
+ * // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
34
+ * const config = {}; // type is SSMClientConfig
35
+ * const client = new SSMClient(config);
36
+ * const input = { // ListCloudConnectorsRequest
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
39
+ * Filters: [ // CloudConnectorFilterList
40
+ * { // CloudConnectorFilter
41
+ * FilterKey: "SubscriptionId" || "TenantId",
42
+ * FilterValues: [ // CloudConnectorFilterValues
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * ],
47
+ * };
48
+ * const command = new ListCloudConnectorsCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // ListCloudConnectorsResult
51
+ * // CloudConnectors: [ // CloudConnectorSummaryList
52
+ * // { // CloudConnectorSummary
53
+ * // CloudConnectorId: "STRING_VALUE",
54
+ * // DisplayName: "STRING_VALUE",
55
+ * // Description: "STRING_VALUE",
56
+ * // RoleArn: "STRING_VALUE",
57
+ * // CreatedAt: new Date("TIMESTAMP"),
58
+ * // UpdatedAt: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListCloudConnectorsCommandInput - {@link ListCloudConnectorsCommandInput}
67
+ * @returns {@link ListCloudConnectorsCommandOutput}
68
+ * @see {@link ListCloudConnectorsCommandInput} for command's `input` shape.
69
+ * @see {@link ListCloudConnectorsCommandOutput} for command's `response` shape.
70
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
71
+ *
72
+ * @throws {@link InternalServerError} (server fault)
73
+ * <p>An error occurred on the server side.</p>
74
+ *
75
+ * @throws {@link SSMServiceException}
76
+ * <p>Base exception class for all service exceptions from SSM service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class ListCloudConnectorsCommand extends ListCloudConnectorsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListCloudConnectorsRequest;
86
+ output: ListCloudConnectorsResult;
87
+ };
88
+ sdk: {
89
+ input: ListCloudConnectorsCommandInput;
90
+ output: ListCloudConnectorsCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -37,7 +37,7 @@ declare const ListNodesCommand_base: {
37
37
  * SyncName: "STRING_VALUE",
38
38
  * Filters: [ // NodeFilterList
39
39
  * { // NodeFilter
40
- * Key: "AgentType" || "AgentVersion" || "ComputerName" || "InstanceId" || "InstanceStatus" || "IpAddress" || "ManagedStatus" || "PlatformName" || "PlatformType" || "PlatformVersion" || "ResourceType" || "OrganizationalUnitId" || "OrganizationalUnitPath" || "Region" || "AccountId", // required
40
+ * Key: "AgentType" || "AgentVersion" || "ComputerName" || "InstanceId" || "InstanceStatus" || "IpAddress" || "ManagedStatus" || "PlatformName" || "PlatformType" || "PlatformVersion" || "ResourceType" || "OrganizationalUnitId" || "OrganizationalUnitPath" || "Region" || "AccountId" || "SourceType" || "SourceId" || "SourceLocation" || "AvailabilityZone" || "AvailabilityZoneId", // required
41
41
  * Values: [ // NodeFilterValueList // required
42
42
  * "STRING_VALUE",
43
43
  * ],
@@ -68,10 +68,16 @@ declare const ListNodesCommand_base: {
68
68
  * // InstanceStatus: "STRING_VALUE",
69
69
  * // IpAddress: "STRING_VALUE",
70
70
  * // ManagedStatus: "All" || "Managed" || "Unmanaged",
71
+ * // Name: "STRING_VALUE",
71
72
  * // PlatformType: "Windows" || "Linux" || "MacOS",
72
73
  * // PlatformName: "STRING_VALUE",
73
74
  * // PlatformVersion: "STRING_VALUE",
74
75
  * // ResourceType: "ManagedInstance" || "EC2Instance",
76
+ * // SourceType: "AWS::EC2::Instance" || "AWS::IoT::Thing" || "AWS::SSM::ManagedInstance" || "Microsoft.Compute/virtualMachines",
77
+ * // SourceId: "STRING_VALUE",
78
+ * // SourceLocation: "STRING_VALUE",
79
+ * // AvailabilityZone: "STRING_VALUE",
80
+ * // AvailabilityZoneId: "STRING_VALUE",
75
81
  * // },
76
82
  * // },
77
83
  * // },
@@ -38,7 +38,7 @@ declare const ListNodesSummaryCommand_base: {
38
38
  * SyncName: "STRING_VALUE",
39
39
  * Filters: [ // NodeFilterList
40
40
  * { // NodeFilter
41
- * Key: "AgentType" || "AgentVersion" || "ComputerName" || "InstanceId" || "InstanceStatus" || "IpAddress" || "ManagedStatus" || "PlatformName" || "PlatformType" || "PlatformVersion" || "ResourceType" || "OrganizationalUnitId" || "OrganizationalUnitPath" || "Region" || "AccountId", // required
41
+ * Key: "AgentType" || "AgentVersion" || "ComputerName" || "InstanceId" || "InstanceStatus" || "IpAddress" || "ManagedStatus" || "PlatformName" || "PlatformType" || "PlatformVersion" || "ResourceType" || "OrganizationalUnitId" || "OrganizationalUnitPath" || "Region" || "AccountId" || "SourceType" || "SourceId" || "SourceLocation" || "AvailabilityZone" || "AvailabilityZoneId", // required
42
42
  * Values: [ // NodeFilterValueList // required
43
43
  * "STRING_VALUE",
44
44
  * ],
@@ -49,12 +49,12 @@ declare const ListNodesSummaryCommand_base: {
49
49
  * { // NodeAggregator
50
50
  * AggregatorType: "Count", // required
51
51
  * TypeName: "Instance", // required
52
- * AttributeName: "AgentVersion" || "PlatformName" || "PlatformType" || "PlatformVersion" || "Region" || "ResourceType", // required
52
+ * AttributeName: "AgentVersion" || "PlatformName" || "PlatformType" || "PlatformVersion" || "Region" || "ResourceType" || "SourceType" || "AvailabilityZone", // required
53
53
  * Aggregators: [
54
54
  * {
55
55
  * AggregatorType: "Count", // required
56
56
  * TypeName: "Instance", // required
57
- * AttributeName: "AgentVersion" || "PlatformName" || "PlatformType" || "PlatformVersion" || "Region" || "ResourceType", // required
57
+ * AttributeName: "AgentVersion" || "PlatformName" || "PlatformType" || "PlatformVersion" || "Region" || "ResourceType" || "SourceType" || "AvailabilityZone", // required
58
58
  * Aggregators: "<NodeAggregatorList>",
59
59
  * },
60
60
  * ],
@@ -35,7 +35,7 @@ declare const ListTagsForResourceCommand_base: {
35
35
  * const config = {}; // type is SSMClientConfig
36
36
  * const client = new SSMClient(config);
37
37
  * const input = { // ListTagsForResourceRequest
38
- * ResourceType: "Document" || "ManagedInstance" || "MaintenanceWindow" || "Parameter" || "PatchBaseline" || "OpsItem" || "OpsMetadata" || "Automation" || "Association", // required
38
+ * ResourceType: "Document" || "ManagedInstance" || "MaintenanceWindow" || "Parameter" || "PatchBaseline" || "OpsItem" || "OpsMetadata" || "Automation" || "Association" || "CloudConnector", // required
39
39
  * ResourceId: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new ListTagsForResourceCommand(input);
@@ -25,6 +25,20 @@ declare const PutParameterCommand_base: {
25
25
  };
26
26
  /**
27
27
  * <p>Create or update a parameter in Parameter Store.</p>
28
+ * <note>
29
+ * <p>Parameter Store throughput defines the number of API transactions per second (TPS) that
30
+ * Systems Manager can process. This applies to <code>GetParameter</code>,
31
+ * <code>GetParameters</code>, and <code>PutParameter</code> API calls for your Amazon Web Services account and
32
+ * Amazon Web Services Region. By default, Parameter Store is configured with a standard throughput quota suitable
33
+ * for low- to moderate-volume workloads. Applications that retrieve configuration data infrequently
34
+ * or operate at smaller scale can use this default setting without additional cost.</p>
35
+ * <p>For higher-volume workloads, you can enable higher throughput. This increases the maximum
36
+ * number of supported transactions per second for your account and Region. Increased throughput
37
+ * supports applications and workloads that need concurrent access to multiple parameters. If you
38
+ * experience <code>ThrottlingException: Rate exceeded</code> errors, enable higher throughput. For
39
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-throughput.html">Changing Parameter Store
40
+ * throughput</a>.</p>
41
+ * </note>
28
42
  * @example
29
43
  * Use a bare-bones client and the command you need to make an API call.
30
44
  * ```javascript
@@ -34,7 +34,7 @@ declare const RemoveTagsFromResourceCommand_base: {
34
34
  * const config = {}; // type is SSMClientConfig
35
35
  * const client = new SSMClient(config);
36
36
  * const input = { // RemoveTagsFromResourceRequest
37
- * ResourceType: "Document" || "ManagedInstance" || "MaintenanceWindow" || "Parameter" || "PatchBaseline" || "OpsItem" || "OpsMetadata" || "Automation" || "Association", // required
37
+ * ResourceType: "Document" || "ManagedInstance" || "MaintenanceWindow" || "Parameter" || "PatchBaseline" || "OpsItem" || "OpsMetadata" || "Automation" || "Association" || "CloudConnector", // required
38
38
  * ResourceId: "STRING_VALUE", // required
39
39
  * TagKeys: [ // KeyList // required
40
40
  * "STRING_VALUE",
@@ -0,0 +1,99 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { UpdateCloudConnectorRequest, UpdateCloudConnectorResult } from "../models/models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link UpdateCloudConnectorCommand}.
11
+ */
12
+ export interface UpdateCloudConnectorCommandInput extends UpdateCloudConnectorRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link UpdateCloudConnectorCommand}.
18
+ */
19
+ export interface UpdateCloudConnectorCommandOutput extends UpdateCloudConnectorResult, __MetadataBearer {
20
+ }
21
+ declare const UpdateCloudConnectorCommand_base: {
22
+ new (input: UpdateCloudConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCloudConnectorCommandInput): import("@smithy/core/client").CommandImpl<UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Updates an existing cloud connector with new configuration details.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { SSMClient, UpdateCloudConnectorCommand } from "@aws-sdk/client-ssm"; // ES Modules import
32
+ * // const { SSMClient, UpdateCloudConnectorCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
33
+ * // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
34
+ * const config = {}; // type is SSMClientConfig
35
+ * const client = new SSMClient(config);
36
+ * const input = { // UpdateCloudConnectorRequest
37
+ * CloudConnectorId: "STRING_VALUE", // required
38
+ * DisplayName: "STRING_VALUE",
39
+ * Configuration: { // CloudConnectorConfiguration Union: only one key present
40
+ * AzureConfiguration: { // AzureConfiguration
41
+ * TenantId: "STRING_VALUE", // required
42
+ * TenantDisplayName: "STRING_VALUE",
43
+ * ApplicationId: "STRING_VALUE", // required
44
+ * ApplicationDisplayName: "STRING_VALUE",
45
+ * Targets: { // ConfigurationTargets Union: only one key present
46
+ * Subscriptions: [ // AzureSubscriptionList
47
+ * { // AzureSubscription
48
+ * Id: "STRING_VALUE", // required
49
+ * DisplayName: "STRING_VALUE",
50
+ * },
51
+ * ],
52
+ * },
53
+ * },
54
+ * },
55
+ * Description: "STRING_VALUE",
56
+ * };
57
+ * const command = new UpdateCloudConnectorCommand(input);
58
+ * const response = await client.send(command);
59
+ * // { // UpdateCloudConnectorResult
60
+ * // CloudConnectorId: "STRING_VALUE",
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param UpdateCloudConnectorCommandInput - {@link UpdateCloudConnectorCommandInput}
66
+ * @returns {@link UpdateCloudConnectorCommandOutput}
67
+ * @see {@link UpdateCloudConnectorCommandInput} for command's `input` shape.
68
+ * @see {@link UpdateCloudConnectorCommandOutput} for command's `response` shape.
69
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
70
+ *
71
+ * @throws {@link ConflictException} (client fault)
72
+ * <p>An error occurred because of a conflict with a concurrent request or the current state of
73
+ * the resource. Retry your request.</p>
74
+ *
75
+ * @throws {@link InternalServerError} (server fault)
76
+ * <p>An error occurred on the server side.</p>
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * <p>The specified parameter to be shared could not be found.</p>
80
+ *
81
+ * @throws {@link SSMServiceException}
82
+ * <p>Base exception class for all service exceptions from SSM service.</p>
83
+ *
84
+ *
85
+ * @public
86
+ */
87
+ export declare class UpdateCloudConnectorCommand extends UpdateCloudConnectorCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateCloudConnectorRequest;
92
+ output: UpdateCloudConnectorResult;
93
+ };
94
+ sdk: {
95
+ input: UpdateCloudConnectorCommandInput;
96
+ output: UpdateCloudConnectorCommandOutput;
97
+ };
98
+ };
99
+ }
@@ -0,0 +1,91 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { ValidateCloudConnectorRequest, ValidateCloudConnectorResult } from "../models/models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link ValidateCloudConnectorCommand}.
11
+ */
12
+ export interface ValidateCloudConnectorCommandInput extends ValidateCloudConnectorRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link ValidateCloudConnectorCommand}.
18
+ */
19
+ export interface ValidateCloudConnectorCommandOutput extends ValidateCloudConnectorResult, __MetadataBearer {
20
+ }
21
+ declare const ValidateCloudConnectorCommand_base: {
22
+ new (input: ValidateCloudConnectorCommandInput): import("@smithy/core/client").CommandImpl<ValidateCloudConnectorCommandInput, ValidateCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ValidateCloudConnectorCommandInput): import("@smithy/core/client").CommandImpl<ValidateCloudConnectorCommandInput, ValidateCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Validates the configuration and connectivity of a cloud connector.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { SSMClient, ValidateCloudConnectorCommand } from "@aws-sdk/client-ssm"; // ES Modules import
32
+ * // const { SSMClient, ValidateCloudConnectorCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
33
+ * // import type { SSMClientConfig } from "@aws-sdk/client-ssm";
34
+ * const config = {}; // type is SSMClientConfig
35
+ * const client = new SSMClient(config);
36
+ * const input = { // ValidateCloudConnectorRequest
37
+ * CloudConnectorId: "STRING_VALUE", // required
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
41
+ * const command = new ValidateCloudConnectorCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ValidateCloudConnectorResult
44
+ * // ValidationFindings: [ // ValidationFindingList
45
+ * // { // ValidationFinding
46
+ * // Type: "INFO" || "WARN" || "ERROR",
47
+ * // Code: "TargetInaccessible" || "TargetUnusable" || "TargetStateWarning" || "AwsRoleAssumptionFailed" || "WebIdentityTokenFailed" || "OutboundWebIdentityFederationDisabled" || "ProviderCredentialCreationFailed" || "TenantSummary" || "SubscriptionAccessible",
48
+ * // Message: "STRING_VALUE",
49
+ * // ProviderMessage: "STRING_VALUE",
50
+ * // Scope: { // ValidationFindingScope
51
+ * // Type: "azure:tenant" || "azure:subscription",
52
+ * // Id: "STRING_VALUE",
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param ValidateCloudConnectorCommandInput - {@link ValidateCloudConnectorCommandInput}
62
+ * @returns {@link ValidateCloudConnectorCommandOutput}
63
+ * @see {@link ValidateCloudConnectorCommandInput} for command's `input` shape.
64
+ * @see {@link ValidateCloudConnectorCommandOutput} for command's `response` shape.
65
+ * @see {@link SSMClientResolvedConfig | config} for SSMClient's `config` shape.
66
+ *
67
+ * @throws {@link InternalServerError} (server fault)
68
+ * <p>An error occurred on the server side.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundException} (client fault)
71
+ * <p>The specified parameter to be shared could not be found.</p>
72
+ *
73
+ * @throws {@link SSMServiceException}
74
+ * <p>Base exception class for all service exceptions from SSM service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class ValidateCloudConnectorCommand extends ValidateCloudConnectorCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ValidateCloudConnectorRequest;
84
+ output: ValidateCloudConnectorResult;
85
+ };
86
+ sdk: {
87
+ input: ValidateCloudConnectorCommandInput;
88
+ output: ValidateCloudConnectorCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -5,6 +5,7 @@ export * from "./CancelMaintenanceWindowExecutionCommand";
5
5
  export * from "./CreateActivationCommand";
6
6
  export * from "./CreateAssociationBatchCommand";
7
7
  export * from "./CreateAssociationCommand";
8
+ export * from "./CreateCloudConnectorCommand";
8
9
  export * from "./CreateDocumentCommand";
9
10
  export * from "./CreateMaintenanceWindowCommand";
10
11
  export * from "./CreateOpsItemCommand";
@@ -13,6 +14,7 @@ export * from "./CreatePatchBaselineCommand";
13
14
  export * from "./CreateResourceDataSyncCommand";
14
15
  export * from "./DeleteActivationCommand";
15
16
  export * from "./DeleteAssociationCommand";
17
+ export * from "./DeleteCloudConnectorCommand";
16
18
  export * from "./DeleteDocumentCommand";
17
19
  export * from "./DeleteInventoryCommand";
18
20
  export * from "./DeleteMaintenanceWindowCommand";
@@ -64,6 +66,7 @@ export * from "./DisassociateOpsItemRelatedItemCommand";
64
66
  export * from "./GetAccessTokenCommand";
65
67
  export * from "./GetAutomationExecutionCommand";
66
68
  export * from "./GetCalendarStateCommand";
69
+ export * from "./GetCloudConnectorCommand";
67
70
  export * from "./GetCommandInvocationCommand";
68
71
  export * from "./GetConnectionStatusCommand";
69
72
  export * from "./GetDefaultPatchBaselineCommand";
@@ -91,6 +94,7 @@ export * from "./GetServiceSettingCommand";
91
94
  export * from "./LabelParameterVersionCommand";
92
95
  export * from "./ListAssociationVersionsCommand";
93
96
  export * from "./ListAssociationsCommand";
97
+ export * from "./ListCloudConnectorsCommand";
94
98
  export * from "./ListCommandInvocationsCommand";
95
99
  export * from "./ListCommandsCommand";
96
100
  export * from "./ListComplianceItemsCommand";
@@ -132,6 +136,7 @@ export * from "./TerminateSessionCommand";
132
136
  export * from "./UnlabelParameterVersionCommand";
133
137
  export * from "./UpdateAssociationCommand";
134
138
  export * from "./UpdateAssociationStatusCommand";
139
+ export * from "./UpdateCloudConnectorCommand";
135
140
  export * from "./UpdateDocumentCommand";
136
141
  export * from "./UpdateDocumentDefaultVersionCommand";
137
142
  export * from "./UpdateDocumentMetadataCommand";
@@ -144,3 +149,4 @@ export * from "./UpdateOpsMetadataCommand";
144
149
  export * from "./UpdatePatchBaselineCommand";
145
150
  export * from "./UpdateResourceDataSyncCommand";
146
151
  export * from "./UpdateServiceSettingCommand";
152
+ export * from "./ValidateCloudConnectorCommand";
@@ -32,6 +32,7 @@ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
32
32
  export declare const ResourceTypeForTagging: {
33
33
  readonly ASSOCIATION: "Association";
34
34
  readonly AUTOMATION: "Automation";
35
+ readonly CLOUD_CONNECTOR: "CloudConnector";
35
36
  readonly DOCUMENT: "Document";
36
37
  readonly MAINTENANCE_WINDOW: "MaintenanceWindow";
37
38
  readonly MANAGED_INSTANCE: "ManagedInstance";
@@ -591,6 +592,7 @@ export declare const SourceType: {
591
592
  readonly AWS_EC2_INSTANCE: "AWS::EC2::Instance";
592
593
  readonly AWS_IOT_THING: "AWS::IoT::Thing";
593
594
  readonly AWS_SSM_MANAGEDINSTANCE: "AWS::SSM::ManagedInstance";
595
+ readonly AZURE_INSTANCE: "Microsoft.Compute/virtualMachines";
594
596
  };
595
597
  /**
596
598
  * @public
@@ -1116,6 +1118,7 @@ export type OpsFilterOperatorType = (typeof OpsFilterOperatorType)[keyof typeof
1116
1118
  export declare const AssociationFilterKey: {
1117
1119
  readonly AssociationId: "AssociationId";
1118
1120
  readonly AssociationName: "AssociationName";
1121
+ readonly CloudConnectorId: "CloudConnectorId";
1119
1122
  readonly InstanceId: "InstanceId";
1120
1123
  readonly LastExecutedAfter: "LastExecutedAfter";
1121
1124
  readonly LastExecutedBefore: "LastExecutedBefore";
@@ -1127,6 +1130,18 @@ export declare const AssociationFilterKey: {
1127
1130
  * @public
1128
1131
  */
1129
1132
  export type AssociationFilterKey = (typeof AssociationFilterKey)[keyof typeof AssociationFilterKey];
1133
+ /**
1134
+ * @public
1135
+ * @enum
1136
+ */
1137
+ export declare const CloudConnectorFilterKey: {
1138
+ readonly SubscriptionId: "SubscriptionId";
1139
+ readonly TenantId: "TenantId";
1140
+ };
1141
+ /**
1142
+ * @public
1143
+ */
1144
+ export type CloudConnectorFilterKey = (typeof CloudConnectorFilterKey)[keyof typeof CloudConnectorFilterKey];
1130
1145
  /**
1131
1146
  * @public
1132
1147
  * @enum
@@ -1262,6 +1277,8 @@ export declare const NodeFilterKey: {
1262
1277
  readonly ACCOUNT_ID: "AccountId";
1263
1278
  readonly AGENT_TYPE: "AgentType";
1264
1279
  readonly AGENT_VERSION: "AgentVersion";
1280
+ readonly AVAILABILITY_ZONE: "AvailabilityZone";
1281
+ readonly AVAILABILITY_ZONE_ID: "AvailabilityZoneId";
1265
1282
  readonly COMPUTER_NAME: "ComputerName";
1266
1283
  readonly INSTANCE_ID: "InstanceId";
1267
1284
  readonly INSTANCE_STATUS: "InstanceStatus";
@@ -1274,6 +1291,9 @@ export declare const NodeFilterKey: {
1274
1291
  readonly PLATFORM_VERSION: "PlatformVersion";
1275
1292
  readonly REGION: "Region";
1276
1293
  readonly RESOURCE_TYPE: "ResourceType";
1294
+ readonly SOURCE_ID: "SourceId";
1295
+ readonly SOURCE_LOCATION: "SourceLocation";
1296
+ readonly SOURCE_TYPE: "SourceType";
1277
1297
  };
1278
1298
  /**
1279
1299
  * @public
@@ -1322,11 +1342,13 @@ export type NodeAggregatorType = (typeof NodeAggregatorType)[keyof typeof NodeAg
1322
1342
  */
1323
1343
  export declare const NodeAttributeName: {
1324
1344
  readonly AGENT_VERSION: "AgentVersion";
1345
+ readonly AVAILABILITY_ZONE: "AvailabilityZone";
1325
1346
  readonly PLATFORM_NAME: "PlatformName";
1326
1347
  readonly PLATFORM_TYPE: "PlatformType";
1327
1348
  readonly PLATFORM_VERSION: "PlatformVersion";
1328
1349
  readonly REGION: "Region";
1329
1350
  readonly RESOURCE_TYPE: "ResourceType";
1351
+ readonly SOURCE_TYPE: "SourceType";
1330
1352
  };
1331
1353
  /**
1332
1354
  * @public
@@ -1456,3 +1478,47 @@ export declare const DocumentReviewAction: {
1456
1478
  * @public
1457
1479
  */
1458
1480
  export type DocumentReviewAction = (typeof DocumentReviewAction)[keyof typeof DocumentReviewAction];
1481
+ /**
1482
+ * @public
1483
+ * @enum
1484
+ */
1485
+ export declare const ValidationFindingCode: {
1486
+ readonly AWS_ROLE_ASSUMPTION_FAILED: "AwsRoleAssumptionFailed";
1487
+ readonly OUTBOUND_WEB_IDENTITY_FEDERATION_DISABLED: "OutboundWebIdentityFederationDisabled";
1488
+ readonly PROVIDER_CREDENTIAL_CREATION_FAILED: "ProviderCredentialCreationFailed";
1489
+ readonly SUBSCRIPTION_ACCESSIBLE: "SubscriptionAccessible";
1490
+ readonly TARGET_INACCESSIBLE: "TargetInaccessible";
1491
+ readonly TARGET_STATE_WARNING: "TargetStateWarning";
1492
+ readonly TARGET_UNUSABLE: "TargetUnusable";
1493
+ readonly TENANT_SUMMARY: "TenantSummary";
1494
+ readonly WEB_IDENTITY_TOKEN_FAILED: "WebIdentityTokenFailed";
1495
+ };
1496
+ /**
1497
+ * @public
1498
+ */
1499
+ export type ValidationFindingCode = (typeof ValidationFindingCode)[keyof typeof ValidationFindingCode];
1500
+ /**
1501
+ * @public
1502
+ * @enum
1503
+ */
1504
+ export declare const ValidationFindingScopeType: {
1505
+ readonly AZURE_SUBSCRIPTION: "azure:subscription";
1506
+ readonly AZURE_TENANT: "azure:tenant";
1507
+ };
1508
+ /**
1509
+ * @public
1510
+ */
1511
+ export type ValidationFindingScopeType = (typeof ValidationFindingScopeType)[keyof typeof ValidationFindingScopeType];
1512
+ /**
1513
+ * @public
1514
+ * @enum
1515
+ */
1516
+ export declare const ValidationFindingType: {
1517
+ readonly ERROR: "ERROR";
1518
+ readonly INFO: "INFO";
1519
+ readonly WARN: "WARN";
1520
+ };
1521
+ /**
1522
+ * @public
1523
+ */
1524
+ export type ValidationFindingType = (typeof ValidationFindingType)[keyof typeof ValidationFindingType];