aws-sdk-core 2.11.528 → 2.11.533

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":{
@@ -418,6 +418,10 @@
418
418
  {"shape":"EC2UnexpectedException"},
419
419
  {"shape":"SubnetIPAddressLimitReachedException"},
420
420
  {"shape":"ENILimitReachedException"},
421
+ {"shape":"EFSMountConnectivityException"},
422
+ {"shape":"EFSMountFailureException"},
423
+ {"shape":"EFSMountTimeoutException"},
424
+ {"shape":"EFSIOException"},
421
425
  {"shape":"EC2ThrottledException"},
422
426
  {"shape":"EC2AccessDeniedException"},
423
427
  {"shape":"InvalidSubnetIDException"},
@@ -1067,7 +1071,8 @@
1067
1071
  "KMSKeyArn":{"shape":"KMSKeyArn"},
1068
1072
  "TracingConfig":{"shape":"TracingConfig"},
1069
1073
  "Tags":{"shape":"Tags"},
1070
- "Layers":{"shape":"LayerList"}
1074
+ "Layers":{"shape":"LayerList"},
1075
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1071
1076
  }
1072
1077
  },
1073
1078
  "Date":{"type":"timestamp"},
@@ -1234,6 +1239,42 @@
1234
1239
  "error":{"httpStatusCode":502},
1235
1240
  "exception":true
1236
1241
  },
1242
+ "EFSIOException":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ "Type":{"shape":"String"},
1246
+ "Message":{"shape":"String"}
1247
+ },
1248
+ "error":{"httpStatusCode":410},
1249
+ "exception":true
1250
+ },
1251
+ "EFSMountConnectivityException":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "Type":{"shape":"String"},
1255
+ "Message":{"shape":"String"}
1256
+ },
1257
+ "error":{"httpStatusCode":408},
1258
+ "exception":true
1259
+ },
1260
+ "EFSMountFailureException":{
1261
+ "type":"structure",
1262
+ "members":{
1263
+ "Type":{"shape":"String"},
1264
+ "Message":{"shape":"String"}
1265
+ },
1266
+ "error":{"httpStatusCode":403},
1267
+ "exception":true
1268
+ },
1269
+ "EFSMountTimeoutException":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "Type":{"shape":"String"},
1273
+ "Message":{"shape":"String"}
1274
+ },
1275
+ "error":{"httpStatusCode":408},
1276
+ "exception":true
1277
+ },
1237
1278
  "ENILimitReachedException":{
1238
1279
  "type":"structure",
1239
1280
  "members":{
@@ -1316,6 +1357,27 @@
1316
1357
  "min":0,
1317
1358
  "pattern":"[a-zA-Z0-9._\\-]+"
1318
1359
  },
1360
+ "FileSystemArn":{
1361
+ "type":"string",
1362
+ "max":200,
1363
+ "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}"
1364
+ },
1365
+ "FileSystemConfig":{
1366
+ "type":"structure",
1367
+ "required":[
1368
+ "Arn",
1369
+ "LocalMountPath"
1370
+ ],
1371
+ "members":{
1372
+ "Arn":{"shape":"FileSystemArn"},
1373
+ "LocalMountPath":{"shape":"LocalMountPath"}
1374
+ }
1375
+ },
1376
+ "FileSystemConfigList":{
1377
+ "type":"list",
1378
+ "member":{"shape":"FileSystemConfig"},
1379
+ "max":1
1380
+ },
1319
1381
  "FunctionArn":{
1320
1382
  "type":"string",
1321
1383
  "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
@@ -1364,7 +1426,8 @@
1364
1426
  "StateReasonCode":{"shape":"StateReasonCode"},
1365
1427
  "LastUpdateStatus":{"shape":"LastUpdateStatus"},
1366
1428
  "LastUpdateStatusReason":{"shape":"LastUpdateStatusReason"},
1367
- "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"}
1429
+ "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"},
1430
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1368
1431
  }
1369
1432
  },
1370
1433
  "FunctionEventInvokeConfig":{
@@ -2197,6 +2260,11 @@
2197
2260
  "Versions":{"shape":"FunctionList"}
2198
2261
  }
2199
2262
  },
