aws-sdk-core 2.11.618 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  3. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  4. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  5. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +209 -1
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +190 -11
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/es/2015-01-01/api-2.json +163 -3
  13. data/apis/es/2015-01-01/paginators-1.json +5 -0
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/fsx/2018-03-01/api-2.json +147 -5
  18. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  19. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  20. data/apis/iot/2015-05-28/api-2.json +18 -4
  21. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  22. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  23. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  24. data/apis/kendra/2019-02-03/api-2.json +105 -7
  25. data/apis/lambda/2015-03-31/api-2.json +36 -2
  26. data/apis/macie2/2020-01-01/api-2.json +4 -0
  27. data/apis/medialive/2017-10-14/api-2.json +16 -0
  28. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  29. data/apis/mq/2017-11-27/api-2.json +6 -2
  30. data/apis/rds/2014-10-31/api-2.json +2 -1
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  34. data/apis/ssm/2014-11-06/api-2.json +2 -1
  35. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  36. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  37. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  38. data/apis/xray/2016-04-12/api-2.json +277 -0
  39. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  40. data/endpoints.json +91 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. metadata +2 -2
@@ -9,6 +9,11 @@
9
9
  "limit_key": "MaxResults",
10
10
  "output_token": "NextToken"
11
11
  },
12
+ "ListExports": {
13
+ "input_token": "NextToken",
14
+ "limit_key": "MaxResults",
15
+ "output_token": "NextToken"
16
+ },
12
17
  "ListTables": {
13
18
  "input_token": "ExclusiveStartTableName",
14
19
  "limit_key": "Limit",
@@ -4065,7 +4065,7 @@
4065
4065
  "members":{
4066
4066
  "Domain":{"shape":"DomainType"},
4067
4067
  "Address":{"shape":"PublicIpAddress"},
4068
- "PublicIpv4Pool":{"shape":"String"},
4068
+ "PublicIpv4Pool":{"shape":"Ipv4PoolEc2Id"},
4069
4069
  "NetworkBorderGroup":{"shape":"String"},
4070
4070
  "CustomerOwnedIpv4Pool":{"shape":"String"},
4071
4071
  "DryRun":{
@@ -4766,7 +4766,8 @@
4766
4766
  "NetworkInterfaceId":{
4767
4767
  "shape":"NetworkInterfaceId",
4768
4768
  "locationName":"networkInterfaceId"
4769
- }
4769
+ },
4770
+ "NetworkCardIndex":{"shape":"Integer"}
4770
4771
  }
4771
4772
  },
4772
4773
  "AttachNetworkInterfaceResult":{
@@ -4775,6 +4776,10 @@
4775
4776
  "AttachmentId":{
4776
4777
  "shape":"String",
4777
4778
  "locationName":"attachmentId"
4779
+ },
4780
+ "NetworkCardIndex":{
4781
+ "shape":"Integer",
4782
+ "locationName":"networkCardIndex"
4778
4783
  }
4779
4784
  }
4780
4785
  },
@@ -5970,6 +5975,30 @@
5970
5975
  "active"
5971
5976
  ]
5972
5977
  },
5978
+ "ClientConnectOptions":{
5979
+ "type":"structure",
5980
+ "members":{
5981
+ "Enabled":{"shape":"Boolean"},
5982
+ "LambdaFunctionArn":{"shape":"String"}
5983
+ }
5984
+ },
5985
+ "ClientConnectResponseOptions":{
5986
+ "type":"structure",
5987
+ "members":{
5988
+ "Enabled":{
5989
+ "shape":"Boolean",
5990
+ "locationName":"enabled"
5991
+ },
5992
+ "LambdaFunctionArn":{
5993
+ "shape":"String",
5994
+ "locationName":"lambdaFunctionArn"
5995
+ },
5996
+ "Status":{
5997
+ "shape":"ClientVpnEndpointAttributeStatus",
5998
+ "locationName":"status"
5999
+ }
6000
+ }
6001
+ },
5973
6002
  "ClientData":{
5974
6003
  "type":"structure",
5975
6004
  "members":{
@@ -6105,6 +6134,10 @@
6105
6134
  "ConnectionEndTime":{
6106
6135
  "shape":"String",
6107
6136
  "locationName":"connectionEndTime"
6137
+ },
6138
+ "PostureComplianceStatuses":{
6139
+ "shape":"ValueStringList",
6140
+ "locationName":"postureComplianceStatusSet"
6108
6141
  }
6109
6142
  }
6110
6143
  },
