aws-sdk-core 2.11.621 → 2.11.626

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +12 -3
  3. data/apis/databrew/2017-07-25/api-2.json +2127 -0
  4. data/apis/databrew/2017-07-25/examples-1.json +5 -0
  5. data/apis/databrew/2017-07-25/paginators-1.json +46 -0
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +207 -0
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +65 -3
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +4 -4
  13. data/apis/es/2015-01-01/api-2.json +101 -0
  14. data/apis/es/2015-01-01/paginators-1.json +5 -0
  15. data/apis/forecast/2018-06-26/api-2.json +21 -2
  16. data/apis/fsx/2018-03-01/api-2.json +147 -5
  17. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  18. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  19. data/apis/iot/2015-05-28/api-2.json +5 -1
  20. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  21. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  22. data/apis/lex-models/2017-04-19/api-2.json +5 -1
  23. data/apis/lightsail/2016-11-28/api-2.json +688 -1
  24. data/apis/macie2/2020-01-01/api-2.json +4 -0
  25. data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
  26. data/apis/medialive/2017-10-14/api-2.json +16 -0
  27. data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
  28. data/apis/polly/2016-06-10/api-2.json +7 -4
  29. data/apis/quicksight/2018-04-01/api-2.json +45 -3
  30. data/apis/robomaker/2018-06-29/api-2.json +6 -3
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
  34. data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
  35. data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
  36. data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
  37. data/apis/ssm/2014-11-06/api-2.json +5 -3
  38. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  39. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  40. data/lib/aws-sdk-core.rb +2 -0
  41. data/lib/aws-sdk-core/appregistry.rb +6 -0
  42. data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
  43. data/lib/aws-sdk-core/version.rb +1 -1
  44. data/service-models.json +8 -0
  45. metadata +10 -2
@@ -257,8 +257,10 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "ExampleBucket",
261
- "Key": "HappyFace.jpg"
260
+ "Bucket": "examplebucket",
261
+ "Key": "objectkey.jpg"
262
+ },
263
+ "output": {
262
264
  },
263
265
  "comments": {
264
266
  "input": {
@@ -266,16 +268,14 @@
266
268
  "output": {
267
269
  }
268
270
  },
269
- "description": "The following example deletes an object from a non-versioned bucket.",
270
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
- "title": "To delete an object (from a non-versioned bucket)"
271
+ "description": "The following example deletes an object from an S3 bucket.",
272
+ "id": "to-delete-an-object-1472850136595",
273
+ "title": "To delete an object"
272
274
  },
273
275
  {
274
276
  "input": {
275
- "Bucket": "examplebucket",
276
- "Key": "objectkey.jpg"
277
- },
278
- "output": {
277
+ "Bucket": "ExampleBucket",
278
+ "Key": "HappyFace.jpg"
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,9 +283,9 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from an S3 bucket.",
287
- "id": "to-delete-an-object-1472850136595",
288
- "title": "To delete an object"
286
+ "description": "The following example deletes an object from a non-versioned bucket.",
287
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
+ "title": "To delete an object (from a non-versioned bucket)"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
@@ -728,17 +728,18 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "HappyFace.jpg"
731
+ "Key": "SampleFile.txt",
732
+ "Range": "bytes=0-9"
732
733
  },
733
734
  "output": {
734
735
  "AcceptRanges": "bytes",
735
- "ContentLength": "3191",
736
- "ContentType": "image/jpeg",
737
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
736
+ "ContentLength": "10",
737
+ "ContentRange": "bytes 0-9/43",
738
+ "ContentType": "text/plain",
739
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
739
741
  "Metadata": {
740
742
  },
741
- "TagCount": 2,
742
743
  "VersionId": "null"
743
744
  },
744
745
  "comments": {
@@ -747,25 +748,24 @@
747
748
  "output": {
748
749
  }
749
750
  },
750
- "description": "The following example retrieves an object for an S3 bucket.",
751
- "id": "to-retrieve-an-object-1481827837012",
752
- "title": "To retrieve an object"
751
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
+ "title": "To retrieve a byte range of an object "
753
754
  },
