aws-sdk-tnb 1.0.0 → 1.1.0

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: f2ae3421dfbb60a57e45a1fedea3b35ef6d843093020747a4d6e81485fd72933
4
- data.tar.gz: 452b84af9737c280232aec190ed45c3f4bc13b22d989a442b6891fef04bc2b2f
3
+ metadata.gz: 200c39094b917725f365c5dd8fd1a56000f7549ff6335fda53610543ae727c91
4
+ data.tar.gz: 9b0ab66b65851dcf97a13f2b913102c5f3c86a21974c0a5ac4f8c9c69e6bf7ce
5
5
  SHA512:
6
- metadata.gz: f8bd8e523ed75660ac29017a8e203b0b6b560feae01becf89c524135a18166a52bd24f5fc098aa6a974abf60220599f551e195e078ee81345af4724b4c666f80
7
- data.tar.gz: 368ea5270c88e1f391133c5cb80dd5f31189b467298843616337f4178d6dcdae7d1e365272a113c45dc199784d2e61aca64447b29f6f32192f0c57c58f5b256c
6
+ metadata.gz: 8aa5ba80cc43fcfdd50a4b30edb3e6460cfda2998f3f5b611db3310062a7e8bd0cce2681ed9964f8e432dbe90decd98c1ebfe94ffd62cf5ee6f993ee7afd282e
7
+ data.tar.gz: 607060dec4c984616ad23262996d7dfa81686a832e6d954362c8084a4e6da5e01836417026c9592af3f317b40c420e7b7ead67a5a43d06ff5a5ef570f7060d4f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2023-03-13)
5
+ ------------------
6
+
7
+ * Feature - This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.
8
+
4
9
  1.0.0 (2023-02-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -374,7 +374,7 @@ module Aws::Tnb
374
374
  # such as network instance instantiation or termination.
375
375
  #
376
376
  # @option params [required, String] :ns_lcm_op_occ_id
377
- # The ID of a network operation occurrence.
377
+ # The identifier of the network operation.
378
378
  #
379
379
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
380
380
  #
@@ -411,7 +411,7 @@ module Aws::Tnb
411
411
  #
412
412
  #
413
413
  # [1]: https://docs.aws.amazon.com/tnb/latest/ug/function-packages.html
414
- # [2]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_PutSolFunctionPackageContent.html
414
+ # [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html
415
415
  #
416
416
  # @option params [Hash<String,String>] :tags
417
417
  # A tag is a label that you assign to an Amazon Web Services resource.
@@ -470,7 +470,7 @@ module Aws::Tnb
470
470
  #
471
471
  #
472
472
  # [1]: https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html
473
- # [2]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_InstantiateSolNetworkInstance.html
473
+ # [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_InstantiateSolNetworkInstance.html
474
474
  #
475
475
  # @option params [String] :ns_description
476
476
  # Network instance description.
@@ -546,7 +546,7 @@ module Aws::Tnb
546
546
  #
547
547
  #
548
548
  # [1]: https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html
549
- # [2]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_PutSolNetworkPackageContent.html
549
+ # [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html
550
550
  #
551
551
  # @option params [Hash<String,String>] :tags
552
552
  # A tag is a label that you assign to an Amazon Web Services resource.
@@ -603,7 +603,7 @@ module Aws::Tnb
603
603
  #
604
604
  #
605
605
  #
606
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_UpdateSolFunctionPackage.html
606
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolFunctionPackage.html
607
607
  #
608
608
  # @option params [required, String] :vnf_pkg_id
609
609
  # ID of the function package.
@@ -637,7 +637,7 @@ module Aws::Tnb
637
637
  #
638
638
  #
639
639
  #
640
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_TerminateSolNetworkInstance.html
640
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_TerminateSolNetworkInstance.html
641
641
  #
642
642
  # @option params [required, String] :ns_instance_id
643
643
  # Network instance ID.
@@ -670,7 +670,7 @@ module Aws::Tnb
670
670
  #
671
671
  #
672
672
  #
673
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_UpdateSolNetworkPackage.html
673
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html
674
674
  #
675
675
  # @option params [required, String] :nsd_info_id
676
676
  # ID of the network service descriptor in the network package.
@@ -957,7 +957,7 @@ module Aws::Tnb
957
957
  # such as network instance instantiation or termination.
958
958
  #
959
959
  # @option params [required, String] :ns_lcm_op_occ_id
960
- # The identifier of the operation occurrence.
960
+ # The identifier of the network operation.
961
961
  #
962
962
  # @return [Types::GetSolNetworkOperationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
963
963
  #
@@ -1153,7 +1153,7 @@ module Aws::Tnb
1153
1153
  #
1154
1154
  #
1155
1155
  #
1156
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_CreateSolNetworkInstance.html
1156
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_CreateSolNetworkInstance.html
1157
1157
  #
1158
1158
  # @option params [Hash,Array,String,Numeric,Boolean] :additional_params_for_ns
1159
1159
  # Provides values for the configurable properties.
@@ -1172,9 +1172,17 @@ module Aws::Tnb
1172
1172
  # @option params [required, String] :ns_instance_id
1173
1173
  # ID of the network instance.
1174
1174
  #
1175
+ # @option params [Hash<String,String>] :tags
1176
+ # A tag is a label that you assign to an Amazon Web Services resource.
1177
+ # Each tag consists of a key and an optional value. When you use this
1178
+ # API, the tags are transferred to the network operation that is
1179
+ # created. Use tags to search and filter your resources or track your
1180
+ # Amazon Web Services costs.
1181
+ #
1175
1182
  # @return [Types::InstantiateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1176
1183
  #
1177
1184
  # * {Types::InstantiateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
1185
+ # * {Types::InstantiateSolNetworkInstanceOutput#tags #tags} => Hash&lt;String,String&gt;
1178
1186
  #
1179
1187
  # @example Request syntax with placeholder values
1180
1188
  #
@@ -1183,11 +1191,16 @@ module Aws::Tnb
1183
1191
  # },
1184
1192
  # dry_run: false,
1185
1193
  # ns_instance_id: "NsInstanceId", # required
1194
+ # tags: {
1195
+ # "TagKey" => "TagValue",
1196
+ # },
1186
1197
  # })
1187
1198
  #
1188
1199
  # @example Response structure
1189
1200
  #
1190
1201
  # resp.ns_lcm_op_occ_id #=> String
1202
+ # resp.tags #=> Hash
1203
+ # resp.tags["TagKey"] #=> String
1191
1204
  #
1192
1205
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstance AWS API Documentation
1193
1206
  #
@@ -1635,19 +1648,32 @@ module Aws::Tnb
1635
1648
  # @option params [required, String] :ns_instance_id
1636
1649
  # ID of the network instance.
1637
1650
  #
1651
+ # @option params [Hash<String,String>] :tags
1652
+ # A tag is a label that you assign to an Amazon Web Services resource.
1653
+ # Each tag consists of a key and an optional value. When you use this
1654
+ # API, the tags are transferred to the network operation that is
1655
+ # created. Use tags to search and filter your resources or track your
1656
+ # Amazon Web Services costs.
1657
+ #
1638
1658
  # @return [Types::TerminateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1639
1659
  #
1640
1660
  # * {Types::TerminateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
1661
+ # * {Types::TerminateSolNetworkInstanceOutput#tags #tags} => Hash&lt;String,String&gt;
1641
1662
  #
1642
1663
  # @example Request syntax with placeholder values
1643
1664
  #
1644
1665
  # resp = client.terminate_sol_network_instance({
1645
1666
  # ns_instance_id: "NsInstanceId", # required
1667
+ # tags: {
1668
+ # "TagKey" => "TagValue",
1669
+ # },
1646
1670
  # })
1647
1671
  #
1648
1672
  # @example Response structure
1649
1673
  #
1650
1674
  # resp.ns_lcm_op_occ_id #=> String
1675
+ # resp.tags #=> Hash
1676
+ # resp.tags["TagKey"] #=> String
1651
1677
  #
1652
1678
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstance AWS API Documentation
1653
1679
  #
@@ -1740,12 +1766,20 @@ module Aws::Tnb
1740
1766
  # @option params [required, String] :ns_instance_id
1741
1767
  # ID of the network instance.
1742
1768
  #
1769
+ # @option params [Hash<String,String>] :tags
1770
+ # A tag is a label that you assign to an Amazon Web Services resource.
1771
+ # Each tag consists of a key and an optional value. When you use this
1772
+ # API, the tags are transferred to the network operation that is
1773
+ # created. Use tags to search and filter your resources or track your
1774
+ # Amazon Web Services costs.
1775
+ #
1743
1776
  # @option params [required, String] :update_type
1744
1777
  # The type of update.
1745
1778
  #
1746
1779
  # @return [Types::UpdateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1747
1780
  #
1748
1781
  # * {Types::UpdateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
1782
+ # * {Types::UpdateSolNetworkInstanceOutput#tags #tags} => Hash&lt;String,String&gt;
1749
1783
  #
1750
1784
  # @example Request syntax with placeholder values
1751
1785
  #
@@ -1756,12 +1790,17 @@ module Aws::Tnb
1756
1790
  # vnf_instance_id: "VnfInstanceId", # required
1757
1791
  # },
1758
1792
  # ns_instance_id: "NsInstanceId", # required
1793
+ # tags: {
1794
+ # "TagKey" => "TagValue",
1795
+ # },
1759
1796
  # update_type: "MODIFY_VNF_INFORMATION", # required, accepts MODIFY_VNF_INFORMATION
1760
1797
  # })
1761
1798
  #
1762
1799
  # @example Response structure
1763
1800
  #
1764
1801
  # resp.ns_lcm_op_occ_id #=> String
1802
+ # resp.tags #=> Hash
1803
+ # resp.tags["TagKey"] #=> String
1765
1804
  #
1766
1805
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/UpdateSolNetworkInstance AWS API Documentation
1767
1806
  #
@@ -1826,7 +1865,7 @@ module Aws::Tnb
1826
1865
  #
1827
1866
  #
1828
1867
  #
1829
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_PutSolFunctionPackageContent.html
1868
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html
1830
1869
  #
1831
1870
  # @option params [String] :content_type
1832
1871
  # Function package content type.
@@ -1884,7 +1923,7 @@ module Aws::Tnb
1884
1923
  #
1885
1924
  #
1886
1925
  #
1887
- # [1]: https://docs.aws.amazon.com/TNB/latest/APIReference/API_PutSolNetworkPackageContent.html
1926
+ # [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html
1888
1927
  #
1889
1928
  # @option params [String] :content_type
1890
1929
  # Network package content type.
@@ -1948,7 +1987,7 @@ module Aws::Tnb
1948
1987
  params: params,
1949
1988
  config: config)
