aws-sdk-core 2.11.547 → 2.11.552

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  3. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  4. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  5. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  6. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  7. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  8. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  9. data/apis/config/2014-11-12/api-2.json +12 -5
  10. data/apis/ec2/2016-11-15/api-2.json +13 -1
  11. data/apis/fms/2018-01-01/api-2.json +515 -1
  12. data/apis/frauddetector/2019-11-15/api-2.json +881 -243
  13. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  14. data/apis/fsx/2018-03-01/api-2.json +35 -2
  15. data/apis/glue/2017-03-31/api-2.json +4 -1
  16. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  17. data/apis/kendra/2019-02-03/api-2.json +38 -4
  18. data/apis/lightsail/2016-11-28/api-2.json +748 -2
  19. data/apis/macie2/2020-01-01/api-2.json +23 -2
  20. data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
  21. data/apis/medialive/2017-10-14/api-2.json +136 -51
  22. data/apis/mediapackage/2017-10-12/api-2.json +5 -4
  23. data/apis/monitoring/2010-08-01/api-2.json +6 -1
  24. data/apis/mq/2017-11-27/api-2.json +202 -0
  25. data/apis/mq/2017-11-27/paginators-1.json +8 -1
  26. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  27. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  28. data/apis/rds/2014-10-31/api-2.json +5 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +286 -34
  30. data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
  31. data/apis/workspaces/2015-04-08/api-2.json +90 -1
  32. data/endpoints.json +11 -0
  33. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +1 -1
  36. metadata +7 -2
@@ -10,11 +10,26 @@
10
10
  "output_token": "nextToken",
11
11
  "limit_key": "maxResults"
12
12
  },
13
+ "GetEntityTypes": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "GetEventTypes": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
13
23
  "GetExternalModels": {
14
24
  "input_token": "nextToken",
15
25
  "output_token": "nextToken",
16
26
  "limit_key": "maxResults"
17
27
  },
28
+ "GetLabels": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
18
33
  "GetModels": {
19
34
  "input_token": "nextToken",
20
35
  "output_token": "nextToken",
@@ -34,6 +49,11 @@
34
49
  "input_token": "nextToken",
35
50
  "output_token": "nextToken",
36
51
  "limit_key": "maxResults"
52
+ },
53
+ "ListTagsForResource": {
54
+ "input_token": "nextToken",
55
+ "output_token": "nextToken",
56
+ "limit_key": "maxResults"
37
57
  }
38
58
  }
39
59
  }
@@ -331,6 +331,14 @@
331
331
  "min":3,
332
332
  "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
333
333
  },
334
+ "AutoImportPolicyType":{
335
+ "type":"string",
336
+ "enum":[
337
+ "NONE",
338
+ "NEW",
339
+ "NEW_CHANGED"
340
+ ]
341
+ },
334
342
  "AutomaticBackupRetentionDays":{
335
343
  "type":"integer",
336
344
  "max":35,
@@ -533,6 +541,7 @@
533
541
  "ExportPath":{"shape":"ArchivePath"},
534
542
  "ImportedFileChunkSize":{"shape":"Megabytes"},
535
543
  "DeploymentType":{"shape":"LustreDeploymentType"},
544
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
536
545
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
537
546
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
538
547
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
@@ -599,11 +608,30 @@
599
608
  "DataRepositoryConfiguration":{
600
609
  "type":"structure",
601
610
  "members":{
611
+ "Lifecycle":{"shape":"DataRepositoryLifecycle"},
602
612
  "ImportPath":{"shape":"ArchivePath"},
603
613
  "ExportPath":{"shape":"ArchivePath"},
604
- "ImportedFileChunkSize":{"shape":"Megabytes"}
614
+ "ImportedFileChunkSize":{"shape":"Megabytes"},
615
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
616
+ "FailureDetails":{"shape":"DataRepositoryFailureDetails"}
617
+ }
618
+ },
619
+ "DataRepositoryFailureDetails":{
620
+ "type":"structure",
621
+ "members":{
622
+ "Message":{"shape":"ErrorMessage"}
605
623
  }
606
624
  },
625
+ "DataRepositoryLifecycle":{
626
+ "type":"string",
627
+ "enum":[
628
+ "CREATING",
629
+ "AVAILABLE",
630
+ "MISCONFIGURED",
631
+ "UPDATING",
632
+ "DELETING"
633
+ ]
634
+ },
607
635
  "DataRepositoryTask":{
608
636
  "type":"structure",
609
637
  "required":[
@@ -1298,6 +1326,10 @@
1298
1326
  "SucceededCount":{"type":"long"},
1299
1327
  "Tag":{
1300
1328
  "type":"structure",
1329
+ "required":[
1330
+ "Key",
1331
+ "Value"
1332
+ ],
1301
1333
  "members":{
1302
1334
  "Key":{"shape":"TagKey"},
1303
1335
  "Value":{"shape":"TagValue"}
@@ -1383,7 +1415,8 @@
1383
1415
  "members":{
1384
1416
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1385
1417
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1386
- "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1418
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1419
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"}
1387
1420
  }
1388
1421
  },
1389
1422
  "UpdateFileSystemRequest":{
@@ -2743,7 +2743,10 @@
2743
2743
  "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2744
2744
  "CUSTOM_JDBC_CERT_STRING",
2745
2745
  "CONNECTION_URL",
2746
- "KAFKA_BOOTSTRAP_SERVERS"
2746
+ "KAFKA_BOOTSTRAP_SERVERS",
2747
+ "KAFKA_SSL_ENABLED",
2748
+ "KAFKA_CUSTOM_CERT",
2749
+ "KAFKA_SKIP_CUSTOM_CERT_VALIDATION"
2747
2750
  ]
2748
2751
  },
2749
2752
  "ConnectionType":{
@@ -404,6 +404,12 @@
404
404
  "RADIAN"
405
405
  ]
406
406
  },
407
+ "AntennaDemodDecodeDetails":{
408
+ "type":"structure",
409
+ "members":{
410
+ "outputNode":{"shape":"String"}
411
+ }
412
+ },
407
413
  "AntennaDownlinkConfig":{
408
414
  "type":"structure",
409
415
  "required":["spectrumConfig"],
@@ -432,7 +438,8 @@
432
438
  ],
433
439
  "members":{
434
440
  "spectrumConfig":{"shape":"UplinkSpectrumConfig"},
435
- "targetEirp":{"shape":"Eirp"}
441
+ "targetEirp":{"shape":"Eirp"},
442
+ "transmitDisabled":{"shape":"Boolean"}
436
443
  }
437
444
  },
438
445
  "BandwidthUnits":{
@@ -470,6 +477,13 @@
470
477
  "uplink-echo"
471
478
  ]
472
479
  },
