aws-sdk-core 2.11.592 → 2.11.593

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: ee35c94e599dd99be6ce97ec451d4bd207b4665a6edc7e5409c8f778d13b7f41
4
- data.tar.gz: 45b3cbcdaac8c2775387f2fd65f1d18f9506417daa6dbfbeba81ba9ce363a104
3
+ metadata.gz: 6cfe94824f3574430ce40ae1b9b005c4fa52927592047b027247ab819b153c78
4
+ data.tar.gz: c1b04fe1096daf42b53a6705407f547769103847153907dd374874f555a12fed
5
5
  SHA512:
6
- metadata.gz: 004a4ce888f64965a0c62a987e5cd25d12866dd803640f6d0e5b9123cde0f0ae8d1f849a82798da6952daaa1a948040f6040b6b3e606ba45af710e986c793369
7
- data.tar.gz: 0a42426a624aeb082986221ce564ac6e9e0dff02169d32fee69350fac93e92ac75e94e882bc937457d0bee84cb228df8dcbccf5cf8f14187f63268634cf46199
6
+ metadata.gz: ec6fc2fe45fe3a9ab71f26609a668da7469fdfee4c972caa5515d180655de5ae942a5284cba2fd7210218f2edc6116d327c54edad71d361d9d60b51d5b176aea
7
+ data.tar.gz: d97a5e3443cb58483969700b51a82a8f5e8c564630508a22d578fb305c28608028c0f05f75c8dd2e1cb89eebb483920a6e08b7be9981266c5dd47399cfb83fb4
@@ -1888,7 +1888,7 @@
1888
1888
  },
1889
1889
  "OauthToken":{
1890
1890
  "type":"string",
1891
- "max":100,
1891
+ "max":1000,
1892
1892
  "sensitive":true
1893
1893
  },
1894
1894
  "Platform":{
@@ -411,6 +411,7 @@
411
411
  "endpoint":{"shape":"String"},
412
412
  "roleArn":{"shape":"String"},
413
413
  "resourcesVpcConfig":{"shape":"VpcConfigResponse"},
414
+ "kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigResponse"},
414
415
  "logging":{"shape":"Logging"},
415
416
  "identity":{"shape":"Identity"},
416
417
  "status":{"shape":"ClusterStatus"},
@@ -449,6 +450,7 @@
449
450
  "version":{"shape":"String"},
450
451
  "roleArn":{"shape":"String"},
451
452
  "resourcesVpcConfig":{"shape":"VpcConfigRequest"},
453
+ "kubernetesNetworkConfig":{"shape":"KubernetesNetworkConfigRequest"},
452
454
  "logging":{"shape":"Logging"},
453
455
  "clientRequestToken":{
454
456
  "shape":"String",
@@ -822,6 +824,18 @@
822
824
  "type":"list",
823
825
  "member":{"shape":"Issue"}
824
826
  },
827
+ "KubernetesNetworkConfigRequest":{
828
+ "type":"structure",
829
+ "members":{
830
+ "serviceIpv4Cidr":{"shape":"String"}
831
+ }
832
+ },
833
+ "KubernetesNetworkConfigResponse":{
834
+ "type":"structure",
835
+ "members":{
836
+ "serviceIpv4Cidr":{"shape":"String"}
837
+ }
838
+ },
825
839
  "LaunchTemplateSpecification":{
826
840
  "type":"structure",
827
841
  "members":{
@@ -28,6 +28,21 @@
28
28
  {"shape":"ServiceQuotaExceededException"}
29
29
  ]
30
30
  },