1950
1989
  context[:gem_name] = 'aws-sdk-tnb'
1951
- context[:gem_version] = '1.0.0'
1990
+ context[:gem_version] = '1.1.0'
1952
1991
  Seahorse::Client::Request.new(handlers, context)
1953
1992
  end
1954
1993
 
@@ -396,9 +396,11 @@ module Aws::Tnb
396
396
  InstantiateSolNetworkInstanceInput.add_member(:additional_params_for_ns, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParamsForNs"))
397
397
  InstantiateSolNetworkInstanceInput.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "dry_run"))
398
398
  InstantiateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
399
+ InstantiateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
399
400
  InstantiateSolNetworkInstanceInput.struct_class = Types::InstantiateSolNetworkInstanceInput
400
401
 
401
402
  InstantiateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, required: true, location_name: "nsLcmOpOccId"))
403
+ InstantiateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
402
404
  InstantiateSolNetworkInstanceOutput.struct_class = Types::InstantiateSolNetworkInstanceOutput
403
405
 
404
406
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -605,9 +607,11 @@ module Aws::Tnb
605
607
  TagResourceOutput.struct_class = Types::TagResourceOutput
606
608
 
607
609
  TerminateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
610
+ TerminateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
608
611
  TerminateSolNetworkInstanceInput.struct_class = Types::TerminateSolNetworkInstanceInput