480
+ "ConfigDetails":{
481
+ "type":"structure",
482
+ "members":{
483
+ "antennaDemodDecodeDetails":{"shape":"AntennaDemodDecodeDetails"},
484
+ "endpointDetails":{"shape":"EndpointDetails"}
485
+ }
486
+ },
473
487
  "ConfigIdResponse":{
474
488
  "type":"structure",
475
489
  "members":{
@@ -593,6 +607,13 @@
593
607
  "REQUIRED"
594
608
  ]
595
609
  },
610
+ "DataflowDetail":{
611
+ "type":"structure",
612
+ "members":{
613
+ "destination":{"shape":"Destination"},
614
+ "source":{"shape":"Source"}
615
+ }
616
+ },
596
617
  "DataflowEdge":{
597
618
  "type":"list",
598
619
  "member":{"shape":"ConfigArn"},
@@ -607,6 +628,7 @@
607
628
  "type":"structure",
608
629
  "members":{
609
630
  "address":{"shape":"SocketAddress"},
631
+ "mtu":{"shape":"DataflowEndpointmtuInteger"},
610
632
  "name":{"shape":"SafeName"},
611
633
  "status":{"shape":"EndpointStatus"}
612
634
  }
@@ -637,6 +659,16 @@
637
659
  "dataflowEndpointGroupId":{"shape":"String"}
638
660
  }
639
661
  },
662
+ "DataflowEndpointmtuInteger":{
663
+ "type":"integer",
664
+ "box":true,
665
+ "max":1500,
666
+ "min":1400
667
+ },
668
+ "DataflowList":{
669
+ "type":"list",
670
+ "member":{"shape":"DataflowDetail"}
671
+ },
640
672
  "DecodeConfig":{
641
673
  "type":"structure",
642
674
  "required":["unvalidatedJSON"],
@@ -718,6 +750,7 @@
718
750
  "members":{
719
751
  "contactId":{"shape":"String"},
720
752
  "contactStatus":{"shape":"ContactStatus"},
753
+ "dataflowList":{"shape":"DataflowList"},
721
754
  "endTime":{"shape":"Timestamp"},
722
755
  "errorMessage":{"shape":"String"},
723
756
  "groundStation":{"shape":"String"},
@@ -731,12 +764,22 @@
731
764
  "tags":{"shape":"TagsMap"}
732
765
  }
733
766
  },
767
+ "Destination":{
768
+ "type":"structure",
769
+ "members":{
770
+ "configDetails":{"shape":"ConfigDetails"},
771
+ "configId":{"shape":"String"},
772
+ "configType":{"shape":"ConfigCapabilityType"},
773
+ "dataflowDestinationRegion":{"shape":"String"}
774
+ }
775
+ },
734
776
  "Double":{
735
777
  "type":"double",
736
778
  "box":true
737
779
  },
738
780
  "DurationInSeconds":{
739
781
  "type":"integer",
782
+ "box":true,
740
783
  "max":21600,
741
784
  "min":1
742
785
  },
@@ -1252,6 +1295,15 @@
1252
1295
  "port":{"shape":"Integer"}
1253
1296
  }
1254
1297
  },
1298
+ "Source":{
1299
+ "type":"structure",
1300
+ "members":{
1301
+ "configDetails":{"shape":"ConfigDetails"},
1302
+ "configId":{"shape":"String"},
1303
+ "configType":{"shape":"ConfigCapabilityType"},
1304
+ "dataflowSourceRegion":{"shape":"String"}
1305
+ }
1306
+ },
1255
1307
  "SpectrumConfig":{
1256
1308
  "type":"structure",
1257
1309
  "required":[
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "DataSourceInclusionsExclusionsStringsMember":{
753
753
  "type":"string",
754
- "max":50,
754
+ "max":150,
755
755
  "min":1
756
756
  },
757
757
  "DataSourceName":{
@@ -893,7 +893,8 @@
893
893
  "ConnectionConfiguration":{"shape":"ConnectionConfiguration"},
894
894
  "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
895
895
  "ColumnConfiguration":{"shape":"ColumnConfiguration"},
896
- "AclConfiguration":{"shape":"AclConfiguration"}
896
+ "AclConfiguration":{"shape":"AclConfiguration"},
897
+ "SqlConfiguration":{"shape":"SqlConfiguration"}
897
898
  }
898
899
  },
899
900
  "DatabaseEngineType":{
@@ -1551,6 +1552,13 @@
1551
1552
  "max":36,
1552
1553
  "min":1
1553
1554
  },
1555
+ "QueryIdentifiersEnclosingOption":{
1556
+ "type":"string",
1557
+ "enum":[
1558
+ "DOUBLE_QUOTES",
1559
+ "NONE"
1560
+ ]
1561
+ },
1554
1562
  "QueryRequest":{
1555
1563
  "type":"structure",
1556
1564
  "required":[
@@ -1565,7 +1573,8 @@
1565
1573
  "RequestedDocumentAttributes":{"shape":"DocumentAttributeKeyList"},
1566
1574
  "QueryResultTypeFilter":{"shape":"QueryResultType"},
1567
1575
  "PageNumber":{"shape":"Integer"},
1568
- "PageSize":{"shape":"Integer"}
1576
+ "PageSize":{"shape":"Integer"},
1577
+ "SortingConfiguration":{"shape":"SortingConfiguration"}
1569
1578
  }
1570
1579
  },
1571
1580
  "QueryResult":{
@@ -1871,7 +1880,8 @@
1871
1880
  "members":{
1872
1881
  "Facetable":{"shape":"Boolean"},
1873
1882
  "Searchable":{"shape":"Boolean"},
1874
- "Displayable":{"shape":"Boolean"}
1883
+ "Displayable":{"shape":"Boolean"},
1884
+ "Sortable":{"shape":"Boolean"}
1875
1885
  }
1876
1886
  },
1877
1887
  "SecretArn":{
@@ -1981,6 +1991,30 @@
1981
1991
  "type":"string",
1982
1992
  "enum":["SHAREPOINT_ONLINE"]
1983
1993
  },
1994
+ "SortOrder":{
1995
+ "type":"string",
1996
+ "enum":[
1997
+ "DESC",
1998
+ "ASC"
1999
+ ]
2000
+ },
2001
+ "SortingConfiguration":{
2002
+ "type":"structure",
2003
+ "required":[
2004
+ "DocumentAttributeKey",
2005
+ "SortOrder"
2006
+ ],
2007
+ "members":{
2008
+ "DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
2009
+ "SortOrder":{"shape":"SortOrder"}
2010
+ }
2011
+ },
2012
+ "SqlConfiguration":{
2013
+ "type":"structure",
2014
+ "members":{
2015
+ "QueryIdentifiersEnclosingOption":{"shape":"QueryIdentifiersEnclosingOption"}
2016
+ }
2017
+ },
1984
2018
  "StartDataSourceSyncJobRequest":{
1985
2019
  "type":"structure",
1986
2020
  "required":[
@@ -30,6 +30,23 @@
30
30
  {"shape":"UnauthenticatedException"}
31
31
  ]
32
32
  },
33
+ "AttachCertificateToDistribution":{
34
+ "name":"AttachCertificateToDistribution",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"AttachCertificateToDistributionRequest"},
40
+ "output":{"shape":"AttachCertificateToDistributionResult"},
41
+ "errors":[
42
+ {"shape":"ServiceException"},
43
+ {"shape":"InvalidInputException"},
44
+ {"shape":"NotFoundException"},
45
+ {"shape":"OperationFailureException"},
46
+ {"shape":"AccessDeniedException"},
47
+ {"shape":"UnauthenticatedException"}
48
+ ]
49
+ },
33
50
  "AttachDisk":{
34
51
  "name":"AttachDisk",
35
52
  "http":{
@@ -138,6 +155,22 @@
138
155
  {"shape":"UnauthenticatedException"}
139
156
  ]
140
157
  },
