aws-sdk-core 2.11.496 → 2.11.497

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "pagination": {
3
+ "GetAssetPropertyAggregates": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "aggregatedValues"
8
+ },
9
+ "GetAssetPropertyValueHistory": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "assetPropertyValueHistory"
14
+ },
15
+ "ListAccessPolicies": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "accessPolicySummaries"
20
+ },
21
+ "ListAssetModels": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "assetModelSummaries"
26
+ },
27
+ "ListAssets": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "assetSummaries"
32
+ },
33
+ "ListAssociatedAssets": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "assetSummaries"
38
+ },
39
+ "ListDashboards": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "dashboardSummaries"
44
+ },
45
+ "ListGateways": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "gatewaySummaries"
50
+ },
51
+ "ListPortals": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "portalSummaries"
56
+ },
57
+ "ListProjectAssets": {
58
+ "input_token": "nextToken",
59
+ "output_token": "nextToken",
60
+ "limit_key": "maxResults",
61
+ "result_key": "assetIds"
62
+ },
63
+ "ListProjects": {
64
+ "input_token": "nextToken",
65
+ "output_token": "nextToken",
66
+ "limit_key": "maxResults",
67
+ "result_key": "projectSummaries"
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,92 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "AssetModelNotExists": {
5
+ "delay": 3,
6
+ "maxAttempts": 20,
7
+ "operation": "DescribeAssetModel",
8
+ "acceptors": [
9
+ {
10
+ "state": "success",
11
+ "matcher": "error",
12
+ "expected": "ResourceNotFoundException"
13
+ }
14
+ ]
15
+ },
16
+ "AssetModelActive": {
17
+ "delay": 3,
18
+ "maxAttempts": 20,
19
+ "operation": "DescribeAssetModel",
20
+ "acceptors": [
21
+ {
22
+ "state": "success",
23
+ "matcher": "path",
24
+ "argument": "assetModelStatus.state",
25
+ "expected": "ACTIVE"
26
+ },
27
+ {
28
+ "state": "failure",
29
+ "matcher": "path",
30
+ "argument": "assetModelStatus.state",
31
+ "expected": "FAILED"
32
+ }
33
+ ]
34
+ },
35
+ "AssetNotExists": {
36
+ "delay": 3,
37
+ "maxAttempts": 20,
38
+ "operation": "DescribeAsset",
39
+ "acceptors": [
40
+ {
41
+ "state": "success",
42
+ "matcher": "error",
43
+ "expected": "ResourceNotFoundException"
44
+ }
45
+ ]
46
+ },
47
+ "AssetActive": {
48
+ "delay": 3,
49
+ "maxAttempts": 20,
50
+ "operation": "DescribeAsset",
51
+ "acceptors": [
52
+ {
53
+ "state": "success",
54
+ "matcher": "path",
55
+ "argument": "assetStatus.state",
56
+ "expected": "ACTIVE"
57
+ },
58
+ {
59
+ "state": "failure",
60
+ "matcher": "path",
61
+ "argument": "assetStatus.state",
62
+ "expected": "FAILED"
63
+ }
64
+ ]
65
+ },
66
+ "PortalNotExists": {
67
+ "delay": 3,
68
+ "maxAttempts": 20,
69
+ "operation": "DescribePortal",
70
+ "acceptors": [
71
+ {
72
+ "state": "success",
73
+ "matcher": "error",
74
+ "expected": "ResourceNotFoundException"
75
+ }
76
+ ]
77
+ },
78
+ "PortalActive": {
79
+ "delay": 3,
80
+ "maxAttempts": 20,
81
+ "operation": "DescribePortal",
82
+ "acceptors": [
83
+ {
84
+ "state": "success",
85
+ "matcher": "path",
86
+ "argument": "portalStatus.state",
87
+ "expected": "ACTIVE"
88
+ }
89
+ ]
90
+ }
91
+ }
92
+ }
@@ -1,5 +1,342 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CreatePrivateDnsNamespace": [
5
+ {
6
+ "input": {
7
+ "CreatorRequestId": "eedd6892-50f3-41b2-8af9-611d6e1d1a8c",
8
+ "Name": "example.com",
9
+ "Vpc": "vpc-1c56417b"
10
+ },
11
+ "output": {
12
+ "OperationId": "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd"
13
+ },
14
+ "comments": {
15
+ "input": {
16
+ },
17
+ "output": {
18
+ }
19
+ },
20
+ "description": "Example: Create private DNS namespace",
21
+ "id": "example-create-private-dns-namespace-1587058592930",
22
+ "title": "Example: Create private DNS namespace"
23
+ }
24
+ ],
25
+ "CreateService": [
26
+ {
27
+ "input": {
28
+ "CreatorRequestId": "567c1193-6b00-4308-bd57-ad38a8822d25",
29
+ "DnsConfig": {
30
+ "DnsRecords": [
31
+ {
32
+ "TTL": 60,
33
+ "Type": "A"
34
+ }
35
+ ],
36
+ "NamespaceId": "ns-ylexjili4cdxy3xm",
37
+ "RoutingPolicy": "MULTIVALUE"
38
+ },
39
+ "Name": "myservice",
40
+ "NamespaceId": "ns-ylexjili4cdxy3xm"
41
+ },
42
+ "output": {
43
+ "Service": {
44
+ "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:service/srv-p5zdwlg5uvvzjita",
45
+ "CreateDate": 1587081768.334,
46
+ "CreatorRequestId": "567c1193-6b00-4308-bd57-ad38a8822d25",
47
+ "DnsConfig": {
48
+ "DnsRecords": [
49
+ {
50
+ "TTL": 60,
51
+ "Type": "A"
52
+ }
53
+ ],
54
+ "NamespaceId": "ns-ylexjili4cdxy3xm",
55
+ "RoutingPolicy": "MULTIVALUE"
56
+ },
57
+ "Id": "srv-p5zdwlg5uvvzjita",
58
+ "Name": "myservice",
59
+ "NamespaceId": "ns-ylexjili4cdxy3xm"
60
+ }
61
+ },
62
+ "comments": {
63
+ "input": {
64
+ },
65
+ "output": {
66
+ }
67
+ },
68
+ "description": "Example: Create service",
69
+ "id": "example-create-service-1587235913584",
70
+ "title": "Example: Create service"
71
+ }
72
+ ],
73
+ "DeleteNamespace": [
74
+ {
75
+ "input": {
76
+ "Id": "ns-ylexjili4cdxy3xm"
77
+ },
78
+ "output": {
79
+ "OperationId": "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k98y6drk"
80
+ },
81
+ "comments": {
82
+ "input": {
83
+ },
84
+ "output": {
85
+ }
86
+ },
87
+ "description": "Example: Delete namespace",
88
+ "id": "example-delete-namespace-1587416093508",
89
+ "title": "Example: Delete namespace"
90
+ }
91
+ ],
92
+ "DeleteService": [
93
+ {
94
+ "input": {
95
+ "Id": "srv-p5zdwlg5uvvzjita"
96
+ },
97
+ "output": {
98
+ },
99
+ "comments": {
100
+ "input": {
101
+ },
102
+ "output": {
103
+ }
104
+ },
105
+ "description": "Example: Delete service",
106
+ "id": "example-delete-service-1587416462902",
107
+ "title": "Example: Delete service"
108
+ }
109
+ ],
110
+ "DeregisterInstance": [
111
+ {
112
+ "input": {
113
+ "InstanceId": "myservice-53",
114
+ "ServiceId": "srv-p5zdwlg5uvvzjita"
115
+ },
116
+ "output": {
117
+ "OperationId": "4yejorelbukcjzpnr6tlmrghsjwpngf4-k98rnaiq"
118
+ },
119
+ "comments": {
120
+ "input": {
121
+ },
122
+ "output": {
123
+ }
124
+ },
125
+ "description": "Example: Deregister a service instance",
126
+ "id": "example-deregister-a-service-instance-1587416305738",
127
+ "title": "Example: Deregister a service instance"
128
+ }
129
+ ],
130
+ "DiscoverInstances": [
131
+ {
132
+ "input": {
133
+ "HealthStatus": "ALL",
134
+ "MaxResults": 10,
135
+ "NamespaceName": "example.com",
136
+ "ServiceName": "myservice"
137
+ },
138
+ "output": {
139
+ "Instances": [
140
+ {
141
+ "Attributes": {
142
+ "AWS_INSTANCE_IPV4": "172.2.1.3",
143
+ "AWS_INSTANCE_PORT": "808"
144
+ },
145
+ "HealthStatus": "UNKNOWN",
146
+ "InstanceId": "myservice-53",
147
+ "NamespaceName": "example.com",
148
+ "ServiceName": "myservice"
149
+ }
150
+ ]
151
+ },
152
+ "comments": {
153
+ "input": {
154
+ },
155
+ "output": {
156
+ }
157
+ },
158
+ "description": "Example: Discover registered instances",
159
+ "id": "example-discover-registered-instances-1587236343568",
160
+ "title": "Example: Discover registered instances"
161
+ }
162
+ ],
163
+ "GetOperation": [
164
+ {
165
+ "input": {
166
+ "OperationId": "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd"
167
+ },
168
+ "output": {
169
+ "Operation": {
170
+ "CreateDate": 1587055860.121,
171
+ "Id": "gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd",
172
+ "Status": "SUCCESS",
173
+ "Targets": {
174
+ "NAMESPACE": "ns-ylexjili4cdxy3xm"
175
+ },
176
+ "Type": "CREATE_NAMESPACE",
177
+ "UpdateDate": 1587055900.469
178
+ }
179
+ },
180
+ "comments": {
181
+ "input": {
182
+ },
183
+ "output": {
184
+ }
185
+ },
186
+ "description": "Example: Get operation result",
187
+ "id": "example-get-operation-result-1587073807124",
188
+ "title": "Example: Get operation result"
189
+ }
190
+ ],
191
+ "ListInstances": [
192
+ {
193
+ "input": {
194
+ "ServiceId": "srv-qzpwvt2tfqcegapy"
195
+ },
196
+ "output": {
197
+ "Instances": [
198
+ {
199
+ "Attributes": {
200
+ "AWS_INSTANCE_IPV4": "172.2.1.3",
201
+ "AWS_INSTANCE_PORT": "808"
202
+ },
203
+ "Id": "i-06bdabbae60f65a4e"
204
+ }
205
+ ]
206
+ },
207
+ "comments": {
208
+ "input": {
209
+ },
210
+ "output": {
211
+ }
212
+ },
213
+ "description": "Example: List service instances",
214
+ "id": "example-list-service-instances-1587236237008",
215
+ "title": "Example: List service instances"
216
+ }
217
+ ],
218
+ "ListNamespaces": [
219
+ {
220
+ "input": {
221
+ },
222
+ "output": {
223
+ "Namespaces": [
224
+ {
225
+ "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-a3ccy2e7e3a7rile",
226
+ "CreateDate": 1585354387.357,
227
+ "Id": "ns-a3ccy2e7e3a7rile",
228
+ "Name": "local",
229
+ "Properties": {
230
+ "DnsProperties": {
231
+ "HostedZoneId": "Z06752353VBUDTC32S84S"
232
+ },
233
+ "HttpProperties": {
234
+ "HttpName": "local"
235
+ }
236
+ },
237
+ "Type": "DNS_PRIVATE"
238
+ },
239
+ {
240
+ "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-pocfyjtrsmwtvcxx",
241
+ "CreateDate": 1586468974.698,
242
+ "Description": "My second namespace",
243
+ "Id": "ns-pocfyjtrsmwtvcxx",
244
+ "Name": "My-second-namespace",
245
+ "Properties": {
246
+ "DnsProperties": {
247
+ },
248
+ "HttpProperties": {
249
+ "HttpName": "My-second-namespace"
250
+ }
251
+ },
252
+ "Type": "HTTP"
253
+ },
254
+ {
255
+ "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-ylexjili4cdxy3xm",
256
+ "CreateDate": 1587055896.798,
257
+ "Id": "ns-ylexjili4cdxy3xm",
258
+ "Name": "example.com",
259
+ "Properties": {
260
+ "DnsProperties": {
261
+ "HostedZoneId": "Z09983722P0QME1B3KC8I"
262
+ },
263
+ "HttpProperties": {
264
+ "HttpName": "example.com"
265
+ }
266
+ },
267
+ "Type": "DNS_PRIVATE"
268
+ }
269
+ ]
270
+ },
271
+ "comments": {
272
+ "input": {
273
+ },
274
+ "output": {
275
+ }
276
+ },
277
+ "description": "Example: List namespaces",
278
+ "id": "example-list-namespaces-1587401553154",
279
+ "title": "Example: List namespaces"
280
+ }
281
+ ],
282
+ "ListServices": [
283
+ {
284
+ "input": {
285
+ },
286
+ "output": {
287
+ "Services": [
288
+ {
289
+ "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:service/srv-p5zdwlg5uvvzjita",
290
+ "CreateDate": 1587081768.334,
291
+ "DnsConfig": {
292
+ "DnsRecords": [
293
+ {
294
+ "TTL": 60,
295
+ "Type": "A"
296
+ }
297
+ ],
298
+ "RoutingPolicy": "MULTIVALUE"
299
+ },
300
+ "Id": "srv-p5zdwlg5uvvzjita",
301
+ "Name": "myservice"
302
+ }
303
+ ]
304
+ },
305
+ "comments": {
306
+ "input": {
307
+ },
308
+ "output": {
309
+ }
310
+ },
311
+ "description": "Example: List services",
312
+ "id": "example-list-services-1587236889840",
313
+ "title": "Example: List services"
314
+ }
315
+ ],
316
+ "RegisterInstance": [
317
+ {
318
+ "input": {
319
+ "Attributes": {
320
+ "AWS_INSTANCE_IPV4": "172.2.1.3",
321
+ "AWS_INSTANCE_PORT": "808"
322
+ },
323
+ "CreatorRequestId": "7a48a98a-72e6-4849-bfa7-1a458e030d7b",
324
+ "InstanceId": "myservice-53",
325
+ "ServiceId": "srv-p5zdwlg5uvvzjita"
326
+ },
327
+ "output": {
328
+ "OperationId": "4yejorelbukcjzpnr6tlmrghsjwpngf4-k95yg2u7"
329
+ },
330
+ "comments": {
331
+ "input": {
332
+ },
333
+ "output": {
334
+ }
335
+ },
336
+ "description": "Example: Register Instance",
337
+ "id": "example-register-instance-1587236116314",
338
+ "title": "Example: Register Instance"
339
+ }
340
+ ]
4
341
  }
5
342
  }