31
+ "DeleteQueuedSavingsPlan":{
32
+ "name":"DeleteQueuedSavingsPlan",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/DeleteQueuedSavingsPlan"
36
+ },
37
+ "input":{"shape":"DeleteQueuedSavingsPlanRequest"},
38
+ "output":{"shape":"DeleteQueuedSavingsPlanResponse"},
39
+ "errors":[
40
+ {"shape":"ValidationException"},
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"InternalServerException"},
43
+ {"shape":"ServiceQuotaExceededException"}
44
+ ]
45
+ },
31
46
  "DescribeSavingsPlanRates":{
32
47
  "name":"DescribeSavingsPlanRates",
33
48
  "http":{
@@ -137,6 +152,7 @@
137
152
  "savingsPlanOfferingId":{"shape":"SavingsPlanOfferingId"},
138
153
  "commitment":{"shape":"Amount"},
139
154
  "upfrontPaymentAmount":{"shape":"Amount"},
155
+ "purchaseTime":{"shape":"DateTime"},
140
156
  "clientToken":{
141
157
  "shape":"ClientToken",
142
158
  "idempotencyToken":true
@@ -161,6 +177,19 @@
161
177
  "type":"list",
162
178
  "member":{"shape":"CurrencyCode"}
163
179
  },
180
+ "DateTime":{"type":"timestamp"},
181
+ "DeleteQueuedSavingsPlanRequest":{
182
+ "type":"structure",
183
+ "required":["savingsPlanId"],
184
+ "members":{
185
+ "savingsPlanId":{"shape":"SavingsPlanId"}
186
+ }
187
+ },
188
+ "DeleteQueuedSavingsPlanResponse":{
189
+ "type":"structure",
190
+ "members":{
191
+ }
192
+ },
164
193
  "DescribeSavingsPlanRatesRequest":{
165
194
  "type":"structure",
166
195
  "required":["savingsPlanId"],
@@ -596,7 +625,6 @@
596
625
  "enum":[
597
626
  "AmazonEC2",
598
627
  "AmazonECS",
599
- "AmazonEKS",
600
628
  "AWSLambda"
601
629
  ]
602
630
  },
@@ -636,7 +664,9 @@
636
664
  "payment-pending",
637
665
  "payment-failed",
638
666
  "active",
639
- "retired"
667
+ "retired",
668
+ "queued",
669
+ "queued-deleted"
640
670
  ]
641
671
  },
642
672
  "SavingsPlanStateList":{
@@ -196,10 +196,6 @@
196
196
  }
197
197
  },
198
198
  "shapes":{
199
- "Arn":{
200
- "type":"string",
201
- "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
202
- },
203
199
  "Blob":{
204
200
  "type":"blob",
205
201
  "max":10000000,
@@ -219,7 +215,7 @@
219
215
  "Id":{"shape":"UUID"},
220
216
  "Name":{"shape":"CanaryName"},
221
217
  "Code":{"shape":"CanaryCodeOutput"},
222
- "ExecutionRoleArn":{"shape":"Arn"},
218
+ "ExecutionRoleArn":{"shape":"RoleArn"},
223
219
  "Schedule":{"shape":"CanaryScheduleOutput"},
224
220
  "RunConfig":{"shape":"CanaryRunConfigOutput"},
225
221
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -227,12 +223,18 @@
227
223
  "Status":{"shape":"CanaryStatus"},
228
224
  "Timeline":{"shape":"CanaryTimeline"},
229
225
  "ArtifactS3Location":{"shape":"String"},
230
- "EngineArn":{"shape":"Arn"},
226
+ "EngineArn":{"shape":"FunctionArn"},
231
227
  "RuntimeVersion":{"shape":"String"},
232
228
  "VpcConfig":{"shape":"VpcConfigOutput"},
233
229
  "Tags":{"shape":"TagMap"}
234
230
  }
235
231
  },
