aws-sdk-core 2.11.399 → 2.11.400

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
  SHA1:
3
- metadata.gz: 6973a690a35ecc9b14dacfe0ee07314705020d0a
4
- data.tar.gz: 794ebc5769a4148645f563bb8cb6ce5a6075758b
3
+ metadata.gz: c40673bd31cefa0c86fa71cb56a89f23888e1bfa
4
+ data.tar.gz: e70b4b186ca245846519bef664b365334c26ec8e
5
5
  SHA512:
6
- metadata.gz: b7ec6fe03e33cb7793ce821d446084833afe715a046956ffd0c05a917e23e4599674adc2e363ffa354bedca8c938d7dd2db011215bb36a8803e5b8fafa99fdaa
7
- data.tar.gz: dbf4d7818f2d91a18d9031808284792c68ec76b5e103c5aca78077e1bece4a3bcb24d04bee60fff7c107464a9c6fd0f37477e73663bff939fa07a027622a9e5e
6
+ metadata.gz: 7be1062d2b48c41d285b611b3f87c900ad61082490207d4280d8bd04cff720636f71f8bb0a6aa49ce9f9986660bdb1dc5d6bcab93548a3bed5a4c17e7d24818c
7
+ data.tar.gz: 809b5d5750e519ff7d773a5d14abf3e5c959f02de170128d47b6a20943288d7c0002615cabc942d029d2a7482a59e48f973d1319c46812eff43f57db0d355b96
@@ -1192,6 +1192,7 @@
1192
1192
  "CurrencyCode":{"shape":"GenericString"},
1193
1193
  "EstimatedSPCost":{"shape":"GenericString"},
1194
1194
  "EstimatedOnDemandCost":{"shape":"GenericString"},
1195
+ "EstimatedOnDemandCostWithCurrentCommitment":{"shape":"GenericString"},
1195
1196
  "EstimatedSavingsAmount":{"shape":"GenericString"},
1196
1197
  "EstimatedSavingsPercentage":{"shape":"GenericString"},
1197
1198
  "HourlyCommitmentToPurchase":{"shape":"GenericString"},
@@ -1225,7 +1226,8 @@
1225
1226
  "DailyCommitmentToPurchase":{"shape":"GenericString"},
1226
1227
  "HourlyCommitmentToPurchase":{"shape":"GenericString"},
1227
1228
  "EstimatedSavingsPercentage":{"shape":"GenericString"},
1228
- "EstimatedMonthlySavingsAmount":{"shape":"GenericString"}
1229
+ "EstimatedMonthlySavingsAmount":{"shape":"GenericString"},
1230
+ "EstimatedOnDemandCostWithCurrentCommitment":{"shape":"GenericString"}
1229
1231
  }
1230
1232
  },
1231
1233
  "SavingsPlansSavings":{
@@ -170,6 +170,23 @@
170
170
  {"shape":"OperationInProgressException"}
171
171
  ]
172
172
  },
173
+ "DeregisterType":{
174
+ "name":"DeregisterType",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"DeregisterTypeInput"},
180
+ "output":{
181
+ "shape":"DeregisterTypeOutput",
182
+ "resultWrapper":"DeregisterTypeResult"
183
+ },
184
+ "errors":[
185
+ {"shape":"CFNRegistryException"},
186
+ {"shape":"TypeNotFoundException"}
187
+ ],
188
+ "idempotent":true
189
+ },
173
190
  "DescribeAccountLimits":{
174
191
  "name":"DescribeAccountLimits",
175
192
  "http":{
@@ -316,6 +333,39 @@
316
333
  "resultWrapper":"DescribeStacksResult"
317
334
  }
318
335
  },