@@ -6221,9 +6254,33 @@
6221
6254
  "SelfServicePortalUrl":{
6222
6255
  "shape":"String",
6223
6256
  "locationName":"selfServicePortalUrl"
6257
+ },
6258
+ "ClientConnectOptions":{
6259
+ "shape":"ClientConnectResponseOptions",
6260
+ "locationName":"clientConnectOptions"
6224
6261
  }
6225
6262
  }
6226
6263
  },
6264
+ "ClientVpnEndpointAttributeStatus":{
6265
+ "type":"structure",
6266
+ "members":{
6267
+ "Code":{
6268
+ "shape":"ClientVpnEndpointAttributeStatusCode",
6269
+ "locationName":"code"
6270
+ },
6271
+ "Message":{
6272
+ "shape":"String",
6273
+ "locationName":"message"
6274
+ }
6275
+ }
6276
+ },
6277
+ "ClientVpnEndpointAttributeStatusCode":{
6278
+ "type":"string",
6279
+ "enum":[
6280
+ "applying",
6281
+ "applied"
6282
+ ]
6283
+ },
6227
6284
  "ClientVpnEndpointId":{"type":"string"},
6228
6285
  "ClientVpnEndpointIdList":{
6229
6286
  "type":"list",
@@ -6787,7 +6844,8 @@
6787
6844
  "locationName":"SecurityGroupId"
6788
6845
  },
6789
6846
  "VpcId":{"shape":"VpcId"},
6790
- "SelfServicePortal":{"shape":"SelfServicePortal"}
6847
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
6848
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
6791
6849
  }
6792
6850
  },
6793
6851
  "CreateClientVpnEndpointResult":{
@@ -7174,7 +7232,11 @@
7174
7232
  },
