aws-sdk-core 2.11.518 → 2.11.523

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c62293a7b4f5192ef5aee5c87a8ccdf0b116e071f1ed80bafdca61fa78b716b
4
- data.tar.gz: 221e8adabdd9993d489c427afb2fa5ee60dd0a523069e80381beebc5ea223155
3
+ metadata.gz: ca12c6f5082451c9f2d501ac086085d015418895129197c5140c170ca4c338d4
4
+ data.tar.gz: 4798e94acff35d2f2c1765f7760f19672cdd4e53f80b7e80a069a13a05ba50e0
5
5
  SHA512:
6
- metadata.gz: 474c496287cf17eae917a2e61bdc12876d50f17863c2c8603793ef44b6052b889a1d66ae689532140dd21b0e9c8455194cdb270903b4e2da6c6ff9b3b72b9df3
7
- data.tar.gz: ebe005254758889eb67e1a5636c145b570d51234ae88e869fa0d2afa2c88bd0a70b7a3836f0b824121ddc854235dcfb6e2a51e6c3cd6a54742d4a937216ca20e
6
+ metadata.gz: 7bdd19c745a021406ed46221ab6587f596872f39af6725b89932190085f0ac17c2f256a6af0b4d8be5010e09ec03171e135fbba72053d1a77794686aeeb88678
7
+ data.tar.gz: d9632590269e9be631105414c304991cde9c413d2b57f808df9696e2e508458201d9c18f4f0e083637e26a44a4f4f69f70907fef6bc325ce436d01076785c490
@@ -4022,7 +4022,8 @@
4022
4022
  "timeoutInMillis":{"shape":"Integer"},
4023
4023
  "cacheNamespace":{"shape":"String"},
4024
4024
  "cacheKeyParameters":{"shape":"ListOfString"},
4025
- "integrationResponses":{"shape":"MapOfIntegrationResponse"}
4025
+ "integrationResponses":{"shape":"MapOfIntegrationResponse"},
4026
+ "tlsConfig":{"shape":"TlsConfig"}
4026
4027
  }
4027
4028
  },
4028
4029
  "IntegrationResponse":{
@@ -4387,7 +4388,8 @@
4387
4388
  "cacheNamespace":{"shape":"String"},
4388
4389
  "cacheKeyParameters":{"shape":"ListOfString"},
4389
4390
  "contentHandling":{"shape":"ContentHandlingStrategy"},
4390
- "timeoutInMillis":{"shape":"NullableInteger"}
4391
+ "timeoutInMillis":{"shape":"NullableInteger"},
4392
+ "tlsConfig":{"shape":"TlsConfig"}
4391
4393
  }
4392
4394
  },
4393
4395
  "PutIntegrationResponseRequest":{
@@ -4832,6 +4834,12 @@
4832
4834
  }
4833
4835
  },
4834
4836
  "Timestamp":{"type":"timestamp"},
4837
+ "TlsConfig":{
4838
+ "type":"structure",
4839
+ "members":{
4840
+ "insecureSkipVerification":{"shape":"Boolean"}
4841
+ }
4842
+ },
4835
4843
  "TooManyRequestsException":{
4836
4844
  "type":"structure",
4837
4845
  "members":{
@@ -2963,7 +2963,9 @@
2963
2963
  "OriginPath":{"shape":"string"},
2964
2964
  "CustomHeaders":{"shape":"CustomHeaders"},
2965
2965
  "S3OriginConfig":{"shape":"S3OriginConfig"},
2966
- "CustomOriginConfig":{"shape":"CustomOriginConfig"}
2966
+ "CustomOriginConfig":{"shape":"CustomOriginConfig"},
2967
+ "ConnectionAttempts":{"shape":"integer"},
2968
+ "ConnectionTimeout":{"shape":"integer"}
2967
2969
  }
2968
2970
  },
2969
2971
  "OriginCustomHeader":{
@@ -658,6 +658,45 @@
658
658
  {"shape":"DirectConnectClientException"}
659
659
  ]
660
660
  },
