aws-sdk-core 2.11.527 → 2.11.532

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }
@@ -31,7 +31,8 @@
31
31
  {"shape":"InvalidInput"},
32
32
  {"shape":"PublicZoneVPCAssociation"},
33
33
  {"shape":"ConflictingDomainExists"},
34
- {"shape":"LimitsExceeded"}
34
+ {"shape":"LimitsExceeded"},
35
+ {"shape":"PriorRequestNotComplete"}
35
36
  ]
36
37
  },
37
38
  "ChangeResourceRecordSets":{
@@ -635,6 +636,19 @@
635
636
  {"shape":"InvalidDomainName"}
636
637
  ]
637
638
  },
639
+ "ListHostedZonesByVPC":{
640
+ "name":"ListHostedZonesByVPC",
641
+ "http":{
642
+ "method":"GET",
643
+ "requestUri":"/2013-04-01/hostedzonesbyvpc"
644
+ },
645
+ "input":{"shape":"ListHostedZonesByVPCRequest"},
646
+ "output":{"shape":"ListHostedZonesByVPCResponse"},
647
+ "errors":[
648
+ {"shape":"InvalidInput"},
649
+ {"shape":"InvalidPaginationToken"}
650
+ ]
651
+ },
638
652
  "ListQueryLoggingConfigs":{
639
653
  "name":"ListQueryLoggingConfigs",
640
654
  "http":{
@@ -878,6 +892,7 @@
878
892
  }
879
893
  },
880
894
  "shapes":{
895
+ "AWSAccountID":{"type":"string"},
881
896
  "AccountLimit":{
882
897
  "type":"structure",
883
898
  "required":[
@@ -2243,7 +2258,38 @@
2243
2258
  },
2244
2259
  "exception":true
2245
2260
  },
2261
+ "HostedZoneOwner":{
2262
+ "type":"structure",
2263
+ "members":{
2264
+ "OwningAccount":{"shape":"AWSAccountID"},
2265
+ "OwningService":{"shape":"HostedZoneOwningService"}
2266
+ }
2267
+ },
2268
+ "HostedZoneOwningService":{
2269
+ "type":"string",
2270
+ "max":128
2271
+ },
2246
2272
  "HostedZoneRRSetCount":{"type":"long"},
2273
+ "HostedZoneSummaries":{
2274
+ "type":"list",
2275
+ "member":{
2276
+ "shape":"HostedZoneSummary",
2277
+ "locationName":"HostedZoneSummary"
2278
+ }
2279
+ },
2280
+ "HostedZoneSummary":{
2281
+ "type":"structure",
2282
+ "required":[
2283
+ "HostedZoneId",
2284
+ "Name",
2285
+ "Owner"
2286
+ ],
2287
+ "members":{
2288
+ "HostedZoneId":{"shape":"ResourceId"},
2289
+ "Name":{"shape":"DNSName"},
2290
+ "Owner":{"shape":"HostedZoneOwner"}
2291
+ }
2292
+ },
2247
2293
  "HostedZones":{
2248
2294
  "type":"list",
2249
2295
  "member":{
@@ -2473,6 +2519,47 @@
2473
2519
  "MaxItems":{"shape":"PageMaxItems"}
2474
2520
  }
2475
2521
  },
2522
+ "ListHostedZonesByVPCRequest":{
2523
+ "type":"structure",
2524
+ "required":[
2525
+ "VPCId",
2526
+ "VPCRegion"
2527
+ ],
2528
+ "members":{
2529
+ "VPCId":{
2530
+ "shape":"VPCId",
2531
+ "location":"querystring",
2532
+ "locationName":"vpcid"
2533
+ },
2534
+ "VPCRegion":{
2535
+ "shape":"VPCRegion",
2536
+ "location":"querystring",
2537
+ "locationName":"vpcregion"
2538
+ },
2539
+ "MaxItems":{
2540
+ "shape":"PageMaxItems",
2541
+ "location":"querystring",
2542
+ "locationName":"maxitems"
2543
+ },
2544
+ "NextToken":{
2545
+ "shape":"PaginationToken",
2546
+ "location":"querystring",
2547
+ "locationName":"nexttoken"
2548
+ }
2549
+ }
2550
+ },
2551
+ "ListHostedZonesByVPCResponse":{
2552
+ "type":"structure",
2553
+ "required":[
2554
+ "HostedZoneSummaries",
2555
+ "MaxItems"
2556
+ ],
2557
+ "members":{
2558
+ "HostedZoneSummaries":{"shape":"HostedZoneSummaries"},
2559
+ "MaxItems":{"shape":"PageMaxItems"},
2560
+ "NextToken":{"shape":"PaginationToken"}
2561
+ }
2562
+ },
2476
2563
  "ListHostedZonesRequest":{
2477
2564
  "type":"structure",
2478
2565
  "members":{
@@ -3012,7 +3099,7 @@
3012
3099
  "PageTruncated":{"type":"boolean"},
3013
3100
  "PaginationToken":{
3014
3101
  "type":"string",
3015
- "max":256
3102
+ "max":1024
3016
3103
  },
3017
3104
  "Period":{
3018
3105
  "type":"integer",
@@ -1247,7 +1247,8 @@
1247
1247
  "DELIVERY",
1248
1248
  "OPEN",
1249
1249
  "CLICK",
1250
- "RENDERING_FAILURE"
1250
+ "RENDERING_FAILURE",
1251
+ "DELIVERY_DELAY"
1251
1252
  ]
1252
1253
  },
1253
1254
  "EventTypes":{
@@ -450,7 +450,8 @@
450
450
  "ClusterId":{"shape":"ClusterId"},
451
451
  "SnowballType":{"shape":"SnowballType"},
452
452
  "ForwardingAddressId":{"shape":"AddressId"},
453
- "TaxDocuments":{"shape":"TaxDocuments"}
453
+ "TaxDocuments":{"shape":"TaxDocuments"},
454
+ "DeviceConfiguration":{"shape":"DeviceConfiguration"}
454
455
  }
455
456
  },
456
457
  "CreateJobResult":{
@@ -522,6 +523,12 @@
522
523
  "SubJobMetadata":{"shape":"JobMetadataList"}
523
524
  }
524
525
  },
