aws-sdk 2.1405.0 → 2.1406.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 (35) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/README.md +1 -1
  3. package/apis/appfabric-2023-05-19.examples.json +5 -0
  4. package/apis/appfabric-2023-05-19.min.json +1254 -0
  5. package/apis/appfabric-2023-05-19.paginators.json +28 -0
  6. package/apis/appfabric-2023-05-19.waiters2.json +5 -0
  7. package/apis/appflow-2020-08-23.min.json +3 -0
  8. package/apis/emr-serverless-2021-07-13.min.json +2 -1
  9. package/apis/ivs-2020-07-14.min.json +99 -23
  10. package/apis/kinesisvideo-2017-09-30.min.json +117 -25
  11. package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  12. package/apis/metadata.json +3 -0
  13. package/apis/privatenetworks-2021-12-03.min.json +127 -69
  14. package/apis/sagemaker-2017-07-24.min.json +667 -647
  15. package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
  16. package/clients/all.d.ts +1 -0
  17. package/clients/all.js +2 -1
  18. package/clients/appfabric.d.ts +1127 -0
  19. package/clients/appfabric.js +19 -0
  20. package/clients/appflow.d.ts +4 -0
  21. package/clients/emrserverless.d.ts +10 -6
  22. package/clients/ivs.d.ts +80 -0
  23. package/clients/kinesisvideo.d.ts +144 -10
  24. package/clients/macie2.d.ts +18 -18
  25. package/clients/privatenetworks.d.ts +67 -5
  26. package/clients/sagemaker.d.ts +27 -1
  27. package/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
  28. package/clients/ssm.d.ts +16 -16
  29. package/dist/aws-sdk-core-react-native.js +2 -2
  30. package/dist/aws-sdk-react-native.js +56 -12
  31. package/dist/aws-sdk.js +129 -28
  32. package/dist/aws-sdk.min.js +43 -43
  33. package/lib/config_service_placeholders.d.ts +2 -0
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -269,11 +269,11 @@ declare class Macie2 extends Service {
269
269
  */
270
270
  getCustomDataIdentifier(callback?: (err: AWSError, data: Macie2.Types.GetCustomDataIdentifierResponse) => void): Request<Macie2.Types.GetCustomDataIdentifierResponse, AWSError>;
271
271
  /**
272
- * Retrieves (queries) aggregated statistical data about findings.
272
+ * Retrieves (queries) aggregated statistical data about findings.
273
273
  */
274
274
  getFindingStatistics(params: Macie2.Types.GetFindingStatisticsRequest, callback?: (err: AWSError, data: Macie2.Types.GetFindingStatisticsResponse) => void): Request<Macie2.Types.GetFindingStatisticsResponse, AWSError>;
275
275
  /**
276
- * Retrieves (queries) aggregated statistical data about findings.
276
+ * Retrieves (queries) aggregated statistical data about findings.
277
277
  */
278
278
  getFindingStatistics(callback?: (err: AWSError, data: Macie2.Types.GetFindingStatisticsResponse) => void): Request<Macie2.Types.GetFindingStatisticsResponse, AWSError>;
279
279
  /**
@@ -1210,7 +1210,7 @@ declare namespace Macie2 {
1210
1210
  }
1211
1211
  export interface ClassificationResult {
1212
1212
  /**
1213
- * Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data. This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
1213
+ * Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data. This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation).
1214
1214
  */
1215
1215
  additionalOccurrences?: __boolean;
1216
1216
  /**
@@ -1240,7 +1240,7 @@ declare namespace Macie2 {
1240
1240
  */
1241
1241
  code?: __string;
1242
1242
  /**
1243
- * A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are: ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, refer to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation). ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive. ARCHIVE_NESTING_LEVEL_OVER_LIMIT - The object is an archive file whose nested depth exceeds the quota for the maximum number of nested levels that Macie analyzes for this type of archive. ARCHIVE_TOTAL_BYTES_EXTRACTED_OVER_LIMIT - The object is an archive file that exceeds the quota for the maximum amount of data that Macie extracts and analyzes for this type of archive. ARCHIVE_TOTAL_DOCUMENTS_PROCESSED_OVER_LIMIT - The object is an archive file that contains more than the maximum number of files that Macie extracts and analyzes for this type of archive. FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file. INVALID_ENCRYPTION - The object is encrypted using server-side encryption but Macie isn't allowed to use the key. Macie can't decrypt and analyze the object. INVALID_KMS_KEY - The object is encrypted with an KMS key that was disabled or is being deleted. Macie can't decrypt and analyze the object. INVALID_OBJECT_STATE - The object doesn't use a supported Amazon S3 storage class. JSON_NESTING_LEVEL_OVER_LIMIT - The object contains JSON data and the nested depth of the data exceeds the quota for the number of nested levels that Macie analyzes for this type of file. MALFORMED_FILE - The object is a malformed or corrupted file. An error occurred when Macie attempted to detect the file's type or extract data from the file. MALFORMED_OR_FILE_SIZE_EXCEEDS_LIMIT - The object is a Microsoft Office file that is malformed or exceeds the size quota for this type of file. If the file is malformed, an error occurred when Macie attempted to extract data from the file. NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object. OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it. OOXML_UNCOMPRESSED_RATIO_EXCEEDS_LIMIT - The object is an Office Open XML file whose compression ratio exceeds the compression quota for this type of file. OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file. PERMISSION_DENIED - Macie isn't allowed to access the object. The object's permissions settings prevent Macie from analyzing the object. SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it. TIME_CUT_OFF_REACHED - Macie started analyzing the object but additional analysis would exceed the time quota for analyzing an object. UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data. UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format. For information about quotas, supported storage classes, and supported file and storage formats, see Quotas and Supported storage classes and formats in the Amazon Macie User Guide.
1243
+ * A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are: ARCHIVE_CONTAINS_UNPROCESSED_FILES - The object is an archive file and Macie extracted and analyzed only some or none of the files in the archive. To determine which files Macie analyzed, if any, refer to the corresponding sensitive data discovery result for the finding (classificationDetails.detailedResultsLocation). ARCHIVE_EXCEEDS_SIZE_LIMIT - The object is an archive file whose total storage size exceeds the size quota for this type of archive. ARCHIVE_NESTING_LEVEL_OVER_LIMIT - The object is an archive file whose nested depth exceeds the quota for the maximum number of nested levels that Macie analyzes for this type of archive. ARCHIVE_TOTAL_BYTES_EXTRACTED_OVER_LIMIT - The object is an archive file that exceeds the quota for the maximum amount of data that Macie extracts and analyzes for this type of archive. ARCHIVE_TOTAL_DOCUMENTS_PROCESSED_OVER_LIMIT - The object is an archive file that contains more than the maximum number of files that Macie extracts and analyzes for this type of archive. FILE_EXCEEDS_SIZE_LIMIT - The storage size of the object exceeds the size quota for this type of file. INVALID_ENCRYPTION - The object is encrypted using server-side encryption but Macie isn't allowed to use the key. Macie can't decrypt and analyze the object. INVALID_KMS_KEY - The object is encrypted with an KMS key that was disabled or is being deleted. Macie can't decrypt and analyze the object. INVALID_OBJECT_STATE - The object doesn't use a supported Amazon S3 storage class. JSON_NESTING_LEVEL_OVER_LIMIT - The object contains JSON data and the nested depth of the data exceeds the quota for the number of nested levels that Macie analyzes for this type of file. MALFORMED_FILE - The object is a malformed or corrupted file. An error occurred when Macie attempted to detect the file's type or extract data from the file. MALFORMED_OR_FILE_SIZE_EXCEEDS_LIMIT - The object is a Microsoft Office file that is malformed or exceeds the size quota for this type of file. If the file is malformed, an error occurred when Macie attempted to extract data from the file. NO_SUCH_BUCKET_AVAILABLE - The object was in a bucket that was deleted shortly before or when Macie attempted to analyze the object. OBJECT_VERSION_MISMATCH - The object was changed while Macie was analyzing it. OOXML_UNCOMPRESSED_RATIO_EXCEEDS_LIMIT - The object is an Office Open XML file whose compression ratio exceeds the compression quota for this type of file. OOXML_UNCOMPRESSED_SIZE_EXCEEDS_LIMIT - The object is an Office Open XML file that exceeds the size quota for this type of file. PERMISSION_DENIED - Macie isn't allowed to access the object. The object's permissions settings prevent Macie from analyzing the object. SOURCE_OBJECT_NO_LONGER_AVAILABLE - The object was deleted shortly before or when Macie attempted to analyze it. TIME_CUT_OFF_REACHED - Macie started analyzing the object but additional analysis would exceed the time quota for analyzing an object. UNABLE_TO_PARSE_FILE - The object is a file that contains structured data and an error occurred when Macie attempted to parse the data. UNSUPPORTED_FILE_TYPE_EXCEPTION - The object is a file that uses an unsupported file or storage format. For information about quotas, supported storage classes, and supported file and storage formats, see Quotas and Supported storage classes and formats in the Amazon Macie User Guide.
1244
1244
  */
1245
1245
  reason?: __string;
1246
1246
  }