661
+ "ListVirtualInterfaceTestHistory":{
662
+ "name":"ListVirtualInterfaceTestHistory",
663
+ "http":{
664
+ "method":"POST",
665
+ "requestUri":"/"
666
+ },
667
+ "input":{"shape":"ListVirtualInterfaceTestHistoryRequest"},
668
+ "output":{"shape":"ListVirtualInterfaceTestHistoryResponse"},
669
+ "errors":[
670
+ {"shape":"DirectConnectServerException"},
671
+ {"shape":"DirectConnectClientException"}
672
+ ]
673
+ },
674
+ "StartBgpFailoverTest":{
675
+ "name":"StartBgpFailoverTest",
676
+ "http":{
677
+ "method":"POST",
678
+ "requestUri":"/"
679
+ },
680
+ "input":{"shape":"StartBgpFailoverTestRequest"},
681
+ "output":{"shape":"StartBgpFailoverTestResponse"},
682
+ "errors":[
683
+ {"shape":"DirectConnectServerException"},
684
+ {"shape":"DirectConnectClientException"}
685
+ ]
686
+ },
687
+ "StopBgpFailoverTest":{
688
+ "name":"StopBgpFailoverTest",
689
+ "http":{
690
+ "method":"POST",
691
+ "requestUri":"/"
692
+ },
693
+ "input":{"shape":"StopBgpFailoverTestRequest"},
694
+ "output":{"shape":"StopBgpFailoverTestResponse"},
695
+ "errors":[
696
+ {"shape":"DirectConnectServerException"},
697
+ {"shape":"DirectConnectClientException"}
698
+ ]
699
+ },
661
700
  "TagResource":{
662
701
  "name":"TagResource",
663
702
  "http":{
@@ -904,6 +943,10 @@
904
943
  }
905
944
  },
906
945
  "BGPPeerId":{"type":"string"},
946
+ "BGPPeerIdList":{
947
+ "type":"list",
948
+ "member":{"shape":"BGPPeerId"}
949
+ },
907
950
  "BGPPeerList":{
908
951
  "type":"list",
909
952
  "member":{"shape":"BGPPeer"}
@@ -1587,7 +1630,9 @@
1587
1630
  },
1588
1631
  "exception":true
1589
1632
  },
1633
+ "EndTime":{"type":"timestamp"},
1590
1634
  "ErrorMessage":{"type":"string"},
1635
+ "FailureTestHistoryStatus":{"type":"string"},
1591
1636
  "GatewayIdToAssociate":{"type":"string"},
1592
1637
  "GatewayIdentifier":{"type":"string"},
1593
1638
  "GatewayType":{
@@ -1695,6 +1740,24 @@
1695
1740
  "lags":{"shape":"LagList"}
1696
1741
  }
1697
1742
  },
