@aws-sdk/client-ssm 3.556.0 → 3.563.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/README.md +8 -0
- package/dist-cjs/index.js +213 -73
- package/dist-es/SSM.js +2 -0
- package/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
- package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +30 -9
- package/dist-es/models/models_1.js +9 -43
- package/dist-es/models/models_2.js +43 -0
- package/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +78 -3
- package/dist-types/SSM.d.ts +8 -0
- package/dist-types/SSMClient.d.ts +3 -2
- package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +334 -243
- package/dist-types/models/models_1.d.ts +219 -234
- package/dist-types/models/models_2.d.ts +246 -8
- package/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SSM.d.ts +18 -0
- package/dist-types/ts3.4/SSMClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +79 -49
- package/dist-types/ts3.4/models/models_1.d.ts +51 -60
- package/dist-types/ts3.4/models/models_2.d.ts +62 -1
- package/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +2 -2
|
@@ -811,86 +811,104 @@ export interface TargetLocation {
|
|
|
811
811
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
812
812
|
* </note>
|
|
813
813
|
* <p>Supported formats include the following.</p>
|
|
814
|
+
* <p>
|
|
815
|
+
* <b>For all Systems Manager capabilities:</b>
|
|
816
|
+
* </p>
|
|
814
817
|
* <ul>
|
|
815
818
|
* <li>
|
|
816
819
|
* <p>
|
|
817
|
-
* <code>Key=
|
|
818
|
-
* </p>
|
|
819
|
-
* </li>
|
|
820
|
-
* <li>
|
|
821
|
-
* <p>
|
|
822
|
-
* <code>Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2></code>
|
|
820
|
+
* <code>Key=tag-key,Values=tag-value-1,tag-value-2</code>
|
|
823
821
|
* </p>
|
|
824
822
|
* </li>
|
|
823
|
+
* </ul>
|
|
824
|
+
* <p>
|
|
825
|
+
* <b>For Automation and Change Manager:</b>
|
|
826
|
+
* </p>
|
|
827
|
+
* <ul>
|
|
825
828
|
* <li>
|
|
826
829
|
* <p>
|
|
827
|
-
* <code>Key=tag-key,Values
|
|
830
|
+
* <code>Key=tag:tag-key,Values=tag-value</code>
|
|
828
831
|
* </p>
|
|
829
832
|
* </li>
|
|
830
833
|
* <li>
|
|
831
834
|
* <p>
|
|
832
|
-
* <
|
|
833
|
-
* <code>Key=resource-groups:Name,Values=<resource-group-name></code>
|
|
835
|
+
* <code>Key=ResourceGroup,Values=resource-group-name</code>
|
|
834
836
|
* </p>
|
|
835
837
|
* </li>
|
|
836
838
|
* <li>
|
|
837
839
|
* <p>
|
|
838
|
-
* <
|
|
839
|
-
* <code>Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2></code>
|
|
840
|
+
* <code>Key=ParameterValues,Values=value-1,value-2,value-3</code>
|
|
840
841
|
* </p>
|
|
841
842
|
* </li>
|
|
842
843
|
* <li>
|
|
843
|
-
* <p>
|
|
844
|
-
*
|
|
845
|
-
*
|
|
846
|
-
*
|
|
844
|
+
* <p>To target all instances in the Amazon Web Services Region:</p>
|
|
845
|
+
* <ul>
|
|
846
|
+
* <li>
|
|
847
|
+
* <p>
|
|
848
|
+
* <code>Key=AWS::EC2::Instance,Values=*</code>
|
|
849
|
+
* </p>
|
|
850
|
+
* </li>
|
|
851
|
+
* <li>
|
|
852
|
+
* <p>
|
|
853
|
+
* <code>Key=InstanceIds,Values=*</code>
|
|
854
|
+
* </p>
|
|
855
|
+
* </li>
|
|
856
|
+
* </ul>
|
|
847
857
|
* </li>
|
|
848
858
|
* </ul>
|
|
849
|
-
* <p>
|
|
859
|
+
* <p>
|
|
860
|
+
* <b>For Run Command and Maintenance Windows:</b>
|
|
861
|
+
* </p>
|
|
850
862
|
* <ul>
|
|
851
863
|
* <li>
|
|
852
864
|
* <p>
|
|
853
|
-
* <code>Key=InstanceIds,Values=
|
|
865
|
+
* <code>Key=InstanceIds,Values=instance-id-1,instance-id-2,instance-id-3</code>
|
|
854
866
|
* </p>
|
|
855
867
|
* </li>
|
|
856
868
|
* <li>
|
|
857
869
|
* <p>
|
|
858
|
-
* <code>Key=tag:
|
|
870
|
+
* <code>Key=tag:tag-key,Values=tag-value-1,tag-value-2</code>
|
|
859
871
|
* </p>
|
|
860
872
|
* </li>
|
|
861
873
|
* <li>
|
|
862
874
|
* <p>
|
|
863
|
-
* <code>Key=
|
|
875
|
+
* <code>Key=resource-groups:Name,Values=resource-group-name</code>
|
|
864
876
|
* </p>
|
|
865
877
|
* </li>
|
|
866
878
|
* <li>
|
|
867
|
-
* <p>
|
|
868
|
-
*
|
|
869
|
-
*
|
|
870
|
-
*
|
|
871
|
-
*
|
|
879
|
+
* <p>Additionally, Maintenance Windows support targeting resource types:</p>
|
|
880
|
+
* <ul>
|
|
881
|
+
* <li>
|
|
882
|
+
* <p>
|
|
883
|
+
* <code>Key=resource-groups:ResourceTypeFilters,Values=resource-type-1,resource-type-2</code>
|
|
884
|
+
* </p>
|
|
885
|
+
* </li>
|
|
886
|
+
* </ul>
|
|
872
887
|
* </li>
|
|
888
|
+
* </ul>
|
|
889
|
+
* <p>
|
|
890
|
+
* <b>For State Manager:</b>
|
|
891
|
+
* </p>
|
|
892
|
+
* <ul>
|
|
873
893
|
* <li>
|
|
874
894
|
* <p>
|
|
875
|
-
* <
|
|
876
|
-
* <code>Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC</code>
|
|
895
|
+
* <code>Key=InstanceIds,Values=instance-id-1,instance-id-2,instance-id-3</code>
|
|
877
896
|
* </p>
|
|
878
|
-
* <p>This example demonstrates how to target only Amazon Elastic Compute Cloud (Amazon EC2)
|
|
879
|
-
* instances and VPCs in your maintenance window.</p>
|
|
880
897
|
* </li>
|
|
881
898
|
* <li>
|
|
882
899
|
* <p>
|
|
883
|
-
* <
|
|
884
|
-
* <code>Key=ResourceGroup,Values=MyResourceGroup</code>
|
|
900
|
+
* <code>Key=tag:tag-key,Values=tag-value-1,tag-value-2</code>
|
|
885
901
|
* </p>
|
|
886
902
|
* </li>
|
|
887
903
|
* <li>
|
|
888
|
-
* <p>
|
|
889
|
-
*
|
|
890
|
-
*
|
|
891
|
-
*
|
|
892
|
-
*
|
|
893
|
-
*
|
|
904
|
+
* <p>To target all instances in the Amazon Web Services Region:</p>
|
|
905
|
+
* <ul>
|
|
906
|
+
* <li>
|
|
907
|
+
* <p>
|
|
908
|
+
* <code>Key=InstanceIds,Values=*</code>
|
|
909
|
+
* </p>
|
|
910
|
+
* </li>
|
|
911
|
+
* </ul>
|
|
894
912
|
* </li>
|
|
895
913
|
* </ul>
|
|
896
914
|
* <p>For more information about how to send commands that target managed nodes using
|
|
@@ -1946,6 +1964,21 @@ export interface CreateDocumentRequest {
|
|
|
1946
1964
|
* <code>amzn</code>
|
|
1947
1965
|
* </p>
|
|
1948
1966
|
* </li>
|
|
1967
|
+
* <li>
|
|
1968
|
+
* <p>
|
|
1969
|
+
* <code>AWSEC2</code>
|
|
1970
|
+
* </p>
|
|
1971
|
+
* </li>
|
|
1972
|
+
* <li>
|
|
1973
|
+
* <p>
|
|
1974
|
+
* <code>AWSConfigRemediation</code>
|
|
1975
|
+
* </p>
|
|
1976
|
+
* </li>
|
|
1977
|
+
* <li>
|
|
1978
|
+
* <p>
|
|
1979
|
+
* <code>AWSSupport</code>
|
|
1980
|
+
* </p>
|
|
1981
|
+
* </li>
|
|
1949
1982
|
* </ul>
|
|
1950
1983
|
* </important>
|
|
1951
1984
|
* @public
|
|
@@ -2410,6 +2443,10 @@ export interface CreateMaintenanceWindowRequest {
|
|
|
2410
2443
|
* <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
|
|
2411
2444
|
* become active. <code>StartDate</code> allows you to delay activation of the maintenance window
|
|
2412
2445
|
* until the specified future date.</p>
|
|
2446
|
+
* <note>
|
|
2447
|
+
* <p>When using a rate schedule, if you provide a start date that occurs in the past, the
|
|
2448
|
+
* current date and time are used as the start date. </p>
|
|
2449
|
+
* </note>
|
|
2413
2450
|
* @public
|
|
2414
2451
|
*/
|
|
2415
2452
|
StartDate?: string;
|
|
@@ -7052,6 +7089,267 @@ export interface DescribeInstancePatchStatesForPatchGroupResult {
|
|
|
7052
7089
|
*/
|
|
7053
7090
|
NextToken?: string;
|
|
7054
7091
|
}
|
|
7092
|
+
/**
|
|
7093
|
+
* @public
|
|
7094
|
+
* @enum
|
|
7095
|
+
*/
|
|
7096
|
+
export declare const InstancePropertyFilterOperator: {
|
|
7097
|
+
readonly BEGIN_WITH: "BeginWith";
|
|
7098
|
+
readonly EQUAL: "Equal";
|
|
7099
|
+
readonly GREATER_THAN: "GreaterThan";
|
|
7100
|
+
readonly LESS_THAN: "LessThan";
|
|
7101
|
+
readonly NOT_EQUAL: "NotEqual";
|
|
7102
|
+
};
|
|
7103
|
+
/**
|
|
7104
|
+
* @public
|
|
7105
|
+
*/
|
|
7106
|
+
export type InstancePropertyFilterOperator = (typeof InstancePropertyFilterOperator)[keyof typeof InstancePropertyFilterOperator];
|
|
7107
|
+
/**
|
|
7108
|
+
* <p>The filters to describe or get information about your managed nodes.</p>
|
|
7109
|
+
* @public
|
|
7110
|
+
*/
|
|
7111
|
+
export interface InstancePropertyStringFilter {
|
|
7112
|
+
/**
|
|
7113
|
+
* <p>The filter key name to describe your managed nodes.</p>
|
|
7114
|
+
* @public
|
|
7115
|
+
*/
|
|
7116
|
+
Key: string | undefined;
|
|
7117
|
+
/**
|
|
7118
|
+
* <p>The filter key name to describe your managed nodes.</p>
|
|
7119
|
+
* @public
|
|
7120
|
+
*/
|
|
7121
|
+
Values: string[] | undefined;
|
|
7122
|
+
/**
|
|
7123
|
+
* <p>The operator used by the filter call.</p>
|
|
7124
|
+
* @public
|
|
7125
|
+
*/
|
|
7126
|
+
Operator?: InstancePropertyFilterOperator;
|
|
7127
|
+
}
|
|
7128
|
+
/**
|
|
7129
|
+
* @public
|
|
7130
|
+
* @enum
|
|
7131
|
+
*/
|
|
7132
|
+
export declare const InstancePropertyFilterKey: {
|
|
7133
|
+
readonly ACTIVATION_IDS: "ActivationIds";
|
|
7134
|
+
readonly AGENT_VERSION: "AgentVersion";
|
|
7135
|
+
readonly ASSOCIATION_STATUS: "AssociationStatus";
|
|
7136
|
+
readonly DOCUMENT_NAME: "DocumentName";
|
|
7137
|
+
readonly IAM_ROLE: "IamRole";
|
|
7138
|
+
readonly INSTANCE_IDS: "InstanceIds";
|
|
7139
|
+
readonly PING_STATUS: "PingStatus";
|
|
7140
|
+
readonly PLATFORM_TYPES: "PlatformTypes";
|
|
7141
|
+
readonly RESOURCE_TYPE: "ResourceType";
|
|
7142
|
+
};
|
|
7143
|
+
/**
|
|
7144
|
+
* @public
|
|
7145
|
+
*/
|
|
7146
|
+
export type InstancePropertyFilterKey = (typeof InstancePropertyFilterKey)[keyof typeof InstancePropertyFilterKey];
|
|
7147
|
+
/**
|
|
7148
|
+
* <p>Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.</p>
|
|
7149
|
+
* @public
|
|
7150
|
+
*/
|
|
7151
|
+
export interface InstancePropertyFilter {
|
|
7152
|
+
/**
|
|
7153
|
+
* <p>The name of the filter.</p>
|
|
7154
|
+
* @public
|
|
7155
|
+
*/
|
|
7156
|
+
key: InstancePropertyFilterKey | undefined;
|
|
7157
|
+
/**
|
|
7158
|
+
* <p>The filter values.</p>
|
|
7159
|
+
* @public
|
|
7160
|
+
*/
|
|
7161
|
+
valueSet: string[] | undefined;
|
|
7162
|
+
}
|
|
7163
|
+
/**
|
|
7164
|
+
* @public
|
|
7165
|
+
*/
|
|
7166
|
+
export interface DescribeInstancePropertiesRequest {
|
|
7167
|
+
/**
|
|
7168
|
+
* <p>An array of instance property filters.</p>
|
|
7169
|
+
* @public
|
|
7170
|
+
*/
|
|
7171
|
+
InstancePropertyFilterList?: InstancePropertyFilter[];
|
|
7172
|
+
/**
|
|
7173
|
+
* <p>The request filters to use with the operator.</p>
|
|
7174
|
+
* @public
|
|
7175
|
+
*/
|
|
7176
|
+
FiltersWithOperator?: InstancePropertyStringFilter[];
|
|
7177
|
+
/**
|
|
7178
|
+
* <p>The maximum number of items to return for the call. The call also returns a token that you
|
|
7179
|
+
* can specify in a subsequent call to get the next set of results.</p>
|
|
7180
|
+
* @public
|
|
7181
|
+
*/
|
|
7182
|
+
MaxResults?: number;
|
|
7183
|
+
/**
|
|
7184
|
+
* <p>The token provided by a previous request to use to return the next set of properties.</p>
|
|
7185
|
+
* @public
|
|
7186
|
+
*/
|
|
7187
|
+
NextToken?: string;
|
|
7188
|
+
}
|
|
7189
|
+
/**
|
|
7190
|
+
* <p>An object containing various properties of a managed node.</p>
|
|
7191
|
+
* @public
|
|
7192
|
+
*/
|
|
7193
|
+
export interface InstanceProperty {
|
|
7194
|
+
/**
|
|
7195
|
+
* <p>The value of the EC2 <code>Name</code> tag associated with the node. If a <code>Name</code> tag hasn't been applied to the node, this value is blank.</p>
|
|
7196
|
+
* @public
|
|
7197
|
+
*/
|
|
7198
|
+
Name?: string;
|
|
7199
|
+
/**
|
|
7200
|
+
* <p>The ID of the managed node.</p>
|
|
7201
|
+
* @public
|
|
7202
|
+
*/
|
|
7203
|
+
InstanceId?: string;
|
|
7204
|
+
/**
|
|
7205
|
+
* <p>The instance type of the managed node. For example, t3.large.</p>
|
|
7206
|
+
* @public
|
|
7207
|
+
*/
|
|
7208
|
+
InstanceType?: string;
|
|
7209
|
+
/**
|
|
7210
|
+
* <p>The instance profile attached to the node. If an instance profile isn't attached to the node, this value is blank.</p>
|
|
7211
|
+
* @public
|
|
7212
|
+
*/
|
|
7213
|
+
InstanceRole?: string;
|
|
7214
|
+
/**
|
|
7215
|
+
* <p>The name of the key pair associated with the node. If a key pair isnt't associated with the node, this value is blank.</p>
|
|
7216
|
+
* @public
|
|
7217
|
+
*/
|
|
7218
|
+
KeyName?: string;
|
|
7219
|
+
/**
|
|
7220
|
+
* <p>The current state of the node.</p>
|
|
7221
|
+
* @public
|
|
7222
|
+
*/
|
|
7223
|
+
InstanceState?: string;
|
|
7224
|
+
/**
|
|
7225
|
+
* <p>The CPU architecture of the node. For example, x86_64.</p>
|
|
7226
|
+
* @public
|
|
7227
|
+
*/
|
|
7228
|
+
Architecture?: string;
|
|
7229
|
+
/**
|
|
7230
|
+
* <p>The public IPv4 address assigned to the node. If a public IPv4 address isn't assigned to the node, this value is blank.</p>
|
|
7231
|
+
* @public
|
|
7232
|
+
*/
|
|
7233
|
+
IPAddress?: string;
|
|
7234
|
+
/**
|
|
7235
|
+
* <p>The timestamp for when the node was launched.</p>
|
|
7236
|
+
* @public
|
|
7237
|
+
*/
|
|
7238
|
+
LaunchTime?: Date;
|
|
7239
|
+
/**
|
|
7240
|
+
* <p>Connection status of the SSM Agent on the managed node.</p>
|
|
7241
|
+
* @public
|
|
7242
|
+
*/
|
|
7243
|
+
PingStatus?: PingStatus;
|
|
7244
|
+
/**
|
|
7245
|
+
* <p>The date and time when the SSM Agent last pinged the Systems Manager service.</p>
|
|
7246
|
+
* @public
|
|
7247
|
+
*/
|
|
7248
|
+
LastPingDateTime?: Date;
|
|
7249
|
+
/**
|
|
7250
|
+
* <p>The version of SSM Agent running on your managed node.</p>
|
|
7251
|
+
* @public
|
|
7252
|
+
*/
|
|
7253
|
+
AgentVersion?: string;
|
|
7254
|
+
/**
|
|
7255
|
+
* <p>The operating system platform type of the managed node. For example, Windows.</p>
|
|
7256
|
+
* @public
|
|
7257
|
+
*/
|
|
7258
|
+
PlatformType?: PlatformType;
|
|
7259
|
+
/**
|
|
7260
|
+
* <p>The name of the operating system platform running on your managed node.</p>
|
|
7261
|
+
* @public
|
|
7262
|
+
*/
|
|
7263
|
+
PlatformName?: string;
|
|
7264
|
+
/**
|
|
7265
|
+
* <p>The version of the OS platform running on your managed node.</p>
|
|
7266
|
+
* @public
|
|
7267
|
+
*/
|
|
7268
|
+
PlatformVersion?: string;
|
|
7269
|
+
/**
|
|
7270
|
+
* <p>The activation ID created by Systems Manager when the server or virtual machine (VM) was registered</p>
|
|
7271
|
+
* @public
|
|
7272
|
+
*/
|
|
7273
|
+
ActivationId?: string;
|
|
7274
|
+
/**
|
|
7275
|
+
* <p>The IAM role used in the hybrid activation to register the node with Systems Manager.</p>
|
|
7276
|
+
* @public
|
|
7277
|
+
*/
|
|
7278
|
+
IamRole?: string;
|
|
7279
|
+
/**
|
|
7280
|
+
* <p>The date the node was registered with Systems Manager.</p>
|
|
7281
|
+
* @public
|
|
7282
|
+
*/
|
|
7283
|
+
RegistrationDate?: Date;
|
|
7284
|
+
/**
|
|
7285
|
+
* <p>The type of managed node.</p>
|
|
7286
|
+
* @public
|
|
7287
|
+
*/
|
|
7288
|
+
ResourceType?: string;
|
|
7289
|
+
/**
|
|
7290
|
+
* <p>The fully qualified host name of the managed node.</p>
|
|
7291
|
+
* @public
|
|
7292
|
+
*/
|
|
7293
|
+
ComputerName?: string;
|
|
7294
|
+
/**
|
|
7295
|
+
* <p>The status of the State Manager association applied to the managed node.</p>
|
|
7296
|
+
* @public
|
|
7297
|
+
*/
|
|
7298
|
+
AssociationStatus?: string;
|
|
7299
|
+
/**
|
|
7300
|
+
* <p>The date the association was last run.</p>
|
|
7301
|
+
* @public
|
|
7302
|
+
*/
|
|
7303
|
+
LastAssociationExecutionDate?: Date;
|
|
7304
|
+
/**
|
|
7305
|
+
* <p>The last date the association was successfully run.</p>
|
|
7306
|
+
* @public
|
|
7307
|
+
*/
|
|
7308
|
+
LastSuccessfulAssociationExecutionDate?: Date;
|
|
7309
|
+
/**
|
|
7310
|
+
* <p>Status information about the aggregated associations.</p>
|
|
7311
|
+
* @public
|
|
7312
|
+
*/
|
|
7313
|
+
AssociationOverview?: InstanceAggregatedAssociationOverview;
|
|
7314
|
+
/**
|
|
7315
|
+
* <p>The ID of the source resource.</p>
|
|
7316
|
+
* @public
|
|
7317
|
+
*/
|
|
7318
|
+
SourceId?: string;
|
|
7319
|
+
/**
|
|
7320
|
+
* <p>The type of the source resource.</p>
|
|
7321
|
+
* @public
|
|
7322
|
+
*/
|
|
7323
|
+
SourceType?: SourceType;
|
|
7324
|
+
}
|
|
7325
|
+
/**
|
|
7326
|
+
* @public
|
|
7327
|
+
*/
|
|
7328
|
+
export interface DescribeInstancePropertiesResult {
|
|
7329
|
+
/**
|
|
7330
|
+
* <p>Properties for the managed instances.</p>
|
|
7331
|
+
* @public
|
|
7332
|
+
*/
|
|
7333
|
+
InstanceProperties?: InstanceProperty[];
|
|
7334
|
+
/**
|
|
7335
|
+
* <p>The token for the next set of properties to return. Use this token to get the next set of
|
|
7336
|
+
* results.</p>
|
|
7337
|
+
* @public
|
|
7338
|
+
*/
|
|
7339
|
+
NextToken?: string;
|
|
7340
|
+
}
|
|
7341
|
+
/**
|
|
7342
|
+
* <p>The specified filter value isn't valid.</p>
|
|
7343
|
+
* @public
|
|
7344
|
+
*/
|
|
7345
|
+
export declare class InvalidInstancePropertyFilterValue extends __BaseException {
|
|
7346
|
+
readonly name: "InvalidInstancePropertyFilterValue";
|
|
7347
|
+
readonly $fault: "client";
|
|
7348
|
+
/**
|
|
7349
|
+
* @internal
|
|
7350
|
+
*/
|
|
7351
|
+
constructor(opts: __ExceptionOptionType<InvalidInstancePropertyFilterValue, __BaseException>);
|
|
7352
|
+
}
|
|
7055
7353
|
/**
|
|
7056
7354
|
* @public
|
|
7057
7355
|
*/
|
|
@@ -7742,205 +8040,6 @@ export interface ScheduledWindowExecution {
|
|
|
7742
8040
|
*/
|
|
7743
8041
|
ExecutionTime?: string;
|
|
7744
8042
|
}
|
|
7745
|
-
/**
|
|
7746
|
-
* @public
|
|
7747
|
-
*/
|
|
7748
|
-
export interface DescribeMaintenanceWindowScheduleResult {
|
|
7749
|
-
/**
|
|
7750
|
-
* <p>Information about maintenance window executions scheduled for the specified time
|
|
7751
|
-
* range.</p>
|
|
7752
|
-
* @public
|
|
7753
|
-
*/
|
|
7754
|
-
ScheduledWindowExecutions?: ScheduledWindowExecution[];
|
|
7755
|
-
/**
|
|
7756
|
-
* <p>The token for the next set of items to return. (You use this token in the next call.)</p>
|
|
7757
|
-
* @public
|
|
7758
|
-
*/
|
|
7759
|
-
NextToken?: string;
|
|
7760
|
-
}
|
|
7761
|
-
/**
|
|
7762
|
-
* @public
|
|
7763
|
-
*/
|
|
7764
|
-
export interface DescribeMaintenanceWindowsForTargetRequest {
|
|
7765
|
-
/**
|
|
7766
|
-
* <p>The managed node ID or key-value pair to retrieve information about.</p>
|
|
7767
|
-
* @public
|
|
7768
|
-
*/
|
|
7769
|
-
Targets: Target[] | undefined;
|
|
7770
|
-
/**
|
|
7771
|
-
* <p>The type of resource you want to retrieve information about. For example,
|
|
7772
|
-
* <code>INSTANCE</code>.</p>
|
|
7773
|
-
* @public
|
|
7774
|
-
*/
|
|
7775
|
-
ResourceType: MaintenanceWindowResourceType | undefined;
|
|
7776
|
-
/**
|
|
7777
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
7778
|
-
* can specify in a subsequent call to get the next set of results.</p>
|
|
7779
|
-
* @public
|
|
7780
|
-
*/
|
|
7781
|
-
MaxResults?: number;
|
|
7782
|
-
/**
|
|
7783
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
7784
|
-
* call.)</p>
|
|
7785
|
-
* @public
|
|
7786
|
-
*/
|
|
7787
|
-
NextToken?: string;
|
|
7788
|
-
}
|
|
7789
|
-
/**
|
|
7790
|
-
* <p>The maintenance window to which the specified target belongs.</p>
|
|
7791
|
-
* @public
|
|
7792
|
-
*/
|
|
7793
|
-
export interface MaintenanceWindowIdentityForTarget {
|
|
7794
|
-
/**
|
|
7795
|
-
* <p>The ID of the maintenance window.</p>
|
|
7796
|
-
* @public
|
|
7797
|
-
*/
|
|
7798
|
-
WindowId?: string;
|
|
7799
|
-
/**
|
|
7800
|
-
* <p>The name of the maintenance window.</p>
|
|
7801
|
-
* @public
|
|
7802
|
-
*/
|
|
7803
|
-
Name?: string;
|
|
7804
|
-
}
|
|
7805
|
-
/**
|
|
7806
|
-
* @public
|
|
7807
|
-
*/
|
|
7808
|
-
export interface DescribeMaintenanceWindowsForTargetResult {
|
|
7809
|
-
/**
|
|
7810
|
-
* <p>Information about the maintenance window targets and tasks a managed node is associated
|
|
7811
|
-
* with.</p>
|
|
7812
|
-
* @public
|
|
7813
|
-
*/
|
|
7814
|
-
WindowIdentities?: MaintenanceWindowIdentityForTarget[];
|
|
7815
|
-
/**
|
|
7816
|
-
* <p>The token for the next set of items to return. (You use this token in the next call.)</p>
|
|
7817
|
-
* @public
|
|
7818
|
-
*/
|
|
7819
|
-
NextToken?: string;
|
|
7820
|
-
}
|
|
7821
|
-
/**
|
|
7822
|
-
* @public
|
|
7823
|
-
*/
|
|
7824
|
-
export interface DescribeMaintenanceWindowTargetsRequest {
|
|
7825
|
-
/**
|
|
7826
|
-
* <p>The ID of the maintenance window whose targets should be retrieved.</p>
|
|
7827
|
-
* @public
|
|
7828
|
-
*/
|
|
7829
|
-
WindowId: string | undefined;
|
|
7830
|
-
/**
|
|
7831
|
-
* <p>Optional filters that can be used to narrow down the scope of the returned window targets.
|
|
7832
|
-
* The supported filter keys are <code>Type</code>, <code>WindowTargetId</code>, and
|
|
7833
|
-
* <code>OwnerInformation</code>.</p>
|
|
7834
|
-
* @public
|
|
7835
|
-
*/
|
|
7836
|
-
Filters?: MaintenanceWindowFilter[];
|
|
7837
|
-
/**
|
|
7838
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
7839
|
-
* can specify in a subsequent call to get the next set of results.</p>
|
|
7840
|
-
* @public
|
|
7841
|
-
*/
|
|
7842
|
-
MaxResults?: number;
|
|
7843
|
-
/**
|
|
7844
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
7845
|
-
* call.)</p>
|
|
7846
|
-
* @public
|
|
7847
|
-
*/
|
|
7848
|
-
NextToken?: string;
|
|
7849
|
-
}
|
|
7850
|
-
/**
|
|
7851
|
-
* <p>The target registered with the maintenance window.</p>
|
|
7852
|
-
* @public
|
|
7853
|
-
*/
|
|
7854
|
-
export interface MaintenanceWindowTarget {
|
|
7855
|
-
/**
|
|
7856
|
-
* <p>The ID of the maintenance window to register the target with.</p>
|
|
7857
|
-
* @public
|
|
7858
|
-
*/
|
|
7859
|
-
WindowId?: string;
|
|
7860
|
-
/**
|
|
7861
|
-
* <p>The ID of the target.</p>
|
|
7862
|
-
* @public
|
|
7863
|
-
*/
|
|
7864
|
-
WindowTargetId?: string;
|
|
7865
|
-
/**
|
|
7866
|
-
* <p>The type of target that is being registered with the maintenance window.</p>
|
|
7867
|
-
* @public
|
|
7868
|
-
*/
|
|
7869
|
-
ResourceType?: MaintenanceWindowResourceType;
|
|
7870
|
-
/**
|
|
7871
|
-
* <p>The targets, either managed nodes or tags.</p>
|
|
7872
|
-
* <p>Specify managed nodes using the following format:</p>
|
|
7873
|
-
* <p>
|
|
7874
|
-
* <code>Key=instanceids,Values=<instanceid1>,<instanceid2></code>
|
|
7875
|
-
* </p>
|
|
7876
|
-
* <p>Tags are specified using the following format:</p>
|
|
7877
|
-
* <p>
|
|
7878
|
-
* <code>Key=<tag name>,Values=<tag value></code>.</p>
|
|
7879
|
-
* @public
|
|
7880
|
-
*/
|
|
7881
|
-
Targets?: Target[];
|
|
7882
|
-
/**
|
|
7883
|
-
* <p>A user-provided value that will be included in any Amazon CloudWatch Events events that are
|
|
7884
|
-
* raised while running tasks for these targets in this maintenance window.</p>
|
|
7885
|
-
* @public
|
|
7886
|
-
*/
|
|
7887
|
-
OwnerInformation?: string;
|
|
7888
|
-
/**
|
|
7889
|
-
* <p>The name for the maintenance window target.</p>
|
|
7890
|
-
* @public
|
|
7891
|
-
*/
|
|
7892
|
-
Name?: string;
|
|
7893
|
-
/**
|
|
7894
|
-
* <p>A description for the target.</p>
|
|
7895
|
-
* @public
|
|
7896
|
-
*/
|
|
7897
|
-
Description?: string;
|
|
7898
|
-
}
|
|
7899
|
-
/**
|
|
7900
|
-
* @public
|
|
7901
|
-
*/
|
|
7902
|
-
export interface DescribeMaintenanceWindowTargetsResult {
|
|
7903
|
-
/**
|
|
7904
|
-
* <p>Information about the targets in the maintenance window.</p>
|
|
7905
|
-
* @public
|
|
7906
|
-
*/
|
|
7907
|
-
Targets?: MaintenanceWindowTarget[];
|
|
7908
|
-
/**
|
|
7909
|
-
* <p>The token to use when requesting the next set of items. If there are no additional items to
|
|
7910
|
-
* return, the string is empty.</p>
|
|
7911
|
-
* @public
|
|
7912
|
-
*/
|
|
7913
|
-
NextToken?: string;
|
|
7914
|
-
}
|
|
7915
|
-
/**
|
|
7916
|
-
* @public
|
|
7917
|
-
*/
|
|
7918
|
-
export interface DescribeMaintenanceWindowTasksRequest {
|
|
7919
|
-
/**
|
|
7920
|
-
* <p>The ID of the maintenance window whose tasks should be retrieved.</p>
|
|
7921
|
-
* @public
|
|
7922
|
-
*/
|
|
7923
|
-
WindowId: string | undefined;
|
|
7924
|
-
/**
|
|
7925
|
-
* <p>Optional filters used to narrow down the scope of the returned tasks. The supported filter
|
|
7926
|
-
* keys are <code>WindowTaskId</code>, <code>TaskArn</code>, <code>Priority</code>, and
|
|
7927
|
-
* <code>TaskType</code>.</p>
|
|
7928
|
-
* @public
|
|
7929
|
-
*/
|
|
7930
|
-
Filters?: MaintenanceWindowFilter[];
|
|
7931
|
-
/**
|
|
7932
|
-
* <p>The maximum number of items to return for this call. The call also returns a token that you
|
|
7933
|
-
* can specify in a subsequent call to get the next set of results.</p>
|
|
7934
|
-
* @public
|
|
7935
|
-
*/
|
|
7936
|
-
MaxResults?: number;
|
|
7937
|
-
/**
|
|
7938
|
-
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
7939
|
-
* call.)</p>
|
|
7940
|
-
* @public
|
|
7941
|
-
*/
|
|
7942
|
-
NextToken?: string;
|
|
7943
|
-
}
|
|
7944
8043
|
/**
|
|
7945
8044
|
* @internal
|
|
7946
8045
|
*/
|
|
@@ -8013,11 +8112,3 @@ export declare const MaintenanceWindowIdentityFilterSensitiveLog: (obj: Maintena
|
|
|
8013
8112
|
* @internal
|
|
8014
8113
|
*/
|
|
8015
8114
|
export declare const DescribeMaintenanceWindowsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowsResult) => any;
|
|
8016
|
-
/**
|
|
8017
|
-
* @internal
|
|
8018
|
-
*/
|
|
8019
|
-
export declare const MaintenanceWindowTargetFilterSensitiveLog: (obj: MaintenanceWindowTarget) => any;
|
|
8020
|
-
/**
|
|
8021
|
-
* @internal
|
|
8022
|
-
*/
|
|
8023
|
-
export declare const DescribeMaintenanceWindowTargetsResultFilterSensitiveLog: (obj: DescribeMaintenanceWindowTargetsResult) => any;
|