@@ -1319,7 +1319,7 @@ declare namespace Macie2 {
1319
1319
  */
1320
1320
  managedDataIdentifierIds?: __listOf__string;
1321
1321
  /**
1322
- * The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are: ALL - Use all the managed data identifiers that Amazon Macie provides. If you specify this value, don't specify any values for the managedDataIdentifierIds property. EXCLUDE - Use all the managed data identifiers that Macie provides except the managed data identifiers specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If you specify this value, specify at least one custom data identifier for the job (customDataIdentifierIds) and don't specify any values for the managedDataIdentifierIds property. If you don't specify a value for this property, the job uses all managed data identifiers. If you don't specify a value for this property or you specify ALL or EXCLUDE for a recurring job, the job also uses new managed data identifiers as they are released.
1322
+ * The selection type to apply when determining which managed data identifiers the job uses to analyze data. Valid values are: ALL (default) - Use all managed data identifiers. If you specify this value, don't specify any values for the managedDataIdentifierIds property. EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If you specify this value, specify at least one custom data identifier for the job (customDataIdentifierIds) and don't specify any values for the managedDataIdentifierIds property. RECOMMENDED - Use only the set of managed data identifiers that Amazon Web Services recommends for jobs. If you specify this value, don't specify any values for the managedDataIdentifierIds property. If you don't specify a value for this property, the job uses all managed data identifiers. If the job is a recurring job and you don't specify a value for this property or you specify ALL or EXCLUDE, each job run automatically uses new managed data identifiers that are released. If you specify RECOMMENDED for a recurring job, each job run automatically uses all the managed data identifiers that are in the recommended set when the job starts to run. For information about individual managed data identifiers or to determine which ones are in the recommended set, see Using managed data identifiers and Recommended managed data identifiers in the Amazon Macie User Guide.
1323
1323
  */
1324
1324
  managedDataIdentifierSelector?: ManagedDataIdentifierSelector;
1325
1325
  /**
@@ -1383,7 +1383,7 @@ declare namespace Macie2 {
1383
1383
  */
1384
1384
  regex: __string;
1385
1385
  /**
1386
- * The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding. If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
1386
+ * The severity to assign to findings that the custom data identifier produces, based on the number of occurrences of text that match the custom data identifier's detection criteria. You can specify as many as three SeverityLevel objects in this array, one for each severity: LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences thresholds must be in ascending order by severity, moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an S3 object contains fewer occurrences than the lowest specified threshold, Amazon Macie doesn't create a finding. If you don't specify any values for this array, Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
1387
1387
  */
1388
1388
  severityLevels?: SeverityLevelList;
1389
1389
  /**
@@ -1744,11 +1744,11 @@ declare namespace Macie2 {
1744
1744
  */
1745
1745
  lastRunTime?: __timestampIso8601;
1746
1746
  /**
1747
- * An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector). This value is null if the job's managed data identifier selection type is ALL or the job uses only custom data identifiers (customDataIdentifierIds) to analyze data.
1747
+ * An array of unique identifiers, one for each managed data identifier that the job is explicitly configured to include (use) or exclude (not use) when it analyzes data. Inclusion or exclusion depends on the managed data identifier selection type specified for the job (managedDataIdentifierSelector).This value is null if the job's managed data identifier selection type is ALL, NONE, or RECOMMENDED.
1748
1748
  */
1749
1749
  managedDataIdentifierIds?: __listOf__string;
1750
1750
  /**
1751
- * The selection type that determines which managed data identifiers the job uses to analyze data. Possible values are: ALL - Use all the managed data identifiers that Amazon Macie provides. EXCLUDE - Use all the managed data identifiers that Macie provides except the managed data identifiers specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. If this value is null, the job uses all managed data identifiers. If this value is null, ALL, or EXCLUDE for a recurring job, the job also uses new managed data identifiers as they are released.
1751
+ * The selection type that determines which managed data identifiers the job uses when it analyzes data. Possible values are: ALL (default) - Use all managed data identifiers. EXCLUDE - Use all managed data identifiers except the ones specified by the managedDataIdentifierIds property. INCLUDE - Use only the managed data identifiers specified by the managedDataIdentifierIds property. NONE - Don't use any managed data identifiers. Use only custom data identifiers (customDataIdentifierIds). RECOMMENDED - Use only the set of managed data identifiers that Amazon Web Services recommends for jobs. If this value is null, the job uses all managed data identifiers. If the job is a recurring job and this value is null, ALL, or EXCLUDE, each job run automatically uses new managed data identifiers that are released after the job was created or the preceding run ended. If this value is RECOMMENDED for a recurring job, each job run uses all the managed data identifiers that are in the recommended set when the run starts. For information about individual managed data identifiers or to determine which ones are in the recommended set, see Using managed data identifiers and Recommended managed data identifiers in the Amazon Macie User Guide.
1752
1752
  */
1753
1753
  managedDataIdentifierSelector?: ManagedDataIdentifierSelector;
1754
1754
  /**
@@ -2273,7 +2273,7 @@ declare namespace Macie2 {
2273
2273
  */
2274
2274
  regex?: __string;
2275
2275
  /**
2276
- * Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that matches the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
2276
+ * Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number of occurrences of text that match the custom data identifier's detection criteria. By default, Amazon Macie creates findings for S3 objects that contain at least one occurrence of text that matches the detection criteria, and Macie assigns the MEDIUM severity to those findings.
2277
2277
  */
2278
2278
  severityLevels?: SeverityLevelList;
2279
2279
  /**
@@ -2497,7 +2497,7 @@ declare namespace Macie2 {
2497
2497
  */
2498
2498
  code?: AvailabilityCode;
2499
2499
  /**
2500
- * Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are: INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the ClassificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format. OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data. OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding. UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding. UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data. This value is null if sensitive data can be retrieved for the finding.
2500
+ * Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are: INVALID_CLASSIFICATION_RESULT - Amazon Macie can't verify the location of the sensitive data to retrieve. There isn't a corresponding sensitive data discovery result for the finding. Or the sensitive data discovery result specified by the classificationDetails.detailedResultsLocation field of the finding isn't available, is malformed or corrupted, or uses an unsupported storage format. OBJECT_EXCEEDS_SIZE_QUOTA - The storage size of the affected S3 object exceeds the size quota for retrieving occurrences of sensitive data. OBJECT_UNAVAILABLE - The affected S3 object isn't available. The object might have been renamed, moved, or deleted. Or the object was changed after Macie created the finding. UNSUPPORTED_FINDING_TYPE - The specified finding isn't a sensitive data finding. UNSUPPORTED_OBJECT_TYPE - The affected S3 object uses a file or storage format that Macie doesn't support for retrieving occurrences of sensitive data. This value is null if sensitive data can be retrieved for the finding.
2501
2501
  */
2502
2502
  reasons?: __listOfUnavailabilityReasonCode;
2503
2503
  }
