aws-sdk-core 2.11.336 → 2.11.342

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b3eea8146ef0731551fb52fc30e47c7320627a4
4
- data.tar.gz: 9e52dac56bcecd3bc4d5d5e5c1c1d0cd2d6c5189
3
+ metadata.gz: e01822261bf236a35b1271817f850463ed2c8540
4
+ data.tar.gz: d0dc2076a617b149f6f9ce360bc3650c038bb827
5
5
  SHA512:
6
- metadata.gz: 4cf43aaf664c3ee60e44276e095517351f2e292127cd90773c69ea41d05d3dfbed67bd2e2d5b9c85aad91b6103cb49b7a6bc4d42e371417296e3a1573edc859e
7
- data.tar.gz: 02e7125a5b80b912e4210b0826626b4a7d55e8ab9d676ab5cf77c6aa1b1b53bc10e02b765427ce59e8c997190bfd5be90a6af9ea12a27c582d612875580b1093
6
+ metadata.gz: 3bab58e3e9cc9c7854e6faca2118eb8d6a0b40942702979fd05cc510d0b3d59d04f19f97005fac804d6350836ed124c01394ed63381f0c85fa24b1be13ec7001
7
+ data.tar.gz: 18c57f4768e68e5e9056fb381dfac30a829c5df82212f6d40f5513264cfb3a3c1a60093d0bb1d08d96da18452949809f912f21e6322f39ab326de32fbaa380e8
@@ -1711,6 +1711,7 @@
1711
1711
  "DistanceUnit":{"shape":"DistanceUnit"},
1712
1712
  "TemperatureUnit":{"shape":"TemperatureUnit"},
1713
1713
  "WakeWord":{"shape":"WakeWord"},
1714
+ "Locale":{"shape":"DeviceLocale"},
1714
1715
  "ClientRequestToken":{
1715
1716
  "shape":"ClientRequestToken",
1716
1717
  "idempotencyToken":true
@@ -2044,6 +2045,11 @@
2044
2045
  ]
2045
2046
  },
2046
2047
  "DeviceEventValue":{"type":"string"},
2048
+ "DeviceLocale":{
2049
+ "type":"string",
2050
+ "max":256,
2051
+ "min":1
2052
+ },
2047
2053
  "DeviceName":{
2048
2054
  "type":"string",
2049
2055
  "max":100,
@@ -2204,7 +2210,7 @@
2204
2210
  "type":"string",
2205
2211
  "max":128,
2206
2212
  "min":1,
2207
- "pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})"
2213
+ "pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})"
2208
2214
  },
2209
2215
  "EnablementType":{
2210
2216
  "type":"string",
@@ -2948,6 +2954,7 @@
2948
2954
  "DistanceUnit":{"shape":"DistanceUnit"},
2949
2955
  "TemperatureUnit":{"shape":"TemperatureUnit"},
2950
2956
  "WakeWord":{"shape":"WakeWord"},
2957
+ "Locale":{"shape":"DeviceLocale"},
2951
2958
  "SetupModeDisabled":{"shape":"Boolean"},
2952
2959
  "MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
2953
2960
  "PSTNEnabled":{"shape":"Boolean"},
@@ -2964,7 +2971,8 @@
2964
2971
  "Timezone":{"shape":"Timezone"},
2965
2972
  "DistanceUnit":{"shape":"DistanceUnit"},
2966
2973
  "TemperatureUnit":{"shape":"TemperatureUnit"},
2967
- "WakeWord":{"shape":"WakeWord"}
2974
+ "WakeWord":{"shape":"WakeWord"},
2975
+ "Locale":{"shape":"DeviceLocale"}
2968
2976
  }
2969
2977
  },
2970
2978
  "ProfileDataList":{
@@ -3894,6 +3902,7 @@
3894
3902
  "DistanceUnit":{"shape":"DistanceUnit"},
3895
3903
  "TemperatureUnit":{"shape":"TemperatureUnit"},
3896
3904
  "WakeWord":{"shape":"WakeWord"},
3905
+ "Locale":{"shape":"DeviceLocale"},
3897
3906
  "SetupModeDisabled":{"shape":"Boolean"},
3898
3907
  "MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
3899
3908
  "PSTNEnabled":{"shape":"Boolean"}
@@ -521,7 +521,8 @@
521
521
  {"shape":"OperationNotPermittedException"},
522
522
  {"shape":"LimitExceededException"},
523
523
  {"shape":"InvalidAccountStatusException"},
524
- {"shape":"ConcurrentModificationException"}
524
+ {"shape":"ConcurrentModificationException"},
525
+ {"shape":"ResourceNotAvailableException"}
525
526
  ]