526
+ "DeviceConfiguration":{
527
+ "type":"structure",
528
+ "members":{
529
+ "SnowconeDeviceConfiguration":{"shape":"SnowconeDeviceConfiguration"}
530
+ }
531
+ },
525
532
  "Ec2AmiResource":{
526
533
  "type":"structure",
527
534
  "required":["AmiId"],
@@ -699,7 +706,8 @@
699
706
  "JobLogInfo":{"shape":"JobLogs"},
700
707
  "ClusterId":{"shape":"String"},
701
708
  "ForwardingAddressId":{"shape":"AddressId"},
702
- "TaxDocuments":{"shape":"TaxDocuments"}
709
+ "TaxDocuments":{"shape":"TaxDocuments"},
710
+ "DeviceConfiguration":{"shape":"DeviceConfiguration"}
703
711
  }
704
712
  },
705
713
  "JobMetadataList":{
@@ -898,6 +906,7 @@
898
906
  "T100",
899
907
  "T42",
900
908
  "T98",
909
+ "T8",
901
910
  "NoPreference"
902
911
  ]
903
912
  },
@@ -908,9 +917,16 @@
908
917
  "EDGE",
909
918
  "EDGE_C",
910
919
  "EDGE_CG",
911
- "EDGE_S"
920
+ "EDGE_S",
921
+ "SNC1_HDD"
912
922
  ]
913
923
  },
924
+ "SnowconeDeviceConfiguration":{
925
+ "type":"structure",
926
+ "members":{
927
+ "WirelessConnection":{"shape":"WirelessConnection"}
928
+ }
929
+ },
914
930
  "SnsTopicARN":{
915
931
  "type":"string",
916
932
  "max":255,
@@ -972,6 +988,12 @@
972
988
  "type":"structure",
973
989
  "members":{
974
990
  }
991
+ },
992
+ "WirelessConnection":{
993
+ "type":"structure",
994
+ "members":{
995
+ "IsWifiEnabled":{"shape":"Boolean"}
996
+ }
975
997
  }
976
998
  }
977
999
  }
@@ -3081,6 +3081,10 @@
3081
3081
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
3082
3082
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
3083
3083
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
3084
+ "ScheduleOffset":{
3085
+ "shape":"MaintenanceWindowOffset",
3086
+ "box":true
3087
+ },
3084
3088
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
3085
3089
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
3086
3090
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -4676,6 +4680,10 @@
4676
4680
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
4677
4681
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
4678
4682
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
4683
+ "ScheduleOffset":{
4684
+ "shape":"MaintenanceWindowOffset",
4685
+ "box":true
4686
+ },
4679
4687
  "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"},
4680
4688
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
4681
4689
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
@@ -6303,6 +6311,10 @@
6303
6311
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
6304
6312
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
6305
6313
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
6314
+ "ScheduleOffset":{
6315
+ "shape":"MaintenanceWindowOffset",
6316
+ "box":true
6317
+ },
6306
6318
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
6307
6319
  "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
6308
6320
  "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}
@@ -6353,6 +6365,11 @@
6353
6365
  "min":3,
6354
6366
  "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
6355
6367
  },
