aws-sdk-appstream 1.60.0 → 1.80.0

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
  SHA256:
3
- metadata.gz: 1e659c1795694634644bff8238d7b283d105db651bfd86f4f09b9140561ed9af
4
- data.tar.gz: 1bcf6603d75cfc7161aaec48895972e1699da9c65fd7ef11d7ef2f4770eb858f
3
+ metadata.gz: ffabcf74f02d755d2b3ce4911b3d6f1473f592129b1a730c5a075fff1933e19b
4
+ data.tar.gz: cf7cacf05de9cd618d027a89af9bfbaf2709e944e765bfa66a221f731828a625
5
5
  SHA512:
6
- metadata.gz: 83dc42fd139e084871966d181fc95965c615cd568b28a54395906fd060185c7284c29ac336ab406da3b50ba16f9c26c697ca900c5fd7022b04d5841fa6ceda8c
7
- data.tar.gz: 4f27a0788da1b1c3c64b422d7362a0f4381c6dfd418472d0f3c9fd4fac58365df574e9ee42f9b3d53bea9cb87afd09312a34480bf76d4134daf000a58509e8a8
6
+ metadata.gz: 215dc0491c64a02e81773b9629de387eb29b44a518ea679d22b94a45555411f6749911ebbe7e5fb3cb7242ac88f84d071931351c6cfa36961aa0d81c6aeb8d68
7
+ data.tar.gz: d2545ba90605aa91215860c813e7c46c2e2a7bf159157cd9251e81a1089a8a4245d86a1436ebf98b1c7317a574837da9108d0175cf252635b1e0553a0f542158
data/CHANGELOG.md CHANGED
@@ -1,6 +1,108 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2023-10-26)
5
+ ------------------
6
+
7
+ * Feature - This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
8
+
9
+ 1.79.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.78.0 (2023-09-15)
15
+ ------------------
16
+
17
+ * Feature - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
18
+
19
+ 1.77.0 (2023-09-14)
20
+ ------------------
21
+
22
+ * Feature - This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
23
+
24
+ 1.76.0 (2023-07-11)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.75.0 (2023-07-06)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.74.0 (2023-06-29)
35
+ ------------------
36
+
37
+ * Feature - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
38
+
39
+ 1.73.0 (2023-06-28)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.72.0 (2023-06-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.71.0 (2023-05-31)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.70.0 (2023-01-27)
55
+ ------------------
56
+
57
+ * Feature - Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
58
+
59
+ 1.69.0 (2023-01-18)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
65
+
66
+ 1.68.0 (2022-10-28)
67
+ ------------------
68
+
69
+ * Feature - This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
70
+
71
+ 1.67.0 (2022-10-25)
72
+ ------------------
73
+
74
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
75
+
76
+ 1.66.0 (2022-06-29)
77
+ ------------------
78
+
79
+ * Feature - Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
80
+
81
+ 1.65.0 (2022-04-14)
82
+ ------------------
83
+
84
+ * Feature - Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
85
+
86
+ 1.64.0 (2022-02-24)
87
+ ------------------
88
+
89
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
90
+
91
+ 1.63.0 (2022-02-03)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
96
+ 1.62.0 (2022-01-05)
97
+ ------------------
98
+
99
+ * Feature - Includes APIs for App Entitlement management regarding entitlement and entitled application association.
100
+
101
+ 1.61.0 (2021-12-21)
102
+ ------------------
103
+
104
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
105
+
4
106
  1.60.0 (2021-11-30)
5
107
  ------------------
6
108
 
@@ -370,4 +472,4 @@ Unreleased Changes
370
472
  1.0.0.rc2 (2016-12-09)
371
473
  ------------------
372
474
 
373
- * Feature - Initial release of `aws-sdk-appstream`.
475
+ * Feature - Initial release of `aws-sdk-appstream`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.80.0