158
+ "CreateCertificate":{
159
+ "name":"CreateCertificate",
160
+ "http":{
161
+ "method":"POST",
162
+ "requestUri":"/"
163
+ },
164
+ "input":{"shape":"CreateCertificateRequest"},
165
+ "output":{"shape":"CreateCertificateResult"},
166
+ "errors":[
167
+ {"shape":"ServiceException"},
168
+ {"shape":"InvalidInputException"},
169
+ {"shape":"NotFoundException"},
170
+ {"shape":"AccessDeniedException"},
171
+ {"shape":"UnauthenticatedException"}
172
+ ]
173
+ },
141
174
  "CreateCloudFormationStack":{
142
175
  "name":"CreateCloudFormationStack",
143
176
  "http":{
@@ -227,6 +260,23 @@
227
260
  {"shape":"UnauthenticatedException"}
228
261
  ]
229
262
  },
263
+ "CreateDistribution":{
264
+ "name":"CreateDistribution",
265
+ "http":{
266
+ "method":"POST",
267
+ "requestUri":"/"
268
+ },
269
+ "input":{"shape":"CreateDistributionRequest"},
270
+ "output":{"shape":"CreateDistributionResult"},
271
+ "errors":[
272
+ {"shape":"ServiceException"},
273
+ {"shape":"InvalidInputException"},
274
+ {"shape":"NotFoundException"},
275
+ {"shape":"OperationFailureException"},
276
+ {"shape":"AccessDeniedException"},
277
+ {"shape":"UnauthenticatedException"}
278
+ ]
279
+ },
230
280
  "CreateDomain":{
231
281
  "name":"CreateDomain",
232
282
  "http":{
@@ -459,6 +509,22 @@
459
509
  {"shape":"UnauthenticatedException"}
460
510
  ]
461
511
  },
512
+ "DeleteCertificate":{
513
+ "name":"DeleteCertificate",
514
+ "http":{
515
+ "method":"POST",
516
+ "requestUri":"/"
517
+ },
518
+ "input":{"shape":"DeleteCertificateRequest"},
519
+ "output":{"shape":"DeleteCertificateResult"},
520
+ "errors":[
521
+ {"shape":"ServiceException"},
522
+ {"shape":"InvalidInputException"},
523
+ {"shape":"AccessDeniedException"},
524
+ {"shape":"NotFoundException"},
525
+ {"shape":"UnauthenticatedException"}
526
+ ]
527
+ },
462
528
  "DeleteContactMethod":{
463
529
  "name":"DeleteContactMethod",
464
530
  "http":{
@@ -512,6 +578,23 @@
512
578
  {"shape":"UnauthenticatedException"}
513
579
  ]
514
580
  },
581
+ "DeleteDistribution":{
582
+ "name":"DeleteDistribution",
583
+ "http":{
584
+ "method":"POST",
585
+ "requestUri":"/"
586
+ },
587
+ "input":{"shape":"DeleteDistributionRequest"},
588
+ "output":{"shape":"DeleteDistributionResult"},
589
+ "errors":[
590
+ {"shape":"ServiceException"},
591
+ {"shape":"InvalidInputException"},
592
+ {"shape":"NotFoundException"},
593
+ {"shape":"OperationFailureException"},
594
+ {"shape":"AccessDeniedException"},
595
+ {"shape":"UnauthenticatedException"}
596
+ ]
597
+ },
515
598
  "DeleteDomain":{
516
599
  "name":"DeleteDomain",
517
600
  "http":{
@@ -692,6 +775,23 @@
692
775
  {"shape":"UnauthenticatedException"}
693
776
  ]
694
777
  },
778
+ "DetachCertificateFromDistribution":{
779
+ "name":"DetachCertificateFromDistribution",
780
+ "http":{
781
+ "method":"POST",
782
+ "requestUri":"/"
783
+ },
784
+ "input":{"shape":"DetachCertificateFromDistributionRequest"},
785
+ "output":{"shape":"DetachCertificateFromDistributionResult"},
786
+ "errors":[
787
+ {"shape":"ServiceException"},
788
+ {"shape":"InvalidInputException"},
789
+ {"shape":"NotFoundException"},
790
+ {"shape":"OperationFailureException"},
791
+ {"shape":"AccessDeniedException"},
792
+ {"shape":"UnauthenticatedException"}
793
+ ]
794
+ },
695
795
  "DetachDisk":{
696
796
  "name":"DetachDisk",
697
797
  "http":{
@@ -904,6 +1004,22 @@
904
1004
  {"shape":"UnauthenticatedException"}
905
1005
  ]
906
1006
  },
1007
+ "GetCertificates":{
1008
+ "name":"GetCertificates",
1009
+ "http":{
1010
+ "method":"POST",
1011
+ "requestUri":"/"
1012
+ },
1013
+ "input":{"shape":"GetCertificatesRequest"},
1014
+ "output":{"shape":"GetCertificatesResult"},
1015
+ "errors":[
1016
+ {"shape":"ServiceException"},
1017
+ {"shape":"InvalidInputException"},
1018
+ {"shape":"NotFoundException"},
1019
+ {"shape":"AccessDeniedException"},
1020
+ {"shape":"UnauthenticatedException"}
1021
+ ]
1022
+ },
907
1023
  "GetCloudFormationStackRecords":{
908
1024
  "name":"GetCloudFormationStackRecords",
909
1025
  "http":{
@@ -1011,6 +1127,74 @@
1011
1127
  {"shape":"UnauthenticatedException"}
1012
1128
  ]
1013
1129
  },