232
+ "CanaryArn":{
233
+ "type":"string",
234
+ "max":2048,
235
+ "min":1,
236
+ "pattern":"arn:(aws[a-zA-Z-]*)?:synthetics:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:canary:[0-9a-z_\\-]{1,21}"
237
+ },
236
238
  "CanaryCodeInput":{
237
239
  "type":"structure",
238
240
  "required":["Handler"],
@@ -267,6 +269,7 @@
267
269
  "CanaryRun":{
268
270
  "type":"structure",
269
271
  "members":{
272
+ "Id":{"shape":"UUID"},
270
273
  "Name":{"shape":"CanaryName"},
271
274
  "Status":{"shape":"CanaryRunStatus"},
272
275
  "Timeline":{"shape":"CanaryRunTimeline"},
@@ -275,17 +278,18 @@
275
278
  },
276
279
  "CanaryRunConfigInput":{
277
280
  "type":"structure",
278
- "required":["TimeoutInSeconds"],
279
281
  "members":{
280
282
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
281
- "MemoryInMB":{"shape":"MaxSize3008"}
283
+ "MemoryInMB":{"shape":"MaxSize3008"},
284
+ "ActiveTracing":{"shape":"NullableBoolean"}
282
285
  }
283
286
  },
284
287
  "CanaryRunConfigOutput":{
285
288
  "type":"structure",
286
289
  "members":{
287
290
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
288
- "MemoryInMB":{"shape":"MaxSize3008"}
291
+ "MemoryInMB":{"shape":"MaxSize3008"},
292
+ "ActiveTracing":{"shape":"NullableBoolean"}
289
293
  }
290
294
  },
291
295
  "CanaryRunState":{
@@ -394,7 +398,7 @@
394
398
  "Name":{"shape":"CanaryName"},
395
399
  "Code":{"shape":"CanaryCodeInput"},
396
400
  "ArtifactS3Location":{"shape":"String"},
397
- "ExecutionRoleArn":{"shape":"Arn"},
401
+ "ExecutionRoleArn":{"shape":"RoleArn"},
398
402
  "Schedule":{"shape":"CanaryScheduleInput"},
399
403
  "RunConfig":{"shape":"CanaryRunConfigInput"},
400
404
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -469,6 +473,12 @@
469
473
  }
470
474
  },
471
475
  "ErrorMessage":{"type":"string"},
476
+ "FunctionArn":{
477
+ "type":"string",
478
+ "max":2048,
479
+ "min":1,
480
+ "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
481
+ },
472
482
  "GetCanaryRequest":{
473
483
  "type":"structure",
474
484
  "required":["Name"],
@@ -519,7 +529,7 @@
519
529
  "required":["ResourceArn"],
520
530
  "members":{
521
531
  "ResourceArn":{
522
- "shape":"Arn",
532
+ "shape":"CanaryArn",
523
533
  "location":"uri",
524
534
  "locationName":"resourceArn"
525
535
  }
@@ -538,8 +548,8 @@
538
548
  },
539
549
  "MaxFifteenMinutesInSeconds":{
540
550
  "type":"integer",
541
- "max":900,
542
- "min":60
551
+ "max":840,
552
+ "min":3
543
553
  },
544
554
  "MaxOneYearInSeconds":{
545
555
  "type":"long",
@@ -561,6 +571,7 @@
561
571
  "max":3008,
562
572
  "min":960
563
573
  },
574
+ "NullableBoolean":{"type":"boolean"},
564
575
  "ResourceNotFoundException":{
565
576
  "type":"structure",
566
577
  "members":{
@@ -569,6 +580,12 @@
569
580
  "error":{"httpStatusCode":404},
570
581
  "exception":true
571
582
  },
583
+ "RoleArn":{
584
+ "type":"string",
585
+ "max":2048,
586
+ "min":1,
587
+ "pattern":"arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
588
+ },
572
589
  "RuntimeVersion":{
573
590
  "type":"structure",
574
591
  "members":{
@@ -660,7 +677,7 @@
660
677
  ],
661
678
  "members":{
662
679
  "ResourceArn":{
663
- "shape":"Arn",
680
+ "shape":"CanaryArn",
664
681
  "location":"uri",
665
682
  "locationName":"resourceArn"
666
683
  },
@@ -679,7 +696,8 @@
679
696
  "Timestamp":{"type":"timestamp"},
680
697
  "Token":{
681
698
  "type":"string",
682
- "pattern":"^[a-zA-Z0-9=/+_.-]{4,252}$"
699
+ "max":252,
700
+ "min":4
683
701
  },
684
702
  "UUID":{
685
703
  "type":"string",
@@ -693,7 +711,7 @@
693
711
  ],
694
712
  "members":{
695
713
  "ResourceArn":{
696
- "shape":"Arn",
714
+ "shape":"CanaryArn",
697
715
  "location":"uri",
698
716
  "locationName":"resourceArn"
699
717
  },
@@ -719,7 +737,7 @@
719
737
  "locationName":"name"
720
738
  },
721
739
  "Code":{"shape":"CanaryCodeInput"},
722
- "ExecutionRoleArn":{"shape":"Arn"},
740
+ "ExecutionRoleArn":{"shape":"RoleArn"},
723
741
  "RuntimeVersion":{"shape":"String"},
724
742
  "Schedule":{"shape":"CanaryScheduleInput"},
725
743
  "RunConfig":{"shape":"CanaryRunConfigInput"},
@@ -67,7 +67,8 @@
67
67
  {"shape":"ProvisionedThroughputExceededException"},
68
68
  {"shape":"InvalidJobIdException"},
69
69
  {"shape":"InternalServerError"},
70
- {"shape":"ThrottlingException"}
70
+ {"shape":"ThrottlingException"},
71
+ {"shape":"InvalidS3ObjectException"}
71
72
  ]
72
73
  },
73
74
  "GetDocumentTextDetection":{
@@ -84,7 +85,8 @@
84
85
  {"shape":"ProvisionedThroughputExceededException"},
85
86
  {"shape":"InvalidJobIdException"},
86
87
  {"shape":"InternalServerError"},
87
- {"shape":"ThrottlingException"}
88
+ {"shape":"ThrottlingException"},
89
+ {"shape":"InvalidS3ObjectException"}
88
90
  ]
89
91
  },
90
92
  "StartDocumentAnalysis":{
@@ -488,6 +490,14 @@
488
490
  "RoleArn":{"shape":"RoleArn"}
489
491
  }
490
492
  },
493
+ "OutputConfig":{
494
+ "type":"structure",
495
+ "required":["S3Bucket"],
496
+ "members":{
497
+ "S3Bucket":{"shape":"S3Bucket"},
498
+ "S3Prefix":{"shape":"S3ObjectName"}
499
+ }
500
+ },
491
501
  "Pages":{
492
502
  "type":"list",
493
503
  "member":{"shape":"UInteger"}
@@ -535,7 +545,8 @@
535
545
  "type":"string",
536
546
  "enum":[
537
547
  "VALUE",
538
- "CHILD"
548
+ "CHILD",
549
+ "COMPLEX_FEATURES"
539
550
  ]
540
551
  },
541
552
  "RoleArn":{
@@ -594,7 +605,8 @@
594
605
  "FeatureTypes":{"shape":"FeatureTypes"},
595
606
  "ClientRequestToken":{"shape":"ClientRequestToken"},
596
607
  "JobTag":{"shape":"JobTag"},
597
- "NotificationChannel":{"shape":"NotificationChannel"}
608
+ "NotificationChannel":{"shape":"NotificationChannel"},
609
+ "OutputConfig":{"shape":"OutputConfig"}
598
610
  }
599
611
  },