336
+ "DescribeType":{
337
+ "name":"DescribeType",
338
+ "http":{
339
+ "method":"POST",
340
+ "requestUri":"/"
341
+ },
342
+ "input":{"shape":"DescribeTypeInput"},
343
+ "output":{
344
+ "shape":"DescribeTypeOutput",
345
+ "resultWrapper":"DescribeTypeResult"
346
+ },
347
+ "errors":[
348
+ {"shape":"CFNRegistryException"},
349
+ {"shape":"TypeNotFoundException"}
350
+ ],
351
+ "idempotent":true
352
+ },
353
+ "DescribeTypeRegistration":{
354
+ "name":"DescribeTypeRegistration",
355
+ "http":{
356
+ "method":"POST",
357
+ "requestUri":"/"
358
+ },
359
+ "input":{"shape":"DescribeTypeRegistrationInput"},
360
+ "output":{
361
+ "shape":"DescribeTypeRegistrationOutput",
362
+ "resultWrapper":"DescribeTypeRegistrationResult"
363
+ },
364
+ "errors":[
365
+ {"shape":"CFNRegistryException"}
366
+ ],
367
+ "idempotent":true
368
+ },
319
369
  "DetectStackDrift":{
320
370
  "name":"DetectStackDrift",
321
371
  "http":{
@@ -530,6 +580,87 @@
530
580
  "resultWrapper":"ListStacksResult"
531
581
  }
532
582
  },
583
+ "ListTypeRegistrations":{
584
+ "name":"ListTypeRegistrations",
585
+ "http":{
586
+ "method":"POST",
587
+ "requestUri":"/"
588
+ },
589
+ "input":{"shape":"ListTypeRegistrationsInput"},
590
+ "output":{
591
+ "shape":"ListTypeRegistrationsOutput",
592
+ "resultWrapper":"ListTypeRegistrationsResult"
593
+ },
594
+ "errors":[
595
+ {"shape":"CFNRegistryException"}
596
+ ],
597
+ "idempotent":true
598
+ },
599
+ "ListTypeVersions":{
600
+ "name":"ListTypeVersions",
601
+ "http":{
602
+ "method":"POST",
603
+ "requestUri":"/"
604
+ },
605
+ "input":{"shape":"ListTypeVersionsInput"},
606
+ "output":{
607
+ "shape":"ListTypeVersionsOutput",
608
+ "resultWrapper":"ListTypeVersionsResult"
609
+ },
610
+ "errors":[
611
+ {"shape":"CFNRegistryException"}
612
+ ],
613
+ "idempotent":true
614
+ },
615
+ "ListTypes":{
616
+ "name":"ListTypes",
617
+ "http":{
618
+ "method":"POST",
619
+ "requestUri":"/"
620
+ },
621
+ "input":{"shape":"ListTypesInput"},
622
+ "output":{
623
+ "shape":"ListTypesOutput",
624
+ "resultWrapper":"ListTypesResult"
625
+ },
626
+ "errors":[
627
+ {"shape":"CFNRegistryException"}
628
+ ],
629
+ "idempotent":true
630
+ },
631
+ "RecordHandlerProgress":{
632
+ "name":"RecordHandlerProgress",
633
+ "http":{
634
+ "method":"POST",
635
+ "requestUri":"/"
636
+ },
637
+ "input":{"shape":"RecordHandlerProgressInput"},
638
+ "output":{
639
+ "shape":"RecordHandlerProgressOutput",
640
+ "resultWrapper":"RecordHandlerProgressResult"
641
+ },
642
+ "errors":[
643
+ {"shape":"InvalidStateTransitionException"},
644
+ {"shape":"OperationStatusCheckFailedException"}
645
+ ],
646
+ "idempotent":true
647
+ },
648
+ "RegisterType":{
649
+ "name":"RegisterType",
650
+ "http":{
651
+ "method":"POST",
652
+ "requestUri":"/"
653
+ },
654
+ "input":{"shape":"RegisterTypeInput"},
655
+ "output":{
656
+ "shape":"RegisterTypeOutput",
657
+ "resultWrapper":"RegisterTypeResult"
658
+ },
659
+ "errors":[
660
+ {"shape":"CFNRegistryException"}
661
+ ],
662
+ "idempotent":true
663
+ },
533
664
  "SetStackPolicy":{
534
665
  "name":"SetStackPolicy",
535
666
  "http":{
@@ -538,6 +669,23 @@
538
669
  },
539
670
  "input":{"shape":"SetStackPolicyInput"}
540
671
  },