1130
+ "GetDistributionBundles":{
1131
+ "name":"GetDistributionBundles",
1132
+ "http":{
1133
+ "method":"POST",
1134
+ "requestUri":"/"
1135
+ },
1136
+ "input":{"shape":"GetDistributionBundlesRequest"},
1137
+ "output":{"shape":"GetDistributionBundlesResult"},
1138
+ "errors":[
1139
+ {"shape":"ServiceException"},
1140
+ {"shape":"InvalidInputException"},
1141
+ {"shape":"NotFoundException"},
1142
+ {"shape":"OperationFailureException"},
1143
+ {"shape":"AccessDeniedException"},
1144
+ {"shape":"UnauthenticatedException"}
1145
+ ]
1146
+ },
1147
+ "GetDistributionLatestCacheReset":{
1148
+ "name":"GetDistributionLatestCacheReset",
1149
+ "http":{
1150
+ "method":"POST",
1151
+ "requestUri":"/"
1152
+ },
1153
+ "input":{"shape":"GetDistributionLatestCacheResetRequest"},
1154
+ "output":{"shape":"GetDistributionLatestCacheResetResult"},
1155
+ "errors":[
1156
+ {"shape":"ServiceException"},
1157
+ {"shape":"InvalidInputException"},
1158
+ {"shape":"NotFoundException"},
1159
+ {"shape":"OperationFailureException"},
1160
+ {"shape":"AccessDeniedException"},
1161
+ {"shape":"UnauthenticatedException"}
1162
+ ]
1163
+ },
1164
+ "GetDistributionMetricData":{
1165
+ "name":"GetDistributionMetricData",
1166
+ "http":{
1167
+ "method":"POST",
1168
+ "requestUri":"/"
1169
+ },
1170
+ "input":{"shape":"GetDistributionMetricDataRequest"},
1171
+ "output":{"shape":"GetDistributionMetricDataResult"},
1172
+ "errors":[
1173
+ {"shape":"ServiceException"},
1174
+ {"shape":"InvalidInputException"},
1175
+ {"shape":"NotFoundException"},
1176
+ {"shape":"OperationFailureException"},
1177
+ {"shape":"AccessDeniedException"},
1178
+ {"shape":"UnauthenticatedException"}
1179
+ ]
1180
+ },
1181
+ "GetDistributions":{
1182
+ "name":"GetDistributions",
1183
+ "http":{
1184
+ "method":"POST",
1185
+ "requestUri":"/"
1186
+ },
1187
+ "input":{"shape":"GetDistributionsRequest"},
1188
+ "output":{"shape":"GetDistributionsResult"},
1189
+ "errors":[
1190
+ {"shape":"ServiceException"},
1191
+ {"shape":"InvalidInputException"},
1192
+ {"shape":"NotFoundException"},
1193
+ {"shape":"OperationFailureException"},
1194
+ {"shape":"AccessDeniedException"},
1195
+ {"shape":"UnauthenticatedException"}
1196
+ ]
1197
+ },
1014
1198
  "GetDomain":{
1015
1199
  "name":"GetDomain",
1016
1200
  "http":{
@@ -1802,6 +1986,23 @@
1802
1986
  {"shape":"UnauthenticatedException"}
1803
1987
  ]
1804
1988
  },
1989
+ "ResetDistributionCache":{
1990
+ "name":"ResetDistributionCache",
1991
+ "http":{
1992
+ "method":"POST",
1993
+ "requestUri":"/"
1994
+ },
1995
+ "input":{"shape":"ResetDistributionCacheRequest"},
1996
+ "output":{"shape":"ResetDistributionCacheResult"},
1997
+ "errors":[
1998
+ {"shape":"ServiceException"},
1999
+ {"shape":"InvalidInputException"},
2000
+ {"shape":"NotFoundException"},
2001
+ {"shape":"OperationFailureException"},
2002
+ {"shape":"AccessDeniedException"},
2003
+ {"shape":"UnauthenticatedException"}
2004
+ ]
2005
+ },
1805
2006
  "SendContactMethodVerification":{
1806
2007
  "name":"SendContactMethodVerification",
1807
2008
  "http":{
@@ -1962,6 +2163,40 @@
1962
2163
  {"shape":"UnauthenticatedException"}
1963
2164
  ]
1964
2165
  },
2166
+ "UpdateDistribution":{
2167
+ "name":"UpdateDistribution",
2168
+ "http":{
2169
+ "method":"POST",
2170
+ "requestUri":"/"
2171
+ },
2172
+ "input":{"shape":"UpdateDistributionRequest"},
2173
+ "output":{"shape":"UpdateDistributionResult"},
2174
+ "errors":[
2175
+ {"shape":"ServiceException"},
2176
+ {"shape":"InvalidInputException"},
2177
+ {"shape":"NotFoundException"},
2178
+ {"shape":"OperationFailureException"},
2179
+ {"shape":"AccessDeniedException"},
2180
+ {"shape":"UnauthenticatedException"}
2181
+ ]
2182
+ },
2183
+ "UpdateDistributionBundle":{
2184
+ "name":"UpdateDistributionBundle",
2185
+ "http":{
2186
+ "method":"POST",
2187
+ "requestUri":"/"
2188
+ },
2189
+ "input":{"shape":"UpdateDistributionBundleRequest"},
2190
+ "output":{"shape":"UpdateDistributionBundleResult"},
2191
+ "errors":[
2192
+ {"shape":"ServiceException"},
2193
+ {"shape":"InvalidInputException"},
2194
+ {"shape":"NotFoundException"},
2195
+ {"shape":"OperationFailureException"},
2196
+ {"shape":"AccessDeniedException"},
2197
+ {"shape":"UnauthenticatedException"}
2198
+ ]
2199
+ },
1965
2200
  "UpdateDomainEntry":{
1966
2201
  "name":"UpdateDomainEntry",
1967
2202
  "http":{
@@ -2142,6 +2377,23 @@
2142
2377
  "operations":{"shape":"OperationList"}
2143
2378
  }
2144
2379
  },
