aws-sdk-core 2.11.511 → 2.11.516

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: f4ef24f00248d6b96c721d5d05c174050f9eb691332683c5831647a513ea2cc5
4
- data.tar.gz: eaf3e6bda6aee16908c60604d0764644464c46b4112dc231d5efeb6a2a1543f1
3
+ metadata.gz: bec13ca6cec869d29c9c250e83c916b6d13722209801cfbb70f538a56ebe0ba6
4
+ data.tar.gz: 0b915829f17b0c481926ca9d90817d76828e016cccf3c7ddc5a1fefa0413fedf
5
5
  SHA512:
6
- metadata.gz: 99b38bbb172bd9ee117b634fddc2d0a64871a43fb031dd1366ab6173fd65feac63355a965e9d27cdd5f446103f245abc8bb904b0b943ddb0d62fdf36321b2e9a
7
- data.tar.gz: 51ed4696046639bc91f479f59ac36624ce54c6c32bb83cd52ceda938e5faa16bdb02c7c37c498fb487439f9704219a0798ce6b85c0c2e18c6bdbcc0b6ea282e0
6
+ metadata.gz: 9fb7a3dbbc1f007c395e6c8932e8e2e7e383ea685b39e1bba38ea8a8d9a3be6fca097b95daf3bc0b2d191d53335bf1b4babbae0a31392822c0ea855050bbebae
7
+ data.tar.gz: bee1897d36260c97bee960860d9fbb8be51a4caf2fbc96d0e77c6725efa9e606ef24a95bc1d6315a5950e57b332381411cf24cdbea844340a3824a98f91a0af9
@@ -395,6 +395,9 @@
395
395
  {
396
396
  "shape": "NotFoundException"
397
397
  },
398
+ {
399
+ "shape": "ResourceInUseException"
400
+ },
398
401
  {
399
402
  "shape": "ServiceUnavailableException"
400
403
  },
@@ -1814,16 +1817,25 @@
1814
1817
  "type": "structure",
1815
1818
  "required": [
1816
1819
  "arn",
1820
+ "createdAt",
1821
+ "lastUpdatedAt",
1817
1822
  "meshName",
1818
1823
  "meshOwner",
1819
1824
  "resourceOwner",
1820
1825
  "routeName",
1826
+ "version",
1821
1827
  "virtualRouterName"
1822
1828
  ],