526
527
  },
527
528
  "StartImageBuilder":{
@@ -664,6 +665,24 @@
664
665
  }
665
666
  },
666
667
  "shapes":{
668
+ "AccessEndpoint":{
669
+ "type":"structure",
670
+ "required":["EndpointType"],
671
+ "members":{
672
+ "EndpointType":{"shape":"AccessEndpointType"},
673
+ "VpceId":{"shape":"String"}
674
+ }
675
+ },
676
+ "AccessEndpointList":{
677
+ "type":"list",
678
+ "member":{"shape":"AccessEndpoint"},
679
+ "max":4,
680
+ "min":1
681
+ },
682
+ "AccessEndpointType":{
683
+ "type":"string",
684
+ "enum":["STREAMING"]
685
+ },
667
686
  "AccountName":{
668
687
  "type":"string",
669
688
  "min":1,
@@ -903,7 +922,8 @@
903
922
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
904
923
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
905
924
  "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
906
- "Tags":{"shape":"Tags"}
925
+ "Tags":{"shape":"Tags"},
926
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
907
927
  }
908
928
  },
909
929
  "CreateImageBuilderResult":{
@@ -939,7 +959,8 @@
939
959
  "FeedbackURL":{"shape":"FeedbackURL"},
940
960
  "UserSettings":{"shape":"UserSettingList"},
941
961
  "ApplicationSettings":{"shape":"ApplicationSettings"},
942
- "Tags":{"shape":"Tags"}
962
+ "Tags":{"shape":"Tags"},
963
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
943
964
  }
944
965
  },
945
966
  "CreateStackResult":{
@@ -1440,6 +1461,7 @@
1440
1461
  "NETWORK_INTERFACE_LIMIT_EXCEEDED",
1441
1462
  "INTERNAL_SERVICE_ERROR",
1442
1463
  "IAM_SERVICE_ROLE_IS_MISSING",
1464
+ "STS_DISABLED_IN_REGION",
1443
1465
  "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
1444
1466
  "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
1445
1467
  "SUBNET_NOT_FOUND",
@@ -1527,7 +1549,8 @@
1527
1549
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
1528
1550
  "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
1529
1551
  "ImageBuilderErrors":{"shape":"ResourceErrors"},
1530
- "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1552
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
1553
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
1531
1554
  }
1532
1555
  },
1533
1556
  "ImageBuilderList":{
@@ -1891,7 +1914,8 @@
1891
1914
  "FeedbackURL":{"shape":"FeedbackURL"},
1892
1915
  "StackErrors":{"shape":"StackErrors"},
1893
1916
  "UserSettings":{"shape":"UserSettingList"},
1894
- "ApplicationSettings":{"shape":"ApplicationSettingsResponse"}
1917
+ "ApplicationSettings":{"shape":"ApplicationSettingsResponse"},
1918
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
1895
1919
  }
1896
1920
  },
1897
1921
  "StackAttribute":{
@@ -1904,7 +1928,8 @@
1904
1928
  "REDIRECT_URL",
1905
1929
  "FEEDBACK_URL",
1906
1930
  "THEME_NAME",
1907
- "USER_SETTINGS"
1931
+ "USER_SETTINGS",
1932
+ "ACCESS_ENDPOINTS"
1908
1933
  ]
1909
1934
  },
1910
1935
  "StackAttributes":{
@@ -2159,7 +2184,8 @@
2159
2184
  "FeedbackURL":{"shape":"FeedbackURL"},
2160
2185
  "AttributesToDelete":{"shape":"StackAttributes"},
2161
2186
  "UserSettings":{"shape":"UserSettingList"},
2162
- "ApplicationSettings":{"shape":"ApplicationSettings"}
2187
+ "ApplicationSettings":{"shape":"ApplicationSettings"},
2188
+ "AccessEndpoints":{"shape":"AccessEndpointList"}
2163
2189
  }
2164
2190
  },
2165
2191
  "UpdateStackResult":{
@@ -79,6 +79,19 @@
79
79
  {"shape":"InternalException"}
80
80
  ]
81
81
  },