7175
7233
  "CreateInstanceExportTaskRequest":{
7176
7234
  "type":"structure",
7177
- "required":["InstanceId"],
7235
+ "required":[
7236
+ "ExportToS3Task",
7237
+ "InstanceId",
7238
+ "TargetEnvironment"
7239
+ ],
7178
7240
  "members":{
7179
7241
  "Description":{
7180
7242
  "shape":"String",
@@ -8581,6 +8643,7 @@
8581
8643
  "DateTime":{"type":"timestamp"},
8582
8644
  "DedicatedHostFlag":{"type":"boolean"},
8583
8645
  "DedicatedHostId":{"type":"string"},
8646
+ "DefaultNetworkCardIndex":{"type":"integer"},
8584
8647
  "DefaultRouteTableAssociationValue":{
8585
8648
  "type":"string",
8586
8649
  "enum":[
@@ -15426,6 +15489,10 @@
15426
15489
  "prioritized"
15427
15490
  ]
15428
15491
  },
15492
+ "FleetReplacementStrategy":{
15493
+ "type":"string",
15494
+ "enum":["launch"]
15495
+ },
15429
15496
  "FleetSet":{
15430
15497
  "type":"list",
15431
15498
  "member":{
@@ -15433,6 +15500,36 @@
15433
15500
  "locationName":"item"
15434
15501
  }
15435
15502
  },
15503
+ "FleetSpotCapacityRebalance":{
15504
+ "type":"structure",
15505
+ "members":{
15506
+ "ReplacementStrategy":{
15507
+ "shape":"FleetReplacementStrategy",
15508
+ "locationName":"replacementStrategy"
15509
+ }
15510
+ }
15511
+ },
15512
+ "FleetSpotCapacityRebalanceRequest":{
15513
+ "type":"structure",
15514
+ "members":{
15515
+ "ReplacementStrategy":{"shape":"FleetReplacementStrategy"}
15516
+ }
15517
+ },
15518
+ "FleetSpotMaintenanceStrategies":{
15519
+ "type":"structure",
15520
+ "members":{
15521
+ "CapacityRebalance":{
15522
+ "shape":"FleetSpotCapacityRebalance",
15523
+ "locationName":"capacityRebalance"
15524
+ }
15525
+ }
15526
+ },
15527
+ "FleetSpotMaintenanceStrategiesRequest":{
15528
+ "type":"structure",
15529
+ "members":{
15530
+ "CapacityRebalance":{"shape":"FleetSpotCapacityRebalanceRequest"}
15531
+ }
15532
+ },
15436
15533
  "FleetStateCode":{
15437
15534
  "type":"string",
15438
15535
  "enum":[
@@ -18379,6 +18476,10 @@
18379
18476
  "Status":{
18380
18477
  "shape":"AttachmentStatus",
18381
18478
  "locationName":"status"
18479
+ },
18480
+ "NetworkCardIndex":{
18481
+ "shape":"Integer",
18482
+ "locationName":"networkCardIndex"
18382
18483
  }
18383
18484
  }
18384
18485
  },
@@ -18443,7 +18544,8 @@
18443
18544
  "locationName":"subnetId"
18444
18545
  },
18445
18546
  "AssociateCarrierIpAddress":{"shape":"Boolean"},
18446
- "InterfaceType":{"shape":"String"}
18547
+ "InterfaceType":{"shape":"String"},
18548
+ "NetworkCardIndex":{"shape":"Integer"}
18447
18549
  }
18448
18550
  },
18449
18551
  "InstanceNetworkInterfaceSpecificationList":{
@@ -18922,6 +19024,7 @@
18922
19024
  "p3.8xlarge",
18923
19025
  "p3.16xlarge",
18924
19026
  "p3dn.24xlarge",
19027
+ "p4d.24xlarge",
18925
19028
  "d2.xlarge",
18926
19029
  "d2.2xlarge",
18927
19030
  "d2.4xlarge",
@@ -20059,6 +20162,10 @@
20059
20162
  "SubnetId":{
20060
20163
  "shape":"SubnetId",
20061
20164
  "locationName":"subnetId"
20165
+ },
20166
+ "NetworkCardIndex":{
20167
+ "shape":"Integer",
20168
+ "locationName":"networkCardIndex"
20062
20169
  }
20063
20170
  }
20064
20171
  },
@@ -20088,7 +20195,8 @@
20088
20195
  "PrivateIpAddress":{"shape":"String"},
20089
20196
  "PrivateIpAddresses":{"shape":"PrivateIpAddressSpecificationList"},
20090
20197
  "SecondaryPrivateIpAddressCount":{"shape":"Integer"},
20091
- "SubnetId":{"shape":"SubnetId"}
20198
+ "SubnetId":{"shape":"SubnetId"},
20199
+ "NetworkCardIndex":{"shape":"Integer"}
20092
20200
  }
20093
20201
  },
20094
20202
  "LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{
@@ -20902,6 +21010,7 @@
20902
21010
  "MaxResults":{"type":"integer"},
20903
21011
  "MaximumBandwidthInMbps":{"type":"integer"},
20904
21012
  "MaximumIops":{"type":"integer"},
21013
+ "MaximumNetworkCards":{"type":"integer"},
20905
21014
  "MaximumThroughputInMBps":{"type":"double"},
20906
21015
  "MembershipType":{
20907
21016
  "type":"string",
@@ -20986,7 +21095,8 @@
20986
21095
  "locationName":"SecurityGroupId"
20987
21096
  },
20988
21097
  "VpcId":{"shape":"VpcId"},