2380
+ "AttachCertificateToDistributionRequest":{
2381
+ "type":"structure",
2382
+ "required":[
2383
+ "distributionName",
2384
+ "certificateName"
2385
+ ],
2386
+ "members":{
2387
+ "distributionName":{"shape":"ResourceName"},
2388
+ "certificateName":{"shape":"ResourceName"}
2389
+ }
2390
+ },
2391
+ "AttachCertificateToDistributionResult":{
2392
+ "type":"structure",
2393
+ "members":{
2394
+ "operation":{"shape":"Operation"}
2395
+ }
2396
+ },
2145
2397
  "AttachDiskRequest":{
2146
2398
  "type":"structure",
2147
2399
  "required":[
@@ -2272,6 +2524,13 @@
2272
2524
  "member":{"shape":"AvailabilityZone"}
2273
2525
  },
2274
2526
  "Base64":{"type":"string"},
2527
+ "BehaviorEnum":{
2528
+ "type":"string",
2529
+ "enum":[
2530
+ "dont-cache",
2531
+ "cache"
2532
+ ]
2533
+ },
2275
2534
  "Blueprint":{
2276
2535
  "type":"structure",
2277
2536
  "members":{
@@ -2320,6 +2579,93 @@
2320
2579
  "type":"list",
2321
2580
  "member":{"shape":"Bundle"}
2322
2581
  },
2582
+ "CacheBehavior":{
2583
+ "type":"structure",
2584
+ "members":{
2585
+ "behavior":{"shape":"BehaviorEnum"}
2586
+ }
2587
+ },
2588
+ "CacheBehaviorList":{
2589
+ "type":"list",
2590
+ "member":{"shape":"CacheBehaviorPerPath"}
2591
+ },
2592
+ "CacheBehaviorPerPath":{
2593
+ "type":"structure",
2594
+ "members":{
2595
+ "path":{"shape":"string"},
2596
+ "behavior":{"shape":"BehaviorEnum"}
2597
+ }
2598
+ },
2599
+ "CacheSettings":{
2600
+ "type":"structure",
2601
+ "members":{
2602
+ "defaultTTL":{"shape":"long"},
2603
+ "minimumTTL":{"shape":"long"},
2604
+ "maximumTTL":{"shape":"long"},
2605
+ "allowedHTTPMethods":{"shape":"NonEmptyString"},
2606
+ "cachedHTTPMethods":{"shape":"NonEmptyString"},
2607
+ "forwardedCookies":{"shape":"CookieObject"},
2608
+ "forwardedHeaders":{"shape":"HeaderObject"},
2609
+ "forwardedQueryStrings":{"shape":"QueryStringObject"}
2610
+ }
2611
+ },
2612
+ "Certificate":{
2613
+ "type":"structure",
2614
+ "members":{
2615
+ "arn":{"shape":"NonEmptyString"},
2616
+ "name":{"shape":"CertificateName"},
2617
+ "domainName":{"shape":"DomainName"},
2618
+ "status":{"shape":"CertificateStatus"},
2619
+ "serialNumber":{"shape":"SerialNumber"},
2620
+ "subjectAlternativeNames":{"shape":"SubjectAlternativeNameList"},
2621
+ "domainValidationRecords":{"shape":"DomainValidationRecordList"},
2622
+ "requestFailureReason":{"shape":"RequestFailureReason"},
2623
+ "inUseResourceCount":{"shape":"InUseResourceCount"},
2624
+ "keyAlgorithm":{"shape":"KeyAlgorithm"},
2625
+ "createdAt":{"shape":"IsoDate"},
2626
+ "issuedAt":{"shape":"IsoDate"},
2627
+ "issuerCA":{"shape":"IssuerCA"},
2628
+ "notBefore":{"shape":"IsoDate"},
2629
+ "notAfter":{"shape":"IsoDate"},
2630
+ "eligibleToRenew":{"shape":"EligibleToRenew"},
2631
+ "renewalSummary":{"shape":"RenewalSummary"},
2632
+ "revokedAt":{"shape":"IsoDate"},
2633
+ "revocationReason":{"shape":"RevocationReason"},
2634
+ "tags":{"shape":"TagList"},
2635
+ "supportCode":{"shape":"string"}
2636
+ }
2637
+ },
2638
+ "CertificateName":{"type":"string"},
2639
+ "CertificateStatus":{
2640
+ "type":"string",
2641
+ "enum":[
2642
+ "PENDING_VALIDATION",
2643
+ "ISSUED",
2644
+ "INACTIVE",
2645
+ "EXPIRED",
2646
+ "VALIDATION_TIMED_OUT",
2647
+ "REVOKED",
2648
+ "FAILED"
2649
+ ]
2650
+ },
2651
+ "CertificateStatusList":{
2652
+ "type":"list",
2653
+ "member":{"shape":"CertificateStatus"}
2654
+ },
2655
+ "CertificateSummary":{
2656
+ "type":"structure",
2657
+ "members":{
2658
+ "certificateArn":{"shape":"NonEmptyString"},
2659
+ "certificateName":{"shape":"CertificateName"},
2660
+ "domainName":{"shape":"DomainName"},
2661
+ "certificateDetail":{"shape":"Certificate"},
2662
+ "tags":{"shape":"TagList"}
2663
+ }
2664
+ },
2665
+ "CertificateSummaryList":{
2666
+ "type":"list",
2667
+ "member":{"shape":"CertificateSummary"}
2668
+ },
2323
2669
  "CloseInstancePublicPortsRequest":{
2324
2670
  "type":"structure",
2325
2671
  "required":[
@@ -2420,6 +2766,13 @@
2420
2766
  "type":"list",
2421
2767
  "member":{"shape":"ContactProtocol"}
2422
2768
  },
2769
+ "CookieObject":{
2770
+ "type":"structure",
2771
+ "members":{
2772
+ "option":{"shape":"ForwardValues"},
2773
+ "cookiesAllowList":{"shape":"StringList"}
2774
+ }
2775
+ },
2423
2776
  "CopySnapshotRequest":{
2424
2777
  "type":"structure",
2425
2778
  "required":[
@@ -2441,6 +2794,26 @@
2441
2794
  "operations":{"shape":"OperationList"}
2442
2795
  }
2443
2796
  },
2797
+ "CreateCertificateRequest":{
2798
+ "type":"structure",
2799
+ "required":[
2800
+ "certificateName",
2801
+ "domainName"
2802
+ ],
2803
+ "members":{
2804
+ "certificateName":{"shape":"CertificateName"},
2805
+ "domainName":{"shape":"DomainName"},
2806
+ "subjectAlternativeNames":{"shape":"SubjectAlternativeNameList"},
2807
+ "tags":{"shape":"TagList"}
2808
+ }
2809
+ },
2810
+ "CreateCertificateResult":{
2811
+ "type":"structure",
2812
+ "members":{
2813
+ "certificate":{"shape":"CertificateSummary"},
2814
+ "operations":{"shape":"OperationList"}
2815
+ }
2816
+ },
2444
2817
  "CreateCloudFormationStackRequest":{
2445
2818
  "type":"structure",
2446
2819
  "required":["instances"],
@@ -2533,6 +2906,31 @@
2533
2906
  "operations":{"shape":"OperationList"}
2534
2907
  }
2535
2908
  },
2909
+ "CreateDistributionRequest":{
2910
+ "type":"structure",
2911
+ "required":[
2912
+ "distributionName",
2913
+ "origin",
2914
+ "defaultCacheBehavior",
2915
+ "bundleId"
2916
+ ],
2917
+ "members":{
2918
+ "distributionName":{"shape":"ResourceName"},
2919
+ "origin":{"shape":"InputOrigin"},
2920
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
2921
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
2922
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
2923
+ "bundleId":{"shape":"string"},
2924
+ "tags":{"shape":"TagList"}
2925
+ }
2926
+ },
2927
+ "CreateDistributionResult":{
2928
+ "type":"structure",
2929
+ "members":{
2930
+ "distribution":{"shape":"LightsailDistribution"},
2931
+ "operation":{"shape":"Operation"}
2932
+ }
2933
+ },
2536
2934
  "CreateDomainEntryRequest":{
2537
2935
  "type":"structure",
2538
2936
  "required":[
@@ -2797,6 +3195,19 @@
2797
3195
  "operations":{"shape":"OperationList"}
2798
3196
  }
2799
3197
  },
3198
+ "DeleteCertificateRequest":{
3199
+ "type":"structure",
3200
+ "required":["certificateName"],
3201
+ "members":{
3202
+ "certificateName":{"shape":"CertificateName"}
3203
+ }
3204
+ },
3205
+ "DeleteCertificateResult":{
3206
+ "type":"structure",
3207
+ "members":{
3208
+ "operations":{"shape":"OperationList"}
3209
+ }
3210
+ },
2800
3211
  "DeleteContactMethodRequest":{
2801
3212
  "type":"structure",
2802
3213
  "required":["protocol"],
@@ -2837,6 +3248,18 @@
2837
3248
  "operations":{"shape":"OperationList"}
2838
3249
  }
2839
3250
  },
3251
+ "DeleteDistributionRequest":{
3252
+ "type":"structure",
3253
+ "members":{
3254
+ "distributionName":{"shape":"ResourceName"}
3255
+ }
3256
+ },
3257
+ "DeleteDistributionResult":{
3258
+ "type":"structure",
3259
+ "members":{
3260
+ "operation":{"shape":"Operation"}
3261
+ }
3262
+ },
2840
3263
  "DeleteDomainEntryRequest":{
2841
3264
  "type":"structure",
2842
3265
  "required":[
@@ -2986,6 +3409,19 @@
2986
3409
  "service":{"shape":"NonEmptyString"}
2987
3410
  }
2988
3411
  },
3412
+ "DetachCertificateFromDistributionRequest":{
3413
+ "type":"structure",
3414
+ "required":["distributionName"],
3415
+ "members":{
3416
+ "distributionName":{"shape":"ResourceName"}
3417
+ }
3418
+ },
3419
+ "DetachCertificateFromDistributionResult":{
3420
+ "type":"structure",
3421
+ "members":{
3422
+ "operation":{"shape":"Operation"}
3423
+ }
3424
+ },
2989
3425
  "DetachDiskRequest":{
2990
3426
  "type":"structure",
2991
3427
  "required":["diskName"],
@@ -3151,6 +3587,35 @@
3151
3587
  "unknown"
3152
3588
  ]
3153
3589
  },