82
+ "CreateLocationSmb":{
83
+ "name":"CreateLocationSmb",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/"
87
+ },
88
+ "input":{"shape":"CreateLocationSmbRequest"},
89
+ "output":{"shape":"CreateLocationSmbResponse"},
90
+ "errors":[
91
+ {"shape":"InvalidRequestException"},
92
+ {"shape":"InternalException"}
93
+ ]
94
+ },
82
95
  "CreateTask":{
83
96
  "name":"CreateTask",
84
97
  "http":{
@@ -183,6 +196,19 @@
183
196
  {"shape":"InternalException"}
184
197
  ]
185
198
  },
199
+ "DescribeLocationSmb":{
200
+ "name":"DescribeLocationSmb",
201
+ "http":{
202
+ "method":"POST",
203
+ "requestUri":"/"
204
+ },
205
+ "input":{"shape":"DescribeLocationSmbRequest"},
206
+ "output":{"shape":"DescribeLocationSmbResponse"},
207
+ "errors":[
208
+ {"shape":"InvalidRequestException"},
209
+ {"shape":"InternalException"}
210
+ ]
211
+ },
186
212
  "DescribeTask":{
187
213
  "name":"DescribeTask",
188
214
  "http":{
@@ -476,6 +502,32 @@
476
502
  "LocationArn":{"shape":"LocationArn"}
477
503
  }
478
504
  },
505
+ "CreateLocationSmbRequest":{
506
+ "type":"structure",
507
+ "required":[
508
+ "Subdirectory",
509
+ "ServerHostname",
510
+ "User",
511
+ "Password",
512
+ "AgentArns"
513
+ ],
514
+ "members":{
515
+ "Subdirectory":{"shape":"NonEmptySubdirectory"},
516
+ "ServerHostname":{"shape":"ServerHostname"},
517
+ "User":{"shape":"SmbUser"},
518
+ "Domain":{"shape":"SmbDomain"},
519
+ "Password":{"shape":"SmbPassword"},
520
+ "AgentArns":{"shape":"AgentArnList"},
521
+ "MountOptions":{"shape":"SmbMountOptions"},
522
+ "Tags":{"shape":"TagList"}
523
+ }
524
+ },
525
+ "CreateLocationSmbResponse":{
526
+ "type":"structure",
527
+ "members":{
528
+ "LocationArn":{"shape":"LocationArn"}
529
+ }
530
+ },
479
531
  "CreateTaskRequest":{
480
532
  "type":"structure",
481
533
  "required":[
@@ -602,6 +654,25 @@
602
654
  "CreationTime":{"shape":"Time"}
603
655
  }
604
656
  },
657
+ "DescribeLocationSmbRequest":{
658
+ "type":"structure",
659
+ "required":["LocationArn"],
660
+ "members":{
661
+ "LocationArn":{"shape":"LocationArn"}
662
+ }
663
+ },
664
+ "DescribeLocationSmbResponse":{
665
+ "type":"structure",
666
+ "members":{
667
+ "LocationArn":{"shape":"LocationArn"},
668
+ "LocationUri":{"shape":"LocationUri"},
669
+ "AgentArns":{"shape":"AgentArnList"},
670
+ "User":{"shape":"SmbUser"},
671
+ "Domain":{"shape":"SmbDomain"},
672
+ "MountOptions":{"shape":"SmbMountOptions"},
673
+ "CreationTime":{"shape":"Time"}
674
+ }
675
+ },
605
676
  "DescribeTaskExecutionRequest":{
606
677
  "type":"structure",
607
678
  "required":["TaskExecutionArn"],
@@ -851,7 +922,8 @@
851
922
  },
852
923
  "LocationUri":{
853
924
  "type":"string",
854
- "pattern":"(efs|nfs|s3)://[a-zA-Z0-9.\\-]+"
925
+ "max":4355,
926
+ "pattern":"^(efs|nfs|s3|smb)://[a-zA-Z0-9.\\-]+$"
855
927
  },
856
928
  "LogGroupArn":{
857
929
  "type":"string",
@@ -989,6 +1061,35 @@
989
1061
  "max":255,
990
1062
  "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
991
1063
  },