20989
- "SelfServicePortal":{"shape":"SelfServicePortal"}
21098
+ "SelfServicePortal":{"shape":"SelfServicePortal"},
21099
+ "ClientConnectOptions":{"shape":"ClientConnectOptions"}
20990
21100
  }
20991
21101
  },
20992
21102
  "ModifyClientVpnEndpointResult":{
@@ -21038,10 +21148,7 @@
21038
21148
  },
21039
21149
  "ModifyFleetRequest":{
21040
21150
  "type":"structure",
21041
- "required":[
21042
- "FleetId",
21043
- "TargetCapacitySpecification"
21044
- ],
21151
+ "required":["FleetId"],
21045
21152
  "members":{
21046
21153
  "DryRun":{"shape":"Boolean"},
21047
21154
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
@@ -22370,6 +22477,31 @@
22370
22477
  "locationName":"item"
22371
22478
  }
22372
22479
  },
22480
+ "NetworkCardIndex":{"type":"integer"},
22481
+ "NetworkCardInfo":{
22482
+ "type":"structure",
22483
+ "members":{
22484
+ "NetworkCardIndex":{
22485
+ "shape":"NetworkCardIndex",
22486
+ "locationName":"networkCardIndex"
22487
+ },
22488
+ "NetworkPerformance":{
22489
+ "shape":"NetworkPerformance",
22490
+ "locationName":"networkPerformance"
22491
+ },
22492
+ "MaximumNetworkInterfaces":{
22493
+ "shape":"MaxNetworkInterfaces",
22494
+ "locationName":"maximumNetworkInterfaces"
22495
+ }
22496
+ }
22497
+ },
22498
+ "NetworkCardInfoList":{
22499
+ "type":"list",
22500
+ "member":{
22501
+ "shape":"NetworkCardInfo",
22502
+ "locationName":"item"
22503
+ }
22504
+ },
22373
22505
  "NetworkInfo":{
22374
22506
  "type":"structure",
22375
22507
  "members":{
@@ -22381,6 +22513,18 @@
22381
22513
  "shape":"MaxNetworkInterfaces",
22382
22514
  "locationName":"maximumNetworkInterfaces"
22383
22515
  },
22516
+ "MaximumNetworkCards":{
22517
+ "shape":"MaximumNetworkCards",
22518
+ "locationName":"maximumNetworkCards"
22519
+ },
22520
+ "DefaultNetworkCardIndex":{
22521
+ "shape":"DefaultNetworkCardIndex",
22522
+ "locationName":"defaultNetworkCardIndex"
22523
+ },
22524
+ "NetworkCards":{
22525
+ "shape":"NetworkCardInfoList",
22526
+ "locationName":"networkCards"
22527
+ },
22384
22528
  "Ipv4AddressesPerInterface":{
22385
22529
  "shape":"MaxIpv4AddrPerInterface",
22386
22530
  "locationName":"ipv4AddressesPerInterface"
@@ -22544,6 +22688,10 @@
22544
22688
  "shape":"Integer",
22545
22689
  "locationName":"deviceIndex"
22546
22690
  },
22691
+ "NetworkCardIndex":{
22692
+ "shape":"Integer",
22693
+ "locationName":"networkCardIndex"
22694
+ },
22547
22695
  "InstanceId":{
22548
22696
  "shape":"String",
22549
22697
  "locationName":"instanceId"
@@ -24461,6 +24609,10 @@
24461
24609
  }
24462
24610
  }
24463
24611
  },
24612
+ "ReplacementStrategy":{
24613
+ "type":"string",
24614
+ "enum":["launch"]
24615
+ },
24464
24616
  "ReportInstanceReasonCodes":{
24465
24617
  "type":"string",
24466
24618
  "enum":[
@@ -27023,6 +27175,15 @@
27023
27175
  "capacity-optimized"
27024
27176
  ]
27025
27177
  },