1743
+ "ListVirtualInterfaceTestHistoryRequest":{
1744
+ "type":"structure",
1745
+ "members":{
1746
+ "testId":{"shape":"TestId"},
1747
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
1748
+ "bgpPeers":{"shape":"BGPPeerIdList"},
1749
+ "status":{"shape":"FailureTestHistoryStatus"},
1750
+ "maxResults":{"shape":"MaxResultSetSize"},
1751
+ "nextToken":{"shape":"PaginationToken"}
1752
+ }
1753
+ },
1754
+ "ListVirtualInterfaceTestHistoryResponse":{
1755
+ "type":"structure",
1756
+ "members":{
1757
+ "virtualInterfaceTestHistory":{"shape":"VirtualInterfaceTestHistoryList"},
1758
+ "nextToken":{"shape":"PaginationToken"}
1759
+ }
1760
+ },
1698
1761
  "Loa":{
1699
1762
  "type":"structure",
1700
1763
  "members":{
@@ -1890,7 +1953,36 @@
1890
1953
  "member":{"shape":"RouteFilterPrefix"}
1891
1954
  },
1892
1955
  "RouterConfig":{"type":"string"},
1956
+ "StartBgpFailoverTestRequest":{
1957
+ "type":"structure",
1958
+ "required":["virtualInterfaceId"],
1959
+ "members":{
1960
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
1961
+ "bgpPeers":{"shape":"BGPPeerIdList"},
1962
+ "testDurationInMinutes":{"shape":"TestDuration"}
1963
+ }
1964
+ },
1965
+ "StartBgpFailoverTestResponse":{
1966
+ "type":"structure",
1967
+ "members":{
1968
+ "virtualInterfaceTest":{"shape":"VirtualInterfaceTestHistory"}
1969
+ }
1970
+ },
1971
+ "StartTime":{"type":"timestamp"},
1893
1972
  "StateChangeError":{"type":"string"},
1973
+ "StopBgpFailoverTestRequest":{
1974
+ "type":"structure",
1975
+ "required":["virtualInterfaceId"],
1976
+ "members":{
1977
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"}
1978
+ }
1979
+ },
1980
+ "StopBgpFailoverTestResponse":{
1981
+ "type":"structure",
1982
+ "members":{
1983
+ "virtualInterfaceTest":{"shape":"VirtualInterfaceTestHistory"}
1984
+ }
1985
+ },
1894
1986
  "Tag":{
1895
1987
  "type":"structure",
1896
1988
  "required":["key"],
@@ -1936,6 +2028,11 @@
1936
2028
  "min":0,
1937
2029
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1938
2030
  },
2031
+ "TestDuration":{
2032
+ "type":"integer",
2033
+ "box":true
2034
+ },
2035
+ "TestId":{"type":"string"},
1939
2036
  "TooManyTagsException":{
1940
2037
  "type":"structure",
1941
2038
  "members":{
@@ -2063,6 +2160,23 @@
2063
2160
  "unknown"
2064
2161
  ]
2065
2162
  },
2163
+ "VirtualInterfaceTestHistory":{
2164
+ "type":"structure",
2165
+ "members":{
2166
+ "testId":{"shape":"TestId"},
2167
+ "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
2168
+ "bgpPeers":{"shape":"BGPPeerIdList"},
2169
+ "status":{"shape":"FailureTestHistoryStatus"},
2170
+ "ownerAccount":{"shape":"OwnerAccount"},
2171
+ "testDurationInMinutes":{"shape":"TestDuration"},
2172
+ "startTime":{"shape":"StartTime"},
2173
+ "endTime":{"shape":"EndTime"}
2174
+ }
2175
+ },
2176
+ "VirtualInterfaceTestHistoryList":{
2177
+ "type":"list",
2178
+ "member":{"shape":"VirtualInterfaceTestHistory"}
2179
+ },
2066
2180
  "VirtualInterfaceType":{"type":"string"},
2067
2181
  "VirtualInterfaces":{
2068
2182
  "type":"structure",
@@ -17971,6 +17971,14 @@
17971
17971
  "c5.18xlarge",
17972
17972
  "c5.24xlarge",
17973
17973
  "c5.metal",
17974
+ "c5a.large",
17975
+ "c5a.xlarge",
17976
+ "c5a.2xlarge",
17977
+ "c5a.4xlarge",
17978
+ "c5a.8xlarge",
17979
+ "c5a.12xlarge",
17980
+ "c5a.16xlarge",
17981
+ "c5a.24xlarge",
17974
17982
  "c5d.large",
17975
17983
  "c5d.xlarge",
17976
17984
  "c5d.2xlarge",
@@ -18000,6 +18008,7 @@
18000
18008
  "g4dn.8xlarge",
18001
18009
  "g4dn.12xlarge",
18002
18010
  "g4dn.16xlarge",
18011
+ "g4dn.metal",
18003
18012
  "cg1.4xlarge",
18004
18013
  "p2.xlarge",
18005
18014
  "p2.8xlarge",
@@ -1825,6 +1825,7 @@
1825
1825
  "GlobalReplicationGroupId":{"shape":"String"},
1826
1826
  "PrimaryClusterId":{"shape":"String"},
1827
1827
  "AutomaticFailoverEnabled":{"shape":"BooleanOptional"},
1828
+ "MultiAZEnabled":{"shape":"BooleanOptional"},
1828
1829
  "NumCacheClusters":{"shape":"IntegerOptional"},
1829
1830
  "PreferredCacheClusterAZs":{"shape":"AvailabilityZonesList"},
1830
1831
  "NumNodeGroups":{"shape":"IntegerOptional"},
@@ -2661,6 +2662,7 @@
2661
2662
  "PrimaryClusterId":{"shape":"String"},
2662
2663
  "SnapshottingClusterId":{"shape":"String"},
2663
2664
  "AutomaticFailoverEnabled":{"shape":"BooleanOptional"},
2665
+ "MultiAZEnabled":{"shape":"BooleanOptional"},
2664
2666
  "NodeGroupId":{
2665
2667
  "shape":"String",
2666
2668
  "deprecated":true
@@ -2709,6 +2711,13 @@
2709
2711
  "ReplicationGroup":{"shape":"ReplicationGroup"}
2710
2712
  }
2711
2713
  },
2714
+ "MultiAZStatus":{
2715
+ "type":"string",
2716
+ "enum":[
2717
+ "enabled",
2718
+ "disabled"
2719
+ ]
2720
+ },
2712
2721
  "NoOperationFault":{
2713
2722
  "type":"structure",
2714
2723
  "members":{
@@ -3107,6 +3116,7 @@
3107
3116
  "NodeGroups":{"shape":"NodeGroupList"},
3108
3117
  "SnapshottingClusterId":{"shape":"String"},
3109
3118
  "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
3119
+ "MultiAZ":{"shape":"MultiAZStatus"},
3110
3120
  "ConfigurationEndpoint":{"shape":"Endpoint"},
3111
3121
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
3112
3122
  "SnapshotWindow":{"shape":"String"},
@@ -39,6 +39,17 @@
39
39
  {"shape":"ManagedActionInvalidStateException"}
40
40
  ]
41
41
  },
42
+ "AssociateEnvironmentOperationsRole":{
43
+ "name":"AssociateEnvironmentOperationsRole",
44
+ "http":{
45
+ "method":"POST",
46
+ "requestUri":"/"
47
+ },
48
+ "input":{"shape":"AssociateEnvironmentOperationsRoleMessage"},
49
+ "errors":[
50
+ {"shape":"InsufficientPrivilegesException"}
51
+ ]
52
+ },
42
53
  "CheckDNSAvailability":{
43
54
  "name":"CheckDNSAvailability",
44
55
  "http":{
@@ -414,6 +425,17 @@
414
425
  {"shape":"ElasticBeanstalkServiceException"}
415
426
  ]
416
427
  },
428
+ "DisassociateEnvironmentOperationsRole":{
429
+ "name":"DisassociateEnvironmentOperationsRole",
430
+ "http":{
431
+ "method":"POST",
432
+ "requestUri":"/"
433
+ },
434
+ "input":{"shape":"DisassociateEnvironmentOperationsRoleMessage"},
435
+ "errors":[
436
+ {"shape":"InsufficientPrivilegesException"}
437
+ ]
438
+ },
417
439
  "ListAvailableSolutionStacks":{
418
440
  "name":"ListAvailableSolutionStacks",
419
441
  "http":{
@@ -801,6 +823,17 @@
801
823
  "Status":{"shape":"String"}
802
824
  }
803
825
  },
826
+ "AssociateEnvironmentOperationsRoleMessage":{
827
+ "type":"structure",
828
+ "required":[
829
+ "EnvironmentName",
830
+ "OperationsRole"
831
+ ],
832
+ "members":{
833
+ "EnvironmentName":{"shape":"EnvironmentName"},
834
+ "OperationsRole":{"shape":"OperationsRole"}
835
+ }
836
+ },
804
837
  "AutoCreateApplication":{"type":"boolean"},
805
838
  "AutoScalingGroup":{
806
839
  "type":"structure",
@@ -1075,7 +1108,8 @@
1075
1108
  "SolutionStackName":{"shape":"SolutionStackName"},
1076
1109
  "PlatformArn":{"shape":"PlatformArn"},
1077
1110
  "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1078
- "OptionsToRemove":{"shape":"OptionsSpecifierList"}
1111
+ "OptionsToRemove":{"shape":"OptionsSpecifierList"},
1112
+ "OperationsRole":{"shape":"OperationsRole"}
1079
1113
  }
1080
1114
  },