3590
+ "DistributionBundle":{
3591
+ "type":"structure",
3592
+ "members":{
3593
+ "bundleId":{"shape":"string"},
3594
+ "name":{"shape":"string"},
3595
+ "price":{"shape":"float"},
3596
+ "transferPerMonthInGb":{"shape":"integer"},
3597
+ "isActive":{"shape":"boolean"}
3598
+ }
3599
+ },
3600
+ "DistributionBundleList":{
3601
+ "type":"list",
3602
+ "member":{"shape":"DistributionBundle"}
3603
+ },
3604
+ "DistributionList":{
3605
+ "type":"list",
3606
+ "member":{"shape":"LightsailDistribution"}
3607
+ },
3608
+ "DistributionMetricName":{
3609
+ "type":"string",
3610
+ "enum":[
3611
+ "Requests",
3612
+ "BytesDownloaded",
3613
+ "BytesUploaded",
3614
+ "TotalErrorRate",
3615
+ "Http4xxErrorRate",
3616
+ "Http5xxErrorRate"
3617
+ ]
3618
+ },
3154
3619
  "Domain":{
3155
3620
  "type":"structure",
3156
3621
  "members":{
@@ -3198,6 +3663,17 @@
3198
3663
  "type":"list",
3199
3664
  "member":{"shape":"DomainName"}
3200
3665
  },
3666
+ "DomainValidationRecord":{
3667
+ "type":"structure",
3668
+ "members":{
3669
+ "domainName":{"shape":"DomainName"},
3670
+ "resourceRecord":{"shape":"ResourceRecord"}
3671
+ }
3672
+ },
3673
+ "DomainValidationRecordList":{
3674
+ "type":"list",
3675
+ "member":{"shape":"DomainValidationRecord"}
3676
+ },
3201
3677
  "DownloadDefaultKeyPairRequest":{
3202
3678
  "type":"structure",
3203
3679
  "members":{
@@ -3210,6 +3686,7 @@
3210
3686
  "privateKeyBase64":{"shape":"Base64"}
3211
3687
  }
3212
3688
  },
3689
+ "EligibleToRenew":{"type":"string"},
3213
3690
  "EnableAddOnRequest":{
3214
3691
  "type":"structure",
3215
3692
  "required":[
@@ -3277,6 +3754,14 @@
3277
3754
  "operations":{"shape":"OperationList"}
3278
3755
  }
3279
3756
  },
3757
+ "ForwardValues":{
3758
+ "type":"string",
3759
+ "enum":[
3760
+ "none",
3761
+ "allow-list",
3762
+ "all"
3763
+ ]
3764
+ },
3280
3765
  "GetActiveNamesRequest":{
3281
3766
  "type":"structure",
3282
3767
  "members":{
@@ -3348,6 +3833,20 @@
3348
3833
  "nextPageToken":{"shape":"string"}
3349
3834
  }
3350
3835
  },
3836
+ "GetCertificatesRequest":{
3837
+ "type":"structure",
3838
+ "members":{
3839
+ "certificateStatuses":{"shape":"CertificateStatusList"},
3840
+ "includeCertificateDetails":{"shape":"IncludeCertificateDetails"},
3841
+ "certificateName":{"shape":"CertificateName"}
3842
+ }
3843
+ },
3844
+ "GetCertificatesResult":{
3845
+ "type":"structure",
3846
+ "members":{
3847
+ "certificates":{"shape":"CertificateSummaryList"}
3848
+ }
3849
+ },
3351
3850
  "GetCloudFormationStackRecordsRequest":{
3352
3851
  "type":"structure",
3353
3852
  "members":{
@@ -3425,6 +3924,72 @@
3425
3924
  "nextPageToken":{"shape":"string"}
3426
3925
  }
3427
3926
  },
3927
+ "GetDistributionBundlesRequest":{
3928
+ "type":"structure",
3929
+ "members":{
3930
+ }
3931
+ },
3932
+ "GetDistributionBundlesResult":{
3933
+ "type":"structure",
3934
+ "members":{
3935
+ "bundles":{"shape":"DistributionBundleList"}
3936
+ }
3937
+ },
3938
+ "GetDistributionLatestCacheResetRequest":{
3939
+ "type":"structure",
3940
+ "members":{
3941
+ "distributionName":{"shape":"ResourceName"}
3942
+ }
3943
+ },
3944
+ "GetDistributionLatestCacheResetResult":{
3945
+ "type":"structure",
3946
+ "members":{
3947
+ "status":{"shape":"string"},
3948
+ "createTime":{"shape":"IsoDate"}
3949
+ }
3950
+ },
3951
+ "GetDistributionMetricDataRequest":{
3952
+ "type":"structure",
3953
+ "required":[
3954
+ "distributionName",
3955
+ "metricName",
3956
+ "startTime",
3957
+ "endTime",
3958
+ "period",
3959
+ "unit",
3960
+ "statistics"
3961
+ ],
3962
+ "members":{
3963
+ "distributionName":{"shape":"ResourceName"},
3964
+ "metricName":{"shape":"DistributionMetricName"},
3965
+ "startTime":{"shape":"timestamp"},
3966
+ "endTime":{"shape":"timestamp"},
3967
+ "period":{"shape":"MetricPeriod"},
3968
+ "unit":{"shape":"MetricUnit"},
3969
+ "statistics":{"shape":"MetricStatisticList"}
3970
+ }
3971
+ },
3972
+ "GetDistributionMetricDataResult":{
3973
+ "type":"structure",
3974
+ "members":{
3975
+ "metricName":{"shape":"DistributionMetricName"},
3976
+ "metricData":{"shape":"MetricDatapointList"}
3977
+ }
3978
+ },
3979
+ "GetDistributionsRequest":{
3980
+ "type":"structure",
3981
+ "members":{
3982
+ "distributionName":{"shape":"ResourceName"},
3983
+ "pageToken":{"shape":"string"}
3984
+ }
3985
+ },
3986
+ "GetDistributionsResult":{
3987
+ "type":"structure",
3988
+ "members":{
3989
+ "distributions":{"shape":"DistributionList"},
3990
+ "nextPageToken":{"shape":"string"}
3991
+ }
3992
+ },
3428
3993
  "GetDomainRequest":{
3429
3994
  "type":"structure",
3430
3995
  "required":["domainName"],
@@ -3949,6 +4514,37 @@
3949
4514
  "nextPageToken":{"shape":"string"}
3950
4515
  }
3951
4516
  },