2263
+ "LocalMountPath":{
2264
+ "type":"string",
2265
+ "max":160,
2266
+ "pattern":"^/mnt/[a-zA-Z0-9-_.]+$"
2267
+ },
2200
2268
  "LogType":{
2201
2269
  "type":"string",
2202
2270
  "enum":[
@@ -2893,7 +2961,8 @@
2893
2961
  "KMSKeyArn":{"shape":"KMSKeyArn"},
2894
2962
  "TracingConfig":{"shape":"TracingConfig"},
2895
2963
  "RevisionId":{"shape":"String"},
2896
- "Layers":{"shape":"LayerList"}
2964
+ "Layers":{"shape":"LayerList"},
2965
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
2897
2966
  }
2898
2967
  },
2899
2968
  "UpdateFunctionEventInvokeConfigRequest":{
@@ -649,9 +649,9 @@
649
649
  "output": {
650
650
  }
651
651
  },
652
- "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
- "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
654
- "title": "To get a provisioned concurrency configuration"
652
+ "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
+ "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
654
+ "title": "To view a provisioned concurrency configuration"
655
655
  },
656
656
  {
657
657
  "input": {
@@ -671,9 +671,9 @@
671
671
  "output": {
672
672
  }
673
673
  },
674
- "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
- "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
676
- "title": "To view a provisioned concurrency configuration"
674
+ "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
+ "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
676
+ "title": "To get a provisioned concurrency configuration"
677
677
  }
678
678
  ],
679
679
  "Invoke": [
@@ -6721,6 +6721,27 @@
6721
6721
  }
6722
6722
  }
6723
6723
  },
6724
+ "NexGuardFileMarkerSettings": {
6725
+ "type": "structure",
6726
+ "members": {
6727
+ "License": {
6728
+ "shape": "__stringMin1Max100000",
6729
+ "locationName": "license"
6730
+ },
6731
+ "Payload": {
6732
+ "shape": "__integerMin0Max4194303",
6733
+ "locationName": "payload"
6734
+ },
6735
+ "Preset": {
6736
+ "shape": "__stringMin1Max256",
6737
+ "locationName": "preset"
6738
+ },
6739
+ "Strength": {
6740
+ "shape": "WatermarkingStrength",
6741
+ "locationName": "strength"
6742
+ }
6743
+ }
6744
+ },
6724
6745
  "NielsenConfiguration": {
6725
6746
  "type": "structure",
6726
6747
  "members": {
@@ -7006,6 +7027,15 @@
7006
7027
  }
7007
7028
  }
7008
7029
  },
7030
+ "PartnerWatermarking": {
7031
+ "type": "structure",
7032
+ "members": {
7033
+ "NexguardFileMarkerSettings": {
7034
+ "shape": "NexGuardFileMarkerSettings",
7035
+ "locationName": "nexguardFileMarkerSettings"
7036
+ }
7037
+ }
7038
+ },
7009
7039
  "Preset": {
7010
7040
  "type": "structure",
7011
7041
  "members": {
@@ -8055,6 +8085,10 @@
8055
8085
  "shape": "NoiseReducer",
8056
8086
  "locationName": "noiseReducer"
8057
8087
  },
8088
+ "PartnerWatermarking": {
8089
+ "shape": "PartnerWatermarking",
8090
+ "locationName": "partnerWatermarking"
8091
+ },
8058
8092
  "TimecodeBurnin": {
8059
8093
  "shape": "TimecodeBurnin",
8060
8094
  "locationName": "timecodeBurnin"
@@ -8300,6 +8334,16 @@
8300
8334
  }
8301
8335
  }
8302
8336
  },
8337
+ "WatermarkingStrength": {
8338
+ "type": "string",
8339
+ "enum": [
8340
+ "LIGHTEST",
8341
+ "LIGHTER",
8342
+ "DEFAULT",
8343
+ "STRONGER",
8344
+ "STRONGEST"
8345
+ ]
8346
+ },
8303
8347
  "WavFormat": {
8304
8348
  "type": "string",
8305
8349
  "enum": [
@@ -8448,6 +8492,11 @@
8448
8492
  "min": 0,
8449
8493
  "max": 4
8450
8494
  },
8495
+ "__integerMin0Max4194303": {
8496
+ "type": "integer",
8497
+ "min": 0,
8498
+ "max": 4194303
8499
+ },
8451
8500
  "__integerMin0Max47185920": {
8452
8501
  "type": "integer",
8453
8502
  "min": 0,
@@ -9053,6 +9102,11 @@
9053
9102
  "max": 24,
9054
9103
  "pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
9055
9104
  },
9105
+ "__stringMin1Max100000": {
9106
+ "type": "string",
9107
+ "min": 1,
9108
+ "max": 100000
9109
+ },
9056
9110
  "__stringMin1Max256": {
9057
9111
  "type": "string",
9058
9112
  "min": 1,
@@ -9187,4 +9241,4 @@
9187
9241
  "timestampFormat": "unixTimestamp"
9188
9242
  }
9189
9243
  }