1081
1115
  "CreatePlatformVersionRequest":{
@@ -1356,6 +1390,13 @@
1356
1390
  "type":"string",
1357
1391
  "max":200
1358
1392
  },
1393
+ "DisassociateEnvironmentOperationsRoleMessage":{
1394
+ "type":"structure",
1395
+ "required":["EnvironmentName"],
1396
+ "members":{
1397
+ "EnvironmentName":{"shape":"EnvironmentName"}
1398
+ }
1399
+ },
1359
1400
  "Ec2InstanceId":{"type":"string"},
1360
1401
  "ElasticBeanstalkServiceException":{
1361
1402
  "type":"structure",
@@ -1388,7 +1429,8 @@
1388
1429
  "Resources":{"shape":"EnvironmentResourcesDescription"},
1389
1430
  "Tier":{"shape":"EnvironmentTier"},
1390
1431
  "EnvironmentLinks":{"shape":"EnvironmentLinks"},
1391
- "EnvironmentArn":{"shape":"EnvironmentArn"}
1432
+ "EnvironmentArn":{"shape":"EnvironmentArn"},
1433
+ "OperationsRole":{"shape":"OperationsRole"}
1392
1434
  }
1393
1435
  },
1394
1436
  "EnvironmentDescriptionsList":{
@@ -1878,6 +1920,11 @@
1878
1920
  },
1879
1921
  "exception":true
1880
1922
  },
1923
+ "OperationsRole":{
1924
+ "type":"string",
1925
+ "max":256,
1926
+ "min":1
1927
+ },
1881
1928
  "OptionNamespace":{"type":"string"},
1882
1929
  "OptionRestrictionMaxLength":{"type":"integer"},
1883
1930
  "OptionRestrictionMaxValue":{"type":"integer"},
@@ -10,6 +10,20 @@
10
10
  "uid":"es-2015-01-01"
11
11
  },