27178
+ "SpotCapacityRebalance":{
27179
+ "type":"structure",
27180
+ "members":{
27181
+ "ReplacementStrategy":{
27182
+ "shape":"ReplacementStrategy",
27183
+ "locationName":"replacementStrategy"
27184
+ }
27185
+ }
27186
+ },
27026
27187
  "SpotDatafeedSubscription":{
27027
27188
  "type":"structure",
27028
27189
  "members":{
@@ -27178,6 +27339,10 @@
27178
27339
  "shape":"OnDemandAllocationStrategy",
27179
27340
  "locationName":"onDemandAllocationStrategy"
27180
27341
  },
27342
+ "SpotMaintenanceStrategies":{
27343
+ "shape":"SpotMaintenanceStrategies",
27344
+ "locationName":"spotMaintenanceStrategies"
27345
+ },
27181
27346
  "ClientToken":{
27182
27347
  "shape":"String",
27183
27348
  "locationName":"clientToken"
@@ -27450,6 +27615,15 @@
27450
27615
  "persistent"
27451
27616
  ]
27452
27617
  },
27618
+ "SpotMaintenanceStrategies":{
27619
+ "type":"structure",
27620
+ "members":{
27621
+ "CapacityRebalance":{
27622
+ "shape":"SpotCapacityRebalance",
27623
+ "locationName":"capacityRebalance"
27624
+ }
27625
+ }
27626
+ },
27453
27627
  "SpotMarketOptions":{
27454
27628
  "type":"structure",
27455
27629
  "members":{
@@ -27467,6 +27641,10 @@
27467
27641
  "shape":"SpotAllocationStrategy",
27468
27642
  "locationName":"allocationStrategy"
27469
27643
  },
27644
+ "MaintenanceStrategies":{
27645
+ "shape":"FleetSpotMaintenanceStrategies",
27646
+ "locationName":"maintenanceStrategies"
27647
+ },
27470
27648
  "InstanceInterruptionBehavior":{
27471
27649
  "shape":"SpotInstanceInterruptionBehavior",
27472
27650
  "locationName":"instanceInterruptionBehavior"
@@ -27497,6 +27675,7 @@
27497
27675
  "type":"structure",
27498
27676
  "members":{
27499
27677
  "AllocationStrategy":{"shape":"SpotAllocationStrategy"},
27678
+ "MaintenanceStrategies":{"shape":"FleetSpotMaintenanceStrategiesRequest"},
27500
27679
  "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
27501
27680
  "InstancePoolsToUseCount":{"shape":"Integer"},
27502
27681
  "SingleInstanceType":{"shape":"Boolean"},
@@ -1715,6 +1715,30 @@
1715
1715
  "type":"list",
1716
1716
  "member":{"shape":"KeyValuePair"}
1717
1717
  },
1718
+ "FSxWindowsFileServerAuthorizationConfig":{
1719
+ "type":"structure",
1720
+ "required":[
1721
+ "credentialsParameter",
1722
+ "domain"
1723
+ ],
1724
+ "members":{
1725
+ "credentialsParameter":{"shape":"String"},
1726
+ "domain":{"shape":"String"}
1727
+ }
1728
+ },
1729
+ "FSxWindowsFileServerVolumeConfiguration":{
1730
+ "type":"structure",
1731
+ "required":[
1732
+ "fileSystemId",
1733
+ "rootDirectory",
1734
+ "authorizationConfig"
1735
+ ],
1736
+ "members":{
1737
+ "fileSystemId":{"shape":"String"},
1738
+ "rootDirectory":{"shape":"String"},
1739
+ "authorizationConfig":{"shape":"FSxWindowsFileServerAuthorizationConfig"}
1740
+ }
1741
+ },
1718
1742
  "Failure":{
1719
1743
  "type":"structure",
1720
1744
  "members":{
@@ -3216,7 +3240,8 @@
3216
3240
  "name":{"shape":"String"},
3217
3241
  "host":{"shape":"HostVolumeProperties"},
3218
3242
  "dockerVolumeConfiguration":{"shape":"DockerVolumeConfiguration"},
3219
- "efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"}
3243
+ "efsVolumeConfiguration":{"shape":"EFSVolumeConfiguration"},
3244
+ "fsxWindowsFileServerVolumeConfiguration":{"shape":"FSxWindowsFileServerVolumeConfiguration"}
3220
3245
  }
3221
3246
  },
3222
3247
  "VolumeFrom":{
@@ -357,6 +357,22 @@
357
357
  {"shape":"InternalException"}
358
358
  ]
359
359
  },