609
612
 
610
613
  TerminateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, location_name: "nsLcmOpOccId"))
614
+ TerminateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
611
615
  TerminateSolNetworkInstanceOutput.struct_class = Types::TerminateSolNetworkInstanceOutput
612
616
 
613
617
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -632,10 +636,12 @@ module Aws::Tnb
632
636
 
633
637
  UpdateSolNetworkInstanceInput.add_member(:modify_vnf_info_data, Shapes::ShapeRef.new(shape: UpdateSolNetworkModify, location_name: "modifyVnfInfoData"))
634
638
  UpdateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
639
+ UpdateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
635
640
  UpdateSolNetworkInstanceInput.add_member(:update_type, Shapes::ShapeRef.new(shape: UpdateSolNetworkType, required: true, location_name: "updateType"))
636
641
  UpdateSolNetworkInstanceInput.struct_class = Types::UpdateSolNetworkInstanceInput
637
642
 
638
643
  UpdateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, location_name: "nsLcmOpOccId"))
644
+ UpdateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
639
645
  UpdateSolNetworkInstanceOutput.struct_class = Types::UpdateSolNetworkInstanceOutput
640
646
 
641
647
  UpdateSolNetworkModify.add_member(:vnf_configurable_properties, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "vnfConfigurableProperties"))
@@ -24,7 +24,7 @@ module Aws::Tnb
24
24
  end