672
+ "SetTypeDefaultVersion":{
673
+ "name":"SetTypeDefaultVersion",
674
+ "http":{
675
+ "method":"POST",
676
+ "requestUri":"/"
677
+ },
678
+ "input":{"shape":"SetTypeDefaultVersionInput"},
679
+ "output":{
680
+ "shape":"SetTypeDefaultVersionOutput",
681
+ "resultWrapper":"SetTypeDefaultVersionResult"
682
+ },
683
+ "errors":[
684
+ {"shape":"CFNRegistryException"},
685
+ {"shape":"TypeNotFoundException"}
686
+ ],
687
+ "idempotent":true
688
+ },
541
689
  "SignalResource":{
542
690
  "name":"SignalResource",
543
691
  "http":{
@@ -707,6 +855,18 @@
707
855
  "max":100,
708
856
  "min":1
709
857
  },
858
+ "CFNRegistryException":{
859
+ "type":"structure",
860
+ "members":{
861
+ "Message":{"shape":"ErrorMessage"}
862
+ },
863
+ "error":{
864
+ "code":"CFNRegistryException",
865
+ "httpStatusCode":400,
866
+ "senderFault":true
867
+ },
868
+ "exception":true
869
+ },
710
870
  "CancelUpdateStackInput":{
711
871
  "type":"structure",
712
872
  "required":["StackName"],
@@ -1039,6 +1199,27 @@
1039
1199
  }
1040
1200
  },
1041
1201
  "DeletionTime":{"type":"timestamp"},
1202
+ "DeprecatedStatus":{
1203
+ "type":"string",
1204
+ "enum":[
1205
+ "LIVE",
1206
+ "DEPRECATED"
1207
+ ]
1208
+ },
1209
+ "DeregisterTypeInput":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "Arn":{"shape":"PrivateTypeArn"},
1213
+ "Type":{"shape":"RegistryType"},
1214
+ "TypeName":{"shape":"TypeName"},
1215
+ "VersionId":{"shape":"TypeVersionId"}
1216
+ }
1217
+ },
1218
+ "DeregisterTypeOutput":{
1219
+ "type":"structure",
1220
+ "members":{
1221
+ }
1222
+ },
1042
1223
  "DescribeAccountLimitsInput":{
1043
1224
  "type":"structure",
1044
1225
  "members":{
@@ -1233,6 +1414,51 @@
1233
1414
  "NextToken":{"shape":"NextToken"}
1234
1415
  }
1235
1416
  },
1417
+ "DescribeTypeInput":{
1418
+ "type":"structure",
1419
+ "members":{
1420
+ "Type":{"shape":"RegistryType"},
1421
+ "TypeName":{"shape":"TypeName"},
1422
+ "Arn":{"shape":"TypeArn"},
1423
+ "VersionId":{"shape":"TypeVersionId"}
1424
+ }
1425
+ },
1426
+ "DescribeTypeOutput":{
1427
+ "type":"structure",
1428
+ "members":{
1429
+ "Arn":{"shape":"TypeArn"},
1430
+ "Type":{"shape":"RegistryType"},
1431
+ "TypeName":{"shape":"TypeName"},
1432
+ "DefaultVersionId":{"shape":"TypeVersionId"},
1433
+ "Description":{"shape":"Description"},
1434
+ "Schema":{"shape":"TypeSchema"},
1435
+ "ProvisioningType":{"shape":"ProvisioningType"},
1436
+ "DeprecatedStatus":{"shape":"DeprecatedStatus"},
1437
+ "LoggingConfig":{"shape":"LoggingConfig"},
1438
+ "ExecutionRoleArn":{"shape":"RoleArn"},
1439
+ "Visibility":{"shape":"Visibility"},
1440
+ "SourceUrl":{"shape":"OptionalSecureUrl"},
1441
+ "DocumentationUrl":{"shape":"OptionalSecureUrl"},
1442
+ "LastUpdated":{"shape":"Timestamp"},
1443
+ "TimeCreated":{"shape":"Timestamp"}
1444
+ }
1445
+ },
1446
+ "DescribeTypeRegistrationInput":{
1447
+ "type":"structure",
1448
+ "required":["RegistrationToken"],
1449
+ "members":{
1450
+ "RegistrationToken":{"shape":"RegistrationToken"}
1451
+ }
1452
+ },
1453
+ "DescribeTypeRegistrationOutput":{
1454
+ "type":"structure",
1455
+ "members":{
1456
+ "ProgressStatus":{"shape":"RegistrationStatus"},
1457
+ "Description":{"shape":"Description"},
1458
+ "TypeArn":{"shape":"TypeArn"},
1459
+ "TypeVersionArn":{"shape":"TypeArn"}
1460
+ }
1461
+ },
1236
1462
  "Description":{
1237
1463
  "type":"string",
1238
1464
  "max":1024,
@@ -1281,6 +1507,11 @@
1281
1507
  },