360
+ "GetPackageVersionHistory":{
361
+ "name":"GetPackageVersionHistory",
362
+ "http":{
363
+ "method":"GET",
364
+ "requestUri":"/2015-01-01/packages/{PackageID}/history"
365
+ },
366
+ "input":{"shape":"GetPackageVersionHistoryRequest"},
367
+ "output":{"shape":"GetPackageVersionHistoryResponse"},
368
+ "errors":[
369
+ {"shape":"BaseException"},
370
+ {"shape":"InternalException"},
371
+ {"shape":"ResourceNotFoundException"},
372
+ {"shape":"AccessDeniedException"},
373
+ {"shape":"ValidationException"}
374
+ ]
375
+ },
360
376
  "GetUpgradeHistory":{
361
377
  "name":"GetUpgradeHistory",
362
378
  "http":{
@@ -553,6 +569,23 @@
553
569
  {"shape":"ValidationException"}
554
570
  ]
555
571
  },
572
+ "UpdatePackage":{
573
+ "name":"UpdatePackage",
574
+ "http":{
575
+ "method":"POST",
576
+ "requestUri":"/2015-01-01/packages/update"
577
+ },
578
+ "input":{"shape":"UpdatePackageRequest"},
579
+ "output":{"shape":"UpdatePackageResponse"},
580
+ "errors":[
581
+ {"shape":"BaseException"},
582
+ {"shape":"InternalException"},
583
+ {"shape":"LimitExceededException"},
584
+ {"shape":"ResourceNotFoundException"},
585
+ {"shape":"AccessDeniedException"},
586
+ {"shape":"ValidationException"}
587
+ ]
588
+ },
556
589
  "UpgradeElasticsearchDomain":{
557
590
  "name":"UpgradeElasticsearchDomain",
558
591
  "http":{
@@ -650,7 +683,8 @@
650
683
  "type":"structure",
651
684
  "members":{
652
685
  "Enabled":{"shape":"Boolean"},
653
- "InternalUserDatabaseEnabled":{"shape":"Boolean"}
686
+ "InternalUserDatabaseEnabled":{"shape":"Boolean"},
687
+ "SAMLOptions":{"shape":"SAMLOptionsOutput"}
654
688
  }
655
689
  },
656
690
  "AdvancedSecurityOptionsInput":{
@@ -658,7 +692,8 @@
658
692
  "members":{
659
693
  "Enabled":{"shape":"Boolean"},
660
694
  "InternalUserDatabaseEnabled":{"shape":"Boolean"},
661
- "MasterUserOptions":{"shape":"MasterUserOptions"}
695
+ "MasterUserOptions":{"shape":"MasterUserOptions"},
696
+ "SAMLOptions":{"shape":"SAMLOptionsInput"}
662
697
  }
663
698
  },
664
699
  "AdvancedSecurityOptionsStatus":{
@@ -697,6 +732,11 @@
697
732
  "DomainPackageDetails":{"shape":"DomainPackageDetails"}
698
733
  }
699
734
  },
735
+ "BackendRole":{
736
+ "type":"string",
737
+ "max":256,
738
+ "min":1
739
+ },
700
740
  "BaseException":{
701
741
  "type":"structure",
702
742
  "members":{
@@ -739,6 +779,10 @@
739
779
  "Status":{"shape":"OptionStatus"}
740
780
  }
741
781
  },