9190
- }
9244
+ }
@@ -4715,6 +4715,10 @@
4715
4715
  "shape": "__listOfCaptionDescription",
4716
4716
  "locationName": "captionDescriptions"
4717
4717
  },
4718
+ "FeatureActivations": {
4719
+ "shape": "FeatureActivations",
4720
+ "locationName": "featureActivations"
4721
+ },
4718
4722
  "GlobalConfiguration": {
4719
4723
  "shape": "GlobalConfiguration",
4720
4724
  "locationName": "globalConfiguration"
@@ -4743,6 +4747,22 @@
4743
4747
  "TimecodeConfig"
4744
4748
  ]
4745
4749
  },
4750
+ "FeatureActivations": {
4751
+ "type": "structure",
4752
+ "members": {
4753
+ "InputPrepareScheduleActions": {
4754
+ "shape": "FeatureActivationsInputPrepareScheduleActions",
4755
+ "locationName": "inputPrepareScheduleActions"
4756
+ }
4757
+ }
4758
+ },
4759
+ "FeatureActivationsInputPrepareScheduleActions": {
4760
+ "type": "string",
4761
+ "enum": [
4762
+ "DISABLED",
4763
+ "ENABLED"
4764
+ ]
4765
+ },
4746
4766
  "FecOutputIncludeFec": {
4747
4767
  "type": "string",
4748
4768
  "enum": [
@@ -6706,6 +6726,26 @@
6706
6726
  "PRIMARY_INPUT_PREFERRED"
6707
6727
  ]
6708
6728
  },
6729
+ "InputPrepareScheduleActionSettings": {
6730
+ "type": "structure",
6731
+ "members": {
6732
+ "InputAttachmentNameReference": {
6733
+ "shape": "__string",
6734
+ "locationName": "inputAttachmentNameReference"
6735
+ },
6736
+ "InputClippingSettings": {
6737
+ "shape": "InputClippingSettings",
6738
+ "locationName": "inputClippingSettings"
6739
+ },
6740
+ "UrlPath": {
6741
+ "shape": "__listOf__string",
6742
+ "locationName": "urlPath"
6743
+ }
6744
+ },
6745
+ "required": [
6746
+ "InputAttachmentNameReference"
6747
+ ]
6748
+ },
6709
6749
  "InputResolution": {
6710
6750
  "type": "string",
6711
6751
  "enum": [
@@ -9203,6 +9243,10 @@
9203
9243
  "shape": "HlsTimedMetadataScheduleActionSettings",
9204
9244
  "locationName": "hlsTimedMetadataSettings"
9205
9245
  },
9246
+ "InputPrepareSettings": {
9247
+ "shape": "InputPrepareScheduleActionSettings",
9248
+ "locationName": "inputPrepareSettings"
9249
+ },
9206
9250
  "InputSwitchSettings": {
9207
9251
  "shape": "InputSwitchScheduleActionSettings",
9208
9252
  "locationName": "inputSwitchSettings"
@@ -406,6 +406,7 @@
406
406
  "CreateServerRequest":{
407
407
  "type":"structure",
408
408
  "required":[
409
+ "Engine",
409
410
  "ServerName",
410
411
  "InstanceProfileArn",
411
412
  "InstanceType",
@@ -791,6 +791,7 @@
791
791
  "Justin",
792
792
  "Karl",
793
793
  "Kendra",
794
+ "Kevin",
794
795
  "Kimberly",
795
796
  "Lea",
796
797
  "Liv",
@@ -2770,7 +2770,8 @@
2770
2770
  "EnableHttpEndpoint":{"shape":"BooleanOptional"},
2771
2771
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
2772
2772
  "Domain":{"shape":"String"},
2773
- "DomainIAMRoleName":{"shape":"String"}
2773
+ "DomainIAMRoleName":{"shape":"String"},
2774
+ "EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
2774
2775
  }
2775
2776
  },
2776
2777
  "CreateDBClusterParameterGroupMessage":{
@@ -3201,7 +3202,9 @@
3201
3202
  "ActivityStreamKinesisStreamName":{"shape":"String"},
3202
3203
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3203
3204
  "CrossAccountClone":{"shape":"BooleanOptional"},
3204
- "DomainMemberships":{"shape":"DomainMembershipList"}
3205
+ "DomainMemberships":{"shape":"DomainMembershipList"},
3206
+ "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
3207
+ "GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
3205
3208
  },
3206
3209
  "wrapper":true
3207
3210
  },
@@ -5345,7 +5348,8 @@
5345
5348
  "members":{
5346
5349
  "DBClusterArn":{"shape":"String"},
5347
5350
  "Readers":{"shape":"ReadersArnList"},
5348
- "IsWriter":{"shape":"Boolean"}
5351
+ "IsWriter":{"shape":"Boolean"},
5352
+ "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"}
5349
5353
  },