1282
1508
  "DisableRollback":{"type":"boolean"},
1283
1509
  "EnableTerminationProtection":{"type":"boolean"},
1510
+ "ErrorMessage":{
1511
+ "type":"string",
1512
+ "max":255,
1513
+ "min":1
1514
+ },
1284
1515
  "EstimateTemplateCostInput":{
1285
1516
  "type":"structure",
1286
1517
  "members":{
@@ -1408,6 +1639,25 @@
1408
1639
  "ResourceIdentifierSummaries":{"shape":"ResourceIdentifierSummaries"}
1409
1640
  }
1410
1641
  },
1642
+ "HandlerErrorCode":{
1643
+ "type":"string",
1644
+ "enum":[
1645
+ "NotUpdatable",
1646
+ "InvalidRequest",
1647
+ "AccessDenied",
1648
+ "InvalidCredentials",
1649
+ "AlreadyExists",
1650
+ "NotFound",
1651
+ "ResourceConflict",
1652
+ "Throttling",
1653
+ "ServiceLimitExceeded",
1654
+ "NotStabilized",
1655
+ "GeneralServiceException",
1656
+ "ServiceInternalError",
1657
+ "NetworkFailure",
1658
+ "InternalFailure"
1659
+ ]
1660
+ },
1411
1661
  "Imports":{
1412
1662
  "type":"list",
1413
1663
  "member":{"shape":"StackName"}
@@ -1445,6 +1695,17 @@
1445
1695
  },
1446
1696
  "exception":true
1447
1697
  },
1698
+ "InvalidStateTransitionException":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ },
1702
+ "error":{
1703
+ "code":"InvalidStateTransition",
1704
+ "httpStatusCode":400,
1705
+ "senderFault":true
1706
+ },
1707
+ "exception":true
1708
+ },
1448
1709
  "Key":{"type":"string"},
1449
1710
  "LastUpdatedTime":{"type":"timestamp"},
1450
1711
  "LimitExceededException":{
@@ -1601,6 +1862,76 @@
1601
1862
  "NextToken":{"shape":"NextToken"}
1602
1863
  }
1603
1864
  },
1865
+ "ListTypeRegistrationsInput":{
1866
+ "type":"structure",
1867
+ "members":{
1868
+ "Type":{"shape":"RegistryType"},
1869
+ "TypeName":{"shape":"TypeName"},
1870
+ "TypeArn":{"shape":"TypeArn"},
1871
+ "RegistrationStatusFilter":{"shape":"RegistrationStatus"},
1872
+ "MaxResults":{"shape":"MaxResults"},
1873
+ "NextToken":{"shape":"NextToken"}
1874
+ }
1875
+ },
1876
+ "ListTypeRegistrationsOutput":{
1877
+ "type":"structure",
1878
+ "members":{
1879
+ "RegistrationTokenList":{"shape":"RegistrationTokenList"},
1880
+ "NextToken":{"shape":"NextToken"}
1881
+ }
1882
+ },
1883
+ "ListTypeVersionsInput":{
1884
+ "type":"structure",
1885
+ "members":{
1886
+ "Type":{"shape":"RegistryType"},
1887
+ "TypeName":{"shape":"TypeName"},
1888
+ "Arn":{"shape":"PrivateTypeArn"},
1889
+ "MaxResults":{"shape":"MaxResults"},
1890
+ "NextToken":{"shape":"NextToken"},
1891
+ "DeprecatedStatus":{"shape":"DeprecatedStatus"}
1892
+ }
1893
+ },
1894
+ "ListTypeVersionsOutput":{
1895
+ "type":"structure",
1896
+ "members":{
1897
+ "TypeVersionSummaries":{"shape":"TypeVersionSummaries"},
1898
+ "NextToken":{"shape":"NextToken"}
1899
+ }
1900
+ },
1901
+ "ListTypesInput":{
1902
+ "type":"structure",
1903
+ "members":{
1904
+ "Visibility":{"shape":"Visibility"},
1905
+ "ProvisioningType":{"shape":"ProvisioningType"},
1906
+ "DeprecatedStatus":{"shape":"DeprecatedStatus"},
1907
+ "MaxResults":{"shape":"MaxResults"},
1908
+ "NextToken":{"shape":"NextToken"}
1909
+ }
1910
+ },
1911
+ "ListTypesOutput":{
1912
+ "type":"structure",
1913
+ "members":{
1914
+ "TypeSummaries":{"shape":"TypeSummaries"},
1915
+ "NextToken":{"shape":"NextToken"}
1916
+ }
1917
+ },
1918
+ "LogGroupName":{
1919
+ "type":"string",
1920
+ "max":512,
1921
+ "min":1,
1922
+ "pattern":"[\\.\\-_/#A-Za-z0-9]+"
1923
+ },
1924
+ "LoggingConfig":{
1925
+ "type":"structure",
1926
+ "required":[
1927
+ "LogRoleArn",
1928
+ "LogGroupName"
1929
+ ],
1930
+ "members":{
1931
+ "LogRoleArn":{"shape":"RoleArn"},
1932
+ "LogGroupName":{"shape":"LogGroupName"}
1933
+ }
1934
+ },
1604
1935
  "LogicalResourceId":{"type":"string"},
