aws-sdk 2.658.0 → 2.662.0
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.
- package/CHANGELOG.md +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"jsonVersion": "1.1",
|
|
7
7
|
"protocol": "json",
|
|
8
8
|
"serviceAbbreviation": "AWS Transfer",
|
|
9
|
-
"serviceFullName": "AWS Transfer
|
|
9
|
+
"serviceFullName": "AWS Transfer Family",
|
|
10
10
|
"serviceId": "Transfer",
|
|
11
11
|
"signatureVersion": "v4",
|
|
12
12
|
"signingName": "transfer",
|
|
@@ -18,20 +18,24 @@
|
|
|
18
18
|
"input": {
|
|
19
19
|
"type": "structure",
|
|
20
20
|
"members": {
|
|
21
|
+
"Certificate": {},
|
|
21
22
|
"EndpointDetails": {
|
|
22
|
-
"shape": "
|
|
23
|
+
"shape": "S3"
|
|
23
24
|
},
|
|
24
25
|
"EndpointType": {},
|
|
25
26
|
"HostKey": {
|
|
26
|
-
"shape": "
|
|
27
|
+
"shape": "Sb"
|
|
27
28
|
},
|
|
28
29
|
"IdentityProviderDetails": {
|
|
29
|
-
"shape": "
|
|
30
|
+
"shape": "Sc"
|
|
30
31
|
},
|
|
31
32
|
"IdentityProviderType": {},
|
|
32
33
|
"LoggingRole": {},
|
|
34
|
+
"Protocols": {
|
|
35
|
+
"shape": "Sg"
|
|
36
|
+
},
|
|
33
37
|
"Tags": {
|
|
34
|
-
"shape": "
|
|
38
|
+
"shape": "Si"
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
},
|
|
@@ -57,14 +61,14 @@
|
|
|
57
61
|
"HomeDirectory": {},
|
|
58
62
|
"HomeDirectoryType": {},
|
|
59
63
|
"HomeDirectoryMappings": {
|
|
60
|
-
"shape": "
|
|
64
|
+
"shape": "Sr"
|
|
61
65
|
},
|
|
62
66
|
"Policy": {},
|
|
63
67
|
"Role": {},
|
|
64
68
|
"ServerId": {},
|
|
65
69
|
"SshPublicKeyBody": {},
|
|
66
70
|
"Tags": {
|
|
67
|
-
"shape": "
|
|
71
|
+
"shape": "Si"
|
|
68
72
|
},
|
|
69
73
|
"UserName": {}
|
|
70
74
|
}
|
|
@@ -143,20 +147,24 @@
|
|
|
143
147
|
],
|
|
144
148
|
"members": {
|
|
145
149
|
"Arn": {},
|
|
150
|
+
"Certificate": {},
|
|
146
151
|
"EndpointDetails": {
|
|
147
|
-
"shape": "
|
|
152
|
+
"shape": "S3"
|
|
148
153
|
},
|
|
149
154
|
"EndpointType": {},
|
|
150
155
|
"HostKeyFingerprint": {},
|
|
151
156
|
"IdentityProviderDetails": {
|
|
152
|
-
"shape": "
|
|
157
|
+
"shape": "Sc"
|
|
153
158
|
},
|
|
154
159
|
"IdentityProviderType": {},
|
|
155
160
|
"LoggingRole": {},
|
|
161
|
+
"Protocols": {
|
|
162
|
+
"shape": "Sg"
|
|
163
|
+
},
|
|
156
164
|
"ServerId": {},
|
|
157
165
|
"State": {},
|
|
158
166
|
"Tags": {
|
|
159
|
-
"shape": "
|
|
167
|
+
"shape": "Si"
|
|
160
168
|
},
|
|
161
169
|
"UserCount": {
|
|
162
170
|
"type": "integer"
|
|
@@ -195,7 +203,7 @@
|
|
|
195
203
|
"Arn": {},
|
|
196
204
|
"HomeDirectory": {},
|
|
197
205
|
"HomeDirectoryMappings": {
|
|
198
|
-
"shape": "
|
|
206
|
+
"shape": "Sr"
|
|
199
207
|
},
|
|
200
208
|
"HomeDirectoryType": {},
|
|
201
209
|
"Policy": {},
|
|
@@ -219,7 +227,7 @@
|
|
|
219
227
|
}
|
|
220
228
|
},
|
|
221
229
|
"Tags": {
|
|
222
|
-
"shape": "
|
|
230
|
+
"shape": "Si"
|
|
223
231
|
},
|
|
224
232
|
"UserName": {}
|
|
225
233
|
}
|
|
@@ -315,7 +323,7 @@
|
|
|
315
323
|
"Arn": {},
|
|
316
324
|
"NextToken": {},
|
|
317
325
|
"Tags": {
|
|
318
|
-
"shape": "
|
|
326
|
+
"shape": "Si"
|
|
319
327
|
}
|
|
320
328
|
}
|
|
321
329
|
}
|
|
@@ -397,7 +405,7 @@
|
|
|
397
405
|
"members": {
|
|
398
406
|
"Arn": {},
|
|
399
407
|
"Tags": {
|
|
400
|
-
"shape": "
|
|
408
|
+
"shape": "Si"
|
|
401
409
|
}
|
|
402
410
|
}
|
|
403
411
|
}
|
|
@@ -415,7 +423,8 @@
|
|
|
415
423
|
"UserPassword": {
|
|
416
424
|
"type": "string",
|
|
417
425
|
"sensitive": true
|
|
418
|
-
}
|
|
426
|
+
},
|
|
427
|
+
"ServerProtocol": {}
|
|
419
428
|
}
|
|
420
429
|
},
|
|
421
430
|
"output": {
|
|
@@ -457,17 +466,21 @@
|
|
|
457
466
|
"ServerId"
|
|
458
467
|
],
|
|
459
468
|
"members": {
|
|
469
|
+
"Certificate": {},
|
|
460
470
|
"EndpointDetails": {
|
|
461
|
-
"shape": "
|
|
471
|
+
"shape": "S3"
|
|
462
472
|
},
|
|
463
473
|
"EndpointType": {},
|
|
464
474
|
"HostKey": {
|
|
465
|
-
"shape": "
|
|
475
|
+
"shape": "Sb"
|
|
466
476
|
},
|
|
467
477
|
"IdentityProviderDetails": {
|
|
468
|
-
"shape": "
|
|
478
|
+
"shape": "Sc"
|
|
469
479
|
},
|
|
470
480
|
"LoggingRole": {},
|
|
481
|
+
"Protocols": {
|
|
482
|
+
"shape": "Sg"
|
|
483
|
+
},
|
|
471
484
|
"ServerId": {}
|
|
472
485
|
}
|
|
473
486
|
},
|
|
@@ -492,7 +505,7 @@
|
|
|
492
505
|
"HomeDirectory": {},
|
|
493
506
|
"HomeDirectoryType": {},
|
|
494
507
|
"HomeDirectoryMappings": {
|
|
495
|
-
"shape": "
|
|
508
|
+
"shape": "Sr"
|
|
496
509
|
},
|
|
497
510
|
"Policy": {},
|
|
498
511
|
"Role": {},
|
|
@@ -514,7 +527,7 @@
|
|
|
514
527
|
}
|
|
515
528
|
},
|
|
516
529
|
"shapes": {
|
|
517
|
-
"
|
|
530
|
+
"S3": {
|
|
518
531
|
"type": "structure",
|
|
519
532
|
"members": {
|
|
520
533
|
"AddressAllocationIds": {
|
|
@@ -529,18 +542,22 @@
|
|
|
529
542
|
"VpcId": {}
|
|
530
543
|
}
|
|
531
544
|
},
|
|
532
|
-
"
|
|
545
|
+
"Sb": {
|
|
533
546
|
"type": "string",
|
|
534
547
|
"sensitive": true
|
|
535
548
|
},
|
|
536
|
-
"
|
|
549
|
+
"Sc": {
|
|
537
550
|
"type": "structure",
|
|
538
551
|
"members": {
|
|
539
552
|
"Url": {},
|
|
540
553
|
"InvocationRole": {}
|
|
541
554
|
}
|
|
542
555
|
},
|
|
543
|
-
"
|
|
556
|
+
"Sg": {
|
|
557
|
+
"type": "list",
|
|
558
|
+
"member": {}
|
|
559
|
+
},
|
|
560
|
+
"Si": {
|
|
544
561
|
"type": "list",
|
|
545
562
|
"member": {
|
|
546
563
|
"type": "structure",
|
|
@@ -554,7 +571,7 @@
|
|
|
554
571
|
}
|
|
555
572
|
}
|
|
556
573
|
},
|
|
557
|
-
"
|
|
574
|
+
"Sr": {
|
|
558
575
|
"type": "list",
|
|
559
576
|
"member": {
|
|
560
577
|
"type": "structure",
|
package/clients/all.d.ts
CHANGED
|
@@ -218,3 +218,4 @@ export import EBS = require('./ebs');
|
|
|
218
218
|
export import KinesisVideoSignalingChannels = require('./kinesisvideosignalingchannels');
|
|
219
219
|
export import Detective = require('./detective');
|
|
220
220
|
export import CodeStarconnections = require('./codestarconnections');
|
|
221
|
+
export import Synthetics = require('./synthetics');
|
package/clients/all.js
CHANGED
|
@@ -219,5 +219,6 @@ module.exports = {
|
|
|
219
219
|
EBS: require('./ebs'),
|
|
220
220
|
KinesisVideoSignalingChannels: require('./kinesisvideosignalingchannels'),
|
|
221
221
|
Detective: require('./detective'),
|
|
222
|
-
CodeStarconnections: require('./codestarconnections')
|
|
222
|
+
CodeStarconnections: require('./codestarconnections'),
|
|
223
|
+
Synthetics: require('./synthetics')
|
|
223
224
|
};
|
|
@@ -235,6 +235,14 @@ declare class ApiGatewayV2 extends Service {
|
|
|
235
235
|
* Deletes a VPC link.
|
|
236
236
|
*/
|
|
237
237
|
deleteVpcLink(callback?: (err: AWSError, data: ApiGatewayV2.Types.DeleteVpcLinkResponse) => void): Request<ApiGatewayV2.Types.DeleteVpcLinkResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
*/
|
|
241
|
+
exportApi(params: ApiGatewayV2.Types.ExportApiRequest, callback?: (err: AWSError, data: ApiGatewayV2.Types.ExportApiResponse) => void): Request<ApiGatewayV2.Types.ExportApiResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
245
|
+
exportApi(callback?: (err: AWSError, data: ApiGatewayV2.Types.ExportApiResponse) => void): Request<ApiGatewayV2.Types.ExportApiResponse, AWSError>;
|
|
238
246
|
/**
|
|
239
247
|
* Gets an Api resource.
|
|
240
248
|
*/
|
|
@@ -1837,6 +1845,36 @@ declare namespace ApiGatewayV2 {
|
|
|
1837
1845
|
export type DomainNameConfigurations = DomainNameConfiguration[];
|
|
1838
1846
|
export type DomainNameStatus = "AVAILABLE"|"UPDATING"|string;
|
|
1839
1847
|
export type EndpointType = "REGIONAL"|"EDGE"|string;
|
|
1848
|
+
export interface ExportApiRequest {
|
|
1849
|
+
/**
|
|
1850
|
+
* The API identifier.
|
|
1851
|
+
*/
|
|
1852
|
+
ApiId: __string;
|
|
1853
|
+
/**
|
|
1854
|
+
* The version of the API Gateway export algorithm. API Gateway uses the latest version by default. Currently, the only supported version is 1.0.
|
|
1855
|
+
*/
|
|
1856
|
+
ExportVersion?: __string;
|
|
1857
|
+
/**
|
|
1858
|
+
* Specifies whether to include API Gateway extensions in the exported API definition. API Gateway extensions are included by default.
|
|
1859
|
+
*/
|
|
1860
|
+
IncludeExtensions?: __boolean;
|
|
1861
|
+
/**
|
|
1862
|
+
* The output type of the exported definition file. Valid values are JSON and YAML.
|
|
1863
|
+
*/
|
|
1864
|
+
OutputType: __string;
|
|
1865
|
+
/**
|
|
1866
|
+
* The version of the API specification to use. OAS30, for OpenAPI 3.0, is the only supported value.
|
|
1867
|
+
*/
|
|
1868
|
+
Specification: __string;
|
|
1869
|
+
/**
|
|
1870
|
+
* The name of the API stage to export. If you don't specify this property, a representation of the latest API configuration is exported.
|
|
1871
|
+
*/
|
|
1872
|
+
StageName?: __string;
|
|
1873
|
+
}
|
|
1874
|
+
export interface ExportApiResponse {
|
|
1875
|
+
body?: ExportedApi;
|
|
1876
|
+
}
|
|
1877
|
+
export type ExportedApi = Buffer|Uint8Array|Blob|string;
|
|
1840
1878
|
export interface GetApiMappingRequest {
|
|
1841
1879
|
/**
|
|
1842
1880
|
* The API mapping identifier.
|
|
@@ -2732,7 +2770,7 @@ declare namespace ApiGatewayV2 {
|
|
|
2732
2770
|
*/
|
|
2733
2771
|
Body: __string;
|
|
2734
2772
|
/**
|
|
2735
|
-
* Specifies whether to rollback the API creation
|
|
2773
|
+
* Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
|
|
2736
2774
|
*/
|
|
2737
2775
|
FailOnWarnings?: __boolean;
|
|
2738
2776
|
}
|
|
@@ -2961,7 +2999,7 @@ declare namespace ApiGatewayV2 {
|
|
|
2961
2999
|
*/
|
|
2962
3000
|
Body: __string;
|
|
2963
3001
|
/**
|
|
2964
|
-
* Specifies whether to rollback the API creation
|
|
3002
|
+
* Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.
|
|
2965
3003
|
*/
|
|
2966
3004
|
FailOnWarnings?: __boolean;
|
|
2967
3005
|
}
|