@@ -3152,7 +3152,7 @@ declare namespace Macie2 {
3152
3152
  tags?: TagMap;
3153
3153
  }
3154
3154
  export type MacieStatus = "PAUSED"|"ENABLED"|string;
3155
- export type ManagedDataIdentifierSelector = "ALL"|"EXCLUDE"|"INCLUDE"|"NONE"|string;
3155
+ export type ManagedDataIdentifierSelector = "ALL"|"EXCLUDE"|"INCLUDE"|"NONE"|"RECOMMENDED"|string;
3156
3156
  export interface ManagedDataIdentifierSummary {
3157
3157
  /**
3158
3158
  * The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
@@ -3463,19 +3463,19 @@ declare namespace Macie2 {
3463
3463
  */
3464
3464
  totalItemsSensitive?: __long;
3465
3465
  /**
3466
- * The total number of objects that Amazon Macie hasn't analyzed in the bucket due to an error or issue. For example, the object is a malformed file. This value includes objects that Macie hasn't analyzed for reasons reported by other statistics in the ResourceStatistics object.
3466
+ * The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, the object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
3467
3467
  */
3468
3468
  totalItemsSkipped?: __long;
3469
3469
  /**
3470
- * The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with a key that Macie isn't allowed to use.
3470
+ * The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).
3471
3471
  */
3472
3472
  totalItemsSkippedInvalidEncryption?: __long;
3473
3473
  /**
3474
- * The total number of objects that Amazon Macie hasn't analyzed in the bucket because the objects are encrypted with an KMS key that was disabled or deleted.
3474
+ * The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
3475
3475
  */
3476
3476
  totalItemsSkippedInvalidKms?: __long;
3477
3477
  /**
3478
- * The total number of objects that Amazon Macie hasn't analyzed in the bucket because Macie isn't allowed to access the objects.
3478
+ * The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
3479
3479
  */
3480
3480
  totalItemsSkippedPermissionDenied?: __long;
3481
3481
  }