1605
1936
  "LogicalResourceIds":{
1606
1937
  "type":"list",
@@ -1692,6 +2023,30 @@
1692
2023
  },
1693
2024
  "exception":true
1694
2025
  },
2026
+ "OperationStatus":{
2027
+ "type":"string",
2028
+ "enum":[
2029
+ "PENDING",
2030
+ "IN_PROGRESS",
2031
+ "SUCCESS",
2032
+ "FAILED"
2033
+ ]
2034
+ },
2035
+ "OperationStatusCheckFailedException":{
2036
+ "type":"structure",
2037
+ "members":{
2038
+ },
2039
+ "error":{
2040
+ "code":"ConditionalCheckFailed",
2041
+ "httpStatusCode":400,
2042
+ "senderFault":true
2043
+ },
2044
+ "exception":true
2045
+ },
2046
+ "OptionalSecureUrl":{
2047
+ "type":"string",
2048
+ "max":4096
2049
+ },
1695
2050
  "Output":{
1696
2051
  "type":"structure",
1697
2052
  "members":{
@@ -1761,6 +2116,11 @@
1761
2116
  "Value":{"shape":"Value"}
1762
2117
  }
1763
2118
  },
2119
+ "PrivateTypeArn":{
2120
+ "type":"string",
2121
+ "max":1024,
2122
+ "pattern":"arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:[0-9]{12}:type/.+"
2123
+ },
1764
2124
  "Properties":{"type":"string"},
