aws-sdk-core 2.11.549 → 2.11.554

Sign up to get free protection for your applications and to get access to all the features.
@@ -1539,6 +1539,23 @@
1539
1539
  {"shape":"OperationTimeoutException"}
1540
1540
  ]
1541
1541
  },
1542
+ "ResumeWorkflowRun":{
1543
+ "name":"ResumeWorkflowRun",
1544
+ "http":{
1545
+ "method":"POST",
1546
+ "requestUri":"/"
1547
+ },
1548
+ "input":{"shape":"ResumeWorkflowRunRequest"},
1549
+ "output":{"shape":"ResumeWorkflowRunResponse"},
1550
+ "errors":[
1551
+ {"shape":"InvalidInputException"},
1552
+ {"shape":"EntityNotFoundException"},
1553
+ {"shape":"InternalServiceException"},
1554
+ {"shape":"OperationTimeoutException"},
1555
+ {"shape":"ConcurrentRunsExceededException"},
1556
+ {"shape":"IllegalWorkflowStateException"}
1557
+ ]
1558
+ },
1542
1559
  "SearchTables":{
1543
1560
  "name":"SearchTables",
1544
1561
  "http":{
@@ -2743,7 +2760,10 @@
2743
2760
  "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2744
2761
  "CUSTOM_JDBC_CERT_STRING",
2745
2762
  "CONNECTION_URL",
2746
- "KAFKA_BOOTSTRAP_SERVERS"
2763
+ "KAFKA_BOOTSTRAP_SERVERS",
2764
+ "KAFKA_SSL_ENABLED",
2765
+ "KAFKA_CUSTOM_CERT",
2766
+ "KAFKA_SKIP_CUSTOM_CERT_VALIDATION"
2747
2767
  ]
2748
2768
  },
2749
2769
  "ConnectionType":{
@@ -5264,6 +5284,10 @@
5264
5284
  "CrawlerDetails":{"shape":"CrawlerNodeDetails"}
5265
5285
  }
5266
5286
  },
5287
+ "NodeIdList":{
5288
+ "type":"list",
5289
+ "member":{"shape":"NameString"}
5290
+ },
5267
5291
  "NodeList":{
5268
5292
  "type":"list",
5269
5293
  "member":{"shape":"Node"}
@@ -5604,6 +5628,26 @@
5604
5628
  "max":1000,
5605
5629
  "min":0
5606
5630
  },
5631
+ "ResumeWorkflowRunRequest":{
5632
+ "type":"structure",
5633
+ "required":[
5634
+ "Name",
5635
+ "RunId",
5636
+ "NodeIds"
5637
+ ],
5638
+ "members":{
5639
+ "Name":{"shape":"NameString"},
5640
+ "RunId":{"shape":"IdString"},
5641
+ "NodeIds":{"shape":"NodeIdList"}
5642
+ }
5643
+ },
5644
+ "ResumeWorkflowRunResponse":{
5645
+ "type":"structure",
5646
+ "members":{
5647
+ "RunId":{"shape":"IdString"},
5648
+ "NodeIds":{"shape":"NodeIdList"}
5649
+ }
5650
+ },
5607
5651
  "Role":{"type":"string"},
5608
5652
  "RoleArn":{
5609
5653
  "type":"string",
@@ -6828,6 +6872,7 @@
6828
6872
  "members":{
6829
6873
  "Name":{"shape":"NameString"},
6830
6874
  "WorkflowRunId":{"shape":"IdString"},
6875
+ "PreviousRunId":{"shape":"IdString"},
6831
6876
  "WorkflowRunProperties":{"shape":"WorkflowRunProperties"},
6832
6877
  "StartedOn":{"shape":"TimestampValue"},
6833
6878
  "CompletedOn":{"shape":"TimestampValue"},
@@ -816,7 +816,7 @@
816
816
  "type":"string",
817
817
  "max":127,
818
818
  "min":1,
819
- "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}]+[-_A-Za-z0-9}]$"
819
+ "pattern":"^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$"
820
820
  },
821
821
  "Arn":{"type":"string"},
822
822
  "ArnList":{
@@ -41,7 +41,8 @@
41
41
  "errors":[
42
42
  {"shape":"ValidationException"},
43
43
  {"shape":"AccessDeniedException"},
44
- {"shape":"ServiceQuotaExceededException"}
44
+ {"shape":"ServiceQuotaExceededException"},
45
+ {"shape":"PendingVerification"}
45
46
  ]
46
47
  },
47
48
  "CreateStreamKey":{
@@ -56,7 +57,8 @@
56
57
  {"shape":"ValidationException"},
57
58
  {"shape":"AccessDeniedException"},
58
59
  {"shape":"ResourceNotFoundException"},
59
- {"shape":"ServiceQuotaExceededException"}
60
+ {"shape":"ServiceQuotaExceededException"},
61
+ {"shape":"PendingVerification"}
60
62
  ]
61
63
  },
62
64
  "DeleteChannel":{
@@ -70,7 +72,8 @@
70
72
  {"shape":"ValidationException"},
71
73
  {"shape":"AccessDeniedException"},
72
74
  {"shape":"ResourceNotFoundException"},
73
- {"shape":"ConflictException"}
75
+ {"shape":"ConflictException"},
76
+ {"shape":"PendingVerification"}
74
77
  ]
75
78
  },
76
79
  "DeleteStreamKey":{
@@ -83,7 +86,8 @@
83
86
  "errors":[
84
87
  {"shape":"ValidationException"},
85
88
  {"shape":"AccessDeniedException"},
86
- {"shape":"ResourceNotFoundException"}
89
+ {"shape":"ResourceNotFoundException"},
90
+ {"shape":"PendingVerification"}
87
91
  ]
88
92
  },
89
93
  "GetChannel":{
@@ -253,7 +257,8 @@
253
257
  {"shape":"ValidationException"},
254
258
  {"shape":"AccessDeniedException"},
255
259
  {"shape":"ResourceNotFoundException"},
256
- {"shape":"ConflictException"}
260
+ {"shape":"ConflictException"},
261
+ {"shape":"PendingVerification"}
257
262
  ]
258
263
  }
259
264
  },
@@ -569,6 +574,14 @@
569
574
  "max":500,
570
575
  "min":0
571
576
  },
577
+ "PendingVerification":{
578
+ "type":"structure",
579
+ "members":{
580
+ "exceptionMessage":{"shape":"errorMessage"}
581
+ },
582
+ "error":{"httpStatusCode":403},
583
+ "exception":true
584
+ },
572
585
  "PlaybackURL":{"type":"string"},
573
586
  "PutMetadataRequest":{
574
587
  "type":"structure",
@@ -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
  }