782
+ "CommitMessage":{
783
+ "type":"string",
784
+ "max":160
785
+ },
742
786
  "CompatibleElasticsearchVersionsList":{
743
787
  "type":"list",
744
788
  "member":{"shape":"CompatibleVersionsMap"}
@@ -1154,7 +1198,10 @@
1154
1198
  "type":"structure",
1155
1199
  "members":{
1156
1200
  "EnforceHTTPS":{"shape":"Boolean"},
1157
- "TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"}
1201
+ "TLSSecurityPolicy":{"shape":"TLSSecurityPolicy"},
1202
+ "CustomEndpointEnabled":{"shape":"Boolean"},
1203
+ "CustomEndpoint":{"shape":"DomainNameFqdn"},
1204
+ "CustomEndpointCertificateArn":{"shape":"ARN"}
1158
1205
  }
1159
1206
  },
1160
1207
  "DomainEndpointOptionsStatus":{
@@ -1198,6 +1245,12 @@
1198
1245
  "min":3,
1199
1246
  "pattern":"[a-z][a-z0-9\\-]+"
1200
1247
  },
1248
+ "DomainNameFqdn":{
1249
+ "type":"string",
1250
+ "max":255,
1251
+ "min":1,
1252
+ "pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
1253
+ },
1201
1254
  "DomainNameList":{
1202
1255
  "type":"list",
1203
1256
  "member":{"shape":"DomainName"}
@@ -1211,6 +1264,7 @@
1211
1264
  "LastUpdated":{"shape":"LastUpdated"},
1212
1265
  "DomainName":{"shape":"DomainName"},
1213
1266
  "DomainPackageStatus":{"shape":"DomainPackageStatus"},
1267
+ "PackageVersion":{"shape":"PackageVersion"},
1214
1268
  "ReferencePath":{"shape":"ReferencePath"},
1215
1269
  "ErrorDetails":{"shape":"ErrorDetails"}
1216
1270
  }
@@ -1485,6 +1539,35 @@
1485
1539
  "CompatibleElasticsearchVersions":{"shape":"CompatibleElasticsearchVersionsList"}
1486
1540
  }
1487
1541
  },
1542
+ "GetPackageVersionHistoryRequest":{
1543
+ "type":"structure",
1544
+ "required":["PackageID"],
1545
+ "members":{
1546
+ "PackageID":{
1547
+ "shape":"PackageID",
1548
+ "location":"uri",
1549
+ "locationName":"PackageID"
1550
+ },
1551
+ "MaxResults":{
1552
+ "shape":"MaxResults",
1553
+ "location":"querystring",
1554
+ "locationName":"maxResults"
1555
+ },
1556
+ "NextToken":{
1557
+ "shape":"NextToken",
1558
+ "location":"querystring",
1559
+ "locationName":"nextToken"
1560
+ }
1561
+ }
1562
+ },
1563
+ "GetPackageVersionHistoryResponse":{
1564
+ "type":"structure",
1565
+ "members":{
1566
+ "PackageID":{"shape":"PackageID"},
1567
+ "PackageVersionHistoryList":{"shape":"PackageVersionHistoryList"},
1568
+ "NextToken":{"shape":"String"}
1569
+ }
1570
+ },
1488
1571
  "GetUpgradeHistoryRequest":{
1489
1572
  "type":"structure",
1490
1573
  "required":["DomainName"],
@@ -1920,6 +2003,8 @@
1920
2003
  "PackageDescription":{"shape":"PackageDescription"},
1921
2004
  "PackageStatus":{"shape":"PackageStatus"},
1922
2005
  "CreatedAt":{"shape":"CreatedAt"},
2006
+ "LastUpdatedAt":{"shape":"LastUpdated"},
2007
+ "AvailablePackageVersion":{"shape":"PackageVersion"},
1923
2008
  "ErrorDetails":{"shape":"ErrorDetails"}
1924
2009
  }