1823
1829
  "members": {
1824
1830
  "arn": {
1825
1831
  "shape": "Arn"
1826
1832
  },
1833
+ "createdAt": {
1834
+ "shape": "Timestamp"
1835
+ },
1836
+ "lastUpdatedAt": {
1837
+ "shape": "Timestamp"
1838
+ },
1827
1839
  "meshName": {
1828
1840
  "shape": "ResourceName"
1829
1841
  },
@@ -1836,6 +1848,9 @@
1836
1848
  "routeName": {
1837
1849
  "shape": "ResourceName"
1838
1850
  },
1851
+ "version": {
1852
+ "shape": "Long"
1853
+ },
1839
1854
  "virtualRouterName": {
1840
1855
  "shape": "ResourceName"
1841
1856
  }
@@ -2668,15 +2683,24 @@
2668
2683
  "type": "structure",
2669
2684
  "required": [
2670
2685
  "arn",
2686
+ "createdAt",
2687
+ "lastUpdatedAt",
2671
2688
  "meshName",
2672
2689
  "meshOwner",
2673
2690
  "resourceOwner",
2691
+ "version",
2674
2692
  "virtualServiceName"
2675
2693
  ],
2676
2694
  "members": {
2677
2695
  "arn": {
2678
2696
  "shape": "Arn"
2679
2697
  },
2698
+ "createdAt": {
2699
+ "shape": "Timestamp"
2700
+ },
2701
+ "lastUpdatedAt": {
2702
+ "shape": "Timestamp"
2703
+ },
2680
2704
  "meshName": {
2681
2705
  "shape": "ResourceName"
2682
2706
  },
@@ -2686,6 +2710,9 @@
2686
2710
  "resourceOwner": {
2687
2711
  "shape": "AccountId"
2688
2712
  },
2713
+ "version": {
2714
+ "shape": "Long"
2715
+ },
2689
2716
  "virtualServiceName": {
2690
2717
  "shape": "ServiceName"
2691
2718
  }
@@ -2706,15 +2733,24 @@
2706
2733
  "type": "structure",
2707
2734
  "required": [
2708
2735
  "arn",
2736
+ "createdAt",
2737
+ "lastUpdatedAt",
2709
2738
  "meshName",
2710
2739
  "meshOwner",
2711
2740
  "resourceOwner",
2741
+ "version",
2712
2742
  "virtualRouterName"
2713
2743
  ],
2714
2744
  "members": {
2715
2745
  "arn": {
2716
2746
  "shape": "Arn"
2717
2747
  },
2748
+ "createdAt": {
2749
+ "shape": "Timestamp"
2750
+ },
2751
+ "lastUpdatedAt": {
2752
+ "shape": "Timestamp"
2753
+ },
2718
2754
  "meshName": {
2719
2755
  "shape": "ResourceName"
2720
2756
  },
@@ -2724,6 +2760,9 @@
2724
2760
  "resourceOwner": {
2725
2761
  "shape": "AccountId"
2726
2762
  },
2763
+ "version": {
2764
+ "shape": "Long"
2765
+ },
2727
2766
  "virtualRouterName": {
2728
2767
  "shape": "ResourceName"
2729
2768
  }
@@ -2788,15 +2827,24 @@
2788
2827
  "type": "structure",
2789
2828
  "required": [
2790
2829
  "arn",
2830
+ "createdAt",
2831
+ "lastUpdatedAt",
2791
2832
  "meshName",
2792
2833
  "meshOwner",
2793
2834
  "resourceOwner",
2835
+ "version",
2794
2836
  "virtualNodeName"
2795
2837
  ],
2796
2838
  "members": {
2797
2839
  "arn": {
2798
2840
  "shape": "Arn"
2799
2841
  },
2842
+ "createdAt": {
2843
+ "shape": "Timestamp"
2844
+ },
2845
+ "lastUpdatedAt": {
2846
+ "shape": "Timestamp"
2847
+ },
2800
2848
  "meshName": {
2801
2849
  "shape": "ResourceName"
2802
2850
  },
@@ -2806,6 +2854,9 @@
2806
2854
  "resourceOwner": {
2807
2855
  "shape": "AccountId"
2808
2856
  },
2857
+ "version": {
2858
+ "shape": "Long"
2859
+ },
2809
2860
  "virtualNodeName": {
2810
2861
  "shape": "ResourceName"
2811
2862
  }
@@ -3208,14 +3259,23 @@
3208
3259
  "type": "structure",
3209
3260
  "required": [
3210
3261
  "arn",
3262
+ "createdAt",
3263
+ "lastUpdatedAt",
3211
3264
  "meshName",
3212
3265
  "meshOwner",
3213
- "resourceOwner"
3266
+ "resourceOwner",
3267
+ "version"
3214
3268
  ],
3215
3269
  "members": {
3216
3270
  "arn": {
3217
3271
  "shape": "Arn"
3218
3272
  },
3273
+ "createdAt": {
3274
+ "shape": "Timestamp"
3275
+ },
3276
+ "lastUpdatedAt": {
3277
+ "shape": "Timestamp"
3278
+ },
3219
3279
  "meshName": {
3220
3280
  "shape": "ResourceName"
3221
3281
  },
@@ -3224,6 +3284,9 @@
3224
3284
  },
3225
3285
  "resourceOwner": {
3226
3286
  "shape": "AccountId"
3287
+ },
3288
+ "version": {
3289
+ "shape": "Long"
3227
3290
  }
3228
3291
  }
3229
3292
  },
@@ -234,6 +234,18 @@
234
234
  ],
235
235
  "idempotent":true
236
236
  },
237
+ "DescribeRegionSettings":{
238
+ "name":"DescribeRegionSettings",
239
+ "http":{
240
+ "method":"GET",
241
+ "requestUri":"/account-settings"
242
+ },
243
+ "input":{"shape":"DescribeRegionSettingsInput"},
244
+ "output":{"shape":"DescribeRegionSettingsOutput"},
245
+ "errors":[
246
+ {"shape":"ServiceUnavailableException"}
247
+ ]
248
+ },
237
249
  "DescribeRestoreJob":{
238
250
  "name":"DescribeRestoreJob",
239
251
  "http":{
@@ -730,6 +742,19 @@
730
742
  {"shape":"ServiceUnavailableException"}
731
743
  ],
732
744
  "idempotent":true
745
+ },
746
+ "UpdateRegionSettings":{
747
+ "name":"UpdateRegionSettings",
748
+ "http":{
749
+ "method":"PUT",
750
+ "requestUri":"/account-settings"
751
+ },
752
+ "input":{"shape":"UpdateRegionSettingsInput"},
753
+ "errors":[
754
+ {"shape":"ServiceUnavailableException"},
755
+ {"shape":"MissingParameterValueException"},
756
+ {"shape":"InvalidParameterValueException"}
757
+ ]
733
758
  }
734
759
  },
735
760
  "shapes":{
@@ -1332,6 +1357,17 @@
1332
1357
  "LastRestoreTime":{"shape":"timestamp"}
1333
1358
  }
1334
1359
  },