4517
+ "HeaderEnum":{
4518
+ "type":"string",
4519
+ "enum":[
4520
+ "Accept",
4521
+ "Accept-Charset",
4522
+ "Accept-Datetime",
4523
+ "Accept-Encoding",
4524
+ "Accept-Language",
4525
+ "Authorization",
4526
+ "CloudFront-Forwarded-Proto",
4527
+ "CloudFront-Is-Desktop-Viewer",
4528
+ "CloudFront-Is-Mobile-Viewer",
4529
+ "CloudFront-Is-SmartTV-Viewer",
4530
+ "CloudFront-Is-Tablet-Viewer",
4531
+ "CloudFront-Viewer-Country",
4532
+ "Host",
4533
+ "Origin",
4534
+ "Referer"
4535
+ ]
4536
+ },
4537
+ "HeaderForwardList":{
4538
+ "type":"list",
4539
+ "member":{"shape":"HeaderEnum"}
4540
+ },
4541
+ "HeaderObject":{
4542
+ "type":"structure",
4543
+ "members":{
4544
+ "option":{"shape":"ForwardValues"},
4545
+ "headersAllowList":{"shape":"HeaderForwardList"}
4546
+ }
4547
+ },
3952
4548
  "HostKeyAttributes":{
3953
4549
  "type":"structure",
3954
4550
  "members":{
@@ -3982,6 +4578,16 @@
3982
4578
  "operation":{"shape":"Operation"}
3983
4579
  }
3984
4580
  },
4581
+ "InUseResourceCount":{"type":"integer"},
4582
+ "IncludeCertificateDetails":{"type":"boolean"},
4583
+ "InputOrigin":{
4584
+ "type":"structure",
4585
+ "members":{
4586
+ "name":{"shape":"ResourceName"},
4587
+ "regionName":{"shape":"RegionName"},
4588
+ "protocolPolicy":{"shape":"OriginProtocolPolicyEnum"}
4589
+ }
4590
+ },
3985
4591
  "Instance":{
3986
4592
  "type":"structure",
3987
4593
  "members":{
@@ -4242,6 +4848,8 @@
4242
4848
  }
4243
4849
  },
4244
4850
  "IsoDate":{"type":"timestamp"},
4851
+ "IssuerCA":{"type":"string"},
4852
+ "KeyAlgorithm":{"type":"string"},
4245
4853
  "KeyPair":{
4246
4854
  "type":"structure",
4247
4855
  "members":{
@@ -4259,6 +4867,30 @@
4259
4867
  "type":"list",
4260
4868
  "member":{"shape":"KeyPair"}
4261
4869
  },
4870
+ "LightsailDistribution":{
4871
+ "type":"structure",
4872
+ "members":{
4873
+ "name":{"shape":"ResourceName"},
4874
+ "arn":{"shape":"NonEmptyString"},
4875
+ "supportCode":{"shape":"string"},
4876
+ "createdAt":{"shape":"IsoDate"},
4877
+ "location":{"shape":"ResourceLocation"},
4878
+ "resourceType":{"shape":"ResourceType"},
4879
+ "alternativeDomainNames":{"shape":"StringList"},
4880
+ "status":{"shape":"string"},
4881
+ "isEnabled":{"shape":"boolean"},
4882
+ "domainName":{"shape":"string"},
4883
+ "bundleId":{"shape":"string"},
4884
+ "certificateName":{"shape":"ResourceName"},
4885
+ "origin":{"shape":"Origin"},
4886
+ "originPublicDNS":{"shape":"string"},
4887
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
4888
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
4889
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
4890
+ "ableToUpdateBundle":{"shape":"boolean"},
4891
+ "tags":{"shape":"TagList"}
4892
+ }
4893
+ },
4262
4894
  "LoadBalancer":{
4263
4895
  "type":"structure",
4264
4896
  "members":{
@@ -4727,7 +5359,32 @@
4727
5359
  "CreateContactMethod",
4728
5360
  "GetContactMethods",
4729
5361
  "SendContactMethodVerification",
4730
- "DeleteContactMethod"
5362
+ "DeleteContactMethod",
5363
+ "CreateDistribution",
5364
+ "UpdateDistribution",
5365
+ "DeleteDistribution",
5366
+ "ResetDistributionCache",
5367
+ "AttachCertificateToDistribution",
5368
+ "DetachCertificateFromDistribution",
5369
+ "UpdateDistributionBundle",
5370
+ "CreateCertificate",
5371
+ "DeleteCertificate"
5372
+ ]
5373
+ },
5374
+ "Origin":{
5375
+ "type":"structure",
5376
+ "members":{
5377
+ "name":{"shape":"ResourceName"},
5378
+ "resourceType":{"shape":"ResourceType"},
5379
+ "regionName":{"shape":"RegionName"},
5380
+ "protocolPolicy":{"shape":"OriginProtocolPolicyEnum"}
5381
+ }
5382
+ },
5383
+ "OriginProtocolPolicyEnum":{
5384
+ "type":"string",
5385
+ "enum":[
5386
+ "http-only",
5387
+ "https-only"
4731
5388
  ]
4732
5389
  },
4733
5390
  "PasswordData":{
@@ -4861,6 +5518,13 @@
4861
5518
  "operation":{"shape":"Operation"}
4862
5519
  }
4863
5520
  },
