aws-sdk-core 2.11.589 → 2.11.594

Sign up to get free protection for your applications and to get access to all the features.
@@ -195,6 +195,22 @@
195
195
  ],
196
196
  "endpoint":{"hostPrefix":"monitor."}
197
197
  },
198
+ "CreatePresignedPortalUrl":{
199
+ "name":"CreatePresignedPortalUrl",
200
+ "http":{
201
+ "method":"GET",
202
+ "requestUri":"/portals/{portalId}/presigned-url",
203
+ "responseCode":200
204
+ },
205
+ "input":{"shape":"CreatePresignedPortalUrlRequest"},
206
+ "output":{"shape":"CreatePresignedPortalUrlResponse"},
207
+ "errors":[
208
+ {"shape":"InvalidRequestException"},
209
+ {"shape":"InternalFailureException"},
210
+ {"shape":"ThrottlingException"}
211
+ ],
212
+ "endpoint":{"hostPrefix":"monitor."}
213
+ },
198
214
  "CreateProject":{
199
215
  "name":"CreateProject",
200
216
  "http":{
@@ -1297,6 +1313,13 @@
1297
1313
  "defaultValue":{"shape":"DefaultValue"}
1298
1314
  }
1299
1315
  },
1316
+ "AuthMode":{
1317
+ "type":"string",
1318
+ "enum":[
1319
+ "IAM",
1320
+ "SSO"
1321
+ ]
1322
+ },
1300
1323
  "BatchAssociateProjectAssetsErrors":{
1301
1324
  "type":"list",
1302
1325
  "member":{"shape":"AssetErrorDetails"}
@@ -1611,7 +1634,8 @@
1611
1634
  },
1612
1635
  "portalLogoImageFile":{"shape":"ImageFile"},
1613
1636
  "roleArn":{"shape":"ARN"},
1614
- "tags":{"shape":"TagMap"}
1637
+ "tags":{"shape":"TagMap"},
1638
+ "portalAuthMode":{"shape":"AuthMode"}
1615
1639
  }
1616
1640
  },
1617
1641
  "CreatePortalResponse":{
@@ -1631,6 +1655,29 @@
1631
1655
  "ssoApplicationId":{"shape":"SSOApplicationId"}
1632
1656
  }
1633
1657
  },
1658
+ "CreatePresignedPortalUrlRequest":{
1659
+ "type":"structure",
1660
+ "required":["portalId"],
1661
+ "members":{
1662
+ "portalId":{
1663
+ "shape":"ID",
1664
+ "location":"uri",
1665
+ "locationName":"portalId"
1666
+ },
1667
+ "sessionDurationSeconds":{
1668
+ "shape":"SessionDurationSeconds",
1669
+ "location":"querystring",
1670
+ "locationName":"sessionDurationSeconds"
1671
+ }
1672
+ }
1673
+ },
1674
+ "CreatePresignedPortalUrlResponse":{
1675
+ "type":"structure",
1676
+ "required":["presignedPortalUrl"],
1677
+ "members":{
1678
+ "presignedPortalUrl":{"shape":"Url"}
1679
+ }
1680
+ },
1634
1681
  "CreateProjectRequest":{
1635
1682
  "type":"structure",
1636
1683
  "required":[
@@ -2122,7 +2169,8 @@
2122
2169
  "portalCreationDate":{"shape":"Timestamp"},
2123
2170
  "portalLastUpdateDate":{"shape":"Timestamp"},
2124
2171
  "portalLogoImageLocation":{"shape":"ImageLocation"},
2125
- "roleArn":{"shape":"ARN"}
2172
+ "roleArn":{"shape":"ARN"},
2173
+ "portalAuthMode":{"shape":"AuthMode"}
2126
2174
  }
2127
2175
  },
2128
2176
  "DescribeProjectRequest":{
@@ -2450,6 +2498,13 @@
2450
2498
  "id":{"shape":"IdentityId"}
2451
2499
  }
2452
2500
  },
2501
+ "IAMUserIdentity":{
2502
+ "type":"structure",
2503
+ "required":["arn"],
2504
+ "members":{
2505
+ "arn":{"shape":"ARN"}
2506
+ }
2507
+ },
2453
2508
  "ID":{
2454
2509
  "type":"string",
2455
2510
  "max":36,
@@ -2466,7 +2521,8 @@
2466
2521
  "type":"structure",
2467
2522
  "members":{
2468
2523
  "user":{"shape":"UserIdentity"},
2469
- "group":{"shape":"GroupIdentity"}
2524
+ "group":{"shape":"GroupIdentity"},
2525
+ "iamUser":{"shape":"IAMUserIdentity"}
2470
2526
  }
2471
2527
  },
2472
2528
  "IdentityId":{
@@ -2479,7 +2535,8 @@
2479
2535
  "type":"string",
2480
2536
  "enum":[
2481
2537
  "USER",
2482
- "GROUP"
2538
+ "GROUP",
2539
+ "IAM"
2483
2540
  ]
2484
2541
  },
2485
2542
  "Image":{
@@ -2577,6 +2634,11 @@
2577
2634
  "location":"querystring",
2578
2635
  "locationName":"resourceId"
2579
2636
  },