12
12
  "operations":{
13
+ "AcceptInboundCrossClusterSearchConnection":{
14
+ "name":"AcceptInboundCrossClusterSearchConnection",
15
+ "http":{
16
+ "method":"PUT",
17
+ "requestUri":"/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/accept"
18
+ },
19
+ "input":{"shape":"AcceptInboundCrossClusterSearchConnectionRequest"},
20
+ "output":{"shape":"AcceptInboundCrossClusterSearchConnectionResponse"},
21
+ "errors":[
22
+ {"shape":"ResourceNotFoundException"},
23
+ {"shape":"LimitExceededException"},
24
+ {"shape":"DisabledOperationException"}
25
+ ]
26
+ },
13
27
  "AddTags":{
14
28
  "name":"AddTags",
15
29
  "http":{
@@ -74,6 +88,21 @@
74
88
  {"shape":"ValidationException"}
75
89
  ]
76
90
  },
91
+ "CreateOutboundCrossClusterSearchConnection":{
92
+ "name":"CreateOutboundCrossClusterSearchConnection",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/2015-01-01/es/ccs/outboundConnection"
96
+ },
97
+ "input":{"shape":"CreateOutboundCrossClusterSearchConnectionRequest"},
98
+ "output":{"shape":"CreateOutboundCrossClusterSearchConnectionResponse"},
99
+ "errors":[
100
+ {"shape":"LimitExceededException"},
101
+ {"shape":"InternalException"},
102
+ {"shape":"ResourceAlreadyExistsException"},
103
+ {"shape":"DisabledOperationException"}
104
+ ]
105
+ },
77
106
  "CreatePackage":{
78
107
  "name":"CreatePackage",
79
108
  "http":{
@@ -119,6 +148,32 @@
119
148
  {"shape":"ValidationException"}
120
149
  ]
121
150
  },
151
+ "DeleteInboundCrossClusterSearchConnection":{
152
+ "name":"DeleteInboundCrossClusterSearchConnection",
153
+ "http":{
154
+ "method":"DELETE",
155
+ "requestUri":"/2015-01-01/es/ccs/inboundConnection/{ConnectionId}"
156
+ },
157
+ "input":{"shape":"DeleteInboundCrossClusterSearchConnectionRequest"},
158
+ "output":{"shape":"DeleteInboundCrossClusterSearchConnectionResponse"},
159
+ "errors":[
160
+ {"shape":"ResourceNotFoundException"},
161
+ {"shape":"DisabledOperationException"}
162
+ ]
163
+ },
164
+ "DeleteOutboundCrossClusterSearchConnection":{
165
+ "name":"DeleteOutboundCrossClusterSearchConnection",
166
+ "http":{
167
+ "method":"DELETE",
168
+ "requestUri":"/2015-01-01/es/ccs/outboundConnection/{ConnectionId}"
169
+ },
170
+ "input":{"shape":"DeleteOutboundCrossClusterSearchConnectionRequest"},
171
+ "output":{"shape":"DeleteOutboundCrossClusterSearchConnectionResponse"},
172
+ "errors":[
173
+ {"shape":"ResourceNotFoundException"},
174
+ {"shape":"DisabledOperationException"}
175
+ ]
176
+ },
122
177
  "DeletePackage":{
123
178
  "name":"DeletePackage",
124
179
  "http":{
@@ -197,6 +252,32 @@
197
252
  {"shape":"ValidationException"}
198
253
  ]
199
254
  },
255
+ "DescribeInboundCrossClusterSearchConnections":{
256
+ "name":"DescribeInboundCrossClusterSearchConnections",
257
+ "http":{
258
+ "method":"POST",
259
+ "requestUri":"/2015-01-01/es/ccs/inboundConnection/search"
260
+ },
261
+ "input":{"shape":"DescribeInboundCrossClusterSearchConnectionsRequest"},
262
+ "output":{"shape":"DescribeInboundCrossClusterSearchConnectionsResponse"},
263
+ "errors":[
264
+ {"shape":"InvalidPaginationTokenException"},
265
+ {"shape":"DisabledOperationException"}
266
+ ]
267
+ },
268
+ "DescribeOutboundCrossClusterSearchConnections":{
269
+ "name":"DescribeOutboundCrossClusterSearchConnections",
270
+ "http":{
271
+ "method":"POST",
272
+ "requestUri":"/2015-01-01/es/ccs/outboundConnection/search"
273
+ },
274
+ "input":{"shape":"DescribeOutboundCrossClusterSearchConnectionsRequest"},
275
+ "output":{"shape":"DescribeOutboundCrossClusterSearchConnectionsResponse"},
276
+ "errors":[
277
+ {"shape":"InvalidPaginationTokenException"},
278
+ {"shape":"DisabledOperationException"}
279
+ ]
280
+ },
200
281
  "DescribePackages":{
201
282
  "name":"DescribePackages",
202
283
  "http":{
@@ -414,6 +495,19 @@
414
495
  {"shape":"InternalException"}
415
496
  ]
416
497
  },