@@ -3636,7 +3636,7 @@ declare namespace Macie2 {
3636
3636
  */
3637
3637
  extension?: __string;
3638
3638
  /**
3639
- * The full key (name) that's assigned to the object.
3639
+ * The full name (key) of the object, including the object's prefix if applicable.
3640
3640
  */
3641
3641
  key?: __string;
3642
3642
  /**
@@ -3644,7 +3644,7 @@ declare namespace Macie2 {
3644
3644
  */
3645
3645
  lastModified?: __timestampIso8601;
3646
3646
  /**
3647
- * The path to the object, including the full key (name).
3647
+ * The full path to the affected object, including the name of the affected bucket and the object's name (key).
3648
3648
  */
3649
3649
  path?: __string;
3650
3650
  /**
@@ -3990,7 +3990,7 @@ declare namespace Macie2 {
3990
3990
  }
3991
3991
  export interface SortCriteria {
3992
3992
  /**
3993
- * The name of the property to sort the results by. This value can be the name of any property that Amazon Macie defines for a finding.
3993
+ * The name of the property to sort the results by. Valid values are: count, createdAt, policyDetails.action.apiCallDetails.firstSeen, policyDetails.action.apiCallDetails.lastSeen, resourcesAffected, severity.score, type, and updatedAt.
3994
3994
  */
3995
3995
  attributeName?: __string;
3996
3996
  /**
@@ -176,11 +176,11 @@ declare class PrivateNetworks extends Service {
176
176
  */
177
177
  ping(callback?: (err: AWSError, data: PrivateNetworks.Types.PingResponse) => void): Request<PrivateNetworks.Types.PingResponse, AWSError>;
178
178
  /**
179
- * Starts an update of the specified network resource. After you submit a request to replace or return a network resource, the status of the network resource is CREATING_SHIPPING_LABEL. The shipping label is available when the status of the network resource is PENDING_RETURN. After the network resource is successfully returned, its status is DELETED. For more information, see Return a radio unit.
179
+ * Use this action to do the following tasks: Update the duration and renewal status of the commitment period for a radio unit. The update goes into effect immediately. Request a replacement for a network resource. Request that you return a network resource. After you submit a request to replace or return a network resource, the status of the network resource changes to CREATING_SHIPPING_LABEL. The shipping label is available when the status of the network resource is PENDING_RETURN. After the network resource is successfully returned, its status changes to DELETED. For more information, see Return a radio unit.
180
180
  */
181
181
  startNetworkResourceUpdate(params: PrivateNetworks.Types.StartNetworkResourceUpdateRequest, callback?: (err: AWSError, data: PrivateNetworks.Types.StartNetworkResourceUpdateResponse) => void): Request<PrivateNetworks.Types.StartNetworkResourceUpdateResponse, AWSError>;
182
182
  /**
183
- * Starts an update of the specified network resource. After you submit a request to replace or return a network resource, the status of the network resource is CREATING_SHIPPING_LABEL. The shipping label is available when the status of the network resource is PENDING_RETURN. After the network resource is successfully returned, its status is DELETED. For more information, see Return a radio unit.
183
+ * Use this action to do the following tasks: Update the duration and renewal status of the commitment period for a radio unit. The update goes into effect immediately. Request a replacement for a network resource. Request that you return a network resource. After you submit a request to replace or return a network resource, the status of the network resource changes to CREATING_SHIPPING_LABEL. The shipping label is available when the status of the network resource is PENDING_RETURN. After the network resource is successfully returned, its status changes to DELETED. For more information, see Return a radio unit.
184
184
  */
185
185
  startNetworkResourceUpdate(callback?: (err: AWSError, data: PrivateNetworks.Types.StartNetworkResourceUpdateResponse) => void): Request<PrivateNetworks.Types.StartNetworkResourceUpdateResponse, AWSError>;
186
186
  /**
@@ -255,6 +255,10 @@ declare namespace PrivateNetworks {
255
255
  * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
256
256
  */
257
257
  clientToken?: ClientToken;
258
+ /**
259
+ * Determines the duration and renewal status of the commitment period for all pending radio units. If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you must specify the following: The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period. Whether you want your commitment period to automatically renew for one more year after your current commitment period expires. For pricing, see Amazon Web Services Private 5G Pricing. If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action, the commitment period is set to 60-days.
260
+ */
261
+ commitmentConfiguration?: CommitmentConfiguration;
258
262
  /**
259
263
  * The Amazon Resource Name (ARN) of the network site.
260
264
  */
@@ -283,12 +287,16 @@ declare namespace PrivateNetworks {
283
287
  * The country for this address.
284
288
  */
285
289
  country: AddressContent;
290
+ /**
291
+ * The recipient's email address.
292
+ */
293
+ emailAddress?: AddressContent;
286
294
  /**
287
295
  * The recipient's name for this address.
288
296
  */
289
297
  name: AddressContent;
290
298
  /**
291
- * The phone number for this address.
299
+ * The recipient's phone number.
292
300
  */
293
301
  phoneNumber?: AddressContent;
294
302
  /**
@@ -314,7 +322,33 @@ declare namespace PrivateNetworks {
314
322
  }
315
323
  export type AddressContent = string;
316
324
  export type Arn = string;
325
+ export type Boolean = boolean;
317
326
  export type ClientToken = string;
327
+ export interface CommitmentConfiguration {
328
+ /**
329
+ * Determines whether the commitment period for a radio unit is set to automatically renew for an additional 1 year after your current commitment period expires. Set to True, if you want your commitment period to automatically renew. Set to False if you do not want your commitment to automatically renew. You can do the following: Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate. Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate. Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment. You cannot use the automatic-renewal option for a 60-day commitment.
330
+ */
331
+ automaticRenewal: Boolean;
332
+ /**
333
+ * The duration of the commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
334
+ */
335
+ commitmentLength: CommitmentLength;
336
+ }
337
+ export interface CommitmentInformation {
338
+ /**
339
+ * The duration and renewal status of the commitment period for the radio unit.
340
+ */
341
+ commitmentConfiguration: CommitmentConfiguration;
342
+ /**
343
+ * The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.
344
+ */
345
+ expiresOn?: Timestamp;
346
+ /**
347
+ * The date and time that the commitment period started.
348
+ */
349
+ startAt?: Timestamp;
350
+ }
351
+ export type CommitmentLength = "SIXTY_DAYS"|"ONE_YEAR"|"THREE_YEARS"|string;
318
352
  export interface ConfigureAccessPointRequest {
319
353
  /**
320
354
  * The Amazon Resource Name (ARN) of the network resource.
@@ -800,6 +834,10 @@ declare namespace PrivateNetworks {
800
834
  * The attributes of the network resource.
801
835
  */
802
836
  attributes?: NameValuePairs;
837
+ /**
838
+ * Information about the commitment period for the radio unit. Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period.
839
+ */
840
+ commitmentInformation?: CommitmentInformation;
803
841
  /**
804
842
  * The creation time of the network resource.
805
843
  */
@@ -958,6 +996,10 @@ declare namespace PrivateNetworks {
958
996
  * The Amazon Resource Name (ARN) of the order.
959
997
  */
960
998
  orderArn?: Arn;
999
+ /**
1000
+ * A list of the network resources placed in the order.
1001
+ */
1002
+ orderedResources?: OrderedResourceDefinitions;
961
1003
  /**
962
1004
  * The shipping address of the order.
963
1005
  */
@@ -971,6 +1013,22 @@ declare namespace PrivateNetworks {
971
1013
  export type OrderFilterValues = String[];
972
1014
  export type OrderFilters = {[key: string]: OrderFilterValues};
973
1015
  export type OrderList = Order[];
1016
+ export interface OrderedResourceDefinition {
1017
+ /**
1018
+ * The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
1019
+ */
1020
+ commitmentConfiguration?: CommitmentConfiguration;
1021
+ /**
1022
+ * The number of network resources in the order.
1023
+ */
1024
+ count: OrderedResourceDefinitionCountInteger;
1025
+ /**
1026
+ * The type of network resource in the order.
1027
+ */
1028
+ type: NetworkResourceDefinitionType;
1029
+ }
1030
+ export type OrderedResourceDefinitionCountInteger = number;
1031
+ export type OrderedResourceDefinitions = OrderedResourceDefinition[];
974
1032
  export type PaginationToken = string;
975
1033
  export interface PingResponse {
976
1034
  /**
@@ -1029,6 +1087,10 @@ declare namespace PrivateNetworks {
1029
1087
  resourceDefinitions?: NetworkResourceDefinitions;
1030
1088
  }
1031
1089
  export interface StartNetworkResourceUpdateRequest {
1090
+ /**
1091
+ * Use this action to extend and automatically renew the commitment period for the radio unit. You can do the following: Change a 60-day commitment to a 1-year or 3-year commitment. The change is immediate and the hourly rate decreases to the rate for the new commitment period. Change a 1-year commitment to a 3-year commitment. The change is immediate and the hourly rate decreases to the rate for the 3-year commitment period. Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate. Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate. Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment. You cannot use the automatic-renewal option for a 60-day commitment. For pricing, see Amazon Web Services Private 5G Pricing.
1092
+ */
1093
+ commitmentConfiguration?: CommitmentConfiguration;
1032
1094
  /**
1033
1095
  * The Amazon Resource Name (ARN) of the network resource.
1034
1096
  */
@@ -1042,7 +1104,7 @@ declare namespace PrivateNetworks {
1042
1104
  */
1043
1105
  shippingAddress?: Address;
1044
1106
  /**
1045
- * The update type. REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that you can use for the return process and we ship a replacement radio unit to you. RETURN - Submits a request to replace a radio unit that you no longer need. We provide a shipping label that you can use for the return process.
1107
+ * The update type. REPLACE - Submits a request to replace a defective radio unit. We provide a shipping label that you can use for the return process and we ship a replacement radio unit to you. RETURN - Submits a request to return a radio unit that you no longer need. We provide a shipping label that you can use for the return process. COMMITMENT - Submits a request to change or renew the commitment period. If you choose this value, then you must set commitmentConfiguration .
1046
1108
  */
1047
1109
  updateType: UpdateType;
1048
1110
  }
@@ -1128,7 +1190,7 @@ declare namespace PrivateNetworks {
1128
1190
  */
1129
1191
  tags?: TagMap;
1130
1192
  }
1131
- export type UpdateType = "REPLACE"|"RETURN"|string;
1193
+ export type UpdateType = "REPLACE"|"RETURN"|"COMMITMENT"|string;
1132
1194
  /**
1133
1195
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1134
1196
  */
@@ -4117,7 +4117,7 @@ declare namespace SageMaker {
4117
4117
  */
4118
4118
  MultiModelConfig?: MultiModelConfig;
4119
4119
  /**
4120
- * Specifies the location of ML model data to deploy. Currently you cannot use ModelDataSource in conjuction with SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker Marketplace.
4120
+ * Specifies the location of ML model data to deploy. Currently you cannot use ModelDataSource in conjunction with SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker Marketplace.
4121
4121
  */
4122
4122
  ModelDataSource?: ModelDataSource;
4123
4123
  }
@@ -17832,6 +17832,16 @@ declare namespace SageMaker {
17832
17832
  * Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag. The default value is False.
17833
17833
  */
17834
17834
  EnableOnlineStore?: Boolean;
17835
+ /**
17836
+ * Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
17837
+ */
17838
+ TtlDuration?: TtlDuration;
17839
+ }
17840
+ export interface OnlineStoreConfigUpdate {
17841
+ /**
17842
+ * Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
17843
+ */
17844
+ TtlDuration?: TtlDuration;
17835
17845
  }
17836
17846
  export interface OnlineStoreSecurityConfig {
17837
17847
  /**
@@ -21252,6 +21262,18 @@ declare namespace SageMaker {
21252
21262
  */
21253
21263
  LastModifiedTime?: Timestamp;
21254
21264
  }
21265
+ export interface TtlDuration {
21266
+ /**
21267
+ * TtlDuration time unit.
21268
+ */
21269
+ Unit?: TtlDurationUnit;
21270
+ /**
21271
+ * TtlDuration time value.
21272
+ */
21273
+ Value?: TtlDurationValue;
21274
+ }
21275
+ export type TtlDurationUnit = "Seconds"|"Minutes"|"Hours"|"Days"|"Weeks"|string;
21276
+ export type TtlDurationValue = number;
21255
21277
  export interface TuningJobCompletionCriteria {
21256
21278
  /**
21257
21279
  * The value of the objective metric.
@@ -21557,6 +21579,10 @@ declare namespace SageMaker {
21557
21579
  * Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
21558
21580
  */
21559
21581
  FeatureAdditions?: FeatureAdditions;
21582
+ /**
21583
+ * Updates the feature group online store configuration.
21584
+ */
21585
+ OnlineStoreConfig?: OnlineStoreConfigUpdate;
21560
21586
  }
21561
21587
  export interface UpdateFeatureGroupResponse {
21562
21588
  /**
@@ -20,11 +20,11 @@ declare class SageMakerFeatureStoreRuntime extends Service {
20
20
  */
21
21
  batchGetRecord(callback?: (err: AWSError, data: SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse) => void): Request<SageMakerFeatureStoreRuntime.Types.BatchGetRecordResponse, AWSError>;
22
22
  /**
23
- * Deletes a Record from a FeatureGroup in the OnlineStore. Feature Store supports both SOFT_DELETE and HARD_DELETE. For SOFT_DELETE (default), feature columns are set to null and the record is no longer retrievable by GetRecord or BatchGetRecord. For HARD_DELETE, the complete Record is removed from the OnlineStore. In both cases, Feature Store appends the deleted record marker to the OfflineStore with feature values set to null, is_deleted value set to True, and EventTime set to the delete input EventTime. Note that the EventTime specified in DeleteRecord should be set later than the EventTime of the existing record in the OnlineStore for that RecordIdentifer. If it is not, the deletion does not occur: For SOFT_DELETE, the existing (undeleted) record remains in the OnlineStore, though the delete record marker is still written to the OfflineStore. HARD_DELETE returns EventTime: 400 ValidationException to indicate that the delete operation failed. No delete record marker is written to the OfflineStore.
23
+ * Deletes a Record from a FeatureGroup in the OnlineStore. Feature Store supports both SoftDelete and HardDelete. For SoftDelete (default), feature columns are set to null and the record is no longer retrievable by GetRecord or BatchGetRecord. For HardDelete, the complete Record is removed from the OnlineStore. In both cases, Feature Store appends the deleted record marker to the OfflineStore with feature values set to null, is_deleted value set to True, and EventTime set to the delete input EventTime. Note that the EventTime specified in DeleteRecord should be set later than the EventTime of the existing record in the OnlineStore for that RecordIdentifer. If it is not, the deletion does not occur: For SoftDelete, the existing (undeleted) record remains in the OnlineStore, though the delete record marker is still written to the OfflineStore. HardDelete returns EventTime: 400 ValidationException to indicate that the delete operation failed. No delete record marker is written to the OfflineStore.
24
24
  */
25
25
  deleteRecord(params: SageMakerFeatureStoreRuntime.Types.DeleteRecordRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
26
  /**
27
- * Deletes a Record from a FeatureGroup in the OnlineStore. Feature Store supports both SOFT_DELETE and HARD_DELETE. For SOFT_DELETE (default), feature columns are set to null and the record is no longer retrievable by GetRecord or BatchGetRecord. For HARD_DELETE, the complete Record is removed from the OnlineStore. In both cases, Feature Store appends the deleted record marker to the OfflineStore with feature values set to null, is_deleted value set to True, and EventTime set to the delete input EventTime. Note that the EventTime specified in DeleteRecord should be set later than the EventTime of the existing record in the OnlineStore for that RecordIdentifer. If it is not, the deletion does not occur: For SOFT_DELETE, the existing (undeleted) record remains in the OnlineStore, though the delete record marker is still written to the OfflineStore. HARD_DELETE returns EventTime: 400 ValidationException to indicate that the delete operation failed. No delete record marker is written to the OfflineStore.
27
+ * Deletes a Record from a FeatureGroup in the OnlineStore. Feature Store supports both SoftDelete and HardDelete. For SoftDelete (default), feature columns are set to null and the record is no longer retrievable by GetRecord or BatchGetRecord. For HardDelete, the complete Record is removed from the OnlineStore. In both cases, Feature Store appends the deleted record marker to the OfflineStore with feature values set to null, is_deleted value set to True, and EventTime set to the delete input EventTime. Note that the EventTime specified in DeleteRecord should be set later than the EventTime of the existing record in the OnlineStore for that RecordIdentifer. If it is not, the deletion does not occur: For SoftDelete, the existing (undeleted) record remains in the OnlineStore, though the delete record marker is still written to the OfflineStore. HardDelete returns EventTime: 400 ValidationException to indicate that the delete operation failed. No delete record marker is written to the OfflineStore.
28
28
  */
29
29
  deleteRecord(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
30
30
  /**
@@ -84,6 +84,10 @@ declare namespace SageMakerFeatureStoreRuntime {
84
84
  * A list of FeatureGroup names, with their corresponding RecordIdentifier value, and Feature name that have been requested to be retrieved in batch.
85
85
  */
86
86
  Identifiers: BatchGetRecordIdentifiers;
87
+ /**
88
+ * Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, BatchGetRecord will return null.
89
+ */
90
+ ExpirationTimeResponse?: ExpirationTimeResponse;
87
91
  }
88
92
  export interface BatchGetRecordResponse {
89
93
  /**
@@ -112,6 +116,10 @@ declare namespace SageMakerFeatureStoreRuntime {
112
116
  * The Record retrieved.
113
117
  */
114
118
  Record: Record;
119
+ /**
120
+ * The ExpiresAt ISO string of the requested record.
121
+ */
122
+ ExpiresAt?: ExpiresAt;
115
123
  }
116
124
  export type BatchGetRecordResultDetails = BatchGetRecordResultDetail[];
117
125
  export interface DeleteRecordRequest {
@@ -137,6 +145,8 @@ declare namespace SageMakerFeatureStoreRuntime {
137
145
  DeletionMode?: DeletionMode;
138
146
  }
139
147
  export type DeletionMode = "SoftDelete"|"HardDelete"|string;
148
+ export type ExpirationTimeResponse = "Enabled"|"Disabled"|string;
149
+ export type ExpiresAt = string;
140
150
  export type FeatureGroupName = string;
141
151
  export type FeatureName = string;
142
152
  export type FeatureNames = FeatureName[];
@@ -163,12 +173,20 @@ declare namespace SageMakerFeatureStoreRuntime {
163
173
  * List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
164
174
  */
165
175
  FeatureNames?: FeatureNames;
176
+ /**
177
+ * Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord will return the value of ExpiresAt, if it is not null. If Disabled and null, BatchGetRecord will return null.
178
+ */
179
+ ExpirationTimeResponse?: ExpirationTimeResponse;
166
180
  }
167
181
  export interface GetRecordResponse {
168
182
  /**
169
183
  * The record you requested. A list of FeatureValues.
170
184
  */
171
185
  Record?: Record;
186
+ /**
187
+ * The ExpiresAt ISO string of the requested record.
188
+ */
189
+ ExpiresAt?: ExpiresAt;
172
190
  }
173
191
  export type Message = string;
174
192
  export interface PutRecordRequest {
@@ -184,11 +202,27 @@ declare namespace SageMakerFeatureStoreRuntime {
184
202
  * A list of stores to which you're adding the record. By default, Feature Store adds the record to all of the stores that you're using for the FeatureGroup.
185
203
  */
186
204
  TargetStores?: TargetStores;
205
+ /**
206
+ * Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
207
+ */
208
+ TtlDuration?: TtlDuration;
187
209
  }
188
210
  export type Record = FeatureValue[];
189
211
  export type RecordIdentifiers = ValueAsString[];
190
212
  export type TargetStore = "OnlineStore"|"OfflineStore"|string;
191
213
  export type TargetStores = TargetStore[];
214
+ export interface TtlDuration {
215
+ /**
216
+ * TtlDuration time unit.
217
+ */
218
+ Unit: TtlDurationUnit;
219
+ /**
220
+ * TtlDuration time value.
221
+ */
222
+ Value: TtlDurationValue;
223
+ }
224
+ export type TtlDurationUnit = "Seconds"|"Minutes"|"Hours"|"Days"|"Weeks"|string;
225
+ export type TtlDurationValue = number;
192
226
  export type UnprocessedIdentifiers = BatchGetRecordIdentifier[];
193
227
  export type ValueAsString = string;
194
228
  /**
package/clients/ssm.d.ts CHANGED
@@ -85,11 +85,11 @@ declare class SSM extends Service {
85
85
  */
86
86
  createMaintenanceWindow(callback?: (err: AWSError, data: SSM.Types.CreateMaintenanceWindowResult) => void): Request<SSM.Types.CreateMaintenanceWindowResult, AWSError>;
87
87
  /**
88
- * Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
88
+ * Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
89
89
  */
90
90
  createOpsItem(params: SSM.Types.CreateOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.CreateOpsItemResponse) => void): Request<SSM.Types.CreateOpsItemResponse, AWSError>;
91
91
  /**
92
- * Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
92
+ * Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
93
93
  */
94
94
  createOpsItem(callback?: (err: AWSError, data: SSM.Types.CreateOpsItemResponse) => void): Request<SSM.Types.CreateOpsItemResponse, AWSError>;
95
95
  /**
@@ -333,11 +333,11 @@ declare class SSM extends Service {
333
333
  */
334
334
  describeInstanceAssociationsStatus(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
335
335
  /**
336
- * Describes one or more of your managed nodes, including information about the operating system platform, the version of SSM Agent installed on the managed node, node status, and so on. If you specify one or more managed node IDs, it returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This call doesn't return the IAM role for EC2 instances.
336
+ * Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not return the IAM role for EC2 instances.
337
337
  */
338
338
  describeInstanceInformation(params: SSM.Types.DescribeInstanceInformationRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
339
339
  /**
340
- * Describes one or more of your managed nodes, including information about the operating system platform, the version of SSM Agent installed on the managed node, node status, and so on. If you specify one or more managed node IDs, it returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This call doesn't return the IAM role for EC2 instances.
340
+ * Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not return the IAM role for EC2 instances.
341
341
  */
342
342
  describeInstanceInformation(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
343
343
  /**
@@ -437,11 +437,11 @@ declare class SSM extends Service {
437
437
  */
438
438
  describeMaintenanceWindowsForTarget(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsForTargetResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsForTargetResult, AWSError>;
439
439
  /**
440
- * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
440
+ * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
441
441
  */
442
442
  describeOpsItems(params: SSM.Types.DescribeOpsItemsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
443
443
  /**
444
- * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
444
+ * Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
445
445
  */
446
446
  describeOpsItems(callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
447
447
  /**
@@ -613,11 +613,11 @@ declare class SSM extends Service {
613
613
  */
614
614
  getMaintenanceWindowTask(callback?: (err: AWSError, data: SSM.Types.GetMaintenanceWindowTaskResult) => void): Request<SSM.Types.GetMaintenanceWindowTaskResult, AWSError>;
615
615
  /**
616
- * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
616
+ * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
617
617
  */
618
618
  getOpsItem(params: SSM.Types.GetOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.GetOpsItemResponse) => void): Request<SSM.Types.GetOpsItemResponse, AWSError>;
619
619
  /**
620
- * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
620
+ * Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
621
621
  */
622
622
  getOpsItem(callback?: (err: AWSError, data: SSM.Types.GetOpsItemResponse) => void): Request<SSM.Types.GetOpsItemResponse, AWSError>;
623
623
  /**
@@ -1077,11 +1077,11 @@ declare class SSM extends Service {
1077
1077
  */
1078
1078
  updateManagedInstanceRole(callback?: (err: AWSError, data: SSM.Types.UpdateManagedInstanceRoleResult) => void): Request<SSM.Types.UpdateManagedInstanceRoleResult, AWSError>;
1079
1079
  /**
1080
- * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
1080
+ * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
1081
1081
  */
1082
1082
  updateOpsItem(params: SSM.Types.UpdateOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.UpdateOpsItemResponse) => void): Request<SSM.Types.UpdateOpsItemResponse, AWSError>;
1083
1083
  /**
1084
- * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
1084
+ * Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
1085
1085
  */
1086
1086
  updateOpsItem(callback?: (err: AWSError, data: SSM.Types.UpdateOpsItemResponse) => void): Request<SSM.Types.UpdateOpsItemResponse, AWSError>;
1087
1087
  /**
@@ -1193,7 +1193,7 @@ declare namespace SSM {
1193
1193
  */
1194
1194
  ResourceType: ResourceTypeForTagging;
1195
1195
  /**
1196
- * The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde Automation: example-c160-4567-8519-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
1196
+ * The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde Automation: example-c160-4567-8519-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. If you're tagging a shared document, you must use the full ARN of the document. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
1197
1197
  */
1198
1198
  ResourceId: ResourceId;
1199
1199
  /**
@@ -2827,7 +2827,7 @@ declare namespace SSM {
2827
2827
  */
2828
2828
  Title: OpsItemTitle;
2829
2829
  /**
2830
- * Optional metadata that you assign to a resource. You can restrict access to OpsItems by using an inline IAM policy that specifies tags. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide. Tags use a key-value pair. For example: Key=Department,Value=Finance To add tags to a new OpsItem, a user must have IAM permissions for both the ssm:CreateOpsItems operation and the ssm:AddTagsToResource operation. To add tags to an existing OpsItem, use the AddTagsToResource operation.
2830
+ * Optional metadata that you assign to a resource. Tags use a key-value pair. For example: Key=Department,Value=Finance To add tags to a new OpsItem, a user must have IAM permissions for both the ssm:CreateOpsItems operation and the ssm:AddTagsToResource operation. To add tags to an existing OpsItem, use the AddTagsToResource operation.
2831
2831
  */
2832
2832
  Tags?: TagList;
2833
2833
  /**
@@ -2855,7 +2855,7 @@ declare namespace SSM {
2855
2855
  */
2856
2856
  PlannedEndTime?: DateTime;
2857
2857
  /**
2858
- * The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account must be configured to work with OpsItems across accounts. For more information, see Setting up OpsCenter to work with OpsItems across accounts in the Amazon Web Services Systems Manager User Guide.
2858
+ * The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account must be configured to work with OpsItems across accounts. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.
2859
2859
  */
2860
2860
  AccountId?: OpsItemAccountId;
2861
2861
  }
@@ -3536,11 +3536,11 @@ declare namespace SSM {
3536
3536
  */
3537
3537
  InstanceInformationFilterList?: InstanceInformationFilterList;
3538
3538
  /**
3539
- * One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to your managed nodes. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.
3539
+ * One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to your managed nodes. Tag filters can't be combined with other filter types. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.
3540
3540
  */
3541
3541
  Filters?: InstanceInformationStringFilterList;
3542
3542
  /**
3543
- * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
3543
+ * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. The default value is 10 items.
3544
3544
  */
3545
3545
  MaxResults?: MaxResultsEC2Compatible;
3546
3546
  /**
@@ -3896,7 +3896,7 @@ declare namespace SSM {
3896
3896
  }
3897
3897
  export interface DescribeOpsItemsRequest {
3898
3898
  /**
3899
- * One or more filters to limit the response. Key: CreatedTime Operations: GreaterThan, LessThan Key: LastModifiedBy Operations: Contains, Equals Key: LastModifiedTime Operations: GreaterThan, LessThan Key: Priority Operations: Equals Key: Source Operations: Contains, Equals Key: Status Operations: Equals Key: Title* Operations: Equals,Contains Key: OperationalData** Operations: Equals Key: OperationalDataKey Operations: Equals Key: OperationalDataValue Operations: Equals, Contains Key: OpsItemId Operations: Equals Key: ResourceId Operations: Contains Key: AutomationId Operations: Equals *The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit. **If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
3899
+ * One or more filters to limit the response. Key: CreatedTime Operations: GreaterThan, LessThan Key: LastModifiedBy Operations: Contains, Equals Key: LastModifiedTime Operations: GreaterThan, LessThan Key: Priority Operations: Equals Key: Source Operations: Contains, Equals Key: Status Operations: Equals Key: Title* Operations: Equals,Contains Key: OperationalData** Operations: Equals Key: OperationalDataKey Operations: Equals Key: OperationalDataValue Operations: Equals, Contains Key: OpsItemId Operations: Equals Key: ResourceId Operations: Contains Key: AutomationId Operations: Equals Key: AccountId Operations: Equals *The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit. **If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}
3900
3900
  */
3901
3901
  OpsItemFilters?: OpsItemFilters;
3902
3902
  /**