aws-sdk-core 2.11.605 → 2.11.609
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/accessanalyzer/2019-11-01/api-2.json +42 -8
- data/apis/batch/2016-08-10/api-2.json +23 -1
- data/apis/budgets/2016-10-20/api-2.json +614 -0
- data/apis/budgets/2016-10-20/paginators-1.json +18 -0
- data/apis/ce/2017-10-25/api-2.json +1 -1
- data/apis/cloudfront/2020-05-31/api-2.json +16 -1
- data/apis/dms/2016-01-01/api-2.json +9 -3
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +3 -0
- data/apis/groundstation/2019-05-23/api-2.json +2 -0
- data/apis/iot/2015-05-28/api-2.json +18 -5
- data/apis/macie2/2020-01-01/api-2.json +160 -1
- data/apis/medialive/2017-10-14/api-2.json +394 -0
- data/apis/medialive/2017-10-14/paginators-1.json +6 -0
- data/apis/rds/2014-10-31/api-2.json +7 -3
- data/apis/rekognition/2016-06-27/api-2.json +132 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +14 -3
- data/apis/ssm/2014-11-06/api-2.json +46 -3
- data/apis/transfer/2018-11-05/api-2.json +12 -1
- data/apis/workmail/2017-10-01/api-2.json +124 -5
- data/apis/xray/2016-04-12/api-2.json +3 -1
- data/apis/xray/2016-04-12/paginators-1.json +0 -15
- data/endpoints.json +71 -45
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -1,5 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeBudgetActionHistories": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken",
|
7
|
+
"result_key": "ActionHistories"
|
8
|
+
},
|
9
|
+
"DescribeBudgetActionsForAccount": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults",
|
12
|
+
"output_token": "NextToken",
|
13
|
+
"result_key": "Actions"
|
14
|
+
},
|
15
|
+
"DescribeBudgetActionsForBudget": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"limit_key": "MaxResults",
|
18
|
+
"output_token": "NextToken",
|
19
|
+
"result_key": "Actions"
|
20
|
+
},
|
3
21
|
"DescribeBudgetPerformanceHistory": {
|
4
22
|
"input_token": "NextToken",
|
5
23
|
"limit_key": "MaxResults",
|
@@ -2054,7 +2054,7 @@
|
|
2054
2054
|
"type":"string",
|
2055
2055
|
"max":302,
|
2056
2056
|
"min":6,
|
2057
|
-
"pattern":"(^[a-zA-Z0-
|
2057
|
+
"pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
|
2058
2058
|
},
|
2059
2059
|
"SubscriberStatus":{
|
2060
2060
|
"type":"string",
|
@@ -4023,7 +4023,8 @@
|
|
4023
4023
|
"S3OriginConfig":{"shape":"S3OriginConfig"},
|
4024
4024
|
"CustomOriginConfig":{"shape":"CustomOriginConfig"},
|
4025
4025
|
"ConnectionAttempts":{"shape":"integer"},
|
4026
|
-
"ConnectionTimeout":{"shape":"integer"}
|
4026
|
+
"ConnectionTimeout":{"shape":"integer"},
|
4027
|
+
"OriginShield":{"shape":"OriginShield"}
|
4027
4028
|
}
|
4028
4029
|
},
|
4029
4030
|
"OriginCustomHeader":{
|
@@ -4254,6 +4255,20 @@
|
|
4254
4255
|
"custom"
|
4255
4256
|
]
|
4256
4257
|
},
|
4258
|
+
"OriginShield":{
|
4259
|
+
"type":"structure",
|
4260
|
+
"required":["Enabled"],
|
4261
|
+
"members":{
|
4262
|
+
"Enabled":{"shape":"boolean"},
|
4263
|
+
"OriginShieldRegion":{"shape":"OriginShieldRegion"}
|
4264
|
+
}
|
4265
|
+
},
|
4266
|
+
"OriginShieldRegion":{
|
4267
|
+
"type":"string",
|
4268
|
+
"max":32,
|
4269
|
+
"min":1,
|
4270
|
+
"pattern":"[a-z]{2}-[a-z]+-\\d"
|
4271
|
+
},
|
4257
4272
|
"OriginSslProtocols":{
|
4258
4273
|
"type":"structure",
|
4259
4274
|
"required":[
|
@@ -918,7 +918,8 @@
|
|
918
918
|
"OracleSettings":{"shape":"OracleSettings"},
|
919
919
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
920
920
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
921
|
-
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
921
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
922
|
+
"ResourceIdentifier":{"shape":"String"}
|
922
923
|
}
|
923
924
|
},
|
924
925
|
"CreateEndpointResponse":{
|
@@ -969,7 +970,8 @@
|
|
969
970
|
"Tags":{"shape":"TagList"},
|
970
971
|
"KmsKeyId":{"shape":"String"},
|
971
972
|
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
972
|
-
"DnsNameServers":{"shape":"String"}
|
973
|
+
"DnsNameServers":{"shape":"String"},
|
974
|
+
"ResourceIdentifier":{"shape":"String"}
|
973
975
|
}
|
974
976
|
},
|
975
977
|
"CreateReplicationInstanceResponse":{
|
@@ -1020,7 +1022,8 @@
|
|
1020
1022
|
"CdcStartPosition":{"shape":"String"},
|
1021
1023
|
"CdcStopPosition":{"shape":"String"},
|
1022
1024
|
"Tags":{"shape":"TagList"},
|
1023
|
-
"TaskData":{"shape":"String"}
|
1025
|
+
"TaskData":{"shape":"String"},
|
1026
|
+
"ResourceIdentifier":{"shape":"String"}
|
1024
1027
|
}
|
1025
1028
|
},
|
1026
1029
|
"CreateReplicationTaskResponse":{
|
@@ -2138,11 +2141,14 @@
|
|
2138
2141
|
"AfterConnectScript":{"shape":"String"},
|
2139
2142
|
"BucketFolder":{"shape":"String"},
|
2140
2143
|
"BucketName":{"shape":"String"},
|
2144
|
+
"CaseSensitiveNames":{"shape":"BooleanOptional"},
|
2145
|
+
"CompUpdate":{"shape":"BooleanOptional"},
|
2141
2146
|
"ConnectionTimeout":{"shape":"IntegerOptional"},
|
2142
2147
|
"DatabaseName":{"shape":"String"},
|
2143
2148
|
"DateFormat":{"shape":"String"},
|
2144
2149
|
"EmptyAsNull":{"shape":"BooleanOptional"},
|
2145
2150
|
"EncryptionMode":{"shape":"EncryptionModeValue"},
|
2151
|
+
"ExplicitIds":{"shape":"BooleanOptional"},
|
2146
2152
|
"FileTransferUploadStreams":{"shape":"IntegerOptional"},
|
2147
2153
|
"LoadTimeout":{"shape":"IntegerOptional"},
|
2148
2154
|
"MaxFileSize":{"shape":"IntegerOptional"},
|
@@ -549,6 +549,7 @@
|
|
549
549
|
"enum":[
|
550
550
|
"AVAILABLE",
|
551
551
|
"AWS_CANCELLED",
|
552
|
+
"AWS_FAILED",
|
552
553
|
"CANCELLED",
|
553
554
|
"CANCELLING",
|
554
555
|
"COMPLETED",
|
@@ -611,6 +612,7 @@
|
|
611
612
|
"type":"structure",
|
612
613
|
"members":{
|
613
614
|
"destination":{"shape":"Destination"},
|
615
|
+
"errorMessage":{"shape":"String"},
|
614
616
|
"source":{"shape":"Source"}
|
615
617
|
}
|
616
618
|
},
|
@@ -934,6 +934,7 @@
|
|
934
934
|
{"shape":"ResourceNotFoundException"},
|
935
935
|
{"shape":"DeleteConflictException"},
|
936
936
|
{"shape":"ThrottlingException"},
|
937
|
+
{"shape":"ConflictingResourceUpdateException"},
|
937
938
|
{"shape":"UnauthorizedException"}
|
938
939
|
]
|
939
940
|
},
|
@@ -951,6 +952,7 @@
|
|
951
952
|
{"shape":"ThrottlingException"},
|
952
953
|
{"shape":"ResourceNotFoundException"},
|
953
954
|
{"shape":"UnauthorizedException"},
|
955
|
+
{"shape":"ConflictingResourceUpdateException"},
|
954
956
|
{"shape":"DeleteConflictException"}
|
955
957
|
]
|
956
958
|
},
|
@@ -3473,7 +3475,7 @@
|
|
3473
3475
|
"type":"string",
|
3474
3476
|
"max":2048,
|
3475
3477
|
"min":1,
|
3476
|
-
"pattern":"arn:aws
|
3478
|
+
"pattern":"arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|isob-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/[a-zA-Z0-9/-]+"
|
3477
3479
|
},
|
3478
3480
|
"Action":{
|
3479
3481
|
"type":"structure",
|
@@ -4070,7 +4072,10 @@
|
|
4070
4072
|
"type":"list",
|
4071
4073
|
"member":{"shape":"AuthResult"}
|
4072
4074
|
},
|
4073
|
-
"AuthorizerArn":{
|
4075
|
+
"AuthorizerArn":{
|
4076
|
+
"type":"string",
|
4077
|
+
"max":2048
|
4078
|
+
},
|
4074
4079
|
"AuthorizerConfig":{
|
4075
4080
|
"type":"structure",
|
4076
4081
|
"members":{
|
@@ -4095,7 +4100,10 @@
|
|
4095
4100
|
"signingDisabled":{"shape":"BooleanKey"}
|
4096
4101
|
}
|
4097
4102
|
},
|
4098
|
-
"AuthorizerFunctionArn":{
|
4103
|
+
"AuthorizerFunctionArn":{
|
4104
|
+
"type":"string",
|
4105
|
+
"max":2048
|
4106
|
+
},
|
4099
4107
|
"AuthorizerName":{
|
4100
4108
|
"type":"string",
|
4101
4109
|
"max":128,
|
@@ -6136,7 +6144,8 @@
|
|
6136
6144
|
"authorizerConfig":{"shape":"AuthorizerConfig"},
|
6137
6145
|
"domainConfigurationStatus":{"shape":"DomainConfigurationStatus"},
|
6138
6146
|
"serviceType":{"shape":"ServiceType"},
|
6139
|
-
"domainType":{"shape":"DomainType"}
|
6147
|
+
"domainType":{"shape":"DomainType"},
|
6148
|
+
"lastStatusChangeDate":{"shape":"DateType"}
|
6140
6149
|
}
|
6141
6150
|
},
|
6142
6151
|
"DescribeEndpointRequest":{
|
@@ -9147,6 +9156,7 @@
|
|
9147
9156
|
},
|
9148
9157
|
"Marker":{
|
9149
9158
|
"type":"string",
|
9159
|
+
"max":1024,
|
9150
9160
|
"pattern":"[A-Za-z0-9+/]+={0,2}"
|
9151
9161
|
},
|
9152
9162
|
"MaxJobExecutionsPerMin":{
|
@@ -9907,7 +9917,10 @@
|
|
9907
9917
|
"min":1,
|
9908
9918
|
"pattern":"[\\w.:-]+"
|
9909
9919
|
},
|
9910
|
-
"Resource":{
|
9920
|
+
"Resource":{
|
9921
|
+
"type":"string",
|
9922
|
+
"max":2048
|
9923
|
+
},
|
9911
9924
|
"ResourceAlreadyExistsException":{
|
9912
9925
|
"type":"structure",
|
9913
9926
|
"members":{
|
@@ -2081,6 +2081,10 @@
|
|
2081
2081
|
"publiclyWritable": {
|
2082
2082
|
"shape": "__long",
|
2083
2083
|
"locationName": "publiclyWritable"
|
2084
|
+
},
|
2085
|
+
"unknown": {
|
2086
|
+
"shape": "__long",
|
2087
|
+
"locationName": "unknown"
|
2084
2088
|
}
|
2085
2089
|
}
|
2086
2090
|
},
|
@@ -2115,6 +2119,10 @@
|
|
2115
2119
|
"notShared": {
|
2116
2120
|
"shape": "__long",
|
2117
2121
|
"locationName": "notShared"
|
2122
|
+
},
|
2123
|
+
"unknown": {
|
2124
|
+
"shape": "__long",
|
2125
|
+
"locationName": "unknown"
|
2118
2126
|
}
|
2119
2127
|
}
|
2120
2128
|
},
|
@@ -2310,6 +2318,33 @@
|
|
2310
2318
|
}
|
2311
2319
|
}
|
2312
2320
|
},
|
2321
|
+
"Cell": {
|
2322
|
+
"type": "structure",
|
2323
|
+
"members": {
|
2324
|
+
"cellReference": {
|
2325
|
+
"shape": "__string",
|
2326
|
+
"locationName": "cellReference"
|
2327
|
+
},
|
2328
|
+
"column": {
|
2329
|
+
"shape": "__long",
|
2330
|
+
"locationName": "column"
|
2331
|
+
},
|
2332
|
+
"columnName": {
|
2333
|
+
"shape": "__string",
|
2334
|
+
"locationName": "columnName"
|
2335
|
+
},
|
2336
|
+
"row": {
|
2337
|
+
"shape": "__long",
|
2338
|
+
"locationName": "row"
|
2339
|
+
}
|
2340
|
+
}
|
2341
|
+
},
|
2342
|
+
"Cells": {
|
2343
|
+
"type": "list",
|
2344
|
+
"member": {
|
2345
|
+
"shape": "Cell"
|
2346
|
+
}
|
2347
|
+
},
|
2313
2348
|
"ClassificationDetails": {
|
2314
2349
|
"type": "structure",
|
2315
2350
|
"members": {
|
@@ -2343,6 +2378,10 @@
|
|
2343
2378
|
"ClassificationResult": {
|
2344
2379
|
"type": "structure",
|
2345
2380
|
"members": {
|
2381
|
+
"additionalOccurrences": {
|
2382
|
+
"shape": "__boolean",
|
2383
|
+
"locationName": "additionalOccurrences"
|
2384
|
+
},
|
2346
2385
|
"customDataIdentifiers": {
|
2347
2386
|
"shape": "CustomDataIdentifiers",
|
2348
2387
|
"locationName": "customDataIdentifiers"
|
@@ -2718,6 +2757,10 @@
|
|
2718
2757
|
"name": {
|
2719
2758
|
"shape": "__string",
|
2720
2759
|
"locationName": "name"
|
2760
|
+
},
|
2761
|
+
"occurrences": {
|
2762
|
+
"shape": "Occurrences",
|
2763
|
+
"locationName": "occurrences"
|
2721
2764
|
}
|
2722
2765
|
}
|
2723
2766
|
},
|
@@ -2771,6 +2814,10 @@
|
|
2771
2814
|
"shape": "__long",
|
2772
2815
|
"locationName": "count"
|
2773
2816
|
},
|
2817
|
+
"occurrences": {
|
2818
|
+
"shape": "Occurrences",
|
2819
|
+
"locationName": "occurrences"
|
2820
|
+
},
|
2774
2821
|
"type": {
|
2775
2822
|
"shape": "__string",
|
2776
2823
|
"locationName": "type"
|
@@ -2969,6 +3016,10 @@
|
|
2969
3016
|
"tags": {
|
2970
3017
|
"shape": "TagMap",
|
2971
3018
|
"locationName": "tags"
|
3019
|
+
},
|
3020
|
+
"userPausedDetails": {
|
3021
|
+
"shape": "UserPausedDetails",
|
3022
|
+
"locationName": "userPausedDetails"
|
2972
3023
|
}
|
2973
3024
|
}
|
2974
3025
|
},
|
@@ -3961,7 +4012,8 @@
|
|
3961
4012
|
"PAUSED",
|
3962
4013
|
"CANCELLED",
|
3963
4014
|
"COMPLETE",
|
3964
|
-
"IDLE"
|
4015
|
+
"IDLE",
|
4016
|
+
"USER_PAUSED"
|
3965
4017
|
]
|
3966
4018
|
},
|
3967
4019
|
"JobSummary": {
|
@@ -3990,6 +4042,10 @@
|
|
3990
4042
|
"name": {
|
3991
4043
|
"shape": "__string",
|
3992
4044
|
"locationName": "name"
|
4045
|
+
},
|
4046
|
+
"userPausedDetails": {
|
4047
|
+
"shape": "UserPausedDetails",
|
4048
|
+
"locationName": "userPausedDetails"
|
3993
4049
|
}
|
3994
4050
|
}
|
3995
4051
|
},
|
@@ -4409,6 +4465,31 @@
|
|
4409
4465
|
}
|
4410
4466
|
}
|
4411
4467
|
},
|
4468
|
+
"Occurrences": {
|
4469
|
+
"type": "structure",
|
4470
|
+
"members": {
|
4471
|
+
"cells": {
|
4472
|
+
"shape": "Cells",
|
4473
|
+
"locationName": "cells"
|
4474
|
+
},
|
4475
|
+
"lineRanges": {
|
4476
|
+
"shape": "Ranges",
|
4477
|
+
"locationName": "lineRanges"
|
4478
|
+
},
|
4479
|
+
"offsetRanges": {
|
4480
|
+
"shape": "Ranges",
|
4481
|
+
"locationName": "offsetRanges"
|
4482
|
+
},
|
4483
|
+
"pages": {
|
4484
|
+
"shape": "Pages",
|
4485
|
+
"locationName": "pages"
|
4486
|
+
},
|
4487
|
+
"records": {
|
4488
|
+
"shape": "Records",
|
4489
|
+
"locationName": "records"
|
4490
|
+
}
|
4491
|
+
}
|
4492
|
+
},
|
4412
4493
|
"OrderBy": {
|
4413
4494
|
"type": "string",
|
4414
4495
|
"enum": [
|
@@ -4416,6 +4497,29 @@
|
|
4416
4497
|
"DESC"
|
4417
4498
|
]
|
4418
4499
|
},
|
4500
|
+
"Page": {
|
4501
|
+
"type": "structure",
|
4502
|
+
"members": {
|
4503
|
+
"lineRange": {
|
4504
|
+
"shape": "Range",
|
4505
|
+
"locationName": "lineRange"
|
4506
|
+
},
|
4507
|
+
"offsetRange": {
|
4508
|
+
"shape": "Range",
|
4509
|
+
"locationName": "offsetRange"
|
4510
|
+
},
|
4511
|
+
"pageNumber": {
|
4512
|
+
"shape": "__long",
|
4513
|
+
"locationName": "pageNumber"
|
4514
|
+
}
|
4515
|
+
}
|
4516
|
+
},
|
4517
|
+
"Pages": {
|
4518
|
+
"type": "list",
|
4519
|
+
"member": {
|
4520
|
+
"shape": "Page"
|
4521
|
+
}
|
4522
|
+
},
|
4419
4523
|
"PolicyDetails": {
|
4420
4524
|
"type": "structure",
|
4421
4525
|
"members": {
|
@@ -4450,6 +4554,44 @@
|
|
4450
4554
|
}
|
4451
4555
|
}
|
4452
4556
|
},
|
4557
|
+
"Range": {
|
4558
|
+
"type": "structure",
|
4559
|
+
"members": {
|
4560
|
+
"end": {
|
4561
|
+
"shape": "__long",
|
4562
|
+
"locationName": "end"
|
4563
|
+
},
|
4564
|
+
"start": {
|
4565
|
+
"shape": "__long",
|
4566
|
+
"locationName": "start"
|
4567
|
+
},
|
4568
|
+
"startColumn": {
|
4569
|
+
"shape": "__long",
|
4570
|
+
"locationName": "startColumn"
|
4571
|
+
}
|
4572
|
+
}
|
4573
|
+
},
|
4574
|
+
"Ranges": {
|
4575
|
+
"type": "list",
|
4576
|
+
"member": {
|
4577
|
+
"shape": "Range"
|
4578
|
+
}
|
4579
|
+
},
|
4580
|
+
"Record": {
|
4581
|
+
"type": "structure",
|
4582
|
+
"members": {
|
4583
|
+
"recordIndex": {
|
4584
|
+
"shape": "__long",
|
4585
|
+
"locationName": "recordIndex"
|
4586
|
+
}
|
4587
|
+
}
|
4588
|
+
},
|
4589
|
+
"Records": {
|
4590
|
+
"type": "list",
|
4591
|
+
"member": {
|
4592
|
+
"shape": "Record"
|
4593
|
+
}
|
4594
|
+
},
|
4453
4595
|
"RelationshipStatus": {
|
4454
4596
|
"type": "string",
|
4455
4597
|
"enum": [
|
@@ -5362,6 +5504,23 @@
|
|
5362
5504
|
"AWSService"
|
5363
5505
|
]
|
5364
5506
|
},
|
5507
|
+
"UserPausedDetails": {
|
5508
|
+
"type": "structure",
|
5509
|
+
"members": {
|
5510
|
+
"jobExpiresAt": {
|
5511
|
+
"shape": "__timestampIso8601",
|
5512
|
+
"locationName": "jobExpiresAt"
|
5513
|
+
},
|
5514
|
+
"jobImminentExpirationHealthEventArn": {
|
5515
|
+
"shape": "__string",
|
5516
|
+
"locationName": "jobImminentExpirationHealthEventArn"
|
5517
|
+
},
|
5518
|
+
"jobPausedAt": {
|
5519
|
+
"shape": "__timestampIso8601",
|
5520
|
+
"locationName": "jobPausedAt"
|
5521
|
+
}
|
5522
|
+
}
|
5523
|
+
},
|
5365
5524
|
"ValidationException": {
|
5366
5525
|
"type": "structure",
|
5367
5526
|
"members": {
|