1360
+ "DescribeRegionSettingsInput":{
1361
+ "type":"structure",
1362
+ "members":{
1363
+ }
1364
+ },
1365
+ "DescribeRegionSettingsOutput":{
1366
+ "type":"structure",
1367
+ "members":{
1368
+ "ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"}
1369
+ }
1370
+ },
1335
1371
  "DescribeRestoreJobInput":{
1336
1372
  "type":"structure",
1337
1373
  "required":["RestoreJobId"],
@@ -1558,6 +1594,7 @@
1558
1594
  },
1559
1595
  "exception":true
1560
1596
  },
1597
+ "IsEnabled":{"type":"boolean"},
1561
1598
  "Lifecycle":{
1562
1599
  "type":"structure",
1563
1600
  "members":{
@@ -2104,6 +2141,11 @@
2104
2141
  "type":"string",
2105
2142
  "pattern":"^[a-zA-Z0-9\\-\\_\\.]{1,50}$"
2106
2143
  },
2144
+ "ResourceTypeOptInPreference":{
2145
+ "type":"map",
2146
+ "key":{"shape":"ResourceType"},
2147
+ "value":{"shape":"IsEnabled"}
2148
+ },
2107
2149
  "ResourceTypes":{
2108
2150
  "type":"list",
2109
2151
  "member":{"shape":"ResourceType"}
@@ -2336,6 +2378,12 @@
2336
2378
  "CalculatedLifecycle":{"shape":"CalculatedLifecycle"}
2337
2379
  }
2338
2380
  },
2381
+ "UpdateRegionSettingsInput":{
2382
+ "type":"structure",
2383
+ "members":{
2384
+ "ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"}
2385
+ }
2386
+ },
2339
2387
  "WindowMinutes":{"type":"long"},
2340
2388
  "boolean":{"type":"boolean"},
2341
2389
  "long":{"type":"long"},
@@ -992,6 +992,24 @@
992
992
  {"shape":"ServiceFailureException"}
993
993
  ]
994
994
  },
995
+ "GetRetentionSettings":{
996
+ "name":"GetRetentionSettings",
997
+ "http":{
998
+ "method":"GET",
999
+ "requestUri":"/accounts/{accountId}/retention-settings"
1000
+ },
1001
+ "input":{"shape":"GetRetentionSettingsRequest"},
1002
+ "output":{"shape":"GetRetentionSettingsResponse"},
1003
+ "errors":[
1004
+ {"shape":"UnauthorizedClientException"},
1005
+ {"shape":"NotFoundException"},
1006
+ {"shape":"BadRequestException"},
1007
+ {"shape":"ForbiddenException"},
1008
+ {"shape":"ThrottledClientException"},
1009
+ {"shape":"ServiceUnavailableException"},
1010
+ {"shape":"ServiceFailureException"}
1011
+ ]
1012
+ },
995
1013
  "GetRoom":{
996
1014
  "name":"GetRoom",
997
1015
  "http":{
@@ -1553,6 +1571,26 @@
1553
1571
  {"shape":"NotFoundException"}
1554
1572
  ]
1555
1573
  },
1574
+ "PutRetentionSettings":{
1575
+ "name":"PutRetentionSettings",
1576
+ "http":{
1577
+ "method":"PUT",
1578
+ "requestUri":"/accounts/{accountId}/retention-settings",
1579
+ "responseCode":204
1580
+ },
1581
+ "input":{"shape":"PutRetentionSettingsRequest"},
1582
+ "output":{"shape":"PutRetentionSettingsResponse"},
1583
+ "errors":[
1584
+ {"shape":"UnauthorizedClientException"},
1585
+ {"shape":"NotFoundException"},
1586
+ {"shape":"BadRequestException"},
1587
+ {"shape":"ForbiddenException"},
1588
+ {"shape":"ConflictException"},
1589
+ {"shape":"ThrottledClientException"},
1590
+ {"shape":"ServiceUnavailableException"},
1591
+ {"shape":"ServiceFailureException"}
1592
+ ]
1593
+ },
1556
1594
  "PutVoiceConnectorLoggingConfiguration":{
1557
1595
  "name":"PutVoiceConnectorLoggingConfiguration",
1558
1596
  "http":{
@@ -2543,6 +2581,12 @@
2543
2581
  "error":{"httpStatusCode":409},
2544
2582
  "exception":true
2545
2583
  },
2584
+ "ConversationRetentionSettings":{
2585
+ "type":"structure",
2586
+ "members":{
2587
+ "RetentionDays":{"shape":"RetentionDays"}
2588
+ }
2589
+ },
2546
2590
  "Country":{
2547
2591
  "type":"string",
2548
2592
  "pattern":"^$|^[A-Z]{2,2}$"
@@ -3404,6 +3448,24 @@
3404
3448
  "ProxySession":{"shape":"ProxySession"}
3405
3449
  }
3406
3450
  },