754
755
  {
755
756
  "input": {
756
757
  "Bucket": "examplebucket",
757
- "Key": "SampleFile.txt",
758
- "Range": "bytes=0-9"
758
+ "Key": "HappyFace.jpg"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "10",
763
- "ContentRange": "bytes 0-9/43",
764
- "ContentType": "text/plain",
765
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
762
+ "ContentLength": "3191",
763
+ "ContentType": "image/jpeg",
764
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
767
766
  "Metadata": {
768
767
  },
768
+ "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
- "title": "To retrieve a byte range of an object "
777
+ "description": "The following example retrieves an object for an S3 bucket.",
778
+ "id": "to-retrieve-an-object-1481827837012",
779
+ "title": "To retrieve an object"
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,17 +840,20 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "exampleobject",
844
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
843
+ "Key": "HappyFace.jpg"
845
844
  },
846
845
  "output": {
847
846
  "TagSet": [
848
847
  {
849
- "Key": "Key1",
850
- "Value": "Value1"
848
+ "Key": "Key4",
849
+ "Value": "Value4"
850
+ },
851
+ {
852
+ "Key": "Key3",
853
+ "Value": "Value3"
851
854
  }
852
855
  ],
853
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
856
+ "VersionId": "null"
854
857
  },
855
858
  "comments": {
856
859
  "input": {
@@ -858,27 +861,24 @@
858
861
  "output": {
859
862
  }
860
863
  },
861
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
- "title": "To retrieve tag set of a specific object version"
864
+ "description": "The following example retrieves tag set of an object.",
865
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
+ "title": "To retrieve tag set of an object"
864
867
  },
865
868
  {
866
869
  "input": {
867
870
  "Bucket": "examplebucket",
868
- "Key": "HappyFace.jpg"
871
+ "Key": "exampleobject",
872
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
869
873
  },
870
874
  "output": {
871
875
  "TagSet": [
872
876
  {
873
- "Key": "Key4",
874
- "Value": "Value4"
875
- },
876
- {
877
- "Key": "Key3",
878
- "Value": "Value3"
877
+ "Key": "Key1",
878
+ "Value": "Value1"
879
879
  }
880
880
  ],
881
- "VersionId": "null"
881
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object.",
890
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
- "title": "To retrieve tag set of an object"
889
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
+ "title": "To retrieve tag set of a specific object version"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1565,26 +1565,6 @@
1565
1565
  }
1566
1566
  ],
1567
1567
  "PutObject": [
1568
- {
1569
- "input": {
1570
- "Body": "HappyFace.jpg",
1571
- "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg"
1573
- },
1574
- "output": {
1575
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1577
- },
1578
- "comments": {
1579
- "input": {
1580
- },
1581
- "output": {
1582
- }
1583
- },
1584
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1585
- "id": "to-upload-an-object-1481760101010",
1586
- "title": "To upload an object"
1587
- },
1588
1568
  {
1589
1569
  "input": {
1590
1570
  "Body": "filetoupload",
@@ -1613,14 +1593,11 @@
1613
1593
  "input": {
1614
1594
  "Body": "filetoupload",
1615
1595
  "Bucket": "examplebucket",
1616
- "Key": "exampleobject",
1617
- "ServerSideEncryption": "AES256",
1618
- "Tagging": "key1=value1&key2=value2"
1596
+ "Key": "objectkey"
1619
1597
  },
1620
1598
  "output": {
1621
1599
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1622
- "ServerSideEncryption": "AES256",
1623
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1600
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1624
1601
  },
1625
1602
  "comments": {
1626
1603
  "input": {
@@ -1628,9 +1605,9 @@
1628
1605
  "output": {
1629
1606
  }
1630
1607
  },
1631
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1632
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1633
- "title": "To upload an object and specify server-side encryption and object tags"
1608
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1609
+ "id": "to-create-an-object-1483147613675",
1610
+ "title": "To create an object."
1634
1611
  },
1635
1612
  {
1636
1613
  "input": {
@@ -1655,16 +1632,16 @@
1655
1632
  },
1656
1633
  {
1657
1634
  "input": {
1658
- "Body": "HappyFace.jpg",
1635
+ "Body": "filetoupload",
1659
1636
  "Bucket": "examplebucket",
1660
- "Key": "HappyFace.jpg",
1637
+ "Key": "exampleobject",
1661
1638
  "ServerSideEncryption": "AES256",
1662
- "StorageClass": "STANDARD_IA"
1639
+ "Tagging": "key1=value1&key2=value2"
1663
1640
  },
1664
1641
  "output": {
1665
1642
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1666
1643
  "ServerSideEncryption": "AES256",
1667
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1644
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1668
1645
  },
1669
1646
  "comments": {
1670
1647
  "input": {
@@ -1672,9 +1649,9 @@
1672
1649
  "output": {
1673
1650
  }
1674
1651
  },
1675
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1676
- "id": "to-upload-an-object-(specify-optional-headers)",
1677
- "title": "To upload an object (specify optional headers)"
1652
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1653
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1654
+ "title": "To upload an object and specify server-side encryption and object tags"
1678
1655
  },
1679
1656
  {
1680
1657
  "input": {
@@ -1699,13 +1676,16 @@
1699
1676
  },
1700
1677
  {
1701
1678
  "input": {
1702
- "Body": "filetoupload",
1679
+ "Body": "HappyFace.jpg",
1703
1680
  "Bucket": "examplebucket",
1704
- "Key": "objectkey"
1681
+ "Key": "HappyFace.jpg",
1682
+ "ServerSideEncryption": "AES256",
1683
+ "StorageClass": "STANDARD_IA"
1705
1684
  },
1706
1685
  "output": {
1707
1686
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1687
+ "ServerSideEncryption": "AES256",
1688
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1709
1689
  },
1710
1690
  "comments": {
1711
1691
  "input": {
@@ -1713,9 +1693,29 @@
1713
1693
  "output": {
1714
1694
  }
1715
1695
  },
1716
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
- "id": "to-create-an-object-1483147613675",
1718
- "title": "To create an object."
1696
+ "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1697
+ "id": "to-upload-an-object-(specify-optional-headers)",
1698
+ "title": "To upload an object (specify optional headers)"
1699
+ },
1700
+ {
1701
+ "input": {
1702
+ "Body": "HappyFace.jpg",
1703
+ "Bucket": "examplebucket",
1704
+ "Key": "HappyFace.jpg"
1705
+ },
1706
+ "output": {
1707
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1709
+ },
1710
+ "comments": {
1711
+ "input": {
1712
+ },
1713
+ "output": {
1714
+ }
1715
+ },
1716
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
+ "id": "to-upload-an-object-1481760101010",
1718
+ "title": "To upload an object"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -0,0 +1,857 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-06-24",
5
+ "endpointPrefix":"servicecatalog-appregistry",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"AppRegistry",
9
+ "serviceFullName":"AWS Service Catalog App Registry",
10
+ "serviceId":"Service Catalog AppRegistry",
11
+ "signatureVersion":"v4",
12
+ "signingName":"servicecatalog",
13
+ "uid":"AWS242AppRegistry"
14
+ },
15
+ "operations":{
16
+ "AssociateAttributeGroup":{
17
+ "name":"AssociateAttributeGroup",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/applications/{application}/attribute-groups/{attributeGroup}"
21
+ },
22
+ "input":{"shape":"AssociateAttributeGroupRequest"},
23
+ "output":{"shape":"AssociateAttributeGroupResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ServiceQuotaExceededException"}
29
+ ]
30
+ },
31
+ "AssociateResource":{
32
+ "name":"AssociateResource",
33
+ "http":{
34
+ "method":"PUT",
35
+ "requestUri":"/applications/{application}/resources/{resourceType}/{resource}"
36
+ },
37
+ "input":{"shape":"AssociateResourceRequest"},
38
+ "output":{"shape":"AssociateResourceResponse"},
39
+ "errors":[
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"InternalServerException"},
42
+ {"shape":"ServiceQuotaExceededException"},
43
+ {"shape":"ConflictException"}
44
+ ]
45
+ },
46
+ "CreateApplication":{
47
+ "name":"CreateApplication",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/applications",
51
+ "responseCode":201
52
+ },
53
+ "input":{"shape":"CreateApplicationRequest"},
54
+ "output":{"shape":"CreateApplicationResponse"},
55
+ "errors":[
56
+ {"shape":"ServiceQuotaExceededException"},
57
+ {"shape":"ConflictException"},
58
+ {"shape":"InternalServerException"}
59
+ ]
60
+ },
61
+ "CreateAttributeGroup":{
62
+ "name":"CreateAttributeGroup",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/attribute-groups",
66
+ "responseCode":201
67
+ },
68
+ "input":{"shape":"CreateAttributeGroupRequest"},
69
+ "output":{"shape":"CreateAttributeGroupResponse"},
70
+ "errors":[
71
+ {"shape":"ServiceQuotaExceededException"},
72
+ {"shape":"ConflictException"},
73
+ {"shape":"ValidationException"},
74
+ {"shape":"InternalServerException"}
75
+ ]
76
+ },
77
+ "DeleteApplication":{
78
+ "name":"DeleteApplication",
79
+ "http":{
80
+ "method":"DELETE",
81
+ "requestUri":"/applications/{application}"
82
+ },
83
+ "input":{"shape":"DeleteApplicationRequest"},
84
+ "output":{"shape":"DeleteApplicationResponse"},
85
+ "errors":[
86
+ {"shape":"ResourceNotFoundException"},
87
+ {"shape":"ValidationException"},
88
+ {"shape":"InternalServerException"}
89
+ ]
90
+ },
91
+ "DeleteAttributeGroup":{
92
+ "name":"DeleteAttributeGroup",
93
+ "http":{
94
+ "method":"DELETE",
95
+ "requestUri":"/attribute-groups/{attributeGroup}"
96
+ },
97
+ "input":{"shape":"DeleteAttributeGroupRequest"},
98
+ "output":{"shape":"DeleteAttributeGroupResponse"},
99
+ "errors":[
100
+ {"shape":"ResourceNotFoundException"},
101
+ {"shape":"ValidationException"},
102
+ {"shape":"InternalServerException"}
103
+ ]
104
+ },
105
+ "DisassociateAttributeGroup":{
106
+ "name":"DisassociateAttributeGroup",
107
+ "http":{
108
+ "method":"DELETE",
109
+ "requestUri":"/applications/{application}/attribute-groups/{attributeGroup}"
110
+ },
111
+ "input":{"shape":"DisassociateAttributeGroupRequest"},
112
+ "output":{"shape":"DisassociateAttributeGroupResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"ValidationException"},
116
+ {"shape":"InternalServerException"}
117
+ ]
118
+ },
119
+ "DisassociateResource":{
120
+ "name":"DisassociateResource",
121
+ "http":{
122
+ "method":"DELETE",
123
+ "requestUri":"/applications/{application}/resources/{resourceType}/{resource}"
124
+ },
125
+ "input":{"shape":"DisassociateResourceRequest"},
126
+ "output":{"shape":"DisassociateResourceResponse"},
127
+ "errors":[
128
+ {"shape":"ResourceNotFoundException"},
129
+ {"shape":"InternalServerException"}
130
+ ]
131
+ },
132
+ "GetApplication":{
133
+ "name":"GetApplication",
134
+ "http":{
135
+ "method":"GET",
136
+ "requestUri":"/applications/{application}"
137
+ },
138
+ "input":{"shape":"GetApplicationRequest"},
139
+ "output":{"shape":"GetApplicationResponse"},
140
+ "errors":[
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"ValidationException"},
143
+ {"shape":"InternalServerException"}
144
+ ]
145
+ },
146
+ "GetAttributeGroup":{
147
+ "name":"GetAttributeGroup",
148
+ "http":{
149
+ "method":"GET",
150
+ "requestUri":"/attribute-groups/{attributeGroup}"
151
+ },
152
+ "input":{"shape":"GetAttributeGroupRequest"},
153
+ "output":{"shape":"GetAttributeGroupResponse"},
154
+ "errors":[
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"ValidationException"},
157
+ {"shape":"InternalServerException"}
158
+ ]
159
+ },
160
+ "ListApplications":{
161
+ "name":"ListApplications",
162
+ "http":{
163
+ "method":"GET",
164
+ "requestUri":"/applications"
165
+ },
166
+ "input":{"shape":"ListApplicationsRequest"},
167
+ "output":{"shape":"ListApplicationsResponse"},
168
+ "errors":[
169
+ {"shape":"ValidationException"},
170
+ {"shape":"InternalServerException"}
171
+ ],
172
+ "idempotent":true
173
+ },
174
+ "ListAssociatedAttributeGroups":{
175
+ "name":"ListAssociatedAttributeGroups",
176
+ "http":{
177
+ "method":"GET",
178
+ "requestUri":"/applications/{application}/attribute-groups"
179
+ },
180
+ "input":{"shape":"ListAssociatedAttributeGroupsRequest"},
181
+ "output":{"shape":"ListAssociatedAttributeGroupsResponse"},
182
+ "errors":[
183
+ {"shape":"ResourceNotFoundException"},
184
+ {"shape":"ValidationException"},
185
+ {"shape":"InternalServerException"}
186
+ ],
187
+ "idempotent":true
188
+ },
189
+ "ListAssociatedResources":{
190
+ "name":"ListAssociatedResources",
191
+ "http":{
192
+ "method":"GET",
193
+ "requestUri":"/applications/{application}/resources"
194
+ },
195
+ "input":{"shape":"ListAssociatedResourcesRequest"},
196
+ "output":{"shape":"ListAssociatedResourcesResponse"},
197
+ "errors":[
198
+ {"shape":"ResourceNotFoundException"},
199
+ {"shape":"ValidationException"},
200
+ {"shape":"InternalServerException"}
201
+ ],
202
+ "idempotent":true
203
+ },
204
+ "ListAttributeGroups":{
205
+ "name":"ListAttributeGroups",
206
+ "http":{
207
+ "method":"GET",
208
+ "requestUri":"/attribute-groups"
209
+ },
210
+ "input":{"shape":"ListAttributeGroupsRequest"},
211
+ "output":{"shape":"ListAttributeGroupsResponse"},
212
+ "errors":[
213
+ {"shape":"ValidationException"},
214
+ {"shape":"InternalServerException"}
215
+ ],
216
+ "idempotent":true
217
+ },
218
+ "UpdateApplication":{
219
+ "name":"UpdateApplication",
220
+ "http":{
221
+ "method":"PATCH",
222
+ "requestUri":"/applications/{application}"
223
+ },
224
+ "input":{"shape":"UpdateApplicationRequest"},
225
+ "output":{"shape":"UpdateApplicationResponse"},
226
+ "errors":[
227
+ {"shape":"ResourceNotFoundException"},
228
+ {"shape":"ConflictException"},
229
+ {"shape":"InternalServerException"}
230
+ ]
231
+ },
232
+ "UpdateAttributeGroup":{
233
+ "name":"UpdateAttributeGroup",
234
+ "http":{
235
+ "method":"PATCH",
236
+ "requestUri":"/attribute-groups/{attributeGroup}"
237
+ },
238
+ "input":{"shape":"UpdateAttributeGroupRequest"},
239
+ "output":{"shape":"UpdateAttributeGroupResponse"},
240
+ "errors":[
241
+ {"shape":"ResourceNotFoundException"},
242
+ {"shape":"ValidationException"},
243
+ {"shape":"ConflictException"},
244
+ {"shape":"InternalServerException"}
245
+ ]
246
+ }
247
+ },
248
+ "shapes":{
249
+ "Application":{
250
+ "type":"structure",
251
+ "members":{
252
+ "id":{"shape":"ApplicationId"},
253
+ "arn":{"shape":"ApplicationArn"},
254
+ "name":{"shape":"Name"},
255
+ "description":{"shape":"Description"},
256
+ "creationTime":{"shape":"Timestamp"},
257
+ "lastUpdateTime":{"shape":"Timestamp"},
258
+ "tags":{"shape":"Tags"}
259
+ }
260
+ },
261
+ "ApplicationArn":{
262
+ "type":"string",
263
+ "pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[a-z0-9]+"
264
+ },
265
+ "ApplicationId":{
266
+ "type":"string",
267
+ "pattern":"[a-z0-9]{12}"
268
+ },
269
+ "ApplicationSpecifier":{
270
+ "type":"string",
271
+ "max":256,
272
+ "min":1,
273
+ "pattern":"\\w+"
274
+ },
275
+ "ApplicationSummaries":{
276
+ "type":"list",
277
+ "member":{"shape":"ApplicationSummary"}
278
+ },
279
+ "ApplicationSummary":{
280
+ "type":"structure",
281
+ "members":{
282
+ "id":{"shape":"ApplicationId"},
283
+ "arn":{"shape":"ApplicationArn"},
284
+ "name":{"shape":"Name"},
285
+ "description":{"shape":"Description"},
286
+ "creationTime":{"shape":"Timestamp"},
287
+ "lastUpdateTime":{"shape":"Timestamp"}
288
+ }
289
+ },
290
+ "Arn":{
291
+ "type":"string",
292
+ "max":1600,
293
+ "min":1,
294
+ "pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)"
295
+ },
296
+ "AssociateAttributeGroupRequest":{
297
+ "type":"structure",
298
+ "required":[
299
+ "application",
300
+ "attributeGroup"
301
+ ],
302
+ "members":{
303
+ "application":{
304
+ "shape":"ApplicationSpecifier",
305
+ "location":"uri",
306
+ "locationName":"application"
307
+ },
308
+ "attributeGroup":{
309
+ "shape":"AttributeGroupSpecifier",
310
+ "location":"uri",
311
+ "locationName":"attributeGroup"
312
+ }
313
+ }
314
+ },
315
+ "AssociateAttributeGroupResponse":{
316
+ "type":"structure",
317
+ "members":{
318
+ "applicationArn":{"shape":"ApplicationArn"},
319
+ "attributeGroupArn":{"shape":"AttributeGroupArn"}
320
+ }
321
+ },
322
+ "AssociateResourceRequest":{
323
+ "type":"structure",
324
+ "required":[
325
+ "application",
326
+ "resourceType",
327
+ "resource"
328
+ ],
329
+ "members":{
330
+ "application":{
331
+ "shape":"ApplicationSpecifier",
332
+ "location":"uri",
333
+ "locationName":"application"
334
+ },
335
+ "resourceType":{
336
+ "shape":"ResourceType",
337
+ "location":"uri",
338
+ "locationName":"resourceType"
339
+ },
340
+ "resource":{
341
+ "shape":"ResourceSpecifier",
342
+ "location":"uri",
343
+ "locationName":"resource"
344
+ }
345
+ }
346
+ },
347
+ "AssociateResourceResponse":{
348
+ "type":"structure",
349
+ "members":{
350
+ "applicationArn":{"shape":"ApplicationArn"},
351
+ "resourceArn":{"shape":"Arn"}
352
+ }
353
+ },
354
+ "AssociationCount":{
355
+ "type":"integer",
356
+ "min":0
357
+ },
358
+ "AttributeGroup":{
359
+ "type":"structure",
360
+ "members":{
361
+ "id":{"shape":"AttributeGroupId"},
362
+ "arn":{"shape":"AttributeGroupArn"},
363
+ "name":{"shape":"Name"},
364
+ "description":{"shape":"Description"},
365
+ "creationTime":{"shape":"Timestamp"},
366
+ "lastUpdateTime":{"shape":"Timestamp"},
367
+ "tags":{"shape":"Tags"}
368
+ }
369
+ },
370
+ "AttributeGroupArn":{
371
+ "type":"string",
372
+ "pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[a-z0-9]+"
373
+ },
374
+ "AttributeGroupId":{
375
+ "type":"string",
376
+ "max":100,
377
+ "min":1,
378
+ "pattern":"[a-z0-9]{12}"
379
+ },
380
+ "AttributeGroupIds":{
381
+ "type":"list",
382
+ "member":{"shape":"AttributeGroupId"}
383
+ },
384
+ "AttributeGroupSpecifier":{
385
+ "type":"string",
386
+ "max":256,
387
+ "min":1,
388
+ "pattern":"\\w+"
389
+ },
390
+ "AttributeGroupSummaries":{
391
+ "type":"list",
392
+ "member":{"shape":"AttributeGroupSummary"}
393
+ },
394
+ "AttributeGroupSummary":{
395
+ "type":"structure",
396
+ "members":{
397
+ "id":{"shape":"AttributeGroupId"},
398
+ "arn":{"shape":"AttributeGroupArn"},
399
+ "name":{"shape":"Name"},
400
+ "description":{"shape":"Description"},
401
+ "creationTime":{"shape":"Timestamp"},
402
+ "lastUpdateTime":{"shape":"Timestamp"}
403
+ }
404
+ },
405
+ "Attributes":{
406
+ "type":"string",
407
+ "max":8000,
408
+ "min":1,
409
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
410
+ },
411
+ "ClientToken":{
412
+ "type":"string",
413
+ "max":128,
414
+ "min":1,
415
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
416
+ },
417
+ "ConflictException":{
418
+ "type":"structure",
419
+ "members":{
420
+ "message":{"shape":"String"}
421
+ },
422
+ "error":{"httpStatusCode":409},
423
+ "exception":true
424
+ },
425
+ "CreateApplicationRequest":{
426
+ "type":"structure",
427
+ "required":[
428
+ "name",
429
+ "clientToken"
430
+ ],
431
+ "members":{
432
+ "name":{"shape":"Name"},
433
+ "description":{"shape":"Description"},
434
+ "tags":{"shape":"Tags"},
435
+ "clientToken":{
436
+ "shape":"ClientToken",
437
+ "idempotencyToken":true
438
+ }
439
+ }
440
+ },
441
+ "CreateApplicationResponse":{
442
+ "type":"structure",
443
+ "members":{
444
+ "application":{"shape":"Application"}
445
+ }
446
+ },
447
+ "CreateAttributeGroupRequest":{
448
+ "type":"structure",
449
+ "required":[
450
+ "name",
451
+ "attributes",
452
+ "clientToken"
453
+ ],
454
+ "members":{
455
+ "name":{"shape":"Name"},
456
+ "description":{"shape":"Description"},
457
+ "attributes":{"shape":"Attributes"},
458
+ "tags":{"shape":"Tags"},
459
+ "clientToken":{
460
+ "shape":"ClientToken",
461
+ "idempotencyToken":true
462
+ }
463
+ }
464
+ },
465
+ "CreateAttributeGroupResponse":{
466
+ "type":"structure",
467
+ "members":{
468
+ "attributeGroup":{"shape":"AttributeGroup"}
469
+ }
470
+ },
471
+ "DeleteApplicationRequest":{
472
+ "type":"structure",
473
+ "required":["application"],
474
+ "members":{
475
+ "application":{
476
+ "shape":"ApplicationSpecifier",
477
+ "location":"uri",
478
+ "locationName":"application"
479
+ }
480
+ }
481
+ },
482
+ "DeleteApplicationResponse":{
483
+ "type":"structure",
484
+ "members":{
485
+ "application":{"shape":"ApplicationSummary"}
486
+ }
487
+ },
488
+ "DeleteAttributeGroupRequest":{
489
+ "type":"structure",
490
+ "required":["attributeGroup"],
491
+ "members":{
492
+ "attributeGroup":{
493
+ "shape":"AttributeGroupSpecifier",
494
+ "location":"uri",
495
+ "locationName":"attributeGroup"
496
+ }
497
+ }
498
+ },
499
+ "DeleteAttributeGroupResponse":{
500
+ "type":"structure",
501
+ "members":{
502
+ "attributeGroup":{"shape":"AttributeGroupSummary"}
503
+ }
504
+ },
505
+ "Description":{
506
+ "type":"string",
507
+ "max":1024
508
+ },
509
+ "DisassociateAttributeGroupRequest":{
510
+ "type":"structure",
511
+ "required":[
512
+ "application",
513
+ "attributeGroup"
514
+ ],
515
+ "members":{
516
+ "application":{
517
+ "shape":"ApplicationSpecifier",
518
+ "location":"uri",
519
+ "locationName":"application"
520
+ },
521
+ "attributeGroup":{
522
+ "shape":"AttributeGroupSpecifier",
523
+ "location":"uri",
524
+ "locationName":"attributeGroup"
525
+ }
526
+ }
527
+ },
528
+ "DisassociateAttributeGroupResponse":{
529
+ "type":"structure",
530
+ "members":{
531
+ "applicationArn":{"shape":"ApplicationArn"},
532
+ "attributeGroupArn":{"shape":"AttributeGroupArn"}
533
+ }
534
+ },
535
+ "DisassociateResourceRequest":{
536
+ "type":"structure",
537
+ "required":[
538
+ "application",
539
+ "resourceType",
540
+ "resource"
541
+ ],
542
+ "members":{
543
+ "application":{
544
+ "shape":"ApplicationSpecifier",
545
+ "location":"uri",
546
+ "locationName":"application"
547
+ },
548
+ "resourceType":{
549
+ "shape":"ResourceType",
550
+ "location":"uri",
551
+ "locationName":"resourceType"
552
+ },
553
+ "resource":{
554
+ "shape":"ResourceSpecifier",
555
+ "location":"uri",
556
+ "locationName":"resource"
557
+ }
558
+ }
559
+ },
560
+ "DisassociateResourceResponse":{
561
+ "type":"structure",
562
+ "members":{
563
+ "applicationArn":{"shape":"ApplicationArn"},
564
+ "resourceArn":{"shape":"Arn"}
565
+ }
566
+ },
567
+ "GetApplicationRequest":{
568
+ "type":"structure",
569
+ "required":["application"],
570
+ "members":{
571
+ "application":{
572
+ "shape":"ApplicationSpecifier",
573
+ "location":"uri",
574
+ "locationName":"application"
575
+ }
576
+ }
577
+ },
578
+ "GetApplicationResponse":{
579
+ "type":"structure",
580
+ "members":{
581
+ "id":{"shape":"ApplicationId"},
582
+ "arn":{"shape":"ApplicationArn"},
583
+ "name":{"shape":"Name"},
584
+ "description":{"shape":"Description"},
585
+ "creationTime":{"shape":"Timestamp"},
586
+ "lastUpdateTime":{"shape":"Timestamp"},
587
+ "associatedResourceCount":{"shape":"AssociationCount"},
588
+ "tags":{"shape":"Tags"}
589
+ }
590
+ },
591
+ "GetAttributeGroupRequest":{
592
+ "type":"structure",
593
+ "required":["attributeGroup"],
594
+ "members":{
595
+ "attributeGroup":{
596
+ "shape":"AttributeGroupSpecifier",
597
+ "location":"uri",
598
+ "locationName":"attributeGroup"
599
+ }
600
+ }
601
+ },
602
+ "GetAttributeGroupResponse":{
603
+ "type":"structure",
604
+ "members":{
605
+ "id":{"shape":"AttributeGroupId"},
606
+ "arn":{"shape":"AttributeGroupArn"},
607
+ "name":{"shape":"Name"},
608
+ "description":{"shape":"Description"},
609
+ "attributes":{"shape":"Attributes"},
610
+ "creationTime":{"shape":"Timestamp"},
611
+ "lastUpdateTime":{"shape":"Timestamp"},
612
+ "tags":{"shape":"Tags"}
613
+ }
614
+ },
615
+ "InternalServerException":{
616
+ "type":"structure",
617
+ "members":{
618
+ "message":{"shape":"String"}
619
+ },
620
+ "error":{"httpStatusCode":500},
621
+ "exception":true,
622
+ "fault":true
623
+ },
624
+ "ListApplicationsRequest":{
625
+ "type":"structure",
626
+ "members":{
627
+ "nextToken":{
628
+ "shape":"NextToken",
629
+ "location":"querystring",
630
+ "locationName":"nextToken"
631
+ },
632
+ "maxResults":{
633
+ "shape":"MaxResults",
634
+ "box":true,
635
+ "location":"querystring",
636
+ "locationName":"maxResults"
637
+ }
638
+ }
639
+ },
640
+ "ListApplicationsResponse":{
641
+ "type":"structure",
642
+ "members":{
643
+ "applications":{"shape":"ApplicationSummaries"},
644
+ "nextToken":{"shape":"NextToken"}
645
+ }
646
+ },
647
+ "ListAssociatedAttributeGroupsRequest":{
648
+ "type":"structure",
649
+ "required":["application"],
650
+ "members":{
651
+ "application":{
652
+ "shape":"ApplicationSpecifier",
653
+ "location":"uri",
654
+ "locationName":"application"
655
+ },
656
+ "nextToken":{
657
+ "shape":"NextToken",
658
+ "location":"querystring",
659
+ "locationName":"nextToken"
660
+ },
661
+ "maxResults":{
662
+ "shape":"MaxResults",
663
+ "box":true,
664
+ "location":"querystring",
665
+ "locationName":"maxResults"
666
+ }
667
+ }
668
+ },
669
+ "ListAssociatedAttributeGroupsResponse":{
670
+ "type":"structure",
671
+ "members":{
672
+ "attributeGroups":{"shape":"AttributeGroupIds"},
673
+ "nextToken":{"shape":"NextToken"}
674
+ }
675
+ },
676
+ "ListAssociatedResourcesRequest":{
677
+ "type":"structure",
678
+ "required":["application"],
679
+ "members":{
680
+ "application":{
681
+ "shape":"ApplicationSpecifier",
682
+ "location":"uri",
683
+ "locationName":"application"
684
+ },
685
+ "nextToken":{
686
+ "shape":"NextToken",
687
+ "location":"querystring",
688
+ "locationName":"nextToken"
689
+ },
690
+ "maxResults":{
691
+ "shape":"MaxResults",
692
+ "box":true,
693
+ "location":"querystring",
694
+ "locationName":"maxResults"
695
+ }
696
+ }
697
+ },
698
+ "ListAssociatedResourcesResponse":{
699
+ "type":"structure",
700
+ "members":{
701
+ "resources":{"shape":"Resources"},
702
+ "nextToken":{"shape":"NextToken"}
703
+ }
704
+ },
705
+ "ListAttributeGroupsRequest":{
706
+ "type":"structure",
707
+ "members":{
708
+ "nextToken":{
709
+ "shape":"NextToken",
710
+ "location":"querystring",
711
+ "locationName":"nextToken"
712
+ },
713
+ "maxResults":{
714
+ "shape":"MaxResults",
715
+ "box":true,
716
+ "location":"querystring",
717
+ "locationName":"maxResults"
718
+ }
719
+ }
720
+ },
721
+ "ListAttributeGroupsResponse":{
722
+ "type":"structure",
723
+ "members":{
724
+ "attributeGroups":{"shape":"AttributeGroupSummaries"},
725
+ "nextToken":{"shape":"NextToken"}
726
+ }
727
+ },
728
+ "MaxResults":{
729
+ "type":"integer",
730
+ "max":25,
731
+ "min":1
732
+ },
733
+ "Name":{
734
+ "type":"string",
735
+ "max":256,
736
+ "min":1,
737
+ "pattern":"\\w+"
738
+ },
739
+ "NextToken":{
740
+ "type":"string",
741
+ "max":2024,
742
+ "min":1,
743
+ "pattern":"[A-Za-z0-9+/=]+"
744
+ },
745
+ "ResourceInfo":{
746
+ "type":"structure",
747
+ "members":{
748
+ "name":{"shape":"ResourceSpecifier"},
749
+ "arn":{"shape":"StackArn"}
750
+ }
751
+ },
752
+ "ResourceNotFoundException":{
753
+ "type":"structure",
754
+ "members":{
755
+ "message":{"shape":"String"}
756
+ },
757
+ "error":{"httpStatusCode":404},
758
+ "exception":true
759
+ },
760
+ "ResourceSpecifier":{
761
+ "type":"string",
762
+ "max":256,
763
+ "min":1,
764
+ "pattern":"\\S+"
765
+ },
766
+ "ResourceType":{
767
+ "type":"string",
768
+ "enum":["CFN_STACK"]
769
+ },
770
+ "Resources":{
771
+ "type":"list",
772
+ "member":{"shape":"ResourceInfo"}
773
+ },
774
+ "ServiceQuotaExceededException":{
775
+ "type":"structure",
776
+ "members":{
777
+ "message":{"shape":"String"}
778
+ },
779
+ "error":{"httpStatusCode":402},
780
+ "exception":true
781
+ },
782
+ "StackArn":{
783
+ "type":"string",
784
+ "pattern":"arn:aws[-a-z]*:cloudformation:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:stack/[a-zA-Z][-A-Za-z0-9]{0,127}/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}"
785
+ },
786
+ "String":{"type":"string"},
787
+ "TagKey":{
788
+ "type":"string",
789
+ "max":128,
790
+ "min":1,
791
+ "pattern":"(?!aws:)[a-zA-Z+-=._:/]+"
792
+ },
793
+ "TagValue":{
794
+ "type":"string",
795
+ "max":256,
796
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
797
+ },
798
+ "Tags":{
799
+ "type":"map",
800
+ "key":{"shape":"TagKey"},
801
+ "value":{"shape":"TagValue"},
802
+ "max":50,
803
+ "min":0
804
+ },
805
+ "Timestamp":{
806
+ "type":"timestamp",
807
+ "timestampFormat":"iso8601"
808
+ },
809
+ "UpdateApplicationRequest":{
810
+ "type":"structure",
811
+ "required":["application"],
812
+ "members":{
813
+ "application":{
814
+ "shape":"ApplicationSpecifier",
815
+ "location":"uri",
816
+ "locationName":"application"
817
+ },
818
+ "name":{"shape":"Name"},
819
+ "description":{"shape":"Description"}
820
+ }
821
+ },
822
+ "UpdateApplicationResponse":{
823
+ "type":"structure",
824
+ "members":{
825
+ "application":{"shape":"Application"}
826
+ }
827
+ },
828
+ "UpdateAttributeGroupRequest":{
829
+ "type":"structure",
830
+ "required":["attributeGroup"],
831
+ "members":{
832
+ "attributeGroup":{
833
+ "shape":"AttributeGroupSpecifier",
834
+ "location":"uri",
835
+ "locationName":"attributeGroup"
836
+ },
837
+ "name":{"shape":"Name"},
838
+ "description":{"shape":"Description"},
839
+ "attributes":{"shape":"Attributes"}
840
+ }
841
+ },
842
+ "UpdateAttributeGroupResponse":{
843
+ "type":"structure",
844
+ "members":{
845
+ "attributeGroup":{"shape":"AttributeGroup"}
846
+ }
847
+ },
848
+ "ValidationException":{
849
+ "type":"structure",
850
+ "members":{
851
+ "message":{"shape":"String"}
852
+ },
853
+ "error":{"httpStatusCode":400},
854
+ "exception":true
855
+ }
856
+ }
857
+ }