1064
+ "SmbDomain":{
1065
+ "type":"string",
1066
+ "max":253,
1067
+ "pattern":"^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$"
1068
+ },
1069
+ "SmbMountOptions":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Version":{"shape":"SmbVersion"}
1073
+ }
1074
+ },
1075
+ "SmbPassword":{
1076
+ "type":"string",
1077
+ "max":104,
1078
+ "pattern":"^.{0,104}$"
1079
+ },
1080
+ "SmbUser":{
1081
+ "type":"string",
1082
+ "max":104,
1083
+ "pattern":"^[^\\\\x5B\\\\x5D\\\\/:;|=,+*?]{1,104}$"
1084
+ },
1085
+ "SmbVersion":{
1086
+ "type":"string",
1087
+ "enum":[
1088
+ "AUTOMATIC",
1089
+ "SMB2",
1090
+ "SMB3"
1091
+ ]
1092
+ },
992
1093
  "SourceNetworkInterfaceArns":{
993
1094
  "type":"list",
994
1095
  "member":{"shape":"NetworkInterfaceArn"}
@@ -1331,6 +1331,15 @@
1331
1331
  "input":{"shape":"DescribeElasticGpusRequest"},
1332
1332
  "output":{"shape":"DescribeElasticGpusResult"}
1333
1333
  },
1334
+ "DescribeExportImageTasks":{
1335
+ "name":"DescribeExportImageTasks",
1336
+ "http":{
1337
+ "method":"POST",
1338
+ "requestUri":"/"
1339
+ },
1340
+ "input":{"shape":"DescribeExportImageTasksRequest"},
1341
+ "output":{"shape":"DescribeExportImageTasksResult"}
1342
+ },
1334
1343
  "DescribeExportTasks":{
1335
1344
  "name":"DescribeExportTasks",
1336
1345
  "http":{
@@ -2268,6 +2277,15 @@
2268
2277
  "input":{"shape":"ExportClientVpnClientConfigurationRequest"},
2269
2278
  "output":{"shape":"ExportClientVpnClientConfigurationResult"}
2270
2279
  },
2280
+ "ExportImage":{
2281
+ "name":"ExportImage",
2282
+ "http":{
2283
+ "method":"POST",
2284
+ "requestUri":"/"
2285
+ },
2286
+ "input":{"shape":"ExportImageRequest"},
2287
+ "output":{"shape":"ExportImageResult"}
2288
+ },
2271
2289
  "ExportTransitGatewayRoutes":{
2272
2290
  "name":"ExportTransitGatewayRoutes",
2273
2291
  "http":{
@@ -8606,6 +8624,40 @@
8606
8624
  }
8607
8625
  }
8608
8626
  },
8627
+ "DescribeExportImageTasksMaxResults":{
8628
+ "type":"integer",
8629
+ "max":500,
8630
+ "min":1
8631
+ },
8632
+ "DescribeExportImageTasksRequest":{
8633
+ "type":"structure",
8634
+ "members":{
8635
+ "DryRun":{"shape":"Boolean"},
8636
+ "Filters":{
8637
+ "shape":"FilterList",
8638
+ "locationName":"Filter"
8639
+ },
8640
+ "ExportImageTaskIds":{
8641
+ "shape":"ExportImageTaskIdList",
8642
+ "locationName":"ExportImageTaskId"
8643
+ },
8644
+ "MaxResults":{"shape":"DescribeExportImageTasksMaxResults"},
8645
+ "NextToken":{"shape":"NextToken"}
8646
+ }
8647
+ },
8648
+ "DescribeExportImageTasksResult":{
8649
+ "type":"structure",
8650
+ "members":{
8651
+ "ExportImageTasks":{
8652
+ "shape":"ExportImageTaskList",
8653
+ "locationName":"exportImageTaskSet"
8654
+ },
8655
+ "NextToken":{
8656
+ "shape":"NextToken",
8657
+ "locationName":"nextToken"
8658
+ }
8659
+ }
8660
+ },
8609
8661
  "DescribeExportTasksRequest":{
8610
8662
  "type":"structure",
8611
8663
  "members":{
@@ -12178,6 +12230,114 @@
12178
12230
  "microsoft"
12179
12231
  ]
12180
12232
  },