3451
+ "GetRetentionSettingsRequest":{
3452
+ "type":"structure",
3453
+ "required":["AccountId"],
3454
+ "members":{
3455
+ "AccountId":{
3456
+ "shape":"NonEmptyString",
3457
+ "location":"uri",
3458
+ "locationName":"accountId"
3459
+ }
3460
+ }
3461
+ },
3462
+ "GetRetentionSettingsResponse":{
3463
+ "type":"structure",
3464
+ "members":{
3465
+ "RetentionSettings":{"shape":"RetentionSettings"},
3466
+ "InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
3467
+ }
3468
+ },
3407
3469
  "GetRoomRequest":{
3408
3470
  "type":"structure",
3409
3471
  "required":[
@@ -4560,6 +4622,28 @@
4560
4622
  "EventsConfiguration":{"shape":"EventsConfiguration"}
4561
4623
  }
4562
4624
  },
4625
+ "PutRetentionSettingsRequest":{
4626
+ "type":"structure",
4627
+ "required":[
4628
+ "AccountId",
4629
+ "RetentionSettings"
4630
+ ],
4631
+ "members":{
4632
+ "AccountId":{
4633
+ "shape":"NonEmptyString",
4634
+ "location":"uri",
4635
+ "locationName":"accountId"
4636
+ },
4637
+ "RetentionSettings":{"shape":"RetentionSettings"}
4638
+ }
4639
+ },
4640
+ "PutRetentionSettingsResponse":{
4641
+ "type":"structure",
4642
+ "members":{
4643
+ "RetentionSettings":{"shape":"RetentionSettings"},
4644
+ "InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
4645
+ }
4646
+ },
4563
4647
  "PutVoiceConnectorLoggingConfigurationRequest":{
4564
4648
  "type":"structure",
4565
4649
  "required":[
@@ -4830,6 +4914,18 @@
4830
4914
  "max":99,
4831
4915
  "min":1
4832
4916
  },
4917
+ "RetentionDays":{
4918
+ "type":"integer",
4919
+ "max":5475,
4920
+ "min":1
4921
+ },
4922
+ "RetentionSettings":{
4923
+ "type":"structure",
4924
+ "members":{
4925
+ "RoomRetentionSettings":{"shape":"RoomRetentionSettings"},
4926
+ "ConversationRetentionSettings":{"shape":"ConversationRetentionSettings"}
4927
+ }
4928
+ },
4833
4929
  "Room":{
4834
4930
  "type":"structure",
4835
4931
  "members":{
@@ -4866,6 +4962,12 @@
4866
4962
  "Member"
4867
4963
  ]
4868
4964
  },
4965
+ "RoomRetentionSettings":{
4966
+ "type":"structure",
4967
+ "members":{
4968
+ "RetentionDays":{"shape":"RetentionDays"}
4969
+ }
4970
+ },
4869
4971
  "SearchAvailablePhoneNumbersRequest":{
4870
4972
  "type":"structure",
4871
4973
  "members":{
@@ -737,7 +737,8 @@
737
737
  "members":{
738
738
  "name":{"shape":"ReportGroupName"},
739
739
  "type":{"shape":"ReportType"},
740
- "exportConfig":{"shape":"ReportExportConfig"}
740
+ "exportConfig":{"shape":"ReportExportConfig"},
741
+ "tags":{"shape":"TagList"}
741
742
  }
742
743
  },
743
744
  "CreateReportGroupOutput":{
@@ -1510,7 +1511,8 @@
1510
1511
  "type":{"shape":"ReportType"},
1511
1512
  "exportConfig":{"shape":"ReportExportConfig"},
1512
1513
  "created":{"shape":"Timestamp"},
1513
- "lastModified":{"shape":"Timestamp"}
1514
+ "lastModified":{"shape":"Timestamp"},
1515
+ "tags":{"shape":"TagList"}
1514
1516
  }
1515
1517
  },
1516
1518
  "ReportGroupArns":{
@@ -1831,7 +1833,8 @@
1831
1833
  "required":["arn"],
1832
1834
  "members":{
1833
1835
  "arn":{"shape":"NonEmptyString"},
1834
- "exportConfig":{"shape":"ReportExportConfig"}
1836
+ "exportConfig":{"shape":"ReportExportConfig"},
1837
+ "tags":{"shape":"TagList"}
1835
1838
  }
1836
1839
  },
1837
1840
  "UpdateReportGroupOutput":{
@@ -1859,7 +1862,7 @@
1859
1862
  "ValueInput":{
1860
1863
  "type":"string",
1861
1864
  "max":255,
1862
- "min":1,
1865
+ "min":0,
1863
1866
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
1864
1867
  },
1865
1868
  "VpcConfig":{