aws-sdk-core 2.11.510 → 2.11.515

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: 8d97e67b87ebb4dc84bc4fe340ff740d2d2d073b313d78b9a9be15ceac00e24d
4
- data.tar.gz: 0edecf2fb99d3fdd4ecbae81e543e3670d70081efdd69939f2c84fe9ed935373
3
+ metadata.gz: d21c14e669331bf2a6a44b6ab0167f288e4a3e7ac7e1b0a7d575b997e699886c
4
+ data.tar.gz: cb547c62bb8a48f67345b04c827d2a39b804189a7eb1a049caa097e191dbe711
5
5
  SHA512:
6
- metadata.gz: '042836256a57eb1f8e6b568a9d7363dffe6c2d0190299a93e7508c77dccc26827d5bca5aef106363a3191e4683e633732f294489500195d91c1d77fdfdf5a5ce'
7
- data.tar.gz: 4d21ee9dc64063363de8a9da7bfa4bdc7f88942ef8be628ed3ad4fc60de3631210edea36f40d5f70a79065bf2b820e6a2aff19467591384ab8a4f2a3fce3e83a
6
+ metadata.gz: a21ea09a2e86dfcdf728296c697289c62cf657a1911bd42f6911cfdf5c6998132365f909499b6a09f7bd8465bfb4540810a36bf960a64bc4b13ca482e9311a73
7
+ data.tar.gz: 579a96b6c5779a18ee79b5bf885b660f8dcdf6f5e9b47efa66144860c01d512739077f6269924503a36b86aed1b27a80299051f9f9f29e19298e939bdf7ecff4
@@ -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":[
@@ -4264,6 +4326,14 @@
4264
4326
  "error":{"httpStatusCode":404},
4265
4327
  "exception":true
4266
4328
  },
4329
+ "NotificationTarget":{
4330
+ "type":"string",
4331
+ "enum":[
4332
+ "EventBridge",
4333
+ "SNS",
4334
+ "SQS"
4335
+ ]
4336
+ },
4267
4337
  "NullableBoolean":{"type":"boolean"},
4268
4338
  "NumberSelectionBehavior":{
4269
4339
  "type":"string",
@@ -4552,6 +4622,28 @@
4552
4622
  "EventsConfiguration":{"shape":"EventsConfiguration"}
4553
4623
  }
4554
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
+ },
4555
4647
  "PutVoiceConnectorLoggingConfigurationRequest":{
4556
4648
  "type":"structure",
4557
4649
  "required":[
@@ -4822,6 +4914,18 @@
4822
4914
  "max":99,
4823
4915
  "min":1
4824
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
+ },
4825
4929
  "Room":{
4826
4930
  "type":"structure",
4827
4931
  "members":{
@@ -4858,6 +4962,12 @@
4858
4962
  "Member"
4859
4963
  ]
4860
4964
  },
4965
+ "RoomRetentionSettings":{
4966
+ "type":"structure",
4967
+ "members":{
4968
+ "RetentionDays":{"shape":"RetentionDays"}
4969
+ }
4970
+ },
4861
4971
  "SearchAvailablePhoneNumbersRequest":{
4862
4972
  "type":"structure",
4863
4973
  "members":{
@@ -4947,9 +5057,23 @@
4947
5057
  "required":["DataRetentionInHours"],
4948
5058
  "members":{
4949
5059
  "DataRetentionInHours":{"shape":"DataRetentionInHours"},
4950
- "Disabled":{"shape":"Boolean"}
5060
+ "Disabled":{"shape":"Boolean"},
5061
+ "StreamingNotificationTargets":{"shape":"StreamingNotificationTargetList"}
5062
+ }
5063
+ },
5064
+ "StreamingNotificationTarget":{
5065
+ "type":"structure",
5066
+ "required":["NotificationTarget"],
5067
+ "members":{
5068
+ "NotificationTarget":{"shape":"NotificationTarget"}
4951
5069
  }
4952
5070
  },
5071
+ "StreamingNotificationTargetList":{
5072
+ "type":"list",
5073
+ "member":{"shape":"StreamingNotificationTarget"},
5074
+ "max":3,
5075
+ "min":1
5076
+ },
4953
5077
  "String":{"type":"string"},
4954
5078
  "String128":{
4955
5079
  "type":"string",