25
25
 
26
26
  # @!attribute [rw] ns_lcm_op_occ_id
27
- # The ID of a network operation occurrence.
27
+ # The identifier of the network operation.
28
28
  # @return [String]
29
29
  #
30
30
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/CancelSolNetworkOperationInput AWS API Documentation
@@ -697,7 +697,7 @@ module Aws::Tnb
697
697
  end
698
698
 
699
699
  # @!attribute [rw] ns_lcm_op_occ_id
700
- # The identifier of the operation occurrence.
700
+ # The identifier of the network operation.
701
701
  # @return [String]
702
702
  #
703
703
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/GetSolNetworkOperationInput AWS API Documentation
@@ -708,7 +708,7 @@ module Aws::Tnb
708
708
  include Aws::Structure
709
709
  end
710
710
 
711
- # Metadata related to a network operation occurence.
711
+ # Metadata related to a network operation occurrence.
712
712
  #
713
713
  # A network operation is any operation that is done to your network,
714
714
  # such as network instance instantiation or termination.
@@ -735,7 +735,7 @@ module Aws::Tnb
735
735
  # @return [String]
736
736
  #
737
737
  # @!attribute [rw] error
738
- # Error related to this specific network operation occurence.
738
+ # Error related to this specific network operation occurrence.
739
739
  # @return [Types::ProblemDetails]
740
740
  #
741
741
  # @!attribute [rw] id
@@ -1084,25 +1084,43 @@ module Aws::Tnb
1084
1084
  # ID of the network instance.
1085
1085
  # @return [String]
1086
1086
  #
1087
+ # @!attribute [rw] tags
1088
+ # A tag is a label that you assign to an Amazon Web Services resource.
1089
+ # Each tag consists of a key and an optional value. When you use this
1090
+ # API, the tags are transferred to the network operation that is
1091
+ # created. Use tags to search and filter your resources or track your
1092
+ # Amazon Web Services costs.
1093
+ # @return [Hash<String,String>]
1094
+ #
1087
1095
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstanceInput AWS API Documentation
1088
1096
  #
1089
1097
  class InstantiateSolNetworkInstanceInput < Struct.new(
1090
1098
  :additional_params_for_ns,
1091
1099
  :dry_run,
1092
- :ns_instance_id)
1093
- SENSITIVE = []
1100
+ :ns_instance_id,
1101
+ :tags)
1102
+ SENSITIVE = [:tags]
1094
1103
  include Aws::Structure
1095
1104
  end
1096
1105
 
1097
1106
  # @!attribute [rw] ns_lcm_op_occ_id
1098
- # The identifier of the network instance.
1107
+ # The identifier of the network operation.
1099
1108
  # @return [String]
1100
1109
  #
1110
+ # @!attribute [rw] tags
1111
+ # A tag is a label that you assign to an Amazon Web Services resource.
1112
+ # Each tag consists of a key and an optional value. When you use this
1113
+ # API, the tags are transferred to the network operation that is
1114
+ # created. Use tags to search and filter your resources or track your
1115
+ # Amazon Web Services costs.
1116
+ # @return [Hash<String,String>]
1117
+ #
1101
1118
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstanceOutput AWS API Documentation
1102
1119
  #
1103
1120
  class InstantiateSolNetworkInstanceOutput < Struct.new(
1104
- :ns_lcm_op_occ_id)
1105
- SENSITIVE = []
1121
+ :ns_lcm_op_occ_id,
1122
+ :tags)
1123
+ SENSITIVE = [:tags]
1106
1124
  include Aws::Structure
1107
1125
  end
1108
1126
 
@@ -1125,8 +1143,7 @@ module Aws::Tnb
1125
1143
  # operations.
1126
1144
  #
1127
1145
  # @!attribute [rw] ns_lcm_op_occ_id
1128
- # The identifier of the latest network lifecycle management operation
1129
- # occurrence.
1146
+ # The identifier of the network operation.
1130
1147
  # @return [String]
1131
1148
  #
1132
1149
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/LcmOperationInfo AWS API Documentation
@@ -2019,23 +2036,41 @@ module Aws::Tnb
2019
2036
  # ID of the network instance.
2020
2037
  # @return [String]
2021
2038
  #