6368
+ "MaintenanceWindowOffset":{
6369
+ "type":"integer",
6370
+ "max":6,
6371
+ "min":1
6372
+ },
6356
6373
  "MaintenanceWindowResourceType":{
6357
6374
  "type":"string",
6358
6375
  "enum":[
@@ -9017,6 +9034,10 @@
9017
9034
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
9018
9035
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
9019
9036
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
9037
+ "ScheduleOffset":{
9038
+ "shape":"MaintenanceWindowOffset",
9039
+ "box":true
9040
+ },
9020
9041
  "Duration":{
9021
9042
  "shape":"MaintenanceWindowDurationHours",
9022
9043
  "box":true
@@ -9049,6 +9070,10 @@
9049
9070
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
9050
9071
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
9051
9072
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
9073
+ "ScheduleOffset":{
9074
+ "shape":"MaintenanceWindowOffset",
9075
+ "box":true
9076
+ },
9052
9077
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
9053
9078
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
9054
9079
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -1442,6 +1442,7 @@
1442
1442
  },
1443
1443
  "datasync" : {
1444
1444
  "endpoints" : {
1445
+ "af-south-1" : { },
1445
1446
  "ap-east-1" : { },
1446
1447
  "ap-northeast-1" : { },
1447
1448
  "ap-northeast-2" : { },
@@ -1451,6 +1452,7 @@
1451
1452
  "ca-central-1" : { },
1452
1453
  "eu-central-1" : { },
1453
1454
  "eu-north-1" : { },
1455
+ "eu-south-1" : { },
1454
1456
  "eu-west-1" : { },
1455
1457
  "eu-west-2" : { },
1456
1458
  "eu-west-3" : { },
@@ -3230,6 +3232,7 @@
3230
3232
  },
3231
3233
  "license-manager" : {
3232
3234
  "endpoints" : {
3235
+ "af-south-1" : { },
3233
3236
  "ap-east-1" : { },
3234
3237
  "ap-northeast-1" : { },
3235
3238
  "ap-northeast-2" : { },
@@ -3239,6 +3242,7 @@
3239
3242
  "ca-central-1" : { },
3240
3243
  "eu-central-1" : { },
3241
3244
  "eu-north-1" : { },
3245
+ "eu-south-1" : { },
3242
3246
  "eu-west-1" : { },
3243
3247
  "eu-west-2" : { },
3244
3248
  "eu-west-3" : { },
@@ -4791,6 +4795,7 @@
4791
4795
  },
4792
4796
  "servicecatalog" : {
4793
4797
  "endpoints" : {
4798
+ "af-south-1" : { },
4794
4799
  "ap-east-1" : { },
4795
4800
  "ap-northeast-1" : { },
4796
4801
  "ap-northeast-2" : { },
@@ -4800,6 +4805,7 @@
4800
4805
  "ca-central-1" : { },
4801
4806
  "eu-central-1" : { },
4802
4807
  "eu-north-1" : { },
4808
+ "eu-south-1" : { },
4803
4809
  "eu-west-1" : { },
4804
4810
  "eu-west-2" : { },
4805
4811
  "eu-west-3" : { },
@@ -6032,6 +6038,18 @@
6032
6038
  "cn-northwest-1" : { }
6033
6039
  }
6034
6040
  },
6041
+ "budgets" : {
6042
+ "endpoints" : {
6043
+ "aws-cn-global" : {
6044
+ "credentialScope" : {
6045
+ "region" : "cn-northwest-1"
6046
+ },
6047
+ "hostname" : "budgets.amazonaws.com.cn"
6048
+ }
6049
+ },
6050
+ "isRegionalized" : false,
6051
+ "partitionEndpoint" : "aws-cn-global"
6052
+ },
6035
6053
  "cloudformation" : {
6036
6054
  "endpoints" : {
6037
6055
  "cn-north-1" : { },
@@ -7046,7 +7064,7 @@
7046
7064
  "credentialScope" : {
7047
7065
  "region" : "us-gov-west-1"
7048
7066
  },
7049
- "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
7067
+ "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
7050
7068
  },
7051
7069
  "us-gov-east-1" : { },
7052
7070
  "us-gov-west-1" : { }
@@ -8430,6 +8448,11 @@
8430
8448
  "us-isob-east-1" : { }
8431
8449
  }
8432
8450
  },
8451
+ "lambda" : {
8452
+ "endpoints" : {
8453
+ "us-isob-east-1" : { }
8454
+ }
8455
+ },
8433
8456
  "license-manager" : {
8434
8457
  "endpoints" : {
8435
8458
  "us-isob-east-1" : { }
@@ -63,7 +63,13 @@ module Aws
63
63
  def soft_deprecation
64
64
  unless @warned
65
65
  @warned = true
66
- warn("NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby V3")
66
+ warn(
67
+ "Version 2 of the Ruby SDK will enter maintenance mode as of "\
68
+ "November 20, 2020. To continue receiving service updates and new "\
69
+ "features, please upgrade to Version 3. More information can be "\
70
+ "found here: https://aws.amazon.com/blogs/developer/"\
71
+ "deprecation-schedule-for-aws-sdk-for-ruby-v2/"
72
+ )
67
73
  end
68
74
  end
69
75