1925
2010
  },
@@ -1958,6 +2043,19 @@
1958
2043
  "type":"string",
1959
2044
  "enum":["TXT-DICTIONARY"]
1960
2045
  },
2046
+ "PackageVersion":{"type":"string"},
2047
+ "PackageVersionHistory":{
2048
+ "type":"structure",
2049
+ "members":{
2050
+ "PackageVersion":{"shape":"PackageVersion"},
2051
+ "CommitMessage":{"shape":"CommitMessage"},
2052
+ "CreatedAt":{"shape":"CreatedAt"}
2053
+ }
2054
+ },
2055
+ "PackageVersionHistoryList":{
2056
+ "type":"list",
2057
+ "member":{"shape":"PackageVersionHistory"}
2058
+ },
1961
2059
  "Password":{
1962
2060
  "type":"string",
1963
2061
  "min":8,
@@ -2101,6 +2199,49 @@
2101
2199
  "min":3
2102
2200
  },
2103
2201
  "S3Key":{"type":"string"},
2202
+ "SAMLEntityId":{
2203
+ "type":"string",
2204
+ "max":512,
2205
+ "min":8
2206
+ },
2207
+ "SAMLIdp":{
2208
+ "type":"structure",
2209
+ "required":[
2210
+ "MetadataContent",
2211
+ "EntityId"
2212
+ ],
2213
+ "members":{
2214
+ "MetadataContent":{"shape":"SAMLMetadata"},
2215
+ "EntityId":{"shape":"SAMLEntityId"}
2216
+ }
2217
+ },
2218
+ "SAMLMetadata":{
2219
+ "type":"string",
2220
+ "max":1048576,
2221
+ "min":1
2222
+ },
2223
+ "SAMLOptionsInput":{
2224
+ "type":"structure",
2225
+ "members":{
2226
+ "Enabled":{"shape":"Boolean"},
2227
+ "Idp":{"shape":"SAMLIdp"},
2228
+ "MasterUserName":{"shape":"Username"},
2229
+ "MasterBackendRole":{"shape":"BackendRole"},
2230
+ "SubjectKey":{"shape":"String"},
2231
+ "RolesKey":{"shape":"String"},
2232
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2233
+ }
2234
+ },
2235
+ "SAMLOptionsOutput":{
2236
+ "type":"structure",
2237
+ "members":{
2238
+ "Enabled":{"shape":"Boolean"},
2239
+ "Idp":{"shape":"SAMLIdp"},
2240
+ "SubjectKey":{"shape":"String"},
2241
+ "RolesKey":{"shape":"String"},
2242
+ "SessionTimeoutMinutes":{"shape":"IntegerClass"}
2243
+ }
2244
+ },
2104
2245
  "ServiceSoftwareOptions":{
2105
2246
  "type":"structure",
2106
2247
  "members":{
@@ -2240,6 +2381,25 @@
2240
2381
  "DomainConfig":{"shape":"ElasticsearchDomainConfig"}
2241
2382
  }
2242
2383
  },
2384
+ "UpdatePackageRequest":{
2385
+ "type":"structure",
2386
+ "required":[
2387
+ "PackageID",
2388
+ "PackageSource"
2389
+ ],
2390
+ "members":{
2391
+ "PackageID":{"shape":"PackageID"},
2392
+ "PackageSource":{"shape":"PackageSource"},
2393
+ "PackageDescription":{"shape":"PackageDescription"},
2394
+ "CommitMessage":{"shape":"CommitMessage"}
2395
+ }
2396
+ },
2397
+ "UpdatePackageResponse":{
2398
+ "type":"structure",
2399
+ "members":{
2400
+ "PackageDetails":{"shape":"PackageDetails"}
2401
+ }
2402
+ },
2243
2403
  "UpdateTimestamp":{"type":"timestamp"},
2244
2404
  "UpgradeElasticsearchDomainRequest":{
2245
2405
  "type":"structure",