2637
+ "iamArn":{
2638
+ "shape":"ARN",
2639
+ "location":"querystring",
2640
+ "locationName":"iamArn"
2641
+ },
2580
2642
  "nextToken":{
2581
2643
  "shape":"NextToken",
2582
2644
  "location":"querystring",
@@ -3197,6 +3259,11 @@
3197
3259
  "exception":true,
3198
3260
  "fault":true
3199
3261
  },
3262
+ "SessionDurationSeconds":{
3263
+ "type":"integer",
3264
+ "max":43200,
3265
+ "min":900
3266
+ },
3200
3267
  "TagKey":{
3201
3268
  "type":"string",
3202
3269
  "max":128,
@@ -1928,10 +1928,11 @@
1928
1928
  "Locale":{
1929
1929
  "type":"string",
1930
1930
  "enum":[
1931
- "en-US",
1932
- "en-GB",
1933
1931
  "de-DE",
1934
- "en-AU"
1932
+ "en-AU",
1933
+ "en-GB",
1934
+ "en-US",
1935
+ "es-US"
1935
1936
  ]
1936
1937
  },
1937
1938
  "LocaleList":{
@@ -1824,7 +1824,8 @@
1824
1824
  "DataSetArns":{"shape":"DataSetArnsList"},
1825
1825
  "ThemeArn":{"shape":"Arn"},
1826
1826
  "CreatedTime":{"shape":"Timestamp"},
1827
- "LastUpdatedTime":{"shape":"Timestamp"}
1827
+ "LastUpdatedTime":{"shape":"Timestamp"},
1828
+ "Sheets":{"shape":"SheetList"}
1828
1829
  }
1829
1830
  },
1830
1831
  "AnalysisError":{
@@ -2879,7 +2880,8 @@
2879
2880
  "SourceEntityArn":{"shape":"Arn"},
2880
2881
  "DataSetArns":{"shape":"DataSetArnsList"},
2881
2882
  "Description":{"shape":"VersionDescription"},
2882
- "ThemeArn":{"shape":"Arn"}
2883
+ "ThemeArn":{"shape":"Arn"},
2884
+ "Sheets":{"shape":"SheetList"}
2883
2885
  }
2884
2886
  },
2885
2887
  "DashboardVersionSummary":{
@@ -6364,12 +6366,24 @@
6364
6366
  "error":{"httpStatusCode":400},
6365
6367
  "exception":true
6366
6368
  },
6369
+ "Sheet":{
6370
+ "type":"structure",
6371
+ "members":{
6372
+ "SheetId":{"shape":"RestrictiveResourceId"},
6373
+ "Name":{"shape":"NonEmptyString"}
6374
+ }
6375
+ },
6367
6376
  "SheetControlsOption":{
6368
6377
  "type":"structure",
6369
6378
  "members":{
6370
6379
  "VisibilityState":{"shape":"DashboardUIState"}
6371
6380
  }
6372
6381
  },
6382
+ "SheetList":{
6383
+ "type":"list",
6384
+ "member":{"shape":"Sheet"},
6385
+ "max":20
6386
+ },
6373
6387
  "SheetStyle":{
6374
6388
  "type":"structure",
6375
6389
  "members":{
@@ -6623,7 +6637,8 @@
6623
6637
  "DataSetConfigurations":{"shape":"DataSetConfigurationList"},
6624
6638
  "Description":{"shape":"VersionDescription"},
6625
6639
  "SourceEntityArn":{"shape":"Arn"},
6626
- "ThemeArn":{"shape":"Arn"}
6640
+ "ThemeArn":{"shape":"Arn"},
6641
+ "Sheets":{"shape":"SheetList"}
6627
6642
  }
6628
6643
  },
6629
6644
  "TemplateVersionSummary":{
@@ -3,17 +3,20 @@
3
3
  "ListGroupResources": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ResourceIdentifiers"
7
8
  },
8
9
  "ListGroups": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "GroupIdentifiers"
12
14
  },
13
15
  "SearchResources": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ResourceIdentifiers"
17
20
  }
18
21
  }
19
22
  }
@@ -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":{
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.0",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon DynamoDB Streams",
9
+ "serviceId":"DynamoDB Streams",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"dynamodb",
11
12
  "targetPrefix":"DynamoDBStreams_20120810",
@@ -27,7 +27,8 @@
27
27
  "errors":[
28
28
  {"shape":"MalformedPolicyDocumentException"},
29
29
  {"shape":"PackedPolicyTooLargeException"},
30
- {"shape":"RegionDisabledException"}
30
+ {"shape":"RegionDisabledException"},
31
+ {"shape":"ExpiredTokenException"}
31
32
  ]
32
33
  },
33
34
  "AssumeRoleWithSAML":{
@@ -445,8 +446,7 @@
445
446
  "SAMLAssertionType":{
446
447
  "type":"string",
447
448
  "max":100000,
448
- "min":4,
449
- "sensitive":true
449
+ "min":4
450
450
  },
451
451
  "Subject":{"type":"string"},
452
452
  "SubjectType":{"type":"string"},
@@ -484,8 +484,7 @@
484
484
  "clientTokenType":{
485
485
  "type":"string",
486
486
  "max":2048,
487
- "min":4,
488
- "sensitive":true
487
+ "min":4
489
488
  },
490
489
  "dateType":{"type":"timestamp"},
491
490
  "decodedMessageType":{"type":"string"},
@@ -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"},