1765
2125
  "PropertyDifference":{
1766
2126
  "type":"structure",
@@ -1784,12 +2144,84 @@
1784
2144
  "PropertyName":{"type":"string"},
1785
2145
  "PropertyPath":{"type":"string"},
1786
2146
  "PropertyValue":{"type":"string"},
2147
+ "ProvisioningType":{
2148
+ "type":"string",
2149
+ "enum":[
2150
+ "NON_PROVISIONABLE",
2151
+ "IMMUTABLE",
2152
+ "FULLY_MUTABLE"
2153
+ ]
2154
+ },
1787
2155
  "Reason":{"type":"string"},
2156
+ "RecordHandlerProgressInput":{
2157
+ "type":"structure",
2158
+ "required":[
2159
+ "BearerToken",
2160
+ "OperationStatus"
2161
+ ],
2162
+ "members":{
2163
+ "BearerToken":{"shape":"ClientToken"},
2164
+ "OperationStatus":{"shape":"OperationStatus"},
2165
+ "CurrentOperationStatus":{"shape":"OperationStatus"},
2166
+ "StatusMessage":{"shape":"StatusMessage"},
2167
+ "ErrorCode":{"shape":"HandlerErrorCode"},
2168
+ "ResourceModel":{"shape":"ResourceModel"},
2169
+ "ClientRequestToken":{"shape":"ClientRequestToken"}
2170
+ }
2171
+ },
2172
+ "RecordHandlerProgressOutput":{
2173
+ "type":"structure",
2174
+ "members":{
2175
+ }
2176
+ },
1788
2177
  "Region":{"type":"string"},
1789
2178
  "RegionList":{
1790
2179
  "type":"list",
1791
2180
  "member":{"shape":"Region"}
1792
2181
  },
2182
+ "RegisterTypeInput":{
2183
+ "type":"structure",
2184
+ "required":[
2185
+ "TypeName",
2186
+ "SchemaHandlerPackage"
2187
+ ],
2188
+ "members":{
2189
+ "Type":{"shape":"RegistryType"},
2190
+ "TypeName":{"shape":"TypeName"},
2191
+ "SchemaHandlerPackage":{"shape":"S3Url"},
2192
+ "LoggingConfig":{"shape":"LoggingConfig"},
2193
+ "ExecutionRoleArn":{"shape":"RoleArn"},
2194
+ "ClientRequestToken":{"shape":"RequestToken"}
2195
+ }
2196
+ },
2197
+ "RegisterTypeOutput":{
2198
+ "type":"structure",
2199
+ "members":{
2200
+ "RegistrationToken":{"shape":"RegistrationToken"}
2201
+ }
2202
+ },
2203
+ "RegistrationStatus":{
2204
+ "type":"string",
2205
+ "enum":[
2206
+ "COMPLETE",
2207
+ "IN_PROGRESS",
2208
+ "FAILED"
2209
+ ]
2210
+ },
2211
+ "RegistrationToken":{
2212
+ "type":"string",
2213
+ "max":128,
2214
+ "min":1,
2215
+ "pattern":"[a-zA-Z0-9][-a-zA-Z0-9]*"
2216
+ },
2217
+ "RegistrationTokenList":{
2218
+ "type":"list",
2219
+ "member":{"shape":"RegistrationToken"}
2220
+ },
2221
+ "RegistryType":{
2222
+ "type":"string",
2223
+ "enum":["RESOURCE"]
2224
+ },
1793
2225
  "Replacement":{
1794
2226
  "type":"string",
1795
2227
  "enum":[
@@ -1798,6 +2230,12 @@
1798
2230
  "Conditional"
1799
2231
  ]
1800
2232
  },
2233
+ "RequestToken":{
2234
+ "type":"string",
2235
+ "max":128,
2236
+ "min":1,
2237
+ "pattern":"[a-zA-Z0-9][-a-zA-Z0-9]*"
2238
+ },
1801
2239
  "RequiresRecreation":{
1802
2240
  "type":"string",
1803
2241
  "enum":[
@@ -1875,6 +2313,11 @@
1875
2313
  "type":"list",
1876
2314
  "member":{"shape":"ResourceIdentifierPropertyKey"}
1877
2315
  },
2316
+ "ResourceModel":{
2317
+ "type":"string",
2318
+ "max":16384,
2319
+ "min":1
2320
+ },
1878
2321
  "ResourceProperties":{"type":"string"},
1879
2322
  "ResourceSignalStatus":{
1880
2323
  "type":"string",
@@ -1964,6 +2407,12 @@
1964
2407
  "max":2048,
1965
2408
  "min":20
1966
2409
  },
2410
+ "RoleArn":{
2411
+ "type":"string",
2412
+ "max":256,
2413
+ "min":1,
2414
+ "pattern":"arn:.+:iam::[0-9]{12}:role/.+"
2415
+ },
1967
2416
  "RollbackConfiguration":{
1968
2417
  "type":"structure",
1969
2418
  "members":{
@@ -1987,6 +2436,11 @@
1987
2436
  "member":{"shape":"RollbackTrigger"},
1988
2437
  "max":5
1989
2438
  },
2439
+ "S3Url":{
2440
+ "type":"string",
2441
+ "max":4096,
2442
+ "min":1
2443
+ },
1990
2444
  "Scope":{
1991
2445
  "type":"list",
1992
2446
  "member":{"shape":"ResourceAttribute"}
@@ -2000,6 +2454,20 @@
2000
2454
  "StackPolicyURL":{"shape":"StackPolicyURL"}
2001
2455
  }
2002
2456
  },
2457
+ "SetTypeDefaultVersionInput":{
2458
+ "type":"structure",
2459
+ "members":{
2460
+ "Arn":{"shape":"PrivateTypeArn"},
2461
+ "Type":{"shape":"RegistryType"},
2462
+ "TypeName":{"shape":"TypeName"},
2463
+ "VersionId":{"shape":"TypeVersionId"}
2464
+ }
2465
+ },
2466
+ "SetTypeDefaultVersionOutput":{
2467
+ "type":"structure",
2468
+ "members":{
2469
+ }
2470
+ },
2003
2471
  "SignalResourceInput":{
2004
2472
  "type":"structure",
2005
2473
  "required":[
@@ -2533,6 +3001,10 @@
2533
3001
  },
2534
3002
  "exception":true
2535
3003
  },
3004
+ "StatusMessage":{
3005
+ "type":"string",
3006
+ "max":1024
3007
+ },
2536
3008
  "StopStackSetOperationInput":{
2537
3009
  "type":"structure",
2538
3010
  "required":[
@@ -2627,6 +3099,69 @@
2627
3099
  "member":{"shape":"TransformName"}
2628
3100
  },
2629
3101
  "Type":{"type":"string"},
3102
+ "TypeArn":{
3103
+ "type":"string",
3104
+ "max":1024,
3105
+ "pattern":"arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/.+"
3106
+ },
3107
+ "TypeName":{
3108
+ "type":"string",
3109
+ "max":196,
3110
+ "min":10,
3111
+ "pattern":"[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}"
3112
+ },
3113
+ "TypeNotFoundException":{
3114
+ "type":"structure",
3115
+ "members":{
3116
+ },
3117
+ "error":{
3118
+ "code":"TypeNotFoundException",
3119
+ "httpStatusCode":404,
3120
+ "senderFault":true
3121
+ },
3122
+ "exception":true
3123
+ },
3124
+ "TypeSchema":{
3125
+ "type":"string",
3126
+ "max":16777216,
3127
+ "min":1
3128
+ },
3129
+ "TypeSummaries":{
3130
+ "type":"list",
3131
+ "member":{"shape":"TypeSummary"}
3132
+ },
3133
+ "TypeSummary":{
3134
+ "type":"structure",
3135
+ "members":{
3136
+ "Type":{"shape":"RegistryType"},
3137
+ "TypeName":{"shape":"TypeName"},
3138
+ "DefaultVersionId":{"shape":"TypeVersionId"},
3139
+ "TypeArn":{"shape":"TypeArn"},
3140
+ "LastUpdated":{"shape":"Timestamp"},
3141
+ "Description":{"shape":"Description"}
3142
+ }
3143
+ },
3144
+ "TypeVersionId":{
3145
+ "type":"string",
3146
+ "max":128,
3147
+ "min":1,
3148
+ "pattern":"[A-Za-z0-9-]+"
3149
+ },
3150
+ "TypeVersionSummaries":{
3151
+ "type":"list",
3152
+ "member":{"shape":"TypeVersionSummary"}
3153
+ },
3154
+ "TypeVersionSummary":{
3155
+ "type":"structure",
3156
+ "members":{
3157
+ "Type":{"shape":"RegistryType"},
3158
+ "TypeName":{"shape":"TypeName"},
3159
+ "VersionId":{"shape":"TypeVersionId"},
3160
+ "Arn":{"shape":"TypeArn"},
3161
+ "TimeCreated":{"shape":"Timestamp"},
3162
+ "Description":{"shape":"Description"}
3163
+ }
3164
+ },
2630
3165
  "UpdateStackInput":{
2631
3166
  "type":"structure",
2632
3167
  "required":["StackName"],
@@ -2747,6 +3282,13 @@
2747
3282
  }
2748
3283
  },
2749
3284
  "Value":{"type":"string"},
2750
- "Version":{"type":"string"}
3285
+ "Version":{"type":"string"},
3286
+ "Visibility":{
3287
+ "type":"string",
3288
+ "enum":[
3289
+ "PUBLIC",
3290
+ "PRIVATE"
3291
+ ]
3292
+ }
2751
3293
  }
2752
3294
  }