aws-sdk-core 2.11.621 → 2.11.626
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.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +12 -3
- data/apis/databrew/2017-07-25/api-2.json +2127 -0
- data/apis/databrew/2017-07-25/examples-1.json +5 -0
- data/apis/databrew/2017-07-25/paginators-1.json +46 -0
- data/apis/datasync/2018-11-09/api-2.json +29 -0
- data/apis/dlm/2018-01-12/api-2.json +9 -3
- data/apis/dynamodb/2012-08-10/api-2.json +207 -0
- data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +65 -3
- data/apis/ecs/2014-11-13/api-2.json +26 -1
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +4 -4
- data/apis/es/2015-01-01/api-2.json +101 -0
- data/apis/es/2015-01-01/paginators-1.json +5 -0
- data/apis/forecast/2018-06-26/api-2.json +21 -2
- data/apis/fsx/2018-03-01/api-2.json +147 -5
- data/apis/fsx/2018-03-01/examples-1.json +21 -10
- data/apis/fsx/2018-03-01/paginators-1.json +5 -0
- data/apis/iot/2015-05-28/api-2.json +5 -1
- data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
- data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
- data/apis/lex-models/2017-04-19/api-2.json +5 -1
- data/apis/lightsail/2016-11-28/api-2.json +688 -1
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
- data/apis/medialive/2017-10-14/api-2.json +16 -0
- data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
- data/apis/polly/2016-06-10/api-2.json +7 -4
- data/apis/quicksight/2018-04-01/api-2.json +45 -3
- data/apis/robomaker/2018-06-29/api-2.json +6 -3
- data/apis/s3/2006-03-01/api-2.json +230 -5
- data/apis/s3/2006-03-01/examples-1.json +91 -91
- data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
- data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
- data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
- data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
- data/apis/ssm/2014-11-06/api-2.json +5 -3
- data/apis/storagegateway/2013-06-30/api-2.json +88 -0
- data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/appregistry.rb +6 -0
- data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
|
@@ -1715,6 +1715,30 @@
|
|
|
1715
1715
|
"type":"list",
|
|
1716
1716
|
"member":{"shape":"KeyValuePair"}
|
|
1717
1717
|
},
|
|
1718
|
+
"FSxWindowsFileServerAuthorizationConfig":{
|
|
1719
|
+
"type":"structure",
|
|
1720
|
+
"required":[
|
|
1721
|
+
"credentialsParameter",
|
|
1722
|
+
"domain"
|
|
1723
|
+
],
|
|
1724
|
+
"members":{
|
|
1725
|
+
"credentialsParameter":{"shape":"String"},
|
|
1726
|
+
"domain":{"shape":"String"}
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"FSxWindowsFileServerVolumeConfiguration":{
|
|
1730
|
+
"type":"structure",
|
|
1731
|
+
"required":[
|
|
1732
|
+
"fileSystemId",
|
|
1733
|
+
"rootDirectory",
|
|
1734
|
+
"authorizationConfig"
|
|
1735
|
+
],
|
|
1736
|
+
"members":{
|
|
1737
|
+
"fileSystemId":{"shape":"String"},
|
|
1738
|
+
"rootDirectory":{"shape":"String"},
|
|
1739
|
+
"authorizationConfig":{"shape":"FSxWindowsFileServerAuthorizationConfig"}
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1718
1742
|
"Failure":{
|
|
1719
1743
|
"type":"structure",
|
|
1720
1744
|
"members":{
|
|
@@ -3216,7 +3240,8 @@
|
|
|
3216
3240
|
"name":{"shape":"String"},
|
|
3217
3241
|
"host":{"shape":"HostVolumeProperties"},
|
|
3218
3242
|
"dockerVolumeConfiguration":{"shape":"DockerVolumeConfiguration"},
|
|
3219
|
-
"efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"}
|
|
3243
|
+
"efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"},
|
|
3244
|
+
"fsxWindowsFileServerVolumeConfiguration":{"shape":"FSxWindowsFileServerVolumeConfiguration"}
|
|
3220
3245
|
}
|
|
3221
3246
|
},
|
|
3222
3247
|
"VolumeFrom":{
|
|
@@ -885,8 +885,6 @@
|
|
|
885
885
|
"type":"structure",
|
|
886
886
|
"required":[
|
|
887
887
|
"LoadBalancerArn",
|
|
888
|
-
"Protocol",
|
|
889
|
-
"Port",
|
|
890
888
|
"DefaultActions"
|
|
891
889
|
],
|
|
892
890
|
"members":{
|
|
@@ -1569,7 +1567,8 @@
|
|
|
1569
1567
|
"type":"string",
|
|
1570
1568
|
"enum":[
|
|
1571
1569
|
"application",
|
|
1572
|
-
"network"
|
|
1570
|
+
"network",
|
|
1571
|
+
"gateway"
|
|
1573
1572
|
]
|
|
1574
1573
|
},
|
|
1575
1574
|
"LoadBalancers":{
|
|
@@ -1729,7 +1728,8 @@
|
|
|
1729
1728
|
"TCP",
|
|
1730
1729
|
"TLS",
|
|
1731
1730
|
"UDP",
|
|
1732
|
-
"TCP_UDP"
|
|
1731
|
+
"TCP_UDP",
|
|
1732
|
+
"GENEVE"
|
|
1733
1733
|
]
|
|
1734
1734
|
},
|
|
1735
1735
|
"ProtocolVersion":{"type":"string"},
|
|
@@ -357,6 +357,22 @@
|
|
|
357
357
|
{"shape":"InternalException"}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
+
"GetPackageVersionHistory":{
|
|
361
|
+
"name":"GetPackageVersionHistory",
|
|
362
|
+
"http":{
|
|
363
|
+
"method":"GET",
|
|
364
|
+
"requestUri":"/2015-01-01/packages/{PackageID}/history"
|
|
365
|
+
},
|
|
366
|
+
"input":{"shape":"GetPackageVersionHistoryRequest"},
|
|
367
|
+
"output":{"shape":"GetPackageVersionHistoryResponse"},
|
|
368
|
+
"errors":[
|
|
369
|
+
{"shape":"BaseException"},
|
|
370
|
+
{"shape":"InternalException"},
|
|
371
|
+
{"shape":"ResourceNotFoundException"},
|
|
372
|
+
{"shape":"AccessDeniedException"},
|
|
373
|
+
{"shape":"ValidationException"}
|
|
374
|
+
]
|
|
375
|
+
},
|
|
360
376
|
"GetUpgradeHistory":{
|
|
361
377
|
"name":"GetUpgradeHistory",
|
|
362
378
|
"http":{
|
|
@@ -553,6 +569,23 @@
|
|
|
553
569
|
{"shape":"ValidationException"}
|
|
554
570
|
]
|
|
555
571
|
},
|
|
572
|
+
"UpdatePackage":{
|
|
573
|
+
"name":"UpdatePackage",
|
|
574
|
+
"http":{
|
|
575
|
+
"method":"POST",
|
|
576
|
+
"requestUri":"/2015-01-01/packages/update"
|
|
577
|
+
},
|
|
578
|
+
"input":{"shape":"UpdatePackageRequest"},
|
|
579
|
+
"output":{"shape":"UpdatePackageResponse"},
|
|
580
|
+
"errors":[
|
|
581
|
+
{"shape":"BaseException"},
|
|
582
|
+
{"shape":"InternalException"},
|
|
583
|
+
{"shape":"LimitExceededException"},
|
|
584
|
+
{"shape":"ResourceNotFoundException"},
|
|
585
|
+
{"shape":"AccessDeniedException"},
|
|
586
|
+
{"shape":"ValidationException"}
|
|
587
|
+
]
|
|
588
|
+
},
|
|
556
589
|
"UpgradeElasticsearchDomain":{
|
|
557
590
|
"name":"UpgradeElasticsearchDomain",
|
|
558
591
|
"http":{
|
|
@@ -746,6 +779,10 @@
|
|
|
746
779
|
"Status":{"shape":"OptionStatus"}
|
|
747
780
|
}
|
|
748
781
|
},
|
|
782
|
+
"CommitMessage":{
|
|
783
|
+
"type":"string",
|
|
784
|
+
"max":160
|
|
785
|
+
},
|
|
749
786
|
"CompatibleElasticsearchVersionsList":{
|
|
750
787
|
"type":"list",
|
|
751
788
|
"member":{"shape":"CompatibleVersionsMap"}
|
|
@@ -1227,6 +1264,7 @@
|
|
|
1227
1264
|
"LastUpdated":{"shape":"LastUpdated"},
|
|
1228
1265
|
"DomainName":{"shape":"DomainName"},
|
|
1229
1266
|
"DomainPackageStatus":{"shape":"DomainPackageStatus"},
|
|
1267
|
+
"PackageVersion":{"shape":"PackageVersion"},
|
|
1230
1268
|
"ReferencePath":{"shape":"ReferencePath"},
|
|
1231
1269
|
"ErrorDetails":{"shape":"ErrorDetails"}
|
|
1232
1270
|
}
|
|
@@ -1501,6 +1539,35 @@
|
|
|
1501
1539
|
"CompatibleElasticsearchVersions":{"shape":"CompatibleElasticsearchVersionsList"}
|
|
1502
1540
|
}
|
|
1503
1541
|
},
|
|
1542
|
+
"GetPackageVersionHistoryRequest":{
|
|
1543
|
+
"type":"structure",
|
|
1544
|
+
"required":["PackageID"],
|
|
1545
|
+
"members":{
|
|
1546
|
+
"PackageID":{
|
|
1547
|
+
"shape":"PackageID",
|
|
1548
|
+
"location":"uri",
|
|
1549
|
+
"locationName":"PackageID"
|
|
1550
|
+
},
|
|
1551
|
+
"MaxResults":{
|
|
1552
|
+
"shape":"MaxResults",
|
|
1553
|
+
"location":"querystring",
|
|
1554
|
+
"locationName":"maxResults"
|
|
1555
|
+
},
|
|
1556
|
+
"NextToken":{
|
|
1557
|
+
"shape":"NextToken",
|
|
1558
|
+
"location":"querystring",
|
|
1559
|
+
"locationName":"nextToken"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"GetPackageVersionHistoryResponse":{
|
|
1564
|
+
"type":"structure",
|
|
1565
|
+
"members":{
|
|
1566
|
+
"PackageID":{"shape":"PackageID"},
|
|
1567
|
+
"PackageVersionHistoryList":{"shape":"PackageVersionHistoryList"},
|
|
1568
|
+
"NextToken":{"shape":"String"}
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1504
1571
|
"GetUpgradeHistoryRequest":{
|
|
1505
1572
|
"type":"structure",
|
|
1506
1573
|
"required":["DomainName"],
|
|
@@ -1936,6 +2003,8 @@
|
|
|
1936
2003
|
"PackageDescription":{"shape":"PackageDescription"},
|
|
1937
2004
|
"PackageStatus":{"shape":"PackageStatus"},
|
|
1938
2005
|
"CreatedAt":{"shape":"CreatedAt"},
|
|
2006
|
+
"LastUpdatedAt":{"shape":"LastUpdated"},
|
|
2007
|
+
"AvailablePackageVersion":{"shape":"PackageVersion"},
|
|
1939
2008
|
"ErrorDetails":{"shape":"ErrorDetails"}
|
|
1940
2009
|
}
|
|
1941
2010
|
},
|
|
@@ -1974,6 +2043,19 @@
|
|
|
1974
2043
|
"type":"string",
|
|
1975
2044
|
"enum":["TXT-DICTIONARY"]
|
|
1976
2045
|
},
|
|
2046
|
+
"PackageVersion":{"type":"string"},
|
|
2047
|
+
"PackageVersionHistory":{
|
|
2048
|
+
"type":"structure",
|
|
2049
|
+
"members":{
|
|
2050
|
+
"PackageVersion":{"shape":"PackageVersion"},
|
|
2051
|
+
"CommitMessage":{"shape":"CommitMessage"},
|
|
2052
|
+
"CreatedAt":{"shape":"CreatedAt"}
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
"PackageVersionHistoryList":{
|
|
2056
|
+
"type":"list",
|
|
2057
|
+
"member":{"shape":"PackageVersionHistory"}
|
|
2058
|
+
},
|
|
1977
2059
|
"Password":{
|
|
1978
2060
|
"type":"string",
|
|
1979
2061
|
"min":8,
|
|
@@ -2299,6 +2381,25 @@
|
|
|
2299
2381
|
"DomainConfig":{"shape":"ElasticsearchDomainConfig"}
|
|
2300
2382
|
}
|
|
2301
2383
|
},
|
|
2384
|
+
"UpdatePackageRequest":{
|
|
2385
|
+
"type":"structure",
|
|
2386
|
+
"required":[
|
|
2387
|
+
"PackageID",
|
|
2388
|
+
"PackageSource"
|
|
2389
|
+
],
|
|
2390
|
+
"members":{
|
|
2391
|
+
"PackageID":{"shape":"PackageID"},
|
|
2392
|
+
"PackageSource":{"shape":"PackageSource"},
|
|
2393
|
+
"PackageDescription":{"shape":"PackageDescription"},
|
|
2394
|
+
"CommitMessage":{"shape":"CommitMessage"}
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
"UpdatePackageResponse":{
|
|
2398
|
+
"type":"structure",
|
|
2399
|
+
"members":{
|
|
2400
|
+
"PackageDetails":{"shape":"PackageDetails"}
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2302
2403
|
"UpdateTimestamp":{"type":"timestamp"},
|
|
2303
2404
|
"UpgradeElasticsearchDomainRequest":{
|
|
2304
2405
|
"type":"structure",
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
"output_token": "NextToken",
|
|
26
26
|
"limit_key": "MaxResults"
|
|
27
27
|
},
|
|
28
|
+
"GetPackageVersionHistory": {
|
|
29
|
+
"input_token": "NextToken",
|
|
30
|
+
"output_token": "NextToken",
|
|
31
|
+
"limit_key": "MaxResults"
|
|
32
|
+
},
|
|
28
33
|
"GetUpgradeHistory": {
|
|
29
34
|
"input_token": "NextToken",
|
|
30
35
|
"output_token": "NextToken",
|
|
@@ -600,6 +600,7 @@
|
|
|
600
600
|
"PredictorName":{"shape":"Name"},
|
|
601
601
|
"AlgorithmArn":{"shape":"Arn"},
|
|
602
602
|
"ForecastHorizon":{"shape":"Integer"},
|
|
603
|
+
"ForecastTypes":{"shape":"ForecastTypes"},
|
|
603
604
|
"PerformAutoML":{"shape":"Boolean"},
|
|
604
605
|
"PerformHPO":{"shape":"Boolean"},
|
|
605
606
|
"TrainingParameters":{"shape":"TrainingParameters"},
|
|
@@ -844,6 +845,7 @@
|
|
|
844
845
|
"PredictorName":{"shape":"Name"},
|
|
845
846
|
"AlgorithmArn":{"shape":"Arn"},
|
|
846
847
|
"ForecastHorizon":{"shape":"Integer"},
|
|
848
|
+
"ForecastTypes":{"shape":"ForecastTypes"},
|
|
847
849
|
"PerformAutoML":{"shape":"Boolean"},
|
|
848
850
|
"PerformHPO":{"shape":"Boolean"},
|
|
849
851
|
"TrainingParameters":{"shape":"TrainingParameters"},
|
|
@@ -886,6 +888,18 @@
|
|
|
886
888
|
}
|
|
887
889
|
},
|
|
888
890
|
"ErrorMessage":{"type":"string"},
|
|
891
|
+
"ErrorMetric":{
|
|
892
|
+
"type":"structure",
|
|
893
|
+
"members":{
|
|
894
|
+
"ForecastType":{"shape":"ForecastType"},
|
|
895
|
+
"WAPE":{"shape":"Double"},
|
|
896
|
+
"RMSE":{"shape":"Double"}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"ErrorMetrics":{
|
|
900
|
+
"type":"list",
|
|
901
|
+
"member":{"shape":"ErrorMetric"}
|
|
902
|
+
},
|
|
889
903
|
"EvaluationParameters":{
|
|
890
904
|
"type":"structure",
|
|
891
905
|
"members":{
|
|
@@ -1221,8 +1235,13 @@
|
|
|
1221
1235
|
"Metrics":{
|
|
1222
1236
|
"type":"structure",
|
|
1223
1237
|
"members":{
|
|
1224
|
-
"RMSE":{
|
|
1225
|
-
|
|
1238
|
+
"RMSE":{
|
|
1239
|
+
"shape":"Double",
|
|
1240
|
+
"deprecated":true,
|
|
1241
|
+
"deprecatedMessage":"This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE"
|
|
1242
|
+
},
|
|
1243
|
+
"WeightedQuantileLosses":{"shape":"WeightedQuantileLosses"},
|
|
1244
|
+
"ErrorMetrics":{"shape":"ErrorMetrics"}
|
|
1226
1245
|
}
|
|
1227
1246
|
},
|
|
1228
1247
|
"Name":{
|
|
@@ -13,6 +13,20 @@
|
|
|
13
13
|
"uid":"fsx-2018-03-01"
|
|
14
14
|
},
|
|
15
15
|
"operations":{
|
|
16
|
+
"AssociateFileSystemAliases":{
|
|
17
|
+
"name":"AssociateFileSystemAliases",
|
|
18
|
+
"http":{
|
|
19
|
+
"method":"POST",
|
|
20
|
+
"requestUri":"/"
|
|
21
|
+
},
|
|
22
|
+
"input":{"shape":"AssociateFileSystemAliasesRequest"},
|
|
23
|
+
"output":{"shape":"AssociateFileSystemAliasesResponse"},
|
|
24
|
+
"errors":[
|
|
25
|
+
{"shape":"BadRequest"},
|
|
26
|
+
{"shape":"FileSystemNotFound"},
|
|
27
|
+
{"shape":"InternalServerError"}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
16
30
|
"CancelDataRepositoryTask":{
|
|
17
31
|
"name":"CancelDataRepositoryTask",
|
|
18
32
|
"http":{
|
|
@@ -174,6 +188,20 @@
|
|
|
174
188
|
{"shape":"InternalServerError"}
|
|
175
189
|
]
|
|
176
190
|
},
|
|
191
|
+
"DescribeFileSystemAliases":{
|
|
192
|
+
"name":"DescribeFileSystemAliases",
|
|
193
|
+
"http":{
|
|
194
|
+
"method":"POST",
|
|
195
|
+
"requestUri":"/"
|
|
196
|
+
},
|
|
197
|
+
"input":{"shape":"DescribeFileSystemAliasesRequest"},
|
|
198
|
+
"output":{"shape":"DescribeFileSystemAliasesResponse"},
|
|
199
|
+
"errors":[
|
|
200
|
+
{"shape":"BadRequest"},
|
|
201
|
+
{"shape":"FileSystemNotFound"},
|
|
202
|
+
{"shape":"InternalServerError"}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
177
205
|
"DescribeFileSystems":{
|
|
178
206
|
"name":"DescribeFileSystems",
|
|
179
207
|
"http":{
|
|
@@ -188,6 +216,20 @@
|
|
|
188
216
|
{"shape":"InternalServerError"}
|
|
189
217
|
]
|
|
190
218
|
},
|
|
219
|
+
"DisassociateFileSystemAliases":{
|
|
220
|
+
"name":"DisassociateFileSystemAliases",
|
|
221
|
+
"http":{
|
|
222
|
+
"method":"POST",
|
|
223
|
+
"requestUri":"/"
|
|
224
|
+
},
|
|
225
|
+
"input":{"shape":"DisassociateFileSystemAliasesRequest"},
|
|
226
|
+
"output":{"shape":"DisassociateFileSystemAliasesResponse"},
|
|
227
|
+
"errors":[
|
|
228
|
+
{"shape":"BadRequest"},
|
|
229
|
+
{"shape":"FileSystemNotFound"},
|
|
230
|
+
{"shape":"InternalServerError"}
|
|
231
|
+
]
|
|
232
|
+
},
|
|
191
233
|
"ListTagsForResource":{
|
|
192
234
|
"name":"ListTagsForResource",
|
|
193
235
|
"http":{
|
|
@@ -317,7 +359,9 @@
|
|
|
317
359
|
"type":"string",
|
|
318
360
|
"enum":[
|
|
319
361
|
"FILE_SYSTEM_UPDATE",
|
|
320
|
-
"STORAGE_OPTIMIZATION"
|
|
362
|
+
"STORAGE_OPTIMIZATION",
|
|
363
|
+
"FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
364
|
+
"FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
|
321
365
|
]
|
|
322
366
|
},
|
|
323
367
|
"AdministrativeActions":{
|
|
@@ -325,12 +369,66 @@
|
|
|
325
369
|
"member":{"shape":"AdministrativeAction"},
|
|
326
370
|
"max":50
|
|
327
371
|
},
|
|
372
|
+
"Alias":{
|
|
373
|
+
"type":"structure",
|
|
374
|
+
"members":{
|
|
375
|
+
"Name":{"shape":"AlternateDNSName"},
|
|
376
|
+
"Lifecycle":{"shape":"AliasLifecycle"}
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"AliasLifecycle":{
|
|
380
|
+
"type":"string",
|
|
381
|
+
"enum":[
|
|
382
|
+
"AVAILABLE",
|
|
383
|
+
"CREATING",
|
|
384
|
+
"DELETING",
|
|
385
|
+
"CREATE_FAILED",
|
|
386
|
+
"DELETE_FAILED"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"Aliases":{
|
|
390
|
+
"type":"list",
|
|
391
|
+
"member":{"shape":"Alias"},
|
|
392
|
+
"max":50
|
|
393
|
+
},
|
|
394
|
+
"AlternateDNSName":{
|
|
395
|
+
"type":"string",
|
|
396
|
+
"max":253,
|
|
397
|
+
"min":4,
|
|
398
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{4,253}$"
|
|
399
|
+
},
|
|
400
|
+
"AlternateDNSNames":{
|
|
401
|
+
"type":"list",
|
|
402
|
+
"member":{"shape":"AlternateDNSName"},
|
|
403
|
+
"max":50
|
|
404
|
+
},
|
|
328
405
|
"ArchivePath":{
|
|
329
406
|
"type":"string",
|
|
330
|
-
"max":
|
|
407
|
+
"max":4357,
|
|
331
408
|
"min":3,
|
|
332
409
|
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
|
|
333
410
|
},
|
|
411
|
+
"AssociateFileSystemAliasesRequest":{
|
|
412
|
+
"type":"structure",
|
|
413
|
+
"required":[
|
|
414
|
+
"FileSystemId",
|
|
415
|
+
"Aliases"
|
|
416
|
+
],
|
|
417
|
+
"members":{
|
|
418
|
+
"ClientRequestToken":{
|
|
419
|
+
"shape":"ClientRequestToken",
|
|
420
|
+
"idempotencyToken":true
|
|
421
|
+
},
|
|
422
|
+
"FileSystemId":{"shape":"FileSystemId"},
|
|
423
|
+
"Aliases":{"shape":"AlternateDNSNames"}
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"AssociateFileSystemAliasesResponse":{
|
|
427
|
+
"type":"structure",
|
|
428
|
+
"members":{
|
|
429
|
+
"Aliases":{"shape":"Aliases"}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
334
432
|
"AutoImportPolicyType":{
|
|
335
433
|
"type":"string",
|
|
336
434
|
"enum":[
|
|
@@ -420,7 +518,8 @@
|
|
|
420
518
|
"type":"string",
|
|
421
519
|
"enum":[
|
|
422
520
|
"AUTOMATIC",
|
|
423
|
-
"USER_INITIATED"
|
|
521
|
+
"USER_INITIATED",
|
|
522
|
+
"AWS_BACKUP"
|
|
424
523
|
]
|
|
425
524
|
},
|
|
426
525
|
"Backups":{
|
|
@@ -591,7 +690,8 @@
|
|
|
591
690
|
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
|
592
691
|
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
|
593
692
|
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
|
594
|
-
"CopyTagsToBackups":{"shape":"Flag"}
|
|
693
|
+
"CopyTagsToBackups":{"shape":"Flag"},
|
|
694
|
+
"Aliases":{"shape":"AlternateDNSNames"}
|
|
595
695
|
}
|
|
596
696
|
},
|
|
597
697
|
"CreationTime":{"type":"timestamp"},
|
|
@@ -856,6 +956,26 @@
|
|
|
856
956
|
"NextToken":{"shape":"NextToken"}
|
|
857
957
|
}
|
|
858
958
|
},
|
|
959
|
+
"DescribeFileSystemAliasesRequest":{
|
|
960
|
+
"type":"structure",
|
|
961
|
+
"required":["FileSystemId"],
|
|
962
|
+
"members":{
|
|
963
|
+
"ClientRequestToken":{
|
|
964
|
+
"shape":"ClientRequestToken",
|
|
965
|
+
"idempotencyToken":true
|
|
966
|
+
},
|
|
967
|
+
"FileSystemId":{"shape":"FileSystemId"},
|
|
968
|
+
"MaxResults":{"shape":"MaxResults"},
|
|
969
|
+
"NextToken":{"shape":"NextToken"}
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
"DescribeFileSystemAliasesResponse":{
|
|
973
|
+
"type":"structure",
|
|
974
|
+
"members":{
|
|
975
|
+
"Aliases":{"shape":"Aliases"},
|
|
976
|
+
"NextToken":{"shape":"NextToken"}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
859
979
|
"DescribeFileSystemsRequest":{
|
|
860
980
|
"type":"structure",
|
|
861
981
|
"members":{
|
|
@@ -890,6 +1010,27 @@
|
|
|
890
1010
|
"min":1,
|
|
891
1011
|
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
|
|
892
1012
|
},
|
|
1013
|
+
"DisassociateFileSystemAliasesRequest":{
|
|
1014
|
+
"type":"structure",
|
|
1015
|
+
"required":[
|
|
1016
|
+
"FileSystemId",
|
|
1017
|
+
"Aliases"
|
|
1018
|
+
],
|
|
1019
|
+
"members":{
|
|
1020
|
+
"ClientRequestToken":{
|
|
1021
|
+
"shape":"ClientRequestToken",
|
|
1022
|
+
"idempotencyToken":true
|
|
1023
|
+
},
|
|
1024
|
+
"FileSystemId":{"shape":"FileSystemId"},
|
|
1025
|
+
"Aliases":{"shape":"AlternateDNSNames"}
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
"DisassociateFileSystemAliasesResponse":{
|
|
1029
|
+
"type":"structure",
|
|
1030
|
+
"members":{
|
|
1031
|
+
"Aliases":{"shape":"Aliases"}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
893
1034
|
"DnsIps":{
|
|
894
1035
|
"type":"list",
|
|
895
1036
|
"member":{"shape":"IpAddress"},
|
|
@@ -1493,7 +1634,8 @@
|
|
|
1493
1634
|
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
|
1494
1635
|
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
|
1495
1636
|
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
|
1496
|
-
"CopyTagsToBackups":{"shape":"Flag"}
|
|
1637
|
+
"CopyTagsToBackups":{"shape":"Flag"},
|
|
1638
|
+
"Aliases":{"shape":"Aliases"}
|
|
1497
1639
|
}
|
|
1498
1640
|
}
|
|
1499
1641
|
}
|