2039
+ # @!attribute [rw] tags
2040
+ # A tag is a label that you assign to an Amazon Web Services resource.
2041
+ # Each tag consists of a key and an optional value. When you use this
2042
+ # API, the tags are transferred to the network operation that is
2043
+ # created. Use tags to search and filter your resources or track your
2044
+ # Amazon Web Services costs.
2045
+ # @return [Hash<String,String>]
2046
+ #
2022
2047
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstanceInput AWS API Documentation
2023
2048
  #
2024
2049
  class TerminateSolNetworkInstanceInput < Struct.new(
2025
- :ns_instance_id)
2026
- SENSITIVE = []
2050
+ :ns_instance_id,
2051
+ :tags)
2052
+ SENSITIVE = [:tags]
2027
2053
  include Aws::Structure
2028
2054
  end
2029
2055
 
2030
2056
  # @!attribute [rw] ns_lcm_op_occ_id
2031
- # The identifier of the operation occurrence.
2057
+ # The identifier of the network operation.
2032
2058
  # @return [String]
2033
2059
  #
2060
+ # @!attribute [rw] tags
2061
+ # A tag is a label that you assign to an Amazon Web Services resource.
2062
+ # Each tag consists of a key and an optional value. When you use this
2063
+ # API, the tags are transferred to the network operation that is
2064
+ # created. Use tags to search and filter your resources or track your
2065
+ # Amazon Web Services costs.
2066
+ # @return [Hash<String,String>]
2067
+ #
2034
2068
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstanceOutput AWS API Documentation
2035
2069
  #
2036
2070
  class TerminateSolNetworkInstanceOutput < Struct.new(
2037
- :ns_lcm_op_occ_id)
2038
- SENSITIVE = []
2071
+ :ns_lcm_op_occ_id,
2072
+ :tags)
2073
+ SENSITIVE = [:tags]
2039
2074
  include Aws::Structure
2040
2075
  end
2041
2076
 
@@ -2130,6 +2165,14 @@ module Aws::Tnb
2130
2165
  # ID of the network instance.
2131
2166
  # @return [String]
2132
2167
  #
2168
+ # @!attribute [rw] tags
2169
+ # A tag is a label that you assign to an Amazon Web Services resource.
2170
+ # Each tag consists of a key and an optional value. When you use this
2171
+ # API, the tags are transferred to the network operation that is
2172
+ # created. Use tags to search and filter your resources or track your
2173
+ # Amazon Web Services costs.
2174
+ # @return [Hash<String,String>]
2175
+ #
2133
2176
  # @!attribute [rw] update_type
2134
2177
  # The type of update.
2135
2178
  # @return [String]
@@ -2139,20 +2182,30 @@ module Aws::Tnb
2139
2182
  class UpdateSolNetworkInstanceInput < Struct.new(
2140
2183
  :modify_vnf_info_data,
2141
2184
  :ns_instance_id,
2185
+ :tags,
2142
2186
  :update_type)
2143
- SENSITIVE = []
2187
+ SENSITIVE = [:tags]
2144
2188
  include Aws::Structure
2145
2189
  end
2146
2190
 
2147
2191
  # @!attribute [rw] ns_lcm_op_occ_id
2148
- # The identifier of the network instance operation occurrence.
2192
+ # The identifier of the network operation.
2149
2193
  # @return [String]
2150
2194
  #
2195
+ # @!attribute [rw] tags
2196
+ # A tag is a label that you assign to an Amazon Web Services resource.
2197
+ # Each tag consists of a key and an optional value. When you use this
2198
+ # API, the tags are transferred to the network operation that is
2199
+ # created. Use tags to search and filter your resources or track your
2200
+ # Amazon Web Services costs.
2201
+ # @return [Hash<String,String>]
2202
+ #
2151
2203
  # @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/UpdateSolNetworkInstanceOutput AWS API Documentation
2152
2204
  #
2153
2205
  class UpdateSolNetworkInstanceOutput < Struct.new(
2154
- :ns_lcm_op_occ_id)
2155
- SENSITIVE = []
2206
+ :ns_lcm_op_occ_id,
2207
+ :tags)
2208
+ SENSITIVE = [:tags]
2156
2209
  include Aws::Structure
2157
2210
  end
2158
2211
 
data/lib/aws-sdk-tnb.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-tnb/customizations'
52
52
  # @!group service
53
53
  module Aws::Tnb
54
54
 
55
- GEM_VERSION = '1.0.0'
55
+ GEM_VERSION = '1.1.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-tnb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-21 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core