498
+ "RejectInboundCrossClusterSearchConnection":{
499
+ "name":"RejectInboundCrossClusterSearchConnection",
500
+ "http":{
501
+ "method":"PUT",
502
+ "requestUri":"/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/reject"
503
+ },
504
+ "input":{"shape":"RejectInboundCrossClusterSearchConnectionRequest"},
505
+ "output":{"shape":"RejectInboundCrossClusterSearchConnectionResponse"},
506
+ "errors":[
507
+ {"shape":"ResourceNotFoundException"},
508
+ {"shape":"DisabledOperationException"}
509
+ ]
510
+ },
417
511
  "RemoveTags":{
418
512
  "name":"RemoveTags",
419
513
  "http":{
@@ -479,6 +573,23 @@
479
573
  },
480
574
  "shapes":{
481
575
  "ARN":{"type":"string"},
576
+ "AcceptInboundCrossClusterSearchConnectionRequest":{
577
+ "type":"structure",
578
+ "required":["CrossClusterSearchConnectionId"],
579
+ "members":{
580
+ "CrossClusterSearchConnectionId":{
581
+ "shape":"CrossClusterSearchConnectionId",
582
+ "location":"uri",
583
+ "locationName":"ConnectionId"
584
+ }
585
+ }
586
+ },
587
+ "AcceptInboundCrossClusterSearchConnectionResponse":{
588
+ "type":"structure",
589
+ "members":{
590
+ "CrossClusterSearchConnection":{"shape":"InboundCrossClusterSearchConnection"}
591
+ }
592
+ },
482
593
  "AccessDeniedException":{
483
594
  "type":"structure",
484
595
  "members":{
@@ -646,6 +757,10 @@
646
757
  "error":{"httpStatusCode":409},
647
758
  "exception":true
648
759
  },
760
+ "ConnectionAlias":{
761
+ "type":"string",
762
+ "max":20
763
+ },
649
764
  "CreateElasticsearchDomainRequest":{
650
765
  "type":"structure",
651
766
  "required":["DomainName"],
@@ -672,6 +787,29 @@
672
787
  "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
673
788
  }
674
789
  },
790
+ "CreateOutboundCrossClusterSearchConnectionRequest":{
791
+ "type":"structure",
792
+ "required":[
793
+ "SourceDomainInfo",
794
+ "DestinationDomainInfo",
795
+ "ConnectionAlias"
796
+ ],
797
+ "members":{
798
+ "SourceDomainInfo":{"shape":"DomainInformation"},
799
+ "DestinationDomainInfo":{"shape":"DomainInformation"},
800
+ "ConnectionAlias":{"shape":"ConnectionAlias"}
801
+ }
802
+ },
803
+ "CreateOutboundCrossClusterSearchConnectionResponse":{
804
+ "type":"structure",
805
+ "members":{
806
+ "SourceDomainInfo":{"shape":"DomainInformation"},
807
+ "DestinationDomainInfo":{"shape":"DomainInformation"},
808
+ "ConnectionAlias":{"shape":"ConnectionAlias"},
809
+ "ConnectionStatus":{"shape":"OutboundCrossClusterSearchConnectionStatus"},
810
+ "CrossClusterSearchConnectionId":{"shape":"CrossClusterSearchConnectionId"}
811
+ }
812
+ },
675
813
  "CreatePackageRequest":{
676
814
  "type":"structure",
677
815
  "required":[
@@ -693,6 +831,8 @@
693
831
  }
694
832
  },
695
833
  "CreatedAt":{"type":"timestamp"},
834
+ "CrossClusterSearchConnectionId":{"type":"string"},
835
+ "CrossClusterSearchConnectionStatusMessage":{"type":"string"},
696
836
  "DeleteElasticsearchDomainRequest":{
697
837
  "type":"structure",
698
838
  "required":["DomainName"],
@@ -710,6 +850,40 @@
710
850
  "DomainStatus":{"shape":"ElasticsearchDomainStatus"}
711
851
  }
712
852
  },
853
+ "DeleteInboundCrossClusterSearchConnectionRequest":{
854
+ "type":"structure",
855
+ "required":["CrossClusterSearchConnectionId"],
856
+ "members":{
857
+ "CrossClusterSearchConnectionId":{
858
+ "shape":"CrossClusterSearchConnectionId",
859
+ "location":"uri",
860
+ "locationName":"ConnectionId"
861
+ }
862
+ }
863
+ },
864
+ "DeleteInboundCrossClusterSearchConnectionResponse":{
865
+ "type":"structure",
866
+ "members":{
867
+ "CrossClusterSearchConnection":{"shape":"InboundCrossClusterSearchConnection"}
868
+ }
869
+ },
870
+ "DeleteOutboundCrossClusterSearchConnectionRequest":{
871
+ "type":"structure",
872
+ "required":["CrossClusterSearchConnectionId"],
873
+ "members":{
874
+ "CrossClusterSearchConnectionId":{
875
+ "shape":"CrossClusterSearchConnectionId",
876
+ "location":"uri",
877
+ "locationName":"ConnectionId"
878
+ }
879
+ }
880
+ },
881
+ "DeleteOutboundCrossClusterSearchConnectionResponse":{
882
+ "type":"structure",
883
+ "members":{
884
+ "CrossClusterSearchConnection":{"shape":"OutboundCrossClusterSearchConnection"}
885
+ }
886
+ },
713
887
  "DeletePackageRequest":{
714
888
  "type":"structure",
715
889
  "required":["PackageID"],
@@ -818,6 +992,36 @@
818
992
  "LimitsByRole":{"shape":"LimitsByRole"}
819
993
  }
820
994
  },