600
612
  "StartDocumentAnalysisResponse":{
@@ -610,7 +622,8 @@
610
622
  "DocumentLocation":{"shape":"DocumentLocation"},
611
623
  "ClientRequestToken":{"shape":"ClientRequestToken"},
612
624
  "JobTag":{"shape":"JobTag"},
613
- "NotificationChannel":{"shape":"NotificationChannel"}
625
+ "NotificationChannel":{"shape":"NotificationChannel"},
626
+ "OutputConfig":{"shape":"OutputConfig"}
614
627
  }
615
628
  },
616
629
  "StartDocumentTextDetectionResponse":{
@@ -904,7 +904,10 @@
904
904
  "mp3",
905
905
  "mp4",
906
906
  "wav",
907
- "flac"
907
+ "flac",
908
+ "ogg",
909
+ "amr",
910
+ "webm"
908
911
  ]
909
912
  },
910
913
  "MediaSampleRateHertz":{
@@ -1008,6 +1011,12 @@
1008
1011
  "max":64,
1009
1012
  "pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
1010
1013
  },
1014
+ "OutputKey":{
1015
+ "type":"string",
1016
+ "max":1024,
1017
+ "min":1,
1018
+ "pattern":"[a-zA-Z0-9-_.!*'()/]{1,1024}$"
1019
+ },
1011
1020
  "OutputLocationType":{
1012
1021
  "type":"string",
1013
1022
  "enum":[
@@ -1070,6 +1079,7 @@
1070
1079
  "MediaFormat":{"shape":"MediaFormat"},
1071
1080
  "Media":{"shape":"Media"},
1072
1081
  "OutputBucketName":{"shape":"OutputBucketName"},
1082
+ "OutputKey":{"shape":"OutputKey"},
1073
1083
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
1074
1084
  "Settings":{"shape":"MedicalTranscriptionSetting"},
1075
1085
  "Specialty":{"shape":"Specialty"},
@@ -1095,6 +1105,7 @@
1095
1105
  "MediaFormat":{"shape":"MediaFormat"},
1096
1106
  "Media":{"shape":"Media"},
1097
1107
  "OutputBucketName":{"shape":"OutputBucketName"},
1108
+ "OutputKey":{"shape":"OutputKey"},
1098
1109
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
1099
1110
  "Settings":{"shape":"Settings"},
1100
1111
  "ModelSettings":{"shape":"ModelSettings"},
@@ -2873,6 +2873,7 @@
2873
2873
  },
2874
2874
  "groundstation" : {
2875
2875
  "endpoints" : {
2876
+ "af-south-1" : { },
2876
2877
  "ap-southeast-2" : { },
2877
2878
  "eu-north-1" : { },
2878
2879
  "eu-west-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.592'
2
+ VERSION = '2.11.593'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.592
4
+ version: 2.11.593
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-23 00:00:00.000000000 Z
11
+ date: 2020-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath