aws-sdk-core 2.11.530 → 2.11.535
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +37 -6
- data/apis/backup/2018-11-15/api-2.json +43 -3
- data/apis/codecommit/2015-04-13/api-2.json +139 -5
- data/apis/codecommit/2015-04-13/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +43 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +21 -4
- data/apis/fsx/2018-03-01/api-2.json +39 -12
- data/apis/honeycode/2020-03-01/api-2.json +321 -0
- data/apis/honeycode/2020-03-01/examples-1.json +5 -0
- data/apis/honeycode/2020-03-01/paginators-1.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +40 -11
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +87 -1
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +62 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/honeycode.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +11 -6
@@ -10,6 +10,11 @@
|
|
10
10
|
"limit_key": "maxResults",
|
11
11
|
"output_token": "nextToken"
|
12
12
|
},
|
13
|
+
"GetCommentReactions": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"limit_key": "maxResults",
|
16
|
+
"output_token": "nextToken"
|
17
|
+
},
|
13
18
|
"GetCommentsForComparedCommit": {
|
14
19
|
"input_token": "nextToken",
|
15
20
|
"limit_key": "maxResults",
|
@@ -6786,6 +6786,10 @@
|
|
6786
6786
|
"TargetEnvironment":{
|
6787
6787
|
"shape":"ExportEnvironment",
|
6788
6788
|
"locationName":"targetEnvironment"
|
6789
|
+
},
|
6790
|
+
"TagSpecifications":{
|
6791
|
+
"shape":"TagSpecificationList",
|
6792
|
+
"locationName":"TagSpecification"
|
6789
6793
|
}
|
6790
6794
|
}
|
6791
6795
|
},
|
@@ -14196,7 +14200,11 @@
|
|
14196
14200
|
"DryRun":{"shape":"Boolean"},
|
14197
14201
|
"ImageId":{"shape":"ImageId"},
|
14198
14202
|
"S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
|
14199
|
-
"RoleName":{"shape":"String"}
|
14203
|
+
"RoleName":{"shape":"String"},
|
14204
|
+
"TagSpecifications":{
|
14205
|
+
"shape":"TagSpecificationList",
|
14206
|
+
"locationName":"TagSpecification"
|
14207
|
+
}
|
14200
14208
|
}
|
14201
14209
|
},
|
14202
14210
|
"ExportImageResult":{
|
@@ -14237,6 +14245,10 @@
|
|
14237
14245
|
"StatusMessage":{
|
14238
14246
|
"shape":"String",
|
14239
14247
|
"locationName":"statusMessage"
|
14248
|
+
},
|
14249
|
+
"Tags":{
|
14250
|
+
"shape":"TagList",
|
14251
|
+
"locationName":"tagSet"
|
14240
14252
|
}
|
14241
14253
|
}
|
14242
14254
|
},
|
@@ -14270,6 +14282,10 @@
|
|
14270
14282
|
"StatusMessage":{
|
14271
14283
|
"shape":"String",
|
14272
14284
|
"locationName":"statusMessage"
|
14285
|
+
},
|
14286
|
+
"Tags":{
|
14287
|
+
"shape":"TagList",
|
14288
|
+
"locationName":"tagSet"
|
14273
14289
|
}
|
14274
14290
|
}
|
14275
14291
|
},
|
@@ -16347,7 +16363,11 @@
|
|
16347
16363
|
"LicenseType":{"shape":"String"},
|
16348
16364
|
"Platform":{"shape":"String"},
|
16349
16365
|
"RoleName":{"shape":"String"},
|
16350
|
-
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"}
|
16366
|
+
"LicenseSpecifications":{"shape":"ImportImageLicenseSpecificationListRequest"},
|
16367
|
+
"TagSpecifications":{
|
16368
|
+
"shape":"TagSpecificationList",
|
16369
|
+
"locationName":"TagSpecification"
|
16370
|
+
}
|
16351
16371
|
}
|
16352
16372
|
},
|
16353
16373
|
"ImportImageResult":{
|
@@ -16374,11 +16394,11 @@
|
|
16374
16394
|
"locationName":"imageId"
|
16375
16395
|
},
|
16376
16396
|
"ImportTaskId":{
|
16377
|
-
"shape":"
|
16397
|
+
"shape":"ImportImageTaskId",
|
16378
16398
|
"locationName":"importTaskId"
|
16379
16399
|
},
|
16380
16400
|
"KmsKeyId":{
|
16381
|
-
"shape":"
|
16401
|
+
"shape":"KmsKeyId",
|
16382
16402
|
"locationName":"kmsKeyId"
|
16383
16403
|
},
|
16384
16404
|
"LicenseType":{
|
@@ -16408,6 +16428,10 @@
|
|
16408
16428
|
"LicenseSpecifications":{
|
16409
16429
|
"shape":"ImportImageLicenseSpecificationListResponse",
|
16410
16430
|
"locationName":"licenseSpecifications"
|
16431
|
+
},
|
16432
|
+
"Tags":{
|
16433
|
+
"shape":"TagList",
|
16434
|
+
"locationName":"tagSet"
|
16411
16435
|
}
|
16412
16436
|
}
|
16413
16437
|
},
|
@@ -16685,7 +16709,11 @@
|
|
16685
16709
|
"DryRun":{"shape":"Boolean"},
|
16686
16710
|
"Encrypted":{"shape":"Boolean"},
|
16687
16711
|
"KmsKeyId":{"shape":"KmsKeyId"},
|
16688
|
-
"RoleName":{"shape":"String"}
|
16712
|
+
"RoleName":{"shape":"String"},
|
16713
|
+
"TagSpecifications":{
|
16714
|
+
"shape":"TagSpecificationList",
|
16715
|
+
"locationName":"TagSpecification"
|
16716
|
+
}
|
16689
16717
|
}
|
16690
16718
|
},
|
16691
16719
|
"ImportSnapshotResult":{
|
@@ -16702,6 +16730,10 @@
|
|
16702
16730
|
"SnapshotTaskDetail":{
|
16703
16731
|
"shape":"SnapshotTaskDetail",
|
16704
16732
|
"locationName":"snapshotTaskDetail"
|
16733
|
+
},
|
16734
|
+
"Tags":{
|
16735
|
+
"shape":"TagList",
|
16736
|
+
"locationName":"tagSet"
|
16705
16737
|
}
|
16706
16738
|
}
|
16707
16739
|
},
|
@@ -24140,14 +24172,20 @@
|
|
24140
24172
|
"dedicated-host",
|
24141
24173
|
"dhcp-options",
|
24142
24174
|
"elastic-ip",
|
24175
|
+
"elastic-gpu",
|
24176
|
+
"export-image-task",
|
24177
|
+
"export-instance-task",
|
24143
24178
|
"fleet",
|
24144
24179
|
"fpga-image",
|
24145
24180
|
"host-reservation",
|
24146
24181
|
"image",
|
24182
|
+
"import-image-task",
|
24183
|
+
"import-snapshot-task",
|
24147
24184
|
"instance",
|
24148
24185
|
"internet-gateway",
|
24149
24186
|
"key-pair",
|
24150
24187
|
"launch-template",
|
24188
|
+
"local-gateway-route-table-vpc-association",
|
24151
24189
|
"natgateway",
|
24152
24190
|
"network-acl",
|
24153
24191
|
"network-interface",
|
@@ -807,7 +807,8 @@
|
|
807
807
|
"UnitType":{"shape":"ComputeLimitsUnitType"},
|
808
808
|
"MinimumCapacityUnits":{"shape":"Integer"},
|
809
809
|
"MaximumCapacityUnits":{"shape":"Integer"},
|
810
|
-
"MaximumOnDemandCapacityUnits":{"shape":"Integer"}
|
810
|
+
"MaximumOnDemandCapacityUnits":{"shape":"Integer"},
|
811
|
+
"MaximumCoreCapacityUnits":{"shape":"Integer"}
|
811
812
|
}
|
812
813
|
},
|
813
814
|
"ComputeLimitsUnitType":{
|
@@ -1123,9 +1124,9 @@
|
|
1123
1124
|
},
|
1124
1125
|
"InstanceFleetProvisioningSpecifications":{
|
1125
1126
|
"type":"structure",
|
1126
|
-
"required":["SpotSpecification"],
|
1127
1127
|
"members":{
|
1128
|
-
"SpotSpecification":{"shape":"SpotProvisioningSpecification"}
|
1128
|
+
"SpotSpecification":{"shape":"SpotProvisioningSpecification"},
|
1129
|
+
"OnDemandSpecification":{"shape":"OnDemandProvisioningSpecification"}
|
1129
1130
|
}
|
1130
1131
|
},
|
1131
1132
|
"InstanceFleetState":{
|
@@ -1779,6 +1780,17 @@
|
|
1779
1780
|
"type":"double",
|
1780
1781
|
"min":0.0
|
1781
1782
|
},
|
1783
|
+
"OnDemandProvisioningAllocationStrategy":{
|
1784
|
+
"type":"string",
|
1785
|
+
"enum":["lowest-price"]
|
1786
|
+
},
|
1787
|
+
"OnDemandProvisioningSpecification":{
|
1788
|
+
"type":"structure",
|
1789
|
+
"required":["AllocationStrategy"],
|
1790
|
+
"members":{
|
1791
|
+
"AllocationStrategy":{"shape":"OnDemandProvisioningAllocationStrategy"}
|
1792
|
+
}
|
1793
|
+
},
|
1782
1794
|
"OptionalArnType":{
|
1783
1795
|
"type":"string",
|
1784
1796
|
"max":2048,
|
@@ -2064,6 +2076,10 @@
|
|
2064
2076
|
"CoolDown":{"shape":"Integer"}
|
2065
2077
|
}
|
2066
2078
|
},
|
2079
|
+
"SpotProvisioningAllocationStrategy":{
|
2080
|
+
"type":"string",
|
2081
|
+
"enum":["capacity-optimized"]
|
2082
|
+
},
|
2067
2083
|
"SpotProvisioningSpecification":{
|
2068
2084
|
"type":"structure",
|
2069
2085
|
"required":[
|
@@ -2073,7 +2089,8 @@
|
|
2073
2089
|
"members":{
|
2074
2090
|
"TimeoutDurationMinutes":{"shape":"WholeNumber"},
|
2075
2091
|
"TimeoutAction":{"shape":"SpotProvisioningTimeoutAction"},
|
2076
|
-
"BlockDurationMinutes":{"shape":"WholeNumber"}
|
2092
|
+
"BlockDurationMinutes":{"shape":"WholeNumber"},
|
2093
|
+
"AllocationStrategy":{"shape":"SpotProvisioningAllocationStrategy"}
|
2077
2094
|
}
|
2078
2095
|
},
|
2079
2096
|
"SpotProvisioningTimeoutAction":{
|
@@ -102,6 +102,7 @@
|
|
102
102
|
{"shape":"ActiveDirectoryError"},
|
103
103
|
{"shape":"IncompatibleParameterError"},
|
104
104
|
{"shape":"InvalidNetworkSettings"},
|
105
|
+
{"shape":"InvalidPerUnitStorageThroughput"},
|
105
106
|
{"shape":"ServiceLimitExceeded"},
|
106
107
|
{"shape":"BackupNotFound"},
|
107
108
|
{"shape":"InternalServerError"},
|
@@ -293,7 +294,7 @@
|
|
293
294
|
"type":"string",
|
294
295
|
"max":255,
|
295
296
|
"min":1,
|
296
|
-
"pattern":"
|
297
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$"
|
297
298
|
},
|
298
299
|
"AdministrativeAction":{
|
299
300
|
"type":"structure",
|
@@ -328,7 +329,7 @@
|
|
328
329
|
"type":"string",
|
329
330
|
"max":900,
|
330
331
|
"min":3,
|
331
|
-
"pattern":"
|
332
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
|
332
333
|
},
|
333
334
|
"AutomaticBackupRetentionDays":{
|
334
335
|
"type":"integer",
|
@@ -514,6 +515,7 @@
|
|
514
515
|
"SecurityGroupIds":{"shape":"SecurityGroupIds"},
|
515
516
|
"Tags":{"shape":"Tags"},
|
516
517
|
"WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
|
518
|
+
"LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
|
517
519
|
"StorageType":{"shape":"StorageType"}
|
518
520
|
}
|
519
521
|
},
|
@@ -531,7 +533,10 @@
|
|
531
533
|
"ExportPath":{"shape":"ArchivePath"},
|
532
534
|
"ImportedFileChunkSize":{"shape":"Megabytes"},
|
533
535
|
"DeploymentType":{"shape":"LustreDeploymentType"},
|
534
|
-
"PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"}
|
536
|
+
"PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
|
537
|
+
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
538
|
+
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
539
|
+
"CopyTagsToBackups":{"shape":"Flag"}
|
535
540
|
}
|
536
541
|
},
|
537
542
|
"CreateFileSystemRequest":{
|
@@ -696,7 +701,7 @@
|
|
696
701
|
"type":"string",
|
697
702
|
"max":4096,
|
698
703
|
"min":0,
|
699
|
-
"pattern":"
|
704
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{0,4096}$"
|
700
705
|
},
|
701
706
|
"DataRepositoryTaskPaths":{
|
702
707
|
"type":"list",
|
@@ -739,6 +744,20 @@
|
|
739
744
|
"Lifecycle":{"shape":"BackupLifecycle"}
|
740
745
|
}
|
741
746
|
},
|
747
|
+
"DeleteFileSystemLustreConfiguration":{
|
748
|
+
"type":"structure",
|
749
|
+
"members":{
|
750
|
+
"SkipFinalBackup":{"shape":"Flag"},
|
751
|
+
"FinalBackupTags":{"shape":"Tags"}
|
752
|
+
}
|
753
|
+
},
|
754
|
+
"DeleteFileSystemLustreResponse":{
|
755
|
+
"type":"structure",
|
756
|
+
"members":{
|
757
|
+
"FinalBackupId":{"shape":"BackupId"},
|
758
|
+
"FinalBackupTags":{"shape":"Tags"}
|
759
|
+
}
|
760
|
+
},
|
742
761
|
"DeleteFileSystemRequest":{
|
743
762
|
"type":"structure",
|
744
763
|
"required":["FileSystemId"],
|
@@ -748,7 +767,8 @@
|
|
748
767
|
"shape":"ClientRequestToken",
|
749
768
|
"idempotencyToken":true
|
750
769
|
},
|
751
|
-
"WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"}
|
770
|
+
"WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"},
|
771
|
+
"LustreConfiguration":{"shape":"DeleteFileSystemLustreConfiguration"}
|
752
772
|
}
|
753
773
|
},
|
754
774
|
"DeleteFileSystemResponse":{
|
@@ -756,7 +776,8 @@
|
|
756
776
|
"members":{
|
757
777
|
"FileSystemId":{"shape":"FileSystemId"},
|
758
778
|
"Lifecycle":{"shape":"FileSystemLifecycle"},
|
759
|
-
"WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"}
|
779
|
+
"WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"},
|
780
|
+
"LustreResponse":{"shape":"DeleteFileSystemLustreResponse"}
|
760
781
|
}
|
761
782
|
},
|
762
783
|
"DeleteFileSystemWindowsConfiguration":{
|
@@ -837,7 +858,7 @@
|
|
837
858
|
"type":"string",
|
838
859
|
"max":256,
|
839
860
|
"min":1,
|
840
|
-
"pattern":"
|
861
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
|
841
862
|
},
|
842
863
|
"DnsIps":{
|
843
864
|
"type":"list",
|
@@ -879,7 +900,7 @@
|
|
879
900
|
"type":"string",
|
880
901
|
"max":256,
|
881
902
|
"min":1,
|
882
|
-
"pattern":"
|
903
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
|
883
904
|
},
|
884
905
|
"FileSystemFailureDetails":{
|
885
906
|
"type":"structure",
|
@@ -951,7 +972,8 @@
|
|
951
972
|
"type":"string",
|
952
973
|
"enum":[
|
953
974
|
"file-system-id",
|
954
|
-
"backup-type"
|
975
|
+
"backup-type",
|
976
|
+
"file-system-type"
|
955
977
|
]
|
956
978
|
},
|
957
979
|
"FilterValue":{
|
@@ -1062,7 +1084,10 @@
|
|
1062
1084
|
"DataRepositoryConfiguration":{"shape":"DataRepositoryConfiguration"},
|
1063
1085
|
"DeploymentType":{"shape":"LustreDeploymentType"},
|
1064
1086
|
"PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
|
1065
|
-
"MountName":{"shape":"LustreFileSystemMountName"}
|
1087
|
+
"MountName":{"shape":"LustreFileSystemMountName"},
|
1088
|
+
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
1089
|
+
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
1090
|
+
"CopyTagsToBackups":{"shape":"Flag"}
|
1066
1091
|
}
|
1067
1092
|
},
|
1068
1093
|
"LustreFileSystemMountName":{
|
@@ -1123,7 +1148,7 @@
|
|
1123
1148
|
"type":"string",
|
1124
1149
|
"max":2000,
|
1125
1150
|
"min":1,
|
1126
|
-
"pattern":"
|
1151
|
+
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,2000}$"
|
1127
1152
|
},
|
1128
1153
|
"Parameter":{
|
1129
1154
|
"type":"string",
|
@@ -1356,7 +1381,9 @@
|
|
1356
1381
|
"UpdateFileSystemLustreConfiguration":{
|
1357
1382
|
"type":"structure",
|
1358
1383
|
"members":{
|
1359
|
-
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"}
|
1384
|
+
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
1385
|
+
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
1386
|
+
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
|
1360
1387
|
}
|
1361
1388
|
},
|
1362
1389
|
"UpdateFileSystemRequest":{
|
@@ -0,0 +1,321 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2020-03-01",
|
5
|
+
"endpointPrefix":"honeycode",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceAbbreviation":"Honeycode",
|
9
|
+
"serviceFullName":"Amazon Honeycode",
|
10
|
+
"serviceId":"Honeycode",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"honeycode",
|
13
|
+
"uid":"honeycode-2020-03-01"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"GetScreenData":{
|
17
|
+
"name":"GetScreenData",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/screendata"
|
21
|
+
},
|
22
|
+
"input":{"shape":"GetScreenDataRequest"},
|
23
|
+
"output":{"shape":"GetScreenDataResult"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"AccessDeniedException"},
|
26
|
+
{"shape":"InternalServerException"},
|
27
|
+
{"shape":"RequestTimeoutException"},
|
28
|
+
{"shape":"ResourceNotFoundException"},
|
29
|
+
{"shape":"ServiceUnavailableException"},
|
30
|
+
{"shape":"ThrottlingException"},
|
31
|
+
{"shape":"ValidationException"}
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"InvokeScreenAutomation":{
|
35
|
+
"name":"InvokeScreenAutomation",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}"
|
39
|
+
},
|
40
|
+
"input":{"shape":"InvokeScreenAutomationRequest"},
|
41
|
+
"output":{"shape":"InvokeScreenAutomationResult"},
|
42
|
+
"errors":[
|
43
|
+
{"shape":"AccessDeniedException"},
|
44
|
+
{"shape":"InternalServerException"},
|
45
|
+
{"shape":"ResourceNotFoundException"},
|
46
|
+
{"shape":"ValidationException"},
|
47
|
+
{"shape":"ThrottlingException"},
|
48
|
+
{"shape":"ServiceUnavailableException"},
|
49
|
+
{"shape":"AutomationExecutionException"},
|
50
|
+
{"shape":"AutomationExecutionTimeoutException"},
|
51
|
+
{"shape":"RequestTimeoutException"}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
"shapes":{
|
56
|
+
"AccessDeniedException":{
|
57
|
+
"type":"structure",
|
58
|
+
"members":{
|
59
|
+
"message":{"shape":"ErrorMessage"}
|
60
|
+
},
|
61
|
+
"error":{"httpStatusCode":403},
|
62
|
+
"exception":true
|
63
|
+
},
|
64
|
+
"AutomationExecutionException":{
|
65
|
+
"type":"structure",
|
66
|
+
"members":{
|
67
|
+
"message":{"shape":"ErrorMessage"}
|
68
|
+
},
|
69
|
+
"error":{"httpStatusCode":400},
|
70
|
+
"exception":true
|
71
|
+
},
|
72
|
+
"AutomationExecutionTimeoutException":{
|
73
|
+
"type":"structure",
|
74
|
+
"members":{
|
75
|
+
"message":{"shape":"ErrorMessage"}
|
76
|
+
},
|
77
|
+
"error":{"httpStatusCode":504},
|
78
|
+
"exception":true
|
79
|
+
},
|
80
|
+
"ClientRequestToken":{
|
81
|
+
"type":"string",
|
82
|
+
"max":64,
|
83
|
+
"min":32
|
84
|
+
},
|
85
|
+
"ColumnMetadata":{
|
86
|
+
"type":"structure",
|
87
|
+
"required":[
|
88
|
+
"name",
|
89
|
+
"format"
|
90
|
+
],
|
91
|
+
"members":{
|
92
|
+
"name":{"shape":"Name"},
|
93
|
+
"format":{"shape":"Format"}
|
94
|
+
}
|
95
|
+
},
|
96
|
+
"DataItem":{
|
97
|
+
"type":"structure",
|
98
|
+
"members":{
|
99
|
+
"overrideFormat":{"shape":"Format"},
|
100
|
+
"rawValue":{"shape":"RawValue"},
|
101
|
+
"formattedValue":{"shape":"FormattedValue"}
|
102
|
+
},
|
103
|
+
"sensitive":true
|
104
|
+
},
|
105
|
+
"DataItems":{
|
106
|
+
"type":"list",
|
107
|
+
"member":{"shape":"DataItem"}
|
108
|
+
},
|
109
|
+
"ErrorMessage":{"type":"string"},
|
110
|
+
"Format":{
|
111
|
+
"type":"string",
|
112
|
+
"enum":[
|
113
|
+
"AUTO",
|
114
|
+
"NUMBER",
|
115
|
+
"CURRENCY",
|
116
|
+
"DATE",
|
117
|
+
"TIME",
|
118
|
+
"DATE_TIME",
|
119
|
+
"PERCENTAGE",
|
120
|
+
"TEXT",
|
121
|
+
"ACCOUNTING",
|
122
|
+
"CONTACT",
|
123
|
+
"ROWLINK"
|
124
|
+
]
|
125
|
+
},
|
126
|
+
"FormattedValue":{"type":"string"},
|
127
|
+
"GetScreenDataRequest":{
|
128
|
+
"type":"structure",
|
129
|
+
"required":[
|
130
|
+
"workbookId",
|
131
|
+
"appId",
|
132
|
+
"screenId"
|
133
|
+
],
|
134
|
+
"members":{
|
135
|
+
"workbookId":{"shape":"ResourceId"},
|
136
|
+
"appId":{"shape":"ResourceId"},
|
137
|
+
"screenId":{"shape":"ResourceId"},
|
138
|
+
"variables":{"shape":"VariableValueMap"},
|
139
|
+
"maxResults":{"shape":"MaxResults"},
|
140
|
+
"nextToken":{"shape":"PaginationToken"}
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"GetScreenDataResult":{
|
144
|
+
"type":"structure",
|
145
|
+
"required":[
|
146
|
+
"results",
|
147
|
+
"workbookCursor"
|
148
|
+
],
|
149
|
+
"members":{
|
150
|
+
"results":{"shape":"ResultSetMap"},
|
151
|
+
"workbookCursor":{"shape":"WorkbookCursor"},
|
152
|
+
"nextToken":{"shape":"PaginationToken"}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"InternalServerException":{
|
156
|
+
"type":"structure",
|
157
|
+
"members":{
|
158
|
+
"message":{"shape":"ErrorMessage"}
|
159
|
+
},
|
160
|
+
"error":{"httpStatusCode":500},
|
161
|
+
"exception":true
|
162
|
+
},
|
163
|
+
"InvokeScreenAutomationRequest":{
|
164
|
+
"type":"structure",
|
165
|
+
"required":[
|
166
|
+
"workbookId",
|
167
|
+
"appId",
|
168
|
+
"screenId",
|
169
|
+
"screenAutomationId"
|
170
|
+
],
|
171
|
+
"members":{
|
172
|
+
"workbookId":{
|
173
|
+
"shape":"ResourceId",
|
174
|
+
"location":"uri",
|
175
|
+
"locationName":"workbookId"
|
176
|
+
},
|
177
|
+
"appId":{
|
178
|
+
"shape":"ResourceId",
|
179
|
+
"location":"uri",
|
180
|
+
"locationName":"appId"
|
181
|
+
},
|
182
|
+
"screenId":{
|
183
|
+
"shape":"ResourceId",
|
184
|
+
"location":"uri",
|
185
|
+
"locationName":"screenId"
|
186
|
+
},
|
187
|
+
"screenAutomationId":{
|
188
|
+
"shape":"ResourceId",
|
189
|
+
"location":"uri",
|
190
|
+
"locationName":"automationId"
|
191
|
+
},
|
192
|
+
"variables":{"shape":"VariableValueMap"},
|
193
|
+
"rowId":{"shape":"RowId"},
|
194
|
+
"clientRequestToken":{"shape":"ClientRequestToken"}
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"InvokeScreenAutomationResult":{
|
198
|
+
"type":"structure",
|
199
|
+
"required":["workbookCursor"],
|
200
|
+
"members":{
|
201
|
+
"workbookCursor":{"shape":"WorkbookCursor"}
|
202
|
+
}
|
203
|
+
},
|
204
|
+
"MaxResults":{
|
205
|
+
"type":"integer",
|
206
|
+
"box":true,
|
207
|
+
"max":100,
|
208
|
+
"min":1
|
209
|
+
},
|
210
|
+
"Name":{
|
211
|
+
"type":"string",
|
212
|
+
"sensitive":true
|
213
|
+
},
|
214
|
+
"PaginationToken":{
|
215
|
+
"type":"string",
|
216
|
+
"max":1024,
|
217
|
+
"min":1
|
218
|
+
},
|
219
|
+
"RawValue":{"type":"string"},
|
220
|
+
"RequestTimeoutException":{
|
221
|
+
"type":"structure",
|
222
|
+
"members":{
|
223
|
+
"message":{"shape":"ErrorMessage"}
|
224
|
+
},
|
225
|
+
"error":{"httpStatusCode":504},
|
226
|
+
"exception":true
|
227
|
+
},
|
228
|
+
"ResourceId":{
|
229
|
+
"type":"string",
|
230
|
+
"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
|
231
|
+
},
|
232
|
+
"ResourceNotFoundException":{
|
233
|
+
"type":"structure",
|
234
|
+
"members":{
|
235
|
+
"message":{"shape":"ErrorMessage"}
|
236
|
+
},
|
237
|
+
"error":{"httpStatusCode":404},
|
238
|
+
"exception":true
|
239
|
+
},
|
240
|
+
"ResultHeader":{
|
241
|
+
"type":"list",
|
242
|
+
"member":{"shape":"ColumnMetadata"}
|
243
|
+
},
|
244
|
+
"ResultRow":{
|
245
|
+
"type":"structure",
|
246
|
+
"required":["dataItems"],
|
247
|
+
"members":{
|
248
|
+
"rowId":{"shape":"RowId"},
|
249
|
+
"dataItems":{"shape":"DataItems"}
|
250
|
+
}
|
251
|
+
},
|
252
|
+
"ResultRows":{
|
253
|
+
"type":"list",
|
254
|
+
"member":{"shape":"ResultRow"}
|
255
|
+
},
|
256
|
+
"ResultSet":{
|
257
|
+
"type":"structure",
|
258
|
+
"required":[
|
259
|
+
"headers",
|
260
|
+
"rows"
|
261
|
+
],
|
262
|
+
"members":{
|
263
|
+
"headers":{"shape":"ResultHeader"},
|
264
|
+
"rows":{"shape":"ResultRows"}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"ResultSetMap":{
|
268
|
+
"type":"map",
|
269
|
+
"key":{"shape":"Name"},
|
270
|
+
"value":{"shape":"ResultSet"}
|
271
|
+
},
|
272
|
+
"RowId":{
|
273
|
+
"type":"string",
|
274
|
+
"pattern":"row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
|
275
|
+
},
|
276
|
+
"ServiceUnavailableException":{
|
277
|
+
"type":"structure",
|
278
|
+
"members":{
|
279
|
+
"message":{"shape":"ErrorMessage"}
|
280
|
+
},
|
281
|
+
"error":{"httpStatusCode":503},
|
282
|
+
"exception":true
|
283
|
+
},
|
284
|
+
"ThrottlingException":{
|
285
|
+
"type":"structure",
|
286
|
+
"members":{
|
287
|
+
"message":{"shape":"ErrorMessage"}
|
288
|
+
},
|
289
|
+
"error":{"httpStatusCode":429},
|
290
|
+
"exception":true
|
291
|
+
},
|
292
|
+
"ValidationException":{
|
293
|
+
"type":"structure",
|
294
|
+
"required":["message"],
|
295
|
+
"members":{
|
296
|
+
"message":{"shape":"ErrorMessage"}
|
297
|
+
},
|
298
|
+
"error":{"httpStatusCode":400},
|
299
|
+
"exception":true
|
300
|
+
},
|
301
|
+
"VariableName":{
|
302
|
+
"type":"string",
|
303
|
+
"sensitive":true
|
304
|
+
},
|
305
|
+
"VariableValue":{
|
306
|
+
"type":"structure",
|
307
|
+
"required":["rawValue"],
|
308
|
+
"members":{
|
309
|
+
"rawValue":{"shape":"RawValue"}
|
310
|
+
},
|
311
|
+
"sensitive":true
|
312
|
+
},
|
313
|
+
"VariableValueMap":{
|
314
|
+
"type":"map",
|
315
|
+
"key":{"shape":"VariableName"},
|
316
|
+
"value":{"shape":"VariableValue"},
|
317
|
+
"sensitive":true
|
318
|
+
},
|
319
|
+
"WorkbookCursor":{"type":"long"}
|
320
|
+
}
|
321
|
+
}
|