5350
5354
  "wrapper":true
5351
5355
  },
@@ -5906,7 +5910,8 @@
5906
5910
  "ScalingConfiguration":{"shape":"ScalingConfiguration"},
5907
5911
  "DeletionProtection":{"shape":"BooleanOptional"},
5908
5912
  "EnableHttpEndpoint":{"shape":"BooleanOptional"},
5909
- "CopyTagsToSnapshot":{"shape":"BooleanOptional"}
5913
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
5914
+ "EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
5910
5915
  }
5911
5916
  },
5912
5917
  "ModifyDBClusterParameterGroupMessage":{
@@ -7698,6 +7703,16 @@
7698
7703
  "VpnName":{"shape":"String"},
7699
7704
  "VpnState":{"shape":"String"}
7700
7705
  }
7706
+ },
7707
+ "WriteForwardingStatus":{
7708
+ "type":"string",
7709
+ "enum":[
7710
+ "enabled",
7711
+ "disabled",
7712
+ "enabling",
7713
+ "disabling",
7714
+ "unknown"
7715
+ ]
7701
7716
  }
7702
7717
  }
7703
7718
  }
@@ -1,11 +1,47 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeCertificates": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxRecords",
6
+ "output_token": "Marker",
7
+ "result_key": "Certificates"
8
+ },
3
9
  "DescribeCustomAvailabilityZones": {
4
10
  "input_token": "Marker",
5
11
  "limit_key": "MaxRecords",
6
12
  "output_token": "Marker",
7
13
  "result_key": "CustomAvailabilityZones"
8
14
  },
15
+ "DescribeDBClusterBacktracks": {
16
+ "input_token": "Marker",
17
+ "limit_key": "MaxRecords",
18
+ "output_token": "Marker",
19
+ "result_key": "DBClusterBacktracks"
20
+ },
21
+ "DescribeDBClusterEndpoints": {
22
+ "input_token": "Marker",
23
+ "limit_key": "MaxRecords",
24
+ "output_token": "Marker",
25
+ "result_key": "DBClusterEndpoints"
26
+ },
27
+ "DescribeDBClusterParameterGroups": {
28
+ "input_token": "Marker",
29
+ "limit_key": "MaxRecords",
30
+ "output_token": "Marker",
31
+ "result_key": "DBClusterParameterGroups"
32
+ },
33
+ "DescribeDBClusterParameters": {
34
+ "input_token": "Marker",
35
+ "limit_key": "MaxRecords",
36
+ "output_token": "Marker",
37
+ "result_key": "Parameters"
38
+ },
39
+ "DescribeDBClusterSnapshots": {
40
+ "input_token": "Marker",
41
+ "limit_key": "MaxRecords",
42
+ "output_token": "Marker",
43
+ "result_key": "DBClusterSnapshots"
44
+ },
9
45
  "DescribeDBClusters": {
10
46
  "input_token": "Marker",
11
47
  "limit_key": "MaxRecords",
@@ -138,6 +174,12 @@
138
174
  "output_token": "Marker",
139
175
  "result_key": "OrderableDBInstanceOptions"
140
176
  },
177
+ "DescribePendingMaintenanceActions": {
178
+ "input_token": "Marker",
179
+ "limit_key": "MaxRecords",
180
+ "output_token": "Marker",
181
+ "result_key": "PendingMaintenanceActions"
182
+ },
141
183
  "DescribeReservedDBInstances": {
142
184
  "input_token": "Marker",
143
185
  "limit_key": "MaxRecords",
@@ -150,6 +192,12 @@
150
192
  "output_token": "Marker",
151
193
  "result_key": "ReservedDBInstancesOfferings"
152
194
  },
195
+ "DescribeSourceRegions": {
196
+ "input_token": "Marker",
197
+ "limit_key": "MaxRecords",
198
+ "output_token": "Marker",
199
+ "result_key": "SourceRegions"
200
+ },
153
201
  "DownloadDBLogFilePortion": {
154
202
  "input_token": "Marker",
155
203
  "limit_key": "NumberOfLines",