aws-sdk 2.1403.0 → 2.1404.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/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1403.0-->
2
+ <!--LATEST=2.1404.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1404.0
6
+ * feature: DevOpsGuru: This release adds support for encryption via customer managed keys.
7
+
5
8
  ## 2.1403.0
6
9
  * feature: ChimeSDKIdentity: AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages
7
10
  * feature: ChimeSDKMessaging: ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1403.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1404.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -540,6 +540,14 @@
540
540
  "members": {
541
541
  "OptInStatus": {}
542
542
  }
543
+ },
544
+ "KMSServerSideEncryption": {
545
+ "type": "structure",
546
+ "members": {
547
+ "KMSKeyId": {},
548
+ "OptInStatus": {},
549
+ "Type": {}
550
+ }
543
551
  }
544
552
  }
545
553
  }
@@ -565,7 +573,7 @@
565
573
  "type": "structure",
566
574
  "members": {
567
575
  "ResourceCollection": {
568
- "shape": "S48"
576
+ "shape": "S4b"
569
577
  },
570
578
  "Status": {},
571
579
  "Costs": {
@@ -679,7 +687,7 @@
679
687
  "locationName": "InsightId"
680
688
  },
681
689
  "StartTimeRange": {
682
- "shape": "S4s"
690
+ "shape": "S4v"
683
691
  },
684
692
  "MaxResults": {
685
693
  "type": "integer"
@@ -690,7 +698,7 @@
690
698
  "type": "structure",
691
699
  "members": {
692
700
  "ServiceCollection": {
693
- "shape": "S4v"
701
+ "shape": "S4y"
694
702
  }
695
703
  }
696
704
  }
@@ -946,7 +954,7 @@
946
954
  ],
947
955
  "members": {
948
956
  "StatusFilter": {
949
- "shape": "S61"
957
+ "shape": "S64"
950
958
  },
951
959
  "MaxResults": {
952
960
  "type": "integer"
@@ -958,10 +966,10 @@
958
966
  "type": "structure",
959
967
  "members": {
960
968
  "ProactiveInsights": {
961
- "shape": "S69"
969
+ "shape": "S6c"
962
970
  },
963
971
  "ReactiveInsights": {
964
- "shape": "S6d"
972
+ "shape": "S6g"
965
973
  },
966
974
  "NextToken": {}
967
975
  }
@@ -1064,7 +1072,7 @@
1064
1072
  ],
1065
1073
  "members": {
1066
1074
  "StatusFilter": {
1067
- "shape": "S61"
1075
+ "shape": "S64"
1068
1076
  },
1069
1077
  "MaxResults": {
1070
1078
  "type": "integer"
@@ -1104,7 +1112,7 @@
1104
1112
  "shape": "S27"
1105
1113
  },
1106
1114
  "ServiceCollection": {
1107
- "shape": "S4v"
1115
+ "shape": "S4y"
1108
1116
  }
1109
1117
  }
1110
1118
  }
@@ -1127,7 +1135,7 @@
1127
1135
  "shape": "S27"
1128
1136
  },
1129
1137
  "ServiceCollection": {
1130
- "shape": "S4v"
1138
+ "shape": "S4y"
1131
1139
  }
1132
1140
  }
1133
1141
  }
@@ -1284,7 +1292,7 @@
1284
1292
  ],
1285
1293
  "members": {
1286
1294
  "StartTimeRange": {
1287
- "shape": "S4s"
1295
+ "shape": "S4v"
1288
1296
  },
1289
1297
  "Filters": {
1290
1298
  "type": "structure",
@@ -1293,13 +1301,13 @@
1293
1301
  "shape": "S6"
1294
1302
  },
1295
1303
  "Statuses": {
1296
- "shape": "S80"
1304
+ "shape": "S83"
1297
1305
  },
1298
1306
  "ResourceCollection": {
1299
1307
  "shape": "S27"
1300
1308
  },
1301
1309
  "ServiceCollection": {
1302
- "shape": "S4v"
1310
+ "shape": "S4y"
1303
1311
  }
1304
1312
  }