5521
+ "QueryStringObject":{
5522
+ "type":"structure",
5523
+ "members":{
5524
+ "option":{"shape":"boolean"},
5525
+ "queryStringsAllowList":{"shape":"StringList"}
5526
+ }
5527
+ },
4864
5528
  "RebootInstanceRequest":{
4865
5529
  "type":"structure",
4866
5530
  "required":["instanceName"],
@@ -5102,6 +5766,40 @@
5102
5766
  "operations":{"shape":"OperationList"}
5103
5767
  }
5104
5768
  },
5769
+ "RenewalStatus":{
5770
+ "type":"string",
5771
+ "enum":[
5772
+ "PendingAutoRenewal",
5773
+ "PendingValidation",
5774
+ "Success",
5775
+ "Failed"
5776
+ ]
5777
+ },
5778
+ "RenewalStatusReason":{"type":"string"},
5779
+ "RenewalSummary":{
5780
+ "type":"structure",
5781
+ "members":{
5782
+ "domainValidationRecords":{"shape":"DomainValidationRecordList"},
5783
+ "renewalStatus":{"shape":"RenewalStatus"},
5784
+ "renewalStatusReason":{"shape":"RenewalStatusReason"},
5785
+ "updatedAt":{"shape":"IsoDate"}
5786
+ }
5787
+ },
5788
+ "RequestFailureReason":{"type":"string"},
5789
+ "ResetDistributionCacheRequest":{
5790
+ "type":"structure",
5791
+ "members":{
5792
+ "distributionName":{"shape":"ResourceName"}
5793
+ }
5794
+ },
5795
+ "ResetDistributionCacheResult":{
5796
+ "type":"structure",
5797
+ "members":{
5798
+ "status":{"shape":"string"},
5799
+ "createTime":{"shape":"IsoDate"},
5800
+ "operation":{"shape":"Operation"}
5801
+ }
5802
+ },
5105
5803
  "ResourceArn":{
5106
5804
  "type":"string",
5107
5805
  "pattern":"^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$"
@@ -5121,6 +5819,14 @@
5121
5819
  "type":"list",
5122
5820
  "member":{"shape":"ResourceName"}
5123
5821
  },
5822
+ "ResourceRecord":{
5823
+ "type":"structure",
5824
+ "members":{
5825
+ "name":{"shape":"string"},
5826
+ "type":{"shape":"string"},
5827
+ "value":{"shape":"string"}
5828
+ }
5829
+ },
5124
5830
  "ResourceType":{
5125
5831
  "type":"string",
5126
5832
  "enum":[
@@ -5139,9 +5845,12 @@
5139
5845
  "ExportSnapshotRecord",
5140
5846
  "CloudFormationStackRecord",
5141
5847
  "Alarm",
5142
- "ContactMethod"
5848
+ "ContactMethod",
5849
+ "Distribution",
5850
+ "Certificate"
5143
5851
  ]
5144
5852
  },
5853
+ "RevocationReason":{"type":"string"},
5145
5854
  "SendContactMethodVerificationRequest":{
5146
5855
  "type":"structure",
5147
5856
  "required":["protocol"],
@@ -5159,6 +5868,7 @@
5159
5868
  "type":"string",
5160
5869
  "sensitive":true
5161
5870
  },
5871
+ "SerialNumber":{"type":"string"},
5162
5872
  "ServiceException":{
5163
5873
  "type":"structure",
5164
5874
  "members":{
@@ -5251,6 +5961,10 @@
5251
5961
  "max":256,
5252
5962
  "min":1
5253
5963
  },
5964
+ "SubjectAlternativeNameList":{
5965
+ "type":"list",
5966
+ "member":{"shape":"DomainName"}
5967
+ },
5254
5968
  "Tag":{
5255
5969
  "type":"structure",
5256
5970
  "members":{
@@ -5355,6 +6069,37 @@
5355
6069
  "operations":{"shape":"OperationList"}
5356
6070
  }
5357
6071
  },
6072
+ "UpdateDistributionBundleRequest":{
6073
+ "type":"structure",
6074
+ "members":{
6075
+ "distributionName":{"shape":"ResourceName"},
6076
+ "bundleId":{"shape":"string"}
6077
+ }
6078
+ },
6079
+ "UpdateDistributionBundleResult":{
6080
+ "type":"structure",
6081
+ "members":{
6082
+ "operation":{"shape":"Operation"}
6083
+ }
6084
+ },
6085
+ "UpdateDistributionRequest":{
6086
+ "type":"structure",
6087
+ "required":["distributionName"],
6088
+ "members":{
6089
+ "distributionName":{"shape":"ResourceName"},
6090
+ "origin":{"shape":"InputOrigin"},
6091
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
6092
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
6093
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
6094
+ "isEnabled":{"shape":"boolean"}
6095
+ }
6096
+ },
6097
+ "UpdateDistributionResult":{
6098
+ "type":"structure",
6099
+ "members":{
6100
+ "operation":{"shape":"Operation"}
6101
+ }
6102
+ },
5358
6103
  "UpdateDomainEntryRequest":{
5359
6104
  "type":"structure",
5360
6105
  "required":[
@@ -5434,6 +6179,7 @@
5434
6179
  "double":{"type":"double"},
5435
6180
  "float":{"type":"float"},
5436
6181
  "integer":{"type":"integer"},
6182
+ "long":{"type":"long"},
5437
6183
  "string":{"type":"string"},
5438
6184
  "timestamp":{"type":"timestamp"}
5439
6185
  }