12233
+ "ExportImageRequest":{
12234
+ "type":"structure",
12235
+ "required":[
12236
+ "DiskImageFormat",
12237
+ "ImageId",
12238
+ "S3ExportLocation"
12239
+ ],
12240
+ "members":{
12241
+ "ClientToken":{
12242
+ "shape":"String",
12243
+ "idempotencyToken":true
12244
+ },
12245
+ "Description":{"shape":"String"},
12246
+ "DiskImageFormat":{"shape":"DiskImageFormat"},
12247
+ "DryRun":{"shape":"Boolean"},
12248
+ "ImageId":{"shape":"String"},
12249
+ "S3ExportLocation":{"shape":"ExportTaskS3LocationRequest"},
12250
+ "RoleName":{"shape":"String"}
12251
+ }
12252
+ },
12253
+ "ExportImageResult":{
12254
+ "type":"structure",
12255
+ "members":{
12256
+ "Description":{
12257
+ "shape":"String",
12258
+ "locationName":"description"
12259
+ },
12260
+ "DiskImageFormat":{
12261
+ "shape":"DiskImageFormat",
12262
+ "locationName":"diskImageFormat"
12263
+ },
12264
+ "ExportImageTaskId":{
12265
+ "shape":"String",
12266
+ "locationName":"exportImageTaskId"
12267
+ },
12268
+ "ImageId":{
12269
+ "shape":"String",
12270
+ "locationName":"imageId"
12271
+ },
12272
+ "RoleName":{
12273
+ "shape":"String",
12274
+ "locationName":"roleName"
12275
+ },
12276
+ "Progress":{
12277
+ "shape":"String",
12278
+ "locationName":"progress"
12279
+ },
12280
+ "S3ExportLocation":{
12281
+ "shape":"ExportTaskS3Location",
12282
+ "locationName":"s3ExportLocation"
12283
+ },
12284
+ "Status":{
12285
+ "shape":"String",
12286
+ "locationName":"status"
12287
+ },
12288
+ "StatusMessage":{
12289
+ "shape":"String",
12290
+ "locationName":"statusMessage"
12291
+ }
12292
+ }
12293
+ },
12294
+ "ExportImageTask":{
12295
+ "type":"structure",
12296
+ "members":{
12297
+ "Description":{
12298
+ "shape":"String",
12299
+ "locationName":"description"
12300
+ },
12301
+ "ExportImageTaskId":{
12302
+ "shape":"String",
12303
+ "locationName":"exportImageTaskId"
12304
+ },
12305
+ "ImageId":{
12306
+ "shape":"String",
12307
+ "locationName":"imageId"
12308
+ },
12309
+ "Progress":{
12310
+ "shape":"String",
12311
+ "locationName":"progress"
12312
+ },
12313
+ "S3ExportLocation":{
12314
+ "shape":"ExportTaskS3Location",
12315
+ "locationName":"s3ExportLocation"
12316
+ },
12317
+ "Status":{
12318
+ "shape":"String",
12319
+ "locationName":"status"
12320
+ },
12321
+ "StatusMessage":{
12322
+ "shape":"String",
12323
+ "locationName":"statusMessage"
12324
+ }
12325
+ }
12326
+ },
12327
+ "ExportImageTaskIdList":{
12328
+ "type":"list",
12329
+ "member":{
12330
+ "shape":"String",
12331
+ "locationName":"ExportImageTaskId"
12332
+ }
12333
+ },
12334
+ "ExportImageTaskList":{
12335
+ "type":"list",
12336
+ "member":{
12337
+ "shape":"ExportImageTask",
12338
+ "locationName":"item"
12339
+ }
12340
+ },
12181
12341
  "ExportTask":{
12182
12342
  "type":"structure",
12183
12343
  "members":{
@@ -12221,6 +12381,27 @@
12221
12381
  "locationName":"item"
12222
12382
  }
12223
12383
  },
12384
+ "ExportTaskS3Location":{
12385
+ "type":"structure",
12386
+ "members":{
12387
+ "S3Bucket":{
12388
+ "shape":"String",
12389
+ "locationName":"s3Bucket"
12390
+ },
12391
+ "S3Prefix":{
12392
+ "shape":"String",
12393
+ "locationName":"s3Prefix"
12394
+ }
12395
+ }
12396
+ },
12397
+ "ExportTaskS3LocationRequest":{
12398
+ "type":"structure",
12399
+ "required":["S3Bucket"],
12400
+ "members":{
12401
+ "S3Bucket":{"shape":"String"},
12402
+ "S3Prefix":{"shape":"String"}
12403
+ }
12404
+ },
12224
12405
  "ExportTaskState":{
12225
12406
  "type":"string",
12226
12407
  "enum":[