1305
1313
  },
@@ -1314,10 +1322,10 @@
1314
1322
  "type": "structure",
1315
1323
  "members": {
1316
1324
  "ProactiveInsights": {
1317
- "shape": "S69"
1325
+ "shape": "S6c"
1318
1326
  },
1319
1327
  "ReactiveInsights": {
1320
- "shape": "S6d"
1328
+ "shape": "S6g"
1321
1329
  },
1322
1330
  "NextToken": {}
1323
1331
  }
@@ -1341,7 +1349,7 @@
1341
1349
  "member": {}
1342
1350
  },
1343
1351
  "StartTimeRange": {
1344
- "shape": "S4s"
1352
+ "shape": "S4v"
1345
1353
  },
1346
1354
  "Filters": {
1347
1355
  "type": "structure",
@@ -1350,13 +1358,13 @@
1350
1358
  "shape": "S6"
1351
1359
  },
1352
1360
  "Statuses": {
1353
- "shape": "S80"
1361
+ "shape": "S83"
1354
1362
  },
1355
1363
  "ResourceCollection": {
1356
1364
  "shape": "S27"
1357
1365
  },
1358
1366
  "ServiceCollection": {
1359
- "shape": "S4v"
1367
+ "shape": "S4y"
1360
1368
  }
1361
1369
  }
1362
1370
  },
@@ -1371,10 +1379,10 @@
1371
1379
  "type": "structure",
1372
1380
  "members": {
1373
1381
  "ProactiveInsights": {
1374
- "shape": "S69"
1382
+ "shape": "S6c"
1375
1383
  },
1376
1384
  "ReactiveInsights": {
1377
- "shape": "S6d"
1385
+ "shape": "S6g"
1378
1386
  },
1379
1387
  "NextToken": {}
1380
1388
  }
@@ -1393,7 +1401,7 @@
1393
1401
  ],
1394
1402
  "members": {
1395
1403
  "ResourceCollection": {
1396
- "shape": "S48"
1404
+ "shape": "S4b"
1397
1405
  },
1398
1406
  "ClientToken": {
1399
1407
  "idempotencyToken": true
@@ -1502,6 +1510,14 @@
1502
1510
  "members": {
1503
1511
  "OptInStatus": {}
1504
1512
  }
1513
+ },
1514
+ "KMSServerSideEncryption": {
1515
+ "type": "structure",
1516
+ "members": {
1517
+ "KMSKeyId": {},
1518
+ "OptInStatus": {},
1519
+ "Type": {}
1520
+ }
1505
1521
  }
1506
1522
  }
1507
1523
  }
@@ -1884,7 +1900,7 @@
1884
1900
  }
1885
1901
  }
1886
1902
  },
