aws-sdk-core 2.11.304 → 2.11.305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/directconnect/2012-10-25/api-2.json +49 -14
- data/apis/ec2-instance-connect/2018-04-02/api-2.json +119 -0
- data/apis/ec2-instance-connect/2018-04-02/examples-1.json +34 -0
- data/apis/ec2-instance-connect/2018-04-02/paginators-1.json +4 -0
- data/apis/pinpoint/2016-12-01/api-2.json +79 -90
- data/apis/workspaces/2015-04-08/api-2.json +111 -0
- data/endpoints.json +11 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/ec2instanceconnect.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c483e09722aa6eb9a330d8a5e6dbda1a60f69df4
|
|
4
|
+
data.tar.gz: 8d0e77f0393e70e7d45fc266a69df6359e0199e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ea1f1c7429b041c2df482e51bbd19113d3ad6a14075116309351256181980cf805e4ee256df31de9eddfad97a978d6d84f3993e35396d2d7cc0172de2a76375
|
|
7
|
+
data.tar.gz: b9745fe2ba391e9ca754f1ad2451043879d9b0341be7f4c0aad57bec0342efb65639c3d080a130b9979a957f872d433c3a61c956172df2a4531757aee2eed086
|
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
"input":{"shape":"AllocateHostedConnectionRequest"},
|
|
49
49
|
"output":{"shape":"Connection"},
|
|
50
50
|
"errors":[
|
|
51
|
+
{"shape":"DuplicateTagKeysException"},
|
|
52
|
+
{"shape":"TooManyTagsException"},
|
|
51
53
|
{"shape":"DirectConnectServerException"},
|
|
52
54
|
{"shape":"DirectConnectClientException"}
|
|
53
55
|
]
|
|
@@ -61,6 +63,8 @@
|
|
|
61
63
|
"input":{"shape":"AllocatePrivateVirtualInterfaceRequest"},
|
|
62
64
|
"output":{"shape":"VirtualInterface"},
|
|
63
65
|
"errors":[
|
|
66
|
+
{"shape":"DuplicateTagKeysException"},
|
|
67
|
+
{"shape":"TooManyTagsException"},
|
|
64
68
|
{"shape":"DirectConnectServerException"},
|
|
65
69
|
{"shape":"DirectConnectClientException"}
|
|
66
70
|
]
|
|
@@ -74,6 +78,8 @@
|
|
|
74
78
|
"input":{"shape":"AllocatePublicVirtualInterfaceRequest"},
|
|
75
79
|
"output":{"shape":"VirtualInterface"},
|
|
76
80
|
"errors":[
|
|
81
|
+
{"shape":"DuplicateTagKeysException"},
|
|
82
|
+
{"shape":"TooManyTagsException"},
|
|
77
83
|
{"shape":"DirectConnectServerException"},
|
|
78
84
|
{"shape":"DirectConnectClientException"}
|
|
79
85
|
]
|
|
@@ -87,6 +93,8 @@
|
|
|
87
93
|
"input":{"shape":"AllocateTransitVirtualInterfaceRequest"},
|
|
88
94
|
"output":{"shape":"AllocateTransitVirtualInterfaceResult"},
|
|
89
95
|
"errors":[
|
|
96
|
+
{"shape":"DuplicateTagKeysException"},
|
|
97
|
+
{"shape":"TooManyTagsException"},
|
|
90
98
|
{"shape":"DirectConnectServerException"},
|
|
91
99
|
{"shape":"DirectConnectClientException"}
|
|
92
100
|
]
|
|
@@ -204,6 +212,8 @@
|
|
|
204
212
|
"input":{"shape":"CreateConnectionRequest"},
|
|
205
213
|
"output":{"shape":"Connection"},
|
|
206
214
|
"errors":[
|
|
215
|
+
{"shape":"DuplicateTagKeysException"},
|
|
216
|
+
{"shape":"TooManyTagsException"},
|
|
207
217
|
{"shape":"DirectConnectServerException"},
|
|
208
218
|
{"shape":"DirectConnectClientException"}
|
|
209
219
|
]
|
|
@@ -256,6 +266,8 @@
|
|
|
256
266
|
"input":{"shape":"CreateInterconnectRequest"},
|
|
257
267
|
"output":{"shape":"Interconnect"},
|
|
258
268
|
"errors":[
|
|
269
|
+
{"shape":"DuplicateTagKeysException"},
|
|
270
|
+
{"shape":"TooManyTagsException"},
|
|
259
271
|
{"shape":"DirectConnectServerException"},
|
|
260
272
|
{"shape":"DirectConnectClientException"}
|
|
261
273
|
]
|
|
@@ -269,6 +281,8 @@
|
|
|
269
281
|
"input":{"shape":"CreateLagRequest"},
|
|
270
282
|
"output":{"shape":"Lag"},
|
|
271
283
|
"errors":[
|
|
284
|
+
{"shape":"DuplicateTagKeysException"},
|
|
285
|
+
{"shape":"TooManyTagsException"},
|
|
272
286
|
{"shape":"DirectConnectServerException"},
|
|
273
287
|
{"shape":"DirectConnectClientException"}
|
|
274
288
|
]
|
|
@@ -282,6 +296,8 @@
|
|
|
282
296
|
"input":{"shape":"CreatePrivateVirtualInterfaceRequest"},
|
|
283
297
|
"output":{"shape":"VirtualInterface"},
|
|
284
298
|
"errors":[
|
|
299
|
+
{"shape":"DuplicateTagKeysException"},
|
|
300
|
+
{"shape":"TooManyTagsException"},
|
|
285
301
|
{"shape":"DirectConnectServerException"},
|
|
286
302
|
{"shape":"DirectConnectClientException"}
|
|
287
303
|
]
|
|
@@ -295,6 +311,8 @@
|
|
|
295
311
|
"input":{"shape":"CreatePublicVirtualInterfaceRequest"},
|
|
296
312
|
"output":{"shape":"VirtualInterface"},
|
|
297
313
|
"errors":[
|
|
314
|
+
{"shape":"DuplicateTagKeysException"},
|
|
315
|
+
{"shape":"TooManyTagsException"},
|
|
298
316
|
{"shape":"DirectConnectServerException"},
|
|
299
317
|
{"shape":"DirectConnectClientException"}
|
|
300
318
|
]
|
|
@@ -308,6 +326,8 @@
|
|
|
308
326
|
"input":{"shape":"CreateTransitVirtualInterfaceRequest"},
|
|
309
327
|
"output":{"shape":"CreateTransitVirtualInterfaceResult"},
|
|
310
328
|
"errors":[
|
|
329
|
+
{"shape":"DuplicateTagKeysException"},
|
|
330
|
+
{"shape":"TooManyTagsException"},
|
|
311
331
|
{"shape":"DirectConnectServerException"},
|
|
312
332
|
{"shape":"DirectConnectClientException"}
|
|
313
333
|
]
|
|
@@ -766,7 +786,8 @@
|
|
|
766
786
|
"ownerAccount":{"shape":"OwnerAccount"},
|
|
767
787
|
"bandwidth":{"shape":"Bandwidth"},
|
|
768
788
|
"connectionName":{"shape":"ConnectionName"},
|
|
769
|
-
"vlan":{"shape":"VLAN"}
|
|
789
|
+
"vlan":{"shape":"VLAN"},
|
|
790
|
+
"tags":{"shape":"TagList"}
|
|
770
791
|
}
|
|
771
792
|
},
|
|
772
793
|
"AllocatePrivateVirtualInterfaceRequest":{
|
|
@@ -983,7 +1004,8 @@
|
|
|
983
1004
|
"awsDevice":{"shape":"AwsDevice"},
|
|
984
1005
|
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
985
1006
|
"awsDeviceV2":{"shape":"AwsDeviceV2"},
|
|
986
|
-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
|
|
1007
|
+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
|
|
1008
|
+
"tags":{"shape":"TagList"}
|
|
987
1009
|
}
|
|
988
1010
|
},
|
|
989
1011
|
"ConnectionId":{"type":"string"},
|
|
@@ -1037,7 +1059,8 @@
|
|
|
1037
1059
|
"location":{"shape":"LocationCode"},
|
|
1038
1060
|
"bandwidth":{"shape":"Bandwidth"},
|
|
1039
1061
|
"connectionName":{"shape":"ConnectionName"},
|
|
1040
|
-
"lagId":{"shape":"LagId"}
|
|
1062
|
+
"lagId":{"shape":"LagId"},
|
|
1063
|
+
"tags":{"shape":"TagList"}
|
|
1041
1064
|
}
|
|
1042
1065
|
},
|
|
1043
1066
|
"CreateDirectConnectGatewayAssociationProposalRequest":{
|
|
@@ -1102,7 +1125,8 @@
|
|
|
1102
1125
|
"interconnectName":{"shape":"InterconnectName"},
|
|
1103
1126
|
"bandwidth":{"shape":"Bandwidth"},
|
|
1104
1127
|
"location":{"shape":"LocationCode"},
|
|
1105
|
-
"lagId":{"shape":"LagId"}
|
|
1128
|
+
"lagId":{"shape":"LagId"},
|
|
1129
|
+
"tags":{"shape":"TagList"}
|
|
1106
1130
|
}
|
|
1107
1131
|
},
|
|
1108
1132
|
"CreateLagRequest":{
|
|
@@ -1118,7 +1142,9 @@
|
|
|
1118
1142
|
"location":{"shape":"LocationCode"},
|
|
1119
1143
|
"connectionsBandwidth":{"shape":"Bandwidth"},
|
|
1120
1144
|
"lagName":{"shape":"LagName"},
|
|
1121
|
-
"connectionId":{"shape":"ConnectionId"}
|
|
1145
|
+
"connectionId":{"shape":"ConnectionId"},
|
|
1146
|
+
"tags":{"shape":"TagList"},
|
|
1147
|
+
"childConnectionTags":{"shape":"TagList"}
|
|
1122
1148
|
}
|
|
1123
1149
|
},
|
|
1124
1150
|
"CreatePrivateVirtualInterfaceRequest":{
|
|
@@ -1589,7 +1615,8 @@
|
|
|
1589
1615
|
"awsDevice":{"shape":"AwsDevice"},
|
|
1590
1616
|
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
1591
1617
|
"awsDeviceV2":{"shape":"AwsDeviceV2"},
|
|
1592
|
-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
|
|
1618
|
+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
|
|
1619
|
+
"tags":{"shape":"TagList"}
|
|
1593
1620
|
}
|
|
1594
1621
|
},
|
|
1595
1622
|
"InterconnectId":{"type":"string"},
|
|
@@ -1634,7 +1661,8 @@
|
|
|
1634
1661
|
"connections":{"shape":"ConnectionList"},
|
|
1635
1662
|
"allowsHostedConnections":{"shape":"BooleanFlag"},
|
|
1636
1663
|
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
1637
|
-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
|
|
1664
|
+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
|
|
1665
|
+
"tags":{"shape":"TagList"}
|
|
1638
1666
|
}
|
|
1639
1667
|
},
|
|
1640
1668
|
"LagId":{"type":"string"},
|
|
@@ -1728,7 +1756,8 @@
|
|
|
1728
1756
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
1729
1757
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1730
1758
|
"virtualGatewayId":{"shape":"VirtualGatewayId"},
|
|
1731
|
-
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
|
|
1759
|
+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
|
|
1760
|
+
"tags":{"shape":"TagList"}
|
|
1732
1761
|
}
|
|
1733
1762
|
},
|
|
1734
1763
|
"NewPrivateVirtualInterfaceAllocation":{
|
|
@@ -1746,7 +1775,8 @@
|
|
|
1746
1775
|
"authKey":{"shape":"BGPAuthKey"},
|
|
1747
1776
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1748
1777
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1749
|
-
"customerAddress":{"shape":"CustomerAddress"}
|
|
1778
|
+
"customerAddress":{"shape":"CustomerAddress"},
|
|
1779
|
+
"tags":{"shape":"TagList"}
|
|
1750
1780
|
}
|
|
1751
1781
|
},
|
|
1752
1782
|
"NewPublicVirtualInterface":{
|
|
@@ -1764,7 +1794,8 @@
|
|
|
1764
1794
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1765
1795
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
1766
1796
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1767
|
-
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}
|
|
1797
|
+
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
|
|
1798
|
+
"tags":{"shape":"TagList"}
|
|
1768
1799
|
}
|
|
1769
1800
|
},
|
|
1770
1801
|
"NewPublicVirtualInterfaceAllocation":{
|
|
@@ -1782,7 +1813,8 @@
|
|
|
1782
1813
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1783
1814
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
1784
1815
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1785
|
-
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}
|
|
1816
|
+
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
|
|
1817
|
+
"tags":{"shape":"TagList"}
|
|
1786
1818
|
}
|
|
1787
1819
|
},
|
|
1788
1820
|
"NewTransitVirtualInterface":{
|
|
@@ -1796,7 +1828,8 @@
|
|
|
1796
1828
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1797
1829
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
1798
1830
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1799
|
-
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
|
|
1831
|
+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
|
|
1832
|
+
"tags":{"shape":"TagList"}
|
|
1800
1833
|
}
|
|
1801
1834
|
},
|
|
1802
1835
|
"NewTransitVirtualInterfaceAllocation":{
|
|
@@ -1809,7 +1842,8 @@
|
|
|
1809
1842
|
"authKey":{"shape":"BGPAuthKey"},
|
|
1810
1843
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1811
1844
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
1812
|
-
"addressFamily":{"shape":"AddressFamily"}
|
|
1845
|
+
"addressFamily":{"shape":"AddressFamily"},
|
|
1846
|
+
"tags":{"shape":"TagList"}
|
|
1813
1847
|
}
|
|
1814
1848
|
},
|
|
1815
1849
|
"OwnerAccount":{"type":"string"},
|
|
@@ -1996,7 +2030,8 @@
|
|
|
1996
2030
|
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
|
|
1997
2031
|
"bgpPeers":{"shape":"BGPPeerList"},
|
|
1998
2032
|
"region":{"shape":"Region"},
|
|
1999
|
-
"awsDeviceV2":{"shape":"AwsDeviceV2"}
|
|
2033
|
+
"awsDeviceV2":{"shape":"AwsDeviceV2"},
|
|
2034
|
+
"tags":{"shape":"TagList"}
|
|
2000
2035
|
}
|
|
2001
2036
|
},
|
|
2002
2037
|
"VirtualInterfaceId":{"type":"string"},
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version":"2.0",
|
|
3
|
+
"metadata":{
|
|
4
|
+
"apiVersion":"2018-04-02",
|
|
5
|
+
"endpointPrefix":"ec2-instance-connect",
|
|
6
|
+
"jsonVersion":"1.1",
|
|
7
|
+
"protocol":"json",
|
|
8
|
+
"serviceAbbreviation":"EC2 Instance Connect",
|
|
9
|
+
"serviceFullName":"AWS EC2 Instance Connect",
|
|
10
|
+
"serviceId":"EC2 Instance Connect",
|
|
11
|
+
"signatureVersion":"v4",
|
|
12
|
+
"targetPrefix":"AWSEC2InstanceConnectService",
|
|
13
|
+
"uid":"ec2-instance-connect-2018-04-02"
|
|
14
|
+
},
|
|
15
|
+
"operations":{
|
|
16
|
+
"SendSSHPublicKey":{
|
|
17
|
+
"name":"SendSSHPublicKey",
|
|
18
|
+
"http":{
|
|
19
|
+
"method":"POST",
|
|
20
|
+
"requestUri":"/"
|
|
21
|
+
},
|
|
22
|
+
"input":{"shape":"SendSSHPublicKeyRequest"},
|
|
23
|
+
"output":{"shape":"SendSSHPublicKeyResponse"},
|
|
24
|
+
"errors":[
|
|
25
|
+
{"shape":"AuthException"},
|
|
26
|
+
{"shape":"InvalidArgsException"},
|
|
27
|
+
{"shape":"ServiceException"},
|
|
28
|
+
{"shape":"ThrottlingException"},
|
|
29
|
+
{"shape":"EC2InstanceNotFoundException"}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"shapes":{
|
|
34
|
+
"AuthException":{
|
|
35
|
+
"type":"structure",
|
|
36
|
+
"members":{
|
|
37
|
+
"Message":{"shape":"String"}
|
|
38
|
+
},
|
|
39
|
+
"exception":true
|
|
40
|
+
},
|
|
41
|
+
"AvailabilityZone":{
|
|
42
|
+
"type":"string",
|
|
43
|
+
"max":32,
|
|
44
|
+
"min":6,
|
|
45
|
+
"pattern":"^(\\w+-){2,3}\\d+\\w+$"
|
|
46
|
+
},
|
|
47
|
+
"EC2InstanceNotFoundException":{
|
|
48
|
+
"type":"structure",
|
|
49
|
+
"members":{
|
|
50
|
+
"Message":{"shape":"String"}
|
|
51
|
+
},
|
|
52
|
+
"exception":true
|
|
53
|
+
},
|
|
54
|
+
"InstanceId":{
|
|
55
|
+
"type":"string",
|
|
56
|
+
"max":32,
|
|
57
|
+
"min":10,
|
|
58
|
+
"pattern":"^i-[a-f0-9]+$"
|
|
59
|
+
},
|
|
60
|
+
"InstanceOSUser":{
|
|
61
|
+
"type":"string",
|
|
62
|
+
"max":32,
|
|
63
|
+
"min":1,
|
|
64
|
+
"pattern":"^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
|
|
65
|
+
},
|
|
66
|
+
"InvalidArgsException":{
|
|
67
|
+
"type":"structure",
|
|
68
|
+
"members":{
|
|
69
|
+
"Message":{"shape":"String"}
|
|
70
|
+
},
|
|
71
|
+
"exception":true
|
|
72
|
+
},
|
|
73
|
+
"RequestId":{"type":"string"},
|
|
74
|
+
"SSHPublicKey":{
|
|
75
|
+
"type":"string",
|
|
76
|
+
"max":4096,
|
|
77
|
+
"min":256
|
|
78
|
+
},
|
|
79
|
+
"SendSSHPublicKeyRequest":{
|
|
80
|
+
"type":"structure",
|
|
81
|
+
"required":[
|
|
82
|
+
"InstanceId",
|
|
83
|
+
"InstanceOSUser",
|
|
84
|
+
"SSHPublicKey",
|
|
85
|
+
"AvailabilityZone"
|
|
86
|
+
],
|
|
87
|
+
"members":{
|
|
88
|
+
"InstanceId":{"shape":"InstanceId"},
|
|
89
|
+
"InstanceOSUser":{"shape":"InstanceOSUser"},
|
|
90
|
+
"SSHPublicKey":{"shape":"SSHPublicKey"},
|
|
91
|
+
"AvailabilityZone":{"shape":"AvailabilityZone"}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"SendSSHPublicKeyResponse":{
|
|
95
|
+
"type":"structure",
|
|
96
|
+
"members":{
|
|
97
|
+
"RequestId":{"shape":"RequestId"},
|
|
98
|
+
"Success":{"shape":"Success"}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"ServiceException":{
|
|
102
|
+
"type":"structure",
|
|
103
|
+
"members":{
|
|
104
|
+
"Message":{"shape":"String"}
|
|
105
|
+
},
|
|
106
|
+
"exception":true,
|
|
107
|
+
"fault":true
|
|
108
|
+
},
|
|
109
|
+
"String":{"type":"string"},
|
|
110
|
+
"Success":{"type":"boolean"},
|
|
111
|
+
"ThrottlingException":{
|
|
112
|
+
"type":"structure",
|
|
113
|
+
"members":{
|
|
114
|
+
"Message":{"shape":"String"}
|
|
115
|
+
},
|
|
116
|
+
"exception":true
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0",
|
|
3
|
+
"examples": {
|
|
4
|
+
"SendSSHPublicKey": [
|
|
5
|
+
{
|
|
6
|
+
"input": {
|
|
7
|
+
"AvailabilityZone": "us-west-2a",
|
|
8
|
+
"InstanceId": "i-abcd1234",
|
|
9
|
+
"InstanceOSUser": "ec2-user",
|
|
10
|
+
"SSHPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3FlHqj2eqCdrGHuA6dRjfZXQ4HX5lXEIRHaNbxEwE5Te7xNF7StwhrDtiV7IdT5fDqbRyGw/szPj3xGkNTVoElCZ2dDFb2qYZ1WLIpZwj/UhO9l2mgfjR56UojjQut5Jvn2KZ1OcyrNO0J83kCaJCV7JoVbXY79FBMUccYNY45zmv9+1FMCfY6i2jdIhwR6+yLk8oubL8lIPyq7X+6b9S0yKCkB7Peml1DvghlybpAIUrC9vofHt6XP4V1i0bImw1IlljQS+DUmULRFSccATDscCX9ajnj7Crhm0HAZC0tBPXpFdHkPwL3yzYo546SCS9LKEwz62ymxxbL9k7h09t"
|
|
11
|
+
},
|
|
12
|
+
"output": {
|
|
13
|
+
"RequestId": "abcd1234-abcd-1234-abcd-1234abcd1234",
|
|
14
|
+
"Success": true
|
|
15
|
+
},
|
|
16
|
+
"comments": {
|
|
17
|
+
"input": {
|
|
18
|
+
"AvailabilityZone": "The zone where the instance was launched",
|
|
19
|
+
"InstanceId": "The instance ID to publish the key to.",
|
|
20
|
+
"InstanceOSUser": "This should be the user you wish to be when ssh-ing to the instance (eg, ec2-user@[instance IP])",
|
|
21
|
+
"SSHPublicKey": "This should be in standard OpenSSH format (ssh-rsa [key body])"
|
|
22
|
+
},
|
|
23
|
+
"output": {
|
|
24
|
+
"RequestId": "This request ID should be provided when contacting AWS Support.",
|
|
25
|
+
"Success": "Should be true if the service does not return an error response."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"description": "The following example pushes a sample SSH public key to the EC2 instance i-abcd1234 in AZ us-west-2b for use by the instance OS user ec2-user.",
|
|
29
|
+
"id": "send-ssh-key-to-an-ec2-instance-1518124883100",
|
|
30
|
+
"title": "To push an SSH key to an EC2 instance"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
"shape" : "__boolean"
|
|
2064
2064
|
}
|
|
2065
2065
|
},
|
|
2066
|
-
"required" : [ ]
|
|
2066
|
+
"required" : [ "ClientSecret", "ClientId" ]
|
|
2067
2067
|
},
|
|
2068
2068
|
"ADMChannelResponse" : {
|
|
2069
2069
|
"type" : "structure",
|
|
@@ -2099,7 +2099,7 @@
|
|
|
2099
2099
|
"shape" : "__integer"
|
|
2100
2100
|
}
|
|
2101
2101
|
},
|
|
2102
|
-
"required" : [ ]
|
|
2102
|
+
"required" : [ "Platform" ]
|
|
2103
2103
|
},
|
|
2104
2104
|
"ADMMessage" : {
|
|
2105
2105
|
"type" : "structure",
|
|
@@ -2181,8 +2181,7 @@
|
|
|
2181
2181
|
"TokenKeyId" : {
|
|
2182
2182
|
"shape" : "__string"
|
|
2183
2183
|
}
|
|
2184
|
-
}
|
|
2185
|
-
"required" : [ ]
|
|
2184
|
+
}
|
|
2186
2185
|
},
|
|
2187
2186
|
"APNSChannelResponse" : {
|
|
2188
2187
|
"type" : "structure",
|
|
@@ -2224,7 +2223,7 @@
|
|
|
2224
2223
|
"shape" : "__integer"
|
|
2225
2224
|
}
|
|
2226
2225
|
},
|
|
2227
|
-
"required" : [ ]
|
|
2226
|
+
"required" : [ "Platform" ]
|
|
2228
2227
|
},
|
|
2229
2228
|
"APNSMessage" : {
|
|
2230
2229
|
"type" : "structure",
|
|
@@ -2309,8 +2308,7 @@
|
|
|
2309
2308
|
"TokenKeyId" : {
|
|
2310
2309
|
"shape" : "__string"
|
|
2311
2310
|
}
|
|
2312
|
-
}
|
|
2313
|
-
"required" : [ ]
|
|
2311
|
+
}
|
|
2314
2312
|
},
|
|
2315
2313
|
"APNSSandboxChannelResponse" : {
|
|
2316
2314
|
"type" : "structure",
|
|
@@ -2352,7 +2350,7 @@
|
|
|
2352
2350
|
"shape" : "__integer"
|
|
2353
2351
|
}
|
|
2354
2352
|
},
|
|
2355
|
-
"required" : [ ]
|
|
2353
|
+
"required" : [ "Platform" ]
|
|
2356
2354
|
},
|
|
2357
2355
|
"APNSVoipChannelRequest" : {
|
|
2358
2356
|
"type" : "structure",
|
|
@@ -2381,8 +2379,7 @@
|
|
|
2381
2379
|
"TokenKeyId" : {
|
|
2382
2380
|
"shape" : "__string"
|
|
2383
2381
|
}
|
|
2384
|
-
}
|
|
2385
|
-
"required" : [ ]
|
|
2382
|
+
}
|
|
2386
2383
|
},
|
|
2387
2384
|
"APNSVoipChannelResponse" : {
|
|
2388
2385
|
"type" : "structure",
|
|
@@ -2424,7 +2421,7 @@
|
|
|
2424
2421
|
"shape" : "__integer"
|
|
2425
2422
|
}
|
|
2426
2423
|
},
|
|
2427
|
-
"required" : [ ]
|
|
2424
|
+
"required" : [ "Platform" ]
|
|
2428
2425
|
},
|
|
2429
2426
|
"APNSVoipSandboxChannelRequest" : {
|
|
2430
2427
|
"type" : "structure",
|
|
@@ -2453,8 +2450,7 @@
|
|
|
2453
2450
|
"TokenKeyId" : {
|
|
2454
2451
|
"shape" : "__string"
|
|
2455
2452
|
}
|
|
2456
|
-
}
|
|
2457
|
-
"required" : [ ]
|
|
2453
|
+
}
|
|
2458
2454
|
},
|
|
2459
2455
|
"APNSVoipSandboxChannelResponse" : {
|
|
2460
2456
|
"type" : "structure",
|
|
@@ -2496,7 +2492,7 @@
|
|
|
2496
2492
|
"shape" : "__integer"
|
|
2497
2493
|
}
|
|
2498
2494
|
},
|
|
2499
|
-
"required" : [ ]
|
|
2495
|
+
"required" : [ "Platform" ]
|
|
2500
2496
|
},
|
|
2501
2497
|
"Action" : {
|
|
2502
2498
|
"type" : "string",
|
|
@@ -2512,7 +2508,7 @@
|
|
|
2512
2508
|
"shape" : "__string"
|
|
2513
2509
|
}
|
|
2514
2510
|
},
|
|
2515
|
-
"required" : [ ]
|
|
2511
|
+
"required" : [ "Item" ]
|
|
2516
2512
|
},
|
|
2517
2513
|
"ActivityResponse" : {
|
|
2518
2514
|
"type" : "structure",
|
|
@@ -2557,7 +2553,7 @@
|
|
|
2557
2553
|
"shape" : "__string"
|
|
2558
2554
|
}
|
|
2559
2555
|
},
|
|
2560
|
-
"required" : [ ]
|
|
2556
|
+
"required" : [ "CampaignId", "Id", "ApplicationId" ]
|
|
2561
2557
|
},
|
|
2562
2558
|
"AddressConfiguration" : {
|
|
2563
2559
|
"type" : "structure",
|
|
@@ -2594,12 +2590,12 @@
|
|
|
2594
2590
|
"Name" : {
|
|
2595
2591
|
"shape" : "__string"
|
|
2596
2592
|
},
|
|
2597
|
-
"tags": {
|
|
2593
|
+
"tags" : {
|
|
2598
2594
|
"shape" : "MapOf__string",
|
|
2599
2595
|
"locationName" : "tags"
|
|
2600
2596
|
}
|
|
2601
2597
|
},
|
|
2602
|
-
"required" : [ ]
|
|
2598
|
+
"required" : [ "Id", "Arn", "Name" ]
|
|
2603
2599
|
},
|
|
2604
2600
|
"ApplicationSettingsResource" : {
|
|
2605
2601
|
"type" : "structure",
|
|
@@ -2620,7 +2616,7 @@
|
|
|
2620
2616
|
"shape" : "QuietTime"
|
|
2621
2617
|
}
|
|
2622
2618
|
},
|
|
2623
|
-
"required" : [ ]
|
|
2619
|
+
"required" : [ "ApplicationId" ]
|
|
2624
2620
|
},
|
|
2625
2621
|
"ApplicationsResponse" : {
|
|
2626
2622
|
"type" : "structure",
|
|
@@ -2643,7 +2639,7 @@
|
|
|
2643
2639
|
"shape" : "ListOf__string"
|
|
2644
2640
|
}
|
|
2645
2641
|
},
|
|
2646
|
-
"required" : [ ]
|
|
2642
|
+
"required" : [ "Values" ]
|
|
2647
2643
|
},
|
|
2648
2644
|
"AttributeType" : {
|
|
2649
2645
|
"type" : "string",
|
|
@@ -2662,7 +2658,7 @@
|
|
|
2662
2658
|
"shape" : "ListOf__string"
|
|
2663
2659
|
}
|
|
2664
2660
|
},
|
|
2665
|
-
"required" : [ ]
|
|
2661
|
+
"required" : [ "AttributeType", "ApplicationId" ]
|
|
2666
2662
|
},
|
|
2667
2663
|
"BadRequestException" : {
|
|
2668
2664
|
"type" : "structure",
|
|
@@ -2692,7 +2688,7 @@
|
|
|
2692
2688
|
"shape" : "__string"
|
|
2693
2689
|
}
|
|
2694
2690
|
},
|
|
2695
|
-
"required" : [ ]
|
|
2691
|
+
"required" : [ "SecretKey", "ApiKey" ]
|
|
2696
2692
|
},
|
|
2697
2693
|
"BaiduChannelResponse" : {
|
|
2698
2694
|
"type" : "structure",
|
|
@@ -2731,7 +2727,7 @@
|
|
|
2731
2727
|
"shape" : "__integer"
|
|
2732
2728
|
}
|
|
2733
2729
|
},
|
|
2734
|
-
"required" : [ ]
|
|
2730
|
+
"required" : [ "Credential", "Platform" ]
|
|
2735
2731
|
},
|
|
2736
2732
|
"BaiduMessage" : {
|
|
2737
2733
|
"type" : "structure",
|
|
@@ -2796,7 +2792,7 @@
|
|
|
2796
2792
|
"shape" : "__string"
|
|
2797
2793
|
}
|
|
2798
2794
|
},
|
|
2799
|
-
"required" : [ ]
|
|
2795
|
+
"required" : [ "Title" ]
|
|
2800
2796
|
},
|
|
2801
2797
|
"CampaignEventFilter" : {
|
|
2802
2798
|
"type" : "structure",
|
|
@@ -2808,7 +2804,7 @@
|
|
|
2808
2804
|
"shape" : "FilterType"
|
|
2809
2805
|
}
|
|
2810
2806
|
},
|
|
2811
|
-
"required" : [ ]
|
|
2807
|
+
"required" : [ "FilterType", "Dimensions" ]
|
|
2812
2808
|
},
|
|
2813
2809
|
"CampaignHook" : {
|
|
2814
2810
|
"type" : "structure",
|
|
@@ -2898,7 +2894,7 @@
|
|
|
2898
2894
|
"State" : {
|
|
2899
2895
|
"shape" : "CampaignState"
|
|
2900
2896
|
},
|
|
2901
|
-
"tags": {
|
|
2897
|
+
"tags" : {
|
|
2902
2898
|
"shape" : "MapOf__string",
|
|
2903
2899
|
"locationName" : "tags"
|
|
2904
2900
|
},
|
|
@@ -2912,7 +2908,7 @@
|
|
|
2912
2908
|
"shape" : "__integer"
|
|
2913
2909
|
}
|
|
2914
2910
|
},
|
|
2915
|
-
"required" : [ ]
|
|
2911
|
+
"required" : [ "LastModifiedDate", "CreationDate", "SegmentId", "SegmentVersion", "Id", "Arn", "ApplicationId" ]
|
|
2916
2912
|
},
|
|
2917
2913
|
"CampaignSmsMessage" : {
|
|
2918
2914
|
"type" : "structure",
|
|
@@ -2950,7 +2946,7 @@
|
|
|
2950
2946
|
"shape" : "__string"
|
|
2951
2947
|
}
|
|
2952
2948
|
},
|
|
2953
|
-
"required" : [ ]
|
|
2949
|
+
"required" : [ "Item" ]
|
|
2954
2950
|
},
|
|
2955
2951
|
"ChannelResponse" : {
|
|
2956
2952
|
"type" : "structure",
|
|
@@ -2995,7 +2991,7 @@
|
|
|
2995
2991
|
"shape" : "MapOfChannelResponse"
|
|
2996
2992
|
}
|
|
2997
2993
|
},
|
|
2998
|
-
"required" : [ ]
|
|
2994
|
+
"required" : [ "Channels" ]
|
|
2999
2995
|
},
|
|
3000
2996
|
"CreateAppRequest" : {
|
|
3001
2997
|
"type" : "structure",
|
|
@@ -3023,12 +3019,12 @@
|
|
|
3023
3019
|
"Name" : {
|
|
3024
3020
|
"shape" : "__string"
|
|
3025
3021
|
},
|
|
3026
|
-
"tags": {
|
|
3022
|
+
"tags" : {
|
|
3027
3023
|
"shape" : "MapOf__string",
|
|
3028
3024
|
"locationName" : "tags"
|
|
3029
3025
|
}
|
|
3030
3026
|
},
|
|
3031
|
-
"required" : [ ]
|
|
3027
|
+
"required" : [ "Name" ]
|
|
3032
3028
|
},
|
|
3033
3029
|
"CreateCampaignRequest" : {
|
|
3034
3030
|
"type" : "structure",
|
|
@@ -3561,8 +3557,7 @@
|
|
|
3561
3557
|
"VoiceMessage" : {
|
|
3562
3558
|
"shape" : "VoiceMessage"
|
|
3563
3559
|
}
|
|
3564
|
-
}
|
|
3565
|
-
"required" : [ ]
|
|
3560
|
+
}
|
|
3566
3561
|
},
|
|
3567
3562
|
"Duration" : {
|
|
3568
3563
|
"type" : "string",
|
|
@@ -3587,7 +3582,7 @@
|
|
|
3587
3582
|
"shape" : "__string"
|
|
3588
3583
|
}
|
|
3589
3584
|
},
|
|
3590
|
-
"required" : [ ]
|
|
3585
|
+
"required" : [ "FromAddress", "Identity" ]
|
|
3591
3586
|
},
|
|
3592
3587
|
"EmailChannelResponse" : {
|
|
3593
3588
|
"type" : "structure",
|
|
@@ -3638,7 +3633,7 @@
|
|
|
3638
3633
|
"shape" : "__integer"
|
|
3639
3634
|
}
|
|
3640
3635
|
},
|
|
3641
|
-
"required" : [ ]
|
|
3636
|
+
"required" : [ "Platform" ]
|
|
3642
3637
|
},
|
|
3643
3638
|
"EmailMessage" : {
|
|
3644
3639
|
"type" : "structure",
|
|
@@ -3714,7 +3709,7 @@
|
|
|
3714
3709
|
"shape" : "ListOfEndpointBatchItem"
|
|
3715
3710
|
}
|
|
3716
3711
|
},
|
|
3717
|
-
"required" : [ ]
|
|
3712
|
+
"required" : [ "Item" ]
|
|
3718
3713
|
},
|
|
3719
3714
|
"EndpointDemographic" : {
|
|
3720
3715
|
"type" : "structure",
|
|
@@ -3801,7 +3796,7 @@
|
|
|
3801
3796
|
"shape" : "__string"
|
|
3802
3797
|
}
|
|
3803
3798
|
},
|
|
3804
|
-
"required" : [ ]
|
|
3799
|
+
"required" : [ "DeliveryStatus", "StatusCode" ]
|
|
3805
3800
|
},
|
|
3806
3801
|
"EndpointRequest" : {
|
|
3807
3802
|
"type" : "structure",
|
|
@@ -3929,7 +3924,7 @@
|
|
|
3929
3924
|
"shape" : "ListOfEndpointResponse"
|
|
3930
3925
|
}
|
|
3931
3926
|
},
|
|
3932
|
-
"required" : [ ]
|
|
3927
|
+
"required" : [ "Item" ]
|
|
3933
3928
|
},
|
|
3934
3929
|
"Event" : {
|
|
3935
3930
|
"type" : "structure",
|
|
@@ -3965,7 +3960,7 @@
|
|
|
3965
3960
|
"shape" : "__string"
|
|
3966
3961
|
}
|
|
3967
3962
|
},
|
|
3968
|
-
"required" : [ ]
|
|
3963
|
+
"required" : [ "EventType", "Timestamp" ]
|
|
3969
3964
|
},
|
|
3970
3965
|
"EventDimensions" : {
|
|
3971
3966
|
"type" : "structure",
|
|
@@ -4014,7 +4009,7 @@
|
|
|
4014
4009
|
"shape" : "__string"
|
|
4015
4010
|
}
|
|
4016
4011
|
},
|
|
4017
|
-
"required" : [ ]
|
|
4012
|
+
"required" : [ "ApplicationId", "RoleArn", "DestinationStreamArn" ]
|
|
4018
4013
|
},
|
|
4019
4014
|
"EventsBatch" : {
|
|
4020
4015
|
"type" : "structure",
|
|
@@ -4026,7 +4021,7 @@
|
|
|
4026
4021
|
"shape" : "MapOfEvent"
|
|
4027
4022
|
}
|
|
4028
4023
|
},
|
|
4029
|
-
"required" : [ ]
|
|
4024
|
+
"required" : [ "Endpoint", "Events" ]
|
|
4030
4025
|
},
|
|
4031
4026
|
"EventsRequest" : {
|
|
4032
4027
|
"type" : "structure",
|
|
@@ -4035,7 +4030,7 @@
|
|
|
4035
4030
|
"shape" : "MapOfEventsBatch"
|
|
4036
4031
|
}
|
|
4037
4032
|
},
|
|
4038
|
-
"required" : [ ]
|
|
4033
|
+
"required" : [ "BatchItem" ]
|
|
4039
4034
|
},
|
|
4040
4035
|
"EventsResponse" : {
|
|
4041
4036
|
"type" : "structure",
|
|
@@ -4061,7 +4056,7 @@
|
|
|
4061
4056
|
"shape" : "__integer"
|
|
4062
4057
|
}
|
|
4063
4058
|
},
|
|
4064
|
-
"required" : [ ]
|
|
4059
|
+
"required" : [ "S3UrlPrefix", "RoleArn" ]
|
|
4065
4060
|
},
|
|
4066
4061
|
"ExportJobResource" : {
|
|
4067
4062
|
"type" : "structure",
|
|
@@ -4079,7 +4074,7 @@
|
|
|
4079
4074
|
"shape" : "__integer"
|
|
4080
4075
|
}
|
|
4081
4076
|
},
|
|
4082
|
-
"required" : [ ]
|
|
4077
|
+
"required" : [ "S3UrlPrefix", "RoleArn" ]
|
|
4083
4078
|
},
|
|
4084
4079
|
"ExportJobResponse" : {
|
|
4085
4080
|
"type" : "structure",
|
|
@@ -4124,7 +4119,7 @@
|
|
|
4124
4119
|
"shape" : "__string"
|
|
4125
4120
|
}
|
|
4126
4121
|
},
|
|
4127
|
-
"required" : [ ]
|
|
4122
|
+
"required" : [ "JobStatus", "CreationDate", "Type", "Definition", "Id", "ApplicationId" ]
|
|
4128
4123
|
},
|
|
4129
4124
|
"ExportJobsResponse" : {
|
|
4130
4125
|
"type" : "structure",
|
|
@@ -4136,7 +4131,7 @@
|
|
|
4136
4131
|
"shape" : "__string"
|
|
4137
4132
|
}
|
|
4138
4133
|
},
|
|
4139
|
-
"required" : [ ]
|
|
4134
|
+
"required" : [ "Item" ]
|
|
4140
4135
|
},
|
|
4141
4136
|
"FilterType" : {
|
|
4142
4137
|
"type" : "string",
|
|
@@ -4175,7 +4170,7 @@
|
|
|
4175
4170
|
"shape" : "__boolean"
|
|
4176
4171
|
}
|
|
4177
4172
|
},
|
|
4178
|
-
"required" : [ ]
|
|
4173
|
+
"required" : [ "ApiKey" ]
|
|
4179
4174
|
},
|
|
4180
4175
|
"GCMChannelResponse" : {
|
|
4181
4176
|
"type" : "structure",
|
|
@@ -4214,7 +4209,7 @@
|
|
|
4214
4209
|
"shape" : "__integer"
|
|
4215
4210
|
}
|
|
4216
4211
|
},
|
|
4217
|
-
"required" : [ ]
|
|
4212
|
+
"required" : [ "Credential", "Platform" ]
|
|
4218
4213
|
},
|
|
4219
4214
|
"GCMMessage" : {
|
|
4220
4215
|
"type" : "structure",
|
|
@@ -4282,7 +4277,7 @@
|
|
|
4282
4277
|
"shape" : "__double"
|
|
4283
4278
|
}
|
|
4284
4279
|
},
|
|
4285
|
-
"required" : [ ]
|
|
4280
|
+
"required" : [ "Latitude", "Longitude" ]
|
|
4286
4281
|
},
|
|
4287
4282
|
"GPSPointDimension" : {
|
|
4288
4283
|
"type" : "structure",
|
|
@@ -4294,7 +4289,7 @@
|
|
|
4294
4289
|
"shape" : "__double"
|
|
4295
4290
|
}
|
|
4296
4291
|
},
|
|
4297
|
-
"required" : [ ]
|
|
4292
|
+
"required" : [ "Coordinates" ]
|
|
4298
4293
|
},
|
|
4299
4294
|
"GetAdmChannelRequest" : {
|
|
4300
4295
|
"type" : "structure",
|
|
@@ -5165,7 +5160,7 @@
|
|
|
5165
5160
|
"shape" : "__string"
|
|
5166
5161
|
}
|
|
5167
5162
|
},
|
|
5168
|
-
"required" : [ ]
|
|
5163
|
+
"required" : [ "Format", "S3Url", "RoleArn" ]
|
|
5169
5164
|
},
|
|
5170
5165
|
"ImportJobResource" : {
|
|
5171
5166
|
"type" : "structure",
|
|
@@ -5195,7 +5190,7 @@
|
|
|
5195
5190
|
"shape" : "__string"
|
|
5196
5191
|
}
|
|
5197
5192
|
},
|
|
5198
|
-
"required" : [ ]
|
|
5193
|
+
"required" : [ "Format", "S3Url", "RoleArn" ]
|
|
5199
5194
|
},
|
|
5200
5195
|
"ImportJobResponse" : {
|
|
5201
5196
|
"type" : "structure",
|
|
@@ -5240,7 +5235,7 @@
|
|
|
5240
5235
|
"shape" : "__string"
|
|
5241
5236
|
}
|
|
5242
5237
|
},
|
|
5243
|
-
"required" : [ ]
|
|
5238
|
+
"required" : [ "JobStatus", "CreationDate", "Type", "Definition", "Id", "ApplicationId" ]
|
|
5244
5239
|
},
|
|
5245
5240
|
"ImportJobsResponse" : {
|
|
5246
5241
|
"type" : "structure",
|
|
@@ -5252,7 +5247,7 @@
|
|
|
5252
5247
|
"shape" : "__string"
|
|
5253
5248
|
}
|
|
5254
5249
|
},
|
|
5255
|
-
"required" : [ ]
|
|
5250
|
+
"required" : [ "Item" ]
|
|
5256
5251
|
},
|
|
5257
5252
|
"Include" : {
|
|
5258
5253
|
"type" : "string",
|
|
@@ -5348,8 +5343,7 @@
|
|
|
5348
5343
|
"Url" : {
|
|
5349
5344
|
"shape" : "__string"
|
|
5350
5345
|
}
|
|
5351
|
-
}
|
|
5352
|
-
"required" : [ ]
|
|
5346
|
+
}
|
|
5353
5347
|
},
|
|
5354
5348
|
"MessageBody" : {
|
|
5355
5349
|
"type" : "structure",
|
|
@@ -5407,7 +5401,7 @@
|
|
|
5407
5401
|
"shape" : "__string"
|
|
5408
5402
|
}
|
|
5409
5403
|
},
|
|
5410
|
-
"required" : [ ]
|
|
5404
|
+
"required" : [ "MessageConfiguration" ]
|
|
5411
5405
|
},
|
|
5412
5406
|
"MessageResponse" : {
|
|
5413
5407
|
"type" : "structure",
|
|
@@ -5425,7 +5419,7 @@
|
|
|
5425
5419
|
"shape" : "MapOfMessageResult"
|
|
5426
5420
|
}
|
|
5427
5421
|
},
|
|
5428
|
-
"required" : [ ]
|
|
5422
|
+
"required" : [ "ApplicationId" ]
|
|
5429
5423
|
},
|
|
5430
5424
|
"MessageResult" : {
|
|
5431
5425
|
"type" : "structure",
|
|
@@ -5446,7 +5440,7 @@
|
|
|
5446
5440
|
"shape" : "__string"
|
|
5447
5441
|
}
|
|
5448
5442
|
},
|
|
5449
|
-
"required" : [ ]
|
|
5443
|
+
"required" : [ "DeliveryStatus", "StatusCode" ]
|
|
5450
5444
|
},
|
|
5451
5445
|
"MessageType" : {
|
|
5452
5446
|
"type" : "string",
|
|
@@ -5477,7 +5471,7 @@
|
|
|
5477
5471
|
"shape" : "__double"
|
|
5478
5472
|
}
|
|
5479
5473
|
},
|
|
5480
|
-
"required" : [ ]
|
|
5474
|
+
"required" : [ "ComparisonOperator", "Value" ]
|
|
5481
5475
|
},
|
|
5482
5476
|
"Mode" : {
|
|
5483
5477
|
"type" : "string",
|
|
@@ -5696,7 +5690,7 @@
|
|
|
5696
5690
|
"shape" : "RecencyType"
|
|
5697
5691
|
}
|
|
5698
5692
|
},
|
|
5699
|
-
"required" : [ ]
|
|
5693
|
+
"required" : [ "Duration", "RecencyType" ]
|
|
5700
5694
|
},
|
|
5701
5695
|
"RecencyType" : {
|
|
5702
5696
|
"type" : "string",
|
|
@@ -5744,8 +5738,7 @@
|
|
|
5744
5738
|
"ShortCode" : {
|
|
5745
5739
|
"shape" : "__string"
|
|
5746
5740
|
}
|
|
5747
|
-
}
|
|
5748
|
-
"required" : [ ]
|
|
5741
|
+
}
|
|
5749
5742
|
},
|
|
5750
5743
|
"SMSChannelResponse" : {
|
|
5751
5744
|
"type" : "structure",
|
|
@@ -5793,7 +5786,7 @@
|
|
|
5793
5786
|
"shape" : "__integer"
|
|
5794
5787
|
}
|
|
5795
5788
|
},
|
|
5796
|
-
"required" : [ ]
|
|
5789
|
+
"required" : [ "Platform" ]
|
|
5797
5790
|
},
|
|
5798
5791
|
"SMSMessage" : {
|
|
5799
5792
|
"type" : "structure",
|
|
@@ -5843,7 +5836,7 @@
|
|
|
5843
5836
|
"shape" : "__string"
|
|
5844
5837
|
}
|
|
5845
5838
|
},
|
|
5846
|
-
"required" : [ ]
|
|
5839
|
+
"required" : [ "StartTime" ]
|
|
5847
5840
|
},
|
|
5848
5841
|
"SegmentBehaviors" : {
|
|
5849
5842
|
"type" : "structure",
|
|
@@ -5914,8 +5907,7 @@
|
|
|
5914
5907
|
"Type" : {
|
|
5915
5908
|
"shape" : "Type"
|
|
5916
5909
|
}
|
|
5917
|
-
}
|
|
5918
|
-
"required" : [ ]
|
|
5910
|
+
}
|
|
5919
5911
|
},
|
|
5920
5912
|
"SegmentGroupList" : {
|
|
5921
5913
|
"type" : "structure",
|
|
@@ -5926,8 +5918,7 @@
|
|
|
5926
5918
|
"Include" : {
|
|
5927
5919
|
"shape" : "Include"
|
|
5928
5920
|
}
|
|
5929
|
-
}
|
|
5930
|
-
"required" : [ ]
|
|
5921
|
+
}
|
|
5931
5922
|
},
|
|
5932
5923
|
"SegmentImportResource" : {
|
|
5933
5924
|
"type" : "structure",
|
|
@@ -5951,7 +5942,7 @@
|
|
|
5951
5942
|
"shape" : "__integer"
|
|
5952
5943
|
}
|
|
5953
5944
|
},
|
|
5954
|
-
"required" : [ ]
|
|
5945
|
+
"required" : [ "Format", "S3Url", "Size", "ExternalId", "RoleArn" ]
|
|
5955
5946
|
},
|
|
5956
5947
|
"SegmentLocation" : {
|
|
5957
5948
|
"type" : "structure",
|
|
@@ -5974,7 +5965,7 @@
|
|
|
5974
5965
|
"shape" : "__integer"
|
|
5975
5966
|
}
|
|
5976
5967
|
},
|
|
5977
|
-
"required" : [ ]
|
|
5968
|
+
"required" : [ "Id" ]
|
|
5978
5969
|
},
|
|
5979
5970
|
"SegmentResponse" : {
|
|
5980
5971
|
"type" : "structure",
|
|
@@ -6009,7 +6000,7 @@
|
|
|
6009
6000
|
"SegmentType" : {
|
|
6010
6001
|
"shape" : "SegmentType"
|
|
6011
6002
|
},
|
|
6012
|
-
"tags": {
|
|
6003
|
+
"tags" : {
|
|
6013
6004
|
"shape" : "MapOf__string",
|
|
6014
6005
|
"locationName" : "tags"
|
|
6015
6006
|
},
|
|
@@ -6017,7 +6008,7 @@
|
|
|
6017
6008
|
"shape" : "__integer"
|
|
6018
6009
|
}
|
|
6019
6010
|
},
|
|
6020
|
-
"required" : [ ]
|
|
6011
|
+
"required" : [ "SegmentType", "CreationDate", "Id", "Arn", "ApplicationId" ]
|
|
6021
6012
|
},
|
|
6022
6013
|
"SegmentType" : {
|
|
6023
6014
|
"type" : "string",
|
|
@@ -6033,7 +6024,7 @@
|
|
|
6033
6024
|
"shape" : "__string"
|
|
6034
6025
|
}
|
|
6035
6026
|
},
|
|
6036
|
-
"required" : [ ]
|
|
6027
|
+
"required" : [ "Item" ]
|
|
6037
6028
|
},
|
|
6038
6029
|
"SendMessagesRequest" : {
|
|
6039
6030
|
"type" : "structure",
|
|
@@ -6076,7 +6067,7 @@
|
|
|
6076
6067
|
"shape" : "MapOfEndpointSendConfiguration"
|
|
6077
6068
|
}
|
|
6078
6069
|
},
|
|
6079
|
-
"required" : [ ]
|
|
6070
|
+
"required" : [ "MessageConfiguration", "Users" ]
|
|
6080
6071
|
},
|
|
6081
6072
|
"SendUsersMessageResponse" : {
|
|
6082
6073
|
"type" : "structure",
|
|
@@ -6091,7 +6082,7 @@
|
|
|
6091
6082
|
"shape" : "MapOfMapOfEndpointMessageResult"
|
|
6092
6083
|
}
|
|
6093
6084
|
},
|
|
6094
|
-
"required" : [ ]
|
|
6085
|
+
"required" : [ "ApplicationId" ]
|
|
6095
6086
|
},
|
|
6096
6087
|
"SendUsersMessagesRequest" : {
|
|
6097
6088
|
"type" : "structure",
|
|
@@ -6134,7 +6125,7 @@
|
|
|
6134
6125
|
"shape" : "__string"
|
|
6135
6126
|
}
|
|
6136
6127
|
},
|
|
6137
|
-
"required" : [ ]
|
|
6128
|
+
"required" : [ "StartTimestamp", "Id" ]
|
|
6138
6129
|
},
|
|
6139
6130
|
"SetDimension" : {
|
|
6140
6131
|
"type" : "structure",
|
|
@@ -6146,7 +6137,7 @@
|
|
|
6146
6137
|
"shape" : "ListOf__string"
|
|
6147
6138
|
}
|
|
6148
6139
|
},
|
|
6149
|
-
"required" : [ ]
|
|
6140
|
+
"required" : [ "Values" ]
|
|
6150
6141
|
},
|
|
6151
6142
|
"SimpleEmail" : {
|
|
6152
6143
|
"type" : "structure",
|
|
@@ -6195,7 +6186,7 @@
|
|
|
6195
6186
|
"TagsModel" : {
|
|
6196
6187
|
"type" : "structure",
|
|
6197
6188
|
"members" : {
|
|
6198
|
-
"tags": {
|
|
6189
|
+
"tags" : {
|
|
6199
6190
|
"shape" : "MapOf__string",
|
|
6200
6191
|
"locationName" : "tags"
|
|
6201
6192
|
}
|
|
@@ -6242,7 +6233,7 @@
|
|
|
6242
6233
|
"shape" : "__string"
|
|
6243
6234
|
}
|
|
6244
6235
|
},
|
|
6245
|
-
"required" : [ ]
|
|
6236
|
+
"required" : [ "Id", "SizePercent" ]
|
|
6246
6237
|
},
|
|
6247
6238
|
"Type" : {
|
|
6248
6239
|
"type" : "string",
|
|
@@ -6668,8 +6659,7 @@
|
|
|
6668
6659
|
"Enabled" : {
|
|
6669
6660
|
"shape" : "__boolean"
|
|
6670
6661
|
}
|
|
6671
|
-
}
|
|
6672
|
-
"required" : [ ]
|
|
6662
|
+
}
|
|
6673
6663
|
},
|
|
6674
6664
|
"VoiceChannelResponse" : {
|
|
6675
6665
|
"type" : "structure",
|
|
@@ -6705,7 +6695,7 @@
|
|
|
6705
6695
|
"shape" : "__integer"
|
|
6706
6696
|
}
|
|
6707
6697
|
},
|
|
6708
|
-
"required" : [ ]
|
|
6698
|
+
"required" : [ "Platform" ]
|
|
6709
6699
|
},
|
|
6710
6700
|
"VoiceMessage" : {
|
|
6711
6701
|
"type" : "structure",
|
|
@@ -6780,7 +6770,7 @@
|
|
|
6780
6770
|
"SegmentVersion" : {
|
|
6781
6771
|
"shape" : "__integer"
|
|
6782
6772
|
},
|
|
6783
|
-
"tags": {
|
|
6773
|
+
"tags" : {
|
|
6784
6774
|
"shape" : "MapOf__string",
|
|
6785
6775
|
"locationName" : "tags"
|
|
6786
6776
|
},
|
|
@@ -6802,7 +6792,7 @@
|
|
|
6802
6792
|
"shape" : "__string"
|
|
6803
6793
|
}
|
|
6804
6794
|
},
|
|
6805
|
-
"required" : [ ]
|
|
6795
|
+
"required" : [ "RoleArn", "DestinationStreamArn" ]
|
|
6806
6796
|
},
|
|
6807
6797
|
"WriteSegmentRequest" : {
|
|
6808
6798
|
"type" : "structure",
|
|
@@ -6816,12 +6806,11 @@
|
|
|
6816
6806
|
"SegmentGroups" : {
|
|
6817
6807
|
"shape" : "SegmentGroupList"
|
|
6818
6808
|
},
|
|
6819
|
-
"tags": {
|
|
6809
|
+
"tags" : {
|
|
6820
6810
|
"shape" : "MapOf__string",
|
|
6821
6811
|
"locationName" : "tags"
|
|
6822
6812
|
}
|
|
6823
|
-
}
|
|
6824
|
-
"required" : [ ]
|
|
6813
|
+
}
|
|
6825
6814
|
},
|
|
6826
6815
|
"WriteTreatmentResource" : {
|
|
6827
6816
|
"type" : "structure",
|
|
@@ -6842,7 +6831,7 @@
|
|
|
6842
6831
|
"shape" : "__string"
|
|
6843
6832
|
}
|
|
6844
6833
|
},
|
|
6845
|
-
"required" : [ ]
|
|
6834
|
+
"required" : [ "SizePercent" ]
|
|
6846
6835
|
},
|
|
6847
6836
|
"__boolean" : {
|
|
6848
6837
|
"type" : "boolean"
|
|
@@ -7096,4 +7085,4 @@
|
|
|
7096
7085
|
"timestampFormat" : "unixTimestamp"
|
|
7097
7086
|
}
|
|
7098
7087
|
}
|
|
7099
|
-
}
|
|
7088
|
+
}
|