995
+ "DescribeInboundCrossClusterSearchConnectionsRequest":{
996
+ "type":"structure",
997
+ "members":{
998
+ "Filters":{"shape":"FilterList"},
999
+ "MaxResults":{"shape":"MaxResults"},
1000
+ "NextToken":{"shape":"NextToken"}
1001
+ }
1002
+ },
1003
+ "DescribeInboundCrossClusterSearchConnectionsResponse":{
1004
+ "type":"structure",
1005
+ "members":{
1006
+ "CrossClusterSearchConnections":{"shape":"InboundCrossClusterSearchConnections"},
1007
+ "NextToken":{"shape":"NextToken"}
1008
+ }
1009
+ },
1010
+ "DescribeOutboundCrossClusterSearchConnectionsRequest":{
1011
+ "type":"structure",
1012
+ "members":{
1013
+ "Filters":{"shape":"FilterList"},
1014
+ "MaxResults":{"shape":"MaxResults"},
1015
+ "NextToken":{"shape":"NextToken"}
1016
+ }
1017
+ },
1018
+ "DescribeOutboundCrossClusterSearchConnectionsResponse":{
1019
+ "type":"structure",
1020
+ "members":{
1021
+ "CrossClusterSearchConnections":{"shape":"OutboundCrossClusterSearchConnections"},
1022
+ "NextToken":{"shape":"NextToken"}
1023
+ }
1024
+ },
821
1025
  "DescribePackagesFilter":{
822
1026
  "type":"structure",
823
1027
  "members":{
@@ -979,6 +1183,15 @@
979
1183
  "type":"list",
980
1184
  "member":{"shape":"DomainInfo"}
981
1185
  },
1186
+ "DomainInformation":{
1187
+ "type":"structure",
1188
+ "required":["DomainName"],
1189
+ "members":{
1190
+ "OwnerId":{"shape":"OwnerId"},
1191
+ "DomainName":{"shape":"DomainName"},
1192
+ "Region":{"shape":"Region"}
1193
+ }
1194
+ },
982
1195
  "DomainName":{
983
1196
  "type":"string",
984
1197
  "max":28,
@@ -1241,6 +1454,17 @@
1241
1454
  },
1242
1455
  "ErrorMessage":{"type":"string"},
1243
1456
  "ErrorType":{"type":"string"},
1457
+ "Filter":{
1458
+ "type":"structure",
1459
+ "members":{
1460
+ "Name":{"shape":"NonEmptyString"},
1461
+ "Values":{"shape":"ValueStringList"}
1462
+ }
1463
+ },
1464
+ "FilterList":{
1465
+ "type":"list",
1466
+ "member":{"shape":"Filter"}
1467
+ },
1244
1468
  "GUID":{
1245
1469
  "type":"string",
1246
1470
  "pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
@@ -1314,6 +1538,37 @@
1314
1538
  "min":1,
1315
1539
  "pattern":"[\\w-]+:[0-9a-f-]+"
1316
1540
  },
1541
+ "InboundCrossClusterSearchConnection":{
1542
+ "type":"structure",
1543
+ "members":{
1544
+ "SourceDomainInfo":{"shape":"DomainInformation"},
1545
+ "DestinationDomainInfo":{"shape":"DomainInformation"},
1546
+ "CrossClusterSearchConnectionId":{"shape":"CrossClusterSearchConnectionId"},
1547
+ "ConnectionStatus":{"shape":"InboundCrossClusterSearchConnectionStatus"}
1548
+ }
1549
+ },
1550
+ "InboundCrossClusterSearchConnectionStatus":{
1551
+ "type":"structure",
1552
+ "members":{
1553
+ "StatusCode":{"shape":"InboundCrossClusterSearchConnectionStatusCode"},
1554
+ "Message":{"shape":"CrossClusterSearchConnectionStatusMessage"}
1555
+ }
1556
+ },
1557
+ "InboundCrossClusterSearchConnectionStatusCode":{
1558
+ "type":"string",
1559
+ "enum":[
1560
+ "PENDING_ACCEPTANCE",
1561
+ "APPROVED",
1562
+ "REJECTING",
1563
+ "REJECTED",
1564
+ "DELETING",
1565
+ "DELETED"
1566
+ ]
1567
+ },
1568
+ "InboundCrossClusterSearchConnections":{
1569
+ "type":"list",
1570
+ "member":{"shape":"InboundCrossClusterSearchConnection"}
1571
+ },
1317
1572
  "InstanceCount":{
1318
1573
  "type":"integer",
1319
1574
  "min":1
@@ -1341,6 +1596,13 @@
1341
1596
  "error":{"httpStatusCode":500},
1342
1597
  "exception":true
1343
1598
  },
1599
+ "InvalidPaginationTokenException":{
1600
+ "type":"structure",
1601
+ "members":{
1602
+ },
1603
+ "error":{"httpStatusCode":400},
1604
+ "exception":true
1605
+ },
1344
1606
  "InvalidTypeException":{
1345
1607
  "type":"structure",
1346
1608
  "members":{
@@ -1578,6 +1840,10 @@
1578
1840
  "Status":{"shape":"OptionStatus"}
1579
1841
  }
1580
1842
  },
1843
+ "NonEmptyString":{
1844
+ "type":"string",
1845
+ "min":1
1846
+ },
1581
1847
  "OptionState":{
1582
1848
  "type":"string",
1583
1849
  "enum":[
@@ -1601,6 +1867,45 @@
1601
1867
  "PendingDeletion":{"shape":"Boolean"}
1602
1868
  }
1603
1869
  },
1870
+ "OutboundCrossClusterSearchConnection":{
1871
+ "type":"structure",
1872
+ "members":{
1873
+ "SourceDomainInfo":{"shape":"DomainInformation"},
1874
+ "DestinationDomainInfo":{"shape":"DomainInformation"},
1875
+ "CrossClusterSearchConnectionId":{"shape":"CrossClusterSearchConnectionId"},
1876
+ "ConnectionAlias":{"shape":"ConnectionAlias"},
1877
+ "ConnectionStatus":{"shape":"OutboundCrossClusterSearchConnectionStatus"}
1878
+ }
1879
+ },
1880
+ "OutboundCrossClusterSearchConnectionStatus":{
1881
+ "type":"structure",
1882
+ "members":{
1883
+ "StatusCode":{"shape":"OutboundCrossClusterSearchConnectionStatusCode"},
1884
+ "Message":{"shape":"CrossClusterSearchConnectionStatusMessage"}
1885
+ }
1886
+ },
1887
+ "OutboundCrossClusterSearchConnectionStatusCode":{
1888
+ "type":"string",
1889
+ "enum":[
1890
+ "PENDING_ACCEPTANCE",
1891
+ "VALIDATING",
1892
+ "VALIDATION_FAILED",
1893
+ "PROVISIONING",
1894
+ "ACTIVE",
1895
+ "REJECTED",
1896
+ "DELETING",
1897
+ "DELETED"
1898
+ ]
1899
+ },
1900
+ "OutboundCrossClusterSearchConnections":{
1901
+ "type":"list",
1902
+ "member":{"shape":"OutboundCrossClusterSearchConnection"}
1903
+ },
1904
+ "OwnerId":{
1905
+ "type":"string",
1906
+ "max":12,
1907
+ "min":12
1908
+ },
1604
1909
  "PackageDescription":{
1605
1910
  "type":"string",
1606
1911
  "max":1024
@@ -1689,6 +1994,24 @@
1689
1994
  "member":{"shape":"RecurringCharge"}
1690
1995
  },
1691
1996
  "ReferencePath":{"type":"string"},
1997
+ "Region":{"type":"string"},
1998
+ "RejectInboundCrossClusterSearchConnectionRequest":{
1999
+ "type":"structure",
2000
+ "required":["CrossClusterSearchConnectionId"],
2001
+ "members":{
2002
+ "CrossClusterSearchConnectionId":{
2003
+ "shape":"CrossClusterSearchConnectionId",
2004
+ "location":"uri",
2005
+ "locationName":"ConnectionId"
2006
+ }
2007
+ }
2008
+ },
2009
+ "RejectInboundCrossClusterSearchConnectionResponse":{
2010
+ "type":"structure",
2011
+ "members":{
2012
+ "CrossClusterSearchConnection":{"shape":"InboundCrossClusterSearchConnection"}
2013
+ }
2014
+ },
1692
2015
  "RemoveTagsRequest":{
1693
2016
  "type":"structure",
1694
2017
  "required":[
@@ -2026,6 +2349,11 @@
2026
2349
  "error":{"httpStatusCode":400},
2027
2350
  "exception":true
2028
2351
  },
2352
+ "ValueStringList":{
2353
+ "type":"list",
2354
+ "member":{"shape":"NonEmptyString"},
2355
+ "min":1
2356
+ },
2029
2357
  "VolumeType":{
2030
2358
  "type":"string",
2031
2359
  "enum":[