1887
- "S48": {
1903
+ "S4b": {
1888
1904
  "type": "structure",
1889
1905
  "members": {
1890
1906
  "CloudFormation": {
@@ -1915,7 +1931,7 @@
1915
1931
  }
1916
1932
  }
1917
1933
  },
1918
- "S4s": {
1934
+ "S4v": {
1919
1935
  "type": "structure",
1920
1936
  "members": {
1921
1937
  "FromTime": {
@@ -1926,7 +1942,7 @@
1926
1942
  }
1927
1943
  }
1928
1944
  },
1929
- "S4v": {
1945
+ "S4y": {
1930
1946
  "type": "structure",
1931
1947
  "members": {
1932
1948
  "ServiceNames": {
@@ -1935,7 +1951,7 @@
1935
1951
  }
1936
1952
  }
1937
1953
  },
1938
- "S61": {
1954
+ "S64": {
1939
1955
  "type": "structure",
1940
1956
  "members": {
1941
1957
  "Ongoing": {
@@ -1977,13 +1993,13 @@
1977
1993
  "members": {
1978
1994
  "Type": {},
1979
1995
  "StartTimeRange": {
1980
- "shape": "S4s"
1996
+ "shape": "S4v"
1981
1997
  }
1982
1998
  }
1983
1999
  }
1984
2000
  }
1985
2001
  },
1986
- "S69": {
2002
+ "S6c": {
1987
2003
  "type": "list",
1988
2004
  "member": {
1989
2005
  "type": "structure",
@@ -2002,19 +2018,19 @@
2002
2018
  "shape": "S27"
2003
2019
  },
2004
2020
  "ServiceCollection": {
2005
- "shape": "S4v"
2021
+ "shape": "S4y"
2006
2022
  },
2007
2023
  "AssociatedResourceArns": {
2008
- "shape": "S6b"
2024
+ "shape": "S6e"
2009
2025
  }
2010
2026
  }
2011
2027
  }
2012
2028
  },
2013
- "S6b": {
2029
+ "S6e": {
2014
2030
  "type": "list",
2015
2031
  "member": {}
2016
2032
  },
2017
- "S6d": {
2033
+ "S6g": {
2018
2034
  "type": "list",
2019
2035
  "member": {
2020
2036
  "type": "structure",
@@ -2030,15 +2046,15 @@
2030
2046
  "shape": "S27"
2031
2047
  },
2032
2048
  "ServiceCollection": {
2033
- "shape": "S4v"
2049
+ "shape": "S4y"
2034
2050
  },
2035
2051
  "AssociatedResourceArns": {
2036
- "shape": "S6b"
2052
+ "shape": "S6e"
2037
2053
  }
2038
2054
  }
2039
2055
  }
2040
2056
  },
2041
- "S80": {
2057
+ "S83": {
2042
2058
  "type": "list",
2043
2059
  "member": {}
2044
2060
  }
@@ -12,11 +12,11 @@ declare class DevOpsGuru extends Service {
12
12
  constructor(options?: DevOpsGuru.Types.ClientConfiguration)
13
13
  config: Config & DevOpsGuru.Types.ClientConfiguration;
14
14
  /**
15
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
15
+ * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
16
16
  */
17
17
  addNotificationChannel(params: DevOpsGuru.Types.AddNotificationChannelRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
18
18
  /**
19
- * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
19
+ * Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
20
20
  */
21
21
  addNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
22
22
  /**
@@ -936,6 +936,35 @@ declare namespace DevOpsGuru {
936
936
  EndTime?: Timestamp;
937
937
  }
938
938
  export type InsightType = "REACTIVE"|"PROACTIVE"|string;
939
+ export type KMSKeyId = string;
940
+ export interface KMSServerSideEncryptionIntegration {
941
+ /**
942
+ * Describes the specified KMS key. To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
943
+ */
944
+ KMSKeyId?: KMSKeyId;
945
+ /**
946
+ * Specifies if DevOps Guru is enabled for customer managed keys.
947
+ */
948
+ OptInStatus?: OptInStatus;
949
+ /**
950
+ * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
951
+ */
952
+ Type?: ServerSideEncryptionType;
953
+ }
954
+ export interface KMSServerSideEncryptionIntegrationConfig {
955
+ /**
956
+ * Describes the specified KMS key. To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with "alias/". If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), Amazon Web Services KMS associates the alias with an Amazon Web Services managed key and returns its KeyId and Arn in the response. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN. For example: Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab Alias name: alias/ExampleAlias Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias
957
+ */
958
+ KMSKeyId?: KMSKeyId;
959
+ /**
960
+ * Specifies if DevOps Guru is enabled for KMS integration.
961
+ */
962
+ OptInStatus?: OptInStatus;
963
+ /**
964
+ * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
965
+ */
966
+ Type?: ServerSideEncryptionType;
967
+ }
939
968
  export interface ListAnomaliesForInsightFilters {
940
969
  ServiceCollection?: ServiceCollection;
941
970
  }
@@ -1335,7 +1364,7 @@ declare namespace DevOpsGuru {
1335
1364
  }
1336
1365
  export interface NotificationChannelConfig {
1337
1366
  /**
1338
- * Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
1367
+ * Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
1339
1368
  */
1340
1369
  Sns: SnsChannelConfig;
1341
1370
  /**
@@ -2131,6 +2160,7 @@ declare namespace DevOpsGuru {
2131
2160
  */
2132
2161
  NextToken?: UuidNextToken;
2133
2162
  }
2163
+ export type ServerSideEncryptionType = "CUSTOMER_MANAGED_KEY"|"AWS_OWNED_KMS_KEY"|string;
2134
2164
  export interface ServiceCollection {
2135
2165
  /**
2136
2166
  * An array of strings that each specifies the name of an Amazon Web Services service.
@@ -2171,6 +2201,10 @@ declare namespace DevOpsGuru {
2171
2201
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2172
2202
  */
2173
2203
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
2204
+ /**
2205
+ * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
2206
+ */
2207
+ KMSServerSideEncryption?: KMSServerSideEncryptionIntegration;
2174
2208
  }
2175
2209
  export type ServiceName = "API_GATEWAY"|"APPLICATION_ELB"|"AUTO_SCALING_GROUP"|"CLOUD_FRONT"|"DYNAMO_DB"|"EC2"|"ECS"|"EKS"|"ELASTIC_BEANSTALK"|"ELASTI_CACHE"|"ELB"|"ES"|"KINESIS"|"LAMBDA"|"NAT_GATEWAY"|"NETWORK_ELB"|"RDS"|"REDSHIFT"|"ROUTE_53"|"S3"|"SAGE_MAKER"|"SNS"|"SQS"|"STEP_FUNCTIONS"|"SWF"|string;
2176
2210
  export type ServiceNames = ServiceName[];
@@ -2335,6 +2369,10 @@ declare namespace DevOpsGuru {
2335
2369
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2336
2370
  */
2337
2371
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
2372
+ /**
2373
+ * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
2374
+ */
2375
+ KMSServerSideEncryption?: KMSServerSideEncryptionIntegrationConfig;
2338
2376
  }
2339
2377
  export interface UpdateServiceIntegrationRequest {
2340
2378
  /**
package/clients/fsx.d.ts CHANGED
@@ -776,6 +776,9 @@ declare namespace FSx {
776
776
  */
777
777
  PerUnitStorageThroughput?: PerUnitStorageThroughput;
778
778
  DailyAutomaticBackupStartTime?: DailyTime;
779
+ /**
780
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0.
781
+ */
779
782
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
780
783
  /**
781
784
  * (Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If CopyTagsToBackups is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If CopyTagsToBackups is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false) For more information, see Working with backups in the Amazon FSx for Lustre User Guide.
@@ -843,7 +846,7 @@ declare namespace FSx {
843
846
  CopyTagsToVolumes?: Flag;
844
847
  DailyAutomaticBackupStartTime?: DailyTime;
845
848
  /**
846
- * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available, except US West (Oregon). SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MBps using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
849
+ * Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following: SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MBps. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available. SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MB/s using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions. For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.
847
850
  */
848
851
  DeploymentType: OpenZFSDeploymentType;
849
852
  /**
@@ -935,7 +938,7 @@ declare namespace FSx {
935
938
  */
936
939
  DailyAutomaticBackupStartTime?: DailyTime;
937
940
  /**
938
- * The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.
941
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30.
939
942
  */
940
943
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
941
944
  /**
@@ -2841,6 +2844,9 @@ declare namespace FSx {
2841
2844
  */
2842
2845
  WeeklyMaintenanceStartTime?: WeeklyTime;
2843
2846
  DailyAutomaticBackupStartTime?: DailyTime;
2847
+ /**
2848
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0.
2849
+ */
2844
2850
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
2845
2851
  /**
2846
2852
  * (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values: NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket. This parameter is not supported for file systems with a data repository association.
@@ -2942,7 +2948,7 @@ declare namespace FSx {
2942
2948
  */
2943
2949
  DailyAutomaticBackupStartTime?: DailyTime;
2944
2950
  /**
2945
- * The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.
2951
+ * The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30. For more information, see Working with Automatic Daily Backups.
2946
2952
  */
2947
2953
  AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
2948
2954
  /**